/*--------------------------------
	br
--------------------------------*/
@media (max-width: 768px) {
  .br::after {
    content: "\a";
    white-space: pre; } }
/*--------------------------------
header top
--------------------------------*/
#top_wrap {
  background: #ce0000;
  position: relative;
  z-index: 2; }
  #top_wrap img {
    width: 100%; }
  #top_wrap .innerMain {
    position: relative;
    padding: 15px 0; }
  #top_wrap .logo {
    width: 98px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff8e7; }
  #top_wrap .wrap {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; }
    #top_wrap .wrap h1 {
      margin-left: 110px;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem; }
    #top_wrap .wrap .inner {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      -webkit-box-pack: end;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center; }
      #top_wrap .wrap .inner .contact {
        width: 188px;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 2px;
        background: #dfa36c;
        padding: 10px;
        text-align: center;
        transition: .3s;
        margin-right: 15px; }
      #top_wrap .wrap .inner .tel {
        color: #fff;
        letter-spacing: 2px;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 700;
        white-space: nowrap; }
  @media (max-width: 768px) {
    #top_wrap {
      /*.top{
      	.inner_wrap{
      		display: block;
      		padding: 10px;
      		.logo{
      			width: 60px;
      		}
      		h1{
      			width: 65%;
      			margin: 0;
      			margin-left: 60px;
      			font-family:'Noto Sans JP',sans-serif;
      			@include fz(10);
      			line-height: 1.2rem;
      		}
      		.inner{
      			width: 100%;
      			margin-top: 35px;
      			.contact{
      				width: 50%;
      				line-height: 4rem;
      			}
      			.tel{
      				width: 50%;
      				@include fz(20);
      				a{ text-align: center; }
      			}
      		}
      	}
      }*/ }
      #top_wrap .logo {
        width: 60px; }
      #top_wrap .wrap {
        display: block;
        margin-top: 50px; }
        #top_wrap .wrap h1 {
          font-size: 11px;
          font-size: 1.1rem;
          letter-spacing: 0;
          margin-left: 0; }
        #top_wrap .wrap .inner {
          margin-top: 5px;
          justify-content: flex-start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          -webkit-box-pack: start; }
          #top_wrap .wrap .inner .contact {
            font-size: 13px;
            font-size: 1.3rem;
            width: 180px; }
          #top_wrap .wrap .inner .tel {
            font-size: 18px;
            font-size: 1.8rem; } }

/*--------------------------------
	mv
--------------------------------*/
#mv {
  position: relative;
  width: 100%; }
  #mv img {
    width: 100%; }
  #mv .slick {
    height: 718px; }
    #mv .slick img {
      height: 718px;
      object-fit: cover;
      font-family: 'object-fit:cover'; }
  #mv .frame {
    width: 100%;
    height: 718px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    #mv .frame img {
      height: 718px;
      object-fit: cover;
      font-family: 'object-fit:cover'; }
  #mv .cc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    max-width: 800px;
    height: 436px;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center; }
    #mv .cc h1 {
      position: absolute;
      font-size: 40px;
      font-size: 4rem;
      color: #b5814f;
      text-align: center;
      letter-spacing: 6px;
      line-height: 70px;
      padding-bottom: 50px; }
      @media all and (-ms-high-contrast: none) {
        #mv .cc h1 {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          height: 260px; } }
  @media (max-width: 768px) {
    #mv .slick, #mv .frame {
      height: 400px; }
      #mv .slick img, #mv .frame img {
        height: 400px; }
    #mv .cc {
      width: auto;
      max-width: 500px;
      height: 275px; }
      #mv .cc h1 {
        height: 135px;
        font-size: 24px !important;
        line-height: 35px;
        letter-spacing: 1.2px;
        padding-bottom: 30px; } }
  @media all and (max-width: 768px) and (-ms-high-contrast: none) {
    #mv .cc {
      width: inherit; } }

/*#mv_sub{
	width: 100%;
	.slider{
		img{
			height: 30rem;
		}
	}
	@include pc{
		background-color: rgba(#ccc,.8);
		.slider{
			img{
				height: 10rem;
			}
		}
		.catchcopy{
			background: rgba($col-wht,.3);
			padding: 3% 2%;
			width: 70%;
			p{
				@include fz(20);
			}
		}
	}
}*/
/*--------------------------------
 navi normal
--------------------------------*/
nav ul {
  width: 100%;
  margin: 0 auto; }

/*.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}*/
.navi-normal {
  position: relative;
  z-index: 100; }
  .navi-normal #gnav {
    width: 100%;
    background: #ce0000; }
    .navi-normal #gnav .menu {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox; }
      .navi-normal #gnav .menu li {
        background: #ce0000;
        flex-grow: 1;
        transition: .3s; }
        .navi-normal #gnav .menu li a {
          color: #fff;
          text-align: center;
          padding: 30px 0; }
          .navi-normal #gnav .menu li a p {
            text-align: center; }
          .navi-normal #gnav .menu li a p:first-child {
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 3px;
            font-weight: 500; }
          .navi-normal #gnav .menu li a p:last-child {
            margin-top: 10px;
            letter-spacing: 2px; }
        .navi-normal #gnav .menu li:not(:last-child) span {
          border-right: solid 1px #fff;
          width: 100%;
          display: block; }
      .navi-normal #gnav .menu li:hover {
        background: #e8d181; }
        .navi-normal #gnav .menu li:hover a {
          color: #b5814f; }
  @media (max-width: 768px) {
    .navi-normal #gnav {
      background: #fff8e7; }
      .navi-normal #gnav .menu {
        display: block;
        margin-top: 15%; }
        .navi-normal #gnav .menu li {
          background: none;
          width: 100%;
          border-bottom: solid 1px #ccc; }
          .navi-normal #gnav .menu li a {
            color: #b5814f;
            padding: 15px 0; }
            .navi-normal #gnav .menu li a span {
              border-right: none; }
    .navi-normal #menu-btn {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      height: 60px;
      width: 60px;
      padding: 10px;
      background: #dfa36c;
      z-index: 999;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease;
      cursor: pointer; }
      .navi-normal #menu-btn span {
        background: #fff;
        border: none;
        height: 4px;
        width: 40px;
        margin: auto;
        border-radius: 3px;
        position: absolute;
        top: 15px;
        right: 0;
        left: 0;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      .navi-normal #menu-btn span:nth-of-type(2) {
        top: 28px; }
      .navi-normal #menu-btn span:nth-of-type(3) {
        top: 41px; }
    .navi-normal #menu-btn.active .top {
      -webkit-transform: translateY(14px) translateX(0) rotate(45deg);
      transform: translateY(14px) translateX(0) rotate(45deg); }
    .navi-normal #menu-btn.active .middle {
      opacity: 0; }
    .navi-normal #menu-btn.active .bottom {
      -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
      transform: translateY(-12px) translateX(0) rotate(-45deg); } }

#headbar {
  /* kotei*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 99;
  margin: 0 auto;
  text-align: center; }

/*--------------------------------
	navi sp
--------------------------------*/
#menu-btn {
  display: none; }

@media (max-width: 768px) {
  #menu-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    padding: 10px;
    background: #e8d181;
    z-index: 999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    background: #fff; }
    #menu-btn span {
      background: #fff;
      border: none;
      height: 4px;
      width: 40px;
      margin: auto;
      border-radius: 3px;
      position: absolute;
      top: 15px;
      right: 0;
      left: 0;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    #menu-btn span:nth-of-type(2) {
      top: 28px; }
    #menu-btn span:nth-of-type(3) {
      top: 41px; }

  #menu-btn.active .top {
    -webkit-transform: translateY(14px) translateX(0) rotate(45deg);
    transform: translateY(14px) translateX(0) rotate(45deg); }
  #menu-btn.active .middle {
    opacity: 0; }
  #menu-btn.active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
    transform: translateY(-12px) translateX(0) rotate(-45deg); }

  #gnav {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden !important;
    overflow: hidden; }

  #gnav.active {
    opacity: 1;
    visibility: visible !important;
    overflow: visible; } }
/*--------------------------------
	pagenation
--------------------------------*/
.pagenation {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center; }
  .pagenation li {
    margin: 0 .5%;
    text-align: center; }
    .pagenation li a {
      width: 30px;
      text-align: center;
      background: #fff;
      border: solid 1px #ccc;
      line-height: 3rem; }
  .pagenation .current {
    background: #ccc;
    color: #fff;
    border: solid 1px #ccc;
    width: 30px;
    text-align: center;
    line-height: 3rem; }

/*--------------------------------
	pager
--------------------------------*/
.pager {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  margin: auto;
  margin-top: 5%;
  position: relative;
  text-align: center; }
  .pager a {
    display: block;
    transform: .3s; }
  .pager a:hover {
    opacity: .8; }
  .pager .prev {
    position: absolute;
    left: 0;
    border-right: solid 1px #ccc;
    padding-right: 5%; }
  .pager .next {
    position: absolute;
    right: 0;
    border-left: solid 1px #ccc;
    padding-left: 5%; }
  .pager .back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 0 5%; }
  .pager .fa-caret-left {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 5px; }
  .pager .fa-caret-right {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px; }
  @media (max-width: 768px) {
    .pager {
      width: 96%;
      margin-left: 2%;
      padding: 5% 0; } }

/*--------------------------------
footer
--------------------------------*/
#footer {
  padding: 100px 0;
  background: #e3e2d6; }
  #footer img {
    width: 100%; }
  #footer .logo {
    width: 100px;
    margin: auto; }
    #footer .logo img {
      transition: .3s; }
  #footer .logo:hover img {
    opacity: .8; }
  #footer .wrap {
    margin-top: 5%; }
    #footer .wrap p, #footer .wrap a {
      text-align: center;
      font-family: 'YuGothic', 'Yu Gothic';
      font-weight: bold;
      letter-spacing: 3px; }
    #footer .wrap .add {
      line-height: 3rem; }
    #footer .wrap .tel {
      margin-top: 5%; }
    #footer .wrap .contact {
      font-family: 'Noto Serif JP', serif;
      background: #b59664;
      color: #fff;
      width: 25%;
      margin: auto;
      margin-top: 3%;
      line-height: 6rem;
      transition: .3s; }
    #footer .wrap .contact:hover {
      background: #92784f;
      color: #ccc; }
  @media (max-width: 768px) {
    #footer .logo {
      width: 70px; }
    #footer .wrap .add {
      line-height: 2.5rem; }
    #footer .wrap .tel {
      margin-top: 3%;
      font-size: 18px;
      font-size: 1.8rem; }
    #footer .wrap .contact {
      width: 70%;
      line-height: 5rem;
      margin-top: 5%; } }

/*--------------------------------
footer
--------------------------------*/
footer {
  font-family: 'YuGothic', 'Yu Gothic';
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  background: #e3e2d6;
  color: #000;
  letter-spacing: .1rem;
  padding: 2px 0;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 15px 0;
  letter-spacing: 3px;
  font-weight: 600; }
  footer a {
    text-decoration: underline; }
  @media (max-width: 768px) {
    footer {
      font-size: 11px; }
      footer a {
        font-size: 10.5px;
        font-size: 1.05rem;
        letter-spacing: 1.5px;
        margin: 0 5px; } }
  @media (max-width: 768px) {
    footer {
      white-space: nowrap;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0; } }

/*--------------------------------
	top btn
--------------------------------*/
#PageTopBtn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 5; }
  #PageTopBtn a {
    width: 75%;
    margin: auto;
    display: block;
    outline: none; }
    #PageTopBtn a img {
      width: 100%;
      transition: .3s; }
  #PageTopBtn a:hover img {
    opacity: .5; }
  @media (max-width: 768px) {
    #PageTopBtn {
      border-radius: 5rem;
      bottom: 25px;
      right: 15px; }
      #PageTopBtn a {
        width: 50%; } }

/*--------------------------------
	site map
--------------------------------*/
#map .list {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center; }
  #map .list a {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 60%;
    position: relative; }
  #map .list li {
    width: 30%;
    padding: 1.5% 0; }
  #map .list a:hover {
    opacity: .6; }
  #map .list span {
    margin-right: 3%; }
  #map .list i {
    font-size: 8px;
    font-size: 0.8rem;
    position: absolute;
    right: 0; }
@media (max-width: 768px) {
  #map {
    padding: 5% 0; }
    #map .list {
      width: 96%;
      margin: auto;
      margin-top: 2%; }
      #map .list li {
        width: 100%;
        border-bottom: solid 1px #999;
        position: relative;
        margin-left: 2%; }
      #map .list a {
        font-size: 13px;
        font-size: 1.3rem;
        width: 100%;
        height: 100%;
        line-height: 4rem;
        display: block; }
      #map .list span {
        margin-left: 3%; }
      #map .list i {
        position: absolute;
        right: 2%;
        top: 40%; } }

/*--------------------------------
	contact iframe
--------------------------------*/
#contact .contact {
  margin-top: 3%; }
#contact .iframe_wrap {
  background: #fff;
  width: 100%;
  height: 300px;
  overflow: auto;
  margin-bottom: 5%;
  -webkit-overflow-scrolling: touch;
  display: inline-block; }
  #contact .iframe_wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block; }
#contact input[type="submit"] {
  color: #fff;
  background: #444;
  padding: 25px 0;
  width: 20%;
  margin: 3% 40%;
  transition-duration: 0.3s; }
#contact input[type="submit"]:hover {
  border-color: rgba(51, 51, 51, 0.5);
  opacity: 0.6;
  transition-duration: 0.3s; }
#contact .error-text {
  color: orangered;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 5px 0;
  font-weight: bold; }
#contact .contact-recaptcha-wrap {
  margin-top: 2%; }
  #contact .contact-recaptcha-wrap .g-recaptcha {
    display: table;
    margin: 0 auto; }
@media (max-width: 768px) {
  #contact input[type="text"],
  #contact input[type="num"],
  #contact input[type="post"],
  #contact input[type="address"],
  #contact textarea {
    width: 100%; }
  #contact textarea {
    width: 100%; }
  #contact input[type="submit"] {
    height: 5rem; }
  #contact .iframe_wrap {
    height: 200px; }
    #contact .iframe_wrap dl {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal; }
  #contact input[type="submit"] {
    padding: 2% 0;
    width: 60%;
    margin: 3% 20%; } }

/*--------------------------------
	popup gallery slick-slide
--------------------------------*/
.slick-active {
  background: #fff;
  transition: .3s;
  cursor: pointer; }

.slick-active:hover {
  opacity: .5; }

/*# sourceMappingURL=common.css.map */
