/* --------------------------------
 * base
 * -------------------------------- */
html {
    font-size: 16px;
}

html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}

body {
    background-color: #FCFAED;
    color: #151515;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    counter-reset: number 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-appearance: none;
}

picture {
    display: block;
    font-size: 0;
}

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

}

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

}

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

.reverse {
    flex-direction: row-reverse;
}

.scroll_prevent {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 100%;
}

/* --------------------------------
 * aタグ
 * -------------------------------- */
a {
    cursor: pointer;
    color: #0E68E2;
}

/* --------------------------------
 * 構造
 * -------------------------------- */
/* pc */
.main_container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 50px;
}

.main {
    width: 70%;
}

.sidebar {
    margin-top: 20px;
    margin-left: 50px;
    width: calc(30% - 50px);
}

.sidebar .button_01 {
    margin: 30px 0 0;
}

.sidebar img {
    margin-top: 0;
}

.sidebar_nav {
    margin-top: 30px;
}

.sidebar_menu_title {
    margin-right: 50px;
    border-bottom: 2px solid #151515;
    font-weight: 700;
}

.sidebar_menu {
    margin-top: 20px;
}

.sidebar_menu li a {
    display: block;
    margin: 10px 0 0;
    font-weight: 700;
    color: #FE46B3;
}

.sidebar_news_area {
    margin-top: 30px;
}

.sidebar_news_area .news_item {
    width: 100%;
}

.sidebar_news_area .news_parts_area {
    margin-top: 20px;
    padding: 0;
}

.sidebar_news_area .news_item a {
    padding: 10px 12px;
    font-size: 16px;
}

.sidebar_news_area .news_item a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .main_container {
        padding: 0 50px;
    }

    .main {
        width: 100%;
    }
}

/* sp */
@media screen and (max-width: 767px) {
    .main_container {
        padding: 0 10px;
    }

    .main {
        width: 100%;
    }
}

/* --------------------------------
 * text要素
 * -------------------------------- */

/* pc */
h2 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

h3 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.heading_bg_navy_01 {
    display: block;
    padding: 20px 25px;
    background-color: #1A2A46;
    color: #fff;
}

.heading_bg_navy_02 {
    position: relative;
    display: block;
    margin: 0 16px;
    padding: 12px 12px 12px 20px;
    background-color: #1A2A46;
    color: #fff;
}

.heading_bg_navy_02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 2px;
    background-color: #F2F800;
}

.heading_bg_brown_01 {
    display: block;
    padding: 12px 16px;
    background-color: #53331D;
    color: #fff;
    text-align: center;
}

.heading_bg_white_01 {
    position: relative;
    display: block;
    margin: 0 16px;
    padding: 10px;
    background-color: #fff;
}

.heading_bg_white_01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background-color: #1A2A46;
}

.balloon_heading_01 {
    position: relative;
    background-color: #1A2A46;
    display: block;
    color: #fff;
    padding: 10px 16px;
    margin: 0 16px 20px;
}

.balloon_heading_01:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
}

.balloon_heading_01:after {
    border: solid 10px transparent;
    border-top: solid 15px #1A2A46;
}

.balloon_heading_02 {
    position: relative;
    display: block;
    border-bottom: solid 2px #1A2A46;
    padding: 10px 16px;
    text-align: center;
    margin: 0 16px 10px;
}

.balloon_heading_02:before,
.balloon_heading_02:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.balloon_heading_02:before {
    border: solid 10px transparent;
    border-top: solid 15px #1A2A46;
}

.balloon_heading_02:after {
    border: solid 12px transparent;
    border-top: solid 18px #FCFAED;
    margin-top: -7px;
}

.balloon_heading_03 {
    position: relative;
    display: block;
    background-color: #FCFAED;
    border: solid 1px #266ACC;
    padding: 8px 16px;
    margin: 0 16px 10px;
}

.balloon_heading_03:before,
.balloon_heading_03:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.balloon_heading_03:before {
    border: solid 10px transparent;
    border-top: solid 15px #266ACC;
}

.balloon_heading_03:after {
    border: solid 12px transparent;
    border-top: solid 18px #FCFAED;
    margin-top: -5px;
}

.underline_heading {
    display: block;
    margin: 0 16px;
    padding: 10px 16px;
    border-bottom: 3px solid #1A2A46;
}

.reason_heading_area {
    display: block;
    position: relative;
    margin: 36px 16px 0;
    padding: 20px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.reason_heading_area .reason_number {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 4px;
    transform: translateY(-50%);
    background-color: #FCFAED;
    color: #1A2A46;
    font-size: 16px;
    font-weight: 700;
    counter-increment: number 1;
}

.reason_heading_area h2,
.reason_heading_area h3,
.reason_heading_area h4,
.difference_heading_area h2,
.difference_heading_area h3,
.difference_heading_area h4 {
    margin-top: 0;
}

.reason_heading_area p,
.difference_heading_area p {
    margin-top: 0;
}

.difference_heading_area {
    margin: 30px 16px 0;
}

.difference_heading_area .difference_heading {
    display: block;
    margin-top: 10px;
    padding: 12px 16px;
    background-color: #1A2A46;
    color: #fff;
}

.difference_heading_area .difference_number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1A2A46;
    font-size: 16px;
    font-weight: 700;
}

.difference_heading_area .difference_number::after {
    content: "";
    width: calc(100% - 45px);
    height: 3px;
    background-color: #1A2A46;
}

p {
    margin-top: 15px;
    padding: 0 16px;
}

p,li {
    font-size: 16px;
    line-height: 1.5;
}

p + p {
    margin-top: 15px;
}

.desc_width_shrink {
    padding: 0 16px;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* sp */
@media screen and (max-width: 767px) {
    .heading_bg_navy_01 {
        display: block;
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 20px 25px;
        background-color: #1A2A46;
        color: #fff;
    }
}

/* --------------------------------
 * 画像
 * -------------------------------- */

/* pc */
img {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img_01,
.img_02 {
    width: 100%;
}

.img_01 img {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img_02 img {
    display: block;
    margin: 20px 16px 0;
    width: calc(100% - 32px);
    height: auto;
    object-fit: cover;
}

.two_column_img,
.img_text_content {
    display: flex;
    margin: 20px 16px 0;
}

.two_column_img_01,
.two_column_img_02,
.img_text_content_img,
.img_text_content_text {
    width: calc(50% - 8px);
}

.img_text_content_text p {
    margin-top: 0;
    padding: 0;
}

.two_column_img_01,
.img_text_content_img {
    margin-right: 8px;
}

.two_column_img_02,
.img_text_content_text {
    margin-left: 8px;
}

.two_column_img_01 img, 
.two_column_img_02 img,
.img_text_content_img img {
    margin-top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* sp */
@media screen and (max-width: 767px) {

}

/* --------------------------------
 * 汎用ボタン
 * -------------------------------- */

/* pc */
.button_01 {
    margin: 20px 16px 0;
    padding: 15px;
    background-color: #FE46B3;
}

.button_01 a {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
}

.button_02 {
    margin: 20px 16px 0;
    padding: 15px;
    background-color: #fff;
}

.button_02 a {
    display: block;
    width: 100%;
    height: auto;
    color: #FE46B3;
    text-align: center;
}

.button_03 {
    margin: 20px auto 0;
    padding: 15px;
    width: 300px;
    border-radius: 5px;
    background-color: #FE46B3;
}

.button_03 a {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.two_column_button {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 16px 0;
}

.two_column_button_item {
    margin-top: 10px;
    margin-right: 8px;
    padding: 12px;
    width: calc(50% - 8px);
    background-color: #FE46B3;
}

.two_column_button_item a {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #fff;;
}

.two_column_button_item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 8px;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* sp */
@media screen and (max-width: 767px) {
    .button_03 {
        padding: 10px;
        width: 180px;
    }
}


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

/* header-pc
------------------------------------------ */
.pc_nav.m_fixed {
    margin-top: 0;
	position: fixed;
	top: 0;
    z-index: 10;
}

.pc_nav {
    margin: 20px 0 0 -8vw;
    width: 100vw;
    background-color: #1A2A46;
}

.pc_menu {
    display: block;
    margin: 0 auto;
    max-width: 1050px;
}

.pc_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc_menu .menu-item {
    width: calc(84vw / 5);
    padding: 20px 0;
    text-align: center;
    line-height: .7;
}

.pc_menu .menu-item a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.h1_area {
    background-color: #1A2A46;
    width: 100%;
    padding: 0 8vw;
}

.h1_area h1 {
    display: block;
    margin: 0 auto;
    max-width: 1050px;
}

.seo_title {
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.header_nav_area {
    margin: 0 8vw;
}

.header_content {
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1050px;
}

a.logo_link {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.logo_link img {
    margin-top: 0;
}

.info_item {
    margin-top: 10px;
}

.info_item span {
    display: block;
    padding: 8px;
    width: 64px;
    background-color: #FE46B3;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.info_item p {
    margin-top: 0;
    margin-left: 10px;
    padding: 0;
    font-weight: 700;
}

.header_content_right {
    margin-left: 30px;
}

.tel_title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1A2A46;
    text-align: center;
}

a.tel_number {
    display: block;
    margin: 10px auto;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #1A2A46;
}

.header_btn {
    margin: 5px auto;
}

.header_btn a {
    width: 180px;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}

/* ハンバーガーメニュー
------------------------------------------ */
#nav_drawer {
    position: relative;
    margin-left: 30px;
}

.humberger_inner_btn a,
.hamburger_menu_title {
    display: block;
    margin: 30px 16px 10PX;
    padding: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

a.booking_btn {
    background-color: #FE46B3;
}

a.tel_btn {
    background-color: #C50D00;
    margin-right: 10px;
}

a.line_btn {
    background-color: #00B534;
}

.hamburger_menu_title {
    background-color: #1A2A46;
    margin-top: 10px;
}

.hamburger_menu_title span{
    display: block;
}

#nav_open {
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: #FE46B3;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
}

.hamburger_icon span {
    position: absolute;
    height: 4px;
    width: 35px;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: block;
    content: '';
    transition: all .4s;
    z-index: 200;
}

.hamburger_icon p {
    position: absolute;
    width: 100%;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

#nav_open span:nth-of-type(2) {
    top: calc(35% + 9px);
}

#nav_open span:nth-of-type(3) {
    top: calc(35% - 9px);
}

#nav_open span:nth-of-type(3),
#nav_open.active span:nth-of-type(3) {
    transition: none;
}

#nav_open .hamburger_icon{
    position: relative;
    transition: all .3s;
    width: 100%;
    height: 100%;
}

#nav_open.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateX(-18px) translateY(7px) rotate(-45deg);
}

#nav_open.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateX(-18px) translateY(-2px) rotate(45deg);
}

#nav_open.active span:nth-of-type(3) {
    opacity: 0;
}

#nav_open.active p {
    display: none;
}

#nav_content {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 123px);
    background: #F7F1E4;
    margin-top: 123px;
}

.drower_menu {
    padding: 150px 0 0;
    text-align: center;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.scroll_prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.sp_fixed_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 8px 10px;
    background-color: rgba(252, 250, 237, .8);
	 z-index: 20;
}

.sp_fixed_cta_item {
    width: calc(50% - 4px);
    text-align: center;
}

.sp_fixed_cta_item + .sp_fixed_cta_item {
    margin-left: 8px;
}

.sp_fixed_cta_subtx {
    display: block;
    font-size: 11px;
    font-weight: 700;
}

.sp_fixed_cta_tel,
.sp_fixed_cta_line {
    display: block;
    margin-top: 6px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #707070;
    text-align: center;
}

.sp_fixed_cta_tel a,
.sp_fixed_cta_line a {
    display: block;
    margin: 16px auto;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
}

.sp_fixed_cta_tel a {
    margin: 24px auto 8px;
    color: #FFF100;
}

.sp_fixed_cta_tel {
    position: relative;
    background-color: #C50D00;
}

.sp_fixed_cta_tel span {
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #fff;
}

.sp_fixed_cta_line {
    background-color: #00B534;
}

/* header-tab
------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .header_nav_area.m_fixed {
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 10;
    }

    .logo_link img {
        max-width: 600px;
    }
    
    .header_nav_area {
        margin: 0;
        padding: 0 20px;
        height: 150px;
        width: 100vw;
        background-color: #FCFAEC;
    }

    .pc-nav {
        display: none;
    }

    .drower_menu {
        padding: 20px 26px;
    }
    .drower_menu,
    .drower_menu .menu-item,
    .drower_menu .menu-item a {
        display: block;
        overflow: auto;
    }
    .drower_menu .menu-item {
        margin-left: 0;
    }
    .drower_menu .menu-item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        border-bottom: 1px solid #25344E;
        font-size: 24px;
        font-weight: 700;
        color: #25344E;
    }
    .drower_menu .menu-item a::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #25344E;
    }
    .drower_menu .menu-item:first-child a {
        margin-top: 0;
    }
    .drower_menu .menu-item a:hover {
        opacity: 1;
    }

    #nav_content {
        height: calc(100% - 10px);
        margin-top: 180px;
    }

    .h1_area {
        padding: 10px 50px;
    }

    .header_content {
        margin: 0;
    }
}

/* header-sp
------------------------------------------ */

/* sp */
@media screen and (max-width:767px) {
    .header_nav_area.m_fixed {
        margin-top: 0;
        position: fixed;
        top: 0;
        z-index: 10;
    }

    .logo_link img {
        max-width: 320px;
    }

    .header_nav_area {
        margin: 0;
        padding: 0 20px;
        height: 80px;
        width: 100vw;
        background-color: rgba(252, 250, 237, .8);
    }

    .header .logo {
        font-size: 24px;
    }
    .pc-nav {
        display: none;
    }
    .logo_img {
        width: 40px;
    }
    .drower_menu {
        padding: 20px 26px;
    }
    .drower_menu,
    .drower_menu .menu-item,
    .drower_menu .menu-item a {
        display: block;
        overflow: auto;
    }
    .drower_menu .menu-item {
        margin-left: 0;
    }
    .drower_menu .menu-item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        border-bottom: 1px solid #25344E;
        font-size: 24px;
        font-weight: 700;
        color: #25344E;
    }
    .drower_menu .menu-item a::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #25344E;
    }
    .drower_menu .menu-item:first-child a {
        margin-top: 0;
    }
    .drower_menu .menu-item a:hover {
        opacity: 1;
    }

    .h1_area {
        padding: 10px;
        height: 41px;
    }

    .seo_title {
        font-size: 14px;
    }
}

/* --------------------------------
 * footer
 * -------------------------------- */
 .footer {
     margin-top: 50px;
     background-color: #555;
     padding-top: 30px;
 }

 .footer_nav li {
     margin-top: 15px;
     text-align: center;
 }

 .footer_nav li:first-of-type {
     margin-top: 0;
 }

 .footer_nav li a {
     display: inline-block;
     font-size: 16px;
     color: #fff;
     text-align: center;
 }

 .copyright_area {
     background-color: #000;
     margin-top: 30px;
     padding: 8px;
 }

 .copyright {
     display: block;
	  margin-top: 0;
     font-size: 14px;
     color: #fff;
     text-align: center;
 }

/* @media breadcrumbs-tablet
------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* @media breadcrumbs-sp
------------------------------------------ */
@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 87px; 
	}
}

 /* --------------------------------
 * breadcrumbs
 * -------------------------------- */
.breadcrumbs {
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 50px;
    font-size: 14px;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li + li:before{
    content: ">";
    margin: 0 8px;
  }

/* @media breadcrumbs-tablet
------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* @media breadcrumbs-sp
------------------------------------------ */
@media screen and (max-width: 767px) {
    .breadcrumbs {
        min-width: 360px;
        padding: 0 10px 10px;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 12px;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .breadcrumbs::-webkit-scrollbar {
        display:none;
    }
}

/* --------------------------------
 * 404
 * -------------------------------- */
 .no_page_area,
 .no_page_tx {
     padding: 0 10vw;
 }

 .no_page_title {
     font-size: 40px;
 }

 /* tab */
 @media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* sp */
@media screen and (max-width: 767px) {
    .no_page_area,
    .no_page_tx {
        padding: 0 20px;
    }

    .no_page_title {
        font-size: 30px;
    }
}

/* pc sp
------------------------------------------ */
.pc {
    display: block;
}

.flex_box.pc {
    display: flex;
}

.pcInline {
    display: inline-block;
}

.spInline,
.sp {
    display: none;
}

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

    .pcInline,
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .spInline {
        display: inline-block;
    }

    .flex_box.pc {
        display: none;
    }
}

/* clearfix
------------------------------------------ */
.clearfix::after{
     content: "";
     display: block;
     clear: both;
}

/* clearfix
------------------------------------------ */
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}