@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;
}


.contents-box {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}

@media all and (-ms-high-contrast: none){
  .contents-box {
	  font-family: "メイリオ", Meiryo, sans-serif !important;/* IE10以上 */
  }
}

.contents-box p {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1;
}

p.note {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    color: #003444;
    margin-top:10px;
}


@media all and (-ms-high-contrast: none){
  .contents-box p {
	  font-family: "メイリオ", Meiryo, sans-serif !important;/* IE10以上 */
  }
}

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

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}


/*header*/

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


.header-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99999999999px;
	background: rgba(255,255,255,0.7);
  transition: all 0.5s ease;
	width: 100%;
}

.hidden {
  background: none;
  transition: all 0.5s ease;
}

.header-wrap .contents-left {
	width: 20%;
	height: 100px;
	padding-top: 0px;
	padding-left: 0px;
}

.header-wrap .contents-right {
	width: 80%;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}

.header-wrap .contents-right ul {
	display: inline-block;
}

.header-wrap .contents-right ul li {
	display: inline-block;
vertical-align: top;
}

.header-wrap .contents-right ul li a {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
padding-left: 10px;
	font-size: 18px;
color: #000;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.header-wrap .contents-right ul li a:before {
	content: "｜　";
}

.header-wrap .contents-right ul li:first-child a:before, .header-wrap .contents-right ul li:last-child a:before {
	content: "";
}

.header-wrap .contents-right ul li:last-child a {
color: #FFF;
	padding: 4px 15px;
	background-color: #ec1e79;
	margin-left: 20px;
}



nav {
	margin-right: -16px;
	text-align: center;
}

nav ul{
	display: flex;
	padding-top: 100px;
	
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
}

/*メニュー部分*/
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(0,0,0,0.8);
		left: 0;
		
	}
	nav ul{
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	nav ul li{
		margin: 0 auto;
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	nav ul li:last-child{
		border: none;
	}

	nav ul li a, nav ul li span {
		display: block; 
		color: #FFF;
		font-weight: normal;
		font-size: 21px;
		line-height: 1.2;
		letter-spacing: 0.3em;
		padding: 14px 0px;
	}



nav ul li.li-mini a {
		font-size: 18px;
	padding-left: 20px;
	}

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: left;
		padding: 20px;
		width: 100px;
		height: 100px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: left top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#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:15px;
	}
	#nav_toggle span:nth-child(3){
		top:30px;
	}
	
	/*開閉ボタン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;
	z-index: 0;
}

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

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

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



/* main-img-top */

.main-img {
	width:100%;
	overflow:hidden;
	text-align:center;
	position: relative;
	background-image: url("../images/header-back2.jpg");
background-position: center top;
background-repeat: no-repeat;
	height: 570px;
}

.main-img h5 {
	position: fixed;
	right: 0px;
top: 45%;
}

.main-img h5 a:hover {
	opacity: 0.75;
}


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

.title-box .contents-left {
	width: 20%;
}

.title-box .contents-right {
	width: 80%;
	text-align: right;
}

.title-box .contents-right h3, .title-box .contents-right h4 {
color: #000;
line-height: 1.2;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.title-box .contents-right h3 {
	font-size: 13px;
letter-spacing: 0.3em;
	margin-bottom: 8px;
}

.title-box .contents-right h4 {
	font-size: 37px;
letter-spacing: 0.2em;
	position: relative;
	right: -20px;
}




/*contents*/
 


.contents {
	width: 100%;
	z-index: 0;
	padding-top: 40px;
	padding-bottom: 0px;
}


/* banner-box */


.banner-box {
	width: 100%;
	text-align: center;
	background-color: #f1f1f1;
	padding: 60px 0px;
}

.banner-box a:hover {
	opacity: 0.75;
}

.banner-box .box01, .banner-box .box02 {
	width: 1150px;
}

.banner-box .box01 {
	margin-bottom: 60px;
}

.banner-box .box01 .contents-left {
	width: 254px;
	padding-top: 65px;
}

.banner-box .box01 .contents-right {
	width: 896px;
}

.banner-box .box01 .contents-right .box {
	display: inline-block;
vertical-align: top;
	padding: 5px 40px;
	border-left-style : solid;
border-left-color : rgba(0, 0, 0, 0.5);
border-left-width : 1px;
}

.banner-box .box01 .contents-right .box:first-child {
	border-left-style : none;
}

.banner-box .box01 h4 {
	margin-bottom: 20px;
}

.banner-box .box02 .box {
	margin-bottom: 30px;
	position: relative;
	padding-left: 12px;
}

.banner-box .box02 .box:last-child {
	margin-bottom: 0px;
}

.banner-box .box02 .box-in {
	border-style : solid;
border-color : #001815;
border-width : 1px;
	border-radius: 20px;
	padding: 30px;
	text-align: left;
}

.banner-box .box02 h6, .banner-box .box02 ul {
	display: inline-block;
vertical-align: top;
}

.banner-box .box02 h6 {
	width: 246px;
	position: absolute;
left: 0px;
top: 42px;
}

.banner-box .box02 ul {
	padding-left: 240px;
}

.banner-box .box02 ul li {
	display: inline-block;
vertical-align: top;
margin-left: 10px;
margin-right: 10px;
}




/*midashi*/

p.text01 {
	color:#000;
	line-height:1.8;
	font-size: 16px;
}

.midashi01 {
	width: 1000px;
	text-align: center;
	margin-bottom: 40px;
	border-bottom-style : solid;
border-bottom-color : rgba(0, 0, 0, 0.5);
border-bottom-width : 1px;
	background-image: url("../images/midashi01.svg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 130px;
	padding-bottom: 30px;
}

.midashi01 h3 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 34px;
color: #003444;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: normal;
}



.btntop-footer {
	display: none;
	}

/*access-box*/
	
.access-box {
	text-align: center;
	padding: 50px 0px 60px;
}

.access-box h3 {
	margin-bottom: 45px;
}

.access-box .box-in {
	width: 790px;
}

.access-box .box-in table {
	width: 100%;
	text-align: center;
}

.access-box .box-in table td {
	border-style : solid;
border-color : #003444;
border-width : 1px;
	padding: 15px 0px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.2;
color: #003444;
}


.access-box .box-in table tr:first-child td {
	background-color: #003444;
	color: #FFF;
	border-bottom-color: #FFF;
}

.access-box .box-in table tr:first-child td:first-child {
	background-color: #76bba5;
	color: #003444;
}

.access-box .box-in table tr:first-child td:last-child {
	background-color: #6b8992;
}

.access-box .box-in p.note02 {
	color:#063444;
	line-height: 1.8;
    font-size: 16px;
    padding: 15px 20px;
    margin-top: 20px;
    background-color: #f1f1f1;;
    font-weight: normal;
}


/*subcontents-map*/

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


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


/*subcontents*/

#subcontents {
	width: 100%;
	clear: both;
	padding: 50px 0px;
	background-color: #003444;
	text-align: center;
}

.subcontents-box {
	width: 790px;
}

.subcontents-box .contents-left {
	width: 161px;
	text-align: center;
}

.subcontents-box .contents-right {
	width: 470px;
	padding-top: 20px;
}


#subcontents h4 {
	margin-bottom: 25px;
}

#subcontents h5 a {
	font-size: 33px;
color: #FFF;
line-height: 1.2;
	letter-spacing: 0.3em;
	font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-image: url("../images/tel-footer.svg");
background-position: left 8px;
background-repeat: no-repeat;
	padding-left: 35px;
	display: inline-block;
	margin-bottom: 10px;
}

#subcontents a:hover {
	opacity: 0.75;
}

#subcontents p {
	padding-top: 20px;
	font-size: 16px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
}



.subcontents-img {
	width:100%;
}
	
.subcontents-img img {
	width:100%;
	height: auto;
}

.subcontents-access {
	display:none;
}


/*footer*/

.footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FFF;
}

.footer p {
	font-size: 14px;
	color: #808080;
}


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

#header {
	min-width: 1280px;
	position: relative;
}
	



		
		
		
	
.main-img {
	min-width: 1280px;
}		

/*subcontents*/

#subcontentslist {
	min-width: 1280px;
}

#subcontents {
	min-width: 1280px;
}

.subcontents-box {
}


.footer {
}
	
.footer p {
}



}
@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 {
	position: relative;
	width:100%;
	padding-bottom: 0px;
}

	
.header-wrap {
	width: 100%;
	
}


	
.header-wrap .contents-left {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 40%;
	height: 55px;
}
	
	.header-wrap .contents-left h6 {
	position: absolute;
left: 60px;
top: 13px;
}
	
	.header-wrap .contents-left h6 img {
		height: 30px;
		width: auto;
}
	
.header-wrap .contents-right {
	display: none;
}
	
	

	
/*開閉ボタン*/
	#nav_toggle{
		width: 55px;
		height: 55px;
		padding: 10px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}

	
	.nav-pc {
		display: none;
	}
	
	
nav ul{
	padding-top: 60px;
	padding-left: 40px;
	
}
	
nav ul li a {
	}
	
	nav ul li a, nav ul li span {
		font-size: 16px;
		letter-spacing: 0.1em;
		padding: 8px 0px;
	}
	
	nav ul li.li-mini a {
		font-size: 14px;
	}
	


/* main-img-top */

.main-img {
	width:100%;
	background-size: auto 110%;
	height: 220px;
}

.main-img h5 {
	display: none;
}

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

.title-box .contents-left {
	width: 100%;
	margin-bottom: 20px;
}

.title-box .contents-right {
	width: 100%;
	text-align: center;
}

.title-box .contents-right h3, .title-box .contents-right h4 {
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.title-box .contents-left h2 img {
	height: 45px;
	width: auto;
}
	
.title-box .contents-right h3 {
	font-size: 11px;
letter-spacing: 0.2em;
	margin-bottom: 8px;
}

.title-box .contents-right h4 {
	font-size: 20px;
letter-spacing: 0.15em;
	position: relative;
	right: 0px;
}

	
	
/*contents*/


.contents {
	padding-top: 30px;
}

	
.banner-nairan {
	width: 92%;
	margin-bottom: 30px;
}	
	
.banner-nairan h5 img {
	width: 100%;
	height: auto;
}	


		
/* banner-box */


.banner-box {
	width: 100%;
	padding: 35px 20px;
}

.banner-box .box01, .banner-box .box02 {
	width: 100%;
	text-align: center;
}

.banner-box .box01 {
	margin-bottom: 30px;
}

.banner-box .box01 .contents-left {
	width: 100%;
	padding-top: 0px;
}
	
.banner-box .box01 .contents-left img {
	height: 40px;
	width: auto;
}

.banner-box .box01 .contents-right {
	width: 100%;
}

.banner-box .box01 .contents-right .box {
	display: block;
	padding: 25px 0px;
	border-left-style : none;
	border-top-style : solid;
border-top-color : rgba(0, 0, 0, 0.5);
border-top-width : 1px;
}

.banner-box .box01 .contents-right .box:first-child {
	border-top-style : none;
}

.banner-box .box01 h4 {
	margin-bottom: 20px;
}

.banner-box .box02 .box {
	margin-bottom: 20px;
	padding-left: 8px;
}

.banner-box .box02 .box-in {
	padding: 50px 15px 15px;
	text-align: center;
}


.banner-box .box02 h6 {
top: 20px;
	text-align: left;
}
	
.banner-box .box02 h6 img {
height: 20px;
	width: auto;
}

.banner-box .box02 ul {
	padding-left: 0px;
}

.banner-box .box02 ul li {
margin-left: auto;
margin-right: auto;
	margin-bottom: 10px;
}
	
	.banner-box .box02 ul li:last-child {
	margin-bottom: 0px;
}
	
	.banner-box .box02 ul li img {
height: 35px;
		width: auto;
}






/*midashi*/

p.text01 {
	font-size: 14px;
}
	
.midashi01 {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	background-size: auto 35px;
	padding-top: 55px;
	padding-bottom: 20px;
}

.midashi01 h3 {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

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


/*access-box*/
	
.access-box {
	padding: 30px 0px 40px;
}
	
.access-box h3 {
	margin-bottom: 25px;
}
	
.access-box h3 img {
	height: 35px;
	width: auto;
}
	
.access-box .box-in {
	width: 92%;
}

.access-box .box-in table td {
	padding: 10px 0px;
	font-size: 13px;
}

.access-box .box-in table td:first-child {
}

.access-box .box-in table td span {
	display: inline-block;
}
	
.access-box .box-in p.note02 {
	font-size: 14px;
	line-height: 1.6;
}	
	


/*subcontents-map*/


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


/*subcontents*/

#subcontents {
	width: 100%;
	padding: 30px 0px;
}

.subcontents-box {
	width: 92%;
}

.subcontents-box .contents-left {
	width: 100%;
	margin-bottom: 20px;
}

.subcontents-box .contents-right {
	width: 100%;
	padding-top: 0px;
}

	
#subcontents h3 img {
	height: 70px;
	width: auto;
}

#subcontents h4 img {
	height: 15px;
	width: auto;
}

#subcontents h5 a {
	font-size: 27px;
	letter-spacing: 0.1em;
	font-family: "Sawarabi Mincho", YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-size: 18px auto;
background-position: left 5px;
	padding-left: 30px;
	text-decoration: underline;
}

#subcontents img {
	height: 27px;
	width: auto;
}

#subcontents p {
	font-size: 14px;
}
	
.subcontents-access {
	display: block;
	width:92%;
}

.subcontents-access img {
	width:100%;
	height:auto;
}

.subcontents-access .contents-left {
	width:48%;
	display:inline-block;
	float:left;
}

.subcontents-access .contents-right {
	width:48%;
	display:inline-block;
	float:right;
}


	

	.footer p {
		font-size: 12px;
	}


      
}
