@charset "UTF-8";


html {
  font-size: 100%;
  /* スムーズスクロール */
  scroll-behavior: smooth;
}

body {
  background: #f9f9f9;
  color: #4d4d4d;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica,"Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
  font-size: 15px;
  line-height: 1.7;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  vertical-align: bottom;
  /* max-width: 100%; */
}

.wrapper {
  max-width: 750px;
  /* width: 100%; */
  margin: 0 auto;
}
.container {
  max-width: 750px;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin: 0 auto;
}


a {
  color: #fff;
  text-decoration: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
.bg_gray {
  background-color: #eeeeee;
}
.bg_yellow {
  background-color: #fffbe6;
}
.bg_blue {
  background-color: #0067af;
}
.white {
  color: #fff;
}
.red {
  color: #d62b2b;
}
.mb40 {
  margin-bottom: 40px;
}
/*ヘッダー
-------------------------------------*/
header {
  width: 100%;  
  z-index: 80;
  align-items: center;
  display: flex;
  background-color: #ffffff;

}

.header_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*fv
-------------------------------------*/

.fv {
  /* background-color: #fff; */
  text-align: center;
  background-image: url(../images/fv_bg.png);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 1920px 897px;
}
.fv_inner {
  padding-top: 30px;
  /* margin-top: 20px; */
  padding-bottom: 281px;
}
/* 日付入りバナー */
.banner {
  position: relative;
  text-align: center;
}
.banner_inner {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
h2 {
  position: relative;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  border: none;
}
.year, .month, .day {
  font-size: 1.5em;
}

/*cta
-------------------------------------*/

.floatbtn {
  display: none;
}
.btn_inner {
  position: fixed;
  right: 5%;
  bottom: 20px;
  z-index: 80;
}

.btn a:hover img {
  position: relative;
  bottom: 3px;
  opacity: 0.9;
}
.cta {
  background-color: #fee95e;
  background-image:
   repeating-linear-gradient(-45deg,
  #fee64c, #fee64c 10px,
   transparent 0, transparent 20px);
   text-align: center;
   padding-top: 80px;
   padding-bottom: 80px;
   margin-top: -11px;
}
.cta p {
  font-size: 24px;
}

/* form */
#form {
	margin-top: 60px;
}

.nn {
	padding: 8px;
	font-size: 16px;
	padding: 16px 10px;
	width: 400px;
	margin-left: 10px;
	background-color: #fffbe6 !important;
	border: none !important;
}

#nyuuryoku {
	width: 690px;
	border-collapse: separate;
	border-spacing: 8px;
	margin: 0 auto;
}

#nyuuryoku th {
	background-color: #eee;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #bbb;
}

#nyuuryoku td {
	width: 50%;
	padding: 1em;
	border: 1px solid #bbb;
}

.bord {
	border: 0px none !important;
	padding: 0 !important;
}

.formtxt {
	margin: 2rem;
	text-align: center;
  border: 1px solid #9b6239;
  padding: 20px;
}

.smbtn {
	border: 0px;
	text-align: center;
	width: 100%;
  height: 155px;
	background: url(../images/btn_form.png) no-repeat;
	background-position: center top;
	margin: 20px 0;
}

/*footer*/
footer {
  text-align: center;
  padding-top: 60px;
  width: 100%;
  font-size: 0.875rem;
  background-color: #003875;
  color: #fff;
}

.footer_li {
  margin-bottom: 20px;
  display: flex;
  list-style: none;
  justify-content: center;
}

.footer_li li {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_li li a {
  color: #fff;
}

.footer_li li a:hover {
  color: #e8d9cd;
}

.left_border {
  border-left: 1px solid #fff;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}
.mt2 {
  margin-top: 2rem;
}
.map {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.map p {
  margin-top: 20px;
}
/* lineup */
.lineup {
  position: relative;
}

.price {
  position: absolute;
  text-align: right;
  top: 48%;
  right: 17%;
  font-size: 9.4rem;
  font-weight: bold;
  color: #ff6000;
  letter-spacing: -10px;
}
.comma {
font-size: 50%;
}
.price::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 58px;
  background-image: url(../images/tukiduki.png);
  background-size: contain;
}

.price2 {
  position: absolute;
  text-align: right;
  top: 49%;
  right: 15%;
  font-size: 8.9rem;
  font-weight: bold;
  color: #ff6000;
  letter-spacing: -7px;
}

.price2::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 58px;
  background-image: url(../images/tukiduki.png);
  background-size: contain;
}

/* Q&A */
.qa {
  padding: 50px 30px;
  background-image: url(../images/blue_line.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.q {
  font-size: 1.8rem;
  padding-left: 65px;
  position: relative;
  font-weight: bold;
}
.q::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 53px;
  height: 53px;
  background-image: url(../images/q.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  left: 0;
}
.a {
  margin-top: 20px;
  font-size: 1.5rem;
  padding-left: 65px;
  position: relative;
}
.a:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 53px;
  height: 53px;
  background-image: url(../images/a.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  left: 0;
}

@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .container {
    width: 100%;
    border: none;
    overflow: hidden;
  }

  img {
    max-width: 100% !important;
  }

  .pb2 {
    padding-bottom: 1rem;
  }

  .mt2 {
    margin-top: 2rem;
  }

  /* footer */
  footer {
    padding-top: 2rem;
  }


  .footer_li {
    display: block;
    margin-bottom: 0;
  }

  .footer_li li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #fff;
  }

  .left_border {
    border-left: none;
  }

  .copyright {
    font-size: 0.75rem;
  }

 /* cta */
 .cta {
  padding: 40px 1rem;
}
.cta p {
  font-size: 1em;
}


.header_inner .logo{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.btn_inner {
  right: 0%;
  bottom: 0px;
  display: flex;
}
.map iframe {
  width: 100%;
}
.map p {
  font-size: 80%;
  margin-top: 1em;
}
.map {
  margin-top: 0;
  margin-bottom: 2rem;
}
/* lineup */

.price {
  top: 49%;
  right: 16%;
  font-size: 19vw;
  letter-spacing: -2px;
}
.price::before {
 width: 3vw;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* Q&A */
.qa {
  padding: 1.5rem 1rem;
  background-size: 90%;
}
.q {
  font-size: 85%;
  padding-left: 10vw;
}
.q::before {
  width: 7vw;
  left: 0;
  top: -1%;
}
.a {
  margin-top: 20px;
  font-size: 80%;
  padding-left: 10vw;
}
.a:before {
  width: 7vw;
  left: 0;
  top: -1%;
}

.smbtn {
  background-size: contain;
  margin: 20px 0;
  height: 50px;
}
.header_inner .logo{
  /* width:30%; */
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.btn_inner {
  right: 0%;
  bottom: 0px;
  display: flex;
}
}

div#cfinside {
  width: 80%;
  margin: 0 auto 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div#cfinside .my_left {
  width: 30%;
  background: #efefef;
border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div#cfinside .my_right {
  width: 70%;
  border-bottom: 1px solid #ccc;
}

div#cfinside .input_unit {
margin:0;
width:100%;
}

div#cfinside .my_column.my_left label.required:after {
  content: '必須';
  color: #fff;
  font-size: 0.6em;
  background: #e32;
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: normal;
  margin-left: 5px;
}

div#cfinside .my_left .label_frame {
  font-weight: normal!important;
  font-size: 0.9em;
  padding-left: 10px;
}

div#cfinside .my_right input {
border-radius:0;
border:none;
background: #ffffa2!important;
width:90%;
}

div#cfinside .my_right .form-text {
font-size: 0.7em;
}

div#cfinside select {
border-radius: 0;
  font-size: 0.8em;
}


@media only screen and (max-width:750px) {
div#cfinside .my_left {
  width:93.5%;
  border-right:none;
  border-bottom: none;
  padding:10px
}

div#cfinside .my_right {
  width:93.5%;
  padding: 10px 10px 15px;
}
.last-btn{
  margin: 0 auto;
  width: 90%;
  margin-bottom: 20px;
}
input[type="image"] {
  width: 100%;
  margin-bottom:10px;
}
}

.last-btn{
	text-align: center;
	margin-bottom: 5%;
}
.last-btn:hover{
	position: relative;
	top: 3px;
	left: 3px;
	opacity: 0.8;
}