@charset "utf-8";

body p,a,li,th,td { 
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
p { font-size: 16px; line-height: 1.5em; }
li { font-size: 16px; line-height: 1.5em; }
th { font-size: 16px; line-height: 1.5em; }
td { font-size: 16px; line-height: 1.5em; }
a { font-size: 16px; line-height: 1.5em; text-decoration: none; transition: 0.5s; }
a:hover { opacity: 0.6 }



/*====================================================================
header
====================================================================*/
#header { 
width: 100%;
height: 80px;
background: rgba(255, 255, 255, 0.95);
position: fixed;
z-index: 5;
}



.hamburger {
display : block;
position: absolute;
z-index : 100;
right : 15px;
top   : 20px;
width : 42px;
height: 42px;
cursor: pointer;
text-align: center;
background: #231815;
}
.hamburger span {
display : block;
position: absolute;
width   : 30px;
height  : 2px ;
left    : 6px;
background : #BBBBBB;
-webkit-transition: 0.3s ease-in-out;
-moz-transition   : 0.3s ease-in-out;
transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
top: 10px;
}
.hamburger span:nth-child(2) {
top: 20px;
}
.hamburger span:nth-child(3) {
top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
top : 20px;
left: 6px;
background :#fff;
-webkit-transform: rotate(-45deg);
-moz-transform   : rotate(-45deg);
transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 20px;
background :#fff;
-webkit-transform: rotate(45deg);
-moz-transform   : rotate(45deg);
transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
position: fixed;
z-index : 90;
top  : 0;
left : 0;
color: #fff;
background: rgba(35, 24, 21, 0.95);
text-align: center;
width: 100%;
transform: translateX(100%);
transition: all 0.6s;
}

nav.globalMenuSp ul {
margin: 0 auto;
padding: 0;
width: 100%;
}

nav.globalMenuSp ul li {
list-style-type: none;
padding: 0;
width: 100%;
transition: .4s all;
}

nav.globalMenuSp ul li a {
display: block;
font-size: 18px;
text-align: center;
color: #fff;
text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
display: block;
height: 100vh;
opacity: 100;
transform: translateX(0%);
}



.menu_header {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}

.menu_wrap { 
max-width: 700px;
margin: 0 auto;
padding: 100px 15px 100px 15px;
height: 100vh;
}

.menu_wrap .menu_logo { 
max-width: 300px;
margin: 0 auto;
}

.menu_wrap .menu_box { 
margin: 30px auto 40px auto;
}
.menu_wrap .menu_box ul { 
display: flex;
justify-content: flex-start;
align-items: flex-end;
margin-bottom: 20px;
}
.menu_wrap .menu_box ul:last-child { 
margin-bottom: 0;
}

.menu_wrap .menu_box li { 
width: 49%;
font-size: 16px;
color: #fff;
border-bottom: 1px solid #fff;
padding-bottom: 20px;
}
.menu_wrap .menu_box li:last-child { 
margin-left: 2%;
}

.menu_wrap .shop_box { 
display: table;
margin: 0 auto;
border: 1px solid #fff;
padding: 15px;
}
.menu_wrap .shop_box p { 
text-align: center;
}

.menu_wrap .mobile_tel { 
display: table;
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 30px;
line-height: 1.5em;
margin: 0 auto;
}

@media (max-width: 450px){
#header { height: 65px; }
.hamburger { top: 10px; }
.menu_header .menu_logo { max-width: 250px; }
.menu_wrap .shop_box p { font-size: 14px; }
.menu_wrap .mobile_tel { font-size: 26px; }
nav.globalMenuSp ul li a { font-size: 16px; }
}



/*====================================================================
footer
====================================================================*/
#footer { 
color: #fff; 
background: #231815;
}

#footer .wrap { 
padding: 60px 15px;
}

#footer .about { 
max-width: 900px;
margin: 0 auto 60px auto;
}
#footer .about .logo { 
display: table;
margin: 0 auto 10px auto;
}
#footer .about p { 
font-size: 14px;
text-align: center;
}

#footer .shop_box { 
max-width: 900px;
margin: 0 auto;
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
#footer .shop_box .text { 
width: 49%;
}
#footer .shop_box .map { 
width: 49%;
margin-left: 2%;
}

#footer .shop_box .text table { width: 100%; }
#footer .shop_box .text th { width: 80px; font-size: 14px; padding: 10px; border-bottom: 1px solid #fff; }
#footer .shop_box .text td { font-size: 14px; padding: 10px; border-bottom: 1px solid #fff; }

#footer .shop_box .map iframe { 
max-width: 100%;
vertical-align: bottom;
}

#footer .copylight { 
background: #111;
}
#footer .copylight p { 
font-size: 14px;
text-align: center;
padding: 15px 0;
}



.visit_back { 
background: #e5ddc4;
padding: 60px 15px;
}
.visit_content { 
max-width: 900px;
margin: 0 auto;
}
.banner_visit img { 
display: table;
margin: 0 auto;
}
.banner_visit .sp { display: none; }



#page-top a {
position: fixed;
bottom: 15px;
right: 15px;
width: 50px;
height: 50px;  
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #fff;
background-color: #231815;
border: 1px solid #fff;
font-size: 30px;
border-radius: 50%;
z-index: 2;
}

@media (max-width: 767px){
.visit_content { max-width: 600px; }
#footer .about { max-width: 600px; }
#footer .about p { text-align: left; }
#footer .about .sp { display: none; }
#footer .shop_box { display: block; max-width: 600px; }
#footer .shop_box .text { width: 100%; }
#footer .shop_box .map { width: 100%; margin-left: 0; margin-top: 30px; }
}
@media (max-width: 500px){
.banner_visit .pc { display: none; }
.banner_visit .sp { display: block; }
}



/*====================================================================
mainvisual
====================================================================*/
.mainvisual_content { 
max-width: 1000px;
margin: 0 auto;
padding-top: 80px;
}

.mainvisual_content .photo_box { 
margin-bottom: 60px;
}

.mainvisual_content .copy_box { 
padding: 0 15px;
}
.mainvisual_content .copy_box p { 
font-size: 18px;
line-height: 2em;
text-align: center;
}
.mainvisual_content .copy_box .border_box { 
display: table;
width: 2px;
height: 60px;
background: #231815;
margin: 30px auto 0 auto;
}

@media (max-width: 1000px) {
.mainvisual_content { padding-top: 65px; }
}
@media (max-width: 767px) {
.mainvisual_content .copy_box p { font-size: 16px; text-align: left; }
.mainvisual_content .copy_box p .pc-br { display: none; }
}
@media (max-width: 500px) {
.mainvisual_content .photo_box { margin-bottom: 30px; }
.mainvisual_content .copy_box p { font-size: 14px; }
}



.category_wrap { 
padding: 60px 15px 120px 15px;
}
.category_btn { 
max-width: 1000px;
margin: 0 auto;
}
.category_btn ul { 
display: flex;
justify-content: center;
align-items: center;
}
.category_btn li { 
width: 32%;
margin-right: 2%;
}
.category_btn li:last-child { 
margin-right: 0;
}
.category_btn li { 
position: relative;
}
.category_btn li a { 
display: block;
}
.category_btn li a h3 { 
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 40px;
line-height: 1em;
text-align: center;
color: #fff;
background: rgba(35, 24, 21, 0.5);
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100%;
padding: 15px;
}
.category_btn li a h3 .small { 
display: table;
font-size: 14px;
line-height: 1em;
text-align: center;
margin: 10px auto 0 auto;
}

@media (max-width: 767px) {
.category_wrap { padding: 60px 15px 60px 15px; }
.category_btn { max-width: 600px; }
.category_btn ul { flex-direction: column; }
.category_btn li { width: 100%; margin-right: 0; margin-bottom: 30px; }
.category_btn li:last-child { margin-bottom: 0;  }
}



/*====================================================================
共通
====================================================================*/
.main_wrap { 
padding: 60px 15px;
}
.main_content { 
max-width: 900px;
margin: 0 auto;
}

.main_content .mgt60 { margin-top: 60px; }
.main_content .mgb60 { margin-bottom: 60px; }

.head_content { 
padding-top: 80px;
}
.head_main { 
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 300px;
padding: 0 15px 0 15px;
}
.head_box {
max-width: 1200px;
height: 300px;
margin: 0 auto;
}
.head_box h2 {
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 40px;
line-height: 1.5em;
color: #fff;
margin: 0;
padding-top: 100px;
text-shadow: 1px 2px 3px #111;
}
.head_box h2 .sp { display: none; }

.head_menu { background-image : url(../images/head_menu.jpg); }
.head_goods { background-image : url(../images/head_goods.jpg); }
.head_staff { background-image : url(../images/head_staff.jpg); }
.head_care { background-image : url(../images/head_care.jpg); }

.head_copy { 
padding: 30px 15px 0 15px;
}
.head_copy .border_box { 
display: table;
width: 2px;
height: 60px;
background: #231815;
margin: 30px auto 0 auto;
}
.head_copy .text_box { 
max-width: 900px;
margin: 0 auto;
}
.head_copy .text_box p { 
line-height: 2em;
text-align: center;
}

@media (max-width: 767px) {
.main_content { max-width: 600px; }
.head_box h2 { font-size: 30px; padding-top: 120px; }
.head_box h2 .sp { display: block; }
.head_copy .text_box .sp { display: none; }
.head_copy .text_box p { text-align: left; }
}
@media (max-width: 500px) {
.head_copy .text_box p { font-size: 14px; }
}
@media (max-width: 450px) {
.head_content { padding-top: 65px; }
}



/*====================================================================
menu.html
====================================================================*/
.cut_menu { 
background: rgba(35, 24, 21, 0.8);
}

.cut_menu .wrap { padding: 0 30px; }

.cut_menu .list_box { 
margin-bottom: 60px;
}
.cut_menu .list_box:last-child { 
margin-bottom: 0;
}
.cut_menu .list_box h3 { 
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 40px;
line-height: 1.5em;
color: #fff;
}
.cut_menu .list_box table { width: 100%; }
.cut_menu .list_box th { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.cut_menu .list_box td { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.cut_menu .list_box .text_right { text-align: right; }

.cut_menu .delta_01 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 0, 0 100%);
margin-bottom: 40px;
}
.cut_menu .delta_02 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 100%, 100% 100%);
margin-top: 60px;
}

@media (max-width: 767px) {
.cut_menu .wrap { padding: 0 15px; }
.cut_menu .list_box h3 { font-size: 30px; }
}
@media (max-width: 500px) {
.cut_menu .list_box th { font-size: 14px; }
.cut_menu .list_box td { font-size: 14px; }
}




/*====================================================================
goods.html
====================================================================*/
.goods_menu { 
background: rgba(35, 24, 21, 0.8);
}

.goods_menu .wrap { padding: 0 30px; }

.goods_menu .list_box { 
margin-bottom: 80px;
}
.goods_menu .list_box:last-child { 
margin-bottom: 0;
}
.goods_menu .list_box h3 { 
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 40px;
line-height: 1.5em;
color: #fff;
}
.goods_menu .list_box table { width: 100%; }
.goods_menu .list_box th { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.goods_menu .list_box td { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.goods_menu .list_box .text_right { text-align: right; }
.goods_menu .list_box .indent-1 { padding-left: 1em; text-indent: -1em; }

.goods_menu .delta_01 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 0, 0 100%);
margin-bottom: 40px;
}
.goods_menu .delta_02 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 100%, 100% 100%);
margin-top: 60px;
}

.goods_menu .two_box { 
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.goods_menu .two_box .photo { 
width: 49%;
}
.goods_menu .two_box .text { 
width: 49%;
margin-left: 2%;
}

@media (max-width: 767px) {
.goods_menu .wrap { padding: 0 15px; }
.goods_menu .list_box { margin-bottom: 60px; }
.goods_menu .list_box h3 { font-size: 30px; }
.goods_menu .two_box { display: block; }
.goods_menu .two_box .photo { width: 100%; }
.goods_menu .two_box .text { width: 100%; margin-left: 0; margin-top: 15px; }
}
@media (max-width: 500px) {
.goods_menu .list_box th { font-size: 14px; }
.goods_menu .list_box td { font-size: 14px; }
}



/*====================================================================
staff.html
====================================================================*/
.staff_content { 
background: rgba(35, 24, 21, 0.8);
}

.staff_content .wrap { padding: 0 30px; }

.staff_content .list_box { 
margin-bottom: 60px;
}
.staff_content .list_box:last-child { 
margin-bottom: 0;
}
.staff_content .list_box h3 { 
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 40px;
line-height: 1.5em;
color: #fff;
}
.staff_content .list_box table { width: 100%; }
.staff_content .list_box th { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.staff_content .list_box td { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.staff_content .list_box .text_right { text-align: right; }

.staff_content .delta_01 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 0, 0 100%);
margin-bottom: 40px;
}
.staff_content .delta_02 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 100%, 100% 100%);
margin-top: 60px;
}

@media (max-width: 767px) {
.staff_content .list_box h3 { font-size: 30px; }
.staff_content .wrap { padding: 0 15px; }
}
@media (max-width: 500px) {
.staff_content .list_box th { font-size: 14px; }
.staff_content .list_box td { font-size: 14px; }
}



/*====================================================================
care.html
====================================================================*/
.care_content { 
background: rgba(35, 24, 21, 0.8);
}

.care_content .wrap { padding: 0 30px; }

.care_content .list_box { 
margin-bottom: 60px;
}
.care_content .list_box:last-child { 
margin-bottom: 0;
}
.care_content .list_box h3 { 
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 24px;
line-height: 1.5em;
color: #fff;
margin-bottom: 15px;
}
.care_content .list_box h3 span { color: #f5b090; }
.care_content .list_box .indent-1 { padding-left: 1em; text-indent: -1em; }

.care_content .list_box table { width: 100%; }
.care_content .list_box th { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.care_content .list_box td { color: #fff; padding: 15px 10px; border-bottom: 1px solid #fff; }
.care_content .list_box .text_right { text-align: right; }

.care_content .delta_01 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 0, 0 100%);
margin-bottom: 40px;
}
.care_content .delta_02 { 
height: 60px;
background: #231815;
clip-path: polygon(100% 0, 0 100%, 100% 100%);
margin-top: 60px;
}



.care_content .list_box .main_01 { 
color: #fff;
background: #231815;
padding: 15px;
}
.care_content .list_box .main_01 h2 { 
font-family: 'Noto Sans JP', sans-serif; /* googleフォント */
font-size: 24px;
line-height: 1.5em;
margin-bottom: 15px;
}
.care_content .list_box .main_01 p { line-height: 2em; }
.care_content .list_box .main_01 .ore { color: #f5b090; }



.care_content .list_box .main_02 p { color: #fff; }
.care_content .list_box .main_02 .two_box { 
display: flex;
justify-content: flex-start;
align-items: flex-start;
}
.care_content .list_box .main_02 .photo { 
width: 49%;
}
.care_content .list_box .main_02 .text { 
width: 49%;
margin-left: 2%;
}
.care_content .list_box .main_02 .text .ore { color: #f5b090; }

.care_content .list_box .main_02 a { 
display: table;
width: 100%;
max-width: 300px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
font-size: 20px;
text-align: center;
color: #111;
background: #e5ddc4;
margin: 30px auto;
padding: 5px;
border-radius: 10px;
}



.care_content .list_box .line { 
border-bottom: 1px solid #fff;
margin-bottom: 40px; 
padding-bottom: 40px; 
}

@media (max-width: 767px) {
.care_content .wrap { padding: 0 15px; }
.care_content .list_box .main_02 .two_box { display: block; }
.care_content .list_box .main_02 .photo { width: 100%; }
.care_content .list_box .main_02 .text { width: 100%; margin-left: 0; margin-top: 15px; }
}
@media (max-width: 500px) {
.care_content .list_box .main_01 p { font-size: 14px; }
.care_content .list_box .main_02 p { font-size: 14px; }
.care_content .list_box th { font-size: 14px; }
.care_content .list_box td { font-size: 14px; }
}



/*====================================================================

====================================================================*/


