@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;/*16px x 62.5%=10px*/
}

body{
	font-family: 'Noto Serif JP', serif;
	color: #000000;
	font-size: 2rem;
  line-height: 1.8em;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

/*---------------
共通部分
---------------*/
.text-center{
  text-align: center;
}

.inner{
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.rem-subtitle{
  font-size: 3rem;
}

.rem-small{
  font-size: 1.6rem;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

/*---------------
グローバルナビゲーション
---------------*/

.gnv{
  writing-mode: vertical-lr;
  margin: 20px 0 24px 10%;
}

nav > ul > li{
  padding-right: 35px;
}

.gnv ul{
  vertical-align: top;
}

.gnv-border{
  border: 1px solid #000;
}

/*固定ナビ*/
.gnv-fix{
  display: none;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  opacity: 0;
}

.fixed{
  display: flex;
  opacity: 1;
  position: fixed;
  background-color: #fff;
}

.gnv-fix__logo img {
  max-width: 109px;
  width: 100%;
}

a:hover{
  color: #777777;
}

.current{
  color: #777777;
}

.current-border{
  border-bottom: 1px solid #000;
}

/*---------------
下層ページ共通
---------------*/
.header-img img{
  width: 100%;
  background-size: cover;
}

.page-title{
  letter-spacing: 0.3em;
}

.page-logo{
  width: 109px;
  margin: 0 auto;
  padding-top: 24px;
  margin-bottom: 196px;
}

.page-link__wrapper{
  display: flex;
  justify-content: space-between;
  padding-top: 184px;
  margin-bottom: 152px;
}

.page-link img{
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.3s;
}

.page-link img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.page-link__title{
  padding-top: 20px;
}

.arrow{
  width: 160px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  }

/*---------------
トップページ
---------------*/
.top-img01{
  background-image: url("material/PC/top/pc_top01.jpg");
}
.top-img02{
  background-image: url("material/PC/top/pc_top02.jpg");
}
.top-img03{
  background-image: url("material/PC/top/pc_top03.jpg");
}

.top-img div{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
  margin: 0;
}

.top-img .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.heroArea{
  position: relative;
}

.logo{
  width: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-copy{
  font-size: 4.2rem;
  padding-top: 64px;
  margin-bottom: 48px;
  line-height: 1.8em;
}

.top-text{
  line-height: 2.18em;
  margin-bottom: 144px;
}

/*main*/
.top-link{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 216px;
}

.top-link_d img{
  max-width: 320px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.3s;
}

.top-link_d img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*---------------
about
---------------*/
.brown{
  color: #6E380F;
}

.subtitle{
  border-bottom: 1px solid #000;
  padding-bottom: 24px;
}

.about-sec{
  display: flex;
  justify-content: center;
}

.about-sec__first{
  margin-bottom: 200px;
}

.about-sec__wrapper{
  max-width: 560px;
  width: 100%;
}

.about-sec__wrapper_first{
  margin-right: 96px;
}

/*効かない*/
.about-sec__wrapper_second{
  margin-left: 96px;
}

.flex-rev{
  flex-flow: row-reverse;
}

.about-text{
  padding-top: 40px;
}

.inhouse-img img{ 
  max-width: 560px;
  width: 100%;
  margin-bottom: 16px;
  }

.inhouse-img__under{
    display: flex;
    align-items: flex-start;
  }
  
.inhouse-img__under img{
  width: 50%;
  }

.food-img img{
  max-width: 560px;
  width: 100%;
}

/*---------------
おしながき
---------------*/

.category{
  display: flex;
  justify-content: center;
  font-size: 3rem;
  background-color: #F7F3F0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.category li{
  border-bottom: 1px solid #000;
  padding: 0 10px;
}

.category-title{
  padding-top: 64px;
  margin-bottom: 8px;
}

.menu-border{
  border-bottom: 1px solid #000;
  max-width: 265px;
  width: 100%;
  margin: 40px auto 64px;
}

.bg-beige{
  background-color: #F7F3F0;
}

.menu-inner{
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.menu-list{
  display: flex;
  justify-content: space-between;
  padding-bottom: 6%;
}

.menu-img img{
  max-width: 285px;
  width: 100%;
  margin-bottom: 16px;
}

/*---------------
アクセス
---------------*/

.info{
  display: flex;
  justify-content: center;
}

.info dl{
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.info dt{
  width: 120px;
}

.info-first{
  margin-right: 96px;
}

.access-how__title{
  padding-top: 96px;
  margin-bottom: 48px;
}

.access-how{
  display: flex;
  margin: 0 auto;
  max-width: 900px;
}

.access-how:first-of-type{
  margin-bottom: 20px;
}

.access-how:last-of-type{
  margin-bottom: 96px;
}

.access-how__text{
  width: 70%;
}

.access-how__img img{
  max-width: 269px;
  width: 100%;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.Arrow-Right {
  border-top: solid 4px #5bc8ac;
  border-right: solid 4px #5bc8ac;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
}

.arrow-right {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/*---------------
footer
---------------*/
footer{
  background-color: #092544;
  color: #fff;
}

.footer-logo{
  width: 100px;
  margin: 0 auto;
}

footer>div{
  text-align: center;
  padding: 45px 0 16px;
}


@media screen and (min-width: 768px){
  a[href^="tel:"]{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.footer-info{
  font-size: 1.8rem;
  line-height: 2.2em;
  margin: 40px 0;
}

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

body{
  font-size: 1.6rem;
}

/*---------------
共通部分
---------------*/
.pc{
  display: none;
}

.sp{
  display: block;
}

.gnv{
  display: none;
}

.rem-subtitle{
  font-size: 2.2rem;
}

.rem-small{
  font-size: 1.4rem;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -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{
  background-color: rgba(0,0,0,0);
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  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: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : -100%;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  padding: 30px;
  font-size: 2.4rem;
}

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:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 1;
  left: 0;
}

/*---------------
トップページ
---------------*/

.top-img01{
  background-image: url("material/SP/top/sp_top01@2x.jpg");
}
.top-img02{
  background-image: url("material/SP/top/sp_top02@2x.jpg");
}
.top-img03{
  background-image: url("material/SP/top/sp_top03@2x.jpg");
}

.logo {
  width: 40%;
}

.main-copy{
  font-size: 2.4rem;
  padding-top: 56px;
  margin-bottom: 40px;
}

.main-copy__big{
  font-size: 2.6rem;
}

.main-copy__small01{
  font-size: 2rem;
}

.main-copy__small02{
  font-size: 2.2rem;
}

.top-text {
  line-height: 2.18em;
  margin-bottom: 96px;
}

.top-link {
  display: block;
  margin: 0 auto 216px;
}

.top-link_d img{
  max-width: none;
  width: 100%;
  margin-bottom: 48px;
}

/*---------------
下層ページ共通
---------------*/
.inner{
 width: 87%;
}

.page-title{
  padding-top: 64px;
}

.subtitle {
  text-align: center;
}

.page-logo {
  padding-top: 40px;
  margin-bottom: 80px;
}

.page-link__wrapper {
  padding-top: 80px;
  margin-bottom: 88px;
}

.page-link {
  width: 45%;
  margin: 5px;
}

.page-link img{
  max-width: 152px;
  width: 100%;
}

.page-link__title {
  padding-top: 14px;
  margin-bottom: 0px;
}

.arrow{
  width: 100%;
}

/*---------------
こだわり
---------------*/

.about-sec {
  display: block;
}

.about-sec__first{
  margin-bottom: 64px;
}

.about-text {
  margin-bottom: 64px;
}

.inhouse-img img {
  max-width: none;
  width: 100%;
  margin-bottom: 10px;
}

.inhouse-img__under {
  width: 100%;
  align-items: flex-start;
}

.food-img:first-of-type{
  margin-bottom: 20px;
}

.about-sec__wrapper_second {
  margin: 0;
}

/*---------------
おしながき
---------------*/
.menu-inner{
 width: 87%;
}

.category{
  display: none;
}

.menu-list__wrapper {
  padding-bottom: 40px;
}

.menu-list {
  display: block;
}

.menu-list > li{
  margin-bottom: 40px;
}

/*---------------
アクセス
---------------*/
.info {
  display: block;
}

.access-how {
  display: block;
  margin: 0 auto;
}

.info-first {
  margin: 0;
}

dt{
  width: 40%;
}

dd{
  width: 60%;
}

.access-how:first-of-type {
    margin-bottom: 56px;
}

.access-how__text {
  width: 100%;
}

.access-how__img img {
  max-width: none;
  width: 100%;
}

/*---------------
footer
---------------*/
.footer-info{
  font-size: 1.6rem;
  width: 87%;
  margin: 24px auto;
}

.footer-logo {
  width: 70px;
}

.tel a{
  text-decoration:underline;
}

}