﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Oswald');

*{margin: 0;padding: 0}

html {overflow-y: scroll;}

body {
font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #252525;
font-weight: 400;
font-size: 1em;
line-height : 2;
-webkit-text-size-adjust: 100%;
word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {font-size: 1.0em;	font-weight: normal;}

table {border-collapse: collapse;}
ol, ul, li { list-style-type: none;}
img {border: none; vertical-align : bottom; max-width : 100%; max-height: 100%;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

a img { border: none;}

@-o-viewport {
width : 320px;
zoom:1.0;}


/* link
----------------------------------------------- */

a { color: #6696be; text-decoration : underline; }

a:hover { color: #95b3cd; }


/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }


/* form-style
----------------------------------------------- */
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
-webkit-appearance: none;
background-color: #ffffff;
border: 3px solid rgba(51, 51, 51, 0.1);
border-radius: 1px;
color: #444;
font-size: 1em;
margin-bottom: 1em;
max-width: 92%;
padding: 2% 3%;
transition: background-color 0.24s ease-in-out 0s;
vertical-align: middle;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
background-color: #f8f8f8;
}

input[type="submit"],input[type="reset"],input[type="button"]{
-webkit-appearance: none;
max-width: 80%;
padding: 1em 5em;
background: #333;
border:2px solid #333;
line-height:1.5;
font-size:100%;
color:#fff;
cursor:pointer;
transition: background-color 0.3s ease-in-out 0s;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #fff;
color:#333;
}

form table span.required {font-size: 10px; color: #d00; margin-left: 5px;}


/* typography
----------------------------------------------- */
h2 {
font-size: 1.5em;
font-weight: bold;
margin: 1em 0 1em;
text-align: center;
color: #222;
position: relative;
}
h2.en {
font-size: 2em;
letter-spacing:2px;
font-family: 'Oswald',impact,sans-serif;
font-weight: normal;
}
#contents h2.en span {
font-size: 0.4em;
letter-spacing:0;
font-weight: bold;
display: block;
}
#contents h2 {
line-height: 1.5;
}
h3 {
font-size: 1.3em;
line-height: 1.5;
margin: 2em 0 1em;
font-weight: bold;
}
h3.en {
font-size: 2em;
letter-spacing:1px;
font-family: 'Oswald',impact,sans-serif;
font-weight: normal;
}
h3.en span.sub {
display: inline-block;
font-size: 0.5em;
letter-spacing:0;
font-weight: bold;
margin-left: 1em;
}

h4 {
font-size: 1.3em;
margin: 1em 0 0.5em 0;
font-weight: bold;
}

h5 {
font-size: 1.1em;
margin: 1em 0 0.5em 0;
}

p {
margin-bottom : 1.5em;
line-height: 1.5;
word-break: break-all;
}
li {
text-align : left;
margin-bottom : 0.7em;
}

/* text-style
----------------------------------------------- */
.txt-right { text-align: right !important; }
.txt-left { text-align: left !important; }
.center { text-align: center !important; }

.color-red { color: #dd0000; }
.color-salmon { color: #f96060; }
.color-lime { color: #007c36; }
.color-green { color: #6baa07; }

.font_s {
font-size: smaller;
}
.font_l {
font-size: 1.5em;
margin-bottom: 1em;
}
.font12 {
font-size: 12px;
}
.font10 {
font-size: 10px;
}

.inlineb{display: inline-block;}

.em1{font-weight: bold;}
.em2{font-weight: bold;color: #ffe30a;font-size: 1.1em}


/* btn-style
----------------------------------------------- */
.submit {
text-align: center !important;
margin: 2em 0 2em;
padding-bottom: 2em;
}

/* btn-base */
.txt-btn {
display: inline-block;
max-width: 100%;
min-width: 280px;
text-align: center;
text-decoration: none;
line-height: 54px;
outline: none;
padding: 0 1.5em 0;
}
.txt-btn::before,
.txt-btn::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
/* btn-style */
.txt-btn {
background-color: #222;
border: 2px solid #fff;
color: #fff;
line-height: 50px;
}
.txt-btn:hover {
background-color: #fff;
border-color: #222;
color: #222;
}


/* image-style
----------------------------------------------------------- */
img{max-width:100%;height:auto;}

#contents img {
margin : 5px 0;
}
#contents img.alignright,#contents img.alignleft {
float: none;
margin: 0 auto 15px;
display: block;
}
#contents img.center {
display: block;
margin: 1em auto;
}
img.shadow {
-moz-box-shadow: 0 10px 20px rgba(51, 51, 51, 0.4);
-webkit-box-shadow: 0 10px 20px rgba(51, 51, 51, 0.4);
box-shadow: 0 10px 20px rgba(51, 51, 51, 0.4);
}

/* table-style
----------------------------------------------- */
.table01 {
width: 100%;
margin-bottom: 2em;
}
.table01 th, .table01 td {
border: 1px solid #ccc;
font-weight: normal;
padding: 1em;
text-align: center;
vertical-align: middle;
}
.table01 th {
background: #222;
color: #ffe30a;
}
.table01 tr:nth-child(odd) {
background: #f4f4f4;
}
.table01 tr.txt-l,.table01 td.txt-l,.table01 td.txt-l {
text-align: left;
}
.table01 span.font-s {
font-size: 0.8em;
}
/* 640px以下スクロール用 */
@media screen and (max-width : 640px) {
.tablescroll {
box-sizing: border-box;
border-right: 2px solid #666;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
margin-bottom: 2em;
}
.tablescroll table { border-right: none;margin-bottom: 0;width: 640px;}
}

/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }

.mtb50 {margin-top: 50px; margin-bottom: 50px; }
.mrl50 {margin-right: 50px; margin-left: 50px; }

.ML0 { margin-left: 0px !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML50 { margin-left: 50px !important; }
.MR0 { margin-right: 0px !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.youtube-wrap {
position: relative;
width: 100%;
padding-top: 56.25%;
margin-bottom: 15px;
text-align: center;
}
.youtube-wrap iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.iframebox { text-align: center; }
.iframebox iframe { max-width: 100%; }

.pc_none{ display: none;}

.box01{
border: 1px solid #ccc;
padding: 1em 1.5em 0;
}

ul.bnrlist{
overflow: hidden;
text-align: center;
}
ul.bnrlist li{
display: inline-block;
text-align: center;
margin: 0 0 0.5em;
}
ul.bnrlist.footer li{
max-width: 49%;
}

/*----------------------------------------------------------------

Page-style Set

----------------------------------------------------------------*/
/* toppage
----------------------------------------------- */
#campaign{
width: 100%;
padding: 1em 0;
background: #222;
color: #fff;
text-align: center;
}
#campaign .campaignIn{
width: 92%;
margin: 0 auto 0;
}
#campaign h3{
margin: 0.5em 0 0.5em;
}

#topcontents{
width: 100%;
}
#topcontents .layout73,
#topcontents .layout37{
background: #222;
color: #fff;
}
#topcontents .layout73 .itemimg img,
#topcontents .layout37 .itemimg img{
width: 100%;
margin: 0;
}
#topcontents .layout73 .itemtxt,
#topcontents .layout37 .itemtxt{
width: 92%;
margin: 0 auto;
padding-bottom: 1em;
}
#topcontents h3{
color: #ffe30a;
margin: 1em 0 0.6em;
}
#topcontents h3 span{
color: #fff;
}

#topboxing {
width: 100%;
margin: 2em auto;
}
#topboxing .boxingin{
background: url(../images/common/img_clubboxing_bg.jpg) no-repeat right top #222;
background-size: contain;
padding: 4%;
}
#topboxing h3{
margin-top: 5em;
color: #fff;
font-size: 1.5em;
margin-left: 0;
}
#topboxing p{
text-align: center;
}
#topboxing .txt-btn{
padding: 0 0;
}



/* subpage
----------------------------------------------- */
#eyecatch {
overflow: hidden;
text-align: left;
color: #fff;
width: 100%;
padding: 1.5em 0 1em;
}
#eyecatch .inner {
width: 92%;
margin: 0 auto;
}
#eyecatch h2{
color: #ffe30a;
margin: 1em 0 0.6em;
margin-top: 0;
text-align: left;
}
#contents #eyecatch h2 span{
display: inline-block;
margin-left: 1em;
color: #fff;
}

#eyecatch.facilities{
background: none;
background-color: #222;
}

#page-facilities{
width: 100%;
}
#page-facilities .inner{
width: 92%;
margin: 0 auto;
}
#page-facilities .item{
background: #222;
color: #fff;
padding: 2em 0 1em;
overflow: hidden;
}
#page-facilities .item:nth-child(even){
background: url(../images/common/bg_dots.png) repeat left top #555;
}
#page-facilities .item h3{
font-size: 2em;
margin: 0 0 0.5em;
line-height: 1.1;
}
#page-facilities .item .itemright h3{
margin: 1.5em 0 0.5em;
}
#page-facilities .item img{
display: block;
margin: 1.5em auto;
}

#eyecatch.price{
background: none;
background-color: #222;
}
#eyecatch.price h2{
margin: 0 0 0.8em;
}
#page-price h3{
margin: 1em 0 0.5em;
line-height: 1.2;
padding: 0.7em 0 0.7em;
border-top: 5px solid #222;
border-bottom: 5px solid #222;
text-align: center;
}
#page-price h3 .sub{
display: block;
margin: 0.5em 0 0;
}
#page-price p{
font-size: 0.9em;
line-height: 2;
}
#page-price .pricebox01{
width: 100%;
margin-bottom: 2em;
}
#page-price .pricebox01 li{
vertical-align: middle;
text-align: center;
border: 4px solid #222;
font-weight: bold;
font-size: 1.1em;
padding: 1em;
}
#page-price .pricebox02 li{
padding: 0 0 20px;
background: url(../images/common/icon_arrow_u01.png) no-repeat center bottom;
background-size: 20px;
}
#page-price .pricebox02 li.last{
background:none;
}
#page-price .pricebox02 li span{
display: block;
vertical-align: middle;
text-align: center;
border: 4px solid #222;
font-weight: bold;
font-size: 1.1em;
padding: 1em 0.2em;
}


/* common
----------------------------------------------- */
#access{
font-weight: bold;
margin-bottom: 3em;
}
#access .imgmap{
margin-top: 3em;
text-align: center;
}
#access .layout02 .itemright li{
text-align: center;
}

/*161021追記分*/
#eyecatch.recruit{
    padding-top: 0;
}
.recruit .recruit_heading_wrapper{
    padding: 1.5rem 0 1rem;
    background: #222;
}
.rec_subheading{
    color: #000;
}
.rec_table{
    width: 100%;
    color: #000;
}
.rec_table tr{
    border-bottom: 1px solid #ddd;
}
.rec_table th{
    width: 20%;
    padding: 6px;
    padding-left: 10px;
}
.rec_table td{
    padding: 6px;
}
#eyecatch.contact{
    padding-top: 0;
}
.contact .contact_heading_wrapper{
    padding: 1.5rem 0;
    background: #222;
}
.contact .inner {
  text-align: center;
}

.contact h2.en {
  margin: 0 !important;
  padding-right: 50px;
  vertical-align:middle;
  display: inline-block;
}

.contact .annotation {
  max-width: 530px;
  padding: 10px;
  vertical-align: middle;
  display: inline-block;
  border: solid 1px #fff;
}

.contact .annotation h3 {
  margin: 0;
  font-size: 1em;
  text-align: center;
}

.contact .annotation p {
  margin: 0;
  font-size: 0.8em;
  text-align: justify;
}

.contact .adjourn {
  width: 92%;
  max-width: 980px;
  box-sizing: border-box;
  border: solid 5px #ddd;
  margin: 50px auto 0;
  padding: 1.5rem;
}
.contact .adjourn h3 {
  color: #d00;
  text-align: center;
  margin: 0 0 1.5rem;
}
.contact .adjourn h3 span {
  border-bottom: solid 1px #d00;
}
.contact .adjourn h3 br {
  display: none;
}
.contact .adjourn p {
  color: #333;
  text-align: center;
}
.contact .adjourn ul {
  width: 100%;
  max-width: 380px;
  margin: -1rem auto 0.5rem;
}
.contact .adjourn li {
  color: #333;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.contact .adjourn_cap {
  font-size: 0.9em;
  margin: 0;
}
@media screen and (max-width : 768px) {

  .contact .adjourn h3 {
    font-size: 1.2em;
  }
  .contact .adjourn h3 br {
    display: block;
  }
  .contact .adjourn p {
    text-align: left;
  }
  .contact .adjourn ul {
    width: 100%;
    max-width: 100%;
  }

}

.caution {
  width: 92%;
  max-width: 980px;
  margin: 50px auto 0;
  border: solid 1px #d00;
  box-sizing: border-box;
  padding: 1.5rem;
}
.caution p {
  color: #d00;
  margin-bottom: 0;
}

.contact_table{
    margin-top: 50px;
    color: #333;
}
.contact_table{
    width: 100%;
    color: #000;
}
.contact_table tr{
    border-bottom: 1px solid #ddd;
}
.contact_table th{
    display: block;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
}
.contact_table td{
    display: block;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
}

.contact_buttons{
    margin-top: 30px;
    text-align: center;
}
.contact button{
    min-width: 320px;
    margin-bottom: 10px;
    line-height: 54px;
    margin: 0 1em;
    margin-bottom: 10px;
    border: 2px solid #222;
    color: #222;
    font-size: 1rem;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact button:hover{
    background: #fff;
    border-color: #222;
    color: #222;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact button:hover{
    background: #ffe30a;
    border-color: #222;
    color: #222;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.contact button.re:hover{
    background: #222;
    border-color: #222;
    color: #fff;
}
.contact input{
    width: 100%;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inline input{
    width: auto;
}
.contact  .yu{
    margin-right: 10px;
}
.text_red{
    color: #d00;
}
.text_black{
    color: #333;
}
.thanks_text{
    margin-top: 50px;
}
#mfp_phase_stat {
    display: none;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover{
    box-shadow: none !important;
    text-shadow: none !important;
}
#mfp_element_5{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 3px solid rgba(51, 51, 51, 0.1);
    border-radius: 1px;
    color: #444;
    font-size: 1em;
    margin-bottom: 1em;
    max-width: 92%;
    padding: 2% 3%;
    transition: background-color 0.24s ease-in-out 0s;
    vertical-align: middle;
}

/* ～768px メディアクエリ開始 */
@media screen and (max-width : 768px) {
.sp_none{ display: none !important;}
}

/* 768px～ メディアクエリ開始 */
@media screen and (min-width : 768px) {
/* typography
----------------------------------------------- */
h2 {
font-size: 2.5em;
margin: 1.5em 0 1em;
}
h2.en {
font-size: 3em;
}
h3 {
font-size: 1.5em;
}
h3.en {
font-size: 3em;
}

/* btn-style
----------------------------------------------- */
.submit {
margin: 3em 0 2em;
}
/* btn-base */
.txt-btn {
min-width: 320px;
line-height: 54px;
margin: 0 1em ;
}

/* page-style
----------------------------------------------- */
#campaign{
padding: 3em 0;
}
#campaign .campaignIn{
max-width: 94%;
width: 950px;
margin: 0 auto 0;
border: 2px solid #fff;
padding: 15px;
overflow: hidden;
text-align: center;
line-height: 1.5;
}
#campaign h3{
margin: 0 0 0.3em;
position: relative;
font-size: 2.5em;
}
#campaign h3:before {
content: "";
display: block;
border-top: solid 2px #fff;
width: 100%;
height: 1px;
position: absolute;
top: 50%;
z-index: 1;
}
#campaign h3 span {
background: #222;
padding: 0 20px;
position: relative;
z-index: 5;
}
#campaign p{
font-size: 1.5em;
margin-bottom: 0.8em;
}
#campaign p.btn{
font-size: 1em;
margin-bottom: 0;
}
#campaign p.btn .txt-btn{
min-width: 440px;
}
#campaign .itemleft{
float: left;
width: 35%;
}
#campaign .itemright{
float: right;
width: 63%;
}

#top_bnrs{
margin-bottom: 2em;
}

#topcontents h3{
color: #ffe30a;
margin: 1.2em 0 0.8em;
}
#topcontents p{
font-size: 1.1em;
}

#topboxing {
width: 100%;
max-width: 100%;
margin: 5em auto;
}
#topboxing .boxingin{
max-width: 94%;
width: 880px;
height: 350px;
padding: 50px 3%;
margin: 0 auto;
}
#topboxing h3{
margin: 0 0 1em;
font-size: 2.25em;
}
#topboxing p{
text-align: left;
}
#topboxing p.logo{
margin-bottom: 3em;
}
#topboxing .txt-btn{
margin: 0;
padding: 0 5em;
}


/* subpage
----------------------------------------------- */
#eyecatch.facilities{
background: url(../images/common/bg_dots.png) repeat left top, url(../images/contents/img_facility_heading.jpg) no-repeat center top;
background-size: auto, cover;
background-color: #222;
min-height: 540px;
}
#eyecatch .inner{
max-width: 94%;
width: 980px;
margin: 0 auto;
}
#eyecatch .itemleft{
width: 43%;
padding: 3em 7% 1em 0;
background: #222;
}
#eyecatch .itemleft p{
line-height: 2;
word-break: normal;
}

#page-facilities .inner{
max-width: 94%;
width: 980px;
}
#page-facilities .item{
padding: 2em 0 2em;
}
#page-facilities .item h3{
font-size: 2.5em;
margin: 0 0 0.5em;
line-height: 1.5;
}
#page-facilities .item .itemright h3{
margin: 0 0 0.5em;
}
#page-facilities .item img{
display: inline;
margin: 0 0 1em;
}
#page-facilities .item .itemleft{
float: left;
width: 48%;
text-align: left;
}
#page-facilities .item .itemright{
float: right;
width: 48%;
}

#eyecatch.price{
background: url(../images/common/bg_dots.png) repeat left top, url(../images/contents/img_price_heading.jpg) no-repeat center top;
background-size: auto, cover;
background-color: #222;
min-height: 540px;
}
#eyecatch.price h2{
margin: 0 0 1em;
}
#eyecatch.price .btn .txt-btn{
width: 100%;
margin: 0;
}

#page-price .inner{
max-width: 94%;
width: 980px;
}

#page-price h3{
font-size: 2.5em;
margin: 1em 0 0.5em;
line-height: 1.5;
border-top: none;
border-bottom: 5px solid #222;
text-align: left;
padding: 0 0 0.1em;
}
#page-price h3 .sub{
display: inline-block;
margin: 0 0 0 1em;
}
#page-price h4{
font-size: 1.5em;
}
#page-price .pricebox01{
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 10px 0;
margin-bottom: 2em;
}
#page-price .pricebox01 li{
display: table-cell;
vertical-align: middle;
text-align: center;
border: 5px solid #222;
padding: 0;
width: 25%;
height: 180px;
font-weight: bold;
font-size: 1.3em;
}

/* common
----------------------------------------------- */
#access{
margin-bottom: 5em;
}
#access .inner{
max-width: 94%;
width: 980px;
}
#access .layout02{
overflow: hidden;
}
#access .layout02 .itemleft{
float: left;
width: 48%;
}
#access .layout02 .itemright{
float: right;
width: 48%;
}
#access .imgmap{
text-align: left;
}
#access .layout02 .itemright li{
text-align: left;
}



}
/* 1024px～ メディアクエリ開始 */
@media screen and (min-width : 1024px) {

/* typography
----------------------------------------------- */
.pc_center{text-align: center;}


/* image-align shadow
----------------------------------------------------------- */
#contents img {
margin: 0;
}
#contents img.alignleft {
float: left;
margin: 0 15px 10px 0;
}
#contents img.alignright {
float: right;
margin: 0 0 10px 15px;
}
#contents img.center {
margin: 12px auto;
}

ul.bnrlist{
text-align: center;
overflow: hidden;
}
ul.bnrlist li{
display: inline-block;
margin: 0 10px 1.5em;
}
ul.bnrlist.LR15 li{
margin: 0 15px 2em;
}
ul.bnrlist.LR20 li{
margin: 0 20px 2em;
}

/* page-style
----------------------------------------------- */
#topcontents .layout73,
#topcontents .layout37{
background: #222;
color: #fff;
overflow: hidden;
}
#topcontents .layout73 .itemimg,
#topcontents .layout37 .itemimg{
width: 56%;
height: 580px;
}
#topcontents .layout73 .itemimg{
float: left;
background: url(../images/contents/img_facility_as.jpg) no-repeat center center;
background-size: cover;
}
#topcontents .layout37 .itemimg{
float: right;
background: url(../images/contents/img_top_join.jpg) no-repeat center center;
background-size: cover;
}

#topcontents .layout73 .itemimg img,
#topcontents .layout37 .itemimg img{
display: none;
}
#topcontents .layout73 .itemtxt,
#topcontents .layout37 .itemtxt{
width: 36%;
padding: 0 4% 1em;
}
#topcontents .layout73 .itemtxt{float: right;}
#topcontents .layout37 .itemtxt{float: left;}

#topboxing .boxingin{
padding: 50px;
}

/* subpage
----------------------------------------------- */
#page-price .pricebox02{
overflow: hidden;
margin-bottom: 2em;
}
#page-price .pricebox02 li{
display: table-cell;
vertical-align: middle;
text-align: center;
background: url(../images/common/icon_arrow01.png) no-repeat 265px center;
width: 300px;
padding: 0;
}
#page-price .pricebox02 li.last{
background:none;
}
#page-price .pricebox02 li span{
display: table-cell;
vertical-align: middle;
text-align: center;
border: 4px solid #222;
padding: 0;
font-weight: bold;
font-size: 1.3em;
width: 240px;
height: 190px;
}


/* common
----------------------------------------------- */
/*161021_追記*/
.rec_table td br{
    display: none;
}
.contact_table tr{
    border-bottom: 1px solid #ddd;
}
.contact_table th{
    display: table-cell;
    padding: 10px;
    width: 20%;
    vertical-align: middle;
}
.contact_table td{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.contact input{
    margin-bottom: 0;
    width: auto;
}



} /* 1024px～ メディアクエリ終了 */
