/* 
style CSS
Last Updated: 2019.08.
*/

/* ----------------------- フォント */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(../lib/fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2) format('woff2'),
    url(../lib/fonts/Noto_Sans_JP/NotoSansJP-Regular.woff) format('woff'),
    url(../lib/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src:
    local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(../lib/fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2) format('woff2'),
    url(../lib/fonts/Noto_Sans_JP/NotoSansJP-Bold.woff) format('woff'),
    url(../lib/fonts/Noto_Sans_JP/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local("Noto Serif CJK JP"),
    local("Noto Serif JP"),
    url(../lib/fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2) format('woff2'),
    url(../lib/fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff) format('woff'),
    url(../lib/fonts/Noto_Serif_JP/NotoSerifJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src:
    local("Noto Serif CJK JP"),
    local("Noto Serif JP"),
    url(../lib/fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2) format('woff2'),
    url(../lib/fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff) format('woff'),
    url(../lib/fonts/Noto_Serif_JP/NotoSerifJP-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    url(../lib/fonts/YakuHanJPs/YakuHanJPs-Regular.woff2) format('woff2'),
    url(../lib/fonts/YakuHanJPs/YakuHanJPs-Regular.woff) format('woff'),
    url(../lib/fonts/YakuHanJPs/YakuHanJPs-Regular.eot) format('opentype');
}
@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src:
    url(../lib/fonts/YakuHanJPs/YakuHanJPs-Bold.woff2) format('woff2'),
    url(../lib/fonts/YakuHanJPs/YakuHanJPs-Bold.woff) format('woff'),
    url(../lib/fonts/YakuHanJPs/YakuHanJPs-Bold.eot) format('opentype');
}

@font-face {
  font-family: 'YakuHanMPs';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    url(../lib/fonts/YakuHanMPs/YakuHanMPs-Regular.woff2) format('woff2'),
    url(../lib/fonts/YakuHanMPs/YakuHanMPs-Regular.woff) format('woff'),
    url(../lib/fonts/YakuHanMPs/YakuHanMPs-Regular.eot) format('opentype');
}
@font-face {
  font-family: 'YakuHanMPs';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src:
    url(../lib/fonts/YakuHanMPs/YakuHanMPs-Bold.woff2) format('woff2'),
    url(../lib/fonts/YakuHanMPs/YakuHanMPs-Bold.woff) format('woff'),
    url(../lib/fonts/YakuHanMPs/YakuHanMPs-Bold.eot) format('opentype');
}


/* ----------------------- 全体 */
html{
	font-family: "YakuHanMPs", "Noto Serif JP", serif;
	font-size: 10px;
	color: #777;
	-webkit-text-size-adjust: 100%;
}
body{
	font-size: 1.6rem;
	line-height: 1.75;
}
body *{
	box-sizing: border-box;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
._ofi._ofi-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit:cover;object-position:center;';
}
._ofi._ofi-contain{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: 'object-fit:contain;object-position:center;';
}
.svg-symbol{
  display: none;
}

/* drop-shadow */
._drop-shadow{
  filter: drop-shadow(2px 2px 2px rgba(0,0,0,.5));
}
._drop-white{
  filter: drop-shadow(1px 1px 1px rgba(255,255,255,1));
}

/* anker */
._anker{
  padding-top: 30px;
  margin-top: -30px;
}

/* subtitle */
._subtitle{
  background-image: url(../images/common/bg_title.png);
  background-position: center;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}
._subtitle img{
  position: relative;
  margin-right: -22px;
  height: 26px;
  width: auto;
}

/* inner */
._inner{
  padding: 0 20px 30px;
}

/* two box */
._twoBox h3{
  margin-bottom: 20px;
}

/* photoBox */
._photoBox{
  display: flex;
  flex-wrap: wrap;
}
._photoBox h3{
  margin-bottom: 20px;
}
._photoBox li{
  width: 47%;
  margin-right: 6%;
  margin-bottom: 50px;
}
._photoBox li:nth-child(even){
  margin-right: 0;
}
._photoBox li a{
  color: #666;
  font-size: 1.4rem;
}
._photoBox li figure{
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
._photoBox._info li figure{
  margin-bottom: 10px;
}
._photoBox li figure::before{
  content: '';
  display: block;
  padding-top: 100%;
}
._photoBox li figure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* bp box */
._bpBox h3{
  margin-bottom: 20px;
}

/* info items */
._info-meta time{
  display: block;
}
._info-cat{
  padding: 4px 8px;
  color: white;
  line-height: 1;
  display: inline-block;
}
._info-cat-news{
  background-color: #FF6600;
}
._info-cat-media{
  background-color: #ACB7B2;
}
._info-cat-recruit{
  background-color: #B8A352;
}

/* more white btn */
._moreWhite{
  display: block;
  margin: 20px auto;
  width: 215px;
  padding: 5px 10px;
  border: 1px solid #666666;
  text-align: center;
  line-height: 1;
  color: #666;
  background-color: white;
}

/* white box */
._whiteBox{
  background-color: white;
  padding: 40px;
}

/* more btn */
._moreBtn{
  text-align: center;
  margin-bottom: 50px;
}
._moreBtn a{
  width: 100%;
  display: inline-block;
  background-color: #B8A352;
  padding: 20px;
  line-height: 1;
}
._moreBtn a img{
  height: 16px;
  width: auto;
}

/* _fl-reverse */
._fl-rowReverse{
  flex-direction: row-reverse;
}

/*
* Mobile First 
* 
* ===================
* SP
* ===================
* point color: yellow / #B8A352
* point color: blue gray / #ACB7B2
* point color: orange / #FF6600
*/
*._pc, *._tab {
  display: none;
}
*._sp {
  display: block;
}
span._sp, img._sp, a._sp {
  display: inline-block;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

/* background */
._bg-lightGray{
  background-color: #F0F0F0;
}
._bg-calmYellow{
  background-color: #F1EDDC;
}
._bg-gray{
  background-color: #DCDCDC;
}
._bg-pointYellow{
  background-color: #B8A352;
}

/* header */
header{
  position: fixed;
  background-color: white;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 76px;
}
.headerInner{
  position: relative;
  padding: 10px 0;
}
h1{
  text-align: center;
}
.svg_logo-01,
.svg_logo-02{
  display: inline-block;
  fill: #B8A352;
  height: auto;
}
.svg_logo-01{
  width: 110px;
}
.svg_logo-02{
  width: 220px;
}
.headerNavi{
  position: absolute;
  top: 18px;
  left: 15px;
  text-align: center;
  line-height: 1;
}
.headerNavi a{
  display: inline-block;
}
.wai-ham {
	position: relative;
	width: 20px;
	height: 20px;
}
.wai-ham span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 2px;
}
.wai-ham span:nth-of-type(2) {
	top: 8px;
}
.wai-ham.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.wai-ham.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.wai-ham-label{
  margin-top: 3px;
}
.wai-ham-label img{
  width: 30px;
}

/* gnavi */
nav{
  position: fixed;
  visibility: hidden;
  top: 0;
  opacity: 0;
  margin-top: 76px;
  margin-left: -100%;
  transform: translateX(0);
  transition: visibility .3s ease, opacity .3s ease, transform .3s ease;
  z-index: 5;
}
nav.active{
  transform: translateX(100vw);
  visibility: visible;
  opacity: 1;
}
.gnavi{
  background-color: rgba(255, 255, 255, .7);
  padding: 30px;
}
.gnavi dl{
  margin-bottom: 20px;
}
.gnavi a{
  color: black;
}
.gnavi dd a::before{
  content: '＞';
  font-size: 1.2rem;
  position: relative;
  top: -2px;
  padding-right: 5px;
}
.gnavi .snsList{
  margin-bottom: 20px;
}

/* snslist */
.snsList{
  display: flex;
  justify-content: center;
}
.ico-insta,
.ico-fb,
.ico-tw{
  fill: #333;
}
.ico-fb-bg{
  fill: #333;
}
.ico-fb-f{
  fill: white;
}
.snsList li{
  margin-right: 14px;
}
.snsList li:last-child{
  margin-right: 0;
}

/* footer */
footer{
  padding: 30px 10px 0;
}
.footerLogo{
  text-align: center;
  margin-bottom: 20px;
}
.footerLogo .svg_logo-01,
.footerLogo .svg_logo-02{
  fill: white;
}
.footerMark{
  text-align: center;
  margin-bottom: 20px;
}
.footerNavi{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footerNavi li{
  width: 50%;
  text-align: center;
}
.footerNavi li svg{
  fill: white;
}
footer .snsList{
  margin-bottom: 20px;
}
footer .snsList li{
  margin-right: 20px;
}
footer .snsList li svg{
  fill: white;
}

footer .ico-fb-bg{
  fill: white;
}
footer .ico-fb-f{
  fill: #B8A352;
}
footer .copyright{
  text-align: center;
  font-size: 1.2rem;
  color: white;
}

/* underpage */
.underpage main{
  padding-top: 76px;
}
.underpage ._subtitle{
  margin-bottom: 0;
}
.underpageContainer{
  padding: 40px;
}
.underpage main ._inner{
  padding-top: 40px;
  padding-bottom: 40px;
}
.underParagraph p{
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.underpageInner ._whiteBox{
  padding: 20px;
}

/* reserve */
.reserveAttention{
  margin-bottom: 40px;
}
.reserveAttention dd{
  display: list-item;
  list-style: disc;
  margin-left: 1.5em;
  font-size: 1.4rem;
}
.reserveTel{
  text-align: center;
  background-color: #FF6600;
  padding: 22px;
}

/* info */
.categoryList{
  display: flex;
  justify-content: center;
}
.categoryList li{
  margin-bottom: 40px;
}
.categoryList li:nth-child(2){
  margin-left: 20px;
  margin-right: 20px;
}
.categoryList a{
  color: #666;
  display: inline-block;
  border-bottom: 2px solid white;
}
.categoryList a:hover,
.categoryList a.current{
  border-bottom: 2px solid #B8A352;
}
.infoDetail ._info-meta{
  justify-content: left;
  margin-bottom: 10px;
}
.infoDetail ._info-meta time{
  display: inline-block;
  margin-right: 10px;
}
.infoDetail h2{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.infoDetail-eyecatch{
  margin-bottom: 30px;
}
.wp-pagenavi{
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
  border: none;
  color: #666;
  display: inline-block;
  line-height: 1;
  padding: 4px 8px;
}
.wp-pagenavi span.current{
  background-color: #eee;
}

/* contact */
.mw_wp_form dl{
  display: block;
}
.mw_wp_form dt{
  font-weight: bold;
  margin-bottom: 5px;
}
.mw_wp_form dt .must{
  color: red;
}
.mw_wp_form dd{
  width: auto;
  margin-bottom: 10px;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea{
  padding: 10px;
  font-size: 1.6rem;
  border: none;
  width: 100%;
}
.mw_wp_form .contactSubmit{
  text-align: center;
  padding-top: 20px;
}
.contactSubmit input[type="submit"]{
  border: 1px solid #666;
  text-align: center;
  background-color: white;
  width: 215px;
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Noto Serif JP",sefif;
  padding: 5px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.mw_wp_form_confirm .contactSubmit input[type="submit"]{
  width: 140px;
}
 .mw_wp_form .contactSubmit .contactPrivacyText{
    padding-bottom: 20px;
  }
.mw_wp_form_confirm  .contactSubmit .contactPrivacyText{
  display: none;
}

/* privacy */
.privacy h2{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}
.privacy dt{
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy dd{
  margin-bottom: 30px;
}
.privacy dd a{
  color: #666;
  text-decoration: underline;
}
.privacy dd a:hover{
  color: #999;
}

/* sample */
.info-sample{
  background-color: #DCDCDC;
  height: 120px;
}

/* =======================
tablet 
======================= */
@media screen and (min-width: 560px) {
  *._pc, span._pc, a._pc, img._pc,
  *._sp, span._sp, a._sp, img._sp {
    display: none;
  }
  *._tab {
    display: block;
  }
  span._tab, img._tab, a._tab {
    display: inline-block;
  }

  ._inner{
    padding-right: 40px;
    padding-left: 40px;
  }
  ._subtitle{
    margin-bottom: 50px;
  }
  ._twoBox{
    display: flex;
    justify-content: space-between;
  }
  ._photoBox li,
  ._photoBox li:nth-child(even){
    width: 23%;
    margin-right: calc(8% / 3);
  }
  ._photoBox li:nth-child(4n){
    margin-right: 0;
  }

  ._bpBox._bpBox-right{
    padding: 40px 40px 40px 55%;
  }
  ._moreBtn a{
      width: auto;
      padding-right: 40px;
      padding-left: 40px;
  }

  header{
    height: 80px;
  }
  h1{
    margin-top: 18px;
  }
  .svg_logo-01,.svg_logo-02{
    width: auto;
  }
  .svg_logo-01{
    margin-right: 14px;
  }
  .headerNavi{
    top: 20px;
    left: 20px;
  }
  .wai-ham-label img{
    width: auto;
  }
  .haderSnsList{
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .haderSnsList li{
    margin-right: 20px;
  }

  .underpage main{
    padding-top: 80px;
  }

  .underParagraph p{
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .underpageInner ._whiteBox{
    padding: 40px;
  }
  .reserveAttention dd{
    font-size: 1.6rem;
  }

  /* contact */
  .mw_wp_form dl{
    display: flex;
    flex-wrap: wrap;
  }
  .mw_wp_form dt{
    width: 200px;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .mw_wp_form dd{
    width: calc(100% - 200px);
  }

  /* info */
  .categoryList li:nth-child(2){
    margin-left: 90px;
    margin-right: 90px;
  }
}

/* =======================
pc
======================= */
@media screen and (min-width: 960px) {
  *._tab, span._tab, a._tab, img._tab,
  *._sp, span._sp, a._sp, img._sp {
    display: none;
  }
  *._pc {
    display: block;
  }
  span._pc, img._pc, a._pc {
    display: inline-block;
  }

  body{
    line-height: 1.8;
  }
  ._op{
    transition: .3s;
  }
  ._info ._op{
    display: inline-block;
  }
  ._op:hover{
    opacity: .7;
  }

  ._twoBox{
    align-items: center;
  }
  ._twoBox h3,
  ._bpBox h3{
    margin-bottom: 30px;
  }
  ._subtitle{
    padding: 35px 0;
  }
  ._subtitle img{
    height: auto;
  }
  ._inner{
    max-width: 1190px;
    margin-right: auto;
    margin-left: auto;
  }
  ._photoBox li,
  ._photoBox li:nth-child(even){
    width: 20%;
    max-width: 216px;
    margin-right: calc(20% / 3);
  }
  ._photoBox li:last-child{
    margin-right: 0;
  }
  ._photoBox li a{
    font-size: 1.6rem;
  }
  ._photoBox li figure{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
  }
  ._photoBox li figure::before{
    content: '';
    display: block;
    padding-top: 100%;
  }
  ._photoBox li figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  ._info-meta{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  ._info-meta time{
    display: inline-block;
  }
  ._info-cat{
    padding: 0 10px;
    line-height: unset;
  }
  ._moreWhite{
    margin-top: 50px;
    margin-bottom: 30px;
  }
  ._moreBtn{
    margin-bottom: 80px;
  }
  ._moreBtn a{
    padding: 30px 120px;
    position: relative;
    display: inline-block;
  }
  ._moreBtn a img{
    height: auto;
  }
  ._moreBtn a::before{
    content: '';
    position: absolute;
    opacity: 0;
    top: 32px;
    right: 70px;
    transition: .3s ease;
    width: 16px;
    height: 16px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
  }
  ._moreBtn a:hover::before{
    opacity: 1;
    right: 60px;
  }

  ._bpBox._bpBox-right{
    text-align: right;
  }
  .svg_logo-01{
    margin-right: 24px;
  }
  .headerNavi{
    left: 6vw;
  }
  .haderSnsList{
    right: 6vw;
  }
  .gnavi{
    padding: 24px 6vw;
  }
  .gnavi dt,
  .gnavi dd{
    margin-bottom: 6px;
  }
  
  footer ._inner{
    position: relative;
  }
  
  .footerNavi{
    justify-content: center;
  }
  .footerNavi li{
    width: auto;
    position: relative;
  }
  .footerNavi li:last-child{
    padding-right: 0;
  }
  .footerNavi li::after{
    color: white;
    content: '|';
    font-size: 1.2rem;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -3px;
  }
  .footerNavi li:last-child::after{
    display: none;
  }
  .footerNavi li svg{
    width: auto;
    height: 16px;
  }

  /* underpage */
  .underpageContainer{
    padding: 80px;
  }
  .underpage main ._inner{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .underpageInner{
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .underParagraph p{
    margin-bottom: 60px;
  }
  .underpageInner ._whiteBox{
    padding: 50px 75px;
  }

  .reserveAttention{
    margin-bottom: 45px;
  }

  /* info */
  ._photoBox._info li:nth-child(4n){
    margin-right: 0;
  }
  .infoDetail ._info-meta time{
    margin-right: 20px;
  }
  .infoDetail h2{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .infoDetail-eyecatch{
    margin-bottom: 40px;
  }
 
  .categoryList li{
    margin-bottom: 65px;
  }
  .categoryList li:nth-child(2){
    margin-left: 170px;
    margin-right: 170px;
  }

  /* contact */
  .mw_wp_form .contactSubmit{
    padding-top: 20px;
  }
}

@media screen and (min-width: 1130px) {
  .footerNavi{
    justify-content: center;
    margin-bottom: 40px;
  }
  .footerMark{
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .snsList{
    position: absolute;
    top: 54px;
    right: 0;
  }

}

/* ~~~~~
ie10 ~ 11 : hack
~~~~~ */
@media screen and (-ms-high-contrast: none) {
  .svg_logo-01{
    width: 150px;
    height: 22.73px;
  }
  .svg_logo-02{
    width: 252.35px;
    height: 20.82px;
  }
  .footerNavi li .svg_navi-omoi{
    width: 38.5px; 
  }
  .footerNavi li .svg_navi-info{
    width: 82.55px;
  }
  .footerNavi li .svg_navi-item{
    width: 86.77px; 
  }
  .footerNavi li .svg_navi-apeal{
    width: 72.59px; 
  }
  .footerNavi li .svg_navi-eat{
    width: 62.31px;
  }
  .footerNavi li .svg_navi-store{
    width: 127.41px;
  }
  .footerNavi li .svg_navi-contact{
    width: 127.41px;
  }

  nav{
    display: block;
  }
  .underpage main{
    display: block;
  }
}

/*
* IE10〜Edgeのハック
* _:-ms-lang(x), ＜selector＞ {}
*/
_:-ms-lang(x), nav{
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 80px;
  margin-left: -300px;
  transform: translateX(0);
  transition: visibility .3s ease, opacity .3s ease, transform .3s ease;
  z-index: 5;
}
_:-ms-lang(x), nav.active{
  transform: translateX(300px);
  visibility: visible;
  opacity: 1;
}