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

.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

.center_t{
	text-align: center !important;
}

a:hover{
	opacity: 0.7;
	transition: .3s;

}

#wrapper{
	min-width: 1200px;
	position: relative;
}

header{
	width: 100%;
    margin: 0 auto;
    padding: 10px 0;
	background-color: #fff;
	position: fixed;
	top: 0;
    z-index: 100;
    min-width: 1160px;
}

#header_inner{
    width: 1040px;
    margin: 0 auto;
}

h1{
	float: left;
}

header ul{
	display: inline-block;
}

.hd_tel_01{
    float: right;
    margin-top: 4px;
/*    width: 224px;*/
    width: 214px;
}

.hd_tel_01_pc,#news_btn{
	display: inline-block;
	vertical-align: middle;
}

.hd_tel_01_pc{
	margin-right: 10px;
}

header ul{
    margin: 9px 0 0 50px;
}

header ul.pc_only{
	display: inline-block;
}

header li{
	display: inline-block;
	font-size: 15px;
/*	margin-right: 15px;*/
	margin-right: 10px;
	padding: 0 5px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
}
header li:last-child{
	margin-right: 0;
}

header li.select_link{
	border-bottom: #b38a49 solid 4px;
}

header li:hover{
	border-bottom: #b38a49 solid 4px;
}

header li.nonlink:hover{
	border-bottom: none;
}

li.nonlink{
	color: #c9caca;
}
header li.new {
	position:relative;
	
}
header li.new::before {
	position:absolute;
	top:-5px;
	left:50%;
	transform: translate(-50%, -50%);
	padding:0 5px;
	content: 'new';
	background-color:#8e2d2d;
	color:#FFF;
	font-size: 8pt;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

#link_column p{
	margin-bottom: 35px;
    font-weight: 500;
}

#link_column ul{
	display: table;
    margin: 0 auto;
    width: 800px;
}

#link_column li{
	display: inline-block;
	padding: 0 26px 0 0;
    margin: 0 26px 0 0;
    border-right: solid 1px #111;
    line-height: 1.2;
}

#link_column li:nth-child(3),#link_column li:nth-of-type(6){
	margin-right: 0;
    border-right: none;
}

#news_btn{
	border: solid 1px #9fa0a0;
	float: right;
	padding: 1px 10px;
}

#news_btn a{
	display: block;

}

footer{
	background-color:#b38a49;
	color: #fff;
	text-align: left;
	padding: 15px 0;
	margin-top: 95px;
	font-size: 15px;
}

#footer_inner{
	width: 1000px;
	margin: 0 auto;
}

.copy_txt{
	font-size: 12px;
}

.ft_logo_01,.ft_txt_01{
    display: inline-block;
    vertical-align: middle;
}

.ft_txt_01{
    margin-left: 40px;
}

.footer_center{
	border-top: solid 1px #d9c4a1;
	border-bottom: solid 1px #d9c4a1;
	margin: 10px 0;
	padding: 10px 0;
}

.footer_center.pc_only p{
    letter-spacing: -0.015em;
}

.ft_txt_01_01{
	font-size: 32px;
	line-height: normal;
	margin-top: -10px;
}

.ft_txt_01_02{
	font-size: 18px;
	line-height: normal;
}


.copy_txt,.ft_txt_01_01,.ft_txt_01_02{
	font-family: 'Noto Sans JP', sans-serif;
}


#pagetop{
	position: fixed;
    right: 3%;
    bottom: 3%;
	display: none;
	z-index: 100;
	cursor: pointer;
}


.fadein {
    opacity : 0;
    transform : translate(0, 10px);
    transition : all 500ms;
}


.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

@media screen and (max-width : 768px){

body{
	font-size: 14px;
}	

.sp_only{
	display: block;
}

.pc_only{
	display: none;
}

img{
	max-width: 100%;
	height: auto;
}

#wrapper{
	width: 100%;
	min-width:320px;
}

header,#footer_inner{
    width: 100%;
}

header{
    min-width: 100%;
	height: 0;
    box-sizing: border-box;
    padding:3% 6% 12.734%;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index:1000;
}

#header_inner {
    width: auto;
}


h1 {
	width: 65.245%;
}


nav{
	display: none;
	position: fixed;
	top:72px;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	left: 0;
}


header ul.pc_only{
	display: none;
}

header li:hover{
    border-bottom: 1px solid #b38a49;
}

header li.nonlink:hover{
    border-bottom: 1px solid #b38a49;
}



header nav ul{
	display: block;
	margin: 0 auto;
	width: 100%;
    padding: 3% 6%;
    box-sizing: border-box;
}

header nav ul li{
    margin: 0 auto;
    border-bottom: 1px solid #b38a49;
    display: block;
    padding: 3% 0;
    text-align: left;
	background:url(../images/menu_arrow.png) no-repeat right center;
	background-size: 3% auto;
	font-size: 20px;
}

header nav ul li:first-child{
    border-top: 1px solid #b38a49;
}

header nav ul li:last-child{
	background: none;
}

header nav ul li a{
	display: block; 
}
	
header li.new::before {
	content: 'new';
	background-color:#8e2d2d;
	color:#FFF;
	font-size: 8pt;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}
header li span {
	padding:0 5px;
	content: 'new';
	background-color:#8e2d2d;
	color:#FFF;
	font-size: 8pt;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	
}

.hd_tel_01{
	margin: 2.2% 3% 0 0;
    width: 19.767%;
}


#tel_sp_txt{
	font-size: 15px;
    text-align: center;
}

#tel_sp_num{
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin-top: -3%;
}
	
/*開閉ボタン*/
#menu_btn{
    float: right;
    border: solid 1px #000;
    padding: 14px 15px;
    box-sizing: border-box;
    max-width: 60px;
    width: 10%;
    height: 60px;
    margin-top: 2%;

}
	
#nav_toggle{
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    top: 2px;
    z-index: 100;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #000;
	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: -10%;
}
#nav_toggle span:nth-child(2){
    top: 38%;
}
#nav_toggle span:nth-child(3){
	bottom: 0;
}
	
	/*開閉ボタン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);
}


.menu_news_btn{
	font-size: 21px;
	border: solid 1px #9fa0a0;
	margin: 0 6%;
	padding: 3%;
	box-sizing: border-box;
}

.menu_news_btn a{
	display: block;
}

#news_btn{
	display: none;
}

#link_column p {
    margin-bottom: 4%;
}

#link_column ul{
    width: 90.5%;
	max-width: 560px;
    margin: 0 auto;

}

#link_column li, #link_column li:nth-child(3) {
    margin-right: 0;
    display: block;
    padding: 0;
    margin: 0 0 5%;
    border-right: none;
    line-height: 1.2;
}

#link_column li:nth-of-type(even) {
    margin-right: 0;
}

#link_column li:nth-of-type(5) {
    margin-right: 1.5%;
}


#pagetop {
    right: 6%;
    width: 12.657%;
}

footer{
    padding: 6%;
	text-align: center;
    margin-top: 22%;
	font-size: 14px;
}

.footer_center dl{
/*    display: table;*/
	}

.footer_center dt,.footer_center dd{
/*	display: inline-block;
	vertical-align: middle;*/
}

.footer_center dt{
/*    width: 150px;
    text-align: left;*/
}

.footer_center_inner{
	width: 240px;
    margin: 0 auto;
}


.copy_txt, .ft_txt_01_01, .ft_txt_01_02 {
    text-align: center;
}

.ft_logo_01, .ft_txt_01 {
    float: none;
}


.ft_logo_01{
	width: 64.25%;
    margin: 0 auto 6%;
    max-width: 360px;
    display: block;
}

.ft_txt_01 {
    margin-left: 0;
}

.ft_txt_01_01 a{
	color: #fff;
}

.footer_center.sp_only p{
    margin-bottom: 6%;
}

.footer_center {
    margin: 5% 0;
    padding: 5% 0 0;
}

.copy_txt {
    font-size: 10px;
}

body,html{
	overflow: auto;
}

.lock{
  overflow: hidden;
}

}

@media screen and (max-width : 640px){
#menu_btn {
    float: right;
    border: solid 1px #000;
    padding: 2.143% 2.443% 7.3%;
    box-sizing: border-box;
    height: 0;
    max-width: 60px;
    width: 10%;
}
#nav_toggle{
    display: block;
    width: 100%;
	padding-bottom: 100%;
	height: 0;
}

.open #nav_toggle span:nth-child(1),.open #nav_toggle span:nth-child(3) {
    top: 38%;
}
}

@media screen and (max-width : 320px){
header nav ul li {
    font-size: 15px;
    padding: 2% 0;
}

#tel_sp_txt {
    font-size: 13px;
}

#tel_sp_num {
    font-size: 21px;
}

.menu_news_btn {
    font-size: 16px;

}

}