@charset "utf-8";

@font-face{
	font-family:'Zen Kaku Gothic New';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:url('font/ZenKakuGothicNew-Medium.woff2') format('woff2'),url('font/ZenKakuGothicNew-Medium.woff') format('woff'); 
	}
@font-face{
	font-family:'Zen Kaku Gothic New';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:url('font/ZenKakuGothicNew-Bold.woff2') format('woff2'),url('font/ZenKakuGothicNew-Bold.woff') format('woff'); 
	}
@font-face{
	font-family:'Oswald';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:url('font/Oswald-Regular.woff2') format('woff2'),url('font/Oswald-Regular.woff') format('woff'); 
	}

body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend,strong{
	margin:0;
	padding:0;
	color:#32281E;
	line-height:1.4;
	font-family:"Zen Kaku Gothic New",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:500;
	letter-spacing:0.07em;
	}
body{
	font-family:"Zen Kaku Gothic New",Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:17px;
	font-weight:500;
	line-height:1.4;
	-webkit-text-size-adjust:100%;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
img{
	border:0;
	display:block;
	font-size:0;
	line-height:0;
	max-width:100%;
	height:auto;
	}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
li{
	list-style-type:none;
	}
p{
	line-height:2.5;
	font-size:17px;
	font-weight:500;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	text-decoration:none;
	color:#EDA80D;
	}
a:hover{
	text-decoration:underline;
	color:#EDBE47;
	}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

#body{
	position:relative;
	padding:351px 35px 0 35px;
	overflow:hidden;
	zoom:1;
	}
#body:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:-2;
	background:url(img/common/bodybg.webp) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	}
#body:before{
	content:"";
	display:block;	
	height:-webkit-calc(100% - 390px);
	height:calc(100% - 390px);
	width:-webkit-calc(100% - 70px);
	width:calc(100% - 70px);
	left:35px;
	top:35px;
	position:absolute;
	z-index:-1;
	background-color:#FFF;
	}
header{
	position:absolute;
	left:0;
	top:130px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	height:216px;
	z-index:150;
	padding:113px 75px 0 75px;
	}
header h1{
	width:440px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-220px;
	}
header h1 a{
	position:relative;
	z-index:100;
	}
header nav{
	width:1300px;
	max-width:100%;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	z-index:60;
	}
header nav:after{
	content:"";
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#DCDCDC;
	z-index:-2;
	}
header nav ul{
	width:1220px;
	margin:0 auto;
	max-width:100%;
	display:flex;
	justify-content:space-between;
	}
header nav ul li{
	font-size:17px;
	font-weight:700;
	transition:0.6s;
	position:relative;
	}
header nav ul li a{
	display:inline-block;
	color:#32281E;
	padding:10px 5px 67px 5px;
	position:relative;
	}
header nav ul li.m1 a{
	padding-right:18px;
	}
header nav ul li.m1 a:after{
	content:"";
	display:block;
	position:absolute;
	width:5px;
	height:5px;
	border-top:2px solid #32281E;
	border-right:2px solid #32281E;
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	right:0;
	top:18px;
	z-index:6;
	}
header nav ul li.m3{
	margin-right:230px;
	}
header nav ul li.m4{
	margin-left:230px;
	}
header nav ul li.m5 a{
	padding-right:23px;
	background:url(img/common/outlink.webp) no-repeat right 15px;
	-webkit-background-size:15px 15px;
	background-size:15px 15px;
	}
header nav ul li.m5 a:hover{
	background-image:url(img/common/outlink2.webp);
	}
header nav ul li.m6 a{
	padding:0;
	}
header nav ul li a:hover{
	text-decoration:none;
	}
header nav ul li:hover a{
	color:#3CB48C;
	}
header nav ul li:hover:after{
	content:"";
	display:block;
	width:40px;
	height:2px;
	background-color:#3CB48C;
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-20px;
	z-index:-1;
	}
header nav ul li.m1:hover a:after{
	border-color:#3CB48C;
	}
header nav ul li.m6:hover:after{
	display:none;
	}
header nav ul li ul{
	display:none;
	position:absolute;
	top:0px;
	margin-top:101px;
	width:auto;
	z-index:20;
	justify-content:normal;
	}
header nav ul li ul li{
	min-width:240px;
	font-size:16px;
	font-weight:500;
	overflow:hidden;
	zoom:1;
	}
header nav ul li ul li a:before{
	content:"";
	width:5px;
	height:5px;
	border-top:2px solid #32281E;
	border-right:2px solid #32281E;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	right:18px;
	top:50%;
	z-index:6;
	margin-top:-3px;
	}
header nav ul li ul li:hover:after{
	display:none;
	}
header nav ul li.m1 ul li a:after{
	display:none;
	}
header nav ul li ul li a{
	padding:18px 45px 18px 20px;
	color:#32281E;
	border-bottom:1px solid #DCDCDC;
	position:relative;
	display:block;
	z-index:5;
	background-color:#FFF;
	}
header nav ul li:hover ul li a{
	color:#32281E;
	}
header nav ul li ul li a:hover{
	color:#EDA80D !important;
	background-color:#FDF6E6;
	}
header nav ul li ul li a:hover:before{
	border-color:#EDA80D !important;
	}
header nav ul li ul li.current_page_item a{
	background-color:#FDF6E6;
	color:#EDA80D !important;
	}
header nav ul li ul li.current_page_item a:before{
	border-color:#EDA80D !important;
	}
header img.icon1{
	position:absolute;
	left:50%;
	top:-145px;
	margin-left:-685px;
	}
header img.icon2{
	position:absolute;
	left:50%;
	top:-150px;
	margin-left:-115px;
	}
header img.icon3{
	position:absolute;
	right:50%;
	top:-70px;
	margin-right:-690px;
	}
header.fix{
	position:fixed;
	top:0 !important;
	height:66px;
	padding:0 75px 0 75px;
	z-index:100;
	}
header.fix:before{
	content:"";
	display:block;
	width:-webkit-calc(100% - 70px);
	width:calc(100% - 70px);
	height:66px;
	position:absolute;
	left:35px;	
	top:0;
	background-color:#FFF;
	filter:alpha(opacity=97);
	-moz-opacity:0.97;
	opacity:0.97;
	z-index:5;
	}
header.fix h1{
	width:150px;
	top:8px;
	margin-left:-75px;
	}
header.fix nav{
	padding:0 0px 0px 0px;
	height:66px;
	}
header.fix nav ul li a{
	padding:20px 5px 22px 5px;
	}
header.fix nav ul li:hover:after{
	bottom:0px;
	}
header.fix nav ul li.m1 a:after{
	top:28px;
	}
header.fix nav ul li.m1 a{
	padding-right:18px;
	}
header.fix nav ul li.m3{
	margin-right:180px;
	}
header.fix nav ul li.m4{
	margin-left:180px;
	}
header.fix nav ul li.m5 a{
	padding-right:23px;
	background-position:right 25px;
	}
header.fix nav ul li.m6{
	margin-top:13px;
	}
header.fix nav ul li.m6 a{
	padding:0;
	}
header.fix nav ul li ul{
	margin-top:66px;
	}
header.fix nav ul li ul li a{
	padding:18px 45px 18px 20px;
	}
#tocontact{
	position:fixed;
	right:0;
	bottom:130px;
	font-size:17px;
	font-weight:700;
	z-index:200;
	color:#FFF;
	background-color:#EDA80D;
	display:block;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	width:50px;
	height:175px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:21px 13px 0 0;
	letter-spacing:0.08em;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-o-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	-ms-border-radius: 8px 0px 0px 8px / 8px 0px 0px 8px;
	}
#tocontact:before{
	content:"";
	display:block;
	position:absolute;
	bottom:18px;
	left:17px;
	width:17px;
	height:17px;
	background-color:#FFF;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	}
#tocontact:after{
	content:"";
	display:block;
	position:absolute;
	left:23px;
	bottom:25px;
	width:3px;
	height:3px;
	border-top:2px solid #EDA80D;
	border-right:2px solid #EDA80D;
	-moz-transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	}
#tocontact:hover{
	text-decoration:none;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
.titleb{
	text-align:center;
	}
.titleb span{
	font-size:19px;
	font-weight:400;
	color:#3CB48C;
	font-family:'Oswald';
	display:block;
	letter-spacing:0.3em;
	}
.titleb strong{
	font-size:40px;
	font-weight:700;
	display:block;
	padding-top:30px;
	}
.linkto{
	text-align:left;
	line-height:1.3;
	font-weight:500;
	}
.linkto a{
	background-color:#EDA80D;
	color:#FFF;
	display:inline-block;
	font-size:18px;
	padding:17px 70px 16px 30px;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	-o-border-radius:60px;
	-ms-border-radius:60px;
	position:relative;
	}
.linkto a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.linkto a:after{
	content:"";
	display:block;
	position:absolute;
	right:25px;
	top:50%;
	margin-top:-2px;
	width:4px;
	height:4px;
	border-top:2px solid #EDA80D;
	border-right:2px solid #EDA80D;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.linkto a:before{
	content:"";
	display:block;
	position:absolute;
	right:18px;
	top:50%;
	margin-top:-8px;
	width:18px;
	height:18px;
	background-color:#FFF;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
.linkto a img{
	display:inline-block;
	margin-left:10px;
	vertical-align:-1px;
	}
.kulink{
	font-size:15px;
	font-weight:500;
	color:#B4B4B4;
	overflow:hidden;
	zoom:1;
	text-align:right;
	max-width:1240px;
	margin:0 auto 70px auto;
	padding:30px 40px 0 40px;
	position:relative;
	z-index:100;
	}
.kulink a{
	margin:0 5px;
	color:#EDA80D;
	}
.kulink strong{
	color:#B4B4B4;
	margin-left:5px;
	font-size:15px;
	font-weight:500;
	}
#contactb{
	padding:130px 0px 0 0px;
	max-width:1240px;
	margin:150px auto 0 auto;
	border-top:1px solid #DCDCDC;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
#contactb p{
	max-width:720px;
	margin:40px auto 0 auto;
	}
#contactb ul{
	overflow:hidden;
	zoom:1;
	max-width:1160px;
	margin:60px auto 0 auto;
	}
#contactb ul li{
	float:left;
	width:48%;
	background-color:#F0F0F0;
	padding:40px 50px 35px 50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-o-border-radius:14px;
	-ms-border-radius:14px;
	text-align:center;
	font-size:0;
	}
#contactb ul li:nth-of-type(2){
	float:right;
	padding:0;
	}
#contactb ul li:nth-of-type(2) a{
	display:block;
	padding:40px 50px 35px 50px;
	position:relative;
	}
#contactb ul li:nth-of-type(2) a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#contactb ul li:nth-of-type(2) a:after{
	content:"";
	display:block;
	position:absolute;
	right:35px;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#contactb ul li:nth-of-type(2) a:before{
	content:"";
	display:block;
	position:absolute;
	right:23px;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	background-color:#EDA80D;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
#contactb ul li h3{
	font-size:26px;
	font-weight:700;
	color:#3CB48C;
	}
#contactb ul li:nth-of-type(1) h4{
	font-size:36px;
	font-family:'Oswald';
	text-align:center;
	margin-top:15px;
	font-weight:400;
	background:url(img/common/tel.webp) no-repeat left center;
	-webkit-background-size:36px auto;
	background-size:36px auto;
	padding:2px 0 2px 48px;
	display:inline-block;
	}
#contactb ul li:nth-of-type(1) h4 a{
	color:#32281E;
	}
#contactb ul li:nth-of-type(2) h4{
	font-size:27px;
	font-family:'Oswald';
	text-align:center;
	margin-top:15px;
	font-weight:400;
	background:url(img/common/mail.webp) no-repeat left center;
	-webkit-background-size:38px auto;
	background-size:38px auto;
	padding:8px 0 8px 52px;
	display:inline-block;
	letter-spacing:0.12em;
	word-break:break-all;
	}
#contactb ul li:nth-of-type(2) h4 a{
	color:#32281E;
	}
#contactb ul li h5{
	font-size:17px;
	border-top:1px solid #C8C8C8;
	margin-top:20px;
	padding-top:30px;
	}
#contactb ul li h5 br{
	display:none;
	}
#contactb ul li h5 strong{
	background-color:#32281E;
	color:#FFF;
	display:inline-block;
	padding:1px 6px 1px 7px;
	margin-right:12px;
	}
#contactb ul li h5 ruby{
	font-size:20px;
	margin-right:30px;
	}
#contactb ul li h5 ruby rt{
	font-size:11px;
	}
#totop{
	font-size:11px;
	color:#FFF;
	text-align:center;
	padding-top:33px;
	display:block;
	position:fixed;
	right:3%;
	bottom:50px;
	font-weight:400;
	width:60px;
	height:60px;
	background-color:#32281E;
	font-family:'Oswald';
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	z-index:300;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	letter-spacing:0.2em;
	}
#totop:before{
	content:"";
	width:14px;
	height:2px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:0;
	margin:18px 0 0 -7px;
	z-index:10;
	}
#totop:after{
	content:"";
	width:8px;
	height:8px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin:23px 0 0 -5px;
	}
#totop:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	text-decoration:none;
	}
footer{
	border-top:1px solid #DCDCDC;
	padding:100px 70px 590px 70px;
	max-width:1240px;
	margin:140px auto 0 auto;
	position:relative;
	}
footer:after{
	content:"";
	display:block;
	width:100%;
	height:270px;
	position:absolute;
	left:0;
	bottom:240px;
	background:url(img/common/footbg.webp) no-repeat center top;
	-webkit-background-size:1280px auto;
	background-size:1280px auto;
	z-index:1;
	}
footer h2{
	float:left;
	font-size:17px;
	line-height:1.8;
	}
footer h2 a:nth-of-type(1){
	width:240px;
	display:block;
	margin-bottom:25px;
	}
footer h2 a:nth-of-type(2){
	color:#32281E;
	}
footer h2 a:nth-of-type(3){
	display:inline-block;
	margin-top:5px;
	position:relative;
	padding-left:14px;
	}
footer h2 a:nth-of-type(3):before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
	width:4px;
	height:4px;
	border-top:2px solid #EDA80D;
	border-right:2px solid #EDA80D;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
footer h2 a:nth-of-type(4){
	display:inline-block;
	margin-top:20px;
	}
footer nav{
	float:right;
	width:380px;
	}
footer nav ul li{
	font-size:17px;
	font-weight:700;
	}
footer nav ul li a{
	display:block;
	border-bottom:1px solid #DCDCDC;
	padding:20px 40px 19px 22px;
	position:relative;
	color:#32281E;
	}
footer nav ul li a:before{
	content:"";
	display:block;
	position:absolute;
	right:22px;
	top:50%;
	margin-top:-2px;
	width:5px;
	height:5px;
	border-top:2px solid #EDA80D;
	border-right:2px solid #EDA80D;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
footer nav ul li:last-of-type a{
	border-bottom:0;
	}
footer nav ul li ul li{
	font-size:16px;
	font-weight:500;
	padding-left:50px;
	}
footer nav ul li ul li a{
	padding:16px 40px 15px 20px;
	}
footer nav ul li ul li:last-of-type a{
	border-bottom:1px solid #DCDCDC;
	}
footer nav ul li.mrec a{
	background:url(img/common/outlink.webp) no-repeat 110px 24px;
	-webkit-background-size:15px 15px;
	background-size:15px 15px;
	}
footer h3{
	clear:left;
	padding-top:40px;
	font-size:16px;
	line-height:1.5;
	}
footer h3 a:nth-of-type(1){
	width:160px;
	display:block;
	margin-bottom:15px;
	}
footer h3 a:nth-of-type(2){
	color:#32281E;
	}
footer small{
	display:block;
	font-size:20px;
	font-family:'Oswald';
	text-align:center;
	letter-spacing:0.22em;
	font-weight:400;
	position:absolute;
	left:0;
	bottom:120px;
	width:100%;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	z-index:1000;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	display:none;
	}
#header2{
	right:-90%;
	width:90%;
	padding:70px 9% 80px 8%;
	position:fixed;
	background-color:#FFF;
	height:100%;
	z-index:1500;
	top:0;
	overflow-y:scroll;
	-ms-overflow-style:none;
	scrollbar-width:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
@media screen and (max-width:1600px){
footer{
	margin-left:70px;
	margin-right:70px;
	}
}
@media screen and (max-width:1500px){
footer:after{
	-webkit-background-size:100% auto;
	background-size:100% auto;
	}
}
@media screen and (max-width:1410px){
#contactb{
	margin-left:40px;
	margin-right:40px;
	}
}
@media screen and (max-width:1415px){
header img.icon3{
	right:10px;
	margin-right:0;
	}
}
@media screen and (max-width:1335px){
header img.icon1{	
	left:-25px;
	margin-left:0;
	}
}
@media screen and (max-width:1200px){
header h1{
	margin-left:-170px;
	width:340px;
	top:35px;
	}
header nav ul li.m3{
	margin-right:160px;
	}
header nav ul li.m4{
	margin-left:160px;
	}
#contactb ul li{
	padding:40px 20px 35px 20px;
	}
#contactb ul li:nth-of-type(2) a{
	padding:40px 20px 35px 20px;
	}
#contactb ul li:nth-of-type(2) h4{
	font-size:22px;
	padding-right:20px;
	}
footer{
	padding:100px 0px 590px 0px;
	}
}
@media screen and (max-width:1100px){
header.fix nav ul li.m3{
	margin-right:120px;
	}
header.fix nav ul li.m4{
	margin-left:120px;
	}
}
@media screen and (max-width:1000px){
p{
	line-height:2.1;
	font-size:16px;
	}
#body{
	padding:0 3%;
	}
#body:before{
	height:-webkit-calc(100% - 340px);
	height:calc(100% - 340px);
	width:-webkit-calc(94%);
	width:calc(94%);
	left:3%;
	top:25px;
	}
header{
	top:50px;
	padding-top:100px;
	position:relative;
	height:auto;
	}
header h1{
	width:150px;
	top:0;
	margin-left:-75px;
	}
header nav{
	display:none;
	}
header img.icon1{
	left:-30px;
	width:80px;
	height:80px;
	top:-60px;
	}
header img.icon2{
	display:none;
	}
header img.icon3{
	display:none;
	}
header.fix{
	position:relative;
	top:15px !important;
	height:auto;
	padding-top:95px;
	}
header.fix:before{
	display:none;
	}
header.fix h1{
	width:150px;
	top:0;
	margin-left:-75px;
	}
#tocontact{
	display:none;
	}
.titleb span{
	font-size:15px;
	}
.titleb strong{
	font-size:29px;
	padding-top:18px;
	}
.linkto a{
	font-size:16px;
	padding:13px 65px 13px 22px;
	}
.linkto a img{
	margin-left:7px;
	}
.kulink{
	font-size:13px;
	margin:15px 6% 60px 6%;
	border-top:1px solid #E6E6E6;
	padding:18px 0 0 0;
	}
.kulink a{
	margin:0 4px;
	}
.kulink strong{
	margin-left:4px;
	font-size:13px;
	}
#contactb{
	margin:110px 6% 0 6%;
	padding:100px 0 0 0;
	}
#contactb .titleb strong{
	font-size:26px;
	letter-spacing:0.02em;
	}
#contactb p{
	margin:30px 10px 0 10px;
	}
#contactb ul{
	margin:50px auto 0 auto;
	}
#contactb ul li{
	float:none;
	width:auto;
	padding:30px 6% 30px 6%;
	}
#contactb ul li:nth-of-type(2){
	float:none;
	margin-top:30px;
	}
#contactb ul li:nth-of-type(2) a{
	padding:35px 6% 30px 6%;
	}
#contactb ul li:nth-of-type(2) a:after{
	right:25px;
	margin-top:0;
	top:auto;
	bottom:24px;
	width:4px;
	height:4px;
	}
#contactb ul li:nth-of-type(2) a:before{
	right:16px;
	margin-top:0;
	top:auto;
	bottom:16px;
	width:22px;
	height:22px;
	}
#contactb ul li h3{
	font-size:21px;
	}
#contactb ul li:nth-of-type(1) h4{
	font-size:30px;
	margin-top:15px;
	-webkit-background-size:30px auto;
	background-size:30px auto;
	padding:2px 0 2px 42px;
	}
#contactb ul li:nth-of-type(2) h4{
	font-size:20px;
	margin-top:15px;
	-webkit-background-size:27px auto;
	background-size:27px auto;
	padding:0px 0 2px 36px;
	letter-spacing:0.08em;
	}
#contactb ul li h5{
	margin-top:15px;
	padding-top:10px;
	line-height:1.2;
	}
#contactb ul li h5 br{
	display:block;
	}
#contactb ul li h5 strong{
	margin-top:10px;
	padding:1px 7px 2px 7px;
	}
#contactb ul li h5 ruby{
	font-size:19px;
	margin-right:0;
	}
#contactb ul li h5 ruby rt{
	font-size:9px;
	}
#totop{
	right:4%;
	bottom:25px;
	font-size:10px;
	padding-top:29px;
	width:52px;
	height:52px;
	}
#totop:before{
	width:14px;
	margin:15px 0 0 -7px;
	}
#totop:after{
	width:8px;
	height:8px;
	margin:20px 0 0 -5px;
	}
footer{
	padding:90px 0 490px 0;
	margin:90px 6% 0 6%;
	}
footer:after{
	bottom:180px;
	background:url(img/common/footbgsp.webp) no-repeat center top;
	-webkit-background-size:500px auto;
	background-size:500px auto;
	}
footer h2{
	float:none;
	text-align:center;
	}
footer h2 a:nth-of-type(1){
	width:220px;
	margin:0 auto 20px auto;
	}
footer h2 a:nth-of-type(4){
	margin-top:12px;
	}
footer nav{
	float:none;
	width:auto;
	padding-top:30px;
	}
footer nav ul li ul li{
	padding-left:35px;
	}
footer h3{
	text-align:center;
	padding-top:60px;
	}
footer h3 a:nth-of-type(1){
	margin:0 auto 15px auto;
	}
footer small{
	font-size:16px;
	letter-spacing:0.1em;
	bottom:80px;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding-right:50px;
	}
.menu{
	right:3%;
	top:16px;
	width:52px;
	height:52px;
	position:fixed;
	display:block;
	cursor:pointer;
	z-index:2000;
	background-color:#FFF;
	border-radius:400px;
	-webkit-border-radius:400px;
	-moz-border-radius:400px;
	-o-border-radius:400px;
	-ms-border-radius:400px;
	}
.menu:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.menu1{
	width:22px;
	top:13px;
	left:15px;
	height:2px;
	background-color:#32281E;
	position:absolute;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu2{
	width:22px;
	top:19px;
	left:15px;
	height:2px;
	background-color:#32281E;
	position:absolute;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu3{
	width:22px;
	top:25px;
	left:15px;
	height:2px;
	background-color:#32281E;
	position:absolute;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	} 
.menu:after{
	content:"MENU";
	font-family:'Oswald';
	position:absolute;
	top:30px;
	left:0;
	letter-spacing:0.2em;
	width:100%;
	text-align:center;
	font-size:9px;
	color:#32281E;
	font-weight:400;
	}
.menuclick:after{
	content:"CLOSE";
	}
.menu1,.menu2,.menu3{
	transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-ms-transition:all 0.5s ease-out;
	}
.menuclick1{
	top:19px;
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
.menuclick2{
	opacity:0;
	}
.menuclick3{
	top:19px;
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg);
	-webkit-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	box-shadow:0px 0px 0 0 rgba(0,0,0,0);
	}
#header2::-webkit-scrollbar{
	display:none;
	-webkit-appearance:none;
	}
#header2 h2{
	width:200px;
	}
#header2 nav ul{
	overflow:hidden;
	zoom:1;
	margin-top:30px;
	border-top:1px solid #DCDCDC;
	}
#header2 nav ul li{
	border-bottom:1px solid #DCDCDC;
	}
#header2 nav ul li.m6{
	border-bottom:0;
	padding:20px 0 0 7%;
	}
#header2 nav ul li a{
	display:block;
	padding:20px 50px 20px 7%;
	overflow:hidden;
	zoom:1;
	color:#32281E;
	position:relative;
	font-size:17px;
	}
#header2 nav ul li.m6 a{
	display:inline-block;
	padding:0;
	}
#header2 nav ul li a:hover{
	color:#32281E;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#header2 nav ul li a:after{
	content:"";
	display:block;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-2px;
	width:4px;
	height:4px;
	border-top:2px solid #32281E;
	border-right:2px solid #32281E;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	}
#header2 nav ul li.m6 a:after{
	display:none;
	}
#header2 nav ul li.mrec a{
	background:url(img/common/outlink.webp) no-repeat 120px 24px;
	-webkit-background-size:15px 15px;
	background-size:15px 15px;
	}
#header2 nav ul li ul{
	margin:0 0 0 30px;
	}
#header2 nav ul li ul li:last-of-type{
	border-bottom:0;
	}
#header2 nav ul li ul li a{
	padding:18px 40px 17px 20px;
	font-size:16px;
	}
#header2 nav ul li.current_page_item a{
	background-color:#FDF6E6 !important;
	color:#EDA80D !important;
	}
#header2 nav ul li.current_page_item a:after{
	border-color:#EDA80D !important;
	}
}
@media screen and (max-width:640px){
footer:after{
	bottom:140px;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	}
}
@media screen and (max-width:440px){
#body:before{
	height:-webkit-calc(100% - 240px);
	height:calc(100% - 240px);
	}
footer{
	padding-bottom:340px;
	}
footer:after{
	bottom:40px;
	}
footer small{
	bottom:40px;
	}
}