@charset "utf-8";

.main-bnr {
    width: 100%;
    max-width: 1061px;
    margin: 0 auto;
}

.img-hx img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
/*====================================
               初期設定
====================================*/
p.text {
  line-height: 1.4;
  margin-bottom: 1em;
}

/*----- float解除 -----*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/*----- 各デバイス 表示&非表示 -----*/
.sp { display: none;}
.pc { display: block;}

/*----- 見出し -----*/
.main-hx {
  font-weight: bold;
  font-size: 3rem;
  padding: 1%;
  border-bottom: 3px dashed #f25f72;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.base-hx {
}

.sub-hx {
}

/*----- line-height -----*/
.lihe0 { line-height: 0;}

/*----- float -----*/
.lp { float: left;}
.rp { float: right;}
.cbp { clear: both;}

/*----- margin -----*/
.cn-mp { margin-bottom: 25px !important;}

.mb10p { margin-bottom: 10px;}
.mb15p { margin-bottom: 15px;}
.mb20p { margin-bottom: 20px;}
.mb25p { margin-bottom: 25px;}
.mb30p { margin-bottom: 30px;}
.mb35p { margin-bottom: 35px;}
.mb40p { margin-bottom: 40px;}
.mb45p { margin-bottom: 45px;}
.mb50p { margin-bottom: 50px;}

/*----- padding -----*/

/*----- コンテンツ幅(%) -----*/
.w10 { width: 10%;}
.w12 { width: 12%;}
.w14 { width: 14%;}
.w15 { width: 15%;}
.w16 { width: 16%;}
.w18 { width: 18%;}
.w20 { width: 20%;}
.w22 { width: 22%;}
.w24 { width: 24%;}
.w25 { width: 25%;}
.w26 { width: 26%;}
.w28 { width: 28%;}
.w30 { width: 30%;}
.w32 { width: 32%;}
.w34 { width: 34%;}
.w35 { width: 35%;}
.w36 { width: 36%;}
.w38 { width: 38%;}
.w40 { width: 40%;}
.w42 { width: 42%;}
.w44 { width: 44%;}
.w45 { width: 45%;}
.w46 { width: 46%;}
.w48 { width: 48%;}
.w50 { width: 50%;}
.w52 { width: 52%;}
.w54 { width: 54%;}
.w55 { width: 55%;}
.w56 { width: 56%;}
.w58 { width: 58%;}
.w60 { width: 60%;}
.w62 { width: 62%;}
.w64 { width: 64%;}
.w65 { width: 65%;}
.w66 { width: 66%;}
.w68 { width: 68%;}
.w70 { width: 70%;}
.w72 { width: 72%;}
.w74 { width: 74%;}
.w75 { width: 75%;}
.w76 { width: 76%;}
.w78 { width: 78%;}
.w80 { width: 80%;}
.w82 { width: 82%;}
.w84 { width: 84%;}
.w85 { width: 85%;}
.w86 { width: 86%;}
.w88 { width: 88%;}
.w90 { width: 90%;}
.w92 { width: 92%;}
.w94 { width: 94%;}
.w95 { width: 95%;}
.w96 { width: 96%;}
.w98 { width: 98%;}
.w100 { width: 100%;}

img {
  width: 100%;
  height: auto;
}

/*----- 文字リンク設定 -----*/
a {/*リンクされた文字*/
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #383838;
  font-style: normal;
  text-decoration: none;
}
a:link {/*未訪問のリンク*/
  color: #383838;
  font-style: normal;
  text-decoration: none;
}
a:visited {/*訪問後のリンク*/
  color: #383838;
  text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
  color: #383838;
  font-style: normal;
  text-decoration: underline;
}
a:active {/*クリック中*/
  text-decoration: none;
}

/*----- リンク設定 -----*/
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.5s;
}

/*----- 動画サイズ調整 -----*/
.movie-box {
    position: relative;
    padding-bottom: 52%;
    margin: 0 3%;
}

.movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----- スマホタップ -----*/
#sp-fttap {
    display: none;
}

/*====================================
            共通コンテンツ
====================================*/
/*================================
   フォーム
================================*/
#reservation {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
    margin-top: 100px;
}
#reservation .main-hx {
    background-color: #f25f72;
    padding: 15px 2%;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 25px;
}
.form-box {
}
.form-box table p {
    line-height: 1.4;
    margin-bottom: 1em;
}

.form-box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.form-box table th {
    border-top: solid 1px #ddd;
    padding: 10px 2%;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}

.form-box table td {
    padding: 0 20px 20px;
    border-bottom: solid 1px #ddd;
}

.form-box table td.txt input {
    width: 100%;
    border: none;
    background: #eee;
    font-size: 14px;
    padding: 20px;
    margin: 10px 0;
}

.form-box table td input.text40 {
    width: 45%;
}

.form-box table td select {
    border: 1px solid #adadad;
    margin: 10px 0;
}

.form-box table td textarea {
    width: 100% !important;
    height: 200px !important;
    border: none !important;
    background: #eee !important;
    font-size: 14px !important;
    padding: 20px !important;
    margin: 10px 0;
}

.form-box .pp-box {
    width: 100%;
    overflow-y: scroll;
    height: 350px;
    margin-bottom: 25px;
    padding: 15px 3%;
    border: 1px solid #aaa;
    line-height: 1.4;
    background-color: #effcff;
}
.form-box .pp-box p {
    margin-bottom: 1em;
    font-size: 14px;
}


/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  #reservation {
    margin-top: 20px;
  }
  /*----- 見出し -----*/
.main-hx {
  font-size: 2rem;
}

}