@charset "utf-8";@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');

/* CSS Document */
/* --------------------------------------------
	カスタム用にリセット
-----------------------------------------------*/
.pageBlock-intro {
	margin-top: 0;
}
/* メインヴィジュアル */
main {
	background: #fff;
}
.c-categoryMv {
	margin-top: 0;
	padding-top: 40px;
}
.g-footer {
	margin-top: 0;
}
.section.cmsArea01 {
	width: 100%;
}
/* --------------------------------------------
	onsenmusumeLP用css
-----------------------------------------------*/
/*	common
-----------------------------------------------*/
#onmusuWrap {
	font-size: 16px;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	line-height: 1.8;
	/*	font-feature-settings: "palt" 1; */
	color: #000;
}
#onmusuWrap a {
	text-decoration: none;
	transition: 0.5s;
}
#onmusuWrap a:hover {
	opacity: 0.75;
}
#onmusuWrap .alnC {
	text-align: center;
}
#onmusuWrap .bgA {
	background: url("https://static.yukoyuko.net/aso/musume_0307/bg_patternA.png") repeat center top;
}
#onmusuWrap .ffGothic {
	font-family: Arial, Helvetica, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
#onmusuWrap .kome {
	font-family: 'メイリオ', Meiryo, sans-serif;
}
#onmusuWrap section:not(#onmusu_hero) {
	padding: 70px 0;
	overflow: hidden;
}
#onmusuWrap .inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
#onmusuWrap h2 {
	height: 48px;
	margin: 30px 0 45px 0;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: url("https://static.yukoyuko.net/aso/musume_0307/bg_h2.png") no-repeat center center;
}
#onmusuWrap h2:first-of-type {
	margin-top: 0;
}
#onmusuWrap h2+p {
	text-align: center;
}
#onmusuWrap section a.btn {
	width: 155px;
	height: 155px;
	margin: auto;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: url("https://static.yukoyuko.net/aso/musume_0307/bg_pink.jpg") repeat #ea59a1;
	box-shadow: 0px 6px 0.5px -0.5px #ccc;
	position: relative;
	transition: 0.5s;
}
#onmusuWrap section a.btn.blgray {
	background: url("https://static.yukoyuko.net/aso/musume_0307/bg_blackgray.jpg") repeat #333;
}
#onmusuWrap section a.btn:hover {
	background: #ccc;
	box-shadow: 0px 6px 0.5px -0.5px transparent;
}
#onmusuWrap section a.btn::before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 4px;
	left: 4px;
}
#onmusuWrap .seatA {
	background-color: #ff0000 !important;
	color: #fff !important;
}
#onmusuWrap .seatB {
	background-color: #ff0000 !important;
	color: #fff !important;
}
#onmusuWrap .seatC {
	background-color: #ff0000 !important;
	color: #fff !important;
}
#onmusuWrap .seatD {
	background-color: #ff0000 !important;
	color: #fff !important;
}
#onmusuWrap .seatE {
	background-color: #ffc001 !important;
	color: #fff !important;
}
#onmusuWrap .seatF {
	background-color: #70ad47 !important;
	color: #fff !important;
}
#onmusuWrap .seatG {
	background-color: #4472c4 !important;
	color: #fff !important;
}
#onmusuWrap .seatH {
	background-color: #ffff02 !important;
	color: #000 !important;
}
#onmusuWrap .seatI {
	background-color: #01b0f0 !important;
	color: #000 !important;
}
#onmusuWrap .seatJ {
	background-color: #7030a0 !important;
	color: #fff !important;
}
#onmusuWrap .seatK {
	background-color: #808080 !important;
	color: #fff !important;
}
#onmusuWrap .soldout {
	text-decoration: line-through;
	position: relative;
}
#onmusuWrap .soldout::before {
	content: "完売";
	width: 100%;
	height: 100%;
	background: rgba(30, 30, 30, 0.45);
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#onmusuWrap .seatH.soldout::before,
#onmusuWrap .seatI.soldout::before {
	color: #fff;
	background: rgba(30, 30, 30, 0.75);
}
#onmusuWrap .sp {
	display: none;
}
@media screen and (max-width: 767px) {
	#onmusuWrap {
		font-size: 14px;
	}

	#onmusuWrap .inner {
		padding: 0 15px;
	}

	#onmusuWrap h2 {
		height: 48px;
		margin: 15px 0 25px 0;
		font-size: 16px;
		line-height: 48px;
		text-align: center;
		background-size: auto 30px;
	}

	#onmusuWrap section:not(#onmusu_hero) {
		padding: 30px 0;
	}

	#onmusuWrap .pc {
		display: none;
	}

	#onmusuWrap .sp {
		display: block;
	}
}
/*	onmusu_hero
-----------------------------------------------*/
#onmusu_hero {
	height: 49vw;
	margin-bottom: 20px;
	background: url("https://static.yukoyuko.net/aso/musume_0307/bg_hero.jpg") no-repeat center top #fff;
	background-size: cover;
}
#onmusu_hero .inner {
	min-height: auto;
}
#onmusu_hero h1 {
	width: 100%;
	height: 221px;
	font-size: 40px;
	font-style: italic;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	background: url("https://static.yukoyuko.net/aso/musume_0307/bg_h1.png") no-repeat center center;
	position: absolute;
	top: calc(50% + 180px);
}
#onmusu_hero h1 span {
	display: block;
}
#onmusu_hero h1 span:nth-child(2) {
	margin-top: -13px;
	line-height: 1;
}
#onmusu_hero h1 span:nth-child(3) {
	margin-top: -24px;
}
#onmusu_hero h1 span:nth-child(4) {
	margin-top: 8px;
	font-size: 32px;
}
#onmusu_hero h2 {
	height: 10vw;
	margin: 0;
	text-align: center;
	background: none;
}
#onmusu_hero h2 img {
	width: auto;
	height: 100%;
}
#onmusu_hero h3 {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: calc(50% + 430px);
}
@media screen and (min-width: 1500px) {
	#onmusu_hero h2 {
		height: 151px;
	}
}
@media screen and (max-width: 1200px) {
	#onmusu_hero {
		height: 592px;
	}

	#onmusu_hero h1 {
		font-size: 34px;
		background-size: 400px auto;
		top: calc(50% + 140px);
	}

	#onmusu_hero h1 span:nth-child(1) {
		margin-top: 19px;
	}

	#onmusu_hero h1 span:nth-child(2) {
		margin-top: -13px;
		line-height: 1;
	}

	#onmusu_hero h1 span:nth-child(2) img {
		width: auto;
		height: 37px;
	}

	#onmusu_hero h1 span:nth-child(3) {
		margin-top: -21px;
	}

	#onmusu_hero h1 span:nth-child(4) {
		margin-top: 5px;
		font-size: 26px;
	}

	#onmusu_hero h2 {
		height: 121px;
	}
}
@media screen and (max-width: 767px) {
	#onmusu_hero {
		height: 169vw;
		margin-bottom: 0;
		background: url("https://static.yukoyuko.net/aso/musume_0307/bg_hero_sp.jpg") no-repeat center top #fff;
		background-size: cover;
	}

	#onmusu_hero .inner {
		width: 100%;
		min-height: auto;
		position: absolute;
		top: 80vw;
		left: 0;
	}

	#onmusu_hero h1 {
		height: 43vw;
		font-size: 7vw;
		background-size: 100% auto;
		position: static;
	}

	#onmusu_hero h1 span:nth-child(1) {
		margin-top: 0;
		position: relative;
		top: 6px;
	}

	#onmusu_hero h1 span:nth-child(2) {
		margin-top: -1px;
	}

	#onmusu_hero h1 span:nth-child(2) img {
		height: 8vw;
	}

	#onmusu_hero h1 span:nth-child(3) {
		margin-top: -4px;
		line-height: 1;
	}

	#onmusu_hero h1 span:nth-child(4) {
		margin-top: 7vw;
		font-size: 5vw;
		line-height: 1;
	}

	#onmusu_hero h2 {
		display: none;
	}

	#onmusu_hero h3 {
		font-size: 4.5vw;
		color: #fff;
		position: static;
	}
}
@media screen and (max-width: 480px) {
	#onmusu_hero .inner {
		top: 92vw;
	}
}
/*	onmusu_info
-----------------------------------------------*/
#onmusu_info .inner {
	max-width: 1080px;
}
#onmusu_info h2 {}
#onmusu_info h3 {
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	color: #ea59a1;
}
#onmusu_info p {
	margin: 15px 0;
	font-size: 17px;
	line-height: 1.8;
}
#onmusu_info p a {
	color: #ea59a1;
	text-decoration: underline;
}
#onmusu_info p.mt60 {
	margin-top: 60px;
}
#onmusu_info p.alnR {
	margin-top: 60px;
	text-align: right;
}
#onmusu_info a.btn {
	text-align: center;
}
#onmusu_info .box {
	width: 95%;
	max-width: 900px;
	margin: 40px auto 30px auto;
	position: relative;
}
#onmusu_info .box::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #f2af4f;
	position: absolute;
	top: 4px;
	right: -4px;
	z-index: 1;
}
#onmusu_info .box div {
	padding: 60px 60px 30px 60px;
	background: #fff;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#onmusu_info .box {
		margin: 25px auto 10px auto;
	}

	#onmusu_info h3 {
		font-size: 18px;
		margin-bottom: 25px;
	}

	#onmusu_info p {
		font-size: 14px;
		line-height: 1.7;
	}

	#onmusu_info p.mt60 {
		margin-top: 40px;
	}

	#onmusu_info p.alnR {
		margin-top: 35px;
	}

	#onmusu_info .box div {
		padding: 35px 15px 25px 15px;
	}
}
/*	onmusu_detail
-----------------------------------------------*/
#onmusu_detail {
	text-align: center;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(0, 0, 0, 0) 100%),
		linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(0, 0, 0, 0) 100%), url("https://static.yukoyuko.net/aso/musume_0307/bg_detail.jpg");
	background-size: auto, auto, cover;
	background-position: center top, center bottom, center top;
}
#onmusuWrap #onmusu_detail h2 {
	margin: 35px 0 25px 0;
}
#onmusu_detail p.fs36 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: #ea59a1 1px 1px 0px, #ea59a1 -1px 1px 0px,
		#ea59a1 1px -1px 0px, #ea59a1 -1px -1px 0px;
}
#onmusu_detail dl {
	font-weight: 700;
	text-align: center;
}
#onmusu_detail dl.flex {
	display: flex;
	justify-content: space-between;
}
#onmusu_detail dl.flex div {
	width: 33%;
	margin-top: 10px;
	text-align: center;
}
#onmusu_detail dl.flex div img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#onmusu_detail dt {
	font-size: 18px;
	line-height: 1.2;
}
#onmusu_detail dd {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
}
#onmusu_detail a.btn+aside {
	margin-top: 20px;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	#onmusu_detail {
		padding-top: 20px;
	}

	#onmusuWrap #onmusu_detail h2 {
		margin: 25px 0 15px 0;
		height: 30px;
		line-height: 30px;
	}

	#onmusuWrap #onmusu_detail h2:first-child {
		margin-top: 5px;
	}

	#onmusu_detail p.fs36 {
		font-size: 18px;
	}

	#onmusu_detail p.fs36 img {
		width: auto;
		height: 8vw;
		max-height: 40px;
	}

	#onmusu_detail dt {
		font-size: 13px;
	}

	#onmusu_detail dd {
		font-size: 16px;
	}

	#onmusu_detail a.btn+aside {
		font-size: 12px;
	}
}
/*	onmusu_pics
-----------------------------------------------*/
#onmusu_pics {
	padding: 20px 0;
	background: #16168a;
}
#onmusu_pics .inner {
	max-width: 1250px;
}
#onmusu_pics .slick-list {
	padding: 0 !important;
}
#onmusu_pics .slick-arrow {
	background-color: transparent;
	border-radius: 0;
	top: calc(50% - 30px);
}
#onmusu_pics .slick-arrow:hover {
	opacity: 0.75;
}
#onmusu_pics .slick-prev {
	left: -70px;
}
#onmusu_pics .slick-prev:before {
	background-image: url("https://static.yukoyuko.net/aso/musume_0307/icn_arrow_left.svg");
	background-size: 30px 50px;
}
#onmusu_pics .slick-next {
	right: -70px;
}
#onmusu_pics .slick-next:before {
	background-image: url("https://static.yukoyuko.net/aso/musume_0307/icn_arrow_right.svg");
	background-size: 30px 50px;
}
#onmusu_pics ul {
	display: flex;
}
#onmusu_pics li {
	width: 413px;
	height: 413px;
	padding: 0 10px 14px 10px;
	outline: none;
}
#onmusu_pics li img {
	width: auto;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0px 6px 14px -7px #000;
}
@media screen and (max-width: 767px) {
	#onmusu_pics {
		padding: 15px 0;
	}

	#onmusu_pics .inner {
		padding: 0;
	}

	#onmusu_pics h2 {
		margin: 15px 15px 25px 15px;
	}

	#onmusu_pics li {
		width: 200px;
		height: 200px;
	}

	#onmusu_pics .slick-arrow {
		width: 25px;
	}

	#onmusu_pics .slick-prev {
		left: 0;
	}

	#onmusu_pics .slick-prev:before {
		background-size: 15px 25px;
	}

	#onmusu_pics .slick-next {
		right: 0;
	}

	#onmusu_pics .slick-next:before {
		background-size: 15px 25px;
	}
}
/*	onmusu_yado
-----------------------------------------------*/
#onmusu_yado {}
#onmusu_yado ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#onmusu_yado li {
	width: 23%;
	margin: 0 12px;
}
#onmusu_yado li:nth-child(1),
#onmusu_yado li:nth-child(4n),
#onmusu_yado li:nth-child(5n) {
	margin-left: auto;
	margin-right: auto;
}
#onmusu_yado li figure {
	margin-bottom: 10px;
	position: relative;
}
#onmusu_yado li figure::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #f2af4f;
	position: absolute;
	top: 4px;
	right: -4px;
	z-index: 1;
}
#onmusu_yado li figure img {
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
#onmusu_yado li h3 {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}
#onmusu_yado li p {
	margin: 8px 0;
	font-size: 16px;
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0;
}
#onmusu_yado li p.point {
	padding: 10px;
	font-size: 13px;
	letter-spacing: 0;
	background: #fff0f0;
}
#onmusu_yado li p.point strong {
	color: #ea59a1;
}
#onmusu_yado li table {
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	border-collapse: collapse;
	border: none;
}
#onmusu_yado li table caption {
	margin-top: 5px;
	font-size: 12px;
	color: #000;
	text-align: left;
	caption-side: bottom;
}
#onmusu_yado li th,
#onmusu_yado li td {
	box-sizing: border-box;
}
#onmusu_yado li th {
	width: 60px;
	padding: 5px;
	font-weight: normal;
	background: #000;
}
#onmusu_yado li tr:first-child th,
#onmusu_yado li tr:first-child td {
	border-bottom: 1px solid #fff;
}
#onmusu_yado li td {
	padding: 5px 1px;
	font-size: 16px;
	border-left: 1px solid #fff;
	background: #333;
}
#onmusu_yado li tr:first-child td {
	font-size: 15px;
}
#onmusu_yado td .kome sup {
	text-indent: 0.7em;
}
#onmusu_yado li .btnwrap {
	margin: 10px auto 30px auto;
	display: flex;
	justify-content: space-between;
}
#onmusu_yado li a.btn {
	width: 49%;
	max-width: 150px;
	height: 45px;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border-radius: 0;
}
#onmusu_yado li a.btn:hover {}
#onmusu_yado li a.btn::before {
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 0;
	top: 3px;
	left: 3px;
}
#onmusu_yado .btnset {
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	#onmusu_yado li {
		width: 100%;
		margin: 0;
	}

	#onmusu_yado li figure img {
		width: 100%;
		height: auto;
	}

	#onmusu_yado li p {
		font-size: 13px;
	}

	#onmusu_yado li p.point {
		padding: 12px 15px;
		font-size: 12px;
	}

	#onmusu_yado li .btnwrap {
		margin-bottom: 40px;
	}

	#onmusu_yado li a.btn {
		width: 49%;
		max-width: 49%;
	}
}
/* movie */
.js-popupWrap-bg {
	position: relative;
	overflow: hidden;
}
.js-popupWrap-bg::before {
	display: block;
	content: "";
	width: 100%;
	background: rgba(0, 0, 0, .85);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 11001;
}
.js-popupWrap {
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 40px 0px 0 0;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11002;
}
.js-popupWrap #popupWrapClose {
	width: 100%;
	height: 60px;
	margin-top: 35px;
	font-weight: 700;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 5px;
	z-index: 10;
	cursor: pointer;
}
.js-popupWrap #popupWrapClose a {
	display: block;
	position: relative;
	font-size: 0;
}
.js-popupWrap #popupWrapClose a:before,
.js-popupWrap #popupWrapClose a:after {
	content: "";
	width: 48px;
	border-top: 4px solid #ea59a1;
	display: block;
	position: absolute;
	top: calc(50% + 24px);
	left: 50%;
}
.js-popupWrap #popupWrapClose a::before {
	transform: translate(-50%, -50%) rotate(135deg);
}
.js-popupWrap #popupWrapClose a::after {
	transform: translate(-50%, -50%) rotate(-135deg);
}
.js-popupWrap #popupFrame {
	width: 100%;
	max-width: 480px;
	height: calc(100% - 70px);
	margin: 0 auto;
	padding: 0 15px;
	text-align: center;
	position: relative;
	overflow-y: auto;
}
.js-popupWrap #popupFrame h2 {
	width: auto;
	height: auto;
	margin: 0 auto 35px auto;
	padding: 0 0 10px 0;
	font-size: 36px;
	line-height: 1.3;
	color: #fff;
	border-bottom: 1px solid #f2af4f;
	background: none;
	display: inline-block;
}
.js-popupWrap #popupFrame table {
	width: 100%;
	border-collapse: collapse;
}
.js-popupWrap #popupFrame th,
.js-popupWrap #popupFrame td {
	padding: 2px 1px;
	font-size: 15px;
	letter-spacing: 0;
}
.js-popupWrap #popupFrame th {
	font-weight: normal;
	color: #fff;
}
.js-popupWrap #popupFrame td {
	color: #000;
	border: 1px solid #000;
	background: #fff;
}
.js-popupWrap #popupFrame caption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	color: #fff;
	caption-side: bottom;
}
.js-popupWrap #popupFrame h3 {
	margin: 30px auto 10px auto;
	font-size: 21px;
	color: #f2af4f;
}
.js-popupWrap #popupFrame figure {
	display: block;
}
.js-popupWrap #popupFrame figure img {
	width: 100%;
	height: auto;
}
.js-popupWrap #popupFrame .yadoseat {
	display: none;
}
@media screen and (max-width: 767px) {
	.js-popupWrap #popupWrapClose {
		width: 100%;
		height: 60px;
	}

	.js-popupWrap #popupWrapClose a:before,
	.js-popupWrap #popupWrapClose a:after {
		width: 60px;
		top: calc(50% + 30px);
		left: calc(50%);
	}

	.js-popupWrap #popupFrame h2 small {
		font-size: 65%;
	}

	.js-popupWrap #popupFrame th,
	.js-popupWrap #popupFrame td {
		font-size: 14px;
	}
}
/*	onmusu_oubo
-----------------------------------------------*/
#onmusu_oubo .inner {
	max-width: 1080px;
}
#onmusu_oubo h2+ul li {
	margin: 5px 0;
	padding: 0 0 0 1.8em;
	background: url("https://static.yukoyuko.net/aso/musume_0307/icn_onsen.svg") no-repeat left top;
	background-size: 26px auto;
}
#onmusu_oubo .box {
	width: 95%;
	max-width: 605px;
	margin: 40px auto 45px auto;
	position: relative;
}
#onmusu_oubo .box::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #f2af4f;
	position: absolute;
	top: 4px;
	right: -4px;
	z-index: 1;
}
#onmusu_oubo .box h3 {
	width: 100%;
	height: 59px;
	padding: 0 5px 0 67px;
	font-size: 24px;
	line-height: 2;
	color: #fff;
	background: url("https://static.yukoyuko.net/aso/musume_0307/bg_oubottl.png") no-repeat left center;
	background-size: auto 59px;
	position: absolute;
	top: 30px;
	left: -7px;
	z-index: 3;
}
#onmusu_oubo .box ul {
	padding: 110px 60px 30px 60px;
	background: #fff;
	position: relative;
	z-index: 2;
}
#onmusu_oubo .box li {
	padding: 5px 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	color: #ea59a1;
	border-bottom: 1px solid #ccc;
}
#onmusu_oubo .box li.mt25 {
	margin-top: 25px;
}
#onmusu_oubo .box li.lh130 {
	line-height: 1.3;
}
#onmusu_oubo .box li small {
	font-size: 24px;
}
#onmusu_oubo .box li i {
	margin-right: 25px;
	font-size: 21px;
	font-style: normal;
	color: #000;
}
#onmusu_oubo .box li i span {
	font-size: 80%;
}
@media screen and (max-width: 767px) {
	#onmusu_oubo h2+ul li {
		font-size: 14px;
		line-height: 1.6;
		background-position: left top 2px;
		background-size: auto 18px;
	}

	#onmusu_oubo .box {
		margin-top: 25px;
	}

	#onmusu_oubo .box h3 {
		padding: 2px 5px 0 25px;
		font-size: 20px;
		line-height: 48px;
		background-size: auto 48px;
		top: 20px;
	}

	#onmusu_oubo .box ul {
		padding: 85px 15px 25px 15px;
	}

	#onmusu_oubo .box li {
		font-size: 7vw;
	}

	#onmusu_oubo .box li small {
		font-size: 4vw;
	}

	#onmusu_oubo .box li i {
		font-size: 4vw;
	}
}
/*	onmusu_access
-----------------------------------------------*/
#onmusu_access {
	color: #fff;
	text-align: center;
	background: url(https://static.yukoyuko.net/aso/musume_0307/bg_access.jpg) no-repeat center center #000;
	background-size: cover;
}
#onmusu_access .inner {
	max-width: 1080px;
}
#onmusu_access .iframe {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	border: none;
}
#onmusu_access .iframe iframe {
	width: 100%;
	height: 608px;
}
#onmusu_access .iframe aside {
	margin-top: 5px;
	font-size: 14px;
	text-align: right;
}
#onmusu_access h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 1.5;
	color: #f2af4f;
}
#onmusu_access h3 small {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	display: block;
}
#onmusu_access hr {
	width: 65px;
	height: 1px;
	margin: 20px auto;
	border: none;
	background: #f2af4f;
}
#onmusu_access address {
	font-style: normal;
	display: block;
}
#onmusu_access address+p a {
	color: #eb6591;
}
#onmusu_access ul {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
#onmusu_access li {
	width: 33.3%;
	position: relative;
}
#onmusu_access li:nth-child(2) {
	margin: 0 30px;
}
#onmusu_access li::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #f2af4f;
	position: absolute;
	top: 4px;
	right: -4px;
	z-index: 1;
}
#onmusu_access li:hover {
	opacity: 0.75;
}
#onmusu_access li a {
	width: 100%;
	height: 100%;
	padding: 53px 5px 10px 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #f2af4f;
	text-align: center;
	text-decoration: none;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
#onmusu_access li:nth-child(1) a {
	background: url("https://static.yukoyuko.net/aso/musume_0307/icn_access_onsen.svg") no-repeat center 15px #fff;
	background-size: auto 34px;
}
#onmusu_access li:nth-child(2) a {
	background: url("https://static.yukoyuko.net/aso/musume_0307/icn_access_dia.svg") no-repeat center 15px #fff;
	background-size: auto 34px;
}
#onmusu_access li:nth-child(3) a {
	background: url("https://static.yukoyuko.net/aso/musume_0307/icn_access_bus.svg") no-repeat center 15px #fff;
	background-size: auto 34px;
}
#onmusu_access li a h4 {
	font-size: 18px;
	color: #000;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	#onmusu_access .iframe iframe {
		max-width: 80vh;
		height: 500px;
	}

	#onmusu_access .iframe aside {
		font-size: 12px;
		text-align: left;
	}

	#onmusu_access h3 {
		font-size: 20px;
	}

	#onmusu_access h3 small {
		font-size: 16px;
	}

	#onmusu_access hr {
		margin: 10px auto;
	}

	#onmusu_access ul {
		flex-wrap: wrap;
	}

	#onmusu_access li {
		width: 100%;
		margin-bottom: 15px;
	}

	#onmusu_access li:nth-child(2) {
		margin: 0 0 15px 0;
	}

	#onmusu_access li a {
		font-size: 13px;
	}

	#onmusu_access li a h4 {
		font-size: 16px;
	}
}
/*	onmusu_inquiry
-----------------------------------------------*/
#onmusu_inquiry .inner {
	max-width: 780px;
}
#onmusu_inquiry p {
	font-size: 18px;
}
#onmusu_inquiry p i a {
	font-size: 24px;
	font-style: normal;
	line-height: 1.4;
	color: #eb6591;
}
#onmusu_inquiry aside {
	margin: 15px auto 40px auto;
	font-size: 14px;
}
#onmusu_inquiry .alnC a {
	display: inline-block;
	box-shadow: 0px 6px 0.5px -0.5px #ccc;
}
#onmusu_inquiry .alnC a:hover {
	box-shadow: 0px 6px 0.5px -0.5px transparent;
}
#onmusu_inquiry .alnC a img {
	max-width: 352px;
}
@media screen and (max-width: 767px) {
	#onmusu_inquiry p {
		font-size: 16px;
		line-height: 1.6;
	}

	#onmusu_inquiry p i a {
		font-size: 20px;
	}

	#onmusu_inquiry aside {
		font-size: 12px;
	}

	#onmusu_inquiry .alnC a img {
		max-width: 100%;
	}
}
