@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	header(PC)
----------------------------------------------------------- */

header {
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
    background: #fff;
}

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

#header_desc {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #327fba;
}

#header_desc::after {
    z-index: 1;
    content: "";
    display: block;
    background: url(/wp-content/uploads/head_back.png) right bottom repeat-x;
    background-size: auto;
    height: 42px;
    width: 100%;
    min-width: 1200px;
    position: absolute;
    top: 23px;
}

#header_desc_area {
    width: 1200px;
    margin: 0 auto;
    padding: 2px 15px 13px;
    display: block;
}

#header_desc_area h1 {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 6px 0 0;
    line-height: 100%;
    z-index: 100;
}

#header-box {
    width: 1200px;
    padding: 0 15px;
    height: auto;
    text-align: center;
    margin: 35px auto 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-box .logo {
    text-align: left;
}

#header-box .logo a {
    color: #111;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
}

#header-box .logo a span {
    font-size: 32px;
    letter-spacing: 1.5px;
    position: relative;
    top: 0;
    left: -2px;
}

#header-box .logo a span span {
    color: #e9006f;
}

#header-box .logo a::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/logo.webp) no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

#header-box .logo a:hover,
#header-box .logo a:hover span span {
    text-decoration: none;
    color: #0da2e7;
    transition: 0.3s;
}

.mail_header {
    width: 610px;
    height: auto;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
}

#tel_header {
    height: auto;
    text-align: left;
}

.time_header {
    font-size: 15px;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
    left: -5px;
}

.tel_header {
    height: 38px;
    font-size: 38px;
    color: #111;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 100%;
    padding-top: 1px;
    font-family: tauri;
    margin-bottom: 2px;
}

.tel_header::before {
    content: "";
    background: url(/wp-content/uploads/tel.png) no-repeat;
    background-size: 33px;
    height: 33px;
    width: 33px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -3px;
}

.header_more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 63px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    background: #e179a8;
    color: #fff !important;
    position: relative;
    margin-bottom: 4px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    transition: none;
    box-shadow: 0 3px 0 #cd548a;
}

.header_more_btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.header_more_btn:hover span {
    color:#fff;
}

.header_more_btn::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/mail.png) no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    float: left;
    z-index: 3;
    margin-right: 10px;
}

.header_more_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #ed89b6;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.header_more_btn:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.header_more_btn:active {
    top: 3px;
    box-shadow: none;
}

.sp_tel {
    display: none;
}

nav.pc {
    height: 55px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: block;
    clear: both;
    background: #327fba;
}

nav .menu-header-navi-container {
    clear: both;
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}

ul#menu-header-navi-pc, ul#menu-header-navi-pc li, ul#menu-header-navi-pc li a {
    display: block;
    zoom: 1;
}

ul#menu-header-navi-pc li {
    float: left;
    width: 127px;
    transition: ease .2s;
    position: relative;
}

ul#menu-header-navi-pc li#menu-item-193 {
    width: 310px;
}

ul#menu-header-navi-pc li a {
    color: #fff;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 10;
    height: 55px;
    border-left: 1px solid #fff;
    text-decoration: none;
}

ul#menu-header-navi-pc li#menu-item-198 a {
    height: 55px;
    border-right: 1px solid #fff;
}

ul#menu-header-navi-pc li a:hover {
    text-decoration: none;
}

ul#menu-header-navi-pc li:hover {
    text-decoration: none;
}

ul#menu-header-navi-pc li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #72cbf7;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

ul#menu-header-navi-pc li a:hover:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-box {
    display: none;
}


/* -----------------------------------------------------------
	header(スマートフォン)
----------------------------------------------------------- */

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

header,
nav.pc {
    display: none;
}

.nav-box {
    height: 50px;
    width: 100%;
    display: block;
    background: #327fba;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.nav-box:after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/head_back.png) right bottom repeat-x;
    background-size: auto 30px;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 47px;
    z-index: 0;
}

.wrapper .nav-box .logo a {
    width: 295px;
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 148%;
    letter-spacing: 0.5px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
}

.wrapper .nav-box .logo a span {
    font-size: 19px;
    letter-spacing: 1.5px;
    position: relative;
    top: 7px;
}

.wrapper .nav-box .logo a span span {
    font-size: 17px;
    font-weight: 600;
    color: #eb0076;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px black;
    paint-order: stroke;
    top: 0;
}

.wrapper .nav-box .logo a::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/logo.webp) no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    float: left;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.wrapper .nav-box .logo:hover,
.wrapper .nav-box .logo a:hover span span {
    opacity: 0.7;
}

.wrapper .nav-box .logo a:hover {
    text-decoration: none;
}

.openbtn {
    position: fixed;
    z-index: 9999;
    top: 19px;
    right: 20px;
    cursor: pointer;
    width: 25px;
    height: 23px;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 2px;
    left: 0;
    background-color: #fff;
    width: 25px;
}

.openbtn span:nth-of-type(1) {
    top: 0;
}

.openbtn span:nth-of-type(2) {
    top: 10px;
}

.openbtn span:nth-of-type(3) {
    top: 20px;
}

.openbtn.active span:nth-of-type(1) {
    top: 2px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 35px;
    background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 15px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 35px;
    background-color: #fff;
}

#sp-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #3481b7;
    display: block;
    transition: all 0.6s;
}

#sp-nav.panelactive {
    right: 0;
}

#sp-nav.panelactive #sp-nav-list {
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#sp-nav li {
	list-style: none;
    text-align: center;
}

#sp-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 7px;
    display: block;
}

#sp-nav ul#menu-header-navi-sp li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

}


/* -----------------------------------------------------------
	固定お問い合わせボタン
----------------------------------------------------------- */

.header_side {
    position: fixed;
    top: 175px;
    right: 0;
    z-index: 9999;
}

.header_side1 {
    position: fixed;
    top: 410px;
    right: 0;
    z-index: 9999;
}

.header_side a:hover,
.header_side1 a:hover {
    text-decoration: none;
}


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

.header_side,
.header_side1 {
    display: none;
}

}