@charset "utf-8";

/* ----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  html {
    -webkit-text-size-adjust: none;
  }

  body {
    min-width: 320px;
    font-feature-settings: "palt";
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /*スマホのみのオプション*/
  .sp_pic {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .sp_center {
    display: block;
    margin: 0px auto;
  }

  .sp_br {
    display: block;
    margin-top: 5px;
  }

  .sp_50 {
    width: 50%;
    margin: 0px auto 5px;
    display: block;
  }

  .sp_80 {
    width: 80%;
    margin: 0px auto 5px;
    display: block;
  }

  .FRight,
  .FLeft {
    float: none;
  }

  .sp_right {
    float: right;
  }

  .sp_left {
    float: left;
  }

  .sp_centering {
    text-align: center
  }

  /*スマホで表示させないセレクタ*/
  .h_nav_pc,
  #gnavi_wrap {
    display: none;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .pc_hidden.inlineb {
    display: inline-block;
  }

  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  .xs-justify {
    text-align: justify;
  }

  .box_w900 {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* ----------------------------------------------------------------------------------------------
   sp_header ※スマホのみ表示のセレクタ
---------------------------------------------------------------------------------------------- */
  .header__inner {
    position: relative;
    margin: 0 auto;
    padding: 10px 15px 0;
    height: 60px;
  }

  .h__id {
    margin-top: 0;
  }

  .h__id img {
    height: 40px;
    width: auto;
  }

  .sp_img {
    width: 100%;
    height: auto;
  }

  .sp_img95 {
    width: 95%;
    height: auto;
  }

  .sp_img90 {
    width: 90%;
    height: auto;
  }

  .sp_img80 {
    width: 80%;
    height: auto;
  }

  .box_w960 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sp-nav__list__item.new a::before {
    content: "NEW";
    text-align: center;
    vertical-align: middle;
    width: 32px;
    height: 14px;
    font-size: 10px;
    color: #fff;
    background-color: #B79A00;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 14px;
  }

  .sp_menu_bnr {
    width: 80%;
    margin: 20px auto 0;
  }

  /* ----------------------------------------------------------------------------------------------
	footer link
----------------------------------------------------------------------------------------------*/

  #nav-dock {
    width: 40px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 5px;
  }

  #nav-dock a {
    width: 40px;
    height: 45px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/btn_pagetop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
  }

  #nav-top {
    width: 112px;
    height: 31px;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translateX(-56px);
  }

  .footer {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
  }

  .footer__tel {
    margin-bottom: 56px;
  }

  .tel_number a,
  .tel_number>span {
    padding: 56px 15px;
  }

  .f__id01 {
    margin: 30px 0 0;
  }

  .f__id01 img {
    width: 25%;
    height: auto;
  }

  .f__id02_set {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin: 25px 3% 0;
  }

  .f_copyright {
    font-size: 12px;
    margin-top: 3em;
  }

  .f_notes {
    font-size: 12px;
    margin-top: 0.5em;
  }

  .spFtrFloat {
    width: 100%;
    text-align: center;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #06060696;
    z-index: 123456789;
    padding: 5px 5px;
  }

  .spFtrFloat p {
    width: 100%;
    box-sizing: border-box;
  }

  a.spFtrFloat__btn {
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #c8b595;
    position: relative;
    border-radius: 9px;
  }

  a.spFtrFloat__btn img {
    vertical-align: middle;
  }

  .spFtrFloat p:last-child a.spFtrFloat__btn {
    border-right: none;
  }

  #link a img {
    margin: 0 0.5%;
    width: 48%;
  }

  .f_tel_link a {
    margin-bottom: 10px;
  }

  .footer__tel p.day-time {
    text-align: center;
  }


  /* ----------------------------------------------------------------------------------------------
	common
----------------------------------------------------------------------------------------------*/
  .mt05 {
    margin-top: 5px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt15 {
    margin-top: 15px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt45 {
    margin-top: 22px;
  }

  .mt60 {
    margin-top: 30px;
  }

  .mb05 {
    margin-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mb25 {
    margin-bottom: 14px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb35 {
    margin-bottom: 17px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb45 {
    margin-bottom: 22px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb55 {
    margin-bottom: 27px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb65 {
    margin-bottom: 32px;
  }

  .mb70 {
    margin-bottom: 35px;
  }

  .mb75 {
    margin-bottom: 37px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb85 {
    margin-bottom: 47px;
  }

  .xs-mt10 {
    margin-top: 10px;
  }

  .xs-mt15 {
    margin-top: 15px;
  }

  .xs-mt20 {
    margin-top: 20px;
  }

  .xs-mt25 {
    margin-top: 25px;
  }

  .xs-mt30 {
    margin-top: 30px;
  }

  .xs-mt35 {
    margin-top: 35px;
  }

  .xs-mt40 {
    margin-top: 40px;
  }


  /* ----------------------------------------------------------------------------------------------
	map
----------------------------------------------------------------------------------------------*/
  .l-sec__block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width:680px) {
  .hidden-md {
    display: none;
  }

  .visible-md {
    display: none;
  }

  .pc_hidden.hidden-md {
    display: block;
  }
}