@charset "utf-8";

@import url("header.css");
@import url("nav.css");
@import url("footer.css");
/*body *{ border:0.02px solid #000000; background:rgba(000,000,000,0.1)}*/



html,
body { width:100%; overflow-x: hidden; }
body { height:auto; background:#fff; }


/* フォントの指定 */
html { font-size: 62.5%; }
body,input,select,textarea { 
	font-size:16px; font-size:1.6rem; 
	line-height:1.8; 
	letter-spacing:0.05em;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,"Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	color:#231815; }
	
a {color:#231815; text-decoration: none;}
p {text-align:justify; text-justify:inter-ideograph;}
p a {color:#231815; text-decoration: underline;}

/* セレクト時の色指定 */
::selection {
    background: #FFDD00;
    color: #fff;
}
::-moz-selection {
    background: #FFDD00; /*Firefox*/
    color: #fff;
}

.inner { width: 94%; margin: 0 auto;}
.mw100 { max-width: 100%;}
.showPc { }
.showSp { display: none;}
.imgTxt { position:relative;}
.imgTxt p { overflow: hidden;position:absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent:-100vw; font-size: 10px!important; }
@media screen and (max-width:768px){
	html { font-size: 50%; }
	.showPc { display: none ; }
	.showSp { display: block ; }
}



/* --------------------------------------------

#header

---------------------------------------------- */ 
.header {
  position: relative;
  padding: 1em 0;
}

.header-inner {
  width: 86%;
  margin: auto;
  padding: 1em 0;
}
@media screen and (max-width:980px){
.header-inner {
  padding: 1em 75px 1em 0;
}
}
@media screen and (max-width:980px){
.header-inner {
  width: 95%;
}
}

.header-logo {
  position: absolute; top: 100%; right: 79%; z-index: 1;
  width: 22%; max-width: 280px;
}
@media screen and (max-width:980px){
.header-logo {
  position: absolute; top: 1em; left: 1em; right: 0; z-index: 1;
  width: 22%; max-width: 230px;
}
}
@media screen and (max-width:768px){
.header-logo {
  width: 20%; max-width: 200px;
}
}

.header-logo img {
  display: block;
  width: 100%;
}

.header-tel {
  width: 50%; max-width: 290px;
  margin: 0 0 0 auto;
}
.header-tel img {
  display: block;
  width: 100%;
}
@media screen and (max-width:768px){
.header-tel {
  margin: 0;
}
}

.header-button {
  position: fixed; top: 1.7em; right: 2em; z-index: 10;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
@media screen and (max-width:980px){
.header-button {
  position: fixed; right: 0.5em;
}
}
@media screen and (max-width:768px){
.header-button {
  position: fixed; z-index: 10;
  width: 30px;
  height: 26px;
}
}
@media screen and (max-width:599px){
.header-button {
  position: fixed; top: 1.2em; z-index: 10;
}
}

.header-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.header-button, .header-button span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.header-button span:nth-of-type(1) {
  top: 0;
}
.header-button span:nth-of-type(2) {
  top: 16px;
}
@media screen and (max-width:768px){
.header-button span:nth-of-type(2) {
  top: 11px;
}
}

.header-button span:nth-of-type(3) {
  bottom: 0;
}

/*アニメーション*/
.js-menu-open .header-button span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(45deg);
  transform: translateY(16px) rotate(45deg);
}
@media screen and (max-width:768px){
.js-menu-open .header-button span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
}

.js-menu-open .header-button span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-btn17-bar02 .8s forwards;
}
@-webkit-keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn17-bar02 {
  100% {
    height: 0;
  }
}
.js-menu-open .header-button span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(-45deg);
  transform: translateY(-16px) rotate(-45deg);
}
@media screen and (max-width:768px){
.js-menu-open .header-button span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
}




/* --------------------------------------------

#nav

---------------------------------------------- */ 
.nav {
  position: fixed; top: 0; right: 0; z-index: 5;
  width: 450px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  padding-top: 100px;
  
  transition: 0.3s;
  transform: translateX(100%);
}
@media screen and (max-width:980px){
.nav {
  width: 60%;
}
}

.js-menu-open .nav {
  transform: translateX(0);
}


.nav-inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.nav-list {
  width: 90%; max-width: 500px;
  margin: auto;
  font-size: 20px; font-size: 2rem;
  text-align: center;
}
.nav-list li {
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  transition: 0.3s;
}
.nav-list a {
  display: block;
  padding: 2.5vh 0;
  font-weight: 700;
}
.nav-list span {
  display: block;
  font-size: 15px; font-size: 1.5rem;
}
.nav-list b {
  color: #b348a1;
}

.nav-list li:hover {
  background: #ebe260;
}



/* --------------------------------------------

#footer

---------------------------------------------- */ 
.footer {
  padding: 1em 0;
}
.footer-copy {
  display: block;
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}







