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

文字の設定

------------------------------*/
body {
  font-family: "游ゴシック", "Yu Gothic", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8em;
}
h2, #introduce p {
  font-family: "HG正楷書体-PRO", 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  font-size: 36px;
  padding-bottom: 40px;
  line-height: 1.8em;
  text-align: center;
}
/*----------------------------

共通

------------------------------*/
body {
  width: 100%;
  height: 100%;
  background: url("../img/b_bg.jpg");
  position: relative;
}
.wrap {
  overflow: hidden;
  background: url("../img/hasu_bg.png") bottom right no-repeat;
}
.content_container {
  display: flex;
  flex-wrap: wrap;
  width: 1170px;
  margin: 0 auto;
}
.d_f {
  display: flex;
  flex-wrap: wrap;
}
.text-inner p {
  padding: 15px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
h2 {
  padding: 50px;
  background: url("../img/t_bottom.png") center no-repeat;
}
/*----------------------------

#ForPC パソコン画面用のヘッダー

------------------------------*/
#top-head {
  display: none;
}
#ForPC {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_logo {
  width: 80px;
  height: auto;
}
.catch {
  width: 400px;
  padding-left: 15px;
}
.h_reserve {
  display: flex;
  width: 500px;
}
.h_r_L {
  width: 40%;
  background-color: #CFAC33;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin-right: 15px;
}
.white {
  color: #fff;
}
.h_r_R {
  width: 60%;
  padding-top: 5px;
  font-weight: bold;
}
/*----------------------------

top_image

------------------------------*/
.top_image {
  position: relative;
}
.top_bg {
  width: 100vw;
  height: auto;
}
.mobile_top {
  display: none;
  width: 100vw;
  height: auto;
}
.top_logo {
  width: 300px;
  position: absolute;
  top: 10%;
  left: 5%;
}
.top_menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  right: 1%;
  width: 250px;
  background: url("../img/menu_bg.png");
  text-align: center;
	border: double 3px #CFAC33;
	outline: solid 1px #CFAC33;
}
.top_menu li {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 15px;
}
/*----------------------------

#introduce

------------------------------*/
#introduce {
  padding: 150px 0;
  text-align: center;
  color: #333;
  background: url("../img/hasu_bg.png") bottom right no-repeat;
}
#introduce span {
  font-size: 26px;
}
/*----------------------------

#heart

------------------------------*/
#heart {
  background: url("../img/diagmond.png");
  flex-direction: row-reverse;
  align-items: center;
}
#heart .text_box {
  width: 60%;
  margin: 80px 0 80px;
}
.heart_pic {
  width: 40%;
}
.text_inner {
  width: 60%;
  margin: 0 auto;
}

#heart .d_f div {
  width: 30%;
}
.j_c {
  justify-content: space-between;
}
/*----------------------------

.obi

------------------------------*/
.obi {
  padding: 200px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: url("../img/hasu2_bg.png") bottom left no-repeat;
}
.obi div {
  width: 18%;
  box-shadow: 10px 18px 6px -5px #aaa;
}
/*----------------------------

#food

------------------------------*/
#food {
  display: flex;
  align-items: center;
  background: url("../img/diagmond.png");
}
#food .text_box {
  width: 65%;
}
.square {
  margin-bottom: 30px;
}
.square img {
  width: 50%;
}
#food .text_inner {
  margin: 0 auto;
  width: 60%;
}
#food .text_inner p {
  padding: 0 60px 80px 60px;
}
.food_pic {
  width: 35%;
}
/*----------------------------

#shop

------------------------------*/
#shop {
  background: url("../img/diagmond.png");
}
#shop .a_i {
  align-items: center;
}
.shop_pic {
  width: 40%;
}
#shop .text_box {
  width: 60%;
}
#shop .text_inner {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
}
table {
  width: 100%;
  line-height: 1.5;
}
tr {
  border-bottom: #999 1px solid;
  padding: 15px;
}
th {
  font-family: "HG正楷書体-PRO", 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  width: 40%;
}
td {
  width: 60%;
}
iframe {
  margin: 100px 0;
}
.blue {
  color: #5FA3E1;
}
/*----------------------------

＃contact

------------------------------*/
#contact {
  text-align: center;
  margin: 0 auto;
}
.reserve_info {
  width: 768px;
  border: solid 5px #ccc;
  margin: 0 auto;
  background-image: url("../img/s_bg.png");
}
.p_10 {
  padding: 10px 0 10px 0;
}
/* -----------------------

フォーム 


#formWrap {
  width:100%;
  margin: 80px auto;
  color: #333;
  line-height: 120%;
  font-size: 90%;
}
#formWrap th {
  color: #fff;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #333;
  text-align: left;
	vertical-align: middle;
}
#formWrap table {
  margin: 20px auto;
}
.bg_g {
  background-color: #333;
  color: #fff;
}
#formWrap select {
  color: #111;
  font-size: 14px;
  padding: 6px;
  vertical-align: top;
}
#formWrap td {
  text-align: left;
}
input, textarea {
	padding: 6px 4px;
}

-----------------------------*/
#formWrap {
  width: 50%;
  margin: 100px auto;
  color: #333;
  border: solid #ccc 2px;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　
@media screen and (max-width:768px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 90%;
    padding: 5px;
    font-size: 110%;
    display: block;
    
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 70%;
    height: 40px;
    margin-bottom: 5px;
  }*/
/*----------------------------

footer

------------------------------*/
.footer_logo {
  width: 300px;
  text-align: center;
  margin: 100px auto 30px;
}
footer {
  background: url("../img/diagmond.png");
}
.foot_menu ul{
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 50px 0  100px;
}
.foot_menu li {
  width: 10%;
  padding: 20px;
}
address {
  text-align: center;
  color: #fff;
  background: url("../img/menu_bg.png");
}
.px_12 {
  font-size: 12px;
}
/*----------------------------

slider設定

------------------------------*/
.slider {
  max-width: 1920px;
  margin: 0 auto 50px;
}
.slider img {
  width: 100%;
}
/*----------------------------

プライバシーポリシーページ

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