﻿@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');


/*****************************************************************************
 RESET CSS
 *****************************************************************************/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

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

main {
	display: block;
}

/*****************************************************************************
 CLEAR
 *****************************************************************************/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*****************************************************************************
 BASICS
 *****************************************************************************/
html {
	font-size: 62.5%;
}

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.8;
	color: #404b56;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.016em;
	min-width: 1080px;
}

body,
html {
	height: 100%;
	margin: 0 auto;
}

body * {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #504843;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #81bfb5;
}

a:hover img {
	opacity: 0.8;
}

/* common */
.inner {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.sp {
	display: none;
}

main {}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #81bfb5;
	position: fixed;
	z-index: 9999;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
}

#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/*--header--*/
.sb-slide {
	display: none;
}

header * {
	box-sizing: border-box;
}

header {
	position: relative;
	z-index:10000000;
}

header .wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	height: 70px;
}

header h1 {
	width: 180px;
	max-width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
}

header h1 img {
	width: 100%;
	height: auto;
}

header .row {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-end;
	background:rgba(255, 255, 0, 0.0);
	width:calc( 100% - 180px );
}

header nav {
	padding-bottom: 10px;
	border:0pt solid red
}

header nav ul {
	display: flex;
	flex-flow: row wrap;
	line-height: 1;
}

header nav ul li {
	padding: 0 10px;
}

header nav ul li:not(:first-child) {
	border-left: 1px solid #6e777f;
}

header nav ul li a {
	font-size: 1.5rem;
	color: #3f4a55;
	font-weight: bold;
}

header nav ul li a:hover {
	color: #81bfb5;
}

header .head_link {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-end;
	border:0pt solid green;
	width:100%;
}

header .head_link .txt {
	padding: 0 0.4em;
	font-size: 1.2rem;
}

header .head_link .txt a {
	color: #81bfb5;
}

header .head_link .txt a:hover {
	color: #ffe899;
}

header .head_link .store a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c2949e;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	width: 70px;
	height: 27px;
	transition-duration: .4s;
}

header .head_link .phone a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #97bac4;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	width: 140px;
	height: 27px;
	transition-duration: .4s;
}

header .head_link .phone a:before {
	content: "\f095";
	font-family: FontAwesome;
	display: block;
	margin-right: 5px;
}

header .head_link .contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b6c497;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	width: 120px;
	height: 27px;
	transition-duration: .4s;
}

header .head_link .contact a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
}

header .head_link .lamer a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 27px;
	background: #3f4a55;
	transition-duration: .4s;
}

header .head_link .lamer a img {
	width: 63px;
}

header .head_link .store a:hover,
header .head_link .phone a:hover,
header .head_link .contact a:hover,
header .head_link .lamer a:hover {
	opacity: 0.6;
}


/*--footer--*/
footer {
	background: #f8f6f0 url(../../img/common/pattern.png);
	color: #404b56;
	border-top: 10px solid #ebe8dc;
}

footer .inner {
	display: flex;
	flex-flow: row wrap;
	height: 410px;
	padding: 80px 0 60px;
}

footer .row:first-child {
	width: 360px;
	padding: 0 15px;
}

footer .row {
	width: 720px;width:calc( 100% - 360px);
	padding: 15px 15px 0;padding:15px 0 0 0;
	border:0px solid red;
}

footer a {
	color: #404b56;
}

footer a:hover {
	color: #81bfb5;
}

footer .copyright {
	margin-top: 30px;
}

footer .copyright small {
	font-size: 1.2rem;
}

footer h1 {
	width: 150px;
	max-width: 100%;
	margin-bottom: 30px;
}

footer h1 img {
	width: 100%;
	height: auto;
}

footer h2 {
	font-size: 1.8rem;
	font-weight: bold;
}

footer .row p {
	font-size: 1.2rem;
	line-height: 1.66;
}


footer nav ul {
	display: flex;
	flex-flow: row wrap;
}

footer .foot_link {
	margin-bottom: 30px;
}

footer .foot_link li {
	margin-right: 10px;
}

footer .phone a {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 200px;
	height: 40px;
	border: 1px solid #404b56;
	border-radius: 2px;
	font-size: 2.1rem;
	font-family: 'Oswald', sans-serif;
	transition-duration: .4s;
}

footer .phone a:before {
	content: "\f095";
	font-family: FontAwesome;
	display: block;
	margin-right: 5px;
}

footer .phone a:hover {
	background: #97bac4;
	border-color: #97bac4;
	color: #fff;
	opacity: 1;
}

footer .contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	border: 1px solid #404b56;
	border-radius: 2px;
	font-size: 1.6rem;
	font-weight: bold;
	transition-duration: .4s;
}

footer .contact a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 5px;
}

footer .contact a:hover {
	background: #b6c497;
	border-color: #b6c497;
	color: #fff;
	opacity: 1;
}

footer .lamer a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	background: #404b56;
	border: 1px solid #404b56;
	border-radius: 2px;
	transition-duration: .4s;
}

footer .lamer a img {
	width: 99px;
}

footer .lamer a:hover {
	opacity: 0.6;
}


footer nav .link li {
	margin-right: 25px;
}

footer nav .link li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}

footer nav .link li a {
	font-size: 1.2rem;
}



/*--Point--*/
.Point .inner {
	padding: 30px 0 60px;
	display: flex;
	flex-flow: row wrap;
}

.Point h1 {
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.66;
	font-style: italic;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
	width: 100%;
}

.Point h1 small {
	display: block;
	margin: 0 auto;
	font-size: 1.6rem;
	font-style: normal;
	letter-spacing: 0.2em;
}

.Point .row {
	width: 50%;
	padding: 15px;
	display: flex;
	flex-flow: row wrap;
}

.Point .row figure {
	width: 33.33%;
	padding: 10px;
	text-align: center;
}

.Point .row dl {
	width: 66.66%;
	padding: 10px;
}

.Point .row dl dt {
	font-size: 2.4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.4;
}

.Point .suehiro dl dt {
	color: #e13a5c;
}

.Point .lamer dl dt {
	color: #3c7ac0;
}

.Point .row dl dd {
	font-size: 1.6rem;
	line-height: 1.42;
}

.Point .row .supplement {
	font-size: 1.4rem;
	margin-top: 10px;
}

.Point .row .supplement li {
	display: flex;
	align-items: baseline;
}

.Point .row .supplement li:before {
	content: "※";
	display: block;
}



/*--Blands--*/
.Blands {
	background: url(../../img/index/brand_background.jpg) no-repeat center top;
	background-size: cover;
}

.Blands .inner {
	padding: 90px 10px 120px;
}

.Blands h1 {
	text-align: center;
	font-size: 3.6rem;
	color: #fff;
	line-height: 1.66;
	font-style: italic;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}

.Blands h1 small {
	display: block;
	margin: 0 auto;
	font-size: 1.6rem;
	font-style: normal;
	letter-spacing: 0.2em;
}

.Blands h2 {
	font-size: 1.8rem;
	font-style: italic;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	letter-spacing: 0.05em;
	line-height: 3.33;
	vertical-align: text-bottom;
	color: #fff;
	padding: 0 10px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.Blands h2 .cat {
	padding-bottom: 18px;
}

.Blands h2 .type {
	padding-top: 18px;
}

.Blands h2 span {
	font-size: 3.6rem;
	line-height: 1.66;
}

.Blands ul {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
}

.Blands ul li {
	width: 12.5%;
	padding: 5px;
}




/*****************************************************************************
 Responsive
 *****************************************************************************/


@media screen and (max-width: 768px) {
	* {
		-webkit-text-size-adjust: 100%;
		-webkit-appearance: none;
	}

	body {
		min-width: initial;
		min-width: auto;
	}

	.inner {
		max-width: 100%;
	}

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

	main {
		width: 100%;
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	.scroll::-webkit-scrollbar-traqck {
		background: #f1f1f1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}


	/*slidemenu*/
	#sb-site {
		background: #fff;
	}

	.sb-slide {
		display: block;
		position: fixed;
		right: 8px;
		top: 8px;
		z-index: 1000;
		font-size: 3.0rem;
		line-height: 1.2;
		-webkit-transform: translate3d(0, 0, 2px);
		transform: translate3d(0, 0, 2px);
	}

	.sb-slide .sb-close,
	.sb-active .sb-slide .sb-toggle-right {
		display: none;
	}

	.sb-active .sb-slide .sb-close {
		display: block;
	}

	.sb-slide p {
		display: inline-block;
		padding: 2px 9px;
		background: rgba(0, 0, 0, 0.8);
		color: #FFF;
	}

	.sb-slide p i {
		margin: 0;
	}

	.sb-slide .txt {
		display: block;
		margin-top: -5px;
		font-size: 0.8rem;
	}

	.sb-slidebar ul {
		padding: 3%;
	}

	.sb-slidebar ul li a {
		display: flex;
		width: 100%;
		padding: 10px;
		border-bottom: dotted 1px #ccc;
		text-decoration: none;
		text-align: left;
		color: #333;
		font-weight: bold;
	}

	.sb-slidebar ul li a:before {
		content: "\f0da";
		font-family: FontAwesome;
		margin-right: 5px;
		color: #689a9e;
	}

	.sb-slidebar ul li a span {
		margin-right: 5px;
	}

	.sb-slidebar ul li a em {
		text-align: right;
	}

	.sb-slidebar section {
		padding: 2% 3% 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sb-slidebar section p {
		margin: 0 3% 5%;
	}

	.sb-slidebar section p a {
		background: #ff5b7e;
		color: #fff;
		display: block;
		cursor: pointer;
		color: #ffffff;
		font-weight: bold;
		padding: 10px 15px;
		text-decoration: none;
		font-size: 1.8rem;
		text-align: center;
		height: 50px;
	}

	.sb-slidebar section p a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
		text-decoration: none;
	}

	.sb-slidebar section iframe {
		margin: 0 0 10%;
	}

	.sb-slidebar .side_add .phone a {
		background: #97bac4;
		font-family: 'Oswald', sans-serif;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sb-slidebar .side_add .phone a:before {
		content: "\f095";
		font-family: FontAwesome;
		display: block;
		margin-right: 5px;
	}

	.sb-slidebar .side_add .contact a {
		background: #b6c497;
	}

	.sb-slidebar .side_add .contact a:before {
		content: "\f0e0";
		font-family: FontAwesome;
		margin-right: 5px;
	}

	.sb-slidebar .side_add .lamer a {
		background: #3f4a55;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sb-slidebar .side_add .lamer a img {
		width: 45%;
	}


	/*--header--*/
	header .row {
		display: none;
	}



	/*--footer--*/
	footer .inner {
		height: auto;
		padding: 30px 15px;
	}

	footer .row:first-child {
		width: 100%;
	}

	footer .row {
		width: 100%;
		padding: 15px 0;
	}

	footer h1 {
		margin: 0 auto 30px;
	}

	footer h2,
	footer p {
		text-align: center;
	}

	footer nav ul {
		justify-content: center;
	}

	footer .foot_link li {
		margin: 0;
		padding: 5px;
	}


	.Point .row {
		width: 100%;
	}

	.Blands ul li {
		width: 16.66%;
	}


}


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


@media screen and (max-width: 480px) {
	footer .foot_link {
		flex-flow: column wrap;
		align-items: center;
	}

	footer .phone a,
	footer .contact a,
	footer .lamer a {
		width: 200px;
	}

	.Point h1 {
		font-size: 3.0rem;
		margin-bottom: 40px;
	}

	.Point h1 small {
		font-size: 1.4rem;
	}

	.Point .row dl dt {
		font-size: 1.8rem;
	}

	.Blands .inner {
		padding: 45px 10px 60px;
	}

	.Blands h1 {
		font-size: 3.0rem;
		margin-bottom: 40px;
	}

	.Blands h1 small {
		font-size: 1.4rem;
	}

	.Blands ul li {
		width: 33.33%;
	}
}


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

	footer .phone,
	footer .contact,
	footer .lamer,
	footer .phone a,
	footer .contact a,
	footer .lamer a {
		width: 100%;
	}

	.Point .row figure,
	.Point .row dl {
		width: 100%;
	}

	.Point .row figure img {
		width: 80%;
	}


}






.information {
	display: block;
	padding: 60px 0;
}

.information .inner {
	padding: 0 15px;
	border: 0px solid red;
}

.information img {
	display: none;
}

.information ul {
	width: 83.333333%;
	margin: 0 auto;
	border: 0px solid red;
}

.information h1 {
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.66;
	font-style: italic;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
	width: 100%;
}

.information h1 small {
	display: block;
	margin: 0 auto;
	font-size: 1.6rem;
	font-style: normal;
	letter-spacing: 0.2em;
}

.information ul li {
	margin-bottom: 15px;
}

.information ul dl {
	display: flex;
	align-items: baseline;
	font-size: 1.6rem;
}

.information ul dl dt {
	display: flex;
	align-items: center;
	font-weight: bold;
}

.information ul dl dt time {
	width: 120px;
	height: 24px;
	background: #5eb7c1;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

.information ul dl dt:after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #252e3b;
	margin-right: 15px;
}

.information ul dl dd {
	flex: 1;
}

.information ul dl dd h2 {
	font-weight: bold;
}

.information ul dl dd .content {
	font-size: 1.4rem;
	color: #666;
	line-height: 1.42;
}

.information ul dl dd .content a {
	text-decoration: underline;
	color: #62B7C0;
}

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

	.information h1 {
		margin-top: -10px;
	}

	.information ul {
		width: 100%;
	}

	.information ul dl {
		flex-flow: column wrap;
	}

	.information ul dl dt {
		margin-bottom: 10px;
	}

	.information ul dl dt:after {
		display: none;
	}

	.information h1 {
		font-size: 3.6rem;
	}

	.information h1 small {
		font-size: 1.6rem;
	}

}




/* ----- 2021-10-27-ADD ----- */
.page_school .school .area-ski {
	border: 0px solid red;
	padding: 0;
	margin: 0 0 60px 0;
}

.page_school .school .area-ski h3 {
	font-size: 10px;
	color: Red;
	background: none;
	border: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	background: #E25A79;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 0.3em;
	margin: 0.3em 0;
	display: inline-block;
}

.page_school .school .area-ski h3::before {
	display: none;
}

.page_school .school .area-ski dl {
	border: 0px solid red;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border: none;
}

.page_school .school .area-ski dl dt,
.page_school .school .area-ski dl dd {
	border: 0px solid green;
	width: 70%;
	padding: 15px;
}

.page_school .school .area-ski dl dd {
	border: 0px solid blue;
	width: 30%;
}

.page_school .school .area-ski dl dd img {
	border: none;
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
}


.page_school .school .area-ski table {
	width: 100%;
	margin: 0;
}

.page_school .school .area-ski table th,
.page_school .school .area-ski table td {
	font-size: 20px;
	line-height: 1.4;
	padding: 0.5em;
	background: #f9f9f9;
	font-weight: bold;
	border: 1px solid #ddd;
	text-align: center
}

.page_school .school .area-ski table td {
	background: white;
	font-weight: normal;
	text-align: left
}

.page_school .school .area-ski table strong {
	font-size: 1.4em;
	font-weight: bold;
}

.page_school .school .area-ski table small {
	font-size: 0.8em;
	font-weight: bold;
}


.page_school .school .area-ski ul {
	padding: 0;
	margin: 10px 0;

}

.page_school .school .area-ski ul li {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.3;
	padding: 0;
	margin: 0 0 0.5em 0;
	font-weight: normal;
}


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

	.page_school .school .area-ski dl dt,
	.page_school .school .area-ski dl dd {
		width: 100%;
	}




	.page_school .school .area-ski table th,
	.page_school .school .area-ski table td {
		font-size: 19px;
	}
}

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

	.page_school .school .area-ski table th,
	.page_school .school .area-ski table td {
		font-size: 16px;
	}

	.page_school .school .area-ski table small {
		display: block;
		width: 100%;
	}
}












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

footer .row {
	width:fit-content;
}

@media screen and (max-width: 768px) {
	footer .inner {
		display:block
}


	footer .row {
	width:100%;
}
}






.information ul dl dd a {
	display:block;
	transition:0.5s;
	opacity:1;
}


.information ul dl dd a:hover  {
	opacity:0.7;
}