@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@500;700&display=swap');

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #000000;
    line-height: 2.4em;
	letter-spacing:0.05em;
	font-weight: 500;
	background: #f1f1f1;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
    z-index: 999;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.is_fixed .nav_fix {
	background: #fff;
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 9px 7px -8px rgba(0,0,0,.1);
}
.contents_inner_large {
    max-width: 100%;
    margin: 0 auto;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #444444;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
    opacity: 0.7;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.min {
	font-family: 'Noto Serif JP', serif;	
}
body .fix_banner {
	position: fixed;
	top: 120px;
	right: 0;
/*	transform: translateY(-50%);*/
	max-height: 70vh;
	z-index: 99;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
body .fix_banner a:not(:first-of-type) {
	margin-top: 10px;
}
body .fix_banner img {
	max-height: 34vh;
}
body .fix_banner span {
    display: none;
}
.h2_box {
	overflow:hidden;	
}
h2 {
    float: left;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
h2 span {
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 10px;
    font-weight: 100;
    color: #14439a;
}
.link_btn {
    float: right;
    width: 150px;
    display: block;
    border: 2px solid;
    padding: 7px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 150%;
}
@media screen and (max-width: 1000px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 840px) {
	.tab {
		display:none;	
	}
	h2 {
		font-size: 16px;
	}
	h2 span {
		font-size: 12px;
		display:block;
		padding-top:3px;
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	body .fix_banner img {
		display: none;
	}
	body .fix_banner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;		
		top: auto;
		bottom: 0;
	}
	body .fix_banner a {
		display: inline-block;
		width: 50%;
		text-align: center;		
		padding: 15px 5px;
		margin-top: 0 !important;
	}
	body .fix_banner a:first-of-type {
		background: #569e33;
	}
	body .fix_banner a:nth-of-type(2) {
		background: #E09133;
	}
	body .fix_banner span {
		color: #fff;
		display: block !important;
		text-align: center;		
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.link_btn {
		width: 120px;
	}
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
	background: #fff;
	height:90px;
}
header .logo_area {
    padding: 15px 0 0 15px;
}
header .logo_area p{
	text-align: right;
	font-size:11px;
	line-height:150%;
	padding-bottom:5px;
	color:#3E3D3D;
}
header .logo a{
    display: block;
    position: relative;
}
header nav {
    float: left;
}
header nav ul li{
    float: left;
    /*border-left: 1px solid #e9e9e9;*/
}
header nav ul .brochure_pdf a{
	/*background: #4f77b3;*/
	background: #e09133;
	color: #fff;
	padding: 36.5px 20px;
	
}
header nav ul .brochure_pdf a:hover{
	/*background: #6e90c4;*/
	background: #d98a2b;
}

header nav ul li a {
    display: block;
    padding: 24px 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    color: #444444;
    position: relative;
    line-height: 150%;
}
header nav ul li a span{
	display: block;
    color: #ababab;
    font-size: 11px;
    font-weight: 400;
	padding-top: 5px;
}
header nav ul li a:hover{
    background: #f1f1f1;
}
header #header_contact {
    width: 190px;
    background: #0d295e;
    text-align: center;
    padding: 22px 0;
}
header #header_contact .text{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
	color:#fff;
	line-height: 150%;
}
header #header_contact .tel{
	font-size: 16px;
	color:#fff;
	letter-spacing: 0;
	line-height: 150%;
	font-weight: 600;
}
header #header_contact .tel span {
    background: #ffffff;
    padding: 2px 5px;
    color: #000;
    margin-right: 5px;
    font-size: 11px;
}

@media screen and (max-width: 1300px) {
	header {
		height: 60px;
	}
	header .logo_text {
		display:none;	
	}
	header .logo_area{
		padding: 10px 0 0 15px;
		position: relative;
		z-index: 9999;
	}
	header nav ul li a{
        font-size: 12px;
        letter-spacing: 0;
        padding: 0 10px;
    }
    header .logo a{
        height: 60px;
    }
    header .right {
        display: none;
    }
    .menu_btn_wrap {
		width: 60px;
		height: 60px;
		cursor:pointer;
		background: #0d295e;
		position:fixed;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu_btn {
		width: 30px;
		height: 25px;
		display: block;
		position: absolute;
		top: 16px;
		right: 14px;
		background: #FFF;
		border-top: 12px solid #0d295e;
		border-bottom: 10px solid #0d295e;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index:999;
	}
	.menu_btn:before {
		content:'';
		position:absolute;
		width: 30px;
		height: 3px;
		background: #FFF;
		top:-9px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn:after {
		content:'';
		position:absolute;
		width: 30px;
		height: 3px;
		background: #FFF;
		bottom:-9px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active {
		background: #0d295e;
	}
	.menu_btn.active:before{
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.menu_btn.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
}
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	nav

-----------------------------------*/
#nav_pc {
   
}
#nav_sp{
	display:none;
}
@media screen and (max-width: 1300px) {
	#nav_pc{
		display:none;
	}
	#nav_sp{
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: #313131;
		position: fixed;
		top:60px;
		right: -100%;
		padding: 20px 2.5% 0;
		display:inline-block;
		z-index: 999;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
	}
	#nav_sp a{
		color:#fff;
	}
	#nav_sp.toggle{
		right: 0 !important;
	}
	#nav_sp_menu li{
		border-bottom: solid 1px #fff;
	}
	#nav_sp_menu li a{
		font-size: 15px;
		display:block;
		padding: 10px 2.5%;
		position: relative;
	}
	#nav_sp_menu li a.arrow:after {
    	font-size: 13px;
		top: 25%;
	}
	#nav_sp_menu li ul li:last-child{
		border-bottom:none;
	}
	#nav_sp_menu li ul li:first-child{
		border-top:1px solid #fff;
		margin-top: 8px;
	}
	
	#nav_sp a.brochure{
		display: block;
		/*background: #4f77b3;*/
		background: #e09133;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
        letter-spacing: 0.1em;
        color: #fff;
	}
	#nav_sp a.brochure:hover{
		/*background: #6e90c4;*/
		background: #d98a2b;
    }
    #nav_sp a.tel{
        display: block;
        background: #FFF;
        border-radius: 5px;
        margin-top: 20px;
        text-align: center;
        padding: 10px 0;
        font-size: 18px;
        letter-spacing: 0.1em;
        color: #313131;
        font-weight: 700;
    }
    #nav_sp a.tel::before{
        font-family: "Font Awesome 5 Free";
        content: "\f879";
        font-weight: 900;
        margin-right: 5px;
        color: #313131;
    }
	#nav_sp a.tel span {
		display: block;
		font-size: 12px;
		font-weight: 100;
	}
}

/*-----------------------------------

	lower

-----------------------------------*/
/* headline */
#headline {
    width: 100%;
    height: 200px;
    background: url(../img/common/headline.jpg) no-repeat center center;
    background-size: cover;
	background-position: top;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#headline h1 {
	color:#fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.1em;
}
#headline h1 span {
    font-family: "Noto Sans Japanese";
    display: block;
    font-size: 16px;
    line-height: 43px;
    margin-top: 8px;
    font-weight: 600;
    vertical-align: bottom;
}
@media screen and (max-width: 640px) {
    #headline {
        padding: 30px 0;
    }
    #headline h1{
        font-size: 24px;
    }
    #headline h1 span{
        display: block;
        font-size: 14px;
        line-height: 1;
        margin-left: 0;
        margin-top: 15px;
    }
}

/* breadcrumb */
#breadcrumb {
	background:#fff;
    border-bottom: 1px solid #e6e5e5;
}
#breadcrumb ul li {
    float: left;
    font-size: 11px;
}
#breadcrumb ul li::after {
    content: ">";
    margin: 0 10px;
}
#breadcrumb ul li:last-child::after {
    content: "";
    margin: 0;
}
@media screen and (max-width: 640px) {
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    z-index: 999;
    width: 44px;
    height: 44px;
    background: #191919;
    border-radius: 50%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop:after{
    font-size: 28px;
	color:#fff;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: bold;
	text-align: center;
    line-height: 44px;
    display: block;
}
#pagetop:hover:before{
    background: #191919;
}
#pagetop_sp{
	display:none;
}
@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 50px;
		background:#191919;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		padding-top: 15px;
		cursor: pointer;
		display:block;
		box-sizing:border-box;
	}
	#pagetop_sp:hover{
		background:#191919;
	}
	#pagetop_sp:after{
		font-size: 24px;
		color:#fff;
		font-family: "Font Awesome 5 Free";
		content: '\f077';
		font-weight: bold;
		text-align: center;
		display: block;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
	}
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
    background: #0d295e;
    color: #fff;
    text-align: center;
    padding: 20px 0 0 0;
    font-family: 'Noto Sans JP', sans-serif;
}
footer nav {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2%;
}
footer ul {
    float:left;
	width:45%;
}
footer ul li {
	display:block;
	text-align: left;
}
footer ul li a{
    color: #fff !important;
    font-size: 12px;
}
footer ul li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #ffffff;
    margin-right: 5px;
}
footer #address {
    width: 34%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
footer #address .logo{
    width: 189px;
    margin-bottom: 10px;
}
footer #address p{
    font-size: 12px;
    line-height: 1.4;
	margin-top: 15px;
}
footer .contact_box {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
footer .contact_box .tel {
    color: #fff;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
footer .contact_box .tel::before{
    content: '';
    width: 26px;
    height: 32px;
    background: url(../img/common/tel_icon.png) no-repeat;
    background-size: contain;
	position:absolute;
	left:0;
}
footer .contact_box .tel span{
	display: block;
    font-size: 12px;
    font-weight: 100;
	padding-top:6px;
}
footer .contact_box .contact_btn {
    background: #569e33;
    color: #fff;
    width: 250px;
	margin: 0 auto;
    display: block;
    padding: 14px;
    font-size: 15px;
    font-weight: 100;
    text-align: center;
    line-height: 150%;
}
footer #footer_copy {
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #1b1b1b;
    margin-top: 20px;
    padding: 40px 0;
}
@media screen and (max-width: 840px) {
    
	footer nav,
	footer #address {
		width: 48%;
	}
	footer ul {
		float: none;
		width: 100%;
	}
	footer ul li {
		float:left;
		display: inline-block;
		text-align: left;
	}
	footer ul li a{
        font-size: 10px;
        padding: 0 10px;
    }
	footer .contact_box {
		width: 100%;
		margin-top: 40px;
	}
}
@media screen and (max-width: 640px) {
    footer {
        padding: 0;
		padding-bottom: 43px;
    }
	footer .contents_inner {
		width: 100%;
		margin: 0 auto;
	}
    footer ul {
		width:100%;
		float:none;
        display: block !important;
    }
    footer ul li {
        width: 50%;
		float: left;
		border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
		text-align:center;
    }
    footer .ft_ul li:first-child {
        width: 100%;
		border-right: none;
    }
	 footer .f_ul li:nth-child(even) {
        border-right: none;
    }
	 footer ul li:nth-child(odd) {
        border-left: none;
    }
    footer ul li a{
        color: #fff !important;
        font-size: 12px;
        padding: 15px 0;
        display: block;
        line-height: 1;
    }
	footer #address {
		text-align:center;
	}
	footer #address .logo {
		margin: 0 auto;
		display: block;
	}
	footer #address{
		padding:30px 0;
	}
	footer #address,
	footer nav,
	footer .contact_box {
		width: 100%;
		display:block;
		overflow: hidden;
		padding-left: 0;
	}
   
}
