@charset "UTF-8";

html{
	width:100%;
}
body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	color:#000;
	line-height:1.2;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	-webkit-text-size-adjust:100%;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	position:relative;
	text-align:left;
	overflow:hidden;
  background: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
p{
  line-height: 2;
}
a:link,a:visited{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
a{
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
a{
	-webkit-tap-highlight-color:transparent;
}
a:hover{
	opacity:0.7;
}
img{
	vertical-align:top;
	border:0;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}
header .inner {
	display: table;
	padding: 20px 40px;
	width: 100%;
	box-sizing: border-box;
}
header .inner #hLogo {
	display: table-cell;
	vertical-align: middle;
}
header .inner #hLogo a {
	display: block;
}
header .inner #hLogo img{
	display: block;
}
header .inner #hLogo span,
header .inner #hLogo h1 {
	display: table-cell;
	vertical-align: middle;
	padding-right: 14px;
}
header .inner #hLogo span {
	font-size: 22px;
	color: #465269;
	font-weight:bold;
}
header .inner #hLogo span br{
	display: none;
}
header .inner #gNavi {
overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
header .inner #gNavi ul{
	width: 100%;
	font-size: 0;
	display: table;
	max-width: 800px;
	float: right;
}
header .inner #gNavi ul li {
	display: table-cell;
	vertical-align: middle;
	font-size:14px;
	border-left: 1px solid;
	font-weight: bold;
	text-align: center;
	font-feature-settings : "palt";
}
header .inner #gNavi ul li br{
	display: none;
}
header .inner #gNavi ul li:last-child {
	border-right: 1px solid;
}
header .inner #gNavi ul li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	color: #000;
}
header .inner #gNavi ul li a:visited {
	color:#000;
}
@media screen and (max-width: 1350px) {
header .inner #hLogo span {
	font-size: 18px;
}
header .inner #gNavi ul li a {
	padding: 0 14px;
}
}
@media screen and (max-width: 1200px) {
header .inner #hLogo span {
	font-size: 16px;
}
header .inner #hLogo span br{
	display: block;
}
}
@media screen and (max-width: 1100px) {
header .inner #gNavi ul li br{
	display: block;
}
}
@media screen and (max-width: 1000px) {
header .inner #hLogo h1{
	width: 120px;
	padding-right: 10px;
}
header .inner #hLogo span {
	font-size: 14px;
	text-align: center;
}
header .inner #gNavi {
	margin: 26px 0 0;
}
header .inner #gNavi ul li a {
	padding: 0 10px;
	font-size: 13px;
}
}
@media screen and (max-width: 850px) {
header .inner #gNavi ul li a {
	padding: 0 7px;
	font-size: 12px;
}
}
@media screen and (max-width: 750px) {
header .inner {
	display: block;
	padding: 10px 20px;
}
header .inner #hLogo{
	position: relative;
	z-index: 10;
	display: block;
}
header .inner #hLogo h1{
	width: 120px;
}
header .inner #hLogo span {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
header .inner #gNavi{
	display:none;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	width:100%;
	height:100vh;
	margin:0;
	padding: 64px 0 0;
	box-sizing:border-box;
	opacity:0;
	margin: 0;
}
header .inner #gNavi.active{
	display:block !important;
	-webkit-animation-name: spNaviIn;
	animation-name: spNaviIn;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes spNaviIn{
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes spNaviIn{
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
header .inner #gNavi.inactive{
	-webkit-animation-name: spNaviOut;
	animation-name: spNaviOut;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes spNaviOut{
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes spNaviOut{
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}

header .inner #gNavi ul{
	display: block;
	height:100%;
	overflow-y:auto;
	box-sizing: border-box;
	padding: 0 20px;
}
header .inner #gNavi ul li,
header .inner #gNavi ul li:last-child{
position: relative;
	display: block;
	border: none;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}
header .inner #gNavi ul li:first-child{
	border-top: 1px solid #e4e4e4;
}
header .inner #gNavi ul li a{
position: relative;
	font-size: 14px;
	padding: 20px 10px;
}
header .inner #gNavi ul li a br{
	display: none;
}
header .inner #gNavi ul li a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #EF8742;
    border-right: 2px solid #EF8742;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    margin-top: -5px;
}
}

/* contents */
#contents .ttl{
position: relative;
padding-bottom: 25px;
margin-bottom: 80px;
}
#contents .ttl::before{
content: "";
display: block;
position: absolute;
left: 50%;
bottom: 0;
width: 110px;
height: 4px;
background-color: #EF8742;
transform:translateX(-50%);
-ms-transform:translateX(-50%);
}
#contents .ttl h1{
font-size: 42px;
text-align: center;
font-family: 'Noto Serif JP', serif;
line-height: 1.2;
}
@media (max-width:750px){
#contents .ttl{
position: relative;
padding-bottom: 20px;
margin-bottom: 40px;
}
#contents .ttl h1{
font-size: 24px;
}
#contents .ttl::before{
width: 60px;
height: 3px;
}
}

/* menuBtn */
#menuBtn{
	display:none;
}
@media screen and (max-width: 750px) {
#menuBtn{
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:101;
	cursor:pointer;
}
#menuBtn span,
#menuBtn::before,
#menuBtn::after{
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:30px;
  height:3px;
  margin:auto;
  background:#333;
}
#menuBtn::before{
  transform:translate(0, -10px);
  -ms-transform:translate(0, -10px);
  -webkit-transform:translate(0, -10px);
  content:"";
}
#menuBtn::after{
  transform:translate(0, 10px);
  -ms-transform:translate(0, 10px);
  -webkit-transform:translate(0, 10px);
  content:"";
}
#menuBtn span{
	overflow:hidden;
	font-size:0;
  transition:opacity 150ms 50ms;
  -ms-transition:opacity 150ms 50ms;
  -webkit-transition:opacity 150ms 50ms;
}
#menuBtn::before,
#menuBtn::after{
  transition:transform 200ms;
  -ms-transition:transform 200ms;
  -webkit-transition:transform 200ms;
}
#menuBtn.active span{
  opacity:0;
  transition:opacity 150ms;
  -ms-transition:opacity 150ms;
  -webkit-transition:opacity 150ms;
}
#menuBtn.active::before{
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
}
#menuBtn.active::after{
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}
}

br.sp{
display: block;
}
br.pc{
display: none;
}
@media (max-width:750px){
br.sp{
display: none;
}
br.pc{
display: block;
}
}

/* topBtn */
#topBtn {
	text-align: right;
	padding: 0 40px 20px;
}
#topBtn span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding:  5px 0 5px 20px;
	-webkit-transition:opacity 0.2s;
	-ms-transition:opacity 0.2s;
	transition:opacity 0.2s;
	font-size: 13px;
}
#topBtn span:hover {
	opacity:0.7;
}
#topBtn span::before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
#topBtn {
	padding: 0 20px 10px;
	font-size: 12px;
}
}

/* contact */
.contact{
	background-color: #EF8742;
	padding: 10px 40px;
}
.contact .inner{
	overflow: hidden;
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
}
.contact .txt{
	float: left;
	padding-top: 10px;
}
.contact .txt p{
	font-size: 18px;
	line-height: 1.2;
}
.contact .txt strong{
	display: block;
	font-size: 44px;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	line-height: 1;
	color: #fff !important;
	text-decoration: none !important;
}
.contact .txt strong a{
	color: #fff !important;
	text-decoration: none !important;
}
.contact .txt span{
	display: block;
	font-size: 15px;
	line-height: 1.2;
	margin-top: 3px;
}
.contact .btn{
	float: right;
	font-size: 0;
}
.contact .btn a {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #EF8742;
	background-color: #fff;
	text-align: center;
	padding: 40px;
	width: 380px;
	box-sizing: border-box;
	text-align: left;
	margin-left: 10px;
}
.contact .btn a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #EF8742;
	border-right: 3px solid #EF8742;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -7px;
}
.contact .btn a br{
	display: none;
}
@media screen and (max-width: 1200px) {
.contact .txt{
	padding-top: 5px;
}
.contact .txt p{
	font-size: 16px;
}
.contact  .txt strong{
	font-size: 40px;
}
.contact .txt span{
	font-size: 13px;
}
.contact .btn a {
	width: 300px;
	padding: 30px;
	font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
.contact .btn a {
	width: 170px;
	padding: 25px 20px;
	font-size: 15px;
}
.contact .btn a br{
	display: block;
}
}
@media screen and (max-width: 750px) {
.contact{
	padding: 10px;
}
.contact .inner{
	max-width: 350px;
	margin: 0 auto;
}
.contact .txt{
	padding-top: 10px;
}
.contact .txt p{
	font-size: 12px;
}
.contact  .txt strong{
	font-size: 23px;
	margin-top: 2px;
}
.contact .txt span{
	font-size: 10px;
	margin-top: 2px;
}
.contact .btn{
	width: 120px;
}
.contact .btn a {
	padding: 11px 30px 11px 10px;
	font-size: 13px;
}
.contact .btn a::before{
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #EF8742;
	border-right: 2px solid #EF8742;
	margin-top: -5px;
}
.contact .btn{
	width: 170px;
}
.contact .btn a {
	width: 100%;
	padding: 10px 10px;
	font-size: 12px;
	margin-top: 5px;
}
.contact .btn a:first-child {
	margin-top: 0;
}
.contact .btn a br{
	display: none;
}
.contact.close .txt{
	padding-top: 0;
}
.contact.close .btn{
	margin-top: 10px;
}
}
@media screen and (max-width: 320px) {
.contact .txt{
	padding-top: 8px;
}
.contact .btn{
	width: 130px;
}
.contact .btn a {
	font-size: 10px;
	padding: 10px 8px;
	margin-left: 0;
}
.contact .btn a::before{
	display: none;
}
}

/* footer */
footer{
	padding-top: 30px;
	padding-bottom: 30px;
}
footer ul .trunkroom{
	width: auto;
}
footer ul li img{
	border: 1px solid #d0d0d0;
}
footer ul .sns{
font-size: 0;
margin-left: 15px;
}
footer ul .sns a{
display: inline-block;
margin-right: 8px;
}
footer ul .sns a:last-child{
margin-right: 0;
}
footer ul .sns img{
	border: none;
	margin-top: 15px;
}
footer .copyright{
	padding-top: 20px;
}
footer .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1400px;
}
@media (max-width:1090px){
footer .copyright{
	font-size: 13px;
	padding-top: 5px;
}
footer ul li img {
	height: 40px;
}
footer ul .sns img{
	height: auto;
	margin-top: 5px;
}
}
@media (max-width:750px){
footer ul {
	text-align: center;
}
}
@media (min-width:768px){
footer ul{
	width: auto;
	float: right;
}
footer ul li{
	float: left;
	margin-left: 10px;
}
footer .copyright br{
	display: none;
}
}
@media (max-width:767px){
footer ul li{
	margin: 0 auto 10px;
}
footer .copyright{
	text-align: center;
}
footer ul li img {
	height: auto;
}
}
