@charset "utf-8";
/* CSS Document */



/*-------------------------------
header
-------------------------------*/

header,#section01,#section02,#section03,#section04,#section05,#section06,#section07,#section08,footer{
	width: 100%;
}

header > #mainVisual {
	-webkit-touch-callout: none; /* iOS長押しメニューを無効化 */
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;  /*画像の選択を無効化（ただし副作用あり） */
}

/*
header{
	background-image: url("../../images/img_test/header_bg_sp.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 3;
}

header > #mainVisual{
	width: 100%;
	height: auto;
	height: clamp(13.438rem, -8.563rem + 110vw, 43rem);
	position: relative;
	display: block;
	z-index: 5;
}

header > #mainVisual{
	background-image: url("../../images/img_test/main_visual.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}

@media screen and (min-width:1025px){
header{
	background-image: url("../../images/img_test/header_bg_pc.png");
	
}	
	
header > #mainVisual{
	background-image: url("../../images/img_test/main_visual_pc.png");
	height: clamp(26.5rem, -0.413rem + 42.01vw, 50rem);
}
}
*/
header > #mainVisual::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0); /* 透明なレイヤー */
}

header > h2.shuryou{
	width: 100%;
	min-height: 3rem;
	background-color: #5eb7e8;
	padding: 0.5rem;
	margin: 0;
}

header > h2.shuryou p{
	font-family: 'min-demibold';
	font-size: clamp(0.9rem, 0.686rem + 1.07vw, 1.2rem);
	color: #FFFFFF;
	text-align: center;
}

@media screen and (min-width:769px){
header > h2.shuryou p{
	font-family: 'min-demibold';
	font-size: 1.5rem;
	color: #FFFFFF;
	text-align: center;
}
}

/*-------------------------------
  wrapper & innner
-------------------------------*/

.wrapper{
	width: 91.7%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	margin-bottom: clamp(2rem, 0.571rem + 7.14vw, 4rem);
	z-index: 4;
}

.inner{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: clamp(1.6rem, -0.69rem + 9.77vw, 4rem);
	padding-right: clamp(1.6rem, -0.69rem + 9.77vw, 4rem);
	border-radius: 0 0 10px 10px;
	overflow: visible;
    position: relative;
    z-index: 8;
}

.sectionTitle{
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 100;
}

@media screen and (max-width:540px){
.inner{
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	border-radius: 0 0 5px 5px;
	}
}

@media screen and (min-width:1025px){
.wrapper{
	width: clamp(44.125rem, 13.475rem + 63.77vw, 90rem);
	margin-bottom: 5rem;
}
	
.inner{
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: clamp(4rem, 2.831rem + 2.43vw, 5.75rem);
	padding-right: clamp(4rem, 2.831rem + 2.43vw, 5.75rem);
	border-radius: 0 0 20px 20px;
}	
}


@media screen and (min-width: 1440px){
.wrapper{
	width: 1080px;
	}
}

.textBox{
	width: 100%;
	margin: 0;
	padding-bottom: 3rem;
}

.textBox ul{
	list-style: none;
}	

.textBox p,.textBox ul li{
	font-size: 0.7rem;
	line-height: 1.4rem;
	letter-spacing: 0;
	white-space: pre-wrap;	
}

@media screen and (min-width: 541px){
.textBox p,.textBox ul li{
	font-size: 0.8rem;
	line-height: 1.6rem;
	letter-spacing: 0;
	white-space: pre-wrap;	
}
}
/*-------------------------------
Section
-------------------------------*/

/*----- section01 -----*/

#section01 > .wrapper{
	padding: 3rem;
	margin-bottom: 0;
}

@media screen and (min-width: 1025px){
#section01 > .wrapper{
	width: 60%;
	margin: 0 auto;
}
}

/*----- section02 -----*/

#section02 .inner{
	padding: 0;
}

#section02 .section02_bg{
	width: 100%;
	background-image: url("../../images/section02_bg_sp.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 10;
	opacity: 0.9;
}

#section02 .container{
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-left: clamp(1.4rem, -0.457rem + 9.29vw, 4rem);
	padding-right: clamp(1.4rem, -0.457rem + 9.29vw, 4rem);
}

#section02 h3{
	width: 100%;
	padding-bottom: 1.4rem;
}

#section02 .flexImages{
	width: 100%;
	margin: 0;
	padding: 0.5rem 0 1rem 0;
}

#section02 .flexImages ul{
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#section02 .flexImages img{
	width: 100%;
	padding-bottom: clamp(0.5rem, -0.571rem + 5.36vw, 2rem);
}

#section02 .textBox span{
	text-decoration: underline;
	text-decoration-color: #999999;
	text-underline-offset: 2px;
}

#section02 .textBox ul li:last-child{
	padding-top: 0.5rem;
}

@media screen and (min-width:769px){

#section02 .section02_bg{
	width: 100%;
	background-image: url("../../images/section02_bg_pc.png");
}	
	
#section02 .mainImg{
	width: 64.7%;
	margin: 0 auto;
	padding-bottom: 1rem;
}	
	
#section02 .flexImages{
	width: 100%;
	margin: 0;
}
	
#section02 .flexImages ul{
	flex-flow: row wrap;
	justify-content: space-between;
}	
	
#section02 .flexImages ul li{
	width: 49%;
	padding-bottom: 0;
}
	
#section02 .flexImages img{
	width: 100%;
	padding-bottom: 1rem;
}	
}

/*----- section03 -----*/

#section03 > .inner{
	width: 100%;
	margin: 0;
	padding-top: 0;
	position: relative;
	overflow: visible;
}

#section03 .flexImages{
	width: 100%;
	margin: 0;
}

#section03 .flexImages ul{
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#section03 .flexImages ul li{
	width: 100%;
	padding-bottom: 0.8rem;
}

#section03 > .textBox{
	width: 100%;
	padding: 2.6rem 0;
}

@media screen and (min-width: 391px){
#section03 > .textBox{
	padding: 2.6rem 0 4rem 0;
}
}

@media screen and (min-width:769px){
	
#section03 > .inner{
	padding-top: 0;
}	
	
#section03 .flexImages ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}	
	
#section03 .flexImages ul li{
	width: 49%;
	padding-bottom: 0;
}
	
#section03 .flexImages img{
	width: 100%;
	padding-top: 2rem;
}
	
#section03 .textBox{
	padding-top: 2rem;
	padding-bottom: 0;
}	
}

/*---アコーディオンメニュー---*/

@media screen and (max-width:768px){
.accordion {
  position: relative;
	
}
	
.accordion-btn {
	background-color: #FFFFFF;
	border: 1px solid rgba(135, 103, 62, 1);
	bottom: 1.5rem;
	color: rgba(135, 103, 62, 1);
	cursor: pointer;
	display: inline-block;
	font-size: clamp(0.875rem, 0.541rem + 1.67vw, 1.794rem);
	left: 0;
	right: 0;
	width: clamp(7.969rem, 4.928rem + 15.2vw, 16.331rem);
	position: absolute;
	margin: auto;
	padding-top: clamp(0.438rem, 0.27rem + 0.84vw, 0.897rem);
	padding-bottom: clamp(0.438rem, 0.27rem + 0.84vw, 0.897rem);
	padding-left: clamp(1.125rem, 0.695rem + 2.15vw, 2.306rem);
	padding-right: clamp(1.125rem, 0.695rem + 2.15vw, 2.306rem);
	text-align: center;
	transition: all .2s;
	z-index: 99;
	border-radius: 500px;
}

@media screen and (max-width:374px){	
.accordion-btn {
	font-size: 14px;
	width: 118px;
	padding: 7px 18px;
}
}

.accordion-btn::after {
  content: "もっと見る";
}

.accordion-btn:hover {
  background-color: #fff;
  color: #700000;
	opacity: 0.5;
}
.accordion-text {
  overflow: hidden;
  position: relative;
}

.accordion-text.is-hide {
  height: clamp(25.625rem, 8.214rem + 87.05vw, 50rem);
}

.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: clamp(15rem, 9.643rem + 26.79vw, 22.5rem); 
  position: absolute;
  width: 100%;
}

.accordion-btn.is-show {
	border: 1px solid rgba(135, 103, 62, 1);
	color: rgba(135, 103, 62, 1);
	width: clamp(7.969rem, 4.928rem + 15.2vw, 16.331rem);
	bottom: 1rem;
}

@media screen and (max-width:374px){		
.accordion-btn.is-show {
	width: 118px;
	padding: 7px 18px;
	bottom: 1rem;
}	
}
	
.accordion-btn.is-show::after {
  content: "閉じる";
}

.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
}
/*---/アコーディオンメニュー---*/

/*----- section04 -----*/

#section04 .inner > hr,#section05 .inner > hr{
	background-color: rgba(135, 103, 62, 1);
	height: 0.5px;
	border: none;
	margin: 2rem 0;
}

#section04 img{
	width: 100%;
	text-align: center;
}

@media screen and (min-width:769px){

#section04 .inner > .imgBox {
	width: 100%;
	padding: 0 6.9rem;
	text-align: center;
}
	
#section04 .inner > .imgBox:nth-of-type(2) {
	padding-top: 1rem;
}	
}

/*----- section05 -----*/

#section05 .inner > img{
	width: 75%;
	margin: 0 auto;
	padding: 0 0 2rem 0 ;
}

#section05 .inner > .textBox{
	width: 100%;
	margin: 0;
	padding: 0;
}

#section05 .inner >.textBox ul li span{
	color: #E82A2A;
}	

#section05 .inner > .shuryouText{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#section05 .inner > .shuryouText p{
	font-family: 'min-demibold';
	font-size: 0.8rem;
	color: #E82A2A;
}

@media screen and (min-width:769px){
#section05 .inner > img{
	width: 100%;
	margin: 0;
}
#section05 .inner > .textBox{
	width: 100%;
	margin: 0;
	padding: 1rem 0;
}
		
#section05 .inner > .shuryouText{
	padding: 2rem 0;
}	
	
#section05 .inner > .shuryouText p{
	font-size: 1rem;
}	
}

@media screen and (max-width: 540px){
#section05 .inner > .shuryouText p{
	font-size: 0.7rem;
	line-height: 1.2rem;
	text-align: left;
	display: inline-block;
}	
}

.postButtonWrap{
	width: 100%;
	margin: 0;
	text-align: center;
	padding-top: 1.6rem;
}

.postButton{
	padding: 15px 0;
}

.postButton span img{
	width: 80%;
	padding-right: 1rem;
}


@media screen and (min-width:769px){
.postButtonWrap{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 0 1rem;
}	

.postButton{
	padding: 20px 0;
}	
	
.postButton span img{
	width: 73%;
}
}

/*----- section06 -----*/

#section06 > .inner{
	padding: 0;
}

#section06 .inner > img{
	width: 75%;
	margin: 0 auto;
	padding: 0;
}

#section06 .inner > .addressCont{
	font-family: 'min-demibold',"serif";
	background-color: rgba(239, 230, 201, 1);;
	width: 100%;
	padding: 1.5rem 0;
	border-radius: 10px;
	margin: 2rem 0;
}

#section06 .inner > .addressCont > h3{
	font-size: 1rem;
	text-align: center;
	line-height: 2rem;
	background: linear-gradient(133.53deg, #87663D 25.94%, #A88235 42.98%, #CDAA3C 58.19%, #87663D 89.23%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#section06 .inner >.addressCont p{
	color: rgba(80, 39, 18, 1);
	font-size: 0.9rem;
	text-align: center;
	line-height: 2rem;
	letter-spacing: 0;
}

#section06 .inner > .textBox{
	padding-left: 0.3rem;
}

#section06 .inner > .textBox ul{
	list-style: disc;
	padding-left: 0.7rem;
}

#section06 .inner > .textBox ul li{
	font-size: 0.7rem;
	line-height: 1.6rem;
	letter-spacing: 0;
}

#section06 .inner > .textBox p{
	padding: 0;
}

#section06 .inner > .textBox p span{
	padding-left: 0.7rem;
}

@media screen and (max-width:374px){
#section06 .inner >.addressCont h3{
	font-size: 1rem;
}

#section06 .inner >.addressCont p{
	font-size: 0.75rem;
	line-height: 1.8rem;
}
}

@media screen and (min-width:541px){
#section06 .inner > .textBox ul li{
	font-size: 0.8rem;
	line-height: 1.6rem;
	letter-spacing: 0;
}

#section06 .inner > .textBox p span{
	padding-left: 0.8rem;
}
}

@media screen and (min-width:769px){
#section06 .inner > .imgBox{
	width: 85%;
	margin: 0 auto;
	padding-bottom: 1rem;
}
	
#section06 .inner >.addressCont h3{
	font-size: 1.62rem;
	line-height: 3.2rem;
}
	
#section06 .inner >.addressCont p{
	font-size: 1.3rem;
	line-height: 2.7rem;
}	
}

/*----- section07 -----*/

#section07 .inner > .imgBox{
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 2rem;
}

#section07 .inner > .textBox{
	width: 100%;
	margin: 0;
	padding: 1rem 0 3rem 0.3rem;
}

#section07 .inner > .textBox ul{
	list-style: disc;
	padding-left: 0.7rem;
}	
	
#section07 .inner >.textBox ul li{
	font-size: 0.7rem;
	line-height: 1.4rem;
	letter-spacing: 0;
}

#section07 .inner >.textBox ul li span{
	color: #E82A2A;
}	

@media screen and (min-width:769px){

#section07 .inner > .imgBox{
	width: 100%;
	margin: 0;
	padding-left: 10rem;
	padding-right: 10rem;
}
	
#section07 .inner > .textBox ul li{
	font-size: 0.8rem;
	line-height: 1.8rem;
	letter-spacing: 0;
}	
}

/*----- section08 -----*/

#section08 .inner{
	width: 100%;
	padding-top: 1.6rem;
	padding-bottom: 2rem;
}

#section08 .inner >.addressCont{
	font-family: 'min-demibold',"serif";
	width: 100%;
}

#section08 .inner > .addressCont > h3{
	font-size: 1rem;
	text-align: center;
	line-height: 2rem;
	background: linear-gradient(133.53deg, #87663D 25.94%, #A88235 42.98%, #CDAA3C 58.19%, #87663D 89.23%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#section08 .inner >.addressCont p{
	color: rgba(80, 39, 18, 1);
	text-align: center;
	line-height: 2.7rem;
	letter-spacing: 0;
}

#section08 .inner >.addressCont p:nth-of-type(1){
	font-size: 1.25rem;
}

#section08 .inner >.addressCont p:nth-of-type(2){
	font-size: 1rem;
}

#section08 .inner >.addressCont p:nth-of-type(3){
	padding: 0 1.8rem;
	font-size: 0.87rem;
	line-height: 1.4rem;
}

#section08 .inner .caution{
	width: 90%;
	margin: 0 auto;
  font-size: 0.7rem;
	line-height: 1.4rem;
	padding-top: 2rem;
}

@media screen and (max-width:374px){
	
#section08 .inner >.addressCont p{
	line-height: 2rem;
}	
	
#section08 .inner >.addressCont h3{
	color: rgba(80, 39, 18, 1);
	font-size: 0.9rem;
}
	
#section08 .inner >.addressCont p:nth-of-type(1){
	font-size: 0.9rem;
}

#section08 .inner >.addressCont p:nth-of-type(2){
	font-size: 0.9rem;
}

#section08 .inner >.addressCont p:nth-of-type(3){
	padding: 0 1.8rem;
	font-size: 0.8rem;
	line-height: 1.4rem;
}	
}

@media screen and (min-width:769px){
#section08 .inner >.addressCont h3{
	font-size: 1.62rem;
	line-height: 2.7rem;
}

#section08 .inner >.addressCont p{
	text-align: center;
	line-height: 2.7rem;
}

#section08 .inner >.addressCont p:nth-of-type(1){
	font-size: 1.75rem;
}

#section08 .inner >.addressCont p:nth-of-type(2){
	font-size: 1.5rem;
}

#section08 .inner >.addressCont p:nth-of-type(3){
	font-size: 1.25rem;
}

#section08 .inner .caution{
	font-size: 0.7rem;
	line-height: 1.4rem;
	padding-top: 2rem;
}
}



/*----------ボタン色変化 ベージュ----------*/

.bgskew_beige::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -150%;
    /*色や形状*/
  background: #cf8616;
  width: 120%;
  height: 110%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew_beige:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}