/* normalize */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
body,html{background:#fff;font-size:14px;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
a, img, :after, :before,
.cmnBtn,
.cmnBtn>span,
#loadLayer,
#gnavBtn,
#gnavBtn>span,
#gnavPanel,
#gnavPanel>ul>li,
#gnavPanel>ul>.contactMenu>ul>.call>a>span,
.halfWrap>.inner>ul>li>div>.explain>div,
#campaignWrap,
.postsWrap .imgWrap,
.postsWrap .imgWrap>.bg,
.postsWrap>.inner>ul>li>article>a>time,
.postsWrap>.inner>ul>li>article>a>.title,
.postsWrap>.inner>ul>li>article>a>p,
.postSubNav>div>dl>.title,
dl.acMenu>dt>span,
.bg>span,
#campaignSec .cmnBtn>span>span,
#course1Sec .cmnBtn>span>span,
#course2Sec .cmnBtn>span>span,
input,
.cmnBtn.entry>span>span
{
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
    transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}
input,textarea,select{border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
a,a *,div,div *{-webkit-tap-highlight-color:rgba(0, 0, 0, 0.25)}
a{overflow:hidden;outline:none}
a:hover{text-decoration:none}
article,section,table,tbody{display:block}
table{border-collapse:collapse}
fieldset,img{border:0;vertical-align:top}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;text-align: justify;}
q:before,q:after{content:''}
abbr,acronym{border:0}
figure{margin:0 !important}
.clearfix{width:100%}
.clearfix:after{content:"";display:block;clear:both}
p,aside,td,dd,span,dt{word-wrap:break-word;text-align:justify;}
*{-webkit-touch-callout:none}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before, *:after{pointer-events:none;}
input, select {vertical-align: middle;}
section {position: relative;}
a {
    text-decoration: none;
    color: #000;
    word-break: break-all;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}
a:visited {}
a:link {}
a:hover {
    opacity: 0.5;
}
a.telBtn {
    pointer-events: none;
}
.txtLink{
    font-weight: 400;
    text-decoration: none;
    background: linear-gradient(transparent 60%, #DDD 40%);
    padding: 0 2px;
    margin: 0 1px;
}
.txtRed{color: #c50000;}
.closeContents{
    pointer-events:none !important;
}
a.closeContents{
    opacity: 0.35 !important;
}

/* fadeInAnime */
.fadeInTrigger,
.fadeInTrigger1,
.fadeInTrigger2,
.fadeInTrigger3,
.fadeInTriggerTitlePriority>.title,
.fadeInTriggerTitlePriority>.caption,
.halfWrap>.inner>div.fadeInTrigger>.bg{
    -webkit-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    transition: all 1s cubic-bezier(0.5, 0, 0, 1);
}
.fadeInTrigger1,
.fadeInTrigger2,
.fadeInTrigger3,
.fadeInTriggerTitlePriority>.title,
.fadeInTriggerTitlePriority>.caption,
.halfWrap>.inner>div.fadeInTrigger>.bg {
    visibility: hidden;
    opacity: 0;
}
.fadeInTrigger1.active {
    visibility: visible;
    opacity: 1;
}
.fadeInTrigger2,
.fadeInTriggerTitlePriority>.title,
.fadeInTriggerTitlePriority>.caption{
-webkit-transform: translate(80px, 0px);
-moz-transform: translate(80px, 0px);
-o-transform: translate(80px, 0px);
-ms-transform: translate(80px, 0px);
transform: translate(80px, 0px);
}
.fadeInTriggerTitlePriority>.caption{
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.fadeInTrigger3,
.halfWrap.setA>.inner>div.fadeInTrigger>.bg {
-webkit-transform: translate(-80px, 0px);
-moz-transform: translate(-80px, 0px);
-o-transform: translate(-80px, 0px);
-ms-transform: translate(-80px, 0px);
transform: translate(-80px, 0px);
}
.halfWrap.setB>.inner>div.fadeInTrigger>.bg {
-webkit-transform: translate(80px, 0px);
-moz-transform: translate(80px, 0px);
-o-transform: translate(80px, 0px);
-ms-transform: translate(80px, 0px);
transform: translate(80px, 0px);
}
.fadeInTrigger2.active,
.fadeInTrigger3.active,
.fadeInTriggerTitlePriority.active>.title,
.fadeInTriggerTitlePriority.active>.caption,
.halfWrap>.inner>div.fadeInTrigger.active>.bg {
    visibility: visible;
    opacity: 1;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
/* fadeInAnime end */

/* Reve-font */
@font-face {
  font-family: 'Reve_font';
  src:  url('../fonts/reve_font.eot');
  src:  url('../fonts/reve_font.eot') format('embedded-opentype'),
    url('../fonts/reve_font.ttf') format('truetype'),
    url('../fonts/reve_font.woff') format('woff'),
    url('../fonts/reve_font.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-reve"], [class*=" icon-reve"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Reve_font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-revecall_noframe:before {
  content: "\2706";
}
.icon-revecall:before {
  content: "\e903";
    color: #ff006a; /* LINE绿 */
}
.icon-reveline:before {
  content: "\e901";
  color: #00b900; /* LINE绿 */
}
.icon-revelogo:before {
  content: "\e900";

}
.icon-revemail:before {
  content: "\e902";
    color: #00B8FF; /* LINE绿 */
}

/* Reve-font end */

/*acMenu*/
.acMenu>dt{
    cursor: pointer;
}
.acMenu>dd{
    display: none;
}
dl.acMenu {
    border-bottom: 1px solid #DDD;
}
dl.acMenu>dt,
dl.acMenu>dd{
    position: relative;
}
dl.acMenu>dt {
    border-top: 1px solid #DDD;
    padding: 20px 0;
}
dl.acMenu>dt:hover:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
dl.acMenu>dt:before, dl.acMenu>dt:after{right: 0;}
dl.acMenu>dd {
    padding-bottom: 20px;
}
dl.acMenu>dt>span,
dl.acMenu>dd>div{
    display: block;
}
dl.acMenu>dt>span{
    padding-right: 40px;
}
dl.acMenu>dt:hover>span {
    /*color: #bc272d;*/
    opacity: 0.5;
}
dl.acMenu>dd>div>p:first-child {
    padding-top: 0;
}
dl.acMenu>dd>div>p:last-child {
    padding-bottom: 0;
}

dl.acMenu table.basic {
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
}
dl.acMenu table.basic:last-child {
    margin-bottom: 10px;
}
dl.acMenu table.basic>tbody>tr {
    margin-top: 20px;
}

dl.acMenu>dd>div>img {
    display: block;
    width: 30%;
    min-width: 150px;
    height: auto;
    margin: 10px auto;
}
/*acMenu end*/

/* common */
body,button,input {
    /*font-family: 'Roboto',"游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;*/
    font-family: 'Roboto',"游ゴシック","Yu Gothic",YuGothic,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.5px;
}
body {
    min-width: 1160px;
    width: 100%;
    position: relative;
}
#contentWrap {
    overflow: hidden;
}
p{padding: 5px 0;}
.webFont1{
    font-family: 'Oswald', sans-serif;
    letter-spacing: -2px;
}
.imgWrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.attentionList{
    margin-top: 25px;
}
.attentionList>li {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 0;
    padding-left: 20px;
    position: relative;
}
.attentionList>li:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}

.cmnBtn {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    line-height: 24px;
    position: relative;
    margin: auto;
    overflow: visible;
    font-weight: 900;
    padding: 0 5px 5px 0;
}
.cmnBtn:hover{
    opacity: 1;
}
.cmnBtn>span {
    text-align: center;
    width: 100%;
    height: 100%;
    border: 1px solid;
    display: block;
    padding: 12px 10px;
    position: relative;
}
.cmnBtn>span:before,
.cmnBtn>span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-color: #000 !important;
}
.cmnBtn>span:before {
    border-right: 1px solid;
    border-bottom: 1px solid;
    top: 5px;
    left: 5px;
    opacity: 1;
}
.cmnBtn>span:after{
    border-left: 1px solid;
    border-top: 1px solid;
    top: 0;
    left: 0;
    opacity: 0;
}
.cmnBtn.large>span{
    padding: 32px 10px;
}

.cmnBtn:hover,
.halfWrap>.inner div>.explain:hover .cmnBtn {
    padding: 5px 0 0 5px;
}
.cmnBtn>span:hover,
.halfWrap>.inner div>.explain:hover .cmnBtn>span{
    color: #FFF;
    background-color: #000;
    border-color: #000;
}
.cmnBtn:hover>span:before,
.halfWrap>.inner div>.explain:hover .cmnBtn>span:before {
    top: 0;
    left: 0;
    opacity: 0;
}
.cmnBtn:hover>span:after,
.halfWrap>.inner div>.explain:hover .cmnBtn>span:after{
    top: -5px;
    left: -5px;
    opacity: 1;
}
.cmnBtn>span>span {
    display: block;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 10px;
    text-align: center;
}
.cmnBtn>span>br {
    display: none;
}

.inner {
    width: 100%;
    max-width: 1160px;
    height: auto;
    margin: auto;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.inner.thin>div{
    max-width: 700px;
}
.title{
    font-weight: 900;
}
.imgWrap,
.bg {
    background-size: cover;
    background-position: 50%;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.bg>span {
    display: block;
    position: absolute;
    z-index: 1;
}
.vert {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.halfWrap>.inner,
.postsWrap>.inner,
.postsWrapTour>.inner {
    margin-top: 90px;
}
.inner>.title,
.inner>ul>li>.title {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
}
.inner>.title>span,
.inner>ul>li>.title>span{
    font-weight: 100;
}
.halfWrap>.inner>div>.bg,
.halfWrap>.inner>div>.explain {
    width: 50%;
    height: 450px;
    float: left;
}
.halfWrap>.inner div>.explain{
    display: table;
}
.halfWrap>.inner div>.explain:hover{
    opacity: 1;
}
.halfWrap>.inner div>.explain>div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.halfWrap>.inner>div>.explain>div{
    border: 1px solid;
}
.halfWrap>.inner>div>.explain>div:before,
.halfWrap>.inner>div>.explain>div:after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border: 10px solid transparent;
    opacity: 1;
}
.halfWrap>.inner>div>.explain>div:before {
    top: 0;
    left: 0;
-webkit-box-shadow: 1px 1px 0 0 #000 inset;
-moz-box-shadow: 1px 1px 0 0 #000 inset;
box-shadow: 1px 1px 0 0 #000 inset;
}
.halfWrap>.inner>div>.explain>div:after {
    bottom: 0;
    right: 0;
    -webkit-box-shadow: -1px -1px 0 0 #000 inset;
-moz-box-shadow: -1px -1px 0 0 #000 inset;
box-shadow: -1px -1px 0 0 #000 inset;
}
.halfWrap.setA>.inner>div>.explain>div:before,
.halfWrap.setA>.inner>div>.explain>div:after{border-left: none;}
.halfWrap.setB>.inner>div>.explain>div:before,
.halfWrap.setB>.inner>div>.explain>div:after{border-right:none;}
.halfWrap>.inner>div>.explain:hover>div:before,
.halfWrap>.inner>div>.explain:hover>div:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.halfWrap>.inner div>.explain>div * {
    text-align: center;
    position: relative;
}
.halfWrap>.inner div>.explain>div>.deco{
    display: block;
    width: 100%;
    height: auto;
    line-height: 1em;
    position: relative;
    font-weight: 900;
}
/*.halfWrap>.inner div>.explain>div>.deco:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../images/deco_logo.png);
    background-size: cover;
    background-position: 50%;
    margin: 0 auto 5px;
}*/
.halfWrap>.inner div>.explain>div>.title {
    margin: 30px 0 15px;
    font-size: 22px;
    line-height: 32px;
    /*font-weight: 900;*/
}
.halfWrap>.inner div>.explain>div>.title>span {
    background: linear-gradient(transparent 40%, #c4e6ff 40%);
    display: inline-block;
    padding: 0 3px;
    line-height: 1em;
    /*letter-spacing: 0;*/
}
.halfWrap>.inner>div>.explain>div>p {
    max-width: 450px;
    margin: auto;
}
.halfWrap>.inner div>.explain>div>.cmnBtn {
    margin-top: 30px;
    max-width: 300px;
}


.halfWrap.setB>.inner>div>.bg,
.halfWrap.setB>.inner>div>.explain {
    float: right;
}
.halfWrap.setA>.inner>div>.explain{
    padding-left: 10px;
}
.halfWrap.setB>.inner>div>.explain{
    padding-right: 10px;
}
.halfWrap.setA>.inner>div>.explain>div {
    border-left: none;
}
.halfWrap.setB>.inner>div>.explain>div {
    border-right: none;
}


.halfWrap>.inner>ul>li {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
}
.halfWrap>.inner>ul>li>div {
    width: 100%;
    height: 300px;
}
.halfWrap>.inner>ul>li>div>.explain{
    padding: 10px;
}
.halfWrap>.inner>ul>li>div>.explain>div{
    background-color: rgba(255,255,255,0.8);
}
.halfWrap>.inner>ul>li>div>.explain:hover{
    padding: 0;
}
.halfWrap>.inner>ul>li>div>.explain:hover>div{
    background-color: rgba(255,255,255,0.95);
}

ul.basic {
    margin-top: 25px;
}
ul.basic>li {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 24px
}
ul.basic>li:first-child {
    margin-top: 0;
}
ul.basic>li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border: 2px solid;
    width: 10px;
    height: 10px;
}
ul.basic.number>li:before {
    height: auto;
    width: auto;
    border: none;
    top: 0;
    font-weight: 900;
}
ul.basic.number>li:nth-child(1):before{content: "1.";}
ul.basic.number>li:nth-child(2):before{content: "2.";}
ul.basic.number>li:nth-child(3):before{content: "3.";}
ul.basic.number>li:nth-child(4):before{content: "4.";}
ul.basic.number>li:nth-child(5):before{content: "5.";}
ul.basic.number>li:nth-child(6):before{content: "6.";}
ul.basic.number>li:nth-child(7):before{content: "7.";}
ul.basic.number>li:nth-child(8):before{content: "8.";}
ul.basic.number>li:nth-child(9):before{content: "9.";}


dl.document{}
dl.document>dt {
    border-bottom: 1px solid;
    line-height: 24px;
    font-weight: 900;
    padding: 0 0 10px 0;
    margin: 60px 0 25px 0;
}
dl.document>dd{}
dl.document>dd>p{}
dl.document>dd>ul{}
dl.document>dd>ul>li{}
dl.document>dd>table>tbody>tr {
    margin-top: 20px;
    max-width: 700px;
}

table.basic{
    line-height: 24px;
    margin-top: 25px;
}
table.basic>tbody>tr>th, table.basic>tbody>tr>td {
    float: left;
}
table.basic>tbody>tr{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 30px;
}
table.basic>tbody>tr:first-child{
    margin-top: 0;
}
table.basic>tbody>tr>th{
    width: 40%;
    font-weight: 900;
    position: relative;
}
table.basic>tbody>tr>th:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    margin: auto;
}
table.basic>tbody>tr>th>span {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
table.basic>tbody>tr>td{width: 60%;padding-left: 30px;}
table.basic>tbody>tr>td>ul {
    margin-top: 0;
}
/* common end */

/* posts common */

.postsWrap>.inner>ul>li {
    float: left;
    width: 30%;
    height: auto;
    position: relative;
    margin-top: 60px;
}
.postsWrap>.inner>ul>li:nth-child(3n+2){
    margin-left: 5%;
    margin-right: 5%;
}
.postsWrap>.inner>ul>li:nth-child(1),
.postsWrap>.inner>ul>li:nth-child(2),
.postsWrap>.inner>ul>li:nth-child(3){
    margin-top: 0;
}
.postsWrap>.inner>ul>li>article>a{
    width: 100%;
    height: 100%;
    display: block;
}
.postsWrap>.inner>ul>li>article>a:hover{
    opacity: 1;
}
.postsWrap>.inner>ul>li>article>a:hover>time,
.postsWrap>.inner>ul>li>article>a:hover>.title,
.postsWrap>.inner>ul>li>article>a:hover>p{
    opacity: 0.5;
}
.postsWrap>.inner>ul>li>article>a>time{
    font-size: 12px;
    line-height: 1em;
        display: block;
        margin-top: 20px;
}
.postsWrap>.inner>ul>li>article>a>.title{
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5em;
    width: 100%;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.postsWrap>.inner>ul>li>article>a>.excerpt {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    height: 60px;
    margin-top: 15px;
    position: relative;
}
.postsWrap>.inner>ul>li>article>a>.excerpt:after{
    content: " ..... VIEW MORE";
    font-weight:900;
}
.postsWrap>.inner>ul>li>article>a>.imgWrap{
        background-image: url(../images/logo_wh.png);
    background-color: #EEE;
    background-size: 150px auto;
    background-position: 50%;
    background-repeat: no-repeat;
}
#pageNews .postsWrap>.inner>ul>li>article>a>.imgWrap{
    display: block;
    text-align: center;
    width: 330px;
    height: 330px;
    position:relative;
}
#pageNews .postsWrap>.inner>ul>li>article>a>.imgWrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height:100%;
}
.postsWrap>.inner>ul>li>article>a>.imgWrap:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px solid #FFF;
    z-index: 1;
    opacity: 0.25;
}
.postsWrap>.inner>ul>li>article>a:hover>.imgWrap:before {
    border: 10px solid #FFF;
}
.postsWrap>.inner>ul>li>article>a>.imgWrap>.bg {
    width: 100%;
    height: 320px;
}
.postsWrap>.inner>ul>li>article>a:hover>.imgWrap{
    background-color: #DDD;
}
.postsWrap>.inner>ul>li>article>a:hover>.imgWrap>.bg{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.postsWrap>.inner>ul>li>article>a.postCatBtn {
position: relative;
    font-weight: 900;
    line-height: 1em;
    margin-top: 20px;
    width: auto;
    display: inline-block;
    padding-right: 30px;
}
.postsWrap>.inner>ul>li>article>a.postCatBtn:before,
.postsWrap>.inner>ul>li>article>a.postCatBtn:after{
    content: "";
    display:block;
    position: absolute;
    bottom: 0;
    right: 1px;
    margin: auto;
}
.postsWrap>.inner>ul>li>article>a.postCatBtn:before {
    width: 20px;
    height: 1px;
    top: 0;
    background-color: #000;
}
.postsWrap>.inner>ul>li>article>a.postCatBtn:after{
    width: 5px;
    height: 5px;
    top: 1px;
    border-right: 1px solid transparent;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.postsWrap>.inner>ul>li.postCat2>article>a.postCatBtn{color: #bc272d}
.postsWrap>.inner>ul>li.postCat3>article>a.postCatBtn{color: #004677}
.postsWrap>.inner>ul>li.postCat4>article>a.postCatBtn{color: #000;}
.postsWrap>.inner>ul>li.postCat2>article>a.postCatBtn:before{background-color: #bc272d;}
.postsWrap>.inner>ul>li.postCat3>article>a.postCatBtn:before{background-color: #004677;}
.postsWrap>.inner>ul>li.postCat4>article>a.postCatBtn:before{background-color: #000;}
.postsWrap>.inner>ul>li.postCat2>article>a.postCatBtn:after{border-top: 1px solid #bc272d;}
.postsWrap>.inner>ul>li.postCat3>article>a.postCatBtn:after{border-top: 1px solid #004677;}
.postsWrap>.inner>ul>li.postCat4>article>a.postCatBtn:after{border-top: 1px solid #000;}
.postsWrap>.inner>ul>li>article>a.postCatBtn:hover{padding-right: 40px;}
.postsWrap>.inner>ul>li>article>a.postCatBtn:hover:before {width: 30px;}
.postsWrap>.inner>ul>li>article>a.postCatBtn:hover:after{}

.postsWrap>.inner>a{
    margin-top: 60px;
}




.postSingleWrap {
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 90px 120px;
    position: relative;
}
.postSingleWrap img {
    width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
    max-width: 600px;
}
.postSingleWrap iframe {
    width: 100%;
    display: block;
    margin: 10px 0;
    max-width: 600px;
}
.postSingleWrap:before, .postSingleWrap:after {
    content: "";
    width: 50%;
    height: 300px;
    display: block;
    position: absolute;
    border-color: #DDD !important;
}
.postSingleWrap:before {
    top: 0;
    left: 0;
    border-top: 1px solid;
    border-left: 1px solid;
}
.postSingleWrap:after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.postSingleWrap>.postTitle {
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.postSingleWrap>.postTitle>time {
    font-size: 12px;
    line-height: 1em;
    display: block;
}
.postSingleWrap>.postTitle>.title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
}
.postSingleWrap>.postBody p *{
    /*font-family: 'Roboto',"游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif !important;*/
    font-family: 'Roboto',"游ゴシック","Yu Gothic",YuGothic,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif !important;
}
.postSingleWrap>.postBody strong{
    font-weight: 900;
}
.postSingleWrap>.postBody em{
    font-style: italic;
}
.postSingleWrap>.postBody p>a{
    font-weight: 400;
    text-decoration: none;
    background: linear-gradient(transparent 60%, #DDD 40%);
    padding: 0 2px;
    margin: 0 1px;
}
.postSingleWrap>.postBody h2,
.postSingleWrap>.postBody h3,
.postSingleWrap>.postBody h4,
.postSingleWrap>.postBody h5,
.postSingleWrap>.postBody h6 {
    font-weight: bold;
}
.postSingleWrap>.postBody h2 {
    font-size: 1.5em;
}
.postSingleWrap>.postBody h3 {
    font-size: 1.4em;
}
.postSingleWrap>.postBody h4 {
    font-size: 1.3em;
}
.postSingleWrap>.postBody h5 {
    font-size: 1.2em;
}
.postSingleWrap>.postBody h6 {
    font-size: 1.1em;
}

.postNav {
    margin-top: 60px;
}
.postNav>ul>li {
    width: 49%;
}
.postNav>ul>li.older{
    float: right;
}
.postNav>ul>li.newer{
    float: left;
    margin-right: 2%;
}
.postNav>ul>li>a,
.postSubNav>div>dl>.title {
    line-height: 24px;
    margin: auto;
    font-weight: 900;
    text-align: center;
    width: 100%;
    height: auto;
    border: 1px solid;
    display: block;
    padding: 22px 10px;
    position: relative;
}
.postNav>ul>li>a:hover,
.postSubNav>div>dl>.title:hover{
    opacity: 1;
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.postSubNav {
    margin-top: 20px;
}
.postSubNav>div {
    float: left;
    width: 49%;
}
.postSubNav>div:first-child {
    margin-right: 2%
}
.postSubNav>div>dl.acMenu{border-bottom: none;}
.postSubNav>div>dl>.title:before,
.postSubNav>div>dl>.title:after,
dl.acMenu>dt:before,
dl.acMenu>dt:after {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.postSubNav>div>dl>.title:before,
.postSubNav>div>dl>.title:after{
    right: 20px;
}
.postSubNav>div>dl>.title:after,
dl.acMenu>dt:after{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.postSubNav>div>dl>.title.on:before,
dl.acMenu>dt.on:before{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.postSubNav>div>dl>.title.on:after,
dl.acMenu>dt.on:after{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
    opacity: 0;
}
.postSubNav>div>dl>.title:hover:before,
.postSubNav>div>dl>.title:hover:after{
    background-color: #FFF;
}
.postSubNav>div>dl.acMenu>dd{padding-bottom: 0;}
.postSubNav>div>dl>dd>ul {}
.postSubNav>div>dl>dd>ul>li {
    border-bottom: 1px solid;
}
.postSubNav>.monthlyNav>dl>dd>ul>li {
    width: 50%;
    float: left;
}
.postSubNav>div>dl>dd>ul>li>a,
.postSubNav>div>dl>dd>ul>li>h4>a {
    padding: 10px 0;
    display: block;
    text-align: center;
}
.postSubNav>div>dl>dd>ul>li>a:hover {
    color: #FFF;
    border-color: #000;
    background-color: #000;
    opacity: 1;
}
/* posts common end */

/* header */
body>header {
    position: absolute;
    top: 20px;
    left: 80px;
    z-index: 5000;
    width: auto;
    height: 50px;
    overflow: hidden;
}
body>header>p{
/*    width: 270px;*/
/*    height: auto;*/
    width: auto;
    height: 100%;
    padding: 0;
}
body>header>p>a {
    display: block;
    width: 100%;
    height: 100%;
}
body>header>p>a>img{
/*    width: 100%;*/
/*    height: auto;*/
width: auto;
    height: 100%;
}
/* header end */

/* footer */
#maparea {
  position: relative; /* ✅ 关键 */
  width: 100%;
  height: 500px;
  display: block;
  margin-top: 90px;
}

#maparea * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#maparea iframe {
  position: absolute;  /* 绝对定位在父容器内 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#maparea p.gm-style-pbt {
  font-size: 12px;
  text-align: center;
}

#campaignWrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
    width: 400px;
    height: 120px;
}
#campaignWrap *{
    font-weight: 900;
    line-height: 1em;
}
#campaignWrap>a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 30px 0;
    background-color: #FFF;
}
#campaignWrap>a:before,
#campaignWrap>a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(150deg, #ffd400 25%, #ff006a 100%);
    background-image: linear-gradient(-60deg, #ffd400 25%, #ff006a 100%);
    opacity: 0;
}
#campaignWrap>a:before{
    -webkit-animation: campaignWrap 15s ease-in-out infinite;
    animation: campaignWrap 15s ease-in-out infinite;
}
@-webkit-keyframes campaignWrap {
0% {opacity: 0;}
60% {opacity: 0;}
70% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes campaignWrap { 
0% {opacity: 0;}
60% {opacity: 0;}
70% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0;}
}




#campaignWrap>a>dl{
    position: relative;
    z-index: 1;
}
#campaignWrap>a>dl>dt {
    width: 100%;
    position: relative;
}
#campaignWrap>a>dl>dt:before {
    content: "";
    width: 235px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #000;
}
#campaignWrap>a p{
    padding: 0;
}
#campaignWrap>a>dl>dd>p {
    margin: 20px 0 5px;
}
#campaignWrap>a>dl>dd>div>p,
#campaignWrap>a>dl>dd>div>div,
#campaignWrap>a>dl>dd>div>div>p {
    float: left;
}
#campaignWrap>a>dl>dd>div>.title {
    color: #FFF;
    text-align: center;
    background-color: #bc272d;
    width: 135px;
    padding: 8px 0;
}
#campaignWrap>a>dl>dd>div>.fee {
    color: #bc272d;
    padding: 0 10px;
    width: 135px;
    text-align: center;
}
#campaignWrap>a>dl>dd>div>.fee,
#campaignWrap>a>dl>dd>div>div>.seat{
    font-size: 30px;
    letter-spacing: -1px;
}
#campaignWrap>a>dl>dd>div>div {
    color: #004677;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
}
#campaignWrap>a>dl>dd>div>div>p {
    font-size: 12px;
    height: 30px;
    text-align: center;
}
#campaignWrap>a>dl>dd>div>div>.seat {
    width: 46px;
}
/*#campaignWrap.on*/{
    bottom: -70px;
}
#campaignWrap:hover{
    bottom:0;
}
#campaignWrap>a:hover
/*,#campaignWrap.on>a*/{
    opacity: 1;
    /*color: #FFF;*/
}
/*#campaignWrap>a:hover:before*/
/*,#campaignWrap.on>a:before*/
#campaignWrap>a:hover:after{
    opacity: 1;
}
#campaignWrap>a:hover>dl>dt:before
/*,#campaignWrap.on>a>dl>dt:before*/{
    /*background-color: #FFF;*/
}
#campaignWrap.outside{
    bottom: -120px;
}


#gnavPanel {
    position: fixed;
    z-index: 5001;
    color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1160px;
    height: 60px;
    display: block;
    pointer-events: none;
}
#gnavPanel>ul {
    width: 100%;
    height: 100%;
}
#gnavPanel * {
    color: #FFF;
    font-weight: 900;
}
/*
#frontPage #gnavPanel * {
    color: #FFF;
}
*/
#gnavPanel>ul>.basicMenu,
#gnavPanel>ul>.contactMenu{
    pointer-events: visible;
    position: absolute;
}
#gnavPanel>ul>.basicMenu {
    bottom: 0;
    right: 80px;
}
#gnavPanel>ul>.basicMenu>a {
    display: none;
}
.basicMenu>ul>li,
.contactMenu>ul>li{
    float: left;
    margin-left: 15px;
    position: relative;
}
.basicMenu>ul>li:first-child,
.contactMenu>ul>li:first-child {
    margin-left: 0;
}
#gnavPanel>ul>.contactMenu{
    top: 30px;
    right: 80px;
    opacity: 1;
}

#gnavBtn {
    display: none;
    position: fixed;
    z-index: 5002;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#gnavBtn>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -3px;
    width: 17px;
    height: 2px;
    background-color: #FFF;
    margin: auto;
}
#gnavBtn>span:before,
#gnavBtn>span:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FFF;
}
#gnavBtn>span:before {
    bottom: 5px;
    width: 20px;
    left: -3px;
}
#gnavBtn>span:after{
    bottom: -5px;
    width: 14px;
    right: -3px;
}
#gnavBtn.open>span,
#gnavBtn.open>span:before,
#gnavBtn.open>span:after{
    right: 0;
    bottom: 0;
    width: 20px;
}
#gnavBtn.open>span:before,
#gnavBtn.open>span:after{
    width: 7px;
    left: 0;
    right: 0;
}
#gnavBtn.open>span{
    -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#gnavBtn.open>span:before{
    -webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
bottom:7px;
}
#gnavBtn.open>span:after{
    -webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
bottom:-7px;
}
#gnavBtn.on>span,
#gnavBtn.on>span:before,
#gnavBtn.on>span:after{
    background-color: #000;
}
#gnavBtn.open>span,
#gnavBtn.open>span:before,
#gnavBtn.open>span:after{
    background-color: #FFF !important;
}

#forSpBtn {
    position: fixed;
    top: 10px;
    right: 50px;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 5000;
    display: none;
}
#forSpBtn>li>a {
    color: #FFF;
    font-size: 35px;
    line-height: 1.5em;
    display: block;
    height: 40px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#forSpBtn.on>li>a{
    color: #000;
}

.contactMenu>ul>li {
    width: 40px;
    height: 40px;
    display: block;
}
.contactMenu>ul>.call {
    width: 166px;
}
.basicMenu>ul>li>a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.basicMenu>ul>li>a:hover{
    opacity: 1;
}
.basicMenu>ul>li>a:before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #0071bc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.basicMenu>ul>li>a:hover:before {
    width: 100%;
}
.contactMenu>ul>li>a {
    width: 125%;
    height: 100%;
    display: block;
    position: relative;
}
.contactMenu>ul>.line>a{}
.contactMenu>ul>.mail>a{}
.contactMenu>ul>.call>a {
    padding-top: 4px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 1em;
}
.contactMenu>ul>.call>a>span{
    display: block;
    font-size: 10px;
}
.contactMenu>ul>li>a>i {
    font-size: 40px;
    font-weight: normal !important;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
}
#gnavPanel.outside{
    height: 60px;
}
#gnavPanel.on *{
    color: #000;
}
#gnavPanel.outside>ul>.contactMenu{
    top: -40px;
    opacity: 0;
}
#gnavPanel.outside>ul>.basicMenu {
    bottom: 15px;
}
#gnavPanel.on>ul>.basicMenu>ul>li>a:before{
    background-color: #000;
}




body>footer {
    background-color: #000;
    width: 100%;
    height: auto;
    position: relative;
    padding: 60px 0;
    z-index: 4999;
}
body>footer,
body>footer * {
    color: #FFF;
    font-weight: 900;
}


#footerMiddle>ul>.snsMenu>ul>li {
    float: left;
    width: 40px;
    height: 40px;
}
#footerMiddle>ul>.snsMenu>ul>li>a,
#footerMiddle>ul>.snsMenu>ul>li>a>img {
    width: 100%;
    height: 100%;
    display: block;
}

#footerTop {
    float: left;
}
#footerTop>img {
    width: auto;
    height: 50px;
    display: block;
}
#footerTop>dl {
    margin-top: 20px;
    font-size: 12px;
    line-height: 24px;
}
#footerTop>dl>dt {
    font-size: 18px;
    line-height: 30px;
}
#footerTop>dl>dt>span {
    font-size: 0.75em;
}
#footerTop>dl>dd.add>span {
    padding: 0 5px;
}

#footerMiddle {
    float: right;
    position: relative;
    height: 200px;
}
#footerMiddle>ul>.basicMenu {
    padding-top: 10px;
}
#footerMiddle>ul>.contactMenu,
#footerMiddle>ul>.snsMenu{
    position: absolute;
    bottom: 0;
    right: 0;
}
#footerMiddle>ul>.contactMenu{
    bottom: 45px;
}

#footerBottom {
    font-size: 10px;
    line-height: 1em;
    margin-top:15px;
}
#footerBottom>ul {
    display: inline-block;
}
#footerBottom>ul>li {
    float: left;
    margin-left: 15px;
}
#footerBottom>ul>li>a {
    display: block;
}
#footerBottom>ul>li:first-child {
    margin-left: 0;
}
#footerBottom>div{
    float: right;
}
#footerBottom>div>#travelAgencyNum, #footerBottom>div>#copyright{
    float: left;
}
#footerBottom>div>#travelAgencyNum{
    margin-right: 30px;
}
/* footer end */

/* loader */
#loadLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #FFF;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: visible;
    opacity: 1;
}
#loadLayer>span {
    background-image: url(../images/loader_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
width: 300px;
    background-position: 50%;
    height: 75px;
    display: block;
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
-webkit-animation: loadLayerAnime 0.5s ease-in-out;
    animation: loadLayerAnime 0.5s ease-in-out;
}
@-webkit-keyframes loadLayerAnime {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes loadLayerAnime { 
0% {opacity: 0;}
100% {opacity: 1;}
}
#loadLayer.loadComplete,
#loadLayer.loadComplete>span {
    visibility: hidden;
    opacity: 0;
}
/* loader end */



/* top */
#atf {
    overflow: hidden;
    position: relative;
    min-height: 200px;
}
#atf>img {
    position: absolute;
    z-index: 2;
    width: 200px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#slideWrap {
    padding: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
#slide1{
    display: none;
}
#slide1:before,
#innerPage #atf:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 1;
    pointer-events: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    opacity: 0.25;
}
#slide1,#slide1>li {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#slide1>li {
    background-size: cover;
    background-position: 50% 50%;
}
#slide1>li:nth-of-type(3) {
    background-position: top;
}
#topPage #slide1>li {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
}
#topPage #slide1>li.active{
    -webkit-animation: slideAnime 5s ease;
    animation: slideAnime 5s ease;
}
@-webkit-keyframes slideAnime {
0% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
    }
100% {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
    }
}
@keyframes slideAnime { 
0% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
    }
100% {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
    }
}

#topPage #atf>.title {
    font-weight: 400;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    pointer-events: none;
    color: #FFF;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 6px;
    text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 3px 10px rgba(0,0,0,0.35), 0 3px 20px rgba(0,0,0,0.5);
}
#topPage #atf>.title>span {
    text-align: center;
    display: block;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 30px;
    text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 3px 20px rgba(0,0,0,0.35);
    letter-spacing:-3px;
}


#imgBg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#imgBg>img {
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    width: auto;
    height: 100%;
}
/* top end */


/* innerPage */
#innerPage>#contentWrap>.contentWrap>.sec {
    margin-top: 90px;
}
#innerPage #atf>.inner{
    height: 100%;
}
#innerPage #atf>.inner>.atfTitle {
    color: #FFF;
    position: absolute;
    bottom: 90px;
    left: 0;
    padding: 0 30px;
    z-index: 1;
    /*text-shadow: 0 0 5px rgba(0,0,0,0.5);*/
}
#innerPage #atf>.inner>.atfTitle * {
    line-height: 1em;
    text-align: left;
}
#innerPage #atf>.inner>.atfTitle>h2,
#innerPage #atf>.inner>.atfTitle>.mainTitle {
    font-size: 60px;
}
#innerPage #atf>.inner>.atfTitle>h2>span,
#innerPage #atf>.inner>.atfTitle>.mainTitle>span {
    font-size: 0.75em;
    line-height: 1em;
    margin-left: 20px;
}
#innerPage #atf>.inner>.atfTitle>.subTitle {
    padding: 0;
    font-size: 20px;
    margin: 10px 0 20px 0;
    font-weight: 900;
}
#innerPage #atf>.inner>.atfTitle>.caption {
    padding: 0;
    font-size: 16px;
    font-weight: 900;
}
/* innerPage end */
/* innerPage + topPage */
.contentImg {
    width: 100%;
    height: 500px;
}
.halfWrapBasic>.inner>ul>li{margin-top: 90px;}
/*.halfWrapBasic>.inner>ul>li:first-child{margin-top: 0;}*/
.halfWrapBasic>.inner>ul:nth-child(2)>li:first-child{margin-top: 0;}
.halfWrapBasic>.inner>ul>li>div {
    width: 50%;
}
.halfWrapBasic>.inner>ul>li:nth-child(odd)>div {float: left;}
.halfWrapBasic>.inner>ul>li:nth-child(even)>div {float: right;}
.halfWrapBasic>.inner>ul>li>.bg{
    height: 400px;
}
.halfWrapBasic>.inner>ul>li:nth-child(odd)>.explain {padding-left: 90px;}
.halfWrapBasic>.inner>ul>li:nth-child(even)>.explain {padding-right: 90px;}
.halfWrapBasic>.inner>ul>li>.explain>.title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
}
.halfWrapBasic>.inner>ul>li>.explain>.title>.subTitle{
    font-size: 38px;
    line-height: 1em;
}
.halfWrapBasic>.inner>ul>li>div>.caption>a {
    margin-top: 30px;
}

.halfWrapBasic>.inner>ul>li.wide>div {
    float: none;
    width: 100%;
}
.halfWrapBasic>.inner>ul>li.wide>.bg{
    margin-bottom: 60px;
}
.halfWrapBasic>.inner>ul>li.wide>.explain{
    padding-left: 0;
    padding-right: 0;
}
.halfWrapBasic>.inner>ul>li.wide>.explain>div{
    float: left;
}
.halfWrapBasic>.inner>ul>li.wide>.explain>.title{width: 40%;}
.halfWrapBasic>.inner>ul>li.wide>.explain>.caption{width: 60%;}


.halfWrapBasic>.inner>ul.horizontal {
    margin-top: 60px;
}
.halfWrapBasic>.inner>ul.horizontal:nth-child(2) {
    margin-top: 0;
}
.halfWrapBasic>.inner>ul.horizontal>li {
    margin-top: 0;
    float: left;
    width: 50%;
}
.halfWrapBasic>.inner>ul.horizontal>li:nth-child(odd){padding-right: 50px;}
.halfWrapBasic>.inner>ul.horizontal>li:nth-child(even){padding-left: 50px;}
.halfWrapBasic>.inner>ul.horizontal>li>div {
    float: none;
    width: 100%;
}
.halfWrapBasic>.inner>ul.horizontal>li>.bg {
    height: 250px;
}
.halfWrapBasic>.inner>ul.horizontal>li>.explain {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
}



/* innerPage + topPage end */
/* shop */
#pageShop #aboutSec.halfWrapBasic>.inner>ul>li:first-child{margin-top: 90px;}
#pageShop #aboutSec #concept>.bg{
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 5s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 5s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 5s cubic-bezier(0.5, 0, 0, 1);
    transition: all 5s cubic-bezier(0.5, 0, 0, 1);
}
#pageShop #aboutSec #concept>.bg.active{
    opacity: 1;
}
#pageShop #aboutSec #concept>.bg:before {
    content: "";
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(-90deg, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
    -webkit-transform: skew(-55deg, 0deg) translate(-25%, 0px);
    -moz-transform: skew(-55deg, 0deg) translate(-25%, 0px);
    -o-transform: skew(-55deg, 0deg) translate(-25%, 0px);
    -ms-transform: skew(-55deg, 0deg) translate(-25%, 0px);
    transform: skew(-55deg, 0deg) translate(-25%, 0px);
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#pageShop #aboutSec #concept>.bg.active:before{
    -webkit-transform: skew(-55deg, 0deg) translate(80%, 0px);
    -moz-transform: skew(-55deg, 0deg) translate(80%, 0px);
    -o-transform: skew(-55deg, 0deg) translate(80%, 0px);
    -ms-transform: skew(-55deg, 0deg) translate(80%, 0px);
    transform: skew(-55deg, 0deg) translate(80%, 0px);
}
#pageShop #staffSec.halfWrapBasic>.inner>ul>li>.bg:before {
    content: "";
    width: 75px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url(../images/logo_wh.png);
    background-size: cover;
    background-position: 50%;
}
#pageShop #staffSec.halfWrapBasic>.inner>ul>li>.explain>.title>.subTitle>span{
    font-weight: 100;
}
#pageShop #staffSec.halfWrapBasic>.inner>ul>li>.explain table.basic>tbody>tr{
    margin-top: 15px;
}
#pageShop #staffSec.halfWrapBasic>.inner>ul>li>.explain>.caption>p {
    margin-top: 25px;
}
#pageShop #shopSec>.inner>ul>li>.bg {
    width: 30%;
    height: 500px;
}
#pageShop #shopSec>.inner>ul>li>.explain {
    width: 70%;
}
#pageShop #shopSec>.inner>ul>li>.explain table {
    margin-top: 0;
}

/* access */
#accessWrap>.inner>ul>li {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 40px;
}
#accessWrap>.inner>ul>li:nth-child(-n+3) {
    margin-top: 0;
}
#accessWrap>.inner>ul>li:nth-child(3n+1) {
    margin-left: 0;
}
#accessWrap>.inner>ul>li>.bg {
    height: 220px;
}
#accessWrap>.inner>ul>li>.bg:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
}
#accessWrap>.inner>ul>li:nth-child(1)>.bg:before{content: "1";}
#accessWrap>.inner>ul>li:nth-child(2)>.bg:before{content: "2";}
#accessWrap>.inner>ul>li:nth-child(3)>.bg:before{content: "3";}
#accessWrap>.inner>ul>li:nth-child(4)>.bg:before{content: "4";}
#accessWrap>.inner>ul>li:nth-child(5)>.bg:before{content: "5";}
#accessWrap>.inner>ul>li:nth-child(6)>.bg:before{content: "6";}
#accessWrap>.inner>ul>li:nth-child(7)>.bg:before{content: "7";}
#accessWrap>.inner>ul>li:nth-child(8)>.bg:before{content: "8";}
#accessWrap>.inner>ul>li:nth-child(9)>.bg:before{content: "9";}
#accessWrap>.inner>ul>li>p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    height: 58px;
}
/* access end */
/* shop end */

/* diving */
#divingSec .bg>span {
    bottom: -200px;
    left: -50px;
}
#divingSec .bg>span>img {
    width: 100%;
    max-width: 900px;
    height: auto;
}
#divingSec .bg>span{
    -webkit-transform: translate(-30px, -15px);
    -moz-transform: translate(-30px, -15px);
    -o-transform: translate(-30px, -15px);
    -ms-transform: translate(-30px, -15px);
    transform: translate(-30px, -15px);
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    -moz-transition-delay: 1.0s;
    -webkit-transition-delay: 1.0s;
    -o-transition-delay: 1.0s;
    -ms-transition-delay: 1.0s;
    transition-delay: 1.0s;
}
#divingSec .bg>span.active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.courseFeeWrap *,
.courseDetailWrap * {
    text-align: center;
}
.courseFeeWrap>.title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.courseFeeWrap>.title>span {
    font-size: 38px;
    line-height: 1em;
    display: block;
}
.courseFeeWrap>.fee {
    font-size: 150px;
    font-weight: 900;
    line-height: 1em;
}
.courseDetailWrap{
    margin-top: 60px;
}
.courseDetailWrap>.title {
    font-size: 22px;
}
.courseDetailWrap>.title>span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
    background-color: #bc272d;
    color: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.courseDetailWrap>.flowStyle {
    display: table;
    margin: auto;
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
}
.courseDetailWrap>.flowStyle>li {
    display: table-cell;
    vertical-align: top;
    min-width: 200px;
    padding: 0 10px;
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    height: 100px;
    position: relative;
}
.courseDetailWrap>.flowStyle>li:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #FFF;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.courseDetailWrap>.flowStyle>li:last-child:after{
    display: none;
}
.courseDetailWrap>.flowStyle>li>div {
    border: 2px solid;
    border-left: none;
    width: 100%;
    height: 100%;
    display: table;
}
.courseDetailWrap>.flowStyle>li:first-child>div {
    border-left: 2px solid;
}
.courseDetailWrap>.flowStyle>li>div>p {
    vertical-align: middle;
    display: table-cell;
}
.courseDetailWrap>.flowStyle>li>div>p>span {
    display: block;
}
.courseDetailWrap>.flowStyle>li>div>p>span>span {
    font-size: 38px;
    line-height: 1em;
}
.courseDetailWrap>.includedStyle {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
}
.courseDetailWrap>.includedStyle>dl {
    float: left;
    width: 50%;
    max-width: 380px;
}
.courseDetailWrap>.includedStyle>dl:nth-child(2) {
    float: right;
}
.courseDetailWrap>.includedStyle>dl>dt{
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.courseDetailWrap>.includedStyle>dl>dd{}
.courseDetailWrap>.attentionList{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.courseDetailWrap>.attentionList>li{
    text-align: justify;
}
.courseFeeWrap>.deco {
    display: block;
    position: absolute;
    top: -30px;
    width: 300px;
    height: 300px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-animation: diverDecoAnime1 5s ease-in-out infinite;
    animation: diverDecoAnime1 5s ease-in-out infinite;
}
@-webkit-keyframes diverDecoAnime1 {
0% {top: -5px;}
50% {top: 5px;}
100% {top: -5px;}
}
@keyframes diverDecoAnime1 { 
0% {top: -5px;}
50% {top: 5px;}
100% {top: -5px;}
}
.courseFeeWrap>.deco.setL{
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.courseFeeWrap>.deco.setR{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.courseFeeWrap>.deco.setL{
    left: 0;
    -webkit-transform: translate(-80px, 40px);
    -moz-transform: translate(-80px, 40px);
    -o-transform: translate(-80px, 40px);
    -ms-transform: translate(-80px, 40px);
    transform: translate(-80px, 40px);
}
.courseFeeWrap>.deco.setR{
    right: 0;
    -webkit-transform: translate(80px, 40px);
    -moz-transform: translate(80px, 40px);
    -o-transform: translate(80px, 40px);
    -ms-transform: translate(80px, 40px);
    transform: translate(80px, 40px);
}
.courseFeeWrap>.deco.active{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.courseFeeWrap>.deco>span {
    display: block;
    position: relative;
    -webkit-animation: diverDecoAnime2 5s ease-in-out infinite;
    animation: diverDecoAnime2 5s ease-in-out infinite;
}
@-webkit-keyframes diverDecoAnime2 {
0% {left: -5px;}
50% {left: 5px;}
100% {left: -5px;}
}
@keyframes diverDecoAnime2 { 
0% {left: -5px;}
50% {left: 5px;}
100% {left: -5px;}
}
.courseFeeWrap>.deco.setL>span{
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}
.courseFeeWrap>.deco.setR>span{
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}
.courseFeeWrap>.deco>span>img {
    display: block;
    width: 100%;
    height: auto;
}

#course1Sec .courseFeeWrap {color: #004677;}
#course2Sec .courseFeeWrap {color: #008445;}
#campaignSec>.inner>a,
#course1Sec>.inner>a,
#course2Sec>.inner>a {
    margin-top: 60px;
}
#course1Sec>.inner>a *,
#course2Sec>.inner>a *,
.cmnBtn.entry *{
    color: #FFF;
}
#course1Sec>.inner>a>span,
.cmnBtn.entry>span {
    background-color: #004677;
    border-color: #004677;
}
#course1Sec>.inner>.cmnBtn>span:before,
#course1Sec>.inner>.cmnBtn>span:after,
.cmnBtn.entry>span:before,
.cmnBtn.entry>span:after{
    border-color: #004677 !important;
}
#course1Sec .cmnBtn>span:hover,
.cmnBtn.entry>span:hover{
    background-color: #FFF;
    border-color: #004677;
}
#course1Sec .cmnBtn>span:hover,
#course1Sec .cmnBtn>span:hover>span,
.cmnBtn.entry>span:hover,
.cmnBtn.entry>span:hover>span{
    color: #004677;
}

#course2Sec>.inner>a>span {
    background-color: #008445;
    border-color: #008445;
}
#course2Sec>.inner>.cmnBtn>span:before,
#course2Sec>.inner>.cmnBtn>span:after{
    border-color: #008445 !important;
}
#course2Sec .cmnBtn>span:hover{
    background-color: #FFF;
    border-color: #008445;
}
#course2Sec .cmnBtn>span:hover,
#course2Sec .cmnBtn>span:hover>span{
    color: #008445;
}

#campaignSec {
    background-image: -webkit-linear-gradient(150deg, #ff006a 25%, #ffd400 100%);
    background-image: linear-gradient(-60deg, #ff006a 25%, #ffd400 100%);
}
#campaignSec:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/campaign_deco.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
#campaignSec * {
    color: #FFF;
    font-weight: 900;
}
#campaignSec>.inner {
    padding-top: 90px;
    padding-bottom: 90px;
}
#campaignSec .cmnBtn>span:before,
#campaignSec .cmnBtn>span:after {
    border-color: #FFF !important;
}
#campaignSec .cmnBtn>span:hover{
    background-color: #FFF;
    border-color: #FFF;
}
#campaignSec .cmnBtn>span:hover,
#campaignSec .cmnBtn>span:hover>span{
    color: #ff006a;
}
#campaignSec.halfWrapBasic>.inner>ul>li{
    margin-top: 0;
}
#campaignSec.halfWrapBasic>.inner>ul>li>.explain>.title>h3 {
    font-size: 22px;
    line-height: 32px;
}

/* diving end */

/* reason */
/* reason end */

/* faq */
dl.faqStyle>dt>span,
dl.faqStyle>dd>div {
    padding-left: 70px;
}
dl.faqStyle>dt>span:before,
dl.faqStyle>dd>div:before {
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: 900;
}
dl.faqStyle>dt>span:before {
    top: 20px;
    color: #364ef2;
}
dl.faqStyle>dt:nth-child(1)>span:before {content: "Q.01";}
dl.faqStyle>dt:nth-child(3)>span:before {content: "Q.02";}
dl.faqStyle>dt:nth-child(5)>span:before {content: "Q.03";}
dl.faqStyle>dt:nth-child(7)>span:before {content: "Q.04";}
dl.faqStyle>dt:nth-child(9)>span:before {content: "Q.05";}
dl.faqStyle>dt:nth-child(11)>span:before {content: "Q.06";}
dl.faqStyle>dt:nth-child(13)>span:before {content: "Q.07";}
dl.faqStyle>dt:nth-child(15)>span:before {content: "Q.08";}
dl.faqStyle>dt:nth-child(17)>span:before {content: "Q.09";}
dl.faqStyle>dt:nth-child(19)>span:before {content: "Q.10";}
dl.faqStyle>dt:nth-child(21)>span:before {content: "Q.11";}
dl.faqStyle>dt:nth-child(23)>span:before {content: "Q.12";}
dl.faqStyle>dt:nth-child(25)>span:before {content: "Q.13";}
dl.faqStyle>dt:nth-child(27)>span:before {content: "Q.14";}
dl.faqStyle>dt:nth-child(29)>span:before {content: "Q.15";}
dl.faqStyle>dt:nth-child(31)>span:before {content: "Q.16";}
dl.faqStyle>dt:nth-child(33)>span:before {content: "Q.17";}
dl.faqStyle>dt:nth-child(35)>span:before {content: "Q.18";}
dl.faqStyle>dt:nth-child(37)>span:before {content: "Q.19";}
dl.faqStyle>dt:nth-child(39)>span:before {content: "Q.20";}
dl.faqStyle>dt:nth-child(41)>span:before {content: "Q.21";}
dl.faqStyle>dt:nth-child(43)>span:before {content: "Q.22";}
dl.faqStyle>dt:nth-child(45)>span:before {content: "Q.23";}
dl.faqStyle>dt:nth-child(47)>span:before {content: "Q.24";}
dl.faqStyle>dt:nth-child(49)>span:before {content: "Q.25";}
dl.faqStyle>dt:nth-child(51)>span:before {content: "Q.26";}
dl.faqStyle>dt:nth-child(53)>span:before {content: "Q.27";}
dl.faqStyle>dt:nth-child(55)>span:before {content: "Q.28";}
dl.faqStyle>dt:nth-child(57)>span:before {content: "Q.29";}
dl.faqStyle>dt:nth-child(59)>span:before {content: "Q.30";}
dl.faqStyle>dt:nth-child(61)>span:before {content: "Q.31";}
dl.faqStyle>dt:nth-child(63)>span:before {content: "Q.32";}
dl.faqStyle>dt:nth-child(65)>span:before {content: "Q.33";}
dl.faqStyle>dt:nth-child(67)>span:before {content: "Q.34";}
dl.faqStyle>dt:nth-child(69)>span:before {content: "Q.35";}
dl.faqStyle>dt:nth-child(71)>span:before {content: "Q.36";}
dl.faqStyle>dt:nth-child(73)>span:before {content: "Q.37";}
dl.faqStyle>dt:nth-child(75)>span:before {content: "Q.38";}
dl.faqStyle>dt:nth-child(77)>span:before {content: "Q.39";}
dl.faqStyle>dt:nth-child(79)>span:before {content: "Q.40";}
dl.faqStyle>dd>div:before {
    content: "A.";
    top: 0;
    color: #004677;
}
/* faq end */


/* news */
#pageNews>#atf,
#atf.lowStyle {
    max-height: 500px;
    background-color: #004677;
}
#innerPage .postsWrap>.inner>ul>li:nth-child(1)>article,
#innerPage .postsWrap>.inner>ul>li:nth-child(2)>article,
#innerPage .postsWrap>.inner>ul>li:nth-child(3)>article{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.postSingleWrap iframe {
    width: 100%;
    display: block;
    margin: 10px 0;
    max-width: 600px;
    height: 52vw;
    max-height: 410px;
    border: none;
}
#pageNews .categoryNav .cat-item h4 a:before {
    content: "カテゴリー：";
}
/* news end */










/* mailForm */
.contactBtnWrap>li {
    float: left;
    width: 49%;
}
.contactBtnWrap>li:first-child{
    margin-right: 2%;
}
/* mailForm end */








/* coming soon */
h3.comingSoon {
    position: relative;
}
h3.comingSoon:after {
    content: "coming soon";
    font-weight: 100;
    margin-left: 10px;
    color: #bc272d;
}
/* coming soon end */







/*共通チェック*/
/*
#pageTour>#atf {
    max-height: 500px;
    background-color: #004677;
}
*/
.postsWrapTour>.inner>a {
    margin-top: 60px;
}
.postsWrapTour>.inner>div.title {
    margin-bottom: 40px;
}
.postsWrapTour>.inner>div.title,
.postsWrapTour>.inner>div.title>h3 {
    font-size: 22px;
    line-height: 32px;
}
.postsWrapTour>.inner>.title>.subTitle {
    font-size: 38px;
    line-height: 1em;
    font-weight: 900;
}


/* tour */


#funDiveSec.postsWrapTour>.inner>.title{color: #004677;}
#resortFunDiveTourSec.postsWrapTour>.inner>.title{color: #bc272d;}
#schoolSec.postsWrapTour>.inner>.title{color: #008445;}

.postsWrapTour>.inner>ul {}
.postsWrapTour>.inner>ul>li {
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #DDD;
}
.postsWrapTour>.inner>ul>li:first-child{
    border-top: 1px solid #DDD;
}
.postsWrapTour>.inner>ul>li>article>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.postsWrapTour>.inner>ul>li>article>a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-top: 2px solid;
    border-right: 2px solid;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tourStatus1,
.tourStatus2 {
    float: left;
    position: relative;
    line-height: 20px;
    font-weight: 900;
}
.tourStatus1 {
    width: 310px;
    height: 60px;
    border: 1px solid;
    display: block;
    position: relative;
}
.tourStatus1>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    height: 20px;
    width: 250px;
}
.tourStatus1>span>time,
.tourStatus1>span>span {
    display: block;
    text-align: center;
    float: left;
}
.tourStatus1>span>.gather_type {
    background-color: #DDD;
    color: #FFF;
    font-size: 12px;
    min-width: 55px;
    width: auto;
    padding: 0 5px;
}

.tourStatus1>span>.gather_type.morning {background-color: #008445;}
.tourStatus1>span>.gather_type.afternoon {background-color: #bc272d;}
.tourStatus1>span>.gather_type.evning {background-color: #004677;}

.tourStatus1>span>.stay_days {
    padding-left: 7px;
}
.tourStatus2 {
    width: 790px;
    padding-left: 120px;
}
.tourStatus2:before {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    background-color: #000;
    margin: auto;
}
.tourStatus2>div>span, .tourStatus2>div>.diver_type, .tourStatus2>div>.diver_type>li {
    float: left;
    width: auto;
    line-height: 18px;
}
.tourStatus2>div>span, .tourStatus2>div>.diver_type>li {
    border: 1px solid;
}
.tourStatus2>div>.diver_type>li {
    margin-left: 2px;
}
.tourStatus2>div>span:first-child {
    margin-left: 0;
}
.tourStatus2>div>.category {
    width: 200px;
    text-align: center;
    border: none;
    color: #FFF;
    line-height: 20px;
    padding-right: 2px;
}
.tourStatus2>div>.category>span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background-color: #000;
}
.postCat-fun-dive .tourStatus2>div>.category>span{background-color: #004677;}
.postCat-resort-fun-dive-tour .tourStatus2>div>.category>span{background-color: #bc272d;}
.postCat-school .tourStatus2>div>.category>span{background-color: #008445;}


.tourStatus2>div>.seat {
    width: 100px;
    text-align: center;
}
.tourStatus2>div>.diver_type>li {
    padding: 0 10px;
}
.tourStatus2>.title {
    font-size: 16px;
    line-height: 40px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tourPostSubNav>ul>li>a {
    line-height: 24px;
    margin: auto;
    font-weight: 900;
    text-align: center;
    width: 100%;
    height: auto;
    border: 1px solid;
    display: block;
    padding: 22px 10px;
    position: relative;
}
.tourPostSubNav {
    margin-top: 20px;
}
.tourPostSubNav>ul>li {
    float: left;
    width: 32%;
    margin-left: 2%;
}
.tourPostSubNav>ul>li:first-child {
    margin-left: 0;
}
.tourPostSubNav>ul>li>a:hover {
    opacity: 1;
    color: #FFF;
    background-color: #000;
    border-color: #000;
}


#tourTerms dl.acMenu>dd {
    font-size: 12px;
    line-height: 24px;
}
#tourTerms dl.acMenu>dd>div>.title {
    margin-top: 30px;
    font-size: 13px;
    position: relative;
}
#tourTerms dl.acMenu>dd>div>.title:before {
    content: "■";
    position: relative;
    margin-right: 5px;
}
#tourTerms dl.acMenu>dd>div>.title:first-child {
    margin-top: 0;
}
#tourTerms dl.acMenu>dd table.basic>tbody>tr,
#tourTerms dl.acMenu>dd .attentionList{
    margin-top: 10px;
}
#tourTerms dl.acMenu>dd .attentionList>li {
    font-size: 10px;
    line-height: 16px;
}
#tourTerms dl.acMenu>dd .attentionList>li:before {
    content: "※";
    width: auto;
    height: auto;
    border: none;
    top: initial;
}


/* for single */
.tourSingleStyle .postSingleWrap{
    margin-bottom: 60px;
}
.tourSingleStyle .postSingleWrap>.postTitle>.tourStatusWrap>.tourStatus1 {
    height: 40px;
}
.tourSingleStyle .postSingleWrap>.postTitle>.tourStatusWrap>.tourStatus2{
    width: 550px;
    padding-left: 80px;
}
.tourSingleStyle .postSingleWrap>.postTitle>.tourStatusWrap>.tourStatus2:before {
    width: 40px;
    left: 20px;
}
.tourSingleStyle .postSingleWrap>.postTitle>.tourStatusWrap>.tourStatus2>div>.category>span,
.tourSingleStyle .postSingleWrap>.postTitle>.tourStatusWrap>.tourStatus2>div>.seat,
.tourSingleStyle .postSingleWrap>.postTitle>.tourStatusWrap>.tourStatus2>div>.diver_type>li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tourSingleStyle .postSingleWrap>.postTitle>.title {
    margin-top: 30px;
}

.tourSingleStyle .postSingleWrap>.postBody>.aboutWrap>div{
    float: left;
    width: 50%;
}
.tourSingleStyle .postSingleWrap>.postBody>.aboutWrap>.imgWrap {
    height: 220px;
    padding-right: 60px;
}
.tourSingleStyle .postSingleWrap>.postBody>.aboutWrap>.imgWrap>.noImg{
    background-image: url(../images/logo_wh.png);
    background-color: #EEE;
    background-size: 150px auto;
    background-position: 50%;
    background-repeat: no-repeat;
}
.tourSingleStyle .postSingleWrap>.postBody>.aboutWrap>.explain>p{
    padding:0;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-top: 60px;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul{}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li {
    float: left;
    width: 50%;
    height: auto;
    border: 2px solid;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li:nth-child(n+2) {
    border-left: none;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl{
    padding: 20px 30px;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dt,
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dd {
    float: left;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dt{
    width: 30%;
    padding: 5px 0;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dd {
    width: 70%;
    font-weight: 900;
    font-size: 16px;
    line-height: 28px;
    display: table;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dd>span {
    width: 50%;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dd>.memberFee{
    color: #bc272d;
    font-size: 24px;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dd>.memberFee:before {
    content: "MEMBER ONLY";
    font-size: 10px;
    display: block;
    line-height: 12px;
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>ul>li>dl>dd>.memberFee:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #000;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tourSingleStyle .postSingleWrap>.postBody>.feeWrap>p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    height: auto;
}
.tourSingleStyle .postSingleWrap>.postBody>.title {
    font-size: 16px;
    line-height: 1em;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
}
.tourSingleStyle .postSingleWrap>.postBody .attentionList>li {
    font-size: 10px;
}
.tourSingleStyle .postSingleWrap>.postBody .attentionList>li:before {
    content: "※";
    width: auto;
    height: auto;
    border: none;
    top: initial;
}
.labelStyle>li {
    float: left;
    padding: 0 10px;
    margin: 2px 4px 2px 0;
    background-color: #DDD;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
}

form.tourEntryBtn {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
}
form.tourEntryBtn,
form.tourEntryBtn *{
    font-weight: 900;
    color: #FFF;
}
form.tourEntryBtn:before {
    content: "ENTRY NOW !!";
    position: absolute;
    top: 32px;
    left: 0;
    display: block;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    width: 100%;
    height: auto;
}
form.tourEntryBtn>input {
    width: 100%;
    height: auto;
    display: block;
    padding: 66px 10px 32px;
    border: 1px solid #004677;
    cursor: pointer;
    background-color: #004677;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
form.tourEntryBtn:hover,
form.tourEntryBtn:hover *{
    color: #004677;
}
form.tourEntryBtn:hover>input {
    background-color: #FFF;
}
/* tour end */


/* voicePage */
#pageVoice #voiceSec.halfWrapBasic>.inner>ul>li>.bg{
    background-color: #EEE;
}
#pageVoice #voiceSec.halfWrapBasic>.inner>ul>li>.explain>.title>.subTitle {
    font-size: 34px;
    line-height: 1.5em;
    padding-bottom: 0;
    display: block;
    position: relative;
    font-weight: 900;
}
#pageVoice #voiceSec.halfWrapBasic>.inner>ul>li>.explain>.title>.subTitle>span{
    font-weight: 100;
}
#pageVoice #voiceSec.halfWrapBasic>.inner>ul>li>.explain table.basic>tbody>tr{
    margin-top: 15px;
}
#pageVoice #voiceSec.halfWrapBasic>.inner>ul>li>.explain>.caption>p {
    margin-top: 25px;
}
/* voicePage end */



/* 200525extraInfo */
.entraInfo {
    margin: auto;
    width: 100%;
    max-width: 800px;
    color: #777;
    font-size: 10px;
    margin: 50px auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-align: justify !important;
}
.entraInfo * {
    line-height: 1.75em !important;
}
.entraInfo>* {
    display: block;
    padding: 5% 10%;
    background-color: #FFF;
    border: 1px solid #AAA;
}
.entraInfo dt.subaccent {
    font-weight: 900 !important;
    font-size: 12px !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
}
.entraInfo dt.accent {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 17px !important;
    margin-top: 0;
}
.entraInfo ul {
    margin-top: 0 !important;
}
.entraInfo li {
    padding: 0 0 0 20px !important;
    position: relative !important;
    margin: 5px 0 !important;
}
.entraInfo li:before {
    content: "・" !important;
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
}

#middlemenu .entraInfo {
    margin-bottom: 0 !important;
}
/* 200525extraInfo end */

