@charset "utf-8";
/*Box sizing*/
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
margin:0;
padding:0;
color: #42210b;
font-family: YakuHanRPs, "Noto Serif JP", serif;
}

.noto{font-family: 'Noto Sans JP', sans-serif;}

h3{
	font-weight: 400;
    font-size: 40px;
}
.caption{margin-top:-0.5em;font-size: 2em; }
@media (max-width:768px){
h3{
    font-size: 6vw;
}
.caption{margin-top:-1em }
}

p{
	line-height: 1.8em;
    text-align: justify;
}


button{cursor:pointer}

/*センター合わせ*/
.center {margin:0 auto;}
.t-center {text-align:center;}
.t-right {text-align:right;}
/*スマホだけセンター*/
@media (max-width:767px){
.sp-center{text-align: center;}}

/*全幅カラムにする*/
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}

/* --リンクの装飾消す-- */
a { text-decoration: none; color: #42210b;}

/*マウスオーバー時透明*/
.hover-img { transition: 0.5s;}
.hover-img:hover { opacity: 0.5;}

/*マウスオーバー時拡大*/
.hover-big { transition-duration: 0.3s;}
.hover-big:hover {  transform: scale(1.1);  transition-duration: 0.3s; }

/*位置固定レイアウト*/
.fix-wrap { position: relative; }

/*文字縮小*/
.font-80{font-size:0.8em;}
.font-50{font-size:0.5em;}

/*width100%*/
.respon-img{width:100% ;}


/*ページ幅*/
@media (max-width:767px){
#page {width:90%;margin:0 auto;}
}
@media (min-width:1025px){
#page {max-width:1200px;margin:0 auto;padding:0 20px;}
}

/* NotoSans */
.noto-sans {font-family: 'Noto Sans JP', sans-serif;}


.h1_midashi{
	font-size: 12px;
    font-weight: 200;
}}


/* 子要素に縦向きの際の並び順を指定 */
@media (max-width:767px){
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
}

/*フォントの定義*/
@font-face {
  font-family: 'Holland';
  src: url('https://bonne-femme.co.jp/wp-content/themes/bonne-femme/img/holland.woff2') format('woff2'),   /* 新しい端末用 */
       url('https://bonne-femme.co.jp/wp-content/themes/bonne-femme/img/holland.woff')  format('woff'),    /* 旧 Safari／旧 Android 用 */
       url('https://bonne-femme.co.jp/wp-content/themes/bonne-femme/img/holland.ttf')   format('truetype');/* fallback（最終手段） */
  font-weight: normal;
  font-style:  normal;
  font-display: swap;    
}
/*フォントの呼び出し*/
.holl {
  font-family: 'holland'; 
}



/*オープニングアニメショーン*/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.8s both;
          animation: animate-svg-fill-1 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.9s both;
          animation: animate-svg-fill-2 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1s both;
          animation: animate-svg-fill-3 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.1s both;
          animation: animate-svg-fill-4 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.2000000000000002s both;
          animation: animate-svg-fill-5 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.3s both;
          animation: animate-svg-fill-6 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.4000000000000001s both;
          animation: animate-svg-fill-7 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
          animation: animate-svg-fill-8 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.6s both;
          animation: animate-svg-fill-9 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.7000000000000002s both;
          animation: animate-svg-fill-10 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.7000000000000002s both;
}

/*アープニングアニメショーンここまで*/






/*フッターメニュー*/

/*フッターメニューここまで*/


.footer-tel-area{
    padding: 23px 0 0 76px;
   }
.footer-address-area table{
	font-size: 14px;
}
.footer-menu-area {
	border-left: solid 1px;
    padding-left: 70px;
}
.footer-menu-area ul{
	padding: 0;
}
.footer-menu-area ul li{
	display: table;
}
  table.no-border {
    border-collapse: collapse;
  }

  table.no-border th,
  table.no-border td {
    border: none;
    padding: 8px;
    vertical-align: top;
    text-align: left;
  }
@media (max-width:767px){
.footer-tel-area {
    padding: 10px 0;
	}
.footer-address-area table {
    font-size: 12px;
}
.footer-address-area table th  {
    width: 80px;
}
}

@media (min-width:768px){
.footer-tel-area{
    padding: 10px 0 0 30px;
}
}

.header-wrap{
	background-color: white;
    margin-top: -6px;
}

@media (min-width:768px){
.menu-width{
    min-width: 1200px;
}
}

.otoiawase {position: relative;}
.otoiawase img{
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 99;
    width: 125px;
	opacity: 0.7;
}
@media (max-width:767px){
.otoiawase img {
    top: 73px;
    z-index: 99;
    width: 81px;
	
}
}
.otoiawase img { transition: 1s;}
.otoiawase img:hover { opacity: 1;}



/*スライダー設定*/
.slider01{
	width: 100%;
}
.slider-wrapper {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.slider-wrapper {
  position: relative;
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}

.slider01,
.slider01 .slick-slide {
  width: 100%;
  height: 90vh;
  pointer-events: none;
}

.slider01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ロゴ配置 */
.slider-logo {
  position: absolute;
  top: 46%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.slider-logo img {
  max-width: 300px; /* サイズ調整 */
  height: auto;
}
@media (max-width:767px){/*スマホ*/
.slider-logo img {
    max-width: 250px;
}
}


#calendar{
	background-color: white;
    padding: 45px;
}

.sdgs-button{
    width: 500px;
    margin: 60px auto 20px;
}
.sdgs-button img{
    box-shadow: 5px 5px 10px rgb(0 0 0 / 40%);
    border-radius: 40px;
}
@media (max-width:767px){/*スマホ*/
.sdgs-button {
    width: 100%;
    margin: 60px auto 0px;
	}
}


/* ハンバーガーcss */
@media (max-width:767px){
.hamburger-overlay {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 65px;
  border: none;
  background: white;
  cursor: pointer;
  left:0;
}

.hamburger-overlay__line {
  position: absolute;
  right: 30px;
  width: 35px;
  height: 1px;
  background-color: #333;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 21px; }
.hamburger-overlay__line:nth-of-type(2) { top: 30px; }
.hamburger-overlay__line:nth-of-type(3) { top: 39px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #000;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
  font-weight: 700;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}
.menu-desc{
display: block;
font-size: 1.2em;
font-family: 'holland'; 
}
.sp-menu-logo{
    z-index: 9999;
    position: fixed;
    width: 125px;
    top: 7px;
}

}
/* ハンバーガーcssここまで */




/*グローバルメニュー*/
@media (min-width:768px){
.main-menu {text-align: center;}
.main-menu ul li {float: left; font-weight:bold; padding:0 25px; font-size: 18px; }
#g-nav { /*アンダーライン*/
    display: table;
    width: 100%;
    font-weight: bold;
}
.menu-item { /*アンダーライン*/
    display: table-cell;
    padding: 10px 0;
    list-style-type: none;
    text-align: center;
}
/* --- 共通 --- */
.menu-item a{
  display:block;
  text-align:center;
  position:relative;
}

/* ラベル（上段文字） */
.menu-label{
  display:inline-block;
  position:relative;  /* 疑似要素の基準 */
  font-weight:bold;
  font-size:18px;
}

/* 説明文（下段文字） */
.menu-desc{
  display:block;
  margin-top:6px;
  font-weight:300;
  font-size:17px;
  font-family: 'holland'; 
}

/* アンダーライン */
.menu-label::after{
  content:'';
  position:absolute;
  bottom:-3px;        /* ラベルと説明の間に配置 */
  left:0;
  width:100%;
  height:1px;
  background:#333;
  transform:scaleX(0);
  transform-origin:left;      /* 左端支点 */
  transition:transform .3s;
}

/* ホバー時に伸ばす */
.menu-item a:hover .menu-label::after{
  transform:scaleX(1);        /* 0 → 100% */
}
}
@media (max-width:768px){
.main-menu {display:none;}
}
/*グローバルメニューここまで*/



/*--information--*/
#information{
	padding: 30px 0 70px;
}
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    margin-bottom: 20px;
    border-bottom: dotted 1px;
    padding: 10px 0;
}

.news-item__date {
	font-size: 12px;
	color: #666;
    margin-bottom: 5px;
}

.news-item__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-item__excerpt {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.news-list__link {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.info-wrap{
    background-color: white;
    padding: 40px;
    margin: 50px 0 0 0;
    border-radius: 40px 0;
}

.square-thumb {
  width: 100%;            /* 親要素にフィット */
  max-width: 300px;       /* 必要に応じて最大幅を制限 */
  aspect-ratio: 1 / 1;    /* 幅＝高さ */
  object-fit: cover;      /* トリミング */
  object-position: center;
  display: block;
  height: auto;           /* 高さは自動計算 */
}

.information-naiyo {
margin-top: -9px;
}

.information-img{
    position: absolute;
    top: -40px;
    width: 30%;
    left: -34px;
}
.oshirase-img img{
border-radius: 20px 0;
}
.info-h3{
    margin-top: 0px;
    border-bottom: 1px dotted;
    padding-bottom: 15px;
}
.instagram_info_logo{
text-align: center;
}
.insta_gallery{
    padding: 10px 50px;
}
@media (max-width:767px){
.information-img {
    top: -33px;
    width: 33%;
	left: -21px;
}
.news-item__title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
}
}
/*--informationここまで--*/


/*ふわっとイン*/
.anime1.child.inview {
    animation-name: animation1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.72, .01, .48, 1);
    animation-iteration-count: 1;
}

.anime2.child.inview {
    animation-name: animation2;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(.72, .01, .48, 1);
    animation-iteration-count: 1;
}

@keyframes animation1 {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animation2 {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.anime1.child.outview, .anime2.child.outview{
	opacity: 0;
}
/*ふわっとインここまで*/


/*シングルページ*/
.single-wrap{
    background-color: white;
    padding: 10vw 6vw;
    border-radius: 5vw 0;
	margin: 60px 0 30px;
}
.single-img{
   position: absolute;
    top: -30px;
    left: 0;
}
.single-title{
    border-bottom: dotted 1px;
    padding-bottom: 10px;
    margin-top: 10px;
}

@media (max-width:767px){
.single-wrap {
    margin: 90px 0 30px;
}
.single-img{
   position: absolute;
    top: -50px;
    left: 0;
}
}

/*シングルページここまで*/


/*アニバーサリーページ*/
.page-logo{
    width: 200px;
    margin: 70px auto;
}
.em-15{
	font-size: 1.5em;
}
#bouquet{
	background-color: white;
	padding: 0 60px;
    border-radius: 30px 30px 0 0;
}
#lunch-menu{
    background-color: #fffff0;
    padding: 0 25px;
}
.menu-title{
    width: 500px;
    margin: 50px auto;
}
.AnniversaryPlate{
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 10px 0 0;
}
#dinner-menu{
	background-color: #f0ffff;
	padding: 0 25px;
	border-radius: 0 0 30px 30px;
}
@media (max-width:767px){
.page-logo{
    width: 140px;
}
.em-15 {
    font-size: 1.1em;
}
.menu-title{
    width: 80%;
}
}

/*アニバーサリーページここまで*/



/*シーンページ*/
#rose{
    background-color: white;
    padding: 30px 60px;
    }
#wedding{
    background-color: #9e005d;
    padding: 0 25px;
    background-image: url(https://izumi-printing.jp/bonne-femme/wp-content/themes/bonne-femme/img/wd_background.jpg);
    background-position: right 0;
    background-size: contain;
	background-repeat: no-repeat;
}
.wd-moji{
    color: white;
}
.scene-caption{
    line-height: 2em;
    background: white;
    width: 100%;
    display: block;
   }
.box-3{
    width: 80%;
    margin: 0 auto;
}
.scene-otoiawase{
    width: 30%;
    margin: 0 auto;
}
#event{
    background-color: white;
    padding: 0 60px;
}
.event-title{
    width: 48%;
    margin: 0 auto;
}
.box-3-2{
    width: 80%;
    margin: 0 auto;
}

@media (max-width:767px){
.scene-otoiawase {
    width: 80%;
}
.event-title{
    width: 100%;
}
.box-3-2{
    width: 100%;
}
}
/*シーンページここまで*/




/*アラカルト*/
.alacarte-title{
    width: 500px;
    margin: 50px auto;
}
#concept {
    background-color: white;
    padding: 0 60px;
    border-radius: 30px;
}
.alacarte_title01{
	border-bottom: solid 1px;
    padding-bottom: 20px;
}
.alacarte_title02 {
    border-bottom: solid 1px;
    padding-bottom: 20px;
    font-size: 27px;
}
@media (max-width:767px){
.alacarte-title{
    width: 100%;
	margin: 20px auto;
}
.alacarte_title02 {
    font-size: 23px;
}
}

/*アラカルトここまで*/


/*メニューセクション--*/
#menu{
	background-color: white;
}
/*メニューセクションここまで--*/

#youtube_insta{
background-color: white;
}


@media (max-width:767px){
.right-box{padding-top:30px;}

}
@media (min-width:768px){
.right-box{padding-left:20px;}

}
@media (min-width:1025px){
}


@media (max-width:767px){/*スマホ*/
}
@media (min-width:768px){/*iPadからiPadPro*/
}
@media (min-width:1025px){/*PC*/
}


/*------------------------------▽▽▽全ページ共通CSSここから▽▽▽------------------------------*/
/*------------------------------△△△全ページ共通CSSここまで△△△------------------------------*/