@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #51656F;
	line-height: 2;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Maru Gothic", sans-serif!important;
	font-weight:500;
	letter-spacing: 0.05em;
}

.en{
	font-family: "Quicksand", sans-serif!important;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: #79C5D5;
}
.red{
	color: #E93861;
}
.green{
	color: #8CBA44;
}
.yellow{
	color: yellow;
}
.black{
	color: #51656F;
}
.black2{
	color: #333333;
}
.purple{
	color: #A5B0E3;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: #79C5D5;
}
.bgbla{
	background:#51656F;
}
.bgred{
	background: #E93861;
}
.bggre{
	background: #8CBA44;
}
.bgyel{
	background: yellow;
}
.bgpur{
	background: #A5B0E3;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #51656F;
}

a:visited {
	color: #51656F;
}

a:active {
	color: #51656F;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


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

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
	height: 221px;
}

header.headerScroll{
	background: #fff;
	height: 90px;
	display:flex;
	align-items:center;
}

header.headerScroll .hLogo{
	display:none;
}

.hLogo{
	max-width: 295px;
	width: 100%;
	margin: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 45px;
}

.hLogo:before{
	position:absolute;
	content:"";
	width:100%;
	height: 231.58%;
	background:#fff;
	left: -100vw;
	right: -100vw;
	margin:auto;
	bottom: -15px;
	z-index:-1;
	border-radius: 50%;
}

.hLogo a{
	margin-top:3px;
	display:block;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 95%;
	display: flex;
	max-width: 1080px;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.nav_list1 li {
	margin-left:auto;
	position:relative;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 .nav_txt {
	display: block;
	text-decoration: none;
	font-size: 1.6rem;
	color: #51656F;
	font-weight:500;
	line-height:1.5;
	text-align:center;
	letter-spacing: 0;
}

.nav_list1 .nav_txt span{
	display: block;
	font-size:1.3rem;
	font-weight:500;
	line-height:1.23;
}

.nav_list1 > li:hover .nav_hide{
	cursor:initial;
	pointer-events:initial;
	opacity:1;
}

.nav_hide{
	position:absolute;
	top:99%;
	width:180px;
	padding-top:10px;
	opacity:0;
	cursor:none;
	pointer-events:none;
	transition:.4s;
}

.nav_hide .nav_in{
	background:#fff;
	padding:20px 15px;
	border-radius:8px;
}

.nav_list2 li{
	position:relative;
	font-size:1.4rem;
	margin-bottom:8px;
}
.nav_list2 li:last-child{
	margin-bottom:0px;
}

.nav_list2 li:before{
	content:"-";
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width:320px;
	width: 37%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:160px;
	width:100%;
	height:80px;
	font-size:1.4rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0 auto 0;
	padding: 221px 0 0;
	position:relative;
	z-index: 1;
	background: #F5F7E9;
}

#cover:before{
	position:absolute;
	content:"";
	width: 98.386%;
	height: 86.482%;
	border:1px dashed #8CBA44;
	left:0;
	top: 9px;
	border-radius:12px;
	right: 0;
	margin: auto;
	z-index:-1;
}

#cover:after{
	position:absolute;
	content:"";
	width:100%;
	height: 58%;
	background: url(./img/top/bg1.png)no-repeat top center;
	background-size: cover;
	bottom: -1px;
	left:0;
	z-index: -1;
}

.mv_slider_area{
	width:100%;
	position: relative;
}

.mv_sld{
	width: 93%;
	margin:auto;
}

.mv_sld img{
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:8px;
}

.mv_slider_area .ab_text{
	position:absolute;
	width: 124px;
	left: 15.5%;
	top: 0;
	background: #E3E188;
	display:flex;
	flex-direction:row-reverse;
	justify-content:center;
	height: 100%;
	padding-top:2%;
}

.mv_slider_area .ab_text .text1{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight:700;
	font-size: clamp(1.4rem,1.6vw,2.8rem);
	letter-spacing:0.4em;
	line-height: 1.4;
}

.mv_slider_area .ab_text .text1:last-child{
	padding-top:40%;
}

.mv_slider_area .ab_text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 62px solid #E3E188;
  border-right: 62px solid #E3E188;
  border-bottom: 24px solid transparent;
}

.cov_div{
	max-width:896px;
	position:relative;
	width: 65%;
	margin: -60px auto 0;
	background:#fff;
	padding:6px;
	z-index: 1;
	border-radius: 15px;
}

.cov_div .in{
	border: 1px dashed #B4E5BA;
	border-radius:12px;
	width:100%;
	height:100%;
	padding: 0px 0 12px;
}

.cov_div .ab_img1{
	position:absolute;
	bottom: 11px;
	left: -9px;
	width: 19.921%;
}

.cov_div .ab_img2{
	position:absolute;
	right: -10px;
	bottom: 11px;
	width: 11.22%;
	display: flex;
	justify-content: flex-end;
}

.cov_div1{
	display:flex;
	justify-content:center;
	align-items: flex-end;
	letter-spacing: 0;
}

.cov_div1 .text1{
	font-weight:700;
	font-size: clamp(1.8rem,2.2vw,2.3rem);
	line-height: 1;
	margin-left: 8px;
}

.cov_div1 .text1 .red{
	font-weight:700;
	font-size: clamp(2.4rem,3.6vw,4.2rem);
	line-height: 61px;
}

.cov_div2{
	display:flex;
	justify-content:center;
	align-items:center;
	letter-spacing: 0;
}

.cov_div2 .text1{
	margin-right: 23px;
	background:#E93861;
	color:#fff;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.4285;
	padding: 0 15px 0 32px;
	border-radius:5px 0 0 5px;
	position:relative;
	height: 43px;
	display: flex;
	align-items: center;
	margin-top: 4px;
}

.cov_div2 .text1:before{
	position:absolute;
	content:"";
	width: 23px;
	height: 63px;
	top: 0px;
	right: -16px;
	background: url(./img/top/mv_tri.svg)no-repeat right;
	background-size: contain;
	bottom: 0;
	margin: auto;
}

.cov_div2 .link{
	font-weight:900;
	font-size: clamp(2.4rem,4vw,4.9rem);
	line-height:1.4489;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto;
}

.mainTit{
	font-size: 3rem;
	line-height: 1.46667;
	font-weight: 900;
	font-size: clamp(2.4rem,4vw,3rem);
	text-align: center;
}

.mainTit .en_tit{
	margin-top:6px;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.6rem);
	display:block;
}

.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.top_nami,
.bot_nami{
	display:flex;
	align-items:center;
}

.top_nami img{
	width:100%;
}

.bot_nami img{
	width:100%;
}

.content01{
	padding: 87px 0 0;
	background: #b4e5ba;
}

.content01 .inner{
	position:relative;
	max-width:1397px;
}

.content01 .inner .img1{
	position:absolute;
	max-width: 289.5px;
	width: 21%;
	z-index: 1;
	left: 2.37%;
	bottom: 15.71%;
}

.content01 .inner .img2{
	position:absolute;
	z-index: 1;
	max-width: 309px;
	width: 23%;
	right: 0;
	top: 9.3%;
}

.co1_div{
	max-width:915px;
	margin: 0 auto 80px;
	width: 66%;
	background: #fff;
	padding: 64px 20px 11.883%;
	text-align: center;
	position: relative;
}

.co1_div .title1{
	margin-bottom:9.5px;
}

.co1_div .title2{
	margin-bottom:39px;
	font-size: 3.5rem;
	line-height:1.22916;
	font-weight:700;
	font-size: clamp(1.8rem,4vw,3.5rem);
	letter-spacing: 0;
}

.co1_div .title2 .big{
	line-height:1.6857;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,4.8rem);
}


.co1_div .text1{
	border-bottom:1px dashed #B4E5BA;
	line-height:2.2;
	font-weight:500;
	font-size: clamp(1.5rem,1.8vw,2rem);
	max-width:706px;
	width:100%;
	margin:0 auto;
	letter-spacing: 0;
}

.co1_div .text1.nobo{
	border-bottom:none;
}

.co1_div .img{
	max-width: 304.5px;
	width: 41%;
	margin: auto;
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
}

.content02{
	background: #f8e67f;
	padding: 53px 0 0;
}

.co2_div{
	background:#8CBA44;
	padding:55px 30px 0;
	border-radius:30px 30px 0 0;
	position:relative;
}

.co2_div:before{
	position:absolute;
	content:"";
	width: 70%;
	height: 58px;
	background:url(./img/top/co2_sou1.png)no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	margin: auto;
	top: 25px;
	max-width: 357.5px;
}

.co2_div .in{
	background:#fff;
	padding: 35px 32px 85px;
}

.co2_div .in .title1{
	text-align:center;
	line-height:1.4516;
	font-weight:700;
	font-size: 3.1rem;
	display:flex;
	justify-content:center;
	align-items:center;
	letter-spacing: 0.05em;
	display:flex;
	align-items:center;
}

.co2_div .in .title1 span{
	display:flex;
	justify-content:center;
	align-items:center;
}

.co2_div .in .title1 span.big{
	background:#E93861;
	color:#fff;
	margin:0 5px;
	font-weight:700;
	font-size:5rem;
	width:76px;
	height:76px;
	line-height:1;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	padding-bottom: 3px;
}

.co2_div .in .title1 span.big:last-child{
	margin-left:0;
}

.co2_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.co2_list1 li{
	width: 49%;
	margin-top:50px;
	display:flex;
	align-items:center;
}

.co2_list1 li .num{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:3.5rem;
	width:63px;
	height:63px;
	border-radius:50%;
	background:#8CBA44;
	color:#fff;
	flex-shrink:0;
	margin-right:15px;
	letter-spacing: 0.05em;
}

.co2_list1 li .text_area{
	width:100%;
}

.co2_list1 li .text_area .title2{
	color:#8CBA44;
	font-weight:900;
	font-size: clamp(1.8rem,2vw,2rem);
	letter-spacing: 0.05em;
	line-height: 1.45;
}

.co2_list1 li .text_area .text1{
	margin-top:2.5px;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.co2_list1 li.blu .num{
	background:#79C5D5;
}

.co2_list1 li.blu .text_area .title2{
	color:#79C5D5;
}

.co2_list1 li.pur .num{
	background:#A5B0E3;
}

.co2_list1 li.pur .text_area .title2{
	color:#A5B0E3;
}

.co2_div1{
	margin-top:25px;
	display:flex;
	align-items:center;
	background:#E7FDE9;
	border:1px dashed #8CBA44;
	border-radius:12px;
	padding: 17px 5.231% 24px;
}

.co2_div1 .img{
	max-width:104px;
	width: 36%;
	flex-shrink:0;
	margin-right: 4.802%;
}

.co2_div1 .text_area{
	width:100%;
}

.co2_div1 .text_area .title2{
	font-weight:900;
	font-size: clamp(1.8rem,2vw,2rem);
	letter-spacing: 0.05em;
	line-height:1.45;
}

.co2_div1 .text_area .text1{
	margin-top:11px;
	line-height: 1.75;
	letter-spacing: 0em;
}

.content03{
	padding: 80px 0 190px;
	background: #F5F7E9;
}


.co3_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top: 56px;
}

.co3_list1 li{
	width: 32%;
	border-radius: 20px;
	background: #fff;
	position:relative;
	box-shadow:0 3px 0 #00000029;
	max-width: 333px;
}

.co3_list1 li .img{
	border:1px solid #707070;
	border-radius:20px 20px 0 0;
	overflow:hidden;
	width: 100%;
}

.co3_list1 li .img img{
	width:100%;
}

.co3_list1 li .text_area{
	padding: 25px 4.809% 60px;
}


.co3_list1 li .text_area .title1{
	color:#89B83E;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,1.8rem);
	letter-spacing: 0.05em;
	line-height:1.4444;
}

.co3_list1 li .text_area .text1{
	margin-top:16px;
	font-weight:500;
	letter-spacing: 0.05em;
	line-height:1.714;
	font-size:1.4rem;
	color:#333333;
}

.co3_list1 li .text_area .tel_text1{
	display:flex;
	align-items:center;
	margin-top:8px;
	font-weight:500;
	font-size: clamp(1.6rem,2vw,1.8rem);
	letter-spacing: 0.05em;
	line-height:1.2777;
	color:#333333;
}

.co3_list1 li .text_area .tel_text1 .icon{
	display:flex;
	align-items:center;
	margin-right:4px;
}

.co3_list1 li .btn1{
	position:absolute;
	bottom:-28px;
	left:0;
	right:0;
	margin:auto;
	width: 90%;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	background:#8CBA44;
	height:56px;
	border-radius:30px;
	color:#fff!important;
	max-width:256px;
	width:100%;
	transition:.4s;
	font-weight: 700;
	font-size: 1.4rem;
}

.btn1:before{
	content: '';
	width: 4px;
	height: 4px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	right: 10px;
	top: 0px;
	bottom:0;
	transform: rotate(45deg);
	margin:auto;
}

.btn1.red:before{
	display:none;
}

.btn1.red:after{
	content: '';
	width: 7px;
	height: 8px;
	position: absolute;
	right: 16px;
	top: 0px;
	bottom:0;
	margin:auto;
	background:url(./img/common/arrow_red.svg)no-repeat;
	background-size:contain;
}

.btn1.bgred{
	background: #E93861;
}

.co3_list1 li.noimg{
	background: #B4E5BA;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 350px;
}

.co3_list1 li.noimg .img1{
	max-width: 220px;
	width: 80%;
}

.content04 {
    background: #F5F7E9;
}

.co4_div{
	width: 95%;
	margin-left: auto;
	margin-bottom: 115px;
	display: flex;
	justify-content: space-between;
	position:relative;
	z-index: 1;
	max-width: 1500px;
}

.co4_div .left{
	flex-shrink:0;
	width:153px
}

.co4_div .right{
	padding: 53px 0px 46px 3.534%;
	background:#FFFFFF;
	border-radius:8px 0 0 8px;
	position: relative;
	width: calc(100% - 153px);
}

.co4_div .left .img1{
	position:absolute;
	top: 50%;
	left:0;
	z-index: -1;
}

.co4_div .left .title{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-weight:900;
	font-size: 3rem;
	letter-spacing: 0.2em;
	line-height:1.266667;
}

.co4_div .left .title .en_tit{
	display:block;
	font-weight:500;
	font-size:1.8rem;
	letter-spacing: 0.05em;
	line-height:1.2777;
	margin-left:16px;
}

.co4_div .right .slider_btn{
	position:absolute;
	top: -19px;
	right: 31%;
	z-index:1;
	display: flex;
	justify-content: space-between;
	width: 88px;
	align-items: center;
}

.co4_div .right .slider_btn > div{
	cursor:pointer;
}


.co4_div .right .slider_btn > div:hover{
	opacity:0.7;
}

.co4_div .right .btn1{
	margin-top:47px;
	margin-left: 14%;
}

.co4_sld{
	width: 85.765%;
	margin-right: auto;
	position:relative;
}

.co4_sld .img{
	width:100%;
	height: 12vw;
	position: relative;
	border-radius:8px;
	overflow:hidden;
	margin-bottom:16px;
	max-height: 200px;
}

.co4_sld .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.co4_sld:hover .img img{
	transform:scale(1.1);
}

.co4_sld .img .cate1{
	position:absolute;
	top:0;
	left:0;
	background: #fff;
	color: #8CBA44;
	padding:4px 10px 4px 8px;
	border-radius:0 0 8px 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.41667;
}

.co4_sld .date{
	color: #8CBA44;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.285;
}

.co4_sld .title1{
	margin-top:8px;
	font-weight:900;
	line-height:1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.co4_sld .text1{
	margin-top:8px;
	font-weight:500;
	line-height:1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.co4_sld .text2{
	margin-top:16px;
	color: #8CBA44;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.285;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.co4_sld .text2 span{
	display:flex;
	align-items:center;
	margin-left:8px;
}

.content05{
	background:#B4E5BA;
}

.ma1920{
	max-width:1920px;
	width:100%;
	margin:0 auto;
}

.co5_div{
	max-width:1500px;
	width:95%;
	margin-left:auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding-top: 20px;
}

.co5_div .text_area{
	max-width: 475px;
	width: 33%;
	padding-top: 12.2%;
}

.co5_div .img{
	max-width:989px;
	width: 66%;
}

.co5_div .text_area .mainTit{
	text-align:left;
}

.co5_div .text_area .title1{
	font-size: clamp(1.8rem,2.4vw,3.2rem);
	line-height:1.78125;
	font-weight:700;
	margin-top: 8.424%;
}

.co5_div .text_area .text1{
	line-height:2;
	font-weight:500;
	margin-top: 5.055%;
	margin-bottom: 10.108%;
}

.content06 .inner{
	padding: 135px 0 186px;
}

.content06 .flex{
	
}

.content06 .flex .left{
	width:199px;
	flex-shrink:0;
	margin-right: 8.797%;
}

.content06 .flex .right{
	max-width:786px;
	width: 73%;
}

.content06 .flex .left .mainTit{
	text-align:left;
	margin-bottom:37px;
}

.content06 .flex .left .btn1{
	justify-content:flex-start;
	padding-left:16px;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	background: #F5F7E9;
	position: relative;
	padding-bottom: 42px;
}

footer .top_nami{
	background:#ffff;
}

footer .sou1{
	position:absolute;
	top: -34px;
	right: 63px;
	max-width: 249px;
	width: 21%;
}

footer .flex .left{
	width: 280px;
	flex-shrink:0;
}

footer .flex1 .right{
	padding-top:14px;
}

footer .flex .right{
	max-width:437px;
	display: flex;
	justify-content: space-between;
	width: 50%;
	padding-right: 23px;
}


footer .flex .left .addp{
	font-size:1.4rem;
	letter-spacing: 0;
	font-weight: 500;
}

footer .logo {
	width: 100%;
	max-width:237px;
	margin-bottom:10px;
}

footer .inner {
	margin-top:34px;
}

.ft_list1{
}

.ft_list1 li{padding-left: 12px;position: relative;margin-bottom: 26px;}

.ft_list2 li{
	margin-top:8px;
	padding-left:0;
}

.ft_list2 li:last-child{
	margin-bottom:0px;
}

.ft_list2 li a{
	font-size:1.6rem;
	letter-spacing:0;
	line-height: 1.25;
	display: block;
	font-weight: 700;
}

.ft_list1 li:has(.text):before{
	position:absolute;
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#89B83E;
	left:0;
	top: 7px;
}

.ft_list1 li .text{
	font-size:1.6rem;
	letter-spacing:0;
	line-height: 1.25;
	display: block;
	font-weight: 700;
}

.copyright {
	font-size:1.2rem;
	font-weight:500;
	line-height:1.333;
}

footer .flex2{
	align-items:flex-end;
	margin-top: 20px;
}


.bnr1{
	max-width:380px;
	width:100%;
}

/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 0px 0 0;
    max-width: 1080px;
    font-weight: 500;
    line-height: 1.42857;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
    color: #51656F;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #51656F;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}


.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	cursor: pointer;
	outline: 0;
	color: #E93861!important;
	font-size: 1.4rem;
	border: none;
	font-weight: 900;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	background: none;
	margin: 0 auto!important;
	height: 100%;
	text-align: left;
	text-align: center;
}

.green .clearForm,
.green .clearForm2,
.green .toHome {
	color: #2CB573 !important;
	
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

.tb_inp.mabo{
	margin-bottom:16px;
}

textarea {
	padding: 12px;
	height: 405px;
	width: 100%;
	background: #fff;
	max-width: 730px;
}

input,
textarea,
button,
select,
option {
	outline: none;
	font-size: 1.4rem;
	line-height: 1.2;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 30px;
	padding: 0;
	width: 100%;
	background: #FFFFFF;
	width: 100%;
	max-width: 423px;
	padding: 0 12px;
}

::placeholder{
	color:#CCCCCC;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
option,
select{
	border: 1px solid #C8C8C8;
}


select{
	max-width: 172px;
}

input[type="date"]{
	width:100%;
	max-width:204px;
	height:42px;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}


.contact_tb th, .contact_tb td {
	position: relative;
	font-weight: 500;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}


.contact_tb tr:last-child th,
.contact_tb tr:last-child td {
	border-bottom: none;
}

.contact_tb {
	width: 100%;
	margin: auto;
}


.contact_tb th {
	text-align: left;
	line-height: 1.5;
	font-weight: 900;
	font-size: 1.6rem;
	width: 208px;
}

.contact_tb th.vert{
	vertical-align:top;	
}

.contact_tb th .flex{
	align-items:center;
}

.contact_tb th label{
	margin-right:auto;
}

.contact_tb td {
    padding-left: 3.797%;
    padding-right: 9.26%;
}

.contact_tb td .text{
	font-size:1.4rem;
}

.contact_tb th span{
	margin-right:24px;
}

em{
	background: #DA4648;
	color:#fff;
	padding: 0px 4px;
	white-space: nowrap;
	font-size: 1.3rem;
	font-weight: 500;
}

em.nini{
	background: #F8F3EB;
	color: #111111;
}

.contact01_div3{
	margin-top:80px;
}


.pri_div{
	padding: 28px 5.186%;
	height: 180px;
	overflow-y:scroll;
	margin: 30px auto 27px;
	background: #F8F8F8;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	border: 1px solid #E5E5E5;
	font-size: clamp(1.6rem,1.6vw,2rem);
}

.pri_div.pri_div2{
	padding: 24px 4%;
	height: 285px;
	overflow-y:scroll;
	margin: 24px auto 56px;
	background: #F1F4E0;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 2px solid #F1F4E0;
	width: 100%;
	border-radius: 10px;
}

.pri_div::-webkit-scrollbar{
	display: none;
}


.pri_div h3{
	font-size:2.5rem;
	line-height: 1.44;
	margin-bottom: 10px;
	font-weight:700;
	letter-spacing:0.05em;
}

.pri_div .text2{
	font-size:1.4rem;
	line-height:2;
	margin-bottom:20px;
	font-weight:500;
	letter-spacing:0.05em;
}

.pri_div dt{
	font-size: 1.8rem;
	line-height: 1.05555;
	font-weight: 700;
}

.pri_div dd{
    font-size: 1.4rem;
    line-height: 1.357;
    margin-bottom: 19px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 0 auto 20px;
	width: 100%;
}

.privacy_area label{
	display:flex;
	align-items: center;
}

.privacy_area a{
	color: #009DCD;
	display: inline-flex;
	align-items: baseline;
	border-bottom: 1px solid;
}

.privacy_area a img{
	margin-left:2px;
	margin-right:4px;
}

.privacy_area input{
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 5px;
}

.contact01{
	padding: 100px 0 200px;
}

.contact01 .text{
	font-size: clamp(1.8rem,2.4vw,2.5rem);
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.8;
	text-align:center;
	margin-bottom:85px;
}

.cont01_div{
	border-radius:10px;
	background:#F5F7E9;
	padding:24px 20px 30px;
	margin-bottom: 80px;
}

.cont01_div .txt{
	text-align:center;
	font-size: clamp(1.6rem,2.4vw,2.5rem);
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.8;
}

.contact01_list1{
	display:flex;
	justify-content:space-between;
	max-width:880px;
	width:95%;
	margin:24px auto 0;
}

.contact01_list1 li{
	background:#51656F;
	color:#fff;
	text-align:center;
	max-width: 265px;
	width: 32%;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contact01_list1 li .txt1{
font-size: 1.6rem;
font-weight: 700;
line-height: 1.5;
letter-spacing: 0.05em;
}

.contact01_list1 li .txt2{
font-size: 2.5rem;
font-weight: 900;
line-height: 1.44;
display:flex;
align-items:center;
}

.contact01_list1 li .txt2 span{
	display:flex;
	align-items:center;
	margin-right:8px;
	padding-top:6px;
}

.contact01_list1 li .txt3{
font-size: 2.2rem;
font-weight: 500;
line-height: 1.4545;
letter-spacing: 0.05em;
}



.tablet{
	display:none;
}

.tb_flex{
	display:flex;
	flex-wrap:wrap;
}

.tb_flex label{
	margin-right:3%;
}


.news01{padding: 100px 0 200px;}

.news01 .news_list1{
	margin-top:90px;
}


.cate_div{
	width:100%;
	margin-top: 115px;
}

.cate_div:last-child{
	margin-bottom:0px;
}

.cate_div .title1{
	line-height: 1.4444;
	font-weight:900;
	font-size: 1.8rem;
	padding-bottom:10px;
	border-bottom:2px solid #51656F;
	margin-bottom: 19px;
}

.cate_list{
	padding-left:21px;
}

.cate_list li{
	margin-top: 5px;
	font-weight:500;
	line-height:1.42857;
	font-size:1.4rem;
}




.pagination-list{
	display:flex;
	margin: 60px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	width: 40px;
	height: 40px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 900;
	text-decoration: none;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	line-height:1;
}


.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #8CBA44;
	opacity:1;
	color: #fff;
	border: 1px solid #8CBA44;
}

.pagination-list .page-numbers.prev,
.pagination-list .page-numbers.next{
	border:none;
	width:initial;
	height:initial;
	color:#51656F;
	font-size: 1.4rem;
}

.pagination-list .page-numbers.prev{
	margin: 0px 3% 0 0;
}

.pagination-list .page-numbers.next{
	margin: 0px 0% 0 3%;
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	background: none;
	opacity:0.7;
}

.det_cont .title_area{
	margin-bottom: 29px;
}

.det_cont .title_area .cate1{
	color:#8CBA44;
	font-size:1.2rem;
	font-weight:500;
	line-height:1.4166;
	margin-bottom:8px;
}

.det_cont .title_area .dacate{
	margin-bottom:24px;
	width:100%;
}

.det_cont .title_area .flex{
	align-items:flex-end;
	justify-content:space-between;
}

.det_cont .title_area .title1{
	line-height: 1.44;
	font-weight:900;
	font-size: clamp(2rem, 2.4vw,2.5rem);
}

.det_cont .title_area .flex .date{
	flex-shrink:0;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.2857;
}

.news_list {
	width:100%;
}

.news_list li{
	display:flex;
	align-items:center;
	padding: 40px 0;
	border-bottom: 1px solid #D0D0D0;
	padding-right: 35px;
	position:relative;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li:first-child{
	border-top: 1px solid #D0D0D0;
}

.news_list li:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    background: url(./img/common/arrow2_gre.svg) no-repeat;
    background-size: contain;
    right: 0%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dacate{
	display:flex;
	align-items:center;
	flex-shrink: 0;
	margin-right: 5.218%;
	width: 232px;
	justify-content: space-between;
}

 .dacate .date{
	line-height: 1.25;
}

.dacate .cate{
	display:flex;
	align-items:center;
	justify-content:center;
	height: 24px;
	line-height: 1;
	border-radius: 40px;
	min-width: 131px;
	font-size: 1.3rem;
	font-weight: 500;
	background: #B4E5BA;
}


.news_list li .title1{
	width: 70%;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}

.detail_area{
	margin-bottom:46px;
}

.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.6rem);
	line-height:2.1825;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
}

.detail_area h3{
	margin-bottom:16px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
}

.detail_area h4{
	margin-bottom:12px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
}


.detail_area > *{
	margin-bottom:0!important;
}

#art_cover{
	background:#F5F7E9;
	width: 100%;
	margin: 0 auto 0;
	padding: 389px 0 0px;
	position:relative;
	z-index: 1;
}

#art_cover .title1{
	text-align:center;
	font-size: clamp(2.4rem,4vw,4.1rem);
	font-weight:900;
	line-height:1.4634;
}

#art_cover .title1 .en_tit{
	display:block;
	margin-top:17px;
	font-size: clamp(1.6rem,3vw,2.1rem);
	font-weight:500;
	line-height:1.238;
}

.top_nami_mv{
	padding-top:140px;
}

#art_cover .sou1{
	position:absolute;
	left: 3.045%;
	top: 32.5%;
	z-index: -1;
	width: 12.8456%;
}

#art_cover .sou2{
	position:absolute;
	right: 18.373%;
	top: 34.553%;
	z-index: -1;
	width: 6.843%;
}

#art_cover .sou3{
	position:absolute;
	left: 22.048%;
	bottom: 5%;
	z-index: 0;
	width: 11.82%;
}

#art_cover.art_cov_img .flex{
	max-width:1080px;
	margin:0 auto;
	width:95%;
	position:relative;
}


#art_cover.art_cov_img .flex .text_area{
	
}

#art_cover.art_cov_img .flex .title1{
	text-align:left;
}

#art_cover.art_cov_img .flex .img{
	width: 50%;
	position:absolute;
	height: 30vw;
	max-width: 537px;
	max-height: 346px;
	border-radius: 20px;
	right: 0;
	top: -57px;
	border: 1px solid #707070;
}

.about #art_cover.art_cov_img .flex .img{
	background:url(./img/about/mv.jpg)no-repeat;
	background-size:cover;
}

.facility_honmachi #art_cover.art_cov_img .flex .img{
	background:url(./img/facility/mv.jpg)no-repeat;
	background-size:cover;
}

.news_list1{
	display:flex;
	flex-wrap:wrap;
}

.news_list1 li{
	width: 29.538%;
	margin-right: 5.693%;
	margin-bottom:50px;
}

.news_list1 li:nth-child(3n+3){
	margin-right: 0%;
}

.news_list1 li .img{
	width:100%;
	height: 21vw;
	position: relative;
	border-radius:8px;
	overflow:hidden;
	margin-bottom:16px;
	max-height: 241px;
}

.news_list1 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:.4s;
}

.news_list1 li:hover .img img{
	transform:scale(1.1);
}

.news_list1 li .img .cate1{
	position:absolute;
	top:0;
	left:0;
	background: #fff;
	color: #8CBA44;
	padding:4px 10px 4px 8px;
	border-radius:0 0 8px 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.41667;
}

.news_list1 li .date{
	color: #8CBA44;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.285;
}

.news_list1 li .title1{
	margin-top:8px;
	font-weight:900;
	line-height:1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_list1 li .text1{
	margin-top:8px;
	font-weight:500;
	line-height:1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_list1 li .text2{
	margin-top:16px;
	color: #8CBA44;
	font-size:1.4rem;
	font-weight:500;
	line-height:1.285;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.news_list1 li .text2 span{
	display:flex;
	align-items:center;
	margin-left:8px;
}

.det_link_area{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 375px;
	width: 100%;
	margin: auto;
}

.btn1.red{
	color:#E93861!important;
	border:1px solid #E93861;
	background:#fff;
}

.det_link_area .btn1{
	margin:0 auto;
	width: 75%;
}

.link_btn{
	display:block;
	font-weight:900;
	font-size:1.4rem;
	line-height:1.4285;
	flex-shrink: 0;
}

.about01{
	padding:44px 0 87px;
}

.about01 .flex{
	align-items:flex-start;
}

.about01 .flex .text_area{
	max-width:482px;
	width: 46%;
	padding-top: 6.575%;
}

.about01 .flex .img{
	max-width:540px;
	width: 50%;
}

.about01 .flex .text_area .title1{
	font-size: clamp(2.2rem,3vw,3rem);
	font-weight:900;
	line-height:1.4666;
	letter-spacing:0.05em;
}

.about01 .flex .text_area .title2{
	font-size: clamp(1.8rem,2.4vw,2rem);
	font-weight:900;
	line-height:1.9;
	margin-top: 4.98%;
	letter-spacing:0.05em;
}

.about01 .flex .text_area .text1{
	font-size: clamp(1.6rem,2vw,1.8rem);
	font-weight:500;
	line-height:1.9;
	letter-spacing:0.05em;
	margin-top: 4.98%;
}

.content02.about02{
	padding:0;
	background:#fff;
	position:relative;
}

.content02.about02 .top_nami{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}

.content02.about02 .co2_div .in{
	padding-bottom: 18.628%;
}

.about03{
	background:#F5F7E9;
}

.about03 .inner{
	padding: 24px 0 125px;
}

.about03_list1{
	margin-top:100px;
}

.about03_list1 li{
	background:#fff;
	position:relative;
	margin-top:90px;
	padding: 0px 4.63% 32px;
	border-radius: 15px;
}

.about03_list1 li .num{
	position:absolute;
	top: -44px;
	left:50px;
	font-size: 3rem;
	font-size: 6.4rem;
	line-height:1;
	display:flex;
	align-items:flex-end;
	font-weight:900;
}

.about03_list1 li .num span{
	margin-right:12px;
	font-size: 3rem;
	line-height:1.4666;
}

.about03_list1 li .flex {
	position:relative;
	align-items: flex-start;
	margin-bottom: 2.45%;
}

.about03_list1 li .flex .text_area{
	max-width:552px;
	width: 59%;
	padding-top: 5.103%;
}

.about03_list1 li .flex .img{
	max-width:390px;
	width: 40%;
	margin-top: -3.062%;
}

.about03_list1 li .flex .text_area .title1{
	font-size: clamp(2rem,3vw,3.2rem);
	font-weight:700;
	line-height:1.4375;
	letter-spacing:0.05em;
}

.about03_list1 li .flex .text_area .text1{
	margin-top:11px;
	line-height:2;
}

.about03_div{
	padding: 2.552% 2.042%;
	background:#E7FDE9;
	border:1px dashed #8CBA44;
	border-radius:12px;
	display:flex;
	align-items:flex-start;
}

.about03_div .text{
	width:50%;
	line-height:2;
}

.about04{
	background:#B4E5BA;
	padding: 54px 0 110px;
}

.about04_list1{
	margin-top:78px;
}

.about04_list1 li{
	margin-top: 54px;
	background:#fff;
	position:relative;
	padding:66px 31px 15px 26px;
	border-radius: 15px;
}

.about04_list1 li .title1{
	height:56px;
	max-width:max-content;
	position:absolute;
	top:-17px;
	left:0;
	background:#8CBA44;
	color:#fff;
	display:flex;
	align-items:center;
	font-size:2rem;
	font-weight:900;
	line-height:1.45;
	letter-spacing:0.05em;
	padding-left: 20px;
	padding-right: 30px;
}

.about04_list1 li .title1:before{
content:'';
position:absolute;
left:100%;
top:50%;
transform:translateY(-50%);
width:0;
height:0;
border-top:28px solid #8CBA44;
border-bottom:28px solid #8CBA44;
border-right:10px solid transparent;
}

.about04_list1 li .text1{
	letter-spacing:0.05em;
}

.about05 .inner{
	padding:80px 0 190px;
}

.about05 .mainTit{
	margin-bottom:52px;
}

.about05_list1 li{
	display:flex;
	justify-content:space-between;
	padding:25px 0;
	border-bottom:1px solid #E3E3E3;
}

.about05_list1 li:first-child{
	border-top:1px solid #E3E3E3;
}

.about05_list1 li .text1{
	flex-shrink:0;
	width: 23.5188%;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.about05_list1 li .text2{
	width:100%;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.facility01 .inner{
	padding: 75px 0 120px;
}

.facility01 .mainTit{
	margin-bottom:35px;
}

.facility01 .btn1.bgred{
margin: 0 auto;
}

.inst_bnr{
	margin:80px auto 0;
	background:url(./img/facility/bg1.jpg);
	padding:9px;
}

.inst_bnr .in{
	background:#fff;
	display:flex;
	justify-content:space-between;
	padding:22px 56px 22px 31px;
}

.inst_bnr .in .icon{
	max-width: 177px;
	width: 19%;
}

.inst_bnr .in .text_area{
	max-width: 736px;
	width: 77%;
}

.inst_bnr .in .text_area .title_area{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	padding-bottom:15px;
	border-bottom:1px dashed #51656F;
	margin-bottom: 18px;
}

.inst_bnr .in .text_area .title_area .sou1{
	position:absolute;
	left:0;
	bottom: -24%;
	width: 15.545%;
}

.inst_bnr .in .text_area .title_area .sou2{
	position:absolute;
	right:0;
	bottom:0;
	width: 12.167%;
}


.inst_bnr .in .text_area .title_area .title1{
	width: 70%;
	text-align:center;
	margin:auto;
}

.inst_bnr .in .text_area .text1{
	margin-bottom:16px;
	font-size: clamp(1.5rem,2vw,2rem);
	line-height: 1.55;
	font-weight: 500;
}

.inst_bnr .in .text_area .link{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:34px;
	border:1px solid #EB3189;
	border-radius:20px;
	color:#EB3189;
	font-weight:700;
	font-size:2rem;
}

.facility04 .inner{
	padding:80px 0 20px;
}

.facility04 .title2{
	font-size:2rem;
	font-weight:900;
	letter-spacing:0.05em;
	padding-left:30px;
	position:relative;
	margin:87px 0 27px;
	color: #111111;
}

.facility04 .title2:before{
	position:absolute;
	content:"";
	width:22px;
	height:22px;
	border-radius:50%;
	background:#8CBA44;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.facility04_list1 li{
	display:flex;
	justify-content:space-between;
	padding: 8px 0;
	border-bottom:1px solid #E3E3E3;
	min-height: 75px;
	align-items: center;
}

.facility04_list1 li:first-child{
	border-top:1px solid #E3E3E3;
}

.facility04_list1 li .text1{
	flex-shrink:0;
	width: 21.297%;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding-left: 1.76%;
	line-height: 2;
	color: #111111;
}

.facility04_list1 li .text2{
	width:100%;
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #111111;
}

.facility04_list2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.facility04_list2 li{
	width: 32.5%;
	margin-top:20px;
	max-width:349px;
}

.facility05 .inner {
    padding: 80px 0 20px;
}

.facility05 .mainTit{
	margin-bottom:38px;
}

.facility05 .text1{
	line-height:2;
	font-weight:500;
	letter-spacing:0.05em;
	color:#111111;
}

.facility05_div{
	background:#F8F3EB;
	max-width:490px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:20px 0 5px;
	padding-bottom: 9px;
}

.facility05_div .text{
	color:#111111;
	font-size:2rem;
	font-weight:500;
	line-height:1.45;
	letter-spacing:0.05em;
}

.facility05_div .text span{
	margin-left:14px;
	margin-right:5px;
	font-size:3.5rem;
	font-weight:700;
	letter-spacing:0.05em;
	line-height:1.457;
}

.facility06 .inner {
    padding: 80px 0 200px;
}

.facility06 .map{
	width:100%;
	margin-top:45px;
	height:445px;
}

.facility06 .map iframe{
	width:100%;
	height:100%;
}

.send_btn{
	margin:48px auto 0;
	max-width: 228px;
}

.send_btn:hover{
	opacity:0.7;
}

.thx_text1{
	margin:20px auto 30px;
	text-align:center;
}

.contact01 .btn1{
	margin:0 auto;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	

.co4_div {
    width: 78.125%;
    max-width: initial;
}

.co4_sld .img{
	    height: 10.417vw;
	    max-height: initial;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
.mv_slider_area .ab_text{
	left:8%;
}
	
.co4_div .right .slider_btn{
	right:3%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hLogo {
    max-width: 240px;
    margin-bottom: 25px;
}

.hLogo:before{
	width: 110%;
	height: 220%;
	bottom: -15px;
}

header{
	height:160px;
}

#cover{
	padding-top:180px;
}

.mv_slider_area .ab_text{
	width: 100px;
}

.mv_slider_area .ab_text:after {
    border-left: 50px solid #E3E188;
    border-right: 50px solid #E3E188;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
	
	
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.co4_sld .img{
	height: 16vw;
}

.co4_sld {
    width: 90%;
}

#art_cover{
	padding: 280px 0 0px;
}


.about03_list1 li{
	padding:0 2% 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}


.mv_slider_area .ab_text .text1{
    font-size: clamp(1.4rem, 2vw, 2.8rem);
}

.mv_slider_area .ab_text .text1:last-child {
    padding-top: 20%;
}

.cov_div2 .text1{
	height: 30px;
}

.cov_div2 .text1:before{
	height: 43px;
	right: -11px;
}


.co2_list1 li .num{
	font-size:3rem;
	width:50px;
	height:50px;
	margin-right:8px;
}

.co2_div .in .title1 span.big{
font-size: 4rem;
width: 66px;
height: 66px;
}

.co5_div{
	padding:40px 0;
}

.co5_div .text_area{
	padding-top:6%
}



.dacate{
	margin-right: 3%;
	width: 210px;
}


.content06 .flex .left {
    margin-right: 4%;
}

.about04_list1 li{
	padding:50px 20px 15px;
}

.about04_list1 li .title1{
	height:48px;
	top:-10px;
	font-size:1.8rem;
	padding-left: 20px;
	padding-right: 20px;
}

.about04_list1 li .title1:before{border-top:24px solid #8CBA44;border-bottom:24px solid #8CBA44;}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #51656F;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background: #51656F;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a,
.gnav__menu__item .text{
    font-size: 1.8rem;
    font-weight: 900;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}

.gnav__menu__item a span,
.gnav__menu__item .text span{
	display:block;
	font-weight:500;
	font-size:1.6rem;
	line-height: 1.5;
}

.gnav__menu2{
	padding-left:10px;
}

.gnav__menu2 li a{
	font-size:1.6rem;
}

.pc_nav{
	display:none;
}


.contact01_div1{
	padding:30px 10px;
	border-radius:10px;
	margin-bottom: 60px;
}

.tb_flex{
	flex-direction:column;
}

input[type="text"], input[type="email"], input[type="tel"], select{
	/* height:50px; */
}


.news01{
padding: 80px 0;
}

.det_cont .title_area .flex{
	flex-direction:column;
	align-items:flex-start;
}

.det_cont .title_area .flex .date{
	margin-top:8px;
	margin-left:auto;
}

.news01 .main_cont{
	max-width:initial;
	width: 100%;
}


.pagination-list{
	margin:40px auto 0;
}

.news01 .side_cont{
	width: 100%;
	margin:60px auto 0;
	display:flex;
	justify-content:space-between;
	max-width:initial;
}

.side_div{
	margin:0;
	width:48%;
}


.det_cont .title_area .dacate{
	max-width:180px;
}

.det_cont .title_area {
    margin-bottom: 24px;
}


.news_list li{
	flex-direction:column;
	align-items: flex-start;
	padding: 20px 0;
	padding-right: 35px;
}

.news_list li .title1{
	width:100%;
	margin-top:8px;
}

.news_list li .dacate{
	width:100%;
	max-width: initial;
	justify-content: flex-start;
}

.news_list li .dacate .date{
	margin-right:16px;
}

header{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 0 20px;
	height: 80px!important;
	padding-left: 10px;
}

.hLogo:before{
	display:none;
}

.hLogo{
	width: 200px;
	margin: 0;
	display:block!important;
}

.hLogo a{
	margin:0;
}

    #cover {
        padding-top: 90px;
    }

    .mv_slider_area .ab_text {
        width: 100%;
        height: initial;
        display: block;
        background: none;
        left: 5%;
        bottom: 5%;
        top: auto;
    }

.mv_slider_area .ab_text .text1{
	-ms-writing-mode: initial;
	writing-mode: initial;
	background: #E3E188;
	max-width: max-content;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	padding: 4px 8px;
}

.mv_slider_area .ab_text .text1:last-child{
	padding: 4px 8px;
	margin-top:8px;
}

.mv_slider_area .ab_text:after{
	display:none;
}

.cov_div{
	margin:30px auto 0;
	width:89.334%;
	max-width:600px;
}

.inner{
	width:89.334%;
}

.co1_div{
	width:100%;
	padding: 40px 20px 18%;
	margin-bottom: 10%;
}

.content01 .inner .img1{
	width: 90%;
	position: initial;
}

.content01 .inner .img2{
	width: 90%;
	position: initial;
	margin-left:auto;
	margin-top: 0%;
	margin-bottom: 80px;
}

.co1_div .title2 {
    margin-bottom: 30px;
}

.co1_div .text1 {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
}

.co2_list1 li{
	width:100%;
	margin-top: 30px;
}

.co2_div .in .title1{
	display:block;
}
	
.co2_div .in .title1 span.big{
	font-size:3rem;
	width:50px;
	height:50px;
}

.co2_div {
    padding: 40px 10px 0;
    border-radius: 20px 20px 0 0;
}
	
.co2_div .in {
    padding: 35px 20px 40px;
}

.co2_div:before{
	width: 200px;
	top: 23px;
}

.co2_div1{
	padding:20px;
	flex-direction:column;
}

.co2_div1 .img{
	margin: 0 auto 10px;
	width:100%;
}

.co3_list1{
	flex-direction:column;
	margin: 0;
}

.co3_list1 li{
	width:100%;
	margin: 50px auto 0;
	max-width: 500px;
}

.co3_list1 li .text_area .title1{
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.co3_list1 li .text_area .tel_text1{
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.content03 {
    padding: 80px 0;
}

.co4_div{
	width:100%;
	display:block;
}

.co4_div .right{
	width:100%;
	border: none;
	padding: 40px 0;
}

.co4_div .left{
	position:relative;
	width:89.334%;
	margin:0 auto 40px;
}

.co4_div .left .title {
    -ms-writing-mode: initial;
    writing-mode: initial;
    display: flex;
    flex-direction: column-reverse;
}

.co4_div .left .title .en_tit{
	margin-left:0;
	margin-top: 6px;
}


.co4_div .left .img1{
	right:0;
	left:auto;
	bottom:0;
	top:auto;
	width:20%;
}

.co4_div .right .btn1{
	margin:30px auto 0;
}

    .co4_sld {
        width: 90%;
		margin:0 auto;
    }

    .co4_sld .img {
        height: 33vw;
        max-height:initial;
    }


.co5_div{
	flex-direction:column;
	width: 89.334%;
	margin: 0 auto;
}

.co5_div .text_area{
	max-width:initial;
	width:100%;
}

.co5_div .img{
	max-width:initial;
	width:100%;
	margin:40px auto 0;
}

.co5_div .text_area .title1{
	font-size: clamp(2.2rem,4vw,3.2rem);
	margin-top: 30px;
}


.mainTit{
	font-size:3rem;
}

.mainTit .en_tit{
	font-size: 1.6rem;
}

.content06 .inner {
    padding: 80px 0 180px;
	position:relative;
}

.content06 .flex{
	flex-direction:column;
}

.content06 .flex .left{
	width:100%;
}

.content06 .flex .right{
	width:100%;
	margin:0 auto;
}
.content06 .flex .left .btn1{
	position:absolute;
	left:0;
	right:0;
	bottom:80px;
	margin:auto;
	justify-content:center;
	padding:0;
}

footer .flex{
	flex-direction:column;
}

footer .flex .left{
	width:100%;
	text-align: center;
}
	
footer .flex .right{
	width:100%;
	max-width: 400px;
	margin: 20px auto 0;
}

footer .flex2 {
	flex-direction:column-reverse;
}
	
footer .flex2 .bnr1{
	margin:0 auto 30px;
}

footer .flex2 .copyright{
	text-align:center;
	width:100%;
}

footer .logo{
	margin:0 auto 20px;
}

    #art_cover {
        padding: 120px 0 0px;
    }

.top_nami_mv {
    padding-top: 80px;
}

#art_cover .sou2{
	right:5%;
}

#art_cover .sou3{
	width:24%;
	bottom:1%;
}

.pankuzu{
	padding-top:20px;
}

.news01 .news_list1 {
    margin-top: 50px;
}


.news_list1{
	justify-content:space-between;
}

.news_list1 li{
	width: 49%;
	margin-right: 0%;
	margin-bottom:40px;
}


.news_list1 li .img{
	height: 33vw;
	margin-bottom:12px;
	max-height: initial;
}

.pagination-list .page-numbers{
	font-size: 1.6rem;
	width: 32px;
	height: 32px;
}

.cate_div {
    margin-top: 60px;
}

footer .sou1 {
    right: 20px;
    width: 28%;
}

#art_cover.art_cov_img .flex {
	flex-direction:column;
	width: 89.334%;
}
	
#art_cover.art_cov_img .flex .title1{
	text-align:center;
}

#art_cover.art_cov_img .flex .img{
	position:initial;
	margin: 9% auto 0;
	width:100%;
	height: 57vw;
}

.about01 .flex{
	flex-direction:column;
}

.about01 .flex .text_area{
	width:100%;
	max-width:initial;
}

.about01 .flex .img{
	width:100%;
	margin:40px auto 0;
}

.about03 .inner {
    padding: 80px 0;
}

.about03 .mainTit{
	font-size: clamp(2.4rem, 4vw, 3rem);
}

.about03_list1 li{
	padding: 40px 20px 20px;
	margin-top: 60px;
}
	
.about03_list1 li .flex{
	flex-direction:column;
	margin-bottom: 20px;
}

.about03_list1 li .flex .text_area{
	width:100%;
	max-width:initial;
	padding: 0;
}
	
.about03_list1 li .flex .img{
	width:100%;
	max-width:initial;
	margin:20px auto 0;
}

.about03_list1 li .flex .text_area .text1{
	font-size:1.5rem;
}
	

.about03_list1 li .num{
	top: -24px;
	left:20px;
	font-size: 4rem;
}

.about03_list1 li .num span{
	margin-right:8px;
	font-size: 2rem;
}

.about03_div{
	padding:20px;
	flex-direction:column;
}
	
.about03_div .text{
	width:100%;
	font-size:1.5rem;
}

.about03_list1 {
    margin-top: 0px;
}
	
.about04_list1 {
    margin-top: 40px;
}

.about04_list1 li .text1{
	line-height:1.8;
	font-size:1.5rem;
}

.about04 {
    padding: 80px 0;
}


.about05_list1 li{
	padding:15px 0;
	flex-direction:column;
}

.about05_list1 li .text1{
	width: 100%;
}

.about05_list1 li .text2{
	width:100%;
	margin-top:8px;
}

.about05 .inner {
    padding: 80px 0;
}

    #art_cover.art_cov_img{
        padding: 120px 0 0px;
    }


.facility04_list1 li{
	padding:15px 0;
	flex-direction:column;
}

.facility04_list1 li .text1{
	width: 100%;
}

.facility04_list1 li .text2{
	width:100%;
	margin-top:8px;
	line-height:1.6;
}

.facility04_list2 li{
	width:48%;
}

.facility06 .map{
	margin-top:40px;
	height:300px;
}

.facility04 .title2{
	margin:40px 0 20px;
}

.facility04 .inner,
.facility05 .inner{
    padding: 80px 0 0px;
}

.facility06 .inner{
    padding: 80px 0;
}

.inst_bnr .in{
	padding:20px;
}

.inst_bnr .in .text_area .text1 {
    margin-bottom: 16px;
	font-size:1.5rem;
}

.facility01 .inner {
    padding: 80px 0;
}

.contact_tb th, .contact_tb td{
	display:block;
	width:100%;
}


.contact_tb th{
	border-bottom:none;
	padding:16px 0 8px;
} 
	
.contact_tb td{
	border-top:none;
	padding:0 0 16px;
}

.pri_div h3 {
    font-size: 2rem;
}

.contact01 {
    padding: 80px 0;
}

.contact01_list1{
	flex-direction:column;
	margin: 0 auto;
	width: 100%;
}

.contact01_list1 li{
	width:100%;
	min-height:80px;
	margin: 20px auto 0;
}

.contact01 .text {
    margin-bottom: 40px;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}

.cov_div1{
	display:block;
	text-align:center;
}
	
.cov_div2{
	display:block;
	text-align:center;
}

.cov_div .ab_img1{
	top:0;
}

.cov_div .in{
	padding:12px 20px;
}

.cov_div1 .text1{
font-size: clamp(2rem, 3vw, 2.3rem);
margin: 12px auto 0;
}

.cov_div1 .text1 .red{
line-height: 1.3;
font-size: clamp(3rem, 5vw, 4.2rem);
}

.cov_div2 .text1{
	margin:8px auto 0;
	border-radius:8px;
	text-align:center;
	padding:4px 0;
	justify-content:center;
	width:90%;
	max-width:300px;
}

.cov_div2 .text1:before{
	display:none;
}

.cov_div2 .link {
    font-size: clamp(3.2rem, 6vw, 4.9rem);
}


.content01 .inner .img1{
	width: 90%;
}

.content01 .inner .img2{
	width: 90%;
	margin-top: 20px;
}

    .co1_div {
        margin-bottom: 20%;
    }

.co2_div .in .title1{
	font-size: 2.4rem;
}
	
.co2_div .in .title1 span.big{
	font-size: 2.6rem;
	width: 44px;
	height: 44px;
}

.co2_list1 li{
	flex-direction:column;
}

.co2_list1 li .num{
	margin:0 auto 10px;
}

.co2_list1 li .text_area .title2{
	text-align:center;
}

.co2_list1 li .text_area .text1{
	margin-top:4px;
}

.co4_sld .img {
	height: 51vw;
}

.ft_list1 li .text{
    font-size: 1.4rem;
}

.ft_list1 li:has(.text):before{
	top:5px;
}


.ft_list2 li a{
	font-size:1.4rem;
}


.about04_list1 li .title1{
height: 56px;
	top:-20px;
	padding-right:30px;
}

.about04_list1 li .title1:before {
	border-top: 28px solid #8CBA44;
	border-bottom: 28px solid #8CBA44;
}


.inst_bnr .in{
	flex-direction:column;
	padding: 10px 15px 20px;
	position: relative;
}


.inst_bnr .in .icon{
	margin: 0 auto 20px;
	width:100%;
	max-width:60px;
}

.inst_bnr .in .text_area .text1 {
    margin-bottom: 16px;
}

.inst_bnr .in .text_area{
	width:100%;
}

.inst_bnr {
    margin: 60px auto 0;
    padding: 5px;
}


.inst_bnr .in .text_area .title_area .sou1{
	left: -2%;
	bottom: auto;
	width: 23%;
	top: -6%;
}

.inst_bnr .in .text_area .title_area .sou2{
	right: -2%;
	bottom: auto;
	width: 21%;
	top: -6%;
}

.inst_bnr .in .text_area .title_area{
	position:initial;
	margin-bottom: 12px;
}

.inst_bnr .in .text_area .title_area .title1{
	width: 100%;
	max-width: 320px;
}

.inst_bnr .in .text_area .link{
	font-size:1.8rem;
}
	
.co2_div1 .text_area .text1{
	font-size:1.5rem;
}

.co5_div .text_area .text1{
	font-size:1.5rem;
}

body{
	font-size:1.5rem;
	line-height:1.8;
}
	
.about03_div{
	padding:16px 10px;
}
	
.about03_div .text{
	font-size:1.4rem;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

.slick-slider div { transition: none; }