@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
body{
    font-family: 'Noto Serif JP', serif;
    color: #4b5663;
    font-size: 1.5rem;
    font-weight: 500;
    background-repeat: repeat;
    margin:0;
    line-height: 2;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/header_bg.png);
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* コンテンツ余白 */
.calc_contents{
    margin:0 auto;
    width: calc(100% - 60px);
}

/* sp表示/非表示 */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* 780px表示/非表示 */
.pc768 {
    display: block !important;
}

.sp780 {
    display: none !important;
}

/* 下層headerスペース */
.space {
    padding-top: 200px;
}

/* flexbox */
.flex{
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: space-between;
}

/* section */
.section{
    padding:100px 0;
}

.section_pb{
    padding:0 0 100px;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}

/* サブページ共通BOX */
.cmn_box {
    padding: 54px 0;
}

/* anchor */
.anchor{
    padding-top: 210px;
    margin-top: -210px;
}

/* 共通見出し（背景付き） */

/* 共通見出し */

.cmn_ttl{
    font-family: 'Cormorant Infant', serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    font-size: 3rem;
}

.cmn_ttl:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: 0;
    left:0 ;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/cmn_ttl_icon.png);
}

.cmn_lower_ttl{
    padding:210px 0 110px;
}

.cmn_lower_ttl p{
    font-family: 'Cormorant Infant', serif;
    color: #44b2cc;
    font-size: 6rem;
    text-align: center;
    padding-bottom: 20px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/cmn_ttl_icon_b.png);
    background-position:center bottom;
    margin-bottom: 30px;
}

.cmn_lower_ttl h1{
    text-align: center;
    color:#333351;
    font-size: 1.6rem;
    position: relative;
}

h2.cmn_subttl_lower {
    text-align: center;
    font-family: 'Cormorant Infant', serif;
    color: #cceded;
    position: relative;
    font-size: 4rem;
    margin-bottom: 70px;
    font-weight:500;
}

h2.cmn_subttl_lower span{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom: 12px;
    font-family: 'Noto Serif JP', serif;
    color: #35a9c4;
    font-size: 1.6rem;
    font-weight:500;
    width: 100%;
}

/* 共通ボタン */
.cmn_btn a{
    color: #98a9af;
    font-weight: 700;
    font-family: 'Cormorant Infant', serif;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width:230px;
    text-align: center;
    font-size: 1.82rem;
    padding-right: 120px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position:center right 15px;
    background-image: url(../img/cmn_ttl_next.png);
    transition:all 0.3s ease;
}
.cmn_btn{
    position: relative;
}
.cmn_btn:before {
    position: absolute;
    left: 14px;
    top: -22px;
    content: "";
    width: 80px;
    height: 80px;
    border: solid 1px #edf8fc;
    border-radius: 50%;
    z-index: 0;
}
.cmn_btn a:hover{
    transition:all 0.3s ease;
    background-position:center right;
    opacity: 0.7;
}

/* header */
header{
    position: fixed;
    width: 100%;
    top:0;
    z-index: 9999;
    transition:all 0.1s ease;
    padding:20px 0;
}

.header_bg{
    background-color: #fff;
    transition:all 0.1s ease;
    box-shadow: 0px 4px 18px 0px rgb(0 0 0 / 5%);
}

.front_menu {
    max-width:1000px;
    margin:0 auto;
    text-decoration: none;
    position: relative;
}

.front_menu .flex{
    max-width: 780px;
    align-items: center;
}

.front_menu .header_logo{
    width: 100px;
}

.front_menu .header_logo a{
    display: block;
}

.front_menu .header_logo a:hover{
    opacity: 0.7;
}

.front_menu .drawer_nav_wrapper {
    max-width: 405px;
    transform: translate(0);
    width: 100%;
    height: 70px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
}

.front_menu .header_address{
    text-align: center;
    color: #35A9C4;
    font-size:1.4rem;
}

.front_menu .header_address p{
    line-height: 1.4;
}

.front_menu .header_address a{
    font-size:2rem;
    display: block;
    margin:3px 0;
    line-height: 1.4;
}

.front_menu .drawer_nav {
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    list-style-type: none;
}

.front_menu .drawer_nav li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    list-style-type: none;
}

.front_menu .drawer_nav li a{
    display: block;
    color:#35A9C4;
    font-weight: 700;
    font-family: 'Cormorant Infant', serif;
    transition:all 0.1s ease;
}

.front_menu .drawer_nav li a:hover {
    opacity: 0.7;
    transition:all 0.1s ease;
}

.pc-hidden {
    display: none;
    text-align: center;
}

.front_menu .drawer_button {
    color: #fff;/* ハンバーガーメニュー文字色 */
    display: none;
}

.front_menu .drawer_button .frontmenu_bar {
    background-color: #fff;/* ハンバーガーメニュー三本線の色 */
}

/*header_contact*/
.header_contact{
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top:-30px;
    width: 180px;
}

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


/* footer */
footer{
    background-color:#35A9C4;
    padding:120px 0 70px;
    position: relative;
}

.footer_logo{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:-55px;
    width: 110px;
}

.footer_logo a:hover{
    opacity: 1;
}

footer .cmn_maxbox{
    max-width: 780px;
}
.footer_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    padding-right: 70px;
    box-sizing: border-box;
}


.footer_nav a{
    color: #fff;
    font-family: 'Cormorant Infant', serif;
    display: block;
    position: relative;
}

.footer_nav a:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.footer_nav a:hover:after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

.footer_sns{
    display: flex;
    width: 15%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_sns a{
    display: block;
    width: 20px;
}

footer .copyright,
footer .copyright a{
    color: #fff;
    font-size:1.5rem;
    text-align: center;
    font-family: 'Cormorant Infant', serif;
    margin-top: 50px;
}



/* home /////////////////////////////////////////////////////////////////////////////////////////// */

/*home_mainimg*/
.home_mainimg{
    padding:200px 0 90px;
    position: relative;
}

.slick-slide:focus{
  outline:none!important;
}

.slider{
    overflow-x: hidden;
}

.slick-list{
    overflow: visible;
}

.slick-slide {
  transition: .3s ease;
  transform: scale(.85);
    position: relative;
    margin:0 20px;
}

.slick-current {
  transform: scale(1);
  position: relative;
  z-index: 15;
/*    padding:20px 0;
    box-sizing: border-box;*/
}

.slider img{
    height: auto;
    display: inline-block;
}

.slick-slide:before{
    content: "";
    position:absolute;
    width: 100%;
    background-color:rgba(0,0,0,0.4);
    height: 100%;
    z-index: 10;
}

.slick-current:before {
    display: none;
}

.slick-current img {
    display: block;
    padding: 15px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(237,248,252,1) 100%);
}


.slick-next,
.slick-next:hover {
    right: 15%!important;
    z-index: 9999!important;
    width: 80px!important;
    height: 20px!important;
    background-size: 80px!important;
    background-repeat: no-repeat!important;
    background-image: url(../img/home_slider_next.png)!important;
}

.slick-prev,
.slick-prev:hover {
    left: 15%!important;
    z-index: 9999!important;
    width: 80px!important;
    height: 20px!important;
    background-size: 80px!important;
    background-repeat: no-repeat!important;
    background-image: url(../img/home_slider_prev.png)!important;
}

.slick-prev:before, .slick-next:before{
    content: ""!important;
}

/*home_concept*/
.home_concept{
    position: relative;
}

.home_concept:before {
    content: "";
    position: absolute;
    top: -110px;
    right: 0;
    width: 965px;
    height: 965px;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(31deg, rgba(255,255,255,1) 34%, rgba(237,248,252,1) 100%);
    z-index: -1;
}

.home_concept .cmn_maxbox{
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center top 120px;
    background-image: url(../img/home_concept_bg.jpg);
}

.home_concept p{
    margin-top: 120px;
    display: block;
    max-width: 520px;
    box-sizing: border-box;
    color: #fff;
    padding:50px;
    background-color: rgba(75,86,99,0.7);
}

.home_concept .cmn_btn{
    position: absolute;
    right: 0;
    bottom: 0;
}


/*home_beforeafter*/
.home_beforeafter .home_beforeafter_txt{
    max-width: 780px;
    margin-bottom: 100px;
    background-image:url(../img/home_beforeafter_ttl.png);
    background-repeat:no-repeat;
    background-size:290px;
    background-position:center top 20px;
}

.home_beforeafter .home_beforeafter_txt h2{
    font-size: 2.5rem;
    color: #98a9af;
    margin-bottom: 30px;
}

.home_beforeafter .home_beforeafter_txt p{
    max-width: 780px;
}

.home_beforeafter_box{
    background-image:url(../img/home_beforeafter_face_pc.png);
    background-repeat:no-repeat;
    background-size:70%;
    background-position:center;
    position: relative;
}

.home_beforeafter_box h3{
    color: #4b5663;
    font-size: 1.8rem;
    padding-bottom: 440px;
}

.home_beforeafter_box .home_beforeafter_box_left{
    position: absolute;
    left:0;
    bottom: 0;
    max-width: 300px;
}

.home_beforeafter_box .home_beforeafter_box_right{
    position: absolute;
    right:0;
    top: 100px;
    max-width: 300px;
}

.home_beforeafter .cmn_btn{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*home_contact*/
.home_contact_box{
    display: flex;
    background-color:#98a9af;
    border:solid 12px #edf8fc;
    padding:75px;
    box-sizing: border-box;
    background-image:url(../img/home_contact_icon.png);
    background-repeat:no-repeat;
    background-size:130px;
    background-position:center right 30px;
    transition:all 0.3s ease;
}

.home_contact_box:hover{
    transition:all 0.3s ease;
    background-position:center right 15px;
}

.home_contact_box h2.cmn_ttl{
    color: #fff;
    margin-right: 100px;
}

.home_contact_box h2.cmn_ttl:before{
    background-image:url(../img/cmn_ttl_icon_w.png);
    bottom: 10px;
}

.home_contact_box p{
    color: #fff;
}

/*home_news_contents*/
.home_news_contents {
    width: 48%;
}

.home_fb_contents .cmn_maxbox{
    align-items: center;
}

.home_news_contents ul{
    margin:50px 0 0 0;
}

.home_news_contents li{
    border-bottom:solid 1px #98a9af;
    padding:50px 0;
}

.home_fb_contents {
    width: 34%;
}

.home_news_fb .cmn_btn a{
    margin-top: 40px;
    max-width: 350px;
}

.blog_btn a {
    background-color: #35A9C4;
    text-align: center;
    color: #fff;
    max-width: 280px;
    margin: 50px auto 0;
    display: block;
    padding: 10px 0;
}

/*home_insta*/
.home_insta{
    position: relative;
}

.home_insta:before{
    content: "";
    width: 100%;
    height: 250%;
    position: absolute;
    z-index: -1;
    bottom: 190px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 34%, rgba(237,248,252,1) 100%);
}

.home_insta .insta_logo {
    display: table;
    text-align: center;
    margin: 0 auto 70px;
}

.home_insta .insta_logo img{
    width: 30px;
}

.home_insta .insta_logo:hover img{
    opacity: 0.7;
}

/*home_access*/
.home_access_left .cmn_ttl{
    margin-bottom: 50px;
}

.home_access_left .cmn_btn{
    margin-top:100px;
}

.home_access_right{
    width: 65%;
}


/* salon /////////////////////////////////////////////////////////////////////////////////////////// */

.salon_greeting{
    position: relative;
}

.salon_greeting .cmn_maxbox{
    background-repeat: no-repeat;
    background-size:350px;
    background-image: url(../img/salon_person_pc.jpg);
    background-position:top left;
}

.salon_greeting:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 330px;
    background-color:#edf8f9;
    top:15%;
    left: 0;
    z-index: -1;
}

.salon_greeting .salon_greeting_txt {
    max-width: 730px;
    padding-top: 130px;
    margin: 0 0 0 auto;
}

.salon_greeting .salon_greeting_txt p{
    color: #333351;
}

.salon_greeting .salon_greeting_txt p.name{
    margin-top: 50px;
    text-align: right;
    color: #35a9c4;
    font-size: 1.8rem;
}

/*salon_info*/

.salon_info table{
    border-top:solid 1px #35a9c4;
    max-width: 720px;
    margin: 70px auto 0;
    width: 100%;
    border-collapse:collapse;
}

.salon_info tr{
    border-bottom:solid 1px #d9edeb;
}

.salon_info th{
    color: #333351;
    padding:25px 0 25px 25px;
    width: 25%;
    text-align: left;
}

.salon_info td{
    color: #7a7b87;
    padding:25px 0;
}

.salon_access h2{
    position: relative;
    margin-bottom: 130px;
}

.salon_access h2:before{
    content: "";
    position: absolute;
    bottom: -40px;
    left:0;
    width: 100%;
    height: 1px;
    border-bottom:solid 1px #35a9c4;
}

.salon_info_iframe{
    position: relative;
}

.salon_info_iframe iframe{
    position: relative;
    margin:0 auto;
    padding:20px;
    box-sizing: border-box;
}
.salon_info_iframe:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    border:solid 1px #d9edeb;
}

/* menu /////////////////////////////////////////////////////////////////////////////////////////// */

.menu_lifting{
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf8f9 50%, #edf8f9 100%);
}

.menu_lifting .menu_lifting_left{
    width: 30%;
}

.menu_lifting .menu_lifting_right{
    width: 60%;
}

.menu_lifting .menu_lifting_right p{
    margin-bottom:15px;
}

.menu_lifting .menu_lifting_right ul{
    margin-top: 50px;
    background-color: #fff;
    padding:30px;
    box-sizing: border-box
}

.menu_lifting .menu_lifting_right li{
    color:#7a7b87;
}

.menu_course .cmn_maxbox{
    max-width: 800px;
}

.menu_course_txt{
    border-top: solid 1px #35a9c4;
    padding-top: 70px;
    margin-bottom: 70px;
}

.menu_course_txt h3{
    color: #333351;
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 15px;
}

.menu_course_txt p{
    text-align: center;
    color: #7a7b87;
}

.salon_course_contents .menu_course_box_odd .menu_course_box_left{
    order:2;
}

.menu_course_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.menu_course_box .menu_course_box_left{
    width: 40%;
    color: #7a7b87;
}

.menu_course_box .menu_course_box_left h2{
    font-size:1.8rem;
    margin-bottom: 20px;
}

.menu_course_box .menu_course_box_left p{
    font-size:1.6rem;
}

.menu_course_box .menu_course_box_right{
    width: 48%;
    position: relative;
}

.menu_course_box .menu_course_box_right img{
    padding: 10px;
    border: 1px solid #edf8f9;
}

.menu_course_box .menu_course_box_right span{
    position: absolute;
    top:-55px;
    right:-15px;
    color: #44b2cc;
    font-size:8rem;
    font-family: 'Pinyon Script', cursive;
    z-index: 2;
}

.salon_course_contents .menu_course_box_odd .menu_course_box_right span{
    left:-15px;
}

.salon_course_contents .menu_course_box_odd .menu_course_box_right:before {
    content: "";
    width: 140px;
    height: 1px;
    border-bottom: solid 1px #44b2cc;
    position: absolute;
    bottom: -13px;
    right: -86px;
    transform: rotate(45deg);
    z-index: 2;
}

.salon_course_contents .menu_course_box_odd .menu_course_box_right:after {
    content: "";
    width: 140px;
    height: 1px;
    border-bottom: solid 1px #44b2cc;
    position: absolute;
    top: -13px;
    right: -86px;
    transform: rotate(-45deg);
    z-index: 2;
}

.menu_course_box_last .menu_course_box_right:before {
    display: none;
}

.menu_course_box_first .menu_course_box_right:after {
    display: none;
}

.menu_course_option{
    margin-top:100px;
    border-bottom:solid 1px #d9edeb;
    border-top:solid 1px #d9edeb;
    padding:60px 0;
}

.menu_course_option h3{
    color: #35a9c4;
    margin-bottom: 30px;
    text-align: center;
}

.menu_course_option p{
    text-align: center;
}

.menu_course_option .flex{
    margin-top: 45px;
    padding:0 50px;
    box-sizing: border-box;
}

.menu_course_option .flex div{
    width: 48%;
}

.menu_course_option .flex div p{
    text-align: left;
    text-indent: -1.8rem;
    padding-left: 1.8rem;
}

.menu_course_option .flex div p:before{
    content: "◆";
    color: #35a9c4;
    font-size:1.6rem;
    padding-right: 10px;
}

.menu_cosme ul{
    margin-top:120px;
}
.menu_cosme li{
    width: 31%;
    margin-bottom: 15px;
}

.menu_cosme li a{
    display: block;
}

.menu_cosme p{
    text-align: center;
}

.menu_cosme h2{
    position: relative;
}

.menu_cosme h2:before{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    max-width: 800px;
    height: 1px;
    border-bottom: solid 1px #35a9c4;
    left:50%;
    transform: translateX(-50%);
}

/* voice /////////////////////////////////////////////////////////////////////////////////////////// */
.voice_main .cmn_maxbox{
    max-width: 800px;
}

.voice_main h2{
    padding:30px 0;
    font-size:1.8rem;
    color: #35a9c4;
    border-top:solid 1px #35a9c4;
    border-bottom:solid 1px #d9edeb;
    margin-bottom: 60px;
    text-align: center;
}

.voice_main .voice_main_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.voice_main .voice_main_flex{
    background-repeat: no-repeat;
    background-size:35px;
    background-image: url(../img/voice_icon.png);
    background-position:center;
}

.voice_main .voice_main_flex div{
    width: 46%;
    position: relative;
}

.voice_main .voice_main_flex img{
    position: relative;
    padding:10px;
    border:solid 1px #d9edeb;
}

.voice_main .voice_main_flex .voice_main_before:before{
    content: "BEFORE";
    font-size:4rem;
    color: #35a9c4;
    font-family: 'Cormorant Infant', serif;
    position: absolute;
    left:-15px;
    top:5px;
    z-index: 1;
}

.voice_main .voice_main_flex .voice_main_after:before{
    content: "AFTER";
    font-size:4rem;
    color: #35a9c4;
    font-family: 'Cormorant Infant', serif;
    position: absolute;
    left:-15px;
    top:5px;
    z-index: 1;
}

.voice_main .voice_main_txt{
    border-top:solid 1px #d9edeb;
    border-bottom:solid 1px #d9edeb;
    box-sizing: border-box;
    padding:35px;
    color: #7a7b87;
    margin-top: 80px;
}

.voice_main .voice_main_txt h3{
    margin: 10px 0 5px;
    font-weight: normal;
}

.voice_list .voice_main_flex{
    border-top:solid 1px #35a9c4;
    padding:70px 50px;
}

.voice_bord{
    background-repeat: no-repeat;
    background-size:cover;
    background-image: url(../img/voice_bord_bg.jpg);
    background-position:center bottom;
}

/* faq /////////////////////////////////////////////////////////////////////////////////////////// */
.faq_list .cmn_maxbox{
    max-width: 800px;
    border-top: solid 1px #35a9c4;
}

.faq_list .faq_list_box{
    padding:40px 0;
    border-bottom: solid 1px #d9edeb;

}

.faq_list_box h3 {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    align-items: center;
    color: #35a9c4;
}

.faq_list_box p {
    display: flex;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #7a7b87;
}

.faq_list_box h3 span, .faq_list_box p span {
    font-size: 5rem;
    font-family: 'Cormorant Infant', serif;
    padding-right: 35px;
    color: #35a9c4;
    display: block;
    line-height: 44px;
}

.faq_list_box p span {
    color: #333351;
}



/* contact /////////////////////////////////////////////////////////////////////////////////////////// */

.contact_box {
    border-top: solid 1px #35a9c4;
    max-width: 800px;
    border-bottom: solid 1px #d9edeb;
    padding:80px 0;
    margin:0 auto;
}

.contact_phone_box h3{
    font-family: 'Cormorant Infant', serif;
    color: #35a9c4;
    font-size: 5rem;
    text-align:center;
    font-weight:normal;
    line-height: 38px;
}

.contact_phone_box h3 span{
    display: block;
    font-size:1.8rem;
    font-family: 'Noto Serif JP', serif;
}

.contact_phone_box p.address{
    margin:50px 0;
    color: #333351;
    text-align:center;
}

.contact_phone_box h4{
    color: #35a9c4;
    font-size: 1.8rem;
    text-align:center;
    font-weight:normal;
}

.contact_phone_box a{
    font-family: 'EB Garamond', serif;
    color: #35a9c4;
    font-size: 3.4rem;
    text-align:center;
    font-weight:normal;
    display: table;
    margin:0 auto 20px;
}

.contact_phone_box p.eigyo{
    color: #7a7b87;
    text-align:center;
}

.contact_box p{
    text-align:center;
    color: #333351;
}

.contact_box p span{
    display: block;
    margin-top: 30px;
    color: #35a9c4;
}

.contact_line_box ul{
    max-width: 500px;
    margin:50px auto 0;
}

.contact_line_box li{
    width: 48%;
}

.contact_line_box li a{
    display: block;
}

.contact__mail_box {
    border-bottom:solid 0px;
}
.contact_form_dl{
    margin-top:30px;
}

.contact_form_dl div{
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
    border-bottom: solid 1px #d9edeb;
    padding:0 20px 20px 20px;
}
.contact_form_dl dt {
    padding-bottom:7px;
    width: 30%;
}

.contact_form_dl dd {
    width: 70%;
}

.contact_form_dl dt span {
    flex-shrink: 0;
    display: inline-block;
    color: #35a9c4;
    font-size: 1.2rem;
    padding-left:7px;

}

.contact_form_dl dd select,
.contact_form_dl dd input{
    padding:12px 10px;
    border: 0;
    border-radius: 5px!important;
    background-color:#f2f2f2;
    box-shadow: none;
}

.contact_form_dl dd option {
    color: #000;
}

.contact_form_dl #fax,
.contact_form_dl #tel,
.contact_form_dl #toiawase {
    width: 300px;
}

.contact_form_dl #addr,
.contact_form_dl #name_kana,
.contact_form_dl #username {
    width: 100%;
}

.contact_form_dl #zip {
    width: 200px;
}

.contact_form_dl #mail1,
.contact_form_dl #mail0 {
    width: 100%;
    max-width: 680px;
}

.contact_form_dl #mail1 {
    display: inline-block;
    width: 85%;
}

.contact_form_dl #mail0,
.contact_form_dl #zip {
    display: inline-block;
    margin: 0 0 14px 0;
}

.contact_form_dl #mail1 ~ span {
    display: inline-block;
    margin: 6px 0 0 0;
    letter-spacing: 0;
}


.contact_form_dl #message {
    width: 100% !important;
    height: 200px !important;
    border: 0;
    border-radius: 5px!important;
    background-color:#f2f2f2;
    box-shadow: none;
}

.contact_form_dl label {
    display: inline-block;
}

#contactButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
}

/* mfp */
#contactButton button[type="reset"],
#contactButton button[type="submit"] {
    margin-top: 40px;
    width: 48%;
    max-width: 250px;
    padding: 15px 0;
    outline: none;
    font-size: 1.8rem;
    border:solid 1px #44b2cc;
    font-family: 'Noto Serif JP', serif;
}

#contactButton button[type="reset"] {
    background-color: unset;
    border:solid 1px #44b2cc;
    color: #44b2cc;
}

#contactButton button[type="submit"] {
    color: #fff;
    background-color: #44b2cc;
    border:0;
}

div#mfp_overlay {
  color: #333; /* mfp上書き */
}

div.mfp_err {
    color: #c1272d!important;/* mfp上書き */
    border-bottom: none;
}

/* /end */

