@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body{
  width: 100%;
  color: #231815;
  background-color: #F6F8F5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .15rem;
  line-height: 1.6;
  font-size: 1.2rem;
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width: 768px){

body{
  line-height: 2;
  font-size: 1.4rem;
}
}


/*//////////////
link
/////////////*/
header a:link{
    text-decoration: none;
}
header a:hover{
    opacity: 0.6;
    text-decoration: none;
}

main a:link{ 
    text-decoration: none;
}
main a:hover{
    opacity: 0.6;
    text-decoration: none;
}

footer a:link{
    text-decoration:underline;
}

main{
    position: relative;
}

img{
    width: 100%;
    height: auto;
}



/*//////////////
br
/////////////*/
.pcView{
	display:none;
}
.spView{
	display:inherit;
}
.tbView{
	display:inherit;
}
.tbOff{
	display:none;
}

@media screen and (min-width: 768px){

.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.pcOff{
	display:off;
}
}



/*//////////////
font
/////////////*/
.zen{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.pop{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/*//////////////
header
/////////////*/

header .header__inner{
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  height: 80px;
  background-color: #F6F8F5;
  z-index: 5;
}

header .header__inner h1{
  width: 40%;
}

@media screen and (min-width: 768px) {

header .header__inner{
  padding: 2rem;
}

header .header__inner h1{
  width: 150px;
}
}





/*//////////////
各ページ共通
/////////////*/
.red{
  color: #C9171E;
}

@media screen and (min-width: 768px){

}

/*//////////////
予約ボタン
/////////////*/


@media screen and (min-width: 768px){

}

/*//////////////
btn
/////////////*/
.btn_box .btn {
  display: block;
  width: 100%;
  border: inherit;
  cursor: pointer;
  background-color: #231815;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 1.5rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}


@media screen and (min-width: 768px){

.btn_box .btn{
  width: 500px;
  margin: auto;
}
}


/*//////////////
footer
/////////////*/

.footer_shopinfo {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #004922;
  color: #F6F8F5;
  padding: 0 2rem 2rem;
}

.footer_shopinfo::after {
  content: '';
  position: absolute;
  top: -8.5rem;
  left: 0;
  width: 100%;
  height: 9rem;
  background-color: #004922;
  clip-path: polygon(0 0, 0 100%, 115% 100%);
}

.footer_shopinfo h2.footer_ttl{
  font-size: 2.4rem;
  font-weight: 500;
}

.footer_shopinfo h2.footer_ttl span{
  font-size: 1.4rem;
}

.footer_shopinfo .txt_cont dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4rem 0 2rem;
}

.footer_shopinfo .txt_cont dl dt{
  width: 10%;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.footer_shopinfo .txt_cont dl dd{
  width: 90%;
  margin-bottom: 1.5rem;
}

.footer_shopinfo .txt_cont dl a{
  color: #F6F8F5;
}

.footer_shopinfo .copy{
  text-align: center;
}

.footer_shopinfo .copy a{
  color: #F6F8F5;
  text-decoration: none;
  font-size: 1rem;
}

@media screen and (min-width: 768px){

.footer_shopinfo {
    padding: 0 5rem 3rem;
}

.footer_shopinfo::after {
    top: -8.9rem;
    clip-path: polygon(0 0, 0 100%, 101% 100%);
}

.footer_shopinfo h2.footer_ttl {
    font-size: 3.2rem;
    line-height: 5rem;
}

.footer_shopinfo h2.footer_ttl span {
    font-size: 2rem;
}

.footer_shopinfo_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
}

.footer_shopinfo_flex .txt_cont {
    width: 33.333%;
}

.footer_shopinfo .txt_cont dl {
  margin: 0;
}

.footer_shopinfo .txt_cont dl dt {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.footer_shopinfo .txt_cont dl dd {
    margin-bottom: 2rem;
}

.footer_shopinfo_flex .map_cont{
  width: 33.333%;
  margin: 0 4rem;
}

.footer_shopinfo_flex .img_cont{
  width: 33.333%;
  display: block;
  margin-left: 2rem;
}

.footer_shopinfo_flex .map_cont .map {
    display: block;
    width: 100%;
    height: 380px;
    margin: 0;
}

}
