@charset "utf-8";

:root{
	--main-color: #80a5b6;
	--sub-color: #c7e7ff;
	--premium-color: #ddc657;
	--kojitu-color: #136346;
	--red : #8d180c;
}

.premium{
	max-width: 950px;
	width: 100%;
	margin: 100px auto;
}

.ib {
	display: inline-block;
	font-size: 100%;
}

.blue { color: var(--main-color);}

.mg { margin-bottom: 50px;}

.premium .cl_sec { margin-bottom: 150px;}

.cl_sec h2 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
	margin-bottom: 30px;
}

.cl_sec p {
	width: 100%;
	text-align: center;
}

.cl_sec .cl_txt {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

.cl_sec .cl_txt02 { font-size: 1.7rem;}

.cl_sec .cl_txt span {
    position: relative;
    font-weight: 700;
    font-size: 100%;
}

.cl_sec .caption {
	font-size: 1.5rem;
	line-height: 1.5;
}

.application { 
	text-align: center;
}

.application h4 {
	text-align: center;
	width: 100%;
	color: var(--main-color);
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.application .application_catch {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 20px;
}

/* .application .application_list div:first-of-type { margin-bottom: 30px;} */

.application .application_list div a {
	display: block;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	transition: all .2s;
}

.application .application_list div a:hover { 
	opacity: 1;
	background-color: #fff;
}

.application .premium_m {
	border: solid 1px var(--premium-color);
	background-color: var(--premium-color);
}

.application .kojitu_m {
	border: solid 1px var(--kojitu-color);
	background-color: var(--kojitu-color);
}

.application .premium_m:hover { color: var(--premium-color);}

.application .kojitu_m:hover { color: var(--kojitu-color);}

.application .application_end {
	width: 100%;
	background-color: #a5a5a5;
	padding: 15px;
	margin-bottom: 150px;
}

.application .application_end p {
	width: 100%;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.5;
	color: #fff;
}

.sp_only { display: none;}

#cl_top .cl_ttl_read {
	font-size: 2.7rem;
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	line-height: 1.5;
	color: #625608;
	background-color: var(--premium-color);
	padding: 5px 0;
}

#cl_top .cl_ttl_read span {
	position: relative;
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	line-height: 1;
}

#cl_top .cl_ttl {
	width: 100%;
	padding: 50px 0;
	background-color: #172d69;
}

#cl_top .cl_ttl p { 
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	line-height: 1.3;
}

#cl_top .cl_ttl p span {
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	line-height: 1;
}

#cl_top .cl_ttl p:first-of-type {
	color: #fff;
	font-size: 2.3rem;
	margin-bottom: 1%;
}

#cl_top .cl_ttl p:last-of-type {
	color: var(--premium-color);
	font-size: 4rem;
}

#cl_top h1 {
	width: 100%;
	margin-bottom: 8%;
	padding: 0;
}

#cl_top h1 img { width: 100%;}

#cl_top .cl_top_intro01,
#cl_top .cl_top_intro02,
#cl_top .cl_top_intro01 span,
#cl_top .cl_top_intro02 span {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

#cl_top .cl_top_intro01 {
	color: var(--main-color);
    font-size: 3.3rem;
    line-height: 1.3;
    margin-bottom: 1%;
}

#cl_top .cl_top_intro02 {
    font-size: 2.2rem;
    line-height: 2;
	margin-bottom: 30px;
}

#cl_top .cl_top_intro03 {
	width: 100%;
	padding: 15px;
	border: dotted 1px;
}

#cl_top .cl_top_intro03 p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px;
}

#cl_top .cl_top_intro03 .strong {
	font-weight: 900;
	color: var(--red);
}

#cl_top .cl_top_intro03 ul li {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#cl_top .cl_top_intro03 ul li:first-child { 
	border-bottom: dotted 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#cl_top .cl_top_intro03 ul li span {
	font-weight: 700;
	font-size: 100%;
}

#cl_top .premium_m { color: var(--premium-color);}

#cl_top .kojitu_m { color: var(--kojitu-color);}

#schedule table { 
	width: 100%;
	margin-bottom: 30px;
}

#schedule th {
	width: 15%;
	color: var(--main-color);
	background-color: var(--sub-color);
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	border-right: solid 2px #fff;
}

#schedule tr { border-bottom: solid 2px #fff;}

#schedule td { 
	background-color: #efefef;
    border-right: solid 2px #fff;
    padding: 1%;
    font-size: 1.7rem;
    text-align: center;
}

#schedule .table_time { width: 15%;}

#schedule td p { text-align: start;}

#schedule .event_img_list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 30px;
}

#schedule .event_img_list li img { width: 100%;}

#place .cl_txt02 a {
	color: var(--main-color);
	font-size: 100%;
	display: inline-block;
	margin-top: 1%;
	padding: 1% 2%;
	background-color: var(--sub-color);
	font-weight: 500;
}

#hotel .cl_txt02 a {
	color: var(--main-color);
	font-size: 100%;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	background-color: var(--sub-color);
	font-weight: 500;
}

#hotel img {
	display: block;
	width: 40%;
	margin: 20px auto;
}

#price div { margin-bottom: 30px;}

#price div p {
	font-size: 2.5rem;
	font-weight: 700;
}

#price div p:last-of-type { line-height: 1;}

#price .member {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.3;
}

#price .caption {
	padding: 20px;
	border: dotted 1px;
}

#price .caption span {
	display: block;
	font-size: 130%;
	font-weight: 700;
}
#price .caption .ib {
	display: inline-block;
	font-size: 100%;
	font-weight: 400;
}

#price .member small { font-size: 70%;}

#price .premium_m {
	color: var(--premium-color);
	border-bottom: solid 1px var(--premium-color);
}

#price .kojitu_m {
	color: var(--kojitu-color);
	border-bottom: solid 1px var(--kojitu-color);
}

#condition ul li {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: dotted 1px #666;
	margin-bottom: 2%;
	padding-bottom: 2%;
}

#condition .cl_txt span {
	font-size: 100%;
	color: var(--red);
}

#condition ul li:last-child { 
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#condition ul li span { font-weight: 700;}

#condition ul li p span { font-weight: 700;}

#condition ul li small { font-size: 75%;}

#condition ul li .caption span { font-weight: 400;}

#condition .target_ttl {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 2%;
}

#condition .target_list {
	width: 80%;
	margin: 0 auto 3% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#condition .target_list li { width: 47%;}

#condition .target_list li:first-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#condition .target_list li img { 
	width: 100%;
	margin-bottom: 1.5%;
}

#condition .target_name { 
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.3;
}

#attention li { 
	margin-bottom: 20px;
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
   padding-left: 1em;
}

#attention li:last-child { margin-bottom: 0;}

#attention li a {
	text-decoration: underline;
	color: blue;
	font-size: 100%;
}

#recommend .recommend_ttl {
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal;
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 1%;
	color: var(--main-color);
}

#recommend .recommend_read {
	font-weight: 700;
	margin-bottom: 3%;
}

#recommend .recommend_read span { font-weight: 700;}

#recommend h3 {
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--main-color);
	background-color: var(--sub-color);
	margin-bottom: 4%;
	line-height: 1.7;
}

#recommend .recommend_item_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#recommend .recommend_item_list li {
	width: 47%;
	margin-bottom: 6%;
}

#recommend .recommend_item_list li a,
#recommend .recommend_item_list li img { width: 100%;}

#recommend .recommend_item_list li a { display: block;}

#recommend .item_txt {
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

#recommend .item_txt div { width: 100%;}

#recommend .jender {
	font-size: 1.7rem;
    width: 30%;
    color: #fff;
    margin: 0 auto 2% auto;

}

#recommend .men { background-color: #237caf;}

#recommend .women { background-color: #d97676;}

#recommend .unisex { background-color: #ffb033;}

#recommend .recommend_item { margin-bottom: 80px;}

#recommend .recommend_item:last-of-type { margin-bottom: 0;}

#recommend .recommend_item_link02 {
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 30px 0;
	font-size: 1.7rem;
}

#recommend .item_name {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}

#recommend .item_name span { font-weight: 700;}

#recommend .item_price { 
	font-size: 1.7rem;
    margin-bottom: 2.5%;
}

#recommend .item_intro {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 5%;
}

#gsmall {
	width: 100%;
	background-color: #007896;
	padding: 5%;
}

#gsmall img {
	display: block;
	width: 100%;
	margin-bottom: 3%;
}

#gsmall a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 1.5% 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    background-color: #ffff00;
    color: #000;
    border-radius: 50px;
}

.lineup_link {
	display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    border: solid 1px #fff;
    outline: solid 5px #000;
}

.lineup_link small { font-size: 70%;}

.goretex_all_link { 
	margin-top: 50px;
	margin-bottom: 120px;
}





/* -------------- resonsive -------------- */
@media screen and (max-width:950px) {
	.premium { 
		width: 85%;
		margin: 5% auto;
	}

	#cl_top .cl_ttl_read,
	#cl_top .cl_ttl p:first-of-type { font-size: 2rem;}

	#cl_top .cl_ttl p:last-of-type { font-size: 3rem;}

	#cl_top .cl_top_intro01 { font-size: 2.8rem;}

	#cl_top .cl_top_intro02,
	.cl_sec .cl_txt,
	#schedule th, #schedule td, #schedule td p,
	#condition ul li, .application h3,
	.application_btn, .application .application_catch,
	.application .application_list div a,
	.application .application_end p { font-size: 1.7rem;}

	.cl_sec .cl_txt02, #cl_top .cl_top_intro03,
	#recommend .recommend_read,
	#recommend .item_name, #recommend .item_price,
	#recommend .jender, #recommend .recommend_item_link02, #condition .target_ttl,
	#condition .target_name, #attention li { font-size: 1.4rem;}

	.cl_sec h2, #recommend h3,
	#price div p, .application h4 { font-size: 2rem;}

	.cl_sec .caption { font-size: 1.2rem;}

	.application_btn { line-height: 3.5;}

	#recommend .recommend_ttl,
	#gsmall a { font-size: 2.5rem;}


}

@media screen and (max-width:768px) {
	p, h1, h2, h3 { letter-spacing: 0.01rem;}

	#cl_top .cl_ttl_read span::before,
	#cl_top .cl_ttl_read span::after { width: 30%;}

	#recommend .jender { width: 50%;}

	#cl_top .cl_ttl { padding: 4% 0;}
}

@media screen and (max-width:500px) {
	.premium { width: 95%;}

	#cl_top .cl_ttl_read,
	#cl_top .cl_ttl p:first-of-type { font-size: 4.5vw;}

	#cl_top .cl_ttl p:last-of-type { font-size: 6vw;}

	#cl_top .cl_top_intro01 { font-size: 5.5vw;}

	.cl_sec .cl_txt,
	#cl_top .cl_top_intro03 p, #schedule th,
	#schedule td, #schedule td p, #condition ul li, 
	.application h3, .application_catch, .application_btn { font-size: 3.5vw;}

	#cl_top .cl_top_intro02,
	.cl_sec h2, #recommend h3,
	#cl_top .cl_top_intro03 ul li { font-size: 4vw;}

	.cl_sec .cl_txt02, #recommend .recommend_read,
	#recommend .item_name, #recommend .item_price, #recommend .jender,
	#recommend .recommend_item_link02,
	#condition .target_ttl, #condition .target_name { font-size: 3.3vw;}

	#schedule th { width: 25%;}

	.cl_sec .caption {
        font-size: 2.5vw;
        margin-top: 2%;
    }

	#cl_top .cl_top_intro02,
	#cl_top .cl_top_intro03 p, #cl_top .cl_top_intro03 ul li { text-align: start;}

	.application_btn { width: 100%;}

	#recommend .recommend_ttl, #gsmall a { font-size: 5vw;}

	#recommend .recommend_item_link02 { padding: 10% 0;}

	#gsmall a {
		width: 100%;
		padding: 3% 0;
	}

	#condition .target_list { width: 90%;}	
}

@media screen and (max-width:400px) {
	.sp_only { display: block;}
}