@charset "utf-8";
/*------!『TOP』!--------*/
/*--------------------------------------------------------------*/
/*...【スマホサイト】...*/
/*--------------------------------------------------------------*/
.turu {
display: none;
}

/*共通部分----------------*/



h2 {
width: 260px;
height:85px;
margin: 0 auto;
font-size: 48px;
color: var(--red);
text-align: center;
box-sizing: border-box;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
background: url(../img/h2.svg)no-repeat center bottom/contain;
}
.h2-p {
font-size: 16px;
text-align: center;
margin-top: -17px;
color: #555;
}

/*-----------------------
/共通終わり*/


/*ファーストビュー(header)
-----------------------------------------------*/
/*以前の
.bg {
width: 100%;
height: 100vh;
background: url(../img/top2.jpg)no-repeat 15% center/cover;
position: fixed;
top: 0;
left: 0;
z-index:-1;
}
*/
.bg-slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-slider .slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.slide1 {
   background-image: url('../img/top2.jpg'); 
  background-position: 15% center !important; 
  }
.slide2 {
  background-image: url('../img/top1.jpg'); 
  background-position: 80% 100% !important;  
}
.slide3 { 
  background-image: url('../img/top3.jpg'); 
  background-position: 35% center !important; 
}
.slide4 {
  background-image: url('../img/top4.jpg'); 
  background-position: 75% 100% !important;  
}




header {
padding-top:12vh;
width: 100%;
height: 100vh;
/*background: url(../img/suma-gd.png) center center/cover;*/
box-sizing: border-box;
}

h1{
width: 70%;
height: 30vh;
margin: 0 auto;
background: url(../img/rogo2.svg)no-repeat center center/contain;
white-space:nowrap;
overflow:hidden;
text-indent:100%;
}
.top-p{
display: none;
}

.info {
}
.info li{
margin-bottom: 4vh;
line-height: 1.5;
font-size: 1.8rem;
text-align: center;
color: #fff;
text-shadow: 0 0 0.5rem #000;
}
.top-pctel {
display: none;
}

.info a {
color: #fff;
font-size: 1.4rem;
}
.info-ul img {
width: 70%;
}

/*-----------------------
/ファーストビュー(header)終わり*/



/*menu部分
---------------------------------------*/
.menu-top {
width: 100%;
background: #fff;
padding: 10px 0 40px;
position: relative;
overflow: hidden;
box-sizing: border-box;
}
.menu-wrap {
width: 90%;
padding-top: 20px;
margin: 0 auto;
}
.menu-box {
margin-bottom: 30px;
border: 2px solid var(--red);
overflow: hidden;
transition: 0.2s;
}

.menu-box:nth-child(even) {
border: 2px solid #249B24;
}
.menutxt-wrap {
}
.menutxt-left {
width: 55%;
float: left;
margin: 0 0 20px 10px;
box-sizing: border-box;
}

.menu-box h3 {
color: #744B28;
padding-top:5px;
padding-left: 5px;
margin-top: 5px;
margin-bottom: 10px;
font-size:2.5rem;
line-height: 1;
/* border-bottom: 2px solid #249B24; */
}
/* .menu-box:nth-of-type(even) h3{
border-bottom: 2px solid var(--red);
} */
.menu-txt{
font-size: 1.2rem;
line-height: 1.5;
margin-left: 0px;
text-align: left;
}
.menu-more{
font-size: 1rem;
width: 32%;
text-align: center;
line-height: 2.2;
float: right;
margin: 18% 3% 3% 0;
/* border:2px solid var(--red); */
border-radius: 50px;
background: rgba(193, 44, 44, 0.200);
}
.menu-box:nth-of-type(even) .menu-more {
/* border:2px solid #249B24; */
background: rgba(36, 155, 36, 0.200);
}

/*------------------------メニューぺージへボタン*/
.menulist {
width: 100%;
}
.menulist a {
display: block;
width: 55%;
margin: 0 auto;
}
/* .menulist:before {
display: block;
content:"";
width: 24%;
height: 100px;
background: url(../img/gomenu-turu.svg)no-repeat center center/contain;
position: absolute;
left: -2px;
bottom: 40px;
 margin:auto;
} */
/* .menulist:after {
display: block;
content:"";
width: 24%;
height: 70px;
background: url(../img/gomenu-turu2.svg)no-repeat center center/contain;
position: absolute;
right: -2px;
bottom: 20px;
margin:auto;
} */
/*transform: scale(-1, -1);を使うべき？*/


/*--------------------------------------
/menu終わり*/
/*access部分
----------------------------------------*/
#access {
background:url(../img/bg-access.jpg)no-repeat center center/cover;}
.access {
width: 100%;
text-align: center;
padding-top: 50px;
padding-bottom: 40px;
background: rgba(0, 0, 0, 0.5);
}
#access h2{
color: #fff;
}
.access .h2-p {
color: #fff;
}
.access-txt{
margin: 50px 0;
}
.access-txt p {
color: #fff;
font-size: 1.3rem;
line-height: 1.8;
margin: 0 0 20px 0;
font-weight: bold;
}
.ac-left .mapdemiru {
display: none;
}

.googlemap{
width: 92%;
height: 40vh;
margin: 0 auto;
background: #aaa;
border: 2px solid #249B24;
}
#map-inner {
width: 100%;
height: 100%;
}
.mapdemiru {
margin-top: 20px;
margin-right: 20px;
text-align: right;

}
.mapdemiru a {
color: #fff;
border-bottom: 2px solid var(--red);
}
/*-----------------------
/access終わり*/
/*about部分
-------------------------*/
#about {
width: 100%;
background: #fff;
}
#about>.h2-p {
margin-bottom: 60px;
}
.h3about {
color: #744B28;
font-size: 2.5rem;
text-align: center;
margin-bottom: 40px;
/*CSS見出しコピペ*/
position: relative;
display: inline-block;
padding: 0 30px;
}
/* .h3about:before, .h3about:after {
content: '';
position: absolute;
top: 40%;
display: inline-block;
width: 20px;
height: 5px;
background-color: var(--red);
} */
.h3about:before {
left:0;
}
.h3about:after {
right: 0;
}
.yoyaku>.h3about{
font-size: 2.2rem;
}
.omise,.yoyaku {
text-align: center;
}
.omise span {
color: var(--red);
}

.omise-txt {
font-size: 1.3rem;
line-height: 2;
}
.omise .photo {
width: 60%;
margin: 0 auto;
}
.omise img {
margin: 60px 0 25px 0;
}
.chef {
font-size: 1.5rem;
margin-bottom: 10px;
}
.chef span{
color: #000;
font-size: 2.5rem;
line-height: 1;
}
.chef-txt {
font-size: 1.2rem;
padding-bottom: 80px;
}


/*--予約・お問い合わせ--*/
.yoyaku {
padding-bottom: 40px;
position: relative;
overflow: hidden;
}

.yoyaku-txt {
font-size: 1.5rem;
}

.about-tel a{
display: block;
width: 80%;
margin: 30px auto 60px;
}
.about-tel-pc,.about-pctxt {
display: none;
}


/*----------------トップへ戻るボタン*/
#to-top {
width: 100%;
margin: 0 auto;
}
#to-top a {
display: block;
width: 33%;
margin: 0 auto;
}
#to-top:before {
display: block;
content:"";
width: 35%;
height: 65px;
background: url(../img/to-topturu.svg)no-repeat center center/contain;
position: absolute;
left: 0;
bottom: 40px;
 margin:auto;
}
#to-top:after {
display: block;
content:"";
width: 35%;
height: 150px;
background: url(../img/to-topturu2.svg)no-repeat center center/contain;
position: absolute;
right: 0;
bottom: 0;
margin:auto;
}


/*------------------------------------------
/about終わり*/



/*(電話について) でもそもそもPCの時は表示させないけど*/
/*spの時*/
.tel-num[href^="tel:"] {
pointer-events:auto;
}
/*--------------------------------------------------------------*/
/*■■■■■■【タブレットサイト】■■■■■■*/
/*--------------------------------------------------------------*/
@media screen and (min-width:700px){
/*(電話について)*/
/*タブレット以上の時*/
.tel-num[href^="tel:"] {
pointer-events:none;
}

/*共通部分----------------*/

h2 {
width: 300px;
height: 100px;
font-size: 56px;
}
.h2-p {
font-size: 22px;
}

/*-----------------------
/共通終わり*/
/*ファーストビュー(header)
-----------------------------------------------*/
body {
}

header {
/*background: url(../img/suma-gd.png) center center/cover;*/
position: relative;
}

h1{
width: 65%;
height: 30vh;
}


.info ul{
width: 80%;
margin: 9vh auto 0;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.info li{
width: 50%;
margin: 0px;
padding: 20px;
line-height: 1.5;
font-size: 2.5rem;
text-align: center;
color: #fff;
text-shadow: 0 0 0.5rem #000;
/*border-left: 2px solid #fff;*/
/*border-bottom: 2px solid #fff;*/
background: ;
}
.info li:nth-child(-n+2) {
border-bottom: 2px solid #fff;
}
.info li:nth-child(even) {
border-left: 2px solid #fff;
}
.info-ul li:last-child {
display: none;
}
.top-pctel {
display: block;
}

/*-----------------------
/ファーストビュー(header)終わり*/
/*タブレットmenu部分
---------------------------------------*/

.menu-top {
padding: 0px;
}
.menu-wrap {
width: 100%;
margin: 20px 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.menu-box {
width: 46%;
margin: 0 6px 20px;
position: relative;
}
.menu-box:nth-child(3) {
border: 2px solid #249B24;
}
.menu-box:nth-child(4) {
border: 2px solid var(--red);
}
.menu-box:hover {
box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.60);
}
.menutxt-left {
width: 100%;
float: none;
margin: 0 0 30px;
box-sizing: border-box;
}

.menu-wrap h3 {
width: 80%;
padding: 0  0 0 10px;
margin: 15px 0 10px 15px;
font-size:3.4rem;
line-height: 1.2;
/* border-bottom: 2px solid #249B24; */
}
.menu-box:nth-child(3) h3{
/* border-bottom: 2px solid var(--red); */
}
.menu-box:nth-child(4) h3{
/* border-bottom: 2px solid #249B24; */
}
.menu-txt{
font-size: 1.4rem;
line-height: 1.5;
margin-left: 30px;
}
.menu-more{
font-size: 1.2rem;
width: 25%;
text-align: center;
/* line-height: 1.5; */
float: none;
margin: 0;
border:none;
/* border-bottom:2px solid #249B24;  */

background: rgba(36, 155, 36, 0.200);
/* border-radius: 0; */
position: absolute;
right: 20px;
bottom: 20px;
}
.menu-box:nth-of-type(1) .menu-more {
  /* border-bottom:2px solid var(--red); */
  background: rgba(193, 44, 44, 0.200);
}
.menu-box:nth-of-type(2) .menu-more {
border: none;
/* border-bottom:2px solid #249B24; */
background: rgba(36, 155, 36, 0.200);
}
.menu-box:nth-of-type(4) .menu-more {
border: none;
/* border-bottom:2px solid var(--red); */
background: rgba(193, 44, 44, 0.200);
}




/*------------------------tabuメニューぺージへボタン*/
.menulist {
width: 100%;

}
.menulist p {
}
.menulist a {
float: right;
text-align: right;
width: 30%;
margin: 0 ;
margin: 20px 50px 30px 0 ;
}
.menulist a:hover {
opacity: 0.9;
transform:rotateZ(5deg);
}
.menulist:before,.menulist:after {
display: none;
}

/*transform: scale(-1, -1);を使うべき？*/


/*--------------------------------------
/menu終わり*/



/*access部分
----------------------------------------*/
#access {
width: 100%;
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
}
.access{

}
#access h2{
color: #fff;
}
.access .h2-p {
color: #fff;
}
.access-txt{
margin-top: 50px;
}
.access-txt p {
color: #fff;
font-size: 2.5rem;
line-height: 2.2;
margin: 0 0 60px 0;
font-weight: bold;
}
.ac-left .mapdemiru {
display: none;
}

.googlemap{
width: 90%;
height: 40vh;
margin: 0 auto;
background: #aaa;
border: 2px solid #249B24;
}
.mapdemiru {
margin-top: 20px;
margin-right: 50px;
text-align: right;

}
.mapdemiru a {
color: #fff;
border-bottom: 2px solid var(--red);
font-size: 1.5rem
}
/*-----------------------
/access終わり*/



/*about部分
-------------------------*/
#about {
width: 100%;
height: ;
background: #fff;
position: relative;
padding-top: 40px;
box-sizing: border-box;
}
#about h2{
margin: 0 auto;

}
#about>.h2-p {
margin-bottom: 30px;
}
.ab-wrap {
width: 95%;
margin: 0 auto;
display: flex;
justify-content: space-around;
}
.h3about {
border: 0px;
font-size: 3.4rem;
text-align: center;
margin-bottom: 20px;
/*CSS見出しコピペ*/
display: inline-block;
padding: 0 30px;
}
/* .h3about:before, .h3about:after {
content: '';
position: absolute;
top: 40%;
display: inline-block;
width: 20px;
height: 5px;
background-color: var(--red);
} */
.h3about:before {
left:0;
}
.h3about:after {
right: 0;
}
.yoyaku>.h3about{
font-size: 2.7rem;
}
.omise,.yoyaku {
width: 45%;
text-align: center;
}
.omise span {
color: var(--red);
}

.omise-txt {
font-size: 1.4rem;
line-height: 1.8;
}
.omise .photo {
width: 50%;
margin: 0 auto;
}
.omise img {
margin: 40px 0 35px 0;
}
.chef {
font-size: 1.6rem;
margin-bottom: 20px;
}
.chef span{
color: #000;
font-size: 2.5rem;
line-height: 1;
}
.chef-txt {
font-size: 1.2rem;
padding-bottom: 80px;
}


/*--予約・お問い合わせ--*/
.yoyaku {
padding-bottom: 0px;
position:static;
overflow: hidden;
}

.yoyaku-txt {
margin-top: 55px;
font-size: 1.6rem;
}

.about-tel a{
display: none;

}
.about-tel-pc,.about-pctxt {
display: block;
}
.about-tel-pc {
width: 70%;
font-size: 1.8rem;
line-height: 2.3;
color: #42210B;
font-weight: bold;
margin: 50px auto ;
border: 2px solid var(--red);
}
.about-pctxt {
font-size: 1.6rem;
color: #744b28;
}
/*----------------PCトップへ戻るボタン*/
#to-top {
width: 140px;
height: 60px;
position: fixed;
right: -150px;
bottom: 160px;
margin: auto;
transition:0.5s;
}
/*スクロールしたら出てくるようにする*/
#to-top.scroll{
right: 10px;
}
#to-top a {
display: block;
width: 100%;
margin: 0;
text-shadow:0px 0px 15px #249B24;
}
#to-top a:hover {
opacity: 0.7;
}
#to-top:before,#to-top:after {
display: none;
}


/*------------------------------------------
/about終わり*/







}
/*--------------------------------------------------------------*/
/*...【PCサイト】...*/
/*--------------------------------------------------------------*/
@media (min-width:1100px){

/*表示しないもの*/
.tel-num img{
display: none;
}
/*PC共通部分----------------*/

h2 {
}
.h2-p {
font-size: 1.8rem;
}

/*-----------------------
/共通終わり*/
/*ファーストビュー(header)
-----------------------------------------------*/
body {
}

header {
padding-top:0px;
overflow: hidden;
width: 100%;
height: 100vh;
background-attachment: fixed;
box-sizing: border-box;
position: relative;
}

h1{
width: 35%;
height: 60vh;
margin: 0 auto;
background: url(../img/rogo2.svg)no-repeat center bottom/contain;
overflow:hidden;
text-indent:100%;
}


.info ul{
width: 80%;
margin: 15vh auto 0;
display: flex;
justify-content:center;
}
.info li{
width: 23%;
padding: 5px 0;
line-height: 1.8;
font-size: 2.0rem;
text-align: center;
color: #fff;
text-shadow: 0 0 0.5rem #000;
border-left: 2px solid #fff;
}
.info li:nth-child(-n+2) {
border-bottom: none;}
    .info li:nth-child(4) {
        border-right: 2px solid #fff;
    }
    .info-ul li:last-child {
        display: none; /*imgにも同じ指定している。そもそもliにクラス名つければいいのでは？でもaにもつけねば？*/
    }
.top-pctel {
display: block;
}
.info-ul a {
/*これにスマホ時の電話について書いてる*/
}
.info-ul img {
}

/*-----------------------
/ファーストビュー(header)終わり*/
/*menu部分PC
---------------------------------------*/
.menu-top {
padding-top: 30px;
position: relative;
}
.menu-wrap {
margin: 50px 0 0;
}
.menu-box {
width: 22%;
margin: 0 10px 20px;
}
.menu-box:nth-child(3) {
border: 2px solid var(--red);
}
.menu-box:nth-child(4) {
border: 2px solid #249B24;
}
.menutxt-left {
width: 100%;
float: none;
margin: 0 0 40px;
box-sizing: border-box;
}

.menu-wrap h3 {
width: 65%;
padding: 0  0 0 10px;
margin: 15px 0 10px 15px;
font-size:3.4rem;
line-height: 1;
/* border-bottom: 2px solid #249B24; */
}
/* .menu-box:nth-child(3) h3{
border-bottom: 2px solid #249B24;
}
.menu-box:nth-child(4) h3{
border-bottom: 2px solid var(--red);
} */
.menu-more{
font-size: 1.2rem;
width: 35%;
text-align: center;
line-height: 2.5;
float: none;
margin: 0;
border:none;
/* border:2px solid var(--red); */
background: rgba(193, 44, 44, 0.200);
border-radius: 80px 10px;
position: absolute;
right: 15px;
bottom: 12px;
transition: 0.3s;
}
.menu-box:nth-of-type(1) .menu-more {
  /* border:2px solid var(--red); */
background: rgba(193, 44, 44, 0.200);
}
.menu-box:nth-of-type(2) .menu-more {
border: none;
/* border:2px solid #249B24; */
background: rgba(36, 155, 36, 0.200);
}
.menu-box:nth-of-type(4) .menu-more {
border: none;
/* border:2px solid #249B24; */
background: rgba(36, 155, 36, 0.200);
}


.menu-more:hover {
background: var(--red) !important;
color: #fff;
}
.menu-box:nth-of-type(even) .menu-more:hover{
background:#249b24 ;
}
/*------------------------PCメニューぺージへボタン*/
.menulist a {
width: 17%;
margin: 30px 80px 30px 0
}
.menulist a:hover {
opacity: 0.9;
transform:rotateZ(5deg);
}

/*transform: scale(-1, -1);を使うべき？*/
/*ツル*/
/* .turu {
display: block;
z-index: -1;
}

.turumenu .turu1 {
position: absolute;
top:0;
right:0;
margin: 0 auto;
}
.turumenu .turu2 {
position: absolute;
right:-55px;
bottom: -40px;
margin: 0 auto;
}
.turumenu .turu3 {
position: absolute;
top:-1px;
left:-10px;
margin: 0 auto;
}
.turumenu .turu4 {
position: absolute;
bottom:0;
left:0;
margin: 0 auto;
} */
/*--------------------------------------
/menu終わり*/
/*access部分
----------------------------------------*/
.mapdemiru {
display: none;
}
#access {
width: 100%;
height: auto;
text-align: center;
background:url(../img/bg-access.jpg)no-repeat center center/cover;
padding-top:0px;
padding-bottom: 60px

}

.access {
width: 95%;
margin: 0 auto;
display: flex;
justify-content:center;
padding: 0 0px 0px 50px;
background: none;1
}
.ac-left,.googlemap {
margin-top: 70px;
}

.ac-left {
width: 40%;
background: rgba(0, 0, 0, 0.5);
border-radius: 30px;
padding-top: 10px;
}
.ac-left>h2{
height: 90px;
font-size: 5rem;
}
.ac-left>.h2-p {

}

.access-txt{
margin: 50px 0 75px;
}
.access-txt p {
color: #fff;
font-size: 1.7rem;
line-height: 1.8;
margin: 0 0 40px 0;
font-weight: bold;
}
.ac-left .mapdemiru {
display: block;
margin-top: 90px;
text-align: center;
}

.googlemap{
height: 75vh;
width: 70%;
margin: 15vh auto 0 ;
background: #aaa;
border: 2px solid #249B24;
margin-left: 50px;
}

/*-----------------------
/access終わり*/
/*about部分
-------------------------*/
#about {
width: 100%;
height: ;
background: #fff;
overflow: hidden;
position: relative;
}
#about>.h2-p {
margin-bottom: 30px;
}
.ab-wrap {
width: 80%;
margin: 0 auto;
display: flex;
justify-content: space-around;
}
.h3about {
border: 0px;
font-size: 3.2rem;
text-align: center;
margin-bottom: 20px;
/*CSS見出しコピペ*/
display: inline-block;
padding: 0 30px;
}
/* .h3about:before, .h3about:after {
content: '';
position: absolute;
top: 40%;
display: inline-block;
width: 20px;
height: 5px;
background-color: var(--red);
} */
.h3about:before {
left:0;
}
.h3about:after {
right: 0;
}
.yoyaku>.h3about{
font-size: 2.5rem;
}
.omise,.yoyaku {
width: 45%;
text-align: center;
}
.omise span {
color: var(--red);
}

.omise-txt {
font-size: 1.6rem;
line-height: 1.8;
}
.omise .photo {
width: 50%;
margin: 0 auto;
}
.omise img {
margin: 20px 0 15px 0;
}
.chef {
font-size: 1.5rem;
margin-bottom: 10px;
}
.chef span{
color: #000;
font-size: 2.5rem;
line-height: 1;
}
.chef-txt {
font-size: 1.4rem;
padding-bottom: 80px;
}


/*--予約・お問い合わせ--*/
.yoyaku {
padding-bottom: 0px;
position:static;
overflow: hidden;
}

.yoyaku-txt {
margin-top: 45px;
font-size: 1.8rem;
}

.about-tel a{
display: block;
width: 80%;
margin: 30px auto 60px;
}
.about-tel-pc,.about-pctxt {
display: block;
}
.about-tel-pc {
width: 70%;
font-size: 2.4rem;
line-height: 2.3;
color: #42210B;
font-weight: bold;
margin: 30px auto 50px;
border: 2px solid var(--red);
}
.about-pctxt {
font-size: 1.8rem;
color: #744b28;
}
/*----------------PCトップへ戻るボタン*/
#to-top {
width: 140px;
height: 60px;
position: fixed;
right: -150px;
bottom: 60px;
margin: auto;
z-index: 100;
transition:0.5s;
}
/*スクロールしたら出てくるようにする*/
#to-top.scroll{
right: 10px;
}
#to-top a {
display: block;
width: 100%;
margin: 0;
text-shadow:0px 0px 15px #249B24;
}
#to-top a:hover {
opacity: 0.7;
}
#to-top:before,#to-top:after {
display: none;
}

/*ツル*/
.turu {
}
#about .turu1 {
position: absolute;
top:-3px;
right:0;
margin: 0 auto;
}
#about .turu2 {
position: absolute;
right:-95px;
bottom: 0px;
margin: 0 auto;
}
#about .turu3 {
position: absolute;
top:-3px;
left:-3px;
margin: 0 auto;
}
#about .turu4 {
position: absolute;
bottom:0;
left:0;
margin: 0 auto;
}
/*------------------------------------------
/about終わり*/




/*max-width*/
.container {/*レイアウトの幅の上限を設定！
まだメニューにしかつけてない*/
	max-width:1500px;
	}


}