@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

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

.inner {
  width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1152px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1151px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 601px) and (max-width: 1151px) {
  .tabAlignL {
    text-align: left;
  }

  .tabAlignC {
    text-align: center;
  }

  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  .spAlignL {
    text-align: left;
  }

  .spAlignC {
    text-align: center;
  }

  .spAlignR {
    text-align: right;
  }
}
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

body {
  background-color: #fff !important;
}

#wrap {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  #wrap {
    margin-top: 61px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #wrap .single.underContents .photo {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #wrap .single.underContents .photo {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #wrap #breadcrumbWrap {
    padding-top: 10px;
  }
}
#wrap #breadcrumbWrap #breadcrumb ul {
  overflow-x: inherit;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
}
#wrap #breadcrumbWrap #breadcrumb ul li {
  margin-bottom: 5px;
}
#wrap #mainWrap {
  margin-top: 0;
}

#kv {
  text-align: center;
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  #kv {
    margin-top: 0;
  }
}

#header {
  position: fixed;
  padding: 1.5em 0 0em 0;
  width: 100%;
  text-align: center;
  transition: .3s;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 5;
  top: 0;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #header {
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  #header {
    height: 60px;
    padding-top: 0;
  }
}
#header #logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: none;
  transition: .3s;
  padding-left: 20px;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  #header #logo {
    opacity: 1;
    display: block;
    padding-left: 0px;
    display: flex;
  }
}
#header #logo img {
  width: auto;
  height: 30px;
}
#header #logo .siteTitle {
  text-align: left;
}
#header #logo .siteTitle .siteName {
  line-height: 1;
  height: 18px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
}
#header #logo .siteTitle .catch {
  line-height: 1;
  height: 12px;
  font-size: 12px;
  margin-bottom: 3px;
  padding-left: 10px;
}
#header.is-animation {
  padding: .5em 0 .5em 0;
}
@media only screen and (max-width: 600px) {
  #header.is-animation {
    padding: 0;
  }
}
#header.is-animation .headerTop {
  border-bottom: 0px solid rgba(200, 200, 200, 0);
  padding-bottom: 0px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #header.is-animation .headerTop {
    margin-top: 1rem;
  }
}
#header.is-animation .headerTop .smallNav {
  display: block;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #header.is-animation .headerTop .smallNav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #header.is-animation .headerTop .smallNav {
    display: none;
  }
}
#header.is-animation .bigCatch {
  display: none;
}
#header.is-animation #logo {
  display: flex;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #header.is-animation #logo {
    padding-left: 0;
  }
}
#header.is-animation nav {
  display: none;
}
@media only screen and (max-width: 600px) {
  #header.is-animation nav {
    display: none;
  }
}
#header.is-animation .drowerNav {
  top: .5em;
}
#header.is-animation .menu-container {
  display: none;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #header.is-animation .menu-container {
    margin-top: 1rem;
  }
}
#header .menu-container {
  padding-bottom: 0;
  background-color: #fff;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #header .menu-container {
    border-bottom: 1px solid #e2e2e2;
  }
}
#header .headerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 50px;
  transition: .3s;
}
@media only screen and (max-width: 600px) {
  #header .headerTop {
    padding-right: 30px;
    margin-top: 2rem;
    border-bottom: 0px solid #c8c8c8;
  }
}
#header .headerTop .bigCatch {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #header .headerTop .bigCatch {
    padding-left: 0;
    display: none;
  }
}
#header .headerTop .smallNav {
  display: none;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #header .headerTop .smallNav {
    display: none;
  }
}
#header .headerTop .smallNav ul li a {
  display: flex;
  justify-content: flex-start;
}
#header .headerTop .smallNav ul li a .thumnail {
  display: inline-block;
}
#header .headerTop .smallNav ul li a p {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #header .headerTop nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #header .headerTop nav {
    display: none;
  }
}
#header .headerTop nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .headerTop nav ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 1;
  padding-left: 0;
}
#header .headerTop nav ul li:last-child {
  margin-right: 0;
}
#header .headerTop nav ul li svg {
  width: 12px;
  display: inline-block;
  background-color: #666;
  height: 12px;
  border-radius: 6px;
  vertical-align: middle;
  margin-right: 3px;
}
#header .headerTop nav ul li a {
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  line-height: 1;
  padding: 0;
  margin: 0;
  height: auto;
}
#header .headerTop .box {
  position: relative;
}
@media only screen and (max-width: 600px) {
  #header .headerTop .box {
    padding-right: 10px;
  }
}
#header .headerTop .box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}
#header .headerTop .box a img {
  width: 24px;
  color: #666;
  display: inline-block;
  margin-right: 8px;
}
#header .headerTop .box a span {
  display: inline-block;
}
#header .headerTop .box a .badge {
  position: absolute;
  top: 0;
  right: 0;
}
#header .headerTop .box a .cart_price {
  padding-right: 25px;
}

#drawerNav.is-animation #drawer-icon {
  top: 1rem;
}
@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #drawerNav.is-animation #drawer-icon {
    top: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #drawerNav.is-animation #drawer-icon {
    top: 2rem;
  }
}

#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  position: fixed;
  width: 32px;
  z-index: 45;
  right: 2.5rem;
  top: 2rem;
  transition: all 0.3s ease-in-out 0s;
  background-color: #ededed;
  border-radius: 25px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #drawer-icon {
    right: 1.5rem;
  }
}
#drawer-icon span {
  background: #333;
  border-radius: 1px;
  display: inline-block;
  height: 2px;
  left: 25%;
  position: absolute;
  top: 48%;
  transition: all 0.3s ease-in-out 0s;
  width: 50%;
}

#drawer-checkbox:checked ~ #drawer-icon {
  right: 264px;
  background-color: #fff;
}

#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  border-radius: 1px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#drawer-icon span::before {
  margin-top: -37%;
}

#drawer-icon span::after {
  margin-top: 20%;
}

#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}

#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: 280px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(100%);
}
#drawer-content nav {
  border-top: 1px solid #e2e2e2;
}
#drawer-content nav ul li {
  border-bottom: 1px solid #e2e2e2;
}
#drawer-content nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
#drawer-content nav ul li a:hover {
  background-color: #fafafa;
}
#drawer-content nav ul li a .thumnail img {
  width: auto;
  height: 30px;
}
#drawer-content nav ul li a p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
#drawer-content #drawerHeader {
  padding: 20px 0;
  text-align: center;
}
#drawer-content #drawerHeader .thumnail {
  margin-bottom: 10px;
}
#drawer-content #drawerHeader .thumnail img {
  height: 120px;
  width: auto;
}
#drawer-content #drawerHeader p img {
  height: 18px;
}
#drawer-content .subNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#drawer-content .subNav ul li {
  width: 50%;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
}
#drawer-content .subNav ul li:nth-child(2n) {
  border-left: 1px solid #e2e2e2;
}
#drawer-content .subNav ul li a {
  display: block;
  padding: 15px;
  font-size: 12px;
}
#drawer-content .subNav ul li a:hover {
  color: #333;
  background-color: #e2e2e2;
}
#drawer-content #drawerFooter {
  padding: 30px;
}
#drawer-content #drawerFooter .contact {
  text-align: center;
}
#drawer-content #drawerFooter .contact a {
  background-color: #999;
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
}
#drawer-content #drawerFooter .contact a:hover {
  background-color: #000;
}
#drawer-content #drawerFooter .footerInfo {
  padding-top: 20px;
}
#drawer-content #drawerFooter .footerInfo p {
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}
#drawer-content #drawerFooter .footerInfo p.tel {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 28px;
  margin-bottom: 10px;
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.7;
}

.drowerNav {
  position: absolute;
  right: 20px;
  top: 1.5em;
  transition: .3s;
}

#panel-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

#panel-btn:hover {
  background: #fafafa;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #000;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #000;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -6px;
}

#panel-btn-icon:after {
  margin-top: 4px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

body {
  margin: 0;
}

.is-animation {
  padding: 2em 0;
}

.menu-container {
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .menu-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.menu-container .menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul {
    display: none;
    background-color: #fff;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul.show-on-mobile {
    display: block;
    background-color: #fff;
    z-index: 3;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
  }
}
.menu-container .menu > ul > li {
  text-align: center;
  margin: 0;
  height: 130px;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
}
.menu-container .menu > ul > li:hover {
  background: #dcf1fc;
}
.menu-container .menu > ul > li:hover a {
  color: #000;
}
.menu-container .menu > ul > li:hover a .thumMenu {
  transform: scale3d(1.05, 1.05, 1.05);
}
.menu-container .menu > ul > li .thumMenu {
  transform: scale3d(1, 1, 1);
  transition: 0.3s;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li.logo {
    display: none;
  }
}
.menu-container .menu > ul > li.logo a .thumnail {
  height: 46px;
  margin-bottom: 10px;
}
.menu-container .menu > ul > li.logo a .thumnail img {
  width: auto;
  height: 46px;
}
.menu-container .menu > ul > li.logo a p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding-top: 0px;
  font-size: 26px;
  font-weight: bold;
}
.menu-container .menu > ul > li.logo a p img {
  width: auto;
  height: 20px;
}
.menu-container .menu > ul > li a {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    align-items: center;
    padding: 0;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 15px;
  }
}
.menu-container .menu > ul > li a .thumnail {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li a .thumnail {
    width: 40px;
    height: 40px;
  }
}
.menu-container .menu > ul > li a .thumnail img {
  width: auto;
  height: 32px;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li a .thumnail img {
    height: auto;
    width: auto;
  }
}
.menu-container .menu > ul > li a p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding-top: 5px;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li a p {
    display: inline-block;
    font-size: 15px;
  }
}
.menu-container .menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #dcf1fc;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    font-size: 0px;
    text-align: left;
  }
}
.menu-container .menu > ul > li > ul.normal-sub {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  margin-top: 1px;
  font-size: 0;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul.normal-sub {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
}
.menu-container .menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 20%;
  background: none;
  display: inline-block;
  height: auto;
  font-size: 13px;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul > li {
    width: auto;
    float: none;
    display: inline-block;
    font-size: 12px;
  }
}
.menu-container .menu > ul > li > ul > li.pcSub {
  display: block;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul > li.pcSub {
    display: none;
  }
}
.menu-container .menu > ul > li > ul > li.spSub {
  display: none;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul > li.spSub {
    display: inline-block;
  }
}
.menu-container .menu > ul > li > ul > li a {
  width: 100%;
  padding: 10px;
  text-align: left;
  display: inline-block;
  height: auto;
  position: relative;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul > li a {
    height: 35px;
    line-height: 35px;
    border-bottom: none;
  }
}
.menu-container .menu > ul > li > ul > li a:hover {
  background-color: #e7f7ff;
}
.menu-container .menu > ul > li > ul > li a:hover:after {
  transition-duration: 0.3s;
  right: 22px;
}
.menu-container .menu > ul > li > ul > li a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-container .menu > ul > li > ul > li > ul {
  display: none;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul > li > ul {
    position: relative;
  }
}
.menu-container .menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul > li > ul > li {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .menu-container .menu > ul > li > ul > li > ul > li:first-child {
    margin: 0;
  }
}
.menu-container .menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.spLogo {
  display: none;
}
@media only screen and (max-width: 600px) {
  .spLogo {
    display: block;
    width: 70%;
  }
}
.spLogo .spLogoInner {
  display: flex;
  justify-content: flex-start;
  height: 70px;
  align-items: center;
  padding-left: 20px;
}
.spLogo .spLogoInner .logoIcon img {
  width: auto;
  height: 36px;
}
.spLogo .spLogoInner .siteName {
  padding-left: 10px;
}
.spLogo .spLogoInner .siteName p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 11px;
  margin-bottom: 5px;
}
.spLogo .spLogoInner .siteName h2 img {
  width: auto;
  height: 23px;
}

.subNavSp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .subNavSp {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fafafa;
    padding: 20px;
  }
  .subNavSp ol {
    font-size: 0px;
  }
  .subNavSp ol li {
    display: inline-block;
    width: 50%;
  }
  .subNavSp ol li a {
    padding: 10px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
    font-size: 13px;
    display: block;
  }
}

#categoryNav {
  display: block;
  width: 100%;
}
#categoryNav .navItem li {
  display: inline-block;
}

#page_product_list #main_middle {
  width: 1152px;
  margin: 0 auto;
}
#page_size_list #main_middle {
    width: 1152px;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #page_product_list #main_middle {
    width: 88%;
  }
    #page_size_list #main_middle {
        width: 88%;
    } 
    
}
#page_product_list #main_middle #item_list {
  text-align: center;
}
#page_product_list #main_middle #item_list .row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page_product_list #main_middle #item_list .row .listItem {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 7%;
}
#page_product_list #main_middle #item_list .row .listItem:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  #page_product_list #main_middle #item_list .row .listItem {
    width: 47%;
    margin-right: 6%;
  }
  #page_product_list #main_middle #item_list .row .listItem:nth-child(3n) {
    margin-right: 6%;
  }
  #page_product_list #main_middle #item_list .row .listItem:nth-child(2n) {
    margin-right: 0;
  }
}
#page_product_list #main_middle #item_list .item_photo {
  margin-bottom: 30px;
}
#page_product_list #main_middle #item_list .item_comment {
  display: none;
}
#page_product_list #main_middle #item_list .item_name {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}

#page_size_list #main_middle #item_list {
    text-align: center;
}
#page_size_list #main_middle #item_list .row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#page_size_list #main_middle #item_list .row .listItem {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 7%;
}
#page_size_list #main_middle #item_list .row .listItem:nth-child(3n) {
    margin-right: 0;
}
@media only screen and (max-width: 600px) {
    #page_size_list #wrapper #contents #main_middle #item_list .row .listItem {
        width: 47%;
        margin-right: 6%;
    }
    #page_size_list #wrapper #contents #main_middle #item_list .row .listItem:nth-child(3n) {
        margin-right: 6%;
    }
    #page_size_list #wrapper #contents #main_middle #item_list .row .listItem:nth-child(2n) {
        margin-right: 0;
    }
}
#page_size_list #main_middle #item_list .item_photo {
    margin-bottom: 30px;
}
#page_size_list #main_middle #item_list .item_comment {
    display: none;
}
#page_size_list #main_middle #item_list .item_name {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}


#contents .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#breadcrumbWrap {
  margin-bottom: 25px;
}

.productInner {
  width: 1152px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .productInner {
    width: 88%;
  }
}

.productsDetailWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .productsDetailWrap {
    display: block;
    width: 100%;
  }
}
.productsDetailWrap .productsImgWrap {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .productsDetailWrap .productsImgWrap {
    display: block;
    width: 100%;
  }
}
.productsDetailWrap .productsImgWrap .slick-slider {
}
.productsDetailWrap .productsImgWrap .slick-slider .slick-list .slick-slide {
  border: 1px solid #e0e0e0;
}
.productsDetailWrap .productDetail {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  .productsDetailWrap .productDetail {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
}
.productsDetailWrap .productDetail h1 {
  font-size: 36px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .productsDetailWrap .productDetail h1 {
    font-size: 24px;
  }
}
.productsDetailWrap .productDetail .productInfo {
  margin-bottom: 10px;
}
.productsDetailWrap .productDetail .productInfo .category {
  display: inline-block;
  background-color: #f0f0f0;
  font-size: 11px;
  padding: 5px;
  line-height: 1;
  margin-right: 10px;
}
.productsDetailWrap .productDetail .productInfo .productNum {
  display: inline-block;
}
.productsDetailWrap .productDetail .exText {
  margin-top: 40px;
  line-height: 1.7;
}
@media only screen and (max-width: 600px) {
  .productsDetailWrap .productDetail .exText {
    margin-top: 5%;
  }
}
.productsDetailWrap .productDetail .exText p {
  margin-top: 15px;
}
.productsDetailWrap .productDetail .exText p:first-child {
  margin-top: 0;
}
.productsDetailWrap .productDetail .price {
  font-size: 32px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .productsDetailWrap .productDetail .price {
    font-size: 20px;
  }
}
.productsDetailWrap .productDetail .price .small {
  font-size: 70%;
}
.productsDetailWrap .productDetail .price P small {
  font-size: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
.productsDetailWrap .productDetail .madWrap {
  margin-top: 30px;
}
.productsDetailWrap .productDetail .madWrap .color {
  font-size: 0px;
  margin-bottom: 15px;
}
.productsDetailWrap .productDetail .madWrap .color li {
  display: inline-block;
  text-align: center;
  width: 32%;
  margin-right: 2%;
}
.productsDetailWrap .productDetail .madWrap .color li .colorBar {
  background-color: #e5e5e5;
  width: 100%;
  height: 100px;
  background-position: center center;
  background-size: cover;
}
.productsDetailWrap .productDetail .madWrap .color li p {
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}

.productLocalNav {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0;
}
@media only screen and (max-width: 600px) {
  .productLocalNav {
    padding: 8% 0;
  }
}
.productLocalNav ul {
  text-align: center;
  font-size: 0px;
}
.productLocalNav ul li {
  display: inline-block;
  font-size: 18px;
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  .productLocalNav ul li {
    font-size: 15px;
    margin: 0 0px;
  }
}
.productLocalNav ul li a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding-right: 40px;
}
@media only screen and (max-width: 600px) {
  .productLocalNav ul li a {
    padding-right: 20px;
  }
}

.ProductDeatailItem {
  padding: 50px 0;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailItem {
    padding: 8% 0;
  }
}
.ProductDeatailItem h4 {
  margin: 20px 0;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 18px;
}
.ProductDeatailItem ul {
  font-size: 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ProductDeatailItem ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailItem ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
}
.ProductDeatailItem ul li:nth-child(3n) {
  margin-right: 0;
}
.ProductDeatailItem ul li p {
  width: calc(100% - 90px);
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
    line-height: 1.4;
}
.ProductDeatailItem ul li p a{
    text-decoration: underline;
    
}
.ProductDeatailItem ul li p a:hover{
    text-decoration: none;

}
.ProductDeatailItem ul li p:first-child {
  display: inline-block;
  width: 90px;
  border-right: 1px solid #e5e5e5;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding-left: 0;
}
.ProductDeatailItem ul li .itemName {
  display: inline-block;
  width: 120px;
  border-right: 1px solid #e5e5e5;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
.ProductDeatailItem ul li .itemTetx {
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

.smallTitle h3 {
  font-size: 21px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  margin-bottom: 15px;
}

.annotation {
  line-height: 1.5;
  margin-top: 15px;
}

.ProductDeatailSize {
  padding: 50px 0;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailSize {
    padding: 8% 0;
  }
}
.ProductDeatailSize .productInner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailSize .productInner {
    margin-top: 20px;
    display: block;
  }
}
.ProductDeatailSize .productInner .illust {
  width: 28%;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailSize .productInner .illust {
    width: 100%;
    margin-top: 20px;
  }
}
.ProductDeatailSize .productInner .aboutSize {
  width: 68%;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailSize .productInner .aboutSize {
    width: 100%;
    margin-top: 20px;
  }
}
.ProductDeatailSize .productInner .aboutSize ul {
  padding-left: 15px;
}
.ProductDeatailSize .productInner .aboutSize ul li {
  margin-top: 5px;
  list-style: disc;
  line-height: 1.4;
  font-size: 13px;
}
.ProductDeatailSize .productInner p {
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailSize .productInner p {
    text-align: center;
  }
}
.ProductDeatailSize .productInner p a {
  color: #fff;
  background-color: #666;
  padding: 10px 50px 10px 10px;
  display: inline-block;
}
.ProductDeatailSize .productInner p a:hover {
  background-color: #000;
}

.ProductDeatailForm {
  padding: 70px 0;
  background-color: #fafafa;
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailForm {
    padding: 9% 0;
    margin-bottom: 6%;
  }
}
.ProductDeatailForm .annotation {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailForm .annotation {
    text-align: left;
  }
}
.ProductDeatailForm .formTitle {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailForm .formTitle {
    margin-bottom: 6%;
  }
}
.ProductDeatailForm .formTitle h2 {
  font-size: 30px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailForm .formTitle h2 {
    font-size: 7vw;
  }
}
.ProductDeatailForm .formTitle h2 br {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailForm .formTitle h2 br {
    display: inline-block;
  }
}
.ProductDeatailForm .formTitle p {
  font-size: 16px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .ProductDeatailForm .formTitle p {
    text-align: left;
    font-size: 3.8vw;
  }
}
.ProductDeatailForm .selectForm table {
  margin-bottom: 10px;
}
.ProductDeatailForm .selectForm table tr {
  border-bottom: 1px solid #e0e0e0;
}
.ProductDeatailForm .selectForm table tr th {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  padding-bottom: 20px;
}
.ProductDeatailForm .selectForm table tr td {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

.formGroup {
  border-bottom: 1px solid #bfbfbf;
  padding: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  .formGroup {
    padding: 7%;
    border-bottom: 1px solid #bababa;
  }
}
.formGroup:last-child {
  border: none;
}
.formGroup .formFlexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap {
    display: block;
  }
}
.formGroup .formFlexWrap select {
  margin: 0 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px 0 8px;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap select {
    margin: 0 0px;
  }
}
.formGroup .formFlexWrap input[type="number"] {
  margin: 0 5px;
}
.formGroup .formFlexWrap input[type="text"] {
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
}
.formGroup .formFlexWrap input[type="text"]:placeholder {
  text-align: center;
}
.formGroup .formFlexWrap h5 {
  display: none;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap h5 {
    display: block;
    margin-bottom: 5px;
    font-size: 90%;
    margin-top: 20px;
  }
}
.formGroup .formFlexWrap .matText {
  font-size: 12px;
}
.formGroup .formFlexWrap div.cartBtn {
  width: 160px;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap div.cartBtn {
    width: 100%;
    margin-top: 20px;
  }
}
.formGroup .formFlexWrap div.cartBtn span {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap div.cartBtn span {
    height: 42px;
    line-height: 42px;
  }
}
.formGroup .formFlexWrap div.itemName {
  width: 260px;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap div.itemName {
    width: 100%;
    margin-bottom: 20px;
  }
}
.formGroup .formFlexWrap div.size {
  width: 600px;
}
.formGroup .formFlexWrap div.volume {
  width: 90px;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap div.volume {
    width: auto;
    display: inline-block;
  }
}
.formGroup .formFlexWrap div.volume input {
  margin-left: 3px;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap div.stock {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #b7b7b7;
    margin-bottom: 5px;
    font-size: 90%;
  }
}
.formGroup .formFlexWrap div.price {
  text-align: center;
  font-size: 170%;
  width: 120px;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .formGroup .formFlexWrap div.price {
    width: auto;
    display: inline-block;
    padding-right: 20px;
  }
}
.formGroup .formFlexWrap div.price .unit {
  font-size: 80%;
  display: inline-block;
  padding-left: 5px;
}

.formitemTitle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .formitemTitle {
    display: none;
  }
}
.formitemTitle p {
  text-align: center;
}
.formitemTitle p:first-child {
  width: 260px;
}
.formitemTitle p.volume {
  width: 90px;
}
.formitemTitle p:last-child {
  width: 160px;
}

.matwindow input {
  margin-right: 5px;
}
.matwindow p {
  font-size: 12px;
  margin-top: 5px;
  color: #666;
}

#pageWrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 6% 6% 6%;
}
#pageWrap .textPage .pageTitle {
  padding: 6% 0;
}
#pageWrap .textPage .pageTitle h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  text-align: center;
  font-size: 32px;
}
@media only screen and (max-width: 600px) {
  #pageWrap .textPage .pageTitle h1 {
    font-size: 7vw;
    line-height: 1.2;
  }
}
#pageWrap .textPage .red {
  color: #bf183f;
}
#pageWrap .textPage section {
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 6%;
}
#pageWrap .textPage section:last-child {
  margin-bottom: 0;
}
#pageWrap .textPage section.guideBlock {
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px dotted #000000;
}
#pageWrap .textPage section .mT20 {
  margin-top: 20px;
}
#pageWrap .textPage section .kari {
  width: 100%;
  height: 500px;
  background-color: #bababa;
  margin-bottom: 30px;
}
#pageWrap .textPage section .sectionTitle {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  line-height: 1.3;
  font-size: 26px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: left;
}
#pageWrap .textPage section .sectionTitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #666;
}
#pageWrap .textPage section .costTable {
  margin-top: 5px;
  margin-bottom: 15px;
}
#pageWrap .textPage section .costTable tr th {
  border: 1px solid #ccc;
  padding: 8px;
  width: 80px;
  background-color: #f4f4f4;
}
#pageWrap .textPage section .costTable tr td {
  border: 1px solid #ccc;
  padding: 8px;
}
#pageWrap .textPage section .costTable tr td:last-child {
  text-align: right;
  width: 80px;
}
#pageWrap .textPage section .costTable tr td span {
  display: inline-block;
  padding-right: 10px;
}
#pageWrap .textPage section p {
  font-size: 15px;
  margin-bottom: 15px;
}
#pageWrap .textPage section p:last-child {
  margin-bottom: 0;
}
#pageWrap .textPage section .guideBox {
  margin-top: 24px;
}
#pageWrap .textPage section .guideBox:first-child {
  margin-top: 0;
}
#pageWrap .textPage section .guideBox .stock dl {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
#pageWrap .textPage section .guideBox .stock dl:first-child {
  border-top: 1px solid #e0e0e0;
}
#pageWrap .textPage section .guideBox .stock dl:last-child {
  margin-bottom: 10px;
}
#pageWrap .textPage section .guideBox .stock dl dt {
  width: 120px;
  color: #bf183f;
}
#pageWrap .textPage section .underLink li {
  display: inline-block;
  padding-right: 20px;
}
#pageWrap .textPage section .underLink li a {
    color: #0097b2;
  text-decoration: underline;
}
#pageWrap .textPage section .underLink li a:hover {
  text-decoration: none;
}
#pageWrap .textPage section .numList {
  padding-left: 25px;
  margin-top: 20px;
}
#pageWrap .textPage section .numList li {
  list-style: decimal;
}
#pageWrap .textPage section h4 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding-left: 24px;
  color: #2476a2;
}
#pageWrap .textPage section h4:after {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  content: "";
  width: 16px;
  height: 3px;
  background-color: #2476a2;
  margin-top: -2px;
}
#pageWrap .textPage section h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
#pageWrap .textPage section .caution {
  background-color: #fff0f5;
  padding: 20px;
  font-size: 90%;
}
#pageWrap .textPage section .caution p {
  font-size: 14px;
}
#pageWrap .textPage section .note {
  font-size: 13px;
  color: #666;
  margin-bottom: 0px;
}
#pageWrap .textPage section iframe {
  margin-bottom: 36px;
}
#pageWrap .textPage section ol {
  padding-left: 20px;
}
#pageWrap .textPage section ol li {
  list-style: disc;
  margin-bottom: 4px;
}
#pageWrap .textPage section ol li:last-child {
  margin-bottom: 0;
}
#pageWrap .textPage section dl {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
#pageWrap .textPage section dl:first-child {
  border-top: 1px solid #e0e0e0;
}
#pageWrap .textPage section dl dt {
  display: table-cell;
  width: 220px;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  #pageWrap .textPage section dl dt {
    display: block;
    width: 100%;
  }
}
#pageWrap .textPage section dl dd {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  #pageWrap .textPage section dl dd {
    display: block;
    width: 100%;
  }
}
#pageWrap .textPage section dl dd p a {
  margin-top: 15px;
  display: inline-block;
  color: #3886d4;
  text-decoration: underline;
}
#pageWrap .textPage section dl dd p a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 601px) and (max-width: 1151px) {
  #footer .footerTop .inner {
    width: 90%;
    display: block;
  }
}
#footer .footerTop .inner .footerInfo .infoBlock {
  margin-top: 30px;
}
#footer .footerTop .inner .footerInfo .infoBlock dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  #footer .footerTop .inner .footerInfo .infoBlock dl {
    margin-bottom: 10px;
    display: block;
  }
}
#footer .footerTop .inner .footerInfo .infoBlock dl dt {
  width: 90px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 13px;
  color: #818181;
}
@media only screen and (max-width: 600px) {
  #footer .footerTop .inner .footerInfo .infoBlock dl dt {
    margin-bottom: 3px;
    display: block;
  }
}
#footer .footerTop .inner .footerInfo .infoBlock dl dd {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  #footer .footerTop .inner .footerInfo .infoBlock dl dd {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
  }
}
#footer .footerTop .inner .footerInfo .textLink {
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  #footer .footerTop .inner .footerInfo .textLink {
    text-align: center;
  }
  #footer .footerTop .inner .footerInfo .textLink a {
    display: inline-block;
    border: 1px solid #666;
    padding: 10px 0;
    width: 80%;
    font-size: 14px;
  }
}
#footer .footerTop .inner .footerNews nav {
  margin-bottom: 30px;
}
#footer .footerTop .inner .footerNews nav ul li {
  display: inline-block;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  font-size: 15px;
  margin-bottom: 10px;
  width: 33%;
}
#footer .footerTop .inner .footerNews nav ul li a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}

body #wrapper {
  margin-top: 200px;
}
@media only screen and (max-width: 600px) {
  body #wrapper {
    margin-top: 61px;
  }
}
body #contents {
  padding-top: 0;
}
@media only screen and (max-width: 600px) {
  body #contents {
    margin-top: 0;
  }
}

#item_detail{
    margin-top: 40px;
}