@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese");

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 768px) {
    img {
        image-rendering: auto;
    }
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeinright {
    0% {
        opacity: 0;
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes fadeinright {
    0% {
        opacity: 0;
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(10px, 0px);
        transform: translate(10px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: translate(0px, 12px);
        transform: translate(0px, 12px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: translate(0px, 12px);
        transform: translate(0px, 12px);
    }

    100% {
        opacity: 0;
    }
}

@font-face {
    font-weight: 500;
    font-family: 'YuMincho';
    src: local("YuMincho Medium");
}

html,
body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6em;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    body {
        letter-spacing: 0.5px;
    }
}

body,
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

p {
    margin: 0;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 15px;
        line-height: 1.7;
    }
}

.hover:hover,
a:hover {
    opacity: 0.7;
    /* ie lt 8 */
    -ms-filter: 'alpha(opacity=70)';
    filter: alpha(opacity=70);
    /* Safari 1.x */
    zoom: 1;
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
}

a:hover {
    text-decoration: none;
}

.hover100:hover {
    opacity: 0.9;
    -ms-filter: 'alpha(opacity=90)';
    filter: alpha(opacity=90);
    zoom: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

a {
    outline: none;
    color: #222;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

li {
    list-style: none;
}

input[type='text'],
button,
textarea,
select {
    outline: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

button,
input[type='submit'] {
    border: 0;
    border-radius: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
    cursor: pointer;
    appearance: none;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    backface-visibility: hidden;
}

@media only screen and (max-width: 768px) {
    img {
        max-width: 100%;
    }

    figure img {
        width: 100%;
    }
}

figure img {
    width: 100%;
    height: 100%;
}

.animation {
    opacity: 0;
}

.fade-in.animated {
    opacity: 0;
    -webkit-animation: fadein 0.5s ease-in 0s 1 forwards;
    animation: fadein 0.5s ease-in 0s 1 forwards;
}

.fade-in-up.animated {
    opacity: 0;
    -webkit-animation: fadeinup 0.5s ease-in 0s 1 forwards;
    animation: fadeinup 0.5s ease-in 0s 1 forwards;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

header.entry-header {
    margin: 0;
}

#masthead {
    padding: 0;
}

#colophon {
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}

a:focus,
*:focus {
    outline: none;
}

input {
    display: block;
    margin: 0 auto;
    width: 96%;
}

textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
}

input[type='button'],
input[type='submit'] {
    appearance: none;
}

input[type='radio'] {
    display: inline;
    width: auto;
    border: 1px solid #ccc;
    appearance: radio;
}

input[type='checkbox'] {
    display: inline;
    width: auto;
    border: 1px solid #ccc;
    appearance: checkbox;
}

iframe {
    max-width: 100%;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.ofi {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
    object-fit: cover;
}


/*----------------------------------------------------
	tab切り替え
----------------------------------------------------*/

.js-tab-contents {
    display: none;
}

.js-tab-contents.current {
    display: block;
}


/*----------------------------------------------------
	font
----------------------------------------------------*/

.wf-sawarabimincho {
    font-family: 'Sawarabi Mincho';
}

.wf-roundedmplus1c {
    font-family: 'M PLUS Rounded 1c';
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    -webkit-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
}


/*----------------------------------------------------
	共通
----------------------------------------------------*/

#wrapper {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .smart_hide {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .pc_hide {
        display: none !important;
    }
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 1220px) {
    .inner {
        padding: 0 18px;
    }
}

.inner_wide {
    margin: 0 auto;
    max-width: 1215px;
}

@media only screen and (max-width: 768px) {
    .inner_wide {
        padding: 0 2%;
    }
}

.center {
    text-align: center;
}

.none {
    display: none;
}

a:link,
a:visited {
    display: block;
}

.dib:link,
.dib:visited {
    display: inline-block;
}

a[href^='tel:'] {
    cursor: default;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    a[href^='tel:'] {
        pointer-events: auto;
    }
}

.red {
    color: red;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_cmn_heading_center {
    margin: 0 0 20px 0;
    color: #c1543d;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
    font-size: 36px;
    font-size: 3.6rem;
    text-align: left;
}

.sec_cmn_heading_center .mini{
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .sec_cmn_heading_center {
        margin: 20px 0;
        font-size: 26px;
        font-size: 2.6rem;
    }

    #salon .sec_cmn_heading_center {
        margin: 20px 0 20px;
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 414px) {
    .sec_cmn_heading_center {
        font-size: 23px;
        font-size: 2.3rem;
        text-align: center;
    }
}

.sec_cmn_heading {
    margin: 0 0 20px;
    color: #4d659d;
    letter-spacing: 2px;
    font-weight: 500;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
    font-size: 36px;
    font-size: 3.6rem;
}

@media only screen and (max-width: 768px) {
    .sec_cmn_heading {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 414px) {
    .sec_cmn_heading {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.h_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h_line:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #4d659d;
    content: '';
}

.h_line:after {
    margin-left: 3rem;
}

.table-title {
    margin: 80px auto 40px;
}

@media screen and (max-width: 768px) {
    .table-title {
        margin: 60px auto 20px;
    }
}

.column {
    overflow: hidden;
    margin: 0 0 0;
    padding: 0 0 60px 0;
}

@media only screen and (max-width: 768px) {
    .column {
        padding: 30px 0;
    }
}

.breadcrumbs p {
    margin: 20px 0;
    text-align: left;
    font-size: 12px;
}

.breadcrumbs a {
    display: inline-block;
}

/* ボタン（共通） */
.btn,
.btn_red {
    padding: 0 10px;
    text-align: center;
    a {
        display: inline-block;
        margin: 0 auto;
        padding: 20px 0;
        max-width: 380px;
        width: 100%;
        border-radius: 50px;
        background: #333333 url("../img/common/yajirushi.webp") no-repeat 335px center;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        @media (max-width:767px){
            max-width: 310px;
            background: #333333 url("../img/common/yajirushi.webp") no-repeat 262px center;
            font-size: 16px;
            font-size: 1.6rem;
        }
    }
}

.btn_green {
    padding: 0 10px;
    text-align: center;
}

.btn_green a {
    display: inline-block;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 380px;
    width: 100%;
    border-radius: 50px;
    background: #4e7952 url("../img/common/yajirushi.webp") no-repeat 335px center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 414px) {
    .btn_green a {
        max-width: 310px;
        background: #4e7952 url("../img/common/yajirushi.webp") no-repeat 262px center;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.mt30 {
    margin-top: 30px;
}

.page-title {
    font-size: 24px;
    font-size: 2.4rem;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/

#load {
    position: fixed;
    top: 0;
    z-index: 1000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 40px;
}

#masthead {
    position: relative;
}

#masthead .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

#masthead .head_belt {
    position: relative;
}

@media only screen and (max-width: 768px) {
    #masthead .head_belt {
        height: 1px;
        display: none;
    }
}

#masthead .head_belt .circle_red {
    position: absolute;
    top: 0;
    right: 0;
}

#masthead .head_belt .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 910px) {
    #masthead .head_belt .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#masthead .head_belt .inner .logo_area {
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#masthead .head_belt .inner .logo_area .logo.smart_hide img {
    max-width: 156px;
}

@media only screen and (max-width: 768px) {
    #masthead .head_belt .inner .logo_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 414px) {
    #masthead .head_belt .inner .logo_area .logo.pc_hide {
        min-width: 140px;
    }
}

#masthead .head_belt .inner .logo_area .h_tit {
    margin-bottom: 5px;
    color: #6d6060;
    letter-spacing: 0.2rem;
    line-height: inherit;
    font-size: 12px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    #masthead .head_belt .inner .logo_area .h_tit {
        margin: 0 0 0 15px;
        font-size: 10px;
        font-size: 1rem;
        padding-right: 55px;
    }
}

@media only screen and (max-width: 414px) {
    #masthead .head_belt .inner .logo_area .h_tit {
        margin-left: -33px;
        padding-left: 5px;
        letter-spacing: 0rem;
    }
}

@media only screen and (max-width: 768px) {
    #masthead .head_belt .inner .logo_area img {
        max-width: 110px;
    }
}

#masthead .head_belt .info_area {
    margin: 25px 0 0 auto;
}

#masthead .head_belt .info_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

#masthead .head_belt .info_area ul li {
    margin-right: 10px;
}

#masthead .head_belt .info_area ul li .tel_img {
    max-width: 256px;
}

#masthead .head_belt .info_area ul li .hurry_img {
    max-width: 229px;
}

#masthead .head_belt .info_area ul li:nth-child(2) {
    padding: 5px 0;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0.1rem;
    font-weight: 600;
    font-size: 13px;
    font-size: 1.3rem;
}

#masthead .head_belt .info_area ul li:nth-child(2) .head_f {
    border-radius: 50px;
    background: #fff;
    color: #c01a26;
    line-height: 1.5;
}

#masthead .head_belt .info_area ul li:nth-child(2) .note {
    font-size: 10px;
    font-size: 1rem;
}

#masthead .head_belt .info_area ul li:nth-child(2) a {
    display: block;
}

#masthead .head_belt .info_area ul li:nth-child(3) {
    margin-right: 0;
}

/* ---
    あんしん共済仮登録（kyosai-premember）ページ専用スタイル
    #.page-id-2522 //仮登録ページ（/kyosai-premember）
    #.page-id-2525 //登録完了ページ（/kyosai-premember-complete）
------------------------------------------------------------------ */

/* --- ヘッダー --- */

body.page-id-2522 header#masthead .head_belt > .inner,
body.page-id-2525 header#masthead .head_belt > .inner{
    max-width:1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 2%;
    margin: 0 auto;

}

body.page-id-2522 header#masthead .head_belt > .inner > .back_to_toppage,
body.page-id-2525 header#masthead .head_belt > .inner > .back_to_toppage{
    display: block;
    padding:10px 20px;
    border:1px solid #c1543d;
    background-color: #c1543d;
    color: #fff;
    text-decoration:none;
    transition: 0.5s;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

body.page-id-2522 header#masthead .head_belt > .inner > .back_to_toppage:hover,
body.page-id-2525 header#masthead .head_belt > .inner > .back_to_toppage:hover{
    background-color: #fff;
    color: #c1543d;
}

@media (max-width: 768px) {
    body.page-id-2522 header#masthead .head_belt,
    body.page-id-2525 header#masthead .head_belt {
        display: block;
        height: auto;
    }

    body.page-id-2522 header#masthead .head_belt > .inner > .back_to_toppage,
    body.page-id-2525 header#masthead .head_belt > .inner > .back_to_toppage{
        padding:8px 12px;
        font-size: 12px;
    }
}

/* --- フッター --- */
#footer{
    background: #4d659d;
    text-align: center;
}

#footer #copyright{
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.2rem;
    line-height: 48px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

@media (max-width: 768px) {
    #footer #copyright{
        font-size: 1rem;
    }
}

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

#gnav {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
}

#gnav.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px 0;
    width: 100%;
    background: rgba(37, 67, 138, 0.9);
}

#gnav.fixed .m_gnav {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#gnav.fixed a {
    color: #fff;
}



#gnav.fixed .m_gnav > li.center p {
    color: #fff;
}

#gnav.fixed .tgl_menu {
    top: 42px;
}

#gnav .m_gnav > li {
    padding: 5px 0;
    width: 12%;
    text-align: right;
}

#gnav .m_gnav > li.center {
    text-align: center;
    font-size: 1.6rem;
}

#gnav.fixed .m_gnav > li.center {
    color: #fff;
}

#gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#gnav ul li:last-child {
    margin-right: 0;
}

#gnav ul li a {
    display: block;
    color: #222;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

#gnav ul .pulldown ul:after {
    border: none;
}

#gnav ul .tgl_menu {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    display: none;
    padding: 20px 0 5px 0;
    width: 100%;
    background: #f9f6f1;
}

#gnav ul .tgl_menu:after {
    border: none;
    content: '';
}

#gnav ul .tgl_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}



#gnav ul .tgl_menu li {
    float: left;
    width: 32%;
    border: none;
    margin-bottom: 20px;
}

#gnav ul .tgl_menu li a {
    position: relative;
    display: block;
    padding: 3px 12px;
    min-width: 100px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
}

#gnav ul .tgl_menu li a p {
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    width: 93%;
    background: rgba(112, 93, 65, 0.8);
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

#gnav ul .tgl_menu li a p span {
    display: block;
}

#gnav ul .tgl_menu li a p span.mini {
    font-size: 1.4rem;
}

#gnav ul .tgl_menu li a p span img {
    display: inline-block;
    margin-top: -5px;
    padding-left: 10px;
    vertical-align: middle;
}

#gnav ul .dwn_plan {
    left: -602px;
}

@media only screen and (max-width: 1200px) {
    #gnav ul .dwn_plan {
        left: -387px;
    }
}



#gnav ul .dwn_plan li {
    width: 24%;
}

#gnav ul .dwn_plan li img {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
    object-fit: cover;
}

ul.gnav_sp_icon {
    display: none;
}

@media only screen and (max-width: 768px) {
    #gnav_sp {
        display: none;
        background: rgba(77, 101, 157);
        width: 19.3vw;
        margin-left: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10000;
        aspect-ratio: 100/72;
    }

    #gnav_sp.fixed {
        display: block;
    }

    #gnav_sp .head-logo .logo {
        max-width: 180px;
    }

    #gnav_sp #nav-content {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /*左に隠しておく*/
    }

    #gnav_sp .nab-sp {
        margin-left: auto;
    }

    #gnav_sp #nav-drawer {
        position: relative;
    }

    #gnav_sp .nav-unshown {
        display: none;
    }

    #gnav_sp #nav-open {
        display: inline-block;
        padding-top: 20%;
        vertical-align: middle;
    }

    #gnav_sp #nav-open span:before {
        bottom: -8px;
    }

    #gnav_sp #nav-open span:after {
        bottom: -16px;
    }

    #gnav_sp #nav-open span,
    #gnav_sp #nav-open span:before,
    #gnav_sp #nav-open span:after {
        position: absolute;
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        content: '';
        cursor: pointer;
        right: 0;
        left: 0;
        margin: auto;
    }

    #gnav_sp #nav-close {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #gnav_sp #nav-close2 {
        position: fixed;
        top: 0.0;
        right: 0;
        z-index: 999999;
        display: none;
        width: 54px;
        height: 54px;
        vertical-align: middle;
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #gnav_sp #nav-close2 span {
        position: relative;
    }

    #gnav_sp #nav-close2 span:before,
    #gnav_sp #nav-close2 span:after {
        position: absolute;
        top: 28px;
        left: 10px;
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 3px;
        background: #555;
        content: '';
        cursor: pointer;
    }

    #gnav_sp #nav-close2 span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #gnav_sp #nav-close2 span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav_sp #nav-content {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 0px;
        max-width: 280px;
        width: 90%;
        height: 100%;
        background: #fff;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    #gnav_sp #nav-content .wrap_nav_content {
        padding-bottom: 110px;
        min-height: 100%;
        height: auto;
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li {
        border-top: 1px solid #eee;
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li:nth-child(4) a {
        color: #fff;
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl,
    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li > a {
        display: block;
        padding: 12px 16px;
        color: #c1543d;
        font-size: 16px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
        line-height: 1.3;
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl span,
    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li > a span {
        display: block;
        color: #000;
        font-size: 14px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl {
        position: relative;
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl:after {
        position: absolute;
        top: 50%;
        right: 16px;
        display: block;
        margin-top: -6px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #4d659d;
        border-bottom: 1px solid #4d659d;
        content: '';
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl.active:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li.nav_entry {
        background: #705d41;
    }

    #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li.nav_entry a {
        padding: 16px;
        color: #fff;
    }

    #gnav_sp #nav-content .wrap_nav_content .tgl_list {
        display: none;
        background: #c1543d;
    }

    #gnav_sp #nav-content .wrap_nav_content .tgl_list li {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }

    #gnav_sp #nav-content .wrap_nav_content .tgl_list li a {
        display: block;
        padding: 12px 10px;
        color: #fff;
        font-size: 13px;
    }

    #gnav_sp #nav-input:checked ~ #nav-close {
        display: block;
        /*カバーを表示*/
        opacity: 0.5;
    }

    #gnav_sp #nav-input:checked ~ #nav-close2 {
        display: block;
        opacity: 1;
    }

    #gnav_sp #nav-input:checked ~ #nav-content {
        /*中身を表示（右へスライド）*/
        -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    #gnav_sp .gnav_sp li {
        border-top: 1px solid #ddd;
    }

    #gnav_sp .gnav_sp li a {
        display: block;
        padding: 12px 16px;
        color: #0a568f;
        font-weight: bold;
        font-size: 15px;
    }

    #gnav_sp .gnav_sp li.nav_contact {
        border: none;
    }

    #gnav_sp .gnav_sp li.nav_contact a {
        position: relative;
        padding-left: 32px;
        background: #0a568f url(../images/common/icon_document.png) no-repeat 14px center;
        background-size: 11px auto;
        color: #fff;
    }

    #gnav_sp .trouble_type_sp {
        margin-top: 15px;
    }

    #gnav_sp .trouble_type_sp > p {
        margin-bottom: 5px;
        color: #4c8f0a;
        text-align: center;
        font-weight: bold;
    }

    #gnav_sp .trouble_type_sp ul {
        margin: 0 8px;
        background: #4c8f0a;
    }

    #gnav_sp .trouble_type_sp ul li {
        border-bottom: 1px solid #fff;
    }

    #gnav_sp .trouble_type_sp ul li a {
        display: block;
        padding: 10px 4px;
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    ul.gnav_sp_icon {
        display: none;
    }

    ul.gnav_sp_icon.fixed {
        display: flex;
        position: fixed;
        top: 0;
        z-index: 1000;
    }

    ul.gnav_sp_icon li {
        width: 20.3%;
        border-bottom: 1px solid #c1543d;
        border-right: 1px solid #c1543d;
        border-top: 1px solid #c1543d;
    }

    ul.gnav_sp_icon li img {
        width: 100%;
    }

    #gnav_sp ul.sp_hall_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #gnav_sp ul.sp_hall_list {
        padding: 0 4px;
    }

    #gnav_sp ul.sp_hall_list li {
        width: 50%;
    }

    #gnav_sp #nav-content .wrap_nav_content ul.sp_hall_list li a {
        padding: 8px 4px;
    }

    #gnav_sp ul.sp_plan_list li {
        width: 100%;
    }

    #gnav_sp #nav-content .wrap_nav_content ul.sp_plan_list li {
        border-top: none;
    }

    #gnav_sp .menu_top_bnt {
        width: 50%;
    }
}


/*----------------------------------------------------
  ページャー
----------------------------------------------------*/

.screen-reader-text,
.nav-prev-text,
.nav-next-text {
    display: none;
}

.nav-links {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .nav-links {
        margin-bottom: 50px;
    }
}

.nav-links .prev,
.nav-links .next {
    position: relative;
    margin-right: 10px;
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
}

.nav-links .prev .svg-icon,
.nav-links .next .svg-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-links .next {
    margin-left: 5px;
}

.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination .current {
    border: none;
}

.pagination .current:hover {
    background: none;
    color: #de9173;
}

.pagination a {
    display: inline-block;
}

.page-numbers {
    display: inline;
    margin-right: 5px;
    padding: 10px;
    border: 1px solid #de9173;
    color: #de9173;
    text-decoration: none;
}

.page-numbers:hover {
    background: #de9173;
    color: #fff;
}


/*----------------------------------------------------
	固定バナー
----------------------------------------------------*/

.fixed_bnrs {
    position: fixed;
    right: 0;
    bottom: 68px;
    z-index: 1001;
}

.fixed_bnrs ul li img {
    max-width: 77px;
}

#fixed_tel {
    position: fixed;
    bottom: 48px;
    left: 12px;
    z-index: 1002;
    display: none;
}

.fixed_bnrs_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
}

.fixed_bnrs_sp .fix_text {
    margin: 5px 0 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    background: #fff;
    padding-top: 2px;
}

.fixed_bnrs_sp .fix_text .lead_red {
    color: #ca1c00;
    border-bottom: 1px solid #ca1c00;
}

.fixed_bnrs_sp .fix_text .lead_small {
    font-size: 11px;
    font-size: 1.1rem;
}

.fixed_bnrs_sp ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
    background: #fff;
    padding-top: 1%;
}

.fixed_bnrs_sp ul li {
    margin: 0 1% 1%;
    padding: 5% 1%;
    width: 26%;
    border-radius: 5px;
    text-align: center;
}


/*.fixed_bnrs_sp ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/

.fixed_bnrs_sp ul li:nth-child(1) {
    width: 42%;
    /*background: #c1543d;*/
    background: #ca1c00;
}

.fixed_bnrs_sp ul li:nth-child(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    vertical-align: middle;
}

.fixed_bnrs_sp ul li:nth-child(2) {
    background: #C2880D;
    padding: 2%;
}

.fixed_bnrs_sp ul li:nth-child(3) {
    background: #993a89;
    padding: 2%;
}


/*----------------------------------------------------
  sidebar
----------------------------------------------------*/

#rightbar {
    margin-right: auto;
    max-width: 235px;
    width: 40%;
}

@media only screen and (max-width: 1400px) {
    #rightbar {
        margin-right: inherit;
    }
}

@media only screen and (max-width: 768px) {
    #rightbar {
        display: none;
    }
}

#rightbar .side_title {
    margin-bottom: 20px;
    color: #4d659d;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
}

#rightbar .side_title:after {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 200px;
    border-bottom: 1px solid #4d659d;
    content: '';
}

#rightbar .side_banner > div {
    margin-bottom: 20px;
}

#rightbar .side_banner > div img {
    -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}

#rightbar .side_knowledge {
    margin-bottom: 30px;
    padding: 20px;
    background: #fffafa;
}

#rightbar .side_knowledge .list {
    line-height: 2;
}

#rightbar .side_knowledge .list li {
    margin: 0 auto;
    width: 132px;
    text-align: left;
}

#rightbar .side_knowledge .list li:before {
    content: '・';
}

#rightbar .side_knowledge.about .list li {
    margin-bottom: 10px;
    width: auto;
    text-align: center;
}

#rightbar .side_knowledge.about .list li:before {
    content: none;
}

#rightbar .side_knowledge.about .list li:after {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    width: 15px;
    border-bottom: 1px solid #000;
    content: '';
}

#rightbar .side_blog {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

#rightbar .side_blog .list_event li {
    margin-bottom: 20px;
}

#rightbar .side_blog .list_event li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#rightbar .side_blog .list_event .cat,
#rightbar .side_blog .list_event .text {
    display: none;
}

#rightbar .side_blog .list_event .rbox .date {
    display: block;
}

#rightbar .side_blog .list_event .img_box {
    margin-right: 10px;
}

#rightbar .side_blog .list_event .img_box img {
    width: 220px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#colophon {
    background: url("../img/common/foot_bottom.webp");
    background-size: cover;
}

#colophon .inner {
    margin: 0 auto;
    max-width: 1200px;
}

#colophon .site_ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 1250px) {
    #colophon .site_ft {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 768px) {
    #colophon .site_ft {
        display: block;
        padding: 40px 0px;
    }
}

#colophon .site_ft .hall_info {
    padding-right: 50px;
    width: 40%;
    border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
    #colophon .site_ft .hall_info {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%;
        border-right: none;
    }
}

#colophon .site_ft .hall_info .logo {
    margin-bottom: 30px;
}

#colophon .site_ft .hall_info .logo img {
    max-width: 156px;
}

#colophon .site_ft .hall_info .logo p {
    font-size: 12px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 414px) {
    #colophon .site_ft .hall_info .logo img {
        width: 36%;
    }
}

#colophon .site_ft .hall_info ul {
    margin-bottom: 30px;
}

#colophon .site_ft .hall_info ul li {
    line-height: 2.5;
}

#colophon .site_ft .hall_info .tel_area {
    padding: 20px;
    border: 1px solid #fff;
}

#colophon .site_ft .hall_info .tel_area img {
    display: block;
    margin: 0 auto;
}

#colophon .site_ft .site_info {
    padding-left: 50px;
    width: 60%;
    line-height: 2.3;
}

@media only screen and (max-width: 768px) {
    #colophon .site_ft .site_info {
        padding-left: 0;
        width: 100%;
        padding: 0px 18px;
    }
}

#colophon .site_ft .site_info .f_tit {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-size: 1.6rem;
}

#colophon .site_ft .site_info ul {
    font-size: 12px;
    font-size: 1.2rem;
}

#colophon .site_ft .site_info .ul_sub ul {
    margin-right: 0;
}

#colophon .site_ft .site_info a {
    display: inline-block;
    color: #fff;
}

#colophon .site_ft .site_info li {
    font-size: 12px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    #colophon .site_ft .site_info .ul_sub li.bettei {
        font-size: 11px;
        letter-spacing: -0.9px;
    }
}

#colophon .site_ft .site_info .ul04 {
    margin-right: 0;
}

#colophon .site_ft .site_info .ul_sub li {
    padding-left: 10px;
}

#colophon .site_ft .site_info .ul_sub li .mini {
    display: block;
}

#colophon .site_ft .site_info .ul_sub li:before {
    content: "- ";
}

#colophon .site_ft .site_info02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_banner_img img {
    padding-bottom: 10px;
}

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

    #colophon .site_ft .site_info02 {
        justify-content: space-evenly;
    }

    #colophon .site_ft .site_info a.footerbnr {
        margin-bottom: 12px;
    }


    #colophon .site_ft .site_info02 .ul01,
    #colophon .site_ft .site_info02 .ul03 {
        margin-bottom: 20px;
        width: 44%;
    }
}

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

    #colophon .site_ft .site_info02 .ul02,
    #colophon .site_ft .site_info02 .ul04 {
        margin-bottom: 20px;
        width: 56%;
    }

    .footer_banner_img img {
        padding-bottom: 0;
    }
}

#colophon #copyright {
    padding-bottom: 70px;
    background: #473a3b;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #colophon #copyright {
        padding-bottom: 112px;
    }
}

@media only screen and (max-width: 414px) {
    #colophon #copyright {
        padding-bottom: 88px;
    }
}

#colophon #copyright p {
    margin: 0;
    letter-spacing: 1px;
    line-height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
}

footer#colophon.f-other {
    padding-bottom: 0;
}

/* --- フッター固定バナー --- */
.foot_fixed_bnr {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1001;
    padding: 10px 0;
    width: 100%;
    background: #e8ecf7;
    .inner {
        margin: 0 auto;
        max-width: 1200px;
        .ffb01{
            img{
                max-width: 156px;
            }
        }
        .ffb02{
            img{
                max-width: 450px;
            }
        }
        .ffb03,
        .ffb04{
            padding: 2px 0;
            width: 250px;
            border-radius: 50px;
            background: #fff;
            color: #c1543d;
            text-align: center;
            font-weight: 500;
            .small{
                font-size: 14px;
                font-size: 1.4rem; 
            }
        }
        .ffb03{
            p{
                color: #c1543d;
                line-height: 1.2;
                font-size: 18px;
                font-size: 1.8rem; 
            }
        }
        .ffb04{
            p{
                color: #14007d;
                line-height: 1.2;
                font-size: 18px;
                font-size: 1.8rem;
            }
        }
        .ffb05{
            img{
                max-width: 354px;
            }
        }
    }
}

.foot_fixed_bnr .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


/*----------------------------------------------------
	パンくず
----------------------------------------------------*/

.breadcrumbs {
    padding-top: 1px;
    padding-bottom: 20px;
    background: #f9f9f7;
}

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

    .breadcrumbs_foot a:link,
    .breadcrumbs_foot a:visited {
        display: inline;
    }
}

.breadcrumbs p {
    margin: 20px 0 0 0;
    font-size: 14px;
}


/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/

#pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9998;
}

@media only screen and (max-width: 768px) {
    #pagetop {
        right: 10px;
        bottom: 107px;
    }

    #pagetop a {
        width: 48px;
        height: 48px;
    }

    #pagetop a:after {
        margin-top: -5px;
        margin-left: -5px;
        width: 10px;
        height: 10px;
    }
}

#pagetop a {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #6a484b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
}

#pagetop a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#pagetop .pagetop_sp {
    display: none;
}

@media only screen and (max-width: 480px) {
    #pagetop .pagetop_pc {
        display: none;
    }

    #pagetop .pagetop_sp {
        display: block;
    }

    /*#pagetop a {
        width: 92px;
        height: 92px;
        background: none;
    }

    #pagetop a:after {
        display: none;
    }*/
}


/*----------------------------------------------------
	404 Not Found
----------------------------------------------------*/

.error-404 {
    padding: 200px 0;
    color: #0f3965;
    text-align: center;
    font-weight: 600;
}

.error-404 .btn_back {
    margin-top: 50px;
}

.error-404 .btn_back a {
    display: inline-block;
    padding: 15px;
    max-width: 380px;
    width: 100%;
    border-radius: 30px;
    background: #4d659d;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.error-404 .btn_back a:hover {
    background: #d0616e;
}

.error-404 .btn a:after {
    border: none;
}


/*----------------------------------------------------
	新型コロナウイルス対策お知らせ追加 20210119
----------------------------------------------------*/
.corona_info {
    text-align: center;
    padding: 20px;
    border: 5px double #4d659d;
}

.corona_info p {
    font-size: 30px;
    color: #4d659d;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
    font-weight: bold;
}

@media only screen and (max-width: 414px) {
    .column.column_corona .inner {
        padding: 0 15%;
    }

    .corona_info {
        padding: 5px;
    }

    .corona_info p {
        font-size: 14px;
    }
}


/*----------------------------------------------------
	クチコミバナー追加 20210614
----------------------------------------------------*/
.review_head {
    width: 28%;
    margin-right: 30px !important;
}

.review_bnr {
    margin-top: 50px;
}

/*# sourceMappingURL=common.css.map */


.column_part .row-hall {
    justify-content: space-between !important;
}

.column_part .row-hall::after {
    display: block;
    content: "";
    width: 32%;
}


/*----------------------------------------------------
	ナビゲーション修正 20230406
----------------------------------------------------*/

#gnav ul li.sub_width {
    width: 14%;
}





#gnav ul .tgl_menu ul.four {
    padding: 40px 0 0;
}

#gnav ul .tgl_menu ul.four li {
    width: 21%;
}
