﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600&family=Noto+Serif+JP&family=Shippori+Mincho:wght@400;500&display=swap');

body{
    font-family: 'Noto Serif JP',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.catch, .a_catch_title, #contents h2{
    font-family: 'Shippori Mincho','Noto Serif JP',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.en_font, .a_catch_en{
    font-family: 'Cormorant Infant','Shippori Mincho','Noto Serif JP',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
        font-weight: 400;
}
#contents h2{
    font-weight: 500;
}


/* ======================================================================================
　　color
======================================================================================== */
.linkStyle{color: #b39665;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}

.back_color {
    background: -webkit-linear-gradient(rgb(243 243 243) 0%, rgb(255 255 255) 20%, rgba(255,255,255,0) 80%,rgba(239,239,239,0.50) 100%);
    background: linear-gradient(rgb(243 243 243) 0%, rgb(255 255 255) 20%, rgba(255,255,255,0) 80%,rgba(239,239,239,0.50) 100%);
    
}


/* ======================================================================================
　　anim
======================================================================================== */
.txt_anim1 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start{
	right: 0;
	opacity: 1;
}
/* ローディング・スクロールで後じわっと出現 */
.load-blurTrigger,
.blurTrigger{
    opacity: 0;
}
.load-blur,
.blur{
  animation-fill-mode:forwards;
}
.load-blur{
    animation-duration:3s;
    animation-name:load-blurAnime;    
}
.blur{
    animation-duration:1s;
    animation-name:blurAnime; 
}


@keyframes load-blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.05) translateY(50px);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1) translateY(0);;
  opacity: 1;
  }
}



/* ======================================================================================
　　all
======================================================================================== */
body{line-height: 1.7;}
.header_menu{line-height: 1.5}

/* ---------- header ---------- */
#header {
    background-color: rgba(18,98,119,0.71)!important;
}
.g-menu{
    background: rgba(38,111,129,0.79)!important;
}
.g-menu .sns_link li{
    padding: 24px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #fff;
}
.g-menu .sns_link li img{
    padding: 8px;
    box-sizing: border-box;
}


/* ---------- footer ---------- */
.shop_info.more a{
    background-image: url(dup/img/f_bg2.jpg);
    background-size: cover;
    background-position: center;
}
.shop_info .info_box:first-child{
    background-image: url(dup/img/f_bg1.jpg);
    background-size: cover;
    background-position: center;
}
.shop_info .info{
    background-color: rgba(85,141,153,0.35);
}
.shop_info .contact{
    background-color: rgba(85,141,153,0.44);
}
.shop_info .info::before, .shop_info .contact::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 2px solid rgba(245, 246, 247, 0.8);
}
footer{
    background-color: #3a3a3a!important;
}

/* ---------- cursor ---------- */
.cursor, .follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 100;
	transition: 0.3s;
	transition-property: opacity,background,width,height,transform
}
.cursor {
    width: 5px;
    height: 5px;
    z-index: 100;
    background-color: #787878;
}
.cursor.is-active{
	background-color: #9b744d;
}
.follower {
    width: 59px;
    height: 59px;
    border: solid 1px #b19970;
}
.follower.is-active{
	transform: scale(1.7,1.7);
	border: solid 1px #b19970;
}



/* ======================================================================================
　　top
======================================================================================== */

/* ---------- main_img ---------- */
#main h1{
    top: 29px;
    left: 25px;
    width: 393px;
    opacity: 0.7;
}
.catch {
    top: 30%;
    left: 11.2%;
    font-size: 40px;
    color: #6a6a6a;
    font-weight: 500;
    letter-spacing: 0.13em;
    line-height: 1.6;
    opacity: 0.9;
    text-shadow: 8px 8px 10px rgb(167 167 167 / 40%);
}
.catch span:nth-child(4){
    color: #43818f;
}

#main .sns_link li{
    background-color: transparent;
}

/* ---------- catch ---------- */
#catch{
    position: relative;
    background-image: url(dup/img/catch_bg.jpg);
    background-size: cover;
    background-position: top center;
    padding-bottom: 150px;
}
#catch::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -145px;
    right: 0;
    left: 0;
    margin: auto;
    background: rgb(250 245 241);
    background: linear-gradient(0deg, rgb(250,245,241) 26%, rgba(250,245,241,0.72) 54%, rgba(0,212,255,0) 100%);
    z-index: 1;
    height: 150px;
}
.a_catch_box{
    width: 61% !important;
    background-color: rgb(255 255 255 / 63%);
    padding: 50px 50px 80px 50px;
    position: relative;
    box-shadow: 0 4px 32px rgb(0 0 0 / 2%);
}
.a_catch_box::before{
    display: inline-block;
    content: "";
    width: 60px;
    height: 3px;
    background: #568d9a;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.a_catch_en {
    font-weight: 600;
    color: #568d9a;
    margin: 10px 0;
    font-size: 18px;
}
.a_catch_title {
    font-size: 30px;
    color: #4e4e4e;
    letter-spacing: 2px;
    font-weight: 500;
}
.a_catch_txt {
    line-height: 2;
    margin-top: 36px;
}

/* ---------- contents ---------- */
#contents .no{
    background-color: #b19970;
}
#contents .box .box_item:after{
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #b19970 50.5%) no-repeat top left/100% 100%;
}
#contents .box .box_item:before {
    background-color: rgba(112,107,94,0.49);
}
#contents .fadein_up{
    filter: blur(10px);
}
#contents .fadein_up.scrollin{
    filter: blur(0);
}

.top_cms_box{
    box-shadow: 0 4px 32px rgb(0 0 0 / 2%);
}
#top_cms .fadein_up {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
#top_cms .fadein_up.scrollin {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* ======================================================================================
　　under
======================================================================================== */
#page_title {
    background-position: center;
}
#page_title:after{
    background-color: rgba(255,255,255,0.70)!important;
}
#page_title:before{
    background: rgb(250 245 241);
    background: linear-gradient(0deg, rgb(250,245,241) 26%, rgba(250,245,241,0.72) 54%, rgba(0,212,255,0) 100%);
    z-index: 10;
    height: 150px;
    bottom: -1px;
}
main[class^="page"]{
    background-color: #faf5f1;
}
#page_title .sns_link li{
    background-color: transparent!important;
}

.cate_list li a {
    font-weight: 400;
    color: #b39665;
    background-color: #f7f6f4;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

/* ---------- cms3 ---------- */
#cms_3-f .sub_cate_title{
    padding: 5px 10px;
    background-color: #f7f6f4;
}
/* =============================================
　　top_menu 
============================================= */
#top_menu {
    width: 95%;
    margin: auto;
    align-items: flex-start;
}
/* bt_menu_box */
#top_menu .box {
    width: 31.33333%!important;
}
#top_menu a {top: 0;left: 0;}
#top_menu .bt_menu_box .bt_menu_box_img {
    transition: transform 1s;
    max-height: 200px;
}
#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::before {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #6e997b;
    background: linear-gradient(125deg, #6e997b 0%, #6e997b 100%);
    opacity: 0;
    transition: opacity .6s;
    z-index: 1;
}*/
#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 .bt_menu_box:hover .more{opacity: 0.8;}
#top_menu .bt_menu_box:hover .more p{text-shadow: 1px 1px 5px rgba(0,0,0,0.7);}*/

#top_menu p.txt_color1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #585858;
    padding: 13px 14px;
    background-color: #f2f2f2;
}
/*#top_menu p.txt_color1:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 15%;
    height: 1px;
    background-color: #d4bf94;
}*/

/* ---------- cms4 ---------- */
.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before {
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 1px solid #b39665;
    position: absolute;
    top: -5px;
    left: 20px;
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
    width: 15px;
    height: 15px;
    margin-top: -9px;
    background: #fefcfb;
    border: 1px solid #b39665;
    border-radius: 50%;
    left: -87.5px;
}
.flow_type1 .box_txt1::after {
    width: 50px;
    border-bottom: 1px dashed #b5af9a;
    position: absolute;
    left: -68px;
}
.flow_type1 .box_description2 {
    position: relative;
    border-left: none;
    background-color: rgb(247 246 244);
    margin-left: 49px;
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}

/* ---------- cms5 ---------- */
#cms_6-a .border_do3-b{
    border-bottom: 1px solid #c2dde3;
}

/* ---------- page ---------- */
.page7 .box .box_item:first-child {
    padding: 5px 15px;
}
.page7 .txt_color1 {
    color: #5b5b5b;
    font-size: 15px;
}
#tel_contact{
    background-color: transparent;
    color: #555;
}
#tel_contact .tel a{
    color: #555;
}
.b_wrap {
    margin-top: -45px;
    margin-bottom: 10px;
}
.contact_bnr1, .contact_bnr2 {
    width: 47%;
    max-width: 433px;
    margin: 15px;
}

/* ======================================================================================
　　window size
======================================================================================== */

/* ---------- 1000px ---------- */
@media screen and (max-width: 1000px){
.cms_img1.tb_hide{display: none;}
.cms_img1.d_block_tb{display: block;}
.catch_txt_en{
    display: block;
    position: absolute;
    width: 83%;
    bottom: 69px;
    left: 0;
    right: 0;
    margin: auto;
}
.catch {
    top: 30%;
    left: 8.2%;
    font-size: 30px;
}
}
    
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
body{font-size: 14px}
.cursor, .follower{display: none;}

.catch {
    top: 24%;
    left: 5.2%;
}
#catch::before{
    top: -107px;
}
.a_catch_box {
    width: 88% !important;
    padding: 50px 50px 50px 50px;
}

#page_title {
    margin-bottom: 0px;
    background-attachment: scroll;
}

#top_menu .box {
    width: 91.33333%!important;
}
#top_menu .bt_menu_box .bt_menu_box_img {
    max-height: 205px;
}
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.cms_img1.d_block_tb{display: none;}
#main .sns_link {
    top: 60%;
    right: 6px;
}
#main .sns_link li {
    margin-right: 0;
    margin-bottom: -2px;
}

#main,#main .cms_img1 img {
    height: 79vh!important;
}
#main h1 {
    top: 29px;
    left: 17px;
    width: 215px;
}
.catch {
    top: 24%;
    left: 5.2%;
    font-size: 20px;
    letter-spacing: 0.1em;
}
.catch_txt_en {
    width: 92%;
    bottom: 58px;
}
#catch::before {
    top: -63px;
    height: 65px;
}
.a_catch_box {
    padding: 25px 30px 40px;
}
.a_catch_title {
    font-size: 22px;
}
.a_catch_txt {
    margin-top: 12px;
}
.a_catch_en {
    font-size: 13px;
}
#catch {
    padding-bottom: 80px;
}

#contents .box .box_item:after{
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #b19970 50.5%) no-repeat bottom left/100% 100%!important;
}
#contents .no .en_font {
    line-height: 1.2;
}
#contents  .font_60up_tb {
    font-size: -webkit-calc(1rem + 60px);
    font-size: calc(1rem + 46px);
}

#page_title {
    margin-bottom: 34px;
}
#page_title:before{
    height: 30px;
} 

#top_menu .bt_menu_box .bt_menu_box_img {
    max-height: 146px;
}
.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 13px;
}
.flow_type1 .box_description2{
    margin-left: 26px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 13px;
}
.flow_type1 .box_txt1::before {
    margin-top: -6px;
    left: -62.5px;
    width: 11px;
    height: 11px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -49px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}

.page7 .txt_color1 {
    font-size: 14px;
}
#tel_contact {
    padding: 20px;
    margin-bottom: 80px;
}
.tel_txt p{
    border-bottom: 1px solid rgb(237 237 237);
}
.contact_bnr1, .contact_bnr2 {
    margin: 0 0 15px;
}
}







