@charset "utf-8";



/* Common
------------------------------------------------------------- */

body {
	min-width: 300px;
}

#contents_box {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
}

#contents_box:after {
	content:"";
	display:block;
	clear:both;
}



/* Footer Fix
------------------------------------------------------------- */

#wrapper {
	position: relative;
	min-height: 100vh;
}

#contents_box {
	padding-bottom: 300px;
	min-height: auto;
}

footer {
	position: absolute;
	bottom: 60px;
	left: 0;
}

p.btn_pagetop {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}



/* Header
------------------------------------------------------------- */

header {
	width: 100%;
	margin: 0 0 10px 0;
	line-height: normal;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.header_title {
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #365a94;
	background-image: url(../img/bg_title_s.jpg);
	background-position: center 40%;
	background-repeat: no-repeat;
	background-size: 170% auto;
}

.header_title h1 {
	display: inline-block;
	margin: 0;
	width: 100%;
	height: auto;
	position: relative;
}

.header_title h1:before {
	content: "";
	display: block;
	padding-top: 15%; /*縦横比固定*/
}

.header_title h1 a {
	display: block;
	width: 85%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/title.png);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	text-decoration: none;
}

.header_date {
	width: 100%;
	padding: 10px 0;
	line-height: normal;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #000;
}



/* Footer
------------------------------------------------------------- */

footer {
	margin: 0;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #000;
}

address {
	margin: 0 10px 10px 10px;
	padding: 15px 0;
	border-bottom: 1px solid #666;
	font-style: normal;
}

address p.footer_title {
	font-weight: bold;
	font-size: 0.9rem;
	margin-bottom: 5px;
}

address p.address {
	font-weight: normal;
	font-size: 0.75rem;
	line-height: 1.2rem;
}

address p.address a, address p.address a:visited,
address p.address a:hover, address p.address a:active {
	color: #fff;
}

address p.address a:hover, address p.address a:active {
	text-decoration: underline;
}

#copyright {
	padding: 10px 0;
	color: #999;
	font-size: 0.75rem;
	line-height: 1.2rem;
}

#copyright a, #copyright a:visited,
#copyright a:hover, #copyright a:active {
	color: #999;
}

#copyright a:hover, #copyright a:active {
	text-decoration: underline;
}



/* PageTop Button
------------------------------------------------------------- */

p.btn_pagetop {
	background-color: #444;
}

p.btn_pagetop a {
	display: block;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	color: #f5f5f5;
	text-align: center;
	position: relative;
}

p.btn_pagetop a:hover {
	text-decoration: none;
}

p.btn_pagetop a span {
	display: block;
	padding-top: 40px;
	font-size: 10px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 200;
	letter-spacing: 0.07em;
}

p.btn_pagetop a:after {
	display: block;
	content: "";
	position: absolute;
	margin-left: -12px;
	top: 30%;
	left: 50%;
	width: 24px;
	height: 24px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	transform: rotate(45deg);
}



/* Title & ContentsBox
------------------------------------------------------------- */

H2 {
	margin: 0;
	padding: 0 5px 5px 5px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 300;
	font-size: 1.7rem;
	line-height: 2rem;
	color: #000;
	letter-spacing: 0.05rem;
	text-shadow: 2px 2px 0 #b3ced9;
	border-bottom: 5px solid #6ca5c5;
	position: relative;
	clear: both;
}

.h2_box {
	padding: 10px 10px 20px 10px;
	line-height: 1.5rem;
}

h3 {
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #fff;
	background-color: #000;
	clear: both;
	position: relative;
}

.h3_box {
	padding: 0 0 30px 0;
}

h4 {
	margin: 30px 0 10px 0;
	padding: 2px 5px 3px 25px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000;
	background-image: url(../img/icon_snow1b.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-top: 5px solid #6ca5c5;
	clear: both;
	position: relative;
}

.h3_box > h4:first-child {
	margin-top: 15px;
}

.h4_box {
	padding: 0 0 20px 0;
}

h5 {
	margin: 20px 0 10px 0;
	padding: 5px 8px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #333;
	background-color: #b3ced9;
	clear: both;
	position: relative;
}

.h4_box > h5:first-child {
	margin-top: 15px;
}

.h5_box {
	padding: 0 0 10px 0;
}

h6 {
	margin: 20px 0 10px 0;
	padding: 1px 5px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.2rem;
	color: #528fa8;
	border-top: 2px dotted #6ca5c5;
	clear: both;
	position: relative;
}

.h5_box > h6:first-child {
	margin-top: 15px;
}

.h6_box {
	padding: 0 0 10px 0;
}

.h2_box:after, .h3_box:after, .h4_box:after, .h5_box:after, .h6_box:after {
	content: "";
	clear: both;
	display: block;
}



/* Anchor Link
------------------------------------------------------------- */

h2.pulldown, h2.pullup {
	cursor: pointer;
	position: relative;
	padding-right: 45px;
}

h2.pulldown:after, h2.pullup:after {
	content: '';
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	line-height: normal;
	display: block;
	position: absolute;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

h2.pulldown:after {
	margin-top: -10px;
	transform: rotate(45deg);
}

h2.pullup:after {
	margin-top: -4px;
	transform: rotate(225deg);
}

#anchor_box {
	display: none;
	margin: 0 0 20px -10px;
	padding: 0 10px;
	text-align: left;
}

#anchor_box ul {
	display: block;
	font-size: 0.8rem;
	width: auto;
}

#anchor_box ul li {
	display: block;
	padding: 0;
	text-align: right;
	vertical-align: bottom;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#anchor_box ul li:first-child {
	border-top: 1px dotted #ccc;
}

#anchor_box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	color: #666;
	text-decoration: none;
}

#anchor_box ul li a:after {
	content: "\f101";
	font-family: FontAwesome;
	color: #999;
	margin-left: 5px;
}

#anchor_box ul li a:hover {
	color: #666;
	text-decoration: none;
	background-color: #eee;
}



/* Text Button
------------------------------------------------------------- */

p.btn_txt {
	margin: 15px 10px;
	padding: 0px;
	text-align: center;
	font-size: 0.9rem;
	position: relative;
}

p.btn_txt a {
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 10px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: normal;
	color: #333;
	border: 2px solid #fff;
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	background-color: #c7dce6;
	background: -moz-linear-gradient(top, #b3ced9, #d1e4ed);
	background: -webkit-linear-gradient(top, #b3ced9, #d1e4ed);
	background: linear-gradient(to bottom, #b3ced9, #d1e4ed);
}

p.btn_txt a:hover {
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background-color: #b3ced9;
	background: -moz-linear-gradient(top, #d1e4ed, #b3ced9);
	background: -webkit-linear-gradient(top, #d1e4ed, #b3ced9);
	background: linear-gradient(to bottom, #d1e4ed, #b3ced9);
	top: 2px;
}

p.btn_txt a:after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}



/* Data List
------------------------------------------------------------- */

dl.data_list, dl.data_list_l {
	margin: 0;
	padding: 0;
	font-size: 0.85rem;
}

dl.data_list > dt, dl.data_list_l > dt {
	margin: 0;
	width: 100%;
	padding: 4px 6px;
	min-height: 1.8rem;
	font-weight: bold;
	text-align: left;
	background-color: #b3ced9;
	vertical-align: top;
	white-space: nowrap;
}

dl.data_list > dd, dl.data_list_l > dd {
	margin: 0;
	padding: 4px 6px;
	min-height: 2.07rem;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	vertical-align: top;
}

dl.data_list > dd > ul, dl.data_list_l > dd > ul,
dl.data_list > dd > ol, dl.data_list_l > dd > ol {
	margin-left: 1.5em;
}




/* Photo
------------------------------------------------------------- */

.photo_box {
	margin: 0;
	font-size: 0;
}

.photo_box:after {
	content:"";
	display:block;
	clear:both;
}

.photo_box div {
	vertical-align: top;
	padding-bottom: 10px;
	text-align: center;
}

.photo_box div img {
	text-align: center;
	width: 100%;
}

.photo_box div p {
	padding: 3px 10px 0 10px;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.2rem;
}



/* Yado
------------------------------------------------------------- */

div.yado_index_list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	padding: 0;
	font-size: 0;
}

div.yado_index_list > div {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 0.85rem;
	border: 3px solid #b3ced9;
	background-color: #d1e4ed;
	background: -moz-linear-gradient(top, #c6d7de, #dfebf0);
	background: -webkit-linear-gradient(top, #c6d7de, #dfebf0);
	background: linear-gradient(to bottom, #c6d7de, #dfebf0);
	transition: background 0.3s;
}

div.yado_index_list > div:hover {
	transition: background 0.3s;
	background-color: #dfebf0;
	background: -moz-linear-gradient(top, #dfebf0, #fff);
	background: -webkit-linear-gradient(top, #dfebf0, #fff);
	background: linear-gradient(to bottom, #dfebf0, #fff);
}

div.yado_index_list > div > img {
	width: 70%;
	height: auto;
}

div.yado_index_list p.photo_caption {
	line-height: 1.2rem;
	padding-top: 5px;
}
div.yado_index_list p.photo_caption > a, div.yado_index_list p.photo_caption a:visited,
div.yado_index_list p.photo_caption > a:hover, div.yado_index_list p.photo_caption a:active {
	text-decoration: none;
}

.yado_cont_box {
	margin-top: 10px;
}

.yado_cont_box:after {
	content:"";
	display:block;
	clear:both;
}

.yado_cont_box img.yado_img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}



/* Gelende
------------------------------------------------------------- */

ul.gelende_level {
	margin: -10px 0 10px 0;
	padding: 0 0 10px 0;
	text-align: right;
	font-size: 0;
	border-bottom: 1px dotted #ccc;
}

ul.gelende_level li {
	display: inline-block;
	width: 85px;
	height: 24px;
	margin: 0 0 0 6px;
	line-height: normal;
	list-style-type: none;
	list-style-position: outside;
	background-position: center center;
	background-repeat: no-repeat;
}

li.syokyu {
	background-image: url(../../meizan/img/icon_syokyu.gif);
}

li.cyukyu {
	background-image: url(../../meizan/img/icon_cyukyu.gif);
}

li.jokyu {
	background-image: url(../../meizan/img/icon_jokyu.gif);
}

ul.gelende_level li.type {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 -4px 0 20px;
	padding: 0;
	vertical-align: bottom;
	line-height: normal;
	list-style-type: none;
	list-style-position: outside;
	font-size: 0.9rem;
	font-weight: bold;
}


ul.gelende_access {
	margin: 0;
	padding: 0;
	line-height: 1.5rem;
	border-top: 1px dotted #ccc;

}

ul.gelende_access > li {
	margin: 0;
	padding: 8px;
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px dotted #ccc;
}

ul.gelende_access > li img {
	vertical-align: text-bottom;
	margin-right: 2px;
}


.gelende_photo_box {
	font-size: 0;
}

.gelende_photo_box div {
	text-align: center;
	font-size: 0.8rem;
	padding: 0 3px 15px 3px;
}

.gelende_photo_box div p {
	font-size: 0.8rem;
	line-height: 1.2rem;
	padding-top: 2px;
}


