﻿
/* ---------- font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap');

#contents_links .box_wrap .box a h4 {
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}


/* ---------- color ---------- */
/*.bottom_wrap {
    background-color: #2b2b2b;
}
.button_container.bg_color1:hover{
    background-color: transparent;
}
.button_container span {
    background: var(--color3);
}*/
.button_container.bg_color1{
    background-color: var(--color3);
}
.button_container.active {
    background-color: transparent;
}
.top_cms_box .more_bt a, .info_txt .more_bt a {
    color: var(--color3);
}



/* ---------- all ---------- */
#pc_nav {
    background-color: transparent;
    backdrop-filter: none;
}
#pc_nav a{
    color: #fff!important;
}
#pc_nav {
    z-index: 5;
}
/*.shop_link {
    display: none;
}*/

#logo img {
    max-width: 250px;
    padding: 20px;
    background-color: #fff;
}


/* ---------- top ---------- */
#catch p:last-of-type {
    color: white;
    letter-spacing: 5px;
    font-size: 22px;
}
#catch p:first-of-type {
    color: white;
    font-size: 46px;
    letter-spacing: 5px;
    position: relative;
}
#catch p:first-of-type:after {
    position: absolute;
    content: "";
    width: 28vw;
    height: 7vw;
    top: -6vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-image: url(../img/fv_txt.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.9;
}
#catch:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #6161614f;
    z-index: -1;
}
#catch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
    font-size: 74px;
    opacity: 1;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    letter-spacing: 6px;
    font-family: 'Cormorant Infant', serif;
    width: 100%;
    color: rgb(205 193 181 / 24%);
}
#contents_wrap{
    position: relative;
}
#contents_wrap .bg_container {
    background: url( "../img/bg1.jpg" ) center / cover no-repeat;
}

#top_cms1{
    padding: 0 14%;
}
#contents_links{
    padding: 0 7%;
    padding-left: 0px;
}
#contents_wrap h2 {
    font-size: 45px;
}
#contents_links .box_wrap .box a h4 {
    background-color: rgb(255 255 255);
    padding: 7px 10px 7px;
    font-weight: normal;
}
#contents_links .box_wrap .box a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 
ease 0.6s;
    z-index: 2;
    opacity: 1;
    /* background-color: rgba(0, 0, 0, 0.05); */
/*    backdrop-filter: contrast(0.9);
*/background-color: rgb(192 192 192 / 13%);
}
#contents_wrap h2 {
    font-size: 30px;
}

.more_bt {
    margin-top: 19px;
}
footer .more_bt {
    margin-top: 25px;
}
.cms_2-f{
    margin-bottom: 20px;
}



/* ---------- under ---------- */
.line_bnr  {
    width: min(90%,350px);
    margin-top: 50px;
}
#page5 .btn_container a{padding: 8px 30px;}
#page_title h2 span.font_anim {
    height: 63px;
}




/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
#catch p:first-of-type {
    color: white;
    font-size: 32px;
    letter-spacing: 3px;
}
#page_title h2 span.font_anim{height: 60px;}

#intro{
    margin-bottom: 100px;
}
#contents_links .box_wrap h3 {
    font-size: 30px;
}
#contents_links {
    padding: 0 7% 0 7%;
    padding-left: 7%;
    margin-bottom: 150px;
}
#contents_wrap h2 {
    font-size: 41px;
}
#contents_wrap .bg_container {
    background: url( "../img/bg1_sp.jpg" ) center / 1000px repeat;
}
#gmap {
    width: 100%;
    height: 694px;
}
}

/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
#main_img {
    height: 50vh !important;
}
#catch p:first-of-type:after {
    position: absolute;
    content: "";
    width: 47vw;
    height: 13vw;
    top: -10vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background-image: url(../img/fv_txt.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.9;
}
#logo img {
    padding: 0;
}
#logo {
    padding: 0 10px;
}
#catch {
    height: 103%;
}
#catch p:first-of-type {
    color: white;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
#catch p:last-of-type {
    /* color: white; */
    letter-spacing: 3px;
    font-size: 16px;
}
#top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
        font-size: 64px;
        opacity: 1;
        bottom: 28px;
    }
#gmap {
    height: 400px;
}
#contents_links {
    padding: 0 7% 0 7%;
    padding-left: 7%;
    margin-bottom: 80px;
}
#contents_wrap h2 {
    font-size: 30px;
    padding-bottom: 20px;
}
#page_title h2 span.font_anim {
    height: 32px;
}
}



#cms_5-c .box_title1{
	border-color: rgba(0,0,0,0.05);
}
#cms_5-c .box_title1::before{
	content: "Q.";
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 13px;
	font-size:-webkit-calc(1rem + 8px);font-size : calc(1rem + 8px);
}
#cms_5-c .box_txt1::before{
	content: "A.";
	font-weight: bold;
	position: absolute;
	color: rgba(0,0,0,0.3);
	top: 8px;
	left: 13px;
	font-size:-webkit-calc(1rem + 8px);font-size : calc(1rem + 8px);
}
.cms_5-c .box_title1{
	border-color: rgba(0,0,0,0.05);
}
.cms_5-c .box_title1::before{
	content: "Q.";
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 13px;
	font-size:-webkit-calc(1rem + 8px);font-size : calc(1rem + 8px);
}
.cms_5-c .box_txt1::before{
	content: "A.";
	font-weight: bold;
	position: absolute;
	color: rgba(0,0,0,0.3);
	top: 8px;
	left: 13px;
	font-size:-webkit-calc(1rem + 8px);font-size : calc(1rem + 8px);
}

@media screen and (max-width: 768px){
	#cms_5-c .box_title1::before{
		top: 6px;
		font-size:-webkit-calc(1rem + 6px);font-size : calc(1rem + 6px);
	}
	#cms_5-c .box_txt1::before{
		top: 9px;
		font-size:-webkit-calc(1rem + 6px);font-size : calc(1rem + 6px);
	}
	.cms_5-c .box_title1::before{
		top: 6px;
		font-size:-webkit-calc(1rem + 6px);font-size : calc(1rem + 6px);
	}
	.cms_5-c .box_txt1::before{
		top: 9px;
		font-size:-webkit-calc(1rem + 6px);font-size : calc(1rem + 6px);
	}
}
@media screen and (max-width: 667px){
	#cms_5-c .box_title1::before{
		top: 5px;
		left: 0;
		font-size:-webkit-calc(1rem + 4px);font-size : calc(1rem + 4px);
	}
	#cms_5-c .box_txt1::before{
		top: 10px;
		left: 0;
		font-size:-webkit-calc(1rem + 4px);font-size : calc(1rem + 4px);
	}
	.cms_5-c .box_title1::before{
		top: 5px;
		left: 0;
		font-size:-webkit-calc(1rem + 4px);font-size : calc(1rem + 4px);
	}
	.cms_5-c .box_txt1::before{
		top: 10px;
		left: 0;
		font-size:-webkit-calc(1rem + 4px);font-size : calc(1rem + 4px);
	}
}



