/*
===================================================
        Reset
===================================================
*/
*{
 margin: 0px;
 padding: 0px;
}
li{
 list-style: none;
}
a{
 text-decoration: none;
}
address{
 font-style:normal;
}
/*
===================================================
        Base Setting
===================================================
*/
body {
 -webkit-text-size-adjust:100%;
 line-height: 1.4em;
 letter-spacing: 0.05em;
 color: #333;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
}
img{
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
.sp-visible{
 visibility: hidden;
 width: 0px;
 height: 0px;
}
.maxWidth_FHD{
 max-width: 1920px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
.maxWidth{
 max-width: 1200px;
 padding-left: 15px;
 padding-right: 15px;
 margin-left: auto;
 margin-right: auto
}
#header{
 position: fixed;
 width: 100%;
 z-index: 11;
 background: #fff;
}
#header .inner{
 height: 50px;
 display: flex;
 justify-content: space-between;
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
}
#header #logo{
 display: flex;
 align-items: center;
 padding: 0px 5px;
}
#nav ul{
 display: flex;
 height: 100%;
}
#nav ul li a{
 display: flex;
 height: 100%;
 align-items: center;
 padding: 2px 15px;
}
#nav ul li a .icon{
 margin-right: 5px;
 height: 1.5em;
 width: auto;
}
#nav ul li a>span{
 min-width: 3.8em;
}
#main{
 padding-top: 48px;
}
#footer{
 background: #FCCFCD;
}

#pagetop{
 position: fixed;
 z-index: 2;
 bottom: 15px;
 right: 15px;
 visibility: hidden;
 opacity: 0;
}
#pagetop.active{
 visibility: visible;
 opacity: 1;
}
#pagetop a{
 position: relative;
 background: rgba(255,255,255,0.7);
 border-radius: 20px;
 padding:5px 15px 5px 30px;
 border: solid 2px #888;
 box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
 color: #555;
}
#pagetop a:before{
 display: block;
 position: absolute;
 content: "";
 border-bottom: solid 10px #555;
 border-left: solid 6px transparent;
 border-right: solid 6px transparent;
 left: 10px;
 top: 10px;
}
#pagetop a:hover:before{
 transition: .5s;
 border-bottom: solid 10px #fff;
}
#pagetop a:hover{
 transition: .5s;
 text-decoration: none;
 color: #fff;
 background: rgba(0,0,0,0.7);
}
.clearfix{
 overflow: hidden;
}
.fLeft{
 float: left;
}
.fRight{
 float: right;
}
.tLeft{
 text-align: left;
}
.tRight{
 text-align: right;
}
.tCenter{
 text-align: center;
}
.vTop{
 vertical-align: top;
}
.vMiddle{
 vertical-align: middle;
}
.vBottom{
 vertical-align: bottom;
}
.mb1em{
 margin-bottom: 1em;
}
.mb2em{
 margin-bottom: 2em;
}
.mb3em{
 margin-bottom: 3em;
}
.mb50{
 margin-bottom: 50px;
}
.mb100{
 margin-bottom: 100px;
}
.mt1em{
 margin-top: 1em;
}
.mt2em{
 margin-top: 2em;
}
.mt3em{
 margin-top: 3em;
}
.mt50{
 margin-top: 50px;
}
.mt100{
 margin-top: 100px;
}
.mr1em{
 margin-right: 1em;
}
.mr2em{
 margin-right: 2em;
}
.mr3em{
 margin-right: 3em;
}
.ml1em{
 margin-left: 1em;
}
.ml2em{
 margin-left: 2em;
}
.ml3em{
 margin-left: 3em;
}
.p10{
 padding: 10px;
}
.p20{
 padding: 20px;
}
.p30{
 padding: 30px;
}
.p40{
 padding: 40px;
}
.p50{
 padding: 50px;
}
.pb1em{
 padding-bottom: 1em;
}
.pb2em{
 padding-bottom: 2em;
}
.pb3em{
 padding-bottom: 3em;
}
.pb50{
 padding-bottom: 50px;
}
.pb100{
 padding-bottom: 100px;
}
.pt1em{
 padding-top: 1em;
}
.pt2em{
 padding-top: 2em;
}
.pt3em{
 padding-top: 3em;
}
.pt50{
 padding-top: 50px;
}
.pt100{
 padding-top: 100px;
}
.font-s{
 font-size: 80%;
}
.font-ss{
 font-size: 60%;
}
.font-l{
 font-size: 120%;
}
.font-ll{
 font-size: 220%;
}
.flex{
 display: flex;
 justify-content: center;
}
.flex.jcLeft{
 justify-content: flex-start;
}
.flex.sa{
 justify-content: space-around;
}
.flex.sb{
 justify-content: space-between;
}
.flex.wrap{
 flex-wrap: wrap;
}
.flex.reverse{
 flex-direction: row-reverse;
}
.flex .asCenter{
 align-self: center;
}
.w10,.w20,.w25,.w30,.w33,.w40,.w45,.w50,.w60,.w70,.w80,.w90,.w100{
 box-sizing: border-box;
}
.w10{
 width: 10%;
}
.w20{
 width: 20%;
}
.w25{
 width: 25%;
}
.w30{
 width: 30%;
}
.w33{
 width: 33%;
}
.w40{
 width: 40%;
}
.w45{
 width: 45%;
}
.w50{
 width: 50%;
}
.w60{
 width: 60%;
}
.w70{
 width: 70%;
}
.w80{
 width: 80%;
}
.w90{
 width: 90%;
}
.w100{
 width: 100%;
}
.wAuto{
 width: auto;
}
.lh1_5em{
 line-height: 1.5em;
}
.lh2em{
 line-height: 2em;
}
.sp-menuArea {
 display: none;
}

.dNone{
 display: none;
}
.dIb{
 display: inline-block;
}
.dBlock{
 display: block;
}

.bgWhite{
 background: #fff;
}
.bgPink{
 background: #FCC7D0;
}
.bgPink2{
 background: #FEF1F4;
}
.bgGreen{
 background: #C1C104;
}
.bgBrown{
 background: #4F3710;
}

.white,
.white a,
a.white{
 color:#fff;
}
.brown,
.brown a,
a.brown{
 color: #4F3710;
}

.b{
 font-weight: bold;
}

.mincho{
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ls{
 letter-spacing: 0.2em;
}

.styleTtl{
 position: relative;
 text-align: center;
 padding-top: 70px;
}
.styleTtl:before{
 display: block;
 content: "";
 background: url(../img/ttlimg.png) no-repeat center center;
 width: 100px;
 height: 50px;
 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -50px;
}
.styleTtl2{
 position: relative;
 padding-bottom: 0.4em;
 margin-bottom: 0.4em;
}
.styleTtl2:before{
 display: block;
 content: "";
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 100%;
 border-bottom: solid 1px #4F3710;
}

/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 768px) {
 .sp-visible{
  visibility: visible;
  width: auto;
  height: auto;
 }
 .sp-hidden{
  visibility: hidden;
  width: 0px;
  height: 0px;
 }
 .sp-dBlock{
  display: block;
 }
 .sp-dIb{
  display: inline-block;
 }
 .sp-dNone{
  display: none;
 }
 .sp-menuBtn {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 6px;
  width: 35px;
  height: 35px;
  border: solid 2px #888;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
 }
 .sp-menuBtn .sp-menuBtn__inner {
  transition: transform 0.5s;
  position: relative;
  top: 10px;
  left: 8px;
  width: 19px;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn .sp-menuBtn__inner::after {
  transition: transform 0.5s;
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn .sp-menuBtn__inner::before {
  transition: transform 0.5s;
  position: absolute;
  top: 12px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn.active .sp-menuBtn__inner {
  position: relative;
  top: 16px;
  left: 8px;
  width: 19px;
  height: 3px;
  background: #555555;
  transform: rotate(45deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::after {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
  transform: rotate(90deg);
 }
 .sp-menuBtn.active .sp-menuBtn__inner::before {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #555555;
 }
 .sp-menuBtn span {
  display: none;
 }
 .sp-menuArea {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
 }
 .sp-menuArea.active {
  transition: opacity 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 998;
 }
 .sp-menuArea .sp-menu {
  padding: 50px 10px 10px;
 }
 .sp-menuArea .sp-menu li {
  border-bottom: solid 1px #eee;
 }
 .sp-menuArea .sp-menu li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 12px;
  color: #555555;
 }
 .sp-menuArea .sp-menu li a::before {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  vertical-align: middle;
  content: "";
  display: block;
  border-left: solid 6px #555555;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
 }
 .sp-font-l{
  font-size: 140%;
 }
 .sp-font-m{
  font-size: 100%;
 }
 .sp-font-s{
  font-size: 60%;
 }
 .sp-fLeft{
  float: left;
 }
 .sp-fRight{
  float: right;
 }
 .sp-tLeft{
  text-align: left;
 }
 .sp-tRight{
  text-align: right;
 }
 .sp-tCenter{
  text-align: center;
 }
 .sp-vTop{
  vertical-align: top;
 }
 .sp-vMiddle{
  vertical-align: middle;
 }
 .sp-vBottom{
  vertical-align: bottom;
 }
 .sp-mb0{
  margin-bottom: 0px;
 }
 .sp-mb1em{
  margin-bottom: 1em;
 }
 .sp-mb2em{
  margin-bottom: 2em;
 }
 .sp-mb3em{
  margin-bottom: 3em;
 }
 .sp-mb25{
  margin-bottom: 25px;
 }
 .sp-mb50{
  margin-bottom: 50px;
 }
 .sp-mt0{
  margin-top: 0px;
 }
 .sp-mt1em{
  margin-top: 1em;
 }
 .sp-mt2em{
  margin-top: 2em;
 }
 .sp-mt3em{
  margin-top: 3em;
 }
 .sp-mt25{
  margin-top: 25px;
 }
 .sp-mt50{
  margin-top: 50px;
 }
 .sp-pb0{
  padding-bottom: 0px;
 }
 .sp-pb1em{
  padding-bottom: 1em;
 }
 .sp-pb2em{
  padding-bottom: 2em;
 }
 .sp-pb3em{
  padding-bottom: 3em;
 }
 .sp-pb25{
  padding-bottom: 25px;
 }
 .sp-pb50{
  padding-bottom: 50px;
 }
 .sp-pt0{
  padding-top: 0px;
 }
 .sp-pt1em{
  padding-top: 1em;
 }
 .sp-pt2em{
  padding-top: 2em;
 }
 .sp-pt3em{
  padding-top: 3em;
 }
 .sp-pt25{
  padding-top: 25px;
 }
 .sp-pt50{
  padding-top: 50px;
 }
 .sp-w10,.sp-w20,.sp-w25,.sp-w30,.sp-w33,.sp-w40,.sp-w50,.sp-w60,.sp-w70,.sp-w80,.sp-w90,.sp-w100{
  box-sizing: border-box;
 }
 .sp-w10{
  width: 10%;
 }
 .sp-w20{
  width: 20%;
 }
 .sp-w30{
  width: 30%;
 }
 .sp-w40{
  width: 40%;
 }
 .sp-w50{
  width: 50%;
 }
 .sp-w60{
  width: 60%;
 }
 .sp-w70{
  width: 70%;
 }
 .sp-w80{
  width: 80%;
 }
 .sp-w90{
  width: 90%;
 }
 .sp-w100{
  width: 100%;
 }
 .sp-p0{
  padding: 0px;
 }
 .sp-p10{
  padding: 10px;
 }
 .sp-p20{
  padding: 20px;
 }
 .wAuto{
  width: auto;
 }
 #header .inner{
  height: 40px;
 }
 #header #logo img{
  height: 25px;
  width: auto;
  margin-left: 5px;
 }
 #nav ul li a{
  padding: 0px 12px;
 }
 #nav ul li a .icon {
  margin-right: 0px;
 }
 #main{
  padding-top: 38px;
 }
 .styleTtl{
  position: relative;
  text-align: center;
  padding-top: 50px;
 }
 .styleTtl:before{
  display: block;
  content: "";
  background: url(../img/ttlimg.png) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -40px;
 }
}