@charset 'UTF-8';

/* main_img
=========================================== */

.main_img {
}

.main_img .contents {
  margin: 0 auto;
  max-width: 600px;
}

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

/* cta
=========================================== */

.cta {
}

.cta .contents {
  margin: 0 auto;
  max-width: 600px;
}

.cta .contents a {
  display: block;
  margin: 50px auto;
  max-width: 560px;
}

@media screen and (max-width:768px) {
  .cta .contents a {
    width: 90%;
  }
}

/* kaijo
=========================================== */

.kaijo {
  background-color: #e1daed;
}

.kaijo .contents {
  margin: 0 auto;
  padding: 70px 0 70px;
  width: 92%;
  max-width: 600px;
}

.kaijo h1 {
  margin: 0 0 50px;
  text-align: center;
}

.kaijo h1 img {
  width: auto;
  height: 54px;
}

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

}

/* map
=========================================== */

.map {
  background-color: #e1daed;
}

.map .contents {
  margin: 0 auto;
  padding: 70px 0 70px;
  width: 92%;
  max-width: 600px;
}

.map h1 {
  margin: 0 0 50px;
  text-align: center;
}

.map h1 img {
  width: auto;
  height: 54px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

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

}

/* brand
=========================================== */

.brand {
}

.brand .contents {
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 600px;
}

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

/* plan
=========================================== */

.plan {
}

.plan .contents {
  margin: 0 auto;
  max-width: 600px;
}

.plan .contents img {
  margin-top: -1px;
}

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

/* gara
=========================================== */

.gara {
}

.gara .contents {
  margin: 0 auto;
  max-width: 600px;
}

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

/* tokuten
=========================================== */

.tokuten {
}

.tokuten .contents {
  margin: 0 auto;
   max-width: 600px;
   display: flex;
   flex-direction: column-reverse;
}

.tokuten .contents img {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.tokuten .contents div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

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

/* henko
=========================================== */

.henko {
}

.henko .contents {
  margin: 0 auto;
  max-width: 600px;
}

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

/* komikomi
=========================================== */

.komikomi {
  background-color: #e1daed;
}

.komikomi .contents {
  margin: 0 auto;
  max-width: 600px;
}

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

/* aisatsu
=========================================== */

.aisatsu {
}

.aisatsu .contents {
  margin: 0 auto;
  max-width: 600px;
}

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

/* moushikomi
=========================================== */

.moushikomi {
  padding: 100px 0 0;
}

.moushikomi .contents {
  margin: 0 auto;
  width: 96%;
  max-width: 600px;
}

.moushikomi h1 {
  font-size: 48px;
  font-weight: bold;
  color: #6846a5;
  text-align: center;
  line-height: 1.5em;
}

.moushikomi p {
  margin: 2.5% auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}

.form {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.btn_moushikomi {
  margin: 5% auto 10%;
  width: 80%;
  max-width: 526px;
  text-align: center;
}

.btn_moushikomi input {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .moushikomi {
    padding: 15% 0 5%;
  }

  .moushikomi h1 {
    font-size: 30px;
  }

  .moushikomi p {
    text-align: left;
    width: 96%;
  }
}

/* フォーム */

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
}

table.formTable th {
  width: 40%;
  font-weight: normal;
  background: #e1daed;
  text-align: left;
}

table.formTable th ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

table.formTable th ul li:first-child {
  width: 75%;
}

table.formTable th ul li:last-child {
  width: 20%;
}

table.formTable th span {
  display: block;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  background: #ffa853;
  text-align: center;
  color: #fff;
}

table.formTable input[type="text"],
table.formTable textarea {
  padding: 1em .5em;
  width: 100%;
  border: 1px solid #ccc;
}

table.formTable td.radio {
  line-height: 2em;
}



/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #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: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }

  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}

/*  */
.btn_moushikomi input[type="submit"] {
  border: 0px;
  border-radius: 1.5em;
  width: 80%;
  height: 3em;
  background-color: #6846a5;
  font-size: 1.2em;
  color: #fff;
}
.btn_moushikomi input[type="submit"]:hover {
  opacity: .6;
}

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

/* mail.php */

.mail header {
  /* border-bottom:10px solid #1a4e6f; */
  margin-bottom: 10%;
}
.mail footer {
  border-top:10px solid #1a4e6f;
  margin-top: 10%;
  width: 100%;
  max-width: initial;
  padding-left: 2%;
  padding-right: 2%;
}
.mail .copyright {
  width: 100%;
  text-align: center;
}
.mail input[type="submit"] {
  background-color: #6846a5;
  color: #fff;
  margin: 5% 2%;
  width: 30%;
  height: 5em;
  border-radius: 10px;
}
.mail input[type="button"] {
  margin: 5% 2%;
  width: 20%;
  height: 5em;
  border-radius: 10px;
}

/*  */
.mail .back_toppage {
  background-color: #6846a5;
  margin: 5% auto;
  width: 30%;
  border-radius: 10px;
  border: 2px solid #ccc;
}
.mail .back_toppage a {
  color: #fff;
  padding: 2em;
  display: block;
}

/*  */
.mail #formWrap h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
.mail input[type="submit"] {
  background-color: #6846a5;
  color: #fff;
  margin: 5% 2%;
  width: 80%;
  height: 5em;
  border-radius: 10px;
}
.mail input[type="button"] {
  margin: 5% 2%;
  width: 80%;
  height: 5em;
  border-radius: 10px;
}
.mail .back_toppage {
  width: 80%;
}
}

/* 電話お問い合わせ
=========================================== */

.store-area {
  padding: 3em 2em 3em 2em;
}

.store-area h3 {
  font-size: 2em;
  padding-bottom: 0.5em;
  text-align: center;
  color: #77b3b8;
}

.store-area h4 {
  font-size: 1.6em;
  padding-bottom: 1.5em;
  text-align: center;
  color: #bc5875;
}

.store-area h5 {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  text-align: center;
  color: #bc5875;
}

.store-area h5 span {
  padding-left: 1.0em;
}

@media screen and (max-width: 768px) {
  .store-area {
    padding: 2em 2em 2em 2em;
  }

  .store-area h3 {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    text-align: center;
    color: #77b3b8;
  }

  .store-area h4 {
    font-size: 1.6em;
    padding-bottom: 0.5em;
    text-align: center;
    color: #bc5875;
  }
}

.fixed-bottom-menu {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 600px;
  background-color: #333;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .fixed-bottom-menu {
    max-width: 100%;
    padding: 1em 0;
  }
}

@charset 'UTF-8';

/* 固定メニュー
=========================================== */

/* 固定メニュー */
.fixed-bottom-menu {
  position: fixed;
  /* 固定配置 */
  bottom: 0;
  /* 画面下部 */
  left: 0;
  right: 0;
  margin: 0 auto;
  /* 中央揃え */
  max-width: 600px;
  /* 横幅最大600px */
  background-color: #333;
  /* 背景色 */
  z-index: 1000;
}

/* メニューリスト */
.fixed-bottom-menu ul {
  display: flex;
  justify-content: space-between;
  /* 均等配置 */
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fixed-bottom-menu li {
  flex: 1;
  /* 均等に分配 */
  text-align: center;
}

/* ボタン共通スタイル */
.fixed-bottom-menu a {
  display: inline-block;
  padding: 0.8em 0;
  /* 縦方向の余白 */
  margin: 0.5em;
  /* ボタン間の余白 */
  border-radius: 20px;
  /* 角丸 */
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  /* 文字色 */
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* ボタンごと */
.fixed-bottom-menu .btn-web {
  padding: 0.8em 4em 0.8em 4em;
  background-color: #ffd23d;
  /* Web予約: 緑色 */
}

.fixed-bottom-menu .btn-phone {
  padding: 0.8em 4em 0.8em 4em;
  background-color: #ad1773;
  /* 電話予約: 青色 */
}

.fixed-bottom-menu .btn-line {
  padding: 0.8em 4em 0.8em 4em;
  background-color: #0c9530;
  /* LINEでシェア: LINEカラー */
}

/* ホバー効果 */
.fixed-bottom-menu a:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .fixed-bottom-menu {
    max-width: 100%;
    /* 幅を100%に調整 */
    position: sticky;
    padding: 1.0em 0em 1.0em 0em;
  }

  .fixed-bottom-menu a {
    padding: 0.6em 0;
    font-size: 0.9em;
  }

  .fixed-bottom-menu .btn-web {
    padding: 0.6em 1.5em 0.6em 1.5em;

  }

  .fixed-bottom-menu .btn-phone {
    padding: 0.6em 2em 0.6em 2em;

  }

  .fixed-bottom-menu .btn-line {
    padding: 0.6em 0.75em 0.6em 0.75em;
  }
}
