@charset "utf-8";

/* -- DEFAULT -- */
*{ font-family: メイリオ,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;}
*,
*:before,
*:after { box-sizing: border-box;}
body{ padding: 0; margin: 0;}
h1,h2,h3,h4,h5,p,span{  margin: 0; padding: 0;}
a{ border: none;  color: #000; text-decoration: none;}
a:hover img{ opacity: 0.8;}
ul,li{ list-style-type: none; margin: 0; padding: 0;}
.clearfix:after{ content: ""; clear: both; display: block;}
img { width:auto; max-width:100%; height:auto; }

/* HEADER */
#lpHeader { background:#fff; padding:10px 0; }
#lpHeader h1 { width:960px; margin:0 auto; max-width:100%; font-size:24px; font-weight:bold; box-sizing:border-box; padding:0 10px; }
#lpHeader h1 a { display:block; background:url(../img/img_header_01.png) left no-repeat; background-size:auto 100%; color:#333; text-decoration:none; padding:0 0 0 2em; }
#lpHeader h1 a:hover { color:#333; text-decoration:none; opacity:0.7; }
#campaignTitle { background:#0097d2; text-align:center; padding:10px ; }

/* -- cmn -- */
.container{ padding: 0; margin: 0; width: 100%; }
.container h2{ display: block; margin: 0 auto 20px;  width: 90%; max-width:886px;  text-align:center;}
.container h2 img{ width: 100%; }
.wrap{ padding: 20px 0; }
.wrapInner{  display: block;  margin: 0 auto;  max-width: 960px;  width: 100%;}
.btn{ margin: 40px 0 20px; }
.btn a{ display: block; max-width: 373px; margin: 0 auto; }
.btn a img{width: 100%}
article{ padding: 40px 0; }
article h2{ margin-bottom: 20px; }

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

.sp{ display: none!important;}
.spBlock{ display: inline; width: auto;}

/* -- main -- */
.main{ background: url(../img/bg_main_01.jpg) no-repeat center; background-size:auto 100%; }
.main section{ margin: 0 auto; max-width: 980px; width: 96%; }
.main section img{ display: block; margin: 0 auto;}
.main section img:first-child{ width: 91.42%;}
.main section img:nth-child(2){ width: 73.67%;}

.mainVisual {  width:100%; margin:0 auto; background:url(../../img/bg_2019feb.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; }
.mainVisual.march2019 {  width:100%; margin:0 auto; background:url(../../img/bg_2019march.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.april2019 {  width:100%; margin:0 auto; background:url(../../img/bg_2019april.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.may2019 {  width:100%; margin:0 auto; background:url(../../img/bg_2019may.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.july2019 {  width:100%; margin:0 auto; background:url(../../img/bg_2019july.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.sep2019 {  width:100%; margin:0 auto; background:url(../../img/bg_2019sep.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.oct2019 {  width:100%; margin:0 auto; background:url(../../img/bg_2019oct.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.dec2019 {  width:100%; margin:0 auto; background:url(../../img/bg_2019dec.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.jan2020 {  width:100%; margin:0 auto; background:url(../../img/bg_2020jan.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 
.mainVisual.feb2020 {  width:100%; margin:0 auto; background:url(../../img/bg_2020feb.jpg) bottom center / cover no-repeat; padding:4% 0 12% 0; position:relative; } 

.mainVisual h2 { width:100%; max-width:927px; box-sizing:border-box; padding:0 20px; margin:0 auto 0 auto; }
.mainVisual h3 { width:100%; max-width:886px; box-sizing:border-box; padding:0 20px; margin:0 auto 10px auto; }
.mainVisual p { width:100%; max-width:732px; box-sizing:border-box; padding:0 20px; margin:0 auto 10px auto; display:block; position:relative; }
.mainVisual a { width:100%; max-width:562px; box-sizing:border-box; padding:0 20px; margin:0 auto 0 auto; display:block; }
.mainVisual img { width:100% !important; height:auto !important; }

/* -- merit -- */
.merit{ background: url(../img/bg_merit.gif) center; padding-top: 0;}
.merit h2{ background: url(../img/bg_tit_merit.gif) repeat-x; height: 14.2%; width: 100%; max-width: none;}
.merit h2 img{ display: block;  padding-top: 0.85%;  margin: 0 auto;  max-width: 1400px;  width: 100%;}
.merit section{ padding: 30px 0; }
.merit section ul li{  background-color: #fff;  border-radius: 10px;  display: block;  float: left;  text-align: center;  width: 32%;  min-height: 350px;}
.merit section ul li:nth-child(n+2){ margin: 0 0 0 2%;}
.merit section ul li .wrapInner{ padding: 20px;}
.merit section ul li h3{ background-color: #f16b22; border-radius: 10px 10px 0 0; padding: 7px 0 3px;}
.merit section ul li p{ font-size: 14px; text-align: left;}

/* -- list -- */
.list{ background: #fff6c7; }
.list ul li{ display: block; width: 49%; }
.list ul li:nth-child(odd){ float: left; }
.list ul li:nth-child(even){ float: right; }
.list ul li:nth-child(n+3){ margin-top: 10px; }
.list ul li a img{ width: 100%; }

/* -- detail -- */
.detail{ background: url(../img/bg_detail.gif); }
.detail section{ background: #fff; border-radius: 15px; padding: 20px;}
.detail section .box h3{ background: #f17f22; color: #fff; display: block; font-size: 14px; line-height: 30px; padding: 0 0 0 10px; margin: 20px 0 10px;}
.detail section .box:first-child h3{ margin: 0 0 10px;}

.cal-table tbody tr .cal-day-cell:nth-of-type(7n+3),
.cal-table tbody tr .cal-day-cell.disabled{ background:#fff; }
.cal-table tbody tr .cal-day-cell:nth-of-type(7n+3) a,
.cal-table tbody tr .cal-day-cell.disabled a { pointer-events:none; position:relative; display:block; background:#fff; }
.cal-table tbody tr .cal-day-cell:nth-of-type(7n+3) a::before,
.cal-table tbody tr .cal-day-cell.disabled a::before { content:'休'; left:0; top:0; width:100%; height:100%; background:#fff; color:#F78E73; font-weight:bold;  display:block; position:absolute;}
#cal1-year2019-month11-day29,
#cal1-year2019-month11-day30,
#cal1-year2019-month11-day31,
#cal1-year2020-month0-day2,
#cal1-year2020-month0-day3,
#cal2-year2019-month11-day29,
#cal2-year2019-month11-day30,
#cal2-year2019-month11-day31,
#cal2-year2020-month0-day2,
#cal2-year2020-month0-day3 { pointer-events: none; opacity: 0.3;}



/* -- form -- */
#reserve .wrapInner{  border: 2px solid #4fb1ea;  border-radius: 15px;  padding: 20px;  background-color: #fff;}
#reserve .wrapInner h3,
#reserve .wrapInner p{  font-size: 14px;}
#reserve .wrapInner h3{  margin-bottom: 20px;}
#reserve .wrapInner h3 a { color:#00B9F1;text-decoration: underline; }
.attention:before {  content: "※" ;}
.remark:after {  color: red;  content: "※";}
#formWrap { max-width:940px;  width: 100%;  margin:0 auto;  color:#555;  line-height:120%;  font-size:90%; padding:0 0 50px 0;}
#formWrap h3{ background: #f17f22; color: #fff; display: block; font-size: 16px; font-weight: normal; text-align: center; padding: 10px; margin: 20px 0;}
table.formTable{ width:100%; margin:0 auto 40px; border-collapse:collapse;}
table.formTable span{ font-size: 12px;}
table.formTable th,table.formTable td{ border:1px solid #ccc; padding:10px;}
table.formTable th{ width:23.9%; font-weight:normal; background:#fff1e5; text-align:left;}
table.formTable tr.place ul li{ float: left; width: 30%;}
table.formTable tr.place ul li:nth-child(n+4){ margin-top: 10px;}
table.formTable tr.place,
table.formTable tr td.form_address:nth-child(n+2) p{ margin-top: 0;}
table.formTable tr td .formSub{ display: inline-block; text-align: center; width: 2em; margin-right: 5px}
table.formTable tr td.form_address .prefecture{ display: block; margin: 15px 0}
table.formTable tr td.form_address .formSub{ width: 4em;}
table.formTable tr td.form_address .at_add{margin-top: 10px;}
table.formTable tr td textarea.comment{ width: 100%;}

input#image-btn {
  border: 0px;
  width: 485px;
  height: 92px;
  background: url(../img/btn_form.png) left top no-repeat;
  background-size: 100%;
}
input#image-btn:hover{ opacity: 0.8;}


.ft_btn{ background: url(../img/ft_bg.gif) repeat-x top; margin-top: 30px; padding: 40px 0 20px;}
.ft_btn wrapInner{ max-width: 900px;}
.ft_btn ul{ width: 100%;}
.ft_btn ul li{ float: left; width: 49%;}
.ft_btn ul li:nth-child(2){ float: right;}
.ft_btn ul li img{ max-width: 100%;}

#thanks h3{ margin: 20px 0;}
#thanks .thanksBox{ position: relative; height:300px; border: 1px solid #ccc; padding: 20px;}
#thanks .thanksText{ position: absolute; top: 45%; right: 0; left: 0; text-align: center;}
#thanks .linkTop{ position: absolute; bottom:20px; right:20px;}



input[type=text],
textarea { max-width:100%; }

/* 20160930 arca_imai */
table tr td img {
    width: auto;
    vertical-align: middle;
}


p.thanksReserve {
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    color: #444;
    margin: 0 auto 20px auto;
}

.submitBtn ul {
    width: 520px;
    margin: 0 auto 0 auto;
}

.submitBtn ul li {
    box-sizing: content-box;
    width: 240px;
    float: left;
    padding: 0 10px;
    display: block;
}

.submitBtn input {
    display: block;
    width: 240px;
    margin: 0 auto 0 auto;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #88c3d5;
    color: #fff;
    outline: none;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
}



/* ----------------
---- Responsive ----
------------------ */

@media only screen and (max-width:1370px) {
  /* .main{ background: url(../../img/bg_2019july.jpg) no-repeat center; background-size: auto 100%;} */
  /* -- h2_Fix -- */
  .container h2 img{ height: auto; width: 100%; max-width: 737px;}
  .merit h2 img{ background: url(../img/bg_tit_merit.gif) repeat-x; padding-top: 0.85%; margin: 0 auto; max-width: 1400px; width: 100%;}
}
@media only screen and (max-width:960px) {
.mainVisual h2 { max-width:none; width:100%; }
.mainVisual h3 { max-width:none; width:90%; }
.mainVisual p { max-width:none; width:90%; margin: 0 auto 0 auto; }
.mainVisual a { max-width:none; width:70%; }
}

@media only screen and (max-width:840px){
  table.formTable tr.place ul li{ width: 50%;}
  table.formTable tr.place ul li:nth-child(n+3){ margin-top: 10px;}
}
@media only screen and (max-width:640px) {
 #lpHeader h1 a { font-size:18px; }
 
  .wrapInner,
  .detail,
  #reserve{ padding-left: 10px; padding-right: 10px;}
  .sp{ display: block!important;}
  .pc{ display: none!important;}
  .spBlock{ display: block;}
  .btn { margin: 40px 20px 20px;}
  p.remark { display: inline;}
  th span{ margin-left: 10px;}

  /* -- merit -- */
  .merit h2 { padding: 10px 10px 0;}
  .merit section{ padding: 10px 0; }
  .merit section ul li{ float: none;  width: 94%; min-height: auto; margin: 0 auto;}
  .merit section ul li:nth-child(n+2){ margin: 15px auto 0;}
  .merit section ul li p{ font-size: 14px; text-align: left;}

  /* -- form -- */
  #formWrap{ padding: 10px;}
  table.formTable {  display:block; }
  table.formTable tr {  display:block; }
    table.formTable tbody { display:block; }
  table.formTable th{ width:23.9%; font-weight:normal; background:#fff1e5; text-align:left; margin-bottom: 10px;}
  table.formTable th,table.formTable td{ border: none; display: block; width: 100%;}
  table.formTable td{ margin-bottom: 20px;}
  td .spBlock{ margin-top: 20px;}
  td .spBlock:first-child{ margin-top: 0;}
  input#image-btn { width: 90%; min-height: 65px; height: auto;}
}

@media only screen and (max-width:480px) {
  #lpHeader h1 a { font-size:12px; }
  
  /* -- list -- */
  .list ul li{ width: 100%;}
  .list ul li:nth-child(odd),
  .list ul li:nth-child(even){ float: none; }
  .list ul li:nth-child(n+2){ margin-top: 10px;}
  table.formTable tr.place ul li{ float: none; width: 100%;}
  table.formTable tr.place ul li:nth-child(n+2){ margin-top: 10px;}
}
