@charset "UTF-8";

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  color: #46545C;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
}

p {
  text-align: justify;
  word-break: break-all;
}

li {
  list-style: none;
}

div {
  box-sizing: border-box;
}
input,select{
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  background: #fff;
  font-size: 1.6rem;
  color: #1f1f1f !important;
}
textarea{
  font-size: 1.6rem;
}
input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}
.radio{
  -webkit-appearance: auto !important;
  appearance: auto !important;
}
input[type="checkbox"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  width: 1.2em; /* 必要に応じてサイズを調整してください */
  height: 1.2em;
  margin-right: 8px; /* テキストとの間隔を少し開けると見栄えが良くなります */
  vertical-align: middle; /* テキストと高さを合わせる */
}

#box {
  width: 100%;
  padding: 50px 0 100px;
}



/* header ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* #pageheader{
  width: 100%;
  padding: 50px 0 30px;
}
.logo-header{
  width: 206px;
  margin: 0 auto;
} */
/* header end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* footer ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* #pagefooter{
} */
/* footer end ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.br_spOnly{
  display: none;
}

.form-wrap{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.title_sub{
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 10px;
}
.title{
  font-size: 2.4rem;
  text-align: center;
}
.textIntro{
  line-height: 2;
  padding: 30px 0;
}

.ceremony_list{
  margin: 0 0 30px;
}
.ceremony_list li{
  padding-left: 1em;
  position: relative;
}
.ceremony_list li::before{
  content: "\25EF";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ceremony_list li:not(:last-of-type){
  margin: 0 0 5px;
}
.ceremony_text{
  line-height: 2;
  margin: 0 0 30px;
}

.date{
  margin: 0 0 50px;
}
.date dt,
.mission > dt{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding-left: 10px;
  border-left: 4px solid #46545C;
}
.mission dl dt{
  font-weight: 700;
  margin: 0 0 10px;
  padding-left: 1em;
  position: relative;
}
.mission dl dt::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mission dl dd{
  line-height: 1.75;
}
.mission dl dd:not(:last-of-type){
  margin: 0 0 30px;
}

.noteTitle{
  font-weight: 700;
  margin: 0 0 5px;
}

.mailform{
  width: 100%;
}

.note{
  margin: 0 0 30px;
}
.note li{
  padding-left: 1em;
  position: relative;
  line-height: 1.75;
}
.note li::before{
  content: "\203B";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.note li:not(:last-of-type){
  margin: 0 0 10px;
}

.must::after{
	content: "\203B";
	display: inline-block;
	color: #c00;
	padding-left: .5em;
}
.must_text{
	margin: 50px 0 30px;
}
.must_text span{
	color: #c00;
}

.mfp_age input{
  width: 50px !important;
  margin-right: 10px;
}

#mfp_button_send,
#mfp_button_cancel{
  width: 200px;
  padding: 10px 0;
}

.thanksContent{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0;
}
.thanksText_l{
  font-size: 2rem;
  margin: 50px 0 30px;
  text-align: center;
  line-height: 1.75;
}
.thanksText{
  text-align: center;
  line-height: 1.75;
}



@media screen and (max-width: 768px) {
  .br_spOnly{
    display: inline;
  }

  #mfp_button_send,
  #mfp_button_cancel{
    display: block;
  }

}
