@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@700&family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import 'common.css';
.inline{
	display: inline !important;
}
.errormess {
  color: #ce1128;
  line-height: 1.4em;
}
.form_error{
  color: #fff;
  background: #cc172e;
  text-align: center;
  padding: 10px;
  margin: 20px 0 10px;
  font-size:1.6rem;
  border-radius: 10px;
}
.small{
	font-size:1.3rem;
	color:#777;
}

/* btn */
.btn{
	position:relative;
	display:inline-block;
	background: -moz-linear-gradient(top,  #ffffff 10%, #E2989F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 10%,#E2989F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 10%,#E2989F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:10px 20px;
	border-radius: 10px;
	font-size:1.5rem;
	color: #E56C7A;
	border:0 none;
	text-decoration: none;
}
.btn:hover{
	opacity: 0.8;
	text-decoration: none;
}
.btn::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	border: 3px solid transparent;
	background: linear-gradient(to top,#E56C7A 0%,#E2989F 100%) border-box border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: destination-out;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
}

.btn.negative{
	background: -moz-linear-gradient(top,  #ffffff 10%, #dddddd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 10%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 10%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #231815;
}
.btn.negative::before{
	background: linear-gradient(to top,#777777 0%,#dddddd 100%) border-box border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: destination-out;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
}


div.container{
	margin:0 auto;
	position: relative;
	width:98%;
}
div.container div.text{
	font-size:1.6rem;
}
div.container div.text span{
	color:#E56C7A;
}
header,
nav{
	border-bottom:4px solid #E56C7A;
}
#header{
	width:100%;
	border-bottom:4px solid #E56C7A;
	padding-top:10px;
	padding-bottom:6px;
	font-size:1.5rem;
}
#header div.container .head-menu{
	position: relative;
}
#header a.insta {
    width: 61px;
    height: 61px;
    display: block;
    position: absolute;
    right: 10px;
    top:10px;
}
#header a.twitter {
    width: 61px;
    height: 61px;
    display: block;
    position: absolute;
    right: 81px;
    top:10px;
}
#header div.container .head-menu ul{
	display: none;
	padding-left:0;
	list-style-type: none;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top:15px;
	margin-bottom:5px;
}
#header div.container .head-menu ul li{
	width:24%;
	text-align: center;
}


#header div.container .head-menu ul li span{
	display: none;
}

div#mainvisual div.container{
	background-image: url(../images/mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	background-size: cover;
	display: flex;
	align-items: center;
}
div#mainvisual div.container img{
	height:130px;
	margin-left:20px;
}
nav ul{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding:0;
}
nav ul li{
	width:16.6%;
	border-right:1px solid #B5B5B6;
	text-align: center;
	font-size:1.5rem;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcdddd+0,ffffff+100 */
background: #dcdddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dcdddd 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dcdddd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dcdddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
nav ul li:last-child{
	border-right:0 none;
}
nav ul li a{
	color:#231815 !important;
	text-decoration: none;
	height:70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2{
	background-color:#E56C7A;
	text-align: center;
	padding:15px;
	margin-top:60px;
}
h2 img{
	display: inline;
}
.map iframe{
	width:100%;
	height:250px;
}

/* form tables */
div.tablearea input[type='text'],
div.tablearea input[type='password'],
div.tablearea input[type='email'],
div.tablearea button,
div.tablearea select,
div.tablearea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  border: 1px solid #bdbdc4;
  border-radius: 5px;
}
div.tablearea textarea {
	width:100%;
}
div.tablearea input[type='text'],
div.tablearea input[type='email']{
  font-size: 1.5rem;
  padding: 10px 15px;
  width: 100%;
  height: 40px;
}
div.tablearea input.w4{
	width:60px;
}
div.tablearea input.w5{
	width:70px;
}
div.tablearea input.w6{
	width:80px;
}
div.tablearea input.w8{
	width:100px;
}
div.tablearea input.w80p{
	width:80%;
}
div.tablearea select{
	padding: 3px 25px 3px 15px;
	height: 40px;
	font-size: 1.2rem;
	max-width: 100%;

  background: url(../images/icon-select-off.png);
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.tablearea select:focus{
  background: url("../images/icon-select-on.png");
  background-position: right center;
  background-repeat: no-repeat;
}
div.tablearea tr{
	display: flex;
	flex-wrap: wrap;
}
div.tablearea table tr th,
div.tablearea table tr td{
	width:100%;
	color:#595757;
	border:0 none;
	text-align: left;
	font-size:1.5rem;
	padding:10px 0;
}
div.tablearea table tr th{
}
div.tablearea table tr td{
	border-bottom:1px dotted gray;
}
div.tablearea table tr th{
	background-color: transparent;
	text-align: left;
	white-space: nowrap;
	position:relative;
	padding-right:3rem;
}
div.tablearea table tr th span{
	background-color: #317bbd;
	border-radius: 5px;
	color: #fff;
		padding: 0px 3px 2px;
    position: absolute;
    font-size: 1.2rem;
    right:0;
}
div.tablearea table tr th span.require{
	display: inline-block;
	background-color: #c1343c;
}
div.tablearea table tr td span.require{
	display: block;
	color: #c1343c;
}
div.tablearea table tr td span {
	margin-left:0.5rem;
	margin-right:0.5rem;
}
div.tablearea table tr td span.spDisBlock{
	margin-top:10px;
	display: block;
}
div.tablearea table tr td label {
	margin-right:1.5rem;
}



@media screen and (min-width: 769px) {
		#header div.container .head-menu ul li {
			width:auto;
		}
	#header div.container .head-menu ul li span{
		display: inline;
	}
	div.container{
		width:900px;
	}
	header{
		border-bottom:7px solid #E56C7A;
	}
	#header a.insta {
	    right: 0px;
	}
	#header{
		border-bottom:7px solid #E56C7A;
		padding-top:30px;
	}
	#header div.container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: end;
	}
	#header div.container a.logo{
		width:379px;
	}
	#header div.container .head-menu ul{
		display: flex;
		justify-content: flex-start;
	}
	div#mainvisual div.container{
		height: 379px;
	}
	div#mainvisual div.container img{
		height:311px;
		margin-left:0px;
	}
	nav ul{
		width:900px;
		margin:0 auto;
	}
	.map iframe{
		height:400px;
	}
	div.tablearea{
		width:800px;
		margin:50px auto 30px;
	}
	div.tablearea table tr{
		display: table-row;
	}
	div.tablearea table tr th{
	  min-width: 220px;
	  max-width: 220px;
	  width: 220px;
		border-bottom:1px dotted gray;
		padding-bottom:15px;
	}
	div.tablearea table tr td{
		text-align: left;
		padding-left:20px;
	}
	div.tablearea table tr td input[type='text']{
		/*width: auto;*/
	}
	div.tablearea table tr th span {
		right: 10px;
	}
}