/* Main CSS */

/* ---------------
  ## ベースカラー
  - #e64d4d :赤系・・鯛のロゴ
  - #a3A24d :柑橘系
  
  ## ワンポイントカラー
  - #ebebeb :グレー
  - #404b75 :ダークブルー



  ## フォント
  - Josefin Sans;
  - Noto Sans JP;
  - 游ゴシック体;

  <i></i>のpadding指定は以下
  259行目

---------------- */



* {
  box-sizing: border-box;
}

body {
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
}



/*------------------
全体
-------------------*/
#wrapper {
  /*pcのheightと同じ高さ*/
  /* padding-top: 80px; */
}

.section,
.section-bg0,
.section-bg1,
.section-no_grid1,
.section-bg2-black,
.section-map,
.section-form,
.section-menu{
  padding: 60px 0;
}

/*空要素,section-bg-blackの高さ調整,表記は不要だが、構造タグとして表記*/
.section-bg {
  padding: 0 0;
}

.section-bg2 {
  padding: 0 0;
}

/*
└-------第二階層のsection上下padding*/
.section__2 {
  padding: 90px 0;
}

.section:nth-child(odd) {
  background-color: #f7f7f7;
}

.section-no_grid1 {
  /* background-color: #9e9e9e; */
}

/*左右幅を定義*/
.section .inner,
.section-bg0 .inner,
.section-bg1 .inner,
.section-bg-black .inner,
.section-bg2-black .inner,
.section-form .inner,
.section-menu {
  max-width: 1380px;
  margin: auto;
  /*左右paddingを40→20pxに変更*/
  padding: 0 20px;
}

/*
└-----左右幅を定義 第二階層*/
.section__2 .inner {
  max-width: 1380px;
  margin: auto;
  padding: 0 30px;
}
.section__2#policy__2 .inner {
  max-width: 1280px;
  margin: auto;
  padding: 0 50px;
}


.section-title-area {
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: 0.18rem;
}

.section-title-white {
  font-size: 36px;
  color: #fff;
  font-family: 'Sawarabi Mincho', sans-serif;
  letter-spacing: 0.18rem;
}

.section-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 400;
}

.section-subtitle-white {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 400;
}

.section-title::after,
.section-title-white::after {
  content: "";
  display: block;
  width: 290px;
  height: 0;
  margin: 0 auto 14px;
  /* border-top: 3px solid #c9bc9c; */
  border-top: 1px solid;
  border-image: linear-gradient(90deg, #fff 0%, #ebebeb 40%,  #e64d4d 100%);
  border-image-slice: 1;
  border-width:1px;
}

.blank__2a {
  margin: 10px 0;
  padding: 10px 0;
}


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

.btn_l {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  background-color: #a3A24d;
  display: block;
  width: 30%;
  min-width: 300px;
  margin: 7% auto 10px auto;
  padding: 15px 5px;
  line-height: 24px;
  position: relative;
  z-index: 60;
  border: 1px solid;
  border-color: #fff;
}

.btn_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  transform: translateY(-48%);
}



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

/* h1 img {
  max-width: 60%;
  display: block;
  margin-left: 2px;
} */


nav {
  width: 100%;
  /*base-height*/
  height: 70px;
  position: relative;
  /* background: #858484; */
  background: #fff;
  z-index: 99;
}

.drawer {
  /*h1ロゴ｜Toggle のflex*/
  display: flex;
  flex-direction: row;
  align-items: center;

  /*ロゴとToggleのspaceスタイル*/
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}

/* h1 img {
  max-width: 150px;
  display: block;
  margin-left: 2px;
} */

/*menuは左に隠しておく*/
.menu {
  text-align: center;
  
  /*半透明背景色をこちらで指定*/
  background-color: rgba(255,255,255,0.9);
  transition: .5s ease;/*滑らかに表示*/
  
  /*左に隠しておく*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);

  /*右に隠しておく*/
  /* -webkit-transform: translateX(105%);
  transform: translateX(105%); */

  /*上に隠しておく*/
  /* -webkit-transform: translateY(-120%);
  transform: translateY(-120%); */
}

.menu ul li a {
  /*li aのblock化。ナビゲーションウィンドウ*/
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 2em;
  border-bottom: 1px dotted #CCC;
  color: #333;
  text-decoration: none;
}

/*envelopアイコンの右padding*/
.menu .sp-contact i {
  padding-right: 5px;
}

.sp-contact {
  background-color: #a3A24d
}
.menu ul .sp-contact a {
  color: #fff;
}



.menu ul .sp-contact a:hover {
  /* background-color:rgba(255, 255, 255, 0.842); */
  /* color: #a3A24d; */
}


/*OPEN時の動き,"menu"と"open"はToggleのクラス*/
.menu.open {
  -webkit-transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  transform: translateX(0%);
}


/*トグルボタンのスタイルを指定*/
.Toggle {
  display: block;
  /* fixedからabsoluteに変更 */
  position: absolute;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  top: 15px;
  right:15px;
}
 
.Toggle span {
  display: block;
  /*spanの表示位置固定*/
  position: absolute;
  width: 34px;
  border-bottom: solid 3px #333;

  /*変化の速度を指定*/
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

/*変化前のspan表示位置*/
.Toggle span:nth-child(1) {
  top:5px;
}
 
.Toggle span:nth-child(2) {
  top: 18px;
}
 
.Toggle span:nth-child(3) {
  top: 32px;
}


/*変化後のspan表示位置,"activeはToggle-jsクラス"*/
.Toggle.active span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .site-header {
  background-color: #fff;
  padding: 16px 40px;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}

h1 img {
  width: 200px;
  height: auto;
}

.gnav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gnav-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#gnav li {
  font-size: 16px;
  padding: 10px 22px;
  text-align: center;
}

.form {
  display: block;
  background-color: #f4b01b;
  margin-left: 26px;
  text-align: center;
  padding: 8px 32px;
  border: 4px solid #EEE;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

#gnav .form i {
  padding-right: 5px;
} */

/*------------------
big-bg
-------------------*/
.main_imgBox {
  height: 90vh;
  overflow: hidden;
  position: relative;
  /* border-bottom-width: 3px; */
	/* border-bottom-style: solid; */
  /* border-bottom-color: #EEB74F; */
  /* border-image: linear-gradient(90deg, #fff766 0%, #EEB74F 100%); */
  /* border-image: linear-gradient(90deg, #fff 0%, #e66666 50%,  #e64d4d 100%); */
  /* border-image-slice: 1; */
}

.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 90vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}


/* .main-title {
  font-size: 45px;
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 12%;
  left: 6%;
  z-index: 12;
} */

/* .main-title2 {
  font-size: 34px;
  color: #fff;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 30%;
  left: 6%;
  z-index: 13;
} */


@keyframes anime {
  0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       transform: scale(1.1);
                  z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       -webkit-transform: scale(1.1);
          z-index:9;
  }
  100% { opacity: 0 }
}



/*------------------
animation
-------------------*/
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 0.7s;
}

.trs10 {
  transition: 1.0s;
}

.trs15 {
  transition: 1.5s;
}

.trs20 {
  transition: 2.0s;
}

.trs25 {
  transition: 2.5s;
}

.trs30 {
  transition: 3.0s;
}


/*------------------
fixed_btn
-------------------*/
.fixed_btn {
  position: fixed;
  top: 380px; 
  right: 10px;
  padding: 4px 30px;
  z-index: 500;
}

/*aの背景とboder色*/
.fixed_btn li.fixed_btn_menu a {
  background: linear-gradient(-45deg, #fff766, #EEB74F, #EEB74F);
  border-color: #fff766;
}

.fixed_btn li a {
  font-size: 13px;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  line-height: 20px;
  border-radius: 50px;
  /*上で指定したborder,pxを変えると内輪の白borderがずれる*/
  border: 1px solid;
  margin: 20px 0;
  position: relative;
}

.fixed_btn .fixed_btn_menu i {
  display: block;
  font-size: 16px;
}

/*fixed_btn li aの半透明フィルム*/
.fixed_btn li a::after {
  content: "";
  display: block;
  width: 98px;
  height: 98px;
  border: 0px solid #fff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  /*平時は半透明*/
  opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
  transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/*afterを表示させる*/
.fixed_btn li a:hover::after {
  opacity: 1;
  border-width: 7px;
}



/*------------------
NEWS
-------------------*/

.section-bg0 {
  background-image: url(../img/white_00014m.jpg);
  background-repeat: repeat;
}

.bnr_news_wrapper {
  display: flex;
}

.bnr_news_box {
  flex-basis: 48%;
  background: #e2e2e2;
  padding: 8px 10px;
  margin: 2px auto;
  font-weight: 800;
}

.bnr_news_box2 {
  padding: 26px;
  border: 1px solid;
  border-color: #bbbbbb;
}

.bnr_news_title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #404b75;
}

.bnr_news_title i {
  padding-right: 5px;
}

.news_more {
  border-bottom: solid 1px #404b75;
}


/*------------------
NOTICE
-------------------*/
.notice-sec {
  padding: 60px 0 80px;
  background: #ddd;
}
.notice-sec .inner {
  padding: 0 80px; 
}
.notice-container {
  display: block;
  margin: 10px;
  padding: 10px;
  border: solid 1px #888;
}


/*------------------
SERVICE
-------------------*/

.section-bg1 {
  background-image: url(../img/bg_img007.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.section-bg1:after {
  font-weight: bold;
  content: "一期一会のおもてなし";
  position: absolute;
  color: #fff;
  font-size: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 40px;
  left: 70px;
  z-index: 20;
}

.section-bg1:before {
  content: "数寄屋個室と四季折々の会席で寛ぐ";
  position: absolute;
  color: #fff;
  font-size: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 80px;
  left: 20px;
  z-index: 20;
}

#service .section-title,
#service .section-subtitle {
  color: #fff;
}

.service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service-img {
  flex-basis: 50%;
  box-sizing: border-box;
}

.service-caption {
  text-align: center;
  padding: 10px 0;
}

.service-desc {
  flex-basis: 42%;
  color: #fff;
}

.service-desc-title {
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.service-desc-title:before,
.service-desc-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}
.service-desc-title:before {
  left:0;
}
.service-desc-title:after {
  right: 0;
}

/* .service-desc-title::after {
  content: "";
  display: block;
  width: 80%;
  height: 0;
  margin-top: 4px;
  margin-bottom: 14px;
  margin-right: auto;

  border-top: 3px solid;
  border-image: linear-gradient(90deg, #fff766 0%, #EEB74F 50%,  #EEB74F 100%);
  border-image-slice: 1;
} */

.service-desc-text {
  font-weight: 200;
  font-size: 1.0rem;
  line-height: 2.0rem;
}

.btn_l {
  font-weight: bold;
  border: 1px solid;
  border-color: #fff;
}


/*
└-----------第二階層用css-------------*/

.main_imgBox-service {
  background-image: url(../img/big-bg14rs.jpg);
  background-size: cover;
  background-position: center center;
  
  height: 40vh;
  border-bottom-width: 3px;
	border-bottom-style: solid;
  border-image: linear-gradient(90deg, #fff 0%, #e66666 50%,  #e64d4d 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#service__2.section__2 {
  background-size: cover;
  background-position: top center;
  position: relative;
}
#service__2.section__2.no1 {
  background-image: url(../img/bg_w_img001.jpg);
}
#service__2.section__2.no2 {
  background-image: url(../img/bg_img003.jpg);
}
#service__2.section__2.no3 {
  background-image: url(../img/bg_w_img003.jpg);
}

.service-wrapper__2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service-img__2 {
  flex-basis: 42%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.service-img__2:before {
  content:"";
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position:absolute;
  top: 1.5%;
  left: 1%;
  right: 1%;
  bottom: 1.5%;
  border: .8px solid rgba(255,255,255,0.8);
}

.service-desc__2 {
  flex-basis: 50%;
}
.section__2.no2 .service-desc__2 {
  color: #fff;
}

.service-desc-title__2 {
  font-size: 1.4rem;
  color: #a3A24d;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 800;
  /* padding: 0 55px; */
  margin-bottom: 30px;
}

/* .service-desc-title__2:before, */
.service-desc-title__2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 95px;
  height: 0.5px;
  background-color: #777;
}
.service-desc-title__2:before {
  left:0;
}
.service-desc-title__2:after {
  right: -108px;
}




/*------------------
OUTLINE
-------------------*/

.card-wrapper-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.works-card-2col {
  flex-basis: 45%;
  width: 100%;
  object-fit: cover;
  margin: 10px 28px 66px;
  position: relative;
}

.works-card-2col img {
  display: block;
  /* transition-duration: 0.5s; */
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.works-card {
  flex-basis: 31%;
  width: 100%;
  object-fit: cover;
  margin: 10px 10px 26px;
  position: relative;
}

/*マウスオーバーエフェクト*/
.mo-trs {
  overflow: hidden;
}

.works-card img {
  display: block;
  /* transition-duration: 0.5s; */
}

.works-card img:hover,
.works-card-2col img:hover {
  transform: scale(1.08);
  transition-duration: 0.5s;
  opacity: 0.9;
  }

.card-caption {
  /* text-align: center; */
  line-height: 1.5;
}

.card-caption-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 900;
}

.works-card p,
.works-card-2col p {
  position: absolute;
  top: -10px;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #a3A24d;/*背景色*/
  font-size: 1.2rem;
  line-height: 1;/*行高は1に*/
  padding: 8px 18px;/*文字周りの余白*/
}




/*------------------
policy
-------------------*/
.section-no_grid1 {
  background-color: #fcfce9;
}

/*no_gridの1ブロックの高さ調整*/
.obi_gr,
.obi_wh {
	padding-top: 60px;
  padding-bottom: 60px;
}

/*obiに背景色を入れる場合*/
.obi_gr {
	/* background-color: #EEE; */
}

/*1ブロックの領域
背景とP-boxを内包*/
.service_box {

  /*1500px指定することで背景がウィンドウから見切れるようにしている*/
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*以下、img_01,02,03の背景指定＆調整*/
.service_box.img_01 {
  /*service_box全体の要素位置をpaddingで指定*/
	padding-left: 48%;
  padding-right: 20px;
  
  /*背景の指定*/
  background-image: url(../img/bg8rs.jpg);
  background-repeat: no-repeat;
  background-position: -10% center;
}
/*タイトルの位置調整*/
.service_box.img_01 .service_title {
	text-align: right;
}

.service_box.img_02 {
	padding-right: 50%;
	padding-left: 20px;
	background-image: url(../img/bg9rs.jpg);
	background-repeat: no-repeat;
	background-position: 110% center;
}
.service_box.img_02 .service_title-02 {
	text-align: left;
}

.service_box.img_03 {
	padding-left: 50%;
	padding-right: 20px;
	background-image: url(../img/bg10rs.jpg);
	background-repeat: no-repeat;
	background-position: -10% center;
}
.service_box.img_03 .service_title {
	text-align: right;
}

/*service_boxの要素指定*/
.service_box p {
  display: block;
  line-height: 2.2;
	background-color: #FFF;
	padding-top: 80px;
	padding-right: 8%;
	padding-bottom: 80px;
	padding-left: 8%;
  background-color: rgba(236,236,236,0.8);
  
}

/*タイトルのデザイン*/
.service_box .service_title,
.service_box .service_title-02 {
	font-size: 2rem;
	color: #a3A24d;
	font-weight: bold;
  padding: 16px;
  /*afterで要素追加するためのrelative*/
  position: relative;
}

/*タイトル装飾：飾り線*/
.service_title:before,
.service_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 98px;

  /*左の線のみ*/
  left: 0;
  height: 1px;
  background-color: #a3A24d;
}

.service_title-02:before,
.service_title-02:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 98px;

  /*右の線のみ*/
  right: 0;
  height: 1px;
  background-color: #a3A24d;
}


/*
└-----------第二階層用css-------------*/

.main_imgBox-policy {
  background-image: url(../img/bg10rs.jpg);
  background-size: cover;
  background-position: center center;
  height: 40vh;
  border-bottom-width: 3px;
	border-bottom-style: solid;
  border-image: linear-gradient(90deg, #fff 0%, #e66666 50%,  #e64d4d 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead_policy__2 {
  margin: 0 0 40px;
}

/*共通*/
.pbox-title {
  padding: 0 2%;
  margin-bottom: 12px;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  border-top: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  /* background-color: #eee; */
  background: linear-gradient(to right, #eee, transparent);
  position: relative;
}
#policy__2 h4 {
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
#policy__2 h4:before, h4:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#policy__2 h4:before {
  border-left: solid 1px #999;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  left: 5%;
}
#policy__2 h4:after {
  content: '';
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  right: 5%;
}


/*2カラム*/
.wrapper-pbox__2-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pbox__2-2 {
  flex-basis: 46%;
  /* background: #ddd; */
  /*これでデコボコにならない*/
  padding-bottom: 20px;
  margin: 1%;
  position: relative;
  /* border: solid 1px #ddd; */
}
.pbox__2-2 img {
  padding: 0 2%;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.pbox__2-2 .sub-desc {
  padding-top: .8rem;
  font-size: 1.0rem;
  text-align: center;
  font-weight: bold;
  color: #a3A24d;
}
.pbox__2-2 p {
  padding: 1% 2%;
}

/*1カラム*/
.wrapper-pbox__2-1 {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 90px;
}
.pbox-outer {
  display: flex;
  justify-content: space-between;
  /* padding: 10px 0; */

}
.pbox-child-1 {
  flex-basis: 52%;
  padding: 0 2%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.pbox-child-2 {
  flex-basis: 48%;
  padding: 0 1%;
}
.pbox-child-2 .sub-desc {
  margin-top: 1.8rem;
  font-size: 1.0rem;
  /* text-align: center; */
  font-weight: bold;
  color: #a3A24d;
}
.pbox-child-2 p {
  margin-top: 1.2rem;
}


/*3カラム*/
.wrapper-pbox__2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pbox__2-3 {
  flex-basis: 30%;
  /* background: #ddd; */
  /*これでデコボコにならない*/
  padding-bottom: 20px;
  margin: 1%;
  position: relative;

  /* border: solid 1px #ddd; */
}
.policybox__2-3 img {
  padding: 14px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.pbox__2-3 .sub-desc {
  padding-top: .8rem;
  font-size: 1.0rem;
  text-align: center;
  font-weight: bold;
  color: #a3A24d;
}
.pbox__2-3 p {
  padding: 1% 2%;
}


/*------------------
ROOMS
-------------------*/

.section-bg2 {
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg_img007.jpg);
  height: auto;
}

.section-bg2-black {
  /* background-color: rgba(0,0,0,0.4); */
  /* hei  ght: auto; */
}


.flexbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexbox-card {
  flex-basis: 22%;
  background: #ddd;
  /*これでデコボコにならない*/
  padding-bottom: 20px;
  margin: 1%;
  /* position: relative; */
  z-index: 70;
}

.flexbox-card img {
  padding: 2px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.flexbox-card h4 {
  padding-top: 1rem;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1em;
}

.flexbox-card h4:before {
  /* content: "";
  display: block;
  width: 120px;
  height: 0;
  position: absolute; */
  /*アンダーラインの上下左右の位置調整*/
  /* top: 10%;
  margin: 6px auto 18px;
  border-top: 1px solid #a3A24d;
  border-image-slice: 1; */

  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 100px;
  height: .5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #a3A24d;
  border-radius: 2px;
}

.flexbox-card p {
  padding: 1% 8%;
}

/* .flexbox-card p.btn {
  display: block;
  background: rgb(161, 161, 161);
  border-radius: 2px;
  width: 90%;
  height: 12%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); */

  /*btn内の文字センター*/
  /* display: flex;
  justify-content: center;
  align-items: center;
} */

/*文字装飾のみ分けて記述しているのみ*/
/* .flexbox-card .btn {
  color: rgb(250, 250, 250);
  line-height: 1.2;
} */

/* .flexbox-card p.btn2 {
  display: block;
  border: 1px solid #4b4b4b;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  width: 90%;
  height: 12%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); */

  /*btn内の文字センター*/
  /* display: flex;
  justify-content: center;
  align-items: center;
} */

/*文字装飾のみ分けて記述しているのみ*/
/* .flexbox-card .btn2 {
  color: rgb(68, 67, 67);
  line-height: 1.2;
} */

.flexbox-card a:hover img {
  opacity: 0.7;
}



/*------------------
COUPON
-------------------*/

.bnr_coupon_wrapper {
  display: flex;
  justify-content: space-between;
}

.bnr_coupon_box {
  flex-basis: 48%;
  /* background: rgb(161, 161, 161); */
  /* padding: 30px 30px; */
  margin: 20px auto;
}

.coupon_bg_box {
  /* border: 1px dotted;
  border-color: #cecd8e; */
  padding: 1.0em 2.0em;
}

.bnr_coupon_box {
  margin: 2em 0;
  position: relative;
  padding: 1.0em 2.0em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}

.bnr_coupon_box:before,
.bnr_coupon_box:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}
.bnr_coupon_box:before {left: 10px;}
.bnr_coupon_box:after {right: 10px;}
.bnr_coupon_box p {
  margin: 0; 
  padding: 0;
}

.bnr_coupon_title {
  text-align: center;
  background-color: #ebebeb;
  font-size: 1.3rem;
  font-weight: 900;
  padding: 6px 0;
  border: 1px dotted;
  border-color: #cecd8e;
  margin-bottom: 1rem;
}

/* .bnr_coupon_title::after {
  content: "";
  display: block;
  width: 190px;
  height: 0; */

  /*アンダーラインの上下左右の位置調整*/
  /* margin: 8px auto 22px;
  border-top: 1px solid #a3A24d;
  border-image-slice: 1;
} */




/*------------------
LOOP
-------------------*/
/* .loop_wrap {
  display: flex; */

  /*vhではなくvwで表示領域を可変*/
  /* width: 130vw;
  height: auto;
  overflow: hidden;
} */

/* .loop_wrap img {
  width: auto;
  height: auto;
}
 */

/* @keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
} */

/*アニメーションの速さを設定*/
/*マイナスの値は、「00s」の半分の値を指定する*/
/* .loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
} */


/*#loopSlideのコピペ用CSS*/
/* ul li {
  list-style: none;
} */

.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 450px;
    height: auto;
}
.simply-scroll-list li img {
    display: block;
    width: 100%;
}



/*------------------
INFORMATION
-------------------*/

.content table.table_01 {
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/*border指定*/
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px 32px;
}

.content table.table_01 th {
  font-size: 1.1rem;
  color: #a3A24d;
  background-color: #FAFAFA;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 33%;
}

.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #F6F6F6;
	color: #006384;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}


.content table.table_02 .tr_gr th {
	background-color: #EEE;
}
.content table.table_02 .tr_gr td {
	background-color: #F9F9F9;
}

.content table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #006384;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

.small {
	font-size: 80%;
	color: #666;
}

.table_01 th span {
	font-size: 12px;
	color: #CCC;
}

.content .table_01 img {
  width: 300px;
  height: auto;
  margin: 5px 0;
}


/*------------------
float
今回は利用しない
-------------------*/
.img-float {
  width: 40%;
  padding: 10px;
  margin-right: 20px;
  float: left;
}

.img-float-caption {
  padding: 5px;
  margin-top: 10px;
  background: #fff;
  border: 4px solid #EEE;
  text-align: center;
}

.article-float {
  padding: 2px;
  /* 回り込ませない場合 */
  /* clear: both; */
}

.article-float p {
  /* font-size: 16px; */
}




/*------------------
step
今回は利用しない
-------------------*/
.step_arrow {
	width: 5%;
	text-align: center;
	padding-top: 200px;
	font-size: 36px;
	color: #ddc8b1;
}



/*------------------
other
Font Awesomeアイコンをafterで指定した文章
今回は利用しない
-------------------*/
ul,li{
  margin:0;
  padding:0;
}
#demo1 li {
  color: red;
  position: relative;
  list-style-type: none;
  border: #999 solid 1px;
  margin-bottom: 15px;
  padding: 5px;

}
#demo1 li::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;

  /*FontAwesomeのアイコンコードを指定*/
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}



/*------------------
fixed-bg
今回は利用しない
-------------------*/
.section-fixed-bg {
  min-height: 40vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 51;
}

.section-fixed-bg .inner {
  width: 90%;
  text-align: center;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-fixed-bg .inner p {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.bg01 {
  background-image: url(../img/big-bg15rs.jpg);
}

.bg02 {
  background-image: url(../img/big-bg3rs.jpg);
}




/*------------------
MAP,id=access
-------------------*/

.section-map {
  background-image: url(../img/bg_img007.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.section-map .inner {
  max-width: 1600px;
  margin: auto;
  /* padding: 0 10px; */
}

#access .location {
  padding: 0 40px;
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}

/* .location {
  flex-basis: 30%;
} */

/* .location-map {
  flex-basis: 66%;
} */

#access iframe {
  width: 100%;
  height: 450px;
}



/*------------------
footer
-------------------*/
#footer {
  padding: 10px 30px;
  background-color: #222 ;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

.pagetop span {
  cursor: pointer;
}

.pagetop i {
  padding-right: 5px;
}


/*------------------
copyright
-------------------*/
.copyright {
  padding: 10px 0;
  background-color: #222;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;

}




/*------------------
contact
-------------------*/

.main_imgBox-contact {
  background-image: url(../img/big-bg14rs.jpg);
  background-size: cover;
  background-position: center bottom;
  height: 40vh;
  border-bottom-width: 3px;
	border-bottom-style: solid;
  border-image: linear-gradient(90deg, #fff 0%, #e66666 50%,  #e64d4d 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_imgBox-contact .inner {
  padding: 0 10px;
}

.main-title-contact {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  z-index: 12;
}

.form-wrapper {
  z-index: 80;
  text-align: center;
  margin: auto;
}

.form-wrapper iframe {
  width: 100%;
  height: 1850px;
}





/*------------------
menu
-------------------*/
.main_imgBox-menu {
  background-image: url(../img/bg9rs.jpg);
  background-size: cover;
  background-position: center center;
  
  height: 40vh;
  border-bottom-width: 3px;
	border-bottom-style: solid;
  border-image: linear-gradient(90deg, #fff 0%, #e66666 50%,  #e64d4d 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_imgBox-menu .inner {
  padding: 0 10px;
}

.main-title-menu {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  z-index: 12;
}


/*メニューページ内リンク*/
.menu-outline {
  margin-top: 100px;
}

.menu-outline ul {
  display: flex;
  justify-content: flex-start;
}

.menu-outline li {
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 800;
}


.menu-category-wrapper {
  padding: 45px 0;
}

.menu-category-title {
  font-size: 2em;
  font-weight: 900;
}

.menu-tr {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #e0dccc;
  /* border-bottom: 1px solid #e0dccc; */
}
/*単品料理のスタイル*/
.menu-tr1 {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #e0dccc;
}


.menu-tr .menu-img {
  width: 25%;
}
.menu-tr1 .menu-img1 {
  width: 18%;
  padding-left: 18px;
}


.menu-tr .menu-desc-box {
  width: 60%;
}
.menu-tr1 .menu-desc-box1 {
  width: 67%;
  padding-left: 18px;
}


.menu-tr .menu-desc-price {
  width: 10%;
}
.menu-tr1 .menu-desc-price1 {
  width: 10%;
}

.menu-desc-box .label {
  margin-right: 10px;
}
.menu-desc-box .label.c01 {
  padding: 5px 8px;
  background-color: #a3A24d;
  color: #fff;
  border-radius: 2px;
}
.menu-desc-box .label.c02 {
  padding: 5px 8px;
  background-color: #569ac2;
  color: #fff;
  border-radius: 2px;
}
.menu-desc-box1 .label {
  margin-right: 15px;
}
.menu-desc-box1 .label.c01 {
  padding: 5px 8px;
  background-color: #a3A24d;
  color: #fff;
  border-radius: 2px;
}
.menu-desc-box1 .label.c02 {
  padding: 5px 8px;
  background-color: #569ac2;
  color: #fff;
  border-radius: 2px;
}


.menu-desc-title {
  font-size: 1.2em;
  font-weight: 700;
  padding: 10px 0;
}
.menu-desc-title1 {
  font-size: 1.0em;
  font-weight: 700;
  padding: 5px 0;
}


.menu-desc-td p {
  font-size: 0.9em;
  line-height: 1.5;
  padding-top: 4px;
}
.menu-desc-td1 p {
  font-size: 0.9em;
  line-height: 1.5;
  padding-top: 2px;
}



.menu-tr .menu-desc-price {
  padding: 1%;
  border-left: 1px solid #e0dccc;
}
.menu-tr1 .menu-desc-price1 {
  padding: 1%;
  border-left: 1px solid #e0dccc;
}
/*コース価格のスタイル*/
.menu-desc-price {
  line-height: 1.5;
  color: #e64d4d;
  font-weight: 900;
}
.menu-desc-price .price {
  font-size: 1.3em;
}
.menu-desc-price .tax {
  font-size: 0.8em;
}
/*単品価格のスタイル*/
.menu-desc-price1 {
  line-height: 1.3;
  color: #333;
  font-weight: 300;
}
.menu-desc-price1 .price {
  font-size: 0.9em;
}
.menu-desc-price1 .tax {
  font-size: 0.6em;
}









/*media Queries 600
--------------------------------------*/
@media screen and (max-width: 600px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  /*ロゴ画像（旧タグ）*/
  /* h1 img {
    max-width: 55%;
    display: block;
    margin-left: 2px;
  } */

  .section-title::after,
  .section-title-white::after {
    margin: 10px auto 10px;
    width: 180px;

    /*SPで1pxが太く見えてしまうための補正*/
    transform: scaleY(.5);
    transform-origin: 100% 0;
  }

  /*block化して、そこに背景をいれる*/
  header h1 a {
    display: block;
    width: 262px;
    height: 47px;
    /* margin: 20px 0; */
    background-image: url(../img/shop-logo-r.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 36px;
    overflow: hidden;
    text-indent: 100%;
  }

  /*タイトルロゴ画像を表示して、附随するテキストは隠したい*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }

  /* .menu .form {
  display: none;
  } */

  /*cssアニメの画像の表示位置調整*/
  .main_img {
    background-position: right 32% top 30%;
  }

  #wrapper {
    padding-top: 0px;
  } 

  .main_imgBox {
    height: 60vh;
  }

  .main_img {
    width: 100%;
    height: 100%
  }


  /* .main_img {
    height: 60vh;
  } */

  /* .main-title {
    font-size: 30px;
    left: 4%;
    padding-right: 1em;
  } */

  /* .main-title2 {
    font-size: 22px;
    left: 4%;
    line-height: 1.2;
    padding-right: 2em;
  } */
  
  /*各セクションの高さを定義*/
  .section,
  .section-bg0,
  .section-bg1,
  .section-no_grid1,
  .section-bg2-black,
  .section-map,
  .section-form {
    padding: 30px 0;
  }

  /*
  └-----第二階層 section----*/
  .section__2 {
    padding: 30px 0;
  }

  /*左右幅を定義*/
  .section .inner,
  .section-bg-black .inner,
  .section-bg2 .inner,
  .section-bg2-black .inner,
  .section-form .inner,
  .section-menu .inner {
    padding: 0 15px;
  }

  .section-title,
  .section-title-white {
    font-size: 22px;
  }

  .section-subtitle,
  .section-subtitle-white {
    font-size: 13px;
    margin-bottom: 20px;
  }

  /*fixed_btnの非表示*/
  .fixed_btn {
    display: none;
  }

  .works-card {
    flex-basis:46%;
    margin: 8px 5px 16px;
  }


  /*------------------
  NEWS
  -------------------*/
  .bnr_news_wrapper {
    display: block;
  }

  .bnr_news_box {
    margin: 18px auto;
  }

  .bnr_news_box2 {
    padding: 16px;
  }
  

  /*------------------
  SERVICE
  -------------------*/
  .section-bg1:after {
    font-size: 20px;
    top: 70px;
    left: 60px;
  }

  .section-bg1:before {
    top: 90px;
    font-size: 16px;
    left: 30px;
  }

  .service-img {
    flex-basis: 100%;
  }

  .service-desc-title {
    font-size: 1rem;
    margin-top: 38px;
    margin-bottom: 15px;
  }

  .service-desc {
    flex-basis: 93%;
  }

  .service-desc-text {
    line-height: 1.5rem;
  }

  
  /*------------------
  OUTLINE
  -------------------*/
  .card-wrapper-2col {
    display: block;
  }

  .works-card-2col {
    margin: 36px auto;
  }

  .card-wrapper {
    display: block;
  }

  .works-card {
    margin: 36px auto;
  }

  .works-card p,
  .works-card-2col p {
    font-size: 0.8rem;
  }

  .card-caption {
    font-size: 1em;
  }



  /*------------------
  policy
  -------------------*/
  .obi_gr,
  .obi_wh {
	padding-top: 10px;
  padding-bottom: 10px;
  }
  
  .service_box {
    max-width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service_box.img_01 {
    /*service_box全体の要素位置をpaddingで指定*/
    padding-left: 10px;
    padding-right: 10px;
    background-size: contain;
    background-position: center top;
  }

  .service_box.img_02 {
    /*service_box全体の要素位置をpaddingで指定*/
    padding-left: 10px;
    padding-right: 10px;
    background-size: contain;
    background-position: center top;
  }

  .service_box.img_03 {
    /*service_box全体の要素位置をpaddingで指定*/
    padding-left: 10px;
    padding-right: 10px;
    background-size: contain;
    background-position: center top;
  }

  .service_box p {
    display: block;
    margin-top: 0px;
    font-size: 1.0rem;
    line-height: 1.5;
    background-color: #FFF;
    padding-top: 20px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
    background-color: rgba(236,236,236,0.8);
  }

  .service_title:before,
  .service_title:after,
  .service_title-02:before,
  .service_title-02:after {
    content: none;
  }

  .service_box .service_title,
  .service_box .service_title-02 {
    font-size: 1.22rem;
    line-height: 1.2;
    padding-top: 200px;
    text-shadow:0 0 7px #222;
    
  }


  /*------------------
  ROOMS
  -------------------*/
  .flexbox-wrapper {
    display: block;
  }
  
  .flexbox-card {
    flex-basis: 100%;
    padding-bottom: 30px;
    margin: 18px auto;
  }

  .flexbox-card p {
    padding: 0 6%;
    font-size: 1rem;
    line-height: 1.4;
  }


  /* .step_arrow {
    padding-top: 0;
    transform:rotateZ(90deg);
  } */


  /*------------------
  COUPON
  -------------------*/
  .bnr_coupon_wrapper {
    display: block;
  }

  .bnr_coupon_box {
    flex-basis: 100%;
    margin: 40px auto;
  }

  .coupon_bg_box {
    padding: 0.8em 0.4em;
  }

  .bnr_coupon_title {
    font-size: 1.1rem;
    padding: 2%;
  }

  .coupon_bg_box p {
    font-size: 1rem;
    margin-bottom: 8px;
  }


  /*------------------
  LOOP
  -------------------*/

  .loop_wrap {
    display: none;
  }

  .simply-scroll-list li {
    width: 250px;
  }


  /*------------------
  INFORMATION
  -------------------*/
  .content table.table_01 {
    width: 99%;
  }
  
  .content table.table_01 th {
    font-size: 1rem;
    width: 10%;
  }

  .content table.table_01 th,
  .content table.table_01 td {
	padding: 13px 8px;
  }

  .content table.table_01 td {
    line-height: 1.6;
    background-color: #FFF;
  }


  #access .location {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  #access iframe {
    width: 100%;
    height: 300px;
  }



  /*=======================
  └---- 第二階層 menu
  =======================*/

  .main_imgBox-menu {
    height: 20vh;
  }
 
  .menu-outline {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .menu-outline ul {
    display: block;
  }

  .menu-outline ul li {
    padding: 10px 10px;
    border-bottom: 1px solid #e0dccc;
  }
  
  .menu-category-wrapper {
    padding: 25px 0;
  }

  .menu-tr {
    display: block;
    padding: 10px 0;
  }
  .menu-tr1 {
    display: block;
    padding: 5px 0;
  }

  .menu-tr .menu-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .menu-tr1 .menu-img1 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .menu-tr .menu-desc-box {
    width: 100%;
  }
  .menu-tr1 .menu-desc-box1 {
    width: 100%;
    padding-left: 0px;
  }
 
  .menu-label {
    margin: 5px 0;
  }
  .menu-desc-box .menu-label {
    font-size: 0.8em;
  }
  .menu-desc-box1 .menu-label {
    font-size: 0.8em;
  }
  
  .menu-desc-title {
    font-size: 1.2em;
    font-weight: 700;
    padding: 5px 0;
  }
  .menu-desc-title1 {
    font-size: 1.0em;
    font-weight: 700;
    padding: 2px 0;
  }
  
  .menu-tr .menu-desc-price {
    width: 100%;
    margin-top: 3px;
    padding-left: 10px;
  }
  .menu-tr1 .menu-desc-price1 {
    width: 100%;
    margin-top: 3px;
    padding-left: 10px;
  }


  
  /*=======================
  └-- 第二階層 service
  =======================*/
  .main_imgBox-service {
    height: 20vh;
  }

  .blank__2a {
    display: none;
  }

  .service-wrapper__2 {
    display: block;
  }

  .service-img__2 {
    margin: 10px 4px;
  }

  .service-desc-title__2 {
    font-size: 1.2rem;
    margin: 5px;
  }
  
  .service-desc-text__2 {
    margin: 5px;
  }

  .service-desc-title__2:after {
    display: none;
  }




  /*=======================
  └---- 第二階層 policy
  =======================*/
  .section__2#policy__2 .inner {
    max-width: 1280px;
    margin: auto;
    padding: 0 30px;
  }

  .main_imgBox-policy {
    height: 20vh;
  }

  .wrapper-pbox__2-2 {
    display: block;
  }
  .pbox__2-2 img {
    height: 280px;
  }
  
  .pbox__2-2 p,
  .pbox__2-3 p {
    margin-bottom: 10px;
  }

  .wrapper-pbox__2-1 {
    margin-bottom: 50px;
  }

  .wrapper-pbox__2-3 {
    display: block;
  }


  /*=======================
  contact
  =======================*/
 
  .main_imgBox-contact {
    height: 20vh;
  }

  .main-title-contact {
    font-size: 20px;
  }

  .form-wrapper iframe {
    width: 100%;
    height: 2120px;
  }

  .pbox-outer {
    display: block;
  }


}


@media screen and (min-width: 600px) {
 
  
  /* nav {
    position: fixed;
    display: flex;
    background-color: #858484;
    padding: 4px 35px 60px;
    z-index: 9999;
  } */

  nav {
    /*pcのheight base-px*/
    position: fixed;
    /*drawer/menuのflex*/
    display: flex;
    /* background-color: #999; */
    background-color: transparent;
    justify-content: space-between;
    /* box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2); */
    z-index: 99;
  }

  /*nav全体 transform 中間*/
  nav {
    /*背景は透明*/
    background-color: transparent;
    height: 80px;
    transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
  }

  /*nav全体 transform 後*/
  nav.fixed {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.8);
    height: 60px;
    /* justify-content: center; */
  }

  /*drawer領域*/
  nav .drawer {
    height: 80px;
    padding: 0 1.5em;
  }

  /*ロゴ部 transform 中間*/
  nav .drawer {
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
  }

  /*ロゴ部 transform 後*/
  nav.fixed .drawer {
    height: 60px;
    padding: 0 1.5em;
  }

  /*ロゴ*/
  .drawer h1 a {
    display: block;
    width: 262px;
    height: 47px;
    /* margin: 20px 0; */
    background-image: url(../img/shop-logo-w.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 47px;
    overflow: hidden;
    text-indent: 100%;
  }

  /*タイトルロゴ画像を表示して、附随するテキストは隠したい*/
  .clearText {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }

  /*ロゴ transform 後*/
  nav.fixed .drawer h1 a {
    background-image: url(../img/shop-logo-r.png);
    background-position: left center;
    background-size: auto 40px;
  }

  /* h1 img {
    width: 200px;
    height: auto;
  } */
  
  /*三本ラインは非表示*/
  .Toggle {
   display: none;
  }
  
  .menu {
  /* width: 100%; */
  font-size:0.9em;
  background-color: transparent;
  margin-right: 2rem;
  /* margin:0 10px; */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }

  .menu ul {
   height: 80px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
  }

  /*メニュー部 transform 中間*/
  .menu ul {
    transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
  }

  /*メニュー部 transform 後*/
  nav.fixed .menu ul {
    height: 60px;
  }

  .menu ul li a {
   padding: 0 1.4em;
   border-bottom: none;
   font-size: 1.2em;
   color: #fff;
  }
  
   /*メニューのaタグ transform 後*/
  nav.fixed .menu ul a {
    color: #333;
  }

   /*メニューのaタグ transform 後 白のまま*/
  nav.fixed .menu .sp-contact a {
    color: #fff;
  }


  
  .menu ul li a:hover {
  background-color:transparent;
  color: #a3A24d;
  }

  .sp-contact {
    display: block;
    background-color: #e64d4d;
    margin-left: 14px;
    text-align: center;
    padding: 6px 10px;
    /* border: 3px solid #ececec; */
    font-size: 14px;
    font-weight: bold;
    
    letter-spacing: 0.1em;
    border-radius: 2px;
    box-sizing: border-box;
  }

  .menu ul .sp-contact a:hover {
    color: #333;
  }


}




/*=======================
-------------------
test-css
-------------------
=======================*/


.blank1 {
  margin: 20px;
  padding: 10px;
}

.blank2 {
  margin: 40px;
  padding: 20px;
}

/*imgの内側にborder*/
.photoFrame { 
  display: inline-block;
}

/*外側*/
.photoFrame.outset img {
  border: 1px solid #777;
  background: #fff;
  padding: 5px;
}

/*内側*/
.photoFrame.inset {
  position:relative;
  line-height: 0;
}
.photoFrame.inset:before {
  content:"";
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position:absolute;
  top: 2%;
  left: 1.5%;
  border: 1px solid rgba(255,255,255,0.8);
  width: 97%;
  height: 96%;
}

/*内側:四辺を1%で指定*/
.photoFrame.inset2 {
  position:relative;
  line-height: 0;/*なしでもok*/
  width: 50%;
}
.photoFrame.inset2:before {
  content:"";
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  position:absolute;
  top: 1.5%;
  left: 1%;
  right: 1%;
  bottom: 1.5%;
  border: .5px solid rgba(255,255,255,0.8);

}