@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  cursor: default;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl, dt, dd,
ul, ol, li,
pre,
form, fieldset,
p, blockquote,
th, td,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

em {
  font-style: normal;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

caption, th {
  text-align: left;
}

img, abbr, acronym, fieldset {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
}

a img {
  border: 0;
  width: 264px;
  
}

img {
  vertical-align: bottom;
  line-height: 0;
}

hr, legend {
  display: none;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], textarea {
  -webkit-appearance: none;
  outline: none;
}

input[type="submit"], input[type="button"], button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
}
input[type="submit"]:-webkit-search-decoration, input[type="button"]:-webkit-search-decoration, button:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus, input[type="button"]:focus, button:focus {
  outline-offset: -2px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

label {
  cursor: pointer;
}

/* =clearfix
-------------------------------------------------------------- */
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/* for iOS
-------------------------------------------------------------- */
input[type="submit"],
input[type="button"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* animation */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.js-inView,
.animated.js-inView-fade {
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


body,
input,
textarea {

  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
}

.f-eng {
 
}

@font-face {

}
.f-gothic {

}

@font-face {

}
[class^="icon-"], [class*=" icon-"] {

  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-window:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

p {
  word-wrap: break-word;
}

dt, dd, th, td, li {
  font-size: 14px;
  word-wrap: break-word;
}

sup {
  vertical-align: top;
  font-size: 70%;
}

sub {
  vertical-align: bottom;
  font-size: 70%;
}

.object-fit-img {
  object-fit: cover;

}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  html, body {
    min-width: 1140px;
  }

  .smp {
    display: none !important;
  }

  a {
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .alpha {
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
  .alpha:hover {
    opacity: 0.6;
  }

  #cover {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background-color: #FFF;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;

  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;

  display: block;
  font-size: .85em;
  padding: 10px;
}

/* for Link */
a.link-on-bdr {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a.link-on-bdr:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background: #999;
    visibility: hidden;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  a.link-on-bdr:hover:before {
    width: 100%;
    visibility: visible;
  }
}

/* header */
#head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 65px;
  padding: 22px 25px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  #head {
    min-width: 1140px;
  }
}
#head.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  margin: 0 !important;
}
#head .head-logo {
  position: absolute;
  top: 50%;
  left: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  width: 33px;
  height: 34px;
  text-indent: 110%;
  overflow: hidden;
  white-space: nowrap;
  background: url('../images/head_mark.png') no-repeat center center;
  background-size: 33px 33px;
}

.menu-btn {
  position: absolute;
  top: 50%;
  right: 28px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 20px;
  cursor: pointer;
}
.menu-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.menu-btn span:before, .menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.menu-btn span:before {
  top: -6px;
}
.menu-btn span:after {
  bottom: -6px;
}

.gnav {
  position: fixed;
  top: 0;
  right: -366px;
  z-index: 940;
  width: 366px;
  height: 120%;
  overflow: auto;
  padding-top: 50px;
  text-align: center;
  background: rgba(68, 68, 68, 0.97);
  color: #FFF;
  opacity: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gnav.on {
  right: 0;
  opacity: 1;
}
.gnav .btn-close {
  position: absolute;
  top: 30px;
  right: 28px;
  width: 20px;
  height: 20px;
  background: url('../images/btn_close.png') no-repeat center center;
  background-size: 20px 20px;
}
.gnav .nav-logo {
  margin-bottom: 50px;
}
.gnav .nav-logo img {
  width: 59px;
  height: auto;
}
.gnav li + li {
  margin-top: 25px;
}
.gnav li a {
  display: block;
  font-size: 16px; 
  color:#fff;
  margin: 25px 0px  0px  0px;
}
.gnav li img {
  width: 148px;
  height: auto;
}
.gnav .sns {
  margin-top: 60px;
}
.gnav .sns .ttl {
  margin-bottom: 17px;
}
.gnav .sns a {
  display: inline-block;
  width: 20px;
  font-size: 20px;
  color: #FFF;
}
.gnav .sns a + a {
  margin-left: 18px;
}
.gnav .sns a span {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.gnav .js-fade-item01, .gnav .js-fade-item02 li, .gnav .js-fade-item03 {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .news .gnav a.link01 {
    opacity: 0.5;
  }
  .menu .gnav a.link02 {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  #head {
    padding: 15px;
    height: 60px;
    padding: 15px;
  }
  #head .head-logo {
    left: 15px;
  }

  .menu-btn {
    right: 15px;
  }

  .gnav {
    right: -85%;
    width: 85%;
    height: 100vh;
    padding: 30px 0 50px;
    overflow: auto;
  }
  .gnav .nav-logo {
    margin-bottom: 40px;
  }
  .gnav .nav-logo img {
    width: 17%;
  }
  .gnav li + li {
    margin-top: 20px;
  }
  .gnav .sns {
    margin-top: 40px;
  }
  .gnav .sns .ttl {
    margin-bottom: 15px;
  }
  .gnav .sns a {
    width: 18px;
    font-size: 1rem;
  }
}
/* footer */
#foot {
  position: relative;
  z-index: 1;
  padding: 0 20px 20px 25px;
  background: #FFF;
  text-align: center;
}
#foot .copyrights {
  float: right;
  font-size: 11px;
  color: #999;
}

.f-nav {
  float: left;
}
.f-nav a {
  display: inline-block;
}
.f-nav a + a {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  #foot {
    padding: 0 20px 20px;
    text-align: center;
  }
  #foot .copyrights {
    float: none;
    margin-top: 40px;
    font-size: .5rem;
  }

  .f-nav {
    float: none;
  }
}
/* 基本レイアウト */
html, body {
  width: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

#cont {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  #cont {
    padding-top: 60px;
  }
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  }
.wrapwen {
 
}

.contents {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .contents {
    min-width: 1140px;
  }
}

.anchor-point {
  position: relative;
  margin-top: -65px;
  padding-top: 65px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .anchor-point {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.page-ttl {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-ttl img {
    height: 50px;
    width: auto;
  }
}

/* TOPページ */
.top-mv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  padding: 14px;
}
.top-mv .bg-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -65px;
}
.top-mv .ttl img {
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.top-mv .ttl img {
	width: 115px;
　	height: auto;
}

.top-mv .ttl.on img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top-mv {
    min-width: 1140px;
  }
}

.backstretch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.home {
  /*@media screen and (min-width: 640px) and (max-width: 1023px) {
    min-width: inherit;
    .contents, .top-mv, #head {
      min-width: inherit;
    }
    #cont {
      min-width: 1140px;
    }
  }*/
}
.home #head {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -63px;
}
.home #head .info-txt {
  line-height: 1.2;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home #head .info-txt span {
  display: inline-block;
}
.home #head .info-txt .date {
  margin-right: 15px;
  color: #888;
}
.home #head .info-txt .txt {
  color: #333;
}
.home #head .info-txt a {
  color: #333;
}
.home #head .info-txt a:hover:before {
  border-bottom-color: #BBB;
}
.home #head .head-logo {
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.home #head.fixed .info-txt {
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.home #head.fixed .head-logo {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.home #cont {
  padding-top: 0;
}

.more-link a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
}

.top-page {
  margin-top: -65px;
  padding-top: 70px;
}
.top-page .txt {
  font-size: 14px;
  line-height: 2;
}
.top-page .txt-en {
  line-height: 1.9;
  color: #878787;
}

.top-insta {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.top-insta a.insta_link {
	width: 216px;
	height: 216px;
	position: absolute;
	display: block;
	top: 230px;
	left: 432px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.top-insta a.insta_link img {
	width: 216px;
	height: 216px;
}
.top-insta a.insta_link:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.top-insta ul {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  background: #222 url('../images/icn_insta_wh.svg') no-repeat center center;
  background-size: 34px 34px;
  overflow: hidden;
}
.top-insta li {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
}
.top-insta li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-insta li:nth-child(8) {
  margin-left: 20%;
}
.top-insta li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .top-insta li a {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .top-insta li a:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
.top-insta li img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-insta li img {
    height: 100%;
    object-fit: cover;
  }
}

.top-copy {
  padding: 65px 0 65px;
  text-align: center;
}
.top-copy .txt {
  line-height: 2.6;
}
.top-copy .txt-en {
  margin-top: 40px;
  line-height: 2.2;
}

.top-menu {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 690px;
}
.top-menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(96, 128, 2, 0.1);
  -moz-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}
.top-menu.wide:before {
  width: 100%;
}
.top-menu .txt-bloc {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.top-menu .txt-bloc > div {
  display: inline-block;
  text-align: left;
  width: 400px;
}
.top-menu .ttl {
  margin-bottom: 65px;
}
.top-menu .ttl img {
  width: 231px;
  height: auto;
}
.top-menu .txt {
  margin-bottom: 25px;
  font-feature-settings: normal;
}
.top-menu .txt-en {
  margin-bottom: 60px;
}
.top-menu .pic {
  position: relative;
  width: 60%;
  height: 100%;
  min-width: 780px;
  overflow: hidden;
}
.top-menu .pic li {
  position: relative;
  width: 100%;
  height: 690px;
}
.top-menu .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: portrait) {
  .top-menu .pic {
    min-width: inherit;
  }
  .top-menu .pic img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
}

.top-webshop {
  position: relative;
  height: 888px;
  margin-top: 205px;
}
.top-webshop:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background: rgba(141, 106, 0, 0.13);
  -moz-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}
.top-webshop.wide:before {
  width: 100%;
}
.top-webshop .main-img {
  position: relative;
  z-index: 2;
  margin-bottom: 55px;
  background: #FFF;
}
.top-webshop .main-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top-webshop .main-img {
    width: 100%;
    height: 394px;
    background: url('../images/web_pic_pc.jpg') no-repeat center center;
    background-size: cover;
  }
}
.top-webshop .wrap {
  position: relative;
}
.top-webshop .ttl {
  position: absolute;
  top: -235px;
  left: 0;
  z-index: 3;
}
.top-webshop .ttl img {
  width: 32px;
  height: auto;
}
.top-webshop .txt-bloc {
  max-width: 700px;
  margin: 0 auto;
}
.top-webshop .txt {
  margin-bottom: 25px;
}
.top-webshop .txt-en {
  margin-bottom: 35px;
}
.top-webshop .item-images {
  margin-top: 65px;
  text-align: center;
}
.top-webshop .item-images ul {
  display: inline-block;
}
.top-webshop .item-images li {
  float: left;
  opacity: 0;
}
.top-webshop .item-images li + li {
  margin-left: 25px;
}
.top-webshop .item-images li a:hover{
	opacity: 0.5;
}


.top-shop {
  /*margin-top: 295px;*/ /* オンラインショップ表示時適用 */
  margin-top: 320px; /* オンラインショップコメントアウト時適用 */
}
.top-shop .ttl {
  margin-bottom: 45px;
  text-align: center;
}
.top-shop .ttl img {
  width: 171px;
  height: auto;
}
.top-shop .main-img {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .top-shop .main-img li {
    width: 100%;
    height: 390px;
    background: url('../images/shop_pic_pc.jpg') no-repeat center center;
    background-size: cover;
  }
}
.top-shop .main-img img {
  width: 100%;
}

.shop-list {
	padding: 0 43px;
	overflow: hidden;
}

.shop-box {
	width: 403px;
	float: left;
}

.shop-box + .shop-box + .shop-box {
    margin-top: 100px;
}
  
.shop-box:nth-child(2n) {
	float: right;
}

.shop-box .headline {
  position: relative;
  margin-bottom: 20px;
}
.shop-box .headline .num {
  position: absolute;
  top: 4px;
  left: -37px;
  font-size: 16px;
  line-height: 1;
  color: #999;
}
.shop-box .headline .spot span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.shop-box .headline .spot .jp {
  font-size: 24px;
}
.shop-box .headline .spot .en {
  margin-left: 17px;
  color: #666;
}
.shop-box .main-bloc {
  width: 403px;
}
.shop-box .address {
  margin-bottom: 10px;
}
.shop-box .address p {
  line-height: 1.7;
}
.shop-box .address .txt-en {
  line-height: 1.9;
  color: #777;
}
.shop-box .open-txt {
  margin-bottom: 20px;
  line-height: 1.6;
}
.shop-box .gmap-link i {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .shop-box .gmap-link a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .shop-box .gmap-link a:hover:before {
    border-bottom-color: #999;
  }
}
.shop-box .gmap-area {
  margin-top: 38px;
}
.shop-box .gmap-area .gmap {
  width: 100%;
  height: 226px;
}
.shop-box .gmap-area iframe {
  width: 100%;
}

.top-share {
  padding: 135px 0 155px;
  text-align: center;
}
.top-share .ttl {
  margin-bottom: 25px;
  color: #999;
}

.sns-link {
  display: inline-block;
}
.sns-link li {
  float: left;
}
.sns-link li + li {
  margin-left: 30px;
}
.sns-link a {
  display: block;
  width: 22px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
}
.sns-link a span {
  display: block;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sns-link a:hover {
    color: #D9D8B4;
  }
}

@media screen and (max-width: 767px) {
  .top-mv {
    padding: 10px;
  }
  .top-mv .ttl {
    width: 25%;
  }
  .top-mv .ttl img {
    width: 100%;
  }

  .home #head {
    height: 70px;
    margin-top: -70px;
  }
  .home #head .info-txt {
    line-height: 1.2;
  }
  .home #head .info-txt span {
    display: block;
  }
  .home #head .info-txt .date {
    margin: 0 0 10px;
  }
  .home #head.fixed {
    height: 60px;
  }

  .top-page {
    margin-top: -70px;
  }
  .top-page .txt {
    font-size: .8rem;
  }

  .top-insta {
	width: 300px;
	margin: 0 auto;
  }
  .top-insta a.insta_link {
	width: 100%;
	  height: 150px;
	  top: 314px;
	  left: 0;
  }
  .top-insta a.insta_link img {
	  width: 100%;
	  height: 100%;
  }
  .top-insta a.insta_link:hover {
	filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }
  .top-insta ul {
	width: auto;
    background-size: 34px 34px;
  }
  .top-insta li {
    width: 50%;
  }
  .top-insta li:nth-child(8) {
    margin: 0;
  }
  .top-insta li:nth-child(5), .top-insta li:nth-child(6) {
    margin-top: 50%;
  }
  .top-insta li:nth-child(9), .top-insta li:nth-child(10), .top-insta li:nth-child(11), .top-insta li:nth-child(12), .top-insta li:nth-child(13), .top-insta li:nth-child(14) {
    display: none;
  }

  .top-copy {
    padding: 80px 10px;
  }
  .top-copy .txt-en {
    margin-top: 30px;
    line-height: 2.2;
  }

  .top-menu {
    display: block;
    height: auto;
  }
  .top-menu:before {
    width: 80%;
    height: 80%;
  }
  .top-menu .txt-bloc {
    padding: 60px 30px;
  }
  .top-menu .txt-bloc > div {
    display: block;
    width: 100%;
  }
  .top-menu .ttl {
    margin-bottom: 40px;
  }
  .top-menu .ttl img {
    width: 64%;
  }
  .top-menu .txt {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .top-menu .txt-en {
    margin-bottom: 30px;
  }
  .top-menu .pic {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  .top-menu .pic li {
    height: auto;
  }
  .top-menu .pic img {
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .top-webshop {
    height: auto;
    margin-top: 90px;
  }
  .top-webshop .main-img {
    margin-bottom: 45px;
  }
  .top-webshop .ttl {
    top: -200px;
    left: 20px;
  }
  .top-webshop .ttl img {
    width: 30px;
  }
  .top-webshop .txt-bloc {
    max-width: 100%;
    padding: 0 20px 180px 75px;
  }
  .top-webshop .txt {
    margin-bottom: 20px;
  }
  .top-webshop .txt-en {
    margin-bottom: 25px;
  }

  .top-webshop .item-images {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .top-webshop .item-images ul {
    display: block;
    width: 680px;
    padding: 0 20px;
  }
  .top-webshop .item-images li {
    width: 200px;
  }
  .top-webshop .item-images li + li {
    margin-left: 20px;
  }

  .top-shop {
    margin-top: 240px;
  }
  .top-shop .ttl {
    margin-bottom: 40px;
  }
  .top-shop .ttl img {
    width: 40%;
  }
  .top-shop .main-img {
    margin-bottom: 50px;
  }
  .top-shop .main-img li {
    height: auto;
  }

  .shop-list {
    padding: 0 20px;
  }

  .shop-box {
	  float: none;
	  width: auto;
  }
  
  .shop-box:nth-child(2n) {
	  float: none;
  }
  
  .shop-box + .shop-box {
    margin-top: 60px;
  }
  .shop-box + .shop-box + .shop-box {
    margin-top: 60px;
  }
  .shop-box .headline {
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .shop-box .headline .num {
    top: 5px;
    left: 0;
    font-size: 1rem;
  }
  .shop-box .headline .spot .jp {
    font-size: 1.4rem;
  }
  .shop-box .headline .spot .en {
    margin-left: 1rem;
  }
  .shop-box .main-bloc {
    width: auto;
    padding-left: 30px;
  }
  .shop-box .gmap-link i {
    font-size: .5rem;
  }
  .shop-box .gmap-area {
    margin: 30px 0 0 -30px;
  }

  .top-share {
    padding: 100px 0;
  }
}
/* menu ページ */
.menu-mv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  padding: 14px 14px 0;
}
.menu-mv .bg-img {
  position: relative;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.menu-mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .menu-mv {
    min-width: 1140px;
  }
  .menu-mv .bg-img {
    height: 375px;
    background-image: url('../images/ph01_pc.jpg');
  }
}
@media screen and (max-width: 767px) {
  .menu-mv {
    padding: 10px 10px 0;
  }
  .menu-mv .bg-img {
    height: 250px;
    background-image: url('../images/ph01_sp.jpg');
  }
  .menu-mv .ttl img {
    width: 160px;
  }
}

.menu #cont {
  margin-top: 389px;
}
@media screen and (max-width: 767px) {
  .menu #cont {
    margin-top: 260px;
  }
}
.menu #head {
  position: absolute;
  top: 389px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .menu #head {
    top: 260px;
  }
}

.menu-page {
  padding: 20px 0 190px;
}

.in-nav {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .in-nav ul {
    display: inline-block !important;
  }
}
.in-nav li {
  display: inline-block;
  padding: 0 1em;
  font-size: 14px;
}
.in-nav li + li {
  border-left: solid 1px #000;
}
.in-nav .nav-open-btn {
  position: relative;
  display: block;
  padding: 5px 0;
  text-align: left;
  font-size: 1rem;
  border-bottom: solid 1px #000;
}
.in-nav .nav-open-btn:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .in-nav {
    position: relative;
    width: 42%;
    margin: 0 auto 80px;
  }
  .in-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
	z-index: 10;
  }
  .in-nav li {
    display: block;
    border-bottom: solid 1px #000;
	background-color: #fff;
  }
  .in-nav li + li {
    border-left: none 0px;
  }
  .in-nav li a {
    display: block;
    padding: 8px;
    font-size: .8rem;
  }
}

.menu-sec {
  max-width: 900px;
  margin: 0 auto 145px;
}
.menu-sec:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .menu-sec {
	  margin-bottom: 100px;
    padding: 0 30px;
  }
}

.menu-ttl {
  margin-bottom: 80px;
  text-align: center;
}
.menu-ttl .jp {
  line-height: 1;
  font-size: 24px;
}
.menu-ttl .en {
  margin-top: 15px;
  display: block;
  line-height: 1;
  font-size: 13px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .menu-ttl {
    margin-bottom: 90px;
  }
  .menu-ttl .jp {
    font-size: 1.5rem;
  }
  .menu-ttl .en {
    font-size: .8rem;
  }
}

.menu-dtl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .menu-dtl {
    display: block;
  }
}

.menu-box em {
  display: block;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.menu-box .name em {

  color: #888;
  font-size: 11px;
  margin-bottom: 0;
  display: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-box .name em.food {
  padding-bottom: 14px;
  display: inline-block;
  text-align: left;
}
.menu-box li {
  display: table;
  width: 100%;
  font-size: 14px;
}
.menu-box li + li {
  margin-top: 30px;
}
.menu-box li span {
  display: table-cell;
  vertical-align: top;
}
.menu-box li .name {
  padding-right: 70px;
}
.menu-box li .price {
  text-align: right;
  font-size: 13px;
}

.menu-box li .pr {
	display: block;
	min-height: 17px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.menu-box li .pr {
		min-height: 16px;
	}
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.menu-box li .pr {
	min-height: 17px;
}

.menu-box li .price .pr:first-child {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .menu-box + .menu-box {
    margin-top: 80px;
  }
  .menu-box em {
    margin-bottom: 50px;
    font-size: 1.3rem;
  }
  .menu-box li {
    font-size: 1rem;
  }
  .menu-box li + li {
    margin-top: 25px;
  }
  .menu-box li .name {
    padding-right: 12px;
  }
  .menu-box li .price {
    font-size: 11px;
  }
  .menu-box li .name em {
    display: inline-block;
    text-align: left;
  }
  .menu-box li .name em.food {
    padding-bottom: 14px;
  }
  
  .menu-box li .pr {
	min-height: 20px;
	padding-top: 4px;
  }

  .menu-box li .price .pr:first-child {
	margin-top: 34px;
  }

}

.menu-pic {
  margin: 0 0 140px;
  width: 100%;
}
.menu-pic img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .menu-pic {
    height: 280px !important;
    background: url('../images/ph02_pc.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .menu-pic {
    margin: 0 0 100px;
  }
}


.news-page {
  padding: 0px 0 0px;
}
@media screen and (max-width: 767px) {
  .news-page {
    padding: 20px 20px 50px;
  }
}

.btn-back {
  margin: 20px 0 0px;
}
.btn-back a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #878787;
  letter-spacing: 2px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-back a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 1em;
  background: url('../images/icn_arw.png') no-repeat 0 center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn-back a:hover {
    opacity: .5;
  }
  .btn-back a:hover:before {
    left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .btn-back {
    margin: 40px 0 30px;
  }
}

.news-main-pic {
	text-align: center;
}

.news-main-pic img {
  max-width: 100%;
  height: auto;
}

.news-article {
  padding: 50px 150px 120px;
  max-width: 980px;
    margin: 0 auto;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/**512修改**/

.alignright {
	float: right;
}

.aligncenter p.wp-caption-text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media screen and (max-width: 767px) {
  .news-article {
    padding: 40px 0 90px;
  }
}

.news-ttl {
  margin-bottom: 24px;
}
.news-ttl .update {
  margin-bottom: 20px;
  display: block;
  color: #888;
  line-height: 1;
}
.news-ttl .ttl {
  font-size: 28px;
  line-height: 1.6;
  color: #111;
  letter-spacing: 2px;
  font-family: 黑体;
}
@media screen and (max-width: 767px) {
  .news-ttl {
    margin-bottom: 25px;
  }
  .news-ttl .update {
    margin-bottom: 10px;
    font-size: .8rem;
  }
  .news-ttl .ttl {
    font-size: 1.5rem;
  }
}

.news-note {
  margin-bottom: 100px;
}
.news-note em {
  font-style: italic;
}
.news-note p {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
  line-height: 36px;
  overflow: hidden;
  font-family: 黑体;
}

.news-note p a {
	color: #C3C3A4;
	text-decoration: underline;
}

.news-note p a:hover {
	text-decoration: none;
}
.news-note img{
text-align: center;
max-width: 400px;
height: auto;

}

.news-note ul {
	list-style: disc;
	padding-left: 20px;
}

.news-note ol {
	list-style: decimal;
	padding-left: 20px;
}


@media screen and (max-width: 767px) {
  .news-note {
    margin-bottom: 50px;
  }
  .news-note p {
    font-size: .95rem;
  }
}

.share-btn-area {
  text-align: center;
  line-height: 1;
}
.share-btn-area em {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 100%;
  color: #999;
}
.share-btn-area a {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
}
.share-btn-area a + a {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .share-btn-area a {
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
  }
  .share-btn-area a:hover {
    color: #D9D8B4;
  }
}

.nav-news {
  text-align: center;
}
.nav-news a {
  font-size: 16px;
  color: #868686;
  letter-spacing: 2px;
}
.nav-news a + a {
  margin-left: 90px;
}
.nav-news .none {
  pointer-events: none;
  opacity: .5;
}
.nav-news .none:before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .nav-news {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .nav-news a {
    font-size: 1rem;
  }
  .nav-news a + a {
    margin: 0;
  }
}

/* News 一覧 */
.news-list {
	padding-top: 68px;
	text-align: center;
}
.news-list li {
	margin: 0 21px;
	display: inline-block;
	font-size: 15px;
	position: relative;
}
.news-list li:before {
	position: absolute;
	top: 0;
	left: -22px;
	  
	content: "|"; 
}
.news-list li:first-child:before {
	display: none;
}
.news-list li a:hover,
.news-list .current-cat a {
	color: #ADADAD;
}
.news-index {
  width: 1060px;
  margin: 0 auto;
  padding: 90px 0;
}
.news-index ul {
  margin: -40px;
}
.news-index li {
  width: 300px;
  margin: 40px;
}
.news-index a {
  display: block;
}
.news-index a .thumbnail {
  margin-bottom: 18px;
  overflow: hidden;
  min-height: 150px;
}
.news-index a .thumbnail img {
	max-width: 100%;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  -webkit-transition: all 1.6s ease;
  -webkit-transition-delay: 0s;
  transition: all 1.6s ease 0s;
}
.news-index a .update {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #858585;
}
.news-index a em {
  font-size: 17px;
  line-height: 1.6;
  color: #262626;
}
.news-index .noCatTxt {
	text-align: center;
	font-size: 14px;
}
@media screen and (min-width: 768px) {
  .news-index a em {
    background: #FFF url('../images/marker_line.png') repeat-x 0 top;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .news-index a:hover em {
    background-color: rgba(140, 105, 0, 0.13);
  }
  .news-index a:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media screen and (max-width: 767px) {
	.news-list {
		padding-top: 40px;
	}
	.news-list li {
		margin: 0 13px;
	}
	.news-list li:before {
		left: -13px;
	}
	.news-list li a:hover {
		color: #000;
	}
  .news-index {
    width: auto;
    padding: 70px 0 0;
  }
  .news-index ul {
    margin: 0 -10px;
  }
  .news-index li {
    width: 45%;
    margin: 0 2.5% 10%;
  }
  .news-index a .thumbnail {
    margin-bottom: 15px;
	min-height: 65px;
  }
  .news-index a .thumbnail img {
    width: 100%;
  }
  .news-index a .update {
    margin-bottom: 8px;
  }
  .news-index a em {
    font-size: 1rem;
  }
}

/* contact ページ */
.contact-page {
  padding: 25px 0 105px;
}
@media screen and (max-width: 767px) {
  .contact-page {
    padding: 20px 20px 105px;
  }
}

.contact-cont {
  margin-top: 60px;
}

.contact-msg {
  margin-bottom: 56px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
.contact-msg .contact-msg-span a {
	cursor: default;
	pointer-events: none;
}
.contact-msg .contact-msg-span {
	display: block;
	margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .contact-msg {
    text-align: left;
    font-size: .9rem;
  }
	  .contact-msg .contact-msg-span {
		margin-top: 15px;
	}
	.contact-msg .contact-msg-span a {
		cursor: pointer;
		pointer-events: auto;
	}
}

.nomover img {
  width: 30px;
  height: 30px;

}


.form-area {
  margin: 0 auto;
  padding: 0 70px;
}
.form-area dl {
  display: table;
  width: 100%;
}
.form-area dl + dl {
  margin-top: 40px;
}
.form-area dt, .form-area dd {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
}
.form-area dt {
  padding: 15px 15px 0 0;
  text-align: right;
  font-weight: 600;
}
.form-area dd {
  width: 638px;
}
.form-area .icn-must {
  display: inline-block;
  margin-left: .5em;
  color: #CEBB6D;
}
@media screen and (max-width: 767px) {
  .form-area {
    padding: 0;
  }
  .form-area dl {
    display: block;
  }
  .form-area dl + dl {
    margin-top: 30px;
  }
  .form-area dt, .form-area dd {
    display: block;
    font-size: 1rem;
  }
  .form-area dt {
    padding: 0 0 10px;
    text-align: left;
  }
  .form-area dd {
    width: auto;
  }
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], textarea {
  max-width: 100%;
  padding: 10px;
  background: #f2f2f2;
  font-size: 16px;
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], input[type="search"] {
  height: 44px;
  width: 450px;
}

textarea {
  width: 100%;
  height: 356px;
  resize: vertical;
}

@media screen and (max-width: 767px) {
  input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], textarea {
    width: 100%;
  }

  textarea {
    height: 330px;
  }
}
.form-btn-area {
  margin-top: 60px;
  text-align: center;
}

.btn-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 194px;
  height: 50px;
  background: rgba(34, 34, 34, 0.95);
  overflow: hidden;
}
.btn-input input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .btn-input {
    width: 62%;
    height: 55px;
  }
  .btn-input input {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .btn-input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background: #999;
    opacity: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .btn-input:hover:before {
    margin-left: 0;
    opacity: 1;
  }
}