@charset "UTF-8";

/*-----------------------------------

	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 Serif JP', serif;
	font-size: 14px;
	font-size: 1.4em;
	color: #251e1c;
	line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

::selection {
	background: #333;
	color: #fff;
}

//Firefox
::-moz-selection {
	background: #333;
	color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
}
*, *: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;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.gothic {
	font-family: "Noto Sans JP","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* device */
.sp {
	display:none !important;
}
.tab {
	display:none !important;
}
.pc {
	display:block !important;
}

/* contents */
.contents_inner{
	width: 1100px;
	margin: 0 auto;
}
.link_btn {
	display: block;
	width: 270px;
	font-size: 15px;
	text-align: center;
	color: #000 !important;
	padding: 15.5px 0;
	margin: 0 auto;
	border: 1px solid #000;
	position: relative;
}
.link_btn:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #231815;
	border-right: solid 2px #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}
.link_btn:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 2px;
	background: #231815;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
}
.link_btn:hover {
	color: #000 !important;
	background-color: #ddd;
}
.link_btn:hover:before,
.link_btn:hover:after {
	right: 20px;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
.simple_h2 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}
.bg_blue {
	background: url(../img/common/bg_blue.jpg) no-repeat;
	background-size: cover;
}
.first_text {
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	margin: 20px 0 25px;
}
/* sub_menu */
.sub_menu {
	display: none;
}

@media screen and (max-width: 1130px) {

	.contents_inner{
		width: 90%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}

/* device */
	.sp{
		display:none !important;
	}
	.pc{
		display:none !important;
	}
	.tab{
		display:block !important;
	}

}

@media screen and (max-width: 640px) {

/* device */
	.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
	}

/* contents */
	.simple_h2 {
		font-size: 22px;
	}
	.simple_h2 img {
		width: 260px;
	}
	.link_btn {
		width: 240px;
		font-size: 16px;
	}
	.first_text {
		font-size: 15px;
	}

}

/*-----------------------------------

	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 {
	z-index: 99;
	position: relative;
}
header .logo_area {
	padding: 14px 0 14px 20px;
}
header .logo_area p {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
header h1 {
	display: inline-block;
	font-size: 13px;
}
header .contact_head_box {
	width: 1100px;
	margin: -80px auto 0;
}
header .contact_head_box a {
	margin-bottom: 10px;
}
#nav_pc {
	background: url(../img/common/nav_bg.png);
	background-size: cover;
}
#nav_pc ul {
	width: 1100px;
	margin: 0 auto;
}
#nav_pc li {
	float: left;
	width: 183px;
	position: relative;
}
#nav_pc li a {
	display: block;
	padding: 16px 0;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #251e1c;
	position: relative;
	border-right: 4px solid #fff;
}
#nav_pc li:first-child a {
	border-left: 4px solid #fff;
}
#nav_pc li a:hover {
	color: #333;
	background: #bbf2eb;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}
/*
#nav_pc li:hover > ul{
	display:block;
	z-index:2;
}
#nav_pc li ul {
	display: none;
	width: 100%;
	background: #333;
	top: 100px;
	left: 0;
	position: absolute;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	box-shadow: 0px 12px 20px -9px rgba(90, 90, 90, 0.3);
}
#nav_pc li ul li {
	width: 100% !important;
	float: none !important;
}
#nav_pc li ul li a {
	font-family: 'Noto Serif JP', serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #fff;
	line-height: 150% !important;
	padding: 15px 0 !important;
	height: auto !important;
	border-bottom: 1px solid #ddd;
}
#nav_pc li ul a:hover {
	color: #fff;
	background: #000;
}
#nav_pc li ul li a:hover:before {
	display: none !important;
}
*/
#nav_sp{
	display: none;
}

@media screen and (max-width: 1600px) {

	#nav_pc li ul {
		width: 150px;
	}

}

@media screen and (max-width: 1410px) {

	header .logo_area {
		padding-bottom: 10px;
	}
	#nav_pc {
		margin-top: 0;
		width: 100%;
	}
	#nav_pc li ul {
		top: 55px;
	}

}

@media screen and (max-width: 1100px) {

	header .logo_area {
		padding: 10px 0 10px 15px;
	}
	#nav_pc ul {
		width: 100%;
	}
	#nav_pc li {
		width: 16.666%;
	}
	#nav_pc li a {
		font-size: 13px;
	}
	header .contact_head_box {
		width: 100%;
		margin: -80px auto 0;
	}
	header .contact_head_box a {
		width: 17%;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 840px) {
	
	header {
		width: 100%;
		height: 50px;
		background-image: url(../img/common/sp/nav_bg.png);
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
		position: fixed;
		top: 0;
		left: 0;
	}
	header .logo_area {
		float: left;
		width: 130px;
		margin: 5px 0 0 0;
		padding: 5px 0 5px 15px;
	}
	header .logo_area img {
		width: 130px;
	}
	header .logo_area p {
		font-size: 10px;
		margin-bottom: 2px;
	}
	header .contact_head_box {
		display: none;
	}
/* nav_sp */
	#nav_pc {
		display: none;
	}
	#nav_sp{
		float: right;
		display: block;
	}
	#menu{
		display: none;
		background: #f5f9f8;
		width: 100%;
		position: absolute;
		right: 0;
		top: 50px;
		margin: 0 auto;
		z-index: 99;
	}
	#menu li {
		text-align: center;
		border-top: 1px dotted #d5d9d8;
	}
	#menu li:last-child {
		border-bottom: 1px dotted #d5d9d8;
	}
	#menu li a {
		font-size: 13px;
		font-weight: 500;
		text-decoration: none;
		display: block;
		padding: 15px 0;
	}
	#menu li a:hover {
		color: #717171;
	}
	#sp-icon {
		display: block;
		width: 50px;
		height: 50px;
		z-index: 9999;
	}
	#sp-icon:hover {
		cursor: pointer;
		opacity: 0.7;
	}
	#sp-icon span,
	#sp-icon span:before,
	#sp-icon span:after {
		display: inline-block;
		width: 30px;
		height: 3px;
		background: #000;
		z-index: 999;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.3s;
	}
	#sp-icon span {
		right: -1%;
		top: 23px;
		transform: translate( -50%, -50% );
	}
	#sp-icon span:before {
		content: "";
		transform: translateY( -10px ) rotate( 0deg );
	}
	#sp-icon span:after {
		content: "";
		transform: translateY( 10px ) rotate( 0deg );
	}
	.sp-open span {
		background: transparent !important;
	}

	.sp-open span:before {
		transform: rotate( 45deg ) !important;
	}

	.sp-open span:after {
		transform: rotate( -45deg ) !important;
	}

/* sub_menu */
	.sub_menu {
		display: block;
		float: right;
		width: 145px;
	}
	.sub_menu li {
		float: left;
		width: 48px;
		height: 50px;
		background: #e5e5e5;
		font-family: "Noto Sans JP","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}
	.sub_menu li:nth-child(1) {
		background: #0096f6;
		background: -moz-linear-gradient(left,  #0096f6 15%, #82ccfb 100%);
		background: -webkit-linear-gradient(left,  #0096f6 15%,#82ccfb 100%);
		background: linear-gradient(to right,  #0096f6 15%,#82ccfb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096f6', endColorstr='#82ccfb',GradientType=1 );
	}
	.sub_menu li:hover:nth-child(1) {
		background: #82ccfb;
		background: -moz-linear-gradient(left,  #82ccfb 0%, #0096f6 85%);
		background: -webkit-linear-gradient(left,  #82ccfb 0%,#0096f6 85%);
		background: linear-gradient(to right,  #82ccfb 0%,#0096f6 85%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ccfb', endColorstr='#0096f6',GradientType=1 );
	}
	.sub_menu li:nth-child(2) {
		background: #df7aa4;
		background: -moz-linear-gradient(left,  #df7aa4 28%, #ecafc8 100%);
		background: -webkit-linear-gradient(left,  #df7aa4 28%,#ecafc8 100%);
		background: linear-gradient(to right,  #df7aa4 28%,#ecafc8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df7aa4', endColorstr='#ecafc8',GradientType=1 );
	}
	.sub_menu li:hover:nth-child(2) {
		background: #ecafc8;
		background: -moz-linear-gradient(left,  #ecafc8 0%, #df7aa4 72%);
		background: -webkit-linear-gradient(left,  #ecafc8 0%,#df7aa4 72%);
		background: linear-gradient(to right,  #ecafc8 0%,#df7aa4 72%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecafc8', endColorstr='#df7aa4',GradientType=1 );
	}
	.sub_menu li:nth-child(3) {
		background: #00aaa4;
		background: -moz-linear-gradient(left,  #00aaa4 36%, #73d0cd 77%);
		background: -webkit-linear-gradient(left,  #00aaa4 36%,#73d0cd 77%);
		background: linear-gradient(to right,  #00aaa4 36%,#73d0cd 77%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaa4', endColorstr='#73d0cd',GradientType=1 );
	}
	.sub_menu li:hover:nth-child(3) {
		background: #73d0cd;
		background: -moz-linear-gradient(left,  #73d0cd 23%, #00aaa4 64%);
		background: -webkit-linear-gradient(left,  #73d0cd 23%,#00aaa4 64%);
		background: linear-gradient(to right,  #73d0cd 23%,#00aaa4 64%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d0cd', endColorstr='#00aaa4',GradientType=1 );
	}
	.sub_menu li span {
		display: block;
		font-size: 10px;
		color: #fff;
		text-align: center;
	}
	.sub_menu li img {
		display: block;
		margin: 10px auto 0;
	}

}

@media screen and (max-width: 420px) {

	header .logo_area,
	header .logo_area img {
		width: 173px;
	}
	header .logo_area {
		padding: 0 0 0 10px;
	}

}

@media screen and (max-width: 375px) {

	header .logo_area,
	header .logo_area img {
		width: 150px;
	}
	header .logo_area {
		padding: 2px 0 2px 10px;
	}

}

@media screen and (max-width: 320px) {

	header .logo_area,
	header .logo_area img {
		width: 123.5px;
	}
	header .logo_area {
		padding: 5px 5px 5px 10px;
	}

}

/*-----------------------------------

	contents

-----------------------------------*/

/* lower_img */
.lower_img {
	background: #e37878;
}
.lower_img .contents_inner {
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.lower_img h2 {
	font-size: 18px;
	color: #fff;
}
.lower_img h2 span {
	font-size: 34px;
	display: block;
	color: #fff;
	margin-bottom: 15px;
}

/* breadcrumb */
#breadcrumb {
	width: 100%;
	font-size: 12.5px;
	font-weight: 500;
	color: #4d4d4d;
	padding: 8px 0;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #f4f4f4;
}
#breadcrumb .breadcrumb_text{
	display: inline-block;
	padding-left: 5px;
}
#breadcrumb .breadcrumb_link{
	display: inline-block;
	color: #cdcdcd;
}
#breadcrumb .breadcrumb_link:nth-child(1) a{
	font-family: 'akrobat';
	font-weight: 800;
}
#breadcrumb .breadcrumb_link a{
	margin: 0 8px;
	color: #c73434;
}
#breadcrumb .breadcrumb_link a:hover{
	opacity: 0.8;
}
#breadcrumb::-webkit-scrollbar {
	height: 5px;
}
#breadcrumb::-webkit-scrollbar-track {
	background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}

@media screen and (max-width: 840px) {

	.lower_img .contents_inner {
		width: 100%;
		padding: 50px 4%;
	}

}

@media screen and (max-width: 640px) {

/* breadcrumb */
	#breadcrumb{
		font-size: 11px;
		height: auto;
	}
	#breadcrumb ul li{
		font-size: 11px;
		font-size: 1.1rem;
	}

/* lower_img */
	.lower_img .contents_inner {
		padding: 25px 5% 22px;
	}
	.lower_img h2 {
		font-size: 12px;
	}
	.lower_img h2 span {
		font-size: 16px;
		margin-bottom: 2px;
	}
}

/*-----------------------------------

	lower_head

-----------------------------------*/
.lower_head {
	height: 230px;
    background:#F9ECF0;
	/*position:relative;*/
}
.lower_contents {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.lower_head .lower_contents::before {
    content: "";
    width: 320px;
    height: 320px;
    background: url(../img/common/left_img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -150px;
    top: 0;
}
.lower_head .lower_contents::after {
    content: "";
    width: 320px;
    height: 320px;
    background: url(../img/common/right_img.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -150px;
    top: 0;
}
/*.lower_head h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/
.lower_head h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto !important;
    text-align: center;
}

@media screen and (max-width: 1180px) {

	.lower_contents {
		width: 95%;
	}

}

@media screen and (max-width: 840px) {

	.lower_head {
		margin-top: 50px;
	}

}

@media screen and (max-width: 640px) {

	.lower_contents {
		width: 90%;
	}
	.lower_head {
		height: 130px;
	}
	.lower_head h2 {
		width: 150px;
		top: 45px;
	}
	.lower_head .lower_contents::before {
		width: 150px;
		height: 150px;
		left: -30px;
		top: 0;
	}
	.lower_head .lower_contents::after {
		width: 150px;
		height: 150px;
		right: -30px;
		top: 0;
	}

}

/*-----------------------------------

	contact_block

-----------------------------------*/

#contact_block {
	color: #fff;
	padding: 35px 0;
	background: #8e8e8e;
}
#contact_block h2 {
	width: 250px;
	margin: 50px 35px 0 0;
}
#contact_block h2,
#contact_block h2 span {
	text-align: left;
	color: #fff;
}
#contact_block .contact_box {
	margin: 0 auto;
}
#contact_block .tel_box  {
	width: 270px;
}
#contact_block .tel_box .tel_txt {
	font-size: 34px;
	font-weight: 900;
	margin: 40px 0 10px;
}
#contact_block .tel_box .tel_txt:before {
	content: url(../img/common/icon_tel_wh.png);
	margin-right: 10px;
}
#contact_block .hotpepper_box {
	width: 490px;
	padding: 15px 20px;
	background: #fff;
	border: 2px solid #de6f6f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#contact_block .hotpepper_box .left_box {
	width: 320px;
}
#contact_block .hotpepper_box .left_box p {
	font-size: 12px;
	color: #5f4041;
	margin-bottom: 5px;
}

@media screen and (max-width: 1130px) {

	#contact_block {
		padding: 45px 0;
	}
	#contact_block h2 {
		float: none !important;
		width: auto;
		margin: 0 auto;
	}
	#contact_block h2,
	#contact_block h2 span {
		text-align: center;
	}
	#contact_block .tel_box .tel_txt {
		text-align: center;
	}
	#contact_block .tel_box {
		display: block;
		text-align: center;
		float: none !important;
		margin-top: 0;
		width: 100%;
	}
	#contact_block .hotpepper_box {
		float: none !important;
		width: 50%;
		margin: 30px auto 0;
	}

}

@media screen and (max-width: 1000px) {

	#contact_block {
		padding: 55px 0 45px;
	}
	#contact_block .hotpepper_box {
		width: 60%;
		margin-top: 20px;
	}

}

@media screen and (max-width: 840px) {

	#contact_block .contact_box {
		width: 100%;
		padding: 15px 4%;
	}
	#contact_block .hotpepper_box {
		width: 70%;
		padding: 20px;
	}
	#contact_block .hotpepper_box .left_box {
		float: none !important;
		width: 100%;
	}
	#contact_block .qr_box {
		float: none !important;
		margin-top: 15px;
	}
	#contact_block .qr_box img {
		display: block;
		margin: 0 auto;
	}
	#contact_block .hotpepper_box .left_box {
		text-align: center;
	}

}

@media screen and (max-width: 640px) {

	#contact_block {
		padding: 35px 0;
		background-position: left bottom;
	}
	#contact_block h2 {
		font-size: 14px;
	}
	#contact_block h2 span {
		margin-bottom: 10px;
	}
	#contact_block .contact_box {
		width: 100%;
		padding: 15px 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	#contact_block .hotpepper_box {
		width: 100%;
	}
	#contact_block .tel_box .tel_txt a {
		color: #fff !important;
	}
	#contact_block .tel_box .tel_txt a img {
		margin-right: 10px;
	}
	#contact_block .tel_box .tel_txt span {
		display: block;
		font-family: "Noto Sans JP","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size: 13px;
		font-weight: 600;
		color: #fff;
		margin-top: 10px;
	}
	#contact_block .tel_box .tel_txt:before {
		display: none;
	}
	#contact_block .tel_box .tel_txt .btm_text {
		font-family: "Noto Sans JP","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-size: 13px;
		font-weight: 600;
	}

}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
	width: 60px;
	height: 60px;
	background: #009fce;
	position: fixed;
	right: 25px;
	bottom: 50px;
	cursor: pointer;
	z-index: 999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#pagetop img {
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		width: 60px;
		height: 45px;
		background: url(../img/common/sp/pagetop.png) #009fce;
		background-size: 18px 10px;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display: block;
		position: fixed;
		bottom: 15px;
		right: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		z-index: 999;
	}

}
/*-----------------------------------

	footer

-----------------------------------*/

footer {
	padding: 30px 0;
	background: #00b9ef;
}
footer .ft_nav {
	margin: 40px 0 20px;
}
footer .ft_nav ul {
	margin-bottom: 10px;
}
footer .ft_nav li {
	float: left;
	margin-right: 35px;
}
footer .ft_nav li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
}
footer .ft_nav li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
footer .sns_box {
	margin-top: 30px;
}
footer .sns_box h3 {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: 500;
	color: #fff;
	border-bottom: 2px solid #fff;
}
footer .link_box {
	margin-top: 30px;
}
footer .link_box h3 {
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: 500;
	color: #fff;
	border-bottom: 2px solid #fff;
}
footer .link_box ul {
	width: 100%;
}
footer .link_box li {
	float: left;
	width: 176px;
	margin-right: 8.5px;
}
footer .link_box li:last-child {
	margin-right: 0;
}
footer #footer_copy {
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	text-align: center;
	color: #674545;
}

@media screen and (max-width: 1140px) {

	footer .link_box li {
		width: 15%;
		margin-right: 2%;
	}

}

@media screen and (max-width: 1000px) {

	footer .link_box li {
		width: 15%;
		margin-right: 2%;
	}

}

@media screen and (max-width: 840px) {

	footer nav {
		margin-top: 10px;
	}
	footer nav ul {
		width: 100% !important;
	}
	footer nav li a {
		font-size: 11px;
		padding: 0 16px;
	}
	footer .sns_box ul {
		padding-left: 16px;
	}
	footer .sns_box img {
		width: 38px;
	}
	footer .logo_area {
		width: auto;
		margin-top: 20px;
	}

}

@media screen and (max-width: 640px) {

	footer {
		padding: 10px 0 30px;
	}
	footer.contents_inner {
		width: 100%;
	}
	footer .ft_nav li {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}
	footer .link_box li {
		width: 44%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	footer #footer_copy {
		font-size: 10px;
		text-align: center;
	}

}
