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

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

header > h1 #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 > h1 #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,.itemsInner{
	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,.itemsInner{
	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,.itemsInner{
	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 .container h3{
	width: 100%;
}

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

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

#section03 .inner h3{
	width: 100%;
	margin: 0 auto;
}	

#section03 .container{
	width: 100%;
	margin: 0 auto;
	padding-top: 1rem;
}

@media screen and (min-width:769px){
#section03 .inner h3{
	width: 60%;
	margin: 0 auto;
}	

#section03 .container{
	width: 50%;
	margin: 0 auto;
	padding-top: 2rem;
}
}


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

#section04 .wrapper{
	border-radius:10px 10px;
	background-image: url("../../images/section04_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

@media screen and (min-width:769px){
#section04 .wrapper{
	background-image: url("../../images/section04_bg_pc.jpg");
}
}

#section04 .inner{
	background-color: transparent;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	padding-bottom: 0.5rem;
}

#section04 .inner h2{
	width: 100%;
	margin: 0;
	padding: 2rem 0;
}

@media screen and (min-width:769px){
	
#section04 .inner{
	background-color: transparent;
	padding-left: clamp(1.6rem, -0.69rem + 9.77vw, 4rem);
	padding-right: clamp(1.6rem, -0.69rem + 9.77vw, 4rem);
}
	
#section04 .inner h2{
	width: 45%;
	margin: 0 auto;
	padding: 2rem;
}
}

#section04 .inner h3.flexImages{
	width: 100%;
	margin: 0;
	padding: 0;
}

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

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

#section04 .inner .textBox{
	width: 100%;
}

#section04 .inner .textBox ul{
	padding-top: 1rem;
	padding-left: 1.6rem;
}

#section04 .inner .textBox ul li:last-child{
	padding-top: 0.25rem;
}

@media screen and (min-width: 391px){
#section04 .inner .textBox ul{
	padding-top: 1rem;
}
}

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

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

#section05 > .inner{
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 0;
	position: relative;
	overflow: visible;
	background-color:#FFFFF;
}

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

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

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

#section05 .flexImages ul li a{
	z-index: 15;
}

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

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

@media screen and (min-width:769px){	
	
#section05 > .inner{
	padding-top: 0;
}	
	
#section05 .flexImages ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}	
	
#section05 .flexImages ul li{
	width: 49%;
	padding-bottom: 0;
}
	
#section05 .flexImages img{
	width: 100%;
	padding-top: 2rem;
}
	
#section05 .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(106, 121, 134, 1);
	bottom: 1.5rem;
	color: rgba(106, 121, 134, 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: 999;
	border-radius: 500px;
}

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

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

.accordion-btn:hover {
  background-color: #fff;
  color: rgba(119, 171, 222, 1);
	opacity: 0.5;
}
	
.accordion-text{
    position:relative;
    overflow:hidden;
    background:#fffff;
}

.accordion-text.is-hide{
    max-height: 32rem;
}	
		
.accordion-text.is-hide::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:220px;
    background:linear-gradient(
        to bottom,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.8) 60%,
        rgba(255,255,255,1) 100%
    );

    z-index:99;
    pointer-events:none;
}

.accordion-btn.is-show {
	border: 1px solid rgba(106, 121, 134, 1);
	color: rgba(106, 121, 134, 1);
	bottom: 1rem;
	transition: 0.3s;
}
	
.accordion-btn.is-show + .accordion-text::after{
    display:none;
}

@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::after {
  display: none;
}
}

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

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

#section06 > .inner{
	padding: 0;
}

#section06 .inner > .imgBox{
	width: 100%;
	margin: 0;
}

#section06 .inner > .imgBox:nth-of-type(2){
	padding: 1rem 0;
}

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

#section06 .inner > hr,#section07 .inner > hr,#section10 .inner > hr{
	background-color: rgba(227,239,250,1);
	height: 2px;
	border: none;
	margin: 2rem 0;
}

@media screen and (min-width:769px){
#section06 .inner > .imgBox{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 1rem;
}
}

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

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

#section07 .inner .textBox ul{
	list-style: none;
	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 > .textBox ul li{
	font-size: 0.8rem;
	line-height: 1.8rem;
	letter-spacing: 0;
}	
}

.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%;
}
}

#section07 .inner .addressBox{
	width: 96%;
	margin: 0 auto;
	padding: 2rem;
	background-color: rgba(241, 241, 241, 1);
	border-radius: 10px;
}

@media screen and (min-width:769px){
#section07 .inner .addressBox{
	padding: 3rem 5rem;
}
}

#section07 .inner .addressBox img{
	width: 100%;
}

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

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

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

#section08 .inner .addressBox{
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0;
	background-color: rgba(241, 241, 241, 1);
	border-radius: 10px;
}

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

#section08 .inner .textBox{
	width: 100%;
	margin: 0;
	padding: 1rem 0 2rem 0.3rem;
}

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

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

@media screen and (min-width:769px){
	
#section08 .inner > .imgBox{
	width: 100%;
	margin: 0;
}
	
#section08 .inner .addressBox{
	width: 100%;
	padding: 3rem 5rem;
}	
	
#section08 .inner > .textBox ul li{
	font-size: 0.8rem;
	line-height: 1.8rem;
	letter-spacing: 0;
}	
}

/*----- section09 -----*/

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


#section09 .inner .textBox{
	width: 100%;
	margin: 0;
	padding: 1rem 0 2rem 0.3rem;
}

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

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

@media screen and (min-width:769px){
	
#section09 .inner > .imgBox{
	width: 70%;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 2rem;
}	
	
#section09 .inner > .textBox ul li{
	font-size: 0.8rem;
	line-height: 1.8rem;
	letter-spacing: 0;
}	
}

/*----- section10 -----*/

#section10 .inner > .imgBox{
	width: 100%;
	margin: 0;
	padding-top: 0;
}

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

@media screen and (min-width:769px){
	
#section10 .inner > .imgBox{
	width: 50%;
	margin: 0 auto;
	padding-top: 1rem;
}
	
#section10 .inner > .imgBox:nth-of-type(2){
	width: 80%;
	margin: 0 auto;
	padding-top: 0.5rem;
}	
}

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

.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%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}