@charset "euc-jp";

/* Reset
-------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, label, button, table, tr, th, td, article, aside, figcaption, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

article, aside, figcaption, figure, footer, header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/* Base
-------------------- */
body {
  background-color: #FFF;
  color: #333;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
  text-align: left;
}

p {
  line-height: 1.7;
}

@media (min-width: 600px) {
  p {
    line-height: 2;
  }
}

a {
  color: #0033CC;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 960px) {
  a:hover {
    color: #999999;
  }
}

/* header
-------------------- */
@media (min-width: 960px) {
  .header {
    position: relative;
  }
}

.headerlogo {
  padding: 62px 0 5px;
  text-align: center;
}

.headerlogo img {
  width: 55%;
  max-width: 260px;
}

@media (min-width: 600px) {
  .headerlogo img {
    width: 260px;
    height: 80px;
  }
}

@media (min-width: 960px) {
  .headerlogo {
    padding: 5px 0 5px 15px;
    border-bottom: 1px solid #CCC;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .headerlogo {
    padding-left: 2%;
  }
}

.headerbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #CCC;
  background: #FFF;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.headerbar_move {
  -webkit-transform: translate(0px, -56px);
  transform: translate(0px, -56px);
}

.headerbar_fix {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.headerbar__item {
  width: 25%;
  height: 100%;
  text-align: center;
}

.headerbar__item:not(:last-child) {
  border-right: 1px solid #CCC;
}

.headerbar__item a {
  display: block;
}

.headerbar__item span {
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 50px;
}

.headerbar__item img {
  width: 600px;
  margin-top: -135px;
}

.headerbar__searchbtn img {
  margin-left: -60px;
}

.headerbar__mypagebtn img {
  margin-left: -120px;
}

.headerbar__cartbtn {
  background: #00006a;
}

.headerbar__cartbtn img {
  margin-left: -180px;
}

@media (min-width: 960px) {
  .headerbar {
    left: auto;
    right: 0;
    width: 320px;
    height: 90px;
    border-bottom: none;
    -webkit-transition: none;
    transition: none;
  }
  .headerbar_move {
    -webkit-transform: none;
    transform: none;
  }
  .headerbar_fix {
    -webkit-transform: none;
    transform: none;
  }
  .headerbar__item {
    width: 50%;
  }
  .headerbar__item:not(:last-child) {
    border-right: none;
  }
  .headerbar__item a {
    padding-top: 27px;
  }
  .headerbar__item span {
    display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 36px;
  }
  .headerbar__item img {
    margin-top: 0;
  }
  .headerbar__menubtn, .headerbar__searchbtn {
    display: none;
  }
  .headerbar__mypagebtn {
    background: #0061da;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .headerbar__mypagebtn:hover {
    background-color: #3891f4;
  }
  .headerbar__mypagebtn img {
    margin-left: -220px;
  }
  .headerbar__cartbtn {
    background: #00006a;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .headerbar__cartbtn:hover {
    background-color: #0042b9;
  }
  .headerbar__cartbtn img {
    margin-left: -350px;
  }
}

.headerlink {
  display: none;
}

@media (min-width: 1280px) {
  .headerlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 13px;
    right: 330px;
    width: 192px;
    height: 64px;
  }
  .headerlink li {
    overflow: hidden;
    width: 50%;
    height: 100%;
  }
  .headerlink a {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .headerlink a:hover {
    opacity: 0.6;
  }
  .headerlink img {
    width: 600px;
  }
  .headerlink__contact img {
    margin-left: -110px;
  }
}

.headersearch {
  position: fixed;
  z-index: 99;
  top: 55px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: rgba(50, 50, 50, 0.8);
  text-align: center;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.headersearch_off {
  top: -200px;
}

.headersearch__input {
  width: calc(90% - 40px);
  max-width: 410px;
  padding: 8px 5px;
  border: 1px solid #999;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

.headersearch__btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 13px;
  background: #999;
  vertical-align: middle;
}

.headersearch__btnsvg {
  fill: #FFF;
  width: 20px;
  height: 20px;
}

.headersearch__close {
  margin-top: 20px;
  text-align: center;
}

.headersearch__closebtn {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  border: 1px solid #FFF;
  color: #FFF;
  line-height: 40px;
}

@media (min-width: 960px) {
  .headersearch {
    position: absolute;
    top: 25px;
    left: auto;
    right: 340px;
    width: calc(100% - 15px - 270px - 20px - 320px);
    padding: 0;
    background: transparent;
    text-align: right;
    -webkit-transition: none;
    transition: none;
  }
  .headersearch_off {
    top: 24px;
  }
  .headersearch__input {
    width: calc(100% - 40px);
    padding: 5px;
  }
  .headersearch__btn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .headersearch__close {
    display: none;
  }
}

@media (min-width: 1280px) {
  .headersearch {
    right: 550px;
    width: calc(100% - 2% - 270px - 20px - 550px);
  }
}

/* overlay ----------------- */
.overlay_off {
  display: none;
}

@media (max-width: 959.98px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
  }
}

@media (min-width: 960px) {
  .overlay {
    display: none;
  }
}

/* noscroll ---------------- */
.noscroll {
  position: fixed;
  overflow-y: scroll;
}

@media (min-width: 960px) {
  .noscroll {
    position: static;
    width: inherit;
    overflow-y: inherit;
  }
}

/* topinfobar ---------------- */
.topinfobar {
  padding: 6px 0;
  background: #7fb0ec;
  text-align: center;
}

.topinfobar__item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 94%;
  padding-top: 4.7%;
  margin: 1px 0;
}

.topinfobar__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 145%;
}

.topinfobar__item1 img {
  top: -360%;
}

.topinfobar__item2 img {
  top: -504%;
}

@media (min-width: 600px) {
  .topinfobar {
    padding: 6px 10px;
  }
  .topinfobar__item {
    padding-top: 0;
    height: 20px;
  }
  .topinfobar__item img {
    position: static;
    width: 600px;
  }
  .topinfobar__item1 {
    width: 244px;
    margin-right: 5px;
  }
  .topinfobar__item1 img {
    margin-top: -75px;
  }
  .topinfobar__item2 {
    width: 395px;
  }
  .topinfobar__item2 img {
    margin-top: -105px;
  }
}

@media (min-width: 600px) {
  .topinfobar {
    padding: 13px;
  }
}

/* bottomcontact
-------------------- */
.bottomcontact {
  margin-top: 40px;
  padding: 20% 0 8%;
  border-top: 4px solid #00006a;
  border-bottom: 4px solid #00006a;
}

.bottomcontact__header {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 0 0 3%;
  border-bottom: 1px dashed #00006a;
}

.bottomcontact__header1, .bottomcontact__header2 {
  overflow: hidden;
  position: absolute;
  top: -320%;
  width: 35%;
  padding-top: 35%;
}

.bottomcontact__header1 img, .bottomcontact__header2 img {
  position: absolute;
  width: 416.67%;
  top: -135.4167%;
}

.bottomcontact__header1 {
  z-index: 3;
  right: 47%;
}

.bottomcontact__header2 {
  z-index: 2;
  left: 47%;
}

.bottomcontact__header2 img {
  left: -107.29%;
}

.bottomcontact__header3 {
  position: relative;
  overflow: hidden;
  width: 76.5%;
  padding-top: 8.3671875%;
  margin: 0 auto;
}

.bottomcontact__header3 img {
  position: absolute;
  width: 208.33%;
  top: -619.04%;
  left: -107.8125%;
}

.bottomcontact__tel, .bottomcontact__form {
  text-align: center;
}

.bottomcontact__tel a, .bottomcontact__form a {
  display: inline-block;
  width: 85%;
  padding: 15px 0;
  border-radius: 4px;
}

.bottomcontact__tel span, .bottomcontact__form span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 72%;
  padding-top: 12%;
}

.bottomcontact__tel img, .bottomcontact__form img {
  position: absolute;
  width: 208.33%;
}

.bottomcontact__tel a {
  margin-top: 6%;
  background: #e5e5f0;
}

.bottomcontact__tel img {
  top: -493.75%;
  left: -107.8125%;
}

.bottomcontact__form a {
  margin-top: 3%;
  background: #00006a;
}

.bottomcontact__form img {
  top: -615.625%;
  left: -107.8125%;
}

.bottomcontact__info {
  margin: 20px 5% 0;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: center;
}

.bottomcontact__info span {
  display: inline-block;
}

@media (min-width: 600px) {
  .bottomcontact {
    margin-top: 50px;
    padding: 55px 0 60px;
  }
  .bottomcontact__header {
    max-width: 570px;
    padding: 0 0 25px;
  }
  .bottomcontact__header1, .bottomcontact__header2 {
    width: 144px;
    height: 144px;
    padding: 0;
    top: -105px;
  }
  .bottomcontact__header1 img, .bottomcontact__header2 img {
    position: static;
    width: 600px;
    margin-top: -195px;
  }
  .bottomcontact__header1 {
    right: calc(50% + 150px);
  }
  .bottomcontact__header2 {
    left: calc(50% + 130px);
  }
  .bottomcontact__header2 img {
    margin-left: -154px;
  }
  .bottomcontact__header3 {
    width: 288px;
    height: 32px;
    padding: 0;
  }
  .bottomcontact__header3 img {
    position: static;
    width: 600px;
    margin-top: -195px;
    margin-left: -310px;
  }
  .bottomcontact__btn {
    padding: 30px 3% 0;
    text-align: center;
  }
  .bottomcontact__tel, .bottomcontact__form {
    display: inline-block;
    width: 45%;
    max-width: 380px;
    min-width: 320px;
    margin: 20px 8px 0;
  }
  .bottomcontact__tel a, .bottomcontact__form a {
    display: block;
    width: 100%;
    margin: 0;
  }
  .bottomcontact__tel span, .bottomcontact__form span {
    width: 288px;
    height: 48px;
    padding: 0;
  }
  .bottomcontact__tel img, .bottomcontact__form img {
    position: static;
    width: 600px;
    margin-left: -310px;
  }
  .bottomcontact__tel img {
    margin-top: -237px;
  }
  .bottomcontact__form img {
    margin-top: -295px;
  }
  .bottomcontact__info {
    margin-top: 30px;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .bottomcontact {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #00006a;
  }
  .bottomcontact__info {
    font-size: 1rem;
  }
  .bottomcontact__form a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .bottomcontact__form a:hover {
    background-color: #0042b9;
  }
}

/* bottomstaffcalendar
-------------------- */
@media (min-width: 960px) {
  .bottomstaffcalendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    max-width: 1200px;
    margin: 100px auto 0;
  }
}

/* bottomstaff
-------------------- */
.bottomstaff {
  margin: 5%;
  padding: 8%;
  background: #f2f9ff;
}

.bottomstaff > *:first-child {
  margin-top: 0;
}

.bottomstaff__img {
  margin: 20px auto 0;
  width: 100%;
  max-width: 240px;
  height: 160px;
  text-align: center;
}

.bottomstaff__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bottomstaff__name {
  margin: 15px 0 0;
  color: #00006a;
  font-weight: bold;
  text-align: center;
}

.bottomstaff__message {
  margin: 20px 0 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.bottomstaff__link {
  margin: 20px 0 0;
  text-align: center;
}

.bottomstaff__link a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 17px 10px 17px 5px;
  border-radius: 4px;
  background: #00006a url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1_w.png) no-repeat right 10px top 50%/8px 6px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 960px) {
  .bottomstaff {
    width: 30%;
    margin: 0 5% 0 0;
    padding: 3%;
  }
  .bottomstaff__link a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .bottomstaff__link a:hover {
    opacity: 0.6;
  }
}

/* bottomcalendar
-------------------- */
.bottomcalendar {
  margin: 5%;
  padding: 8% 0;
  background: #f6f6f6;
}

.bottomcalendar__title {
  text-align: center;
}

.bottomcalendar .tbl_calendar {
  width: 220px;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 3px 3px;
}

.bottomcalendar caption {
  margin-bottom: 5px;
  font-size: 0.875rem;
  text-align: left;
}

.bottomcalendar th,
.bottomcalendar td {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  font-size: 0.75rem;
  text-align: center;
}

.bottomcalendar__txt {
  padding: 0 5%;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: center;
}

@media (min-width: 600px) {
  .bottomcalendar {
    padding: 40px 0;
  }
  .bottomcalendar__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bottomcalendar .tbl_calendar {
    margin: 20px 0;
  }
  .bottomcalendar .tbl_calendar + .tbl_calendar {
    margin-left: 5%;
  }
  .bottomcalendar__txt {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .bottomcalendar {
    width: 65%;
    margin: 0;
  }
  .bottomcalendar__title {
    font-size: 1.5rem;
  }
}

/* footer
-------------------- */
.footernav {
  padding: 8% 5%;
  background: #f2f9ff;
}

.footernav__list1 {
  padding: 10px 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
}

.footernav__list1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footernav__list1 li {
  -webkit-box-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
}

.footernav__list1 li:not(:first-child) {
  border-left: 1px solid #CCC;
}

.footernav__list1 a {
  display: block;
  padding: 3px 0;
  color: #000;
  font-size: 0.5rem;
  text-decoration: none;
  text-align: center;
}

.footernav__list1 svg {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
  fill: #666;
}

.footernav__list2 {
  margin-top: 8%;
}

.footernav__list2 ul {
  margin-top: 15px;
  border-top: 1px solid #CCC;
}

.footernav__list2 li {
  border-bottom: 1px solid #CCC;
}

.footernav__list2 a {
  display: block;
  padding: 17px 0 17px 15px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 50%/8px 6px;
  color: #333;
  font-size: 0.75rem;
  text-decoration: none;
}

.footernav__list2title {
  font-size: 0.875rem;
}

.footernav__list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8%;
}

.footernav__list3 ul {
  width: 50%;
}

.footernav__list3 a {
  display: block;
  padding: 10px 0 10px 15px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 50%/8px 6px;
  color: #333;
  font-size: 0.75rem;
  text-decoration: none;
}

@media (min-width: 600px) {
  .footernav {
    padding: 50px 5% 40px;
  }
  .footernav__list1 a {
    font-size: 0.625rem;
  }
  .footernav__list2 {
    margin-top: 40px;
  }
  .footernav__list2 a {
    font-size: 0.875rem;
  }
  .footernav__list3 {
    margin-top: 30px;
  }
  .footernav__list3 a {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .footernav {
    margin: 130px 0 0;
    padding: 60px 0;
  }
  .footernav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .footernav__list1 {
    width: 25%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
  }
  .footernav__list1 ul {
    display: block;
  }
  .footernav__list1 li {
    width: 100%;
    margin: 10px 0;
  }
  .footernav__list1 li:not(:first-child) {
    border-left: none;
  }
  .footernav__list1 a {
    display: inline-block;
    padding: 3px 0;
    font-size: 1rem;
    text-align: left;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footernav__list1 a:hover {
    opacity: 0.6;
  }
  .footernav__list1 br {
    display: none;
  }
  .footernav__list1 svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .footernav__list2 {
    width: 25%;
    margin-top: 0;
  }
  .footernav__list2 ul {
    margin-top: 0;
    border-top: none;
  }
  .footernav__list2 li {
    margin: 10px 0 10px 16px;
    border-bottom: none;
  }
  .footernav__list2 a {
    display: inline-block;
    padding: 3px 0 3px 15px;
    font-size: 1rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footernav__list2 a:hover {
    opacity: 0.6;
  }
  .footernav__list2title {
    font-size: 1rem;
  }
  .footernav__list3 {
    width: 50%;
    margin-top: 0;
  }
  .footernav__list3 ul {
    width: 50%;
  }
  .footernav__list3 li {
    margin: 10px 0;
  }
  .footernav__list3 a {
    display: inline-block;
    padding: 3px 0 3px 15px;
    font-size: 1rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footernav__list3 a:hover {
    opacity: 0.6;
  }
}

.footerinfo {
  padding: 5% 0;
}

.footerinfo__container {
  margin: 0 5%;
}

.footerinfo__logo {
  overflow: hidden;
  width: 108px;
  height: 36px;
}

.footerinfo__logo img {
  width: 360px;
  margin-top: -210px;
}

.footerinfo__name {
  margin-top: 10px;
  font-size: 0.875rem;
}

.footerinfo__kamei {
  display: inline-block;
  height: 24px;
  margin-top: 5px;
  padding: 0 15px;
  border-radius: 24px;
  background: #00006a;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
}

.footerinfo__address {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.footerinfo__tel {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.footerinfo__tel a {
  color: #333;
  text-decoration: none;
}

@media (min-width: 600px) {
  .footerinfo {
    padding: 30px 0;
  }
  .footerinfo__logo {
    width: 180px;
    height: 60px;
  }
  .footerinfo__logo img {
    width: 600px;
    margin-top: -350px;
  }
  .footerinfo__name {
    font-size: 1rem;
  }
  .footerinfo__address {
    font-size: 0.875rem;
  }
  .footerinfo__tel {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .footerinfo__container {
    position: relative;
    margin: 0 3%;
  }
  .footerinfo__logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  .footerinfo__name {
    display: inline-block;
    margin: 5px 0 0 200px;
    font-size: 1.25rem;
  }
  .footerinfo__kamei {
    margin: 0 0 6px 10px;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  .footerinfo__address {
    margin: 10px 0 0 200px;
  }
  .footerinfo__tel {
    margin: 5px 0 0 200px;
  }
}

.footerbottom {
  padding: 5% 5% 12%;
  border-top: 1px solid #CCC;
  font-size: 0.75rem;
  text-align: center;
}

.footerbottom__link li {
  display: inline-block;
  padding: 0 10px;
}

.footerbottom__link li:not(:first-child) {
  border-left: 1px solid #333;
}

.footerbottom__link a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footerbottom__link a:hover {
  color: #999;
}

.footerbottom__copyright {
  margin-top: 10px;
  line-height: 1;
}

@media (min-width: 600px) {
  .footerbottom {
    padding: 30px 5% 70px;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .footerbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 3% 70px;
    font-size: 0.875rem;
  }
  .footerbottom__link {
    width: 50%;
    text-align: left;
  }
  .footerbottom__copyright {
    width: 50%;
    margin-top: 0;
    text-align: right;
  }
}

/* Layout 1column
-------------------- */
.layout1column {
  margin-bottom: calc(10% + 45px);
}

@media (min-width: 960px) {
  .layout1column {
    width: 100%;
    margin-bottom: 130px;
  }
  .layout1column .main {
    width: 100%;
  }
  .layout1column .side {
    display: none;
  }
}

/* Layout 2column
-------------------- */
.layout2column {
  margin-bottom: calc(10% + 45px);
}

@media (min-width: 960px) {
  .layout2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto 130px;
  }
  .layout2column .main {
    width: calc(100% - 260px);
    margin-top: 35px;
  }
  .layout2column .side {
    width: 230px;
    margin-top: 35px;
  }
}

@media (min-width: 1280px) {
  .layout2column {
    width: 90%;
  }
  .layout2column .main {
    width: calc(100% - 280px);
  }
}

/* common list
-------------------- */
.recommendlist,
.historylist {
  margin: calc(8% + 30px) 0;
  padding: calc(5% + 20px) 5% 0;
  border-top: 1px solid #ccc;
}

@media (min-width: 960px) {
  .recommendlist,
  .historylist {
    margin-top: 120px;
  }
}

/* side
-------------------- */
/* side */
@media (max-width: 959.98px) {
  .side {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 300px;
    height: 100%;
    background: #FFF;
    z-index: 102;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .side_off {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .side__container {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
}

.sidelist1 {
  padding: 10px 15px;
  background: #e3f0ff;
  font-size: 0.875rem;
}

.sidelist1 a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
}

.sidelist1 svg {
  fill: #666;
  margin-right: 10px;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .sidelist1 {
    padding: 15px;
    border-radius: 6px;
  }
  .sidelist1 a {
    padding: 8px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .sidelist1 a:hover {
    opacity: 0.6;
  }
}

.sidelist2__title {
  padding: 15px 0 12px;
  background: #7fb0ec;
  color: #FFF;
  text-align: center;
}

.sidelist2__title_green {
  background: #81c395;
}

.sidelist2 li {
  border-bottom: 1px solid #CCC;
}

.sidelist2 a {
  display: block;
  padding: 18px 30px 18px 15px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat right 15px top 50%/8px 6px;
  color: #333;
  text-decoration: none;
}

@media (min-width: 960px) {
  .sidelist2 {
    overflow: hidden;
    margin: 30px 0 0;
    border: 1px solid #999;
    border-radius: 6px;
  }
  .sidelist2 li:last-child {
    border-bottom: none;
  }
  .sidelist2 a {
    padding: 20px 30px 20px 10px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .sidelist2 a:hover {
    background-color: #e3f0ff;
  }
}

.sidelist3 {
  padding: 0 15px 25px;
  background: #EEE;
  font-size: 0.875rem;
}

.sidelist3 li {
  margin-left: 1em;
}

.sidelist3 a {
  display: block;
  padding: 10px 0 10px 20px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 5px 50%/8px 6px;
  color: #333;
  text-decoration: none;
}

.sidelist3__title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #333;
}

@media (min-width: 960px) {
  .sidelist3 {
    margin-top: 30px;
    padding: 15px 10px;
    border-radius: 6px;
  }
  .sidelist3 + .sidelist3 {
    margin-top: 20px;
  }
  .sidelist3 li {
    margin-left: 0;
  }
  .sidelist3 a {
    padding: 8px 0 8px 20px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .sidelist3 a:hover {
    opacity: 0.6;
  }
  .sidelist3__title {
    padding: 0 5px 10px;
  }
}

.sidebn {
  padding: 30px 15px;
  background: #EEE;
  font-size: 0.875rem;
}

.sidebn a {
  display: block;
  padding: 10px 0 10px 20px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 5px 50%/8px 6px;
  color: #333;
  text-decoration: none;
}

@media (min-width: 960px) {
  .sidebn {
    overflow: hidden;
    margin: 30px 0 0;
    padding: 0;
    border: 1px solid #999;
    border-radius: 6px;
    background-color: #FFF;
    font-size: 1rem;
  }
  .sidebn_type a {
    position: relative;
    padding-top: calc(66.66% + 20px);
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/zs-type.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebn_type a:hover {
    opacity: 0.7;
    background-color: #e3f0ff;
  }
  .sidebn_type a::after {
    position: absolute;
    bottom: 25px;
    right: 10px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 50%/8px 6px;
  }
}

/* sideclose */
.sideclosebtn {
  position: absolute;
  z-index: 102;
  top: 10px;
  right: -50px;
  width: 40px;
  height: 40px;
}

.sideclosebtn::before, .sideclosebtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: #FFF;
}

.sideclosebtn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideclosebtn::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sideclosebtn_off {
  display: none;
}

@media (min-width: 960px) {
  .sideclosebtn {
    display: none;
  }
}

/* Container
-------------------- */
.container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-medium {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.container-small {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .layout2column .container {
    width: 100%;
  }
}

/* Section
-------------------- */
/* section1 */
.section1 {
  margin-top: calc(8% + 30px);
}

.section1 p:not(:first-child) {
  margin-top: 20px;
}

@media (min-width: 960px) {
  .section1 {
    margin-top: 120px;
  }
}

.section2 {
  margin-top: calc(4% + 25px);
}

@media (min-width: 960px) {
  .section2 {
    margin-top: 50px;
  }
}

.section1 p:not(:first-child),
.section2 p:not(:first-child) {
  margin-top: 20px;
}

@media (min-width: 960px) {
  .section1 p:not(:first-child),
  .section2 p:not(:first-child) {
    margin-top: 20px;
  }
}

/* Title
-------------------- */
.title1 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 0 10px 5%;
  border-bottom: 2px solid #CCC;
  font-size: 1.5rem;
  line-height: 1.3;
}

.title1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40%;
  height: 2px;
  background: #0061da;
  background: -webkit-gradient(linear, right top, left top, from(#0061da), to(#00006a));
  background: linear-gradient(to left, #0061da, #00006a);
}

@media (min-width: 600px) {
  .title1 {
    font-size: 1.875rem;
  }
  .title1::after {
    width: 31.5%;
  }
}

@media (min-width: 960px) {
  .title1 {
    padding: 0 0 10px;
  }
}

.title2 {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .title2 {
    font-size: 1.25rem;
  }
}

.title3 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #CCC;
  color: #00006a;
  font-size: 1.25rem;
  line-height: 1.5;
}

.title3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 1.5em;
  background: #00006a;
}

.title4 {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
}

/* List
-------------------- */
/* dl-list1 */
.dl-list1 {
  margin: 30px 0 0;
  border-top: 1px solid #7fb0ec;
  border-right: 1px solid #7fb0ec;
  border-left: 1px solid #7fb0ec;
  line-height: 1.7;
}

.dl-list1 dt {
  padding: 10px 5px;
  background: #e3f0ff;
}

.dl-list1 dd {
  padding: 10px 5px 20px;
  border-bottom: 1px solid #7fb0ec;
}

.dl-list1 dd > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .dl-list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: none;
  }
  .dl-list1 dt,
  .dl-list1 dd {
    padding: 15px;
    border-bottom: 1px solid #7fb0ec;
    border-right: 1px solid #7fb0ec;
  }
  .dl-list1 dt {
    width: 200px;
    background: #f2f9ff;
  }
  .dl-list1 dd {
    width: calc(100% - 200px);
  }
}

/* map
-------------------- */
/* map1 */
.map1 {
  margin: 30px auto;
}

.map1 iframe {
  width: 100%;
  height: 250px;
}

@media (min-width: 600px) {
  .map1 iframe {
    height: 400px;
  }
}

@media (min-width: 960px) {
  .map1 {
    max-width: 1200px;
    margin: 35px auto;
  }
  .map1 iframe {
    height: 600px;
  }
}

/* breadcrumb
-------------------- */
.breadcrumb {
  padding: 10px 5%;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: left;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li + li::before {
  content: ">";
  margin: 0 5px;
}

.breadcrumb img {
  vertical-align: middle;
}

@media (min-width: 600px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .breadcrumb {
    padding: 10px 0;
  }
}

.breadcrumb + .breadcrumb {
  margin-top: -15px;
}

/* pdata
-------------------- */
.pdata__img {
  display: block;
}

.pdata__img img {
  width: 100%;
}

.pdata__name {
  display: block;
  margin: 10px 5px 0;
  font-size: 0.875em;
}

.pdata__priceregular {
  display: block;
  margin: 5px 5px -5px;
  font-size: 0.75em;
}

.pdata__price {
  display: block;
  margin: 5px 5px 0;
  color: #EE1111;
  font-size: 1em;
  font-weight: bold;
}

.pdata__price span {
  font-size: 0.625em;
}

.pdata__priceoff {
  display: block;
  margin: 0 5px 0;
  color: #EE1111;
  font-size: 0.875em;
}

.pdata__stock {
  display: inline-block;
  margin: 5px 5px 0;
  padding: 0 5px;
  background: #666;
  color: #FFF;
  font-size: 0.625em;
  line-height: 2;
}

.pdata__expl {
  display: block;
  margin: 5px 5px 0;
  font-size: 0.625em;
}

@media (min-width: 600px) {
  .pdata__img {
    padding: 1px;
    border: 1px solid #CCC;
  }
  .pdata__name {
    margin-top: 20px;
    font-size: 1em;
  }
  .pdata__price {
    font-size: 1.25em;
  }
  .pdata__price span {
    font-size: 0.75em;
  }
  .pdata__stock {
    font-size: 0.75em;
  }
  .pdata__expl {
    font-size: 0.75em;
  }
}

@media (min-width: 960px) {
  .pdata__img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .pdata__img:hover {
    opacity: 0.6;
  }
  .pdata__name {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .pdata__name:hover {
    color: #999;
  }
}

/* recommendlist
-------------------- */
.recommendlist {
  margin: calc(8% + 30px) 0 0;
  padding: calc(5% + 20px) 5% 0;
  border-top: 1px solid #ccc;
}

.recommendlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  webkit-box-pack: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
}

.recommendlist__item {
  width: 31%;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 0.75rem;
  opacity: 1;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.recommendlist__item:nth-child(-n + 3) {
  -webkit-transition: none;
  transition: none;
}

.recommendlist__item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.recommendlist__item a {
  color: #333;
  text-decoration: none;
}

.recommendlist__item:nth-child(3n+2):last-child {
  margin-right: 34.5%;
}

.recommendlist .pdata__img {
  border: 1px solid #ccc;
}

.recommendlist__open {
  width: 94%;
  margin: 30px 3% 0;
  padding: 15px 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.recommendlist__open span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 10px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 0/8px 6px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  vertical-align: middle;
}

@media (min-width: 600px) {
  .recommendlist__list {
    margin-top: -20px;
  }
  .recommendlist__item {
    width: 22.17%;
    margin-top: 40px;
    font-size: 0.875rem;
    -webkit-transition: none;
    transition: none;
  }
  .recommendlist__item.is-hidden {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 40px;
  }
  .recommendlist__item:nth-child(3n+2):last-child {
    margin-right: 0;
  }
  .recommendlist__item:nth-child(4n+2):last-child {
    margin-right: 51.88%;
  }
  .recommendlist__item:nth-child(4n+3):last-child {
    margin-right: 25.94%;
  }
  .recommendlist .pdata__name {
    margin-top: 15px;
  }
  .recommendlist__open {
    display: none;
  }
}

@media (min-width: 960px) {
  .recommendlist {
    margin-top: 120px;
    padding: 70px 0 0;
  }
}

/* historylist
-------------------- */
.historylist {
  margin: calc(8% + 30px) 0 0;
  padding: calc(5% + 20px) 5% 0;
  border-top: 1px solid #ccc;
}

.historylist__list {
  padding: 10px 0;
  width: 100%;
  margin-top: -30px;
}

.historylist__item {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 30px;
  margin-right: 5px;
}

.historylist__item img {
  width: 100%;
}

@media (max-width: 599.98px) {
  .historylist__list {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 600px) {
  .historylist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-top: -20px;
  }
  .historylist__item {
    width: 16.8%;
    height: auto;
    margin-top: 40px;
    margin-right: 0;
  }
  .historylist__item:nth-child(5n+2):last-child {
    margin-right: 62.4%;
  }
  .historylist__item:nth-child(5n+3):last-child {
    margin-right: 41.6%;
  }
  .historylist__item:nth-child(5n+4):last-child {
    margin-right: 20.8%;
  }
}

@media (min-width: 960px) {
  .historylist {
    margin-top: 120px;
    padding: 70px 0 0;
  }
  .historylist a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .historylist a:hover {
    opacity: 0.6;
  }
}

/* gotop
-------------------- */
.gotop {
  position: fixed;
  z-index: 18;
  right: 20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
}

.gotop_start {
  opacity: 0;
}

.gotop_show,
.gotop_hide {
  -webkit-transition: 1s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gotop_show {
  opacity: 1;
}

.gotop_hide {
  opacity: 0;
}

.gotop a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 12px 0 0 0;
  border-radius: 40px;
  background: rgba(100, 100, 100, 0.5);
  text-align: center;
}

.gotop svg {
  width: 12px;
  height: 12px;
  fill: #FFFFFF;
}

@media (min-width: 960px) {
  .gotop a:hover {
    background: #666;
  }
}

/* plist Product List
-------------------- */
.plistnodata {
  margin: 80px 5% 100px;
  text-align: center;
}

@media (min-width: 600px) {
  .plistnodata {
    margin: 120px 5% 150px;
  }
}

@media (min-width: 960px) {
  .plistnodata {
    margin: 120px 0 150px;
  }
}

.plistfree {
  margin: 30px 0 0;
}

.plistfree_bottom {
  margin-top: 40px;
}

.plistfree__txt {
  margin: 0 5%;
}

@media (min-width: 600px) {
  .plistfree {
    margin: 40px 0 0;
  }
  .plistfree_bottom {
    margin-top: 60px;
  }
}

@media (min-width: 960px) {
  .plistfree_bottom {
    margin-top: 80px;
  }
  .plistfree__txt {
    margin: 0;
  }
}

.plistsubcategory {
  margin: 30px auto 0;
  width: 90%;
}

.plistsubcategory__item {
  margin-top: 3%;
  line-height: 1.3;
}

.plistsubcategory__item a {
  display: block;
  border: 1px solid #999;
  border-radius: 4px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat right 10px top 50%/8px 6px;
  color: #333;
  text-decoration: none;
}

.plistsubcategory__item span {
  display: block;
  padding: 18px 25px 18px 10px;
}

@media (min-width: 600px) {
  .plistsubcategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  .plistsubcategory__item {
    width: 32%;
    margin-top: 15px;
  }
  .plistsubcategory__item a {
    display: table;
    width: 100%;
    height: 100%;
  }
  .plistsubcategory__item span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .plistsubcategory__item:nth-child(3n+2):last-child {
    margin-right: 34%;
  }
}

@media (min-width: 960px) {
  .plistsubcategory {
    width: 100%;
  }
  .plistsubcategory__item {
    margin-top: 20px;
  }
  .plistsubcategory__item a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .plistsubcategory__item a:hover {
    background-color: #e3f0ff;
  }
  .plistsubcategory__item span {
    padding: 30px 25px 30px 10px;
  }
}

.plistsort {
  margin: 40px 0 0;
  padding: 15px 5%;
  background: #f2f9ff;
  font-size: 0.75rem;
  text-align: right;
}

@media (min-width: 600px) {
  .plistsort {
    margin-top: 50px;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .plistsort {
    padding: 15px;
  }
}

.plistlist__item {
  border-bottom: 1px solid #CCC;
  font-size: 1rem;
  line-height: 1.5;
}

.plistlist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px calc(3% + 10px) 18px 3%;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat right 10px top 50%/8px 6px;
  color: #333;
  text-decoration: none;
}

.plistlist .pdata__img {
  width: 140px;
}

.plistlist .pdata__txt {
  width: calc(100% - 155px);
  margin-left: 15px;
}

.plistlist .pdata__name {
  margin-top: 0;
  margin-left: 0;
}

.plistlist .pdata__price,
.plistlist .pdata__stock,
.plistlist .pdata__expl {
  margin-left: 0;
}

@media (min-width: 600px) {
  .plistlist {
    margin: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .plistlist__item {
    width: 30.87%;
    max-width: 284px;
    margin-top: 60px;
    border: none;
  }
  .plistlist__item a {
    display: block;
    padding: 0;
    background: none;
  }
  .plistlist__item:nth-child(3n+2):last-child {
    margin-right: 34.56%;
  }
  .plistlist .pdata__img {
    width: 100%;
  }
  .plistlist .pdata__txt {
    width: 100%;
    margin-left: 0;
  }
  .plistlist .pdata__name {
    margin-top: 20px;
    margin-left: 5px;
  }
  .plistlist .pdata__price,
  .plistlist .pdata__stock,
  .plistlist .pdata__expl {
    margin-left: 5px;
  }
}

@media (min-width: 960px) {
  .plistlist {
    margin: 0;
  }
}

.plistpager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0 0;
  font-size: 0.875rem;
  text-align: center;
}

.plistpager__num {
  line-height: 1.3;
}

.plistpager a {
  color: #333;
  text-decoration: none;
}

.plistpager__prev, .plistpager__next {
  position: relative;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 4px;
  background: #f6f6f6;
}

.plistpager__prev::before, .plistpager__next::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  width: 8px;
  height: 6px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 0/8px 6px;
}

.plistpager__prev {
  margin-right: 10px;
  padding: 10px 10px 10px 25px;
}

.plistpager__prev::before {
  left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.plistpager__next {
  margin-left: 10px;
  padding: 10px 25px 10px 10px;
}

.plistpager__next::before {
  right: 10px;
}

@media (min-width: 600px) {
  .plistpager {
    margin-top: 50px;
  }
}

@media (min-width: 960px) {
  .plistpager a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .plistpager a:hover {
    background-color: #e3f0ff;
  }
}

/* plist Search
-------------------- */
.plistsearch {
  margin: 40px 5%;
  padding: 3%;
  border: 1px solid #ccc;
  background: #f6f6f6;
}

.plistsearch__keyword {
  font-size: 0.875rem;
}

.plistsearch__result {
  margin-top: 15px;
  font-weight: bold;
}

@media (min-width: 600px) {
  .plistsearch {
    margin: 50px 5%;
  }
  .plistsearch__keyword {
    font-size: 1rem;
  }
  .plistsearch__result {
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .plistsearch {
    margin: 50px 0;
  }
}

/* Template
-------------------- */
.tmpl {
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
}

.tmpl p {
  margin-top: 20px;
}

.tmpl img {
  max-width: 100%;
  padding: 6px 0;
}

@media (min-width: 960px) {
  .tmpl {
    width: 100%;
  }
  .tmpl p {
    line-height: 2;
  }
  .tmpl a img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .tmpl a:hover img {
    opacity: 0.6;
  }
}

/* topimg */
.tmpl .tmpl-topimg {
  margin: -10px -5.55% 0;
  margin: -10px -5vw 0;
}

.tmpl .tmpl-topimg img {
  padding: 0;
}

@media (min-width: 600px) {
  .tmpl .tmpl-topimg {
    margin: 0;
  }
  .tmpl .tmpl-topimg img {
    border-radius: 6px;
  }
}

/* nav1 */
.tmpl-nav1 {
  margin-top: 30px;
  border: 1px solid #999;
  border-radius: 6px;
}

.tmpl-nav1 li {
  line-height: 1.3;
}

.tmpl-nav1 li:not(:last-child) {
  border-bottom: 1px solid #CCC;
}

.tmpl-nav1 a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 10px;
}

.tmpl-nav1 a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 6px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 0/100% auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 600px) {
  .tmpl-nav1 {
    margin-top: 40px;
    padding: 15px 0;
    text-align: center;
  }
  .tmpl-nav1 li {
    display: inline-block;
    margin: 5px 12px;
  }
  .tmpl-nav1 li:not(:last-child) {
    border-bottom: none;
  }
  .tmpl-nav1 a {
    padding: 5px 0 5px 18px;
  }
  .tmpl-nav1 a::after {
    right: auto;
    left: 0;
  }
}

/* margintop */
.tmpl-margintop-0 {
  margin-top: 0;
}

.tmpl-margintop-0 > *:first-child {
  margin-top: 0;
}

.tmpl-margintop-small {
  margin-top: 20px;
}

.tmpl-margintop-medium {
  margin-top: 40px;
}

.tmpl-margintop-large {
  margin-top: 60px;
}

@media (min-width: 600px) {
  .tmpl-margintop-small {
    margin-top: 25px;
  }
  .tmpl-margintop-medium {
    margin-top: 60px;
  }
  .tmpl-margintop-large {
    margin-top: 100px;
  }
}

/* align */
.tmpl-align-center {
  text-align: center;
}

.tmpl-align-right {
  text-align: right;
}

/* title */
.tmpl-title1,
.tmpl .tmpl-title1 {
  margin-top: calc(8% + 30px);
  padding: 18px 10px;
  border-radius: 6px;
  background: #e3f0ff;
  color: #00006a;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .tmpl-title1,
  .tmpl .tmpl-title1 {
    margin-top: 70px;
    padding: 25px 10px;
    font-size: 1.25rem;
  }
}

.tmpl-title2,
.tmpl .tmpl-title2 {
  margin: 35px 0 -5px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 600px) {
  .tmpl-title2,
  .tmpl .tmpl-title2 {
    margin: 45px 0 -5px;
    font-size: 2rem;
  }
}

.tmpl-title3,
.tmpl .tmpl-title3 {
  margin: calc(8% + 30px) 0 -5px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.tmpl-title3 img,
.tmpl .tmpl-title3 img {
  margin: 5px 0;
}

@media (min-width: 600px) {
  .tmpl-title3,
  .tmpl .tmpl-title3 {
    font-size: 1.75rem;
  }
}

.tmpl-title4,
.tmpl .tmpl-title4 {
  margin-top: calc(5% + 30px);
  padding: 15px 10px;
  border-radius: 6px;
  background: #e3f0ff;
  color: #00006a;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .tmpl-title4,
  .tmpl .tmpl-title4 {
    padding: 18px 15px;
    font-size: 1.25rem;
  }
}

.tmpl-title5,
.tmpl .tmpl-title5 {
  position: relative;
  margin-top: 30px;
  padding: 0 0 10px 15px;
  border-bottom: 1px solid #CCC;
  color: #00006a;
  font-size: 1.25rem;
  line-height: 1.5;
}

.tmpl-title5::before,
.tmpl .tmpl-title5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 1.5em;
  background: #00006a;
}

@media (min-width: 600px) {
  .tmpl-title5,
  .tmpl .tmpl-title5 {
    margin-top: 40px;
  }
}

.tmpl-title6,
.tmpl .tmpl-title6 {
  position: relative;
  margin: 30px 0 0;
  color: #00006a;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .tmpl-title6,
  .tmpl .tmpl-title6 {
    margin-top: 40px;
    font-size: 1.375rem;
  }
}

/* table */
.tmpl-table1 {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #7fb0ec;
  border-left: 1px solid #7fb0ec;
  font-size: 0.875rem;
}

.tmpl-title3 + .tmpl-table1 {
  margin-top: 40px;
}

.tmpl-table1 th,
.tmpl-table1 td {
  padding: 10px 5px;
  border-bottom: 1px solid #7fb0ec;
  border-right: 1px solid #7fb0ec;
}

.tmpl-table1 th {
  width: 25%;
  background: #f2f9ff;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.tmpl-table1 p:first-child {
  margin-top: 0;
}

@media (min-width: 600px) {
  .tmpl-table1 {
    margin-top: 40px;
    font-size: 1rem;
  }
  .tmpl-title3 + .tmpl-table1 {
    margin-top: 60px;
  }
  .tmpl-table1 th,
  .tmpl-table1 td {
    padding: 15px;
  }
  .tmpl-table1 th {
    width: 200px;
  }
}

.tmpl-table2 {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #7fb0ec;
  border-right: 1px solid #7fb0ec;
  border-left: 1px solid #7fb0ec;
}

.tmpl-title3 + .tmpl-table2 {
  margin-top: 40px;
}

.tmpl-table2 th {
  display: block;
  padding: 10px 5px;
  background: #e3f0ff;
}

.tmpl-table2 td {
  display: block;
  padding: 10px 5px 20px;
  border-bottom: 1px solid #7fb0ec;
}

.tmpl-table2 td > *:last-child {
  margin-bottom: 0;
}

.tmpl-table2 p:first-child {
  margin-top: 0;
}

@media (min-width: 600px) {
  .tmpl-table2 {
    margin-top: 40px;
    border-right: none;
  }
  .tmpl-title3 + .tmpl-table2 {
    margin-top: 60px;
  }
  .tmpl-table2 th,
  .tmpl-table2 td {
    display: table-cell;
    padding: 15px;
    border-bottom: 1px solid #7fb0ec;
    border-right: 1px solid #7fb0ec;
  }
  .tmpl-table2 th {
    width: 200px;
    background: #f2f9ff;
  }
}

.tmpl-table3 {
  width: 100%;
  margin-top: 20px;
  padding: 0;
  border-collapse: collapse;
  font-size: 0.75rem;
  line-height: 1.5;
}

.tmpl-table3 th,
.tmpl-table3 td {
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
}

.tmpl-table3 th {
  background: #EEE;
}

@media (min-width: 600px) {
  .tmpl-table3 {
    margin-top: 30px;
    font-size: 0.875rem;
  }
}

/* list */
.tmpl-list1 {
  list-style-type: disc;
  margin: 30px 0 0 25px;
  line-height: 1.7;
}

.tmpl-title4 + .tmpl-list1,
.tmpl-title5 + .tmpl-list1 {
  margin-top: 20px;
}

td .tmpl-list1 {
  margin-top: 0;
}

.tmpl-list1 li {
  position: relative;
  line-height: 1.5;
}

.tmpl-list1 li:not(:last-child) {
  margin-bottom: 12px;
}

.tmpl-list1 ul {
  list-style-type: circle;
  margin: 12px 0 15px 20px;
}

.tmpl-list1 ul ul {
  list-style-type: disc;
}

@media (min-width: 600px) {
  .tmpl-list1 {
    margin-top: 40px;
  }
  .tmpl-title4 + .tmpl-list1,
  .tmpl-title5 + .tmpl-list1 {
    margin-top: 25px;
  }
  .tmpl-list1 li {
    line-height: 1.7;
  }
}

ol.tmpl-list1 {
  list-style-type: decimal;
}

ol.tmpl-list1 ol {
  list-style-type: lower-roman;
  margin: 12px 0 15px 20px;
}

/* btn */
.tmpl-btncover {
  margin: calc(5% + 30px) -3%;
  padding: 10% 5%;
  background: #f2f9ff;
  text-align: center;
}

@media (min-width: 600px) {
  .tmpl-btncover {
    margin: calc(5% + 30px) 0;
    padding: 30px;
  }
}

.tmpl-btn1 {
  display: inline-block;
  width: 100%;
  padding: 18px 30px 18px 15px;
  border-radius: 4px;
  background-color: #00006a;
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1_w.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 8px auto;
  color: #FFF;
  text-decoration: none;
  line-height: 1.3;
}

.tmpl-btn1-pdf {
  padding: 20px 30px 20px 55px;
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1_w.png), url(https://img21.shop-pro.jp/PA01385/192/etc/zc-pdf01.png);
  background-repeat: no-repeat,no-repeat;
  background-position: right 10px top 50%, 12px 50%;
  background-size: 8px auto, 32px auto;
}

@media (min-width: 600px) {
  .tmpl-btn1 {
    width: auto;
    min-width: 50%;
    padding: 25px 45px 25px 25px;
    font-size: 1.125rem;
  }
  .tmpl-btn1-pdf {
    padding: 25px 45px 25px 70px;
    background-position: right 20px top 50%, 22px 50%;
  }
}

@media (min-width: 960px) {
  .tmpl-btn1 {
    padding: 40px 50px 40px 35px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .tmpl-btn1-pdf {
    padding: 40px 50px 40px 80px;
    background-position: right 25px top 50%, 32px 50%;
  }
  .tmpl-btn1:hover {
    color: #FFF;
    background-color: #0042b9;
  }
}

.tmpl-btn2 {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  margin: 8px 0 0;
  padding: 18px 20px 18px 10px;
  border: 1px solid #999;
  border-radius: 4px;
  background-image: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 8px auto;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .tmpl-btn2 {
    padding: 25px 20px 25px 10px;
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .tmpl-btn2 {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .tmpl-btn2:hover {
    color: #333;
    background-color: #e3f0ff;
  }
}

/* link */
.tmpl-link1 {
  display: inline-block;
  padding-left: 15px;
  background: url(https://img21.shop-pro.jp/PA01385/192/etc/zc-arrow1.png) no-repeat 0 11px/8px 6px;
}

/* link image */
@media (min-width: 960px) {
  .tmpl-linkimg {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .tmpl-linkimg:hover {
    opacity: 0.6;
  }
}

/* column common */
@media (min-width: 600px) {
  .tmpl-column > *:first-child {
    margin-top: 0;
  }
}

/* tmpl-3column */
.tmpl-3column .tmpl-column {
  margin-top: 50px;
}

@media (min-width: 600px) {
  .tmpl-3column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .tmpl-3column .tmpl-column {
    width: 30.44%;
    max-width: 280px;
    margin-top: 0;
  }
  .tmpl-3column .tmpl-column:nth-child(3n+2):last-child {
    margin-right: 34.78%;
  }
  .tmpl-3column .tmpl-column p {
    margin-top: 10px;
  }
}

/* 2column */
.tmpl-2column-type1 .tmpl-column {
  margin-top: 50px;
}

.tmpl-2column-type2 {
  margin-top: 50px;
}

@media (min-width: 600px) {
  .tmpl-2column-type1,
  .tmpl-2column-type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: justify;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .tmpl-2column-type1 .tmpl-column,
  .tmpl-2column-type2 .tmpl-column {
    width: 47.83%;
    max-width: 440px;
  }
  .tmpl-2column-type1 .tmpl-column {
    margin-top: 0;
  }
  .tmpl-2column-type1 .tmpl-column p {
    margin-top: 10px;
  }
}

/* float */
@media (min-width: 600px) {
  .tmpl-float {
    width: 100%;
    margin-top: 40px;
  }
  .tmpl-float::after {
    content: "";
    clear: both;
    display: table;
  }
  .tmpl-float-left,
  .tmpl-float-right {
    width: 47.83%;
    max-width: 440px;
    margin-top: 0 !important;
    margin-bottom: 5px;
  }
  .tmpl-float-left {
    float: left;
    margin-right: 4.54%;
  }
  .tmpl-float-right {
    float: right;
    margin-left: 4.54%;
  }
}

/* font color */
.tmpl-color-red {
  color: #EE1111;
}

.tmpl-color-blue1 {
  color: #00006a;
}

.tmpl-color-blue2 {
  color: #0061da;
}

.tmpl-color-accent {
  color: #FF6600;
}

/* font weight */
.tmpl-font-bold {
  font-weight: bold;
}

.tmpl-font-bold-underline {
  font-weight: bold;
  text-decoration: underline;
}

/* font size */
.tmpl-font-small {
  font-size: 0.75em;
}

.tmpl-font-medium {
  font-size: 1em;
}

.tmpl-font-large {
  font-size: 1.25em;
}

.tmpl-font-xlarge {
  font-size: 1.5em;
}

/* line */
.tmpl-line {
  margin: 40px 0;
  border-color: #CCC;
}

/* line height */
.tmpl-lineheight-130 {
  line-height: 1.3;
}
