@charset "utf-8";

/*++++++++++++++++++++++++++++++
 font
++++++++++++++++++++++++++++++*/
.seira {
	font-family: "Saira Condensed", sans-serif;
}

/*++++++++++++++++++++++++++++++
 header
++++++++++++++++++++++++++++++*/
header {
	position: fixed;
	width: 100%;
	height: 164px;
	background: #fff;
	z-index: 1000;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	background: #fff;
}

#header-contents {
	position: relative;
	width: 1143px;
	height: 105px;
	margin: 0 auto;
}

#header-logo {
	position: absolute;
	top: 5px;
	left: 0;
	width: 415px;
}

#header-logo img {
	width: 253px;
	//height: 34px;
}

#header-logo span {
	position: absolute;
	top: 13px;
	left: 258px;
	font-family: "Saira Condensed", sans-serif;
	font-size: 13px;
	color: #172644;
}

#header-inner p {
	position: absolute;
	top: 70px;
	left: 5px;
	font-size: 12px;
	line-height: 12px;
}

nav#header-nav {
	position: absolute;
	top: 0;
	right: 0;
}

#header-nav ul {
	font-size: 0;
	line-height: 0;
	height: 35px;
}

#header-nav ul li {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

#header-nav ul li a {
	position: relative;
	display: block;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#header-nav ul li a:hover {
	//text-decoration: underline;
}

#header-nav ul li:nth-child(1),
#header-nav ul li:nth-child(2) {
	margin-right: 22px;
}

#header-nav ul li:nth-child(1) a::before,
#header-nav ul li:nth-child(2) a::before,
#header-nav ul li:nth-child(3) a::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -6px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #333;
}

#header-nav ul li a img {
	height: 20px;
	width: auto;
}

#header-nav ul li.lang-btn {
	margin: 0;
}

#header-nav ul li.lang-btn:after {
	content: "";
	margin: 0;
}

#header-nav ul li.lang-btn {
	background: #172644;
	cursor: pointer;
	display: inline-block;
	height: 35px;
}

#header-nav ul li.lang-btn span {
	padding: 0 15px;
	font-size: 11px;
	line-height: 35px;
	color: #fff;
}

#header-small-inner {
	width: 100%;
	background: #fff;
	display: none;
	transition: all 0.3s;
}

#header-small-contents {
	position: relative;
	width: 1143px;
	height: 40px;
	margin: 0 auto;
}

#header-small-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
}

#header-small-logo img {
	width: 180px;
	//height: 24px;
}

#header-small-logo span {
	position: absolute;
	top: 5px;
	left: 180px;
	font-family: "Saira Condensed", sans-serif;
	font-size: 12px;
	color: #172644;
}

#header-small-inner p {
	position: absolute;
	top: 70px;
	left: 5px;
	font-size: 12px;
	line-height: 12px;
}

nav#header-small-nav {
	position: absolute;
	top: 0;
	right: 0;
}

#header-small-nav ul {
	font-size: 0;
	line-height: 0;
	height: 35px;
}

#header-small-nav ul li {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

#header-small-nav ul li a {
	position: relative;
	display: block;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#header-small-nav ul li a:hover {
	//text-decoration: underline;
}

#header-small-nav ul li:nth-child(1),
#header-small-nav ul li:nth-child(2) {
	margin-right: 22px;
}

#header-small-nav ul li:nth-child(1) a::before,
#header-small-nav ul li:nth-child(2) a::before,
#header-small-nav ul li:nth-child(3) a::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -6px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #333;
}

#header-small-nav ul li a img {
	height: 20px;
	width: auto;
}

#header-small-nav ul li.lang-btn-small {
	margin: 0;
}

#header-small-nav ul li.lang-btn-small:after {
	content: "";
	margin: 0;
}

#header-small-nav ul li.lang-btn-small {
	background: #172644;
	cursor: pointer;
	display: inline-block;
	height: 35px;
}

#header-small-nav ul li.lang-btn-small span {
	padding: 0 15px;
	font-size: 11px;
	line-height: 35px;
	color: #fff;
}

.lang-btn a:hover,
.lang-btn-small a:hover {
	background: #2c4983;
	text-decoration: none;
}

#header-small-nav ul li.lang-btn-small:nth-child(2) {
	margin: 0 2px;
}

#weather-box {
	position: absolute;
	top: 57px;
	right: 0;
}

.weather-info {
	position: relative;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	text-align: right;
}

.weather-info::before {
	content: url(../../img/common/weather/title_icon.png);
	position: absolute;
	top: 0;
	left: -40px;
}

.weather-title {
	font-weight: 600;
	color: #172644;
	line-height: 13px;
	margin-bottom: 6px;
}

.weather-date {
	font-size: 11px;
	line-height: 11px;
}

.weather-forecast {
	float: left;
	font-weight: 600;
	line-height: 16px;
	//text-align: left;
}

.weather-forecast img {
	float: left;
	margin-right: 10px;
	width: 32px;
	height: auto;
}

#global-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #172644;
}

#dropmenu {
	width: 1143px;
	height: 60px;
	margin: 0 auto;
	//  margin: 30px auto 300px;
	padding: 0;
	//  background: #8a9b0f;
	//  border-bottom: 5px solid #535d09;
	//  border-radius: 3px 3px 0 0;
}

#dropmenu li {
	position: relative;
	width: 143px;
	float: left;
	line-height: 60px;
	text-align: center;
}

#dropmenu li:last-child {
	width: 142px;
}

#dropmenu li img {
	height: 14px;
	width: auto;
	margin: 0 auto;
	padding: 30px 0 16px;
}

#dropmenu li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	//  padding-top: 5px;
	//  line-height: 1;
	text-decoration: none;
}

#dropmenu li a span {
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Saira Condensed", sans-serif;
	font-size: 13px;
	color: #7d8eaf;
}

#dropmenu li:hover > a {
	background: #2c4983;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 60px;
	left: 0;
	margin: 0;
}

#dropmenu li:last-child ul {
	left: -100%;
	width: 100%;
}

#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 0;
	color: #fff;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	z-index: 5;
}

#dropmenu li ul li:last-child {
	width: 100%;
}

#dropmenu li ul li a {
	padding: 13px 15px;
	//background: #446dc0;
	background-color: rgba(68, 109, 192, 0.9);
	text-align: left;
	font-size: 14px;
	line-height: 1;
}

#dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #395ea9;
	border-bottom: 1px solid #3d65b6;
}

#dropmenu li:hover ul li:first-child {
	border-top: 0;
}

#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
}

/*++++++++++++++++++++++++++++++
 index
++++++++++++++++++++++++++++++*/
#loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#billboard {
	position: relative;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

video {
	min-width: 100vw;
	min-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: auto;
	height: auto;
	margin-top: 80px;
}
.blog-detail-box video {
	min-width: 100%;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	-webkit-transform: none;
	width: auto;
	height: auto;
	margin-top: 0;
}
.billboard {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#newsticker {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(23, 38, 68, 0.8);
}

#newsticker-inner {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
}

#newsticker-title {
	float: left;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: left;
}

#newsticker-title::after {
	content: "|";
	font-family: sans-serif;
	margin: 0 10px 0 5px;
}

#newsticker p a {
	float: left;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-top: 12px;
}

#newsticker p a span {
	margin-right: 10px;
}

#newsticker p a:hover {
	border-bottom: 1px dashed #fff;
}

#newsticker-inner .more-button {
	float: right;
	padding-top: 15px;
}

#movie-comment {
	position: absolute;
	right: 30px;
	bottom: 50px;
	z-index: 1;
	//text-align: right;
	//width: 100%;
	font-size: 80%;
	color: #fff;
}

.more-button {
}

.more-button a {
	position: relative;
	display: block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	padding-right: 20px;
}

.more-button a::after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}

.more-button:hover a::after {
	transform: rotateX(360deg);
	transition: all 0.5s;
}

#live-camera-box {
	background: #edf3ff;
	padding-top: 70px;
}

h2.index-title {
	position: relative;
	font-size: 14px;
	color: #172644;
	margin-bottom: 25px;
}

h2.index-title span {
	position: relative;
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 46px;
	margin-right: 5px;
	z-index: 10;
}

h2 span.grouse::after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: -40px;
	width: 65px;
	height: 51px;
	z-index: -1;
}

#live-camera-box h2 span.grouse::after {
	background: url(../../img/icon/grouse/01.png) no-repeat 0 0;
}

ul.live-camera-list {
	font-size: 0;
	line-height: 0;
}

ul.live-camera-list li {
	display: inline-block;
	width: 310px;
	font-size: 15px;
	line-height: 160%;
	text-align: center;
}

ul.live-camera-list li:nth-child(2) {
	margin: 0 35px;
}

ul.live-camera-list li a span {
	display: block;
	width: 310px;
	height: 228px;
	overflow: hidden;
	background: #000000;
	line-height: 228px;
	margin-bottom: 5px;
}

ul.live-camera-list li a span img {
	display: inline-block;
	vertical-align: middle;
}

ul.live-camera-list li a {
	text-decoration: none;
	color: #172644;
}

ul.live-camera-list li a span img {
	transition-duration: 0.3s;
}

ul.live-camera-list li a:hover span img {
	transform: scale(1.1);
	opacity: 0.9;
}

#live-camera-box .more-button {
	position: absolute;
	top: 0;
	right: 0;
}

#live-camera-box .more-button a {
	color: #172644;
}

#live-camera-box .more-button a::after {
	border-left: 6px solid #172644;
}

.viewGraph01 {
	height: 500px;
	width: 1000px;
	margin: 10px auto;
}

.viewGraph02 {
	height: 500px;
	width: 1000px;
	margin: 10px auto;
}

.live-camera-banner-box {
	margin: 0 auto;
	width: 440px;
	border: 1px solid #172644;
}

.ondotori-box {
	margin: 0 auto;
	width: 440px;
	border: 1px solid #172644;
}

#guide-map-title {
	float: left;
	width: 368px;
	height: 400px;
	box-sizing: border-box;
	background: #d1e9e0;
	padding-top: 110px;
}

#guide-map-title h2 {
	position: relative;
	margin-bottom: 15px;
	margin-left: 40px;
	font-size: 14px;
}

#guide-map-title h2 span {
	position: relative;
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 46px;
	margin-right: 5px;
	z-index: 10;
}

#guide-map-title h2 span.grouse::after {
	background: url(../../img/icon/grouse/02.png) no-repeat 0 0;
}

#guide-map-title p {
	margin: 0 30px 10px 35px;
}

#guide-map-box {
	float: left;
	width: 632px;
	height: 400px;
}

ul#guide-map-list {
	position: relative;
	width: 632px;
	height: 400px;
	background: url(../../img/index/guide-map/map_back.png) no-repeat 0 0;
}

ul#guide-map-list li {
	position: absolute;
}

ul#guide-map-list li:nth-child(1) {
	top: 0;
	left: 88px;
	width: 252px;
	height: 128px;
}

ul#guide-map-list li:nth-child(2) {
	top: 118px;
	left: 66px;
	width: 243px;
	height: 187px;
}

ul#guide-map-list li:nth-child(3) {
	top: 151px;
	left: 74px;
	width: 254px;
	height: 156px;
}

ul#guide-map-list li:nth-child(4) {
	top: 151px;
	left: 273px;
	width: 107px;
	height: 182px;
	z-index: 2;
}

ul#guide-map-list li:nth-child(5) {
	top: 151px;
	left: 277px;
	width: 247px;
	height: 198px;
}

ul#guide-map-list li:nth-child(6) {
	top: 67px;
	left: 314px;
	width: 312px;
	height: 113px;
}

ul#guide-map-list li:nth-child(7) {
	top: 112px;
	left: 216px;
	width: 98px;
	height: 39px;
}

ul#guide-map-list li:nth-child(8) {
	top: 184px;
	left: 445px;
	width: 90px;
	height: 36px;
}

ul#guide-map-list li:nth-child(9) {
	top: 178px;
	left: 250px;
	width: 85px;
	height: 37px;
	z-index: 4;
}

ul#guide-map-list li:nth-child(10) {
	top: 94px;
	left: 365px;
	width: 115px;
	height: 32px;
}

ul#guide-map-list li:nth-child(11) {
	top: 262px;
	left: 315px;
	width: 88px;
	height: 30px;
	z-index: 3;
}
ul#guide-map-list li:nth-child(12) {
	top: 150px;
	left: 228px;
	width: 102px;
	height: 33px;
	z-index: 3;
}

ul#guide-map-list li:nth-child(1)::after {
	content: url(../../img/index/guide-map/lodge06.png);
	position: absolute;
	bottom: 2px;
	left: 59px;
	width: 49px;
	height: 27px;
	z-index: 1;
}

ul#guide-map-list li:nth-child(5)::after {
	content: url(../../img/index/guide-map/lodge07.png);
	position: absolute;
	bottom: 80px;
	right: -24px;
	width: 67px;
	height: 16px;
	z-index: 1;
}

ul#guide-map-list li:nth-child(6)::after {
	content: url(../../img/index/guide-map/mountain01.png);
	position: absolute;
	top: 55px;
	right: 65px;
	width: 54px;
	height: 30px;
	z-index: 1;
}

.cottage-box {
	height: 293px;
	overflow: hidden;
	margin-bottom: 60px;
}

.cottage-box h2 span.grouse::after {
	background: url(../../img/icon/grouse/01.png) no-repeat 0 0;
}

.cottage-box-image {
	float: left;
	width: 600px;
}

.cottage-box-text {
	float: left;
	width: 400px;
	padding: 70px 0 0 0;
	font-size: 14px;
}

.cottage-box-text .more-button {
	margin-top: 20px;
}

.cottage-box-text .more-button a {
	display: inline-block;
	background: #172644;
	padding: 5px 40px;
}

.cottage-box-text .more-button a::after {
	top: 8px;
}

ul.index-cottage-list {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

ul.index-cottage-list li {
	position: relative;
	display: inline-block;
	width: 322px;
	box-sizing: border-box;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	margin-right: 17px;
	margin-bottom: 20px;
	vertical-align: top;
	min-height: 370px;
	border-top: 6px solid #306396;
	text-align: left;
}

ul.index-cottage-list li:nth-child(2) {
	border-top: 6px solid #496803;
}

ul.index-cottage-list li:nth-child(3) {
	border-top: 6px solid #725b87;
	margin-right: 0;
}

ul.index-cottage-list li:nth-child(4) {
	border-top: 6px solid #d95aa4;
}

ul.index-cottage-list li:nth-child(5) {
	border-top: 6px solid #9c292c;
}
ul.index-cottage-list li:nth-child(6) {
	border-top: 6px solid #daa520;
	margin-right: 0;
}
ul.index-cottage-list li a {
	font-size: 15px;
	line-height: 160%;
	color: #333;
	text-decoration: none;
}

ul.index-cottage-list li a .index-cottage-title {
	padding: 10px 15px;
}

ul.index-cottage-list li a .index-cottage-title span {
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	color: #306396;
}

ul.index-cottage-list li:nth-child(2) a .index-cottage-title span {
	color: #496803;
}

ul.index-cottage-list li:nth-child(3) a .index-cottage-title span {
	color: #725b87;
}

ul.index-cottage-list li:nth-child(4) a .index-cottage-title span {
	color: #d95aa4;
}

ul.index-cottage-list li:nth-child(5) a .index-cottage-title span {
	color: #9c292c;
}
ul.index-cottage-list li:nth-child(6) a .index-cottage-title span {
	color: #daa520;
}
ul.index-cottage-list li:nth-child(6) a .index-cottage-title p {
	color: #daa520;
	padding: 0;
	font-size: 180%;
	font-weight: bold;
	margin: 5px 0;
}
ul.index-cottage-list li a .index-cottage-title img {
	height: 35px;
	width: auto;
	margin-bottom: 5px;
}

ul.index-cottage-list li a .index-cottage-image {
	width: 320px;
	height: 164px;
	overflow: hidden;
}

ul.index-cottage-list li a .index-cottage-image img {
	transition-duration: 0.3s;
}

ul.index-cottage-list li a:hover .index-cottage-image img {
	transform: scale(1.1);
	opacity: 0.9;
}

ul.index-cottage-list li a p {
	padding: 0 15px;
}

ul.index-cottage-list li a p.cottage-more-button {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #333;
}

ul.index-cottage-list li a p.cottage-more-button::after {
	content: "";
	position: absolute;
	top: 3px;
	right: -5px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #333;
}

ul.index-cottage-list li a:hover p.cottage-more-button::after {
	transform: rotateX(360deg);
	transition: all 0.5s;
}

#guide-info-box {
	background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1)), url(../../img/index/guide-info_back.jpg) no-repeat center top;
	background-size: cover;
	padding: 150px 0 0;
}

ul.guide-info-list {
}

ul.guide-info-list li {
	float: left;
	width: 485px;
	height: 150px;
	margin-bottom: 25px;
	background: #fff;
}

ul.guide-info-list li:nth-child(even) {
	float: right;
}

ul.guide-info-list li .guide-info-list-image {
	float: left;
	width: 180px;
	height: 150px;
	overflow: hidden;
	background: #000000;
}

ul.guide-info-list li a .guide-info-list-image img {
	transition-duration: 0.3s;
}

ul.guide-info-list li a:hover .guide-info-list-image img {
	transform: scale(1.1);
	opacity: 0.9;
}

ul.guide-info-list li a .guide-info-title {
	float: left;
	width: 305px;
	box-sizing: border-box;
	padding: 15px;
}

ul.guide-info-list li a .guide-info-title h2 {
	position: relative;
	font-family: "Saira Condensed", sans-serif;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
}

ul.guide-info-list li a .guide-info-title h2 span {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	margin-left: 5px;
}

ul.guide-info-list li a .guide-info-title p {
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
}

ul.guide-info-list li a .guide-info-title .guide-more-button {
	position: relative;
	font-family: "Saira Condensed", sans-serif;
	font-size: 18px;
	color: #333;
}

ul.guide-info-list li a .guide-info-title .guide-more-button::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 45px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #333;
}

ul.guide-info-list li a:hover .guide-info-title .guide-more-button::after {
	transform: rotateX(360deg);
	transition: all 0.5s;
}

.index-blog-contents {
	position: relative;
	width: 1143px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 30px 0;
}

.index-blog-contents h2.index-title {
}

.index-blog-contents h2.index-title span {
	position: relative;
	display: inline-block;
	font-size: 38px;
	padding-top: 5px;
}

.index-blog-contents h2.index-title span::after {
	background: url(../../img/icon/grouse/03.png) no-repeat 0 0;
}

#blog01,
#blog02,
#blog03,
#blog04,
#blog05,
#blog06,
#blog07,
#blog08,
#blog09,
#blog10 {
	width: 940px;
	margin: 0 auto;
}
.tabnav {
	margin: 0;
	padding: 0;
}

.tabnav li {
	display: inline;
}

.tabnav li a {
	position: relative;
	display: inline-block;
	background: #d3d3d3;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	width: 100px;
	text-align: center;
	padding: 6px 0;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}

.tabnav li:nth-child(3n) a {
	width: 99px;
}

.tabnav li a:hover,
.tabnav li a.active {
	background: #306396;
	color: #fff;
}

.tabnav li:first-child a:hover,
.tabnav li:first-child a.active {
	background: #172644;
}

.tabnav li:nth-child(2n) a:hover,
.tabnav li:nth-child(2n) a.active {
	background: #4ab8b8;
}

.tabnav li:nth-child(3n) a:hover,
.tabnav li:nth-child(3n) a.active {
	background: #f16821;
}

.tabnav li:nth-child(4n) a:hover,
.tabnav li:nth-child(4n) a.active {
	background: #306396;
}

.tabnav li:nth-child(5n) a:hover,
.tabnav li:nth-child(5n) a.active {
	background: #496803;
}

.tabnav li:nth-child(6n) a:hover,
.tabnav li:nth-child(6n) a.active {
	background: #725b87;
}

.tabnav li:nth-child(7n) a:hover,
.tabnav li:nth-child(7n) a.active {
	background: #d95aa4;
}

.tabnav li:nth-child(8n) a:hover,
.tabnav li:nth-child(8n) a.active {
	background: #9c292c;
}

.tabnav li:nth-child(9n) a:hover,
.tabnav li:nth-child(9n) a.active {
	background: #daa520;
}
.tabnav li:nth-child(10n) a:hover,
.tabnav li:nth-child(10n) a.active {
	background: #a6cb12;
}

.tabcontent {
	position: relative;
	padding: 40px 0 0;
	border-top: 5px solid #172644;
}

.tabcontent h3 {
	position: relative;
	text-align: left;
	font-size: 18px;
	color: #172644;
	margin-bottom: 20px;
}

.tabcontent h3 .more-button {
	position: absolute;
	top: 0;
	right: 0;
}

.tabcontent h3 .more-button a {
	color: #172644;
}

.tabcontent h3 .more-button a::after {
	border-left: 6px solid #172644;
}

.tabcolor01 {
	border-top: 5px solid #172644;
}

.tabcolor02 {
	border-top: 5px solid #4ab8b8;
}

.tabcolor03 {
	border-top: 5px solid #f16821;
}

.tabcolor04 {
	border-top: 5px solid #306396;
}

.tabcolor05 {
	border-top: 5px solid #496803;
}

.tabcolor06 {
	border-top: 5px solid #725b87;
}

.tabcolor07 {
	border-top: 5px solid #d95aa4;
}

.tabcolor08 {
	border-top: 5px solid #9c292c;
}
.tabcolor09 {
	border-top: 5px solid #daa520;
}
.tabcolor010 {
	border-top: 5px solid #a6cb12;
}

ul.blog-box-list {
	font-size: 0;
	line-height: 0;
	text-align: left;
}

ul.blog-box-list li {
	display: inline-block;
	font-size: 15px;
	line-height: 160%;
	width: 300px;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #ededed;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

//ul.blog-box-list li:nth-child(2){margin: 0 20px;}
ul.blog-box-list li:nth-child(3n + 2) {
	margin: 0 20px;
}

ul.blog-box-list li a {
	color: #333;
	text-decoration: none;
}

ul.blog-box-list li a .blog-box-image {
	display: block;
	width: 298px;
	height: 198px;
	overflow: hidden;
	background: #000000;
}

ul.blog-box-list li a .blog-box-image img {
	transition-duration: 0.3s;
}

ul.blog-box-list li a:hover .blog-box-image img {
	transform: scale(1.1);
	opacity: 0.9;
}

ul.blog-box-list li .blog-detail {
	position: relative;
	padding: 10px;
	text-align: left;
}

ul.blog-box-list li .blog-detail strong {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

ul.blog-box-list li .blog-detail p {
	margin-bottom: 10px;
}

ul.blog-box-list li .blog-detail .blog-data {
	font-size: 13px;
}

ul.blog-box-list li .blog-detail .blog-data span {
	margin-left: 10px;
}

ul.blog-box-list li a .blog-detail .blog-more-button {
	position: absolute;
	bottom: 8px;
	right: 22px;
	font-family: "Saira Condensed", sans-serif;
	font-size: 16px;
	color: #172644;
}

ul.blog-box-list li a .blog-detail .blog-more-button::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 45px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #172644;
}

ul.blog-box-list li a:hover .blog-detail .blog-more-button::after {
	transform: rotateX(360deg);
	transition: all 0.5s;
}

#sns-box {
	background: #edf3ff;
	padding-top: 60px;
	//margin-top: 100px;
}

#sns-left {
	float: left;
	width: 360px;
	margin-left: 50px;
}

#sns-right {
	float: right;
	width: 510px;
	margin-right: 50px;
}

#twitter-box {
	margin-bottom: 35px;
}

h2.sns-title {
	position: relative;
	font-family: "Saira Condensed", sans-serif;
	font-size: 32px;
	margin-bottom: 20px;
	padding-left: 40px;
}

h2.sns-title::before {
	position: absolute;
	top: 0;
	left: 0;
}

#twitter-box h2.sns-title::before {
	content: url(../../img/icon/sns/x.svg);
	width: 32px;
}

#instagram-box h2.sns-title::before {
	content: url(../../img/icon/sns/instagram.png);
}

#youtube-box h2.sns-title::before {
	content: url(../../img/icon/sns/youtube.png);
}

h2.sns-title span {
	position: absolute;
	bottom: 0;
	right: 0;
}

h2.sns-title span.more-button a {
	color: #172644;
}

h2.sns-title span.more-button a::after {
	border-left: 6px solid #172644;
}

ul.instagram-photo-list {
	font-size: 0;
	line-height: 0;
	margin-bottom: 25px;
}

ul.instagram-photo-list li {
	display: inline-block;
	width: 120px;
	height: 120px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

ul.instagram-photo-list li img {
	width: 100%;
	height: 100%;
}

ul.instagram-photo-list li:nth-child(4n) {
	margin-right: 0;
}

#youtube-box {
}

#youtube-box ul li {
	display: inline-block;
	width: 250px;
	position: relative;
}

#youtube-box ul li:first-child {
	margin-right: 4px;
}

#youtube-box ul li a::before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url(../../img/icon/youtube/youtube_icon_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
}

#youtube-box ul li a:hover::before {
	background-image: url(../../img/icon/youtube/youtube_icon_on.png);
}

.index-instagram-banner {
	margin: 0 50px;
}

.index-instagram-banner ul {
	display: flex;
}

.index-instagram-banner ul li {
	width: 24%;
	background: #ffffff;
	margin: 0 1.3% 0 0;
}

.index-instagram-banner ul li:last-child {
	margin: 0;
}

#index-banner-box {
	margin-top: 70px;
}

ul.index-banner-list {
	text-align: center;
	font-size: 0;
}

ul.index-banner-list li {
	width: 240px;
	display: inline-block;
	margin-right: 10px;
}

ul.index-banner-list li:last-child {
	margin-right: 0;
}

#index-youtube-area {
	width: 100%;
	height: 700px;
	margin-top: 100px;
}

#index-youtube-text {
	color: #ffffff;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	text-align: right;
	height: 30px;
	padding-top: 10px;
	padding-right: 20px;
}
#sns-box .index-title {
    text-align: left;
}

#sns-box #sns-left {
    float: left;
    width: 540px;
    margin-right: 50px;
    margin-left: 0;
}
.index-instagram-banner {
    margin: 0;
}

.index-instagram-banner ul {
    display: flex;
    flex-wrap: wrap;
}

.index-instagram-banner ul li {
    width: 32%;
    background: #fff;
    margin: 0 2% 20px 0;
}

.index-instagram-banner ul li:nth-child(3n) {
    margin-right: 0;
}

.index-instagram-banner ul li:last-child {
    margin-bottom: 20px;
}

#sns-box #sns-right {
    float: left;
    width: 410px;
    margin-right: 0;
}

#sns-box #sns-right ul li {
    margin-bottom: 20px;
}

#sns-box #sns-right ul li:last-child {
    margin-bottom: 0;
}

.instagram-main-banner {
    margin-bottom: 20px;
}

#sns-box .index-title span {
    font-size: 38px;
}

#sns-box h2.index-title span:after {
    background: url(//www.yarigatake.co.jp/wp/wp-content/themes/yarigatake/css/pc/../../img/icon/grouse/03.png) no-repeat 0 0;
}
/*++++++++++++++++++++++++++++++
 footer
++++++++++++++++++++++++++++++*/
footer {
	background-color: #172644;
	//padding-top: 70px;
	margin-bottom: 60px;
}

.footer-contents {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.footer-contact-title {
	position: relative;
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-bottom: 25px;
}

.footer-contact-title span {
	position: relative;
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 46px;
	margin-right: 5px;
	z-index: 20;
}

.footer-contact-title span::after {
	content: "";
	background: url(../../img//icon/grouse/04.png) no-repeat 0 0;
	position: absolute;
	bottom: 10px;
	right: -48px;
	width: 65px;
	height: 51px;
	z-index: -1;
}

ul.footer-contact-list {
	font-size: 0;
	line-height: 0;
	margin-bottom: 50px;
}

ul.footer-contact-list li {
	position: relative;
	display: inline-block;
	width: 320px;
	height: 168px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

ul.footer-contact-list li:nth-child(3n) {
	margin-right: 0;
}

.contact-list-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 10px 10px 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	text-align: left;
}

ul.footer-contact-list li .contact-list-text span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

ul.footer-contact-list li a img {
	transition-duration: 0.3s;
}

ul.footer-contact-list li a:hover img {
	transform: scale(1.1);
	opacity: 0.9;
}

#footer-info {
	background-image: url(../../img/common/footer/footer_back.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 55px;
}

nav#footer-nav {
	margin-bottom: 50px;
}

nav#footer-nav ul.footer-nav-list {
	width: calc(100% / 6);
	float: left;
}

nav#footer-nav ul li {
	position: relative;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 8px;
}

nav#footer-nav ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

nav#footer-nav ul li a:hover {
	text-decoration: underline;
}

nav#footer-nav ul li a::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

nav#footer-nav ul li ul {
	margin: 10px 0 0 5px;
}

nav#footer-nav ul li ul li a::before {
	content: "－";
	top: 0;
	left: -5px;
	border: none;
}

#footer-logo img {
	width: 240px;
	height: auto;
	margin: 0 auto 30px;
}

address {
	font-size: 14px;
	color: #fff;
	line-height: 200%;
}

address span {
	font-size: 85%;
}

ul.footer-sns-list {
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
	margin-bottom: 40px;
}

ul.footer-sns-list li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

ul.footer-sns-list li:nth-child(1) img {
	width: 10px;
	height: 19px;
}

ul.footer-sns-list li:nth-child(2) img {
	width: 22px;
	height: 22px;
}

ul.footer-sns-list li:nth-child(3) img {
	width: 22px;
	height: 22px;
}

ul.footer-sns-list li:nth-child(4) img {
	width: 24px;
	height: 17px;
}

#copyright {
	border-top: 1px solid #fff;
	padding: 20px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#footer-hut-box {
	width: 100%;
	height: 60px;
	background: #306396;
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: 1000;
	margin-bottom: -60px;
	transition: all 0.3s;
}

#footer-hut-box ul {
	width: 100%;
	height: 60px;
	font-size: 0;
	line-height: 0;
}

#footer-hut-box ul li {
	position: relative;
	display: inline-block;
	width: 17%;
	font-size: 15px;
	line-height: 60px;
}
#footer-hut-box ul li:nth-child(6) {
	width: 15%;
}
#footer-hut-box ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-indent: -9999px;
}

#footer-hut-box ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#footer-hut-box ul li:nth-child(2) a {
	background: #496803;
}

#footer-hut-box ul li:nth-child(3) a {
	background: #725b87;
}

#footer-hut-box ul li:nth-child(4) a {
	background: #d95aa4;
}

#footer-hut-box ul li:nth-child(5) a {
	background: #9c292c;
}
#footer-hut-box ul li:nth-child(6) a {
	background: #daa520;
	//text-indent: 15%;
}
#footer-hut-box ul li a::before {
	content: "";
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
	position: absolute;
	top: 20%;
	left: 15%;
	background-image: url(../../img/common/footer/yarigatake.png);
}

#footer-hut-box ul li:nth-child(2) a::before {
	background-image: url(../../img/common/footer/yarisawa.png);
}

#footer-hut-box ul li:nth-child(3) a::before {
	background-image: url(../../img/common/footer/minamidake.png);
}

#footer-hut-box ul li:nth-child(4) a::before {
	background-image: url(../../img/common/footer/otenjo.png);
}

#footer-hut-box ul li:nth-child(5) a::before {
	background-image: url(../../img/common/footer/dakesawa.png);
}
#footer-hut-box ul li:nth-child(6) a::before {
	background-image: url(../../img/common/footer/sesshou.png);
}
#footer-hut-box ul li a::after {
	content: "";
	width: 80px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px auto;
	position: absolute;
	top: 12%;
	left: 40%;
	background-image: url(../../img/common/footer/yarigatake.svg);
}

#footer-hut-box ul li:nth-child(2) a::after {
	background-image: url(../../img/common/footer/yarisawa.svg);
}

#footer-hut-box ul li:nth-child(3) a::after {
	background-image: url(../../img/common/footer/minamidake.svg);
}

#footer-hut-box ul li:nth-child(4) a::after {
	background-image: url(../../img/common/footer/otenjo.svg);
}

#footer-hut-box ul li:nth-child(5) a::after {
	background-image: url(../../img/common/footer/dakesawa.svg);
}
#footer-hut-box ul li:nth-child(6) a::after {
	background-image: url(../../img/common/footer/sesshou.svg);
}
/*++++++++++++++++++++++++++++++
 contents
++++++++++++++++++++++++++++++*/
#container {
	width: 100%;
	padding: 70px 0 0;
}

.contents {
	position: relative;
	width: 1000px;
	padding: 0 0 70px;
	margin: 0 auto;
	text-align: left;
}

section {
}

/*++++++++++++++++++++++++++++++
 page
++++++++++++++++++++++++++++++*/
.page-billboard {
	width: 100%;
	//height: 360px;
	height: 300px;
	//padding-top: 165px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 164px;
	top: 164px;
}

.page-billboard-lodge {
	width: 100%;
	height: 420px;
	//padding-top: 164px;
	background-size: cover;
	background-position: 0 center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 164px;
	top: 164px;
}

#page-billboard-inner {
	position: relative;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}

.page-billboard-lodge #page-billboard-inner {
	height: 420px;
	width: 100%;
}

#page-title {
	position: absolute;
	left: -40px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px 40px 30px;
	background: rgba(23, 38, 68, 0.8);
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
}

#page-title h1 {
	line-height: 32px;
	font-size: 32px;
}

#page-title span {
	position: absolute;
	top: 20px;
	left: 40px;
	display: block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 22px;
	color: #7d8eaf;
}

#crumb {
	width: 100%;
	background: #e5e5e5;
}

#crumb-inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 0;
}

#page-container {
	width: 100%;
	padding: 70px 0 0;
}

h2.page-h2 {
	font-size: 25px;
	line-height: 25px;
	color: #202f4d;
	padding: 0 0 10px 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #202f4d;
	background: url(../../img/icon/grouse/h2.png) no-repeat 0 0;
	font-family: "Noto Serif Japanese", serif;
}

h3.page-h3 {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	background: linear-gradient(transparent 60%, #e0e8f8 60%);
	padding: 0 10px 2px 0;
	font-family: "Noto Serif Japanese", serif;
}

#page-container p {
	margin-bottom: 20px;
}

#page-lodge {
	background-image: url(../../img/lodge/billboard_back.jpg);
}

#page-faq {
	background-image: url(../../img/faq/billboard.jpg);
}

#page-language {
	background-image: url(../../img/english/billboard.jpg);
}

#page-climbing-info {
	background-image: url(../../img/climbing-info/billboard.jpg);
}

#page-climbing-about {
	background-image: url(../../img/climbing-info/about/billboard.jpg);
}

#page-climbing-route {
	background-image: url(../../img/climbing-info/route/billboard.jpg);
}

#page-climbing-gallery {
	background-image: url(../../img/climbing-info/gallery/billboard.jpg);
}

#page-climbing-access {
	background-image: url(../../img/climbing-info/access/billboard.jpg);
}

#page-store {
	background-image: url(../../img/store/billboard.jpg);
}

#page-livecamera {
	background-image: url(../../img/livecamera/billboard.jpg);
}

#page-blog {
	background-image: url(../../img/blog/billboard.jpg);
}

#page-news {
	background-image: url(../../img/news/billboard.jpg);
}

#page-event {
	background-image: url(../../img/event/billboard.jpg);
}

#page-company {
	background-image: url(../../img/company/billboard.jpg);
}

#page-privacy {
	background-image: url(../../img/privacy/billboard.jpg);
}

#page-link {
	background-image: url(../../img/link/billboard.jpg);
}

#page-sct {
	background-image: url(../../img/sct/billboard.jpg);
}

#page-notfound {
	background-image: url(../../img/404/billboard.jpg);
}

#page-view {
	background-image: url(../../img/view/billboard.jpg);
}

.notice {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #202f4d;
	margin-bottom: 30px;
	font-family: "Noto Serif Japanese", serif;
	line-height: 180%;
}

ul.page-nav {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

ul.page-nav li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
	margin: 0 10px 10px;
}

ul.page-nav li a {
	position: relative;
	display: block;
	color: #202f4d;
	text-decoration: none;
	background: #fff;
	padding: 8px 25px 12px;
	border: 1px solid #202f4d;
	border-radius: 5px;
}

ul.page-nav li a:hover {
	background: #202f4d;
	color: #fff;
}

ul.page-nav li a::after {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: transparent transparent #202f4d #202f4d;
	transform: rotate(-45deg);
}

ul.page-nav li a:hover::after {
	border-color: transparent transparent #fff #fff;
}

#page-container .more-button a {
	position: absolute;
	top: 10px;
	right: 22px;
	font-family: "Saira Condensed", sans-serif;
	font-size: 16px;
	color: #172644;
}

#page-container .more-button a::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 45px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #172644;
}

#page-container .more-button a:hover::after {
	transform: rotateX(360deg);
	transition: all 0.5s;
}

/*++++++++++++++++++++++++++++++
 lodge top
++++++++++++++++++++++++++++++*/
.page-billboard-lodge #page-title {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px 40px 30px;
	background: rgba(23, 38, 68, 0.6);
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	transform: translate(-50%, -50%);
}

.page-billboard-lodge #page-title img {
	width: 180px;
}

.swiper-wrapper {
	height: 420px;
	width: 100%;
}

.swiper-wrapper .swiper-slide img {
	width: auto;
	height: 420px;
}

.swiper-wrapper .swiper-slide-box {
	width: 100%;
	height: 420px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.swiper-wrapper .yarigatake-slide01 {
	background-image: url(../../img/lodge/yarigatake/01.jpg);
}

.swiper-wrapper .yarigatake-slide02 {
	background-image: url(../../img/lodge/yarigatake/02.jpg);
}

.swiper-wrapper .yarigatake-slide03 {
	background-image: url(../../img/lodge/yarigatake/03.jpg);
}

.swiper-wrapper .yarigatake-slide04 {
	background-image: url(../../img/lodge/yarigatake/04.jpg);
}

.swiper-wrapper .yarigatake-slide05 {
	background-image: url(../../img/lodge/yarigatake/05.jpg);
}

.swiper-wrapper .yarigatake-slide06 {
	background-image: url(../../img/lodge/yarigatake/06.jpg);
}

.swiper-wrapper .yarigatake-slide07 {
	background-image: url(../../img/lodge/yarigatake/07.jpg);
}

.swiper-wrapper .yarigatake-slide08 {
	background-image: url(../../img/lodge/yarigatake/08.jpg);
}

.swiper-wrapper .yarigatake-slide09 {
	background-image: url(../../img/lodge/yarigatake/09.jpg);
}

.swiper-wrapper .yarigatake-slide10 {
	background-image: url(../../img/lodge/yarigatake/10.jpg);
}

.swiper-wrapper .yarisawa-slide01 {
	background-image: url(../../img/lodge/yarisawa/01.jpg);
}

.swiper-wrapper .yarisawa-slide02 {
	background-image: url(../../img/lodge/yarisawa/02.jpg);
}

.swiper-wrapper .yarisawa-slide03 {
	background-image: url(../../img/lodge/yarisawa/03.jpg);
}

.swiper-wrapper .yarisawa-slide04 {
	background-image: url(../../img/lodge/yarisawa/04.jpg);
}

.swiper-wrapper .yarisawa-slide05 {
	background-image: url(../../img/lodge/yarisawa/05.jpg);
}

.swiper-wrapper .yarisawa-slide06 {
	background-image: url(../../img/lodge/yarisawa/06.jpg);
}

.swiper-wrapper .yarisawa-slide07 {
	background-image: url(../../img/lodge/yarisawa/07.jpg);
}

.swiper-wrapper .yarisawa-slide08 {
	background-image: url(../../img/lodge/yarisawa/08.jpg);
}

.swiper-wrapper .yarisawa-slide09 {
	background-image: url(../../img/lodge/yarisawa/09.jpg);
}

.swiper-wrapper .yarisawa-slide10 {
	background-image: url(../../img/lodge/yarisawa/10.jpg);
}

.swiper-wrapper .minamidake-slide01 {
	background-image: url(../../img/lodge/minamidake/01.jpg);
}

.swiper-wrapper .minamidake-slide02 {
	background-image: url(../../img/lodge/minamidake/02.jpg);
}

.swiper-wrapper .minamidake-slide03 {
	background-image: url(../../img/lodge/minamidake/03.jpg);
}

.swiper-wrapper .minamidake-slide04 {
	background-image: url(../../img/lodge/minamidake/04.jpg);
}

.swiper-wrapper .minamidake-slide05 {
	background-image: url(../../img/lodge/minamidake/05.jpg);
}

.swiper-wrapper .minamidake-slide06 {
	background-image: url(../../img/lodge/minamidake/06.jpg);
}

.swiper-wrapper .minamidake-slide07 {
	background-image: url(../../img/lodge/minamidake/07.jpg);
}

.swiper-wrapper .minamidake-slide08 {
	background-image: url(../../img/lodge/minamidake/08.jpg);
}

.swiper-wrapper .minamidake-slide09 {
	background-image: url(../../img/lodge/minamidake/09.jpg);
}

.swiper-wrapper .minamidake-slide10 {
	background-image: url(../../img/lodge/minamidake/10.jpg);
}

.swiper-wrapper .otenjo-slide01 {
	background-image: url(../../img/lodge/otenjo/01.jpg);
}

.swiper-wrapper .otenjo-slide02 {
	background-image: url(../../img/lodge/otenjo/02.jpg);
}

.swiper-wrapper .otenjo-slide03 {
	background-image: url(../../img/lodge/otenjo/03.jpg);
}

.swiper-wrapper .otenjo-slide04 {
	background-image: url(../../img/lodge/otenjo/04.jpg);
}

.swiper-wrapper .otenjo-slide05 {
	background-image: url(../../img/lodge/otenjo/05.jpg);
}

.swiper-wrapper .otenjo-slide06 {
	background-image: url(../../img/lodge/otenjo/06.jpg);
}

.swiper-wrapper .otenjo-slide07 {
	background-image: url(../../img/lodge/otenjo/07.jpg);
}

.swiper-wrapper .otenjo-slide08 {
	background-image: url(../../img/lodge/otenjo/08.jpg);
}

.swiper-wrapper .otenjo-slide09 {
	background-image: url(../../img/lodge/otenjo/09.jpg);
}

.swiper-wrapper .otenjo-slide10 {
	background-image: url(../../img/lodge/otenjo/10.jpg);
}

.swiper-wrapper .dakesawa-slide01 {
	background-image: url(../../img/lodge/dakesawa/01.jpg);
}

.swiper-wrapper .dakesawa-slide02 {
	background-image: url(../../img/lodge/dakesawa/02.jpg);
}

.swiper-wrapper .dakesawa-slide03 {
	background-image: url(../../img/lodge/dakesawa/03.jpg);
}

.swiper-wrapper .dakesawa-slide04 {
	background-image: url(../../img/lodge/dakesawa/04.jpg);
}

.swiper-wrapper .dakesawa-slide05 {
	background-image: url(../../img/lodge/dakesawa/05.jpg);
}

.swiper-wrapper .dakesawa-slide06 {
	background-image: url(../../img/lodge/dakesawa/06.jpg);
}

.swiper-wrapper .dakesawa-slide07 {
	background-image: url(../../img/lodge/dakesawa/07.jpg);
}

.swiper-wrapper .dakesawa-slide08 {
	background-image: url(../../img/lodge/dakesawa/08.jpg);
}

.swiper-wrapper .dakesawa-slide09 {
	background-image: url(../../img/lodge/dakesawa/09.jpg);
}

.swiper-wrapper .dakesawa-slide10 {
	background-image: url(../../img/lodge/dakesawa/10.jpg);
}
.swiper-wrapper .sesshou-slide01 {
	background-image: url(../../img/lodge/sesshou/sesshou-slide01.jpg);
}

.swiper-wrapper .sesshou-slide02 {
	background-image: url(../../img/lodge/sesshou/sesshou-slide02.jpg);
}

.swiper-wrapper .sesshou-slide03 {
	background-image: url(../../img/lodge/sesshou/sesshou-slide03.jpg);
}
.lodge-top {
	background-image: none !important;
}

.lodge-top #page-title {
	z-index: 100 !important;
}

.yarigatake-container .notice,
.yarisawa-container .notice,
.minamidake-container .notice,
.otenjo-container .notice,
.dakesawa-container .notice {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #202f4d;
	margin-bottom: 30px;
	font-family: "Noto Serif Japanese", serif;
	line-height: 180%;
	position: relative;
	margin-top: -20px;
	margin-bottom: 40px;
}

.minamidake-container .notice {
	//padding-top: 10px;
}

.yarigatake-container .notice:before,
.yarisawa-container .notice:before,
.minamidake-container .notice:before,
.otenjo-container .notice:before,
.dakesawa-container .notice:before {
	content: "";
	width: 200px;
	height: 100px;
	background-image: url(../../img/lodge/yarigatake/illust.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 150px auto;
	display: block;
	margin: 0 auto;
}

.yarigatake-container .notice:before {
	//right:40%;
	background-image: url(../../img/lodge/yarigatake/illust.png);
}

.yarisawa-container .notice:before {
	//right:40%;
	background-image: url(../../img/lodge/yarisawa/illust.png);
}

.minamidake-container .notice:before {
	background-size: 120px auto;
	//right:40%;
	background-image: url(../../img/lodge/minamidake/illust.png);
}

.otenjo-container .notice:before {
	background-size: 120px auto;
	//right:40%;
	background-image: url(../../img/lodge/otenjo/illust.png);
}

.dakesawa-container .notice:before {
	right: 40%;
	background-image: url(../../img/lodge/dakesawa/illust.png);
}

.lodge-information-img img:first-child {
	float: left;
	width: 490px;
}

.lodge-information-img img:nth-child(2) {
	float: right;
	width: 490px;
}

.lodge-information {
	margin: 20px 0 50px 0;
	line-height: 180%;
	font-weight: bold;
}

.lodge-instagram-banner {
	margin: 50px auto 0;
	width: 100%;
}

.lodge-instagram-banner img {
	width: 298px;
	margin: 0 auto;
}

#page-container ul.blog-box-list {
	font-size: 0;
	line-height: 0;
	margin: 0 30px;
}

ul.facility-box {
	font-size: 0;
	line-height: 0;
}

ul.facility-box li {
	position: relative;
	display: inline-block;
	width: 480px;
	margin-right: 20px;
	font-size: 15px;
	margin-bottom: 30px;
	vertical-align: top;
}

ul.facility-box li p {
	line-height: 180%;
	margin: 20px 0 30px 0;
}

ul.facility-box h3.page-h3 {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	background: linear-gradient(transparent 60%, #e0e8f8 60%);
	padding: 0 10px 2px 0;
	font-size: 16px;
	line-height: 160%;
}

ul.facility-box li.two-column-box {
	position: relative;
	display: inline-block;
	width: 1000px;
	margin: 0 0 30px 0 !important;
}

ul.facility-box li.two-column-box .left,
ul.facility-box li.two-column-box .right {
	//float:left;
	width: 480px;
	margin: 0 !important;
}

ul.facility-box li.two-column-box .left p,
ul.facility-box li.two-column-box .right p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0 !important;
}

ul.facility-box li.two-column-box img:nth-child(2n) {
	//float:right;
}

ul.facility-box li.three-column-box {
	position: relative;
	display: inline-block;
	width: 1000px;
	margin: 0 0 30px 0 !important;
}

ul.facility-box li.three-column-box .left,
ul.facility-box li.three-column-box .right,
ul.facility-box li.three-column-box .center {
	width: 320px;
	margin: 0 !important;
}

ul.facility-box li.three-column-box .center {
	padding: 0 20px;
	float: left;
}

ul.facility-box li.three-column-box .left p,
ul.facility-box li.three-column-box .right p,
ul.facility-box li.three-column-box .center p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0 !important;
}

ul.facility-box li ul.menu {
	padding: 0 20px;
	margin-bottom: 20px;
}

ul.facility-box li ul.menu li {
	margin: 0 0 0 0 !important;
	width: 100%;
	line-height: 180%;
	padding-left: 30px;
}

ul.facility-box li ul.menu li:before {
	content: "●";
	width: 40px;
	height: 40px;
	margin-left: -20px;
	line-height: 180%;
	margin-right: 10px;
	//position:absolute;
}

ul.facility-box li ul.water,
ul.facility-box li ul.kitchen {
	padding-left: 10px;
	margin-bottom: 20px;
}

ul.facility-box li ul.water li,
ul.facility-box li ul.kitchen li {
	margin: 0 0 0 0 !important;
	width: 100%;
}

ul.facility-box li ul.water li:before,
ul.facility-box li ul.kitchen li:before {
	content: "●";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	line-height: 180%;
	margin-right: 10px;
}

ul.facility-box li p.item-box {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 30px !important;
}

#highlight h3 {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
	background: linear-gradient(transparent 60%, #e0e8f8 60%);
	padding: 0 10px 2px 0;
	font-size: 16px;
	line-height: 160%;
}

#highlight img {
	width: 490px;
}

#highlight .left {
	position: relative;
	//width:490px;
	//margin-left:40px;
	margin-right: 10px;
}

#highlight .highlight-img-box {
	position: relative;
	width: 490px;
	margin-bottom: 30px;
}

#highlight .highlight-img-box:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0px 15px rgba(255, 255, 255, 0.4);
}

#highlight .right {
	width: 490px;
	text-align: left;
	//margin-right:40px;
	margin-left: 10px;
}

#highlight .highlight-txt-box {
	margin-top: 50px;
	width: 490px;
}

ul.lodge-page-nav {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

ul.lodge-page-nav li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
	//margin: 0 10px 10px;
}

ul.lodge-page-nav li a {
	position: relative;
	display: block;
	color: #202f4d;
	text-decoration: none;
	background: #fff;
	padding: 30px 20px;
	border-top: 1px solid #202f4d;
	border-bottom: 1px solid #202f4d;
	border-left: 1px solid #202f4d;
	//border-radius: 5px;
	width: 101px;
}

ul.lodge-page-nav li:last-child a {
	border-right: 1px solid #202f4d;
}

ul.lodge-page-nav li a:hover {
	background: #202f4d;
	color: #fff;
}

ul.lodge-page-nav li a::after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: auto;
	right: 15px;
	margin: auto;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	transform: rotate(-135deg);
}

ul.lodge-page-nav li a:hover::after {
	border-color: transparent transparent #fff #fff;
}
.sesshou-route .route-timeline {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sesshou-route .timeline-item {
	display: flex;
	align-items: center;
	flex-shrink: 0;

}

.sesshou-route .sesshou-route-box .timeline-item:nth-child(5),
.sesshou-route .sesshou-route-box .timeline-item:nth-child(6) {
	margin-top: 1em;
}

.sesshou-route .timeline-item:last-child .connector {
	display: none;
}

.sesshou-route .location-name {
	padding: 10px 18px;
	background-color: #007bff;
	color: white;
	border-radius: 25px;
	font-weight: bold;
	font-size: 1.1em;
	white-space: nowrap;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	position: relative;
}

.sesshou-route .connector {
	position: relative;
	flex-grow: 1;
	height: 2px;
	background-color: #ccc;
	min-width: 80px;
}

.sesshou-route .travel-time {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	padding: 3px 8px;
	font-size: 1em;
	color: #555;
	white-space: nowrap;
	z-index: 1;
}

.sesshou-route .sesshou-route-box {
	margin-bottom: 50px;
}

.sesshou-route .sesshou-route-box h3,
.sesshou-route .sesshou-route-box02 h3 {
	margin-bottom: 1em;
}

.sesshou-route .sesshou-route-box h4,
.sesshou-route .sesshou-route-box02 h4 {
	margin-bottom: 0;
}

.sesshou-route .yarigatake-hut {
	background: #306396;
}

.sesshou-route .yarisawa-hut {
	background: #496803;
}

.sesshou-route .sesshou-hut {
	background: #daa520;
}
/*++++++++++++++++++++++++++++++
 event
++++++++++++++++++++++++++++++*/

.event-container ul.event-photo {
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}

.event-container ul.event-photo li {
	position: relative;
	display: inline-block;
	width: 330px;
}

.event-container ul.event-photo li:nth-child(2) {
	margin: 0 5px;
}

.event-container table {
	border-collapse: collapse;
	margin: 10px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.event-container table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
}

.event-container table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
}

/*++++++++++++++++++++++++++++++
 link
++++++++++++++++++++++++++++++*/

.link-container ul {
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}

.link-container ul li {
	//position: relative;
	display: inline-block;
	width: 310px;
	font-size: 15px;
	line-height: 180%;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

.link-container ul li:before {
	position: relative;
	content: "●";
	top: 0;
	left: -10px;
	border: none;
}

.link-container ul li a {
	text-decoration: none;
	//color:#000;
}

.link-container ul li a:hover {
	//text-decoration: underline;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}

/*++++++++++++++++++++++++++++++
 blog
++++++++++++++++++++++++++++++*/

#page-container .contents-blog ul.blog-box-list li {
	display: inline-block;
	font-size: 15px;
	line-height: 160%;
	width: 260px;
	box-sizing: border-box;
	vertical-align: top;
	border: 1px solid #ededed;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

#page-container .contents-blog ul.blog-box-list li:nth-child(3n + 2) {
	margin: 0 20px;
}

#page-container .contents-blog ul.blog-box-list li a .blog-box-image {
	display: block;
	width: 258px;
	height: 148px;
	overflow: hidden;
	background: #000000;
	position: relative;
}

.climbing-route-container ul.blog-box-list li a .blog-box-image,
.climbing-info-container ul.blog-box-list li a .blog-box-image,
.index-blog-contents ul.blog-box-list li a .blog-box-image {
	display: block;
	width: 100%;
	height: 198px;
	overflow: hidden;
	background: #000000;
	position: relative;
}

ul.blog-box-list li a .blog-box-image span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 8px;
	color: #fff;
	background: #ff0000;
	font-size: 80%;
}

ul.blog-box-list li a .blog-box-image span.yarigatake-title-box {
	//background:#306396;
	background: rgba(48, 99, 150, 0.9);
}

ul.blog-box-list li a .blog-box-image span.yarisawa-title-box {
	//background:#496803;
	background: rgba(73, 104, 3, 0.9);
}

ul.blog-box-list li a .blog-box-image span.minamidake-title-box {
	//background:#725b87;
	background: rgba(114, 91, 135, 0.9);
}

ul.blog-box-list li a .blog-box-image span.otenjo-title-box {
	//background:#d95aa4;
	background: rgba(217, 90, 164, 0.9);
}

ul.blog-box-list li a .blog-box-image span.dakesawa-title-box {
	//background:#9c292c;
	background: rgba(156, 41, 44, 0.9);
}

ul.blog-box-list li a .blog-box-image span.view-title-box {
	//background:#a6cb12;
	background: rgba(166, 203, 18, 0.9);
}

ul.blog-box-list li a .blog-box-image span.group-title-box {
	//background:#4ab8b8;
	background: rgba(74, 184, 184, 0.9);
}
ul.blog-box-list li a .blog-box-image span.sesshou-title-box {
	//background:#4ab8b8;
	background: rgba(218, 165, 32, 0.9);
}
#page-container .contents-blog .news-detail-box .entry-date,
#page-container .contents-blog .blog-detail-box .entry-date {
	font-size: 90%;
	padding: 20px 0 10px 0;
}

#page-container .contents-blog .blog-detail-box h2 span,
#page-container .contents-blog .news-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(74, 184, 184, 0.4) 0%);
}

#page-container .yarigatake-box .news-detail-box h2 span,
#page-container .yarigatake-box .blog-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(48, 99, 150, 0.4) 0%);
}

#page-container .yarisawa-box .news-detail-box h2 span,
#page-container .yarisawa-box .blog-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(73, 104, 3, 0.4) 0%);
}

#page-container .minamidake-box .news-detail-box h2 span,
#page-container .minamidake-box .blog-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(114, 91, 135, 0.4) 0%);
}

#page-container .otenjo-box .news-detail-box h2 span,
#page-container .otenjo-box .blog-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(217, 90, 164, 0.4) 0%);
}

#page-container .dakesawa-box .news-detail-box h2 span,
#page-container .dakesawa-box .blog-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(156, 41, 44, 0.4) 0%);
}
#page-container .sesshou-box .news-detail-box h2 span,
#page-container .sesshou-box .blog-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(218, 165, 32, 0.4) 0%);
}
#page-container .view-box .blog-detail-box h2 span {
	background: linear-gradient(transparent 80%, rgba(166, 203, 18, 0.4) 0%);
}

.news-container .side-box ul li:first-child a,
.blog-container .side-box ul li:first-child a {
	background: linear-gradient(transparent 80%, rgba(48, 99, 150, 0.4) 0%);
}

.news-container .side-box ul li:nth-child(2) a,
.blog-container .side-box ul li:nth-child(2) a {
	background: linear-gradient(transparent 80%, rgba(73, 104, 3, 0.4) 0%);
}

.news-container .side-box ul li:nth-child(3) a,
.blog-container .side-box ul li:nth-child(3) a {
	background: linear-gradient(transparent 80%, rgba(114, 91, 135, 0.4) 0%);
}

.news-container .side-box ul li:nth-child(4) a,
.blog-container .side-box ul li:nth-child(4) a {
	background: linear-gradient(transparent 80%, rgba(217, 90, 164, 0.4) 0%);
}

.news-container .side-box ul li:nth-child(5) a,
.blog-container .side-box ul li:nth-child(5) a {
	background: linear-gradient(transparent 80%, rgba(156, 41, 44, 0.4) 0%);
}
.news-container .side-box ul li:nth-child(6) a,
.blog-container .side-box ul li:nth-child(6) a {
	background: linear-gradient(transparent 80%, rgba(218, 165, 32, 0.4) 0%);
}
.blog-container .side-box ul li:nth-child(7) a {
	background: linear-gradient(transparent 80%, rgba(166, 203, 18, 0.4) 0%);
}

.news-container .side-box ul li:nth-child(7) a {
	background: linear-gradient(transparent 80%, rgba(74, 184, 184, 0.4) 0%);
}

.news-container .side-box ul li:nth-child(8),
.blog-container .side-box ul li:nth-child(8) {
	margin-top: 30px;
}

#page-container .contents-blog ul.blog-box-list {
	font-size: 0;
	line-height: 0;
	margin: 0 !important;
}

.staff-image {
	margin-bottom: 30px;
}

.staff-yarigatake-title {
	position: absolute;
	top: 200px;
	left: -8px;
	width: 300px;
	height: 63px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: rgba(23, 38, 68, 0.9);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-family: "Noto Serif Japanese", serif;
}

.staff-yarisawa-title {
	position: absolute;
	top: 200px;
	left: -8px;
	width: 290px;
	height: 63px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: rgba(73, 104, 3, 0.9);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-family: "Noto Serif Japanese", serif;
}

.staff-minamidake-title {
	position: absolute;
	top: 200px;
	left: -8px;
	width: 260px;
	height: 63px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: rgba(114, 91, 135, 0.9);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-family: "Noto Serif Japanese", serif;
}

.staff-otenjo-title {
	position: absolute;
	top: 200px;
	left: -8px;
	width: 320px;
	height: 63px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: rgba(217, 90, 164, 0.9);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-family: "Noto Serif Japanese", serif;
}

.staff-dakesawa-title {
	position: absolute;
	top: 200px;
	left: -8px;
	width: 260px;
	height: 63px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: rgba(156, 41, 44, 0.9);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-family: "Noto Serif Japanese", serif;
}
.staff-sesshou-title {
	position: absolute;
	top: 200px;
	left: -8px;
	width: 320px;
	height: 63px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: rgba(218, 165, 32, 0.9);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-family: "Noto Serif Japanese", serif;
}
.staff-view-title {
	position: absolute;
	top: 200px;
	left: -8px;
	width: 160px;
	height: 63px;
	box-sizing: border-box;
	padding: 20px 12px;
	background: rgba(166, 203, 18, 0.9);
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	font-family: "Noto Serif Japanese", serif;
}

.staff-yarigatake-title::before,
.staff-yarisawa-title::before,
.staff-minamidake-title::before,
.staff-otenjo-title::before,
.staff-dakesawa-title::before,
.staff-sesshou-title::before,
.staff-view-title::before {
	position: absolute;
	content: "";
	top: -5px;
	left: 0;
	border: none;
	border-top: solid 5px transparent;
	border-right: solid 8px #0a4076;
}

.blog-container .yarigatake-box .staff-title {
	background: rgba(48, 99, 150, 0.9);
}

.blog-container .yarisawa-box .staff-title {
	background: rgba(73, 104, 3, 0.9);
}

.blog-container .minamidake-box .staff-title {
	background: rgba(114, 91, 135, 0.9);
}

.blog-container .otenjo-box .staff-title {
	background: rgba(217, 90, 164, 0.9);
}

.blog-container .dakesawa-box .staff-title {
	background: rgba(156, 41, 44, 0.9);
}
.blog-container .sesshou-box .staff-title {
	background: rgba(218, 165, 32, 0.9);
}
.pagenavi-box {
	margin-top: 30px;
}

.blog-pagenavi-box {
	margin-top: 50px;
	border-top: 1px dotted #172644;
	padding-top: 20px;
}

.blog-pagenavi-box ul {
	font-size: 0;
	line-height: 0;
}

.blog-pagenavi-box ul li {
	display: inline-block;
	width: 33.3%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 120%;
}

.blog-pagenavi-box ul li:nth-child(2) {
	text-align: center;
}

.blog-pagenavi-box ul li:nth-child(3) {
	text-align: right;
}

.contents-blog section {
	width: 820px;
	padding: 0 0 0 0;
	text-align: left;
	float: left;
}

.contents-blog .side-box {
	width: 138px;
	padding: 0 0 0 20px;
	text-align: left;
	float: right;
	position: sticky;
	position: -webkit-sticky;
	top: 120px;
	border-left: 1px dotted #172644;
	font-family: "Noto Serif Japanese", serif;
}

.contents-blog .side-box h4 {
	text-align: center;
	border-bottom: 1px solid #172644;
	padding: 0 15px 5px 15px;
	color: #172644;
}

.contents-blog .side-box ul {
	padding: 10px 0;
	text-align: center;
}

.contents-blog .side-box ul li:before {
	line-height: 250%;
}

.contents-blog .side-box a {
	text-decoration: none;
	line-height: 280%;
	color: #000;
}

.contents-blog .side-box a:hover {
	opacity: 0.5;
}

/*++++++++++++++++++++++++++++++
 faq
++++++++++++++++++++++++++++++*/
.faq-contents {
	border: 1px solid #202f4d;
	border-radius: 5px;
	padding-bottom: 0 !important;
	//padding:10px;
	margin-bottom: 30px;
}

.faq-contents h3 {
	position: relative;
	font-size: 18px;
	line-height: 18px;
	color: #202f4d;
	padding: 20px 20px 10px 60px;
	margin-bottom: 10px;
	border-bottom: none;
	font-family: "Noto Serif Japanese", serif;
	cursor: pointer;
}

.faq-contents h3:before {
	position: absolute;
	top: 15px;
	left: 20px;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/wp/wp-content/themes/yarigatake/recruit/img/faq/faq_icon01.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.faq-contents h3 span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	//margin-top: -10px;
	width: 12px;
	height: 10px;
	transition: 0.4s all;
	background-image: url(/wp/wp-content/themes/yarigatake/recruit/img/faq/faq_icon03.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.faq-contents h3 span.open:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 12px;
	height: 10px;
	transform: rotate(180deg);
	transition: 0.4s all;
	background-image: url(/wp/wp-content/themes/yarigatake/recruit/img/faq/faq_icon03.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.faq-contents p {
	padding: 5px 30px;
	display: none;
}

/*++++++++++++++++++++++++++++++
 side
++++++++++++++++++++++++++++++*/
#lodge-side-box {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 2;
	transform: translateY(-50%);
	margin-right: -60px;
	transition: all 0.3s;
}

#lodge-side-box ul {
	width: 40px;
	//height:240px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

#lodge-side-box li a {
	width: 40px;
	//height:60px;
	margin-bottom: 5px;
	background: #ffcc33;
	//background:#172644;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 40px;
	border-radius: 5px 0 0 5px;
	//padding-right:10px;
	padding-left: 2px;
	padding-top: 30px;
	padding-bottom: 10px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	position: relative;
	font-size: 15px;
}

#lodge-side-box li a:hover {
	background: #2c4983;
	text-decoration: none;
}

#lodge-side-box li a::before {
	content: "";
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
	position: absolute;
	top: 13px;
	left: 10px;
}

#lodge-side-box li:nth-child(1) a::before {
	width: 15px;
	height: 15px;
	background-size: 15px auto;
	top: 10px;
	left: 14px;
	background-image: url(../../img/lodge/icon_calendar.png);
}

#lodge-side-box li:nth-child(3) a {
	//height:60px;
	//padding-top:25px;
}

#lodge-side-box li:nth-child(3) a::before {
	width: 18px;
	height: 18px;
	background-size: 18px auto;
	top: 8px;
	left: 12px;
	background-image: url(../../img/lodge/icon_fee02.png);
}

#lodge-side-box li:nth-child(2) a {
	//height:60px;
	//padding-top:25px;
}

#lodge-side-box li:nth-child(2) a::before {
	width: 15px;
	height: 15px;
	background-size: 15px auto;
	top: 10px;
	left: 13px;
	background-image: url(../../img/lodge/icon_money.png);
}

#lodge-side-box li:nth-child(4) a {
	//height:130px;
	//padding-top:25px;
}

#lodge-side-box li:nth-child(4) a::before {
	width: 15px;
	height: 15px;
	background-size: 12px auto;
	top: 10px;
	left: 13px;
	background-image: url(../../img/lodge/icon_tel.png);
}

#lodge-side-box li a {
	background: #172644;
}

.yarigatake-container #lodge-side-box li a {
	background: #306396;
}

.yarisawa-container #lodge-side-box li a {
	background: #496803;
}

.minamidake-container #lodge-side-box li a {
	background: #725b87;
}

.otenjo-container #lodge-side-box li a {
	background: #d95aa4;
}

.dakesawa-container #lodge-side-box li a {
	background: #9c292c;
}

#lodge-side-box li a:hover {
	background: #ffcc33;
}

/*++++++++++++++++++++++++++++++
 lodge
++++++++++++++++++++++++++++++*/
.lodge-container .season-box {
}

.lodge-container #season h2 {
	position: relative;
}

.lodge-container #season h2 span.season-on {
	position: absolute;
	font-size: 16px;
	left: 320px;
	line-height: 16px;
	top: 6px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.lodge-container #season h2 span.season-on:before {
	content: "";
	width: 50px;
	height: 5px;
	margin-left: -60px;
	line-height: 180%;
	margin-right: 10px;
	background: #ffcf7c;
	background-size: 50px 5px;
	position: absolute;
	top: 5px;
}

.lodge-container #season h2 span.season-off {
	position: absolute;
	font-size: 16px;
	left: 460px;
	line-height: 16px;
	top: 6px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.lodge-container #season h2 span.season-off:before {
	content: "";
	width: 50px;
	height: 5px;
	margin-left: -60px;
	line-height: 180%;
	margin-right: 10px;
	background: #dcdcdc;
	background-size: 50px 5px;
	position: absolute;
	top: 5px;
}

.lodge-container span.season-off {
}

.lodge-container .season-box table {
	border-collapse: collapse;
	margin: 30px auto 0 auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.lodge-container .season-box table th {
	white-space: nowrap;
	font-weight: bold;
	padding: 10px 15px;
	text-align: center;
	vertical-align: center;
	width: 60px;
	text-align: center;
}

.lodge-container .season-box table td {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	width: 60px;
	text-align: center;
	height: 40px;
	border-bottom: 20px solid #ffffff;
	font-size: 90%;
}

.lodge-container .season-box table td.season-on {
	background: #ffcf7c;
}

.lodge-container .season-box table td.season-off {
	background: #dcdcdc;
}

.lodge-container .season-box table td.season-yarigatake {
	background: #306396;
	text-align: center;
	width: 270px;
	color: #ffffff;
	font-weight: bold;
	border-right: 10px solid #ffffff;
}

.lodge-container .season-box table td.season-yarisawa {
	background: #496803;
	text-align: center;
	width: 270px;
	color: #ffffff;
	font-weight: bold;
	border-right: 10px solid #ffffff;
}

.lodge-container .season-box table td.season-minamidake {
	background: #725b87;
	text-align: center;
	width: 270px;
	color: #ffffff;
	font-weight: bold;
	border-right: 10px solid #ffffff;
}

.lodge-container .season-box table td.season-otenjo {
	background: #d95aa4;
	text-align: center;
	width: 270px;
	color: #ffffff;
	font-weight: bold;
	border-right: 10px solid #ffffff;
}

.lodge-container .season-box table td.season-dakesawa {
	background: #9c292c;
	text-align: center;
	width: 270px;
	color: #ffffff;
	font-weight: bold;
	border-right: 10px solid #ffffff;
}
.lodge-container .season-box table td.season-sesshou {
	background: #daa520;
	text-align: center;
	width: 270px;
	color: #ffffff;
	font-weight: bold;
	border-right: 10px solid #ffffff;
}
.lodge-container .reservation-box table {
	border-collapse: collapse;
	margin: 30px auto 0 auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.lodge-container .reservation-box table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
	width: 150px;
	text-align: center;
}

.lodge-container .reservation-box table td.title-num {
	width: 150px;
	background: #f1f1f1;
	text-align: center;
}

.lodge-container .reservation-box table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
}

.lodge-container .reservation-box table.reservation-yarigatake th {
	background: rgba(48, 99, 150, 0.2);
}

.lodge-container .reservation-box table.reservation-yarisawa th {
	background: rgba(73, 104, 3, 0.2);
}

.lodge-container .reservation-box table.reservation-minamidake th {
	background: rgba(114, 91, 135, 0.2);
}

.lodge-container .reservation-box table.reservation-otenjo th {
	background: rgba(217, 90, 164, 0.2);
}

.lodge-container .reservation-box table.reservation-dakesawa th {
	background: rgba(156, 41, 44, 0.2);
}
.lodge-container .reservation-box table.reservation-sesshou th {
	background: rgba(218, 165, 32, 0.2);
}
.lodge-container .reservation-banner {
	width: 800px;
	margin: 50px auto;
}

.lodge-container .access-box table {
	border-collapse: collapse;
	margin: 30px auto 0 auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.lodge-container .access-box table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
	width: 150px;
	text-align: center;
}

.lodge-container .access-box table tr:nth-child(1) th {
	background: rgba(48, 99, 150, 0.2);
}

.lodge-container .access-box table tr:nth-child(2) th {
	background: rgba(73, 104, 3, 0.2);
}

.lodge-container .access-box table tr:nth-child(3) th {
	background: rgba(114, 91, 135, 0.2);
}

.lodge-container .access-box table tr:nth-child(4) th {
	background: rgba(217, 90, 164, 0.2);
}

.lodge-container .access-box table tr:nth-child(5) th {
	background: rgba(156, 41, 44, 0.2);
}
.lodge-container .access-box table tr:nth-child(6) th {
	background: rgba(218, 165, 32, 0.2);
}
.lodge-container .access-box table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
	font-size: 120%;
	//font-weight:bold;
}

.lodge-container .access-box table {
	border-collapse: collapse;
	margin: 30px auto 0 auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 20px;
}

.access-box ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.access-box ul li {
	width: 300px;
	border: 1px solid #ccc;
	margin-right: 47px;
}

.access-box ul li:nth-child(3),
.access-box ul li:nth-child(6) {
	margin-right: 0;
}

.access-box ul li p {
	text-align: center;
	padding: 10px 0;
	width: 100%;
	display: block;
	margin-bottom: 0 !important;
	font-size: 130%;
	line-height: 150%;
}

.access-box ul li p span {
	display: block;
	font-size: 80%;
	margin-top: 5px;
}

.access-box ul li p.lodge-title {
	font-weight: bold;
	font-size: 120%;
	height: 30px;
	line-height: 30px;
}

.access-box ul li:nth-child(1) p.lodge-title {
	background: rgba(48, 99, 150, 0.2);
}

.access-box ul li:nth-child(2) p.lodge-title {
	background: rgba(73, 104, 3, 0.2);
}

.access-box ul li:nth-child(3) p.lodge-title {
	background: rgba(114, 91, 135, 0.2);
}

.access-box ul li:nth-child(4) p.lodge-title {
	background: rgba(217, 90, 164, 0.2);
}

.access-box ul li:nth-child(5) p.lodge-title {
	background: rgba(156, 41, 44, 0.2);
}
.access-box ul li:nth-child(6) p.lodge-title {
	background: rgba(218, 165, 32, 0.2);
}
.access-box ul li:nth-child(4),
.access-box ul li:nth-child(5),
.access-box ul li:nth-child(6) {
	margin-top: 20px;
}

.lodge-container .tent-box img {
	width: 500px;
	float: left;
	margin-bottom: 30px;
}

.lodge-container .tent-box p {
	float: left;
	margin-left: 20px;
	width: 480px;
}

.lodge-container .tent-box table {
	border-collapse: collapse;
	margin: 0 auto 10px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.lodge-container .tent-box table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
	width: 30%;
}

.lodge-container .tent-box table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
}

.lodge-container .tent-box h3 {
	margin-top: 30px;
}

.lodge-container .tel-box table {
	border-collapse: collapse;
	margin: 30px auto 0 auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.lodge-container .tel-box table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
	width: 150px;
	text-align: center;
}

.lodge-container .tel-box table tr:nth-child(1) th {
	background: rgba(48, 99, 150, 0.2);
}

.lodge-container .tel-box table tr:nth-child(2) th {
	background: rgba(73, 104, 3, 0.2);
}

.lodge-container .tel-box table tr:nth-child(3) th {
	background: rgba(114, 91, 135, 0.2);
}

.lodge-container .tel-box table tr:nth-child(4) th {
	background: rgba(217, 90, 164, 0.2);
}

.lodge-container .tel-box table tr:nth-child(5) th {
	background: rgba(156, 41, 44, 0.2);
}
.lodge-container .tel-box table tr:nth-child(6) th {
	background: rgba(218, 165, 32, 0.2);
}
.lodge-container .tel-box table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
}

.lodge-container .tel-box table td dl dt {
	float: left;
	width: 100px;
}

.lodge-container .tel-box table td dl dd {
	//float:left;
}

.lodge-container .helmet-box {
	margin-top: 30px;
}

.lodge-container .helmet-box table {
	border-collapse: collapse;
	margin: 0 auto 10px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.lodge-container .helmet-box table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
	width: 30%;
}

.lodge-container .helmet-box table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
}

.lodge-container .helmet-box h3 {
	//font-weight:bold;
	margin-bottom: 0 !important;
}

.lodge-container .helmet-box caption {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 10px;
}

.lodge-container .helmet-box p {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 20px;
}

.lodge-container .fee-box {
	margin-top: 30px;
}

.lodge-container .fee-box table {
	border-collapse: collapse;
	margin: 0 auto 10px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.lodge-container .fee-box table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
	width: 25%;
}

.lodge-container .fee-box table th span {
	font-size: 90%;
}

.lodge-container .fee-box table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
	text-align: right;
}

.lodge-container .fee-box ul li {
	margin-left: 10px;
}

.lodge-container .fee-box ul li:before {
	content: "●";
	width: 10px;
	height: 10px;
	//margin-left:10px;
	line-height: 180%;
	margin-right: 10px;
}

.lodge-container .fee-box ul li:last-child::before {
	display: none;
}
.lodge-container .fee-box h3 {
	margin-top: 30px;
	font-size: 105%;
	margin-bottom: 5px;
}
.lodge-container .fee-box h3 + table th {
	width: 50%;
}
.lodge-container .winter-hut-box img {
	width: 400px;
	float: left;
	margin-bottom: 30px;
}

.lodge-container .winter-hut-box p {
	float: left;
	margin-left: 20px;
	width: 580px;
}

.lodge-map-title {
	float: left;
	width: 368px;
	height: 400px;
	box-sizing: border-box;
	background: #d1e9e0;
	padding-top: 110px;
}

.lodge-map-title h2 {
	position: relative;
	margin-bottom: 15px;
	margin-left: 40px;
	font-size: 14px;
}

.lodge-map-title h2 span {
	position: relative;
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 46px;
	margin-right: 5px;
	z-index: 10;
}

.lodge-map-title h2 span.grouse::after {
	background: url(../../img/icon/grouse/02.png) no-repeat 0 0;
}

.lodge-map-title p {
	margin: 0 30px 10px 35px;
}

.lodge-container .lodge-map-box {
	float: left;
	width: 632px;
	height: 400px;
}

ul.lodge-map-list {
	position: relative;
	width: 632px;
	height: 400px;
	background: url(../../img/index/guide-map/map_back.png) no-repeat 0 0;
}

ul.lodge-map-list li {
	position: absolute;
}

ul.lodge-map-list li:nth-child(1) {
	top: 0;
	left: 88px;
	width: 252px;
	height: 128px;
}

ul.lodge-map-list li:nth-child(2) {
	top: 118px;
	left: 66px;
	width: 243px;
	height: 187px;
}

ul.lodge-map-list li:nth-child(3) {
	top: 151px;
	left: 74px;
	width: 254px;
	height: 156px;
}

ul.lodge-map-list li:nth-child(4) {
	top: 151px;
	left: 273px;
	width: 107px;
	height: 182px;
	z-index: 2;
}

ul.lodge-map-list li:nth-child(5) {
	top: 151px;
	left: 277px;
	width: 247px;
	height: 198px;
}

ul.lodge-map-list li:nth-child(6) {
	top: 67px;
	left: 314px;
	width: 312px;
	height: 113px;
}

ul.lodge-map-list li:nth-child(7) {
	top: 111px;
	left: 214px;
	width: 103px;
	height: 41px;
}

ul.lodge-map-list li:nth-child(8) {
	top: 184px;
	left: 443px;
	width: 98px;
	height: 39px;
}

ul.lodge-map-list li:nth-child(9) {
	top: 178px;
	left: 238px;
	width: 93px;
	height: 39px;
	z-index: 4;
}

ul.lodge-map-list li:nth-child(10) {
	top: 94px;
	left: 354px;
	width: 127px;
	height: 35px;
}

ul.lodge-map-list li:nth-child(11) {
	top: 262px;
	left: 306px;
	width: 95px;
	height: 32px;
	z-index: 3;
}
ul.lodge-map-list li:nth-child(12) {
	top: 150px;
	left: 220px;
	width: 102px;
	height: 33px;
	z-index: 3;
}
ul.lodge-map-list li:nth-child(12) img{
	width: 110%;
}
ul.lodge-map-list li:nth-child(1)::after {
	content: url(../../img/index/guide-map/lodge06.png);
	position: absolute;
	bottom: 2px;
	left: 59px;
	width: 49px;
	height: 27px;
	z-index: 1;
}

ul.lodge-map-list li:nth-child(5)::after {
	content: url(../../img/index/guide-map/lodge07.png);
	position: absolute;
	bottom: 80px;
	right: -24px;
	width: 67px;
	height: 16px;
	z-index: 1;
}

ul.lodge-map-list li:nth-child(6)::after {
	content: url(../../img/index/guide-map/mountain01.png);
	position: absolute;
	top: 55px;
	right: 65px;
	width: 54px;
	height: 30px;
	z-index: 1;
}

/*++++++++++++++++++++++++++++++
 yarigatake
++++++++++++++++++++++++++++++*/

.yarigatake-container ul.lodge-page-nav li a {
	background: #306396;
	color: #fff;
	border-top: 1px solid #306396;
	border-bottom: 1px solid #306396;
	border-left: 1px solid #306396;
}

.yarigatake-container ul.lodge-page-nav li:first-child a {
	width: 110px;
}

.yarigatake-container ul.lodge-page-nav li:nth-child(2) a {
	width: 70px;
}

.yarigatake-container ul.lodge-page-nav li:nth-child(3) a {
	width: 50px;
}

.yarigatake-container ul.lodge-page-nav li:nth-child(4) a {
	width: 52px;
}

.yarigatake-container ul.lodge-page-nav li:nth-child(5) a {
	width: 110px;
}

.yarigatake-container ul.lodge-page-nav li:nth-child(6) a {
	width: 110px;
}

.yarigatake-container ul.lodge-page-nav li:nth-child(7) a {
	width: 67px;
}

.yarigatake-container ul.lodge-page-nav li:last-child a {
	border-right: 1px solid #306396;
	width: 100px;
}

.yarigatake-container ul.lodge-page-nav li a:hover {
	background: #fff;
	color: #306396;
}

.yarigatake-container ul.lodge-page-nav li a:hover::after {
	border-color: transparent transparent #306396 #306396;
}

.yarigatake-container ul.facility-box li:nth-child(2),
.yarigatake-container ul.facility-box li:nth-child(7),
.yarigatake-container ul.facility-box li:nth-child(9),
.yarigatake-container ul.facility-box li:nth-child(11),
.yarigatake-container ul.facility-box li:nth-child(13),
.yarigatake-container ul.facility-box li:nth-child(15) {
	margin-left: 20px;
	margin-right: 0;
}

.yarigatake-container h2.page-h2 {
	border-bottom: 1px solid #306396;
	//color:#496803;
}

/*++++++++++++++++++++++++++++++
 minamidake
++++++++++++++++++++++++++++++*/
.minamidake-container ul.lodge-page-nav li:first-child a {
	width: 110px;
}

.minamidake-container ul.lodge-page-nav li:nth-child(2) a {
	width: 70px;
}

.minamidake-container ul.lodge-page-nav li:nth-child(3) a {
	width: 50px;
}

.minamidake-container ul.lodge-page-nav li:nth-child(4) a {
	width: 55px;
}

.minamidake-container ul.lodge-page-nav li:nth-child(5) a {
	width: 110px;
}

.minamidake-container ul.lodge-page-nav li:nth-child(6) a {
	width: 110px;
}

.minamidake-container ul.lodge-page-nav li:nth-child(7) a {
	width: 65px;
}

.minamidake-container ul.lodge-page-nav li:last-child a {
	border-right: 1px solid #725b87;
	width: 100px;
}

.minamidake-container ul.lodge-page-nav li a:hover {
	background: #fff;
	color: #725b87;
}

.minamidake-container ul.lodge-page-nav li a {
	background: #725b87;
	color: #fff;
	border-top: 1px solid #725b87;
	border-bottom: 1px solid #725b87;
	border-left: 1px solid #725b87;
}

.minamidake-container ul.lodge-page-nav li a:hover::after {
	border-color: transparent transparent #725b87 #725b87;
}

.minamidake-container h2.page-h2 {
	border-bottom: 1px solid #725b87;
	//color:#725b87;
}

.minamidake-container ul.facility-box li:nth-child(2),
.minamidake-container ul.facility-box li:nth-child(5),
.minamidake-container ul.facility-box li:nth-child(8),
.minamidake-container ul.facility-box li:nth-child(10),
.minamidake-container ul.facility-box li:nth-child(12) {
	margin-left: 20px;
	margin-right: 0;
}

.minamidake-container ul.facility-box li ul.menu li:first-child:before,
.minamidake-container ul.facility-box li ul.menu li:nth-child(13):before {
	content: "";
	width: 40px;
	height: 40px;
	margin-left: -10px;
	line-height: 180%;
}

.minamidake-container ul.facility-box li ul.menu li:first-child {
	padding-left: 0;
}

/*++++++++++++++++++++++++++++++
 otenjo
++++++++++++++++++++++++++++++*/
.otenjo-container ul.lodge-page-nav li a {
	background: #d95aa4;
	color: #fff;
	border-top: 1px solid #d95aa4;
	border-bottom: 1px solid #d95aa4;
	border-left: 1px solid #d95aa4;
}

.otenjo-container ul.lodge-page-nav li:first-child a {
	width: 125px;
}

.otenjo-container ul.lodge-page-nav li:nth-child(2) a {
	width: 80px;
}

.otenjo-container ul.lodge-page-nav li:nth-child(3) a {
	width: 72px;
}

.otenjo-container ul.lodge-page-nav li:nth-child(4) a {
	width: 72px;
}

.otenjo-container ul.lodge-page-nav li:nth-child(5) a {
	width: 125px;
}

.otenjo-container ul.lodge-page-nav li:nth-child(6) a {
	width: 119px;
}

.otenjo-container ul.lodge-page-nav li:last-child a {
	border-right: 1px solid #d95aa4;
	width: 119px;
}

.otenjo-container ul.lodge-page-nav li a:hover {
	background: #fff;
	color: #d95aa4;
}

.otenjo-container ul.lodge-page-nav li a:hover::after {
	border-color: transparent transparent #d95aa4 #d95aa4;
}

.otenjo-container ul.facility-box li:nth-child(2),
.otenjo-container ul.facility-box li:nth-child(4),
.otenjo-container ul.facility-box li:nth-child(6),
.otenjo-container ul.facility-box li:nth-child(8),
.otenjo-container ul.facility-box li:nth-child(10),
.otenjo-container ul.facility-box li:nth-child(12),
.otenjo-container ul.facility-box li:nth-child(14) {
	margin-left: 20px;
	margin-right: 0;
}

.otenjo-container h2.page-h2 {
	border-bottom: 1px solid #d95aa4;
	//color:#d95aa4;
}

.otenjo-container ul.facility-box li ul.menu li:first-child:before,
.otenjo-container ul.facility-box li ul.menu li:nth-child(9):before {
	content: "";
	width: 40px;
	height: 40px;
	margin-left: -10px;
	line-height: 180%;
}

.otenjo-container ul.facility-box li ul.menu li:first-child {
	padding-left: 0;
}

.otenjo-container ul.facility-box li p.facility-txt {
	text-align: left;
}

/*++++++++++++++++++++++++++++++
 yarisawa
++++++++++++++++++++++++++++++*/
.yarisawa-container ul.lodge-page-nav li a {
	background: #496803;
	color: #fff;
	border-top: 1px solid #496803;
	border-bottom: 1px solid #496803;
	border-left: 1px solid #496803;
}

.yarisawa-container ul.lodge-page-nav li:first-child a {
	width: 120px;
}

.yarisawa-container ul.lodge-page-nav li:nth-child(2) a {
	width: 100px;
}

.yarisawa-container ul.lodge-page-nav li:nth-child(3) a {
	width: 90px;
}

.yarisawa-container ul.lodge-page-nav li:nth-child(4) a {
	width: 90px;
}

.yarisawa-container ul.lodge-page-nav li:nth-child(5) a {
	width: 120px;
}

.yarisawa-container ul.lodge-page-nav li:nth-child(6) a {
	width: 107px;
}

.yarisawa-container ul.lodge-page-nav li:last-child a {
	border-right: 1px solid #496803;
	width: 85px;
}

.yarisawa-container ul.lodge-page-nav li a:hover {
	background: #fff;
	color: #496803;
}

.yarisawa-container ul.lodge-page-nav li a:hover::after {
	border-color: transparent transparent #496803 #496803;
}

.yarisawa-container h2.page-h2 {
	border-bottom: 1px solid #496803;
	//color:#496803;
}

.yarisawa-container ul.facility-box li:nth-child(2),
.yarisawa-container ul.facility-box li:nth-child(6),
.yarisawa-container ul.facility-box li:nth-child(8),
.yarisawa-container ul.facility-box li:nth-child(9),
.yarisawa-container ul.facility-box li:nth-child(11),
.yarisawa-container ul.facility-box li:nth-child(13) {
	margin-left: 20px;
	margin-right: 0;
}

/*++++++++++++++++++++++++++++++
 dakesawa
++++++++++++++++++++++++++++++*/
.dakesawa-container ul.lodge-page-nav li a {
	background: #9c292c;
	color: #fff;
	border-top: 1px solid #9c292c;
	border-bottom: 1px solid #9c292c;
	border-left: 1px solid #9c292c;
}

.dakesawa-container ul.lodge-page-nav li:first-child a {
	width: 110px;
}

.dakesawa-container ul.lodge-page-nav li:nth-child(2) a {
	width: 70px;
}

.dakesawa-container ul.lodge-page-nav li:nth-child(3) a {
	width: 50px;
}

.dakesawa-container ul.lodge-page-nav li:nth-child(4) a {
	width: 52px;
}

.dakesawa-container ul.lodge-page-nav li:nth-child(5) a {
	width: 110px;
}

.dakesawa-container ul.lodge-page-nav li:nth-child(6) a {
	width: 110px;
}

.dakesawa-container ul.lodge-page-nav li:nth-child(7) a {
	width: 67px;
}

.dakesawa-container ul.lodge-page-nav li:last-child a {
	border-right: 1px solid #9c292c;
	width: 100px;
}

.dakesawa-container ul.lodge-page-nav li a:hover {
	background: #fff;
	color: #9c292c;
}

.dakesawa-container ul.lodge-page-nav li a:hover::after {
	border-color: transparent transparent #9c292c #9c292c;
}

.dakesawa-container ul.facility-box li:nth-child(3),
.dakesawa-container ul.facility-box li:nth-child(6),
.dakesawa-container ul.facility-box li:nth-child(8) {
	margin-left: 20px;
	margin-right: 0;
}

.dakesawa-container h2.page-h2 {
	border-bottom: 1px solid #9c292c;
	//color:#496803;
}
/*++++++++++++++++++++++++++++++
 sesshou
++++++++++++++++++++++++++++++*/
.sesshou-container ul.lodge-page-nav li a {
	background: #daa520;
	color: #fff;
	border-top: 1px solid #daa520;
	border-bottom: 1px solid #daa520;
	border-left: 1px solid #daa520;
	width: 119px;
}

.sesshou-container ul.lodge-page-nav li:first-child a {
	//width: 160px;
}

.sesshou-container ul.lodge-page-nav li:last-child a {
	border-right: 1px solid #daa520;
	width: 158px;
	//width: 100px;
}

.sesshou-container ul.lodge-page-nav li a:hover {
	background: #fff;
	color: #daa520;
}

.sesshou-container ul.lodge-page-nav li a:hover::after {
	border-color: transparent transparent #daa520 #daa520;
}

.sesshou-container h2.page-h2 {
	border-bottom: 1px solid #daa520;
	//color:#496803;
}
/*++++++++++++++++++++++++++++++
 company
++++++++++++++++++++++++++++++*/
.company-container {
}

.company-container table {
	border-collapse: collapse;
	margin: -30px auto 10px;
	width: 60%;
	font-size: 15px;
	line-height: 160%;
}

.company-container table th {
	white-space: nowrap;
	border: 1px dotted #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 15px 15px;
	text-align: right;
	vertical-align: center;
	width: 30%;
	border-left: none;
}

.company-container table td {
	border: 1px dotted #ccc;
	padding: 15px 15px;
	line-height: 180%;
	width: 70%;
	border-right: none;
}

.company-container img {
	width: 60%;
	margin: 30px auto 0;
}

/*++++++++++++++++++++++++++++++
 sct
++++++++++++++++++++++++++++++*/
.sct-container table {
	border-collapse: collapse;
	margin: 10px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.sct-container table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
}

.sct-container table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
}

.sct-container table td p {
	margin: 10px 0 !important;
	border: 1px dotted #ccc;
	padding: 10px;
}

/*++++++++++++++++++++++++++++++
 clibming-info
++++++++++++++++++++++++++++++*/
.climbing-info-container .guide-info-list li {
	background: #e6eef7;
}

.climbing-info-container ul.guide-info-list li a .guide-info-title h2 {
	position: relative;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

/*++++++++++++++++++++++++++++++
 about
++++++++++++++++++++++++++++++*/
.climbing-about-container .season-box ul {
	font-size: 0;
	line-height: 0;
}

.climbing-about-container .season-box ul li {
	position: relative;
	display: inline-block;
	width: 320px;
	font-size: 15px;
	margin-bottom: 30px;
	vertical-align: top;
}

.climbing-about-container .season-box ul li:nth-child(2) {
	margin: 0 20px;
}

.climbing-about-container table {
	border-collapse: collapse;
	margin: 10px auto 20px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.climbing-about-container table caption {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.climbing-about-container table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 15px;
	text-align: left;
	vertical-align: center;
}

.climbing-about-container table td {
	border: 1px solid #ccc;
	padding: 10px 15px;
	line-height: 180%;
}

.climbing-about-container .ski-box .left {
	width: 420px;
}

.climbing-about-container .ski-box .right {
	width: 540px;
}

/*++++++++++++++++++++++++++++++
 gellery
++++++++++++++++++++++++++++++*/
.climbing-gallery-container ul.instagram-photo-list {
	font-size: 0;
	line-height: 0;
	margin-bottom: 25px;
}

.climbing-gallery-container ul.instagram-photo-list li {
	display: inline-block;
	width: 184px;
	height: 184px;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}

.climbing-gallery-container ul.instagram-photo-list li:nth-child(5n) {
	margin-right: 0;
}

.climbing-gallery-container .gallery-more a {
	display: block;
	width: 200px;
	padding: 10px;
	border: 1px solid #172644;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.5s;
	color: #172644;
	position: relative;
}

.climbing-gallery-container .gallery-more a:hover {
	color: #fff;
	background: #172644;
}

.climbing-gallery-container .gallery-more a::after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: auto;
	right: 20px;
	margin: auto;
	content: "";
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #172644 #172644;
	transform: rotate(-135deg);
}

.climbing-gallery-container .gallery-more a:hover::after {
	border-color: transparent transparent #fff #fff;
}

.climbing-gallery-container #youtube-box ul {
	font-size: 0;
	line-height: 0;
	margin-bottom: 30px;
}

.climbing-gallery-container #youtube-box ul li {
	display: inline-block;
	width: 320px;
	position: relative;
	margin-right: 20px;
}

.climbing-gallery-container #youtube-box ul li:last-child {
	margin-right: 0;
}

.climbing-gallery-container #youtube-box ul li a::before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url(../../img/icon/youtube/youtube_icon_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
}

.climbing-gallery-container #youtube-box ul li a:hover::before {
	background-image: url(../../img/icon/youtube/youtube_icon_on.png);
}

.climbing-gallery-container ul.gallery-list {
	font-size: 0;
	line-height: 0;
	margin-bottom: 25px;
}

.climbing-gallery-container ul.gallery-list li {
	display: inline-block;
	width: 235px;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}

.climbing-gallery-container ul.gallery-list li:nth-child(4n) {
	margin-right: 0;
}

.climbing-access-container .route-illustrat img {
	margin: 0 auto;
	width: 800px;
}

.climbing-access-container .left {
	width: 500px;
	margin-right: 15px;
	margin-top: 30px;
}

.climbing-access-container .right {
	width: 460px;
	margin-top: 30px;
}

/*++++++++++++++++++++++++++++++
 route
++++++++++++++++++++++++++++++*/

.route-map-title {
	float: left;
	width: 368px;
	height: 400px;
	box-sizing: border-box;
	background: #d1e9e0;
	padding-top: 110px;
}

.route-map-title h2 {
	position: relative;
	margin-bottom: 15px;
	margin-left: 40px;
	font-size: 14px;
}

.route-map-title h2 span {
	position: relative;
	display: inline-block;
	font-family: "Saira Condensed", sans-serif;
	font-size: 46px;
	margin-right: 5px;
	z-index: 10;
}

.route-map-title h2 span.grouse::after {
	background: url(../../img/icon/grouse/02.png) no-repeat 0 0;
}

.route-map-title p {
	margin: 0 30px 10px 35px;
}

.climbing-route-container .route-map-box {
	float: left;
	width: 632px;
	height: 400px;
}

ul.route-map-list {
	position: relative;
	width: 632px;
	height: 400px;
	background: url(../../img/index/guide-map/map_back.png) no-repeat 0 0;
}

ul.route-map-list li {
	position: absolute;
}

ul.route-map-list li:nth-child(1) {
	top: 0;
	left: 88px;
	width: 252px;
	height: 128px;
}

ul.route-map-list li:nth-child(2) {
	top: 118px;
	left: 66px;
	width: 243px;
	height: 187px;
}

ul.route-map-list li:nth-child(3) {
	top: 151px;
	left: 74px;
	width: 254px;
	height: 156px;
}

ul.route-map-list li:nth-child(4) {
	top: 151px;
	left: 273px;
	width: 107px;
	height: 182px;
	z-index: 2;
}

ul.route-map-list li:nth-child(5) {
	top: 151px;
	left: 277px;
	width: 247px;
	height: 198px;
}

ul.route-map-list li:nth-child(6) {
	top: 67px;
	left: 314px;
	width: 312px;
	height: 113px;
}

ul.route-map-list li:nth-child(7) {
	top: 111px;
	left: 214px;
	width: 103px;
	height: 41px;
}

ul.route-map-list li:nth-child(8) {
	top: 184px;
	left: 443px;
	width: 98px;
	height: 39px;
}

ul.route-map-list li:nth-child(9) {
	top: 178px;
	left: 238px;
	width: 93px;
	height: 39px;
	z-index: 4;
}

ul.route-map-list li:nth-child(10) {
	top: 94px;
	left: 354px;
	width: 127px;
	height: 35px;
}

ul.route-map-list li:nth-child(11) {
	top: 262px;
	left: 306px;
	width: 95px;
	height: 32px;
	z-index: 3;
}
ul.route-map-list li:nth-child(12) {
	top: 148px;
	left: 218px;
	width: 102px;
	height: 33px;
	z-index: 3;
}
ul.route-map-list li:nth-child(12) img{
	width: 110%;
}
ul.route-map-list li:nth-child(1)::after {
	content: url(../../img/index/guide-map/lodge06.png);
	position: absolute;
	bottom: 2px;
	left: 59px;
	width: 49px;
	height: 27px;
	z-index: 1;
}

ul.route-map-list li:nth-child(5)::after {
	content: url(../../img/index/guide-map/lodge07.png);
	position: absolute;
	bottom: 80px;
	right: -24px;
	width: 67px;
	height: 16px;
	z-index: 1;
}

ul.route-map-list li:nth-child(6)::after {
	content: url(../../img/index/guide-map/mountain01.png);
	position: absolute;
	top: 55px;
	right: 65px;
	width: 54px;
	height: 30px;
	z-index: 1;
}

.climbing-route-container area:hover {
	opacity: 0.1;
}

.climbing-route-container .route-roadmap {
	margin: 30px 0 0 0;
}

.climbing-route-container area:hover {
	//opacity:0.1;
}

.climbing-route-container .climbing-route {
	margin-top: 40px;
}

.climbing-route-container .climbing-route ul {
	font-size: 0;
	line-height: 0;
	margin-bottom: 25px;
}

.climbing-route-container .climbing-route ul li {
	display: inline-block;
	width: 310px;
	vertical-align: top;
	margin-right: 16px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	padding: 5px;
}

.climbing-route-container .climbing-route ul li:nth-child(3n) {
	margin-right: 0;
}

.climbing-route-container .climbing-route ul li img {
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.climbing-route-container .climbing-route ul li p {
	display: inline-block;
	width: 200px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 150%;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.climbing-route-container .climbing-route ul li a {
	color: #000;
	width: 310px;
	display: block;
}

.direction-box {
}

.direction-box ul {
}

.direction-box ul li {
	position: relative;
	margin-top: -80px;
}

.direction-box ul li:first-child {
	margin-top: 0;
}

.direction-box ul li .item-box {
	width: 480px;
}

.direction-box ul li .item-box img {
	//height:480px
}

.direction-box ul li .item-box .item-text {
	background: #f3f3f3;
	padding: 10px;
}

.direction-box ul li .item-box .item-text p:first-child {
	display: inline-block;
	width: 50px;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	font-family: "Saira Condensed", sans-serif;
	color: #ff9900;
}

.direction-box ul li .item-box .item-text p:first-child span {
	display: block;
	font-size: 30px;
}

.direction-box ul li .item-box .item-text p:nth-child(2) {
	display: inline-block;
	width: 390px;
	vertical-align: top;
	margin-bottom: 0 !important;
	margin-left: 10px;
}

.direction-box ul li:nth-child(odd):after {
	background-image: url(../../img/route/arrow_right.png);
	width: 284px;
	height: 114px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 284px auto;
	position: absolute;
	top: 160px;
	left: 500px;
}

.direction-box ul li:nth-child(even):after {
	background-image: url(../../img/route/arrow_left.png);
	width: 284px;
	height: 114px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 284px auto;
	position: absolute;
	top: 160px;
	right: 500px;
}

.direction-box ul li:nth-child(even) .item-box {
	margin-left: 520px;
}

.direction-box ul li:last-child:after {
	background-image: none;
}

/*++++++++++++++++++++++++++++++
 language
++++++++++++++++++++++++++++++*/
.language-container .livecamera-box ul {
	font-size: 0;
	line-height: 0;
	margin-bottom: 25px;
}

.language-container .livecamera-box ul li {
	display: inline-block;
	width: 326px;
	vertical-align: top;
	margin-right: 11px;
	margin-bottom: 11px;
}

.language-container .livecamera-box ul li:last-child img {
	//padding: 31px 0 30px 0;
	background: #000;
}

.language-container .livecamera-box ul li p {
	font-size: 15px;
	margin-top: 20px;
	text-align: center;
}

.language-container .livecamera-box ul li:nth-child(3n) {
	margin-right: 0;
}

.language-container .photo-gallery ul {
	font-size: 0;
	line-height: 0;
	margin-bottom: 25px;
}

.language-container .photo-gallery ul li {
	display: inline-block;
	width: 326px;
	vertical-align: top;
	margin-right: 11px;
	margin-bottom: 11px;
}

.language-container .photo-gallery ul li:nth-child(3n) {
	margin-right: 0;
}

.language-container .season-box ul {
	font-size: 0;
	line-height: 0;
}

.language-container .season-box ul li {
	position: relative;
	display: inline-block;
	width: 320px;
	font-size: 15px;
	margin-bottom: 30px;
	vertical-align: top;
}

.language-container .season-box ul li:nth-child(2) {
	margin: 0 20px;
}

.language-container .map-box img {
	width: 100%;
}

.language-container .map-box img:first-child {
	margin-bottom: 30px;
}

.language-container .group-houts-img {
	float: left;
	width: 300px;
}

.language-container .group-houts-txt {
	float: right;
	width: 680px;
}

.language-container ul.gourp-huts-box li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
}

.language-container ul.gourp-huts-box li:first-child {
	padding-top: 0;
}

.language-container ul.gourp-huts-box li:last-child {
	border-bottom: none;
}

.language-container .group-houts-txt .hots-title {
	font-weight: bold;
	font-size: 120%;
}

.language-container .group-houts-txt p.group-huts-attention {
	color: #ff0000;
	margin-top: -20px;
}

.language-container table {
	border-collapse: collapse;
	margin: 10px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.language-container table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 15px 15px;
	text-align: left;
	vertical-align: center;
}

.language-container table th:first-child {
	width: 30%;
}

.language-container table td {
	border: 1px solid #ccc;
	padding: 15px 15px;
	line-height: 180%;
}

.language-container table td:nth-child(2) {
	width: 20%;
}

.language-container table td:nth-child(3) {
	width: 50%;
}

.language-container p.cost-info {
	margin-bottom: 30px !important;
}

.language-container ul.link-box {
	padding-left: 10px;
	margin-bottom: 20px;
}

.language-container ul.link-box li {
	margin: 0 0 0 0 !important;
	width: 100%;
}

.language-container ul.link-box li:before {
	content: "●";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	line-height: 180%;
	margin-right: 10px;
}

.language-container ul.language-page-nav {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.language-container ul.language-page-nav li {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 160%;
	//margin: 0 10px 10px;
	vertical-align: top;
}

.language-container ul.language-page-nav li a {
	position: relative;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #202f4d;
	padding: 20px 20px;
	border-top: 1px solid #202f4d;
	border-bottom: 1px solid #202f4d;
	border-left: 1px solid #202f4d;
	//border-radius: 5px;
	height: 2em;
}

.language-container ul.language-page-nav li:last-child a {
	border-right: 1px solid #202f4d;
}

.language-container ul.language-page-nav li a:hover {
	background: #ffffff;
	color: #202f4d;
}

.language-container ul.language-page-nav li a::after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: auto;
	right: 15px;
	margin: auto;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	transform: rotate(-135deg);
}

.language-container ul.language-page-nav li a:hover::after {
	border-color: transparent transparent #202f4d #202f4d;
}

.language-container .english-menu ul.language-page-nav li:first-child a {
	width: 117px;
	line-height: 2em;
}

.language-container .english-menu ul.language-page-nav li:nth-child(2) a {
	width: 96px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .english-menu ul.language-page-nav li:nth-child(3) a {
	width: 108px;
	line-height: 2em;
}

.language-container .english-menu ul.language-page-nav li:nth-child(4) a {
	width: 101px;
	line-height: 2em;
}

.language-container .english-menu ul.language-page-nav li:nth-child(5) a {
	width: 101px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .english-menu ul.language-page-nav li:nth-child(6) a {
	width: 101px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .english-menu ul.language-page-nav li:last-child a {
	border-right: 1px solid #306396;
	width: 88px;
	line-height: 2em;
}

.language-container .korea-menu ul.language-page-nav li:first-child a {
	width: 117px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .korea-menu ul.language-page-nav li:nth-child(2) a {
	width: 119px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .korea-menu ul.language-page-nav li:nth-child(3) a {
	width: 107px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .korea-menu ul.language-page-nav li:nth-child(4) a {
	width: 59px;
	line-height: 2em;
}

.language-container .korea-menu ul.language-page-nav li:nth-child(5) a {
	width: 160px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .korea-menu ul.language-page-nav li:nth-child(6) a {
	width: 99px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .korea-menu ul.language-page-nav li:last-child a {
	border-right: 1px solid #306396;
	width: 49px;
	line-height: 2em;
}

.language-container .china-menu ul.language-page-nav li:first-child a {
	width: 140px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .china-menu ul.language-page-nav li:nth-child(2) a {
	width: 116px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .china-menu ul.language-page-nav li:nth-child(3) a {
	width: 87px;
	line-height: 2em;
}

.language-container .china-menu ul.language-page-nav li:nth-child(4) a {
	width: 70px;
	line-height: 2em;
}

.language-container .china-menu ul.language-page-nav li:nth-child(5) a {
	width: 117px;
	line-height: 1.6em;
	padding: 14px 20px 26px;
}

.language-container .china-menu ul.language-page-nav li:nth-child(6) a {
	width: 111px;
	line-height: 2em;
}

.language-container .china-menu ul.language-page-nav li:last-child a {
	border-right: 1px solid #306396;
	width: 70px;
	line-height: 2em;
}
.language-container .language-message {
	color: #ff0000;
	text-align: center;
}

.language-container .korea-cottage-list li {
	min-height: 270px;
}
/*++++++++++++++++++++++++++++++
 store
++++++++++++++++++++++++++++++*/
.store-container .store-photo {
	width: 380px;
}

.store-container .store-photo img {
	margin: 0;
	padding: 0;
}

.store-container .store-photo img.calendar {
	border: 1px solid #ccc;
}

.store-container .store-photo p {
	margin-top: 10px;
	font-size: 80%;
}

.store-container .store-text {
	width: 580px;
}

.store-container .store-button a {
	display: block;
	width: 200px;
	padding: 10px;
	border: 1px solid #172644;
	margin: 50px auto 30px auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.5s;
	color: #000;
	border-radius: 5px;
}

.store-container .store-button a:hover {
	color: #fff;
	background: #172644;
}

.store-container ul.store-list-box li {
	border-bottom: 1px dotted #ccc;
	padding: 30px 0 20px 0;
}

.store-container ul.store-list-box li:first-child {
	padding-top: 0;
}

.store-container ul.store-list-box li:last-child {
	border-bottom: none;
}

.store-container p.discription-box {
	margin-bottom: 30px !important;
}

.store-container p.stock-out {
	font-weight: bold;
	color: #ff0000;
}

.store-container table.store-table {
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

.store-container table.store-table tr {
	border-top: 1px dashed #999;
}

.store-container table.store-table caption {
	text-align: left;
	margin-bottom: 10px;
	font-size: 13px;
}

.store-container table.store-table th {
	padding: 20px 15px;
	font-size: 14px;
	line-height: 160%;
	font-weight: 500;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	width: 25%;
}

.store-container table.store-table td {
	padding: 20px 15px;
	font-size: 14px;
	line-height: 160%;
	font-weight: 500;
	text-align: left;
}

.store-container table.store-table td.submit-td,
.store-container table.store-table td.submit-td p {
	text-align: center !important;
}

.store-container table.store-table td span.caution {
	font-size: 13px;
	line-height: 160%;
	display: inline-block;
	margin-top: 5px;
}

.store-container table.store-table td input[type="text"],
.store-container table.store-table td input[type="email"],
.store-container table.store-table td input[type="tel"] {
	width: 100%;
	height: 30px;
	background: #fcfcfc;
	border: 1px solid #ccc;
}

.store-container table.store-table td input[type="number"] {
	width: 30%;
	height: 30px;
	background: #fcfcfc;
	border: 1px solid #ccc;
}

.store-container table.store-table td textarea {
	width: 100%;
	height: 160px;
	background: #fcfcfc;
	border: 1px solid #ccc;
}

.store-container table.store-table td input.input-submit {
	width: 30%;
	margin: 30px auto;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #172644;
	background: #fff;
	border: 1px solid #172644;
	text-align: center;
	display: block;
	cursor: pointer;
	transition: 0.5s;
}

.store-container table.store-table td input.input-submit:hover {
	color: #fff;
	background: #172644;
	transition: 0.5s;
}

.store-container table.store-table td input.size50 {
	width: 50%;
}

.store-container table.store-table td select {
	padding: 10px;
	margin-right: 10px;
}

.store-container table.store-table td p.caution {
	line-height: 180%;
}

.store-container .store-thanks-box {
	margin: 30px 0 500px 0;
	text-align: left;
	font-weight: bold;
}

/*++++++++++++++++++++++++++++++
 livecamera
++++++++++++++++++++++++++++++*/
.livecamera-container .livecamera-img {
	width: 640px;
}

.livecamera-container .livecamera-history ul {
	width: 180px;
	margin-right: 60px;
}

.livecamera-container .livecamera-history img {
	width: 180px;
	//margin:0 auto;
}

.livecamera-container .livecamera-img p {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

.livecamera-container .livecamera-history p {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px !important;
}

.livecamera-container .weather-box a {
	display: block;
	width: 400px;
	padding: 20px;
	border: 1px solid #172644;
	margin: 50px auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.5s;
	color: #172644;
	position: relative;
}

.livecamera-container .weather-box {
}

.livecamera-container .weather-box a:hover {
	color: #fff;
	background: #172644;
}

.livecamera-container .weather-box a::after {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: auto;
	right: 20px;
	margin: auto;
	content: "";
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: transparent transparent #172644 #172644;
	transform: rotate(-135deg);
}

.livecamera-container .weather-box a:hover::after {
	border-color: transparent transparent #fff #fff;
}

.livecamera-container .northalps-box .left,
.livecamera-container .northalps-box .right {
	width: 480px;
	text-align: center;
}

.livecamera-container .northalps-box .left p,
.livecamera-container .northalps-box .right p {
	margin-top: 5px;
	font-size: 12px;
}

.livecamera-container .livecamera-dakesawa {
	//width:800px;
	width: 640px;
	margin: 0 auto;
	text-align: center;
}

.livecamera-container .livecamera-dakesawa p {
	margin-top: 5px;
	font-size: 12px;
}

.livecamera-container .livecamera-other {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}

.livecamera-container .livecamera-other p {
	margin-top: 5px;
	font-size: 12px;
}

.livecamera-container .note {
	border: 1px solid #ccc;
	width: 858px;
	padding: 20px;
	margin: 0 auto;
}

.livecamera-container .livecamera-weather-box {
	width: 900px;
	margin: 0 auto;
}

.livecamera-container .livecamera-weather-box table {
	border-collapse: collapse;
	margin: 10px auto 20px auto;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}

.livecamera-container .livecamera-weather-box table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	font-weight: bold;
	background: #f9f9f9;
	padding: 10px 10px;
	text-align: center;
}

.livecamera-container .livecamera-weather-box table td {
	border: 1px solid #ccc;
	padding: 10px 10px;
	line-height: 180%;
	text-align: center;
}

.livecamera-container .weather-search {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	margin-bottom: 50px;
}

.livecamera-container .weather-search input {
	padding: 6px 20px;
}

.livecamera-container .weather-search select {
	padding: 10px;
	margin-right: 10px;
}

.livecamera-container #livecamera-weather-detail-box p {
	text-align: center;
}

/*++++++++++++++++++++++++++++++
 privacy
++++++++++++++++++++++++++++++*/
.privacy-container ul {
	margin-left: 10px;
}

.privacy-container ul li:before {
	content: "●";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	line-height: 180%;
	margin-right: 10px;
}

/*++++++++++++++++++++++++++++++
 archives
++++++++++++++++++++++++++++++*/
.blog-archives-box ul {
	font-size: 0;
	line-height: 0;
}

.blog-archives-box ul li {
	font-size: 16px;
	line-height: 180%;
	display: inline-block;
	width: 160px;
	position: relative;
	padding: 5px 0;
}

.blog-archives-box ul li a {
	color: #000;
	text-decoration: none;
	padding-bottom: 2px;
}

.blog-archives-box ul li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.blog-archives-box ul li:before {
	content: "●";
	width: 10px;
	height: 10px;
	line-height: 180%;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

/*++++++++++++++++++++++++++++++
 language
++++++++++++++++++++++++++++++*/

#language-youtube-area {
	width: 100%;
	height: 800px;
	padding-top: 165px;
}

#language-youtube-text {
	color: #ffffff;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	text-align: right;
	height: 30px;
	padding-top: 10px;
	padding-right: 20px;
}

/*++++++++++++++++++++++++++++++
 404
++++++++++++++++++++++++++++++*/
.notfound-container p {
	padding: 50px 0 400px;
}

.information-box {
	border: 2px solid #ff0000;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	margin: 50px auto;
	text-align: center;
}

#page-container .information-box {
	margin-top: 0;
}

.information-box p {
	font-size: 110%;
	text-align: left;
	line-height: 180%;
	margin: 20px 30px;
	text-align: center;
	font-weight: bold;
}

.information-box p.information-title {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.information-box-lodge {
	border: 2px solid #ff0000;
	box-sizing: border-box;
	padding: 30px 20px 10px 20px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	line-height: 180%;
}

.information-box ul {
	margin-bottom: 20px;
	margin-left: 50px;
}

.information-box ul li {
	list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}

.information-box-note {
	border-top: 1px dotted #999999;
}
.information-box-note > p {
	font-size: 120%;
	font-weight: bold;
}
.information-box-note > p + p {
	font-size: 100%;
	font-weight: bold;
}
.onlineshop-box2023 {
	width: 300px;
	position: absolute;
	right: 30px;
	bottom: 190px;
}

.onlineshop-box {
	width: 300px;
	position: absolute;
	right: 30px;
	bottom: 90px;
}
.onlineshop-box-2024 {
	width: 300px;
	position: absolute;
	right: 350px;
	bottom: 90px;
}
.otenjo-special-top-box {
	width: 300px;
	position: absolute;
	right: 30px;
	bottom: 90px;
}

.onlineshop-box02 {
	width: 300px;
	position: absolute;
	right: -40px;
	bottom: 10px;
	z-index: 2;
}

.otenjo-special-top-box02 {
	width: 300px;
	position: absolute;
	right: 30px;
	bottom: 10px;
	z-index: 2;
}

.onlineshop-box03 {
	width: 300px;
	position: absolute;
	right: 30px;
	bottom: 10px;
	z-index: 2;
}

.onlineshop-box04 {
	width: 300px;
	position: absolute;
	right: -80px;
	bottom: 10px;
	z-index: 2;
}

.onlineshop-box05 {
	width: 300px;
	position: absolute;
	right: 250px;
	bottom: 10px;
	z-index: 2;
}
.otenjo-special-top-box03 {
	width: 300px;
	position: absolute;
	right: -30px;
	bottom: 10px;
	z-index: 2;
}

.onlineshop-box02 a:hover img {
	//opacity: 0.9;
}

.otenjo-price-box {
	padding: 20px;
	border: 4px solid #d95aa4;
}

.otenjo-price-box p.otenjo-price-title {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 15px !important;
}

.otenjo-price-box p.otenjo-price-title02 {
	font-weight: bold;
	margin-bottom: 5px !important;
}

.otenjo-price-box p:nth-child(2) {
	margin-bottom: 40px !important;
}

.otenjo-price-box ul {
	margin-left: 40px;
	margin-bottom: 30px;
}

.otenjo-price-box ul li {
	list-style: disc;
	margin-bottom: 5px;
}

.otenjo-price-box ul:last-child {
	margin-bottom: 0;
}

.language-container .cost-attention {
	color: #ff0000;
}
.language-container ul.index-cottage-list p {
	font-size: 90%;
	line-height: 130%;
}
.language-container ul.index-cottage-list {
	margin-bottom: 30px;
}
.language-container ul.index-cottage-list li:last-child {
	border-top: 6px solid #daa520;
}
.language-container .reservation-information-box {
	margin-bottom: 30px;
}
.language-container .reservation-information-box .note {
	font-weight: bold;
	color: #ff0000;
	font-size: 110%;
}
.language-container .reservation-information-box ul li {
	padding-left: 20px;
	position: relative;
	line-height: 180%;
}
.language-container .reservation-information-box ul li:before {
	content: "●";
	width: 10px;
	height: 10px;
	line-height: 180%;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.language-container .reservation-search-box-list ul {
	display: flex;
	//justify-content:space-between;
	margin-bottom: 20px;
	margin-top: 30px;
	flex-wrap: wrap;
}
.language-container .reservation-search-box-list ul li {
	font-size: 14px;
	line-height: 160%;
	width: 18%;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 20px;
}
.language-container .reservation-search-box-list ul a {
	display: block;
	border: 1px solid #ccc;
	text-decoration: none;
	background: #172644;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.language-container .reservation-search-box-list ul a:hover {
	opacity: 0.8;
}
.language-container .reservation-search-box-list ul li:first-child a {
	background: #172644;
}
.language-container .reservation-search-box-list ul li:nth-child(2) a {
	background: #496803;
}
.language-container .reservation-search-box-list ul li:nth-child(3) a {
	background: #725b87;
}
.language-container .reservation-search-box-list ul li:nth-child(4) a {
	background: #d95aa4;
}
.language-container .reservation-search-box-list ul li:nth-child(5) a {
	background: #9c292c;
}
.language-container .reservation-search-box-list ul li:last-child a {
	background: #daa520;
}
.language-container .index-cottage-title {
	font-size: 120%;
	font-weight: bold;
}
.language-container .index-cottage-list li:first-child .index-cottage-title {
	color: #172644;
}
.language-container .index-cottage-list li:nth-child(2) .index-cottage-title {
	color: #496803;
}
.language-container .index-cottage-list li:nth-child(3) .index-cottage-title {
	color: #725b87;
}
.language-container .index-cottage-list li:nth-child(4) .index-cottage-title {
	color: #d95aa4;
}
.language-container .index-cottage-list li:nth-child(5) .index-cottage-title {
	color: #9c292c;
}
.language-container .index-cottage-list li:last-child .index-cottage-title {
	color: #daa520;
}
.language-container .index-cottage-list .cottage-more-button {
	font-family: Verdana, sans-serif;
	font-size: 95%;
	letter-spacing: -0.5px;
}
.language-container .index-cottage-list .cottage-more-button span {
	position: relative;
}
.language-container .index-cottage-list .cottage-more-button span:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -5px;
	width: calc(100% + 25px);
	border-top: 1px solid #999;
}
.language-container .index-cottage-list .cottage-more-button span:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: -5px;
	width: calc(100% + 25px);
	border-bottom: 1px solid #999;
}

.language-container .english-message {
	margin-bottom: 20px;
	font-weight: bold;
	color: #ff0000;
}
