@charset "utf-8";
/* -----------------------------------------------------------------
 g_hd
----------------------------------------------------------------- */
.g_hd {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 160px;
  background: #fff;
  z-index: 101;
  transition: .3s;
}
.g_hd .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g_hd .logo .copy {
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #154328;
}

@media (min-width : 768px){
  .g_hd .link_home {
    width: 16%;
  }
  .g_hd .logo .img {
    max-width: 80%;
  }
  .g_hd .logo .copy {
    font-size: .8rem;
  }
}
@media screen and (max-width : 767px){
  .g_hd {
    height: 54px;
  }
  .g_hd .link_home {
    margin-left: auto;
    margin-right: auto;
  }
  .g_hd .logo {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
  .g_hd .logo .img {
    max-width: calc(190px / 2);
  }
}


/*-------------------- g_nav(PC) --------------------*/
.g_hd .g_nav {
  flex: 1;
  display: flex;
  /*gap: calc(1rem + 10 * (100vw - 1200px) / 720); /* w1200のとき20px → w1920のとき55px */
  padding-top: 1em;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.g_hd .g_nav .item {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin: 10px;
}
.g_hd .g_nav .item .en {
  line-height: 1;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: .7rem;
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #231205;
}
.g_hd .g_nav .item .jp {
  margin-top: .8em;
  line-height: 1;
  letter-spacing: .02em;
  font-size: .75rem;
  color: #231205;
}
@media screen and (max-width : 1500px){
  .g_hd .g_nav .item .en {
    letter-spacing: .05em;
    font-size: .6rem;
  }
}
@media screen and (max-width : 768px){
  .g_hd .g_nav {
    gap:1rem;
  }
}
@media screen and (max-width : 767px){
  .g_hd .g_nav {
    display: none;
  }
}



/*-------------------- info --------------------*/
.g_hd .info {
  display: flex;
  flex-direction: column;
  letter-spacing: .02em;
  /*width: 16%;*/
  max-width: 300px;
  margin-left: 1rem;
  padding-top: .8rem;
  font-weight: 400;
  font-size: .8rem;
  font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-right:1.5%;
}
.g_hd .info .phone {
}
.g_hd .info .phone .ttl,
.g_hd .info .hour .ttl{
  font-size: .8rem;
}
.g_hd .info .phone .num{
  font-size: 1.3rem;
  margin-left: .5em;
}
.g_hd .info .hour .num{
	margin-left: .5em;
}
@media screen and (max-width : 767px){
  .g_hd .info {
    display: none;
  }
}


/*-------------------- sns --------------------*/
.g_hd .sns {
  display: none;
  opacity: 0;
}
@media screen and (max-width : 767px){
  .g_hd .sns {
    display: none;
  }
}


/*---------- hover ----------*/
.g_hd .g_nav .item .en,
.g_hd .g_nav .item .jp {
  transition: .2s;
}
.g_hd .g_nav .item:hover .en {
  margin-top: -.4em;
  margin-bottom: .4em;
  opacity: .4;
}
.g_hd .g_nav .item:hover .jp {
  opacity: .4;
}
.g_hd .btn01 .ico {
  display: flex;
  align-items: center;
  height: 29px;
}
.g_hd .btn01 .ico,
.g_hd .btn01 .txt {
  transition: .3s;
}
.g_hd .btn01:hover .ico,
.g_hd .btn01:hover .txt {
  opacity: .5;
}


/* -----------------------------------------------------------------
.js_g_hd_clone
----------------------------------------------------------------- */
.js_g_hd_clone .g_hd {
  position: fixed;
  top:-100px;
  height: 80px;
}
.js_g_hd_clone .g_hd .link_home {
  width: 12%;
  height: 60px;
}
.js_g_hd_clone .g_hd .logo {
  /*opacity: 0;*/
	flex-direction:row;
	height: 60px;
}
.js_g_hd_clone .g_hd .logo .copy {
	display: none;
}
.js_g_hd_clone .g_hd .logo .img {
	margin-left:10%;
}
.js_g_hd_clone .g_hd .g_nav {
  margin-left: 1vw;
  padding-top: .5em;
  padding-bottom: .5em;
}
.js_g_hd_clone .g_hd .g_nav .item {
	margin:4px 10px;
}
.js_g_hd_clone .g_hd .g_nav .item .en {
  font-size: .6rem;
	display: none;
}
.js_g_hd_clone .g_hd .g_nav .item .jp {
  margin-top: .6em;
  font-size: .7rem;
}
.js_g_hd_clone .g_hd .info {
  width: auto;
  max-width: none;
  margin-right: 1.2rem;
  padding-top: 0rem;
  font-size: .8rem;
}
.js_g_hd_clone .g_hd .sns {
  display: flex;
  opacity: 1;
}
.js_g_hd_clone .g_hd .btn01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 80px;
  background: url("../images/common/bg_btn_grain.png") no-repeat;
  background-size: cover;
}
.js_g_hd_clone .g_hd .btn01 .txt{
  margin-top: .5em;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: .65rem;
  color: #fff;
}
/*---------- scr_on ----------*/
.js_g_hd_clone.scr_on .g_hd {
  top:0px;
}
@media screen and (max-width : 767px){
  .js_g_hd_clone {
    display: none;
  }
}
@media screen and (min-width : 767px) and (max-width : 950px){
.js_g_hd_clone .g_hd {
  height: auto;
    top:-200px;
}
}


/* -----------------------------------------------------------------
.box_fix_right
----------------------------------------------------------------- */
.box_fix_right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 160px;
  background: rgba(255,255,255,.75);
  z-index: 100;
}
.box_fix_right .btn01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: url("../images/common/bg_btn_grain.png") no-repeat;
  background-size: cover;
}
.box_fix_right .btn01 .txt{
  margin-top: .5em;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: .65rem;
  color: #fff;
}
.box_fix_right .deco_txt {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1.2em;
  writing-mode: vertical-rl;
  letter-spacing: .2rem;
  font-weight: 400;
  font-size: .9rem;
  color: #231205;
	display: none;
}
.box_fix_right .btn02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 30px 0 0;
}
.box_fix_right .btn02 .ico {
}
.box_fix_right .btn02 .txt{
  margin-top: .5em;
  font-weight: 400;
  font-size: .7rem;
  color: #231205;
}
/*---------- hover ----------*/
.box_fix_right .btn01 .ico,
.box_fix_right .btn01 .txt,
.box_fix_right .btn02 {
  transition: .3s;
}
.box_fix_right .btn01:hover .ico,
.box_fix_right .btn01:hover .txt,
.box_fix_right .btn02:hover {
  opacity: .5;
}

/*---------- scr_on ----------*/
.box_fix_right.scr_on {
  padding-top: 80px;
  background: transparent;
}
.box_fix_right.scr_on .btn01 {
  display: none;
}
.box_fix_right.scr_on .deco_txt {
  margin-top: 2.6em;
}
@media screen and (max-width : 767px){
  .box_fix_right {
    display: none;
  }
}


/* -----------------------------------------------------------------
 g_nav(SP)
----------------------------------------------------------------- */
@media screen and (max-width: 767px){
  .hmb_menu_sp,
  .hmb_menu_sp_bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .hmb_menu_sp {
    z-index: 2001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 8% 50px;
    color: #fff;
  }
  .hmb_menu_sp_bg {
    background: rgba(98,90,84,1);
    mix-blend-mode: multiply;
    z-index: 2000;
  }
  .hmb_menu_sp .g_nav {
    width: 100%;
  }
  .hmb_menu_sp .g_nav .item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0;
    border-bottom: #fff 1px solid;
  }
  .hmb_menu_sp .g_nav .item .en {
    margin-left: 1.2em;
    line-height: 1;
    letter-spacing: .08em;
    font-weight: 700;
    font-size: .75rem;
    font-family: "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .hmb_menu_sp .g_nav .item .jp {
    line-height: 1;
    letter-spacing: .02em;
  }
  .hmb_menu_sp .box_aside {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
  }
  .hmb_menu_sp .box_aside .btn02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: .02em;
    padding-top: .8rem;
    font-weight: 700;
  }
  .btn_gnav_close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 1.04rem;
    height: 1.04rem;
  }
  .btn_gnav_close::before,
  .btn_gnav_close::after {
    position: absolute;
    top: 42%;
    content:"";
    display:block;
    width:100%;
    height:1px;
    background:#fff;
  }
  .btn_gnav_close::before {
    transform: rotate(45deg);
  }
  .btn_gnav_close::after {
    transform: rotate(-45deg);
  }
  /*---------- hide ----------*/
  .hmb_menu_sp,
  .hmb_menu_sp_bg{
    display: none;
  }
}



/* -----------------------------------------------------------------
 fix_btm_menu(SP)
----------------------------------------------------------------- */
@media screen and (max-width : 767px){
  .fix_btm_menu {
    z-index: 3;
    position: fixed;
    left: 0;
    bottom: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,.9);
    transition: .3s;
  }
  .fix_btm_menu.scr_on {
    bottom: 0px;
  }
  .fix_btm_menu >.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 2.4vw;
  }
  .fix_btm_menu >.item >.ico {
    display: flex;
    align-items: center;
    height: 32px;
  }
  .fix_btm_menu >.item:nth-child(1) >.ico {
    width: 44px;
    width: calc(44 / 750 * 100vw);
  }
  .fix_btm_menu >.item:nth-child(2) >.ico {
    width: 39px;
    width: calc(39 / 750 * 100vw);
  }
  .fix_btm_menu >.item:nth-child(3) >.ico {
    width: 51.7px;
    width: calc(51.7 / 750 * 100vw);
  }
  .fix_btm_menu >.item:nth-child(4) >.ico {
    width: 38.8px;
    width: calc(38.8 / 750 * 100vw);
  }
  .fix_btm_menu >.item:nth-child(5) >.ico {
    width: 37.5px;
    width: calc(37.5 / 750 * 100vw);
  }
}







