@charset "utf-8";

/* -------------------- */
/* --     header     -- */
/* -------------------- */
header{
    position: fixed;
    background: #fff7ef;
    top:0;
    left:0;
    right:0;
    height: 90px;
    overflow: hidden;
    z-index:1000;
}
header::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    height:10px;
    background: #5e453b;
    z-index:1000;
}
.burger-btn {
  display: none;
}
.nav-wrapper{
    display: flex;
    align-items: center;
    margin-left:auto;
}
.area_nav_header .nav-logo{
    display: none;  
}
.header > .container {
    height: 80px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    max-width: 95%;
}

/* ロゴエリア */
.area_logo_header .logo {
    display: block;
}
.area_logo_header .logo img{
    height: 34px;
    width:auto;
    vertical-align: bottom;
}
.area_nav_header .nav-logo-hum{display: none;}

/* ナビゲーション */
.nav-wrapper{
    margin-right: 0px;
    height: 100%;
}
.area_nav_header {
  margin-left: auto;
}

/* リストナビ */
.list_nav_header{
    display: flex;
    align-items: center;
    height:100%;
}
.list_nav_header ul{
    display: flex;
    align-items: center;
    height:100%;
}
.list_nav_header ul> li + li {
    margin-left: 25px
}
.list_nav_header ul li{
    height: 100%;
}
.list_nav_header a{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 5px;
    height:100%;
    font-size: 14px;
    font-weight:400;
    color:#5e453b;
    opacity: 1;
    transition: all .5s;
}
.list_nav_header a.current{
    background: #f7f7f7;
    color: #333;
}
.list_nav_header a.current::before{
    content:'';
    position: absolute;
    top:0px;
    bottom:0px;
    left:-15px;
    right:-15px;
    background: #f7f7f7;
    z-index: -1;
}
.list_nav_header a:hover{
    opacity: .7;
}
.list_nav_header .hum__title{
    display: none;
}
@media (max-width:1400px){
.list_nav_header a {
    font-size: 14px;
}    
}

@media (max-width:1300px){
    

/* リストナビ */
.list_nav_header {
    align-items: center;
    padding:0px 0;
}
.list_nav_header{
    align-items: center;
}
.list_nav_header .nav-logo{
    padding: 0px 0 30px;
}
.list_nav_header ul> li + li {
    margin-left: 15px
}
.list_nav_header a{
    padding: 0 0 0 5px;
    font-size: 12px;
}
.list_nav_header a.current::before{
    left:-10px;
    right:-10px;
}
}
@media screen and (max-width:1070px) {
header{
    height: 70px;
}
.header > .container {
    margin-top: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}
.noscroll header::before{
    z-index:400;
}
/* 以下、ハンバーガーボタン */
.burger-btn,
.burger-btn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
}
.burger-btn {
        position: relative;
        width: 35px;
        height: 30px;
        background: none;
        border: none;
        appearance: none;
        cursor: pointer;
        margin-left:auto;
        z-index:9999;
}
.burger-btn span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color:#5e453b;
        border-radius: 4px;
}
.burger-btn span:nth-of-type(1) {
    top: 2px;
}
.burger-btn span:nth-of-type(2) {
    top: 14px;
}
.burger-btn span:nth-of-type(3) {
    bottom: 2px;
}
.burger-btn span:nth-of-type(4) {
    top: 14px;
    width: 0px;
    height: 0px;
    background-color:#fff;
}
.burger-btn.close span{
    background-color:#5e453b;
}
#menu_top.close span:nth-of-type(1) {
    transform: translateX(-5px) translateY(13px) rotate(-45deg);
}
#menu_top.close span:nth-of-type(2) {
    transform: translateX(-5px) translateY(0) rotate(45deg);
}
#menu_top.close span:nth-of-type(3) {
    opacity: 0;
}
#menu_top.close span:nth-of-type(4) {
    transform: translateX(10px) translateY(-1px) rotate(45deg);
    width: 5px;
    height: 5px;
    background-color:#fff;
}
/* スクロール制御 */
.noscroll{
    overflow: hidden;
}
  
/* 以下、ハンバーガーメニュー */
.nav-wrapper {
    height: 100%;
    right: -110%;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 90vw;
    padding: 80px 0;
    background: #fdfdfd;
    z-index: 600; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.slide-in .nav-wrapper{
    background-color: #fff;
    overflow-x: hidden!important;
    overflow-y: scroll;
}

/* リストナビ */
.list_nav_header{
    height: 100%;
    width: 90%;
    margin: 0 auto;
    z-index: 200;
}
.list_nav_header ul{
    display: block;
    width: 100%;
}
.list_nav_header ul li{
    height: auto;
    border-top:0px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;  
    padding: 5px 10px;
}
.list_nav_header li:first-child{
    border-top:0px solid #dcdcdc; 
}
.list_nav_header .hum__title{
    display: block;
    color: #fff;
    background: #5e453b;
    padding: 10px;
}
.list_nav_header .nav-logo{
    padding: 0px;
}
.list_nav_header ul> li + li {
    margin-left:0;
}
.list_nav_header a{
    font-size: 14px;
    font-weight:500;
    text-align: left;
    display: block;
    padding: 2px 0;
    height: auto;
    transition: all .5s;
    border-left:0px;
    margin: 10px 0;
}
.list_nav_header a.current::before{
    background: transparent;
    left:0px;
    right:0px;
}
.list_nav_header li.current{
    background: #f7f7f7;
}

/* メニューオープン時 */
.nav-wrapper.slide-in {right:0;}
.nav-bg.activeBg{content: '';position: fixed;top:0;left:0;right:0;bottom:0;background: rgba(0,0,0,.6);z-index:500;overflow: hidden;}
}

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

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

}


/*-- コンテンツ　TOP --*/

/*-- main_visual --*/
#main_visual{
    position: relative;
    height:calc(100vh - 90px);
    margin: 90px 0 0;
}
#main_visual .swiper-mv .swiper-slide{
    width:100%;
    height:calc(100vh - 90px);
}
#main_visual .swiper-mv .swiper-slide .slide-box{
    position: relative;
    overflow: hidden;
    height:calc(100vh - 90px);
}
#main_visual .swiper-mv .swiper-slide img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit- transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
    width:100%;
    height:calc(100vh - 90px);
}

/*-- main content --*/
.main_content{
    padding: 80px 0;
}
.main_content_link{
    position: relative;
    margin: 0 auto;
    max-width: 320px;
}
.main_content_link a{
    display: block;
    background: #fff;
    border:1px solid #333;
    text-align: center;
    min-width: 300px;
    padding: 15px;
}
.main_content_link a::before{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top:2px solid #000;
    border-right:2px solid #000;
    width:15px;
    height:15px;
    transition: all .5s;
}
.main_content_link a:hover::before{
    right:20px;
}
.main_content_header{
    margin: 0 auto;
    text-align: center;
}
.main_content_heading{
    margin: 16px auto;
    padding: 0 32px;
    background: linear-gradient(transparent 50%, #DDE1DA 50%);
    color: #96A28C;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}
.main_content_header p{
    color:#000;
    text-align: center;
}

/*-- main feature content --*/
.main_feature_cards{
    padding: 60px 0;
}
.main_feature_cards h3{
    font-weight: 600;
    color: #96A28C;
    text-align: center;
    margin: 15px auto;
}
.main_feature_cards p{
    text-align: center;
    margin: 0 0 10px;
}
.main_feature_cards img{
    text-align: center;
    margin: 0 0 40px;
}

/*-- main plan content --*/
#plan_content{
    background-color: #F3F5F2;
}
.main_plan_cards{
    padding: 60px 0;
    text-align: center;
}
.main_plan_cards h3{
    font-weight: 600;
    color: #96A28C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}
.main_plan_cards h3 span{
    display: inline-block;
}
.main_plan_cards p{color:#000;}
.main_plan_card_txt{
    margin: 16px auto;
    padding: 4px 0;
    background-color: #DDE1DA;
    color: #000;
}
.main_plan_cards .main_plan_card_price{
    font-weight: 500;
    color:#000;
    margin: 0 0 40px;
}
.top_plan_img{
    position: relative;
}
.top_plan_deco{
    position: absolute;
    top:-1px;
    left:-1px;
    width: 70px;
    height: 70px;
    z-index: 2;
}


/*-- main news --*/
.main_news_list{
    margin: 0 auto;
    padding: 60px 0;
    max-width: 80%;
}
.main_news_list li{
    padding: 30px 10px;
    border-top: solid 1px #C7C7C7;
}
.main_news_list li:last-child{
    border-bottom: solid 1px #C7C7C7;
}
.main_news_list li time{
    color:#96A28C;
}
.main_news_list li a{
    font-weight: 600;
}

/*-- main q&a --*/
.main_qa_content{
    background-color: #F3F5F2;
}
.main_qa_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 35px;
    max-width: 80%;
}
.main_qa_list dt{
    position: relative;
    display: flex;
    margin: 25px 0 5px;
    width: 100%;
    font-size: 16px;
    color:#A7BB96;
}
.main_qa_list dt span{
    color:#A7BB96;
    display: flex;
    justify-content: center;
    min-width: 30px;
    min-height:30px;
    max-width:30px;
    max-height: 30px;
    margin-right: 0px;
}
.main_qa_list dd{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0px 0 25px;
    width: 100%;
    font-size: 16px;
}
.main_qa_list dd span{
    display: flex;
    justify-content: center;
    min-width: 30px;
    min-height:30px;
    max-width:30px;
    max-height: 30px;
    margin-right: 0px;
}

/*-- main catalog --*/
.main_catalog_content{
    
}
.main_catalog_cards{
    padding: 60px 0;
}
.main_catalog_cards .flex__box2{
    margin: 40px 0;
}
.main_catalog_cards .flex__top{
    text-align: center;
    margin: 0 auto;
    width: 50%
}
.main_catalog_cards .flex__top img{
    margin:0px auto 0; 
}
.main_catalog_cards .flex__bottom{
    padding-left: 20px;
    width:50%;
}
.main_catalog_cards h3{
    margin: 0px 0 0;
    color: #A7BB96;
    font-size: 24px;
    font-weight: 600;
}
.main_catalog_cards p{
    font-weight: 400;
    color:#000;
    margin: 15px 0;
}
.main_catalog_cards p span{
    display: block;
    font-weight: 400;
    color:#be1414;
    padding: 10px 0;
}
.main_catalog_card_link{
    position: relative;
    width:100%;
    max-width: 320px;
    margin: 0 auto 40px;
}
.main_catalog_card_link a{
    display: block;
    background: #fff;
    border:1px solid #A7BB96;
    color:#A7BB96;
    text-align: center;
    padding: 15px;
}
.main_catalog_card_link a::before{
    content:'';
    position: absolute;
    top:50%;
    right:20px;
    -webkit- transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top:2px solid #A7BB96;
    border-right:2px solid #A7BB96;
    width:15px;
    height:15px;
    transition: all .5s;
}
.main_catalog_card_link a:hover::before{
    right:15px;
}

/* main_blog */
.main_blog_content{
    background-color:#F3F5F2; 
}
.main_blog_cards{
    padding: 60px 0 10px;
}
.main_blog_cards archive{
    margin: 0px 0 50px;
}
.main_blog_cards archive time{
    color: #A7BB96;
    margin: 10px 0;
}
.main_blog_cards archive p{
    color:#000;
}

/*--　 main access　--*/
.main_access_content{
    
}
.main_access_content .main_access_card{
    margin: 60px 0;
}
.main_access_content .main_access_card ul{
    margin-top: 0px;
}
.main_access_content .main_access_card ul li{
    padding: 20px 0;
    border-bottom: solid 2px #DDE1DA;
}
.main_access_content .main_access_card ul li:last-child{
    border-bottom: solid 0px #DDE1DA;
}
.main_access_content .main_access_card .main_access_txt{
    text-align: center;
    color:#000;
    margin: 0 0 50px;
}
.main_access_content .main_access_card .main_access_rink{
    text-align: center;
    color:#000;
    padding: 8px;
    margin: 0 auto;
    max-width: 260px;
    background-color: #DDE1DA;
}
.main_access_content .main_access_card .main_access_qr{
    margin: 20px auto;
    display: block;
    max-width: 160px;
}


/*-- pagetop --*/
#pagetop{
    position: fixed;
    right:4%;
    bottom:8%;
    opacity:1;
    display: none;
}
#pagetop a{position: relative;}
#pagetop a span{position: absolute;top: 0%;left: 50%;width: 46px;height: 46px;margin-left: -23px;background-color:rgba(255,255,255,.8);border:1px solid #5e453b;border-radius: 100%;box-sizing: border-box;transition: .5s all;}
#pagetop a span::after{position: absolute;top: 66%;left: 50%;content: '';width: 16px;height: 16px;margin: -12px 0 0 -8px;border-left: 3px solid #5e453b;border-bottom: 3px solid #5e453b;-webkit-transform: rotate(135deg);transform: rotate(135deg);box-sizing: border-box;transition: .5s all;}
#pagetop a span:hover{background-color:#5e453b;transition: .5s all;}
#pagetop a span:active{background-color:transparent!important;}
#pagetop a span:hover::after{top: 60%;left: 50%;border-left: 3px solid #fff;border-bottom: 3px solid #fff;transition: all .5s;}

/*-- main_feature_content --*/

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

}

@media screen and (max-width:1070px) {
/*-- main_visual --*/
#main_visual{
    position: relative;
    height:calc(100vh - 70px);
    margin: 70px 0 0;
}
#main_visual .swiper-mv .swiper-slide .slide-box{
    position: relative;
    overflow: hidden;
    height:calc(100vh - 70px);
}
#main_visual .swiper-mv .swiper-slide img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit- transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
    width:100%;
    height:calc(100vh - 70px);
}
    
/*-- main catalog --*/
.main_catalog_cards .flex__box2{
    margin: 40px 0;
}
.main_catalog_cards .flex__top{
    text-align: center;
    margin: 0 auto;
    width: 50%
}
.main_catalog_cards .flex__top img{
    margin:0px auto 0; 
}
.main_catalog_cards .flex__bottom{
    padding-left: 20px;
    width:50%;
}
.main_catalog_cards h3{
    margin: 15px 0 0;
    color: #A7BB96;
    font-size: 24px;
    font-weight: 600;
}
.main_catalog_cards p{
    font-weight: 400;
    color:#000;
    margin: 15px 0;
}
.main_catalog_cards p span{
    display: block;
    font-weight: 400;
    color:#be1414;
    padding: 10px 0;
}
.main_catalog_card_rink{
    position: relative;
    width:100%;
    max-width: 100%;
    margin: 0 auto;
}
}

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

/*-- main feature content --*/
.main_feature_cards{
    padding: 40px 0 30px;
}

/*-- main plan content --*/
#plan_content{
    background-color: #F3F5F2;
}
.main_plan_cards{
    padding: 40px 0 30px;
    text-align: center;
}

/*-- main news --*/
.main_news_list{
    margin: 0 auto;
    padding: 60px 0;
    max-width: 100%;
}
/*-- main q&a --*/
.main_qa_list{
    display: flex;
    margin: 0 auto 15px;
    max-width: 100%;
}
/*-- main catalog --*/
.main_catalog_cards{
    padding: 40px 0 30px;
}
}
@media screen and (max-width:768px) {
/*-- main_visual --*/
#main_visual{
    position: relative;
    height:400px;
    margin: 70px 0 0;
}
#main_visual .swiper-mv .swiper-slide .slide-box{
    position: relative;
    overflow: hidden;
    height:400px;
}
#main_visual .swiper-mv .swiper-slide img{
    height:400px;
}
/*-- main content --*/
.main_content{
    padding: 40px 0;
}
/*-- main catalog --*/
.main_catalog_cards .flex__box2{
    margin: 40px 0;
}
.main_catalog_cards .flex__top{
    width: 40%
}
.main_catalog_cards .flex__top img{
    width:100%;
    max-width: 100%;
    margin:0px; 
}
.main_catalog_cards .flex__bottom{
    padding-left: 15px;
    width:60%;
}
.main_catalog_cards h3{
    margin: 15px 0 0;
    color: #A7BB96;
    font-size: 24px;
    font-weight: 600;
}
.main_catalog_cards p{
    font-weight: 400;
    color:#000;
    margin: 15px 0;
}
.main_catalog_cards p span{
    display: block;
    font-weight: 400;
    color:#be1414;
    padding: 10px 0;
}
.main_catalog_card_link {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
}
.main_access_content .main_access_card ul{
    margin-top: 10px;
}
}
@media screen and (max-width:640px) {
#pagetop{
    position: fixed;
    right:40px;
    bottom:95px;
}
/*-- main catalog --*/
.main_catalog_cards .flex__box3{
    margin:40px 0;
    justify-content: center;
}
.main_catalog_cards .flex__top{
    width:40%;
}
.main_catalog_cards .flex__bottom{
    width:60%;
}
}


/*-- footer_widget01 --*/
.footer_widget01{
    width: 100%;
    padding: 48px 30px;
    margin: 0 auto;
    background-color: #96A28C;
    color: #fff;
    text-align: center;
}
.footer_widget01 h2{
    font-weight: 500;
    color: #fff;
}
/*-- footer_widget02 --*/
.footer_widget02{
    width: 100%;
    padding: 48px 0;
    margin: 0 auto;
    background-color: #fff7ef;
    color: #fff;
    text-align: center;
}
.footer_widget02 h2{
    font-weight: 500;
}
.footer_widget02 img{
    display: block;
    max-width: 160px;
    margin: 20px auto;
}
.footer_widget02 a{
    display: inline-block;
    padding: 12px 40px;
    background: #5e453b;
    border: 1px solid #5e453b;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    transition: all .5s;
}
.footer_widget02 a:hover{
    background: #fff;
    color: #5e453b;
}

/*-- footer_widget03 --*/
.footer_widget03{
    position: relative;
    background: url(../images/common/bg.jpg)no-repeat center/cover;
}
.footer_widget03::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:  rgba(118, 86, 74, 0.05 );
    z-index: 1;
}
.footer_widget03__header__menu{
    position: relative;
    padding: 70px 0 30px;
    text-align: center;
    z-index: 2;
}
.footer_widget03__header__menu img{
    margin: 10px auto 30px;
    max-width: 180px;
}
.footer_widget03__header__menu a{
    display: inline-block;
    font-weight: 500;
    color:#5e453b;
    margin: 10px 0;
}
.footer_widget03__body__menu{
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0 70px;
    z-index: 2;
}
.footer_widget03__body__menu h3{
    text-align: center;
    padding: 0px 0 10px;
}
.footer_widget03__body__menu p{
    text-align: center;
    padding: 0px 0;
}

@media screen and (max-width:1200px) {
/*-- footer_widget03 --*/
.footer_widget03__body__menu{
    max-width: 90%;
}
}
@media screen and (max-width:900px) {
/*-- footer_widget03 --*/
.footer_widget03__body__menu{
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
.footer_widget03__body__menu .txt18{
    margin: 20px 0 0;
}
}

/*-- footer --*/
.footer{
    position: relative;
    background: #8f746e;
    padding: 15px 0 30px;
    text-align: center;
}
.footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px auto;
 }
.footer ul li{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: -1px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px 10px;
    text-align: center;
}
.footer ul li:first-child{
    margin-left: 0;
}
.footer ul li a{
    font-size: 13px;
    color:#fff;
}
.footer p{
    color:#fff;
}
/*-- fix_bottom_menu --*/
#fix_bottom_menu{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background: rgba(255,255,255,.9);
    transition: all .5s;
    z-index: 100;
}
#fix_bottom_menu::before{
    content:'';
    position: absolute;
    left:50%;
    top:2px;
    bottom:2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #dcdcdc;
    width:1px;
}
#fix_bottom_menu.hide{
    bottom:-50px;
}
#fix_bottom_menu ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fix_bottom_menu ul li{
    width: 49%;
    padding: 10px 0;
    text-align: center;
}
#fix_bottom_menu ul li span{
    display:block;
}
@media screen and (max-width:1300px) {
.footer ul li{
    padding: 2px 8px;
}
}

@media screen and (max-width:768px) {
.footer ul li{
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    margin-left: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px 10px;
    text-align: center;
}
/*-- footer_widget03 --*/
.footer_widget03__header__menu img{
    margin: 10px auto 30px;
    max-width: 150px;
}
}
@media screen and (max-width:600px) {
.footer p{
    font-size: 10px;
}
}

/*-- --------- --*/
/*-- 下位ページ --*/
/*-- --------- --*/

/*-- top__area --*/
#top__area{
    position: relative;
    margin-top: 90px;
    height:400px;
}
#top__area::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.1);
    z-index: 1;
}
#top__area h1{
    font-weight: 700;
    color:#fff;
    padding:250px 40px 0px 0;
    position: relative;
    z-index: 3;
}
@media screen and (max-width:1070px) {
#top__area{
    margin-top: 70px;
}    
}
@media screen and (max-width:640px) {
#top__area{
    height:300px;
}    
}

/*-- pnkz--*/
.breadcrumbs{
    padding: 15px 0;
    color:#5e453b;
}
.pnkz__home{
    position: relative;
}
.pnkz__home span{
    display: inline-block;
    padding-left: 15px;
}
.pnkz__home::before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    background-image: url(../images/ico/ico_home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width:13px;
    height:13px;
}
/*-- main_content --*/
#main_content{
    background: url(../images/common/bg_main.jpg)no-repeat center/cover;
}
#main_content .container__inner{
    padding: 80px 0;
}
#main_content .container__inner__header{
    margin:30px auto;
    text-align: center;
}
#main_content .container__inner__header h2{
    font-weight: 500;
    color:#5e453b;
    background-color: #fff7ef;
    border: #5e453b solid 2px;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px; 
}
.txt__deco{
    display: block;
    width:120px;
    margin: 0 auto;
}

/*-- ---------- --*/
/*-- about-page --*/
/*-- ---------- --*/
.about #top__area{
	background: url(http://koko-studio.photo/wp-content/uploads/2024/01/231205_koko_001_s.jpg)no-repeat center/cover;
	/*--background: url(../images/about/about_top.jpg)no-repeat center/cover; --*/
}
.about .container__inner__box{
    padding: 50px 0;
}
.about .container__inner__box h3{
    font-weight: 500;
}
.about .container__inner__top .about__box{
    position: relative;
    margin:0px 0 80px; 
}
.about .container__inner__top .about__box .left__box.txt,
.about .container__inner__top .about__box .right__box.txt{
    position: absolute;
    top:50%;
    -webkit- transform: translateY(-50%);
    transform: translateY(-50%);
    width:50%;
    background: rgba(255,255,255,.8); 
    padding: 30px;
}
.about .container__inner__top .about__box .left__box.txt{
    left:0;
}
.about .container__inner__top .about__box .right__box.txt{
    right:0;
}
.about .container__inner__top .about__box .left__box,
.about .container__inner__top .about__box .right__box{
    width: 55%;
}
.about .container__inner__top .about__box .right__box{
    margin-left:auto;
}
.about .container__inner__top h3{
    margin:0 0 15px; 
}
.about .container__inner1 .flex__box3{
    margin: 40px 0;
}
.about .container__inner1 .flex__box3 h3{
    text-align: center;
    margin: 0px 0 10px;
}
.about .container__inner1 .flex__box3 p{
    margin: 15px 0 20px;
    text-align: left;
}
.about .container__inner1 .flex__box3 img{
    max-width: 80px;
    display: block;
    margin: 0px auto;
}
.about .container__inner2 .flex::after{
    content:'';
    width:31%;
}
.about .container__inner2 .flex__box3{
    background: #fff;
    padding: 16px;
    margin: 40px 0;
}
.about .container__inner2 .flex__box3 h3{
    text-align: center;
    margin: 10px 0 5px;
}
.about .container__inner2 .flex__box3 p{
    margin: 15px 0;
    text-align: left;
}
.about .link__btn{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.about .link__btn a{
    display: block;
    background: #fff;
    border:1px solid #333;
    text-align: center;
    padding: 15px;
}
.about .link__btn a::before{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top:2px solid #000;
    border-right:2px solid #000;
    width:10px;
    height:10px;
    transition: all .5s;
}
.about .link__btn a::after{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%);
    transform: translateY(-50%);
    width:18px;
    height:2px;
    background: #000;
    transition: all .5s;
}
.about .link__btn a:hover::before,.about .link__btn a:hover::after{
    right:20px;
}

/*-- ---------- --*/
/*-- price-page --*/
/*-- ---------- --*/
.price #top__area{
    background: url(/wp-content/uploads/2024/01/231205_koko_232_s.jpg)no-repeat center/cover;
}
.price .plan_container{
    padding: 40px;
    margin-bottom: 40px;
    background: #fff;   
}
.price #plan{
    padding-top: 90px;
    margin-top: -90px;
}
.price .plan_container .plan__header{
    text-align: center;
    padding: 0 0 40px;
}
.price .plan_container .plan__header h3{
    font-weight: 700;
    margin-bottom: 5px;
}
.price .plan_container .plan__header img{
    margin-bottom: 15px;
}
.price #price__top .container__inner__1{
    margin: 40px 0;
}
.price #price__top .container__inner__1 .price_heading_center{
    width:48%;
}
.price #price__top .container__inner__1 .price_heading_center .price_heading_center_body{
    position: relative;
    text-align: center;
}
.price #price__top .container__inner__1 .price_heading_center_txt{
    position: relative;
    display: inline-block;
}
.price #price__top .container__inner__1 .price_heading_center .price_heading_center_txt .left-img{
    position: absolute;
    top:-34px;
    left:3%;
    width:80px;
}
.price #price__top .container__inner__1 .price_heading_center_txt h3{
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
.price #price__top .container__inner__1 .price_heading_center_txt h3 span{
    color:#d57272;
}
.price #price__top .container__inner__1 .price_heading_center .price_txt{
    text-align: center;
}
.price #price__top .container__inner__1 .flex__left__sp,
.price #price__top .container__inner__1 .flex__right__sp {
    width:20%;
}
.price #price__top .container__inner__1 .flex__left__sp img{
    margin-left:auto;
}
.price #price__top .container__inner__1 .flex__right__sp img{
    margin-right: auto;
}
.price #price__top .container__inner__1 .flex__left__sp img,
.price #price__top .container__inner__1 .flex__right__sp img{
    width:auto;
    height:100%;
    max-height: 280px;
}
.price #price__top .sub__txt{
    text-align: center;
    margin: 30px auto;
}
.price #price__top h4{
    font-weight: 500;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    padding: 10px 60px;
}
.price #price__top h4 span{
    font-weight: 500;
    color: #D57272;
}
.price #price__top .red__txt{
    font-weight: 500;
    color: #D57272;
    text-align: center;
    margin: 30px auto;
}
.price #price__top .flex.flex__ju__bet{
    max-width: 80%;
    margin: 40px auto;
}
.price #price__top .flex__box4 h3{
    font-weight: 500;
    color: #D57272;
    text-align: center;
    margin: 0px auto;
}
.price #price__top .flex__box4 .price_txt{
    text-align: center;
    padding: 10px 0;
}
.price #price__top .flex__box4 img{
    display: block;
    margin: 15px auto 0;
    max-width: 100px;
}
.price #price__top .flex__box4 img.img_big{
    margin:5px auto 0;
    max-width: 130px;
}
.price .plan_container .plan_cards{
    margin-bottom: 40px;
}
.price .plan_container .plan_card{
    margin-bottom: 60px;
}
.price .plan_container .plan_card:last-child{
    margin-bottom: 0px;
}
.price .plan_container .plan_cards h4{
    font-weight: 500;
}
.price .plan_container .plan_cards .plan_card_detail{
    margin: 15px 0;
}
.price .plan_container .plan_cards .plan_card_detail p{
    font-weight: 400;
    display: inline-block;
    padding: 3px 20px;
    background-color: #F2F2F2;
    margin-left: 12px;
}
.price .plan_container .plan_cards .plan_card_detail p:first-child{
    margin: 0;
}
.price .plan_container .plan_cards .txt14{
    font-weight: 400;
    margin-left: 1em;
    text-indent: -1em;
}
.price .plan_container .plan_cards p.txt12{
    margin-left: 1em;
    text-indent: -1em;
}
.price .plan_container .plan_cards .red__txt{
    color:#D57272;
    margin: 5px 0;
}
.price .plan_container .plan_cards .plan_card_price{
    font-weight: 500;
    color:#D57272;
}
.price .plan_container .plan_cards .plan_card_price_txt{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 1em;
    text-indent: -1em;
}
#plan2 .price_bt_txt{
    text-align: center;
    margin: 12px 0;
}
.price .option__container{
    max-width: 80%;
    margin: 60px auto 0;
    color:#5e453b;
}
.price .option__container h3,.price .option__container p{
    text-align: center;
}
.price .option__container h3{
    font-weight: 500; 
}
.price .option__container p{
    font-weight: 400; 
}
.price .option__container div.flex{
    margin: 40px 0;
}
.price .option__container dl{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.price .option__container dl dt{
    font-weight: 400;
    width:calc(100% - 90px);
    margin: 5px 0;
 }
.price .option__container dl dd{
    font-weight: 400;
    width:90px;
    margin: 5px 0;
    text-align: right;
}

/*-- ---------------- --*/
/*-- information-page --*/
/*-- ---------------- --*/
.information #top__area{
    background: url(../images/info/info_top.jpg)no-repeat center/cover;
}
.information .flex__info{
    position: relative;
}
.information .flex__info::after{
    content:'';
    width:31%;
}
.information .info-cards{}
.information .info-cards ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 40px;
}
.information .info-cards ul li{
    margin: 10px;
}
.information .info-cards ul li a{
    padding: 5px 10px;
}
.information .info-cards ul li.current-cat a{
    color:#fff;
    background: #5e453b;
}
.information .info-cards article{
    margin: 0px 0 60px;
}
.information .info-cards article time{
    display: inline-block;
    font-weight: 400;
    margin: 5px 0;
}
.information .info-cards article h2{
    font-weight: 700;
}

/*-- ------------- --*/
/*-- category-page --*/
/*-- ------------- --*/
.category .info-cards article time{
    display: inline-block;
    font-weight: 400;
    margin: 5px 0;
}
.category .info-cards article h2{
    font-weight: 700;
}

/*-- ------------------ --*/
/*-- category-blog-page --*/
/*-- ------------------ --*/
.category-blog #top__area{
    background: url(../images/info/info_top.jpg)no-repeat center/cover;
}


/*-- ------------------ --*/
/*-- category-news-page --*/
/*-- ------------------ --*/
.category-news #top__area{
    background: url(../images/info/info_top.jpg)no-repeat center/cover;
}

/*-- ----------- --*/
/*-- singlr-page --*/
/*-- ----------- --*/
.single #top__area{
    height: 0; 
}
.single .single__bread{
    background: #f7f7f7;
    box-shadow: inset 0 -1px 8px rgba(0,0,0,.16);
}
.single .single__bread .breadcrumbs{
    padding: 10px 0;
}
.single .single-container{
    padding: 80px 0;
}
.single .single-container h1{
    font-weight: 700;
    padding: 0 0 5px;
}
.single .single-container .single-header p{
    font-weight: 400;
    background: #5e453b;
    color:#fff;
    padding: 5px;
}
.single .single-container .single-header time{
    padding-left:10px;
}
.single .single-container .single-content{
    padding: 60px 0;
}
.single .single-btn{
    
}
.single .single-btn .single-back{
    display: flex;
    align-items: center;
    justify-content: center;
}
.single .single-btn{
    margin: 0 auto;
}
.single .single-btn .single-back a{
    border:1px solid #5e453b;
    text-align: center;
    padding: 8px 20px;
}
.single .single-btn .single-back a:hover{
    background: #5e453b;
    color:#fff;
}
/* -------------------------- */
/* --     dress-single     -- */
/* -------------------------- */
.single .single__img{
    text-align: center;
}
.single .single__img img{
    display: block;
    margin: 0px auto 30px;
    max-width: 40%;
}

/*-- ----------- --*/
/*-- studio-page --*/
/*-- ----------- --*/
.studio #top__area{
    background: url(http://koko-studio.photo/wp-content/uploads/2024/01/A7R02897.jpg)no-repeat center/cover;
}
.studio #studio__top{
    margin: 60px auto 100px;
    max-width:80%;
}
.studio #studio__top img{
    display: block;
    margin: 0px auto 20px;
    max-width:60%;
}
.studio #studio__top p{
    text-align: center;
}
.studio #studio__alink1,.studio #studio__alink2{
    padding: 0px 0 40px;
    text-align: center;
}
.studio .container__inner__body .list__menu__title{
    font-weight: 500;
    color:#5e453b;
    text-align: center;
    background-color: #fff7ef;
    border: #5e453b solid 2px;
    border-radius: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px; 
}
.studio .list__menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}
.studio .list__menu li{
    margin: 10px;
}
.studio .list__menu li a{
    font-weight: 500;
    padding: 5px;
}
.studio #studio__alink3{
    text-align: center;
    padding: 60px 0 0;
}
.studio #p-1,.studio #p-2,.studio #p-3{margin-top: -50px;padding-top: 50px;}
.studio .studio__card{
    /*padding-top:130px; 
    margin: -80px auto 40px;*/
    padding-top:0px; 
    margin: 60px auto;
    max-width:80%;
}
.studio .studio__card img{
    margin: 0 0 20px;
}
.studio .studio__card h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.studio .studio__card h3 span{
    color:#fff;
    line-height: 100%;
    background-color: #5e453b;
    border-radius: 100px;
    padding: 5px 30px;
    margin-right: 5px;
}
.studio .studio__cards{
    margin: 40px auto;
    padding: 30px;
    max-width:80%;
    background: #fff;
}
.studio .studio__cards .flex{
    margin: 30px 0 0;
}
.studio .studio__cards h2{
    font-weight: 500;
    text-align: center;
    margin: 0 0 5px;
}
.studio .studio__cards h3{
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px;
}
.studio .studio__cards__bottom{
    text-align: center;
    margin: 20px 0;
}
.studio .studio__cards__bottom.last__card{
    margin: 20px 0 60px;
}
.studio .studio__cards__bottom a{
    display: inline-block;
    width:100%;
    max-width: 300px;
    padding: 12px 40px;
    background: #5e453b;
    border: 1px solid #5e453b;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    transition: all .5s;
}
.studio .studio__cards__bottom a:hover{
    background: #fff;
    color: #5e453b;
}


/*-- ------------- --*/
/*-- location-page --*/
/*-- ------------- --*/
.location #top__area{
    background: url(/wp-content/uploads/2024/01/location_top.jpg)no-repeat center top/cover;
}
.location .container__inner{
    max-width: 80%;
    margin: 0 auto;
}
.location .location_cards{
    padding: 40px 0;
}
.location .location_card{
    margin: 50px 0;
}
.location .location_card .sub__txt{
    text-align: center;
}
.location .location_card h3{
    font-weight: 700;
    text-align: center;
    margin: 0px 0 20px;
}
.location .location_card .adress__txt{
    text-align: center;
    margin-bottom: 20px;
}
.location .location_card_bottom{
    text-align: center;
    margin: 80px auto 0;
}
.location .location_card_bottom h4{
    font-weight: 500;
    text-align: center;
}
.location .location_card_bottom p{
    text-align: center;
    margin: 5px 0;
}
.location .link__btn{
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}
.location .link__btn a{
    display: block;
    background: #fff;
    border:1px solid #333;
    text-align: center;
    padding: 15px;
}
.location .link__btn a::before{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top:2px solid #000;
    border-right:2px solid #000;
    width:10px;
    height:10px;
    transition: all .5s;
}
.location .link__btn a::after{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%);
    transform: translateY(-50%);
    width:18px;
    height:2px;
    background: #000;
    transition: all .5s;
}
.location .link__btn a:hover::before,.location .link__btn a:hover::after{
    right:20px;
}

/*-- --------- --*/
/*-- flow-page --*/
/*-- --------- --*/
.flow #top__area{
    background: url(http://koko-studio.photo/wp-content/uploads/2024/01/A7R02915.jpg)no-repeat center/cover;
}
.flow .container__inner{
    max-width: 80%;
    margin: 0 auto;
}
.flow .flow__card .flow__card__header{
    display: flex;
    align-items: center;
    padding: 0 0 15px;
}
.flow .flow__card .flow__card__header .card__step{
    background:  #5e453b;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width:50px;
    height:50px;
}
.flow .flow__card .flow__card__header .card__step p{
    font-weight: 500;
    text-align: center;
    color:#fff;
    padding: 2px 0 0;
    line-height: 100%;
}
.flow .flow__card .flow__card__header .card__step span{
    text-align: center;
    color:#fff;
    padding:0;
}
.flow .flow__card .flow__card__header h3{
    font-weight: 700;
    padding-left: 10px
}
.flow .flow__card .flow__box{
    position: relative;
    margin:40px 0 80px; 
}
.flow .flow__card .flow__box .left__box.txt{
    width: 55%;
    padding: 30px;
    background: rgba(255,255,255,.8); 
    z-index: 1;
}
.flow .flow__card .flow__box .left__box.txt{
    left:0;
}
.flow .flow__card .flow__box .left__box.txt p{
    margin: 0 0 20px;
}
.flow .flow__card .flow__box .left__box.txt p.txt16{
    font-weight:500;
}
.flow .flow__card .flow__box .left__box.txt p:last-child{
    margin: 0;
}
.flow .flow__card .flow__box .right__box{
    width: 50%;
    position: absolute;
    top:50%;
    right:0;
    -webkit- transform: translateY(-50%);
    transform: translateY(-50%);
    width:50%;
    z-index: 0;
}
.flow .link_widget02{
    position: relative;
    max-width: 100%;
    margin: 0 auto 20px;
}
.flow .link_widget02 a{
    display: inline-block;
    padding: 12px 40px;
    background: #5e453b;
    border: 1px solid #5e453b;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    transition: all .5s;
}
.flow .link_widget02 a:hover{
    background: #fff;
    color: #5e453b;
}
.flow .flow__card__bottom{
    padding: 40px 0 0;
}
.flow .link__btn{
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}
.flow .link__btn a{
    display: block;
    background: #fff;
    border:1px solid #333;
    text-align: center;
    padding: 15px;
}
.flow .link__btn a::before{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top:2px solid #000;
    border-right:2px solid #000;
    width:10px;
    height:10px;
    transition: all .5s;
}
.flow .link__btn a::after{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%);
    transform: translateY(-50%);
    width:18px;
    height:2px;
    background: #000;
    transition: all .5s;
}
.flow .link__btn a:hover::before,.flow .link__btn a:hover::after{
    right:20px;
}

/*-- ------- --*/
/*-- contact --*/
/*-- ------- --*/
.contact #top__area,.thanks #top__area{
    background: url(http://koko-studio.photo/wp-content/uploads/2024/01/A7R02885.jpg)no-repeat center/cover;
}
.contact .container__inner{
    max-width: 80%;
    margin: 0 auto;
}
.contact .contact__card__header{
    border:solid 1px #5e453b;
    background: #fff7ef;
    padding:2em;
    text-align: center;
}
.contact .contact__card__header a{
    margin: 15px auto;
}
.contact .contact__card__header p{
    margin: 15px auto;
}
.contact .contact__card__header p.txt16{
 }
.contact .contact__card__header p.txt__red{
    margin: 0 auto;
 }
.contact .contact__card__body{
    margin: 60px auto 0;
    background: #fff;
    padding: 30px;
}
.contact .contact__card__body .form__list{
    margin: 30px 0;
    width: 100%;
}
.contact .contact__card__body .form__list:first-child{
    margin: 0px 0 30px;
}
.contact .contact__card__body .form__list > br{
    display: none;
}
.contact .contact__card__body .form__list .form__box{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.contact .contact__card__body .form__list .form__label{
    font-weight: 500;
    display: inline-block;
}
.contact .contact__card__body .form__list .form__re{
    background: #ff3333;
    color:#fff;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block;
}
.contact .contact__card__body .form__list .form__any{
    background: #ababab;
    color:#fff;
    font-weight: 500;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
    display: inline-block;
}
.contact .contact__card__body .form__list input,.contact .contact__card__body .form__list textarea{
    border:1px solid #ccc;
    border-radius: 2px;
    background: #fcfcfc;
    padding: 5px;
    max-width: 100%;
    color:#000;
    caret-color: #222222;
}
.contact .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 20px;
}
.contact .contact__card__body .confilm__btn{
    margin: 40px 0 0;
}
.contact .contact__card__body .confilm__btn input{
    border:1px solid #ccc;
    background: #77aaee;
    color:#fff;
    padding: 10px;
    max-width: 100%;
}
.contact .thanks__box{
    padding: 30px 0;
}
.contact .thanks__box h2{
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.thanks .contact__card__body{
    margin: 0 auto;
    text-align: center;
}
.thanks .contact__card__body h2{
    font-weight: 700;
    margin: 0 auto 50px;
}
.thanks .contact__card__body p{
    margin: 0 auto 30px;
}
.thanks .link__btn{
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}
.thanks .link__btn a{
    display: block;
    background: #fff;
    border:1px solid #333;
    text-align: center;
    padding: 15px;
}
.thanks .link__btn a::before{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-top:2px solid #000;
    border-right:2px solid #000;
    width:10px;
    height:10px;
    transition: all .5s;
}
.thanks .link__btn a::after{
    content:'';
    position: absolute;
    top:50%;
    right:30px;
    -webkit- transform: translateY(-50%);
    transform: translateY(-50%);
    width:18px;
    height:2px;
    background: #000;
    transition: all .5s;
}
.thanks .link__btn a:hover::before,.thanks .link__btn a:hover::after{
    right:20px;
}
/*-- -------- --*/
/*-- faq-page --*/
/*-- -------- --*/
.faq #top__area{
    background: url(http://koko-studio.photo/wp-content/uploads/2024/01/A7R02903.jpg)no-repeat center/cover;
}
.faq #faq-1,.faq #faq-2,.faq #faq-3,.faq #faq-4{
    margin-top: -30px;
    padding-top: 30px;
}
.faq .faq__menu{
    margin: 30px auto;
    justify-content: center;
}
.faq .faq__menu a{
    font-weight: 500;
    color:#5e453b;
    display: inline-block;
    margin: 5px 15px;
    text-align: center;
}
.faq .container__inner__faq{
    background: #fff;
    padding: 30px;
    margin: 40px 0;
}
.faq .container__inner__faq h3{
    font-weight: 500;
    text-align: center;
}
.faq .container__inner__faq dl dt{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 25px 0 35px;
    width: 100%;
    padding-left: 40px;
    font-size: 14px;
    color:#5e453b;
}
.faq .container__inner__faq dl dt::before{
    content:'Q';
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5e453b;
    position: absolute;
    top:-4px;
    left: 0;
    min-width: 30px;
    min-height:30px;
    max-width:30px;
    max-height: 30px;
    margin-right: 10px;
}
.faq .container__inner__faq dl dd{
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0px 0 60px;
    width: 100%;
    padding-left: 40px;
    font-size: 14px;
    color:#5e453b;
}
.faq .container__inner__faq dl dd::before{
    content:'A';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5e453b;
    position: absolute;
    top:-4px;
    left: 0;
    min-width: 30px;
    min-height:30px;
    max-width:30px;
    max-height: 30px;
    margin-right: 10px;
}
.faq .container__inner__faq dl dd span{
    display: block;   
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
}

/*-- ------ --*/
/*-- access --*/
/*-- ------ --*/
.access #top__area{
    background: url(http://koko-studio.photo/wp-content/uploads/2024/01/A7R02920.jpg)no-repeat center/cover;
}
.access .container__inner{
    max-width: 80%;
    margin: 0 auto;
}
.access dl{
    font-size: 14px;
    color:#5e453b;
    margin: 0 auto 30px;
}
.access dl dt{
    font-weight: 400;
    width:25%;
    padding:10px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
.access dl dd{
    font-weight: 400;
    width: 75%;
    padding: 10px;
    border-bottom: 1px solid #666;
}
.access dl dt.last__list,.access dl dd.last__list{
    border-bottom: 0px;
}
.access .access__img{
    position: relative;
    padding-top:236px;
    overflow: hidden;
}
.access .access__img img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:100%;
    height:100%;
    object-fit: cover;
}

/*-- ------- --*/ 
/*-- company --*/
/*-- ------- --*/ 
.company #top__area{
    background: url(../images/company/company_top.jpg)no-repeat center/cover;
}
.company .container__inner__body{
    max-width: 80%;
    margin: 0 auto;
}
.company dl{
    font-size: 14px;
    color:#5e453b;
    background: #fff;
}
.company dl dt{
    font-weight: 400;
    width:20%;
    padding: 15px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    min-width:92px;
    display: flex;
    align-items: center;
}
.company dl dd{
    font-weight: 400;
    width: 80%;
    padding: 15px;
    border-bottom: 1px solid #666;
    max-width:calc(100% - 92px);
}
.company dl dt.last__list,.company dl dd.last__list{
    border-bottom: 0px;
}

/*-- カスタム投稿 --*/
.archive .archive__menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px auto 40px;
    max-width: 80%;
}
.archive .archive__menu li{
    text-align: center;
    margin: 10px;
}
.archive .archive__menu li a{
    padding: 5px 10px;
}
.archive .archive__menu li.current-cat a{
    color:#fff;
    background: #5e453b;
}
.post-type-archive .flex__archive,
.tax-dress_cats .flex__archive,
.tax-album_cats .flex__archive{
    position: relative;
    padding: 40px 0;
}
.post-type-archive-dress .flex__archive::after,
.tax-dress_cats .flex__archive::after{
    content:'';
    width: 31%;
}

.post-type-archive .flex__archive h2,
.tax-dress_cats .flex__archive h2,
.tax-album_cats .flex__archive h2{
    font-weight: 700;
    margin: 10px 0;
}

/*-- ---------- --*/
/*-- dress-page --*/
/*-- ---------- --*/
.post-type-archive-dress #top__area,
.tax-dress_cats #top__area{
    background: url(/wp-content/uploads/2024/01/dress_top.jpg)no-repeat center top/cover;
}
.post-type-archive-dress article,
.tax-dress_cats article{
    margin: 30px 0 30px; 
}
    
/*-- ---------- --*/
/*-- album-page --*/
/*-- ---------- --*/
.post-type-archive-album #top__area,
.tax-album_cats #top__area{
    background: url(/wp-content/uploads/2024/01/231205_koko_226_s-1.jpg)no-repeat center top/cover;
}
.post-type-archive-album article,
.tax-album_cats article{
    margin: 10px;
    width: calc(25% - 20px);
}

/*-- --------- --*/
/*-- pagination --/
/*-- --------- --*/
.pagination{margin:40px 0 0;}
.pagination a,.pagination__info a{font-family: 'Roboto', sans-serif;}
.pagination li a,.pagination li span,.pagination__info a,.pagination__info span{line-height: 100%;}
.pagination .page-numbers{display:flex;align-items:center;justify-content:center;}
.pagination .page-numbers li{margin:0 10px;}
.pagination .page-numbers li a{display:inline-block;border:1px solid #5e453b;padding:10px 15px;color:#5e453b;}
.pagination .page-numbers li a.next,.pagination .page-numbers li a.prev{font-family: 'Roboto', sans-serif;border:none;color:#5e453b;}
.pagination .page-numbers li .current{border:1px solid #5e453b;background:#5e453b;color: #fff;padding:11px 15px;}
.pagination .dots{background:transparent;box-shadow:none;}

.pagination__info{
    margin:40px 0 0;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #000;
}
.pagination__info a{font-family: 'Roboto', sans-serif;}
.pagination__info .page-numbers{
    display:inline-block;
    border:1px solid #5e453b;
    padding:10px 15px;
    margin:0 10px;
    color:#5e453b;
}
.pagination__info .current{
   border:1px solid #5e453b;background:#5e453b;color: #fff;padding:11px 15px;
}
.pagination__info .page-numbers.prev,.pagination__info .page-numbers.next,.pagination__info .page-numbers.dots{border:none;color:#5e453b;}
.pagination .dots,.pagination__info .page-numbers.dots{padding: 10px 0;}

@media screen and (max-width:1200px) {
/*-- price --*/
.price #price__top .container__inner__1 .flex__left__sp img,
.price #price__top .container__inner__1 .flex__right__sp img{
    width:auto;
    height:100%;
    max-height: 200px;
}
.price #price__top .container__inner__1 .price_heading_center .price_heading_center_body .left-img{
    position: absolute;
    top: -23px;
    left: 5px;
    width: 70px;
}

/*-- faq-page --*/

.faq .faq__menu{ 
    margin: 30px auto;
}
.faq .faq__menu a{
    display: inline-block;
    margin: 5px 10px;
}
/*-- ---------- --*/
/*-- album-page --*/
/*-- ---------- --*/
.post-type-archive-album article,
.tax-album_cats article{
    margin: 10px;
    width: calc(33.33333% - 20px);
}
}

@media screen and (max-width:1200px) {
/*-- access --*/
.access .container__inner{
    max-width: 75%;
    margin: 0 auto;
}
.access .container__inner .flex-60-left{
    order: 2;
    flex-basis: 100%;
    padding: 0;
    margin: 0 auto;
}
.access .gmap.gmap__sq{
    padding-top: 75%;
}
.access .container__inner .flex-40-right{
    order: 1;
    flex-basis: 100%;
    padding: 0;
    margin: 0 auto;
}
.access dl{
    margin: 0 auto 0px;
}
.access dl dt{
    color:#fff;
    width:auto;
    display: inline-block;
    padding:2px 30px;
    background:#5e453b; 
    border-radius: 20px;
    border-right: 0px solid #666;
    border-bottom: 0px solid #666;
}
.access dl dd{
    font-weight: 400;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 0px solid #666;
}
.access .access__img{
    position: relative;
    padding-top:0;
    margin: 0 auto 30px;
    overflow: hidden;
}
.access .access__img img{
    position: static;
    top:0%;
    left:0%;
    transform: translate(-0%,-0%);
}
}
@media screen and (max-width:1070px) {
/*-- price-page --*/
.price #price__top .container__inner__1 .price_heading_center{
    margin-top: 60px;
    width:100%;
    order: 2;
}
.price #price__top .container__inner__1 .flex__left__sp,
.price #price__top .container__inner__1 .flex__right__sp {
    width:48%;
    order: 1;
}
.price #price__top .container__inner__1 .flex__left__sp{
    text-align: right;
}
.price #price__top .container__inner__1 .flex__right__sp {
    text-align: left;
}
.price #price__top .container__inner__1 .flex__left__sp img,
.price #price__top .container__inner__1 .flex__right__sp img{
    width:auto;
    height:100%;
    max-height: 200px;
}
.price #price__top .container__inner__1 .price_heading_center .price_heading_center_body .left-img{
    position: absolute;
    top: -23px;
    left: 17px;
    width: 70px;
}

/*-- stufio-page --*/
.studio #p-1,.studio #p-2,.studio #p-3{margin-top: -35px;padding-top: 35px;}
.studio .studio__card{
    /*padding-top:110px; 
    margin: -60px auto 40px;*/
    padding-top:0px; 
    margin: 40px auto;
}
}

@media screen and (max-width:1000px) {
/*-- ---------- --*/
/*-- about-page --*/
/*-- ---------- --*/
.about .flex__or__sp1{order: 1;}
.about .flex__or__sp2{order: 2;} 
.about .container__inner2 .flex::after{
    width:48%;
}
.about .container__inner__top .about__box{
    position: relative;
    margin:0px 0 80px; 
}
.about .container__inner__top .about__box .left__box.txt,
.about .container__inner__top .about__box .right__box.txt{
    position: relative;
    top:0;
    -webkit- transform: translateY(0%);
    transform: translateY(0%);
    width:85%;
    background: rgba(255,255,255,.8); 
    padding: 30px;
    margin: -40px auto 0;
}
.about .container__inner__top .about__box .left__box,
.about .container__inner__top .about__box .right__box{
    width: 100%;
}
.about .container__inner__top .about__box .right__box{
    margin-left:auto;
    margin-right:auto;
}
.about .container__inner__top h3{
    margin:0 0 15px; 
}
    
/*-- ---------------- --*/
/*-- information-page --*/
/*-- ---------------- --*/
.information .flex__info::after{
    width:48%;
}
/*-- --------- --*/
/*-- flow-page --*/
/*-- --------- --*/
.flow .flex__or__sp1{order: 1;}
.flow .flex__or__sp2{order: 2;}
.flow .flow__card .flow__box{
    position: relative;
    margin:40px 0 80px; 
}
.flow .flow__card .flow__box .left__box.txt{
    width: 85%;
    padding: 30px;
    background: rgba(255,255,255,.8); 
    z-index: 1;
    margin: -40px auto 0;
}
.flow .flow__card .flow__box .left__box.txt{
    left:0;
}
.flow .flow__card .flow__box .left__box.txt p{
    margin: 0 0 20px;
}
.flow .flow__card .flow__box .left__box.txt p.txt16{
    font-weight:500;
}
.flow .flow__card .flow__box .left__box.txt p:last-child{
    margin: 0;
}
.flow .flow__card .flow__box .right__box{
    width: 100%;
    position: relative;
    top:0%;
    right:0;
    -webkit- transform: translateY(0%);
    transform: translateY(0%);
    width:100%;
    z-index: 0;
}
}

@media screen and (max-width:900px) {
/*-- main --*/
#main_content .container__inner__header h2 {
    padding-left: 30px;
    padding-right: 30px;
}
/*-- price --*/
.price #price__top .container__inner__1 .price_heading_center .price_heading_center_body .left-img{
    position: absolute;
    top: -23px;
    left: 17px;
    width: 60px;
}
.price #price__top .container__inner__1 .flex__left__sp,
.price #price__top .container__inner__1 .flex__right__sp {
    width:48%;
    order: 1;
}
.price #price__top .container__inner__1 .flex__left__sp{
    text-align: right;
}
.price #price__top .container__inner__1 .flex__right__sp {
    text-align: left;
}
.price #price__top .container__inner__1 .flex__left__sp img,
.price #price__top .container__inner__1 .flex__right__sp img{
    width:auto;
    height:100%;
    max-height: 200px;
}
.price #price__top .container__inner__1 .flex__right__sp img{
    padding-left: 40px;
}
.price #price__top h4 {
    font-weight: 500;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    padding: 10px 40px;
}
.price #price__top .container__inner__2{
    max-width: 100%;
    margin: 30px auto;
}
.price #price__top .container__inner__2 .flex__box4{
    margin: 0px auto 40px;
}
.price .plan_container .plan_cards .flex__box5{
    width:40%;
}
.price .option__container{
    max-width: 100%;
    margin: 40px auto 0;
    color:#5e453b;
}
.price .plan_container .plan_card .plan_card_text_content,
.price .plan_container .plan_card .plan_card_price{
    margin-top: 15px;
}
    
/*-- ------------- --*/
/*-- location-page --*/
/*-- ------------- --*/
.location .container__inner{
    max-width: 100%;
}
.location .link__btn{
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}
.location .location_card .adress__txt{
    text-align: left;
}
    
/*-- ----------- --*/
/*-- studio-page --*/
/*-- ----------- --*/
.studio #studio__top{
    margin: 40px auto 60px;
    max-width:100%;
}
.studio .studio__card{
    /*margin: -90px auto 40px;*/
    margin: 0px auto;
    max-width:80%;
}
.studio .studio__card img{
    margin: 0px auto 30px;
    max-width:100%;
}
.studio .studio__cards{
    margin: 40px auto;
    padding: 20px;
    max-width:100%;
    background: #fff;
}
/*-- --------- --*/
/*-- flow-page --*/
/*-- --------- --*/
.flow .container__inner{
    max-width: 100%;
    margin: 0 auto;
}
.flow .flow__card .flow__box {
    position: relative;
    margin: 20px 0 80px;
}
.flow .link_widget02 a{
    padding: 12px 30px;
}
/*-- ------- --*/
/*-- contact --*/
/*-- ------- --*/
.contact .container__inner{
    max-width: 100%;
    margin: 0 auto;
}
.contact .contact__card__body .form__list .form__box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 5px 0;
}
.contact .contact__card__body .form__list .form__re{
    font-size: 13px;
    margin-left: 0px;
}
.contact .contact__card__body .form__list .form__any{
    font-size: 13px;
    margin-left: 0px;
}
/*-- access --*/
.access .container__inner{
    max-width: 100%;
}
/*-- company --*/
.company .container__inner__body{
    max-width: 100%;
    margin: 0 auto;
}
/*-- faq-page --*/
.faq .faq__menu{
    margin: 30px auto;
}
.faq .faq__menu a{
    width:calc(50% - 20px);
    margin: 5px 10px;
}

/*-- カスタム投稿 --*/
.archive .archive__menu{
    max-width: 100%;
}
.post-type-archive-dress .flex__archive::after,
.tax-dress_cats .flex__archive::after{
    content:'';
    width: 48%;
}
}

@media screen and (max-width:768px) {
/*-- main_content --*/
#main_content .container__inner{
    padding: 50px 0;
}

/*-- price --*/
.price #price__top .red__txt {
    margin: 30px auto 50px;
}
.price .plan_container .plan_card{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdcdc;
}
.price .plan_container .plan_card:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #dcdcdc;
}

/*-- ---------- --*/
/*-- about-page --*/
/*-- ---------- --*/
.about .container__inner__top .about__box{
    margin:0px 0 20px; 
}
.about .container__inner__top .about__box .left__box.txt,
.about .container__inner__top .about__box .right__box.txt{
    position: relative;
    top:0;
    -webkit- transform: translateY(0%);
    transform: translateY(0%);
    width:100%;
    background: rgba(255,255,255,.8); 
    padding: 20px;
    margin: 0px auto 0;
}
.about .container__inner2 .flex::after{
    width:100%;
}
/*-- ----------- --*/
/*-- studio-page --*/
/*-- ----------- --*/
.studio .studio__card{
    max-width:100%;
}
/*-- price-page --*/
.price #price__top .flex.flex__ju__bet{
    max-width: 100%;
    margin: 40px auto;
}
.price .plan_container {
    padding: 25px;
}
.price .plan_container .plan_cards .flex__box5{width:100%;}
/*-- ---------------- --*/
/*-- information-page --*/
/*-- ---------------- --*/
.information .flex__info::after{
    width:100%;
}
    
/*-- faq-page --*/
.faq .faq__menu{
    justify-content: center;
    margin: 30px auto;
}
.faq .faq__menu a{
    width:100%;
    margin: 10px 0px;
}
.faq .container__inner__faq{
    padding: 25px;
}
.faq .container__inner__faq dl dt{
    margin: 25px 0;
}
/*-- flow-page--*/
.flow .flow__card .flow__box .left__box.txt{
    width: 100%;
    padding: 20px;
    background: rgba(255,255,255,.8); 
    z-index: 1;
    margin: 0px auto 0;
}
.flow .flow__card__bottom {
    padding: 00px 0 0;
}
/*-- ------- --*/
/*-- contact --*/
/*-- ------- --*/
.contact .contact__card__body .form__list .form__box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 5px 0 10px;
}
.contact .contact__card__body .form__list .form__re{
    font-size: 13px;
    margin-top: 5px;
    margin-left: 0px;
}
.contact .contact__card__body .form__list .form__any{
    font-size: 13px;
    margin-top: 5px;
    margin-left: 0px;
}
/*-- カスタム投稿 --*/
.post-type-archive-dress .flex__archive::after,
.tax-dress_cats .flex__archive::after{
    content:'';
    width: 0%;
}
.archive .archive__menu{position: relative}
.archive .archive__menu::after{content:'';width: 50%;}
.archive .archive__menu li{
    margin: 10px 15px;
    width:calc(50% - 30px);
}
.post-type-archive .flex__archive,
.tax-dress_cats .flex__archive,
.tax-album_cats .flex__archive{
    position: relative;
    padding: 0px 0;
}
/* -------------------------- */
/* --     dress-single     -- */
/* -------------------------- */
.single .single__img img{
    margin: 0px auto 20px;
    max-width: 80%;
}

/*-- ---------- --*/
/*-- album-page --*/
/*-- ---------- --*/
.post-type-archive-album article,
.tax-album_cats article{
    margin: 10px;
    width: calc(50% - 20px);
}
}
@media screen and (max-width:640px) {
/*-- price-page --*/
.price .plan_container .plan_cards .plan_card_detail p{
    font-weight: 400;
    display: inline-block;
    padding: 3px 20px;
    background-color: #F2F2F2;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/*-- カスタム投稿 --*/
.archive .archive__menu{position: relative}
.archive .archive__menu::after{content:'';width: 50%;}
.archive .archive__menu li{
    margin: 10px 0;
    width:100%;
}
/*-- ---------- --*/
/*-- album-page --*/
/*-- ---------- --*/
.post-type-archive-album article,
.tax-album_cats article{
    margin: 10px;
    width: calc(100% - 20px);
}
/*-- --------- --*/
/*-- pagination --/
/*-- --------- --*/
.pagination,.pagination__info{font-size: 14px;}
.pagination .page-numbers li{margin:0 8px;}
.pagination .page-numbers li a{padding:5px 10px;}
.pagination .page-numbers li .current{padding:6px 10px;}
.pagination .page-numbers li a.next,.pagination .page-numbers li a.prev{padding: 4px 0;}
    
.pagination__info .page-numbers{padding:5px 10px;margin:0 6px;}
.pagination__info .current{padding:6px 10px;}
.pagination .dots,.pagination__info .page-numbers.dots{padding: 4px 0;}
.pagination__info .page-numbers.prev,.pagination__info .page-numbers.next{padding: 4px 0;}
}
@media screen and (max-width:480px) {
.price #price__top .container__inner__1 .flex__left__sp img,
.price #price__top .container__inner__1 .flex__right__sp img{
    width:auto;
    height:100%;
    max-height: 150px;
}
.price #price__top .container__inner__1 .flex__right__sp img{
    padding-left: 40px;
}
}