﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#862520;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#862520;
	opacity: 0.7;
	transition: all 0.5s;
}

body, h2, h3, h4, h3.en_font, h2.en_font, h4.en_font {
    font-family: 'Shippori Mincho', serif!important;
}

p {
    font-weight: 600;
}

#wrap {
    background-color: #1d0b04;
}

#main_wrap {
    background-image: url('/Dup/img/paper1_3.jpg');
}

/* nav */

#wrap {
    background-image: url('/Dup/img/wrap-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#header nav ul li a, #header .more_menu_bt  {
    font-family: 'Shippori Mincho', serif!important;
}

#header nav ul li a {
    font-weight: bold;
}

#header nav ul li.active {
    background-color: transparent;
}

#header h1 a {
    width: 55%;
    margin: 0 auto;
}

.close_menu {
    border-color: #391508;
    color: #391508;
    background-color: #ffffff;
}

.sns_links.side_bar {
    background-color: #862520;
}

/* footer */

#footer {
    background-color: transparent;
    border-top: 2px solid;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-copy {
    top: 45%;
    left: 5%;
    z-index: 3;
    transform: rotate(-10deg);
    width: 60%;
    max-width: 750px;
}

/* top */

.intro-1 {
    max-width: 540px;
}

#intro h2::after {
    display: none;
}

#intro h3 {
    text-align: center;
}

#intro h3 img {
    max-width: 500px;
}


#contents1, #contents2 {
    background: rgba(134,37,32,0.25);
    margin-bottom: 150px;
}

#contents1 .d_flex > div:nth-of-type(2) , #contents2 .d_flex > div:nth-of-type(2)  {
    width: 45%!important;
}

.point {
    margin-bottom: 20px;
    max-width: 540px;
}

.point img {
    width: 90%;
}

.point2 img {
    width: 95%;
    max-width: 700px;
}

#contents3 h3::after {
    display: none;
}


#contents3 > div {
    padding: 3% 5%;
}

.point3 {
    position: absolute;
    top: 40%;
    padding-left: 3%!important;
}

#contents1 .d_flex > div:nth-of-type(1)::before {
    content: "";
    width: 300px;
    height: 120px;
    background-image: url(/Dup/img/niwatori2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
}

#contents2 .d_flex > div:nth-of-type(1)::before {
    content: "";
    width: 150px;
    height: 150px;
    background-image: url(/Dup/img/niwatori3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 3%;
    z-index: 3;
}

/* top-cms */


/*メニュー部分*/
.menu-flex {
    justify-content: space-around;
    margin: 100px auto;
}

.top-menu {
    position: relative;
    width: 40%;
    padding: 140px 20px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    font-weight: bold;
}

.top-menu:hover {
    opacity: 0.7;
}

.top-menu::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(134,37,32,0.25);
    z-index: -1;
}

.lunch-btn {
    background-image: url('/Dup/img/lunch.jpg');
}

.dinner-btn {
    background-image: url('/Dup/img/dinner.jpg');
}


/* ----------　下層ページ　---------- */

.cate_list li a {
    color: #862520;
    opacity: 0.7;
}

#wrap #cms_3-f .cate {
    padding-top: 50px;
    margin-top: -50px;
}

#wrap.active #cms_3-f .cate {
    padding-top: 100px;
    margin-top: -100px;
}


/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.point {
    width: 100%;
    text-align: center;
    max-width: none;
}

.point img {
    width: 70%;
    margin-left: -25px;
}

.point2 img {
    width: 80%;
}

.point3 img {
    width: 50%;
    margin-left: -75px;
}

#contents1 .d_flex > div:nth-of-type(2) , #contents2 .d_flex > div:nth-of-type(2)  {
    width: 100%!important;
}

#contents1 .d_flex > div:nth-of-type(1)::before {
    right: 5%;
    bottom: -10%;
}

#contents2 .d_flex > div:nth-of-type(1)::before {
    right: 5%;
    bottom: -10%;
}
    
#contents3 h3 {
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 16px 0 0px 0!important;
    margin: 0;
}


.menu-flex {
    row-gap: 50px;
}
    
.top-menu {
    width: 100%;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
main {
    overflow-x: hidden;
}
    
header h1 {
    max-width: 130px;
    margin-bottom: 0!important;
}

.main-copy {
    top: 70%;
        width: 85%;
}
    
#contents2 .d_flex > div:nth-of-type(1)::before {
    bottom: -20%;
}

.point img {
    width: 100%;
    margin-left: -25px;
}

.point1 img{
    width: 80%;
}
.point3 img {
    width: 70%;
    margin-left: -30px;
}

#contents3 > div {
    padding-top: 20px!important;
}
    
.top-menu {
    font-size: 25px;
}    
    
}