@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/* --------------------------------
	common
-------------------------------- */
body {
  color: #3E3E3E;
  background-color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.inner {
  max-width: 1310px;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
#btn_menu {
  top: 10px;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1024px;
  }
  br.sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}
/* --------------------------------
	header
-------------------------------- */
@media only screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1024px;
    height: 135px;
    padding: 0;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  }
  #header .header_logo_area {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
    padding-top: 10px;
  }
  #header .header_logo_area .header_logo img {
    height: 65px;
    width: auto;
    display: block;
  }
  #header #member {
    float: none;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  #header .inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 290px;
  }
  #header .inquiry p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
  }
  #header .inquiry p.tel img {
    vertical-align: baseline;
    margin-bottom: -2px;
  }
  #header .inquiry p.tel a {
    font-size: 27px;
    font-weight: 700;
    color: #FF6302;
    margin-left: 5px;
    display: inline-block;
  }
  #header .spTEL {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 65px;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
  }
  #header .header_logo_area {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -28px;
  }
  #header .header_logo_area .header_logo img {
    height: 45px;
    width: auto;
  }
  .member_link {
    margin-bottom: 0;
  }
  #cart_area {
    top: 8px;
  }
  #header .spTEL {
    position: absolute;
    top: 11px;
    right: 55px;
  }
  #header .spTEL a {
    display: block;
    height: 44px;
    width: 44px;
    text-align: center;
    padding-top: 7px;
  }
  #header .spTEL a img {
    height: 30px;
    width: auto;
  }
}
/* --------------------------------
	gNavi
-------------------------------- */
@media only screen and (min-width: 768px) {
  #gNavi {
    background: #EF8304;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
  }
  #gNavi #gMenu {
    max-width: 1280px;
    margin: auto;
  }
  #gNavi #gMenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gNavi #gMenu > ul > li {
    width: calc(100% / 4);
    text-align: center;
    position: relative;
    border-left: 1px solid #FFFFFF;
    box-sizing: border-box;
  }
  #gNavi #gMenu > ul > li:last-child {
    border-right: 1px solid #FFFFFF;
  }
  #gNavi #gMenu > ul > li > a {
    display: block;
    font-weight: 700;
    letter-spacing: 0.1em;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
  }
  #gNavi #gMenu > ul > li > a:hover {
    background: #EA5B02;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }
  #gNavi #gMenu ul li.gMenuSub > a {
    padding-left: 20px;
  }
  #gNavi #gMenu ul li.gMenuSub > a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #FFFFFF transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 10px;
  }
  #gNavi #gMenu li.gMenuSub ul {
    width: 100%;
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 45px;
    z-index: 10;
  }
  #gNavi #gMenu li.gMenuSub ul li {
    border-bottom: 1px solid #FFFFFF;
  }
  #gNavi #gMenu li.gMenuSub ul li:last-child {
    border-bottom: none;
  }
  #gNavi #gMenu li.gMenuSub ul li a {
    text-align: center;
    font-size: 0.9em;
    height: 45px;
    line-height: 45px;
    display: block;
    border-bottom: none;
    color: #FFFFFF;
  }
  #gNavi #gMenu li.gMenuSub ul li a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  #drawer .inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 10px;
  }
  #drawer .inquiry p {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
  }
  #drawer .inquiry p.tel img {
    height: 20px;
    width: auto;
    vertical-align: baseline;
    margin-bottom: -2px;
  }
  #drawer .inquiry p.tel a {
    font-size: 22px;
    font-weight: 700;
    color: #FF6302;
    margin-left: 3px;
    display: inline-block;
  }
  #drawer .inquiry .photo img {
    height: 48px;
    width: auto;
  }
  #gMenu li a {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    color: #525263;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
  }
  #gMenu li a.pcBtn {
    display: none;
  }
}
/* --------------------------------
	contents
-------------------------------- */
.page-heading {
  text-align: center;
  color: #EF8304;
  border: none;
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 15px 0;
}
/* button */
.btn-primary {
  color: #FFFFFF;
  background-color: #EF8304;
  border-color: #EF8304;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #EA5B02;
  border-color: #EA5B02;
  transition: 0.3s;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #999999;
  border-color: #999999;
  transition: 0.3s;
}
/* flowline */
.flowline ul li {
  color: #999;
}
.flowline li .flow_number {
  background: #999;
}
.flowline li.active .flow_number {
  background: #EF8304;
  color: #FFFFFF;
}
.flowline li.active {
  color: #000;
}
.flowline ul::before {
  background: #999;
}
@media only screen and (min-width: 768px) {
  #contents {
    padding-top: 0;
  }
  #contents.theme_main_only {
    padding-top: 135px;
  }
  .page-heading {
    padding: 25px 0 25px;
    margin: 0;
    border: none;
  }
  /* mypage */
  .local_nav li {
    width: 33.333%;
  }
  .total_box {
    width: 100%;
  }
  #total_box__total_price {
    text-align: right;
  }
  #total_box__total_price dt {
    width: auto;
    display: inline-block;
    float: none;
  }
  #total_box__total_price dd {
    padding: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #contents.theme_main_only {
    padding-top: 65px;
  }
}
/* --------------------------------
	footer
-------------------------------- */
#footer {
  background: #777;
  border-top: none;
  color: #FFFFFF;
}
#footer a, #footer a:hover {
  color: #FFFFFF;
}
.footer_logo_area {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .footer_logo_area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 80px;
  }
}