@charset "UTF-8";

/*
** RESET
*/

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
font-feature-settings : "palt";
letter-spacing: 1px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a:link {color: #FFF; text-decoration: none;}
a:visited {color: #FFF;text-decoration: none;}
a:hover {color: #FFF;text-decoration: none;}
a img {border-width: 0px;border-style: none;border-color: #fff;background: transparent;}



/*********************************

1.common
2.module(parts)
3.animation

BREAK POINT
・PC    -1200px
・TABLET 600px-1199px
・SP    -599px

*********************************/
/*
** 1.common
*/


/* しっぽり明朝 */
@font-face {
    font-family: 'リュウミン M-KL, shippori';
    src: url('../font/リュウミン M-KL, shipporiMincho-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: 'geomanist';
  src: url('../font/geomanist-regular-webfont.ttf') format('truetype'),
  url('../font/geomanist-regular-webfont.owff') format('woff');
  font-display: swap;
}

html{
  font-family: '游ゴシック体', 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ  Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #000;
  height: 100%;
  font-size: 62.5%;
  min-height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
body header footer section {
  height: 100%;
}
main{
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

header{background-color: #fff;height: 75px;}
.c-inner--one-elem {
  padding-bottom: 20px;
}
ul{font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;}
main ul{
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
}
main li{
  padding: 10px 0;
  display:flex;
  justify-content: center;
}
.logo{
  width: 560px;
  margin: 0 auto;
  padding-top: 50px;
}
.logo img{width: 100%;}
.explain{
  margin: 0 auto;
  width: 670px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2rem;
  padding-top: 30px;
}
.grid-wrapper--lg {
  max-width: 1280px;
  margin:0 auto;
}
.c-inner {
  padding: 20px 20px 1px;
  float: left;
}
.p-m_navigationMenu a {
  display: block;
  padding-left: 10px;
  color: inherit;
}
.p-m_navigationMenu li {
  display: inline-block;
}
.u-fslg {
  font-size: 18px;
  font-size: 1.8rem;
  color: rgb(51, 51, 51);
  float: right;
  margin-top: 30px;
}

label{
  width: 208px;
  display: block;
  /* float: left; */
  background-color: #004400;
  padding: 5px;
  color: #fff;
font-size: 16px;
font-weight: bold;
}
label span{
  font-size:1.2rem;
  margin-left:.2em;
}
input{
  /* height: 15px; */
  font-size: 15px;
  padding: 5px;
  width: 266px;
}
.date-area{
  flex-direction:column;
}
.date-area label{
  width: 98%;
  display: block;
}
@media only screen and (max-width: 850px) {
  .date-area label{
   width: 100%;
 }}
.date-area label:nth-child(n+2){
  font-weight: normal;
  display: block;
  background-color: #FFF;
  color: #636363;
  font-size: 16px;
  box-sizing: border-box;
}
/* @media only screen and (min-width: 381px){
  .date-area label:nth-child(n+2) br{
    display: none;
  }
} */

.date-area p{
  display: flex;
  justify-content: start;
  /* padding: 7px 5px; */
  background:#fff;
}
@media only screen and (max-width: 850px) and (min-width: 1px)
input {
    /* height: 30px; */
    padding: 10px 0 10px 5px;
    box-sizing: border-box;
}
.date-area input{
  width:25px;
  margin-top: 12px;
}

.date-txt{
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
button{
  width: 200px;
  height: 50px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  background-color: #004400;
  border: 1px solid #fff;
  color: #fff;
  transition-duration: 0.3s;
  cursor: pointer;
}

button:hover{
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
}

.contents{
  overflow: hidden;
}

form{
  width: 500px;
  margin: 0 auto;
  padding-bottom: 50px;
}

footer{
  background-image: url(../images/bg-footer.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.sp{display: none;}
@media only screen and (max-width: 850px) and (min-width: 1px){
  .sp{display: block;}
  .pc{display: none;}
  .p-btn_navigationToggle {
      display: none;
  }
  .p-m_navigationMenu {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;
    padding: 0;
    border-top: 2px solid #f7f7f7;
    background-color: inherit;
    text-align: left;
    top: 75px;
    margin-top: 0;
  }
  .date-txt{
    line-height: 20px;
    font-size: 13px;
  }
  .p-m_navigationMenu li{
    display: block;
    border-bottom: 1px solid #f7f7f7;
    margin: 0;
    background-color: #fff;
    line-height: 50px;
  }
  .p-btn_navigationToggle {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 15px;
    right: 10px;
    right: 1rem;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    line-height: 22px;
  }
  .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .p-btn_navigationToggle.active i:before {
    content: "\f077";
  }
  .p-btn_navigationToggle i:before {
      content: "\f0c9";
  }
  .logo{width: 90%;}
  .explain{width: 90%;}
  main li{
    flex-direction: column;
  }
  form{width: 90%;}
  label{
    width: 100%;
    padding: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input{
    width: 100%;
    height: 30px;
    padding: 10px 0 10px 5px;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .c-inner{padding: 5px;float: none;}
  .pera1-editable{height: 60px;}
}

  .privacy p{
    font-size: 1.4rem;
    line-height:1.5;
  }
  .privacy label{
    width: 100%;
    font-weight: bold;
    display: block;
    background-color: #004400;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
  }
  .privacy_txt{
    padding: 1rem;
    background:#fff;
  }
  .privacy_scroll{
    overflow-y: scroll;
    height: 150px;
    padding: 1rem;
    background: #fff;
  }

  .privacy_scroll p + p{
    margin-top:1rem;
  }
  .privacy_check{
    margin-top:1rem;
  }
  .privacy_check input{
    width:auto;
    height:auto;
  }
  @media screen (max-width: 850px){
    .privacy_check input{
      width:auto;
      height:auto;
    }

}

.checklist p{
  font-size: 1.4rem;
  line-height:1.5;
  margin-top: 1rem;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.checklist p:first-of-type {
  margin-top: 0em;
  margin-left: 0em;
  text-indent: 0em;
}
.checklist p:last-of-type {
  margin-left: 0em;
  text-indent: 0em;
}

.checklist label{
  width: 100%;
  font-weight: bold;
  display: block;
  background-color: #004400;
  padding: 5px;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  margin-top: 1rem;
}
.checklist_txt{
  padding: 1rem;
  background:#fff;
}
.privacy_check{
  margin-top:1rem;
}
.privacy_check input{
  width:auto;
  height:auto;
}
label:nth-child(6) {
  width: auto;
}
input#schedule {
  width: auto;
  height: auto;
  margin: 10px;
}
input#schedule {
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 5px;
  border-color; #767676;
}
.schedule{
  padding: 0px;
display: block;
justify-content: center;
background-color: #fff;
color: #636363;
font-size: 16px;
width: 100%;
}
@media only screen and (max-width: 850px) and (min-width: 1px){
  .schedule{
width: 100%;}}

.other input{
  text-align: left
}
 screen (max-width: 850px){
  .privacy_check input{
    width:auto;
    height:auto;
  }

}

select{
  width: 280px;
  padding: 10px 3px;
  font-size: 15px;
}
@media only screen and (max-width: 850px) and (min-width: 1px){
  select{
    width: 100%;
  }
}

.date-area p{
  justify-content: start;
  background:#fff;
  padding: 5px 5px;
  color: #636363;
  line-height: 20px;}
.check input{
  margin-top: 10px;
}
