@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700,800,900|Quicksand:400,500,600,700&display=swap');

html {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  font-size: 63%;/*65*/
  }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0; 
  background: #fae6dc;
  color: #392424;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-weight: 400;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;*/
   letter-spacing: 0.05rem; 
 }


h2 {
   font-family: 'Quicksand', sans-serif;
   font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.5rem; 
   padding:  0 0 10px;
}

h2 span {
     display: block;
     font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
     font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
      letter-spacing: 0.06rem; 
}

.title {
     display: block;
     text-align: center;
}


h3 {
        display: block;
        font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
        font-weight: 700;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.5;
        padding:  0 0 20px;
}


h4 {
   font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
        font-weight: 700;
        font-size: 26px;
        font-size: 2.6rem;
}

h5 {
        font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        display: inline-block;
        padding: 0 30px;
        height: 36px;
        line-height: 32px;
        border-radius: 18px;
    -webkit-border-radius: 18px; 
    -moz-border-radius: 18px;
        border: dashed 2px #392424;
        background: #fff;
        text-align: center;
}

.title {
      position: relative;
      display: block;
      margin: 0 auto;
}



h6 {
   font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
        font-weight: 500;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.3;
}
h6 span {
    color: rgba(231,137,19,0.2);
    font-size: 150%;
    padding: 0 15px;
}




@media screen and (max-width: 768px) {
h2 {
   font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2rem; 
   padding:  0 0 6px;
}

h2 span {
     display: block;
     font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
      letter-spacing: 0.06rem; 
}
 h3 { 
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.4;
        padding:  0 0 15px;
}
h5 {
        font-weight: 500;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1;
        display: inline-block;
        padding: 0 20px;
        height: 28px;
        line-height: 24px;
        border-radius: 14px;
    -webkit-border-radius: 14px; 
    -moz-border-radius: 14px;
        border: dashed 2px #392424;
        background: #fff;
        text-align: center;
}
h6 {
        font-size: 17px;
        font-size: 1.7rem;
}

}


@media screen and (max-width: 640px) {
h2 {
   font-size: 22px;
   font-size: 2.2rem;
   letter-spacing: 0.15rem; 
   padding:  0 0 3px;
}
h2 span {
     font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
      letter-spacing: 0.06rem; 
}

h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
        padding:  0 0 10px;
}
h5 {
        font-size: 12px;
        font-size: 1.2rem;
        letter-spacing: 0.03rem;
        padding: 0 15px;
        line-height: 26px;
        border: dashed 1px #392424;c
}
h6 {
        font-size: 16px;
        font-size: 1.6rem;
}
}


.mt15 {
    margin-top: 25px;
}


p, .text, .txt {
     -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.7;
    letter-spacing: 0.05rem; 
}

a {
  font-weight: 400;
  transition: 0.3s ease-in-out; }

a:link {
  color: #392424;
  text-decoration: none; }

a:visited {
  color: #392424;
  text-decoration: none; }

a:hover {
  color: #888;
  text-decoration: none; }


.noscript {
  display: none; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom; }

img[src$=".svg"] {
  width: 100%; }

.dsp {
    display: none; }

.dpc {
    display: block; }

.sp900 {
    display: none; }

.pc900 {
    display: block; }

.sp1117 {
    display: none; }

.pc1117 {
    display: block; }

.sp1215 {
    display: none; }

.pc1215 {
    display: block; }

.txt-center {
  text-align: center !important;
}

.txt-left{
  text-align: left !important;
}

.round {
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
}

@media screen and (max-width: 1117px) {
 .pc1117 {
        display: none
    }

    .sp1117 {
        display: block
    }
}


@media screen and (max-width: 1214px) {
 .pc1215 {
        display: none
    }

 .sp1215 {
        display: block
    }
}
@media screen and (max-width: 900px) {
 .pc900 {
        display: none
    }

 .sp900 {
        display: block
    }

}

@media screen and (max-width: 768px) {
body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em; 
  line-height: 1.5;
}
p, .text, .txt {
    line-height: 1.5;
    letter-spacing: 0.04rem; 
}
    .dpc {
        display: none
    }

    .dsp {
        display: block
    }
.round {
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;  
}

}


.bg_white {
    background: #fff;
}
.bg_orange {
    background: #e78913;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; 
}

.cf:after {
  clear: both; 
}

.cf {
  zoom: 1; 
}

ul, li {
  list-style: none; 
}


.fadein {
	opacity : 0;
	transform : translate(0px, 60px);
	transition : all 600ms;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
	}

.fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
.fadein:nth-of-type(3) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	}
.fadein:nth-of-type(4) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	}
.fadein:nth-of-type(5) {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
	}
.fadein:nth-of-type(6) {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
	}

.fadein:nth-of-type(7) {
	-moz-transition-delay:700ms;
	-webkit-transition-delay:700ms;
	-o-transition-delay:700ms;
	-ms-transition-delay:700ms;
	}


/*SPナビ*/
nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
   right: 0;
    
    color: #0B0706;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background-color: #fae6dc;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 100%;
    height: 100vh;
}

nav.globalMenuSp ul li {
   position: relative;
    list-style-type: none;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dashed rgba(231,137,19,0.3);
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
     font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
    color: #E78913;
    padding: 25px 0;
    letter-spacing: 0.1rem; 
    line-height: 1;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed; 
    right: 3%;
    top: 20px;
    width: 75px;
    /*height: 35px;*/
    cursor: pointer;
    z-index: 2003;
    background: transparent;
    text-align: center;
    /*border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;*/
}

.navToggle span {
    display: block;
    position: absolute; 
    width: 75px;
    /*color: #0a0a0a;
    border-bottom: solid 1px #0a0a0a;*/
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
   /* left: 8px;*/
}

.navToggle span:nth-child(1) {
    top: 5px;
}


@media only screen and (max-width: 945px) {

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 5px;
    top: 5px;
    width: 45px;
    cursor: pointer;
    z-index: 2003;
    background: transparent;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute; 
    width: 45px;
}
nav.globalMenuSp ul li a {
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 15px;
    color: #E78913;
    padding: 15px 0;   
}
}

@media only screen and (max-width: 768px) {
.navToggle {
    right: 5px;
    top: 3px;
    width: 37px;
}
.navToggle span {
    display: block;
    position: absolute; 
    width: 37px;
}
nav.globalMenuSp ul li a {
    position: relative;
    color: #392424;
}
nav.globalMenuSp ul li a:before {
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	background:url(../img/main/navi.svg) no-repeat;
	background-size:contain;
        margin-bottom: -2px;
        margin-right: 3px;
}
}

/*.footbtn { 
   display: none;
}*/
.footbtn {
   display: block;
   position: fixed;  
    bottom: 0;  
    left: 0;  
   width: 100%;
   height: 60px;
   text-align: center;
   z-index: 999;
}


.foot01 {
	background: #fffddc;
        width: 50%;
        height: 60px;
        float: left;
        text-align: center;
}

.foot01 a {
    font-size: 20px;
    color: #392424;
    font-weight: bold;
    letter-spacing: 0;
     line-height: 60px;
}
.foot01 a i {
    font-size: 26px;
    font-weight: normal;
}

.foot02 {
	background: #ffac5a;
        width: 50%;
        height: 60px;
        float: left;
        text-align: center;
}


.foot02 a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
     line-height: 60px;
     font-size: 20px;
}



@media only screen and (max-width: 768px) {
/*.wrapper {
   padding-bottom: 60px;
}*/

.footbtn {
   display: block;
   position: fixed;  
    bottom: 0;  
    left: 0;  
   width: 100%;
   height: 60px;
   text-align: center;
   z-index: 999;
}


.foot01 {
	background: #fffddc;
        width: 43%;
        height: 60px;
        float: left;
        text-align: center;
}

.foot01 a {
    font-size: 17px;
    color: #392424;
    font-weight: bold;
    letter-spacing: 0;
     line-height: 60px;
}
.foot01 a i {
    font-size: 20px;
    font-weight: normal;
}

.foot02 {
	background: #ffac5a;
        width: 43%;
        height: 60px;
        float: left;
        text-align: center;
}


.foot02 a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
     line-height: 60px;
     font-size: 17px;
}

.foot03 {
	background: #fff;
        width: 14%;
        height: 60px;
        float: right;
        text-align: center;
}
.foot03 a {
        color: #aaa;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0;
     line-height: 60px;
}
}

.tellink {
     font-family: 'Questrial', sans-serif;
     font-weight: 400;
     color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0;
    font-weight: bold;
     line-height: 44px;
}
.tellink a:link { color: #fff!important; }
.tellink a:visited { color: #fff!important; }
.tellink a:hover { color: #fff!important; }
.tellink a:active{ color: #fff!important; }

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index:1000;
}

#page-top a {
    background-color: rgba(42,42,42,0.3);
    text-decoration: none;
    color: #fff;
    width: 40px;
   height: 40px;
    line-height: 40px;
    font-size: 2rem;
    text-align: center;
    display: block;
    
}

#page-top a:hover {
    text-decoration: none;
    background-color: rgba(42,42,42,0.6);
}

footer {
  position: relative;
  display: block;
  background: #392424;
  padding: 10px 0;
  text-align: center;
}
footer small {
  font-family: 'Quicksand', sans-serif;
   font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1rem; 
       letter-spacing: 0;
      color: #fff;
}


@media screen and (max-width: 768px) {
#page-top {
   display: none;
}

  footer {
  padding: 10px 0 70px;
  }

  footer small {
 font-size: 11px;
        font-size: 1.1rem;
   }
}


/* .viewer
------------------------- */
.viewer {
    position: relative;
    margin: 0 auto 50px;
    width: 100%;
    padding: 0 40px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
.viewer {
    margin: 0 auto 20px;
    padding: 0 15px;
}
}

.viewer ul {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.viewer ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    /*background: #ccc url(../img/btnPrev.jpg) no-repeat center center;*/
}
.viewer .btnNext {
    right: 10px;
   /* background: #ccc url(../img/btnNext.jpg) no-repeat center center;*/
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

.viewer h1 {
     position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: table;
   color: #fff;
   text-align: center;
    text-shadow: 2px 1px 3px rgba(30,30,30,0.5);
   z-index: 102;
   font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
     font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
      letter-spacing: 0.2rem; 
}


@media only screen and (max-width: 1050px) {
.viewer h1 {
  top: 45%;
    text-shadow: 2px 1px 3px rgba(25,25,25,0.5);
     font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
      letter-spacing: 0.15rem; 
}
}

@media only screen and (max-width: 860px) {
.viewer h1 {
  top: 45%;
    text-shadow: 2px 1px 3px rgba(25,25,25,0.5);
     font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.3;
  font-weight: 700;
      letter-spacing: 0.1rem; 
}
}


@media only screen and (max-width: 640px) {
.viewer h1 {
    text-shadow: 1px 1px 2px rgba(10,10,10,0.5);
     font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: 700;
      letter-spacing: 0.07rem; 
}
}


.logo {
      position: relative;
      display: block;
      width: 290px;
      margin: -170px auto 50px;
      text-align: center;
      z-index: 103;
}

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

@media only screen and (max-width: 945px) {
.logo {
      width: 230px;
      margin: -150px auto 50px;
}
}

@media only screen and (max-width: 768px) {
.logo {
      margin: -100px auto 40px;
}
}

@media only screen and (max-width: 640px) {
.logo {
      width: 130px;
      margin: -50px auto 20px;
}
}

.top-navi {
      position: relative;
      display: block;
      width: 90%;
      max-width: 1200px;
      margin: 0 auto 130px;
      background: #fff;
      padding: 5px;
}
.top-navi ul {
	list-style-type: none;
	padding-left: 0;
}
.top-navi li {
        position: relative;
	padding: 5px 10px;
}
.top-navi li:before {
    position:absolute;
	left:-8px;
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
	background:url(../img/main/navi.svg) no-repeat;
	background-size:contain;
}
.top-navi li a {
     position: relative;
     font-family: "M PLUS 1p", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Arial, sans-serif;
     font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
      letter-spacing: 0.1rem; 
}
.table-cell {
	display: table;
	margin: auto;
}
.table-cell li {
	display: inline-block;/*table-cell*/
        margin: 0 10px;
}

@media only screen and (max-width: 967px) {
.top-navi li {
        position: relative;
	padding: 5px 6px;
}
.top-navi li a {
     font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
      letter-spacing: 0;
}
}
@media only screen and (max-width: 800px) {
.top-navi {
      margin: 0 auto 60px;
}
.top-navi li a {
     font-size: 13px;
  font-size: 1.3rem;
}
}