<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#headimg {
  height: 340px;
  background: url(../img/header_image.jpg) center top no-repeat;
}
#mainimg {
  padding: 40px 16px;
  text-align: center;
  background: #FCEBEB;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff),color-stop(30%, #FCEBEB));
  background: linear-gradient(to bottom, #ffffff 70%,#FCEBEB 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FCEBEB',GradientType=0 ); 
  border-bottom:10px solid #FBDEDE;
}

#mainimg h2 {
  margin-bottom: 15px;
}

#mainimg h3 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #EE7C7C;
}
#mainimg p.sub_title {
  font-size: 18px;
  margin-bottom: 370px;
  color: #EE7C7C;
  font-weight: bold;
}
#mainimg p.main_comment {
  line-height: 1.6;
  margin-bottom: 40px;
}
.page_nav{
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page_nav li{
  width: 232px;
  margin-right: 25px;
}
.page_nav li:last-child{
  margin-right: 0px;
}
.page_nav li a{
  display: block;
}
.page_nav li a:hover{
  background: #EE7C7C;
}
.page_nav p{
  color: #EE7C7C;
  padding: 5px 0 10px 0;
  font-size: 35px;
  line-height: 1.4;
}
.page_nav p span{
  color: #000;
  font-size: 14px;
  display: block;
}
.page_nav li a:hover p, .page_nav li a:hover p span{
  color: #fff;
}



#japanese_western .img_bg{
  background: #E8D5DE url(../img/japanese_western_bg.png) left top no-repeat;
  height: 700px;
}

#japanese .img_bg{
  background: #801216 url(../img/japanese_bg.png) right top no-repeat;
  height: 700px;
}
#western .img_bg{
  background: #E1D4DF url(../img/western_bg.png) left top no-repeat;
  height: 700px;
}
#japanese_western, #japanese, #western{
  padding: 40px 0;
}
#japanese_western h2, #japanese h2, #western h2{
 margin-bottom: 30px;
  line-height: 1.4;
}
.img_bg .box{
  width: 435px;
  padding: 40px 20px;
  background: rgba(217, 145, 178, 0.6);
  text-align: center;
  color: #fff;position: absolute;
  right: 0;
  top: 155px;
}


.img_bg .box h3{
  line-height: 1.4;
  font-size:50px; 
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.img_bg .box p{
  line-height: 1.6;
  color: #fff;
}
#japanese .img_bg .box{
  background: rgba(115, 0, 4, 0.6);
  position: absolute;
  left: 0;
  top: 155px;
}
#western .img_bg .box{
  background:rgba(217, 145, 178, 0.8);
  position: absolute;
  right: 0;
  top: 155px;
}

.slide_area{
  padding: 40px 0;
  margin-bottom: 0px;
}


.wedding_slider{
  position: relative;
}
.wedding_slider li{
  width: 712px;
  height: 470px;
  margin-right: 10px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 20;
  cursor: pointer;
}

.prev-arrow {
  left: 20%;
}

.next-arrow {
  right: 20%;
}
.wedding_slider .slick-dots {
  bottom: -45px;
}
.wedding_slider .slick-dots li {
  width: 10px;
  height: 20px;
}
.wedding_slider .slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(238, 124, 124, 0.45);
}
.wedding_slider .slick-dots li button:before {
  content: "";
}
.wedding_slider .slick-dots li.slick-active button{
  background: rgba(238, 124, 124, 1);
}

.menu_box{
  background: #FCEBEB;
  text-align: center;
  padding: 20px 0 40px 0;
  border-bottom: 10px solid #FBDEDE;
}
.menu_box.last{
  margin-bottom: 150px;
  border-bottom: none;
}
.menu_box h2{
  color: #8F8F8F;
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.menu_box h3{
  margin-bottom: 18px;
  line-height: 1.4;
  padding-top: 20px;
  font-weight: bold;
  font-family:'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.menu_box p{
  font-family:'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  word-wrap: break-word;
}
.menu_box .inner{
  width: 1040px;
  margin: 0 auto;
}
.menu_box .inner ul{
  text-align: center;
}
.menu_box .inner ul li{
  text-align: left;
  width: 498px;
  display: inline-block;
  margin-right: 30px;
}
.menu_box .inner ul li:last-child{
  margin-right: 0px;
}
/* responsive*/
@media screen and (max-width: 768px) {
  #headimg {
    height: auto;
    background: none;
  }
  #mainimg {
    width: 100%;
    margin: 0 auto;
    padding: 20px 16px;
  }
  .page_nav {
    width: 100%;
  }
  .page_nav li {
    width: 31%;
    margin-right: 10px;
  }
  .page_nav p {
    color: #EE7C7C;
    padding: 5px 0 0px 0;
    font-size: 24px;
    line-height: 1.2;
  }
  .page_nav p span {
    padding-top: 5px;
  }
  #japanese_western, #japanese, #western {
    padding: 20px 0;
  }
  #japanese_western .img_bg {
    background: #E8D5DE url(../img/japanese_western_bg_sp.png) left top no-repeat;
    background-size: contain;
    padding: 57% 0 15px 0;
    height: auto;
  }
  .img_bg .box {
    width: 100%;
    padding: 20px 20px;
    position: relative;
    top: 0px;
  }
  .img_bg .box h3 {
    line-height: 1.4;
    font-size: 42px;
  }
  .wedding_slider li {
    height: auto;
  }
  .prev-arrow {
    left: 3%;
  }
  .next-arrow {
    right: 3%;
  }
  .menu_box {
    padding: 20px 0 20px 0;
  }
  .menu_box .inner {
    width: 100%;
    margin: 0 auto;
  }
  .menu_box .inner ul li {
    text-align: left;
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .menu_box h3 {
    padding: 20px 16px 0 16px;
  }
  .menu_box p {
    padding: 0px 16px 20px 16px;
  }
  #japanese .img_bg {
    background: #801216 url(../img/japanese_bg_sp.png) right top no-repeat;
    height: auto;
    background-size: contain;
    padding: 57% 0 15px 0;
  }
  #japanese .img_bg .box {
    background: rgba(90, 16, 2, 0.6);
    position: relative;
    left: 0;
    top: 0px;
  }
  
  #western .img_bg {
    background: #E1D4DF url(../img/western_bg_sp.png) left top no-repeat;
    height: auto;
    background-size: contain;
    padding: 57% 0 15px 0;
  }
  #western .img_bg .box {
    background: rgba(217, 145, 178, 0.8);
    position: relative;
    right: 0;
    top: 0px;
  }
  .menu_box.last {
    margin-bottom: 40px;
    border-bottom: none;
  }
}</pre></body></html>