body{
  padding-top: 110px;
}

/* **********************************
 *  初めての方へ
 * ********************************* */
.pg_first .section#sec1 .bg{
  height: 500px;
  background: url(/img/first/first_head_bg.jpg) no-repeat center top / cover;
  padding-top: 140px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.pg_first .slider .icon img{
  margin: 0 auto;
}
.pg_first .slider .text{
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.pg_first .slider .slick-dots li{
  margin: 0;
}
.pg_first .slider .slick-dots li button:before{
  color: #ffffff;
  font-size: 12px;
  opacity: 1;
}
.pg_first .slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000000;
}

.title1{
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.pg_first .section#sec2{
  padding: 60px 0 0;
  text-align: center;
}
.title2 {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: center;
  color: #404040;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
.title2:after{
  content: "";
  display: block;
  width: 200px;
  height: 10px;
  margin: 10px auto 0;
  background: url(/img/title_i1.svg) no-repeat center / contain;
}
.pg_first .section#sec2 .text{
  font-size: 15px;
  letter-spacing: 0.08em;
}
.reserve_box {
  max-width: 372px;
  margin: 40px auto;
  padding: 15px 15px 25px;
  background: #e5e5e5;
}
.reserve_box .ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.link_1{
  width: 220px;
  font-size: 15px;
  padding: 7px;
  margin: 10px auto;
  color: #ffffff;
  background: #0075a9;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  border: 1px solid #000000;
}
.link_2 {
  font-size: 14px;
  padding-bottom: 3px;
  color: #004ab9;
  border-bottom: 1px solid;
  display: inline-block;
  letter-spacing: 0.08em;
}
.link_3{
  width: 250px;
  font-size: 15px;
  padding: 10px;
  margin: 10px auto;
  color: #ffffff;
  background: #0075a9;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
  border-radius: 24px;
}


/* **********************************
 *  エントリーフォーム
 * ********************************* */
.pg_slug_entry{
  padding-top: 0;
}
.pg_slug_entry header{
  padding: 18px 0;
  position: inherit;
}
.pg_slug_entry header .hdr_logo{
  width: 184px;
  display: block;
}
.pg_slug_entry .container{
  max-width: 842px;
  margin: 0 auto;
}

.pg_slug_entry .pg_header{
  margin-bottom: 30px;
  background: #8dc9ff;
}
.pg_slug_entry .pg_header .container {
  height: 160px;
  text-align: center;
}
.pg_slug_entry .tt1{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.pg_slug_entry .tt1 span {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pg_entry .section#sec1 .text{
  text-align: center;
  letter-spacing: 0.08em;
}

.pg_slug_entry footer{
  padding: 40px 0 0;
  margin-top: 175px;
  background: #8dc9ff;
}
.pg_slug_entry footer .ftr_logo {
  margin-bottom: 55px;
}
.pg_slug_entry footer .ftr_logo img{
  width: 238px;
}
.entry_ftr_link {
  display: flex;
  justify-content: center;
}
.entry_ftr_link li{
  padding: 0 11px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.entry_ftr_link li + li{
  border-left: 1px solid;
}
.entry_ftr_link li a{
  display: inline-block;
}
.pg_slug_entry footer .copy{
  border-top: 0;
  margin-top: 0;
  color: #282828;
}
.pg_slug_entry footer .ftr1{
  margin-bottom: 20px;
}


/*フォーム*/

.entry_form{
  margin: 20px 0 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.entry_form tr + tr th,
.entry_form tr + tr td{
  border-top: 1px dashed;
}
.entry_form th,
.entry_form td{
  padding: 20px 0;
  letter-spacing: 0.08em;
}
.entry_form th{
  width: 412px;
  padding-left: 35px;
  padding-right: 40px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}
.entry_form th .require {
  padding: 0 3px;
  margin-left: 10px;
  background: #448aca;
  color: #ffffff;
  display: inline-block;
  line-height: 1.4;
}
.entry_form td{  
  padding-right: 20px;
}
.entry_form td a{
  color: #448aca;
}
.entry_form td p{
  margin-right: -30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.entry_form .horizontal-item{
  margin-left: 30px;
}
.mw_wp_form .entry_form .horizontal-item + .horizontal-item{
  margin-left: 50px;
}
.mw_wp_form .entry_form input[type="text"],
.mw_wp_form .entry_form input[type="email"],
.mw_wp_form .entry_form textarea{
  width: 100%;
  font-size: 16px;
  padding: 7px 20px;
  border: 1px solid;
  letter-spacing: 0.08em;
}
.mw_wp_form .entry_form select{
  width: 100%;
  font-size: 16px;
  padding: 7px 5px;
  border: 1px solid;
  letter-spacing: 0.08em;
  background-color: #fff;
  border-radius: 0;
}
.mw_wp_form .entry_form input[name="acceptance[data][]"] + span{
  display: none;
}
.entry_form .acceptance{
  margin-top: 15px;
}
.entry_form .acceptance .horizontal-item{
  margin-left: 0;
}

.pg_entry .contact_form_btns {
  padding: 40px 0 0;
}
.pg_entry .contact_form_btns input[type="submit"], 
.pg_entry .contact_form_btns input[type="button"] {
  width: 270px;
  font-size: 20px;
  background: #ff7800;
  color: #FFF;
  border: 0;
  padding: 11px;
  margin: 0 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 5px;
  box-shadow: 0 5px 0 #563700;
  transition: 0.2s;
}
.pg_entry .contact_form_btns input[type="submit"]:hover, 
.pg_entry .contact_form_btns input[type="button"]:hover{
  box-shadow: none;
}
.mw_wp_form .entry_form select[name="birth-year"],
.mw_wp_form .entry_form select[name="birth-month"],
.mw_wp_form .entry_form select[name="birth-day"]{
  width: 120px;
}
.mw_wp_form .entry_form select[name="birth-month"],
.mw_wp_form .entry_form select[name="birth-day"]{
  margin-left: 5px;
}
.mw_wp_form .entry_form select + input{
  display: none;
}


/* **********************************
 *  お問い合わせフォーム
 * ********************************* */
.pg_contact .section#sec1 .tt2 {
  font-size: 24px;
  line-height: 2.2;
}
.pg_contact .section#sec1 .text{
  font-size: 11px;
  margin: 65px 0 45px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.85;
}
.pg_contact .section#sec1 .text a{
  color: #0005c1;
}
.pg_contact .section#sec1 .container{
  max-width: 1080px;
}

.contactForm th,
.contactForm td{
  line-height: 1;
  padding: 15px 0 0;
  letter-spacing: 0.1em;
}
.contactForm th{
  width: 182px;
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}
.contactForm th .require{
  margin-left: 5px;
  display: inline-block;
}
.contactForm td{
  padding-left: 25px;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm textarea{
  max-width: 100%;
  width: 100%;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  letter-spacing: 0.1em;
}
.contactForm select{
  max-width: 275px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #000000;
}
.contactForm textarea{
  height: 194px;
}
.pg_contact .contact_form_btns {
  width: calc(100% - 207px);
  margin-left: auto;
  text-align: left;
  padding: 10px 0 0;
}
.pg_contact .contact_form_btns input[type="submit"], 
.contact_form_btns input[type="button"]{
  width: auto;
  background: inherit;
  padding: 2px 10px 2px 12px;
  margin: 0;
  color: inherit;
  border: 1px solid #5c5c5c;
  border-radius: 4px;
  letter-spacing: 0.1em;
}


/* **********************************
 *  予約
 * ********************************* */
h1.reserve_ttl{
  font-size: 24px;
  margin-bottom: 35px;
  color: #181818;
  letter-spacing: 0.1em;
  text-align: center;
}
.pg_reservation .tt2{
  color: #404040;
}
.center{
  text-align: center;
}
.pg_reservation .text{
  font-size: 15px;
  letter-spacing: 0.08em;
}
.first_bg {
  max-width: 372px;
  padding: 15px 15px 22px;
  margin: 25px auto;
  background: #e5e5e5;
  text-align: center;
}
.first_bg_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.first_bg .link {
  width: 220px;
  font-size: 15px;
  margin: 10px auto 0;
  padding: 6px;
  background: #0075a9;
  border: 1px solid #000000;
  display: block;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.pg_reservation .section#sec2{
  padding-top: 85px;
}
.red{
  color: #d80000;
}
.require_faq {
  margin: 35px 0 60px;
  padding: 20px 28px;
  background: #fff0e2;
  border: 2px solid #f0c0b9;
}
.require_faq .ttl{
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #404040;
}
.require_faq .ttl .red{
  font-size: 15px;
}
.require_faq dl + dl{
  margin-top: 25px;
}
.require_faq dt{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.require_faq dd{
  font-size: 19px;
  letter-spacing: 0.1em;
}
.require_faq dd .red{
  font-size: 15px;
  color: #d80000;
}
.form_link {
  max-width: 312px;
  width: 100%;
  font-size: 15px;
  margin: 10px auto 0;
  padding: 8px;
  background: #0075a9;
  border: 1px solid #000000;
  display: block;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6;
}

.reserveForm {
  margin-top: 60px;
}
.reserveForm .th{
  margin-top: 25px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.reserveForm .th .require{
  font-size: 13px;
  padding: 0 11px;
  margin-left: 10px;
  background: #b80000;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  display: inline-block;
}
.reserveForm .td input[type="text"],
.reserveForm .td input[type="email"],
.reserveForm .td select,
.reserveForm .td textarea{
  width: 100%;
  font-size: 15px;
  margin-top: 15px;
  border: 1px solid;
  padding: 11px;
  letter-spacing: 0.05em;
  border: 1px solid #a3a4a5;
  background-color: #fff;
}
.reserveForm .td textarea{
  height: 140px;
  padding: 5px 15px;
}
.reserveForm .td .red{
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 0.08em;
}

.contact_privacy {
  height: 250px;
  font-size: 15px;
  padding: 15px 20px;
  margin: 25px 0 0;
  background: #eeeeee;
  border: 1px solid rgb(59 62 63 / 43%);
  overflow-y: scroll;
}
.contact_privacy h3{
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.contact_privacy .privacy_text p + p{
  margin-top: 25px;
}
.privacy_item + .privacy_item{
  margin-top: 25px;
}
.pg_reservation .contact_form_btns{
  padding: 15px 0 0;
}
.left {
  text-align: left;
}
.pg_reservation .contact_form_btns input[type="submit"], 
.pg_reservation .contact_form_btns input[type="button"] {
  background: #cccccc;
  color: #FFF;
  border: 0;
  padding: 16px;
  max-width: 660px;
  min-width: 300px;
  width: auto;
  margin: 25px 10px 0;
  letter-spacing: 0.08em;
}
.pg_reservation tr{
  margin: 20px 0;
}

/* お知らせ：NEWマーク */
.news_items .new-txt {
  padding: 5px 8px;
  margin-right: 10px;
  background: #0075a9;
  color: #ffffff;
  display: inline-block;
  border-radius: 15px;
  font-size: 14px;
}
.news_items .new-txt.sp{
  display: none;
}

/* 店舗一覧*/
.about_campaign .img{
  margin-bottom: 30px;
}
.about_campaign a{
  font-size: 15px;
  font-weight: 500;
  color: #448aca;
  text-decoration: underline;
}
.pg_access2 .telephone {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}