@charset "utf-8";

html {/*ページ内スクロール*/
    scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/*common
----------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-image: url(../images/common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-attachment: fixed;
	background-color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .08rem;
	color: #ffffff;
}
h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 16px;
	text-align: center;
	color: #FFF;
	position: absolute;
}
h1 img {
	width: 250px;
	filter: drop-shadow(2px 2px 0 #ff3399) drop-shadow(-2px -2px 0 #33ccff);
}
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 300%;
}
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

ul, li {
	list-style:none;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	/* 長押し禁止 */
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
	/* 下部余白防止 */
	vertical-align:top;
}
a {
	text-decoration: none;
}

header {
	position: relative;
}
.tel {
	width: 100%;
	text-align: center;
	margin-top:60px;
	float: left;
}

nav {
	width: 100%;
	text-align: center;
	background: linear-gradient(90deg, #330000 0%, #ff0066 50%, #330000 90% 100%);
	top: 0;
	position: sticky;
	float: left;
	z-index: 10;
}
nav ul {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	justify-content: space-between;
	display: flex;
}
nav li {
	font-family: "Alfa Slab One", serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	float: left;
}
.nav_sub {
	width: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 70%;
	font-weight: normal;
	border-top: solid 1px #ffffff;
	display: block;
}
nav a {
	color: #ffffff;
	transition: color .3s;
	display: block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
nav a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.nav_opentel {
	font-family: "Alfa Slab One", serif;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #666666;
	color: #ffffff;
    font-size: 100%;
	float: left;
}
.nav_opentel span {
    font-size: 120%;
}

.container {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 10px 50px 10px;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
}
.contents {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
.title {
	font-family: "Alfa Slab One", serif;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 0 ;
	text-align: center;
	color: #ffffff;
	float: left;
}
.titlebox {
	font-family: "Alfa Slab One", serif;
	background: linear-gradient(90deg, #ff0066 0%, #ffcc00 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.title_sub {
	width: 100%;
	padding: 5px 0 0 0;
	font-size: 40%;
	font-weight: normal;
	border-top: solid 1px #666666;
	color: #ffffff;
	float: left;
}
.title2 {
	font-family: "Alfa Slab One", serif;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 ;
	font-size: 150%;
	text-align: center;
	color: #ffffff;
	float: left;
}
.title2box {
	font-family: "Alfa Slab One", serif;
	background: linear-gradient(90deg, #ff0066 0%, #ffcc00 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}
.title2_sub {
	width: 100%;
	padding: 5px 0 0 0;
	font-size: 80%;
	font-weight: normal;
	border-top: solid 1px #666666;
	color: #ffffff;
	float: left;
}
.age {
	font-size: 60%;
}

.TOcontentsBT {
	width: 100%;
	margin: 0;
	padding: 0 20%;
	float: left;
}
.TOcontentsBT a {
	width: 100%;
	padding: 10px;
	font-size: 150%;
	font-weight: bold;
    border-radius: 100px;
	color: #ffffff;
	display: block;
	background: #ff0066;
}



/* side fixed
----------------------------------*/
#top  {
	margin: 0;
	padding: 0;
}
#totop  {
	font-family: "Alfa Slab One", serif;
	width: 50px;
	height: 50px;
	padding: 5px 0 0 0 ;
	box-sizing: border-box;
	font-size: 120%;
    line-height: 1em;
	text-align: center;
	border-radius: 50px;
	background: #ff0066;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 20;
}
#totop a {
	color: #ffffff;
	display: block;
}
#leftfixed  {
	padding: 5px 0 0 0 ;
	box-sizing: border-box;
	text-align: center;
	position: fixed;
	left: 30px;
	bottom: 30px;
	z-index: 20;
}
#leftfixed a {
	transition: color .3s;
	display: block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#leftfixed a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/* footer
----------------------------------*/

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	color: #FFFFFF;
	float: left;
}
footer a {
	color: #ffffff;
}
footer h3 {
	width: 100%;
	margin: 0;
	font-size: 120%;
	font-weight: normal;
	height: 15px;
}
.flogo {
	width: 100%;
}
.flogo img {
	width: 300px;
	filter: drop-shadow(2px 2px 0 #ff3399) drop-shadow(-2px -2px 0 #33ccff);
}
.fnav {
	text-align: center;
	width: 100%;
	margin: 30px auto;
	display:table;
}
.fnav a {
	transition: color .3s;
	display: block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fnav a:hover {
	color: #ff0066;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.fnav ul {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	display: flex;
    justify-content: center;
	float: left;
}
.fnav li {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0 15px;
}
.fnav li+ li {
	border-left: 1px solid #ffffff;
}
.fopentel {
	font-family: "Alfa Slab One", serif;
	width: 100%;
	margin: 0;
	padding: 10px 0;
    font-size: 100%;
	float: left;
}
.fopentel span {
    font-size: 120%;
}
address {
}
small {
	width: 100%;
	font-size: 100%;
}



/* kv
----------------------------------*/
.kv {
	width: 100%;
	text-align: center;
	/*background: #333333;*/
	display: flex;
    align-items: center;
	justify-content: center;
    background: url(../kv/kv.jpg) no-repeat;
    width: 100%;
    height: 90vh;
    max-height: 650px;
    background-size: cover;
    background-position: center;
	float: left;
}
.kv2 {
	width: 100%;
	text-align: center;
	display: flex;
    align-items: center;
	justify-content: center;
    background: url(../kv/kv2.jpg) no-repeat;
    width: 100%;
    height: 90vh;
    max-height: 300px;
    background-size: cover;
    background-position: center;
	float: left;
}



/* top newface
----------------------------------*/
.topnf_full {
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px 50px 10px;
	background: rgba(0,0,0,0.5);
	float: left;
}
.topnf_list {
	width: 100%;
	float: left;
}
.topnf_list a {
	color: #ffffff;
}
.topnf_list ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	float: left;
}
.topnf_list li {
	width: 250px;
	margin: 0;
	padding: 2px;
	color: #ffffff;
	text-align: left;
	float: left;
}
.topnf_entrydate {
	width: 100%;
	margin: 0;
	padding: 5px;
	font-size: 120%;
	font-weight: bold;
	background: #ff0066;
	float: left;
}
.topnf_photo {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}
.topnf_photo img {
	width: 100%;
}
.topnf_hitokoto {
	width: 100%;
	margin: 0;
	padding: 2px;
	color: #ffff00;
	float: left;
}
.topnf_name {
	width: 100%;
	margin: 0;
	padding: 2px;
	font-size: 160%;
	float: left;
}
.topnf_size {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 2px;
	float: left;
}
.topnf_comment {
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 2px;
	letter-spacing: 0.1em;
	float: left;
}



/* topcontents
----------------------------------*/
.topcontentsbox_L {
	width: 77%;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}
.topcontentsbox_R {
	width: 23%;
	margin: 0;
	padding: 0;
	float: right;
}
.topcontents {
	margin: 0 0 10px 0;
}

.topslider {
	width: 100%;
	float: left;
}

.topcontents_syame {
	width: 100%;
	padding: 0;
	float: left;
}
.topcontents_syame iframe {
	width: 100%;
	height: 620px;
	border: 0;
	float: left;
}
.topcontents_reviews {
	width: 100%;
	padding: 0;
	float: right;
}
.topcontents_reviews iframe {
	width: 100%;
	height: 620px;
	border: 0;
	float: left;
}


.topbanaareaA {
	width: 100%;
	float: left;
}
.topbanaareaA ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	float: left;
}
.topbanaareaA li {
	width : 50%;
	margin: 0;
	padding: 0;
	background: #666666;
	float: left;
}
.topbanaareaA li img {
	width: 100%;
}



/* topcontents
----------------------------------*/
.toprank {
	width: 100%;
	float: left;
}
.toprank_typeselect {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
}
.toprank_tab-content ul {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	float: left;
}
.toprank_tab-content li {
	width : calc(100% / 3) ;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	float: left;
}
.toprank_tab-content li a {
	color: #ffffff;
}
/* タブ全体を囲むコンテナの設定 */
.toprank_tab-switch {
    --tab-color:#ff0066;/*タブの色を指定する*/
    display: flex; /* タブを横並びに */
    flex-wrap: wrap; /* 幅に応じて折り返し */
    width: 100%;
    margin: auto;/* コンテナの中央寄せ */
    justify-content: center;/* タブの中央寄せ */
    gap:5px;/* タブ間の余白 */
	float: left;
}
/* 各タブボタンの設定 */
.toprank_tab-switch > label {
    flex: 1 1 auto; /* タブが均等に幅をとるが、幅を超えると折り返す */
    order: -1; /* 上部に表示する */
    padding: .7em 1em; /* 上下左右の内側余白 */
    border:1px solid var(--tab-color);/* 枠線 */
    color: var(--tab-color); /* 文字色 */
    text-align: center; /* 文字を中央揃え */
    cursor: pointer; /* ポインターを指アイコンに変更 */
    border-radius:99px;/* 角の丸み */
    transition:.3s all;/*変化を滑らかに*/
}

/* タブボタンのホバーおよび選択状態のスタイル */
.toprank_tab-switch > label:hover,
.toprank_tab-switch label:has(:checked) {
    background-color:var(--tab-color); /* ホバー/選択時の背景色 */
    color: #fff; /* ホバー/選択時の文字色 */
}

/* ラジオボタン自体は非表示 */
.toprank_tab-switch input {
    display: none; /* 見た目に表示されないようにする */
}

/* タブコンテンツのスタイル */
.toprank_tab-switch > div {
    display: none; /* 初期状態では非表示 */
    width: 100%; /* コンテンツ幅を全体に */
    padding: 1.5em 1em; /* 内側余白 */
}

/* 選択されたタブのコンテンツを表示 */
.toprank_tab-switch label:has(:checked) + div {
    display: block; /* 選択されたタブに対応するコンテンツを表示 */
}


/* top movie
----------------------------------*/
.topmovie_list {
	width: 100%;
	float: left;
}
.topmovie_list a {
}
.topmovie_list ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	float: left;
}
.topmovie_list li {
	width : calc(100% / 3) ;
	margin: 0;
	padding: 100px 0;
	color: #ffffff;
	text-align: center;
	background: #666666;
	border: 2px solid #000000;
	font-size: 180%;
	float: left;
}





/* girls
----------------------------------*/
.girls {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}



/* list
----------------------------------*/

.list {
	width: 100%;
	float: left;
}
.list a {
	color: #ffffff;
}
.list ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	float: left;
}
.list li {
	width : calc(100% / 5) ;
	margin: 0 0 30px 0;
	padding: 2px;
	color: #ffffff;
	text-align: left;
	float: left;
}
.list_photo {
	width: 100%;
	margin: 0;
	padding: 2%;
	position: relative;
	float: left;
}
.list_photo img {
	width: 100%;
}
.list_iconarea {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	float: left;
}
.list_iconitem {
	width: 21%;
	margin: 0 2%;
	padding: 0;
	float: left;
}
.list_iconitem img {
	width: 100%;
}
.list_sche_time {
	width: 100%;
	margin: 0;
	padding:  5px 0;
	font-size: 140%;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background: #999900;
	letter-spacing: 0.1em;
	float: left;
}
.list_sche_time span {
	margin: 0 5px 0 0;
	font-size: 60%;
	letter-spacing: 0;
}
.list_hitokoto {
	width: 100%;
	margin: 0;
	padding: 2px;
	color: #ffff00;
	float: left;
}
.list_name {
	width: 100%;
	margin: 0;
	padding: 2px;
	font-size: 180%;
	float: left;
}
.list_size {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 2px;
	float: left;
}
.list_comment {
	width: 100%;
	margin: 0;
	padding: 0;
	padding: 2px;
	letter-spacing: 0.1em;
	float: left;
}


.list_type {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #666666;
	float: left;
}
.list_typetitle {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 120%;
	float: left;
}
.list_type ul {
	width: 100%;
	margin: 0;
	padding: 0 50px;
    display: flex;
	justify-content: space-between;
	float: left;
}
.list_type li {
	width : calc(100% / 3) ;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 180%;
	color: #ffffff;
	text-align: center;
	border: solid 1px #ff0066;
	border-radius: 100px;
	float: left;
}
#list_typeactive {
	background: #ff0066;
}
.list_type li img {
	width: 35px;
	margin: 0 5px 0 0;
	border: solid 1px #ffffff;
}
.list_type li a {
	display: block;
	color: #ffffff;
}


.list_type li {
	display: flex;
	justify-content:center;
}
.list_type li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
	transition: color .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list_type li a:hover {
	color: #ffff00;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/* schedule
----------------------------------*/
.schedule {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.sche_daylist {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.sche_daylist ul {
	width: 100%;
	margin: 0;
	padding: 0;
    display: flex;
	justify-content: space-between;
	float: left;
}
.sche_daylist li {
	width : calc(100% / 7 - 5px) ;
	margin: 0;
	padding: 5px 20px;
	font-size: 130%;
	font-weight: bold;
	border-radius: 5px;
	border: solid 1px #996666;
	float: left;
}
.sche_daylist li a {
	color: #ffffff;
	transition: color .3s;
	display: block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sche_daylist li a:hover {
	color: #ffff00;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sche_day {
	line-height: 1.4;
	background: linear-gradient(180deg, #ff0066 0%, #a30041 100%);
}
.sche_day_sat {
	line-height: 1.4;
	background: linear-gradient(180deg, #0066cc 0%, #00478e 100%);
}
.sche_day_sun {
	line-height: 1.4;
	background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
}
.sche_day_dow {
	width: 100%;
	font-size: 130%;
	border-top: solid 1px #ffffff;
	float: left;
}

.sche_today_date {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 200%;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background: #ff0066;
	float: left;
}



/* profile
----------------------------------*/
.prof_photoarea {
	width: 540px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.prof_contents {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
	float: left;
}
.prof_photo {
	width: 100%;
	text-align: center;
	float: left;
}
.prof_photo img {
	width: 100%;
}
.prof_thumb {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #666;
	float: left;
}
.prof_thumb ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ff0066;
	float: left;
}
.prof_thumb li {
	width : calc(100% / 5);
	margin: 0;
	padding: 0;
	float: left;
}
.prof_thumb img {
	width: 100%;
}
.prof_profarea {
	width: 510px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	float: right;
}
.prof_hitokoto {
	width: 100%;
	margin: 0 0 3px 0;
	font-size: 120%;
	color: #ffff00;
	float: left;
}
.prof_name {
	width: 100%;
	margin: 0 0 3px 0;
	font-size: 250%;
	color: #ffffff;
	font-weight: bold;
	float: left;
}
.prof_size {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 120%;
	border-bottom: dotted 1px #666;
	float: left;
}
.prof_icon {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #666;
	float: left;
}
.prof_icon ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.prof_icon li {
	width : calc(100% / 6);
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}
.prof_icon img {
	width: 100%;
}
.prof_sche {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 3px;
	background: #000000;
	float: left;
}
.prof_sche td {
	padding: 5px 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}
.prof_sche_date {
	color: #333;
	background-color: #cccccc;
}
.prof_sche_date_sat {
	color: #36C;
	background-color: #cccccc;
}
.prof_sche_date_sun {
	padding: 5px 0;
	color: #F36;
	background-color: #cccccc;
}
.prof_sche_time {
	color: #333;
	background-color: #FFF;
}
.prof_sche_time_sat {
	color: #36C;
	background-color: #FFF;
}
.prof_sche_time_sun {
	color: #F36;
	background-color: #FFF;
}
.prof_syame {
	width: 50%;
	margin: 0;
	padding: 0 20px;
	float: left;
}
.prof_syame iframe {
	width: 100%;
	height: 600px;
	border: 0;
	float: left;
}
.prof_reviews {
	width: 50%;
	margin: 0;
	padding: 0 20px;
	float: right;
}
.prof_reviews iframe {
	width: 100%;
	height: 600px;
	border: 0;
	float: left;
}



/* ranking
----------------------------------*/
.ranking {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.ranking ul {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	float: left;
}
.ranking li {
	width : calc(100% / 5) ;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	float: left;
}
.ranking li a {
	color: #ffffff;
}
.ranktitle {
	width: 100%;
	margin: 0;
	padding: 10px;
	background: linear-gradient(-90deg, #ffffff 0%, #ffcc00 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-size: 300%;
	font-weight: bold;
	text-align: left;
	float: left;
}
.rank_photo1 {
	width: 100%;
	background-image: url(../images/girls/rankframe1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 5px;
	float: left;
}
.rank_photo1 img {
	width: 100%;
}
.rank_photo2 {
	width: 100%;
	background-image: url(../images/girls/rankframe2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 5px;
	float: left;
}
.rank_photo2 img {
	width: 100%;
}
.rank_photo3 {
	width: 100%;
	background-image: url(../images/girls/rankframe3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 5px;
	float: left;
}
.rank_photo3 img {
	width: 100%;
}
.rank_photo4 {
	width: 100%;
	background-image: url(../images/girls/rankframe4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 5px;
	float: left;
}
.rank_photo4 img {
	width: 100%;
}
.rankitem {
	width: 25%;
	position: absolute;
	top: 0;
	left: 0;
}
.rankitem img {
	width: 100%;
	filter: drop-shadow(3px 3px 3px #000000);
}


/* system
----------------------------------*/
.system {
	width: 100%;
	float: left;
}
.system img {
	width: 100%;
}
.system_map {
    width: 100%;
    height: 300px;
    filter: grayscale(100%);
}
.system_deli {
	font-family: "M PLUS 1", sans-serif;
	font-weight: 700;
	width: 100%;
	float: left;
}
.system_deli dl{
	width  : 80%;
	margin: 0 10%;
	font-size: 160%;
	float : left;
}
.system_deli dt{
	width  : 20%;
	padding: 20px 0;
	clear : both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: center;
	float : left;
}
.system_deli dd{
	width: 80%;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-left : 20%;
	text-align: left;
}
.system_option {
	font-family: "M PLUS 1", sans-serif;
	font-weight: 700;
	width: 100%;
	padding: 0 10%;
	float: left;
}
.system_option ul {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	display:flex;
	flex-wrap: wrap;
	float: left;
}
.system_option li {
	width : calc(100% / 5) ;
	margin: 0;
	padding: 30px 0;
	color: #ffffff;
	text-align: center;
	background: #666666;
	border: 2px solid #000000;
	font-size: 140%;
	float: left;
}
.system_optiontext {
	text-shadow: 0px 0px 15px rgba(255, 0, 102, 0.85);
}
.system_option_category {
    width: 100%;
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 200%;
	border-bottom: 1px solid #666666;
	float: left;
}
.system_option_categorybox2 {
    width: 46%;
	margin: 0 2%;
	padding: 0;
	float: left;
}
.system_option_categorybox2 li {
    width: 50%;
}
.system_map {
    width: 100%;
	margin: 0;
	padding: 0;
	coloe: #ffffff;
	text-align: center;
	float: left;
}
.system_map iframe {
    width: 100%;
	margin: 10px 0;
	float: left;
}

.system_TOU {
    width: 100%;
	margin: 0;
	padding: 0 10%;
	font-size: 100%;
	text-align: left;
	float: left;
}
.system_TOU ul{
    width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
.system_TOU li{
    width: 100%;
	margin: 0 0 10px 0;
	padding: 0 5% 0 0;
	text-indent: -1em;
	padding-left: 1em;
	list-style: square;
	list-style-position: inside;
	float: left;
}



/* recruit
----------------------------------*/
.recruit {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 200%;
	float: left;
}


/* mailmagazine
----------------------------------*/
.mailmagazine {
	width: 100%;
	margin: 0;
	padding: 300px 0;
	font-size: 200%;
	float: left;
}


/* reserve
----------------------------------*/
.reserve {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.reserve_line {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 200%;
	float: left;
}


/* contact
----------------------------------*/
.contact {
	width: 100%;
	margin: 0;
	padding: 0 10%;
	float: left;
}
.contactbox {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 50px 50px;
	text-align: center;
	color: #000000;
	background: #ffffff;
	float: left;
}
.contact_telnumber {
	font-family: "M PLUS 1", sans-serif;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	color: #ff0066;
}
.contact_line {
	width: 49%;
	margin: 0;
	padding: 0;
	font-size: 120%;
	text-align: center;
	float: left;
}
.contact_line img {
	width: 50%;
	margin: 20px 0 0 0;
}
.contact_tel {
	width: 50%;
	height: 250px;
	margin: 0;
	padding: 0;
	font-size: 120%;
	border-left: solid 1px #999999;
	float: right;
}
.contact_teltext {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	font-size: 100%;
	color: #666666;
	float: left;
}

.contact_box {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	font-size: 120%;
	line-height: 1.4;
	float: left;
}
.contact_title {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	float: left;
}
.contact form {
	width: 100%;
	margin: 0;
	padding: 30px 200px;
	text-align: left;
	color: #000000;
	background: #ffffff;
	float: left;
}
.contact_form1 {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}
.contact_form2 {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 120%;
	border-bottom: solid 1px #cccccc;
	float: left;
}
.contact_form2 input {
	width: 100%;
	padding: 5px;
}
.contact_form2 textarea {
	width: 100%;
	padding: 5px;
}
.contact_form3 {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	text-align: center;
	float: left;
}
.contact_form3 input {
	width: 250px;
	margin: 0;
	padding: 10px 0;
	font-size: 180%;
	color: #ffffff;
	text-align: center;
	border: solid 1px #ff0066;
	border-radius: 100px;
	background: #ff0066;
}
