@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;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 16px;
	color: #4d4d4d;
	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: 999999999999;
	width: 100%;
	position: relative;
}

.header {
	padding: 15px 0px 20px;
	display: flex;
  justify-content: space-between;
	align-items: center;
	width: 94%;
}

.header-left h1 img {
	height: 56px;
	width: auto;
}

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

.header-left h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 15px;
color: #ffb18c;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 500;
	padding-left: 30px;
}

.header-right .box01 {
	text-align: right;
}

.header-right .box01 h5, .header-right .box01 h5 a {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
color: #ffb18c;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.header-right .box01 h5 {
	padding-left: 40px;
	position: relative;
	display: inline-block;
}

.header-right .box01 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 8px;
	background-image: url("../images/tel-header.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 31px;
	height: 22px;
}

.header-right .box01 p {
	font-size: 12px;
color: #808080;
line-height: 1.4;
font-weight: normal;
	padding-top: 5px;
}

.header-right .box02 {
	display: none;
}

#header h2 {
	position: absolute;
   top: 0%;
   left: 50%;
   -webkit-transform: translate(-50%, -0%);
   transform: translate(-50%, -0%);
	padding-top: 30px;
}

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		min-height: 100vh;
		background:#FFF;
		left: 0;
		overflow: auto;
		
	}
	nav div {
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		padding-top: 280px;
	}
	nav ul{
		margin: 0 auto;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		display: flex;
  justify-content: space-between;
		flex-wrap: wrap;
	}

nav ul li{
	width: 50%;
	}
	nav ul li:last-child{
		border: none;
	}

	nav ul li a {
		display: block; 
		color: #c3996d;
		font-weight: normal;
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 0.3em;
		padding: 10px 15px;
	}

nav ul li:nth-child(3) a, nav ul li:nth-child(4) a {
	padding-bottom: 25px;
	}


nav ul li:nth-child(n+5) a {
		color: #FFF;
	background-color: #c3996d;
	letter-spacing: 0.1em;
	border-style : solid;
border-color : #FFF;
border-width : 1px;
	}

nav ul li a:before {
		content: "●";
	font-size: 18px;
	}

nav ul li:nth-child(n+5) a:before {
		content: "・";
	}

nav ul li a:hover {
		opacity: 1;
	color: #42210b;
	}

nav ul li:nth-child(n+5) a:hover {
	color: #FFF;
	background-color: #42210b;
	}

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;
		top: 0px;
		z-index: 10000000000;
		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 */

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

.main-img img {
	width: 100%;
height: 450px;
	object-fit: cover;
}

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

.title-box h3, .title-box h4 {
line-height: 1.2;
}

.title-box h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
color: #c3996d;
font-weight: 600;
	font-style: italic;
}

.title-box h4 {
	font-family: 'Noto Serif JP', serif;
font-size: 22px;
	color: #42210b;
	letter-spacing: 0.2em;
	font-weight: 400;
	padding-top: 10px;
}


/*contents*/
 


.contents {
	width: 100%;
	padding-top: 70px;
	position: relative;
}

.contents::after {
	content: "";
	position: absolute;
left: 25px;
top: 20px;
	background-image: url("../images/scroll.svg");
background-position: left top;
background-repeat: no-repeat;
	width: 21px;
	height: 284px;
}


/* contents-guide */

.contents-guide {
	width: 100%;
	position: relative;
	margin-bottom: 120px;
}

.contents-guide::after {
	content: "";
	position: absolute;
left: 20px;
top: 0px;
	background-image: url("../images/text-back.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 111px;
	height: 1102px;
}

.contents-guide .box01, .contents-guide .box02 {
	padding-left: 28%;
}

.contents-guide .box01 {
	margin-bottom: 50px;
}

.contents-guide .midashi-box {
	display: flex;
  justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.contents-guide .midashi-box h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.35em;
font-weight: 400;
	position: relative;
	margin-right: 30px;
	padding-right: 30px;
	border-right-style : solid;
border-right-color : #42210b;
border-right-width : 1px;
	padding-left: 65px;
}

.contents-guide .midashi-box h3::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: -5px;
}

.contents-guide .box01 .midashi-box h3::before {
	background-image: url("../images/icon01.svg");
	width: 36px;
	height: 42px;
}

.contents-guide .box02 .midashi-box h3::before {
	background-image: url("../images/icon02.svg");
	width: 40px;
	height: 39px;
}

.contents-guide .midashi-box h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
color: #000;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
}

.contents-guide .box001 h3, .contents-guide .box001 h4, .contents-guide .box002 h3, .contents-guide .box002 h4, .contents-guide .box003 h3, .contents-guide .box003 h4 {
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 300;
}

.contents-guide .box001 h3, .contents-guide .box002 h3, .contents-guide .box003 h3 {
	font-size: 32px;
}

.contents-guide .box02 .box001 h3, .contents-guide .box02 .box001 h4, .contents-guide .box02 .box003 h3, .contents-guide .box02 .box003 h4 {
	color: #a37c52;
}

.contents-guide .box001 h4, .contents-guide .box002 h4, .contents-guide .box003 h4 {
font-size: 13px;
	margin: 20px 0px 30px;
}


.contents-guide .box01 .box001, .contents-guide .box02 .box001, .contents-guide .box02 .box002, .contents-guide .box02 .box003 {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

.contents-guide .box01 .box001, .contents-guide .box02 .box001 {
	background-image: url("../images/line-back.svg");
background-position: left center;
background-repeat: repeat-x;
}


.contents-guide .box {
	margin-right: 22px;
}

.contents-guide .box:last-child {
	margin-right: 0px;
}

.contents-guide .box01 .box, .contents-guide .box02 .box001 .box0001, .contents-guide .box02 .box002 .box, .contents-guide .box02 .box003 .box0001, .contents-guide .box02 .box003 .box0002 {
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contents-guide .box01 .box001 .box {
	width: 312px;
	height: 312px;
	background : -moz-linear-gradient(11.96% 85.89% 43.33deg,rgba(195, 153, 109, 1) 0%,rgba(224, 202, 179, 1) 100%);
  background : -webkit-linear-gradient(43.33deg, rgba(195, 153, 109, 1) 0%, rgba(224, 202, 179, 1) 100%);
  background : -webkit-gradient(linear,11.96% 85.89% ,84.04% 17.89% ,color-stop(0,rgba(195, 153, 109, 1) ),color-stop(1,rgba(224, 202, 179, 1) ));
  background : -o-linear-gradient(43.33deg, rgba(195, 153, 109, 1) 0%, rgba(224, 202, 179, 1) 100%);
  background : -ms-linear-gradient(43.33deg, rgba(195, 153, 109, 1) 0%, rgba(224, 202, 179, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3996D', endColorstr='#E0CAB3' ,GradientType=0)";
  background : linear-gradient(46.67deg, rgba(195, 153, 109, 1) 0%, rgba(224, 202, 179, 1) 100%);
}

.contents-guide .box01 .box001 .box:nth-child(2) {
	background : -moz-linear-gradient(11.96% 85.89% 43.33deg,rgba(137, 98, 57, 1) 0%,rgba(180, 148, 116, 1) 96.7%,rgba(182, 150, 118, 1) 100%);
  background : -webkit-linear-gradient(43.33deg, rgba(137, 98, 57, 1) 0%, rgba(180, 148, 116, 1) 96.7%, rgba(182, 150, 118, 1) 100%);
  background : -webkit-gradient(linear,11.96% 85.89% ,84.04% 17.89% ,color-stop(0,rgba(137, 98, 57, 1) ),color-stop(0.967,rgba(180, 148, 116, 1) ),color-stop(1,rgba(182, 150, 118, 1) ));
  background : -o-linear-gradient(43.33deg, rgba(137, 98, 57, 1) 0%, rgba(180, 148, 116, 1) 96.7%, rgba(182, 150, 118, 1) 100%);
  background : -ms-linear-gradient(43.33deg, rgba(137, 98, 57, 1) 0%, rgba(180, 148, 116, 1) 96.7%, rgba(182, 150, 118, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#896239', endColorstr='#B69676' ,GradientType=0)";
  background : linear-gradient(46.67deg, rgba(137, 98, 57, 1) 0%, rgba(180, 148, 116, 1) 96.7%, rgba(182, 150, 118, 1) 100%);
}


.contents-guide .box02 .box001 .box {
	border-style : solid;
border-color : #c3996d;
border-width : 1px;
	width: 488px;
	background-color: #FFF;
	display: flex;
  justify-content: space-between;
}

.contents-guide .box02 .box001 .box0001 {
	flex: 1;
}

.contents-guide .box02 .box002 {
	margin: 40px 0px;
}

.contents-guide .box02 .box002 .box {
	width: 312px;
	height: 120px;
	background-color: #a37c52;
}

.contents-guide .box02 .box002 .box:nth-child(2) {
	background-color: #c3996d;
}

.contents-guide .box02 .box002 h3 {
	margin-bottom: 10px;
	font-size: 24px;
}

.contents-guide .box02 .box003 .box {
	width: 640px;
	height: 115px;
	display: flex;
  justify-content: space-between;
	border-style : solid;
border-color : #c3996d;
border-width : 1px;
}

.contents-guide .box02 .box003 .box0001 {
	flex: 1;
}

.contents-guide .box02 .box003 .box0002 {
	width: 300px;
	background-color: #c3996d;
}

.contents-guide .box02 .box003 h3 {
	font-size: 22px;
}

.contents-guide .box02 .box003 h4 {
	margin-top: 10px;
	margin-bottom: 0px;
}

.contents-guide .box02 .box003 h6 a {
	font-size: 17px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	display: block;
	margin: -50%;
	padding: 50%;
}

.contents-guide .box02 .box003 .box0002 {
	background-image: url("../images/link-arrow03.svg");
background-position: right 40px center;
background-repeat: no-repeat;
}


/*lay01*/

.lay01 {
	border-style : solid;
border-color : #e9e2d9;
border-width : 5px;
	padding: 0px 50px 40px;
	text-align: center;
	width: 1100px;
	margin-bottom: 60px;
}

.lay01b {
	background-color: #e9e2d9;
}

.lay01 h3 {
	font-size: 13px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	background-color: #42210b;
	display: inline-block;
	padding: 5px 80px 7px;
	position: relative;
	top: -5px;
	margin-bottom: 40px;
}

.lay01 h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	margin-bottom: 30px;
}


.lay01 .box01 {
	padding-bottom: 50px;
	border-bottom-style : solid;
border-bottom-color : #4d4d4d;
border-bottom-width : 1px;
	margin-bottom: 50px;
}

.lay01 .box01:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-style : none;
}

.lay01 .box01 p {
	font-size: 20px;
}


.lay01 .box02 {
	text-align: left;
}


/*lay02*/

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

.lay02 .box {
	border-style : solid;
border-color : #896239;
border-width : 5px;
	padding: 35px 50px 40px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.lay02 .box::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 35px;
	margin-bottom: -60px;
}

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

.lay02 .box:last-child::after {
	display: none;
}

.lay02 h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
color: #896239;
font-weight: 600;
	font-style: italic;
}

.lay02 h5 {
	font-family: 'Noto Serif JP', serif;
font-size: 26px;
	color: #42210b;
	letter-spacing: 0.2em;
	font-weight: 400;
	margin: 20px 0px;
}

.lay02 p {
	text-align: left;
}


/*midashi*/

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

.midashi01 {
	text-align: center;
	margin-bottom: 45px;
}

.midashi01 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
color: #c3996d;
	opacity: 0.2;
font-weight: 600;
	font-style: italic;
}

.midashi01 h4 {
	position: relative;
	top: -25px;
	font-family: 'Noto Serif JP', serif;
font-size: 30px;
	color: #42210b;
	letter-spacing: 0.25em;
	font-weight: 400;
}

.midashi02 {
	text-align: center;
	margin-bottom: 40px;
	background-image: url("../images/midashi02.svg");
background-position: center 12px;
background-repeat: no-repeat;
}

.midashi02 h3 {
	font-family: 'Noto Serif JP', serif;
font-size: 30px;
	color: #42210b;
	letter-spacing: 0.3em;
	font-weight: 400;
	display: inline-block;
	padding: 0px 80px;
	background-color: #FFF;
}



.banner-side {
	position: fixed;
right: 20px;
top: 140px;
	z-index: 99999999999;
}


/*pagetop_btn*/

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

.pagetop_btn a {
    display: block;
    background : #1d91ac;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}

.pagetop_btn a:hover {
    display: block;
    background-color: #8bc53f;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}


/*subcontents-map*/

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

.subcontents-map .box-in {
	padding: 30px 0px;
	display: flex;
  justify-content: center;
	align-items: center;
}

.subcontents-map p {
color: #ffb19f;
line-height: 1.6;
	padding-left: 40px;
}

.subcontents-map h6 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 25px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	text-align: center;
	border-radius: 80px;
	padding: 18px 0px;
	background-color: #ffb19f;
	width: 940px;
	margin: auto;
	margin-bottom: 50px;
}

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

/*footer*/

footer h2 {
	text-align: center;
}

.footer {
	width: 860px;
	display: flex;
  justify-content: space-between;
	align-items: flex-end;
	padding: 60px 0px;
}

.footer .box01 {
	text-align: center;
}

.footer .box01 h3 {
	margin-bottom: 15px;
}

.footer .box01 h4, .footer .box01 h4 a {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
color: #ffb18c;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

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

.footer .box01 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 15px;
	background-image: url("../images/tel-header.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 31px;
	height: 22px;
}


.copy p {
	font-size: 12px;
	color: #ef5a24;
	line-height: 1.2;
	padding: 15px 0px;
	text-align: center;
	display: none;
}


/*footer-link*/

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

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

.footer-link ul li {
	width: 48%;
	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 0px 15px;
	width: 94%;
}

.header-left h1 img {
	height: 40px;
	width: auto;
}

.header-left {
}

.header-left h3 {
	padding-left: 10px;
	letter-spacing: 0em;
	font-size: 12px;
}

.header-right .box01 {
	display: none;
}


.header h2 img {
		height: 140px;
		width: auto;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 53px;
		height: 53px;
		padding: 16px 15px;
	}
	#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: 180px;
	}
	nav ul{
		width: 100%;
	}
	
nav ul li {
	width: 100%;
	
}
	
nav ul li a {
		font-size: 18px;
	}
	
	nav ul li a {
		padding: 10px 15px;
	}

nav ul li:nth-child(3) a {
	padding-bottom: 10px;
	}
	
nav ul li:nth-child(4) a {
	padding-bottom: 15px;
	}
	

/* main-img */

.main-img img {
height: 220px;
}

/*title-box*/
 
.title-box h3 {
	font-size: 30px;
}

.title-box h4 {
font-size: 18px;
}

	
/*contents*/


.contents {
	padding-top: 40px;
}
	
.contents::after {
	display: none;
}
	
/* contents-guide */

.contents-guide {
	width: 100%;
	position: relative;
	margin-bottom: 70px;
	z-index: 0;
}

.contents-guide::after {
left: 5px;
top: 5px;
	width: 45px;
	height: 400px;
}

.contents-guide .box01, .contents-guide .box02 {
	padding-left: 0%;
	width: 75%;
}

.contents-guide .box01 {
	margin-bottom: 50px;
}

.contents-guide .midashi-box {
	display: block;
	margin-bottom: 30px;
}

.contents-guide .midashi-box h3 {
	font-size: 24px;
letter-spacing: 0.25em;
	margin-right: 0px;
	padding-right: 0px;
	border-right-style : none;
	padding-left: 45px;
}

.contents-guide .midashi-box h3::before {
	margin-top: 0px;
}

.contents-guide .box01 .midashi-box h3::before {
	height: 32px;
}

.contents-guide .box02 .midashi-box h3::before {
	height: 32px;
}

.contents-guide .midashi-box h4 {
	font-size: 13px;
letter-spacing: 0.05em;
	padding-left: 45px;
}

.contents-guide .box001 h3, .contents-guide .box001 h4, .contents-guide .box002 h3, .contents-guide .box002 h4, .contents-guide .box003 h3, .contents-guide .box003 h4 {
letter-spacing: 0.15em;
}

.contents-guide .box001 h3, .contents-guide .box002 h3, .contents-guide .box003 h3 {
	font-size: 24px;
}

.contents-guide .box001 h4, .contents-guide .box002 h4, .contents-guide .box003 h4 {
font-size: 11px;
	margin: 12px 0px 22px;
}


.contents-guide .box01 .box001, .contents-guide .box02 .box001, .contents-guide .box02 .box002, .contents-guide .box02 .box003 {
	display: block;
}


.contents-guide .box {
	margin-right: 0px;
}

.contents-guide .box01 .box001 .box {
	margin-right: 0px;
	width: 100%;
	height: 180px;
}

.contents-guide .box02 .box001 {
	background-image: none;
}
	
.contents-guide .box02 .box001 .box {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
	
.contents-guide .box02 .box001 .box:last-child {
	margin-bottom: 0px;
}

.contents-guide .box02 .box001 .box0001 {
	padding: 25px 0px;
}
	
.contents-guide .box02 .box001 .box0002 img {
	width: 100%;
height: auto;
}

.contents-guide .box02 .box002 {
	margin: 30px 0px;
}

.contents-guide .box02 .box002 .box {
	width: 100%;
	height: 120px;
}

.contents-guide .box02 .box002 h3 {
	margin-bottom: 10px;
	font-size: 24px;
}

.contents-guide .box02 .box003 .box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contents-guide .box02 .box003 .box0001 {
	padding: 25px 0px;
	text-align: center;
}
	
.contents-guide .box02 .box003 h3 {
	font-size: 18px;
}

.contents-guide .box02 .box003 .box0002 {
	width: 45%;
	padding: 20px 0px;
	background-position: right 8px center;
	text-align: center;
}

.contents-guide .box02 .box003 h6 a {
	font-size: 14px;
	letter-spacing: 0em;
}



/*lay01*/

.lay01 {
	padding: 0px 20px 30px;
	width: 90%;
	margin-bottom: 40px;
}

.lay01 h3 {
	font-size: 12px;
letter-spacing: 0.1em;
	padding: 5px 40px 7px;
	margin-bottom: 25px;
}

.lay01 h4 {
	font-size: 20px;
letter-spacing: 0.15em;
	margin-bottom: 20px;
}


.lay01 .box01 {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.lay01 .box01 p {
	font-size: 14px;
}
	
	
/*lay02*/

.lay02 {
	width: 100%;
	margin-bottom: 50px;
}

.lay02 .box {
	width: 90%;
border-width : 4px;
	padding: 25px 20px 30px;
	margin-bottom: 60px;
}

.lay02 .box::after {
	height: 25px;
	margin-bottom: -50px;
}

.lay02 h4 {
	font-size: 24px;
}

.lay02 h5 {
font-size: 22px;
	margin: 15px 0px;
}


/*midashi*/

p.text01 {
	font-size: 14px;
}
	
.midashi01 {
	margin-bottom: 20px;
}

.midashi01 h3 {
	font-size: 40px;
}

.midashi01 h4 {
	top: -15px;
font-size: 20px;
	letter-spacing: 0.2em;
}
	
	
.midashi02 {
	margin-bottom: 30px;
background-position: center 12px;
}

.midashi02 h3 {
font-size: 22px;
	letter-spacing: 0.25em;
	padding: 0px 40px;
}


	
.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-side {
right: 10px;
top: 50px;
}
	
.banner-side img {
	width: 100px;
	height: auto;
}

/*btn-top*/
	
	.pagetop_btn {
		bottom: 60px;
		right: 5px;
	}
	
	.pagetop_btn a {
		width: 50px;
		height: 50px;
		padding-top: 15px;
	}
	

/*subcontents-map*/

.subcontents-map .box-in {
	display: block;
	text-align: center;
	padding: 35px 0px 20px;
}
	
.subcontents-map .box-in h3 {
	margin-bottom: 10px;
}
	
.subcontents-map .box-in h3 img {
	height: 22px;
	width: auto;
}
	
.subcontents-map .box-in p {
	padding: 0px;
	margin: 0px;
}
	
.subcontents-map h6 {
	width: 92%;
	padding: 12px 30px;
	font-size: 16px;
	margin-bottom: 25px;
}
	

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

/*footer*/

footer h2 img {
	height: 65px;
	width: auto;
}

.footer {
	width: 90%;
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0px;
}

.footer .box01 {
	margin-bottom: 30px;
}

.footer .box01 h3 {
	margin-bottom: 10px;
}
	
.footer .box01 h3 img {
	height: 55px;
	width: auto;
}

.footer .box01 h4, .footer .box01 h4 a {
	font-size: 36px;
}

.footer .box01 h4::before {
top: 12px;
}
	
.footer .box02 img {
	width: 100%;
height: auto;
}


.copy p {
	display: block;
	font-size: 10px;
	padding: 15px 0px;
	padding-bottom: 20%;
}
	
	/*footer-link*/

.footer-link {
	display: block;
}

      
}
