@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
use this page
=================================================================== */
  .top_area {
    background: url("../images/main_img.jpg") center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-bottom: 70px;
  }
  .more_btn {
    position: relative;
    margin: 0 auto;
  }
  .more_btn a {
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .more_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .sec-ttl {
    margin-bottom: 60px;
    font-size: 4rem;
    text-align: center;
  }
  main {
    color: #000;
  }
  .catch_img {
    margin-bottom: 50px;
  }
  .admission-lead {
    margin-bottom: 70px;
  }
  .admission-lead ul {
    margin-bottom: 60px;
    font-size: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
  }
  .admission-lead-list {
    display: inline-block;
    width: 260px;
    vertical-align: top;
  }
  .admission-lead-list .head {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .admission-lead-list .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 140px;
    padding: 0 17px 0 103px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 22px;
    background: #b52841;
    -moz-border-radius: 15px;
         border-radius: 15px;
    -moz-box-shadow: 3px 5.2px 0 rgba(0, 0, 0, 0.2);
         box-shadow: 3px 5.2px 0 rgba(0, 0, 0, 0.2);
  }
  .admission-lead-list .bottom::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 60px;
    height: 62px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .admission-lead-list.reserve .bottom::before {
    background: url("../images/icon_calendar.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
	.admission-lead-list.reserve a {
		display: block;}
	.admission-lead-list.reserve a:hover {
		opacity: .8;}
  .admission-lead-list.web-admission .bottom::before {
    background: url("../images/icon_tv.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
	.admission-lead-list.web-admission a {
		display: block;}
	.admission-lead-list.web-admission a:hover {
		opacity: .8;}
  .admission-lead-list.visit .bottom::before {
    background: url("../images/icon_buliding.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-lead-list.tel .bottom::before {
    background: url("../images/icon_tel.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-lead li + li {
    margin-left: 20px;
  }
  .admission-lead .more_btn {
    width: 590px;
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
  }
  .admission-lead .more_btn a {
    padding: 31px 0;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .admission-lead .more_btn a::before {
    right: 43px;
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_black.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-step {
    margin-bottom: 70px;
    padding-bottom: 74px;
    border-bottom: solid 1px #cdcdcd;
  }
  .admission-step .ahead {
    margin-bottom: 70px;
    padding: 70px 0;
    background: #f7f7f7;
  }
  .admission-step ul {
    font-size: 0;
  }
  .admission-step .step-wrap {
    margin-bottom: 70px;
  }
  .admission-step-list {
    display: inline-block;
    position: relative;
    width: 239px;
    height: 239px;
    margin-left: 48px;
    text-align: center;
    background: #ffeccf;
    -moz-border-radius: 50%;
         border-radius: 50%;
    vertical-align: top;
  }
  .admission-step-list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -38px;
    width: 24px;
    height: 34px;
    background: url(../images/arrow_orange.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .admission-step-list:first-child {
    margin-left: 0;
  }
  .admission-step-list:first-child::before {
    display: none;
  }
  .admission-step-list .head {
    margin: 20px auto 10px;
  }
  .admission-step-list .head.tow-row {
    margin-bottom: 12px;
  }
  .admission-step-list .txt {
    font-size: 1.55rem;
    line-height: 24px;
  }
  .admission-step .sec-sub {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 15px 30px;
    border-bottom: solid 1px #cdcdcd;
    color: #b52841;
    font-size: 2rem;
    font-weight: bold;
    line-height: 34px;
  }
  .admission-step .sec-sub::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/icon_curcle.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-step .necessary-list {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    margin-bottom: 22px;
  }
  .admission-step .column02 {
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: end; */
    display: block;
    margin-bottom: 22px;
    overflow: hidden;
  }
  .admission-step .column02 li {
    margin-right: 15px;
  }
  .admission-step .necessary-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 120px;
    font-size: 1.6rem;
    line-height: 25px;
    text-align: center;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    vertical-align: middle;
    float: left;
		box-sizing: border-box;
		padding: 10px;
  }
  .admission-step .necessary-list .head {
    display: block;
    margin-bottom: 10px;
    color: #b52841;
    font-size: 2rem;
    font-weight: bold;
  }
  .admission-step .necessary-list .head.mn {
    margin-bottom: 0px;
  }
  .admission-step .necessary .attention {
    text-align: right;
  }
  .admission-step .bottom {
    font-size: 0;
    text-align: center;
  }
  .admission-step .bottom .more_btn {
    display: inline-block;
    width: 370px;
    vertical-align: middle;
  }
  .admission-step .bottom .more_btn a {
    padding: 25px 0;
    color: #fff;
    font-size: 2rem;
    background: #b52841;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .admission-step .bottom .more_btn a::before {
    right: 20px;
    width: 11px;
    height: 17px;
    background: url("/common/images/arrow_white.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-step .bottom .more_btn + .more_btn {
    margin-left: 50px;
  }
  .admission-faq {
    padding-bottom: 125px;
  }
  .admission-faq .sec-ttl {
    margin-bottom: 40px;
  }
  .admission-faq-sub {
    margin-bottom: 28px;
    padding: 12px;
    font-size: 2rem;
    background-color: #f7f7f7;
    border-left: solid 10px #b52841;
    -moz-box-shadow: 0 2px 0 #cdcdcd;
         box-shadow: 0 2px 0 #cdcdcd;
  }
  .faq-element + .faq-element {
    margin-top: 15px;
  }
  .faq-element .elm-head {
    position: relative;
  }
  .faq-element .elm-head::before, .faq-element .elm-head::after {
    content: "";
    position: absolute;
    top: 18px;
    z-index: 3;
  }
  .faq-element .elm-head::before {
    left: 15px;
    width: 16px;
    height: 22px;
    background: url("../images/icon_question.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .faq-element .elm-head::after {
    right: 17px;
    width: 9px;
    height: 14px;
    background: url("/b-steam/common/images/arrow_red.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .faq-element .elm-head.act::after {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .faq-element .elm-head span {
    display: block;
    position: relative;
    padding: 15px 48px 20px;
    color: #b52841;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #fff5f9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .faq-element .elm-head span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffdbea;
  }
  .faq-element .elm-body {
    display: none;
    padding: 15px 12px 10px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .faq-box + .faq-box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
use this page
=================================================================== */
  .top_area {
    margin-bottom: 35px;
    background: url(../images/main_img.jpg) no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
  }
  .more_btn {
    position: relative;
    margin: 0 auto;
  }
  .more_btn a {
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .more_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .sec-ttl {
    margin-bottom: 20px;
    font-size: 2rem;
    text-align: center;
  }
  main {
    color: #000;
  }
  .catch_img {
    margin-bottom: 30px;
  }
  .admission-lead {
    margin-bottom: 70px;
  }
  .admission-lead ul {
    margin-bottom: 40px;
    font-size: 0;
  }
  .admission-lead-list {
    display: inline-block;
    width: 46%;
    margin-bottom: 6%;
    vertical-align: top;
  }
  .admission-lead-list:nth-of-type(2n) {
    margin-left: 4%;
  }
  .admission-lead-list:nth-of-type(3), .admission-lead-list:last-child {
    margin-bottom: 0;
  }
  .admission-lead-list .head {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .admission-lead-list .bottom {
    position: relative;
    height: 230px;
    padding: 15px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 22px;
    background: #b52841;
    -moz-border-radius: 15px;
         border-radius: 15px;
    -moz-box-shadow: 3px 5.2px 0 rgba(0, 0, 0, 0.2);
         box-shadow: 3px 5.2px 0 rgba(0, 0, 0, 0.2);
  }
  .admission-lead-list .bottom::before {
    content: "";
    display: block;
    width: 40px;
    height: 42px;
    margin: 0 auto 5px;
  }
  .admission-lead-list.reserve .bottom::before {
    background: url("../images/icon_calendar.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-lead-list.web-admission .bottom::before {
    background: url("../images/icon_tv.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-lead-list.visit .bottom::before {
    background: url("../images/icon_buliding.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-lead-list.tel .bottom::before {
    background: url("../images/icon_tel.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-lead .more_btn {
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
  }
  .admission-lead .more_btn a {
    padding: 15px 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .admission-lead .more_btn a::before {
    right: 43px;
    width: 9px;
    height: 14px;
    background: url(/common/images/arrow_black.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-step {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: solid 1px #cdcdcd;
  }
  .admission-step .ahead {
    margin-bottom: 35px;
    padding: 35px 0;
    background: #f7f7f7;
  }
  .admission-step .step-wrap {
    margin-bottom: 35px;
    text-align: center;
  }
  .admission-step-list {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    margin-bottom: 12%;
    text-align: center;
    background: #ffeccf;
    -moz-border-radius: 50%;
         border-radius: 50%;
    vertical-align: top;
  }
  .admission-step-list::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    width: 16px;
    height: 26px;
    margin: 0 auto;
    background: url(../images/arrow_orange.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .admission-step-list:first-child {
    margin-top: 0;
  }
  .admission-step-list:first-child::before {
    display: none;
  }
  .admission-step-list:last-child {
    margin-bottom: 0;
  }
  .admission-step-list .head {
    width: 25%;
    margin: 35px auto 10px;
  }
  .admission-step-list .head.tow-row {
    margin-bottom: 10px;
  }
  .admission-step-list .txt {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .admission-step .sec-sub {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 5px 30px;
    border-bottom: solid 1px #cdcdcd;
    color: #b52841;
    font-size: 2rem;
    font-weight: bold;
    line-height: 34px;
  }
  .admission-step .sec-sub::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/icon_curcle.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-step .necessary-list {
    margin-bottom: 22px;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .admission-step .necessary-list li {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 0 2px 10px;
    padding: 6px;
    font-size: 1.4rem;
    line-height: 25px;
    text-align: center;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    vertical-align: top;
  }
  .admission-step .necessary-list li p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .admission-step .necessary-list .head {
    display: block;
    margin-bottom: 5px;
    color: #b52841;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .admission-step .necessary .attention {
    font-size: 1.4rem;
  }
  .admission-step .bottom {
    margin: 0 15px;
    font-size: 0;
    text-align: center;
  }
  .admission-step .bottom .more_btn a {
    padding: 10px 0;
    color: #fff;
    font-size: 1.6rem;
    background: #b52841;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .admission-step .bottom .more_btn a::before {
    right: 10px;
    width: 8px;
    height: 14px;
    background: url("/common/images/arrow_white.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .admission-step .bottom .more_btn + .more_btn {
    margin-top: 10px;
  }
  .admission-faq {
    padding-bottom: 60px;
  }
  .admission-faq .sec-ttl {
    margin-bottom: 20px;
  }
  .admission-faq-sub {
    margin-bottom: 28px;
    padding: 12px;
    font-size: 1.6rem;
    background-color: #f7f7f7;
    border-left: solid 10px #b52841;
    -moz-box-shadow: 0 2px 0 #cdcdcd;
         box-shadow: 0 2px 0 #cdcdcd;
  }
  .faq-element + .faq-element {
    margin-top: 15px;
  }
  .faq-element .elm-head {
    position: relative;
  }
  .faq-element .elm-head::before, .faq-element .elm-head::after {
    content: "";
    position: absolute;
    top: 18px;
    z-index: 3;
  }
  .faq-element .elm-head::before {
    left: 15px;
    width: 12px;
    height: 18px;
    background: url("../images/icon_question.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .faq-element .elm-head::after {
    right: 17px;
    width: 9px;
    height: 14px;
    background: url("/b-steam/common/images/arrow_red.png") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .faq-element .elm-head.act::after {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .faq-element .elm-head span {
    display: block;
    position: relative;
    padding: 15px 48px 20px;
    color: #b52841;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #fff5f9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
  }
  .faq-element .elm-head span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffdbea;
  }
  .faq-element .elm-body {
    display: none;
    padding: 15px 12px 10px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .faq-box + .faq-box {
    margin-top: 50px;
  }
}
