﻿@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/*-------------------------------------------------------------
 色 ・　文字
---------------------------------------------------------------*/
:root{
    --color1: #d08779;
    --color2: #fff4f6;
    --color3: #d08779;
    --color4: #515151;
	--text: #111111;
    --base: #ffffff;
    
    --font1: 16px;
    --fontB1: 32px;
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", sans-serif;
}
/* スマホ */
@media screen and (max-width: 667px){
    :root{
        --fontB1: 22px;
    }
}
.title_en,.no_box .no,.top_cms_box .cms_title p{font-family: 'Great Vibes', cursive;}
html,body,.font_10,.font_11,.font_12,.font_13,.font_14,.font_15{font-size: var(--font1);}
.font_2up{font-size: max(calc(var(--font1) + 2px), calc(1rem  + 2px));}
.font_4up{font-size: max(calc(var(--font1) + 4px), calc(1rem  + 4px));}
.font_2dw{font-size: max(calc(var(--font1)), calc(1rem  - 2px));}
.font_4dw{font-size: max(calc(var(--font1)), calc(1rem  - 4px));}
.font_6dw{font-size: max(calc(var(--font1)), calc(1rem  - 6px));}


/* color */
body, .txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--text);}
.linkStyle{transition: 0.5s;color: var(--text)}
.linkStyle:hover{opacity: 0.7}

.txt_white, .hvr_txt_white:hover{color: white;}
.txt_red, .hvr_txt_red:hover{color: var(--red);}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_white, .hvr_bg_white:hover{background-color: white} /* 白背景 */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.border_white, .hvr_border_white:hover{border-color: white}
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}

/* タブ切り替え */
#cate_list li.active a{
	color: #ffffff;
	background-color: #505050;
}
/* タブ切り替え  リスト */
	#cate_list li{
		vertical-align: top;
		margin: 5px 2%;
	}
	#cate_list li a{
		background-color: transparent;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
/*-------------------------------------------------------------
 top, all
---------------------------------------------------------------*/

.f_info{
    width: 100%!important;
}
.f_info .logo{
    max-width: 500px;
    margin: 0 auto 25px;
}
.f_info .footer_cms {
    width: 50%!important;
    max-width: 500px;
    margin: 0 auto 10px;
}
.f_info .CONTACT{
    text-align: center;
}

/* 閉じるボタン付き追従バナー */
.fix_banner{
	max-width: 230px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt{
	position: absolute;
	bottom: 67px;
    right: -14px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: 0.5s;
	background-color: #fff;
	border: solid 1px var(--color1);
	z-index: 11;
	cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: var(--color1);
	height: 1.5px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close {opacity: 0;z-index: -1;
}
.fix_banner.close2{opacity: 0;z-index: -1;}

@media  screen and (max-width: 768px){
.fix_banner{max-width: 230px;}
.fix_banner .close_bt{bottom: 64px;right: -15px;}
}

@media  screen and (max-width: 667px){
.fix_banner{max-width: 230px;}
.fix_banner .close_bt{
	width: 25px;
	height: 25px;
	bottom: 65px;
	right: -7px;
}
.fix_banner .close_bt span{
	width: 25px;
	height: 25px;
}
}
/* 閉じるボタン付き追従バナー end */

.top_page #header{
        background: linear-gradient(to bottom, rgba(255, 255, 255,0.8) 0%, rgba(255, 255, 255,0.5) 70%, rgba(255, 255, 255,0.15) 85%, transparent 100%);
}
.top_cms_box .top_cms_con .cms_wrap{
    height: 70vh!important;
}
#loader .lo_border{
    background-color: var(--color2);
}
#loader .lo_border:before{
    background-color: var(--color1);
}
.top_page #header{
    padding: 10px 0;
}
 #header .logo{
     max-width: 250px;
     width: 17%!important;
 }
 
.no_box .no{
    font-size: calc(1rem + 36px);
    line-height: 1;
}
.title_en,.no_box .no{color: var(--color1);}

#contents3 .img_wrap .box_img .img1,
#contents3 .img_wrap .box_img .img2,
#contents3 .img_wrap .box_img.img3{
    pointer-events: none;
}
#contents1_2 .con1 .box_img .no_box, #contents3 .box .box_img .no_box{
    right: -60px;
}
#contents3 .box .box_img .no_box{
    top: 9vh;
}
#contents1_2 .con2 .box_img .no_box{
    left: -60px;
}

.top_cms_box .cms_title p{
    font-weight: normal;
}
.cms_title_box .opacity01,.page_title .opacity01{opacity: 1;}
.cms_title_box,.page_title h2{
    color: var(--color3);
}
.top_cms_box{}

#page_title:before{
        background: linear-gradient(to bottom, rgba(255,255,255,0.65) 35%, #FFF 65%, #FFF 100%);
}


.top_cms_wrap{display: flex!important;}

.top_page #copyright .copy_box span{line-height: 1;}
.top_page #copyright .copy_box span:nth-child(1),
.top_page #copyright .copy_box span:nth-child(2),
.top_page #copyright .copy_box span:nth-child(3),
.top_page #copyright .copy_box span:nth-child(4),
.top_page #copyright .copy_box span:nth-child(5),
.top_page #copyright .copy_box span:nth-child(6),
.top_page #copyright .copy_box span:nth-child(7),
.top_page #copyright .copy_box span:nth-child(8),
.top_page #copyright .copy_box span:nth-child(9){line-height: 0.7;}

/* タブレット */
@media screen and (max-width: 768px){
    .page_title h2{
        font-size: calc(1rem + 45px);
    }
    .top_cms_box .top_cms_con .cms_wrap{
        height: auto!important;
    }
    #contents3 .box .box_img .no_box{top: 0vh;}
    
    #contents1_2 .title1{width: 280px;}
    
    #contents3{
        margin-top: 50px;
    }
    .f_info .footer_cms{
        width: 80%!important;
    }
    .f_info .logo{
        width: 60%!important;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .page_title h2{
        font-size: calc(1rem + 15px);
    }
    .no_box .no{font-size: calc(1rem + 30px);}
    #contents1_2 .con1 .box_img .no_box, #contents3 .box .box_img .no_box{
        right: -58px;
    }
    #contents1_2 .con2 .box_img .no_box{
        left: -59px;
    }
    #contents1_2 .con1 .box_img,
    #contents1_2 .con2 .box_img,
    #contents3 .box .box_img{
        width: 82%;
    }
    #contents1_2 .title1{width: 260px;}
    
    .f_info .logo{width: 100%!important;}
    .f_info .footer_cms{width: 100%!important;}
    
    .top_page #copyright .copy_box span:nth-child(1),
.top_page #copyright .copy_box span:nth-child(2),
.top_page #copyright .copy_box span:nth-child(3),
.top_page #copyright .copy_box span:nth-child(4),
.top_page #copyright .copy_box span:nth-child(5),
.top_page #copyright .copy_box span:nth-child(6),
.top_page #copyright .copy_box span:nth-child(7),
.top_page #copyright .copy_box span:nth-child(8),
.top_page #copyright .copy_box span:nth-child(9){line-height: 1;}
}


/*-------------------------------------------------------------
 お問い合わせ
---------------------------------------------------------------*/
#tel_contact{}

.line_bnr{
    max-width: 450px;
    border-radius: 12px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.line_box{
    margin: 20px auto 0;
    text-align: center;
    font-size: 1rem;
}
.con_hilight{
    display: block;
    background-color: var(--color2);
    padding: 10px 20px;
    max-width: 300px;
    margin: 10px auto 10px;
    border-radius: 10px;
    /*border: 5px solid var(--base);*/
    /*box-shadow: 0px 2px 3px var(--color3);*/
}
.con_hilight .text_s{
    display: block;
    margin: 10px 0;
}
.con_hilight .text_b{
    display: block;
    font-size: 2.5rem;
    border-top: 1px solid var(--color1);
    border-bottom: 1px solid var(--color1);
}
.line_box2{
    margin: 20px auto 0;
    text-align: center;
    /*max-width: 410px;*/
    font-size: 1rem;
    background-color: #f7f7f7;
}
.line_box3{
    margin: 20px auto 0;
    text-align: center;
    font-size: 1rem
}
@media screen and (max-width: 1023px){
    .top_page footer{background-position-x: 25%;}
}
/* タブレット */
@media screen and (max-width: 768px){
    .top_page footer{background-position-x: 25%;}
}
/* スマホ */
@media screen and (max-width: 667px){
    .top_page footer{background-position-x: 43%;}
}
/*-------------------------------------------------------------
 logo
---------------------------------------------------------------*/



/* タブレット */
@media screen and (max-width: 768px){
    #header,#header-change{padding: 5px 15px;}
    #header .logo,
    #header-change .logo{width: 210px!important;}
}
/* スマホ */
@media screen and (max-width: 667px){
    #header,#header-change{padding: 5px 15px;}
    #header .logo,
    #header-change .logo{width: 150px!important;}
}

/*-------------------------------------------------------------
 cms1
---------------------------------------------------------------*/

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){
    #cms_2-g #cate1 .cate_title h3{
        width: 200px;
    }
    #cms_2-g .cate_title{line-height: 1.3;}
}
/*--------------------------------------------
 おしらせTOP
----------------------------------------------*/
.topcms_news_type4 .cate_box:hover{
    /*transform: translate(0px, -10px);*/
    
}
.topcms_news_type4 .cate_box{
    transition: all 0.5s;
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	border-radius: 15px;
	background-color: #fff;
	padding: 0;
	box-sizing:border-box;
}
.topcms_news_type4 .cate_box .box_img1{
    border-radius: 15px;

}
.topcms_news_type4 .txt_height{
	height: 3em
}
.topcms_news_type4 .box_title1:empty{
	display: block!important;
}
/* タブレット */
@media screen and (max-width: 768px){
}
/* スマートフォン */
@media screen and (max-width: 667px){
.topcms_news_type4 .cate_box {
    width: 100%!important;
    margin-bottom: 15px;
}
}
/*-------------------------------------------------------------
 cms2
---------------------------------------------------------------*/

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}
/*-------------------------------------------------------------
 cms3 menu
---------------------------------------------------------------*/
.menu_ate{
    background-color: var(--color2);
    padding: 10px;
        border-radius: 5px;
}
#cms_3-c .cate_title{
    color: var(--color1);
}
#cms_3-c .btn_container a {
    background-color: var(--color1);
    color: #fff;
    /* max-width: 300px; */
    width: 100%;
    text-align: center;
    padding: 14px 5px;
    font-size: 20px;
    border-radius: 5px;
    display: block;
    box-shadow: 0px 3px 5px rgba(47, 28, 28,0.2);
    max-width: 300px;
}
#cms_3-c .btn_container a i{
    transition: all 0.4s;
}
#cms_3-c .btn_container a:hover i{
    transform: translateX(3px);
}
/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}
/*-------------------------------------------------------------
 cms4　店舗情報
---------------------------------------------------------------*/

#cms_2-c .box_txt1{
    color: var(--color1);
    border-bottom: 1px solid var(--color1);
}
#cms_2-c .box_txt2 {
    padding: 10px 0;
}
#cms_2-c .btn_container a {
    background-color: var(--color1);
    color: #fff;
    /* max-width: 300px; */
    width: 100%;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    border-radius: 5px;
    display: block;
}

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){
    #cms_2-c .box_item{
        padding: 20px 20px 0px;
    }
}
/*-------------------------------------------------------------
 cms5
---------------------------------------------------------------*/
#topcms_news_type1 .cate_item{
    padding-bottom: 30px;
}
.topcms_news_type1 .box_wrap, #topcms_news_type1.box_wrap {
	align-items: stretch;
}
.topcms_news_type1 .cate_box a, #topcms_news_type1 .cate_box .box_item{
	flex-direction: column;
}
.topcms_news_type1 .cate_box, #topcms_news_type1 .cate_box{
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	box-shadow: 0 10px 20px rgb(0 0 0 / 0);
}
.topcms_news_type1 .cate_box, #topcms_news_type1 .cate_box .box_item{
	border-radius: 0px;
	/*box-shadow: 0 10px 20px rgb(0 0 0 / 20%);*/
	background-color: #fff;
	padding: 0;
	transition: all 0.3s;
}
.topcms_news_type1 .cate_box:hover, #topcms_news_type1 .cate_box .box_item:hover {
	/*transform: translateY(-5px);*/
	opacity: 0.7;
}
.topcms_news_type1 .cate_box .box_item, #topcms_news_type1 .cate_box .box_item{
	cursor: pointer;
}
.topcms_news_type1 .txt_height, #topcms_news_type1 .txt_height{
	height: 3em
}
.topcms_news_type1 .box_txt1:empty, #topcms_news_type1 .box_txt1:empty {
	display: block!important;
}
.topcms_news_type1 .box_img1, #topcms_news_type1 .box_item .box_img1{
	border-radius: 5px;
	flex-grow: 0;
}
.topcms_news_type1 .txt_box, #topcms_news_type1 .txt_box{
	flex-grow: 1
}

/* topcms_news_type1 .modal */
html.modalset{overflow: hidden;}
.topcms_news_type1 .modal, #topcms_news_type1 .modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	line-height: 1.7;
}
.topcms_news_type1 .modal-wrap, #topcms_news_type1 .modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	overflow: auto;
	padding: 20px;
	padding-top: 140px;
	padding-bottom: 50px;
}
.topcms_news_type1 .modal-bg, #topcms_news_type1 .modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.topcms_news_type1 .modal-box, #topcms_news_type1 .modal-box {
	width: 90%;
	max-width: 900px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px;
	padding-bottom: 23px;
	background-color: #fff;
	text-align: left;
	border-radius: 20px;
}
.topcms_news_type1 .modal-box .inner, #topcms_news_type1 .modal-box .inner{
	max-height: 100%!important;
	overflow: auto;
	-ms-overflow-style: none;
}
.topcms_news_type1 .modal-box .inner::-webkit-scrollbar, #topcms_news_type1 .modal-box .inner::-webkit-scrollbar {
	width: 2px;
	height: 10px;
}
.topcms_news_type1 .modal-box .inner::-webkit-scrollbar-track, #topcms_news_type1 .modal-box .inner::-webkit-scrollbar-track {
	border-radius: 5px;
	box-shadow: 0 0 4px #aaa inset;
}
.topcms_news_type1 .modal-box .inner::-webkit-scrollbar-thumb, #topcms_news_type1 .modal-box .inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #333;
}
.topcms_news_type1 .modal-box .modal-close, #topcms_news_type1 .modal-box .modal-close{
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 25px;
}
.topcms_news_type1 .modal-box .modal-close img, #topcms_news_type1 .modal-box .modal-close img {box-shadow: 0 2px 4px rgb(0 0 0 / 0%);}

#topcms_news_type1 .modal_item .text_box {
    padding: 0 5%;
    /*box-sizing: border-box;*/
}
#topcms_news_type1 .modal-box {
    /*max-height: 75vh;*/
    /*overflow: hidden;*/
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type1 .cate_box, #topcms_news_type1 .cate_box {width: 46.33333%!important;}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_news_type1 .cate_box, #topcms_news_type1 .cate_box {width: 100%!important;}
.topcms_news_type1 .modal-wrap, #topcms_news_type1 .modal-wrap{    padding-top: 80px;}
.topcms_news_type1 .modal-box .inner, #topcms_news_type1 .modal-box .inner{    padding-top: 50px;}
}
/*-------------------------------------------------------------
 プライバシーポリシー
---------------------------------------------------------------*/





/* -------------------------------------------------------------
 リンクボタン 
--------------------------------------------------------------*/
.linkStyle,a{
	color: var(--color1);
	text-decoration: underline;
	transition: all 0.5s;
}
a{
    text-decoration: none;
}
.linkStyle:hover,a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.cate_list > p{
    min-width: 130px;
}
.cate_list > div{
    width: calc(100% - 135px)!important;
}


/* タブレット */
@media screen and (max-width: 768px){
    .cate_list > div{
        width: calc(100% - 140px)!important;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .cate_list > div{
        width: 100%!important;
    }
}

/* -------------------------------------------------------------
 メインイメージ 
--------------------------------------------------------------*/
.main_img {
    background-image: url(./Dup/img/main_img6.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.catch {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);/* X横 Y縦 始点が要素の中心になる */
    width: 50%;
}
/* タブレット */
@media screen and (max-width: 768px){
    #main{
        height: 55vh!important;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #main{
            height: 45vh!important;
    }
    .main_img{
        background-position-x: 33%;
    }
}
