@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
　/*サイトによって変更*/
width: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.75;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #231815;
	font-size: 16px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #231815;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}

/*header*/

#header {
	z-index: 99999999999;
	position: relative;
	width: 100%;
}

.header {
	padding: 20px;
	display: flex;
  justify-content: space-between;
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
}

.header-left {
	display: flex;
  justify-content: flex-start;
	align-items: flex-start;
}

.header h1 img {
	height: 70px;
	width: auto;
}

.header h3 {
	font-size: 21px;
color: #4066a5;
line-height: 1.2;
letter-spacing: 0.05em;
	font-family: 'Zen Maru Gothic', sans-serif;
font-style: normal;
font-weight: 400;
	margin: 20px 0px;
}

.header h4 img {
	height: 138px;
	width: auto;
}

.header-right {
	position: fixed;
right: 0px;
top: 0px;
	width: 100%;
	display: none;
}

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		left: 0;
		background : -moz-linear-gradient(19.32% 80.8% 27.61deg,rgba(129, 177, 223, 1) 0%,rgba(64, 102, 165, 1) 100%);
  background : -webkit-linear-gradient(27.61deg, rgba(129, 177, 223, 1) 0%, rgba(64, 102, 165, 1) 100%);
  background : -webkit-gradient(linear,19.32% 80.8% ,80.06% 19.81% ,color-stop(0,rgba(129, 177, 223, 1) ),color-stop(1,rgba(64, 102, 165, 1) ));
  background : -o-linear-gradient(27.61deg, rgba(129, 177, 223, 1) 0%, rgba(64, 102, 165, 1) 100%);
  background : -ms-linear-gradient(27.61deg, rgba(129, 177, 223, 1) 0%, rgba(64, 102, 165, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81B1DF', endColorstr='#4066A5' ,GradientType=0)";
  background : linear-gradient(62.39deg, rgba(129, 177, 223, 1) 0%, rgba(64, 102, 165, 1) 100%);
		z-index: 10000000;
	}
	nav h2 {
		text-align: center;
		margin-bottom: 60px;
	}

 nav div {
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		padding-top: 100px;
	}

	nav ul{
		margin: 0 auto;
		width: 990px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		display: flex;
  justify-content: center;
flex-wrap: wrap;
	}

nav ul li {
	margin: 0px 20px;
	margin-bottom: 30px;
	}

	nav ul li a {
		font-family: 'Zen Maru Gothic', sans-serif;
		display: block; 
		color: #4066a5;
		font-size: 26px;
		line-height: 1.2;
		font-weight: 400;
		letter-spacing: 0.1em;
		padding: 10px 40px;
		background-color: #FFF;
		border-radius: 60px;
	}

nav ul li:nth-child(1) a, nav ul li:nth-child(2) a {
		padding: 10px 150px;
	}

nav ul li:nth-child(6) a {
		margin-left: 240px;
	}

nav ul li:nth-child(7) a {
		margin-right: 240px;
	}

nav ul li:nth-child(8) a {
		margin-left: 80px;
	}

nav ul li:nth-child(10) a {
		margin-right: 80px;
	}


nav ul li a span {
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #c59b6d;
	letter-spacing: 0.1em;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 64px;
		height: 64px;
		position: relative;
		right: 20px;
		top: 20px;
		z-index: 1000000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 20px 15px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* nav-pc */

.nav-pc {
	width: 100%;
	line-height: 0;
	text-align: center;
	position: absolute;
left: 0px;
bottom: 0px;
}

.nav-pc ul {
	display: inline-block;
}

.nav-pc ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 35px;
}

.nav-pc ul li a:hover {
	opacity: 0.75;
}




/* main-img-top */

#main-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#main-img img {
	width: 100%;
height: 480px;
	object-fit: cover;
}

/*title-box*/
 
.title-box {
	position: absolute;
   top: 80%;
   left: 50%;
   -webkit-transform: translate(-50%, -80%);
   transform: translate(-50%, -80%);
	width: 92%;
}

.title {
	background-image: url("../images/title.png");
background-position: left top;
background-repeat: no-repeat;
	width: 589px;
	height: 339px;
	text-align: center;
	display: flex;
  justify-content: center;
	align-items: center;
}

.title h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
color: #FFF;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 400;
	font-size: 34px;
	padding-top: 50px;
	padding-right: 65px;
	
}

/*contents*/
 


.contents {
	width: 100%;
	padding: 100px 0px 0px;
}


/*lay01*/
 
.lay01 {
	width: 1280px;
	display: flex;
  justify-content: space-between;
	align-items: center;
}


.lay01 .box01 {
	display: flex;
  justify-content: center;
	align-items: center;
	background-image: url("../images/contents-title.png");
background-position: center top;
background-repeat: no-repeat;
	width: 637px;
	height: 787px;
}

.lay01 .box02 {
	width: 580px;
}

.lay01 p {
line-height: 2;
}

.lay01 .box001 {
	padding: 25px 30px;
	border-radius: 20px;
	margin: 30px 0px;
	background : rgba(129, 177, 223, 0.2);
}

.lay01 .box001 ul li {
	line-height: 1.6;
	margin-bottom: 15px;
	text-indent: -16px;
	margin-left: 16px;
	color: #16447c;
	font-weight: 500;
}

.lay01 .box001 ul li:last-child {
	margin-bottom: 0px;
}


.lay01 h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 38px;
color: #603813;
line-height: 1.2;
font-weight: 400;
}


/*lay02*/
 
.lay02 {
	width: 100%;
	padding: 80px 0px;
	background : rgba(129, 177, 223, 0.1);
	text-align: center;
}

.lay02 h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 38px;
color: #4066a5;
line-height: 1.2;
font-weight: 400;
	margin-bottom: 30px;
}

.lay02 h4 {
	font-size: 20px;
color: #16447c;
line-height: 1.2;
font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}

.lay02 .box01 {
	margin-bottom: 40px;
	width: 1100px;
}

.lay02 .box01 .box {
	margin-bottom: 25px;
	border-radius: 100px;
	border-style : solid;
border-color : #4066a5;
border-width : 1px;
	background-color: #FFF;
	padding: 15px 20px;
}

.lay02 .box01 .box:last-child {
	margin-bottom: 0px;
}

.lay02 .box01 h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 26px;
color: #4066a5;
line-height: 1.2;
font-weight: 400;
}

.lay02 .box01 h6 span {
	font-size: 18px;
}

.lay02 .box02 {
	margin-bottom: 40px;
	width: 960px;
	text-align: left;
}

.lay02 .box03 {
	width: 1100px;
	text-align: left;
	border-style : solid;
border-color : #eae8e6;
border-width : 7px;
	background-color: #FFF;
	padding: 35px 40px;
}


/* contents10 */

.contents10 {
	width: 100%;
	margin-bottom: 60px;
	display: none;
}

.contents10 > h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-size: 62px;
color: #4066a5;
line-height: 1.2;
letter-spacing: 0.05em;
	margin-bottom: 20px;
	text-align: center;
}

.contents10 > h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-size: 34px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.15em;
	background-color: #4066a5;
	padding: 20px 0px;
	text-align: center;
}

.contents10 .box-in {
	width: 100%;
	background : rgba(129, 177, 223, 0.09);
	padding: 40px 0px;
}

/*contact*/
.contact {
	width: 100%;
	text-align: left;
}

.contact table {
	width: 820px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	
}

.contact table .box {
	margin-bottom:5px;
	
}

.contact table tr {
	clear: both;
	display: block;
	margin-bottom:10px;
	margin-top:10px;
}

.contact table tr td {
	color: #000;
	line-height:1.6;
	display: inline-block;
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact table span.sp-view {
	display: none;
}

.contact table tr td input {
	width:550px;
}

.contact table tr td input.radio {
	width: 15px;
}

.contact table tr td textarea {
	width:550px;
}

.contact table tr td.left {
	width: 250px;
}

.contact table tr.t-end td {
	vertical-align: top;
}

.contact table tr.errer td {
	color: #F87492;
	vertical-align: middle;
}


.contact span.c01 {
	font-size: 16px;
	line-height: 1.6;
	color: #F87492;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}

p.text02 {
	line-height: 1.6;
}

.contact table tr.c-box {
	background-color: #F1F1F1;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: none;
	margin-bottom: 0px;
	margin-top:0px;
}


.contact .c-box td input {
	width: 530px;
}


.contact .c-box td.left {
	width: 230px;
}




form,input,textarea,button{
	margin:0;
	padding:7px;
	font-size:100%;
}

td div.space {
	margin-top: 20px;
}

input[type="text"] {
	outline: 0;
	border: 1px solid #FFF;
}

textarea[type="textarea"] {
	border: 1px solid #FFF;
	padding: 5px;
}


.check-box {
	padding-top:30px;
	padding-bottom:30px;
	margin-top: 50px;
	width: 700px;
	text-align: center;
	background-image: url(../img/index/text-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.check-box p {
	color:#000;
	line-height:1.6;
	margin-bottom:15px;
}

.check-box span {
	color:#000;
	font-size:16px;
	line-height: 2;
	padding-left:15px;
	display:inline-block;
}

.check-box p a {
	color:#29abe2;
	line-height:1.6;
	text-decoration:underline;
}



.button {
	text-align: center;
	margin-top: 50px;
}

button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

.button img {
	height:40px;
	width:auto;
}

button span, a.btn-mail, .btn-box input, .btn-back {
	display:inline-block;
	padding:40px;
	padding-top:12px;
	padding-bottom:10px;
	background-color:#4066a5;
	color:#FFF;
	font-size:15px;
	letter-spacing:0.2em;
	border: 1px solid #4066a5;
}

button:hover span, a.btn-mail:hover, .btn-box input:hover, .btn-back:hover {
	background-color: #FFF;
	color: #4066a5;
}


.btn-box {
	padding-top:40px;
	clear:both;
	margin-bottom:30px;
}



#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.formtable {
	width: 100%;
}

.formtable tr {
	padding-left:5px;
	padding-right:5px;
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.formtable th {
	text-align: left;
	font-weight: normal;
	width: 190px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:10px;
}

.formtable td  {
	text-align: left;
	font-weight: normal;
	width: 660px;
	display: inline-block;
	vertical-align:top;
}

.formtable input  {
	width: 100%;
}




.contact h4 {
	color: #333333;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 0.4em;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}




span.text003 {
	display:none;
}


.text002 {
	padding-top: 60px;
}

/* contents12 */

.contents12 {
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
}


.contents12 > h3 {
	padding: 40px 0px 30px;
}

.contents12 > h4 {
	padding: 22px 0px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 32px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 300;
	margin-bottom: 60px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(238, 42, 123, 1) 0%,rgba(247, 148, 29, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(238, 42, 123, 1) ),color-stop(1,rgba(247, 148, 29, 1) ));
  background : -o-linear-gradient(0deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE2A7B', endColorstr='#F7941D' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
}

.contents12 .box01 {
	width: 500px;
	margin-bottom: 50px;
}

.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.contents12 .box02 {
	width: 1200px;
}

.contents12 .box02 h3 {
	margin-bottom: 30px;
}





/*midashi*/

p.text01 {
	color:#000;
	line-height:1.6;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.midashi01 h3, .midashi01 h4 {
line-height: 1.2;
font-weight: 400;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.midashi01 {
	width: 1100px;
	text-align: center;
	background-image: url("../images/midashi01.svg");
background-position: center top 30px;
background-repeat: repeat-x;
	margin-bottom: 45px;
}

.midashi01 h3, .midashi01 h4 {
color: #4066a5;
}

.midashi01 h3 {
font-size: 42px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 0px 30px;
	background-color: #FFF;
}

.midashi01 h4 {
	font-size: 16px;
}

#banner-24 {
	position:fixed;
	bottom:20px;
	right:10px;
}

/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
}

.pagetop_btn a {
    display: block;
    background : #1d91ac;
    text-align: center;
    color: #FFF;
    font-size: 40px;
    text-decoration: none;
    padding: 25px 0px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}


/*tieup*/
 
.tieup {
	width: 100%;
	padding: 50px 0px;
	background : #f7f7f7;
	text-align: center;
}

.tieup h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 34px;
color: #e62969;
line-height: 1.2;
font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.tieup ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	width: 1000px;
	margin: auto;
}

.tieup ul li {
	width: 32%;
	margin-bottom: 15px;
	border-radius: 100px;
	border-style : solid;
border-color : #e62969;
border-width : 1px;
	background-color: #FFF;
	padding: 12px 20px;
	display: flex;
  justify-content: center;
	align-items: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
color: #e62969;
line-height: 1.2;
font-weight: 400;
}


/*footer-guide*/

.footer-guide {
	width: 100%;
	clear: both;
	text-align:center;
	padding: 70px 0px;
}

.footer-guide h3 {
	margin-bottom: 50px;
}

/* box-link */

.box-link {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.footer-guide .box-in {
	display: flex;
  justify-content: center;
	align-items: center;
}

.footer-guide .box01 {
	width: 360px;
	margin-right: 40px;
}

.footer-guide .box02:last-child {
	margin-left: 10px;
}

.footer-guide h4, .footer-guide h4 a {
	font-size: 47px;
color: #4066a5;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.05em;
}

.footer-guide h4 {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
}

.footer-guide h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 17px;
	background-image: url("../images/tel.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 23px;
	height: 32px;
}

.footer-guide h5 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 16px;
color: #FFF;
line-height: 1.2;
font-weight: normal;
	display: inline-block;
	padding: 12px 20px;
	background-color: #4066a5;
	border-radius: 60px;
}


/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
	text-align:center;
}

.subcontents-map h3 {
color: #e62969;
line-height: 1.2;
font-weight: normal;
	position: relative;
	display: inline-block;
	margin-left: 220px;
	padding-top: 7px;
	margin-bottom: 30px;
}

.subcontents-map h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/access.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 185px;
	height: 32px;
	margin-left: -220px;
}

.subcontents-map p {
color: #FFF;
line-height: 1.6;
	padding: 20px 0px;
	 background : -moz-linear-gradient(0% 50% 0deg,rgba(238, 42, 123, 1) 0%,rgba(247, 148, 29, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(238, 42, 123, 1) ),color-stop(1,rgba(247, 148, 29, 1) ));
  background : -o-linear-gradient(0deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE2A7B', endColorstr='#F7941D' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(238, 42, 123, 1) 0%, rgba(247, 148, 29, 1) 100%);
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 400px;
}

/*footer*/

.footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}

.footer p {
	font-size: 12px;
	color: #858585;
	line-height: 1.2;
}

.banner-side {
	position: fixed;
right: 20px;
bottom: 15%;
	z-index: 99999999999;
}

.banner-side li {
	margin-bottom: 15px;
}

/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	padding: 10px 5px;
	background-color: #e62969;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

.footer-link ul {
	display: flex;
  justify-content: center;
}

.footer-link ul li {
	width: 32%;
	margin: 0px 1%;
}

.footer-link ul li img {
	width: 100%;
height: auto;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1400px;
	}
	

#header .sp-view {
	display: none;
}
	
	.header .contents-right .box02 {
		display: none;
	}	
		
	
}
@media screen and (max-width: 737px) {
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

.contents-box p br.sp-view {
	display: inline-block;
}
	


/*header*/


/*header*/

.header {
	padding: 15px;
}
	
#header::after {
left: 15px;
	height: 100px;
}

.header-left {
	display: block;
	position: relative;
}

.header h1 img {
	height: 42px;
	width: auto;
}
	
.header h2{
	text-align: center;
}

.header h2 img{
	height: 54px;
	width: 100%;
}


.header h3 {
	font-size: 11px;
	letter-spacing: 0em;
	margin: 10px 0px;
}
	
.header h4 img {
	height: 55px;
	width: auto;
}
	
	
/*開閉ボタン*/
	#nav_toggle{
		width: 53px;
		height: 53px;
		padding: 16px 15px;
		top: 10px;
		right: 10px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:9px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}

	
	.nav-pc {
		display: none;
	}
	
nav div {
		padding-top: 110px;
	overflow: scroll;
	padding-bottom: 30px;
	}
	
nav h2 {
		margin-bottom: 30px;
	}
	
	nav ul{
		width: 100%;
	}
	
nav ul li {
	width: 100%;
	margin-bottom: 13px;
}
	
nav ul li:last-child {
	margin-bottom: 0px;
}
	
nav ul li a, nav ul li:nth-child(1) a, nav ul li:nth-child(2) a {
		font-size: 15px;
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	}
	
nav ul li:nth-child(6) a, nav ul li:nth-child(7) a, nav ul li:nth-child(8) a, nav ul li:nth-child(9) a, nav ul li:nth-child(10) a {
		margin: auto;
	}
	
/* main-img-top */

#main-img {
	width: 100%;
}

#main-img img {
	width: 100%;
height: 220px;
}

/*title-box*/
 
.title-box {
	width: 100%;
	position: absolute;
   top: 90%;
   left: 50%;
   -webkit-transform: translate(-50%, -90%);
   transform: translate(-50%, -90%);
}

.title {
	background-size: auto 130px;
	height: 130px;
	width: 220px;
}

.title h3 {
font-size: 15px;
	padding-top: 30px;
	padding-right: 25px;
}

	
/*contents*/


.contents {
	padding-top: 40px;
}


/*lay01*/
 
.lay01 {
	width: 100%;
	display: block;
	background-image: url("../images/contents-title-sp.png");
background-position: center top;
background-repeat: no-repeat;
}


.lay01 .box01 {
	display: block;
	width:100%;
	height: auto;
	padding: 35px 0px;
	background-image: none;
}

.lay01 .box02 {
	width: 90%;
	margin: auto;
}

.lay01 p {
line-height: 2;
}

.lay01 .box001 {
	padding: 20px 20px;
	margin: 20px 0px;
}

.lay01 .box001 ul li {
	margin-bottom: 15px;
}

.lay01 .box001 ul li:last-child {
	margin-bottom: 0px;
}


.lay01 h3 {
	font-size: 22px;
	text-align: center;
}

	
/*lay02*/
 
.lay02 {
	width: 100%;
	padding: 40px 0px;
}

.lay02 h3 {
	font-size: 24px;
	margin-bottom: 25px;
}

.lay02 h4 {
	font-size: 16px;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.lay02 .box01 {
	margin-bottom: 30px;
	width: 90%;
}

.lay02 .box01 .box {
	margin-bottom: 15px;
	border-radius: 20px;
	padding: 15px 20px;
}

.lay02 .box01 .box:last-child {
	margin-bottom: 0px;
}

.lay02 .box01 h6 {
	font-size: 18px;
	line-height: 1.4;
}

.lay02 .box01 h6 span {
	font-size: 14px;
	display: block;
	line-height: 1.4;
}

.lay02 .box02 {
	margin-bottom: 30px;
	width: 90%;
}

.lay02 .box03 {
	width: 90%;
border-width : 5px;
	padding: 22px 30px;
}

	
	
/* contents10 */

.contents10 {
	width: 100%;
	margin-bottom: 20px;
	background: #FFF;
}

.contents10 > h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

.contents10 > h4 {
	font-size: 20px;
letter-spacing: 0.1em;
	padding: 15px 0px;
}

.contents10 .box-in {
	width: 100%;
	padding: 20px 0px;
}
	
/*contact*/
.contact {
	width: 100%;
}

.contact table {
	width: 90%;
	
}

.contact table tr {
	width: 100%;
	clear: both;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom:0px;
	margin-top:0px;
}


.contact table tr td {
	width: 100%;
	clear: both;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact table span.sp-view {
	display: inline-block;
}

.contact table span.sp-view2 {
	display: none;
}

.contact table span.sp-view3 {
	display: inline-block;
	padding-left:50px;
}


_::-webkit-full-page-media, _:future, :root .contact table span.sp-view2 {
	display: inline-block;
	padding-left:35px;
}

_::-webkit-full-page-media, _:future, :root .contact table span.sp-view3 {
	display: none;
}


_::-webkit-full-page-media, _:future, :root .contact table tr td {
	width: 100%;
	clear: both;
	display: block;
}

.contact table tr td input {
	width:100%;
}

.contact table tr td input.radio {
	width: 10%;
	height:auto;
}

input.radio[type=checkbox] {
	width:			35px;
	height:			35px;
	-moz-transform:		scale(1.6);
	-webkit-transform:	scale(1.6);
	transform:		scale(1.6);
	margin-right:10px;
}



.contact table tr td textarea {
	width:100%;
}

.contact table tr td.left {
	width: 100%;
	margin-bottom:10px;
}

_::-webkit-full-page-media, _:future, :root .contact table tr td.left {
	width: 100%;
	margin-bottom:5px;
}

_::-webkit-full-page-media, _:future, :root .contact table tr td span {
	display: inline-block;
}

.contact table tr.t-end td {
	vertical-align: middle;
}

.contact table tr br.ip {
	display: none;
}

_::-webkit-full-page-media, _:future, :root .contact table tr br.ip {
	display:inline-block;
}


br.sp-s {
	display: block;
}



.contact table tr.c-box {
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	margin-top:0px;
}


.contact .c-box td input {
	width: 100%;
}


.contact .c-box td.left {
	width: 100%;
}


form,input,textarea,button{
	margin:0;
	padding:8px;
	font-size:100%;
}


.check-box {
	padding:30px;
	margin-top: 30px;
	width: 100%;
}



#formWrap .center {
	width:92%;
}


span.text003 {
	display: inline-block;
	padding-right:30px;
}
	
	
/* contents12 */

.contents12 {
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 0px;
}
	
.contents12 > h3 {
	padding: 30px 0px 20px;
}
	
.contents12 > h3 img {
	height: 30px;
	width: auto;
}
	
.contents12 > h4 {
	font-size: 18px;
	line-height: 1.4;
	padding: 20px;
	margin-bottom: 40px;
}

.contents12 .box01 {
	width: 90%;
	margin-bottom: 35px;
}

.facebook-wrapper {
    width: 100%;
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.contents12 .box02 {
	width: 100%;
}

.contents12 .box02 h3 {
	margin-bottom: 15px;
}
	
.contents12 .box02 h3 img {
	height: 35px;
	width: auto;
}
	
	
/*midashi*/

p.text01 {
	font-size: 14px;
}
.midashi01 {
	width: 94%;
background-position: center top 20px;
	margin-bottom: 25px;
}


.midashi01 h3 {
font-size: 30px;
	padding: 0px 15px;
}

.midashi01 h4 {
	font-size: 14px;
}

	
.btntop-footer {
		width: 92%;
		padding-bottom: 20px;
		display: block;
	}
	
.btntop-footer img {
		width: 100%;
	height: auto;
	}

	
/*contentslink-guide*/

#contentslink-guide {
	padding: 30px 0px 15px;
}

#contentslink-guide h3 {
	margin-bottom: 20px;
}
	
#contentslink-guide h3 img {
	height: 100px;
	width: auto;
}

#contentslink-guide ul {
	width: 92%;
}

#contentslink-guide ul li {
	width: 48.5%;
	margin-right: 2.5%;
	margin-bottom: 15px;
}

#contentslink-guide ul li:nth-child(3n) {
	margin-right: 2%;
}
	
#contentslink-guide ul li:nth-child(2n) {
	margin-right: 0%;
}
	
#contentslink-guide ul li img {
	width: 100%;
height: auto;
}


	
#banner-24 img {
	height: 70px;
	width: auto;
}
	
.pagetop_btn {
    bottom: 60px;
    right: 15px;
}

.pagetop_btn a {
    font-size: 22px;
    padding: 13px 0px;
	width: 40px;
	height: 40px;
}

.pagetop_btn a:hover {
    font-size: 22px;
    padding: 13px 0px;
	width: 40px;
	height: 40px;
}
	
	
/*tieup*/
 
.tieup {
	width: 100%;
	padding: 40px 0px 30px;
}

.tieup h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.tieup ul {
	display: block;
	width: 90%;
}

.tieup ul li {
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}

/*footer-guide*/

.footer-guide {
	padding: 30px 0px;
}

.footer-guide h3 {
	margin-bottom: 30px;
}
	
.footer-guide h3 img {
	height: 40px;
	width: auto;
}

/* box-link */

.box-link {
	width: 90%;
	margin-bottom: 30px;
}
	
.box-link img {
	width: 100%;
height: auto;
}
	
.footer-guide .box-in {
	display: block;
	width: 92%;
}

.footer-guide .box01 {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 40px;
}
	
.footer-guide .box02:last-child {
	margin-left: 0px;
	margin-top: 20px;
}

.footer-guide h4, .footer-guide h4 a {
	font-size: 32px;
}

.footer-guide h4 {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}

.footer-guide h4::before {
top: 11px;
	height: 25px;
}

.footer-guide h5 {
	font-size: 15px;
	padding: 8px 20px;
}
	
.footer-guide .box02 {
	width: 100%;
}
	
.footer-guide .box02 img {
	width: 100%;
height: auto;
}
	

/*subcontents-map*/

.subcontents-map {
}

.subcontents-map h3 {
	margin-left: 0px;
	padding: 0px 15px;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.subcontents-map h3::before {
background-position: center top;
	width: 100%;
	height: 18px;
	margin-left: 0px;
	margin-top: -30px;
}

.subcontents-map p {
	padding: 16px 15px;
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 150px;
}

/*footer*/

.footer {
	padding-bottom: 20%;
}

.footer p {
	font-size: 10px;
}
	
.banner-side {
display: none;
}

/*footer-link*/

.footer-link {
	display: block;
}
	
      
}


