@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Italianno|Mrs+Saint+Delafield|Quicksand|Josefin+Slab");
/*
@import url("commonTab.css") screen and (min-width: 415px) and (max-width: 959px) ;
@import url("commonPC.css") screen and (min-width: 960px) ;
*/

@import "header.css";
@import "parts.css";
@import "mainMenu.css";
@import "titleComment.css";
@import "column.css";
@import "subMenu.css";
@import "banner.css";
@import "tmpStyle.css";
/*
@import  "FCK.css";
*/
@import "footer.css";
@import "option.css";

html {
  position: relative;
  font-size: 100%;
  height: 100%;
  width: 100%;
}

body {
  letter-spacing: 1px;
  font-size: 16px;
  /* font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; */
  /* font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  padding: 0px;
  width: 100%;
  position: relative;
  color: #2d2d2d;
  line-height: 1.8em;
  margin: 0px;
  overflow-y: scroll;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* g_translate　翻訳 */
#gt_float_wrapper {
  left: 15px !important;
  bottom: 15px !important;
}

*,
*::before,
*::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.clx:after {
  content: " ";
  display: block;
  clear: both;
}
img {
  border-width: 0px;
  vertical-align: bottom;
}
a {
  color: #20b2aa;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
a img {
  outline: none;
  transition: all 0.3s ease-out;
}
a img:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:visited {
}
p {
  margin-bottom: 1em;
  word-break: break-all;
}
.pankuzu {
  margin-bottom: 15px;
}
.pankuzu li {
  float: left;
  list-style-type: none;
}
.pankuzu li a {
  line-height: 1em;
  font-size: 80%;
  color: #2d2d2d;
}
.kijiList {
  background-color: #f3f3f3;
  padding: 20px;
  margin-bottom: 50px;
  line-height: 1.5em;
  font-size: 85%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.kijiList ul {
  padding-left: 30px;
}
.kijiList ul li {
  padding: 5px;
}
.kijiList ul li a {
  display: block;
  color: #2d2d2d;
}
.kijiList ul li a:hover {
  text-decoration: underline;
}

.big1 {
  font-size: 1.5rem;
}
.big2 {
  font-size: 1.2rem;
}

/*------------------------------Tab用------------------------------*/
for_____Tab {
}
@media screen and (min-width: 801px) and (max-width: 959px) {
}

/*------------------------------PC用------------------------------*/
for_____PC {
}
@media screen and (min-width: 801px) {
  .pcOn {
    display: block;
  }

  .spOn {
    display: none !important;
  }
  /* telリンク禁止 */
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  p {
    margin-bottom: 1em;
    word-break: break-all;
  }

  #mainImage {
    position: relative;
    height: 650px;
  }

  #mainImage h2 {
    font-family: "playfair-display", serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 20px;
    font-family: Quicksand;
    text-shadow: 0px 0px 2px white;
    line-height: 1.6em;
    font-size: 250%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); /*上下左右中央寄せ*/
    text-align: center;
  }
}

/*------------------------------SP用------------------------------*/
for_____SP {
}
@media screen and (max-width: 800px) {
  .pcOn {
    display: none !important;
  }
  .sp_il-blc {
    display: inline-block;
  }

  html,
  body {
    scroll-padding-top: 85px;
  }

  body {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 60px;
  }

  .spOn {
    display: block;
  }

  h3 {
    /* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
      "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
    font-family: "playfair-display", serif;
    letter-spacing: 2px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    position: relative;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
  }

  h3.titleA {
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    /* font-family: "Mrs Saint Delafield"; */
    font-size: 1.7rem;
  }

  .kiji3 > h3 {
    padding-top: 50px;
  }

  .main_com {
    padding: 15px;
    margin-bottom: 25px;
    text-align: center;
  }

  .main_com h2 {
    color: #2d2d2d;
    line-height: 1em;
    padding-top: 30px;
    margin-bottom: 15px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 40px;
    font-family: "Mrs Saint Delafield", serif;
  }

  .main_com_m {
    padding-top: 15px;
    color: #7f7f7f;
    line-height: 1.6em;
    font-size: 75%;
    margin-right: auto;
    margin-left: auto;
  }

  .main_com_m .caution {
    font-size: 13px;
    color: #2d2d2d;
    font-weight: bold;
  }

  #foot_m {
    position: relative;
    line-height: 1.9em;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 0.75rem;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  #foot_m .col1 {
    display: none;
  }

  #foot_m .col2 {
    border-bottom-color: #d0d0d0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 30px;
  }

  #foot_m .col3 {
    color: #7f7f7f;
  }

  ul.footMenu {
    padding: 0px;
    margin-right: 60px;
    float: left;
  }

  ul.footMenu:last-child {
    margin-right: 0px;
  }
  ul.footMenu li {
    list-style-type: none;
    margin-bottom: 10px;
  }

  ul.footMenu li a {
    display: block;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #535353;
  }

  ul.footMenu li a:hover {
  }

  a.btn_foot_order {
    padding-left: 5px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding-top: 7px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #2d2d2d;
    border-bottom-color: #535353;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 7px;
    display: block;
  }

  a.btn_foot_order:hover {
  }

  .footTel {
    font-family: Quicksand;
    color: #2d2d2d;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-size: 18px;
  }

  #foot_m .col3 h5 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
  }

  .footComm {
    margin-bottom: 30px;
    line-height: 1.7em;
  }

  .copyright {
    padding-top: 5px;
    font-size: 11px;
    font-family: Quicksand;
    letter-spacing: 1px;
    text-align: center;
    color: #a7a7a7;
  }

  a.pageUp {
    color: white;
    z-index: 90;
    background-color: #2d2d2d;
    line-height: 35px;
    font-size: 20px;
    right: 20px;
    text-align: center;
    margin: auto;
    bottom: 20px;
    position: fixed;
    height: 40px;
    width: 40px;
    display: block;
    opacity: 0.5;
  }
  a.pageUp:hover {
    opacity: 0.9;
  }
  a.pageUp:before {
    padding: 0px;
    font-family: "Material Icons";
    content: "keyboard_arrow_up";
    font-weight: 100;
    vertical-align: -3px;
  }

  /* スタイル */

  .ptn-1 {
    font-size: 80%;
    background-color: white;
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 1px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    text-align: center;
  }

  .ptn-1 img {
    height: auto;
    width: 100%;
    z-index: 0;
    display: block;
  }

  .ptn-1 .box {
    padding: 25px;
    color: #535353;
    z-index: 0;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.7);
  }

  .ptn-1 .box h4 {
    padding-top: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 42px;
    /* 	font-family: Italianno, 'Alex Brush', cursive; */
    font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
  }

  .ptn-1 .box .comm {
    line-height: 1.7em;
    text-align: left;
  }

  .ptn-2R {
    font-size: 75%;
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 30px;
  }

  .ptn-2R .imgBox {
    width: 100%;
    margin: auto;
    z-index: 0;
  }

  .ptn-2R .imgBox img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 0;
  }

  .ptn-2R .box {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 25px;
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
  }

  .ptn-2R .box h4 {
    padding-top: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 42px;
    font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
    text-align: center;
  }

  .ptn-2R .box .comm {
    line-height: 1.7em;
  }

  .ptn-2L {
    text-align: left;
    font-size: 80%;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    margin-bottom: 30px;
  }

  .ptn-2L .imgBox {
    margin: auto;
    width: 100%;
    z-index: 0;
  }

  .ptn-2L .imgBox img {
    width: 100%;
    height: auto;
    z-index: 0;
  }

  .ptn-2L .box {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 25px;
    color: #535353;
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
  }

  .ptn-2L .box h4 {
    padding-top: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 47px;
    font-family: "Mrs Saint Delafield", Italianno, "Alex Brush", cursive;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
    text-align: center;
  }

  .ptn-2L .box .comm {
    line-height: 1.7em;
  }

  #areaCenter .anchorMenu {
    text-align: center;
  }

  #areaCenter .anchorMenu ul {
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  #areaCenter .anchorMenu ul li {
    margin-bottom: 10px;
    line-height: 1em;
    padding: 0px;
    font-size: 90%;
    list-style-type: none;
  }

  #areaCenter .anchorMenu .title {
    color: #004870;
  }
  #areaCenter .anchorMenu .title:after {
    padding-left: 15px;
    font-family: "FontAwesome";
    padding-right: 5px;
    content: "";
  }

  #areaCenter .anchorMenu ul li a {
    background-color: #f3f3f3;
    letter-spacing: 1px;
    color: #a7a7a7;
    text-decoration: none;
    line-height: 40px;
    display: block;
    transition: all 0.1s ease-in;
    border-radius: 5px;
  }

  #areaCenter .anchorMenu ul li a:hover {
    color: #2d2d2d;
  }

  .priceTable {
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-color: #e1e1e1;
    border-style: dotted;
    margin-top: 20px;
    font-size: 90%;
    margin-bottom: 10px;
  }

  .priceTable caption {
    margin-bottom: 5px;
    font-family: Verdana, Arial, sans-serif;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 1px;
    line-height: 20px;
    display: inline-block;
    font-size: 11px;
    color: white;
    background-color: #2d2d2d;
  }

  .priceTable th {
    padding-left: 0px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-top: 8px;
    text-align: center;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-color: #e1e1e1;
    border-style: dotted;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .priceTable td {
    padding-left: 5px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-top: 8px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-color: #e1e1e1;
    border-style: dotted;
  }

  .priceTable th:before {
    font-family: "FontAwesome";
    padding-right: 5px;
    content: "";
  }

  .tableStyle1 {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
