@charset "utf-8";

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-family: "M PLUS 1p", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #310E09;
  overflow-x: hidden;
  position: relative;
  background: #EBE6DB;
}

#root {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /* overflow-x: hidden; */
}

.telWrap {
  color: inherit;
}

.hidden {
  overflow: hidden;
}

.scrollY {
  overflow-Y: scroll;
}

a, button {
  transition: .3s;
}

h1, h2, h3, h4, h5, h6, p {
  transform: rotate(0.03deg);
}

p > a {
  color: inherit;
  text-decoration: underline;
}

p > a:hover {
  color: inherit;
}

.wow {
	 animation-fill-mode: forwards;
}

/*-- TOP --------------------------------------------------------------*/
.coverImg > img {
    display: none;
}

.noon > .noonImg {
    display: block;
}

.afternoon > .afternoonImg {
    display: block;
}

.night > .nightImg {
    display: block;
}

.coverRGrass > img {
    object-position: left top;
}

.coverLGrass > img {
    object-position: right top;
}

/*-- 共通 --------------------------------------------------------------*/

.accordionBtn {
    cursor: pointer;
}

.accordionContent {
    display: none;
}

.accordionIcon {
	position: relative;
	max-width: 30px;
	width: 100%;
	height: 30px;
	margin-left: 5px;
}
.accordionIcon div {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #fff;
	transition: .5s;
}
.accordionIcon div:nth-of-type(1) {
    top: 50%;
    transform: rotate(0deg);
}
.accordionIcon div:nth-of-type(2) {
    top: 50%;
    transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordionIcon.active div:nth-of-type(1) {transform: rotate(180deg);}
.accordionIcon.active div:nth-of-type(2) {
	top: 50%;
	transform: rotate(180deg);
}

/*-- 画像制御 --*/
.imgFit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.imgControl {
  position: relative;
  padding: 0 0 100%;
}

.imgControl > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.imgDeco01 {
    display: inline-block;
    position: relative;
}

.imgDeco01:before, .imgDeco01:after {
    content: "";
    display: block;
    width: 100%;
    height: 38px;
    background: url(https://cut-house-jun.com/system_panel/uploads/images/img_decoration_parts01.svg) repeat-x center;;;;;
    background-size: contain;
    ;;;;
;;;z-index: 9;;;;
}

.imgDeco01:before {
    top: 0;
}

.imgDeco01:after {
    bottom: 0;
}

.imgDeco02 {
    display: inline-block;
    position: relative;
}

.imgDeco02:before, .imgDeco02:after {
    content: "";
    display: block;
    width: 100%;
    height: 38px;
    background: url(https://cut-house-jun.com/system_panel/uploads/images/img_decoration_parts02.svg) repeat-x center left;
    background-size: contain;
    ;;;;;;
}

.imgDeco02:before {
    top: 0;
}

.imgDeco02:after {
    bottom: 0;
}

.imgDeco03 {
    padding: 18px 0 0;
    position: relative;
}

.imgDeco03:before {
    content: "";
    display: block;
    width: 100%;
    height: 36px;
    background: url(https://cut-house-jun.com/system_panel/uploads/images/img_decoration_parts03.svg) repeat-x center left;
    background-size: contain;
    position: absolute;
    top: 0;
;z-index: 9;;
}

/*-- タイトル --*/
.tit01 {
    font-size: 18px;
    line-height: 1.6em;
}

.tit02 {
    font-size: 16px;
    line-height: 1.6em;
}

.enTit01 {
    font-size: 28px;
    font-weight: 500;
    font-family: "Ranchers" , sans-serif;
    letter-spacing: .2em;
    line-height: 1.25em;
}

.enTit02 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Ranchers" , sans-serif;
    letter-spacing: .2em;
    line-height: 1.25em;
}

.subTit01 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .3em;
    line-height: 1.35em;
    margin: 8px 0 0;
}

.titDeco01 {
    border-bottom: solid 4px;
    padding: 0 0 2px;
}

.titDeco02 {
    border-left: solid 5px;
    padding-left: 10px;
}


/*-- テキスト --*/
.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.txt01 {
	line-height: 2.5em;
}

/*-- フォント --*/
.font01 {
	font-family: "Ranchers" , sans-serif;
}

/*-- テキストカラー --*/
.txtColor01 {
  color: #DA4F0C;
}

.txtColor02 {
  color: #FABE00;
}

/*--背景カラー --*/


/*-- ボタン --*/
.btn01 {
    display: inline-block;
    padding: 7px 21px 7px 8px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.25em;
    color: #310E09;
    border-bottom: solid 2px #310E09;
    position: relative;
}

.btn01:before {
   content: "";
   width: 6px;
   height: 6px;
   display: block;
   border-top: solid 2px;
   border-right: solid 2px;
   transform: translateY(-50%) rotate(45deg);
   position: absolute;
   right: 8px;
   top: 50%;
}

.btn01:after {
    content: "";
    width: 0;
    height: 2px;
    background: #DA4F0C;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: .5s;
}

.btn01:hover {
    color: #DA4F0C;
}

.btn01:hover:after {
    width: 100%;
}

.btn02 {
    display: inline-block;
    padding: 7px 21px 7px 8px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.25em;
    color: #FABE00;
    border-bottom: solid 2px #FABE00;
    position: relative;
}

.btn02:before {
   content: "";
   width: 6px;
   height: 6px;
   display: block;
   border-top: solid 2px;
   border-right: solid 2px;
   transform: translateY(-50%) rotate(45deg);
   position: absolute;
   right: 8px;
   top: 50%;
}

.btn02:after {
    content: "";
    width: 0;
    height: 2px;
    background: #DA4F0C;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: .5s;
}

.btn02:hover {
    color: #DA4F0C;
}

.btn02:hover:after {
    width: 100%;
}

.btn03 {
    display: inline-block;
    padding: 7px 21px 7px 8px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.25em;
    color: #DA4F0C;
    border-bottom: solid 2px #DA4F0C;
    position: relative;
}

.btn03:before {
   content: "";
   width: 6px;
   height: 6px;
   display: block;
   border-top: solid 2px;
   border-right: solid 2px;
   transform: translateY(-50%) rotate(45deg);
   position: absolute;
   right: 8px;
   top: 50%;
}

.btn03:after {
    content: "";
    width: 0;
    height: 2px;
    background: #310E09;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: .5s;
}

.btn03:hover {
    color: #310E09;
}

.btn03:hover:after {
    width: 100%;
}

/*-- マスク --*/
.linkMask01 {
    position: relative;
}

.linkMask01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(49 14 9 / 60%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: .5s;
}

.linkMask01:hover:before {
    background: rgb(49 14 9 / 10%);
}

/*-- 下層カバー --*/
.incover {
  max-width: 1920px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 250px;
  position: relative;
  text-align: center;
  padding: 0 15px;
}

.incover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/*-- パンくず --*/
.breadWrap {
  padding: 7px 15px;
  color: #310E09;
}

.breadBox {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
}

.breadLink {
  color: #310E09;
  text-decoration: underline;
  display: block;
}

.breadLink:hover {
  color: #fff;
}

/*-- レイアウト --*/
.wrap01 {
  padding: 60px 0 60px;
}

.wrap02 {
  padding: 40px 0 40px;
}

.inner {
  max-width: 1230px;
  width: 100%;
  margin: auto;
  min-height: 30px;
  padding: 0 15px;
}

/*-- テーブル --*/
.baseTb {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #E1E1E1;
  border-bottom: none;
  
}

.baseTh {
  padding: 15px;
  border-bottom: solid 1px #E1E1E1;
  background-color: #310E09;
  color: #fff;
  line-height: 1.5em;
  font-weight: bold;
  }

.baseTd {
  padding: 15px;
  border-bottom: solid 1px #E1E1E1;
  background: #fff;
  line-height: 1.5em;
}

.baseTd>a {
  display: inline-block;
  color: #2B2939;
  text-decoration: underline;
}

.baseTd>a:hover {
  text-decoration: none;
}

/*-- header -----------------------------------------------------------------*/
.header {
  z-index: 999999;
}

.gnavLink:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: auto;
  background: #DA4F0C;
  transition: .5s;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
}

.gnavLink:hover:before {
  width: 100%;
}

.humBtn {
  max-width: 50px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 0 5.48%;
  cursor: pointer;
  transition: .5s;
}

.humBtnIn {
  max-width: 26px;
  width: 100%;
  height: 17px;
  position: relative;
}

.humBtnIn > div {
  width: 100%;
  height: 2px;
  margin: auto;
  background: #333333;
  position: absolute;
  transition: .5s;
}

.humBtnIn > div:nth-child(1) {
  top: 0;
  right: 0;
  left: 0;
}


.humBtnIn > div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.humBtnIn > div:nth-child(3) {
  bottom: 0;
  right: 0;
  left: 0;
}

.open > .humBtnIn div:nth-of-type(1) {
  top: 50%;
  transform: rotate(-225deg);
}

.open > .humBtnIn div:nth-of-type(2) {
  opacity: 0;
}

.open > .humBtnIn div:nth-of-type(3) {
  top: 50%;
  transform: rotate(225deg);
  bottom: auto;
  width: 100%;
}

.navArea {
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  z-index: 99;
}

.navArea.open {
  opacity: 1;
  visibility: visible;
}

.navContent {
  overflow: auto;
}

.hBox {
    z-index: 999999999;
}

.hInstaBox {
  z-index: 999;
}

/*-- スマホ時 --*/
.spNav {
  max-width: 1920px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  box-shadow: 0 -3px 1px 0 rgb(0 0 0 / 5%);
}

.spNavArea {
  width: 100%;
  display: flex;
}

.spNavConte-l {
  width: 50%;
  border-right: 1px solid #fff;
}

.spNavConte-m {
  width: 50%;
  background: #310E09;
}

.spNavLink {
  padding: 11px 5px 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #310E09;
}

.spFa {
  font-size: 23px;
  color: #fff;
}

.spNavBtnBar {
  max-width: 36px;
  height: 26px;
  width: 100%;
  position: relative;
}

.spNavBtnTxt {
  margin: 5px auto 0;
  font-size: 12px;
  color: #fff;
}

.spNavLinkTxt {
  margin: 5px auto 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: .2em;
  font-weight: normal;
}

.spNavBtn {
  padding: 12px 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.spNavBtnBarItem {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
  top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
  top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
  bottom: 0;
}

.open .spNavBtnBarItem {
  transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
  opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.spMenu {
  margin: auto;
  max-width: 1920px;
  width: 100%;
  position: fixed;
  right: -100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  transition: ease .5s;
}

.spMenu.open {
  right: 0;
}

.spMenuArea {
  width: 100%;
  height: 100%;
}

.spMenuConte {
  padding: 120px 0 100px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
  display: none;
}

.spMenuLink {
  padding: 7px 5px;
  text-align: center;
  display: block;
  color: #FFF;
  border-bottom: 1px solid #CCC;
  letter-spacing: .1em;
}

.spMenuLink:hover {
  color: #FFF;
  background: #acacac;
}

.salonIndicator.active {
    opacity: .6;
}


/* footer */
.btn_wrapper {
  text-align: center;
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 16px;
  border: 2px solid #310e09;
  border-radius: 9999px;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  color: #310e09;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #310e09 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 9.4px 6.6px 0 6.6px;
  border-color: #FABE00 transparent transparent;
  translate: -50% 100%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  
 
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  
 
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  body {
    font-size: 14px;
  }
  /*-- 共通パーツ --------------------------------------------------------------*/
  
  /*-- 改行 --*/
  .br768None br {
    display: none;
  }

  /*-- 下層カバー --*/
  .incover {
    height: 450px;
  }
  
  /*-- パンくず --*/
  .breadBox {
    font-size: 14px;
  }
  
  /*-- テーブル --*/
  .baseTh {
    border-right: solid 1px #E1E1E1;
  }

  /*-- タイトル --*/
  .tit01 {
    font-size: 20px;
  }

   .tit02 {
    font-size: 22px;
  }
  
  .enTit01 {
      font-size: 36px;
  }

  .enTit02 {
      font-size: 28px;
  }
  
  .subTit01 {
      font-size: 12px;
  }

   /*-- ボタン --*/
  .btn01 {
      font-size: 16px;
  }
  
  .btn02 {
      font-size: 16px;
  }
  
  .btn03 {
      font-size: 16px;
  }
  
  /*-- header -----------------------------------------------------------------*/

  .spMenuArea {
      width: 50%;
      margin: 0 0 0 auto;
  }
  
  /*-- スマホ時 --*/
  .spNav {
    display: none;
  }
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  
 
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  body {
    font-size: 16px;
  }
  
  /*-- 共通 -----------------------------------------------------------------*/
  
  /*-- 改行 --*/
  .br1024None br {
    display: none;
  }

   /*-- 画像制御 --*/
  .imgDeco03 {
    padding: 33px 0 0;
  }

  .imgDeco03:before {
    height: 72px;
    background: url(https://cut-house-jun.com/system_panel/uploads/images/img_decoration_parts03.svg) repeat-x center;
    background-size: contain;
  }
  
  /*-- 下層カバー --*/
  .incover {
    height: 600px;
  }
  
  /*-- パンくず --*/
  .breadWrap {
    padding: 15px 15px;
  }
  
  /*-- レイアウト --*/
  .wrap01 {
    padding: 120px 0 120px;
  }
  
  .wrap02 {
    padding: 80px 0 80px;
  }
  
 /*-- タイトル --*/
  .enTit01 {
      font-size: 42px;
  }

  .enTit02 {
      font-size: 32px;
  }
  
  .subTit01 {
      margin: 17px 0 0;
  }

   /*-- ボタン --*/
  .btn01 {
      padding: 14px 42px 14px 16px;
      font-size: 20px;
      border-bottom: solid 4px #310E09;
  }
  
  .btn01:after {
      height: 4px;
      bottom: -4px;
  }
  
  .btn02 {
      padding: 14px 42px 14px 16px;
      font-size: 20px;
      border-bottom: solid 4px #FABE00;
  }
  
  .btn02:after {
      height: 4px;
      bottom: -4px;
  }
  
  .btn03 {
      padding: 14px 42px 14px 16px;
      font-size: 20px;
      border-bottom: solid 4px #DA4F0C;
  }
  
  .btn03:after {
      height: 4px;
      bottom: -4px;
  }

  .humBtn {
    max-width: 72px;
    height: 72px;
  }

  .humBtnIn {
    max-width: 36px;
    height: 27px;
  }
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  /*-- 共通パーツ --------------------------------------------------------------*/
  
  /*-- 改行 --*/
  .br1200None br {
    display: none;
  }

  /*-- 下層カバー --*/
  .incover {
    height: 800px;
  }

 /*-- タイトル --*/

  .tit01 {
      font-size: 32px;
  }

  .tit02 {
      font-size: 26px;
  }
  
  .enTit01 {
      font-size: 48px;
  }

   .enTit02 {
      font-size: 36px;
  }

  /*-- ボタン --*/
  .btn01 {
      font-size: 24px;
  }
  
  .btn02 {
      font-size: 24px;
  }
  
  .btn03 {
      font-size: 24px;
  }
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .fnavLink {
      margin: 0 3.14% !important;
  } 
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */