﻿@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
/* -----------------------------------------------　all　---------------------------------------------------- */



html, body {
    font-family: 'Zen Kaku Gothic Antique',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.9;
}

.con_no, #main_menu ul li a, .fv_bnr a p ,.tel_bt a,.foot_tel_bt a,.font_en, .date, a[href^="tel:"], a[href^="mailto:"],.cate_title, .cate_list li a,.con_tel_box p,.cate_list_txt,#cms_6-d .cate_box:after, .cms_6-d .cate_box:after{
        font-family: 'Yuji Syuku', serif;
    font-weight: normal;
}

h3, h4, .font_en, .fv_bnr a, .cms_2-c .box_txt1, .catch, .fv_btn a {
        font-family: 'Yuji Syuku', serif;
 }

#copyright .font_en{
    font-family: 'Zen Kaku Gothic Antique',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino K";
}

figure.shadow {
    box-shadow: none;
}

.fa-utensils:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: initial;
}

.font_14 {
    font-size: 16px;
}

.font_12 {
    font-size: 14px;
}


#main_img {
    width: 100%;
    height: 100vh;
    background-image: url(./Dup/img/bg_main.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#main_img::before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}

/* -----------------------------　body------------------------------------- */
/*body#body  {*/
/*    background-color: var(--white);*/
/*    background-image: url(Dup/img/bg_img.jpg);*/
/*}*/

main {
    overflow: hidden;
}

main {
    padding-bottom: 96px;
    background-image: url(Dup/img/footer-tp.png);
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: center bottom -1px;
}

/* color ----------------------------------------------------------------------------- ▼*/
:root {
    --color1: #8b1010;
    --color2: #580000;
    --color3: #a89d73;
    --color4: #4b2728;
    --color5: #737373;
    --color6: #b59d24;
    --color7: #333333;
    --white: #fffffa;
    --black: #270202;
    --gray: #ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.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 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--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_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.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);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}


body#body {
    background: #ffffff;
}


.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color6);
	opacity: 0.7;
	transition: all 0.5s;
}

.button:hover::after {
    box-shadow: inset 0 0 0 15em var(--color6);
}

/* color ----------------------------------------------------------------------------- ▲*/
/*.main_box {*/
/*    width: calc(100% - 251px);*/
/*    margin-left: 250px;*/
/*    min-width: 700px;*/
/*}*/
/* ---------------------------------------------　TOP　---------------------------------------- */
.tel_bt {
    background-color: var(--color4);
}

.tel_bt a {
    border-top: solid 1px var(--color3);
    color: var(--white);
}

/*.head_banner a {*/
/*    background-color: var(--black);*/
/*}*/

@keyframes fadeout-anim {
	100% {
		opacity: 0;
	}
}

.catch {
    max-width: 1700px;
    object-fit: contain;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 30Vw;
    z-index: 1;
    left: 50%;
    bottom: auto;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
}

#main_img::before {
    background-image: url(dup/img/item01.png),url(dup/img/item02.png);
    width: 100%;
    height: 100%;
    background-size: 38%, 38%;
    right: 0%;
    top: 0;
    z-index: 0;
    background-position: left bottom,right top;
}

#main_menu ul li a {
    /*margin-left: 20px;*/
    /*text-align: left;*/
    color: var(--white);
}

#main_menu ul li a::before {
    background-color: var(--white);
}

/* ----------　header　▼---------- */
header #logo {
    padding: 0px;
    max-width: 230px;
}

.head_banner a:hover {
    background-color: var(--color6);
}

header .head_box .link_box li {
    width: 30px !important;
    height: 30px !important;
}


/* ----------　header　▲---------- */

/* ----------　intro　▼---------- */


.txt3 {
    display: inline-block;
    text-align: left;
    color: var(--white);
}

.txt5,.txt7{
    font-size: 25px;
}

/* ----------　intro　▲---------- */

#attach {
    height: 480px;
    background-position: right 5% top;
}

#attach::before {
    content: "";
    position: absolute;
    top: -1%;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(Dup/img/intro-bt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    z-index: 10;
}

#attach::after {
    content: "";
    position: absolute;
    bottom: -1%;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(Dup/img/content-tp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    z-index: 10;
}

/* ----------　contents1　▼---------- */
#contents1 h2, #contents2 h2 {
    font-size: 25px;
    padding-bottom: 0px;
    font-weight: 700;
    background-image: url(Dup/img/dec2.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: contain;
}

/*#contents1 h2,#contents2 h2{*/
/*    padding-left: 50px;*/
/*}*/

#contents1 {
    background-position: 50%;
    padding: 70px 115px 70px;
    background-color: var(--color7);
    background-image: url(Dup/img/rice-paper-2.png);
}

/*#contents1 .con_no {*/
/*    top: 0vw;*/
/*    left: 20px;*/
/*}*/

/*#contents1 .con_no {*/
/*    padding-right: 0;*/
/*    font-size: 2vw;*/
/*    position: absolute;*/
/*    font-weight: bold;*/
/*    top: 3vw;*/
/*    color: var(--black);*/
/*    z-index: 1;*/
/*    left: 4vw;*/
/*}*/

/*#contents1 .con_no::before, #contents2 .con_no::before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 50px;*/
/*    height: 2px;*/
/*    background-color: currentColor;*/
/*    top: 15%;*/
/*    bottom: 0;*/
/*    left: 100%;*/
/*    margin: auto;*/
/*}*/

#contents1 h2 {
    color: var(--white);
}

#contents4 h2{
    /*padding-left: 16%;*/
}
.dec1{
    max-width: 350px;
    width: 30%;
    bottom: -148px;
    left: 315px;
    z-index: 1;
}

/* ----------　contents1　▲---------- */

/* ----------　contents2　▼---------- */
#contents2 {
    padding: 135px 10% 160px;
}

.stamp {
    position: absolute;
    content: "";
    background-image: url(Dup/img/data.png);
    background-size: 100%;
    width: 19vw;
    height: 4vw;
    top: 9%;
    left: 50%;
    z-index: 2;
    filter: drop-shadow(2px 4px 6px white);
}

/*#contents2 .con_no {*/
/*    top: 0vw;*/
/*    left: 20px;*/
/*    z-index: -1;*/
/*}*/

/*#contents2 .con_no {*/
/*    padding-right: 0;*/
/*    font-size: 2vw;*/
/*    position: absolute;*/
/*    font-weight: bold;*/
/*    top: 1vw;*/
/*    color: var(--color1);*/
/*    z-index: 1;*/
/*    left: 4vw;*/
/*}*/

#contents2 {
    background-image:  url(Dup/img/kazari2.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 500px;
}

/* ----------　contents2　▲---------- */

/* ----------　contents3　▼---------- */
#contents3 {
    background-color: var(--color7);
    background-image: url(Dup/img/rice-paper-2.png);
}

#contents3 .point2 {
    margin-top: 150px;
}

#contents3 .grid_6 figure {
    margin-top: 0px;
}

.txt5, .txt7, .txt6, .txt8 {
    color: var(--white);
}

/*#contents3::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -1%;*/
/*    left: 0;*/
/*    height: 109%;*/
/*    width: 100%;*/
/*    background-image: url(Dup/img/bg_img1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: center top;*/
/*    z-index: 0;*/
/*}*/
/* ----------　contents3　▲---------- */

/* ----------　top_cms　▲---------- */
#top_cms .cms_title h2 {
    font-size: 30px;
    font-weight: bolder;
}

#top_cms::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -10px;
    left: 0;
    height: 85%;
    width: 100%;
    background-image: url(Dup/img/bg_img2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    z-index: 10;
}
/* ----------　top_cms　▲---------- */

#footer_menu li a {
    color: var(--white);
    font-size: 20px;
}

#page-top {
    display: inline-block;
}

.foot_tel_bt a {
    font-size: 21px;
}

footer {
    background-color: var(--color4);
    border: none!important;
}

.footer_cms {
    color: var(--white);
}

#page-top a,#page-top a span{
    color: var(--white);
}

#map .ggmap {
    padding-bottom: 440px;
}

#copyright a {
    color: var(--white);
}

#copyright {
    color: var(--white);
}
/* ----------　banner　▼---------- */
#banner {
    position: fixed;
    bottom: 5px;
    right: 15px;
    max-width: 300px;
    z-index: 99;
}

#banner a:hover{
    opacity:0.8;
}

#banner a{
    transition:all 0.2s;
}

#reservation_banner {
    margin-top: 50px;
    max-width: 400px;
}

#reservation_banner2 {
    margin-top: 10px;
    max-width: 300px;
}

/* ----------　banner　▲---------- */



/* -------------------　BLOG　▼----------------- */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* -------------------　BLOG　▲----------------- */

/* -------------------　MENU　▼----------------- */
.link_type3{padding-bottom: 50px;}

.link_type3 {
    max-width: 1000px;
    margin: auto;
}

.link_type3 .link_img1 {z-index: 1;}

.link_type3 .link_img1 {
    max-height: 350px!important;
}

.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}

.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
    background-image: url(Dup/img/rice-paper-2.png);
}

.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}

.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
	
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){	
.link_type3{padding-bottom: 0;}
}


/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.link_type3 .link_img1 {
    max-height: 200px!important;
}
}

/* -------------------　MENU　▲----------------- */


.fat-nav.active li a {
    display: inline-block;
    color: var(--color1);
    font-size: 200%;
    text-decoration: none;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fat-nav.active li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}


.fat-nav.active {
    background-color: var(--white);
}

.fat-nav__wrapper{
    transform: translateY(0%);
    height: 100%!important;
}



/* ---------------------------------　下層ページ　--------------------------------- */

/*#page_title .page_box p {*/
/*    color: var(--color4);*/
/*}*/

#page_title .title_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 15%;
    height: 275px;
}

#page_title .page_box h2 {
    font-size: 35px;
    font-weight: 700;
    padding: 15px 0 5px 0;
}

/* ----------　BLOG　▼---------- */
.pager li a {
    background-color: var(--color3);
    color: var(--white);
}

.pager li a:hover {
    background-color: var(--color6);
}

.page_inner .cate_list li a {
    background-color: var(--color1);
    color: var(--white);
}

.page_inner .cate_list li a:hover {
    background-color: var(--color6);
    transition: 0.3s;
}
/* ----------　BLOG　▲---------- */

/* ----------　FAQ　▼---------- */



/* ----------　FAQ　▲---------- */

/* ----------　会社情報　---------- */
#page7 .box_item h3 {
    color: var(--color1);
}
/* ----------　お問い合わせ　---------- */
#contact_tel {
    background-color: var(--color4);
    border-color: var(--color2);
    transition: 0.3s;
}

#contact_tel a:hover {
    opacity: 1;
    color: var(--white);
}

#contact_tel a {
    color: var(--white);
    font-size: 25px;
    padding: 10px 5px;
}

#contact_tel:hover {
    background-color: var(--color6);
    border-color: transparent;
}
/* ----------　プライバシーポリシー ---------- */


/* ----------　サイトマップ　---------- */
#page10 li a {
    background: var(--color3);
    color: var(--white);
}

#page10 li a:hover {
    background-color: var(--color6);
}

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*1536*/
@media screen and (max-width: 1536px){
header::before {
    width: 122px;
    height: 280px;
    bottom: -17%;
    left: -6%;
}
}
/*1530 × 735*/
@media screen and (max-width: 1530px){}
/*1366*/
@media screen and (max-width: 1366px){
#contents1 {
    background-position: 50%;
    padding: 110px 103px 20px;
}



}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
main {
    padding-bottom: 96px;
}

#main_img {
    height: 93vh;
}

#main_img::before {
    background-size: 60%, 60%;
}

.txt5,.txt7{
    font-size: 30px;
}

header #logo {
    padding: 20px 10px;
    max-width: 250px;
}

header::before,
.main_box::before{
    display:none;
}

header .head_banner {
    bottom: 0px;
    width: 200px;
}

.hamburger__icon {
    background-color: var(--color6);
}

.hamburger__icon:after, .hamburger__icon:before {
    background-color: var(--color6)!important;
}

.catch {
    width: 55vw;
}

.stamp {
    width: 30vw;
    height: 7vw;
    top: 41%;
    left: 7%;
}

#attach {
    height: 400px;
}

.topcms_news_type2 .cate_box {width: 100%!important;}

.topcms_news_type2 .txt_height {height: 3em}

.hamburger {
    top: 50px;
}

/*.hamburger__icon:after, .hamburger__icon:before {*/
/*    background-color: var(--white) !important;*/
/*}*/

.hamburger.active .hamburger__icon:before,.hamburger.active .hamburger__icon:after{
    background-color: var(--color1);
}

#contents1 {
    padding: 50px;
}

#contents1 h2, #contents2 h2 {
    padding-top: 25px;
    /*padding-left: 50px;*/
}

/*#contents1 .con_no::before, #contents2 .con_no::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 50px;*/
/*    height: 1px;*/
/*    top: 15%;*/
/*    bottom: 0;*/
/*    left: 100%;*/
/*    margin: auto;*/
/*}*/


#contents2{
    position:relative;
}

#contents2 {
    padding: 50px 10% 160px;
}

/*#contents2 .con_no {*/
/*    padding-right: 0;*/
/*    font-size: 3.8vw;*/
/*    top: 0vw;*/
/*    left: 4vw;*/
/*}*/

#contents2::before {
    content: '';
    position: absolute;
    display: block;
    width: 250px;
    height: 290px;
    background: url(./Dup/img/reaf2.png) no-repeat;
    background-size: contain;
    top: -3%;
    right: -3%;
    z-index: 2;
    pointer-events: none;
}

#contents3 .grid_6 figure {
    margin-top: 60px;
}

#contents3 .point2 {
    margin-top: 50px;
}

#contents3::before {
    top: -2px;
    left: 0;
}

#top_cms::before {
    top: -1px;
}

#banner {
    bottom: 5px;
    right: 10px;
    max-width: 250px;
}

#page_title .page_box h2 {
    letter-spacing: 0;
    font-size: 25px;
}

}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
html, body {
    font-size: 15px;
    line-height: 1.9;
}

main {
    padding-bottom: 0px;
}

#main_img::before {
    background-size: 70%, 70%;
}

.main_box {
    padding-top: 58px;
}

.catch {
    width: 75vw;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
}

header #logo {
    padding: 5px 10px;
    max-width: 170px;
}

header .head_banner a {
    padding: 3px 0;
    font-size: 12px;
}

.fat-nav__wrapper{
    height: 110% !important;
    transform: translateY(0%) !important;
}

.stamp {
    width: 56vw;
    height: 13vw;
    top: 67%;
    left: 7%;
}

#attach {
    background-position: right 25% center;
    height: 300px;
}

#contents1 {
    padding: 25px;
}

/*#contents1 .con_no {*/
/*    padding-right: 0;*/
/*    font-size: 3.8vw;*/
/*    top: 5vw;*/
/*    left: 4vw;*/
/*}*/

#contents1, #contents2 {
    background-size: 80%;
}

#contents1 h2, #contents2 h2 {
    letter-spacing: -1px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 0px;
}

#contents2 {
    padding: 50px 10% 40px;
}

/*#contents2 .con_no {*/
/*    padding-right: 0;*/
/*    font-size: 3.8vw;*/
/*    top: 8vw;*/
/*    left: 4vw;*/
/*}*/

#contents3 {
    padding: 0 10% 50px;
}

#top_cms > .box:first-of-type {
    padding-top: 50px;
}

.txt4 {
    letter-spacing: 0;
    font-size: 19px;
}

.txt5, .txt7 {
    letter-spacing: 0;
    font-size: 20px;
}

.txt7 {
    letter-spacing: 0;
}

.fat-nav.active li a{
    font-size: 150%;
}

.hamburger {
    top: 20px;
}

footer .link_box li {
    max-width: 100px;
    height: 24px !important;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

/*#cms_2-c .cate figure {*/
/*	margin: 0 auto 0px;*/
/*}*/

.font_14 {
    font-size: 14px;
}

#page_title .title_img {
    height: 120px;
}

#map .ggmap {
    padding-bottom: 200px;
}

header .head_banner {
    width: 150px;
}

#banner {
    bottom: 5px;
    right: 10px;
    max-width: 170px;
}

}