﻿
.txt_pink{
    color: #e4c2b3;
}
.txt_red {
    color: #e93131;
}

/* ======================================================================================
　　all
======================================================================================== */

.load_logo{
    width: 70%;
    max-width: 300px;
}

/* ---------- header ---------- */
#logo img {
    max-width: 244px;
}
.overlay .menu_bg_box{
    background-position: center left!important;
}
.overlay .menu_box {
    overflow: auto;
}
.overlay .menu_bg_box_wrap{
width: 25%;
}
.overlay .menu_box{
max-width: 75%;
}

/* ---------- footer ---------- */
footer .bg_box{
    overflow: hidden;
}
footer .bg_box::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(209,209,209,0.38);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}


/* 共通 */
#intro span.bg_box, #contents_links span.bg_box {
    background-image: url(../dup/img/bg.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

footer .sns_links li {
    max-width: 51px;
}

/* ======================================================================================
　　top
======================================================================================== */

#main_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
p.main_txt {
    bottom: 141px;
    right: 43px;
    font-size: 22px;
    font-weight: 500;
}
p.main_txt::before {
    display: inline-block;
    content: "";
    width: 164px;
    height: 0.5px;
    background: #767676;
    position: absolute;
    top: 50%;
    left: -185px;
    transform: translateY(-50%);
}
div.main_txt {
    z-index: 9;
    width: 49%;
    top: 197px;
    left: 38px;
}

#intro {
    justify-content: space-between;
    margin-top: 168px;
    margin-bottom: 87px;
    overflow: visible;
}
#intro .right {
    background-image: url(./Up_Img/763/mf33kyfd.jpg);
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    background-size: cover;
}
#intro span.bg_box {
    top: -175px;
    width: 24%;
    height: 492px;
}

#contents_links .box_wrap .box a h4 {
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
#contents_links .box_wrap .box a::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    margin: auto;
    z-index: 2;
}
#contents_links .box_wrap .box a:hover::before {
    width: calc(100% - 45px);
    height: calc(100% - 45px);
    backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
}

#contents_wrap h2 {
    line-height: 34px;
}
#contents_wrap h2 span {
    font-weight: 500;
}
#contents_wrap h3 {
    color: #568d9a;
    font-weight: 500;
}
#contents_wrap .tab_content .box .con_img {
    position: relative;
}
#contents_wrap .tab_content .box .con_img::before {
    display: inline-block;
    content: "";
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -50px;
    margin: auto;
    border: 1px solid #b19970;
    transform: rotate(-5deg);
}
#contents2 .con_img::before {
    transform: rotate(5deg)!important;
}

#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
    opacity: 0.25;
}


/* ======================================================================================
　　under
======================================================================================== */

.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}


/* =============================================
　　top_menu 
============================================= */
#top_menu {
    width: 95%;
    margin: auto;
    align-items: flex-start;
}
/* bt_menu_box */
#top_menu .box {
    width: 47.33333%!important;
}
#top_menu a {top: 0;left: 0;}
#top_menu .bt_menu_box .bt_menu_box_img {
    transition: transform 1s;
    max-height: 220px;
}
#top_menu .bt_menu_box .bt_menu_box_img img {
    width: 100%!important;
    height: auto!important;
}
#top_menu .bt_menu_box::before,#top_menu .bt_menu_box::after{
	display: inline-block;
    content: "";
	position: absolute;
    pointer-events: none;
}
#top_menu .bt_menu_box::after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: solid 1px #fff;
    transition: .7s;
	z-index: 2;
}
#top_menu .bt_menu_box .more {
	opacity: 0;
    transition: opacity .5s .3s;
	z-index: 2;
}
#top_menu .box:hover .bt_menu_box_img {transform: scale(1.1);}
#top_menu .box:hover .bt_menu_box::before{opacity: 0.8}
#top_menu .box:hover .bt_menu_box::after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

#top_menu p.txt_color1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #585858;
    padding: 13px 14px;
    background-color: #f2f2f2;
}


/* ======================================================================================
　　window size
======================================================================================== */

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.overlay .menu_box{
    padding-right: 0;
}
p.main_txt {
    bottom: 20px;
    right: 43px;
    font-size: 20px;
    font-weight: 500;
}
#intro {
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 87px;
}
#intro span.bg_box {
    top: -45px;
    width: 41%;
    height: 28%;
}
#intro .right {
    height: 50vh;
    position: static;
}
#contents_wrap .tab_content .box .con_img::before {
    width: 100%;
    left: 0;
}
#gmap {
    height: 647px;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.overlay .menu_box {
    max-width: 85vw;
}
.shop_link {
    width: 84px;
}
div.main_txt {
    width: 52%;
    top: 53px;
    left: 6px;
}
p.main_txt {
    bottom: 13px;
    right: 5px;
    font-size: 15px;
}
p.main_txt::before {
    width: 44px;
    left: -54px;
}
#intro {
    margin-bottom: 0;
}
#intro .right {
    width: 82%!important;
}
#top_menu .box {
    width: 99.33333%!important;
}
#top_menu .bt_menu_box .bt_menu_box_img {
    max-height: 145px;
}
#gmap {
    height: 400px;
}
footer .sns_links li {
    max-width: 36px;
}

}

/*　スピード用 */
@media screen and (max-width: 667px){
#intro .right {
    background-image: url(../dup/img/intro_bg_sp.jpg)!important;
}
footer .bg_box {
    background: url(../dup/img/foot_bg_sp.jpg) center / cover no-repeat!important;
}
.menu_bg_box{
    background: url(../dup/img/menu_bg_sp.jpg) center / cover no-repeat!important;
}
}
