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

* {
	line-height: 1;
}

html {
    scroll-behavior: smooth;
}


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;
	transition: .5s;
}

a:hover {
	opacity: 0.75;
}

a[href^="tel:"] {
  pointer-events: none;
}


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

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

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

.contents-box a {
	color: #29aae1;
}

.contents-box p a {
	color: #29aae1;
}

.space-box {
	clear:both;
}

/*header*/

#header {
	width: 100%;
}

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

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

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

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		min-height: 100vh;
		background : rgba(198, 177, 152, 0.95);
		left: 0;
		overflow: auto;
		
	}
	nav > div {
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		display: flex;
  justify-content: center;
		align-items: center;
	}
	nav .nav-box {
		display: flex;
  justify-content: center;
flex-wrap: wrap;
		padding-top: 50px;
	}

nav ul:nth-child(1){
	border-right-style : solid;
border-right-color : rgba(255, 255, 255, 0.5);
border-right-width : 1px;
	}

	.contents-box nav ul li a {
		display: block; 
		color: #FFF;
		font-weight: 300;
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 0.1em;
		padding: 10px 80px;
	}

.contents-box nav ul li a::before {
		content: "■ ";
	font-size: 16px;
	}

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

nav ul li a span {
	display: inline-block;
	font-weight: normal;
	padding-left: 20px;
	font-size: 14px;
	}

/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 77px;
		height: 109px;
		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: 27px 15px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		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::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../images/flame.png");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 50%
}

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

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

.title h3, .title h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.title h3 {
	font-size: 67px;
color: #d8df21;
	font-weight: 600;
	text-shadow: 0px 0px 10px #000;
}

.title h4 {
font-size: 45px;
	color: #42210b;
	padding-top: 10px;
	text-shadow: 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
}


/*contents*/

.contents {
	width: 100%;
	padding-top: 70px;
	background-image: url("../../top/images/back01.png");
background-position: center center;
background-repeat: repeat-y;
}


/*midashi*/

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

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

.midashi01::before,
.midashi01::after {
    content: "";
    flex-grow: 1;
	background-image: url("../images/midashi01-back.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 16px;
}
 
.midashi01::before {
    margin-right: 30px;
	background-position: right top;
}
 
.midashi01::after {
    margin-left: 30px;
	background-position: left top;
}

.midashi02 {
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	margin-bottom: 60px;
	font-size: 23px;
color: #42210b;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 500;
}


/*pagetop_btn*/

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

.contents-box .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;
	padding-top: 40px;
	text-align: center;
}

.subcontents-map h4, .subcontents-map p {
color: #ffb19f;
line-height: 1.2;
font-weight: normal;
}

.subcontents-map h4 {
	margin: 20px 0px;
}

.subcontents-map p {
background : rgba(255, 177, 159, 0.1);
	padding: 20px 0px;
}

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

/*footer*/

footer {
}

/*subcontents-guide*/

.subcontents-guide {
	text-align: center;
	background : rgba(105, 212, 245, 0.6);
	padding: 30px 0px 70px;
}

.subcontents-guide .box-in {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	margin-top: 40px;
}

.subcontents-guide .box {
	width: 300px;
	margin: 0px 10px;
}

.subcontents-guide .box a {
	padding: 15px 0px;
	border-style : solid;
border-color : rgba(118, 187, 165, 0.55);
border-width : 1px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.55);
	font-size: 20px;
color: #76bba5;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	display: block;
}

.subcontents-guide .box a span {
	font-size: 14px;
	letter-spacing: 0em;
}

.subcontents-guide .box a:hover {
	opacity: 1;
	background-color: rgba(255,255,255,1);
}

/*subcontents-contact*/

.subcontents-contact {
	text-align: center;
	background : #f1f1f1;
	padding: 50px 0px;
}

.subcontents-contact .box-in {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.subcontents-contact .box {
	width: 430px;
	height: 105px;
	margin: 0px 15px;
	border-style : solid;
border-width : 1px;
	border-radius: 5px;
	background-color: #FFF;
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: column;
flex-wrap: wrap;
	overflow: hidden;
}

.subcontents-contact .box:nth-child(1) {
	border-color : #ffb19f;
}

.subcontents-contact .box:nth-child(2) {
	border-color : #76bba5;
	background-image: url("../images/btn-contact.svg");
background-position: center 30px;
background-repeat: no-repeat;
}

.subcontents-contact h5, .subcontents-contact h5 a {
	font-size: 32px;
color: #ffb19f;
line-height: 1.2;
font-weight: 500;
	letter-spacing: 0.05em;
	font-family: 'Zen Maru Gothic', sans-serif;
}

.subcontents-contact h5 {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}

.subcontents-contact h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 12px;
	background-image: url("../images/tel-contact.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 15px;
	height: 22px;
}

.subcontents-contact .box p, .subcontents-contact .box:nth-child(2) a {
line-height: 1.2;
font-weight: normal;
}

.subcontents-contact .box:nth-child(1) p {
	color: #ffb19f;
}

.subcontents-contact .box:nth-child(2) a {
	color: #76bba5;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

.subcontents-contact .box:nth-child(2) a:hover {
	opacity: 1;
}

.subcontents-contact .box:nth-child(2):hover {
	opacity: 0.75;
}

/*footer*/

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

.footer .box01, .footer .box02 ul {
	display: flex;
  justify-content: center;
	align-items: center;
flex-wrap: wrap;
}

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

.footer .box01 h4 {
	font-size: 14px;
color: #42210b;
line-height: 1.2;
font-weight: normal;
	margin-left: 20px;
}

.footer .box02 {
	display: none;
}

.footer .box02 h5 {
	margin-bottom: 25px;
}

.footer .box02 .box-in {
	width: 90%;
}

.copy {
	padding: 20px 0px 30px;
	text-align: center;
	border-top-style : solid;
border-top-color : #b2b2b2;
border-top-width : 1px;
}

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



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

#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 {
	padding: 10px;
}

.header-left h1 img {
	height: 35px;
}


#header h2 {
	padding-top: 10%;
}
	
.header h2 img {
		height: 65px;
		width: auto;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 53px;
		height: 75px;
		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 .nav-box {
		display: block;
	}

nav ul:nth-child(1){
	border-right-style : none;
	}

	
nav ul li {
	width: 100%;
	
}
	
.contents-box nav ul li a {
		font-size: 18px;
	padding: 8px 0px;
	}
	
.contents-box nav ul li a::before {
		font-size: 13px;
	}
	
	nav ul li a span {
font-size: 13px;
	}


/* main-img */

.main-img img {
height: 220px;
	object-fit: cover;
}
	
/*title-box*/
 
.title h3 {
	font-size: 40px;
}

.title h4 {
font-size: 24px;
	padding-top: 5px;
}
	
/*contents*/

.contents {
	padding-top: 40px;
}


/*midashi*/

p.text01 {
	font-size: 14px;
}
	
.midashi01 {
	margin-bottom: 30px;
}
	
.midashi01 img {
	height: 25px;
	width: auto;
}

.midashi01::before,
.midashi01::after {
	height: 14px;
}
 
.midashi01::before {
    margin-right: 25px;
}
 
.midashi01::after {
    margin-left: 25px;
}

.midashi02 {
	margin-bottom: 40px;
	font-size: 20px;
letter-spacing: 0.05em;
	padding: 0px 20px;
}




/*btn-top*/
	
	.pagetop_btn {
		bottom: 10px;
		right: 5px;
	}
	

/*subcontents-map*/

.subcontents-map h3 img {
	height: 25px;
	width: auto;
}
	
.subcontents-map h4 {
	padding: 0px 20px;
	line-height: 1.4;
}

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

/*subcontents-guide*/

.subcontents-guide {
	padding: 40px 0px 25px;
}
	
.subcontents-guide h3 img {
	height: 25px;
	width: auto;
}

.subcontents-guide .box-in {
	margin-top: 25px;
}

.subcontents-guide .box {
	width: 280px;
	margin: 0px 10px;
	margin-bottom: 10px;
}

.subcontents-guide .box a {
	font-size: 18px;
}

.subcontents-guide .box a span {
	font-size: 13px;
}

/*subcontents-contact*/

.subcontents-contact {
	padding: 40px 0px 30px;
}

.subcontents-contact .box {
	width: 290px;
	height: 90px;
	margin: 0px 10px;
	margin-bottom: 10px;
}

.subcontents-contact .box:nth-child(2) {
background-position: center 28px;
	background-size: auto 18px;
}

.subcontents-contact h5, .subcontents-contact h5 a {
	font-size: 28px;
}

.subcontents-contact h5 {
	padding-left: 20px;
}

.subcontents-contact h5::before {
top: 8px;
}

.subcontents-contact .box p, .subcontents-contact .box:nth-child(2) a {
	font-size: 13px;
}

.subcontents-contact .box:nth-child(2) a {
	padding-top: 57px;
}

/*footer*/

.footer {
	padding: 25px 0px 30px;
}

.footer .box01 {
	display: block;
}

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

.footer .box01 h4 {
	font-size: 13px;
	margin-left: 0px;
	padding-top: 10px;
}
	
.footer .box02 h5 {
	margin-bottom: 15px;
}

.copy {
	padding: 20px 0px;
}

.copy p {
	font-size: 10px;
}


      
}
