@charset "UTF-8";
/* CSS Document */
@import url("flow.css");
@import url("company.css");

@import url("guide.css");
@import url("contact.css");
@import url("meetup.css");
@import url("gourmet.css");
@import url("faq.css");
@import url("castlist.css");
@import url("top.css");
@import url("about.css");
@import url("reservation.css");
@import url("guest.css");
@import url("recruit.css");
@import url("recruit-staff.css");
@import url("notfound.css");
@import url("guest_info.css");
@import url("manual.css");


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}


html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	min-width: 320px;
	height: 100%;
	font-size: 16px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #000;
	background: #fff;
	
}

.bread {
	width:100%;
	text-align:left;
	padding:5px 0 5px 10px;
	font-size:12px;
	background-color:#3a4873;
	color:#FFF;
	margin-top:10px;
}
.bread.bread2 { margin-top: 0; }

.bread a {
	text-decoration:underline;
	color:#FFF;
}

img {
	border: none;
	vertical-align: bottom;
}
a {
	color:#09F;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

table {
	border-collapse: collapse;
}
h1, h2, h3 {
	font-weight: normal;
	line-height: 1;
}
ul, li {
	list-style: none;
}
h2.pageTop {
	margin-top: 40px;
	font-size: 60px;
	font-family: 'freightdispLt';
	font-style: italic;
}
.clear {
	overflow: hidden;
}
.bold {
	font-weight: bold;
}
.dummy {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.vCenter {
	position: relative;
	top: 43%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.pankuzu {
	margin-bottom: 20px;
	line-height: 1;
	font-family: 'freightdispLt';
}
.pankuzu .arrow {
	margin: 0 10px;
}
.point {
	color: #e4007f;
}
.newIcon {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
/*　layout　*/
.wrap {
	margin: 0 auto;
	min-width: 320px;
	overflow: hidden;
}
header {
	padding: 30px 0 20px;
	color: #fff;
	background: #000;
}
footer {
	padding: 25px 0 ;
	color: #fff;
	background: #000;
}

.font_nomal {
	font-weight:normal;
	font-size:22px !important;
}
/* new entrance */
#entranceN,
#entranceN .wrap,
#entranceN #loopslider,
#entranceN #loopslider_wrap,
#entranceN #loopslider ul,
#entranceN #loopslider ul li,
#entranceN #loopslider ul li img {
	min-width: 320px;
	min-height: 540px;
}

#skippr {
	position: relative;
	
}



#skippr .wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}









#entranceN {
	color:#fff;
	position: relative;
}
#entranceN .wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#entranceN #loopslider {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	height:900px;
}
#entranceN #loopslider ul {
    height: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
#entranceN #loopslider ul li {
    width: auto;
    height: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
#entranceN #loopslider ul li img {
	height:100%;
	width:auto;
}
#entranceN #loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#entranceN #loopslider ul {
    display: inline-block;
    overflow: hidden;
}
#entranceN .slider {
	width:100%;
	height:100%;
	overflow:hidden;
}
#entranceN .main {
	position:absolute;
	left:50%;
	width:460px;
	margin-left:-230px;
	text-align:center;
}
#entranceN .main div.select {
	margin:20px auto 0;
	position:relative;
	width:320px;
}
#entranceN .main div.select div.r18 {
	font-size:11px;
	font-weight:bold;
	padding-top:30px;
	z-index:666;
	color:#000;
}
#entranceN .main div.select div.r18 img {
	display:block;
	margin:10px auto;
}
#entranceN .main div.select a {
	font-family: 'futuramaxibk';
	position:absolute;
	top:0;
	height:130px;
	width:130px;
	border-radius:130px;
	background:rgba(0,0,0,.2);
	color:#fff;
	font-size:30px;
	line-height:130px;
}
#entranceN .main div.select a:hover {
	opacity:1;
	background:rgba(255,255,255,.5);
}
#entranceN .main div.select a:nth-child(2) {
	left:0;
}
#entranceN .main div.select a:nth-child(3) {
	right:0;
}
#entranceN .footer {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	
}
#entranceN .footer ul {
	font-size:0;
	float:left;
}
#entranceN .footer ul li {
	display:inline-block;
	padding-left:5px;
	padding-top:3px;
	vertical-align:middle;
}
#entranceN .footer ul li img {
	vertical-align:middle;
}
#entranceN .footer p.caution {
	float:right;
	font-size:10px;
	line-height: 200%;
	margin-right: 10px;
}
/* entrance */
#entrance {
	width: 100%;
	min-width: 320px;
	height: 100%;
	font-size: 11px;
	text-align: center;
	color: #000;/* background: url(../imgHtml/entrance_xmas_bg_new.jpg) center center no-repeat #fff;
	background-size: cover;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 100; */
}
#entrance .eventTitle {
	margin-bottom: 40px;
	font-family: 'futura';
	line-height: 1;
}
#entrance .eventTitle dt.title01 {
	font-size: 106px;
	position: relative;
}
#entrance .eventTitle dt.title01 .kiss {
	margin-left: 205px;
	position: absolute;
	left: 50%;
	bottom: 20px;
}
#entrance .eventTitle dt.title02 {
	font-size: 20px;
	letter-spacing: 0.1em;
}
#entrance .eventTitle dd {
	font-size: 59px;
	letter-spacing: 0.05em;
}
#entrance .r18 {
	margin: 10px auto;
	display: block;
	
}
#entrance p.attention.en {
	font-family: 'freightdispLtIt';
}
#entrance div.select {
	margin: 20px auto;
	height: 60px;
	width: 470px;
	line-height: 60px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#entrance div.select a {
	padding: 0 20px;
	font-size: 48px;
	font-family: 'freightdispBk';
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
}
#entrance div.select a.yes {
	color: #000;
}
#entrance div.select a.no {
	color: #000;
}
#entrance .copy {
	font-family: 'freightdispLt';
}
/*　contents　*/
#main.dispOff {
	opacity: 0;
}
#main.dispOn {
	opacity: 1;
}
header h1 {
	margin: 0 auto 10px auto;
}
header p.info {
	color: #a0a0a0;
	font-size: 11px;
	line-height: 160%;
	letter-spacing: .5em;
	margin-bottom: 10px;
}
header nav, footer nav, .header_min nav {
	position: relative;
	overflow: hidden;
}
header ul.nav, footer ul.nav, .header_min ul.nav {
	float: left;
	position: relative;
	left: 50%;
}
header ul.nav li, footer ul.nav li, .header_min ul.nav li {
	float: left;
	padding: 0 10px;
	font-size: 18px;
	font-family: 'freightdispLt';
	font-style: italic;
	position: relative;
	left: -50%;
}
.header_min ul.nav li {
	font-size: 16px;
}
header ul.nav a, footer ul.nav a, .header_min ul.nav a {
	display: block;
	color: #fff;
}
.bnrBox .bnr {
	width: 100%;
	height: auto;
	display: block;
}
.header_min {
	padding: 20px 0;
	color: #fff;
	background: #000;
	position: fixed;
	top: -70px;
	width: 100%;
	z-index: 999;
	-webkit-transition: top 0.3s ease-out;
	-moz-transition: top 0.3s ease-out;
	transition: top 0.3s ease-out;
	min-width:960px;
}
.header_min ul.nav li.tel {
	padding-left: 25px;
	font-size: 16px;
	font-family: 'unica_one';
	font-style: normal;
}
.header_min ul.nav li.tel .cssSprite {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
footer dl.shopInfo {
	margin: 0 0 20px 80px;
	overflow: hidden;
}
footer dl.shopInfo dt, footer dl.shopInfo dd {
	height: 36px;	/* logo_height */
}
footer dl.shopInfo dt {
	float: left;
	margin-right: 10px;
}
footer dl.shopInfo dd {
	float: left;
	font-size: 11px;
	line-height: 1.3;
	font-family: 'unica_one';
	text-align: left;
}
footer ul.nav {
	margin-left: 70px;
	left: 0;
}
footer ul.nav li {
	padding: 0 20px 0 0;
	text-align: left;
	left: 0;
}
footer ul.link {
	display: table;
	margin: 0 auto;
	width: 800px;
	border-collapse: collapse;
}
footer ul.link li {
	display: table-cell;
	border-right: 1px solid #464646;
	border-left: 1px solid #464646;
}
footer ul.link a {
	display: block;
	width: 100%;
	height: 100%;
	color: #949494;
}
footer .siteList ul.link li {
	width: 20%;
	height: 80px;
}
footer .siteList ul.link dt .cssSprite {
	margin: 0 auto;
}
footer .siteList ul.link dt {
	height: 33px;	/* logoHeight(max) */
}
footer .siteList ul.link dd {
	margin-top: 5px;
	font-family: 'unica_one';
	color: #949494;
}
footer .siteList {
	margin-top: 20px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
}
footer .groupList {
	margin-bottom: 15px;
	border-bottom: 1px solid #464646;
}
footer .groupList ul.link li {
	width: 25%;
	height: 60px;
}
footer .groupList ul.link dt {
	font-family: 'unica_one';
	letter-spacing: 0.1em;
	color: #949494;
}
footer .groupList ul.link dd {
	font-size: 11px;
	color: #c8c8c8;
}
footer .groupList ul.link .arrow {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.5ex;
	margin-right: 5px;
	font-size: 8px;
}
footer .compliance {
	font-family: 'unica_one';
}
footer .compliance a {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-decoration: underline;
	color: #fff;
}
footer .copyright {
	font-size: 10px;
	letter-spacing: 0.2em;
	font-family: 'unica_one';
	color: #949494;
}
.nowNumber {
	height: 60px;
	font-family: 'freightdispMd';
	font-style: italic;
	line-height: 60px;
	letter-spacing: 0.2em;
	color: #a0a0a0;
	height: 10px;
	font-size:0;
	opacity:0;
	overflow:hidden;
}
.nowNumber span {
	color: #ff00ff;
}
article.girlsList {
	min-height: 100%;
	overflow: hidden;
}
article.girlsList a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
article.girlsList .swapHTMLObject {
	position: relative;
	width: 100%;
	height: 100%;
}
article.girlsList video {
	width: 100%;
	height: 100%;
}
article.girlsList .movieBox {
	width: 634px;
	height: 423px;
	color: #fff;
	background: #000;
	position: relative;
}
article.girlsList .photoBox {
	background: #fff;
	position: relative;
	overflow: hidden;
}
article.girlsList .photoBox .swapHTMLObject video {
	background: #000;
}
article.girlsList .boxType01 {
	width: 311px;
	height: 207px;
}
article.girlsList .boxType02 {
	width: 311px;
	height: 423px;
}
article.girlsList .boxType03 {
	width: 634px;
	height: 423px;
}
article.girlsList .movieBox iframe {
	width: 634px;
	height: 357px;
	background: #000;
	border: 0;
}
article.girlsList .movieBox .title {
	height: 66px;
	line-height: 1;
}
article.girlsList .movieBox .title dt h2 {
	font-size: 30px;
	font-family: 'freightdispBd';
}
article.girlsList .movieBox .title dd {
	font-size: 11px;
	font-family: 'freightdispBk';
}
article.girlsList img.photo {
	width: 100%;
	height: auto;
	vertical-align: top;
}
article.girlsList .nowStatus {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
}
article.girlsList .nowStatus dt {
	font-size: 20px;
	font-family: 'freightdispBd';
	line-height: 1;
}
article.girlsList .nowStatus dt span {
	font-size: 12px;
}
article.girlsList .nowStatus dd {
	font-size: 11px;
	line-height: 1;
}
article.girlsList .nowStatus dd .soldOut {
	font-family: 'helveticaneueCdBd';
}
article.girlsList .status01 {
	background: rgba(79,193,233,0.5);/*	background: rgba(231,82,128,0.5);*/
}
article.girlsList .status02, article.girlsList .status09 {
	background: rgba(79,193,233,0.5);
}
article.girlsList .status03 {
	background: rgba(246,113,42,0.5);
}
article.girlsList .status04, article.girlsList .status05 {
	background: rgba(35,205,183,0.5);
}
article.girlsList .status06 {
	background: rgba(255,241,0,0.5);
}
article.girlsList .status07 {
	background: rgba(126,107,90,0.5);
}
article.girlsList .status08 {
	background: rgba(96,25,134,0.5);
}
article.girlsList .status03 dt, article.girlsList .status06 dt, article.girlsList .status07 dt, article.girlsList .status08 dt {
	font-size: 16px;
}
article.girlsList .status04 dt {
	line-height: 0.8;
}
article.girlsList .status05 dt {
	font-size: 18px;
}
article.girlsList .status04 dt, article.girlsList .status05 dt, article.girlsList .status07 dt {
	line-height: 0.8;
}
article.girlsList .status09 dt span {
	font-size: 17px;
}
article.girlsList .girlsData {
	width: 100%;
	height: 79px;
	background: url(../imgCss/index_girlsData_bg.png) repeat-x 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
article.girlsList .girlsData dl {
	line-height: 1;
	font-family: 'unica_one';
	text-align: left;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
article.girlsList .girlsData dl dt {
	margin-top: 3px;
	font-size: 20px;
}
article.girlsList .girlsData dl dd {
	font-size: 14px;
}
article.girlsList .girlsData dl dd.iconList .cssSprite {
	margin-right: 5px;
	display: inline-block;
}
article.girlsList .rank {
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-family: 'freightdispMd';
	font-style: italic;
	line-height: 30px;
	border: 1px solid #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
div.wrapBlock {
	min-width: 960px;
}
article.gravure {
	float: left;
	width: 50%;
	height: 300px;
	color: #f0f;
	background: url(../imgHtml/index_gravureBg.jpg) center center no-repeat;
	position: relative;
}
article.gravure dl, article.letter dl {
	width: 100%;
	position: absolute;
}
article.gravure dt.headLine, article.letter dt.headLine {
	margin: 10px 0;
	font-size: 40px;
	font-family: 'freightdispBkIt';
}
article.gravure dt.headLine span, article.letter dt.headLine span {
	font-family: 'freightdispBdIt';
}
article.gravure h2, article.letter h2 {
	margin: 10px 0;
	font-size: 30px;
	letter-spacing: 0.5em;
}
article.gravure dd.box01, article.letter dd.box01 {
	font-size: 18px;
	letter-spacing: 0.5em;
	line-height: 1;
}
article.gravure dd.box02, article.letter dd.box02 {
	font-size: 12px;
	line-height: 1;
}
article.gravure .moreBtn {
	margin: 20px auto 0 auto;
	display: block;
	width: 45%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: 'freightdispLt';
	font-style: italic;
	color: #f0f;
	border: 1px solid #f0f;
}
article.letter .moreBtn {
	margin: 20px auto 0 auto;
	display: block;
	width: 45%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: 'freightdispLt';
	font-style: italic;
	color: #e50065;
	border: 1px solid #e50065;
}
article.letter {
	float: left;
	width: 50%;
	height: 300px;
	color: #e50065;
	background: url(../imgHtml/index_letterBg.jpg) center center no-repeat;
	position: relative;
}
article.jobOffer {
	position: relative;
}
article.jobOffer .bg {
	display: block;
	width: 100%;
	height: auto;
}
article.jobOffer h2 {
	width: 502px;
	height: 229px;
	background: url(../imgHtml/index_jobOffer_headline.png) no-repeat 0 0;
}
article.jobOffer .contentsBox {
	padding-left: 448px;
	width: 320px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
article.jobOffer dl {
	margin-top: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: right;
}
article.jobOffer dt.title01 {
	font-size: 36px;
	line-height: 1;
}
article.jobOffer dt.title02 {
	font-size: 24px;
	line-height: 2;
}
article.jobOffer dd {
	text-align: left;
}
article.jobOffer .moreBtn {
	display: block;
	margin-top: 40px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background:#000;
	color:#fff;
}
article.event {
	clear: both;
	height: 600px;
	background: url(../imgHtml/index_eventBg.jpg) center center no-repeat;
	position: relative;
}
article.event h2 {
	width: 491px;
	height: 139px;
	background: url(../imgHtml/index_event_headLine.jpg) 0 0 no-repeat;
}
article.event .contentsBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
article.specialBox {
	overflow: hidden;
}
article.specialBox div.sliderWrap {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
}
article.specialBox div.photobox {
	width: 50%;
	height: auto;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
}
article.specialBox li > div a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
article.specialBox li > div img.photo {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
article.specialBox li > div:hover img.photo {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}
article.specialBox li > div dl.data {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
article.specialBox li > div dl.data dt.name_en {
	font-size: 48px;
	line-height: 1;
	font-family: 'monikaIt';
}
article.specialBox li > div dl.data dd.pinup {
	font-size: 18px;
	font-family: 'goudy_old_style_t_otitalic';
	letter-spacing: 0.4em;
}
article.specialBox li > div dl.data dt.name_ja {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
article.specialBox li > div dl.data dd.girlLink {
	margin: 10px auto 0 auto;
	width: 300px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: 'freightdispLtIt';
	display: block;
	border: 1px solid #000;
	cursor: pointer;
}
article.specialBox li > div:hover dl.data dd.girlLink {
	color: #fff;
	background: #000;
}
/* web font */
@font-face {
	font-family: 'unica_one';
	src: url('../fonts/unicaone-regular.eot');
	src: url('../fonts/unicaone-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/unicaone-regular.woff') format('woff'), url('../fonts/unicaone-regular.ttf') format('truetype'), url('../fonts/unicaone-regular.svg#unica_oneregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispLt';
	src: url('../fonts/freightdisplight.eot');
	src: url('../fonts/freightdisplight.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdisplight.woff') format('woff'), url('../fonts/freightdisplight.ttf') format('truetype'), url('../fonts/freightdisplight.svg#freightdisplight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispLtIt';
	src: url('../fonts/freightdisplightitalic.eot');
	src: url('../fonts/freightdisplightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdisplightitalic.woff') format('woff'), url('../fonts/freightdisplightitalic.ttf') format('truetype'), url('../fonts/freightdisplightitalic.svg#freightdisplightitalicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispLtSC';
	src: url('../fonts/freightdisplightsc.eot');
	src: url('../fonts/freightdisplightsc.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdisplightsc.woff') format('woff'), url('../fonts/freightdisplightsc.ttf') format('truetype'), url('../fonts/freightdisplightsc.svg#freightdisplightscregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispMd';
	src: url('../fonts/freightdispmedium.eot');
	src: url('../fonts/freightdispmedium.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdispmedium.woff') format('woff'), url('../fonts/freightdispmedium.ttf') format('truetype'), url('../fonts/freightdispmedium.svg#freightdispmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispBk';
	src: url('../fonts/freightdispbook.eot');
	src: url('../fonts/freightdispbook.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdispbook.woff') format('woff'), url('../fonts/freightdispbook.ttf') format('truetype'), url('../fonts/freightdispbook.svg#freightdispbookregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispBd';
	src: url('../fonts/freightdispboldsc.eot');
	src: url('../fonts/freightdispboldsc.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdispboldsc.woff') format('woff'), url('../fonts/freightdispboldsc.ttf') format('truetype'), url('../fonts/freightdispboldsc.svg#freightdispboldsc') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispBdIt';
	src: url('../fonts/freightdispbolditalic.eot');
	src: url('../fonts/freightdispbolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdispbolditalic.woff') format('woff'), url('../fonts/freightdispbolditalic.ttf') format('truetype'), url('../fonts/freightdispbolditalic.svg#freightdispBdIt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'freightdispBkIt';
	src: url('../fonts/freightdispbookitalic.eot');
	src: url('../fonts/freightdispbookitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/freightdispbookitalic.woff') format('woff'), url('../fonts/freightdispbookitalic.ttf') format('truetype'), url('../fonts/freightdispbookitalic.svg#freightdispBkIt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneueUlLt';
	src: url('../fonts/HelveticaNeueUltraLight.eot');
	src: url('../fonts/HelveticaNeueUltraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueUltraLight.woff') format('woff'), url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype'), url('../fonts/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helveticaneueCdBd';
	src: url('../fonts/helveticaneuecondensedbold.eot');
	src: url('../fonts/helveticaneuecondensedbold.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecondensedbold.woff') format('woff'), url('../fonts/helveticaneuecondensedbold.ttf') format('truetype'), url('../fonts/helveticaneuecondensedbold.svg#helveticaneuecondensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museoslab500';
	src: url('../fonts/museoslab500.eot');
	src: url('../fonts/museoslab500.eot?#iefix') format('embedded-opentype'), url('../fonts/museoslab500.woff') format('woff'), url('../fonts/museoslab500.ttf') format('truetype'), url('../fonts/museoslab500.svg#museoslab500') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'signika';
	src: url('../fonts/signika-regular.eot');
	src: url('../fonts/signika-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/signika-regular.woff') format('woff'), url('../fonts/signika-regular.ttf') format('truetype'), url('../fonts/signika-regular.svg#signikaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'monika';
	src: url('../fonts/monika.eot');
	src: url('../fonts/monika.eot?#iefix') format('embedded-opentype'), url('../fonts/monika.woff') format('woff'), url('../fonts/monika.ttf') format('truetype'), url('../fonts/monika.svg#monikaitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'monikaIt';
	src: url('../fonts/monika_italic.eot');
	src: url('../fonts/monika_italic.eot?#iefix') format('embedded-opentype'), url('../fonts/monika_italic.woff2') format('woff2'), url('../fonts/monika_italic.woff') format('woff'), url('../fonts/monika_italic.ttf') format('truetype'), url('../fonts/monika_italic.svg#monikaIt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mysticextended';
	src: url('../fonts/mysticextended-normal.eot');
	src: url('../fonts/mysticextended-normal.eot?#iefix') format('embedded-opentype'), url('../fonts/mysticextended-normal.woff') format('woff'), url('../fonts/mysticextended-normal.ttf') format('truetype'), url('../fonts/mysticextended-normal.svg#mysticextended-normal') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'times';
	src: url('../fonts/times.eot');
	src: url('../fonts/times.eot?#iefix') format('embedded-opentype'), url('../fonts/times.woff') format('woff'), url('../fonts/times.ttf') format('truetype'), url('../fonts/times.svg#times_new_romanregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cgfuturamaxiBd';
	src: url('../fonts/cgfuturamaxibd.eot');
	src: url('../fonts/cgfuturamaxibd.eot?#iefix') format('embedded-opentype'), url('../fonts/cgfuturamaxibd.woff') format('woff'), url('../fonts/cgfuturamaxibd.ttf') format('truetype'), url('../fonts/cgfuturamaxibd.svg#cgfuturamaxibdmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bankgothicMdBt';
	src: url('../fonts/bankgothic_md_bt.eot');
	src: url('../fonts/bankgothic_md_bt.eot?#iefix') format('embedded-opentype'), url('../fonts/bankgothic_md_bt.woff') format('woff'), url('../fonts/bankgothic_md_bt.ttf') format('truetype'), url('../fonts/bankgothic_md_bt.svg#bankgothic_md_bt') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futura';
	src: url('../fonts/futura.eot');
	src: url('../fonts/futura.eot?#iefix') format('embedded-opentype'), url('../fonts/futura.woff2') format('woff2'), url('../fonts/futura.woff') format('woff'), url('../fonts/futura.ttf') format('truetype'), url('../fonts/futura.svg#futuramedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'moreenchanted';
	src: url('../fonts/moreenchanted.eot');
	src: url('../fonts/moreenchanted.eot?#iefix') format('embedded-opentype'), url('../fonts/moreenchanted.woff') format('woff'), url('../fonts/moreenchanted.ttf') format('truetype'), url('../fonts/moreenchanted.svg#moreenchanteditalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'goudy_old_style_t_otitalic';
	src: url('../fonts/goudy-old-style-t-ot-regular-italic.eot');
	src: url('../fonts/goudy-old-style-t-ot-regular-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/goudy-old-style-t-ot-regular-italic.woff') format('woff'), url('../fonts/goudy-old-style-t-ot-regular-italic.ttf') format('truetype'), url('../fonts/goudy-old-style-t-ot-regular-italic.svg#goudy_old_style_t_otitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'futuramaxibk';
	src: url('../fonts/futuramaxibk.eot');
	src: url('../fonts/futuramaxibk.eot?#iefix') format('embedded-opentype'), url('../fonts/futuramaxibk.woff') format('woff'), url('../fonts/futuramaxibk.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Orbitron-Medium';
	src: url('../fonts/Orbitron-Medium.eot');
	src: url('../fonts/Orbitron-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Medium.woff') format('woff'), url('../fonts/Orbitron-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.top {
	background-color:rgba(255,255,255,0.3);
	padding:5px 0;
	text-align:left;
	color:#000;
	border-bottom:0px solid #FFF;
    z-index: 999;
     width:100%;
	 
}

.gr {
	padding:10px 0 10px 10%;
	text-align:left;
}

.logo {
	float:left;
	width:150px;
	padding:0px 0 0px 0;
	margin-left:0px;
	
}

.logo2 {
	float:left;
	width:40%;
	padding:0px 0 0px 0;
	margin-left:20px;
	font-size:12px;
	
	
	}
	
	.logo2 h1 {
		font-size:12px !important;
		font-weight:100 !important;
		text-align:left !important;
		padding:0;
		margin:3px 0 0 0; 
	}

.top_tel {
	float:right;
	width:35px;
	margin-top:0px;
	margin-right:0px;
	background-color:#7343a6;
	
}

.top_tel2 {
	float:right;
	width:35px;
	margin-top:4px;
	margin-right:10px;
	
	
}

.top_tel3 {
	float:right;
	width:35px;
	margin-top:4px;
	margin-right:10px;
	
	
}


.top_tel4 {
	float:right;
	width:100px;
	margin-top:4px;
	margin-right:10px;
	
	
}

.top_tel5 {
	float:right;
	width:35px;
	margin-top:4px;
	margin-right:10px;
	
	
}


.top_tel6 {
	float:right;
	width:210px;
	margin-top:2px;
	margin-right:10px;
	
	
}


.low2 {
	width:100%;
	text-align:center;
	background-color:#fff;
	padding-bottom:40px;
}

.low2_title {
	color:#000;
	font-size:24px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:20px 0;
}


.low img {
	max-width:360px;
}

.low2 img {
	max-width:360px;
}

.low_text {
	font-size:16px;
	width:50%;
	float:right;
	text-align:left;
	padding:40px 5% 40px 5%;
	color:#666;
}


.low_text_left {
	font-size:16px;
	width:50%;
	float:left;
	text-align:left;
	padding:0px 0% 0px 0%;
	color:#666;
}

.low_text_left2 {
	font-size:16px;
	width:50%;
	float:left;
	text-align:left;
	padding:40px 5% 40px 5%;
	color:#666;
}

.low_text_left4 {
	font-size:16px;
	width:100%;
	float:none;
	text-align:center !important;
	padding:40px 5% 40px 5%;
	color:#666;
}


.low_text3 {
	font-size:16px;
	width:80%;
	float:none;
	text-align:left;
	padding:40px 5% 40px ;
	color:#666;
	margin:auto;
}

.low_text_left img {
	width:100%;
}




.yuri {
	width:100%;
	margin:auto;
	
}

.yuri div {
	width:23%;
	float:left;
	text-align:center;
	margin:0 1%;
}

.titile {
	font-size:18px;
	text-align:left;
	font-weight:800;
}

.low_logo {
	width:100%;
	margin:auto;
	text-align:center;
	padding:40px 0 0 0;
}

.low_logo img {
	max-width:250px;
}



.low_page {
	width:100%;
	margin:auto;
	text-align:center;
	padding:40px 0 0 0;
}



.recruit {
	width:100%;
	padding:40px 0;
	background-color:#FFF;
	color:#666;
	border-top:1px solid #d6e9ff;
}

.recruit_text {
	border-top:1px solid #d6e9ff;
	
}

.recruit_text_inner {
	width:70%;
	margin:auto;
}

.titile2 {
	font-size:28px;
	text-align:center;
	font-weight:800;
	border-bottom:1px solid #d6e9ff;
	padding-bottom:20px;
	
}

.titile3 {
	font-size:28px;
	text-align:center;
	font-weight:800;
	width:100%;
	text-align:center;
	color:#666;
	padding-top:20px;
}



.recruit img {
	width:90%;
	margin:auto;
	padding:20px 0 0 0;
	max-width:1024px;
}

.sub {
	font-size:16px;
	font-weight:200;
}


.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin:1% 1%;
  font-weight:200;
  font-size:16px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #0066b5;
  border: 2px solid #0066b5;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #0066b5;
  color: #0066b5;
}
.button::before,
.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0066b5;
}
.button::before {
  top: 0;
}
.button::after {
  bottom: 0;
}
.button:hover::before,
.button:hover::after {
  height: 0;
  background-color: #59b1eb;
}

.button.button_blog { margin: 20px 0; }

.footer2 {
	background-color:#fff;
	color:#000;
	padding:20px 0 20px 0;
}

.com {
	padding:30px 0;
	
}

.bold2 {
	font-size:18px;
	font-weight:700;
}

.sp_only {
	display:none;
}

.pc_only {
	display:block;
}

.button_area {
	text-align:center;
	width:100%;
	padding-bottom:40px;
}

.low_text4 {
	font-size:18px;
	width:50%;
	float:right;
	text-align:left;
	padding:0px 0% 0px 0%;
	color:#666;
}


.low_text4 img {
	width:100%;
	padding:0;
	margin:0;
}


.low_text5 {
	font-size:16px;
	width:50%;
	float:right;
	text-align:center;
	padding:0px 0% 0px 0%;
	color:#666;
}

.low_text5 img {
	width:320px;
	margin:30px auto 0 auto;
}



.yuri div {
	width:23%;
	margin:0 1%;
	font-size:16px;
	font-weight:400;
	line-height:35px;
}

.blue {
	color:#09F;
}

.red {
	color:#F30;
}

.green {
	color:#093;
}

.text_1 {
	padding:5px 10px;
	
	
	margin:40px auto 0 auto;
	width:80%;
	text-align:center;
}

.low_logo {
	text-align:center;
	padding:40px 0 40px 0;
	border-bottom:1px solid #d6e9ff;
}

.low_logo_titile {
	font-size:26px;
	text-align:center;
	font-weight:800;
	color:#333;
}

.low_logo_titile.title_feature { margin-top: 50px; }

.low_logo_titile img {
	max-width:250px;
}



.low_logo_titile2 {
	font-size:26px;
	text-align:center;
	font-weight:800;
	color:#333;
}

.low_logo_titile2 img {
	max-width:350px;
}


.low_logo_titile3 {
	font-size:26px;
	text-align:center;
	font-weight:800;
	color:#333;
}

.low_logo_titile3 img {
	max-width:320px;
}



.low_logo p {
	font-size:14px;
	padding:10px 0;
	color:#333;
}

.low_page p {
	font-size:14px;
	padding:10px 0;
	color:#333;
}

.logo_sp {
	float:left;
	width:150px;
	padding:0px 0 0px 0;
	margin-left:0px;
	display:none;
}

.arrow3 {
	margin:-60px 0 0 0;
	z-index:100;
	position:absolute;
	text-align:center;
	width:100%;
}




@media only screen and (max-width: 1023px) {
	

	
	.text_1 {
	padding:5px 10px;
	
	margin:40px auto 0 auto;
	width:50%;
	text-align:center;
}
	
	.low_logo img {
	max-width:460px;
}





	

.sp_only {
	display:block;
}

.pc_only {
	display:none;
}



#entranceN .main {
	position:absolute;
	left:50%;
	width:680px;
	margin-left:-340px;
	text-align:center;
}


.low_text {
	font-size:18px;
	width:80%;
	margin:auto;
	text-align:left;
	padding:40px 0;
	color:#666;
}


.top_text {
	position:absolute;
	right:0%;
	top:10%;
	margin:auto;
	text-align:center;
	width:60%;
}

.yuri div {
	width:48% !important;
	float:left;
	margin:1% 1%;
	text-align:center;
	font-size:16px;
}

.low_text {
	font-size:14px;
	width:95%;
	float:none;
	text-align:left;
	padding:40px 5% 40px 0;
	color:#666;
}


.low_text_left {
	font-size:14px;
	width:100%;
	float:none;
	text-align: center;
	padding:0px 0% 10px 0%;
	color:#666;
}


.low_text_left img {
	width:100%;
	padding:0;
	margin:0;
}





.low_text3 {
	font-size:14px;
	width:95%;
	float:none;
	text-align:left;
	padding:40px 2.5% 40px ;
	color:#666;
	margin:auto;
}

.low img {
	max-width:48%;
	float:left;
	margin:0 1%;
}

.vCenter img {
	max-width:100%;
	top:40%;
}

#entranceN .main div.select a {
	font-family: 'futuramaxibk';
	position:absolute;
	top:0;
	height:130px;
	width:130px;
	border-radius:130px;
	background:rgba(0,0,0,.2);
	color:#fff;
	font-size:30px;
	line-height:130px;
}

.low_text_left {
	width:100%:
}

.low_text {
	width:100%;
	padding:10px 5%;
}


.form {
  max-width: 100%;
}

.titile {
	font-size:24px;
	text-align:center;
	font-weight:800;
}


.button {
  display: inline-block;
  width: 80%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  margin:1% 1%;
  font-weight:200;
  font-size:16px;
}


#entranceN .main div.select {
	margin:50px auto 0;
	position:relative;
	width:480px;
}

#entranceN .main div.select div.r18 {
	font-size:16px;
	font-weight:bold;
	padding-top:30px;
	z-index:666;
	color:#000;
}

.line {
	width:100%;
	text-align:center;
}

.line img {
	width:320px;
}
.top_tel {
	float:right;
	width:30px;
	margin-top:0px;
	margin-right:0px;
	background-color:#7343a6;
}

.top_tel2 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:20px;
	
}

.top_tel3 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:20px;
	
}
.top_tel4 {
	float:right;
	width:83px;
	margin-top:4px;
	margin-right:20px;
	
}

.top_tel5 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:20px;
	
}


}


@media only screen and (max-width: 880px) {


.bread {
	width:100%;
	text-align:left;
	padding:5px 0 5px 10px;
	font-size:12px;
	background-color:#3a4873;
	color:#FFF;
	margin-top:50px !important;
}
.bread.bread2 { margin-top:0 !important; }

.top {
	background-color:rgba(255,255,255,0.3);
	padding:0px 0;
	text-align:left;
	color:#000;
	border-bottom:0px solid #FFF;
  z-index: 999;
  width:100%;
}



.logo {
	float:left;
	width:150px;
	padding:0px 0 0px 0;
	margin-left:0px;
	display:none;
}

.logo_sp {
	float:left;
	width:40%;
	padding:0px 0 10px 2%;
	margin-left:0px;
	display:block;
}


.logo2 {
	float:none;
	width:100%;
	padding:5px 0 10px 0;
	margin-left:0px;
	text-align:center;
	}
 .logo2 h1 {
		font-size:12px !important;
		font-weight:100 !important;
		text-align:center !important;
		margin-bottom:3px;
	}

.top_tel {
	float:right;
	width:30px;
	margin-top:0px;
	margin-right:0px;
	background-color:#7343a6;
}

.top_tel2 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:5px;
	
}

.top_tel3 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:20px;
	
}
.top_tel4 {
	float:right;
	width:80px;
	margin-top:4px;
	margin-right:10px;
	
}

.top_tel5 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:10px;
	
}

.low_title {
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:05px 0 5px 10px !important;
	font-weight:800;
	border-bottom:0px solid #CCC;
}

.low_title2 {
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:05px 0 5px 10px !important;
	font-weight:800;
	border-bottom:0px solid #CCC;
}

.low_banner1 {
	width:32.333% !important;
	float:left;
	margin:0 0.5%;
}



.low_logo_titile2 img {
	max-width:280px;
}


}


@media only screen and (max-width: 768px) {

.low_inner1 {
	width:100% !important;
	margin:auto;
	font-size:14px;
	float:left;
	background-color:#ececec;
	padding:20px 0;
	min-height:100%;
}

.low_inner2 {
	width:100% !important;
	margin:auto;
	font-size:14px;
	float:left;
	background-color:#f9f9f9;
	padding:20px 0;
	min-height:100%;
}

.low_title {
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:0px 0 5px 0px;
	font-weight:800;
	margin:0 0 0 0% !important;
}


.low_inner1 a {
	color:#0066b5;
	margin:0 0 0 2% !important;
}


.low_inner2 a {
	color:#0066b5;
	margin:0 0 0 2% !important;
}

.modal {
	position: relative;
	display:none;
	z-index:9999;
	top:-550px !important;
	
}
.modal .pr_box {
	width:98% !important;
	height:auto;
	margin:auto;
	box-shadow:0px 0px 12px rgba(0,0,0,0.4);
	padding:40px;
	background:rgba(255,255,255,0.6);
	font-size:12px !important;

}

.modal .pr_box p {
	padding:0 0 20px 0;
	color:#000;
	font-size:12px !important;
	
}

.close_modal{
	display: block;
	width: 100% !important;
	line-height:50px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #018ad1;
	background: #018ad1;
	*display: inline;
	*zoom: 1;
	margin:auto !important;
	text-align:center !important;
}

.close_modal_no{
	display: block;
	width: 100% !important;
	line-height:50px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #C00;
	background:#C00;
	*display: inline;
	*zoom: 1;
	margin:auto !important;
	text-align:center !important;
}

.disclaimer_inner p {
	text-align:left !important;
}



.close_modal_other{
	display: block;
	width: 100% !important;
	line-height:50px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #C00;
	background:#C00;
	*display: inline;
	*zoom: 1;
	margin:auto !important;
	text-align:center !important;
}



.top_tel {
	float:right;
	width:35px;
	margin-top:0px;
	margin-right:0px;
	background-color:#7343a6;
}

.top_tel2 {
	float:right;
	width:35px;
	margin-top:4px;
	margin-right:5px;
	
}

.top_tel3 {
	float:right;
	width:35px;
	margin-top:4px;
	margin-right:20px;
	
}
.top_tel4 {
	float:right;
	width:93px;
	margin-top:4px;
	margin-right:10px;
	
}

.top_tel5 {
	float:right;
	width:35px;
	margin-top:4px;
	margin-right:10px;
	
}





}


@media only screen and (max-width: 320px) {
	
	.modal {
	position: relative;
	display:none;
	z-index:9999;
	top:-600px !important;
	
}
.modal .pr_box {
	width:98% !important;
	height:auto;
	margin:auto;
	box-shadow:0px 0px 12px rgba(0,0,0,0.4);
	padding:40px;
	background:rgba(255,255,255,0.6);
	font-size:12px !important;

}

.modal .pr_box p {
	padding:0 0 20px 0;
	color:#000;
	font-size:12px !important;
	
}


.top_tel {
	float:right;
	width:30px;
	margin-top:0px;
	margin-right:0px;
	background-color:#7343a6;
}

.top_tel2 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:5px;
	
}

.top_tel3 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:20px;
	
}
.top_tel4 {
	float:right;
	width:80px;
	margin-top:4px;
	margin-right:10px;
	
}

.top_tel5 {
	float:right;
	width:30px;
	margin-top:4px;
	margin-right:10px;
	
}


	
	
}


@media only screen and (max-width: 1023px) {
	
	#entranceN .main div.select div.r18 {
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	z-index:666;
	color:#000;
}


	
	
	
.vCenter img {
	width:100%;
	top:40%;
	margin:auto;
	max-width:320px;
	display:block;
}

.r18_img {
	max-width:200px !important;
}

.select img {
	width:80px !important;
}
#entranceN .main div.select {
	margin:20px auto 0;
	position:relative;
	width:270px;
}

#entranceN .main div.select a {
	font-family: 'futuramaxibk';
	position:absolute;
	top:0;
	height:80px;
	width:80px;
	border-radius:130px;
	background:rgba(0,0,0,.2);
	color:#fff;
	font-size:30px;
	line-height:80px;
}





	
}

@media only screen and (max-width: 374px) {

.logo2 {
	float:none;
	width:100%;
	padding:5px 0 10px 0;
	margin-left:0px;
	text-align:center;
	font-size:10px;
	}

}

@media only screen and (max-width: 414px) {
	
	.logo {
	float:none;
	width:100%;
	padding:10px 0;
	margin-left:0px;
	display:none;
}


	
	.titile {
	font-size:24px;
	text-align:center;
	font-weight:800;
}
	
	#entranceN .main div.select div.r18 {
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	z-index:666;
	color:#000;
}
	
	
	
.vCenter img {
	width:100%;
	top:40%;
	margin:auto;
	max-width:320px;
	display:block;
}

.r18_img {
	max-width:200px !important;
}

.select img {
	width:80px !important;
}
#entranceN .main div.select {
	margin:20px auto 0;
	position:relative;
	width:270px;
}

#entranceN .main div.select a {
	font-family: 'futuramaxibk';
	position:absolute;
	top:0;
	height:80px;
	width:80px;
	border-radius:130px;
	background:rgba(0,0,0,.2);
	color:#fff;
	font-size:30px;
	line-height:80px;
}



.low_title {
	font-size:12px !important;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:05px 0 5px 10px !important;
	font-weight:800;
	border-bottom:0px solid #CCC;
}

.low_title2 {
	font-size:12px !important;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:05px 0 5px 10px !important;
	font-weight:800;
	border-bottom:0px solid #CCC;
}




	
}


@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 100%;
  padding: 0% 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  
  max-width: 700px;
  margin: 0 auto 0px;
  text-align: center;
  
}
.login-page .form a { color: #333; }
.login-page .form a:hover {
        background-color: #CFF;
}

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 18px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0066b5;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #3f8ac3;
}
.form .message {
  margin: 15px 0 0;
  color: #fff;
  font-size: 12px;
}
.form .message a {
  color: #fff;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.card {
	font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0066b5;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin:1px 0;
}

.card:hover + .fukidashi {
  background: #3f8ac3;
  display: block;
}



.message3 {
    position: relative;
	font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 12px 15px;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin:1px 0;
  text-align:left;
  width:50%;
  float:left;
  border-bottom: 1px solid #666;
  
}


.message_login {
    position: relative;
	font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 12px 15px;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin:0px 0;
  text-align:left;
  width:50%;
  float:left;
  border-bottom: 1px solid #666;
  background-color:#3b4977;
  font-size:14px;
  font-weight:700;
  color:#fff;
  
}





.message3 a {
	color:#333;
	text-decoration:none;
}

.message3:hover {
	text-decoration:none;
    background-color: #CFF;
}
.message3 a { padding-left: 28px; }
#menu-top a { background: url(../img/menu-icon_top.png) no-repeat; background-position-y: -4px; }
#menu-standby a { background: url(../img/menu-icon_standby.png) no-repeat; background-position-y: -4px; }
#menu-guide a { background: url(../img/menu-icon_guide.png) no-repeat; background-position-y: -3px; }
#menu-blog a { background: url(../img/menu-icon_blog.png) no-repeat; background-position-y: -2px; }
#menu-movie a { background: url(../img/menu-icon_movie.png) no-repeat; background-position-y: -4px; }
#menu-mypage a { background: url(../img/menu-icon_mypage.png) no-repeat; background-position-y: -3px; }
#menu-form a { background: url(../img/menu-icon_form.png) no-repeat; background-position-y: -2px; background-size: 20px 20px;  }
#menu-ban a { background: url(../img/menu-icon_ban.png) no-repeat; background-position-y: 1px; background-size: 18px 18px; }
#menu-sche a { background: url(../img/menu-icon_sche.png) no-repeat; background-position-y: -4px; }
#menu-tel a { background: url(../img/menu-icon_tel.png) no-repeat; background-position-y: -4px; }
#menu-chat a { background: url(../img/menu-icon_chat.png) no-repeat; background-position-y: -3px; }
#menu-member a { background: url(../img/member_info.png) no-repeat; background-position-y: -4px; }
#menu-logout a { background: url(../img/menu-icon_logout.png) no-repeat; background-position-y: -2px; background-size: 20px 20px; }
#menu-login a { background: url(../img/menu-icon_login.png) no-repeat; background-position-y: -2px; background-size: 20px 20px; }
#menu-kaizen a { background: url(../img/menu-icon_kaizen.png) no-repeat; background-position-y: -2px; background-size: 20px 20px; }
	
	.message2 {
    position: relative;
	font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #fff;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #0066b5;
  font-size: 18px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin:1px 0;
 
}
.message2 span.remark {
    display: none;
}
.message2 a:hover span.remark {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: auto;
    padding: 0.5em;
    position: absolute;
    width: 12em;
	font-size:12px;
	top:0px;
}

.message2 a {
	color:#0066b5;
}


@media screen and (min-width: 1024px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	



}


.low {
	width:100%;
	text-align:left;
	background-color:#fff;
	padding-bottom:0px;
	padding-top:40px;
	border-bottom:1px solid #d6e9ff;
/*	border-top:1px solid #d6e9ff; */
	color:#4d87d0;
}


.low_inner1 {
	width:33.333%;
	margin:auto;
	font-size:14px;
	float:left;
	background-color:#ececec;
	padding:20px 0;
	min-height:100%;
}

.low_inner2 {
	width:33.333%;
	margin:auto;
	font-size:14px;
	float:left;
	background-color:#f9f9f9;
	padding:20px 0;
	min-height:100%;
}

.low_title {
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:0px 0 5px 0px;
	font-weight:800;
	margin:0 0 0 5%;
}

.low_title2 {
	font-size:18px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:0px 0 5px 0px;
	font-weight:800;
	margin:auto;
}




.low_inner1 a {
	color:#0066b5;
	margin:0 0 0 5%;
	padding:0 0 5px 0;
}

.low_inner1 a:hover {
	text-decoration:underline;
	opacity:0.7;
}

.low_inner2 a {
	color:#0066b5;
	margin:0 0 0 5%;
	padding:0 0 5px 0;
}

.low_inner2 a:hover {
	text-decoration:underline;
	opacity:0.7;
}




.low div a {
	font-size:12px;
	color:#999;
	padding:0 0 5px 0;
}

.icon {
	color:#09F;
}


@media only screen and (max-width: 1000px) {

.low {
	width:100%;
	text-align:left !important;
	background-color:#fff;
	padding-bottom:0px;
	border-bottom:1px solid #d6e9ff;
/*	border-top:1px solid #d6e9ff; */
}


.low_inner {
	width:100% !important;
	margin:auto;
	font-size:14px;
}




.low_inner span {
	width:100%;
	display:block;
	border-bottom:1px solid #CCC;
	padding:10px 20px !important;
}

.low_title {
	font-size:16px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:05px 0 5px 10px !important;
	font-weight:800;
	border-bottom:0px solid #CCC;
}


.movie{
  position:relative;
  width:100% !important;
  padding-top:56.25%;
  margin:auto;
}


}

.low_banner {
	background-color:#394774;
	width:100%;
}

.low_banner1 {
	width:24%;
	float:left;
	margin:0 0.5%;
}

.low_banner1 img:hover {
	opacity:0.7;
	transition-duration:0.5s;
}



.low_banner ul li a:hover {
	background-color:#06F;
	width:100%;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}




.tab5 {
  width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
  min-width: 320px;
  margin: 0px auto;
  padding:20px 0;
  max-width:1024px;
}
.tab5 .tab-content {
  margin: 0 10px;
  background-color:#4d87d0;
  padding-right:2px;

}
.tab5 label {
  display: inline-block;
  margin: 0;
  float:left;

}
.tab5 label {
  display: inline-block;
  width: 50%;
  padding: 20px 10px;
  cursor: pointer;
  background: #fff;
  color: #777;
  margin-right: -2px;
}
.tab5 label:hover {
  background: #4d87d0;
  transition-duration: 0.3s;
  color:#FFF;
  transition-duration:0.5s;
}
.tab5 input:checked + label {
  background: #4d87d0;
  color: white;
  
}
.tab5 input {
  display: none;
}
.tab5 #tab5-b1,
.tab5 #tab5-b2,
.tab5 #tab5-b3,
.tab5 #tab5-b4 {
  display: none;
  padding: 10px;
}
.tab5 #tab5-1:checked ~ #tab5-b1,
.tab5 #tab5-2:checked ~ #tab5-b2,
.tab5 #tab5-3:checked ~ #tab5-b3,
.tab5 #tab5-4:checked ~ #tab5-b4 {
  display: block;
  border: 0px solid #9fb7d4;
}


#page-top {
    position: fixed;
    bottom: 80px;
    right: 0px;
    font-size: 10px;
	z-index:9999;
}
#page-top a {
    background: none;
    text-decoration: none;
    color: #fff;
    width: 35px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: none;
}



#photo {
	text-align: center;
}
#photo li {
	display: inline-block;
	margin: 0 5px;
}
#photo a {
	color:#000;
	text-decoration: none;
	font-size:12px;
}

#tooltip {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	background: #ffffff;
	padding: 6px;
	z-index:9999;
}
#tooltip .caption {
	display: block;
	padding-top: 5px;
	text-align: center;
}


.movie{
  position:relative;
  width:95%;
  padding-top:56.25%;
  margin:auto;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  margin:20px auto;
}







.modal {
	position: relative;
	display:none;
	z-index:9999;
	top:-700px;
}
.modal .pr_box {
	width:400px;
	height:auto;
	margin:auto;
	box-shadow:0px 0px 12px rgba(0,0,0,0.4);
	padding:40px;
	background:rgba(255,255,255,0.6);
	font-size:14px;
}

.modal .pr_box p {
	padding:0 0 20px 0;
	color:#000;
	font-size:14px;
	
}

.disclaimer_inner p {
	text-align:left !important;
}

.pr_box img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity:0.50;
	-moz-opacity:0.50;
	-ms-opacity:0.50;
	-o-opacity:0.50;
	opacity:0.50;
}
.close_modal{
	display: block;
	width: 150px;
	line-height:20px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #018ad1;
	background: #018ad1;
	*display: inline;
	*zoom: 1;
	float:left;
	padding:5px 0;
	border-radius:50px;
}
.close_modal:hover {
	text-decoration: none;
	display: inline-table;
	color: #018ad1;
	border: 2px solid #018ad1;
	background: #fff;
}
.close_modal_no{
	display: block;
	width: 150px;
	line-height:20px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #F09;
	background:#F09;
	*display: inline;
	*zoom: 1;
	float:right;
	padding:5px 0;
	border-radius:50px;
}
.close_modal_no:hover {
	text-decoration: none;
	display: inline-table;
	color: #F09;
	border: 2px solid #F09;
	background: #fff;
}



.close_modal_other{
	display: block;
	width: 100%;
	line-height:20px;
	display: inline-table;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	color: #fff;
	border: 2px solid #C00;
	background:#C00;
	*display: inline;
	*zoom: 1;
	padding:5px 0;
	border-radius:50px;

}
.close_modal_other:hover {
	text-decoration: none;
	display: inline-table;
	color: #C00;
	border: 2px solid #C00;
	background: #fff;
}


@media only screen and (max-width: 670px) {


.message3 {
    position: relative;
	font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 12px 5px;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin:1px 0;
  text-align:left;
  width:50%;
  float:left;
    border-bottom: 1px solid #666;
}

.youtube {
  position: relative;
  width: 100% !important;
  padding-top: 56.25% !important;
  float:none !important;
}

.blog_box {
	width:50% !important;
	padding:0% 0% 1% 0%;
	float:left;
}



.blog_box img {
	width:100%;
	height:150px !important;
	object-fit: cover;
	overflow:hidden;
	padding:10px 0 5px 0;
}


}

/* ブログ */
.blog {
	width:100% !important;
	padding:15px 0;
	text-align:left;
	background-color:#39F;
	color:#FFF;
}

.blog_box a {
	color:#FFF;
	font-size:16px !important;
}

.blog_box {
	width:20%;
	padding:0% 1% 1% 1%;
	float:left;
}

.blog_box:hover {
	background-color:#39C;
}

.blog_box img {
	width:100%;
	height:200px;
	object-fit: cover;
	overflow:hidden;
	padding:10px 0 5px 0;
}

.blog_data {
	font-size:12px;
}

.blog_title {
	font-size:16px !important;
	padding:10px 0 !important;
	overflow: hidden;

white-space: nowrap;
text-overflow: ellipsis;
-moz-text-overflow:ellipsis; /* Firefox */
-o-text-overflow: ellipsis; /* Opera */

}

.blog_text {
	width:100%;
	display:block;
	font-size:12px !important;
	padding:0 0 10px 0;
	
}

.movie_box {
	width:50%;
	float:left;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie_data {
	font-size:10px;
	color:#999;
	padding:10px 0 0 0;
}

.movie_name {
	font-size:14px;
    color:#999;
	padding:0px 0 10px 0;
}

.movie_name a {
	font-size:14px;
    color:#999;
}


.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}





.youtube_box {
	padding:10px 0 10px 0;
	background-color:#eee;
	margin-bottom:10px;
}





.youtube {
  position: relative;
  width: 50%;
  padding-top: 28.12%;
  float:left;
  
}

.youtube img {
  cursor: pointer;
  cursor: hand;
  

}



.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube p {
	font-size:14px;
	padding:5px 0 25px 0;
	color:#666;
}







    
    
    .player {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
	  
    }
    
    .thumb {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
    }



@media only screen and (min-width: 769px) {
	.syamepc_only {
		display:block;
	}
	
	.syamepad_only {
		display:none;
	}
	
	.syamesp_only {
		display:none;
	}
	

}

@media only screen and (max-width: 768px) {
	.syamepc_only {
		display:none;
	}
	
	.syamepad_only {
		display:block;
	}
	
	.syamesp_only {
		display:none;
	}
	


.movie_box {
	width:100%;
	float:none;
	margin-bottom:20px;
} 
	
}


@media only screen and (max-width: 670px) {
.blog_contents { overflow: hidden; }
.blog_contents .entry iframe { width: 100%; }
}
.blog_contents .entry { font-size: 15px !important; }
.blog_contents .entry .timelineMessage__message { font-size: 15px !important; background: #fff !important; }
.blog_contents .entry .timelineMessage__message span,
.blog_contents .entry .timelineMessage__message a { font-size: 15px !important; font-family: -apple-system, BlinkMacSystemFont, ".SFNSDisplay-Regular", "Segoe UI", "Helvetica Neue", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif; }
.blog_contents .entry .timelineMessage__message a { color: #09F !important; }
.blog_left .post_list,
.blog_left2 .post_list { font-size: 14px !important; }


@media only screen and (max-width: 414px) {
	
	.syamepc_only {
		display:none;
	}
	
	.syamepad_only {
		display:none;
	}
	
	.syamesp_only {
		display:block;
	}
	

}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 1000;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 50px 0px 0px -285px;
	
	text-align: center;
	z-index: 2000;
}




#main-gallery{
  margin-bottom:0px;
  background:#fff;
  width:90%;
  margin:auto;
  max-width:960px;
}
 
#main-gallery .gallery-cell {
  width: 25%;
  margin-right: 5px;
  background: #fff;
  counter-increment: gallery-cell;
  position: relative;/*相対配置*/
}

#main-gallery .gallery-cell:hover {
	cursor:pointer;
}

#main-gallery .gallery-cell img {
	width:100%;
	height: auto;
	min-height:350px;
	overflow:hidden;
	object-fit:cover !important;
}

#main-gallery .gallery-cell span {
	position: absolute;
  top: 94%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size:14px;
  width:100%;
  color:#FFF;
   background-color: rgba(0,0,0,0.5);
	
}
 

@media only screen and (max-width: 768px) {
	
	#main-gallery .gallery-cell {
  width: 33%;
 
}

#main-gallery .gallery-cell:hover {
	cursor:pointer;
}


	
}



@media only screen and (max-width: 414px) {
	
	#main-gallery .gallery-cell {
  width: 60%;
 
}

#main-gallery .gallery-cell:hover {
	cursor:pointer;
}


.close_top {
	padding:5px 10px;
	background-color:#06F;
	color:#FFF;
	width:90% !important;
	margin:auto;
	text-align:center;
}

}

.close_top {
	padding:5px 10px;
	background-color:#F30;
	color:#FFF;
	width:50%;
	margin:auto;
	text-align:center;
}

/* ライブフォト */
.img-live { width: 75px; height: center; position: absolute; bottom: 8px; left: 5px; height: 100px; border-radius: 8px; overflow: hidden; }
.icon-live { width: 100%; text-align: left; position: absolute; bottom: 10px; left: 12px; }
.icon-live img { width: 60px; }

@media only screen and (max-width: 670px) {
.img-live { width: 60px; height: 80px; bottom: 5px; left: 5px; }
.icon-live { bottom: 7px; left: 7px; }
.icon-live img { width: 30%; }
}


.serviceList_box {
	width:50%;
	float:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#main dl.serviceList {
	margin: 0 0 20px;
	max-width:980px;
	margin:auto;
	padding-bottom:30px;
}



#main dl.serviceList dt {
	position: relative;
	width: 98%;
	margin:0 auto 2px auto;
	padding-top: 15px;
	padding-left: 0px;
	font-weight: bold;
	border-top: 1px dotted #ACACAC;
	text-align:left;
}
 
#main dl.serviceList dt.firstChild,
#main dl.serviceList dt:first-child {
	border-top: 0;
	padding-top: 0;
}
 
#main dl.serviceList dt a {
	padding-left: 0px;
	background: url(../img/item/mark_01.gif) no-repeat left center;
}
 
#main dl.serviceList dt img {
	float:left;
	padding: 2px 2px 2px 2px;
	border: 1px solid #EEE;
	margin-right:10px;
	width:160px;
	height:160px;
	object-fit: cover;
}
 
#main dl.serviceList dt.firstChild img,
#main dl.serviceList dt:first-child img {
	top: 0;
}
 
#main dl.serviceList dd {
	margin-bottom: 15px;
	padding-left: 80px;
	height: 50px;
	text-align:left;
	font-size:14px !important;
}
 
#main dl.serviceList > dd {
	min-height: 50px;
	height: auto;
}





@media only screen and (max-width: 768px) {


.serviceList_box {
	width:100% !important;
	float:none !important;
	margin-bottom:10px !important;
}


#main dl.serviceList {
	margin: 0 0 20px;
	max-width:980px;
	margin:auto;
}



#main dl.serviceList dt {
	position: relative;
	width: 98%;
	margin:0 auto 2px auto;
	padding-top: 15px;
	padding-left: 0px;
	font-weight: bold;
	border-top: 1px dotted #ACACAC;
	text-align:left;
}
 
#main dl.serviceList dt.firstChild,
#main dl.serviceList dt:first-child {
	border-top: 0;
	padding-top: 0;
}
 
#main dl.serviceList dt a {
	padding-left: 0px;
	background: url(../img/item/mark_01.gif) no-repeat left center;
}
 
#main dl.serviceList dt img {
	float:left;
	padding: 2px 2px 2px 2px;
	border: 1px solid #EEE;
	margin-right:10px;
	width:160px;
	height:160px;
	object-fit: cover;
}
 
#main dl.serviceList dt.firstChild img,
#main dl.serviceList dt:first-child img {
	top: 0;
}
 
#main dl.serviceList dd {
	margin-bottom: 15px;
	padding-left: 80px;
	height: 50px;
	text-align:left;
	font-size:14px !important;
	
}
 
#main dl.serviceList > dd {
	min-height: 50px;
	height: auto;
}

}

.cau{font-weight: 500; color: #000; width: 100%; background:#DFDFDF; display: block; margin: 0 0 10px 0; text-align: center; font-size: 12px; max-width: 640px; margin: 10px auto 0 auto;}
.cau_pc {font-size: 12px; width: 100%; margin:15px auto; text-align: center; max-width: 640px;}

@media only screen and (max-width: 768px) {
	.cau_pc {font-size: 12px; width: 100%; margin:15px auto; text-align: left !important; max-width: 640px; padding: 0 10px !important;}
}


.movie-wrap3 {
	width: 760px; 
	margin: auto;
	
}
 
.movie-wrap3 iframe {
width: 100%;
	height: 560px;
}

@media only screen and (max-width: 768px) {
	.movie-wrap3 {
     position: relative;
     padding-bottom: 56.25% !important; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden !important;
		width: 100%;
}
 
.movie-wrap3 iframe {
     position: absolute !important;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100%;
	
}
}
