@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
	
/*-----------------------------------

	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 JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #313131;
    line-height: 1.8em;
	letter-spacing:0.2rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.min{
	font-family: "游明朝体","Yu Mincho", "YuMincho", "Sawarabi Mincho",serif;
	font-weight: 500;
}
.no_min{
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
}
.contents_inner_large {
    max-width: 100%;
    margin: 0 auto;
}
.contents_inner{
	width: 1020px;
	margin: 0 auto;
}
.box_inner {
    width: 510px;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #9c9656;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#89844a;
	text-decoration:none;
}
a.opacity img{
	transition : 0.3s ;
	-webkit-transition : 0.3s ;
	-moz-transition    : 0.3s ;
	-o-transition      : 0.3s ;
	-ms-transition     : 0.3s ;
}
a.opacity:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg_gray{
	background: url(../img/common/bg_gray.png);
}
.bg_cream{
	background: url(../img/common/bg_cream.png);
}
a.arrow:after{
	font-size:20px;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: bold;
	position:absolute;
	top: 40%;
	right:15px;
	transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
@media screen and (max-width: 840px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.box_inner {
		width: 100%;
	}
	.sp{
		display:none;
	}
	.pc{
		display:none;
	}
	.tab{
		display:block;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.min{
		font-family:"Sawarabi Mincho", serif;
		font-weight: normal !important;
	}
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}

/*-----------------------------------

	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 {
	width: 100%;
	height: 85px;
	background:#fff;
	border-top: solid 15px #2c4b64;
}
header h1{
	width: 270px;
	margin:25px 0 0 ;
}
header nav{
	width: 740px;
	margin: 30px 0 0;
}
header ul li{
	width: 20%;
	text-align:center;
	float: left;
}
header ul li a{
	font-size: 10px;
	color:#b2ad77 !important;
	line-height: 1.8rem;
	letter-spacing:0.1rem;
	display:block;
}
header ul li span{
	font-size: 16px;
	color:#0d3b60;
	display:block;
}
header ul li a:hover,
header ul li a:hover span{
	color:#a5a06b !important;
}
@media screen and (max-width: 840px) {
	header {
		height: 45px;
		z-index:999;
		border-top: solid 3px #2c4b64;
		padding-top: 10px;
	}
	header h1 {
		width: 80%;
		max-width: 240px;
		margin:0;
	}
	header h1 a{
		display:block;
	}
	header h1 img{
		width: 100%;
	}
	header nav{
		display:none;
	}
	.menu_btn_wrap {
		width: 55px;
		height: 55px;
		cursor:pointer;
		background: #b2ad77;
		position: absolute;
		top: 3px;
		right: 0;
		z-index: 999;	
	}
	.menu_btn {
		width: 33px;
		height: 25px;
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
		background: #fff;
		border-top: 12px solid #b2ad77;
		border-bottom: 10px solid #b2ad77;
		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: 33px;
		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: 33px;
		height: 3px;
		background: #fff;
		bottom:-9px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active {
		background:#b2ad77;
	}
	.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;
	}
}
/*-----------------------------------

	nav

-----------------------------------*/
#nav_sp{
	display:none;
}
@media screen and (max-width: 1000px) {
	#nav_pc{
		display:none;
	}
	#nav_sp{
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: #2c4b64;
		position: fixed;
		top:55px;
		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,#nav_sp p{
		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 a:hover{
		background:#153752;
	}
	#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;
	}
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
}
#pagetop:before{
    content: "";
    width: 40px;
    height: 5px;
    background: #b2ad77;
    border-radius: 3px;
    display: block;
}
#pagetop:after{
    font-size: 35px;
	color:#b2ad77;
    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;
    -webkit-transition-duration: 0.3s;
}
#pagetop:hover:before{
    background: #89844a;
}
#pagetop:hover:after{
	color: #89844a;
}
#pagetop_sp{
	display:none;
}
@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 50px;
		background:#b2ad77;
		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:#89844a;
	}
	#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;
	}
}

/*-----------------------------------

	btm_contact

-----------------------------------*/
#btm_contact{
	height: 310px;
	background:#2c4b64;
}
#btm_contact #btm_contact_left{
	width: 50%;
	height: 310px;
	background:url(../img/common/btm_contact_img_01.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	float: left;
}
#btm_contact #btm_contact_right{
	width: 50%;
	height: 310px;
	float: right;
}
#btm_contact #btm_contact_right{
	height: 310px;
	color:#fff;
	float: left;
	background:#2c4b64;
	padding: 40px 30px;
	box-sizing:border-box;
}
#btm_contact #btm_contact_right a{
    width: 360px;
    height: 70px;
    text-align: right;
    display: block;
    color: #fff;
    background: #b2ad77;
	margin-top: 20px;
	position:relative;
    padding:24px 50px 0 25px;
	border-bottom:solid 5px #fff;
    box-sizing: border-box;
}
#btm_contact #btm_contact_right a:hover{
	background: #a5a06b;
}
#btm_contact #btm_contact_right a span{
	font-size:28px;
	float: left;	
}
#btm_contact #btm_contact_right a:after {
    color: #fff;
    top: 35%;
    right: 15px;
}
#btm_contact #btm_contact_right a:hover:after {
    right: 30px;
}
#btm_contact #btm_contact_right .office{
	font-size: 24px;
	margin-bottom: 10px;
}
#btm_contact #btm_contact_right ul{
	margin-top: 10px;
}
#btm_contact #btm_contact_right ul li{
	float: left;
}
#btm_contact #btm_contact_right ul li:first-child{
	line-height: 2.1rem;
	padding-left: 35px;
}
#btm_contact #btm_contact_right ul li:first-child span{
	font-size: 24px;
	letter-spacing:0.4rem;
	position:relative;
	display: inline-block;
}
#btm_contact #btm_contact_right ul li:first-child span:before {
    content: url(../img/common/icon_tel_w.svg);
    width: 28px;
    height: 42px;
    position: absolute;
    left: -35px;
}
#btm_contact #btm_contact_right ul li:nth-child(2){
	margin-left: 20px;
}
#btm_contact #btm_contact_right ul li:nth-child(2) span{
	font-size: 18px;
}
@media screen and (max-width: 840px) {
	#btm_contact #btm_contact_left {
		width: 35%;
		background-position: right bottom;
	}
	#btm_contact #btm_contact_right {
		width: 65%;
		padding: 30px 20px;
	}
	#btm_contact #btm_contact_right ul li:first-child {
		margin-bottom: 10px;
	}
	#btm_contact #btm_contact_right a {
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	#btm_contact{
		height: auto;
		background:#2c4b64;
	}
	#btm_contact #btm_contact_left {
		width: 100%;
		height: 150px;
		float: none;
		background-position: right bottom;
	}
	#btm_contact #btm_contact_right {
		width: 100%;
		height: auto;
		text-align: center;
		float: none;
		padding: 20px 2.5% 30px;
	}
	#btm_contact #btm_contact_right a{
		width: 80%;
		height: 60px;
		margin: 20px auto 0;
		padding: 16px 50px 0 25px;
	}
	#btm_contact #btm_contact_right a span {
		font-size: 20px;
	}
	#btm_contact #btm_contact_right ul li {
		float: none;
	}
	#btm_contact #btm_contact_right ul li:nth-child(2) {
    	margin-left: 0;
	}
	#btm_contact #btm_contact_right .office {
		font-size: 18px;
		margin-bottom: 5px;
	}
	}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
	
}
footer a{
	color:#0d3b60 !important;
}
footer a:hover{
	color:#a5a06b !important;
}
#footer_top{
	height: 45px;
	background:#f4f4f4;
	padding-top: 10px;
	box-sizing:border-box;
}
#footer_top ul li{
	width: 20%;
	float: left;
	text-align:center;
}
#footer_top ul li a{
	font-size: 16px;
}
#footer_bottom {
	height: 40px;
	padding-top: 5px;
	box-sizing:border-box;
}
#footer_bottom ul li{
	float: left;
	margin-left: 20px;
}
#footer_bottom ul li a{
	font-size: 12px;
	font-size: 1.2rem
}
#footer_bottom small{
	font-size: 12px;
	font-size: 1.2rem;
	color:#0d3b60;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 640px) {
	footer .contents_inner {
		width: 100%;
		margin: 0 auto;
	}
	#footer_top{
		height: auto;
		padding-top: 0;
		box-sizing:border-box;
	}
	#footer_top ul li{
		width: 50%;
		float: left;
		margin-left: 0;
		border-bottom: solid 1px #dfdfdf;
		box-sizing:border-box;
	}
	#footer_top ul li:nth-child(2n){
		border-left: solid 1px #dfdfdf;
	}
	#footer_top ul li a{
		font-size: 14px;
		display:block;
		padding: 15px 0;
	}
	#footer_top ul li a:hover{
		background:#e8e8e8;
	}
	#footer_bottom {
		height: auto;
		padding: 10px;
	}
	#footer_bottom ul {
		display:none;
	}
	#footer_bottom small{
		float: none !important;
		text-align:center;
		display: block;
	}
}








