@charset "UTF-8";

html { scroll-behavior: smooth;}
body {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
/*  background-image: linear-gradient(0deg, rgb(255 236 194), rgb(229 254 255));*/
}



/*======== mainvisual ========*/

.MainContentBlock {
}

article.page-base {
	max-width: 480px !important;
	margin: auto;
  box-shadow: 0px 0px 8px 2px rgba(146, 146, 146, 0.2);
  right: 0;
  top: 5%;
  border-radius: 20px 20px 0 0;
}

.mainvisual {
	background-image: url(../img/mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 80vh;
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.mainvisual:after {
	display: none;
}

.mainvisual_title{
  position: absolute;
  width: 90%;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}

.mainvisual_icon{
  position: absolute;
  width: 100%;
  top: 10%;
  right: 0;
  left: 0;
  margin: auto;
/*  transform: rotate(5deg);*/
}


@media only screen and (max-width: 48em) {
article.page-base {
  right: 0;
  top: 0;
  box-shadow: none;
  border-radius: 0;
}
.mainvisual {
	height: 75vh;
  border-radius: 0;
}
}

/*
.mainvisual_title{
	position: absolute;
  top: 280px;
  padding: 0 5%;
}
*/
/*
.mainvisual:after {
	display: none;
}*/
@media only screen and (max-width: 48em) {
.mainvisual {
  right: 0;
  box-shadow: none;
}
article.page-base {
  right: 0;
  box-shadow: none;
}
}

div.Page-header-neo h1.header-neo-item1::after {
	display: none;
}
.header-neo-item1 img {
	width: 50%;
}

.header_maintxt_sub {
	width: 70%;
	position: absolute;
	bottom: 30px;
	left: 0;
}
@media only screen and (max-width: 30em) {
.header-title_img {
	max-width: 80px; /* 180px */
}
}
/*======== mainvisual ========*/




/*======== flex box ========*/
.flex_2A {
  display: flex;
}
.flex_2A_inner {
  width: 50% !important;
}

.flex_2B {
  display: flex;
}
.flex_2B_inner {
  width: 49% !important;
}

.flex_3A {
  display: flex;
}
.flex_3A_inner {
  width: 32.5% !important;
}

.flex_3B {
  display: flex;
}
.flex_3B_inner {
  width: 33.3% !important;
  margin: 0 !important;
}
/*======== flex box ========*/



.contents_box {
  text-align: center;
  padding: 5% 5% 10% 5%;
}



/*======== footer ========*/
.footer_area{
	background-color: #fff;
	margin: auto;
	position: relative;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 20px;
}
.footer_logo_box {
	width: 25%;
	margin: auto;
}
.footer_copy {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #9c9c9c;
}




/* swiper */
/*
.swiper--wrapper {
   /*wrapperのサイズを調整 */
   /*   
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding: 0;
}*/
.swiper {
   overflow: hidden;
   position: relative;
}
.swiper-button-next,.swiper-button-prev {
	top: revert-layer;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.swiper-pagination-bullet-active {
    background-color: #888;
}
/* 矢印色の置き換え */
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2335B1C5'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2335B1C5'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}





/* =========== btn =========== */

/*------ blue ------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn_01,
a.btn_01,
button.btn_01 {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 8px;
}
.btn-wrap {
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
a.btn-a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 0 1.5rem;
  color: #fff;
  background: #7ed3b4;
  -webkit-box-shadow: 0 5px 0 #6bb69a;
  box-shadow: 0 5px 0 #6bb69a;
  width: 70%;
  letter-spacing: 0.2rem;
}
a.btn-a span {
  font-size: 15px;
  letter-spacing: 0;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #7ed3b4;
  border: 2px solid #7ed3b4;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #6bb69a;
  -webkit-box-shadow: 0 2px 0 #5da78c;
  box-shadow: 0 2px 0 #5da78c;
}
a.btn-a:hover:before {
  left: 2rem;
}
/*------ blue ------*/



/*------ gold ------*/
a.btn-b {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 2.7rem 0 1.5rem;
  color: #fff;
  background: #d0b067;
  -webkit-box-shadow: 0 5px 0 #be9e52;
  box-shadow: 0 5px 0 #be9e52;
  width: 95%;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
a.btn-b span {
  font-size: 10px;
  letter-spacing: 0.1em;
  position: absolute;
  top: -10px;
  left: calc(50% - 45%);
  display: block;
  width: 90%;
  padding: 0.5rem 0;
  color: #d0b067;
  border: 2px solid #d0b067;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-b:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #be9e52;
  -webkit-box-shadow: 0 2px 0 #a98c4a;
  box-shadow: 0 2px 0 #a98c4a;
}
a.btn-b:hover:before {
  left: 2rem;
}
/*------ gold ------*/




/*------ green ------*/
a.btn-c {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 2.7rem 0 1.5rem;
  color: #fff;
  background: #689356;
  -webkit-box-shadow: 0 5px 0 #466837;
  box-shadow: 0 5px 0 #466837;
  width: 95%;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
a.btn-c span {
  font-size: 10px;
  letter-spacing: 0 !important;
  position: absolute;
  top: -10px;
  left: calc(50% - 45%);
  display: block;
  width: 90%;
  padding: 0.5rem 0;
  color: #689356;
  border: 2px solid #689356;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #5e884c;
  -webkit-box-shadow: 0 2px 0 #466837;
  box-shadow: 0 2px 0 #466837;
}
a.btn-c:hover:before {
  left: 2rem;
}
/*------ green ------*/



@media only screen and (max-width: 48em) {
a.btn-a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0.2rem 0 0.8rem;
  width: 80%;
  text-align: center;
} 
a.btn-a span {
  left: calc(50% - 125px);
  font-size: 14px;
  width: 250px;
}

a.btn-b {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding: 2.5rem 0 0.8rem;
  text-align: center;
} 
a.btn-b span {
  left: calc(50% - 45%);
  font-size: 10px;
  width: 90%;
  letter-spacing: 0;
}

a.btn-c {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding: 2.5rem 0 0.8rem;
  text-align: center;
} 
a.btn-c span {
  left: calc(50% - 45%);
  font-size: 10px;
  width: 90%;
  letter-spacing: 0;
}
}



.btn_box{
  display: flex;
}

/* =========== btn =========== */




/* =========== ナビ （スクロール中非表示） =========== */
.floatingBnr {
  position: fixed;
  bottom: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  width: 480px;
/*  padding: 10px 0;*/
  z-index: 100;
}

/* footerリンクボタン */
.footer_btn{
  display: flex;
  justify-content: space-evenly;
}
.footer_btn_inner{
  background-color: #ba9867;
  border-radius: 5px;
  width: 45%;
  padding: 5px 25px;
}
.footer_btn_inner img{
  width: 100%;
}
/* footerリンクボタン */

@media only screen and (max-width: 48em) {
.floatingBnr {
  width: 100%;
} 
}
/* =========== ナビ （スクロール中非表示） =========== */







/* ----- 背景用の動画ファイル ----- */
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
/* background: url('img/background.jpg') no-repeat;*/
 background-size: cover;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
 position: relative; /*必ず必要*/
 z-index: 2; /*必ず必要*/
 display: flex;
 width: 50%;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
}




/* =========== コンセプト =========== */
.concept_area{
height: 60vh;
margin: 0 auto;
position: relative; 
}
.bg_img{
  background-image: url(../../img/background01.jpg);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.concept_box{
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
text-shadow: 2px 2px 10px #535353;
}
@media only screen and (max-width: 48em) {
.concept_area{
height: 100vh;
} 
}

/* =========== コンセプト =========== */



/* =========== テキスト =========== */
h3{
 font-size: 35px;
 letter-spacing: 0.3rem;
 font-weight: normal;
 line-height: 1.5;
}
h3 span{
 font-size: 25px;
 letter-spacing: 0;
}
h4{
 font-size: 35px;
 font-weight: normal;
 line-height: 1.0;
}
h4 span{
 font-size: 15px;
 letter-spacing: 0.3rem;
}

.text_01{
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.text_02{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.text_02 span{
  font-size: 18px;
}
.text_03{
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.8em;
}
.text_03 span{
  font-size: 18px;
}
.text_04{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  font-weight: 400;
}
.text_05{
  font-size: 13px;
  line-height: 2.3;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.text_06{
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.text_07{
  font-size: 12px;
  line-height: 1.5;
}
.text_08{
  font-size: 18px;
  line-height: 1.5;
}
.text_08 span{
  font-size: 28px;
}

@media only screen and (max-width: 48em) {
h3{
 font-size: 30px;
}
h3 span{
 font-size: 22px;
}
h4{
 font-size: 28px;
}
h4 span{
 font-size: 13px;
}
.text_01{
  font-size: 17px;
  line-height: 1.5;
} 
.text_02{
  font-size: 12px;
}
.text_02 span{
  font-size: 17px;
}
.text_03{
  font-size: 13px;
}
.text_03 span{
  font-size: 14px;
}
.text_04{
  font-size: 18px;
}
}
/* =========== テキスト =========== */



/* =========== テキスト周り =========== */
.txt_box_A{
  padding: 10% 0;
}
.txt_box_B{
  background-color: #cfe8e0;
  border-radius: 10px;
  padding: 10px;
}
.txt_box_C{
  width: 70%;
  margin: auto;
}
.txt_box_E{
  background-color: #fff;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 48em) {
.txt_box_C{
  width: 80%;
}  
}

/*----- 両端罫線 -----*/
.txt_box_D {
    display: inline-block;
    position: relative;
    padding: 0 4em;
    color: #333333;
}
.txt_box_D::before,
.txt_box_D::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #595959;
}
.txt_box_D::before {
    left: 0;
}
.txt_box_D::after {
    right: 0;
}


/*----- ストライプ見出し -----*/
.txt_box_F {
  text-shadow: 0 0 5px white;
  padding: 0.5em;
 /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);*/
/*ピンク
  background: -webkit-repeating-linear-gradient(-45deg, #ffd8d8, #ffd8d8 3px,#ffe3e3 3px, #ffe3e3 7px);
  background: repeating-linear-gradient(-45deg, #ffd8d8, #ffd8d8 3px,#ffe3e3 3px, #ffe3e3 7px);
*/
  background: -webkit-repeating-linear-gradient(-45deg, #d8d8d8, #d8d8d8 3px,#e5e4e4 3px, #e5e4e4 7px);
  background: repeating-linear-gradient(-45deg, #d8d8d8, #d8d8d8 3px,#e5e4e4 3px, #e5e4e4 7px);
}

/*----- ノート風罫線 -----*/
.dashed-note {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.dashed-note p{
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.txt_box_G{
  background-color: #888;
}

.txt_box_H{
  border:solid 1px #888;
  border-radius: 50px;
  padding: 1% 0;
  width: 70%;
  margin: 10px auto;
}

/*----- ＼New／ -----*/
.txt_box_I {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}
.txt_box_I::before,
.txt_box_I::after {
    width: 1px;
    height: 20px;
    background-color: #9d7c2e;
    content: '';
}
.txt_box_I::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.txt_box_I::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


/*----- ストライプ吹き出し -----*/
.txt_box_J {
    position: relative;
    padding: 0 10px 10px;
    border-radius: 5px;
    background: repeating-linear-gradient(45deg, #f3ed94 0 3px, #fff 3px 8px);
    width: 90%;
    margin: 10% auto 0;
}
.txt_box_J::before {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 6px);
    transform: translateX(-50% + 6px);
    height: 20px;
    width: 2px;
    background-color: #333;
    content: "";
}
.txt_box_J::after {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #353535;
    content: '';
}
.txt_box_J span{
  letter-spacing: 2px;
}



.txt_box_K{
  background-color: #99d2c0;
  padding: 1%;
  margin-bottom: 5%;
}
/* =========== テキスト周り =========== */





/*---------A---------*/
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
.cd-fixed-bg p{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
/*text-align: center;*/
  letter-spacing: 2px;
}
@media only screen and (max-width: 48em) {
.cd-fixed-bg p{
  font-size: 16px;
/*  text-align: center;
  padding: 20% 0 10% 0;*/
}
}

.cd-fixed-bg.cd-bg-1  {
  background-image: url(../img/concept_01_01.jpg);
  height: 100vh;
}
.cd-fixed-bg.cd-bg-2  {
  background-image: url(../img/concept_01_02.jpg);
  height: 100vh;
}
.cd-fixed-bg.cd-bg-3  {
  background-image: url(../img/concept_01_03.jpg);
  height: 100vh;
}
.cd-fixed-bg.cd-bg-4  {
  background-image: url(../img/concept_01_04.jpg);
  height: 100vh;
}

/*-------- ▼ スマホに対応 ▼ --------*/
@media screen and (max-width: 736px) {
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
}
/*---------A---------*/





/* =========== 選ばれる4つの理由 =========== */
.point_box{
	display: flex;
	flex-direction: column;
	padding: 0 5%;
  margin: 10% 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 90%;
  height: auto !important;
  text-align: center;
}
.point_box .point_img{
/*	width: 320px;*/
	text-align: center;
	margin: auto;
  margin-bottom: 10%;
/*  border: solid 30px #e1eded;*/
   filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
}
.point_box .point_title{
	width: 50%;
	text-align: left !important;
  box-shadow: none;
}
.point_area{
  padding: 20% 0 10% 0;
}
/* =========== 選ばれる4つの理由 =========== */



/* =========== THANKS VOICE =========== */

/* THANKS VOICE */
.swiper-slide {
  margin: 20px 0;
	background-color: #ffffff;
  /*border-radius: 10px;*/
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	padding: 25px 17px 5px;
	text-align: center
}
.swiper-slide h2{
	writing-mode: horizontal-tb;
	font-size: 19px;
	font-weight: bold;
	color: #d2b573;
	display: inline-block;
}


/*====スライダ―====*/
    .slider{
        width:100%;
        margin:0 auto;
    }
    .slider .slick-slide{
        height:auto!important;
        margin-right: 1vw!important;
        margin-left: 1vw!important;
        height: auto !important;
    }
    .slider .slick-arrow{
        z-index:2!important;
    }
    .slider .slick-next{
        right:0!important;
    }
    .slider .slick-prev{
        left:0!important;
    }
/*====スライダ―====*/

/* =========== THANKS VOICE スライダ― =========== */



/* =========== ご案内可能な会場 =========== */
.style_box{
  margin-bottom: 0;
}
.style_area{
  padding: 0;
  position: relative;
}
.style_box img{
  display: block;
/*  border-radius: 15px 0 0 15px;*/
}

.style_band{
  background-color: #9d7c2e;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 0 5px;
}
.style_band p{
  letter-spacing: 0.3em;
}



/*右から画像が表示される*/
.fade-in_right {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(-100%);
  }
}
/* =========== ご案内可能な会場 =========== */



/* =========== 会場紹介 =========== */
.style_area .banquet_title-jpn{
  font-size: 18px;
  border-bottom: #9d7c2e solid 1px;
}
.banquet_text-box{
  margin:  20px auto 10px;
  width: 85%;
}
.banquet_text-box2 p{
  padding: 20px 5px 0 5px;
}
.banquet_text-box2 p{
  font-size: 15px;
  line-height: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 30em) {
.style_area .banquet_title-jpn{
  font-size: 16px;
}  
}

/* =========== 会場紹介 =========== */



/* =========== FAQ =========== */
.qa-1 {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #ededed;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #444;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 500;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #9d7c2e;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #8d8d8d;
    border-right: 2px solid #8d8d8d;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #444;
    transition: transform .5s, opacity .5s;
    font-size: 13px;
    text-align: left;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #7ad3b7;
    line-height: 1.2;
    content: "A";
}
/* =========== FAQ =========== */



/* =========== タブ =========== */
.tab-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 500px;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.1);
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.tab-1 label:has(:checked) {
    opacity: 1;
}

.tab-1 label:has(:checked) + div {
    display: block;
}
/* =========== タブ =========== */



/* =========== ACCESS =========== */

.access_box{
  border: solid 1px #444;
  background-color: #fff;
  padding: 5%;
}
/* =========== ACCESS =========== */



/* =========== SALON =========== */
.salon_area{
  overflow:hidden;
  padding: 3%;
}
.salon_box{
  background-color: #fff;
  padding: 5%;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  margin: 10% 0;
}
.salon_box:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #f5f5f5 ;
  bottom: -60px;
  right: -65px;
  box-shadow: 0px 7px 6px -9px black;
  transform: rotate(135deg);
}
.salon_box:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #f5f5f5 ;
  top: -60px;
  left: -65px;
  box-shadow: 0px -7px 6px -9px black;
  transform: rotate(135deg);
}
/* =========== SALON =========== */




/* =========== FAIR =========== */
.fair_box{
  position: relative;
}
.fair_box img{
  border-radius: 5px 5px 0;
}
/* =========== FAIR =========== */



/* =========== 点滅 =========== */
@keyframes blinking {
   0% {
   opacity: 0;
   }
   100% {
   opacity: 1;
   }
}

/* 要素にアニメーションを適用 */
.blink {
   animation: blinking 1s ease-in-out infinite alternate;
}
/* =========== 点滅 =========== */



/* =========== 共通 =========== */
br.mb_show {
	display: none;
}
br.pc_show {
	display: block;
}
/* 480px */
@media only screen and (max-width: 30em) {
br.mb_show {
	display: block;
}
br.pc_show {
	display: none;
}
}

.center{
  text-align: center;
}
.left{
  text-align: left;
}
.bold{
  font-weight: bold;
}
.italic{
  font-style: italic;
}
.marker_1{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.marker_2{
  background:linear-gradient(transparent 60%, #ffe1e1 60%);
}
.marker_3{
  background:linear-gradient(transparent 60%, #cfe8e0 60%);
}

/* 下からふわっとアニメーション設定 */
.animation {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.animation.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s;
}


/* ========== marginBottom ========== */
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb50{ margin-bottom:50px !important; }


/* ========== padding ========== */
.pdt_05p{ padding-top: 5% !important; }
.pdb_05p{ padding-bottom: 5% !important; }
.pdb_10p{ padding-bottom: 10% !important; }
.pdtb10p{ 
	padding-top: 10% !important;
	padding-bottom: 10% !important;
}
.pdtb05p{ 
	padding-top: 5% !important;
	padding-bottom: 5% !important;
}


/* =========== backgroundcolor =========== */
.bg_color_gray { background-color: #f5f5f5 !important; }
.bg_color_white { background-color: #ffffff !important; }
.bg_color_blue { background-color: #cfe8e0 !important; }
.bg_color_beige { background-color: #fdfbf6 !important; }
.bg_color_A { background-image: linear-gradient(0deg, #ffffff, #f1eccd);}


/* =========== textColor =========== */
.text_white{  color: #fff !important;}
.text_gold{  color: #9d7c2e !important;}
.text_blue{  color: #99d2c0 !important;}



/* =========== 点線 =========== */
.dotted-two {
  border-bottom: 2px dotted #333;
}


.limited{
  width: 90%;
  margin: auto;
}


.shadow{
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
/* =========== 共通 =========== */


/* =========== 円の中に文字 =========== */
.circle{
   width:70px;
   height:70px;
   border-radius:50%;
   background:#99d2c0;

   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
   position: absolute;
   z-index: 1;
   left: 10px;
   top: -30px;
   transform: rotate(-7deg);
}
.circle p{
   text-align:center;
   font-size: 14px;
   line-height: 1.3em;
}


.circle2{
   width:50px;
   height:50px;
   border-radius:50%;
   background:#cfe8e0;
   /*border:#fff solid 9px;*/

   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
   position: absolute;
   z-index: 1;

  right: 0;
  left: 0;
  top: -23px;
  margin: 0 auto;
}
.circle2 p{
   text-align:center;
   font-size: 25px;
}
/* =========== 円の中に文字 =========== */