@charset "utf-8";
/* CSS Document */

body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size:16px;
	line-height: 1.6;
	color:#4d4d4d;
}

.inner{
	max-width:1024px;
	width:100%;
	margin:0 auto;
}

a:hover{
	opacity:0.8;
}

section.content{
	padding:0;
	box-sizing: border-box;
}

/*pc　グロナビ*/
nav > ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}

nav > ul > li{
	width:14%;
	text-align: center;
	box-sizing: border-box;
}

nav > ul > li > a{
	color:#f3981d;
	display:block;
	text-align: center;
	padding:10px;
	box-sizing: border-box;
	width: 100%;
}

nav > ul > li a:hover{
	background-color: #efecea;
	color:#f3981d;
	opacity:1;
}

nav > ul > li a small{
	color:#72640c;
	display: block;
	text-align: center;
	font-family: "parkside", cursive;
	font-weight: 400;
	font-style: normal;
}

nav > ul > li.has-child > ul.nav_outline{
	background-color:#efecea;
	width:100%;
	left:0;
	padding:20px;
	box-sizing: border-box;
	position:absolute;
	display: flex;
	visibility: hidden;
	opacity: 0;
}

nav > ul > li.has-child:hover > ul.nav_outline{
  visibility: visible;
  opacity: 1;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_title{
	width:20%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-right:solid 1px #b3b3b3;
	align-items: center;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_title img{
	height:auto;
	width:37px;
	margin-right: 10px;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_title p{
  width: 70%;
  text-align: center;
  color: #72640c;
  font-size: 1.7rem;
  font-family: "parkside", cursive;
  font-weight: 400;
  font-style: normal;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_title p small{
	display:block;
	color: #999999;
	font-size: 0.8rem;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 600;
	font-style: normal;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content {
  width: 79%;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner > li{
	width:33.3%;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner > li > a{
	display:block;
	margin-top: 5px;
	box-sizing: border-box;
	position:relative;
	text-align: left;
	font-size: 0.9rem;
	color: #999999;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner > li > a span{
  display: block;
  text-align: left;
	padding-left: 50px;
	box-sizing: border-box;
	color: #999999;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner .nav_child{
	margin-left:33px;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner .nav_child li > a{
	display:block;
	margin-top: 5px;
	box-sizing: border-box;
	position:relative;
	text-align: left;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner .nav_child li > a:before{
	color:#999999;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner .nav_child li > a.btnarrow span{
  display: block;
  text-align: left;
	padding-left: 45px;
	box-sizing: border-box;
	font-size: 0.8rem;
	color: #999999;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner > li > a:hover span,
nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner > li > a:hover:before,
nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner .nav_child li > a.btnarrow:hover span,
nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner .nav_child li > a.btnarrow:hover:before{
	color:#72640c;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner.three_column > li{
	width:33.3%;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner.three_column.faci{
	margin-left:2
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner.three_column.faci > li:first-child a{
  padding-left: 68px;
  box-sizing: border-box;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner.three_column.faci:after{
	content: "";
	width:33.3%;
	display:block;
}

nav > ul > li.has-child > ul.nav_outline.access > li.nav_title img {
  width: 32px;
}

nav > ul > li.has-child > ul.nav_outline > li.nav_content ul.nav_inner > li.dao > a span {
  padding-left: 65px;
}

/*固定ナビ*/
.fixed{
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 100;
  }


/*navigation*/

/*矢印が右に移動する*/
.btnarrow{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow::before{
    content: '→';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:0px;
    left:15%;
    /*下線の形状*/    
   /* width: 85%;
    height: 1px;
  background:#333;*/
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
   /* width: 15px;
    height:1px;
  background:#333;*/
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow:hover::before{
    left:17%;
}

.btnarrow:hover::after{
    right:-5%;
}

/*footer*/
footer{
	padding:100px 0 30px;
	background-color: #72640c;
	text-align:center;
	position:relative;
}

.modoru_btn a{
	display:block;
	position:fixed;
	right:10px;
	bottom:100px;
	z-index: 5;
}

.modoru_btn a img{
	height:60px;
	width:auto;
}

footer .logo a{
	color:#fff;
	font-family: "parkside", cursive;
	font-weight: 400;
	font-style: normal;
	font-size:6.0rem;
}

footer p.address{
	margin:50px 0;
	color:#fff;
}

footer nav.footer_nav ul{
	justify-content:center;
	flex-wrap: wrap;
}

footer nav.footer_nav ul li{
	border-right:solid 1px #fff;
	line-height: 1;
	width: 21%;
	margin-top:10px;
}

footer nav.footer_nav ul li:last-child,
footer nav.footer_nav ul li:nth-child(4){
	border-right:none;
}

footer nav.footer_nav ul li a{
	display:block;
	color: #fff;
	padding: 5px 0;
	box-sizing: border-box;
}

footer nav.footer_nav ul li a:hover{
	background-color:inherit;
	opacity:0.8;
}

footer p.copyright{
	margin-top:50px;
	color:#fff;
	font-size: 0.8rem;
}

header.sp_header{
  display:none;
}




/*下層ページ共通*/
#page_header{
  /*padding: 8% 0;*/
  background-image: url("../img/facility/page_header.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  box-sizing: border-box;
	position: relative;
	min-height: 690px;
	text-align: center;
}

#page_header h2.page_title{
	text-align:center;
	/*letter-spacing: 1rem;*/
	background-color: #fff;
	width:320px;
	height: 320px;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:50px;
	box-sizing: border-box;
}

#page_header h2.page_title span{
	display:block;
	color:#f3981d;
	margin-bottom: 5px;
	font-size:1.8rem;
	padding-top:80px;
	background-image:url("../img/home/icon_nav01.png");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 70px;
	box-sizing: border-box;
	margin-top:15%;
}

#page_header h2.page_title small{
	color:#72640c;
	font-family: "parkside", cursive;
	font-weight: 400;
	font-style: normal;
	font-size:1.6rem;
}

.breadcrum{
	background-color:#e6e6e6;
}

.breadcrum ul{
	display:flex;
	align-items: center;
	padding:0 0 2px;
	box-sizing: border-box;
}

.breadcrum ul li{
	padding-left:5px;
	box-sizing: border-box;
	font-size: 0.8rem;
}

#howto .breadcrum ul li{
	font-family: "Kalam", cursive;
	font-weight: 400;
	font-style: normal;
}

.breadcrum ul li img{
	height:15px;
	width:auto;
}

.breadcrum ul li:nth-child(n+2){
	padding-top:7px;
	box-sizing: border-box;
}

.breadcrum ul li a{
	color: #72640c;
}

ol li{
	list-style:none;
}

section.content section {
  padding: 170px 0;
  box-sizing: border-box;
}

div.btn a {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  padding: 10px;
  background-color: #72640c;
  border: solid 3px #fff;
  box-shadow: 3px 3px 15px -3px #777777;
  box-sizing: border-box;
  margin: 0 auto;
}

div.btn a.btnarrow::before {
  bottom: 8px;
  color: #fff;
}

div.btn a span {
  display: inline-block;
  color: #fff;
  width: 100%;
}

div.btn a:hover{
	background-color:#f3981d;
}

section.links ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

section.links ul li{
	padding:10px;
	box-sizing: border-box;
}

div.section_title{
  text-align: right;
  position:relative;
  margin-bottom: 140px;
}

div.section_title h3.right{
	width:40%;
	position: absolute;
	right:0;
	top:0;
	text-align: left;
	padding:0 0 5px 10px;
	border-bottom: solid 2px #72640c;
	box-sizing: border-box;
	font-size:2.0rem;
	color:#f3981d;
}

div.section_title h3.right small.en{
  color: #72640c;
  display: inline-block;
  font-family: "parkside", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin-left: 15px;
}

div.section_title h3.left{
	width:40%;
	position: absolute;
	left:0;
	top:0;
	text-align: left;
	padding:0 0 5px 10px;
	border-bottom: solid 2px #72640c;
	box-sizing: border-box;
	font-size:2.0rem;
	color:#f3981d;
}

div.section_title h3.left small.en{
  color: #72640c;
  display: inline-block;
  font-family: "parkside", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin-left: 15px;
}

section.content .en{
  font-family: "parkside", cursive;
  font-weight: 400;
  font-style: normal;
}

section.content section p.center{
	text-align:center;
}

.btnlinestretches5{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 
	color:#333;
    padding: 10px 0;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.btnlinestretches5::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}


div.arrow_link{
	text-align:center;
	margin-top: 30px;
}

/*矢印が右に移動する*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 0 20px;
    color: #72640c;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
  background:#72640c;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#72640c;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-5%;
}

.btnarrow4:hover{
	color:#72640c;
}

.mt_0{
	margin-top:0 !important;
}

footer .fixed_btn{
	display:none;
}

#s01, #s01_1, #s01_2, #s01_3, #s01_4, #s01_5, #s02, #s02_1, #s02_2, #s02_3, #s02_4, #s02_5, #s03, #s03_1, #s03_2, #s03_3, #s03_4, #s03_5, #s04, #s04_1, #s04_2, #s04_3, #s04_4, #s04_5, #s05, #s05_1, #s05_2, #s05_3, #s05_4, #s05_5, #s06, #s06_1, #s06_2, #s06_3, #s06_4, #s06_5, #s07, #s07_1, #s07_2, #s07_3, #s07_4, #s07_5, #s08, #s08_1, #s08_2, #s08_3, #s08_4, #s08_5{
	margin-top:-130px;
	padding-top: 130px;
	box-sizing: border-box;
}

/*パララックス*/
.parallax_content{
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.front_content{
  padding:50px 30px;
	box-sizing: border-box;
  background-color:rgba(255, 255, 255, 0.6);
}
.parallax_content.img_bg_01{
  background-image: url("../img/price/bg_space.jpg");
}
.parallax_content.img_bg_02{
  background-image: url("../img/price/bg_space02.jpg");
}
.parallax_content.img_bg_03{
  background-image: url();
}


@media screen and (max-width: 768px){
  .parallax_content{
    height: 100%;
    background-image: none;
  }
  .parallax::before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-hieght: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
  }
  .parallax_content.img_bg_01::before{
    background-image: url();
  }
  .parallax_content.img_bg_02::before{
    background-image: url();
  }
  .parallax_content.img_bg_03::before{
    background-image: url();
  }
}



.is-pc{
	display:block;
}

.is-tb{
	display:none;
}

.is-sp{
	display:none;
}	


@media only screen and (max-width: 1023px){	
section.content{
    position: relative;
    /*z-index: -2;*/
    padding-top: 0;
  }
	
.inner {
  width: 95%;
  margin: 0 auto;
}
	
.content .inner {
    width: 95%;
    position: relative;
    z-index: 2;
  }
	
div.gnav{
  display:none;
}
	
header.sp_header{
  display:block;
}
	
header.sp_header div.header_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
	
header.sp_header div.header_top #logo a{
  font-family: "parkside", cursive;
	font-weight: 400;
	font-style: normal;
}
	
header{
	width:100%;
	position:fixed;
	height:auto;
	border-bottom:solid 2px #fff;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.8);
	top: 0;
	padding: 5px;
	border-bottom:solid 3px #72640c;
    box-sizing: border-box;
}
	
header .inner{
  max-width: 100%;
}
	
header .inner > ul > li{
  max-width: unset;
}
	
header .inner > ul > li:first-child{
  width: 30%;
}
	
header .inner > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
	
header .inner > ul > li h1#logo img{
  width: 100%;
  height: auto;
}
	
header .inner > ul > li:last-child{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
	
	/*開閉ボタン*/
	#nav_toggle div {
		position: relative;	}
	
	#nav_toggle span{
		display: block;
		height: 1.5px;
		background: #72640c;
		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;	
		width:18px;
		margin-left:5px;
		margin-right:5px;
		position:relative;
		box-sizing:border-box;
	}
	#nav_toggle span:nth-child(1){
		top:-6px;
	}
	#nav_toggle span:nth-child(2){
		top:1px;
		width: 13px;
	}
	#nav_toggle span:nth-child(3){
		top:8px;
		width: 10px;
	}
	
	#nav_toggle>div>p{
		padding-top:32px;
		font-size:83%;
		font-weight:bold;
		text-align:center;
		color:#fff;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 4px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
			width: 25px;
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 3px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
			width: 25px;
		}

header.sp_header nav{
	clear:both;
	padding:10px 10px 20px;
	box-sizing:border-box;
	background-color:rgba(255, 245, 230, 0.95);
	z-index:100;
	position:absolute;
	top:65px;
	width:100%;
	display:none;
	padding-top:0;
	left: 0;
}
	
header.sp_header nav ul li a{
	font-size: 0.9rem;
}
	
header.sp_header nav ul li a.btnarrow {
    font-size: 0.8rem;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
  }
	
header.sp_header nav ul li a.btnarrow::before {
  left: 0%;
	top: 0;
}
	
header.sp_header nav > ul > li {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
	
header.sp_header nav > ul > li > a {
  text-align: left;
  border-bottom: solid 1px #72640c;
	box-sizing: border-box;
	font-size: 0.8rem;
}
	
header.sp_header nav ul li p {
  text-align: left;
	font-size: 0.8rem;
}
	
header.sp_header nav > ul > li a small {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
}
	
header.sp_header nav > ul > li.has-child{
	position:relative;
}
	
header.sp_header nav > ul > li.has-child #nav_toggle{
	position:absolute;
	right:0;
	top:10px;
	width: auto;
    height: 100%;
}
	
header.sp_header.open nav > ul > li.has-child #nav_toggle span{
		display: block;
		height: 1.5px;
		background: #72640c;
		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;	
		width:18px;
		margin-left:5px;
		margin-right:5px;
		position:relative;
		box-sizing:border-box;
	}
header.sp_header.open nav > ul > li.has-child #nav_toggle span:nth-child(1){
		top:10px;
	-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			transform: rotate(90deg);
	}
header.sp_header.open nav > ul > li.has-child #nav_toggle span:nth-child(2){
		top:8px;
		/*width: 13px;*/
	}
	
header.sp_header.open nav > ul > li.has-child.open #nav_toggle span:nth-child(1) {
	top: 10px;
	 -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	/*width: 25px;*/
}
header.sp_header.open nav > ul > li.has-child.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
	
header.sp_header nav > ul > li.has-child > ul{
	display:none;
	overflow: hidden;
	margin-left: 1em;
	margin-top: 10px;
}
	
header.sp_header nav > ul > li.has-child > ul > li{
	width:25%;
	float:left;
}
	
footer {
  padding: 18% 0 50px;
}
	
footer nav.footer_nav > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
	
.modoru_btn a {
  bottom: 200px;
  /*z-index: 1;*/
}
	
.page_header {
  padding: 12% 0 1%;
}
	
.page_header h2.page_title {
  font-size: 2.5rem;
}
	
.page_header h2.page_title small.en {
  font-size: 1.8rem;
}
	
#page_header {
  min-height: 470px;
}
	
#page_header h2.page_title {
  width: 290px;
  height: 290px;
  top: 55%;
}
	
#page_header h2.page_title span {
  font-size: 1.6rem;
  background-size: 60px;
	padding-top: 65px;
}
	
#page_header h2.page_title small {
  font-size: 1.4rem;
}
	
section.content section {
  padding: 100px 0;
}
	
div.section_title h3.right {
  width: 50%;
  font-size: 1.6rem;
}
	
div.section_title h3.right small.en {
  font-size: 1.2rem;
}
	
section.content section figure figcaption p {
  font-size: 0.9rem;
}
	
div.section_title h3.left {
  width: 50%;
  font-size: 1.6rem;
}
	
div.section_title h3.left small.en {
  font-size: 1.2rem;
}
	
.btnarrow4 {
  font-size: 0.9rem;
}
	
footer nav.footer_nav ul li{
  width: 24%;
  margin-bottom: 10px;
}
	
.is-pc{
	display:none;
}
	
.is-tb{
	display:block;
}
	
}


@media only screen and (max-width: 768px){
header .inner > ul > li:last-child .language {
    margin-right: -10px;
  }
	
header .inner > ul > li h1#logo{
  width: 105px;
}
	
header .inner ul li h1#logo a {
  display: flex;
}
	
.open #nav_toggle span:nth-child(3) {
    top: 2px;
  }
	
header.sp_header nav > ul > li.has-child > ul > li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
	
header.sp_header nav {
    padding: 0 10px;
	box-sizing: border-box;
	top: 64px;
  }
	
header .inner {
    width: 100%;
  }

.content .inner p {
    font-size:0.8rem;
  }
	
section.content section p {
  text-align: justify;
  font-size: 0.9rem;
}
	
footer {
    padding: 25% 0 50px;
  }
	
footer .logo a {
  font-size: 3.5rem;
}
	
footer nav.footer_nav > ul{
  justify-content:space-between;
}
	
footer nav.footer_nav > ul > li {
    width: 50%;
    margin-bottom: 10px;
  }
	
footer nav.footer_nav > ul > li:nth-child(odd){
	border-left: solid 1px #fff;
}
	
footer nav.footer_nav > ul > li:last-child{
	border-right: solid 1px #fff;
}
	
footer nav.footer_nav ul li a {
  font-size: 0.9rem;
}
	
footer .fixed_btn{
	display:block;
	position:fixed;
	bottom:0;
	left: 0;
	text-align: center;
	width:100%;
	z-index: 5;
}
	
footer .fixed_btn a{
  display: inline-block;
  background-color: orange;
  color: #fff;
  padding: 10px 40px;
  border: solid 3px #fff;
  border-bottom: none;
	box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
	
footer .fixed_btn a span{
  color: #fff;
  font-size: 0.9rem;
  display: inline-block;
  background-image:url("../img/home/icon_nav06.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 20px;
  padding-left: 25px;
  box-sizing: border-box;
}
	
.modoru_btn a {
    bottom: 60px;
  }
	
.modoru_btn a img {
  height: 45px;
  width: auto;
}
	
.page_header {
    padding: 20% 0 5%;
  }
	
.page_header h2.page_title {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
	
.page_header h2.page_title small.en {
    font-size: 1.2rem;
  }
	
.breadcrum ul li img {
  height: 15px;
}
	
.breadcrum ul li {
  font-size: 0.7rem;
}
	
#page_header {
    min-height: 310px;
  }
	
section.content {
  padding-top: 0px;
}
	
header .inner > ul > li:last-child .app_bnr {
    display: none;
  }
	
#page_header h2.page_title {
    width: 180px;
    height: 180px;
  }
	
#page_header h2.page_title span {
    font-size: 1.2rem;
    background-size: 40px;
    padding-top: 45px;
    letter-spacing: 0;
  }
	
#page_header h2.page_title small {
    font-size: 1.0rem;
    letter-spacing: 0;
    display: block;
  }
	
#page_header h2.page_title {
	letter-spacing: 0;
  padding: 20px;
	margin-top: 5%;
}
	
section.content section {
    padding: 50px 0;
  }
	
section.links ul li {
    width: 100%;
  }
	
div.btn a span {
  font-size: 0.9rem;
}
	
div.section_title h3.right {
    width: 90%;
    font-size: 1.2rem;
  }
	
 div.section_title h3.right small.en {
    font-size: 1.0rem;
  }
	
section.content section figure img {
  width: 100%;
  height: auto;
}
	
section.content section figure figcaption {
  width: 100%;
  margin-top: 20px;
}
	
div.section_title {
  text-align: right;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 80px;
}
	
div.section_title h3.left {
    width: 90%;
    font-size: 1.2rem;
  }
	
div.section_title h3.left small.en {
    font-size: 1.0rem;
  }
	
section.content section p.center {
  text-align: justify;
}
	
	
header.sp_header nav ul li ul.nav_outline{
	display:none;
}
	
header.sp_header nav > ul > li > a {
  pointer-events: auto;
}
	
.is-pc{
	display:none;
}
	
.is-tb{
	display:none;
}

.is-sp{
	display:block;
}	



}











