@charset "UTF-8";
/* css plans [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#first {
	margin: 0;
}
	
#sct002 {
	margin: 0;
}
	
#sct003 {
	margin: 0;
}
	
#sct004 {
	margin: 0;
}
	
#sct005 {
	margin: 0;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
.areabox {
	margin: 0 auto;
	height: auto;
}

.areabox2 {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Introduction */
/*---------------------------------------------------- */
/*== Waku ==*/
#intro {
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px;
}

#intro #first-words {
	font: 32px "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	height: 13em;
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

#intro #first-words:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../images/levels_common/img_bg_intro_first@1.5x.jpg) 50% 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

#intro #first-words:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255, 0);
	background: linear-gradient(180deg, rgba(255, 255, 255, .6) 0, rgba(255, 255, 255, .75) 60%, rgba(255, 255, 255, 1) 100%);
}

#intro #first-words .wrapper {
	height: 100%;
	z-index: 1;
}

#intro #first-words .wrapper > div {
	letter-spacing: .02em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*== h3 ==*/
#intro #first-words h3 {
	line-height: 1.5;
	margin: 0 0 0 1.5em;
	padding: 0;
}

/*== P ==*/
#intro #first-words p {
	font-size: 68.75%;
	text-indent: 1em;
}

#intro #first-words p span {
	margin-top: 0!important;
	margin-right: 1.5em;
	display: block;
}

#intro h3 span, #intro p span {
	margin-top: 1em;
	display: block;
}

/*---------------------------------------------------- */
/* Hot-Spring */
/*---------------------------------------------------- */
/*== Waku ==*/
#hot-spring {
	margin: 0;
	padding-top: 0;
	padding-bottom: 80px;
}

/*== li ==*/
#hot-spring #varieties {
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#hot-spring #varieties li {
	width: 30%;
	position: relative;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column; 
	flex-direction: column;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#hot-spring #varieties li + li {
	margin-left: 5%;
}

#hot-spring #varieties li .portrait {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	position: relative;
}

#hot-spring #varieties li .portrait:before {
	content: "";
	width: 10%;
	height: 10%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0);
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/*== img ==*/
#hot-spring #varieties .portrait > img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	object-fit: cover;
	object-position: 50% 10%;
	font-family: 'object-fit: cover; object-position: 50% 10%;';
}

/*== article ==*/
#hot-spring #varieties article {
	width: 100%;
}

/*== h4 ==*/
#hot-spring #varieties h4 {
	color: #fff;
	font: 700 20px/1 "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: .5em;
	display: block;
	position: relative;
	z-index: 0;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

#hot-spring #varieties h4:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgb(132,136,9);
	background: linear-gradient(130deg, rgba(132,136,9, 1) 0%, rgb(178,170,75, 1) 100%);
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#hot-spring #varieties h4:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0;
	background: rgb(90,64,55);
	background: linear-gradient(315deg, rgba(70,47,40,1) 0%, rgba(109,87,80,1) 100%);
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	-webkit-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

/*== P ==*/
#hot-spring #varieties p {
	color: #808589;
	font-size: 15px;
	margin: 0;
	padding: 0;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

/*== li ==*/
#hot-spring #varieties li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#hot-spring #varieties li a span {
	height: 0;
	padding-top: 100%;
	display: block;
	overflow: hidden;
}

#hot-spring #varieties li:hover .portrait:before {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .4);
}

#hot-spring #varieties li:hover h4:before {
	opacity: 0;
}

#hot-spring #varieties li:hover h4:after {
	opacity: 1;
}

#hot-spring #varieties li:hover p {
	color: #2e3031;
}

/*== notes ==*/
#hot-spring .notes {
	font-size: 15px;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row; 
	flex-direction: row;
	-webkit-flex-wrap: nowrap; 
	-ms-flex-wrap: nowrap; 
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#hot-spring .notes > div {
	display: block;
}

#hot-spring .notes h5 {
	font-size: 15px;
	margin: 0 0 .5em;
	padding: 0;
}

#hot-spring .notes h5 i {
	color: #9ba2a4;
	margin-right: .3em;
}

#hot-spring .notes dl {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#hot-spring .notes dl dt {
	line-height: 140%;
	width: 8em;
	padding: 0 0 .5em .7em;
	position: absolute;
	left: 0;
}

#hot-spring .notes dl dd {
	line-height: 140%;
	margin-bottom: 0;
	padding: 0 0 .5em 9em;
}

#hot-spring .notes dl dt:last-child, #hot-spring .notes dl dd:last-child {
	padding-bottom: 0;
}

#hot-spring .notes dl dd ul {
	font-size: 0;
}

#hot-spring .notes dl dd ul li {
	font-size: 15px;
	margin-right: 1em;
	display: inline-block;
	position: relative;
}

#hot-spring .notes dl dd ul li:last-child {
	margin-right: 0;
}

#hot-spring hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*---------------------------------------------------- */
/* Ore */
/*---------------------------------------------------- */
/*== Waku ==*/
#ore {
	margin: 0;
	padding-top: 0;
	padding-bottom: 30px;
}

#ore .headtitle {
	margin-top: 60px;
}

/*== P ==*/
#ore p {
	margin-bottom: 2em;
}

#ore p:last-child {
	margin-bottom: 0;
}

#ore p span {
	margin-top: 1em;
	display: block;
}

/*== img ==*/
#ore #ore-photo {
	width: 100%;
	height: 100%;
	min-height: 200px;
	max-height: 300px;
	margin-bottom: 30px;
	position: relative;
}

#ore #ore-photo:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255, 255, 255, 0);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
}

#ore #ore-photo img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	max-height: 300px;
	object-fit: cover;
	object-position: 50% 0;
	font-family: 'object-fit: cover; object-position: 50% 0;';
}

/*---------------------------------------------------- */
/* discbox */
/*---------------------------------------------------- */
.discbox {
	margin: 0 auto;
	height: auto;
}

.discbox ul {
	padding: 0;
	margin: 0;
	color: #2e3031;
	font-weight: normal;
	line-height: 1.5;
}

.discbox ul li {
	padding: 0;
	margin: 0;
	position: relative;
	text-decoration: none;
}

.discbox ul li:before {
	content: "\f058";
	color: #5a4037;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	margin: 0 auto;
	height: auto;
}

.waku_btn .btn_yoyaku a {
	height: auto;
	display: block;
	border-radius: 4px;
	background-color: #848809;
	color: #fff;
	font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
}

.waku_btn .btn_yoyaku a:hover {
	background-color: #5a4037;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#first {
	padding-top: 10px;
	padding-bottom: 60px;
}
	
#sct002 {
	padding-top: 0;
	padding-bottom: 40px;
}
	
#sct003 {
	padding-top: 0;
	padding-bottom: 40px;
}
	
#sct004 {
	padding-top: 0;
	padding-bottom: 40px;
}
	
#sct005 {
	padding-top: 0;
	padding-bottom: 40px;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
.areabox {
	padding: 10px 0 20px 0;
	width: 96%;
}
	
.areabox2 {
	padding: 10px 0 0 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* discbox */
/*---------------------------------------------------- */
.discbox {
	padding: 0;
	width: 98%;
}

.discbox ul {
	width: 100%;
}

.discbox ul li {
	padding-left: 17px;
	margin-bottom: 20px;
	font-size: 16px;
}

.discbox ul li:before {
	font-size: 12px;
	top: 2px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 15px;
	padding-bottom: 0;
	width: 100%;
	overflow: hidden;
}

.waku_btn .btn_yoyaku a {
	padding: 13px 35px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	float: left;
	display: inline-block;
}

	
}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#first {
	padding-top: 5px;
	padding-bottom: 35px;
}
	
#sct002 {
	padding-top: 15px;
	padding-bottom: 20px;
}
	
#sct003 {
	padding-top: 15px;
	padding-bottom: 20px;
}
	
#sct004 {
	padding-top: 15px;
	padding-bottom: 20px;
}
	
#sct005 {
	padding-top: 15px;
	padding-bottom: 20px;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
.areabox {
	padding: 8px 0 16px 0;
	width: 96%;
}
	
.areabox2 {
	padding: 8px 0 0 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* Introduction */
/*---------------------------------------------------- */
/*== Waku ==*/
#intro {
	padding-bottom: 60px;
}

#intro #first-words {
	font-size: 27px;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 10px;
}

#intro #first-words .wrapper {
	width: auto;
}

/*== h3 ==*/
#intro #first-words h3 {
	margin: 0 0 0 1em;
}

/*== P ==*/
#intro #first-words p span {
	margin-right: 1em;
}

/*---------------------------------------------------- */
/* Hot-Spring */
/*---------------------------------------------------- */
/*== Waku ==*/
#hot-spring {
	padding-bottom: 70px;
}

/*== h4 ==*/
#hot-spring #varieties h4 {
	font-size: 17px;
	padding-right: 0;
	padding-left: 0;
}

/*== P ==*/
#hot-spring #varieties p {
	color: #2e3031;
	font-size: 13px;
}

/*== notes ==*/
#hot-spring .notes {
	font-size: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column; 
	flex-direction: column;
}

#hot-spring .notes > div + div {
	margin-top: 30px;
}

#hot-spring .notes h5 {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Ore */
/*---------------------------------------------------- */
/*== Waku ==*/
#ore {
	padding-bottom: 30px;
}

/*---------------------------------------------------- */
/* discbox */
/*---------------------------------------------------- */
.discbox {
	padding: 0;
	width: 98%;
}

.discbox ul {
	width: 100%;
}

.discbox ul li {
	padding-left: 16px;
	margin-bottom: 16px;
	font-size: 15px;
}

.discbox ul li:before {
	font-size: 12px;
	top: 1px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 15px;
	padding-bottom: 0;
	width: 100%;
}

.waku_btn .btn_yoyaku a {
	padding: 12px 0;
	margin: 0 auto;
	width: 50%;
	font-size: 15px;
	font-weight: 500;
	display: block;
}


}

/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */
#first {
	padding-top: 0;
	padding-bottom: 30px;
}
	
#sct002 {
	padding-top: 20px;
	padding-bottom: 10px;
}
	
#sct003 {
	padding-top: 20px;
	padding-bottom: 10px;
}
	
#sct004 {
	padding-top: 20px;
	padding-bottom: 10px;
}
	
#sct005 {
	padding-top: 20px;
	padding-bottom: 10px;
}

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
.areabox {
	padding: 5px 0 12px 0;
	width: 96%;
}

.areabox2 {
	padding: 5px 0 0 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* Introduction */
/*---------------------------------------------------- */
/*== Waku ==*/
#intro {
	padding-bottom: 60px;
}

#intro #first-words {
	font-size: 22px;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 0;
}

#intro #first-words .wrapper {
	width: auto;
}

/*== h3 ==*/
#intro #first-words h3 {
	margin: 0 0 0 1em;
}

/*== P ==*/
#intro #first-words p span {
	margin-right: 1em;
}

/*---------------------------------------------------- */
/* Hot-Spring */
/*---------------------------------------------------- */
/*== Waku ==*/
#hot-spring {
	padding-bottom: 60px;
}

#hot-spring #varieties {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column; 
	flex-direction: column;
}

/*== li ==*/
#hot-spring #varieties li {
	width: 100%;	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row; 
	flex-direction: row;
}

#hot-spring #varieties li + li {
	margin-left: 0;
	margin-top: 40px;
}

#hot-spring #varieties li .portrait {
	width: 30%;
	margin: 0 5% 0 0;
}

/*== article ==*/
#hot-spring #varieties article {
	width: 65%;
}

/*== h4 ==*/
#hot-spring #varieties h4 {
	font-size: 15px;
	margin: 0 0 10px;
}

/*== P ==*/
#hot-spring #varieties p {
	color: #2e3031;
	font-size: 12px;
}

/*== notes ==*/
#hot-spring .notes {
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column; 
	flex-direction: column;
}

#hot-spring .notes > div + div {
	margin-top: 30px;
}

#hot-spring .notes h5 {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Ore */
/*---------------------------------------------------- */
/*== Waku ==*/
#ore {
	padding-bottom: 30px;
}

#ore .headtitle {
	margin-top: 40px;
}

/*== img ==*/
#ore #ore-photo {
	min-height: 160px;
	max-height: 300px;
	margin-bottom: 20px;
}

#ore #ore-photo img {
	min-height: 160px;
	max-height: 300px;
}

/*---------------------------------------------------- */
/* discbox */
/*---------------------------------------------------- */
.discbox {
	padding: 0;
	width: 98%;
}

.discbox ul {
	width: 100%;
}

.discbox ul li {
	padding-left: 18px;
	margin-bottom: 12px;
	font-size: 14px;
}

.discbox ul li:before {
	font-size: 12px;
	top: 2px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn {
	padding-top: 12px;
	padding-bottom: 0;
	width: 100%;
}

.waku_btn .btn_yoyaku a {
	padding: 12px 0;
	margin: 0 auto;
	width: 60%;
	font-size: 15px;
	font-weight: 600;
	display: block;
}



}