@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}


html {
  scroll-padding-top:70px;
	scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
	object-fit: cover;
}


/*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%;
	}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: 0.5s;
}

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: #2C2C2C;
	font-size: 1.05vw;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 1.05vw;
	color: #2C2C2C;
	line-height: 2;
}

.contents-box a {
	color: #2C2C2C;
	font-weight: 400;
}

.contents-box p a {
	color: #2C2C2C;
	font-weight: 400;
}


/*header*/

#header {
	width: 100%;
}

.header {
	z-index: 99;
	width: 100%;
	position: fixed;
left: 0px;
top: 0px;
}

.header-in {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
}

.header .header-left {
	padding-left: 1.5%;
}

.header .header-left img {
	height: 110px;
	width: auto;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
	border-radius: 0px 0px 20px 20px;
}

.header .pc-nav, .header .pc-nav-btn {
	display: flex;
  justify-content: flex-end;
	align-items: center;
}

.sp-nav-btn {
  justify-content: space-between;
flex-wrap: wrap;
	position: fixed;
left: 0px;
bottom: 0px;
	width: 100%;
	z-index: 100;
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	display: none;
}

.sp-nav-btn h6 {
	flex: 1;
}

.header .pc-nav-btn h6 a, .sp-nav-btn h6 a {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
	width: 180px;
	height: 70px;
	text-align: center;
	transition: .5s;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.sp-nav-btn h6 a {
	width: 100%;
}


.header .pc-nav-btn h6:nth-child(1) a, .sp-nav-btn h6:nth-child(1) a {
	background-color: #FF6E01;
}

.header .pc-nav-btn h6:nth-child(2) a, .sp-nav-btn h6:nth-child(2) a {
	background-color: #DB1D15;
}

.header .pc-nav-btn h6 a:hover {
	opacity: 0.75;
}


/* スマホメニュー */

.c-spheader {
	width: 70px;
	z-index: 99999999;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
/*	display: none;*/
}

.c-spheader .hn {
	width: 70px;
}
	
.drawer-nav {
	display: none;
		position: absolute;
		top:0;
	right: 0px;
		width: 40%;
	max-width: 100%;
		height: 100vh;
		overflow: auto;
	z-index: 99;
	background-color: #2C2C2C;
	}

@media screen and (max-width: 737px) {
.drawer-nav {
		width: 100%;
	}
}

	.drawer-menu {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		display: flex;
  justify-content: center;
		align-items: flex-start;
flex-wrap: wrap;
	}

.drawer-menu-item {
	width: 88%;
	padding-top: 70px;
}

.c-spheader .d-itembox {
	width: 100%;
	border-top-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}

.c-spheader .d-item {
	position: relative;
	width: 100%;
}

.c-spheader .d-item:not(:last-child) {
	border-bottom-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}
	
.c-spheader .d-item-in a {
  font-size: 18px;
	line-height: 1.2;
  display: block;
  text-decoration: none;
	color: #FFF;
font-weight: 400;
	position: relative;
	width: 100%;
	padding: 20px 5px;
}

/* 子階層 */

.c-spheader .d-sublist {
	border-top-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
	display: none;
	padding: 5px 0px;
	background-color: #FFF;
}

.c-spheader .sublist a {
  font-size: 14px;
  display: block;
  text-decoration: none;
font-weight: 400;
	position: relative;
	padding: 15px 0px;
	padding-left: 20px;
}

.c-spheader .sublist:not(:last-child) a {
  border-bottom-style : solid;
border-color : #ccc;
border-width : 1px;
}

.c-spheader .d-item a:hover {
	opacity: 0.75;
}

/* 子階層トグルボタン */

.c-spheader .d-btn {
	position: absolute;
right: 0px;
top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	}

.c-spheader .d-btn span {
	position: relative;/*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
	}

.c-spheader .d-btn::before,
.c-spheader .d-btn::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #FFF;
	 transition: all .5s ease;
    
}
.c-spheader .d-btn::before{
    top:30px;
    right: 13px;
    transform: rotate(0deg);
    
}
.c-spheader .d-btn::after{    
    top:30px;
    right: 13px;
    transform: rotate(90deg);

}

.c-spheader .d-btn.close::after{
  transform: rotate(180deg);
}
	
/*開閉ボタン*/
	#nav_toggle{
		width: 70px;
		height: 70px;
		padding: 25px 20px;
		position: relative;
		top: 0px;
		right: 0px;
		z-index: 1000000;
		cursor: pointer;
		background-color: #2C2C2C;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		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:2px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}
	
	/*開閉ボタンopen時*/
    .open #nav_toggle span {
			background: #FFF;
		}
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -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: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* layout */

.layout-c {
	margin-left: auto;
	margin-right: auto;
}

.layout-66 {
	width: 66.6%;
	margin-left: auto;
	margin-right: auto;
}




/*footer*/

footer {
	width: 100%;
}

/* footer-guide */

.footer-guide {
	width: 100%;
	background-color: #FFF;
}

.footer-guide .box-inner {
	padding: 45px 0px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: flex-end;
}
.footer-guide .box-inner .lay03{
	border-left:1px solid #ccc;
	padding-left: 40px;
	padding-top:0px;
	padding-bottom: 0px; 
	width: 50%;
}
.footer-guide .box-inner .lay03 p{
	font-size:14px;
	line-height: 24px;
	position: relative;

}
.footer-guide .box-inner .lay03 a{
	position: relative;

}
.footer-guide .box-inner .lay03 p a::before {
	content: "";
	position: absolute;
right: -20px;
top: 2px;
	background-image: url("../../common/images/common/icon-link.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 14px;
	height: 14px;
}
.footer-guide h3 {
	font-size: 19px;
color: #FF6E01;
	letter-spacing: 0.05em;
line-height: 1.2;
font-weight: 700;
	padding-top: 10px;
}

.footer-guide h6 a {
line-height: 1.2;
font-weight: 400;
	display: inline-block;
	position: relative;
	padding-right: 30px;
}

.footer-guide h6 a::before {
	content: "";
	position: absolute;
right: 0px;
top: 2px;
	background-image: url("../../common/images/common/icon-link.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 14px;
	height: 14px;
}

/* footer-copy */

.footer-copy {
	width: 100%;
	background-color: #2C2C2C;
	text-align: center;
	padding: 10px 0px;
}

.footer-copy p {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
font-weight: 400;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
/*	min-width: 1280px;*/
	min-width: 0px;
	}
	
a[href^="tel:"] {
    pointer-events: none;
}
	

}
@media screen and (max-width: 737px) {
	
html {
  scroll-padding-top:70px;
}
	
    body {
    }

.contents-box {
	font-size: 14px;
/*	font-size: 4.3vw;*/
}

.contents-box p {
	font-size: 14px;
/*	font-size: 4.3vw;*/
}
	

/* header */
	
.header .header-left {
	padding-left: 3%;
}

.header .header-left img {
	height: 70px;
}

.header .pc-nav-btn {
	display: none;
}
	

/* layout */

.layout-66 {
	width: 84%;
}


/*footer*/

footer {
	text-align: center;
}

/* footer-guide */

.footer-guide .box-inner {
  justify-content: center;
	gap:30px;
}

/* footer-copy */

.footer-copy {
	padding: 15px 0px;
	padding-bottom: 90px;
}

.footer-copy p {
	font-size: 12px;
}


.sp-nav-btn {
	display: flex;
}
  .footer-guide .box-inner .lay03{
	border-left:none;
	padding-left: 0px;
	padding-top:0px;
	padding-bottom: 0px; 
	width: 100%;
}    
}
