@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600);
html {
    font-size: 62.5% !important;
}
*{margin:0;padding: 0;
/*outline:2px solid blue;*/
}



body {
    
    margin-top: 50px;
    width: 100%;
    margin: 0 auto;
    font: 0.625rem "Noto Sans JP", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    color: #121313;
    font-size: 1.7rem;
    line-height: 1.6;
    word-break: break-all;
}


/* for IE 6 */

* html body {
    font-size: 75%;
}


/* for IE 7 */

*:first-child+html body {
    font-size: 75%;
}


/* リンク */

a {
    color: #111;
    text-decoration: none;
    /*-webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;*/
}

a:link {
    color: #111;
}

a:hover {
    color: #555;
}

a:active {
    color: #555;
}

a:hover {
    text-decoration: none;
}

a.imgLink {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

a:hover img {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    opacity: 0.7;
}

.link-underline {
    text-decoration: underline;
}

.link-red {
    color: #c66060;
}


/* 画像 */

img {
    max-width: 100%;
}


/* リスト */

ul {
    list-style-type: none;
}

ul.lst_none {
    list-style-type: none;
}


/* テキスト装飾 */

.text-caution {
    color: #eb4d4b;
}

.text-important {
    color: #eb4d4b;
}

.text-bold {
    font-weight: bold;
}


/* メディアクエリで表示・非表示切り替え */

.pc_only {
    display: inherit;
}

@media screen and (max-width: 479px) {
    .pc_only {
        display: none;
    }
}

.tab_only {
    display: none;
}

@media screen and (max-width: 834px) {
    .tab_only {
        display: inherit;
    }
}

.sp_only {
    display: none;
}

@media screen and (max-width: 479px) {
    .sp_only {
        display: inherit;
    }
}

@media screen and (max-width: 833px) {
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
}


/* Lity モーダル */

body .lity-close, body .lity-close:hover, body .lity-close:active {
    width: 25px;
    height: 25px;
    background: url(images_TOP/button_close.png) center center no-repeat;
    position: absolute;
    top: 35px;
    right: 42px;
    text-indent: -9999px;
    font-size: 10px;
    line-height: 25px;
}

@media (max-width: 799px) {
    body .lity-close, body .lity-close:hover, body .lity-close:active {
        top: 25px;
        right: 25px;
    }
}

@media screen and (max-width: 833px) {
    /*body input, body textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }*/
    body .flex_to_block {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* Flexbox レイアウト */

.flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	box-sizing: border-box;
}

.flex_wrap.v_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_wrap.vh_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_wrap {/*.space_between*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flex_wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_wrap.v_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex_wrap.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.content_inner.type01 .text_area {
    width: 60%;
}

.content_inner.type01 .text_area p {
    line-height: 1.8;
}

.content_inner.type01 .image_area {
    width: 35%;
}

.content_inner.type02:not(:last-child) {
    margin-bottom: 30px;
}

.content_inner.type02 .image_area {
    margin-bottom: 30px;
}

.content_inner.type02 .text_area p {
    line-height: 1.8;
}

.content_inner.type03 {
    margin-bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_inner.type03 .col_inner {
    width: 368px;
    margin-bottom: 40px;
}

.content_inner.type03 img {
    margin-bottom: 10px;
}

.content_inner.type03 h3 {
    margin-bottom: 15px;
    font-size: 2.2rem;
    border-bottom: 5px solid #ffe50f;
    display: inline-block;
    line-height: 20px;
}

.content_inner.type03 p {
    font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
    .content_inner.type03 .col_inner {
        width: 48.5%;
    }
}

@media screen and (max-width: 479px) {
    .content_inner.type01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .content_inner.type01 .text_area {
        width: 100%;
    }
    .content_inner.type01 .image_area {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .content_inner.type03 .col_inner {
        width: 100%;
    }
}

dl.note dt {
    position: relative;
}

dl.note dt span {
    position: absolute;
}

dl.note dd {
    padding-left: 1em;
}

p.note:before {
    content: "※";
    font-weight: 300;
}

dl.caution dt {
    margin-bottom: .3em;
    color: #cfa972;
    font-weight: 600;
}

.video_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}

.video_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.table_layout {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.table_layout .tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media screen and (max-width: 479px) {
    .table_layout .tr {
        display: block;
    }
}

.table_layout .tr:first-child .th {
    border-top: 1px solid #f0ecdb;
}

.table_layout .th {
    width: 30%;
    padding: 1.5em;
    background-color: #f0ecdb;
    border-left: 1px solid #f0ecdb;
    border-right: 1px solid #f0ecdb;
    border-top: 1px solid #FFF;
    font-weight: normal;
    text-align: left;
}

@media screen and (max-width: 479px) {
    .table_layout .th {
        width: 100%;
        padding: 1em;
    }
}

.table_layout .td {
    width: 70%;
    padding: 1.5em;
    background-color: #fff;
    border-right: 1px solid #f0ecdb;
    border-top: 1px solid #f0ecdb;
    text-align: left;
}

@media screen and (max-width: 479px) {
    .table_layout .td {
        width: 100%;
        padding: 1em;
        border-left: 1px solid #f0ecdb;
    }
}

.table_layout .td span {
    width: 100%;
    display: inline-block;
}

.table_layout .td span:not(:last-child) {
    margin-bottom: 1em;
}

.table_layout .td ul, .table_layout .td ol {
    margin-bottom: 0;
}

.table_layout .attention {
    color: #cf462e;
    margin-left: 5px;
}

table {
    width: 100%;
}

table thead {
    border: 1px solid #CCC;
}

table th, table td {
    padding: 1em 1.2em;
}

table th {
    background-color: #f1f1f1;
    border-bottom: 1px solid #CCC;
}

table td {
    border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 479px) {
    .sp_table_list tr {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    .sp_table_list thead {
        display: none;
    }
    .sp_table_list tbody {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .sp_table_list tbody th {
        list-style: none;
        background-color: #f1f1f1;
    }
    .sp_table_list tbody td {
        border-top: none;
    }
    .sp_table_list tbody th, .sp_table_list tbody td {
        width: 100%;
        display: block;
    }
}

ol {
    margin-left: 1.5em;
}

ol li:not(:last-child) {
    margin-bottom: .5em;
}


/* ヘッダー */

.l-header {
    width: 100%;
    background-color: #FFF;
    border-top: 6px solid #00afd4;
}

.l-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    border-top: none;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.l-header.is-fixed .header_inner {
    display: none;
}

.l-header.is-fixed /* .main_navi_wrap*/{
    margin: 40px auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_inner {
    width: 1100px;
    height: 74px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_inner .comment {
    padding-left: 225px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    color: #060606;
}

.header_title {
    width: 200px;
    height: 206px;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 1000;
/*     background-color: #fde513; */
}

.global-nav li {
    margin-left: 30px;
}

.global-nav .btn-type01 {
    padding: .5em 1.2em;
    border-radius: 20px;
}

.global-nav .active {
    color: #206ebd;
    font-weight: 600;
}

@media screen and (max-width: 834px) {
    .header_title {
        width: 160px;
        height: 164px;
    }
    .header_inner {
        width: 100%;
    }
    .header_inner .comment {
        padding-left: 185px;
        font-size: 1.2rem;
        padding-right: 1em;
    }
}

@media screen and (max-width: 479px) {
    .l-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 125;
        -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    }
    .l-header.is-fixed {
        border-top: 6px solid #fde513;
    }
    .l-header.is-fixed .header_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .l-header.is-fixed .main_navi_wrap {
        margin: auto auto;
    }
    .header_inner {
        height: 70px;
    }
    .header_title {
        width: 102px;
        height: 105px;
        left: 6.5px;
    }
    .l-header .contact_menu {
        width: 100%;
        padding: 0 60px 0 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    .l-header .contact_menu li {
        width: 33.3%;
        text-align: center;
        letter-spacing: 0;
    }
    .l-header .contact_menu li a {
        padding-top: 8px;
        font-size: 1.0rem;
        display: block;
		text-align: center;
    }
    .l-header .contact_menu li img {
        display: block;
        margin: 0 auto;
    }
    .l-header .contact_menu .icon01 img {
        width: 35px;
        margin-bottom: 0;
    }
    .l-header .contact_menu .icon02 img {
        width: 22px;
        margin-bottom: 9px;
    }
    .l-header .contact_menu .icon03 img {
        width: 20px;
        margin-bottom: 8px;
    }
}


/* 下層ヘッダー */

.header_ul .header_inner {
    height: auto;
    padding: 10px 0;
}

.header_ul .header_inner .comment {
    padding-left: 0;
}

.header_ul .inner_group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_ul .header_title {
    width: 114px;
    height: 165px;
    margin-right: 60px;
    position: relative;
    top: 0;
    background: none;
}

.header_ul /*.main_navi_wrap*/ {
    margin: 20px auto;
}

.header_ul .h-right_area {
    position: absolute;
    top: 30px;
    right: 0;
}

.header_ul .sns_wrap {
    margin-bottom: 10px;
    text-align: right;
}

.header_ul .sns_wrap a {
    margin-left: 5px;
    display: inline-block;
}

.header_ul .case_img {
    width: 590px;
}

@media screen and (max-width: 834px) {
    .header_ul .header_inner {
        padding: 10px 20px;
    }
    .header_ul .header_inner .comment {
        padding-right: 0;
    }
    .header_ul .header_title {
        width: 100px;
        height: 144px;
        margin-right: 40px;
    }
    .header_ul .h-text_area {
        width: 50%;
        margin-right: auto;
    }
    .header_ul .h-right_area {
        right: 20px;
    }
}

@media screen and (max-width: 479px) {
    .header_ul .h-text_area, .header_ul .h-right_area, .header_ul .info_area {
        display: none;
    }
    .header_ul .header_inner {
        height: 70px;
        padding: 0;
    }
    .header_ul .inner_group {
        width: 100%;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
    .header_ul .header_title {
        width: 102px;
        height: 105px;
        margin-right: 0;
        position: absolute;
        top: -6px;
        left: 6.5px;
    }
}


/* ハンバーガーボタン */
 
.white{
    background-color: #ffffff; 
 color:#32b16c;
}

.hamburger_icon.open {
    background-color: #FFF;
}

.hamburger_icon.open .inner p {
    color: #000000;
}

.hamburger_icon.open #nav-toggle span {
    height: 1px;
    background: #000;
}

.hamburger_icon .inner p {
    margin-top: 8px;
    font-size: 1.0rem;
    letter-spacing: 0;
    line-height: 1;
    color: #FFF;
}

#nav-toggle {
    width: 35px;
    height: 21px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;
    left: 0;
    /*-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;*/
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 9px;
}

#nav-toggle span:nth-child(3) {
    top: 18px;
}

.open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.sp_menu_bg {
    /*display: none;*/
visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    background-color: #00AFDA;
    border-top: 6px solid #fde513;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	transition: all 0.5s ease;
}

.sp_menu_bg .inner {
    padding: 146px 15px 0;
}

.sp_menu_bg .contact_menu {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.sp_menu_bg .contact_menu li {
    width: 90px;
    text-align: center;
    letter-spacing: 0;
}

.sp_menu_bg .contact_menu li a {
    color: #FFF;
}

.sp_menu_bg .contact_menu li img {
    display: block;
    margin: 0 auto;
}

.sp_menu_bg .contact_menu .icon01 img {
    width: 72px;
    margin-bottom: 20px;
}

.sp_menu_bg .contact_menu .icon02 img {
    width: 69px;
    margin-bottom: 25px;
}

.sp_menu_bg .contact_menu .icon03 img {
    width: 55px;
    margin-bottom: 26px;
}

.sp_menu_bg .navi li {
    background-color: #fbf8e3;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 5px;
    position: relative;
}

.sp_menu_bg .navi li:not(:last-child) {
    margin-bottom: 10px;
}

.sp_menu_bg .navi li:after {
    content: '';
    width: 10px;
    height: 8px;
    margin-top: -4px;
    display: block;
    background: url(images_TOP/arrow_menu_right.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
}

.sp_menu_bg .navi a {
    padding: 20px 1em;
    display: block;
}
.Open{
	visibility: visible;

}
.btn_close {
cursor: pointer;
border: solid 1px #00AFDA;
    background-color: #00AFDA;
    margin: 60px auto;
    position: relative;
    display: block;
    color: #FFF;
}

.btn_close span {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}

.btn_close span:before, .btn_close span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 2px;
    margin: -13px 0 0 -25px;
    background: #FFF;
}

.btn_close span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_close span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 479px) {
   .hamburger_icon {
cursor: pointer;
        width: 60px;
        height: 70px;
        background-color: #f5823e;
        position: absolute;
        right: 0;
        top: 0;
        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;
        z-index:130;
transition: all 0.5s ease;
}
}

body.fixed .l-header {
    background: none;
    z-index: 99;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.fixed .l-header .contact_menu {
    display: none;
}


/* メニュー */

.main_navi_wrap {
	width: 100%;
	max-width: 1100px;
    margin: 20px auto;
	box-sizing: border-box;
}

.main_navi_wrap li {
    padding: 0 2%;
    list-style: none;
    -webkit-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    border-right: 1px solid #00afd4;
}

.main_navi_wrap li:first-child {
    border-left: 1px solid #00afd4;
}

.main_navi_wrap li a {
    color: #121313;
    font-size: 1.9rem;
    text-align: center;
    display: block;
    -webkit-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
    line-height: 0.9em;
}

.main_navi_wrap li span {
    color: #f5823e;
    font-size: 11px;
}

@media screen and (max-width: 834px) {
    .main_navi_wrap {
        width: 100%;
        margin: 10px auto;
        padding: 0 20px;
    }
    .main_navi_wrap li {
        padding: 0 2%;
    }
    .main_navi_wrap li a {
        font-size: 1.4rem;
    }
    .main_navi_wrap li span {
        margin-top: 5px;
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    .main_navi_wrap {
        padding: 0;
    }
    .main_navi_wrap li {
        padding: 0;
        border: 3px solid #00afd4;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        border-radius: 10px;
    }
    .main_navi_wrap li:first-child {
        border-left: 3px solid #00afd4;
    }
    .main_navi_wrap li:not(:last-child) {
        margin-bottom: 8px;
    }
    .main_navi_wrap li a {
        padding: 18px;
        font-size: 1.8rem;
        text-align: left;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        position: relative;
    }
    .main_navi_wrap li a:after {
        content: '';
        width: 22px;
        height: 22px;
        margin-top: -11px;
        display: block;
        background: url(images_TOP/index/icon_f_menu.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 15px;
    }
    .main_navi_wrap li span {
        display: none;
    }
    .main_navi {
        display: block;
    }
}


/* ページャー */

.pager_number {
    margin-top: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.pager_number .page-numbers {
    width: 50px;
    height: 44px;
    margin: 0 5px;
    font-size: 1.6rem;
    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;
    background-color: #FFF;
    border: 2px solid #32b16c;
    border-radius: 10px;
}

.pager_number .page-numbers.current {
    background-color: #32b16c;
}

.pager_number .page-numbers.prev, .pager_number .page-numbers.next {
    width: 88px;
}

@media screen and (max-width: 479px) {
    .pager_number .page-numbers {
        width: 40px;
        height: 40px;
    }
}


/* ページナビゲーション */

.navigation {
    margin-top: 50px;
}

.navigation .nav-links {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.navigation .nav-previous svg {
    margin: -2px 10px 0 0;
}

.navigation .nav-next svg {
    margin: -2px 0 0 10px;
}

.navigation svg {
    width: 8px;
}

@media screen and (max-width: 479px) {
    .navigation {
        margin-top: 30px;
    }
    .navigation .nav-links {
        font-size: 1.2rem;
    }
}


/* メインビジュアル */

#main_visual {
	width: 100%;
	box-sizing: border-box;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px 0;
}

#main_visual img {
    width: 100%;
}

#main_visual .main_visual_inner {
    position: relative;
}

#main_visual .inner_img {
    width: 100%;
    padding: 0 4%;
    position: absolute;
    bottom: 20px;
}

#main_visual .info_area {
    padding: 10px 0 20px 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

/*#main_visual .main_slider {
    opacity: 0;*/
    /*-webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

#main_visual .main_slider.slick-initialized {
    opacity: 1;
}*/

.info_area .tel {
    margin-bottom: 10px;
    padding-left: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    color: #32b16c;
    background: url(images_TOP/icon_tel.png) left center no-repeat;
    background-size: 30px auto;
    line-height: 1;
}

.info_area .tel span {
    border-bottom: 4px solid #fde513;
    display: inline-block;
    line-height: 22px;
}

.info_area .time {
    font-size: 1.5rem;
    text-align: right;
}


/* サイト共通 */

.section_wrap {
    width: 100%;
box-sizing: border-box;
    padding: 50px 0;
}

.section_wrap.bg_color {
    background-color: #f2f2f2;
}

.section_wrap.bg_white {
    background-color: #FFF;
}

.section_wrap.bg_gray {
    background-color: #f2f2f2;
}

.content {
    width: 1100px;
    margin: 0 auto;
}

p:not(:last-child) {
    margin-bottom: 1em;
}

.text_area p {
    line-height: 1.6;
}

.home_navi_wrap{
	position: sticky;
	top: 0;
	left: 0;
    z-index: 99;

   padding-top: 1px;
   padding-bottom:1px;

    background-color: #FFF;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home_navi_wrap.is-fixed {

    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #FFF;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* GREETING */

.content_greeting .btn-more.pc_only {
    display: block;
}

.content_greeting .btn-more.sp_only {
    display: none;
}

.greeting_inner .text_area {
    width: 64%;
    margin-top: 50px;
}

.greeting_inner .text_area p:not(:last-child) {
    margin-bottom: 2em;
}

.greeting_inner .text_area p span {
    color: #f5823e;
}

.greeting_inner .right_img_area {
    width: 350px;
    text-align: center;
}

.greeting_inner .right_img_area a {
    margin-top: 26px;
    display: inline-block;
}


/* REASON */

.content_reason {
    background-color: #fee50f;
}

.content_reason .headline-image {
    margin-bottom: 60px;
}

.content_reason .reason_wrap {
    margin-bottom: 40px;
    justify-content: center;
}

@media screen and ( min-width: 768px) {
    .content_reason .reason_inner {
        width: calc( 100% / 3);
    }
}

.content_reason .reason_inner:not(:last-child) {
    margin-right: 20px;
}

.content_reason .reason_inner:nth-child(1) {
    margin-top: 90px;
}

.content_reason .reason_inner:nth-child(3) {
    margin-top: 90px;
}

.content_reason .reason_inner .img_area {
    margin-bottom: 20px;
    position: relative;
}

.content_reason .reason_inner .icon_num {
    color: #32b16c;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 500;
    position: absolute;
    left: 10px;
    bottom: 15px;
    letter-spacing: 0;
    line-height: 1;
}

.content_reason .reason_inner h3 {
    margin-bottom: 35px;
}

.reason_wrap:nth-of-type(2) .reason_inner:nth-child(1) {
    margin-top: 70px;
}

.reason_wrap:nth-of-type(2) .reason_inner:nth-child(2) {
    margin-top: 0;
}


/* VOICE */

.content_voice .voice_inner {
    margin-top: 24px;
    text-align: center;
}

.content_voice .note {
    margin-bottom: 52px;
    font-size: 1.5rem;
}

.content_voice table {
    margin-bottom: 45px;
    border-collapse: collapse;
    text-align: left;
}

.content_voice tr {
    border-bottom: 3px solid #ffe50f;
}

.content_voice tr:first-child {
    border-top: 3px solid #ffe50f;
}

.content_voice td {
    padding: 25px 0 25px 36px;
    font-size: 1.6rem;
}

.content_voice td h2 {
    margin-bottom: 15px;
    color: #32b16c;
    font-size: 2.4rem;
    text-decoration: underline;
    font-weight: 400;
}

.content_voice td .coment {
    margin-top: 40px;
    line-height: 1.9;
}

.content_voice .image_area {
    width: 250px;
    padding: 25px 0;
}

.content_voice .image_area img {
    width: 100%;
    height: auto;
}


/* Information＆Facebook */

.content_info .content_wrap {
    width: 48%;
}

.content_info .headline-image {
    margin-bottom: 50px;
}

.content_info .infomation_wrap ul {
    list-style-type: none;
}

.content_info .infomation_wrap li:not(:last-child) {
    margin-bottom: 30px;
}

.content_info .facebook_wrap iframe {
    margin: 0 auto;
    display: block;
}


/* 下層ページ */

.headline_area {
    width: 100%;
    height: 378px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #32b16c;
}

.headline_area .inner {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    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;
}

.headline_area h1 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 500;
    text-shadow: 2px 1px 3px #0d0d0d47;
}

.breadcrumbs {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.3rem;
}

.breadcrumbs a {
    text-decoration: underline;
}

.content_ul {
    width: 1100px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_ul .main_area {
    width: 750px;
    margin-bottom: 125px;
}

.content_ul .main_area .section_wrap {
    margin-bottom: 40px;
    padding: 0;
}

.content_ul .main_area .content {
    width: 100%;
}

.content_ul .main_area h1.headline-image {
    margin-bottom: 30px;
}

.content_ul .side_area {
    width: 270px;
    margin-bottom: 80px;
}

.content_ul .side_area .side_content:not(:last-child) {
    margin-bottom: 20px;
}

.side_menu {
    padding: 8px;
    background-color: #f6f5eb;
}

.side_menu li {
    font-size: 1.6rem;
}

.side_map {
    padding: 8px;
    background-color: #f6f5eb;
}

.side_map .map_img_area {
    margin-bottom: 20px;
}

.side_map .title {
    margin-bottom: 5px;
    font-size: 2.0rem;
}

.side_map .address {
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.side_map .tel {
    margin-bottom: 10px;
    padding-left: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.6rem;
    color: #32b16c;
    background: url(images_TOP/icon_tel.png) left center no-repeat;
    background-size: 30px auto;
}

.side_introduction {
    padding: 8px;
    background-color: #ffe50f;
}

.side_introduction h2 {
    margin-bottom: 10px;
    padding: 5px 15px 0;
}

.side_introduction li:not(:last-child) {
    margin-bottom: 5px;
}


/* PAGE - VOICE */

.content_voice .content_inner {
    width: 100%;
    height: 422px;
    background: url(images_TOP/voice/voice_bg.png) center no-repeat;
    background-size: contain;
}

.content_voice .content_inner:not(:last-child) {
    margin-bottom: 20px;
}

.content_voice .voice_card_inner {
    padding: 48px 30px;
}

.content_voice .top_area .voice_img {
    height: 206px;
}

.content_voice .user_list {
    width: 468px;
}

.content_voice .user_list h2 {
    margin-bottom: 20px;
    font-size: 3.0rem;
    display: inline-block;
    border-bottom: 5px solid #ffe50f;
    line-height: 1;
    font-weight: 400;
}

.content_voice .user_list ul {
    padding: 20px;
    background-color: #fff;
    line-height: 1.8em;
    font-size: 1.6rem;
}

.content_voice .user_list a {
    font-size: 1.6rem;
}

.content_voice .comment {
    margin-top: 34px;
}


/* PGAE - AOUT */

.content_about .about_image01 {
    width: 566px;
}

.content_about .content01 h2 {
    margin: 35px 0;
}

.content_about .content05 .content_wrap:not(:last-child) {
    margin-bottom: 50px;
}

.content_about .content05 .content_inner:not(:last-child) {
    margin-bottom: 30px;
}

.content_about .content05 h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    border-bottom: 3px solid #dcdcdc;
}

.content_about .content05 h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    border-bottom: 5px solid #ffe50f;
    display: inline-block;
    line-height: 20px;
}

.content_about .content05 .text_area p {
    font-size: 1.6rem;
}

.content_about .content05 .btn_wrap {
    margin-top: 30px;
    text-align: right;
    position: relative;
}

.content_about .content05 .btn_wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #99baa8;
}

.content_about .content05 .btn_wrap a {
    padding-left: 25px;
    font-size: 1.6rem;
    line-height: 1;
    background-color: #FFF;
    display: inline-block;
    position: relative;
}

.content_about .content05 .btn_wrap a:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    content: '';
    display: inline-block;
    background: url(images_TOP/about/icon_btn_about01.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: 4px;
}

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

.content_about .content05 .col2 .text_area {
    width: 364px;
}

.content_about .content05 .col2 .image_area {
    width: 322px;
}


/* PAGE - 施術メニュー・料金 */

.content_menu .text-caution {
    font-size: 1.6rem;
}

.content_menu .flow:not(:last-child) {
    margin-bottom: 30px;
}

.content_menu .flow dt {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    line-height: 1;
}

.content_menu .flow .icon {
    width: 42px;
    margin-right: 15px;
    display: inline-block;
}

.content_menu .content03 {
    font-size: 1.6rem;
}

.content_menu .menu_wrap:not(:last-child) {
    margin-bottom: 40px;
}

.content_menu .point {
    padding: 10px 15px;
    background-color: #ffe50f;
    border-radius: 10px;
}

.price_table {
    margin-bottom: 10px;
    border-top: 3px solid #c9c9c9;
    border-left: 3px solid #c9c9c9;
    border-collapse: collapse;
}

.price_table.col3 th, .price_table.col3 td {
    width: 33.3%;
}

.price_table.center th, .price_table.center td {
    text-align: center;
}

.price_table th, .price_table td {
    width: 50%;
    padding: 10px 25px;
    border-bottom: 3px solid #c9c9c9;
}

.price_table th {
    background-color: #f8f4d6;
    border-right: 3px solid #c9c9c9;
    text-align: left;
    font-weight: 400;
}

.price_table td {
    border-right: 3px solid #c9c9c9;
}

.menu_table {
    padding: 20px 25px;
    background-color: #e2f0e8;
}

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

.menu_table li {
    width: 346px;
    margin-bottom: 10px;
    padding: 14px 18px 14px 55px;
    background: #FFF url(images_TOP/menu/icon_circle.png) 18px center no-repeat;
    background-size: 20px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.menu_table dl:not(:last-child) {
    margin-bottom: 20px;
}

.menu_table dt {
    margin-bottom: 15px;
    padding: 14px 18px 14px 55px;
    background: #FFF url(images_TOP/menu/icon_circle.png) 18px center no-repeat;
    background-size: 20px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

.menu_table dd {
    line-height: 1.75;
}


/* PAGE - CONTACT */

.content_full {
    width: 100%;
}

.content_contact.content_full {
    margin-bottom: 60px;
}

.content_contact p {
    font-size: 1.6rem;
}

.content_contact .image_area {
    margin-top: 30px;
}

.contact_form_wrap {
    padding: 50px 25px 80px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.contact_form_wrap .text_area {
    margin-bottom: 40px;
    font-size: 1.5rem;
}

.contact_form_wrap .text_area span {
    color: #f78196;
}

.form_area .input_group {
    margin: 1px 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e2e1db;
}

.form_area .input_group:nth-child(odd) {
    background-color: #f6fcfd;
}

.form_area .input_group:first-child {
    border-top: 1px solid #e2e1db;
}

.form_area .input_group dt, .form_area .input_group dd {
    padding: 25px 0;
}

.form_area .input_group dt {
    width: 34%;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.form_area .input_group dt.v_top {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.form_area .input_group dt span {
    margin-right: 20px;
    margin-left: auto;
    padding: 2px 8px;
    background-color: #cf0808;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 5px;
}

.form_area .input_group dd {
    width: 66%;
}

.form_area .input_group input {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #e2e1db;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 1.4rem;
}

.form_area .input_group select {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #e2e1db;
    border-radius: 5px;
    font-size: 1.4rem;
    background: #FFF url(images_TOP/arrow_select.png) right 15px center no-repeat;
    background-size: 7px 6px;
}

.form_area .input_group textarea {
    width: 100%;
    height: 225px;
    padding: 20px 15px;
    border: 1px solid #e2e1db;
    background-color: #FFF;
    border-radius: 5px;
    font-size: 1.4rem;
}

.form_area .input_group.text_area dt {
    padding-top: 45px;
}

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

.form_area .form_wrap.col2 .inner {
    width: 48.5%;
}

.form_area .form_wrap .label {
    margin-bottom: 5px;
    font-size: 1.4rem;
    display: inline-block;
}

.form_area .policy {
    margin: 50px auto;
    font-size: 1.5rem;
}

.form_area .policy .text-center {
    text-align: center;
}

.form_area .policy a {
    color: #379bc5;
    text-decoration: underline;
}

.form_area .policy .policy_text {
    margin-bottom: 50px;
    padding: 15px;
    border: 1px solid #e2e1db;
    font-size: 1.4rem;
}

.form_area .policy .error {
    text-align: center;
}

.form_area .mwform-checkbox-field {
    text-align: center;
    display: block;
}

.form_area .mwform-checkbox-field label {
    font-weight: 600;
}

.form_area .mw_wp_form .error {
    font-size: 1.4rem;
    color: #cf0808;
    display: block;
    margin-top: .5em;
}

.form_area .mw_wp_form .error:before {
    content: '※';
}

.confirm .form_area .input_group.text_area dt {
    padding-top: 25px;
}

.confirm .form_area .input_group dt span {
    display: none;
}

.confirm .form_area .policy {
    display: none;
}

.confirm .form_area .form_wrap.col2 {
    display: block;
}

.confirm .form_area .form_wrap.col2 .inner {
    width: auto;
}

.confirm .form_area .form_wrap .label {
    display: none;
}

.confirm .button_wrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.confirm .button_wrap .btn-type01 {
    width: 48%;
    margin: 0;
}


/* フッター */

.l-footer {
    color: #FFF;
}

.l-footer a {
    color: #FFF;
}

.l-footer .headline {
    margin-bottom: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
}

.l-footer .navi_area {
    width: 50%;
}

.l-footer .navi {
    width: 50%;
}

.l-footer .navi li:not(:last-child) {
    margin-bottom: .8em;
}

.l-footer .area01 {
    background-color: #f5823e;
}

.l-footer .area01 .inner_wrap {
    width: 1100px;
    height: 200px;
    margin: 0 auto;
}

.l-footer .area01 .logo_line {
    width: 114px;
    margin-right: 30px;
}

.l-footer .area01 .text_area {
    width: 576px;
    margin-right: auto;
}

.l-footer .area01 .headline-image {
    margin-bottom: 20px;
}

.l-footer .area01 p {
    line-height: 1.5;
}

.l-footer .area01 .image_area {
    display: block;
}

.l-footer .area01 .image_area p {
    margin-top: 12px;
    color: #ffe50f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}

.l-footer .area01 .qr_area .line_btn {
    width: 142px;
    margin-top: 5px;
    margin-right: 20px;
}

.l-footer .area01 .qr_area .qr_image {
    width: 114px;
}

.l-footer .area02 {
    background-color: #9cebff;
}

.l-footer .area02 .inner_wrap {
    width: 50%;
    height: 620px;
}

.l-footer .area02 .reception_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-footer .area02 .reception_area .inner {
    width: 550px;
    margin-left: auto;
}

.l-footer .area02 .reception_area .headline-image {
    margin-bottom: 40px;
}

.l-footer .area02 .reception_area .reception_image01 {
    width: 373px;
}

.l-footer .area02 .reception_area .reception_btn {
    width: 326px;
    margin-top: 30px;
}

.l-footer .area03 .inner_wrap {
    width: 1100px;
    margin: 0 auto;
}

.l-footer .area03 .case_img_wrap {
    padding: 25px 0 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.l-footer .area03 .footer_logo {
     width: 200px;
margin-right:30px;
}

.l-footer .area03 .case_img {
    width: 680px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.l-footer .area03 .top_btn {
    margin-bottom: 25px;
    padding-top: 80px;
    background: url(images_TOP/index/icon_up_arrow.png) center top no-repeat;
    background-size: 47px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #121313;
    letter-spacing: 0;
    line-height: 1;
}

.l-footer .area04 {
    background-color: #00afd4;
    text-align: center;
}

.l-footer .area04 p {
    padding: 11px 0;
    color: #1d1d1d;
    font-size: 14px;
}

.copyright{
  width:auto;
  height:auto; 
  font-family:"Noto Sans JP","メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
  font-size:12px;
  text-decoration:none;
  text-align:center;
  color:#ffffff;
  margin:0;
}
@media screen and (max-width: 834px) {
    .l-footer .area01 {
        padding: 0 20px;
    }
    .l-footer .area01 .inner_wrap {
        width: 100%;
    }
    .l-footer .area01 .logo_line {
        width: 15%;
        margin-right: 20px;
    }
    .l-footer .area01 .text_area {
        width: auto;
        margin-right: 20px;
    }
    .l-footer .area01 .image_area {
        width: 40%;
    }
    .l-footer .area01 .qr_area .line_btn {
        width: 50%;
        margin-right: 10px;
    }
    .l-footer .area01 .qr_area .qr_image {
        width: 50%;
        height: 100%;
    }
    .l-footer .area02 .reception_area .inner {
        width: 100%;
        padding: 0 20px;
    }
    .l-footer .area03 {
        padding: 0 20px;
    }
    .l-footer .area03 .inner_wrap {
        width: 100%;
    }
    .l-footer .area03 .case_img_wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .l-footer .area03 .logo {
        width: 15%;
    }
    .l-footer .area03 .top_btn {
        width: 15%;
    }
    .l-footer .area03 .footer_logo {
        width: 100%;
    }
    .l-footer .area03 .case_img {
        width: 60%;
    }
    .l-footer .area03 .top_btn {
        padding-top: 60px;
        background-size: 40px;
        font-size: 1.2rem;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .l-footer {
        position: relative;
    }
    .l-footer .area01 {
        padding: 0 15px 30px;
    }
    .l-footer .area01 .inner_wrap {
        height: auto;
        display: block;
    }
    .l-footer .area01 .text_area {
        padding: 23px 0;
        margin: 0;
    }
    .l-footer .area01 .image_area {
        display: none;
    }
    .l-footer .area01 a.sp_only {
        width: 266px;
        margin: 0 auto;
    }
    .l-footer .area02 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .l-footer .area02 .inner_wrap {
        width: 100%;
        height: auto;
    }
    .l-footer .area02 .reception_area .inner {
        padding: 28px 15px 20px;

    }
    .l-footer .area02 .reception_area .headline-image {
        margin-bottom: 13px;
    }
    .l-footer .area02 .reception_area .headline-image img {
        margin: 0 auto;
    }
    .l-footer .area02 iframe {
        height: 320px;
    }
    .l-footer .area03 {
        padding: 0 15px;
    }
    .l-footer .area03 .inner_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .l-footer .area03 .case_img_wrap {
        padding: 0;
    }
    .l-footer .area03 .logo {
        width: 110px;
        margin: 0 auto 20px;
    }
    .l-footer .area03 .top_btn {
        width: 72px;
        padding-top: 44px;
        position: absolute;
        margin: 0;
        bottom: 10px;
        right: 15px;
        background-size: 28px;
        font-size: 1.0rem;
    }
    .l-footer .area04 {
        padding: 0 15px;
        background: none;
        text-align: left;
    }
    .l-footer .area04 p {
        font-size: 1.2rem;
    }
}

.headline-type01 {
    margin-bottom: 50px;
    font-size: 3.2rem;
    letter-spacing: 0.25em;
    text-align: center;
    line-height: 1;
}

.headline-type01:after {
    content: '';
    width: 50px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#206fbd), to(#509ae4));
    background: -webkit-linear-gradient(left, #206fbd, #509ae4);
    background: -o-linear-gradient(left, #206fbd, #509ae4);
    background: linear-gradient(90deg, #206fbd, #509ae4);
    display: block;
    margin: 30px auto 0;
}

.headline-type02 {
    margin-bottom: 30px;
    font-size: 3.2rem;
    letter-spacing: 0.25em;
    line-height: 1.3;
}

.headline-type03 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    border-bottom: 5px solid #ffe50f;
    display: inline-block;
    line-height: 20px;
}

.headline-type04 {
    margin-bottom: 20px;
    font-size: 2.0rem;
    color: #32b16c;
}

.headline-image {
    margin-bottom: 20px;
    line-height: 1;
}

.headline-image.center {
    text-align: center;
}

.ti_home_title01 {
    width: 465px;
}

.ti_home_title02 {
    width: 464px;
}

.ti_home_title03 {
    width: 493.5px;
}

.ti_home_title04 {
    width: 433px;
}

.ti_home_title05 {
    width: 433px;
}

.ti_home_title06 {
    width: 548px;
}

.ti_home_title07 {
    width: 235.5px;
}

.ti_ul_title_full {
    width: 100%;
}

@media screen and (max-width: 479px) {
    .headline-image {
        padding: 0 6px;
    }
    .content_ul .headline-image {
        padding: 0;
    }
    .ti_home_title07 {
        width: 160px;
    }
}


/* ボタン関連 */

.btn {
    display: inline-block;
    text-align: center;
}

.btn-green {
    background-color: green;
    color: #FFF;
}

.btn-black {
    background-color: #000000;
    color: #FFF;
}

.btn-large {
    width: 300px;
}

.btn-mid {
    width: 226px;
    padding: 12px 12px 13px;
}

.btn-small {
    width: 100px;
}

.btn-image {
    display: block;
}

.btn-image.center {
    text-align: center;
}

.btn-more {
    width: 322px;
    margin: 45px auto 0;
}

.btn-submit {
    width: 390px;
    margin: 0 auto;
    padding: 22px 1em;
    display: block;
}

.btn-type01 {
    background-color: #3bacdc;
    color: #FFF;
    border-radius: 5px;
    font-weight: 600;
    border-bottom: solid 5px #238dba;
}

.btn-type01:active {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
}

.btn-return {
    background-color: #CCC;
    border-bottom-color: #999;
}

@media screen and (max-width: 479px) {
    .btn-more {
        width: 252px;
        margin: 20px auto 0;
    }
    .btn-submit {
        width: 252px;
    }
}


/* フォーム関連 */

*:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

input[type="radio"] {
    margin-right: 5px;
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    padding: 0;
    min-height: auto;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
    top: -2px;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    content: "";
    width: 10px;
    height: 10px;
    background: #206ebd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    padding: 0;
    min-height: auto;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #e2e1db;
    vertical-align: middle;
    cursor: pointer;
    top: -2px;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #32b16c;
}

@media screen and (max-width: 834px) {
    input[type="checkbox"] {
        font-size: 1.4rem;
    }
}


/* リスト */

ul.list_style_none {
    list-style-type: none;
}

ul.note {
    list-style-type: none;
}

ul.note li {
    text-indent: -1.1em;
    margin-left: 1.1em;
}

ul.note li:before {
    content: '※';
}

ul.note li:not(:last-child) {
    margin-bottom: .3em;
}


/* slick.js 調整 */

body .slick-prev {
    width: 50px;
    height: 50px;
    padding: 12px 18px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

@media screen and (max-width: 479px) {
    body .slick-prev {
        left: 0;
    }
}

body .slick-prev:before {
    content: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20206.3%20377.4%22%20style%3D%22enable-background%3Anew%200%200%20206.3%20377.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M185.1%2C374c11.6%2C10.6%2C28-5.8%2C17.4-17.4c-57.9-56-114.9-112-172.8-168c57.9-56%2C114.9-112%2C172.8-168%20c11.6-10.6-5.8-28-17.4-17.4C124.3%2C62.2%2C63.5%2C121.1%2C3.6%2C180c-4.8%2C4.8-4.8%2C12.5%2C0%2C17.4C63.5%2C256.2%2C124.3%2C315.1%2C185.1%2C374z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    opacity: 1;
    filter: alpha(opacity=100);
}

body .slick-prev:hover {
    opacity: 0.75;
}

body .slick-prev:focus {
    opacity: 1;
}

body .slick-next {
    width: 50px;
    height: 50px;
    padding: 12px 18px;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

@media screen and (max-width: 479px) {
    body .slick-next {
        right: 0;
    }
}

body .slick-next:before {
    content: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20206.3%20377.4%22%20style%3D%22enable-background%3Anew%200%200%20206.3%20377.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M202.7%2C197.4c4.8-4.9%2C4.8-12.6%2C0-17.4C142.8%2C121.1%2C82%2C62.2%2C21.2%2C3.2C9.6-7.4-7.8%2C10%2C3.8%2C20.6%20c57.9%2C56%2C114.9%2C112%2C172.8%2C168c-57.9%2C56-114.9%2C112-172.8%2C168c-10.6%2C11.6%2C5.8%2C28%2C17.4%2C17.4C82%2C315.1%2C142.8%2C256.2%2C202.7%2C197.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    opacity: 1;
    filter: alpha(opacity=100);
}

body .slick-next:hover {
    opacity: 0.75;
}

body .slick-next:focus {
    opacity: 1;
}

body .slick-dots {
    bottom: 32px;
}

@media screen and (max-width: 479px) {
    body .slick-dots {
        bottom: 15px;
    }
}

body .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

@media screen and (max-width: 479px) {
    body .slick-dots li {
        margin: 0 5px;
    }
}

body .slick-dots li.slick-active button {
    background-color: white;
}

body .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.75);
}

body .slick-dots li button:before {
    display: none;
}

body .slick-dotted.slick-slider {
    margin-bottom: 0;
}

#fancybox-overlay {
    background-color: #000 !important;
}

#fancybox-outer {
    background: none !important;
}

#fancybox-content {
    border: 0 !important;
    background: none !important;
}

@media screen and (max-width: 1060px) {
    .content {
box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
    #main_visual {
        min-width: 100%;
    }
}

@media screen and (max-width: 834px) {
    body {
box-sizing: border-box;
        font-size: 1.4rem;
    }
    .section_wrap {
box-sizing: border-box;
        padding: 40px 0;
    }
    #main_visual {
width: 100%;
box-sizing: border-box;
        padding: 0 20px;
    }
    #main_visual .info_area {
        padding: 10px 0 15px 15px;
    }
    .info_area .tel {
        padding-left: 24px;
        font-size: 2.0rem;
        background-size: 18px auto;
    }
    .info_area .tel span {
        line-height: 12px;
    }
    .info_area .time {
        font-size: 1.0rem;
    }
    /* VOICE */
    .content_voice .image_area {
        width: 23%;
    }
    /* Information＆Facebook */
    .content_info .facebook_wrap iframe {
        width: 320px;
        height: 400px;
        overflow: hidden;
    }
    /* 下層ページ */
    .headline_area {
        height: 200px;
    }
    .headline_area .inner {
        width: 100%;
    }
    .breadcrumbs {
        width: 100%;
        padding: 15px 20px;
    }
    .content_ul {
        width: 100%;
    }
    .content_ul .main_area {
        width: 100%;
    }
    .content_ul .side_area {
        display: none;
    }
    /* PAGE - 施術メニュー・料金 */
    .content_menu .menu_table li {
        width: 48.5%;
    }
    /* PAGE - CONTACT */
    .content_full {
        padding: 0 20px;
    }
    .contact_form_wrap {
        margin: 0 20px;
    }
}

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

    body {
box-sizing: border-box;
        font-size: 1.5rem;
    }
    .section_wrap {
box-sizing: border-box;
        padding: 40px 0;
    }
    .content {
box-sizing: border-box;
        padding: 0 15px;
    }

    #main_visual {
        margin-top: 76px;
        padding: 0;
    }
    #main_visual .info_area {
        display: none;
    }
    /* GREETING */
    .content_greeting .btn-more.pc_only {
        display: none;
    }
    .content_greeting .btn-more.sp_only {
        display: block;
    }
    .greeting_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .greeting_inner .text_area {
        width: 100%;
        margin-top: 28px;
    }
    .greeting_inner .text_area p:not(:last-child) {
        margin-bottom: 1.5em;
    }
    .greeting_inner .right_img_area {
        width: 100%;
    }
    .greeting_inner .right_img_area img {
        width: 233px;
    }
    /* REASON */
    .content_reason .headline-image {
        margin-bottom: 30px;
    }
    .content_reason .reason_wrap {
        margin-bottom: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content_reason .reason_inner:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .content_reason .reason_inner:nth-child(1) {
        margin-top: auto;
    }
    .content_reason .reason_inner:nth-child(3) {
        margin-top: auto;
    }
    .content_reason .reason_inner .img_area {
        width: 306px;
        margin: 0 auto 20px;
    }
    .content_reason .reason_inner .icon_num {
        font-size: 3.6rem;
    }
    .content_reason .reason_inner h3 {
        margin-bottom: 25px;
    }
    /* VOICE */
    .content_voice .note {
        margin-bottom: 20px;
        font-size: 1.1rem;
        text-align: left;
    }
    .content_voice table, .content_voice tbody, .content_voice tr, .content_voice th, .content_voice td {
        padding: 0;
        display: block;
    }
    .content_voice table {
        position: relative;
    }
    .content_voice tr {
        padding: 25px 0;
        border-bottom: 2px solid #ffe50f;
        position: relative;
    }
    .content_voice tr:first-child {
        border-top: 2px solid #ffe50f;
    }
    .content_voice td {
        border: none;
    }
    .content_voice td .title_wrap {
        padding-left: 38%;
        position: absolute;
        top: 25px;
    }
    .content_voice td h2 {
        font-size: 1.8rem;
    }
    .content_voice td .name {
        font-size: 1.1rem;
    }
    .content_voice td .coment {
        margin-top: 30vw;
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .content_voice .image_area {
        width: 33%;
        padding: 0;
        position: absolute;
        top: 25px;
        left: 0;
        border: 0;
    }
    /* Information＆Facebook */
    .content_info {
        display: none;
    }
    /* 下層ページ */
    .headline_area {
        height: 150px;
        margin-top: 76px;
    }
    .headline_area h1 {
        font-size: 2.8rem;
    }
    .content_ul {
        margin: 20px auto 0;
    }
    .content_ul .main_area {
        margin-bottom: 60px;
    }
    /* PGAE - AOUT */
    .content_about .content01 .image_area img {
        width: 200px;
    }
    /* PAGE - 施術メニュー・料金 */
    .content_menu .menu_table li {
        width: 100%;
    }
    /* PAGE - VOICE */
    .content_voice .content_inner {
        height: auto;
        background: #f6f4e4;
    }
    .content_voice .content_inner:not(:last-child) {
        margin-bottom: 50px;
    }
    .content_voice .voice_card_inner {
        padding: 30px 20px;
    }
    .content_voice .top_area {
        display: block;
    }
    .content_voice .top_area .voice_img {
        width: 80px;
        height: auto;
        margin: -50px auto 10px;
    }
    .content_voice .user_list {
        width: 100%;
    }
    .content_voice .user_list h2 {
        font-size: 2.4rem;
    }
    .content_voice .user_list ul {
        font-size: 1.4rem;
    }
    .content_voice .comment {
        margin-top: 20px;
    }
    /* PAGE - CONTACT */
    .content_cotact.content_full {
        margin-bottom: 30px;
    }
    .content_cotact p {
        font-size: 1.3rem;
    }
    .content_cotact .image_area {
        margin-top: 20px;
    }
    .contact_form_wrap {
        padding: 0;
        border: none;
    }
    .contact_form_wrap .text_area {
        margin-bottom: 30px;
        font-size: 1.3rem;
    }
    .form_area .input_group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form_area .input_group dt {
        width: 100%;
        padding: 20px 0 10px;
    }
    .form_area .input_group dt span {
        margin-right: 0;
    }
    .form_area .input_group dd {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .form_area .form_wrap.col2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form_area .form_wrap.col2 .inner {
        width: 100%;
        margin-bottom: 10px;

    }
    .form_area .policy {
        margin: 40px auto;
        font-size: 1.4rem;
    }
    .form_area .policy .policy_text {
        margin-bottom: 40px;
        font-size: 1.3rem;
    }
}


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

.u_buttons {
    background: #fff;
    display: block;
    border: 1px solid #32b16c;
    width: 480px;
    height: 50px;
    margin: 0 auto 5px;
    text-align: center;
    position: relative;
    color: #0b0b0b;
    transition: .3s ease-out;
}

.u_buttons:link {
    color: #0b0b0b;
}

.u_buttons .button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
}

.u_buttons .button:before, .u_buttons .button:after {
    position: absolute;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.u_buttons .button:before {
    left: -38px;
    line-height: 26px;
    font-size: 26px;
    font-size: 1.85714rem;
    margin-top: -4px;
}

.u_buttons .button:after {
    right: -18px;
    top: 50%;
    margin-top: -5px;
}

.u_buttons .button img.over, .u_buttons .button img.normal {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.u_buttons .button img.normal {
    z-index: 2;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.u_buttons .c_blank {
    line-height: 17px;
}

.u_buttons .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -116px;
    margin-top: -12px;
    height: 20px;
    width: 52px;
}

.u_buttons .logo img {
    height: 20px;
}

.u_buttons .logo img.over, .u_buttons .logo img.normal {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.u_buttons .logo img.normal {
    z-index: 2;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.u_buttons:hover {
    background: #32b16c;
    color: #32b16c;
}

.u_button_twitter:hover .button:before {
    background: #fff;
    color: #e60012 !important;
}

.u_buttons .button .fab {
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    color: #0b0b0b;
}

.u_buttons .button .fab:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45%,-55%);
    font-size: 23px;
}

.u_buttons .button .fab.fa-twitter:before {
    color: #1DA1F2;
}

.u_buttons .button .fab.fa-instagram:before {
    color: #CF2E92;
    background: -webkit-linear-gradient(0deg, #4C64D3, #CF2E92, #F26939, #FFDD83);
   /* -webkit-background-clip: text;*/
    -webkit-text-fill-color: transparent;
}

.u_buttons .button .fab.fa-facebook:before {
    color: #1877f2;
}

.u_buttons:hover .button .fab:before {
    color: #fff;
    background: -webkit-linear-gradient(0deg, #fff, #fff);
    /*-webkit-background-clip: text;*/
    -webkit-text-fill-color: transparent;
}

.u_buttons:hover .button {
    color: #fff;
}

.common-headline {
    background: none;
    border: none;
    padding: 15px 10px;
    margin: 30px 0 0;
    margin-bottom: 25px;
    font-size: 30px;
    text-align: left;
    border-top: 2px solid #ffe50f;
    border-bottom: 2px solid #ffe50f;
    background-repeat: no-repeat;
    background-position: left top;
    font-weight: 300;
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
    color: #363636;
}

.page-template-page-cases-php h3 {
    border: none;
    margin: 0;
    margin-top: 1em;
    margin-bottom: .8em;
    padding: 10px 0;
    padding-left: 20px;
    font-weight: normal;
    color: #363636;
    background: none;
    border-top: 1px solid #ffe50f;
    border-bottom: 1px solid #ffe50f;
    position: relative;
}

.page-template-page-cases-php h3::before {
    content: " ";
    width: 10px;
    height: 50%;
    display: block;
    background-color: #ffe50f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .page-template-page-cases-php .main_area {
        padding: 0 3%;
    }
}

/*2022-01-21|追記*/
.sp{
    display: none;
}

.pc{
    display: block;
}
.first {
    padding: 0px 15px;
}

.first .pc {
    display: block;
}

.first .sp {
    display: none;
}

.first p.text {
    margin: 1em 0;
}

.flow_contact .pc {
    text-align: center;
    padding: 0px 30px;
    margin-bottom: 20px;
}

.flow_contact .pc .tel {
    margin-bottom: 20px;
}

.flow_contact .sp {
    text-align: center;
    margin-bottom: 20px;
}

.flow_contact .sp img {

    padding: 0px 15px;
}

.flow_question {
    padding: 12px 16px;
}

.qanda {
    padding: 12px;
    margin: 0 0 8px;
    background: #fbf6d8;
}

.qanda dt {
    background: url(https://irohanihonmachi.com/wp-content/uploads/2022/01/question_image.png)no-repeat left center;
    padding: 10px 0 10px 60px;
    font-weight: bold;
    color: #8dbc25;
}

.qanda dd {
    background: url(https://irohaniiroiro.com/wp-content/uploads/2022/01/answer_image.png)no-repeat left center;
    padding: 10px 0 10px 60px;
}


@media screen and (max-width: 767px){
.first .pc {
    display: none;
}

.first .sp {
    display: block;
}

.flow_area .sp img {

    max-width: 80%;
    width: 100%;
    display: flex;
    margin: auto;
}

p.tel_press {
    max-width: 100%;
    width: 100%;
    font-size: 19px;
    font-weight: bold;
    color: #363636;
    margin-bottom: 10px;
}

.flow_contact .sp img {

    margin-bottom: 8px;
    padding: 0px 20px;
}

.sp{
    display: block;
}

.pc{
    display: none;
}
}
/*2022/02/18|追記*/
#main_contents .top-reason__headline {
    width: 100%;
    margin: 0px auto 40px;
    padding: 20px 60px;
    background-color: #ffe50f;
}
.top-reason {
    margin-bottom: 40px;
}
.top-reason__headline {
    margin-bottom: 1.5rem;
}
.reason-choose {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px dashed #cdcdcd;
}
.reason-choose__flexheadline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    margin-bottom: 1.5rem;
    line-height: 1;
}
.reason-choose__check {
    margin-right: 0.5rem;
}
.reason-choose__headline {
    color: #4f4f4f;
    font-weight: bold;
    font-size: 2.2rem;
}
.reason-choose__headline span {
    font-size: 1.8rem;
}
.reason-choose__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.64%;
    flex: 0 0 44.64%;
    max-width: 44.64%;
}
.reason-3clm {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #cdcdcd;
}
.reason-3clm__headline {
    font-size: 2.47rem;
    font-weight: bold;
}
.reason-3clm__image {
    margin-bottom: 1rem;
}
.reason-3clm__body {
    margin-bottom: 1rem;
    text-align: justify;
}
.reason-choose__check img {
    width: 85%;
}
@media screen and (max-width: 834px){
    section.top-reason {
        padding: 0px 15px;
    }
    .reason-choose__headline {
        color: #4f4f4f;
        font-weight: bold;
        font-size: 2.5rem;
    }
    .reason-choose__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44.64%;
        flex: 0 0 50%;
        max-width: 100%;
        margin: 10px 0px 0px;
    }
    .reason-choose__image {
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .reason-choose__flexheadline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 1;
        justify-content: center;
    }
}
@media screen and (min-width: 768px){
    .reason-choose__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
    }
    .reason-choose__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52.08%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0rem;
    }
    .reason-choose__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44.64%;
        flex: 0 0 44.64%;
        max-width: 44.64%;
    }
    .reason-3clm__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .reason-3clm__block {
        margin-bottom: 0rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.25%;
        flex: 0 0 47.25%;
        max-width: 50.25%;
    }
    .reason-3clm__flexheadline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }
}

/*2022/07/05|追記*/
.header_ul .sns_wrap {
    margin-bottom: 0px;
    text-align: right;
}
/* お知らせ */
#primary {
	width: 70%;
}
.entry-header .common-headline{
    font-size: 1.3em;
}
.date{
    color: #32b16c;
}
.section_news {
    background: none
  }
  
  .section_news .date {
    width: auto
  }
  
  .cnt_news {
    letter-spacing: 0.1em
  }
  
  .cnt_news li {
    margin-bottom: 25px;
    border-bottom: 1px solid #d8eecd;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .cnt_news .text {
    width: 100%;
    margin-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: 1.8
  }
  
  .headline {
    margin-bottom: 60px
  }
  
  .headline dl {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .headline h1 {
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    line-height: 1.8
  }
  .cnt_news .tag {
    margin-right: 20px;
    padding: 2px 20px;
    background-color: #21ac38;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center
  }
  .cnt_news .tag a{
color: #fff;
  }
  .cnt_news .text{
  display: block;
  margin: 20px 0;
  }
@media screen and (max-width: 786px){
	#primary {
	width: 100%;
}
.page-header .page-title{
    padding-left: 2%;
}
.cnt_news{
    margin: 50px 0 0 5%;
}
}


/*202303追記*/
.cat_sns{
	flex-wrap: wrap;
	justify-content: center;
}
.content_info .sns_box{
   width: 100%;
   margin-top: 60px;
}

/*発毛バナー*/
.h_growth img {
    width: 100%;
}

.h_growth h3.top_title {
    font-size: 25px;
    text-align: center;
}
.h_growth .wrap{
	text-align: center;
}
.h_growth a {
    display: inline-block;
    width: fit-content;
    border: 2px solid #fe7d3b;
}

.h_growth {
    padding: 25px 0;
}
.sp .h_growth {
	width: fit-content; 
	margin: auto; 
	text-align: center; 
	padding: 0px 18px 20px;
}