@charset "utf-8";

/* -------------------------------------------------
-------------------------------------------------
*01. sp common
*02. header
*03. footer
*04. トップページ
*05. 共通CSS (第2階層)


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


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

01. sp common

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

@supports (-webkit-touch-callout: none) {
    html {
        height: -webkit-fill-available;
    }
    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
}

body {
    background-color: #FFF;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Avenir', 'Avenir Next', 'Century Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.sp_none,
.nav_sp_none {
    display: none;
}

.sp_noWrap {
    display: block;
}

p {
    margin-bottom: 2em;
}

#content main p + ul,
#content main table + ul,
#content main p + ol,
#content main table + ol,
#content main p + dl,
#content main table + dl {
    margin-top: 40px;
}

#content main ul,
#content main ol,
#content main dl {
    margin-bottom: 50px;
}

#content main li > #content main ul,
#content main li > #content main ol {
    margin-bottom: 10px;
}

#content main p + table {
    margin-top: 0;
}

#content main table + p {
    margin-top: 40px;
}

#content main p + h1,
#content main p + h2,
#content main p + h3,
#content main p + h4 {
    margin-top: 40px;
}


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

02. header

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

#wrapper-in > header {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.drawer-navbar .drawer-brand.hdr_logo {
    background: url(/wp-content/themes/affinger5-child/images/common/logo_sp.png) no-repeat;
    background-size: 34px 36px;
    width: 34px;
    height: 36px;
    margin: 12px 10px 12px 15px;
    padding: 0;
    float: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.drawer-navbar .drawer-navbar-header.hdr_nav_logoArea {}

.hdr_nav_logoArea_tit {
    font-size: 12px;
    line-height: 18px;
    padding-top: 11px;
    text-align: left;
    font-weight: normal;
}

.hdr_nav_logoArea_tit a {
    color: #333;
    display: block;
    text-decoration: none;
}

.hdr_nav_logoArea_tit2 {
    font-size: 10px;
    display: block;
    padding-top: 4px;
}

.hdr_nav_logoArea_tit2:before {
    background: url(/wp-content/themes/affinger5-child/images/common/logo2_sp.png) no-repeat;
    background-size: 115px 19px;
    content: "";
    width: 115px;
    height: 19px;
    display: block;
    float: left;
    margin-top: -4px;
    margin-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hdr_contactArea {
    width: 100%;
    background-color: #f3ebe4;
    position: relative;
}

.hdr_nav_li a {
    padding: 20px;
    border-bottom: 1px solid #DDD;
}

.hdr_phone {
    width: 100%;
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
}

.hdr_phone_txt {
    font-size: 11px;
}

.hdr_phone_number {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 28px;
    padding-bottom: 10px;
}

.icon_hdr_phone {
    margin-right: 5px;
}

.hdr_inquiry {
    float: left;
}

.hdr_inquiry a {
    background: url(/wp-content/themes/affinger5-child/images/common/btn_hdr_inquiry.png) no-repeat;
    background-size: 140px 55px;
    display: block;
    width: 140px;
    height: 55px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hdr_reserve a {
    background: url(/wp-content/themes/affinger5-child/images/common/btn_hdr_reserve.gif) no-repeat;
    background-size: 140px 55px;
    display: block;
    width: 140px;
    height: 55px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hdr_inquiry a:hover,
.hdr_reserve a:hover {
    opacity: 0.7;
}

#headbox #s-navi .acordion_tree {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 60px);
}

#headbox #s-navi .acordion_tree .acordion_tree_content {
    height: auto !important;
}

#headbox #s-navi .acordion_tree li .sub-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#headbox #s-navi .acordion_tree li .sub-menu a:hover {
    background: rgba(255, 255, 255, 0.5);
}


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

02. footer

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

#ftr_container {
    background-color: #ffeaf0;
    border-top: 1px solid #ddd;
    margin-top: 60px;
    padding: 30px 0 60px;
}

.ftr_txt {
    margin: 0 20px 40px;
}

.ftr_contact_area {
    margin-bottom: 40px;
}

.ftr_contact_text {
    width: 100%;
    margin: 0 auto 8px;
}

.ftr_contact_text img {
    width: 100%;
    height: auto;
}

a.ftr_contact_btn {
    background: url(/wp-content/themes/affinger5-child/images/common/ftr_btn2.png) no-repeat;
    background-size: 90%;
    background-position: center;
    display: block;
    width: auto;
    height: 205px;
    margin: 10px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

a.ftr_contact_btn span {
    color: #FFF;
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}

.ftr_contact_btn::before,
.ftr_contact_btn::after {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.ftr_contact_btn::before {
    right: 30px;
    top: 0px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: blink2 1s ease-in-out infinite alternate;
    -moz-animation: blink2 1s ease-in-out infinite alternate;
    animation: blink2 1s ease-in-out infinite alternate;
}


/* 点滅 */

@-webkit-keyframes blink {
    0% {
        color: #FFF
    }
    50% {
        color: #FFF
    }
    51% {
        color: transparent
    }
    100% {
        color: transparent
    }
}

@-moz-keyframes blink {
    0% {
        color: #FFF
    }
    50% {
        color: #FFF
    }
    51% {
        color: transparent
    }
    100% {
        color: transparent
    }
}

@keyframes blink {
    0% {
        color: #FFF
    }
    50% {
        color: #FFF
    }
    51% {
        color: transparent
    }
    100% {
        color: transparent
    }
}

@-webkit-keyframes blink2 {
    0% {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }
    50% {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }
    51% {
        border-top: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    100% {
        border-top: 2px solid transparent;
        border-right: 2px solid transparent;
    }
}

@-moz-keyframes blink2 {
    0% {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }
    50% {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }
    51% {
        border-top: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    100% {
        border-top: 2px solid transparent;
        border-right: 2px solid transparent;
    }
}

@keyframes blink2 {
    0% {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }
    50% {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }
    51% {
        border-top: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    100% {
        border-top: 2px solid transparent;
        border-right: 2px solid transparent;
    }
}

.ftr_contact_btn:hover {
    opacity: 0.7;
}

.ftr_phone {
    text-align: center;
}

.ftr_phone_txt {}

.ftr_phone_number {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 36px;
    line-height: 50px;
}

.icon_ftr_phone {
    margin-right: 5px;
    width: 32px;
    height: auto;
}

#ftr_sitemapArea {
    background-color: #333;
    color: #FFF;
    padding: 30px 0;
    position: relative;
}

.sp_ftr_link {
    text-align: center;
}

.sp_ftr_link a {
    color: #FFF;
}

#ftr_copyrightsArea {
    margin: 0 20px 20px;
    text-align: center;
}

#page-top {
    width: 100px;
    height: 40px;
    background-color: #333;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

#page-top a {
    display: block;
    width: 100px;
    height: 40px;
    position: relative;
}

#page-top img {
    width: 11px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


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

05. 共通CSS (第2階層)

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

.drawer-contents {
    margin-top: 60px;
}

#wrapper {
    width: 100%;
}

.container,
#wrapper .container {
    margin: 0 20px;
}

.section {
    margin-bottom: 60px;
}

.section_s {
    margin-bottom: 40px;
}

.section_s {
    margin-bottom: 0px;
}

.section .section_s:last-child {
    margin-bottom: 0;
}

.bg_padding {
    padding: 40px 0;
}

.bg_margin {
    margin-bottom: 60px;
}

.bg_padding2 {
    padding: 20px 0;
}

.bg_margin2 {
    margin-bottom: 20px;
}


/* pankuzu */

#content main .pankuzu {
    width: 100%;
    border-bottom: 1px solid #DDD;
    padding: 5px 0;
    margin-bottom: 30px;
}

#content main .pankuzu ul {
    margin: 0 20px;
    color: #999;
    font-size: 12px;
}

#content main .pankuzu ul li {
    float: left;
    padding-right: 5px;
}

#content main .pankuzu ul li:before {
    content: ">";
    margin-right: 5px;
}

#content main .pankuzu ul li:first-child:before {
    content: "";
}

#content main .pankuzu a {
    color: #999;
}


/*  -------------------- title  -------------------- */

.tit_en {
    color: #e95a83;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 900;
    text-align: center;
}

.tit_en_sub {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0 !important;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.tit_en_sub:after {
    content: "";
    background-color: #e95a83;
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tit_jp {
    color: #333333;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.tit_jp:after {
    content: "";
    background-color: #e95a83;
    display: block;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tit_left {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 25px;
    text-align: center;
}

.tit_midashi {
    font-size: 18px;
    border-left: 6px solid #e95a83;
    margin-bottom: 30px;
    padding-left: 8px;
    font-weight: bold;
}

.tit_number,
.tit_number2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 35px;
}

.tit_number span {
    color: #e95a83;
    margin-right: 10px;
}

.tit_number2 span:not(.st-dash-design) {
    background-color: #e95a83;
    border-radius: 100%;
    color: #FFF;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}


/*  -------------------- header title area  -------------------- */

#tit_area {
    width: 100%;
    height: 178px;
    background: url(/wp-content/themes/affinger5-child/images/common/common_hdr_bg_lt_sp.png) left top no-repeat, url(/wp-content/themes/affinger5-child/images/common/common_hdr_bg_rt_sp.png) right top no-repeat, #ffeaf0;
    background-size: cover, cover;
    display: table;
}

#tit_areaInner {
    display: table-cell;
    vertical-align: middle;
}

.tit_hdr_en {
    color: #e95a83;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    padding-top: 12px;
    margin-bottom: 0;
    text-align: center;
}

.tit_hdr {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 !important;
}


/*  -------------------- button  -------------------- */

a.btn_common_white {
    background-color: #FFF;
    border-radius: 60px;
    border: 1px solid #e95a83;
    color: #e95a83;
    display: block;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    text-align: center;
}

a.btn_common_white::before,
a.btn_common_white::after {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

a.btn_common_white::before {
    width: 5px;
    height: 5px;
    border-top: 2px solid #e95a83;
    border-right: 2px solid #e95a83;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    right: 20px;
}

a.btn_common_white:hover {
    opacity: 0.7;
}

a.btn_white {
    background-color: #FFF;
    border-radius: 60px;
    border: 1px solid #e95a83;
    color: #e95a83;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
    text-align: center;
}


/* pink */

a.btn_pink {
    background-color: #e95a83;
    border-radius: 60px;
    color: #FFF;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
    text-align: center;
}


/* gray */

a.btn_gray {
    background-color: #CCC;
    border-radius: 60px;
    color: #333;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
    text-align: center;
}

a.btn_white i.btn_icon_right,
a.btn_pink i.btn_icon_right,
a.btn_gray i.btn_icon_right {
    position: absolute;
    top: 30px;
    right: 10px;
}

a.btn_white i.btn_icon_left,
a.btn_pink i.btn_icon_left,
a.btn_gray i.btn_icon_left {
    position: absolute;
    top: 30px;
    left: 10px;
}

a.btn_large {
    display: block;
    padding: 30px;
    font-size: 22px;
}

a.btn_middle {
    display: block;
    padding: 15px;
    font-size: 18px;
}

a.btn_middle i.btn_icon_right,
a.btn_small i.btn_icon_left {
    display: block;
    top: 18px;
}

a.btn_small {
    display: block;
    width: 80px;
}

a.btn_small i.btn_icon_right,
a.btn_small i.btn_icon_left {
    display: block;
    top: 14px;
}

.btn_ct a {
    margin: 0 auto 20px;
}

.btn_rt {
    float: right;
}

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

.btn_set {
    width: 100%;
    position: relative;
    height: 102px;
}

.btn_set_inner {}

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

.btn_set_01 {
    float: left;
}

.btn_set_02 {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
}

.btn_set_03 {
    float: right;
}

a.btn_middle2 {
    display: block;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

a.btn_white i.btn_icon_right12,
a.btn_pink i.btn_icon_right12,
a.btn_gray i.btn_icon_right12 {
    position: absolute;
    top: 20px;
    right: 20px;
}

a.btn_white i.btn_icon_left12,
a.btn_pink i.btn_icon_left12,
a.btn_gray i.btn_icon_left12 {
    position: absolute;
    top: 30px;
    left: 20px;
}


/*  -------------------- list style -------------------- */

.ul_disc {
    margin-left: 0;
    text-indent: 0;
}

.ul_disc > li {
    padding-left: 15px;
    position: relative;
}

.ul_disc > li:before {
    background-color: #e95a83;
    border-radius: 30px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0.7em;
}

ol.ol_number,
ol.ol_number2 {
    counter-reset: item;
    list-style-type: none;
    margin-left: 0;
}

ul.ul_disc li > ul,
ul.ul_disc li > ol,
ol.ol_number li > ol,
ol.ol_number2 li > ol,
ol.ol_number li > ul,
ol.ol_number2 li > ul {
    padding-left: 1em;
}

.ol_number > li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: 8px;
    font-weight: bold;
}

.ol_number_pink > li:before {
    counter-increment: item;
    content: counter(item)'.';
    color: #e95a83;
    padding-right: 8px;
    font-weight: bold;
}

ol.ol_number2,
ol.ol_number2_large {
    counter-reset: yourDefinition;
}

ol.ol_number2 > li {
    padding-left: 35px;
    text-indent: -35px;
    margin-bottom: 10px;
}

ol.ol_number2 > li:before {
    counter-increment: yourDefinition;
    content: counter(yourDefinition);
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #FFF;
    text-indent: 0;
    background: #e95a83;
    border-radius: 100%;
    padding-right: 0;
    line-height: 26px;
}

ol.ol_number2_large > li:before {
    counter-increment: yourDefinition;
    content: counter(yourDefinition);
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    color: #FFF;
    text-indent: 0;
    background: #e95a83;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    padding-right: 0;
}

ol.ol_mincho > li {
    margin-bottom: 10px;
}

ol.ol_mincho > li:before {
    counter-increment: item;
    content: counter(item)'.';
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    padding-right: 8px;
}

ol.ol_mincho_pink > li:before {
    counter-increment: item;
    content: counter(item)'.';
    color: #e95a83;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    padding-right: 8px;
}


/*  -------------------- table  -------------------- */

.common_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDD;
}

.common_table th {
    background-color: #f6f7f7;
    border-collapse: collapse;
    border: 1px solid #DDD;
    font-weight: bold;
    padding: 8px;
}

.common_table td {
    border: 1px solid #DDD;
    padding: 8px;
}

.common_table th.th_bg_yellow {
    background-color: #f2eab0;
}

.common_table td.td_bg_yellow {
    background-color: #FFFCE6;
}

.common_table th.th_bg_pink {
    background-color: #f9c8c8;
}

.common_table td.td_bg_pink {
    background-color: #fceaea;
}

.common_table th.th_bg_blue {
    background-color: #afd3f1;
}

.common_table td.td_bg_blue {
    background-color: #ddecf9;
}

.common_table th.th_bg_gray {
    background-color: #CCC;
}

.common_table td.td_bg_gray {
    background-color: #DDD;
}

.common_table2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDD;
    overflow: hidden;
    border-top: 0px solid #DDD;
}

.common_table2 th {
    width: 100%;
    background-color: #f6f7f7;
    border-collapse: collapse;
    border: 1px solid #DDD;
    border-bottom: 0px solid #DDD;
    border-left: 0px solid #DDD;
    font-weight: bold;
    padding: 8px;
    display: block;
}

.common_table2 td {
    width: 100%;
    border: 1px solid #DDD;
    padding: 8px;
    display: block;
    border-bottom: 0px solid #DDD;
    border-left: 0px solid #DDD;
}

.common_table2 th.th_bg_yellow {
    background-color: #f2eab0;
}

.common_table2 td.td_bg_yellow {
    background-color: #FFFCE6;
}

.common_table2 th.th_bg_pink {
    background-color: #f9c8c8;
}

.common_table2 td.td_bg_pink {
    background-color: #fceaea;
}

.common_table2 th.th_bg_blue {
    background-color: #afd3f1;
}

.common_table2 td.td_bg_blue {
    background-color: #ddecf9;
}

.common_table2 th.th_bg_gray {
    background-color: #CCC;
}

.common_table2 td.td_bg_gray {
    background-color: #DDD;
}

.common_table2 td.td_bg_white {
    background-color: #FFF;
}

.common_table2 th.th_bg_white {
    background-color: #FFF;
}


/*  -------------------- photo layout  -------------------- */

.ph_set {
    margin-bottom: 40px;
}

.ph_area_large {
    width: 100%;
}

.ph_area_360 {
    width: 100%;
}

.ph_area_460 {
    width: 100%;
}

.ph_area_large img,
.ph_area_360 img,
.ph_area_460 img {
    width: 100%;
    height: auto;
    line-height: 0;
}

.ph_area_l {
    margin-bottom: 20px;
}

.ph_area_r {
    margin-bottom: 20px;
}

.blink {
    animation-name: flash;
    animation-duration: 3s;
    /* 1s */
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    margin-right: 5px;
}

@keyframes flash {
    50% {
        opacity: 0;
    }
}

.blink.seikonsha {
    color: #79be81;
}


/*  -------------------- page anchor  -------------------- */

div.page_anchor {
    text-align: right;
    padding: 1em 2em;
}

div.page_anchor a {
    color: #e95a83;
}