@charset "Shift_JIS";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 62.5%; /* 10px */
  vertical-align: baseline;
}

body {
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 700;
}


ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body a {
  overflow: hidden;
  border: none;
  outline: none;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
		opacity: 0.7;
}
body img {
  width: 100%;
  vertical-align: bottom;
}


.clearfix:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.sp-on {
  display: none;
}
	.pc-on {
  display: block;
}


/* ------------- sp ----------------- */
@media screen and (max-width: 750px) {
    .sp-on {
 display:block;
 }
.pc-on {
 display: none;
 }
.tx_c {
	text-align: center !important;
}
.txt_l {
	text-align: left !important;
}
.txt_r {
	text-align: right !important;
}
  p.txt_normal {
  letter-spacing: .1rem;
    line-height: 1.6;
}
}

/* fadein  ----------------------------------------------------
--------------------------------------------------------*/

 .fadein {
  opacity: 0;
  transform : translate(0, 100px);
  transition : all 2000ms ease;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 750px) {
   .fadein {
  opacity: .5;

}
}

/*スマホナビ  ----------------------------------------------------
--------------------------------------------------------*/
.spnavArea {
  display: none;
}
@media screen and (max-width: 750px) {
  .spnavArea {
    display: block;
  }
}

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 400px;
  /*background: #958D81;*/
	background: rgba(0,0,0,0.5);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1001;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .spnav {
    width: 100%;
  }
}

.open .spnav {
  right: 0;
  opacity: 1;
}

.spnav-inner {
  padding: 70px 20px 20px;
}
.spnav-inner .logo__img {
  max-width: 260px;
}

.spnav-inner__list {
  margin-top: 20px;
}
.spnav-inner__list li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #FFF;
}
.spnav-inner__list li:first-child {
  border-top: 1px solid #FFF;
}
.spnav-inner__list li a {
  display: block;
  padding: 1.3em 0.5em;
  text-decoration: none;
  transition-duration: 0.2s;
	color: #fff;
}
.spnav-inner__list li a:hover {
  background: #fff4f4;
  color: #070502;
}

.spnav-inner__menu {
  display: flex;
  flex-wrap: wrap;
}
.spnav-inner__menu .spnav-inner__menu__item {
  margin-top: 12px;
  width: 100%;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col {
  margin-top: 8px;
  text-align: center;
  padding: 20px 20px;
  width: 100%;
  background: #B9AB7A;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a {
  font-size: 1.06rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 12px;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col:nth-child(2) {
  background: #C4DDE1;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col:nth-child(3) {
  background: #06c755;
  padding: 15px 20px;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col:nth-child(3) a img {
  width: 34px;
  height: 34px;
  margin-right: 4px;
}

.toggle_btn {
  display: block;
  position: fixed;
  top: 12px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1002;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 33px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
  width: 26px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}

.toggle_btn__txt {
  position: relative;
  top: 27px;
  font-family: "Quicksand", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
	color: #fff;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
  cursor: pointer;
}

