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

@import url("main.css");

/*---------------------------------------------------- */
/* 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 */
/*---------------------------------------------------- */
/*== Waku ==*/
#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;
}

/*== Box ==*/
#hot-spring .notes > div {
	padding: 0;
	margin: 0;
	height: auto;
	display: block;
}
#hot-spring .notes > div.notesbox1 {
	width: 40%;
}
#hot-spring .notes > div.notesbox2 {
	width: 60%;
}
#hot-spring .notes > div.notesbox3 {
	margin-top: 30px;
	width: 50%;
}

/*== h5 ==*/
#hot-spring .notes h5 {
	font-size: 15px;
	margin: 0 0 .5em;
	padding: 0;
}
#hot-spring .notes h5 i {
	color: #9ba2a4;
	margin-right: .3em;
}

/*== Dl ==*/
#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;
}

/*== Ul ==*/
#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;
}

/*== Figure ==*/
#hot-spring .notes .notesbox3 figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#hot-spring .notes .notesbox3 figure .notes-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#hot-spring .notes .notesbox3 figure .notes-title h5 {
	padding: 0;
	margin: 0;
	color: #2e3031;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
}
#hot-spring .notes .notesbox3 figure .notes-title h5:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #8e9107;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
#hot-spring .notes .notesbox3 figure figcaption {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
#hot-spring .notes .notesbox3 figure figcaption p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* 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;';
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Notes */
/*---------------------------------------------------- */
/*== Box ==*/
#hot-spring .notes > div.notesbox3:nth-child(2) {
	padding-top: 25px;
	margin-top: 30px;
	width: 50%;
}

/*== Figure ==*/
#hot-spring .notes .notesbox3 figure {
	width: 98%;
}
#hot-spring .notes .notesbox3 figure .notes-title {
	margin-bottom: 8px;
	width: 100%;
}
#hot-spring .notes .notesbox3 figure .notes-title h5 {
	font-size: 17px;
}
#hot-spring .notes .notesbox3 figure .notes-title h5:before {
	width: 11px;
	height: 11px;
	margin-right: .4em;
}
#hot-spring .notes .notesbox3 figure figcaption {
	margin-bottom: 20px;
	width: 98%;
}
#hot-spring .notes .notesbox3 figure figcaption p {
	font-size: 15px;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* 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 */
/*---------------------------------------------------- */
/*== Waku ==*/
#hot-spring .notes {
	font-size: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column; 
	flex-direction: column;
}

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

#hot-spring .notes > div.notesbox1 {
	width: 100%;
}
#hot-spring .notes > div.notesbox2 {
	margin-top: 30px;
	width: 100%;
}
#hot-spring .notes > div.notesbox3 {
	margin-top: 30px;
	width: 100%;
}
#hot-spring .notes > div.notesbox3:nth-child(2) {
	margin-top: 15px;
	width: 100%;
}

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

/*== Figure ==*/
#hot-spring .notes .notesbox3 figure {
	padding-top: 8px;
	width: 98%;
}
#hot-spring .notes .notesbox3 figure .notes-title {
	margin-bottom: 6px;
	width: 100%;
}
#hot-spring .notes .notesbox3 figure .notes-title h5 {
	font-size: 16px;
}
#hot-spring .notes .notesbox3 figure .notes-title h5:before {
	width: 10px;
	height: 10px;
	margin-right: .4em;
}
#hot-spring .notes .notesbox3 figure figcaption {
	margin-bottom: 12px;
	width: 98%;
}
#hot-spring .notes .notesbox3 figure figcaption p {
	font-size: 14px;
}

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


}


/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* 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 */
/*---------------------------------------------------- */
/*== Waku ==*/
#hot-spring .notes {
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column; 
	flex-direction: column;
}

/*== Box ==*/
#hot-spring .notes > div + div {
	margin-top: 25px;
}

#hot-spring .notes > div.notesbox1 {
	width: 100%;
}
#hot-spring .notes > div.notesbox2 {
	margin-top: 25px;
	width: 100%;
}
#hot-spring .notes > div.notesbox3 {
	margin-top: 25px;
	width: 100%;
}
#hot-spring .notes > div.notesbox3:nth-child(2) {
	margin-top: 12px;
	width: 100%;
}

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

/*== Figure ==*/
#hot-spring .notes .notesbox3 figure {
	padding-top: 6px;
	width: 98%;
}
#hot-spring .notes .notesbox3 figure .notes-title {
	margin-bottom: 4px;
	width: 100%;
}
#hot-spring .notes .notesbox3 figure .notes-title h5 {
	font-size: 15px;
}
#hot-spring .notes .notesbox3 figure .notes-title h5:before {
	width: 8px;
	height: 8px;
	margin-right: .4em;
}
#hot-spring .notes .notesbox3 figure figcaption {
	margin-bottom: 10px;
	width: 98%;
}
#hot-spring .notes .notesbox3 figure figcaption p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* 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;
}


}