.big {
	font-size: 55px;
}
/* section-telfax */
.section-telfax .telfax{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.section-telfax .telfax-item{
	margin: 0 2em 2em 2em;
}

.section-telfax .telfax-no{
	font-size: 200%;
}

@media(max-width: 750px){
	.section-telfax .telfax{
		flex-direction: column;
		align-items: center;
	}
	
	.section-telfax .telfax-info{
		font-size: 85%;
	}
	
	.section-telfax .telfax-item{
		margin: 0 0 1em;
	}
	
	.section-telfax .telfax-item:last-of-type{
		margin-bottom: 0;
	}
	
	.section-telfax .telfax-no{
		text-align: center;
	}
}

@media(max-width: 540px){
	.section-telfax .telfax-no{
		font-size: 7vw;
	}
}

/* section-mailform */
.section-mailform .mailform-text{
	margin-bottom: 2em;
}

@media(max-width: 750px){
	.section-mailform .mailform-text{
		font-size: 85%;
	}
}

.section-mailform .mailform-table th.title{
	width: 15em;
}

.section-mailform .mailform-table td.type{
	width: calc(4em * 0.75);
	padding: 2.5em 0;
}

.section-mailform .mailform-table tr.need td.type:before{
	content: "必須";
	display: block;
	width: 100%;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	padding: calc(1em / 3 * 0.75) 0.5em calc(1em / 3 * 1.25);
	color: #FFF;
	background-color: #FF0000;
	border-radius: 2px;
}

.section-mailform .mailform-table td.form{
	padding-left: 2em;
	padding-right: 1em;
}

.section-mailform .mailform-table td.form input[type="text"],
.section-mailform .mailform-table td.form input[type="search"],
.section-mailform .mailform-table td.form input[type="tel"],
.section-mailform .mailform-table td.form input[type="url"],
.section-mailform .mailform-table td.form input[type="email"],
.section-mailform .mailform-table td.form input[type="password"],
.section-mailform .mailform-table td.form input[type="datetime"],
.section-mailform .mailform-table td.form input[type="date"],
.section-mailform .mailform-table td.form input[type="month"],
.section-mailform .mailform-table td.form input[type="week"],
.section-mailform .mailform-table td.form input[type="time"],
.section-mailform .mailform-table td.form input[type="datetile-local"],
.section-mailform .mailform-table td.form input[type="number"]{
	width: 100%;
	margin: 0.5em 0;
}

.section-mailform .mailform-table td.form .radio-label{
	display: inline-block;
	margin: 0.5em 1.5em 0.5em 0;
}

.section-mailform .mailform-table td.form .checkbox-label{
	display: inline-block;
	margin: 0.5em 1.5em 0.5em 0;
}

.section-mailform .mailform-table td.form textarea{
	width: 100%;
	height: 250px;
}

.section-mailform .mailform-table td.form .privacypolicy-check-text{
	margin: 0.5em 0;
}

@media(max-width: 750px){
	.mailform-table{
		margin: 25px 0;
		font-size: 14px;
	}
	
	.section-mailform .mailform-table tr{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 1em 0;
		border-bottom: 2px solid #333;
	}
	
	.section-mailform .mailform-table th,
	.section-mailform .mailform-table td{
		flex-grow: 0;
		flex-shrink: 0;
		padding: 0.25em !important;
		border: none;
	}
	
	.section-mailform .mailform-table th.title{
		width: auto;
		margin-right: 1em
	}
	
	.section-mailform .mailform-table td.form{
		width: 100%;
		
	}
}



h3 {
    margin-bottom: 0.2rem;
    padding: 0.5rem;
    background-color: #8ec31f;
    /* 文字の背景色 */
    color: white;
    /* 文字カラー */
    font-size: 26px;
    font-weight: bold;
}
table td .profile-table{
    border: 1px solid #8ec31f;
    padding: 0.5em 1em;
	
}
th .profile-table{
    text-align: inherit;
	background:#8ec31f;
	width: 25%;
	border:2px solid #8ec31f; 
	color: #ffffff;
	
	
	
}
.profile-table{
	border:2px solid #8ec31f; 
	width: 100%;
	color: aliceblue;
	text-align: center;
}
.profile-table tr{
	border:2px solid #8ec31f; 
	width: 100%;
	color: aliceblue;
	text-align: center;
}
.profile-table th{
	background:#8ec31f; 
	width: 25%;
	color: #ffffff;
	text-align: center;
	
	border-right: 2px solid #fff;
    border: 1px solid #fff;
    padding: 0.5em 1em;
}
.profile-table td{
	background:#FFFFFF;
	color: #8ec31f;
	border:1px solid #8ec31f; 	
	text-align: center;
}

/*eventテーブル*/
/*body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}*/
/*eventテーブル*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  /*width: 680px;*/
	width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: #F2FBD1;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: .95em;
	text-align: center;

	width:75%;
}
table thead tr{
  background-color: #c9dc63;
  color:#fff;
}
table tbody th {
    background: #c9dc63;
    color: #fff;
	
}
.txt{
   text-align: left;
   font-size: .85em;
	color:  #7d9f34;
}
/*.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}*/
.non{
  background:#fff
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em .625em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
}
}
/*リーフレットと同じ見出しのデザイン*/
.heading-cam {
  position: relative;
	font-family:Arial, Helvetica, "sans-serif";
  font-size: 40px;
  color: #c9dc63;/*うすい色*/
}
.heading-cam span {
  position: relative;
  z-index: 2;
}
.heading-cam::before {
  content: '';
  position: absolute;
  bottom: 17px;/*ボーダーの位置*/
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-45deg, #c9dc63 0px, #c9dc63 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
  z-index: 1;
}
/*右端のカタカナ部分*/
.heading-cam::after {
  content: attr(data-en);
  position: absolute;
  /*コレ left: 0;*/
  right: 0; /*コレ*/
  /* top: 0;コレ*/
  bottom: 0; /*コレ*/
  margin: auto; /*コレ*/
  padding-bottom: 14px;
  font-size: 25px;
	color: #c9dc63;/*うすい色*/
  z-index: 2;
}
.heading-cam span {
  color: #8fc31f;
}
.big {
  font-size: 55px;
 
}
.big-2 {
  font-size: 55px;
  
}
.small {
  font-size: 50px;
  color: #c9dc63;
}
/*リーフレットと同じ見出しのデザインend*/

/*見出し-日本語と英語MIX*/
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 2px solid #c9dc63;
}

.heading10 span {
	position: relative;
	z-index: 2;
	color: #8fc31f;
	font-size:110%;
	margin-bottom: 20px;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
.midashi-ss-a{
	text-align: center; margin-bottom: 50px;color:#8fc31f; font-weight: bold; font-size:140%;
}

/*.kakomi {
	width: auto;
	height: auto;
	position: relative;
	background-image: url('images/page/subpage/top-bg.png'); background-repeat: no-repeat;background-position: bottom;
	
	
	overflow: visible;
	/*margin: 2em auto;
	margin-top: 100px;
	padding: 0.5em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}*/
/*写真の囲みのデザイン*/
.kakomi-rec {
  padding: 1.65rem 2rem;
  background-color: rgba(165, 210, 255, .4);
  background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 50%, transparent 50%),
    linear-gradient(rgba(165, 210, 255, .4) 50%, transparent 50%);
  background-size: 40px 40px;
	
}
/*写真の囲みのデザイン*/

.photo-a{
	color: rgb(58, 171, 210);
}


/*
.parent {
  display: flex;
justify-content:space-between;
}
.left {
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .5);
	padding:5px;
	
  /*width: ;
  height: ;*/
 /* background-color: #347bb8;*/
	/*margin-right: 40px;
}
.right {
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .5);
	padding:5px;
	*/
	
	  
 /* width: 100%;
  height: ;*/
  /*background-color: #ffcd44;
}*/
/*.box {
    float: left;
    width: auto;
    min-width:100%;
	background-color: ;
}
.box {
    float: left;
    width: 23%;
    min-width:320px;
	
}*/



