/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&family=Norican&display=swap');
/************************************************************/
:root{
    --cream1:#F6F0E0;
    --cream2:#f3f7fa;
    --cream3:#faf8f5;
    --brown1: #b6966c;  /* for heading */
    --markcolor:#b6966c;
    --h2barcolor:#c98f8f;
    --font-color:#574c3f;
    --brown2:linear-gradient(45deg, #b6966c 20%,  #ebc491 100%);
    --telnobtn:linear-gradient(45deg, #b6966c 20%,  #ebc491 100%);
    --enfont:"Montserrat", serif;
    --jpfont:"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    --datefont:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --jpfont2:"Noto Sans JP", sans-serif;
    --jpfont3:"Zen Maru Gothic", sans-serif;
    --telnofont:"Montserrat", serif;
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-size:14px;
    font-family:var(--jpfont);
    text-align:justify;
    color:var(--font-color);
}
body a{
    color:var(--font-color);
}
body a:hover{
    color:var(--font-color);
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:unset;
    width:auto;
    height: auto;
    max-width: 100%;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
/*==========================================================*/
/* mobile       											*/
/*==========================================================*/
.mobile-navi-btn{
    background:rgba(255, 255, 255, 0);
}
.mobile-navi-btn.right {
    width: 50px;
    height: 50px;
    top:4px;
    right:7px;
    background:transparent;
}
.mobile-navi-btn span{
    position: absolute;
    background:var(--brown1);
    height:2px;
    width:30px;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s;
}
.mobile-navi-btn span:nth-child(1){
    top:30%;
}
.mobile-navi-btn span:nth-child(2){
    top:50%;
}
.mobile-navi-btn span:nth-child(3){
    top:70%;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1) {
    top: 28%;
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(2){
    opacity: 0;
}
.mobile-navi-btn.mobile-navi-open span:nth-child(3) {
    top: 71%;
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%,-50%);
}
/* mobile menu */
.mobile-menu-slide{
    left:auto;
    right:-100%;
    width:300px;
    background:rgb(250, 248, 245, 0.95);
    transition:right 0.5s ease-in;
}
.mobile-menu-slide.mobile-menu-open{
    left:auto;
    right:0;
}
body.no-scroll{
    position:relative;
}
body.no-scroll:before{
    content:'';
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    background:rgba(0, 0, 0, 0.1);
}
.site-mobile-nav>div{
    background:transparent;
    padding:0;
}
.site-mobile-menu>li{
    border-bottom:none;
    margin-bottom:10px;
    padding-bottom:10px;
}
.site-mobile-menu>li>a{
    font-weight:400;
    font-family:var(--enfont);
    font-size:16px;
    transition:all 0.3s;
}
.site-mobile-menu>li.mobilemenu_contact a{
    font-size:24px;
}
.site-mobile-menu>li>a:hover{
    font-size:20px;
}
.site-mobile-menu>li.mobilemenu_contact a:hover{
    font-size:28px;
}
/* contact method(tel/sns) */
.mobile-sns-btn{
    width:100%;
    padding:0 20px;
}
.mobile-sns-btn p{
    text-align:center;
    margin-bottom:10px;
}
.mobile-sns-btn a{
    width:100%;
    height:50px;
    border-radius:25px;
    justify-content:center;
    align-items:center;
    display:flex;
    position:relative;
    transition:all 0.5s;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
}
.mobile-sns-btn a.telnolink{
    margin-bottom:10px;
    background:var(--telnobtn);
    color:#fff;
    font-family:var(--enfont);
}
.mobile-sns-btn a.telnolink:before{
    content:none;
}
.mobile-sns-btn a.telnolink:hover{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.mobile-sns-btn a.telnolink span{
    display:flex;
    align-items:center;
}
.mobile-sns-btn a.telnolink i{
    font-size:28px;
    margin-right:10px;
}
.mobile-sns-btn a.linelink{
    margin-bottom:10px;
}
.mobile-sns-btn a.linelink:hover{
    color:#fff;
    filter:brightness(1.1);
    transform:scale(1.1);
}
.mobile-sns-btn a.linelink span{
    display:flex;
    align-items:center;
}
.mobile-sns-btn a.linelink i{
    font-size:28px;
    margin-right:10px;
}
.mobile-sns-btn a.instalink{
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border-radius:25px;
}
.mobile-sns-btn a.instalink:hover{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.mobile-sns-btn a.instalink:before{
    content:'';
    width:calc(100% - 4px);
    height:calc(100% - 4px);
    background:#fff;
    position:absolute;
    top:2px;
    left:2px;
    border-radius:23px;
}
.mobile-sns-btn a.instalink .wrap{
    position:relative;
    display:flex;
    align-items:center;
    z-index:10;
    font-family: 'Norican', cursive;
    font-size:24px;
}
.mobile-sns-btn a.instalink .instalogo{
    display: flex;
    width: 30px;
    height: 30px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color:#fff;
    font-size:24px;
}
/*==========================================================*/
/* header       											*/
/*==========================================================*/
.front-page .site-header.ptnB{
    height:0;
    position:relative;
}
.site-header-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:var(--ptnB-sp-header-height);
    z-index:1800;
    box-shadow:none;
}
.site-header-logo a{
    font-family:var(--enfont);
    font-weight:400;
}
.br_ttl{
    display:none;
}
.scrolled .ptnB .site-header-wrap{
    position:static;
}
@media(min-width:992px){
    .site-header.ptnB{
        height:0;
        position:relative;
    }
    .site-header-wrap{
        width:300px;
        height:auto;
        position:fixed;
        left:20px;
        top:50%;
        transform:translateY(-50%);
    }
    .ptnB .container.site-header-container{
        display:block;
        grid-template-columns: unset;
        grid-template-rows: unset;
    }
    .ptnB .site-header-inner{
        grid-row:unset;
        grid-column:unset;
        width:100%;
        height:auto;
        display:block;
        padding-bottom:80px;
        position:relative;
    }
    .ptnB .site-header-inner:before{
        content:'';
        width:1px;
        height:60px;
        background:var(--font-color);
        position:absolute;
        bottom:0;
        left:40px;
    }
    .site-header-logo{
        font-size:18px;
    }
    .ptnB .site-header-nav{
        grid-row:unset;
        grid-column:unset;
        width:100%;
        display:block;
    }
    .site-header-menu{
        display:block;
        width:100%;
    }
    .site-header-menu>li{
        display:block;
        margin-top:30px;
    }
    .site-header-menu>li:first-of-type{
        margin-top:20px;
    }
    .site-header-menu>li>a{
        padding:0;
        font-family:var(--enfont);
        font-weight:400;
        font-size:16px;
    }
    .site-header-menu>li>a:before{
        content:none;
    }
    .site-header-menu>li.globalmenu_contact>a{
        font-size:24px;
        margin-left:25px;
    }
    .br_ttl{
        display:block;
    }
    .scrolled .ptnB .site-header-wrap{
        height:auto;
        width:300px;
        position:fixed;
        left:20px;
        top:50%;
        transform:translateY(-50%);
    }
    .ptnB .site-header-menu>li.gl_menu_mt{
        margin-top:20px;
    }
    .site-header-menu>li .gl_menu_line{
        font-size:40px;
        color:#00c41a;
        transition:all 0.5s;
        margin-left:20px;
    }
    .site-header-menu>li .gl_menu_line:hover{
        transform:scale(1.1);
    }
    .site-header-menu>li .gl_menu_insta{
        margin-left:20px;
        display:flex;
        width:38px;
        height:38px;
        justify-content:center;
        align-items:center;
        transition:all 0.5s;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        color:#fff;
        font-size:30px;
        border-radius:5px;
    }
    .site-header-menu>li .gl_menu_insta:hover{
        transform:scale(1.1);
    }
}
/*==========================================================*/
/* breadcrumb      											*/
/*==========================================================*/
@media(min-width:992px){
    .breadSection .breadcrumb{
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
        padding-left:0;
    }
}
@media(min-width:1200px){
    .breadSection .breadcrumb{
        max-width:900px;
    }
}
/*==========================================================*/
/* common       											*/
/*==========================================================*/
.page-section{
    padding:80px 0;
}
.fade-in{
    transform:translateY(40px);
    opacity:0;
    transition:all 1s;
}
.fade-in.scroll-in{
    transform:translateY(0);
    opacity:1;
}
/*==========================================================*/
/* footer          											*/
/*==========================================================*/
.site-footer{
    padding-top:40px;
    padding-bottom:100px;
}
.copyright{
    font-weight:400;
    font-family:var(--enfont);
}
.site-footer-nav{
    margin-bottom:30px;
}
.site-footer-menu{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    justify-content:center;
}
.site-footer-menu>li{
    padding:0;
    width:fit-content;
    margin:0 5px;
}
.site-footer-menu>li>a{
    font-weight:400;
    font-family:var(--enfont);
    position:relative;
}
.site-footer-menu>li>a:hover{
    color:var(--footer-font-menucolor);
}
.site-footer-menu>li>a:before{
    content:'';
    width:100%;
    height:1px;
    background:#fff;
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.site-footer-menu>li>a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.footerwidget{
    justify-content:center;
}
.ul-ft-sitettl{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin:0;
    padding:0;
    justify-content:space-between;
}
.ul-ft-sitettl li:first-of-type{
    width:49%;
    order:1;
}
.ul-ft-sitettl li:nth-of-type(2){
    width:100%;
    order:3;
    display:flex;
    justify-content:center;
}
.ul-ft-sitettl li:last-of-type{
    width:49%;
    order:2;
}
.ul-ft-sitettl li .pict{
    overflow:hidden;
    max-width:250px;
    margin:0 auto;
}
.site_homelink{
    display:block;
    width:fit-content;
    color:#fff;
    font-family:var(--enfont);
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:30px;
    position:relative;
}
.site_homelink:before{
    content:'';
    width:100%;
    height:1px;
    background:#fff;
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.site_homelink:hover{
    color:#fff;
}
.site_homelink:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
@media(min-width:768px){
    .footer_widget{
        width:100%;
    }
    .ul-ft-sitettl li:first-of-type{
        width:32%;
        order:1;
    }
    .ul-ft-sitettl li:nth-of-type(2){
        width:32%;
        order:2;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .ul-ft-sitettl li:last-of-type{
        width:32%;
        order:3;
    }
    .site_homelink{
        margin:0;
    }
}
/*==========================================================*/
/* top page       											*/
/*==========================================================*/
.home-sec{
    padding:0;
    position:relative;
}
.topslide-wrap{
    width:100%;
}
.topslide-wrap img{
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
}
/* scroll arrow */
.scroll-arrow {
    display: flex;
    writing-mode: vertical-rl;
    position: absolute;
    left:50%;
    bottom: 1%;
    transform:translateX(-50%);
    z-index:15;
}
.scroll-arrow a{
    letter-spacing: 10px;
    font-size: 14px;
    position: relative;
    padding-top: 10px;
    text-decoration: none;
    transition:all 0.3s;
    color:#000;
    padding:20px 0;
}
.scroll-arrow a:hover{
    color:#000;
    opacity:0.8;
}
.scroll-arrow a:before{
    content: '';
    width: 1px;
    height: 5px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    animation: extend-anime 2s ease-out infinite;
    z-index: 2;
}
.scroll-arrow a:after{
    content: '';
    width: 1px;
    height: 10px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    top: -3px;
    left: -4px;
    animation: move-anime 2s ease-out infinite;
}
@keyframes extend-anime{
    0% {
        height:5px;
    }
    100%{
        height:100%;
    }
}
@keyframes move-anime{
    0% {
        top:-3px;
    }
    100%{
        top:calc(100% - 10px);
    }
}
@media(min-width:768px){
    .topslide-wrap{
        width:100%;
        height:100vh;
    }
    .topslide-wrap img{
        width:100%;
        height:100%;
        aspect-ratio:unset;
        object-fit:cover;
    }
}
/*==========================================================*/
/* tpconcept-sec   											*/
/*==========================================================*/
.tpconcept-sec{
    position:relative;
    background:#f0f0f0;
}
.hd-style{
    width:100%;
    margin-bottom:40px;
}
.h2org{
    font-weight:400;
    color:var(--brown1);
    font-family:var(--enfont);
    font-size:24px;
    text-align:center;
    padding:20px;
    position:relative;
    margin-bottom:20px;
}
.h2org:before{
    content:'';
    width:0;
    height:5px;
    background:var(--h2barcolor);
    border-radius:2.5px;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.hd-style.scroll-in .h2org:before{
	animation: bar_expand 1s cubic-bezier(0.77, 0, 0.175, 1) 500ms forwards;
}
@keyframes bar_expand{
  from{width: 0;}
  to{width: 60px;}
}
.hd-style p{
    text-align:center;
}
.tpconcept-wrap{
    width:100%;
}
.tpconcept-wrap p{
    line-height:2;
}
.h3org{
    font-size:18px;
    color:var(--brown1);
    text-align:center;
    margin-bottom:20px;
}
.h3org i{
    margin-right:5px;
}
.tpconcept-wrap .inner{
    margin-top:40px;
}
.tpconcept-wrap>p{
    font-size:16px;
}
.h4org{
    font-size:16px;
    text-align:justify;
    margin-bottom:20px;
}
.col_pink{
    font-weight:500;
    color:var(--h2barcolor);
}
.brsp{
    display:none;
}
.brtb{
    display:none;
}
@media(min-width:768px){
    .h2org{
        font-size:32px;
    }
    .tb-center{
        text-align:center;
    }
    .h3org{
        font-size:20px;
    }
    .tpconcept-wrap>p{
        font-size:20px;
    }
    .brtb{
        display:block;
    }
    .h4org{
        font-size:20px;
    }
}
/*==========================================================*/
/* tppict-sec   											*/
/*==========================================================*/
.tppict-sec{
    position:relative;
    background:transparent;
    padding:160px 0;
}
.bk-fixed-pict{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index:-1;
}
.bk-fixed-pict>img{
    width:100%;
    height:100%;
    object-fit:cover;
}
/*==========================================================*/
/* tpservice-sec   											*/
/*==========================================================*/
.tpservice-sec{
    position:relative;
    background:var(--cream3);
}
.tpservice-wrap{
    width:100%;
}
.tpservice-wrap p{
    line-height:2;
}
.viewmore-btn>a{
    display:table;
    padding-right:30px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
.viewmore-btn>a i{
    position:absolute;
    top:50%;
    right:10px;
    transform:translateY(-50%);
    font-size:14px;
    transition:all 0.5s;
}
.viewmore-btn>a:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--font-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.viewmore-btn>a:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.viewmore-btn>a:hover i{
    right:0;
}
/*==========================================================*/
/* tpaccess-sec   											*/
/*==========================================================*/
.tpaccess-sec{
    position:relative;
    padding-bottom:20px;
    background:#fff;
}
.tpaccess-wrap{
    width:100%;
}
.flex-box{
    display:flex;
    width:100%;
    flex-flow:row wrap;
    justify-content:space-between;
}
.flex-box .pict{
    width:100%;
}
.flex-box .pict>img{
    width:100%;
    aspect-ratio:5/3;
    object-fit:cover;
    border-radius:20px;
    overflow:hidden;
}
.flex-box .desc{
    width:100%;
    padding-top:20px;
}
.tbl-access{
    width:100%;
}
.tbl-access th{
    width:80px;
    font-size:17px;
    font-weight:400;
    text-align:center;
    font-family:var(--jpfont3);
    padding:0.5em;
}
.tbl-access th i{
    color:var(--markcolor);
    font-size:1.5em;
}
.tbl-access td{
    width:calc(100% - 80px);
    font-size:17px;
    font-family:var(--jpfont3);
    padding:0.5em;
}
.salonmenulink{
    display:inline-block;
    position:relative;
}
.salonmenulink:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--font-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.salonmenulink:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.telnolink{
    display:inline-block;
    position:relative;
}
.telnolink:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--font-color);
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition:transform 0.5s;
}
.telnolink:hover:before{
    transform-origin: left top;
    transform: scale(1, 1);
}
.tpmap-sec{
    padding-top:20px;
    background:#fff;
}
.tpmap-wrap{
    width:100%;
    padding-top:100%;
    position:relative;
}
.tpmap-wrap iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
@media(min-width:768px){
    .flex-box .pict{
        width:30%;
        order:2;
    }
    .flex-box .pict>img{
        aspect-ratio:2/3;
        order:1;
        object-position:center right;
    }
    .flex-box .desc{
        width:70%;
        padding-top:0;
    }
    .br_add{
        display:none;
    }
    .br_salonmenu{
        display:none;
    }
    .telnolink{
        pointer-events:none;
    }
    .tpmap-wrap{
        padding-top:400px;
    }
}
@media(min-width:992px){
    .tpaccess-wrap{
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media(min-width:1200px){
    .br_zipcode{
        display:none;
    }
    .tpaccess-wrap{
        max-width:900px;
    }
    .flex-box .pict>img{
        aspect-ratio:1/1;
        order:1;
        object-position:center center;
    }
}
/*==========================================================*/
/* tpmessage-sec   											*/
/*==========================================================*/
.tpmessage-sec{
    position:relative;
    background:var(--cream3);
}
.tpmessage-sec .flex-box .desc{
    padding-top:0;
    padding-bottom:20px;
}
.tpmessage-wrap{
    width:100%;
}
@media(min-width:768px){
    .tpmessage-sec .flex-box .desc{
        width:100%;
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
    }
    .tpmessage-sec .flex-box .pict{
        width:100%;
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
    }
    .tpmessage-sec .flex-box .pict>img{
        aspect-ratio:5/3;
    }
}
@media(min-width:992px){
    .tpmessage-sec .flex-box{
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
    }
    .tpmessage-sec .flex-box .desc{
        width:68%;
        padding-bottom:0;
        max-width:unset;
    }
    .tpmessage-sec .flex-box .pict{
        width:29%;
        display:flex;
        align-items:flex-end;
        max-width:unset;
    }
    .tpmessage-sec .flex-box .pict>img{
        aspect-ratio:1/2;
        object-position:center center;
    }
}
@media(min-width:1200px){
    .tpmessage-sec .flex-box{
        max-width:900px;
    }
    .tpmessage-sec .flex-box .desc{
        width:68%;
        padding-bottom:0;
    }
    .tpmessage-sec .flex-box .pict{
        width:29%;
        display:flex;
        align-items:flex-end;
    }
    .tpmessage-sec .flex-box .pict>img{
        aspect-ratio:2/3;
    }
}
/*==========================================================*/
/* tprecruit-sec   											*/
/*==========================================================*/
.tprecruit-sec{
    position:relative;
    background:#fff;
}
.tprecruit-sec .h3org{
    text-align:justify;
}
.tprecruit-sec .viewmore-btn{
    margin-top:20px;
}
@media(min-width:768px){
    .tprecruit-sec .h3org{
        text-align:center;
    }
    .tprecruit-sec .flex-box .desc{
        order:2;
        padding-left:20px;
    }
    .tprecruit-sec .flex-box .pict{
        order:1;
        display:flex;
    }
}
@media(min-width:992px){
    .tprecruit-sec .flex-box{
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media(min-width:1200px){
    .tprecruit-sec .flex-box{
        max-width:900px;
    }
}
/*==========================================================*/
/* loading page   											*/
/*==========================================================*/
.loading_pg{
    background:#fff;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    position:fixed;
    z-index:10000;
    padding:40px 20px;
    display:flex;
    justify-content: center;
    align-items: center;
}
/* change */
.loader{
	display:inline-block;
	width:18em;
	white-space:nowrap;
	overflow:hidden;
	font-size:18px;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.loader>p{
	display:table;
	white-space: nowrap;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f0be4e), color-stop(80%, #dd640c));
    background: linear-gradient(90deg, #f0be4e 20%, #dd640c 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.loader>p:first-of-type{
	font-size:1em;
	font-weight:700;
}
.loader>p:last-of-type{
	font-size:0.8em;
	margin:40px 0 0 auto;
	font-weight:400;
	font-family: 'Lato', sans-serif;
    text-align: right;
}
@media(min-width:768px){
	.loader{
		font-size:34px;
	}
	.loader>p:first-of-type{
		font-size:1em;
	}
	.loader>p:last-of-type{
		font-size:0.5em;
	}
}
.anim-typewriter{
	animation: typewriter 2s cubic-bezier(0.77, 0, 0.175, 1) 500ms both;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 18em;}
}
/*==========================================================*/
/* privacy policy  											*/
/*==========================================================*/
.page-privacy-policy .tpaccess-sec{
    padding-top:40px;
    background:var(--cream3);
}
.page-privacy-policy .tpmap-sec{
    background:var(--cream3);
}
.privacy-policy-sec{
    padding:40px 0;
    position:relative;
}
.privacypolicy-wrap{
    width:100%;
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
}
.privacypolicy-head{
    margin-bottom:40px;
}
.privacypolicy-inner{
    margin-bottom:40px;
}
.privacypolicy-inner h3{
    font-size:18px;
    margin-bottom:20px;
}
.privacypolicy-inner p{
    text-align:justify;
    line-height:2;
}
.privacypolicy-inner ul{
    padding-left:20px;
}
.privacypolicy-inner ul>li{
    font-size:14px;
}
@media(min-width:1200px){
    .privacypolicy-wrap{
        max-width:900px;
    }
}
/*==========================================================*/
/* contact-sec   											*/
/*==========================================================*/
.contact-sec{
    padding:40px 0;
    position:relative;
}
.contact-wrap{
    width:100%;
}
.ul-contact{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
    width:100%;
}
.ul-contact li{
    width:100%;
    margin-bottom:10px;
}
.ul-contact li p{
    text-align:center;
}
.ul-contact li a{
    width:100%;
    height:50px;
    border-radius:25px;
    justify-content:center;
    align-items:center;
    display:flex;
    position:relative;
    transition:all 0.5s;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
}
/* telno */
.ul-contact li a.telnolink{
    background:var(--telnobtn);
    color:#fff;
    font-family:var(--enfont);
    font-size:24px;
}
.ul-contact li a.telnolink:before{
    content:none;
}
.ul-contact li a.telnolink:hover{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.ul-contact li a.telnolink span{
    display:flex;
    align-items:center;
}
.ul-contact li a.telnolink i{
    font-size:28px;
    margin-right:10px;
}
/* line */
.ul-contact li a.linelink{
    margin-bottom:10px;
}
.ul-contact li a.linelink:hover{
    color:#fff;
    filter:brightness(1.1);
    transform:scale(1.1);
}
.ul-contact li a.linelink span{
    display:flex;
    align-items:center;
}
.ul-contact li a.linelink i{
    font-size:28px;
    margin-right:10px;
}
/* instagram */
.ul-contact li a.instalink{
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border-radius:25px;
}
.ul-contact li a.instalink:hover{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.ul-contact li a.instalink:before{
    content:'';
    width:calc(100% - 4px);
    height:calc(100% - 4px);
    background:#fff;
    position:absolute;
    top:2px;
    left:2px;
    border-radius:23px;
}
.ul-contact li a.instalink .wrap{
    position:relative;
    display:flex;
    align-items:center;
    z-index:10;
    font-family: 'Norican', cursive;
    font-size:24px;
}
.ul-contact li a.instalink .instalogo{
    display: flex;
    width: 30px;
    height: 30px;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color:#fff;
    font-size:24px;
}
.page-contact .tpaccess-sec{
    padding-top:40px;
    background:var(--cream3);
}
.page-contact .tpmap-sec{
    background:var(--cream3);
}
@media(min-width:992px){
    .contact-wrap{
        max-width:680px;
        margin-left:auto;
        margin-right:auto;
    }
    .contact-wrap>p{
        text-align:center;
    }
    .ul-contact{
        justify-content:center;

    }
    .ul-contact li{
        width:50%;
        margin-bottom:20px;
    }
}
@media(min-width:1200px){
    .contact-wrap{
        max-width:900px;
    }
    .ul-contact{
        justify-content: space-between;
    }
    .ul-contact li{
        width:32%;
        margin-bottom:0;
    }
}
/*==========================================================*/
/* service         											*/
/*==========================================================*/
.page-service .tpaccess-sec{
    padding-top:40px;
    background:var(--cream3);
}
.page-service .tpmap-sec{
    background:var(--cream3);
}
.coursemenu-sec{
    padding:40px 0;
}
.coursemenu-wrap{
    width:100%;
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
}
.dl-course{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin:20px 0 0 0;
    border:solid 1px var(--brown1);
}
.dl-course dt{
    padding:0.5em 1em;
    background:var(--cream3);
    width:100%;
}
.dl-course dd{
    width:100%;
    margin:0;
}
.dl-course dd .box{
    padding:0.5em 1em;
}
.course-div{
    display:flex;
    flex-flow:row nowrap;
}
.course-name{
    width:50%;
}
.course-price{
    width:50%;
    text-align:right;
}
.ul-course{
    display:none;
    flex-flow:row nowrap;
    margin:0;
    padding:0;
    list-style:none;
}
/* option */
.ul-option{
    display:none;
    flex-flow:row nowrap;
    width:100%;
    list-style: none;
    margin:0;
    padding:0;
}
.ul-option>li:first-of-type{
    width:70%;
    padding:0.5em;
    text-align:center;
}
.ul-option>li:last-of-type{
    width:30%;
    padding:0.5em;
    text-align:center;
}
.dl-option{
    display:flex;
    flex-flow:row nowrap;
    width:100%;
    margin:0;
    border:solid 1px var(--brown1);
    border-bottom:0;
}
.dl-option:last-of-type{
    border-bottom:solid 1px var(--brown1);
}
.dl-option dt{
    width:70%;
    margin:0;
    padding:0.5em 1em;
    background:var(--cream3);
    font-size:14px;
}
.dl-option dd{
    width:30%;
    margin:0;
    padding:0.5em 1em;
    text-align:right;
    font-size:14px;
}
/* pet hotel */
.ul-hotel{
    padding-left:20px;
    margin:20px 0;
}
.ul-hotel li{
    font-size:14px;
}
.pethotel-sec .coursemenu-wrap{
    display:flex;
    justify-content:center;
}
.note{
    padding-left:16px;
    position:relative;
}
.note:before{
    content:'※';
    display:inline-block;
    position:absolute;
    top:0;
    left:0;
}
.note-wrap{
    width:100%;
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
    background:var(--cream3);
    padding:20px;
    border-radius:5px;
}
.h2attention{
    position:relative;
    font-size:16px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1;
    padding:5px 0 5px 10px;
}
.h2attention:before{
    content:'';
    width:3px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:var(--brown1);
}
.ul-note{
    margin-bottom:0;
    padding-left:20px;
}
.ul-note li{
    font-size:14px;
    line-height:2;
    font-weight:700;
}
@media(min-width:768px){
    .ul-course{
        display:flex;
    }
    .ul-course>li{
        padding:0.5em 1em;
        width:30%;
        text-align:center;
        color:#fff;
        background:var(--brown1);
        border-right:solid 1px rgba(255,255,255,0.8);
    }
    .ul-course>li:last-of-type{
        border-right:0;
    }
    .ul-course>li:first-of-type{
        width:40%;
    }
    .dl-course{
        margin-top:0;
        border-top:0;
    }
    .dl-course dt{
        width:40%;
        border-right:solid 1px var(--brown1);
    }
    .dl-course dd{
        width:60%;
        position:relative;
    }
    .dl-course dd:before{
        content:'';
        width:1px;
        height:100%;
        background:var(--brown1);
        position:absolute;
        top:0;
        left:50%;
    }
    .ul-option{
        display:flex;
    }
    .ul-option>li{
        color:#fff;
        background:var(--brown1);
    }
    .ul-option>li:first-of-type{
        width:70%;
        border-right:solid 1px rgba(255,255,255,0.8);
    }
    .ul-option>li:last-of-type{
        width:30%;
    }
    .dl-option dt{
        border-right:solid 1px var(--brown1);
    }
    .hd-style-after{
        text-align:center;
        margin-bottom:30px;
    }
}
/*==========================================================*/
/* error         											*/
/*==========================================================*/
.error-wrap{
    width:100%;
    max-width:680px;
    margin:0 auto;
}
@media(min-width:1200px){
    .error-wrap{
        max-width:900px;
    }
}
