@charset "UTF-8";

.wrap{
	max-width: 1238px;
	margin: 0 auto;
}

.intro{
	padding: 70px;
	display: flex;
}

.intro p{
	padding-right: 70px;
}

.intro dl dt{
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 800;
}

.intro dl dd{
	font-size: 18px;
}

h2{
	text-align: center;
	color: #0e4d20;
	font-weight: 800;
	font-size: 48px;
	margin-bottom: 30px;
}

.box{
	display: flex;
	margin-bottom: 120px;
}

.box p{
	padding-right: 70px;
}

.box dl dt span{
	font-size: 24px;
	color: #fff;
	-webkit-text-stroke: 1px black;
}

.box dl dt{
	font-size: 36px;
	font-weight: 800;
}

.box dl dd{
	font-size: 18px;
}

.box2{
	flex-direction:row-reverse;
}

.box2 dl{
	padding-right: 70px;
}


.box3 dl{
	width: 600px;
	border: solid 1px #c8c8c8;
	padding: 10px;
	margin-bottom: 15px;
}

.box3 dl dt{
	color: #de1c65;
	font-size: 18px;
}

p.seino{
	max-width: 1081px;
	margin: 0 auto 100px;
}



.swiper-container{
	margin-bottom: 100px;
}

.swiper-container img{
	width: 100%;
}

.swiper-pagination{
	width: 100%;
	display: flex;
  justify-content: center;
}

.swiper-pagination-bullet{
	background: #ccc;
	opacity: 1;
}

div.swiper-wrapper > div.swiper-slide > figcaption{
	font-size: 18px;
	padding: 20px;
}

.sec02 div,
.sec03 div{
	padding: 20px;
	background: #e8e8e8;
	display: flex;
	margin-bottom: 30px;
}

.sec02 div dl,
.sec03 div dl{
	padding: 10px;
	padding-left: 3%;
	width: 60%;
}

.sec02 div dl dt{
	font-size: 36px;
	color: #0e4d20;
	font-weight: 800;
}

.sec02 div dl dd{
	font-size: 18px;
}

.sec03{
	margin: 80px 0 80px 0;
}

.sec03 h2{
	color: #dd6300;
}

.sec03 p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.sec03 div dl dt{
	font-size: 36px;
	color: #dd6300;
	font-weight: 800;
}

.sec03 div dl dd{
	font-size: 18px;
}



.entryform th p span{
	color: #f19f9f;
}

.entryform {
	margin-bottom: 100px;
}




th{
	display: block !important;
	text-align: left !important;
	padding: 30px 30px 10px 30px;
	border-bottom: dotted 1px #afafaf;
}

td{
	display: block !important;
	padding: 10px 30px 10px 30px;
}















@media (max-width: 768px) {
	
	th{
	display: block !important;
	text-align: left !important;
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #afafaf;
	}
	
	td{
		display: block !important;
		padding: 10px 0px 10px 0px;
	}

	
	.pc{
		display: none;
	}

	.wrap{
	max-width: 1238px;
	margin: 0 auto;
	}
	
	.intro{
		padding: 0px;
		display: block;
		padding: 0 3%;
		margin-bottom: 50px;
	}
	
	.intro p{
		padding-right: 0px;
		text-align: center;
		display: none;
	}
	
	.intro dl dt{
		padding: 15px 0;
		margin-bottom: 0px;
		font-weight: 800;
		font-size: 22px;
	}
	
	.intro dl dd{
		font-size: 18px;
	}
	
	h2{
		text-align: center;
		color: #0e4d20;
		font-weight: 800;
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	.box{
		display: block;
		margin-bottom: 50px;
		padding: 0 3%;
	}
	
	.box p{
		padding-right: 0px;
		margin-bottom: 15px;
	}
	
	.box dl dt span{
		font-size: 24px;
		color: #fff;
		-webkit-text-stroke: 1px black;
	}
	
	.box dl dt{
		font-size: 28px;
		font-weight: 800;
	}
	
	.box dl dd{
		font-size: 18px;
	}
	
	.box2{
		flex-direction:row-reverse;
	}
	
	.box2 dl{
		padding-right: 0px;
	}
	
	
	.box3 dl{
		width: 100%;
		border: solid 1px #c8c8c8;
		padding: 10px;
		margin-bottom: 15px;
	}
	
	.box3 dl dt{
		color: #de1c65;
		font-size: 18px;
	}
	
	
	.sec01{
		padding: 0 3%;
	}
	
	p.seino{
		max-width: 1081px;
		margin: 0 auto 30px;px;
	}
	
	
	
	.swiper-container{
		margin-bottom: 0px;
	}
	
	.swiper-container img{
		width: 100%;
	}
	
	.swiper-pagination{
		width: 100%;
		display: flex;
	  justify-content: center;
	}
	
	.swiper-pagination-bullet{
		background: #ccc;
		opacity: 1;
	}
	
	div.swiper-wrapper > div.swiper-slide > figcaption{
		font-size: 18px;
		padding: 20px;
	}
	
	
	
	.sec02 div,
	.sec03 div{
		padding: 20px;
		background: #e8e8e8;
		display: block;
		margin-bottom: 30px;
	}
	
	.sec02 div dl,
	.sec03 div dl{
		padding: 10px;
		padding-left: 0%;
		width: 100%;
	}
	
	.sec02 div dl dt{
		font-size: 20px;
		color: #0e4d20;
		font-weight: 800;
	}
	
	.sec02 div dl dd{
		font-size: 18px;
	}
	
	.sec03{
		margin: 0px 0 80px 0;
	}
	
	.sec03 h2{
		color: #dd6300;
	}
	
	.sec03 p{
		text-align: center;
		font-size: 18px;
		margin-bottom: 0px;
		padding: 0 3%;
	}
	
	p.mt{
		margin-bottom: 15px;
	}
	
	.sec03 div dl dt{
		font-size: 22px;
		color: #dd6300;
		font-weight: 800;
	}
	
	.sec03 div dl dd{
		font-size: 18px;
	}
	
	
	
	.entryform th p span{
		color: #f19f9f;
	}
	
	.entryform {
		margin-bottom: 50px;
	}

	.entryform h3{
		font-size: 24px !important;
	}

}





/*===========
inview
===========*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/*===========
.imgBox
===========*/

.imgBox {
  text-align: center;
  margin: 50px 0;
}
.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*===========
.txtBox
===========*/

.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}

/*===========
base
===========*/

html {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.section {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 20px 500px;
  overflow-x: hidden;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}




.entryform {
  background-color: #f0ebe6;
  padding-top: 90px;
  padding-bottom: 90px;
}
.entryform h3 {
  color: #4b403c;
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.entryform h3 span {
  font-size: 12px;
}
.entryform .info {
  font-size: 18px;
  text-align: center;
}
.entryform .tel {
  font-size: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.entryform .tel span {
  font-size: 15px;
}
.entryform form {
  background-color: white;
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
.entryform form ul {
  border-bottom: 1px solid #f0ebe6;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 1em 30px;
  list-style-position: inside;
}
.entryform form .eventinfo {
  border-collapse: separate;
  border-spacing: 0 20px;
  width: 100%;
}
@media (max-width: 480px) {
  .entryform form .eventinfo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.entryform form .eventinfo th {
  font-weight: normal;
  line-height: 3;
  text-align: left;
  vertical-align: top;
  width: 30%;
}
.entryform form .eventinfo th span {
  color: #902522;
  font-size: 13px;
}
.entryform form .eventinfo small {
  font-size: 14px;
}
.entryform form .eventinfo .eventtitle {
  font-size: 22px;
}
.entryform form .eventinfo .aligncenter {
  display: table-cell;
}
.entryform form .eventinfo .selecttable {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.entryform form .eventinfo .selecttable th {
  width: 5em;
  vertical-align: middle;
}
.entryform form .eventinfo .selecttable .date {
  width: 5em;
}
@media (max-width: 768px) {
   article .post table th {
    font-size: 16px;
    font-weight: 600;
    padding: 0.5em;
    width: 20%;
    letter-spacing: 0.3em;
  }
  article .post table td {
    font-size: 16px;
    padding: 0.5em;
    width: auto;
  }
  .entryform {
    padding-top: 45px;
    padding-bottom: 46px;
    padding-left: 30px;
    padding-right:30px;
  }
  .entryform .tel {
    font-size: 34px;
    text-align: center;
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  article .post table th {
    font-size: 14px;
    font-weight: 600;
    padding: 0.5em;
    width: 30%;
    letter-spacing: 0.1em;
  }
}
article .post table td {
  font-size: 18px;
  display: block;
  width: 100%;
}
.entryform .info {
  font-size: 16px;
  padding: 0 2em;
}
@media (max-width: 768px) {
 .post table td {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
 .post table td {
    font-size: 14px;
  }
}
.entryform form .eventinfo .selecttable input[type="date"] {
  font-size: 13px;
  width: 8em;
  padding: 0.5em 0.5em;
}
@media (max-width: 480px) {
.entryform form .eventinfo .selecttable input[type="date"] {
    font-size: 13px;
    width: 8.5em;
    padding: 0.35em 0.2em;
  }
}
.entryform form .eventinfo .selecttable select {
  border-style: none;
  border: 1px solid #dcd7d2;
  font-size: 16px;
  width: 10em;
  margin-left: 1em;
  padding: 0.5em 0.5em;
}
@media (max-width: 480px) {
.entryform form .eventinfo .selecttable select {
    font-size: 14px;
    width: 8em;
  }
}
.entryform form table {
  width: 100%;
}
.entryform form .h4 {
  font-size: 20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.entryform form .policy {
  background-color: #f0ebe6;
  font-size: 14px;
  height: 200px;
  line-height: 1.6;
  overflow: scroll;
  margin-bottom: 30px;
  padding: 2em 3em;
}
.entryform form input, .column_1 .single_news .entryform form textarea {
  border-style: none;
  border: 1px solid #dcd7d2;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
}
.entryform form input[name="text-member"] {
  width: 2em;
  text-align: center;
}
.entryform form textarea {
  border-style: none;
  border: 1px solid #dcd7d2;
  width: 100%;
  height: 6em;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
}
form input[type="checkbox"] {
  border: 1px solid #dcd7d2;
  width: 1em;
  font-size: 16px;
}
.entryform form input[type="submit"] {
  background-color: #372d28;
  border-style: none;
  color: white;
  font-size: 16px;
  width: 14em;
  margin: 3em auto;
  padding: 0.5em 2em;
  display: block;
}
@media (max-width: 480px) {
 .entryform form .eventinfo th {
    display: block;
    width: 100%;
  }
 .entryform form .eventinfo td {
    display: block;
    width: 100%;
  }
.entryform form .eventinfo .selecttable th {
    display: table-cell;
    width: 5em;
    font-size: 13px;
  }
.entryform form .eventinfo td.time {
    display: table-cell;
    width: 5em;
  }
.entryform form .eventinfo .selecttable td {
    border-spacing: 2px;
  }
.entryform form .eventinfo .selecttable td.time {
    border-spacing: 2px;
    width: 5em;
  }
.entryform form .policy {
    background-color: #f0ebe6;
    font-size: 14px;
    height: 200px;
    line-height: 1.6;
    overflow: scroll;
    padding: 1em;
    width: 100%;
    margin: 0 auto;
  }
}

div.post h3{
	font-size: 20px;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
	border-left: 5px solid #E2003C;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	margin-top: 40px;
}