﻿@charset "utf-8";

/* -js-display:flex; flex for IE8,9*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
  	visibility: hidden;
  }
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*-----------------------
---------- 共通 ----------
-----------------------*/
body {
	font-size: 14px;
	/*font-size: 1.6rem;*/
	letter-spacing: 0.02em;
	line-height: 1.8em;
	height: 100%;
	text-align: justify;
}

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

a {
}

a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	/*background:none!important;*/
}

ul {
	/*letter-spacing: -1em;*/
}

li {
	/*letter-spacing: 0.02em;*/
}
address {
	font-style: normal;
}
.pc {
	display: none;
}
.sp-Flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

/*-----------------------
--------- header --------
-----------------------*/
header {
width: 100%;
background-image: url(../img/sp-back.png);
background-size: 100% auto;
background-position: bottom center;
background-repeat: no-repeat;
padding: 0;
position: fixed;
top: 0;
left: 0;
height: 85px;
z-index: 100;
}
.logo {
width: 30%;
max-width: 120px;
margin: 15px 0 0 5%;
position: absolute;
}
#g-navi-wrapper {
	position: relative;
}
.drawer-nav {
	box-sizing: border-box;
	padding: 10% 5%;
}
#g-navi > li {
	line-height: 1em;
	margin-bottom: 10%;
	color: #fff;
}
#g-navi li:last-child {
	margin-bottom: 0;
}
#g-navi li a {
	letter-spacing: 0.02em;
	color: #fff;
}
#g-navi li h2.menu-margin {
	margin-bottom: 15px;
}

#g-navi li .cap-accordioon-in {
	position: relative;
}
#g-navi li .cap-accordioon-in p.caption-ttl {
	margin-left: 4%;
	position: absolute;
	top: 0;
	z-index: 10;
}

.menu-contactbtn {
	width: 100%;
}
.menu-contactbtn a {
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 8px;
	
	background: linear-gradient(#DE2C28, #770006);
	display: block;
}

/*.caption,
.manu-cont {
	letter-spacing: 0em;
	width: 90%;
	margin: 0 0 0 10%;
}*/




.caption{
  position: relative;
	width: 95%;
  /*font-size: 1em;
  font-weight: bold;*/
  cursor: pointer;

  padding: .5em 0 20px 0;
	margin: 0 0 20px 5%;
	border-bottom: dotted 1px #fff;
font-size: 14px;
font-weight: normal;
}

.caption:after {
  content: "";
  position: absolute;
  right: 25px;
  /*left: 0;*/
  top: 15%;
  transition: all 0.2s ease-in-out;
/*   要素の動きを指定 */
  
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
/* transform: rotateで要素の角度を指定 */
  
}

.caption.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
/*   .openクラスがついた時の要素の角度を指定 */
}
.manu-cont{
  padding: .5em 0;
	width: 90%;
	margin: 0 0 30px 10%;
}
.manu-cont p {
	font-size: 12px;
	padding-bottom: 15px;
}

/*-----------------------
--------- footer --------
-----------------------*/
#footer-address {
	background-color: #272727;
}
#footer-contact {
	background-color: #101010;
}
footer {
	background-color: #000000;
}
#footer-address a,
#footer-contact a,
footer a {
	color: #fff;
}
.footer-inner {
	padding: 30px 7.5%;
	color: #fff;
}
.footer-inner h2 {
text-align: right;
padding: 20px 0;
text-align: right;
font-size: 14px;
justify-content: flex-end;
align-items: center;
}
.footer-inner h2:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin: 3px;
}
.footer-telbtn {
	display: block;
	margin: 20px 0 0 0;
}
.footer-telbtn span {
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 0 10px;
}


ul.footer-menu {
	padding: 30px 7.5%;
	color: #fff;
}
ul.footer-menu li {
	width: 50%;
	text-align: center;
	margin: 0 0 15px 0;
}
.copyright {
	text-align: center;
	color: #fff;
	padding: 30px 0 60px 0;
}



/*-----------------------
-------- pagetop --------
-----------------------*/

#page-top {
	text-align: center;
}
#page-top a {
	display: inline-block;
	width: 50%;
	margin: 54px auto 34px;
	position: relative;
	text-align: center;
}
#page-top a::after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 0;
	left: 0;
	margin: -20px auto 0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
 }

 .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 30px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    /*background-color: #b2d1fb;*/
    background-color: #777;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




/*-----------------------
---------- PC --------
-----------------------*/
@media screen and (min-width: 834px) {
body {
	position: relative;
	/*font-size: 13px;*/
}
.pc {
	display: block;
}
.sp {
	display: none!important;
}
.Flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.width10 {
	width: 10%;
}
.width20 {
	width: 20%;
}
.width30 {
	width: 30%;
}
.width35 {
	width: 35%;
}
.width40 {
	width: 40%;
}
.width50 {
	width: 50%;
}
.width60 {
	width: 60%;
}
.width70 {
	width: 70%;
}
.width80 {
	width: 80%;
}
.width90 {
	width: 90%;
}

header {
	width: 20%;
	height: 100vh;
	background-color: #140B0A;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	/*background-image: initial;*/
	background-image: none;
}
.logo {
width: 60%;
margin: 50px auto 35px auto;
position: relative;
}
.menu-contactbtn {
	width: 100%;
	position: absolute;
bottom: 0;
	left: 0;
	z-index: 110;
}
.menu-contactbtn a {
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	
	background: linear-gradient(#DE2C28, #770006);
	display: block;
}
main {
	width: 70%;
	position: relative;
	left: 25%;
}

.main {
	width: 70%;
	position: relative;
	left: 25%;
}
#g-navi-wrapper {
	position: relative;
}
.drawer-nav {
	box-sizing: border-box;
	padding: 0;
}
#g-navi > li {
	display: inline-block;
	line-height: 1em;
	/*margin:0 5% 0 0;*/
	width: 100%;
	letter-spacing: 0em;
}
#g-navi li:last-child {
	margin: 0;
}
#g-navi li:first-child {
border-bottom: solid 1px #fff;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
#g-navi li a {
	letter-spacing: 0.02em;
}

#g-navi li .cap-accordioon-in p.caption-ttl {
	margin-left: 4%;
	position: absolute;
	top: 0;
	z-index: 10;
    font-size: 1vw;
}

footer {
	width: 80%;
	margin-left: 20%;
}
.footer-inner {
width: 70%;
margin: 0 0 0 25%;
padding: 50px 0;
}
.footer-inner h2 {
padding: 0 0 20px 0;
width: 25%;
text-align: left;
}
.footer-in-r {
width: 75%;
}
.footer-in-r .pre-footer-l {
width: 30%;
}
.footer-in-r .pre-footer-l img {
	width: 80%;
	max-width: 200px;
}
.footer-in-r .pre-footer-r {
width: 70%;
}
.pre-footer-line {
width: 40%;
max-width: 300px;
}
.pre-footer-ben-area {
display: flex;
align-items: center;
}
.pre-footer-ben-area .red-btn {
	width: 40%;
max-width: 300px;
}
.footer-telbtn {
	display: inline-block;
	margin: 10px 0 0 40px;
}
.footer-menu {
justify-content: flex-end;
}
ul.footer-menu {
padding: 50px 7.5%;
}
ul.footer-menu li {
width: auto;
padding: 0 1em;
}
.copyright {
width: 75%;
margin: 0 0 0 20%;
text-align: right;
padding: 0 0 30px 0;
font-size: 12px;
}



}








@media (max-width: 834px) and (min-width: 414px) {
#top {
	width: 100%;
	margin: 6% 0 0 0!important;
}
}
/*-----------------------
--------- タブレット --------
-----------------------*/
@media (max-width: 1200px) and (min-width: 834px) {
}