@charset "utf-8";
/*
Theme Name : Old__CIRQ
Description : シルクネット用テーマ
Version : 201903
*/
/* 共通 */

/* Screen reader only class for accessibility */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Google Fonts optimized loading */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/zenkakugothicnew/v1/gNMVW2drQAmrMxVwdaYSwj6-3_j59h2ACR0YwYwwZ4QVvoA.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/zenkakugothicnew/v1/gNMVW2drQAmrMxVwdaYSwj6-3_j59h2ACR0YwYwwZ4QVvoA.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 全ページのスクロールバースタイル */
html::-webkit-scrollbar {
    width: 8px;
    z-index: 1;
}

html::-webkit-scrollbar-track {
    background: #f1f1f1;
    z-index: 1;
}

html::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
    z-index: 1;
}

html::-webkit-scrollbar-thumb:hover {
    background: #555;
    z-index: 1;
}

/* Firefox スクロールバースタイル */
html {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    z-index: 1;
}

html{
	margin: 0 !important;
	padding: 0;
	width: 100%;
	overflow-x :hidden;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #333333;
	overflow-x :hidden;
}
p{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
a{
	color: #5cb8b2;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a:hover{
	color: #5cb8b2;
	text-decoration: none;
}
a .img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a:hover .img{
	opacity: 0.7;
}
.popup-image a:hover{
	cursor: zoom-in;
}
.tel{
	pointer-events: none;
	text-decoration: none;
}
/* .wrapper{
	width: calc(100% - 160px);
	margin: 0 0 0 160px;
} */
.img{
	display: block;
	width: AUTO;
	max-width: 100%;
	margin: 0 AUTO;
}
.caption{
	padding: 15px;
}
.caption__left{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    font-family: "Academy Engraved LET", serif;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 10;
    pointer-events: none;
}

.caption--e{ background: #5cb8b2; }
.caption--n{ background: #8c8c8c; }

.caption__center{
	text-align: center;
}

.caption__title__center {
    text-align: center;      
    font-size: 24px;         
    font-weight: bold;       
    line-height: 1.5;       
}

.caption__right{
	text-align: right;
}
.common__bar-attention{
	display: block;
	width: calc(100% - 160px);
	margin: 0 0 0 160px;
	padding: 2px 0;
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	font-size: 13px;
}
.common__bar-attention:hover{
	background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
	color: #FFFFFF;
}
.section__index{
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	padding:40px 0;
	margin: 0 AUTO;
	position: relative;
	z-index: 1;
}
.section__index__seasonal{
	width: 100%;
	padding:40px 0;
	margin: 0 AUTO;
	position: relative;
	z-index: 1;
}
.section__margin{
margin: 5vh auto;
}

.section__margin__2{
	margin: 2vh auto;
	}
.section__flex{
	display: flex;
	justify-content: center;
		align-items: center;
		flex-direction: column;
}
.section__20vw{
	width: 20%;
}

.section__40vw{
	width: 40%;
}

.section__60vw{
	width: 60%;
}

.section__80vw{
	width: 80%;
	margin: 0 auto;
}

.section__index__top{
	background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
	overflow: hidden;
}

.section__background{
	background-color: #f9f9f9;
}
.section__img{
	width: 100%; 
    margin: 0 auto;
}
.section__facility{
	width: 100vw;
	background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
	border-bottom: 1px solid #EFEFEF;
	padding: 10vh 0;
	margin: 0 AUTO;
	display: flex;
	align-items: center;
	justify-items: center;
	flex-direction: column;
}
.container{
	width: 100%;
	max-width: 1100px;
	margin: 20px AUTO;
}
.flex__container{
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	max-width: 1100px;
	margin: 0 auto;
}
.flex__container::after{
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.flxbox__1clmn{
	width: calc(100% - 20px);
	margin: 10px;
	padding: 0px;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__2clmn{
	width: calc(50% - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__3clmn{
	width: calc((33.33%) - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__4clmn{
	width: calc(25% - 20px);
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
}
.flxbox__5clmn{
	width: calc(20% - 10px);
	padding: 0px;
	margin: 5px;
	align-content: stretch;
	box-sizing: border-box;
}

.flxbox__3_2_clmn{
	width: calc(70% - 1%);
	padding: 0px;
	margin: 5px;
	align-content: stretch;
	box-sizing: border-box;
}

.flxbox__3_1_clmn{
	width: 30%;
	padding: 0px;
	margin: 5px;
	align-content: stretch;
	box-sizing: border-box;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 20px;
	margin: 10px;
	width:32%;
}

/* 入力枠 */
.search-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.search-input:focus {
    border-color: #5cb8b2;
    box-shadow: 0 0 5px #5cb8b274;
}

.subsec_contents {
	display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
	background-color: #f9f9f9; 
	border: 1px solid #ddd; 
	border-radius: 8px; 
	padding: 20px;
	max-width: 500px;
	margin: 20px auto; 
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
	position: relative;
  }

  .subsec_contents::before {
	content: "検索結果"; 
	font-size: 1em; 
	font-weight: bold; 
	color: #333; 
	position: absolute; 
	padding: 0 10px; 
	transform: translateY(-500%); 
  }

  .subsec_contents ul {
	padding: 0; 
	margin: 0; 
  }
  
  .subsec_contents li {
	margin-bottom: 10px; 
	transition: transform 0.3s ease, background-color 0.3s ease; 
  }
  
  .subsec_contents a {
	font-size: 1.1em; 
	font-weight: 500; 
	display: block;
  }
  

/* ボタン */
.search-button {
    padding: 7px 20px;
    background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    cursor: pointer;
	border: #fff 1px solid;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.search-button:hover {
    background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
    color: #5cb8b2;
    border: #5cb8b2 1px solid;
}

:root .search-form__radio-child,
:root .flxbox__search-map,
:root .flxbox__search-form,
:root .index__box,
:root .flxbox__1clmn,
.flxbox__2clmn,
.flxbox__3clmn,
.flxbox__4clmn,
.flxbox__5clmn {
	float: left;
}
.common__content {
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #EFEFEF;
}
.index__box {
	min-height: 450px;
	box-sizing: border-box;
	border: 1px solid #EFEFEF;
}
.flxbox__1clmn,
.flxbox__2clmn,
.flxbox__3clmn,
.flxbox__4clmn,
.flxbox__5clmn {
	min-height: 150px;
}
.color__green{
	color: #5cb8b2;
}
.color__red{
	color: #dd3224;
}
.common__img{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto; 
	display: block;
}
.common__large{
	font-size: 1.8em;
	letter-spacing: 2px;
}
.common__btn__section{
display: flex;
align-items: center;
justify-content: center;
}

.common__btn{
	display: inline-block;
	background-color: #222222;
	border: 2px solid #222222;
	color: #FFFFFF;
	padding: 10px 15px;
	display: block;
	width: 50%;
	text-decoration: none;
}

.btn__left{
	text-align: left;
	margin: 30px 0 30px 15px;
}

.btn__center{
	text-align: center;
	margin: 30px 15px;
}

.common__btn:hover{
	background-color: #FFFFFF;
	border: 2px solid #222222;
	color: #222222;
	font-weight: bold;
}
.common__btn-soon{
	display: inline-block;
	background-color: #999999;
	border: 1px solid #999999;
	color: #FFFFFF;
	text-align: center;
	margin: 10px AUTO;
	padding: 10px 15px;
	display: block;
	width: 80%;
	text-decoration: none;
}
.common__content{
	box-sizing: border-box;
	background-color: #FFFFFF;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
}
.common__content-img{
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.common__content-caption{
	padding: 15px;
	font-size: 14px;
	line-height: 1.8em;
	height: 100%;
}

.content-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    color: #000;
	text-align: center;
	width: 100%;
}

.content-toggle-btn svg {
    width: 20px;  
    height: 20px;
    transition: transform 0.3s ease;  
}

.content-toggle-btn.open svg {
    transform: rotate(180deg);  
}
.attention{
	display: block;
	margin: 30px AUTO;
	padding: 15px;
	border: 1px solid #e41c1c;
}
.attention__title{
	color: #e41c1c;
	display: block;
	padding: 0 0 10px 0;
	font-weight: 600;
}
.attention__red{
	display: block;
	margin: 30px AUTO;
	padding: 15px;
	background-color: #ffebeb;
	border: 1px solid #ea6e6e;
	color: #ea6e6e;
}
.attention__red{
	background-color: #ffebeb;
	border: 1px solid #e41c1c;
	color: #e41c1c;
	padding: 20px;
	margin:0 0 50px 0;
	text-align: center;
}
.attention__btn{
	display: inline-block;
	text-align: center;
	margin: 20px 20px 0 20px;
	padding: 10px;
	color: #ffffff;
	background-color: #e41c1c;
	border: 1px solid #e41c1c;
	min-width: 250px;
	width: AUTO;
	max-width: calc(100% - 20px);
}
.attention__btn:hover{
	color: #e41c1c;
	background-color: #ffebeb;
	border: 1px solid #e41c1c;
}





/* ------------------------------------------------------ トップページの施設一覧 */

.index__box{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0px;
	margin: 10px;
	align-content: stretch;
	box-sizing: border-box;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	position: relative;
}
.height__340{
	height: 340px;
}

.index__box:hover{
	background-color: #EFEFEF;
	color: #333333;
}
.index__box-img{
	width: 100%;
	height: 230px;
	margin: 0;
	object-fit: cover;
}
.index__box-content{
	padding: 10px 15px;
	font-size: 14px;
}
.index__box-prefecture{
	display: block;
	padding: 8px 0;
	margin: 0 0 5px 0;
	width: 80px;
	text-align: center;
	background-color: #222222;
	color: #FFFFFF;
	position: absolute;
	top: 0;
}
.index__box-name{
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	padding: 10px 0;
}
.index__box-address{
    display: inline-block;
    background-image: url(../img/svg/icon_pin.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin-top: 5px;
    padding-left: 25px;
}
.index__box-access{
	display: block;
}

/* ------------------------------------------------------ トップページの施設一覧2 */
.index__facility{
	width: calc((50%) - 20px);
	padding: 0 0 90px 0;
	margin: 0 10px 30px 10px;
	align-content: stretch;
	box-sizing: border-box;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	-webkit-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-moz-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	-ms-filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.1));
	position: relative;
}
.index__facility-img{
	width: 100%;
	height: 215px;
	margin: 0;
	object-fit: cover;
}
.index__facility-content{
	padding: 10px 15px;
	font-size: 14px;
}
.index__facility-prefecture{
	display: block;
	padding: 5px;
	margin: 0;
	width: 90px;
	text-align: center;
	background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.index__facility-name{
	font-size: 1.8em;
	letter-spacing: 1px;
	display: block;
	padding: 0 0 10px 0;
}
.index__facility-address{
	display: block;
	background-image: url(/common/img/svg/icon_pin.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin-top: 5px;
	padding-left: 25px;
}
.index__facility-access{
	display: block;
}
.index__facility-table{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	width: calc(100% - 30px);
	margin: 0 15px;
}
.index__facility-table th,
.index__facility-table td{
	border: 1px solid #CCCCCC;
	padding: 3px 5px;
}

.index__facility-btn{
	display: block;
	background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
	border: 1px solid #5cb8b2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 0px;
	position: absolute;
	margin: 15px;
	bottom: 0;
	left: 0;
	right: 0;
}
.index__facility-btn:hover{
	background-color: #FFFFFF;
	border: 1px solid #5cb8b2;
	color: #5cb8b2;
}
.section__title-2nd{
	width: 100%;
	font-size: 3em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
	font-family: 'Shippori Mincho', serif;
}
.section__title-2nd_caption{
	display: inline-block;
	padding: 0 15px;
	font-size: 0.5em;
	letter-spacing: 2px;
}
	.section__title-3rd, .section__title-3rd_plan{
		font-size: 22px;
		letter-spacing: 2px;
		text-align: left;
		font-weight: normal;
		margin: 0 0 20px 0;
		padding: 20px 0;
		position: relative; 
		display: inline-block;
		font-weight: bold;
	}
	.section__title-4th{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		text-align: left;
		font-weight: normal;
		margin: 0;
		padding: 20px 0 10px 0;
	}
.title_padding{
	margin: 20px 15px !important;
}
.index__feature{
	width: 100%;
	height: 55vh;
	margin: 20px AUTO;
	padding: 20px 1px 50px 1px;
	position: relative;
}



.section__title-3rd::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #5cb8b2 0%, #5daed8 100%);
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 15px;
}

.section__title-3rd.section__right::after{
	right: 0;
	background: linear-gradient(-90deg, #5cb8b2 0%, #5daed8 100%);
}

.section__title-3rd.section__center::after{
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, #5cb8b2 0%, #5daed8 100%);
}


/* ------------------------------------------------------ 偶数 */

.index__feature:nth-child(even) .index__feature-img{
	position: relative;
	width: 50%;
	height: 60vh;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index__feature:nth-child(even) .index__feature-img img{
	width: 100%;
	height: 60vh;
	object-fit: cover;
}
.index__feature:nth-child(even) .index__feature-content{
	width: 35%;
	padding: 30px 200px 30px 50px;
	height: 60vh;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
}
/* ------------------------------------------------------奇数  */
.index__feature:nth-child(odd) .index__feature-img{
	position: relative;
	width: 50%;
	height: 60vh;
	float: right;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index__feature:nth-child(odd) .index__feature-img img{
	width: 100%;
	height: 60vh;
	object-fit: cover;
}
.index__feature:nth-child(odd) .index__feature-content{
	width: 35%;
    padding: 30px 50px 30px 200px;
	height: 60vh;
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

/* サブページ------------------------------------------------------  */

.subpage__index__feature{
	width: 100%;
	height: 55vh;
	margin: 20px AUTO;
	padding: 20px 1px 50px 1px;
	position: relative;
}


/* ------------------------------------------------------ 偶数 */

.subpage__index__feature:nth-child(even) .index__feature-img{
	position: relative;
	width: 50%;
	height: 60vh;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	float: left;
}
.subpage__index__feature:nth-child(even) .index__feature-img img{
	height: 100%;       
	width: auto;          
	object-fit: cover;   
	display: block;
}
.subpage__index__feature:nth-child(even) .index__feature-content{
	padding: 30px;
	height: 60vh;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
}
/* ------------------------------------------------------奇数  */
.subpage__index__feature:nth-child(odd) .index__feature-img{
	position: relative;
	width: 50%;
	height: 60vh;
	float: right;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.subpage__index__feature:nth-child(odd) .index__feature-img img{
	height: 100%;       
	width: auto;          
	object-fit: cover;   
	display: block;
}
.subpage__index__feature:nth-child(odd) .index__feature-content{
	width: 50%;
    padding: 30px;
	height: 60vh;
	left: 0;
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
/* ------------------------------------------------------  */

.facility__top__container{
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
margin-bottom: 20px;

}
.facility__top__img{
	width: 20%;
	height: auto;
	object-fit: cover;
}
.index__map{
	position: relative;
	pointer-events: auto;
	cursor: pointer;
}

.index__map__title{
margin-bottom: 20px;
}
.index__map-img{
	display: block;
	margin: 0 20% 0 auto;
	width: AUTO;
	max-width: 100%;
	z-index: 0;
}
.map__label{
	background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
	text-align: center;
	padding: 5px;
	position: absolute;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	z-index: 1;
	pointer-events: auto;
	cursor: pointer;
}

.map__label a{
	color: #FFFFFF;
	text-decoration: none;
	pointer-events: auto;
	cursor: pointer;
}

.map__label-child{
	display: block;
	font-weight: bold;
}
.map__label-tokyo{
    top: 62%;
	left: 55%;
}
.map__label-tohoku{
    top: 45%;
    left: 58%;
}
.map__label-cyubu{
	top: 65%;
	left: 48%;
}
.map__label-kinki{
    top: 68%;
    left: 40%;
}
.map__label-cyugoku{
    top: 67%;
    left: 32%;
}
.map__label-shikoku{
	top: 75%;
	left: 35%;
}
.map__label-kyusyu{
	top: 80%;
	left: 28%;
}

.map__label-okinawa{
	top: 83%;
	left: 68%;
}
/* ------------------------------------------------------ ヘッダー */
.header {
    padding: 10px 0 0 0;
	flex-direction: column;
}

.header.scrolled {
    height: 60px;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: block;
    width: 600px;
    height: 40px;
    background-image: url(../img/logo/logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: -9999px;
    margin: 0 auto 20px auto;
    transition: all 0.3s ease;
}

.header.scrolled .header__logo {
    background-image: url(../img/logo/logo_little.webp);
    width: 100px;
    height: 40px;
    margin: 0 0 0 30px;
    padding: 0;
}

.header.scrolled .nav {
    margin: 0 30px 0 0;
}
.nav {
    display: flex;
    align-items: center;
    list-style: none;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    padding: 0;
    margin: 0;
}

.nav__hamburger {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 24px;
	height: 24px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1002;
  }
  
  .nav__hamburger span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #333;
	border-radius: 2px;
	transition: all 0.3s ease;
  }

  .nav__hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav__hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .nav__hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  @media screen and (min-width: 801px) {
    .nav__hamburger {
        display: none;
    }
  }

  /* スマホ版メニュー */
  @media screen and (max-width: 800px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
    }

    .nav {
        position: fixed;
        top: 60px;
        left: -100%;
        width: 30%;
        height: calc(100vh - 60px);
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
        transition: left 0.3s ease;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        z-index: 1000;
        display: flex;
    }

    .nav.active {
        left: 0;
    }

    .nav__child {
        width: 80%;
        border-bottom: 1px solid #eee;
    }

    .nav__child-link {
        width: 100%;
        padding: 15px 20px;
        justify-content: flex-start;
        font-size: 16px;
    }

    .nav__hamburger {
        display: none;
    }

    .header.scrolled .nav__hamburger {
        display: flex;
    }
  }

.nav__child {
    padding: 10px 15px;
}

.nav__child-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    height: 100%; 
    box-sizing: border-box;
}

.nav__child-link:hover {
    color: #5cb8b2;
}

.section__eyecatch{
	width: 100%;
	height: 700px;
	background-color: #FFFFFF;
	position: relative;
}
#mainvisual{
	width: 100%;
	height: 700px;
	z-index: 0;
	overflow: hidden;
}
.slick-list,
.slick-track{
	width: 100%;
	height: 100%;
}
.slick-slide{
	position: relative;
	z-index: 1;
}


.slick-arrow{
	width: 80px;
	height: 100%;
	margin-top: 0;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	text-indent: -9999px;
	background-size: 80px AUTO;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 0px solid #FFFFFF;
}
button:focus {
	outline: none;
    border: 0px solid #000000;
}
.slick-arrow:hover{
	cursor: pointer;
}
.slick-prev{
	left: 0;
	background-image: url(/common/img/svg/icon_slider-prev.png);
}
.slick-next{
	right: 0;
	background-image: url(/common/img/svg/icon_slider-next.png);
}

.section__eyecatch-contents{
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	color: #FFFFFF;
	padding: 30px;
	z-index: 10;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: right;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.se_position1{
	left: 50px;
	top: 20%;
}
.se_position2{
	right: 50px;
	bottom: 20%;
}
.se_position3{
	right: 50px;
	top: 40%;
}

/* ------------------------------------------------------ パンくずリスト */
.blanchcamb{
	color: #333333;
	font-size: 13px;
	padding: 5px;
	margin: 0;
	list-style: none;
}
.blanchcamb__child{
	display: inline-block;
}
.blanchcamb__child-link{
	color: #333333;
}
.blanchcamb__child::after{
	content: " > ";
}
.blanchcamb__child:last-child::after{
	content: "";
}
/* ------------------------------------------------------ お問い合わせ */
.contact{
	width: 100%;
	padding: 30px 0;
	background-color: #333333;
	color: #FFFFFF;
}
.contact__title{
	color: #FFFFFF;
	display: block;
	width: 100%;
	margin: 0 AUTO 10px AUTO;
	font-size: 21px;
	font-weight: normal;
}
.contact__base{
	width: 100%;
	max-width: 1100px;
	display: table;
	table-layout: fixed;
	margin: 10px AUTO;
}
.contact__reception{
	display: block;
	font-size: 14px;
	padding: 5px;
}
.contact__telnum{
	font-size: 48px;
	color: #FFFFFF;
	background-image: url(/common/img/svg/icon_telWhite.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
.contact__base-phone,
.contact__base-mail{
	display: table-cell;
	padding: 20px;
	text-align: center;
}
.contact__btn-mail{
	display: block;
    background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
	border: 1px solid #5cb8b2;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 20px;
	font-size: 24px;
}
.contact__btn-mail:hover{
	background: linear-gradient(135deg, #FFFFFF, #FFFFFF);
	border: 1px solid #5cb8b2;
	color: #5cb8b2;
}
/* ------------------------------------------------------ フッター */
.footer{
	display: block;
    width: 100%;
    padding: 30px;
	background-color: #222222;
	color: #FFFFFF;
	position: relative;
	bottom: 0;
}
.footer__block{
	width: 100%;
	max-width: 1100px;
	margin: 10px AUTO;
	padding: 10px 0;
	line-height: 1.8em;
  }
  .footer__block-line{
	border-bottom: 1px solid #666666;
  }
  .footer__block-title{
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
  }
  .footer__block-title::before{
	content: "● ";
  }
  .footer__link {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
  }
  .footer__link-divider{
	color: #666666;
  }
  .footer__link:hover{
	color: #cccccc;
	text-decoration: underline;
  }
  .footer__snslink{
	display: inline-block;
	font-size: 35px;
	margin: 0 5px;
	padding: 0;
	color: #FFFFFF;
  }
  .footer__snslink:hover{
	color: #FFFFFF;
	opacity: 0.8;
  }	
  .footer__snslink svg{
	fill: #ffffff;
	width: 35px;
	height: 35px;
  }
  .footer__copyright-text {
	width: calc(100% - 20px);
	max-width: 1180px;
	text-align: right;
	margin: 0 AUTO;
	padding: 10px;
	font-size: 12px;
  }
.footer__btn-scroll{
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/svg/icon_scrollTop.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #FFFFFF;
	text-indent: -9999px;
	-webkit-animation: A 2s ease 0s infinite alternate;
	animation: A 2s ease 0s infinite alternate;
	z-index: 1001;
}
.footer__btn-scroll:hover{
	cursor: pointer;
}
.mobile__toggle{
	display: none;
}
.mobile__toggle:hover{
	cursor: pointer;
}
.header_mobile{
	display: none;
}

.ricoh-theta-spherical-image{
	width: 100%;
	height: 375px;
}
.common__catch-large{
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 1.5em;
}

/* 展示会 */
.exhibition__bg {
	width: 100%;
	height: 550px;
	position: relative;
	background-image: url(https://www.cirq-hall.jp/common/img/exhibition/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 0;
}
.exhibition__catch {
	display: block;
	width: calc(100% - 40px);
	color: #ffffff;
	background-color: rgba(92,184,178,0.8);
	text-align: center;
	padding: 20px;
	position: absolute;
	top: 20%;
}
.exhibition__table{
	width: 100%;
	border-collapse: collapse;
}
.exhibition__table th{
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
	border: 1px solid #CCCCCC;
}
.exhibition__table td{
	padding: 8px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.exhibition__table td:first-child{
	background-color: #fffdf8;
	font-weight: 600;
}
.exhibition__td{
	background-color: #fffdf8;
}
/* 内覧会 */
.observe__bg {
	width: 100%;
	height: 550px;
	position: relative;
	background-image: url(https://www.cirq-hall.jp/common/img/observe/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 0;
}
.observe__catch {
	display: block;
	width: calc(100% - 40px);
	color: #4b4948;
	background-color: rgba(254,244,232,0.9);
	text-align: right;
	padding: 20px;
	position: absolute;
	bottom: 0;
}
.observe__date {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	padding: 8px 10px;
	font-weight: 600;
}
.schedule{
	width: 100%;
	border-collapse: collapse;
}
.schedule tr:nth-child(odd){
	background-color: #f5f5f5;
}
.schedule th{
	padding: 8px;
	color: #FFFFFF;
	background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
	border: 1px solid #CCCCCC;
}
.schedule td{
	padding: 8px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.observe__title-1st{
	background-image: url(https://www.cirq-hall.jp/common/img/observe/observe_title.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}
/* ギャラリー */
.gallery__item{
	text-decoration: none;
}
.gallery__item:hover{
	opacity: 0.7;
	cursor: zoom-in;
}
.gallery__item img{
	display: block;
	margin: 0;
	padding: 0;
}
.gallery__item-caption{
	display: block;
	font-size: 14px;
	color: #222;
	background-color: rgba(255,255,255,0.9);
	margin: 0;
	padding: 5px;
	text-align: right;
}
/* 固定ページ用のアイキャッチ */
.eyecatch__bg {
	width: 100%;
	height: 500px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	padding: 0;
}
.eyecatch__catch {
	display: block;
	width: calc(100% - 30px);
	color: #ffffff;
	text-align: center;
	padding: 15px;
	position: absolute;
	bottom: 0;
	font-size: 16px;
	background-color:#000000;
	opacity: 0.85;
}
/* 宿泊研修 */
.training__copy{
	font-size: 1.5em;
}
.training__content{
	text-align: center;
	background-color: #fffbf6;
	border: 3px double #b98639;
	padding: 15px;
}
.training__content-title{
	font-size: 1.3em;
	font-weight: 600;
	color: #b98639;
	padding: 5px;
	border-bottom: 1px dotted #b98639;
	display: block;
	margin: 0 0 10px 0;
}
.training__content-sub{
	display: inline-block;
	font-size: 0.9em;
	padding: 1px 10px;
	border: 1px solid #666666;
	margin: 5px;
}
.training__option{
	display: flex !important;
	flex-direction: row !important;
    background-color: #fffbf6;
    padding: 15px;
	border: 3px double #b98639;
	height: auto;
	min-height: 100px;
	align-items: center;
}
.training__option dt{
	display: block;
	width: 50%;
}
.training__option dd{
	display: block;
	width: 50%;
	text-align: center;
}

.plan__slide-container {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.plan__slide-wrapper {
	position: relative;
	width: 100%;
}

.plan__slide-item {
	position: relative;
	padding: 0 10px;
}

.plan__slide-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}

.plan__slide-img:hover {
	transform: scale(1.02);
}

.plan__slide-link {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.plan__slide-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
	padding: 20px 15px 15px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.plan__slide-item:hover .plan__slide-overlay {
	opacity: 1;
}

.plan__slide-title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Slick スライダースタイル */
.plan__slide-wrapper .slick-list {
	margin: 0 -10px;
}

.plan__slide-wrapper .slick-track {
	display: flex;
	align-items: stretch;
}

.plan__slide-wrapper .slick-slide {
	height: auto;
}

.plan__slide-wrapper .slick-slide > div {
	height: 100%;
}

.plan__slide-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
}

.plan__slide-arrow {
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	pointer-events: auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	color: #333;
}

.plan__slide-arrow:hover {
	background: rgba(255, 255, 255, 1);
	transform: scale(1.1);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	color: #3cb9b1;
}

.plan__slide-arrow:disabled {
	background: rgba(204, 204, 204, 0.5);
	cursor: not-allowed;
	transform: none;
	color: #999;
}

.plan__slide-arrow-left {
	margin-left: 100px;
}

.plan__slide-arrow-right {
	margin-right: 210px;
}

.plan__slide-arrow svg {
	width: 24px;
	height: 24px;
}

.plan__slide-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 18px 0 0 0;
	width: 100%;
	list-style: none;
	padding: 0;
}

.plan__slide-dots .slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	position: static !important;
	width: auto !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	transform: none !important;
	text-align: center !important;
}

.plan__slide-dots .slick-dots li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block !important;
}

.plan__slide-dots .slick-dots li button {
	display: none;
}

.plan__slide-dot {
	width: 8px;
	height: 8px;
	min-width: 8px;
	min-height: 8px;
	border-radius: 50%;
	list-style: none;
	background: #ccc;
	display: block;
	cursor: pointer;
	transition: background 0.2s;
	border: none;
	flex-shrink: 0;
	box-sizing: border-box;
}

.plan__slide-dots .slick-dots .slick-active .plan__slide-dot {
	background: #5cb8b2;
}

.plan__slide-dot:hover {
	background: #5cb8b2;
}

.no-plans {
	text-align: center;
	color: #666;
	padding: 40px 20px;
	font-style: italic;
}

/* モバイルスタイル */
@media (max-width: 768px) {
	.plan__slide-container {
		padding: 15px;
	}
	
	.plan__slide-item {
		padding: 0 5px;
	}
	
	.plan__slide-arrows {
		gap: 15px;
	}
	
	.plan__slide-arrow {
		width: 40px;
		height: 40px;
	}
	
	.plan__slide-arrow svg {
		width: 20px;
		height: 20px;
	}
	
	.plan__slide-arrow-left {
		margin-left: 10px !important;
	}
	
	.plan__slide-arrow-right {
		margin-right: 10px !important;
	}
	
	.plan__slide-dot {
		width: 12px;
		height: 12px;
		min-width: 12px;
		min-height: 12px;
		flex-shrink: 0;
	}
	
	.plan__slide-title {
		font-size: 12px;
		padding: 15px 10px 10px;
	}
	
	.plan__slide-overlay {
		padding: 15px 10px 10px;
	}
}
.training__price{
	font-size: 1.5em;
	line-height: 1.2em;
	color: #b98639;

}

.table__schedule{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 14px;
}
.table__schedule th{
	border-bottom: 1px solid #222222;
	font-weight: normal;
	text-align: left;
}
.table__schedule td{
	border-right: 1px dotted #222222;
	border-bottom: 1px solid #222222;
	text-align: center;
	padding: 8px 0;
}
.training__label{
	display: block;
	width: 100%;
	padding: 5px 0;
}
.table__rooms{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.table__rooms th{
	border: 1px solid #EFEFEF;
	text-align: center;
	color: #666666;
	padding: 5px;
	font-size: 13px;
}
.table__rooms td{
	border: 1px solid #EFEFEF;
	text-align: center;
	color: #666666;
	padding: 5px;
	font-size: 13px;
}
.meal__menu{
	text-align: left;
	padding: 15px;
	font-size: 14px;
}
.meal__title-sub{
	display: block;
	padding: 15px 0 5px 0;
	color: #aea782;
	font-weight: 600;
}
.meal__price{
	padding: 15px 15px 0 15px;
	text-align: right;
	font-size: 1.4em;
}
.meal__remarks{
	margin: 10px 0 30px 0;
	padding: 15px;
	border: 3px solid #EFEFEF;
}
.dl__privilege{
	display: table;
	margin: 30px AUTO;
}
.dl__privilege dt{
	display: table-cell;
	font-size: 1.8em;
    line-height: 1.2em;
    color: rgb(185, 134, 57);
	border:1px solid rgb(185, 134, 57);
	padding: 10px 50px;
	vertical-align: middle;
}
.dl__privilege dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5em;
	padding: 15px 30px;
}

.space {
    display: inline-block;
    width: 80px; 
}
.fp-decoration{
	font-size: 12px; 
	line-height: 1.6; 
	margin: 20px 40px -20px 40px;
}


/*検索結果*/
.area-category-title,
.area-category-description {
  text-align: center; 
  margin: 0 auto; 
  padding: 20px 50px;
}

.area-category-title {
  font-size: 24px; 
  font-weight: bold; 
  margin-bottom: 20px; 
}

.area-category-description {
	width: 100%; 
  color: #333; 
  background-color: #f9f9f9; 
  padding: 20px; 
}
.posts-list,
.area-category-p{
	width: 100%;
	margin: 0 auto; 
    text-align: center; 
}

.view-more {
    text-align: center; 
    margin-top: 60px;
	width: 100%;
}

.view-more a {
    display: inline-block; 
	margin: 0 auto;
}

 /* ページネーター */

.screen-reader-text{
display: none;
}

.pagination {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
	font-size: 1em;
	border: 1px solid #f9f9f9;
}
.pagination .page-numbers {
    display: flex;
    margin: 0 5px;
    padding: 8px 12px;
    text-decoration: none;
	list-style: none;
    transition: background-color 0.3s;
}
.pagination .page-numbers li {
	border: 1px solid #f9f9f9;
}
.pagination .page-numbers li:hover {
	border: 1px solid #5cb8b2;
}

.pagination .current {
    font-weight: bold;
    background: linear-gradient(135deg, #5cb8b2, #3cb9b1);
    color: #fff;
    border: 1px solid #5cb8b2;
}

.pagination .prev, .pagination .next {
    font-weight: bold;
    color: #5cb8b2;
    text-decoration: none;
}
.sp-only{
	display: none;
}
@media screen and (min-width: 1500px) {
.index__search{
	width: 60%;
}
}

@media screen and (max-width: 1000px) {
	.flxbox__4clmn{
		width: calc(33.33% - 20px);
	}
	.flxbox__3clmn__use {
		width: calc(50% - 7.5px);
		max-width: 100%;
	}
	.nav__child {
		padding: 10px 5px;
	}
}
@media screen and (max-width: 850px) {
	.nav__child{
		padding:10px 3px;
	}
}
@media (max-width: 810px) {
	.section__facility{
		width: 100vw;
		max-height: none;
	}
	.index__feature{
		height: auto;
		padding:0;
	}
	.header__logo{
		margin: 20px AUTO;
	}
	.header_mobile{
		display: block;
		width: 100%;
		height: 60px;
		background-color: #FFFFFF;
		border-bottom: 1px solid #EFEFEF;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	.header__logo-mobile{
		display: block;
		width: 140px;
		height: 60px;
		margin: 0 AUTO;
		background-image: url(../img/logo/CIRQ_logo.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: AUTO 30px;
		position: relative;
		font-size: 11px;
		color: #999999;
		text-indent: -9999px;
		text-decoration: none;
		text-align: center;
	}
	.mobile__toggle{
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
		text-indent: -9999px;
		z-index: 1001;
		width: 40px;
		height: 40px;
	}
	.mobile__toggle::before{
		content: "";
		display: block;
		position: absolute;
		background-color: #666666;
		width: 60%;
		height: 1px;
		z-index: 1002;
		top: 13px;
		left: 0;
		right: 0;
		margin: AUTO;
	}
	.mobile__toggle::after{
		content: "";
		display: block;
		position: absolute;
		background-color: #666666;
		width: 60%;
		height: 1px;
		z-index: 1002;
		bottom: 13px;
		left: 0;
		right: 0;
		margin: AUTO;
	}
	.mobile__toggle.on::before{
		width: 80%;
		height: 1px;
		top: 20px;
		left: 0;
		right: 0;
		margin: AUTO;
		transform: rotate(-45deg);
	}
	.mobile__toggle.on::after{
		width: 80%;
		height: 1px;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: AUTO;
		transform: rotate(45deg);
	}
	.common__bar-attention{
		width: 100%;
		margin: 60px 0 0 0;
	}
	.wrapper,
	.contact{
		width: 100%;
		margin: 0;
	}
	.footer{
		width: calc(100% - 30px);
		margin: 0;
		padding: 30px 15px;
	}
	.footer__block{
		margin: 5px AUTO;
	}
	#mainvisual,
	.section__eyecatch{
		height: 500px;
	}
	.contact__base,
	.contact__base-phone,
	.contact__base-mail{
		display: block;
	}
	.index__box,
	.flxbox__2clmn,
	.flxbox__3clmn,
	.flxbox__4clmn{
		width: calc(50% - 20px);
	}
	.grounp-company-link{
		width: calc(33.33%);
	}
	.grounp-company-link{
		width: 33.33%;
	}
	.training__price,.dl__privilege dt,.dl__privilege dd{
		font-size: 1.2em;
	
	}
	/* ------------------------------------------------------ 偶数 */
	.index__feature:nth-child(even)::before{
		position: absolute;
		content: "";
		display: block;
		z-index: 0;
		right: auto;
		left:0;
		bottom: 10px;
		width: 95%;
		height: 80%;
	}
	.index__feature:nth-child(even) .index__feature-img{
		position: relative;
		width: 80%;
		height: AUTO;
		margin: 0 AUTO;
		z-index: 1;
	}
	.index__feature:nth-child(even) .index__feature-content{
		width: 80%;
		padding: 15px;
		margin: 0px AUTO;
		height: AUTO;
		position: relative;
		left: AUTO;
		z-index: 2;
	}
	/* ------------------------------------------------------ 奇数 */
	.index__feature:nth-child(odd)::before{
		position: absolute;
		content: "";
		display: block;
		z-index: 0;
		left: 10px;
		bottom: 10px;
		width: 95%;
		height: 80%;
	}
	.index__feature:nth-child(odd) .index__feature-img{
		position: relative;
		width: 80%;
		height: AUTO;
		margin: 0 AUTO;
		float: none;
		z-index: 1;
	}
	.index__feature:nth-child(odd) .index__feature-content{
		width: 80%;
		padding: 15px;
		margin: 0px AUTO;
		height: AUTO;
		position: relative;
		left: AUTO;
		z-index: 2;

	}
}
@media (max-width: 600px) {
	.flxbox__3clmn__use {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 550px) {
	.header__logo {
       margin: 10px 0;
    }
	.section__title-2nd{
		font-size: 26px;
	}
	.tel{
		pointer-events: auto;
	}
	#mainvisual,
	.section__eyecatch{
		height: 300px;
	}
	.flxbox__2clmn,
	.flxbox__3clmn,
	.flxbox__4clmn,
	.index__box{
		width: calc(100% - 20px);
	}
	.grounp-company-link{
		width: 50%;
	}
	.contact__telnum{
		font-size: 30px;
		background-size: AUTO 30px;
		padding: 0 0 0 30px;
	}
	.section__title-3rd{
		font-size: 18px;
	}
	.index__feature-content{
		font-size: 14px;
	}
	.section__eyecatch-contents{
		padding: 15px;
		z-index: 10;
		font-size: 18px;
	}
	.slick-arrow{
		width: 30px;
	}
	.common__large{
		font-size: 1.2em;
		letter-spacing: 2px;
	}
	.eyecatch__bg {
		width: 100%;
		height: 300px;
		position: relative;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-size: cover;
		padding: 0;
	}
	.eyecatch__catch {
		display: block;
		width: calc(100% - 30px);
		color: #ffffff;
		background-color: rgba(92,184,178,0.85);
		text-align: center;
		padding: 15px;
		position: absolute;
		bottom: 0;
		font-size: 13px;
	}
	.footer__copyright-text {
		text-align: center;
	}
	.fp-decoration{
		margin: 0 10px;
	}
	.facility__top__container{
		gap: 10px;
		padding: 20px;
		flex-direction: column;
	}
	.facility__top__img{
		width: 50%;
	}
	.phone-none{
		display: none;
	}
	.phone-only{		
		margin-top: 10px;
	}
	.sp-only{
		display: block;
	}
	.common__btn{
		width: 80%;
	}
	.index__feature:nth-child(odd) .index__feature-img, .index__feature:nth-child(even) .index__feature-img{
		width: 100%;
	}
	.index__feature:nth-child(odd) .index__feature-img img,
	.index__feature:nth-child(even) .index__feature-img img{
		height: 40vh;
	}
	.footer__btn-scroll{
		bottom: 70px;
	}
}

.banner-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0 0;
}
.banner-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    cursor: pointer;
    transition: background 0.2s;
}
.banner-dot.active {
    background: #5cb8b2;
}

.flxbox__3clmn__use {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.use-card-title-bg {
  width: 100%;
  position: absolute;
  bottom: 40%;
  left: 0;
  background: rgba(60, 60, 60, 0.55);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  cursor: pointer;
}
.common__content-title {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 1px;
}
.common__content-title-2nd {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 1px;
  }
@media (max-width: 768px) {
  .use-card-title-bg {
    padding: 10px 8px;
    font-size: 1em;
  }
}

