@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

small {
    font-size: 80%;
}

/*--------------------------------------
　Base
---------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    /*font-family: "Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",sans-serif;*/
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    min-width: 320px;
    position: relative;
    -webkit-text-size-adjust: none;
    margin: 0 auto 52px;
    width: 800px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Zen Old Mincho", serif;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
.pic img{
    box-shadow: 1px 1px 10px #eee;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

a:focus,
a:hover {
    color: inherit;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.sp {
    display: none;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 1.2rem;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ow {
    font-family: 'Oswald', sans-serif;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}

#contents {
    padding: 0 0 14%;
    max-width: 1000px;
    margin: 0 auto;
}


/*--------------------------------------
　共通
---------------------------------------*/
.secTitWrap {
    border-bottom: solid 10px rgba(203, 178, 162, 0.3);
}

.secTitBox {
    background: rgba(203, 178, 162, 0.3);
    text-align: center;
    width: 284px;
    margin: 0 auto;
    padding: 1rem 1rem 0;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.secTitBox .secTit {
    font-size: 2rem;
}

.secTitBox .secTit span {
    font-weight: 600;
}

.secTit_small {
    font-size: 1.6rem;
    text-align: center;
}

/*.secTit_small span {
    font-weight: 600;
}*/

.secTit_small:after {
    transform: rotate(20deg);
    content: "/";
    margin-left: 5px;
    display: inline-block;
}

.secTit_small:before {
    transform: rotate(-60deg);
    content: "/";
    margin-right: 5px;
    display: inline-block;
}

/*--------------------------------------
　HEADER
---------------------------------------*/
header {
    background: #fff;
    padding: 1rem;
}

header>.cf {}

header .logo {
    width: 140px;
    float: left;
    margin: 1.6rem 0 0;
}

header .btn-tel {
    width: 180px;
    float: right;
}

.btn-tel a {
    background: #c52217 url("../img/btn_person.png") no-repeat center left 2rem;
    background-size: 60px auto;
    border-radius: 6px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 5px 45px 5px 90px;
    height: 100%;
    font-family: 'Zen Kaku Gothic New', sans-serif;

}

.btn-tel a span {
    font-size: 2.8rem;
    font-weight: 600;
}

header .btn-tel a {
    background: #c52217 url("../img/btn_person.png") no-repeat center left 5px;
    background-size: 40px auto;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 8px 5px 5px 45px;
}

header .btn-tel a span {
    font-size: 1.8rem;
}

.btn-shiryou {
    height: 52px;
}

.btn-shiryou a {
    background: #efe8e3 url(../img/btn_shiryou.png) no-repeat 29% 20%;
    background-size: 40px auto;
    border-radius: 6px;
    display: block;
    color: #333;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.4;
    padding: 7px 0px 0px 45px;
    height: 100%;
    font-weight: 600;
}


/*--------------------------------------
　KEY
---------------------------------------*/
.key {

    background: #126d6c url(../img/key_person.png) no-repeat bottom right;
    background-size: contain;
    padding: 2rem 0 0;
    height: 95rem;
    margin: 0 0 3rem;
}

.key .whiteLabel {
    background: #fff;
    border-radius: 4px;
    padding: 1rem 4rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.5;
    display: table;
    margin: 0 auto 1rem;
    width: 92%;
    max-width: 400px;
    letter-spacing: 0.9px;
}

.fs-sm {
    font-size: 0.8em;
}

.key .area {
    padding: 0.5rem 0.5rem;
    text-align: center;
    font-size: 2.9rem;
    line-height: 1.5;
    display: table;
    margin: 0 auto 0.1rem;
    width: 92%;
    max-width: 400px;
    font-weight: bold;
}

.key.area .jyoujyou {
    margin: 1rem auto 1rem;
}

.key.area .yen {
    font-size: 1.5rem;
    position: relative;
    padding: 0rem 4%;
    text-align: center;
    line-height: 1;
    display: table;
    margin: 0 auto;
}

.key.area .blueLabel {
    margin: 0rem 0.5rem;
}

.key .whiteLabel span {
    font-weight: normal;
}

.key .jyoujyou {
    width: 92%;
    margin: 0 auto 1.5rem;
    max-width: 400px;
    border-bottom: solid 1px #fff;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}

.shinya {
    width: 92%;
    margin: 0 auto 1.5rem;
    max-width: 400px;
    border-bottom: solid 1px #fff;
    text-align: center;
    /*  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-family: "Zen Old Mincho", serif;
    color: #fff;

}

.key .kinkyuu {
    text-align: center;
    font-size: 2em;
    margin: 0.8em auto 0.2em;
    font-weight: 600;
    line-height: 1.5;
    font-family: "Zen Old Mincho", serif;
    color: #fff;

}

.red {
    color: #fff;
    font-size: 1.2em;
}

.key .numBox {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #B8B5B5;
    padding: 1rem 2rem;
    width: 45%;
    margin: 0 auto 1rem;
}

.key .numBox dl {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0.1em;
    align-items: baseline;
    display: flex;
    margin: 0 3% 0 0;
    line-height: 1;
}

.key .numBox dl:last-child {
    margin: 0;
}

.key .numBox dl dt,
.key .numBox dl dd {
    font-size: 1.2rem;
}

.key .numBox dl dd span {
    font-size: 2.5rem;
}

.whiteLabel {
    font-size: 1.2rem !important;
}

.whiteLabel span {
    font-size: 2.5rem;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.key .w_blueLabel {
    width: 92%;
    max-width: 400px;
    margin: 0 auto;
}

.key .blueLabel {
    background: #044B70;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    /*margin: 2rem 0 0;*/

    margin: 1rem 0.5rem;
    display: inline-block;
    padding: 1rem;
    border-radius: 6px;
}

.key .yen {
    font-size: 1.5rem;
    position: relative;
    padding: 1rem 4% 3rem;
    text-align: center;
    line-height: 1;
    display: table;
    margin: 0 auto;
}

.key .yen span {
    font-size: 8rem;
    letter-spacing: 1px;
}

.key .yen .tax {
    font-size: 1.5rem;
    position: absolute;
    top: 36px;
    right: 2.5rem;
}

.key.area .yen .tax {
    top: 30px;
    right: 3rem;
}

.key .yen .span01 {
    font-size: 3.5rem;
}

.flex {
    display: flex;
}

/*--------------------------------------
　PLAN
---------------------------------------*/
.plan .typeBoxWrap {
    padding: 4% 0 0;
}

.plan .typeBox {
    margin: 0 0 3rem;
    border-radius: 6px;
    border: solid 2px #044B70;
    padding: 4rem 2% 2rem;
    position: relative;
}

.plan .typeBox.owakare {
    border: solid 2px #F3BF45;
}

.plan .typeBox.ichinichi {
    border: solid 2px #4D9621;
}

.plan .typeBox.kazoku {
    border: solid 2px #C85656;
}

.plan .typeBox.ember {
    border: solid 2px #DF571B;
}

.plan .typeBox:before {
    content: "";
    background: #044B70;
    width: calc(100% + 4px);
    height: 3rem;
    position: absolute;
    top: -5px;
    left: -2px;
}

.plan .typeBox.owakare:before {
    background: #F3BF45;
}

.plan .typeBox.ichinichi:before {
    background: #4D9621;
}

.plan .typeBox.kazoku:before {
    background: #C85656;
}

.plan .typeBox.ember:before {
    background: #DF571B;
}

.plan .typeBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 180px 366px 0 366px;
    border-color: #044B70 transparent transparent transparent;
    position: absolute;
    top: 2.5rem;
    left: 0;
}

.plan .typeBox.owakare:after {
    border-color: #F3BF45 transparent transparent transparent;
}

.plan .typeBox.ichinichi:after {
    border-color: #4D9621 transparent transparent transparent;
}

.plan .typeBox.kazoku:after {
    border-color: #C85656 transparent transparent transparent;
}

.plan .typeBox.ember:after {
    border-color: #DF571B transparent transparent transparent;
}

.plan .typeBox:last-child {
    margin: 0;
}

.plan .typeBox .txtInr {
    background: #fff;
    padding: 2rem 2% 0;
    position: relative;
    z-index: 1;
    margin: -1.6rem auto 0;
}

.plan .typeBox .planBox {
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan .typeBox .planBox .planName {
    font-size: 2.6rem;
    line-height: 1.4;
}

.plan .typeBox.ember .planBox .planName {
    font-size: 1.6rem;
}

.plan .typeBox.ember .planBox .planName span {
    font-size: 2.6rem;
}

.plan .typeBox .planBox .yen {
    font-size: 1.8rem;
    position: relative;
    margin: 0 0 0 1rem;
}

.plan .typeBox .planBox .yen span {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.05em;
}

.plan .typeBox .planBox .yen .tax {
    font-size: 1.1rem;
    position: absolute;
    top: 25px;
    right: -65px;
}

.plan .typeBox .pic {
    margin: 0 0 1rem;
}

.plan .typeBox .chart {
    margin: 3rem auto 3rem;
    width: 80%;
}

.plan .typeBox.kasou .chart {
    margin: 3rem auto 1rem;
}

.plan .typeBox .txt_blue {
    text-align: center;
    color: #044B70;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}

.plan .typeBox .notice {
    /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.1rem;
    margin: 0 0 1rem;
}

.plan .typeBox.ember .notice {
    margin: 0rem 0 3rem;
}

.plan .typeBox .list {
    border: solid 1px #707070;
    border-radius: 6px;
    padding: 1.5rem 2rem;
    margin: 0 0 1.5rem;
}

.plan .typeBox .list li {
    font-size: 1.6rem;
    font-weight: 200;
}

.plan .typeBox .list li:before {
    content: "■";
    color: #044B70;
}

.plan .typeBox.owakare .list li:before {
    color: #F3BF45;
}

.plan .typeBox.ichinichi .list li:before {
    color: #4D9621;
}

.plan .typeBox.kazoku .list li:before {
    color: #C85656;
}

.plan .typeBox.ember .list li:before {
    color: #DF571B;
}

.plan .box {
    margin: 3rem 0 0;
}

.plan .box .item {
    margin: 0 0 2rem;
}

.plan .box .item:last-child {
    margin: 0;
}

.plan .box .planBox {
    margin: 0;
}

.plan .box .chart {
    margin: 1rem auto 3rem;
}

.plan .about {
    padding: 0 6%;
    margin: 2rem 0 4rem;
}

.plan .about .tit {
    font-size: 1.8rem;
    margin: 0 0 1rem;
}

.plan .about .cf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan .about .ill {
    width: 25%;
    margin: 0 2rem 1rem 0;
}

.plan .about .cf p {
    font-weight: 200;
    flex: 1;
}


/*--------------------------------------
　STORE
---------------------------------------*/
.store .areaName {
    color: #259795;
    font-size: 2rem;
    margin: 0 0 1rem;
    line-height: 1.5;
}

.store .storeWrap {
    padding: 2rem 4% 0;
}

.store .storeWrap .storeBox {
    margin: 0 0 3rem;
}

.store .storeWrap .storeBox:last-child {
    margin: 0;
}

.store .storeWrap .storeBox ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #707070;
}

.store .storeWrap .storeBox li {
    border: solid 1px #707070;
    border-right: none;
    border-bottom: none;
    text-align: center;
    padding: 5px;
    width: 50%;
}

.store .storeWrap .storeBox li:nth-child(2n) {
    border-right: solid 1px #707070;
}

.greenBox {
    width: 92%;
    max-width: 60%;
    margin: 3rem auto 0;
}

.greenBox a {
    background: #259795;
    border-radius: 6px;
    display: block;
    padding: 1rem 1.5rem;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.greenBox p {
    margin: 0 0 5px;
}

.greenBox .tel {
    max-width: 307px;
    margin: 0 auto;
}



/*--------------------------------------
　REASON
---------------------------------------*/
.reason .txtBox span {
    background: linear-gradient(transparent 80%, #CBB2A2 80%);
}

.reason {
    padding: 3rem 0;
}

.reason .txtBoxWrap {
    display: flex;
    align-items: center;
}

.reason .pic {
    width: 25%;
    margin: 0 3% 0 0;
}

.reason .txtBox {
    flex: 1;
}

.reason .txtBox p {
    font-weight: 200;
    font-size: 1.5rem;
}





/*--------------------------------------
　SUPPORT
---------------------------------------*/
.support {
    padding: 3rem 0;
}

.decoTit {
    font-size: 2.5rem;
    text-align: center;
    background: url("../img/tit_deco.png") no-repeat center top;
    background-size: 73px auto;
    padding: 4rem 0 0;
    margin: 0 0 1rem;
}

.decoTit span {
    font-weight: 600;
}

.reason .itemBox,
.support .itemBox {
    margin: 0 0 3rem;
    padding: 0 4%;
    border-top: solid 6px #CBB2A2;
    position: relative;
}

.reason .itemBox:last-child,
.support .itemBox:last-child {
    margin: 0;
}

.reason .itemBox .num,
.support .itemBox .num {
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    background: url("../img/support_ccl.png") no-repeat center;
    background-size: 100%;
    width: 97px;
    height: 41px;
    margin: 0 auto 2rem;
    line-height: 1;
    padding: 5px 0 0;
}

.reason .itemBox .num {
    background: url("../img/reason_ccl.png") no-repeat center;
    background-size: 100%;
    width: 88px;
    height: 43px;
}

.reason .itemBox .sTit,
.support .itemBox .sTit {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 2rem;
}

.support .itemBox p {
    font-weight: 200;
}

.support .itemBox .txt {
    font-size: 1.5rem;
}

.support .itemBox .ctaBox {
    border: solid 2px #D4602E;
    border-radius: 6px;
    margin: 2rem auto 0;
    padding: 2%;
    position: relative;
    width: 62%;
}

.support .itemBox .ctaBox:before {
    content: "";
    background: url(../img/support_tel.png) no-repeat;
    background-size: 100%;
    width: 250px;
    height: 200px;
    position: absolute;
    top: -1rem;
    left: 0rem;
}

.support .itemBox .ctaBox ul {
    float: right;
    width: 60%;
    margin: 0.5rem 0 1rem;
}

.support .itemBox .ctaBox li {
    font-weight: 200;
    font-size: 1.5rem;
}

.support .itemBox .ctaBox .oraBox {
    background: #D4602E;
    border-radius: 6px;
    padding: 3%;
    clear: both;
    z-index: 1;
    position: relative;
}

.support .itemBox .ctaBox .oraBox p {
    color: #fff;
    font-weight: 200;
    font-size: 1.4rem;
    border-bottom: solid 1px #fff;
    padding: 0 0 3px;
    text-align: center;
}

.support .itemBox .ctaBox .oraBox .txt02 {
    padding: 3px 0;
}

.support .itemBox .ctaBox .oraBox .tel {
    text-align: center;
    margin: 10px auto 0;
    max-width: 307px;
}

.support .sBoxWrap {
    padding: 0 2%;
}

.support .sBox {
    padding: 0 0 2rem;
    margin: 0 0 2rem;
    border-bottom: solid 1px #707070;
}

.support .sBox:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.support .sBox .tit {
    background: url("../img/support_icon_pay01.png") no-repeat left center;
    background-size: 40px auto;
    padding: 0 0 0 5rem;
    margin: 0 0 1rem;
}

.support .sBox:nth-child(2) .tit {
    background: url("../img/support_icon_pay02.png") no-repeat left center;
    background-size: 40px auto;
    display: inline-block;
    margin: 0 1rem 0 0;
    vertical-align: top;
}

.support .sBox:nth-child(3) .tit {
    background: url("../img/support_icon_pay03.png") no-repeat left center;
    background-size: 40px auto;
}

.support .sBox:nth-child(2) .label {
    display: inline-block;
    vertical-align: middle;
}

.support .sBox .label li {
    background: #707070;
    font-size: 1.4rem;
    font-weight: 200;
    color: #fff;
    line-height: 1;
    padding: 5px 14px;
    float: left;
    margin: 0 3px 0 0;
}

.support .sBox .txt {
    font-weight: 200;
    margin: 1.5rem 0 0;
}

.support .sBox .notice {
    font-weight: 200;
    font-size: 1.4rem;
}

.support .itemBox p.w4 {
    font-weight: 400;
    padding: 0;
}

.support .itemBox .followBox {
    margin: 2rem 0 0;
    padding: 0 2%;
}

.support .itemBox .followBox .tit {
    font-weight: 400;
}

.support .itemBox .followBox .exBox dl {
    margin: 0 0 1rem;
}

.support .itemBox .followBox .exBox dl:last-child {
    margin: 0;
}

.support .itemBox .followBox .exBox dd {
    font-weight: 200;
    padding: 0 0 0 3rem;
}

.support .chart {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
}


/*--------------------------------------
　VOICE
---------------------------------------*/
.voice {
    padding: 3rem 0;
}

.voice .voiceTit {
    font-size: 2.5rem;
    color: #259795;
    text-align: center;
    border-bottom: solid 10px #259795;
}

.voice .itemBoxWrap {
    padding: 6% 8%;
}

.voice .itemBox {
    margin: 0 0 3rem;
}

.voice .itemBox:last-child {
    margin: 0;
}

.voice .pic {
    margin: 0 0 1rem;
}

.voice .label {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    font-weight: 200;
    width: 138px;
    padding: 7px;
    line-height: 1;
    margin: 0 0 1.5rem;
    float: right;
}

.voice .label.green {
    background: #4D9621;
}

.voice .label.red {
    background: #C85656;
}

.voice .label.orange {
    background: #DF571B;
}

.voice p {
    font-weight: 200;
    clear: both;
}

.voice .by {
    font-size: 1.4rem;
    text-align: right;
    margin: 0.5rem 0 0;
}





/*--------------------------------------
　PRESENT
---------------------------------------*/
.present {
    background: #FFF2F2;
    padding: 3rem 4%;
    margin: 0 0 4rem;
}

.present .slash {
    text-align: center;
    font-size: 1.8rem;
    color: #D5477F;
    font-weight: 200;
    background: url("../img/slash_pink.png") no-repeat left center, url("../img/slash_pink_right.png") no-repeat right center;
    background-size: 27px auto;
    display: table;
    margin: 0 auto 1.5rem;
    padding: 0 4rem;
}

.present .tit {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    margin: 0 0 2rem;
}

.present .cf {
    display: flex;
    align-items: center;
    justify-content: center;
}

.present .pic {
    width: 30%;
    margin: 0 2% 0 0;
}

.present .txt {
    color: #292929;
    font-weight: 200;
}

.btn-pink {
    max-width: 60%;
    margin: 2rem auto 1rem;
}

.btn-pink a {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    background: #D5477F url("../img/arr_ccl_pink.png") no-repeat center right 2rem;
    background-size: 28px auto;
    border-radius: 5px;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    text-align: center;
}

.present .align_center {
    text-align: center;
    font-weight: 200;
}


/*--------------------------------------
　FAQ
---------------------------------------*/
.faq {
    margin: 4rem 0 0;
}

.faq .sTit {
    background: rgba(203, 178, 162, 0.3);
    font-size: 2rem;
    padding: 1rem 2rem;
}

.faq .faqRow dl dt {
    border-bottom: solid 1px #707070;
    padding: 1.8rem 2rem;
    line-height: 1.6;
}

.faq .faqRow dl dt.open {
    background: rgba(203, 178, 162, 0.1);
}

.faq .faqRow dl dd {
    padding: 1.8rem 2rem;
    display: none;
    border-bottom: solid 1px #707070;
}

.faq .faqRow dl:last-child dd {
    border-bottom: none;
}

/*--------------------------------------
　FOOTER
---------------------------------------*/
footer {
    position: fixed;
    width: 800px;
    bottom: 0;
    left: calc(50% - 400px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem;
}

footer>.cf>div {
    width: 47%;
    height: 8rem;
    background: #fff;
    border-radius: 6px;
    margin: 0 auto;
    overflow: hidden;
}

footer .btn-tel {
    float: none;
}

footer .btn-shiryou {
    float: none;
}
.serch {
    font-size: 2.5rem;
    display: inline-block;
    background: #D93025;
    padding: 11px 10px 5px;
    box-shadow: 0px 5px 1px #992119;
    margin: 20px auto;
    display: block;
    border-radius: 6px;
    position: relative;
    width: 92%;
    max-width: 500px;
}   
.serch a {
    display: block;
    margin: 10px 0 0;
    color: #fff;
    line-height: 1.3;
}
.uketsuke{
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
}
.serch a span.fs{
    display: block;
    position: absolute;
    top: -10px;
    font-size: 16px;
    background: #853015;
    padding: 0 20px;
    border-radius: 6px;
    right: 0;
    left: 0;
    color: #fff;
    width: auto;

}
@media screen and (min-width: 600px) {
    #contents {
        font-size: 1.6em;
    }

    .shinya {
        width: 100%;
        max-width: 500px;
    }

    .key .whiteLabel {
        background: #fff;
        border-radius: 4px;
        padding: 1rem 2rem;
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.5;
        display: table;
        margin: 0 auto 1rem;
        width: 92%;
        max-width: 500px;
        letter-spacing: 0.9px;
        font-size: 2.0rem !important;
    }

}



@media screen and (max-width: 599px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .btn-shiryou .secTit_small {
        font-size: 0.7rem;
    }
    .secTit_small span {
        font-size: 1.4rem;
        font-weight: bold;
    }
    footer .secTit_small span {
        font-size: 0.8rem;
        font-weight: bold;
    }
    .secTitWrap .secTit_small {
        font-size: 1.4rem;
    }

    body {
        width: 100%;
    }



    /*--------------------------------------
　HEADER
---------------------------------------*/
    .btn-tel {
        width: 180px;
        float: right;
    }

    .btn-tel a {
        background: #259795 url("../img/btn_person.png") no-repeat center left 28px;
        background-size: 40px auto;
        border-radius: 6px;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 5px 5px 5px 45px;
    }

    .btn-tel a span {
        font-size: 1.8rem;
    }

    footer .btn-tel a span {
        font-size: 1.6rem;
        margin-top: 10px;
/*        display: block;*/
    }
    footer .btn-tel a span.soudan{
        font-size: 13px;
        font-weight: normal;
    }

    .btn-shiryou {
        height: 52px;
    }

    .btn-shiryou a {
        background: #D5477F url("../img/btn_shiryou.png") no-repeat center left 5px;
        background-size: 40px auto;
        border-radius: 6px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 15px 5px 5px 45px;
        height: 100%;
        font-weight: 600;
    }

    /*--------------------------------------
　KEY
---------------------------------------*/
    .key {
        background: #259795 url("../img/key_person.png") no-repeat bottom center;
        background-size: 100%;
        padding: 2rem 0 0;
        height: 71rem;
        margin: 0 0 3rem;
    }

    .area.key {
        height: 64rem;
    }

    .key .numBox {
        width: 90%;
    }


    /*--------------------------------------
　PLAN
---------------------------------------*/
    .plan .typeBoxWrap {
        padding: 4% 4% 0;
    }

    .plan .typeBox {
        margin: 0 0 3rem;
        border-radius: 6px;
        padding: 4rem 2% 1rem;
    }

    .plan .typeBox:before {
        width: calc(100% + 4px);
        height: 3rem;
        position: absolute;
        top: -5px;
        left: -2px;
    }

    .plan .typeBox:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 150px 45.5vw 0 45.5vw;
        border-color: #044B70 transparent transparent transparent;
        position: absolute;
        top: 2.5rem;
        left: 0;
    }

    .plan .typeBox.owakare:after {
        border-color: #F3BF45 transparent transparent transparent;
    }

    .plan .typeBox.ichinichi:after {
        border-color: #4D9621 transparent transparent transparent;
    }

    .plan .typeBox.kazoku:after {
        border-color: #C85656 transparent transparent transparent;
    }

    .plan .typeBox.ember:after {
        border-color: #DF571B transparent transparent transparent;
    }

    .plan .typeBox:last-child {
        margin: 0;
    }

    .plan .typeBox .txtInr {
        background: #fff;
        padding: 1rem 4% 0;
        position: relative;
        z-index: 1;
        margin: -1.6rem auto 0;
    }

    .plan .typeBox .planBox {
        margin: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .plan .typeBox .planBox .planName {
        font-size: 2.6rem;
        line-height: 1.4;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }

    .plan .typeBox.ember .planBox .planName {
        font-size: 3rem;
        margin-right: 10px;
    }

    .plan .typeBox.ember .planBox .planName span {
        font-size: 2.6rem;
    }

    .plan .typeBox .planBox .yen {
        font-size: 1.8rem;
        position: relative;
        margin: 0 0 0 1rem;
    }

    .plan .typeBox .planBox .yen span.ow {
        font-size: 4rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .plan .typeBox .planBox .yen .tax {
        font-size: 1.1rem;
        top: 44px;
        right: 3px;
    }

    .plan .typeBox .pic {
        width: 100%;
    }

    .plan .typeBox.kasou .chart {
        margin: 2rem auto 0.5rem;
        width: 100%;
    }

    .plan .typeBox .txt_blue {
        font-size: 1.4rem;
        margin: 0 0 1rem;
    }

    .plan .typeBox .notice {
        font-size: 1.1rem;
        margin: 0 0 1rem;
    }

    .plan .typeBox.ember .notice {
        margin: -0.4rem 0 2rem;
    }

    .plan .typeBox .list {
        border: solid 1px #707070;
        border-radius: 6px;
        padding: 1rem;
        margin: 0 0 1.5rem;
    }

    .plan .typeBox .list li {
        font-size: 1.4rem;
        font-weight: 200;
    }

    .plan .about {
        padding: 0 6%;
        margin: 2rem 0 4rem;
    }

    .plan .about .cf {
        display: block;
    }

    .plan .about .tit {
        font-size: 1.8rem;
        margin: 0 0 1rem;
    }

    .plan .about .ill {
        float: left;
        width: 40%;
        margin: 0 2rem 1rem 0;
    }

    .plan .about .cf p {
        font-weight: 200;
    }


    /*--------------------------------------
　STORE
---------------------------------------*/
    .store .areaName {
        color: #259795;
        font-size: 2rem;
        margin: 0 0 1rem;
        line-height: 1.5;
    }

    .store .storeWrap {
        padding: 2rem 4% 0;
    }

    .store .storeWrap .storeBox {
        margin: 0 0 3rem;
    }

    .store .storeWrap .storeBox:last-child {
        margin: 0;
    }

    .store .storeWrap .storeBox ul {
        display: flex;
        flex-wrap: wrap;
        border-bottom: solid 1px #707070;
    }

    .store .storeWrap .storeBox li {
        border: solid 1px #707070;
        border-right: none;
        border-bottom: none;
        text-align: center;
        padding: 5px;
        width: 50%;
    }

    .store .storeWrap .storeBox li:nth-child(2n) {
        border-right: solid 1px #707070;
    }

    .greenBox {
        width: 92%;
        max-width: 100%;
        margin: 3rem auto 0;
    }

    .greenBox a {
        background: #259795;
        border-radius: 6px;
        display: block;
        padding: 1rem 1.5rem;
        color: #fff;
        font-size: 1.8rem;
        text-align: center;
    }

    .greenBox p {
        margin: 0 0 5px;
    }

    .greenBox .tel {
        max-width: 307px;
        margin: 0 auto;
    }



    /*--------------------------------------
　REASON
---------------------------------------*/
    .reason {
        padding: 3rem 0;
    }

    .reason .txtBoxWrap {
        display: block;
    }

    .reason .pic {
        float: left;
        width: 44%;
        margin: 0 3% 0 0;
    }

    .reason .txtBox {
        overflow: hidden;
        width: auto;
    }

    .reason .txtBox p {
        font-weight: 200;
        font-size: 1.5rem;
    }

    .reason .txtBox p span {
        background: linear-gradient(transparent 60%, #e5e1df 60%);
        font-weight: bold;
    }





    /*--------------------------------------
　SUPPORT
---------------------------------------*/
    .support {
        padding: 3rem 0;
    }

    .decoTit {
        font-size: 2.5rem;
        text-align: center;
        background: url("../img/tit_deco.png") no-repeat center top;
        background-size: 73px auto;
        padding: 4rem 0 0;
        margin: 0 0 1rem;
    }

    .decoTit span {
        font-weight: 600;
    }

    .reason .itemBox,
    .support .itemBox {
        margin: 0 0 3rem;
        padding: 0 4%;
        border-top: solid 6px #CBB2A2;
        position: relative;
    }

    .reason .itemBox:last-child,
    .support .itemBox:last-child {
        margin: 0;
    }

    .reason .itemBox .num,
    .support .itemBox .num {
        text-align: center;
        font-size: 2.6rem;
        color: #fff;
        background: url("../img/support_ccl.png") no-repeat center;
        background-size: 100%;
        width: 97px;
        height: 41px;
        margin: 0 auto 2rem;
        line-height: 1;
        padding: 5px 0 0;
    }

    .reason .itemBox .num {
        background: url("../img/reason_ccl.png") no-repeat center;
        background-size: 100%;
        width: 88px;
        height: 43px;
    }

    .reason .itemBox .sTit,
    .support .itemBox .sTit {
        text-align: center;
        font-size: 2rem;
        line-height: 1.5;
        margin: 0 0 2rem;
    }
.sTit span{
    display: block;
}
    .support .itemBox p {
        font-weight: 200;
    }

    .support .itemBox .txt {
        font-size: 1.5rem;
    }

    .support .itemBox .ctaBox {
        border: solid 2px #D4602E;
        border-radius: 6px;
        margin: 2rem 0 0;
        padding: 2%;
        position: relative;
        width: 100%;
    }

    .support .itemBox .ctaBox:before {
        content: "";
        background: url(../img/support_tel.png) no-repeat;
        background-size: 100%;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 0rem;
        left: -1rem;
    }

    .support .itemBox .ctaBox ul {
        float: right;
        width: 60%;
        margin: 0.5rem 0 1rem;
    }

    .support .itemBox .ctaBox li {
        font-weight: 200;
        font-size: 1.5rem;
    }

    .support .itemBox .ctaBox .oraBox {
        background: #D4602E;
        border-radius: 6px;
        padding: 3%;
        clear: both;
        z-index: 1;
        position: relative;
    }

    .support .itemBox .ctaBox .oraBox p {
        color: #fff;
        font-weight: 200;
        font-size: 1.4rem;
        border-bottom: solid 1px #fff;
        padding: 0 0 3px;
        text-align: center;
    }

    .support .itemBox .ctaBox .oraBox .txt02 {
        padding: 3px 0;
    }

    .support .itemBox .ctaBox .oraBox .tel {
        text-align: center;
        margin: 10px auto 0;
        max-width: 307px;
    }

    .support .sBoxWrap {
        padding: 0 2%;
    }

    .support .sBox {
        padding: 0 0 2rem;
        margin: 0 0 2rem;
        border-bottom: solid 1px #707070;
    }

    .support .sBox:last-child {
        padding: 0;
        margin: 0;
        border-bottom: none;
    }

    .support .sBox .tit {
        background: url("../img/support_icon_pay01.png") no-repeat left center;
        background-size: 40px auto;
        padding: 0 0 0 5rem;
        margin: 0 0 1rem;
    }

    .support .sBox:nth-child(2) .tit {
        background: url("../img/support_icon_pay02.png") no-repeat left center;
        background-size: 40px auto;
        display: inline-block;
        margin: 0 1rem 0 0;
        vertical-align: top;
    }

    .support .sBox:nth-child(3) .tit {
        background: url("../img/support_icon_pay03.png") no-repeat left center;
        background-size: 40px auto;
    }

    .support .sBox:nth-child(2) .label {
        display: inline-block;
        vertical-align: middle;
    }

    .support .sBox .label li {
        background: #707070;
        font-size: 1.4rem;
        font-weight: 200;
        color: #fff;
        line-height: 1;
        padding: 5px 14px;
        float: left;
        margin: 0 3px 0 0;
    }

    .support .sBox .txt {
        font-weight: 200;
        margin: 1.5rem 0 0;
    }

    .support .sBox .notice {
        font-weight: 200;
        font-size: 1.4rem;
    }

    .support .itemBox p.w4 {
        font-weight: 400;
        padding: 0;
    }

    .support .itemBox .followBox {
        margin: 2rem 0 0;
        padding: 0 2%;
    }

    .support .itemBox .followBox .tit {
        font-weight: 400;
    }

    .support .itemBox .followBox .exBox dl {
        margin: 0 0 1rem;
    }

    .support .itemBox .followBox .exBox dl:last-child {
        margin: 0;
    }

    .support .itemBox .followBox .exBox dd {
        font-weight: 200;
        padding: 0 0 0 3rem;
    }

    .support .chart {
        width: 90%;
        margin: 0 auto;
    }


    /*--------------------------------------
　VOICE
---------------------------------------*/
    .voice {
        padding: 3rem 0;
    }

    .voice .voiceTit {
        font-size: 2.5rem;
        color: #259795;
        text-align: center;
        border-bottom: solid 10px #259795;
    }

    .voice .itemBoxWrap {
        padding: 6%;
    }

    .voice .itemBox {
        margin: 0 0 3rem;
    }

    .voice .itemBox:last-child {
        margin: 0;
    }

    .voice .pic {
        margin: 0 0 1rem;
    }

    .voice .label {
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        font-weight: 200;
        width: 138px;
        padding: 7px;
        line-height: 1;
        margin: 0 0 1.5rem;
        float: right;
    }

    .voice .label.green {
        background: #4D9621;
    }

    .voice .label.red {
        background: #C85656;
    }

    .voice .label.orange {
        background: #DF571B;
    }

    .voice p {
        font-weight: 200;
        clear: both;
    }

    .voice .by {
        font-size: 1.4rem;
        text-align: right;
        margin: 0.5rem 0 0;
    }





    /*--------------------------------------
　PRESENT
---------------------------------------*/
    .present {
        background: #FFF2F2;
        padding: 3rem 4%;
        margin: 0 0 4rem;
    }

    .present .slash {
        text-align: center;
        font-size: 1.8rem;
        color: #D5477F;
        font-weight: 200;
        background: url("../img/slash_pink.png") no-repeat left center, url("../img/slash_pink_right.png") no-repeat right center;
        background-size: 27px auto;
        display: table;
        margin: 0 auto 1.5rem;
        padding: 0 4rem;
    }

    .present .tit {
        text-align: center;
        font-size: 2rem;
        line-height: 1.6;
        margin: 0 0 2rem;
    }

    .present .cf {
        display: block;
    }

    .present .pic {
        width: 50%;
        float: left;
        margin: 0 2% 0 0;
    }

    .present .txt {
        overflow: hidden;
        width: auto;
        color: #292929;
        font-weight: 200;
    }

    .btn-pink {
        margin: 2rem auto 1rem;
        max-width: 100%;
    }

    .btn-pink a {
        background: #D5477F url("../img/arr_ccl_pink.png") no-repeat center right 2rem;
        background-size: 28px auto;
        border-radius: 5px;
        font-size: 1.8rem;
        padding: 1.5rem 2rem;
        text-align: center;
    }


    /*--------------------------------------
　FAQ
---------------------------------------*/
    .faq {
        margin: 4rem 0 0;
    }

    .faq .sTit {
        background: rgba(203, 178, 162, 0.3);
        font-size: 2rem;
        padding: 1rem 2rem;
    }

    .faq .faqRow dl dt {
        border-bottom: solid 1px #707070;
        padding: 1.8rem 2rem;
        line-height: 1.6;
    }

    .faq .faqRow dl dt.open {
        background: rgba(203, 178, 162, 0.1);
    }

    .faq .faqRow dl dd {
        padding: 1.8rem 2rem;
        display: none;
        border-bottom: solid 1px #707070;
    }

    .faq .faqRow dl:last-child dd {
        border-bottom: none;
    }


    /*--------------------------------------
　FOOTER
---------------------------------------*/
    footer {
        padding: 0.5rem;
        width: 100%;
        left: 0;
    }

    footer>.cf>div {
        width: 47%;
        height: 6rem;
        background: #fff;
        border-radius: 6px;
        margin: 0 auto;
        overflow: hidden;
    }
    footer .btn-tel a {
        padding: 8px 5px 5px 45px;
        box-shadow: 0px 4px #c52217;
    }

    footer .btn-shiryou a {
        background: #efe8e3 url(../img/btn_shiryou.png) no-repeat 8% 10%;
        background-size: 40px auto;
        padding: 10px 5px 5px 45px;
        box-shadow: 0px 4px #c52217;
    }

    .btn-tel a {
        background: #c52217  url("../img/btn_person.png") no-repeat center left 10px;
        background-size: 35px auto;
        border-radius: 6px;
        font-size: 1.1rem;
        line-height: 1.4;
        padding: 5px 5px 5px 45px;
    }

    /*background: #D5477F url("../img/btn_shiryou.png") no-repeat center left 5px;
    background-size: 40px auto;
    border-radius: 6px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 15px 5px 5px 45px;
    height: 100%;
    font-weight: 600;
    */
    .title {
        position: relative;
        /*+マークの位置基準とするためrelative指定*/
        cursor: pointer;
        font-weight: normal;
        padding: 3% 3% 3% 50px;
        transition: all .5s ease;
    }

    /*アイコンの＋と×*/
    .title::before,
    .title::after {
        position: absolute;
        content: '';
        width: 15px;
        height: 2px;
        background-color: #888;

    }

    .title::before {
        top: 48%;
        left: 15px;
        transform: rotate(0deg);

    }

    .title::after {
        top: 48%;
        left: 15px;
        transform: rotate(90deg);

    }

    /*　closeというクラスがついたら形状変化　*/
    .title.close::before {
        transform: rotate(45deg);
    }

    .title.close::after {
        transform: rotate(-45deg);
    }

    /*アコーディオンで現れるエリア*/

    .faq .faqRow dl dt {
        border-bottom: solid 1px #707070;
        padding: 2rem 2rem 2rem 4rem;
        line-height: 1.6;
    }

    .button {
/*        color: #f75d1b;
        width: 260px;
        height: auto;
        cursor: pointer;
        transition: transform 0.3s, opacity 0.3s;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 600;
        line-height: 0.2;*/
    }

    .fs-7 {
        font-size: 4rem;
        display: inline-block;
        margin-right: 6px;
    }

    .serch {
        font-size: 2.5rem;
        display: inline-block;
        background: #D93025;
        padding: 11px 10px 5px;
        box-shadow: 0px 5px 1px #992119;
        margin: 20px 0;
        display: block;
        border-radius: 6px;
        margin: 0 auto;
    }

    .bg.fs {
        font-size: 1.4rem;
    }

    .fs-3 {
        font-size: 3rem;
    }
    footer .btn-shiryou .secTit_small {
        font-size: 0.7rem !important;
    }
    .serch a span.fs{
        font-size: 14px;
    }

}

@media screen and (max-width: 320px) {
    header .logo {
        width: 110px;
    }

    .shinya {
        width: 90%;
        margin: 0 auto 1.5rem;
        max-width: 300px;
/*        font-size: small;*/
        text-align: center;
        font-family: "Zen Old Mincho", serif;
    }

    .key .kinkyuu {
        width: 90%;
        margin: 0px auto;
        max-width: 300px;
        font-size: 1.4em;
    }

    .key .whiteLabel {
        width: 90%;
        margin: 0px auto;
        max-width: 300px;

    }

    .whiteLabel span {
        font-size: 1.4em;
    }

    .button {
/*        color: #f75d1b;
        width: 200px;
        height: auto;
        cursor: pointer;
        transition: transform 0.3s, opacity 0.3s;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-weight: 600;
        line-height: 0.2;
        font-size: 0.7em;*/
    }

    .plan .typeBox .planBox {
        display: block;

    }

    .plan .typeBox .planBox .yen span.ow {
        font-size: 4rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }

    .fs-7 {
        font-size: 4rem;
        display: inline-block;
        margin-right: 6px;
    }

    .serch {
        font-size: 2.5rem;
        display: inline-block;
        background: #efddd3;
        padding: 10px 26px;
        box-shadow: 0px 5px 1px #ab9686;
        margin: 0 0 10px;
        display: block;
        border-radius: 6px;
    }

    .bg.fs {
        font-size: 1.2rem;
    }

    .btn-shiryou .secTit_small {
        font-size: 0.7rem;
    }

    .secTitWrap .secTit_small {
        font-size: 1.4rem;
    }

    .fs-3 {
        font-size: 2.5rem;
    }

    .plan .typeBox .planBox .yen .tax {
        font-size: 1.8rem;
        top: 20px;
        right: -4px;
    }

    .greenBox p {
        margin: 0 0 5px;
        font-size: 1.7rem;
    }

    .support .itemBox .ctaBox:before {
        content: "";
        background: url(../img/support_tel.png) no-repeat;
        background-size: 100%;
        width: 160px;
        height: 200px;
        position: absolute;
        top: 0rem;
        left: 0rem;
    }

    .support .itemBox .ctaBox li {
        font-size: 1.2rem;
    }

    .present .tit {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 0 0 2rem;
        font-weight: bold;
    }

    .present .txt {
        font-size: 1.4rem;
    }

    .faq .sTit {
        font-weight: bold;
    }

    .btn-tel a span {
        font-size: 1.4rem;
        margin-top: 0px;
    }

    footer .btn-tel a {
        padding: 8px 5px 5px 53px;
        font-size: 0.8rem;
    }

    .secTit_small span {
        font-weight: 600;
        font-size: 0.8rem;
    }

    .secTit_small:before {
        transform: rotate(-60deg);
        content: "/";
        margin-right: 10px;
        display: inline-block;
    }

    .secTit_small:after {
        transform: rotate(20deg);
        content: "/";
        margin-left: 10px;
        display: inline-block;
    }

    .sTit span {
        display: block;
        font-size: 1.6rem;
    }

    .key {
        height: 58rem;
    }
    .serch {
        font-size: 2.5rem;
        background: #D93025;
        padding: 11px 10px 5px;
        box-shadow: 0px 5px 1px #992119;
        display: block;
        border-radius: 6px;
        margin: 10px auto !important;
}   
.serch a{
    display: block;
    font-size: 18px;
    margin-top: 12px;
    
    
}
.serch a span.fs{
        display: block;
        position: absolute;
        top: -10px;
        font-size: 10px;
        background: #853015;
        padding: 10px;
        border-radius: 6px;
        right: 0;
        left: 0;
        color: #fff;
        width: auto;
        margin: 0 12px;
    
}

}



.hall {
  padding: 40px 20px;
  background: #f7f7f7;
}
.hall__title h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.hall__title span {
  font-size: 14px;
  color: #888;
}
.hall__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}
.hall__list li {
  background: #fff;
  width: calc(33.3% - 13.3px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.hall__list img {
  width: 100%;
  display: block;
  height: auto;
}
.hall__info {
  padding: 16px;
}
.hall__info h3 {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 900;
}
.hall__info p {
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 768px) {
  .hall__list li {
    width: 100%;
  }
}

.swiper {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
color: #333 !important;
    width: 44px !important;
    height: 44px !important;
    
}

.swiper-button-prev:after,
.swiper-button-next:after{
    font-size: 22px !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}