@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
@import url(cmn_style.css);
/*  Reset
------------------------------------------------------------*/
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}

body {
  color: #000;
  line-height: 1.6;
  /*font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;*/
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /*font-size: 12px;*/
  font-size: 1.2rem;
  width: 100%;
}

/*-- margin, padding --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/*-- table --*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

td, th, caption {
  font-style: normal;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

address, cite, code, dfn, em, strong, var, small {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
}

br {
  letter-spacing: normal;
}

hr {
  display: none;
}

img {
  vertical-align: bottom;
  border: none;
  line-height: 0;
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/*  Common
------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all  0.2s ease;
}

a:hover {
  color: #D16C15;
}

a img {
  text-decoration: none;
  transition: all  0.2s ease;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body {
  background: #fff none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

@media screen and (min-width: 0\0) {
  body {
    font-family: sans-serif\0;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: sans-serif\0;
  }
}
.btn-type01 {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  transition: all  0.2s ease;
}
.btn-type01:hover {
  background: #D16C15;
  border-color: #D16C15;
}
.btn-type01:hover .icon-next {
  stroke: #fff;
}
.btn-type01 a {
  display: block;
  padding: 10px 0;
}
.btn-type01 a:hover {
  color: #FFF;
}
.btn-type01 .icon-next {
  fill: none;
  stroke: #a8a8a8;
  width: 60px;
  margin-left: 20px;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all  0.2s ease;
}

.cmn-header .hd-inner {
  width: 978px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 50px 0 27px;
}
.cmn-header .logo-01 {
  fill: #000;
  stroke: none;
  width: 217px;
  text-decoration: none;
  transition: all  0.2s ease;
}
.cmn-header .logo-01:hover {
  fill: #D16C15;
}
.cmn-header .logo-wrapper {
  margin: auto;
  text-align: center;
  margin-left: 380px;
}
.cmn-header .logo-txt {
  font-size: 12px;
}
.cmn-header .pkg-icon {
  float: left;
  margin-top: -25px;
}

.hd-pkg {
  margin-left: auto;
  width: 176px;
  margin-top: -25px;
  float: left;
}
.hd-pkg:hover .pkg-btn-icon, .hd-pkg:hover .pkg-btn-wrapper {
  border-color: #D16C15;
}
.hd-pkg a {
  text-decoration: none;
  color: #000;
}
.hd-pkg .pkg-btn-wrapper {
  border: 1px solid #000;
  display: flex;
  align-items: center;
}
.hd-pkg .pkg-btn-icon {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  border-right: 1px solid #000;
  font-size: 20px;
  padding: 4px 10px;
}
.hd-pkg .pkg-btn-txt {
  font-size: 14px;
  padding-left: 12px;
}

.cmn-nav .nav-inner {
  width: 978px;
  margin: 0 auto;
  border-top: 2px solid #000;
  display: flex;
  justify-content: flex-start;
  padding: 25px 0 19px;
  font-size: 11px;
  box-sizing: border-box;
}
.cmn-nav .nav-inner li {
  text-align: center;
  flex-grow: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  position: relative;
}
.cmn-nav .nav-inner li span {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 3px;
}
.cmn-nav .nav-inner .nav-01 {
  padding-left: 14px;
}
.cmn-nav .nav-inner .nav-06 {
  padding-right: 14px;
}

.box-inner {
  width: 978px;
  margin: 0 auto;
}

.page-breadcrumb {
  margin-bottom: 20px;
  font-size: 12px;
}
.page-breadcrumb ul {
  display: flex;
}
.page-breadcrumb ul li {
  position: relative;
  margin-right: 30px;
}
.page-breadcrumb ul li a {
  color: #999;
}
.page-breadcrumb ul li a:hover {
  color: #D16C15;
}
.page-breadcrumb ul li:after {
  content: ">";
  color: #999;
  position: absolute;
  padding-left: 9px;
}
.page-breadcrumb ul li:last-child:after {
  content: "";
}

.page-main-area {
  display: flex;
  position: relative;
}

.mod-ttl04 {
  color: #000;
  margin-bottom: 27px;
}
.mod-ttl04 h1 {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 46px;
  letter-spacing: 0.1em;
}
.mod-ttl04 .ttl-jp {
  font-size: 24px;
}

.mod-ttl05 {
  margin-bottom: 30px;
}
.mod-ttl05 .mod-ttl05-ttl {
  font-size: 24px;
  font-weight: bold;
}
.mod-ttl05 .mod-ttl05-date {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.page-bd02-main {
  width: 726px;
}

.mod-entry-inner {
  display: flex;
}
.mod-entry-inner .mod-entry-sub {
  margin-right: 36px;
}

.mod-entry-lead {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 28px;
}

.mod-entry-txt {
  font-size: 16px;
}

.shopguide-wrapper .mod-shopguide {
  color: #999;
  margin-left: 45px;
  position: relative;
  margin-top: 12px;
  padding-top: 30px;
  background: #FFF;
}
.shopguide-wrapper .mod-shopguide:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #CCC;
  position: absolute;
  top: 0;
  left: 0;
}
.shopguide-wrapper .mod-shopguide a {
  color: #999;
}
.shopguide-wrapper .mod-shopguide a:hover {
  color: #D16C15;
}
.shopguide-wrapper .mod-shopguide:hover, .shopguide-wrapper .mod-shopguide:hover .mod-ttl03 h1 {
  color: #333;
}
.shopguide-wrapper .mod-shopguide .search-box {
  margin-bottom: 30px;
}
.shopguide-wrapper .mod-shopguide .mod-ttl03 {
  margin-bottom: 20px;
}
.shopguide-wrapper .mod-shopguide .mod-ttl03 h1 {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #cccccc;
}
.shopguide-wrapper .mod-shopguide .mod-linklist {
  margin-bottom: 16px;
}
.shopguide-wrapper .mod-shopguide .mod-linklist-item {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 9px;
}
.shopguide-wrapper .mod-shopguide .item-sub {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.shopguide-wrapper .mod-shopguide form {
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}
.shopguide-wrapper .mod-shopguide input[type="text"] {
  border: 1px solid #999899;
  color: #000;
  font-size: 14px;
  width: 176px;
  height: 40px;
  padding: 2px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.shopguide-wrapper .mod-shopguide .mod-searchform-txt.type01 {
  border: 1px solid #D16C15;
  outline: 0;
}
.shopguide-wrapper .mod-shopguide .mod-searchform-txt.type01:hover {
  border: 1px solid #F8A130;
}
.shopguide-wrapper .mod-shopguide .mod-searchform-txt.type02 {
  border: 1px solid #eeeeee;
  background: #eeeeee;
  outline: 0;
}
.shopguide-wrapper .mod-shopguide input::placeholder {
  color: #cccccc;
}
.shopguide-wrapper .mod-shopguide input:-ms-input-placeholder {
  color: #cccccc;
}
.shopguide-wrapper .mod-shopguide input::-ms-input-placeholder {
  color: #cccccc;
}
.shopguide-wrapper .mod-shopguide .mod-searchform-submit {
  border: 0px;
  width: 42px;
  height: 38px;
  background: url(/assets/images/floor/btn_search01.png) no-repeat left -3px;
  background-size: 42px 46px;
  position: absolute;
  right: 0;
  text-decoration: none;
  transition: all  0.2s ease;
}
.shopguide-wrapper .mod-shopguide .submit-type01 {
  background: url(/assets/images/floor/btn_search02.png) no-repeat left -3px;
  background-size: 42px 46px;
  text-decoration: none;
  transition: all  0.2s ease;
}
.shopguide-wrapper .mod-shopguide .submit-type01:hover {
  background: url(/assets/images/floor/btn_search03.png) no-repeat left -3px;
  background-size: 42px 46px;
}
.shopguide-wrapper .mod-shopguide .mod-searchform-submit:hover {
  cursor: pointer;
}

.fixednav {
  position: fixed;
  top: 20px;
  left: auto;
  margin: 0 0 0 771px;
}

.fixednav2 {
  position: fixed;
  bottom: 310px;
  left: auto;
  margin: 0 0 0 771px;
}

.mod-entry {
  margin-bottom: 60px;
}

.mod-pager ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.mod-pager .icon-back {
  fill: none;
  stroke: #a8a8a8;
  width: 70px;
  margin-right: 20px;
  text-decoration: none;
  transition: all  0.2s ease;
}
.mod-pager .icon-next {
  fill: none;
  stroke: #a8a8a8;
  width: 70px;
  margin-left: 20px;
  text-decoration: none;
  transition: all  0.2s ease;
}
.mod-pager .pager-num {
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #000;
}
.mod-pager .pager-num:hover {
  border: 1px solid #D16C15;
}
.mod-pager .pager-num:first-of-type {
  margin-left: 70px;
}
.mod-pager .pager-num:last-of-type {
  margin-right: 70px;
}
.mod-pager .pager-num a {
  display: block;
  padding: 7px 15px;
}
.mod-pager .pager-shoryaku {
  border: none;
  pointer-events: none;
}
.mod-pager .pager-active {
  background: #CCC;
  border-color: #CCC;
}
.mod-pager a:hover .icon-back {
  stroke: #D16C15;
}
.mod-pager a:hover .icon-next {
  stroke: #D16C15;
}
.mod-pager .pager-num a:hover {
  color: #FFF;
  background: #D16C15;
  border: none;
}

.cmn-footer {
  background: #333;
  color: #ccc;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-top: 100px;
}
.cmn-footer a {
  color: #ccc;
  text-decoration: underline;
}
.cmn-footer .ft-inner {
  width: 978px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding: 40px 0 76px;
}
.cmn-footer .ft-box {
  line-height: 1.8;
  width: 290px;
}
.cmn-footer .ft-box p {
  margin-bottom: 20px;
}
.cmn-footer address {
  font-size: 14px;
}
.cmn-footer .logo-02 {
  fill: #FFF;
  stroke: none;
  width: 160px;
}
.cmn-footer .copyright {
  font-family: 'Oswald', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 10px;
}

.icon-svg,
.logo-main {
  position: absolute;
  width: 0;
  height: 0;
}

.btn-pagetop {
  position: fixed;
  bottom: 58px;
  right: 25px;
  background: #333;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  transition: none;
  opacity: 1;
  visibility: inherit;
  text-decoration: none;
  transition: all  0.2s ease;
}
.btn-pagetop:hover {
  opacity: 0.7;
}
.btn-pagetop:before {
  content: "";
  left: 22px;
  top: 24px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #D16C15;
  border-right: 3px solid #D16C15;
  transform: rotate(-45deg);
  position: absolute;
}

.btn-hide {
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  transition: all  0.2s ease;
}
.btn-hide:hover {
  visibility: hidden;
}
