@charset "UTF-8";
/*###############################################
リセット
###############################################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"] {
	cursor:pointer;
	border:1px solid #ccc;
}
/*###############################################
common
###############################################*/
a {color: #1b1b1b;text-decoration:underline;}
/*a:hover{color:#10ac36;}*/
.clear {clear:both;}
.mgt5 {margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt30{margin-top:30px;}
.mgt40{margin-top:40px;}
.mgt50{margin-top:50px;}
.mgt60{margin-top:60px;}
.mgb10{margin-bottom:10px;}
.mgb20{margin-bottom:20px;}
.mgb30{margin-bottom:30px;}
p strong {font-weight:bold;}
label{cursor:pointer;}
td,th {text-align:left;vertical-align:top;}
.pc_block {display:block;}
/*###############################################
structure
###############################################*/
html {
	font-size: 62.5%;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    color: #1b1b1b;
    line-height: 1.5;
    vertical-align: middle;
}
body {
	text-align:left;
	font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	/*font-family: "Montserrat","メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;*/
}
#container {
	width:100%;
}
#pagehead {
	width:100%;
	height:70px;
	text-align:left;
	background-color:rgba(255,255,255,0.7);
	position:fixed;
	top:0;
	z-index:900;
}
#pagehead .inr {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}
#main {
	width:100%;
	max-width:1900px;
	margin:0 auto;
}
/*###############################################
header
###############################################*/
#logo {
    width: 181px;
    margin: 0;
    position: absolute;
    left: 26px;
    top: 8px;
    cursor: pointer;
}
#logo img {
	width:100%;
	height:auto;
}
/*###############################################
mainmenu
###############################################*/
/*mainmenu*/
#mainmenu {
	padding-left:272px;
	height:70px;
}
#snv {
	position:absolute;
	right:98px;
	top:10px;
}
#snv li{
	display:inline-block;
	margin-left: 6px;
}
#snv li a{
	font-size: 16px;
	color: #fff;
	display: block;
	padding:13px 12px 13px 17px;;
	text-decoration: none;
	font-weight: lighter;
	text-align: center;
	height: 50px;
	box-sizing: border-box;
	letter-spacing: 0.2em;
	font-family: 'Noto Serif JP', serif;
}
#snv_ski a {
	background-color:#03242c;
}
#snv_search a {
	background-color:#d03600;
}
#open_menu {
    background-color: #FF2F53;
    position: absolute;
    right: 13px;
    top: 4px;
    width: 74px;
    height: 62px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
}
#open_menu img {
	width: 42px;
	height: auto;
	margin-bottom: 2px;
}
/*###############################################
footer
###############################################*/
#pagefoot {
	width:100%;
	background-color:#fff;
	overflow: hidden;
	padding-top: 92px;
}
#pagefoot .inr {
	text-align: center;
	width:100%;
	max-width: 310px;
	margin:0 auto;
}
#f_logo {
	margin-bottom: 20px;
}
#pagefoot .inr p {
	font-size: 1.4rem;
}
#pagefoot .inr p span {
	display: inline-block;
	margin-right: 1em;
}
#pagefoot .sns {
	margin: 32px 0 100px;
}
#pagefoot .sns li {
	width: 47px;
	margin-right: 20px;
}
#pagefoot .sns li:last-child {
	margin-right: 0;
}
#f_logo {
	display:inline-block;
	width:303px;
}
#f_logo img {
	width:100%;
	height:auto;
}
#copy {
	font-size:1.4rem;
	text-align:center;
	background-color:#fff;
	padding-bottom: 60px;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 100;
}
#pagetop a {
	display: block;
	width:48px;
	height:48px;
	border:1px solid #777777;
	border-radius: 50%;
	text-indent:-100px;
	text-align:left;
	font-size:10px;
	overflow:hidden;
	opacity:0.8;
	position:relative;
}
#pagetop a::after {
	display:inline-block;
	content:'';
	width:6px;
	height:6px;
	border-top:1px solid #777777;
	border-left:1px solid #777777;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-3px;
	margin-left:-3px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#pagetop a:hover {
	opacity:1.0;
}

/*###############################################
common
###############################################*/
#main p {
	font-size:1.3rem;
}
.video {
  width: 100%;
  aspect-ratio: 9 / 16;
}
.video iframe {
  width: 100%;
  height: 100%;
}
.sns {
	text-align: center;
}
.sns li {
	width: 66px;
	display: inline-block;
	margin-right: 18px;
}
.sns li:last-child {
	margin-right: 0;
}
.sns li img {
	width: 100%;
	height: auto;
}
.fade {
	opacity: 0;
    transform: translateY(80px);
    transition: all 0.6s;
}
/*---------st---------*/

/*--------slider--------*/
/*slidemenu*/
#base_slide {
	text-align:left;
	position:relative;
}
#base_slide .inner {
	height:600px;
	overflow:auto;
}
#base_slide .inner2 {
	min-height:5000px;
	background-color:#fff;
	padding:10px 0 10px;
}
#base_slide h4 {
	text-align:center;
	background:#0F0F0F;
	color:#fff;
	padding:10px;
	position:relative;
}
#base_slide h4:after {
	content: "";
	height:0;
	width:0;
	display: inline-block;
	border: 5px solid transparent;
	border-top-color: #ff4a86;
	position: absolute;
	bottom: -10px;
	left:50%;
	margin-left:-10px;
}
#base_slide ul {
	z-index:1000;
}
#base_slide ul.ul_first {
	border-bottom:1px dotted #d1d1d1;
	margin-top:0
}

#base_slide li {
	border-top:1px dotted #d1d1d1;
}
#base_slide li a {
	color:#111111;
	text-decoration:none;
	display:block;
	width:240px;
	position:relative;
	font-size:16px;
	font-weight:bold;
}
#base_slide li a span {
	display:block;
	padding:18px 12px 18px 15px;
}
#base_slide li a:after {
	display:inline-block;
	content:'';
	width:5px;
	height:5px;
	border-top:2px solid #111111;
	border-right:2px solid #111111;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-5px;

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

}
#ps_headding {
	width:100%;
	height:50px;
	position:relative;
	background-color:#03242c;
}
#ps_headding .close {
	position:absolute;
	left:10px;
	top:5px;
}
#ps_headding .close a {
	display:block;
	padding: 10px 20px 12px 20px;
	overflow:hidden;
	position:relative;
	color:#fff;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
}
#ps_headding .close a:after {
	display:inline-block;
	content:'';
	width:10px;
	height:10px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-7px;

	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
