@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600&display=swap');
/*
Theme Name: souptoniku
*/

html {
  font-size: 100%;
}
body {
  background-color:#FFFFFF;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.875rem;
}
a {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}

.logo {
  width: 100px;
  line-height: 1px;
  margin-right: 60px;
}
.logo a {
  display: block;
}

.page-title {
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 80px;
}


.wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
}

.container {
   max-width: 980px;
  padding: 0 16px;
  margin: 0 auto;
}


/*-------------------------------------------
header
-------------------------------------------*/

.header-logo {
    width: 180px;
    height: auto;
    display: block;
    margin-top: 30px;
}

#header .maintext {
	margin-top: -50px;
}


.maintext .tk {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
}

.maintext1 .tk{
	display: none;
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100px;
  z-index: 10;
}

/*
sns
*/
.sns {
  width: 100px;
  height: 100px;
  background-color:#AE2E2A;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 30;
  cursor: pointer;
  transition: 0.3s;
}
.sns:hover {
  opacity: 0.7;
}

.sns img {
	width: 50px;
	height: 50px;
	margin: 25px;
}

/*
ハンバーガ―メニュー
*/
.hamburger {
  width: 100px;
  height: 100px;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
  transition: 0.3s;
}
.hamburger:hover {
  opacity: 0.7;
}
/* ハンバーガーメニューの線の設定（メニューが閉じている時） */
.hamburger span {
  width: 50px;
  height: 2px ;
  background: #fff;
  position: absolute;
  left: 25px;
  transition: 0.3s ease-in-out;
}
/* 1本目の線の位置を設定 */
.hamburger span:nth-child(1) {
  top: 36px;
}
/* 2本目の線の位置を設定 */
.hamburger span:nth-child(2) {
  top: 50px;
}
/* 3本目の線の位置を設定 */
.hamburger span:nth-child(3) {
  top: 64px;
}
/*
ハンバーガーメニューの線の設定（メニューが開いている時）
1本目の線を-45度回転
*/
.hamburger.active span:nth-child(1) {
  top: 47px;
  left: 25px;
  background :#fff;
  transform: rotate(-45deg);
}
/* 2本目と3本目は重ねて45度回転 */
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 47px;
  background: #fff;
  transform: rotate(45deg);
}
/*
メニューの設定
最初は閉じている状態なので、「opacity: 0;」「visibility: hidden;」
で要素を非表示にしておく
*/
#navi {
  width: 25%;
  height: 100vh;
  background-color: #000000;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}
/*
ハンバーガーメニューがクリックされた際に、jQueryで#naviにactiveクラスを追加して、
メニューを表示させる。
*/
#navi.active {
  opacity: 1;
  visibility: visible;
}

#navi .menu {
  margin:150px  40px;
}
#navi .menu li {
  margin-bottom: 40px;
}
#navi .menu a {
  color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	padding-left: 15px;
    padding-right: 15px;
	font-family: "Noto Sans", sans-serif;
	/*
  ホバー時の透過をふわっとさせる（0.3秒かけて実行）
  */
  transition: 0.3s;
}


#navi .menu a:hover {
  opacity: 0.7;
}

#navi .btn {
  width: 250px;
  border: solid 1px #fff;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease-in-out;
}
/* ボタンの右と下の線は疑似要素で設定 */
#navi .btn::after {
  content: "　";
  width: 250px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 15px 0;
  position: absolute;
  right: -6px;
  bottom: -6px;
}
#navi .btn:hover {
  background-color: #fff;
  color: #ff2a2a;
}


/*-------------------------------------------
main
-------------------------------------------*/
main .page-title {
  border-bottom: solid 1px #777;
  font-size: 1.75rem;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.section-title .en {
	text-align: center;
	font-family: "countach", sans-serif;
    display: block;
    font-size: 20px;
	letter-spacing: 3px;
    margin-bottom: 10px;
}
.section-title .ja {
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
    display: block;
    font-size: 44px;
	letter-spacing: 3px;
    margin-bottom: 10px;
}



/*-------------------------------------------
mainvisual
-------------------------------------------*/

#mainvisual {
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	padding-top: 400px;
	color: #ffffff;
	  /* 画面いっぱいに背景画像を貼り付ける */
	background: url( "img/main.webp") no-repeat center;
	background-size: cover;
	position: relative;
	height:1493px;
	display: block;
}

.section-title .sub {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: yu-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.6px;
}

.section-title .main1 {
	display: none;
}
.section-title .main {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-size: 45px;
	font-family: yu-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.6px;
	padding-top: 320px;
}

.section-title .text1 {
	display: none;
}

.section-title .text {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	letter-spacing: 1.6px;
	line-height: 2;
	padding-top: 60px;
}

#mainvisual img {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
	display: block;
	padding: 20px;
}



/*-------------------------------------------
menu
-------------------------------------------*/

#menu {
	margin-left: auto;
	margin-right: auto;
	padding: 70px 0px 100px 0px;

	  /* 画面いっぱいに背景画像を貼り付ける */
	background: url( "img/backgrand.webp") no-repeat center;
	background-size: cover;
	position: relative;
	display: block;
}

#menu .section-title{
	margin-top: 100px;
}

.section-title .menu-text {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-size: 22px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 1.6px;
	padding-top:20px;
}

.menu-c .large1 {
	display: none;
}

.menu-c .large {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	padding-top: 20px;
}
.menu-c .small1 {
	display: none;
}
.menu-c .small {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	padding: 30px;
}

.title-border {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border:1px solid #AE2E2A;
	width: 80px;
	margin-top: 40px;
}

.content_area{
  width: 700px;
  padding: 0 40px;
  margin: 0 auto;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
      width:70%;
    margin:0 auto;
}


.slider img {
   width:400px;/*スライダー内の画像を60vwにしてレスポンシブ化*/
   max-width:100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
	padding: 40px;
}




[class*="carousel__arrow--"]{
  background: url( "img/common/arrow.svg") no-repeat center center / 50%;
  position: absolute;
  top: 50%;
  translate: translateY(-50%);
  width: 60px;
  aspect-ratio: 1;
  z-index: 2;
}

.carousel__arrow--prev{
  left:0;
}
.carousel__arrow--next{
  right: 0;
  rotate: 180deg;
}

#menu .slider-item {
  padding:0 5px;
}
#menu .menu-box {
	margin-left: auto;
  margin-right: auto;
	width: 300px;
  max-width:100%;
  background: #ffffff;
  border-radius: 15px;
  padding: 45px 20px 30px;
  margin-top: -80px;
}

#menu .menu-box1 {
	margin-left: auto;
    margin-right: auto;
	width: 70%;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 40px;
	padding: 10px 90px;
}

#menu .menu-box2 {
	margin-left: auto;
    margin-right: auto;
	display: block;
	width: 70%;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 40px;
	padding: 40px;
}

#menu .menu-box h3 {
	text-align: center;
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 2.0;
	letter-spacing: 1.6px;
	margin-bottom: 10px;
}

#menu .menu-box h5 {
	text-align: center;
	font-size: 14px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 300;
}

#menu .menu-box p {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}

.icon1 {
	background: #693400;
}

.icon2 {
	background: #381C00;
}

.icon3 {
	background: #B48544;
}

.icon4 {
	background: #190E02;
}

#menu .menu-box h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
	margin-top:15px;
}

.menu-box2 .drink {
	font-family: "Noto Sans", sans-serif;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.col-md-6 {
	width: 50%;
	float: left;
	display:flex;
}

#menu table {
	width:420px;
	padding: 0 15px;
}

#menu table th {
	text-align: left;
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
	vertical-align: top;
	padding: 5px;
	padding-bottom: 10px;
	line-height: 2.0;
	border-bottom:1px dashed #C5C5C5;
}

#menu table td {
	text-align:right;
	font-weight: 600;
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	padding: 5px;
	padding-bottom: 10px;
	line-height: 2.0;
	border-bottom:1px dashed #C5C5C5;

}




/*-------------------------------------------
about
-------------------------------------------*/

#about {
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0px;
	color: #ffffff;
	  /* 画面いっぱいに背景画像を貼り付ける */
	background: url( "img/about.webp") no-repeat center;
	background-size: cover;
	position: relative;
	min-height:980px;
	display: block;
}

.section-text1 h3 {
	display: none;
}
.section-text h3 {
	text-align: center;
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 1.6px;
	line-height: 45px;
	margin-top: 100px;
}

.about-c {
	display: block;
	width: 50%;
	padding: 50px 0px;
	float: left;
}

.about-c .large {
	font-family: yu-mincho-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	color: #AE2E2A;
	text-align: center;
}

.about-c .small {
	padding: 30px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	letter-spacing: 1.12px;
	line-height: 25px;
}


/*-------------------------------------------
news
-------------------------------------------*/
#news .image {
	display: none;
}

#news {
	margin-left: auto;
	margin-right: auto;
	padding: 70px 0px;
	background: url(  "img/back_img1.webp") no-repeat center;
	background-size: cover;
	position: relative;
	height:auto;
	display: block;
}

#news article {
	margin-left: auto;
	margin-right: auto;
	margin:30px 0px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	border-top:  1px solid #333;
	padding: 20px 40px 0px;
}


#news .newsborder {
	width: 100%;
	border-bottom:   1px solid #333;
	margin-top: 0px;
}


#news .icon {
	width: 80px;
	height: 20px;
	background: #AE2E2A;
	opacity: 1;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
}

#news .post-id {
	font-size: 20px;
	font-family: "Noto Sans", sans-serif;
}

#sp {
	display: none;
}

.meta li {
	padding: 5px;
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
}

.arrow {
  margin-top: 60px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.post-link {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#news article img {
  height: auto;
}


/*-------------------------------------------
pagination
-------------------------------------------*/

.pagination {
	text-align: center;
    margin: 40px 0 0;
}
.nav-links {
    display: flex;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    color: #000000;
    background: #fff;
    border: 1px solid #AE2E2A;
	margin-top: 40px;
}
.pagination .current {
    background: #AE2E2A;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #AE2E2A;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
    border: none;
}


/*-------------------------------------------
newspage
-------------------------------------------*/

#title_bg {
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	padding-top: 150px;
	color: #ffffff;
	background: url("img/allpost_img.webp") no-repeat center;
	background-size: cover;
	position: relative;
	height:350px;
	display: block;
}

#title_bg .section-title {
	margin-top: 50px;
}

 #section-post {
	margin-left: auto;
	margin-right: auto;
	padding:110px 0px;
	background: url( "img/back_img1.webp") no-repeat center;
	background-size: cover;
	position: relative;
	display: block;
}

.post {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 10px;
	opacity: 1;
	width: 1000px;
	padding:100px 100px;
}

.article-title {
	padding-bottom: 20px;
}

.article-title h1 {
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
}

#section-post .newsborder {
	width: 780px;
	border-bottom:2px solid #333;
	margin: 20px 0px;
}

 #section-post .icon {
	width: 80px;
	height: 20px;
	background: #AE2E2A;
	opacity: 1;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;

}

 #section-post .meta li {
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
}

#section-post .text {
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	letter-spacing: 1px;
	line-height: 2;
	opacity: 1;
	margin-top:  70px;
}


.article-title h1 {
	text-align: left;
	font-size: 28px;
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
}

#section-post .image {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: auto;
  max-width:100%;
}
#section-post .image img {
  max-width:100% ! important;
  width:auto ! important;
  height:auto ! important;
}


/*-------------------------------------------
allpost
-------------------------------------------*/



 #section-allpost {
	margin-left: auto;
	margin-right: auto;
	padding:110px 0px;
	background: url( "img/back_img1.webp") no-repeat center;
	background-size: cover;
	position: relative;
	display: block;
}

.allpost {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-radius: 10px;
	opacity: 1;
	width: 1000px;
	padding: 40px 80px 80px;
}


#section-allpost article {
	margin:10px 0px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	border-top:  1px solid #333;
	padding: 20px 40px 0px;
}


#section-allpost .newsborder {
	width: 100%;
	border-bottom:   1px solid #333;
	margin-top: 0px;
}


#section-allpost .icon {
	width: 80px;
	height: 20px;
	background: #AE2E2A;
	opacity: 1;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;

}

.meta li {
	text-align: left;
    padding: 5px;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
}



/*-------------------------------------------
ボタン
-------------------------------------------*/
.button-1 {
	margin-top: 70px;
}

.button-1 a {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
}

.button-1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
}

.button-1 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.button-2 {
	margin-top: 100px;
}

.button-2 a {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
}

.button-2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 60px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
}

.button-2 a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}


/*-------------------------------------------
shop
-------------------------------------------*/

#shop {
	margin-left: auto;
	margin-right: auto;
	padding: 70px 0px;
	background: url( "img/back_img2.webp") no-repeat center;
	background-size: cover;
	position: relative;
	height:1200px;
	display: block;
}



#shop .slider {
	display: none;
}


.row {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:40px 0px;
}

.col-md-6　{
	width: 50%;
}



#shop table {
	width:100%;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0 10px;
}





#shop table th {
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	vertical-align: top;
	padding: 5px;
	padding-bottom: 10px;
	line-height: 2.0;
	border-top: 1px solid #bbbbbb;
}

#shop table td {
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	padding: 5px;
	padding-bottom: 10px;
	line-height: 2.0;
	border-top: 1px solid #bbbbbb;
}

#shop .google-maps {
	padding: 50px 0px;
}

.google-maps iframe {
	width:950px;
	height: 250px;
    display: flex;
  justify-content: space-between;
  max-width:100%;
}

#shop .flex {
  display: flex;
  justify-content: space-between;
	margin-top: 40px;
}

#shop .left {
	width: 32%;
}

#shop .center {
	width: 32%;
}

#shop .right {
	width: 32%;
}

#shop p {
	text-align: center;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	padding-top: 15px;
}

#shop .slider_sp {
	display: none;
}



/*-------------------------------------------
404_renew
-------------------------------------------*/

#title {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding: 280px 50px;
	display: block;
	background: url( "img/back_img1.webp") no-repeat center;
	background-size: cover;
	position: relative;
}

#title .no{
	color: #AE2E2A;
	font-size: 24px;
	font-family: "Noto Sans", sans-serif;
	letter-spacing: 2px;
	line-height: 2;
	font-weight: 600;
}

#title .page{
	color: #000000;
	font-size: 24px;
	font-family: "Noto Sans", sans-serif;
	letter-spacing: 2px;
	line-height: 2;
	font-weight: 600;
}


.nopage  {
	text-align:center;
	font-size: 18px;
	font-family: "Noto Sans", sans-serif;
	letter-spacing: 1px;
	line-height: 2;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: -40px;
}



/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
    padding: 70px 0px 20px;
	background-color: #000000;
}

.footer-logo {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
	margin-bottom: 40px;
}

.footer-conts {
	text-align: center;
	max-width: 760px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
	}

#footer .site-title {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;	
}

#footer .box {
	float: left;
}

.footer-conts a {
	font-family: "Noto Sans", sans-serif;
	color: #ffffff;
	font-size: 16px;
	padding-left: 16px;
    padding-right: 15px;
	/*
  ホバー時の透過をふわっとさせる（0.3秒かけて実行）
  */
  transition: 0.3s;
}

#footer a:hover {
  opacity: 0.7;
}

.footerborder {
	border-top:  1px solid #333;
	margin-top: 20px;
}

#copyright {
	margin-top: 40px;
}

#copyright p {
    text-align: center;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    padding-top: 20px;
    margin-bottom: 0;
    color: #fff;
}


/*-------------------------------------------
  pagetop
  -------------------------------------------*/
.pagetop-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
}

.pagetop-btn img {
	width: 30px;
	height: auto;
}

.shadow_test {
        filter: drop-shadow(5px 5px 5px #aaa);
}

.pagetop-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}

.pagetop-btn.visible {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 1200px) {
  .slider {
    width:90%;
  }
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

/*-------------------------------------------
header
-------------------------------------------*/
	#navi {
		width: 50%;
	}
/*
ハンバーガーメニューがクリックされた際に、jQueryで#naviにactiveクラスを追加して、
メニューを表示させる。
*/
	#navi .menu {
		margin:200px  40px;
	}

	#navi .menu a {
	font-size: 18px;
	}


/*-------------------------------------------
main
-------------------------------------------*/

	.section-title .main {
		font-size: 34px;
	}

	.section-title .en {
		font-size: 20px;
	}

	.section-title .ja {
    font-size: 36px;
	}

/*-------------------------------------------
mainvisual
-------------------------------------------*/

	#mainvisual {
	  background-image: url( "img/main_m.webp");
	  width: 100%;
	}


/*-------------------------------------------
menu
-------------------------------------------*/

	#menu {
	  background-image: url( "img/backgrand_m.webp");
	  width: 100%;
	}


	.menu-c .large {
		font-size: 18px;
	}
	.slider img {
		width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
	}

	[class*="carousel__arrow--"]{
		width: 40px;
	}

	#menu .menu-box {
		width: 200px;
		padding: 45px 10px 30px;
	}

	#menu .menu-box1 {
		width: 90%;
		height: 320px;
		padding: 5px 15px;
	}

	#menu .menu-box2 {
		width: 90%;
		padding:20px;
	}

	#menu .menu-box h3 {
	font-size: 16px;
	}

	#menu .menu-box h5 {
	font-size: 13px;
	}

	#menu .menu-box p {
		font-size: 10px;
	}


	#menu table th {
		font-size: 14px;
	}

	#menu table td {
		font-size: 14px;
	}

	.menu-box2 .drink {
		font-size: 16px;
	}

/*-------------------------------------------
about
-------------------------------------------*/

	#about {
	  /* 画面いっぱいに背景画像を貼り付ける */
		background-image: url( "img/about_m.webp");
		width: 100%;
		min-height:900px;
		padding: 100px 10px;
	}


	.section-text h3 {
	font-size: 18px;
	letter-spacing: 1.2px;
	line-height: 38px;
	}

/*-------------------------------------------
news
-------------------------------------------*/


	#news article {
		margin:50px 20px 0px;
		padding: 20px;
	}

	#news .newsborder {
		width:95%;
		margin-left:auto;
		margin-right:auto;
		display: block;
	}

	.meta li {
		padding: 5px;
	}

	.arrow {
		margin-top:40px;
	}



/*-------------------------------------------
newspage
-------------------------------------------*/

	.post {
		width: 90%;
		padding: 60px 40px;
	}

	#section-post .newsborder {
		width:100%;
	}

	#section-post .image {
		margin-top:  40px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 550px;
		height: auto;
    max-width:100%;
}

/*-------------------------------------------
allpost
-------------------------------------------*/


	.allpost {
		width: 90%;
		padding: 60px 40px;
	}

/*-------------------------------------------
shop
-------------------------------------------*/

	#shop {
		/* 画面いっぱいに背景画像を貼り付ける */
		background-image: url( "img/back_img2_m.webp");
		padding: 20px 20px 0;
		height: 960px;
	}

	.row {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	#shop table {
		width:100%;
		margin-left: auto;
		margin-right:auto;
		margin-bottom: 20px;
	}

	#shop table th {
		font-size: 14px;
	}

	#shop table td {
		font-size: 14px;
	}

	#shop .flex {
		width: 100%;
	}


	#shop .google-maps {
		padding: 50px 0px ;
	}

	.google-maps iframe {
		width: 700px;
		height: 200px;
	}

/*-------------------------------------------
footer
-------------------------------------------*/


	.footer-logo {
		width: 240px;
	}

	.footer-conts {
		max-width: 720px;
	}

	.footer-conts a {
		font-size: 14px;
	}
}

/* 768px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 768px) {

  #header .site-title {
		padding:10px ;
	}
	#navi {
		overflow-x: scroll;
	}
	#header .maintext1 {
		margin-top: 10px;
	}
	.header-logo {
		width: 120px;
		margin-top: 10px;
	}


	#header {
		height: 60px;
	}

  /*
  sns
  */
	.sns {
		width: 60px;
		height: 60px;
		top: 60px;
	}


	.sns img {
		width: 25px;
		height: 25px;
		margin:19px;
	}



  /* ハンバーガ―メニュー */
  	.hamburger {
  		width: 60px;
  		height: 60px;
  	}

  /* ハンバーガーメニューの線の設定（メニューが閉じている時） */
  	.hamburger span {
  		width: 24px;
  		height: 1px ;
  		left:20px;
  	}
  /* 1本目の線の位置を設定 */
  	.hamburger span:nth-child(1) {
  		top: 24px;
  	}
  /* 2本目の線の位置を設定 */
  	.hamburger span:nth-child(2) {
  		top: 32px;
  	}
  /* 3本目の線の位置を設定 */
  	.hamburger span:nth-child(3) {
  		top:40px;
  	}
  /*
  ハンバーガーメニューの線の設定（メニューが開いている時）
  1本目の線を-45度回転
  */
  	.hamburger.active span:nth-child(1) {
  		top: 32px;
  		left: 20px;
  	}
  /* 2本目と3本目は重ねて45度回転 */
  	.hamburger.active span:nth-child(2),
  	.hamburger.active span:nth-child(3) {
  		top: 32px;
  	}

  	/*
  メニューの設定
  最初は閉じている状態なので、「opacity: 0;」「visibility: hidden;」
  で要素を非表示にしておく
  */
  	#navi {
  		width: 65%;
  	}
  /*
  ハンバーガーメニューがクリックされた際に、jQueryで#naviにactiveクラスを追加して、
  メニューを表示させる。
  */
  	#navi .menu {
  		margin:120px  10px;
  	}

  	#navi .menu li {
  		margin-bottom: 20px;
  	}

  	#navi .menu a {
  	font-size: 16px;
  	}

    /*-------------------------------------------
    about
    -------------------------------------------*/

  	#about {
  		margin-left: auto;
  		margin-right: auto;
  		padding: 80px 0px;
  	  /* 画面いっぱいに背景画像を貼り付ける */
  		position: relative;
  		display: block;
      min-height:none;
  	}


	.section-text{
  		margin-top: 160px;
  		margin-bottom: 0px;
  	}






}

@media screen and (max-width: 480px) {
/* 480px以下に適用されるCSS（スマホ用） */

/*-------------------------------------------
header
-------------------------------------------*/

	.header-logo {
		width: 90px;
		margin-top: 0px;
	}

		.maintext .tk {
		display: none;
	}
	.maintext1 .tk {
		color: #ffffff;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
		font-size:11px;
		font-family: "Noto Sans", sans-serif;
		font-weight: 600;
	}



/*-------------------------------------------
main
-------------------------------------------*/

	.section-title .en {
		font-size: 16px;
	}

	.section-title .ja {
		font-size: 26px;
	}

/*-------------------------------------------
mainvisual
-------------------------------------------*/


	#mainvisual {
	  margin-left: auto;
		margin-right: auto;
		background: url( "img/main_s.webp") no-repeat center;
		background-size: cover;
		position: relative;
		height:1493px;
		display: block;
	}

	.section-title .main1 {
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
		font-size: 24px;
		font-family:yu-mincho-pr6n, sans-serif;
	    font-style: normal;
	    font-weight: 400;
		letter-spacing: 1.6px;
		padding-top: 320px;
	}

	.section-title .main {
		display: none;
	}

	.section-title .text {
		display: none;
	}

	.section-title .text1 {
		display: block;
		padding: 30px;
		font-family: "Noto Sans", sans-serif;
		font-size: 15px;
		letter-spacing: 1.12px;
		line-height: 30px;
	}

	#mainvisual img {
		width: 280px;
	}




/*-------------------------------------------
menu
-------------------------------------------*/

	#menu {
		margin-left: auto;
		margin-right: auto;
		padding: 70px 20px 100px 20px;
	  /* 画面いっぱいに背景画像を貼り付ける */
		background: url( "img/backgrand_s.webp") no-repeat center;
		background-size: cover;
		position: relative;
		display: block;
	}

	.section-title .menu-text {
		font-size: 18px;
		letter-spacing: 0px;
	}

	.menu-c .large {
		display: none;
	}

	.menu-c .large1 {
		display: block;
		font-size: 16px;
		font-family: "Noto Sans", sans-serif;
		padding-top: 20px;
	}

	.menu-c .small {
		display: none;
	}

	.menu-c .small1 {
		display: block;
		font-family: "Noto Sans", sans-serif;
		font-size: 15px;
		letter-spacing: 0px;
		line-height: 30px;
		padding-top: 20px;
	}

	.title-border {
		width: 20%;
	}

	#menu .menu-box {
		width: 260px;
	}

	#menu .menu-box h3 {
		font-size: 20px;
	}

	#menu .menu-box h5 {
		font-size: 14px;
	}

	#menu .menu-box p {
		font-size: 12px;
	}
	#menu .menu-box1 {
		width: 100%;
		height: 560px;
	}


	#menu .menu-box2 {
		width: 100%;
		padding:20px;
	}

	#menu table {
		width:320px;
		margin-left:auto;
		margin-right:auto;
	}

	.col-md-6 {
		width: 100%;
	}

 /*-------------------------------------------
    about
    -------------------------------------------*/


  	#about {
  		margin-left: auto;
  		margin-right: auto;
  		padding: 80px 0px;
  	  /* 画面いっぱいに背景画像を貼り付ける */
		background-image: url( "img/about_s.webp");
  		position: relative;
  		display: block;
      min-height:none;
  	}


  	.section-text h3 {
  		display: none;
  	}

  	.section-text1{
  		margin-top: -40px;
  		margin-bottom: 80px;
  	}

  	.section-text1 h3 {
  		display: block;
  		padding:0px 15px;
  		font-family: "Noto Sans", sans-serif;
  		font-weight:300;
  		font-size: 16px;
  		letter-spacing: .6px;
  		line-height: 24px;
  	}

  	.about-c {
  		width: 100%;
  		margin-top: -100px;
  	}

  	.about-c .large {
  		font-size: 22px;
  	}

  	.about-c .small {
  		padding: 15px;
  		font-size: 14px;
  		letter-spacing: 1px;
  		line-height: 20px;
  	}


/*-------------------------------------------
news
-------------------------------------------*/


	#news {
		margin-left: auto;
		margin-right: auto;
		padding: 80px 0px;
	  /* 画面いっぱいに背景画像を貼り付ける */
		background: url( "img/back_img1_s.webp") no-repeat center;
		background-size: cover;
		position: relative;
		display: block;
	}


	#news article {
		margin:30px 10px;
		padding: 20px 20px 0px;
	}


	#news .newsborder {
		width: 90%;
		margin-left:auto;
		margin-right:auto;
		display: block;
	}

	#news .icon {
		margin-bottom: 5px;

	}

	#sp {
		display: block;
		font-size: 16px;
		font-family: "Noto Sans", sans-serif;
	}

	.meta li {
		padding: 5px 0px;
	}

	#pc .meta li {
		display: none;
	}

	.arrow {
		width: 30px;
		margin-top:50px;
	}

	.arrow::before {
		width: 10px;
	}

/*-------------------------------------------
newspage
-------------------------------------------*/


	#title_bg {
		background-image: url( "img/allpost_img_s.webp");
		height:270px;
  }

	#section-post {
		padding:40px 0px;
		background: url( "img/back_img1_s.webp") no-repeat center;
		background-size: cover;
	}

	#title_bg .section-title {
		margin-top: 0px;
	}

	.post {
		width: 90%;
		padding: 40px 20px;
	}

	#section-post .newsborder {
		width: 100%;
	}


	#section-post h1 {
		font-size: 18px;
	}

	#section-post .meta li {
		font-size: 14px;
	}

	#section-post .text {
		font-size: 14px;
		letter-spacing: 1.28px;
		line-height: 2;
		margin-top:  20px;
	}

	#section-post .image {
    margin-top:0;
		margin-left:auto;
		margin-right:auto;
		display:block;
		width: 280px;
		height: 140px;

  }


/*-------------------------------------------
allpost
-------------------------------------------*/

	#section-allpost {
		padding:40px 0px;
		background: url( "img/back_img1_s.webp") no-repeat center;
		background-size: cover;
	}

	.allpost {
		width: 90%;
		padding: 20px 10px 60px;
	}

	#section-allpost article {
		margin:30px 10px;
		padding: 20px 10px 0px;
	}



/*-------------------------------------------
ボタン
-------------------------------------------*/

	.button-1 a {
		font-size: 16px;
		max-width: 240px;
	}

	.button-1 a::after {
		right: -15px;
		width: 40px;
	}

	.button-2 {
		margin-top: 50px;
	}

	.button-2 a {
		font-size: 16px;
		max-width: 240px;
	}

	.button-2 a::after {
		right: -15px;
		width: 40px;
	}

/*-------------------------------------------
shop
-------------------------------------------*/

	#shop {
		padding:20px 0px;
		background: url( "img/back_img2_s.webp") no-repeat center;
		background-size: cover;
		position: relative;
		height:1400px;
		display: block;
	}

	#shop table {
		width:360px;
	}

	#shop table th {
	font-size: 14px;
	}

	#shop table td {
	font-size: 14px;
	}

	#shop .slider {
		display:flex;
		width:94%;
	}

	.slider img {
		width: 100%;
	}


	#shop p {
		margin-top: -50px;
	}

	#shop .flex {
		display: none;
	}

	.google-maps iframe {
		width: 360px;
		height: 280px;
	}

/*-------------------------------------------
footer
-------------------------------------------*/


	#footer {
		padding-bottom: 20px;
	}

	.footer-logo {
		max-width: 210px;
	}

	#footer .box {
		float: none;
	}

	.footer-conts {
		max-width: 360px;
	}

	.footer-conts a {
    display:block;
    font-weight:600;
		padding: 10px 0;
	}

	#copyright {
		margin: 0px;
	}

	#copyright p {
		font-size: 12px;
	}


/*-------------------------------------------
  pagetop
  -------------------------------------------*/

	.pagetop-btn {
		width: 30px;
		height:70px;
	}

	.pagetop-btn img {
		width: 25px;
	}

/*-------------------------------------------
404_renew
-------------------------------------------*/

	#title {
		background: url( "img/back_img1_s.webp") no-repeat center;
		padding:180px 0px;
		background-size: cover;
		position: relative;
		height:auto;
		display: block;
	}

	.nopage  {
		font-size:16px;
		margin-bottom:40px;
	}

}
