@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
.fade-enter-active {
  transition: opacity 0.8s;
}

.fade-leave-active {
  display: none;
}

.fade-enter {
  opacity: 0;
}

@-moz-keyframes flower-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: white 0 0 15px 0, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px;
  }
  50% {
    -moz-transform: rotate(1080deg);
    transform: rotate(1080deg);
    box-shadow: white 0 0 15px 0, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px;
  }
}
@-webkit-keyframes flower-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: white 0 0 15px 0, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px;
  }
  50% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    box-shadow: white 0 0 15px 0, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px;
  }
}
@keyframes flower-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: white 0 0 15px 0, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px;
  }
  50% {
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
    box-shadow: white 0 0 15px 0, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px;
  }
}
/* :not(:required) hides this rule from IE9 and below */
#flower-loader {
  display: none;
}
#flower-loader .flower {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #FFF;
  border-radius: 100%;
  -moz-box-shadow: white 0 0 15px 0, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px;
  -webkit-box-shadow: white 0 0 15px 0, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px;
  box-shadow: white 0 0 15px 0, #f6abb8 -12px -12px 0 4px, #f6abb8 12px -12px 0 4px, #f6abb8 12px 12px 0 4px, #f6abb8 -12px 12px 0 4px;
  -moz-animation: flower-loader 5s infinite ease-in-out;
  -webkit-animation: flower-loader 5s infinite ease-in-out;
  animation: flower-loader 5s infinite ease-in-out;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  zoom: 1.2;
}
#flower-loader:after {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 950;
}

.loading #flower-loader {
  display: block;
}

.site-header {
  overflow: hidden;
  position: relative;
  background: url(../images/header/header-bg.png) 50% 0 no-repeat;
  min-height: 265px;
}
.site-header .site-header__symbol {
  position: absolute;
  left: 18px;
  bottom: 0;
  background: url(../images/header/header-bg-2.png) 50% 0 no-repeat;
  width: 100%;
  height: 97px;
  text-align: center;
}
.site-header .site-header__symbol.site-header__symbol--home {
  left: 14px;
  bottom: 10px;
}
.site-header .site-header__primary {
  position: relative;
  background: #fff6c3 url(../images/header/header-bg-0.jpg) 50% 0 no-repeat;
  padding-top: 20px;
  height: 94px;
}
.site-header .site-header__primary:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/header/leaf.png) no-repeat;
  left: 0;
  top: 0;
  width: 89px;
  height: 66px;
}
.site-header .site-header__primary .fixed-width {
  padding-right: 20px;
  padding-left: 90px;
}
.site-header .site-header__primary .logo {
  float: left;
  padding-top: 7px;
}
.site-header .site-header__primary .wrap-sns-button {
  float: left;
  margin-left: 10px;
  padding-top: 17px;
}
.site-header .site-header__primary .wrap-sns-button li {
  float: left;
  margin-right: 9px;
}
.site-header .site-header__primary .site-header__item {
  display: inline-block;
  vertical-align: bottom;
}
.site-header .site-header__primary .user-name {
  margin-bottom: 6px;
  margin-left: 8px;
  line-height: 1;
  font-size: 1.3rem;
}
.site-header .site-header__primary .wrap-header-button {
  margin-right: 15px;
}
.site-header .site-header__primary .wrap-header-button li {
  display: inline-block;
  margin-left: 6px;
}
.site-header .site-header__primary .tel {
  position: relative;
  top: -3px;
}
.site-header .site-header__secondary {
  min-height: 133px;
}
.site-header .site-header__secondary .fixed-width {
  position: relative;
}
.site-header .site-header__secondary .site-header__leaf {
  position: relative;
  left: -60px;
  max-width: none;
}
.site-header .site-header__secondary .site-header__page-contact {
  position: absolute;
  right: 18px;
  top: 0;
  display: block;
}
.site-header .site-header__secondary .site-header__home-contact {
  position: absolute;
  right: 18px;
  top: 250px;
}
.site-header.site-header--home {
  background: none;
  height: 534px;
}
.site-header.site-header--home .site-header--home-visual {
  position: absolute;
  left: 0;
  top: 94px;
  width: 100%;
}
.site-header.site-header--home .site-header--home-visual .item {
  height: 372px;
}
.site-header.site-header--home .site-header--home-visual.slick-initialized .item--0 {
  background: url(../images/header/home-header-bg-0.png) 50% 0 no-repeat;
}
.site-header.site-header--home .site-header--home-visual.slick-initialized .item--1 {
  background: url(../images/header/home-header-bg-1.png) 50% 0 no-repeat;
}
.site-header.site-header--home .site-header--home-visual.slick-initialized .item--2 {
  background: url(../images/header/home-header-bg-2.png) 50% 0 no-repeat;
}

.nav-main ul {
  padding-left: 57px;
}
.nav-main li {
  float: left;
  margin-right: 12px;
  text-align: center;
}
.nav-main li a {
  display: block;
}
.nav-main li a .icon--animal-img {
  position: relative;
  margin-bottom: 14px;
  margin-right: 16px;
}
.nav-main li a .icon--animal-img .icon--animal-option {
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  position: absolute;
}
.nav-main li.item--0 .icon--animal-img {
  margin-right: 40px;
}
.nav-main li.item--0 .icon--animal-img .icon--animal-option {
  right: -32px;
  top: 1px;
}
.nav-main li.item--0 a:hover .icon--animal-option {
  -moz-transform: scale(1.5, 1.5) translate(10px, 0);
  -o-transform: scale(1.5, 1.5) translate(10px, 0);
  -ms-transform: scale(1.5, 1.5) translate(10px, 0);
  -webkit-transform: scale(1.5, 1.5) translate(10px, 0);
  transform: scale(1.5, 1.5) translate(10px, 0);
}
.nav-main li.item--1 .icon--animal-img .icon--animal-option {
  left: 0;
  top: 13px;
}
.nav-main li.item--1 a:hover .icon--animal-option {
  -moz-transform: scale(1.5, 1.5) translate(-10px, 0);
  -o-transform: scale(1.5, 1.5) translate(-10px, 0);
  -ms-transform: scale(1.5, 1.5) translate(-10px, 0);
  -webkit-transform: scale(1.5, 1.5) translate(-10px, 0);
  transform: scale(1.5, 1.5) translate(-10px, 0);
}
.nav-main li.item--2 .icon--animal-img {
  margin-right: 30px;
}
.nav-main li.item--2 .icon--animal-img .icon--animal-option {
  right: -28px;
  top: 18px;
}
.nav-main li.item--2 a:hover .icon--animal-option {
  -moz-transform: scale(1.5, 1.5) translate(10px, -5px);
  -o-transform: scale(1.5, 1.5) translate(10px, -5px);
  -ms-transform: scale(1.5, 1.5) translate(10px, -5px);
  -webkit-transform: scale(1.5, 1.5) translate(10px, -5px);
  transform: scale(1.5, 1.5) translate(10px, -5px);
}
.nav-main li.item--3 .icon--animal-img .icon--animal-option {
  right: -15px;
  top: 30px;
}
.nav-main li.item--3 a:hover .icon--animal-option {
  -moz-transform: scale(1.5, 1.5) translate(5px, -5px);
  -o-transform: scale(1.5, 1.5) translate(5px, -5px);
  -ms-transform: scale(1.5, 1.5) translate(5px, -5px);
  -webkit-transform: scale(1.5, 1.5) translate(5px, -5px);
  transform: scale(1.5, 1.5) translate(5px, -5px);
}
.nav-main li.item--4 .icon--animal-img .icon--animal-option {
  right: -7px;
  top: 13px;
}
.nav-main li.item--4 a:hover .icon--animal-option {
  -moz-transform: scale(1.5, 1.5) translate(5px, -5px);
  -o-transform: scale(1.5, 1.5) translate(5px, -5px);
  -ms-transform: scale(1.5, 1.5) translate(5px, -5px);
  -webkit-transform: scale(1.5, 1.5) translate(5px, -5px);
  transform: scale(1.5, 1.5) translate(5px, -5px);
}
.nav-main li.item--5 .icon--animal-img {
  margin-right: 18px;
}
.nav-main li.item--5 .icon--animal-img .icon--animal-option {
  right: -19px;
  top: 30px;
}
.nav-main li.item--5 a:hover .icon--animal-option {
  -moz-transform: scale(1.5, 1.5) translate(5px, -5px);
  -o-transform: scale(1.5, 1.5) translate(5px, -5px);
  -ms-transform: scale(1.5, 1.5) translate(5px, -5px);
  -webkit-transform: scale(1.5, 1.5) translate(5px, -5px);
  transform: scale(1.5, 1.5) translate(5px, -5px);
}
.nav-main li:last-child {
  margin-right: 0;
}
.nav-main.nav-main--home li a:hover img {
  opacity: 1;
}

.footer-guide-nav {
  margin-right: auto;
  margin-left: auto;
  width: 915px;
}
.footer-guide-nav .flex__item {
  margin-bottom: 20px;
}

.totop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 120px;
}

.site-footer .site-footer__link {
  text-align: center;
}
.site-footer .site-footer__link ul {
  font-size: 1.4rem;
}
.site-footer .site-footer__link ul li {
  display: inline-block;
}
.site-footer .site-footer__link ul li:after {
  content: "/";
  margin: 0 20px;
}
.site-footer .site-footer__link ul li:last-child:after {
  content: "";
  margin: 0;
}
.site-footer .site-footer__box {
  background: url(../images/footer/footer-bg.jpg) 50% 100% repeat-x;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}
.site-footer .site-footer__box .copy {
  font-size: 1.4rem;
}
.site-footer .site-footer__box .copy img {
  position: relative;
  top: -2px;
  margin-right: 27px;
  vertical-align: middle;
}
.site-footer .site-footer__box .site-footer__box__link {
  background-color: #ecf492;
  margin-top: 10px;
  padding: 3px;
}
.site-footer .site-footer__box .site-footer__box__link ul {
  font-size: 1.4rem;
}
.site-footer .site-footer__box .site-footer__box__link ul li {
  display: inline-block;
  margin-right: 40px;
}
.site-footer .site-footer__box .site-footer__box__link ul li:last-child {
  margin-right: 0;
}

.mypage-title {
  text-align: center;
}
.mypage-title .string {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2.4rem;
}

.page-title {
  text-align: center;
}
.page-title .string {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 2.4rem;
}

.header-user-name {
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 2.0rem;
  line-height: 1;
}

.header-a {
  margin: 0 0 10px 15px;
  font-family: "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.header-a .string {
  font-size: 2.0rem;
}
.header-a small {
  margin-left: 20px;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  font-weight: normal;
}

.header-b {
  padding: 0 20px 8px 20px;
  border-bottom: 1px solid #3f4537;
}
.header-b .string {
  font-size: 1.0rem;
}

.header-c {
  margin-bottom: 20px;
}
.header-c .string {
  font-size: 2.2rem;
  font-weight: 500;
}
.header-c .string .icon {
  top: 7px;
  margin-right: 8px;
}

.header-d {
  margin-bottom: 20px;
  padding: 8px;
  border-top: 1px solid #951d49;
  border-bottom: 1px solid #951d49;
}
.header-d .string {
  font-size: 2.0rem;
  color: #c30d23;
  text-align: center;
}

.header-e {
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #231815;
}

.header-f {
  background: #737272;
  margin-bottom: 10px;
  padding: 2px 5px;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
}

.header-g {
  padding-bottom: 3px;
  border-bottom: 1px solid #30382f;
}
.header-g .string {
  font-size: 2.0rem;
}

.list-default {
  list-style: disc;
  margin-left: 20px;
}
.list-default li {
  margin-bottom: 5px;
}
.list-default li:last-child {
  margin-bottom: 0;
}

.list-paire dt {
  background: #fffbd0;
  margin-bottom: 3px;
  padding: 8px 15px;
  border: 1px dotted #d6783f;
  color: #c04334;
  font-size: 1.8rem;
  font-weight: bold;
}
.list-paire dd {
  background: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  border: 1px dotted #d5b54c;
}
.list-paire dd:last-child {
  margin-bottom: 0;
}

.list-inline li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.list-staff li {
  overflow: hidden;
  text-align: center;
  margin: 5px;
  padding: 8px;
  border: 1px solid #CCC;
  float: left;
}
.list-staff li .name {
  margin: 5px 10px;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.list-staff li .up {
  float: right;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #7c7c7c;
  color: #5e885c;
  text-align: center;
  width: 90px;
  font-size: 1.2rem;
}
.list-staff li .up .icon {
  top: 5px;
  margin-left: 5px;
}
.list-staff li .remodal {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  z-index: 1000;
  margin-left: -400px;
  background-color: #FFF;
  width: 800px;
  padding: 35px;
}
.list-staff li .remodal .Box {
  overflow: hidden;
}
.list-staff li .remodal .Box p {
  text-align: center;
}
.list-staff li .remodal .Box .leftBox {
  float: left;
  width: 280px;
  font-size: 16px;
}
.list-staff li .remodal .Box .rightBox {
  float: right;
  width: 400px;
  font-size: 16px;
}
.list-staff li .remodal .Box .polfmane {
  font-size: 2.1rem;
  color: #333;
}
.list-staff li .remodal .Box .green {
  font-size: 1.9rem;
  font-weight: bold;
  color: #060;
  border-bottom: 1px dotted #060;
  padding-bottom: 2px;
  margin: 10px 0px 8px;
}
.list-staff li .remodal .Box .answ {
  border-bottom: 1px dashed #999;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 15px;
}
.list-staff li .remodal .remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #666666;
  border: 0;
  outline: 0;
  background: transparent;
}
.list-staff li .remodal .remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 35px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

.list-indent-text li {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}
.list-indent-text.set-fs-12 li {
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
.list-indent-text.set-fs-13 li {
  text-indent: -1.3rem;
  margin-left: 1.3rem;
}
.list-indent-text.set-fs-14 li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.list-indent-text.set-fs-15 li {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}
.list-indent-text.set-fs-16 li {
  text-indent: -1.6rem;
  margin-left: 1.5rem;
}
.list-indent-text.set-fs-17 li {
  text-indent: -1.7rem;
  margin-left: 1.7rem;
}
.list-indent-text.set-fs-18 li {
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}

.wrap-table {
  overflow: auto;
}

.table-fixed {
  table-layout: fixed;
}

.table-plain th,
.table-plain td {
  padding: 2px;
  font-size: 1.7rem;
}
.table-plain th {
  text-align: left;
  font-weight: normal;
}

.table-default th,
.table-default td {
  padding: 4px;
  vertical-align: top;
  text-align: left;
}
.table-default th:first-child,
.table-default td:first-child {
  padding-left: 0;
}

.table-form {
  width: 100%;
  color: #333333;
}
.table-form.table-form--confirm tr th, .table-form.table-form--confirm tr td {
  padding-top: 18px;
  padding-bottom: 15px;
}
.table-form.table-form--confirm tr th {
  padding-right: 40px;
}
.table-form tr th, .table-form tr td {
  vertical-align: top;
  font-size: 1.6rem;
}
.table-form tr th {
  padding: 18px 0 15px 0;
  text-align: right;
  width: 200px;
}
.table-form tr th .must {
  color: #cc0000;
  float: right;
  padding: 0 1em;
}
.table-form tr .option {
  padding: 18px 0 15px 18px;
  font-size: 16px;
  text-align: right;
  padding-right: 4em;
}
.table-form tr td {
  padding: 10px 15px 10px 0;
}
.table-form tr td input {
  border: 1px solid #e4e4e4;
  width: 100%;
  padding: 15px;
}
.table-form tr td select {
  padding: 15px 0 15px 15px;
  border: 1px solid #e4e4e4;
}
.table-form tr td textarea {
  padding: 20px;
  border: 1px solid #e4e4e4;
  width: 100%;
}
.table-form tr td :placeholder-shown {
  color: #bcbcbc;
}
.table-form tr td ::-webkit-input-placeholder {
  color: #bcbcbc;
}
.table-form tr td :-moz-placeholder {
  color: #bcbcbc;
}
.table-form tr td ::-moz-placeholder {
  color: #bcbcbc;
}
.table-form tr td :-ms-input-placeholder {
  color: #bcbcbc;
}
.table-form tr .check {
  padding-top: 0px;
  font-size: 118%;
  text-align: left;
}
.table-form tr .submit {
  text-align: center;
  padding-left: 0px;
}
.table-form tr .submit input {
  font-size: 25px;
  height: 70px;
  width: 300px;
  color: white;
  background-color: #046604;
  border-style: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
.table-form tr .error-box,
.table-form tr #error {
  font-weight: bold;
  color: red;
  cursor: text;
}

table tr .error-reason {
  color: red;
  cursor: text;
}

.table-a {
  width: 100%;
  border-top: 1px solid #30382f;
  border-left: 1px solid #30382f;
}
.table-a th,
.table-a td {
  padding: 10px 15px;
  border-bottom: 1px solid #30382f;
  border-right: 1px solid #30382f;
  vertical-align: middle;
}
.table-a th {
  background-color: #eaeaea;
}
.table-a thead th {
  font-size: 1.8rem;
}
.table-a tbody td,
.table-a tbody th {
  font-size: 1.7rem;
}
.table-a tbody th {
  text-align: left;
}
.table-a tbody td.cell-produst-img img {
  max-width: 70%;
}
.table-a tbody td.cell-produst-num select {
  font-size: 2.0rem;
}
.table-a tbody .example {
  margin-bottom: 6px;
  font-size: 1.6rem;
}
.table-a th {
  font-weight: normal;
}
.table-a.table-a--form th,
.table-a.table-a--form td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
}
.table-a.table-a--form td {
  padding-left: 20px;
}
.table-a.table-a--total th {
  background-color: #f9fcd0;
}
.table-a.table-a--total td {
  font-size: 1.8rem;
}

.table-b {
  width: 100%;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
}
.table-b th,
.table-b td {
  padding: 7px;
  vertical-align: top;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}

table tr .error {
  background-color: #ffc4c4;
  border: 1px solid #cc0000;
}

.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}
.icon.icon--arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 9px;
  border-color: transparent transparent transparent #3f4537;
}
.icon.icon--arrow-a {
  font-size: 1.2rem;
}
.icon.icon--arrow-a:after {
  content: "▶︎";
}
.icon.icon--arrow-b {
  font-size: 1.5rem;
}
.icon.icon--arrow-b:after {
  content: "»";
}
.icon.icon--arrow-c {
  top: 10px;
  width: 8px;
  margin-right: 5px;
  height: 8px;
  border-top: 2px solid #5e885c;
  border-right: 2px solid #5e885c;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--require {
  background: #d63057;
  padding: 5px 10px;
  font-size: 1.6rem;
  color: #FFF;
}
.icon.icon--help {
  background-image: url(../images/icon/icon-help.svg);
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.icon.icon--- {
  background-image: url(../images/icon/icon--.png);
  width: 36px;
  height: 35px;
}
.icon.icon--freedial {
  background-image: url(../images/icon/icon-freedial.png);
  margin-right: 10px;
  width: 41px;
  height: 31px;
}
.icon.icon--fax {
  background-image: url(../images/icon/icon-fax.svg);
  top: -4px;
  margin-right: 10px;
  width: 32px;
  height: 33px;
}
.icon.icon--q {
  background-image: url(../images/icon/icon-q.png);
  width: 19px;
  height: 23px;
}
.icon.icon--a {
  background-image: url(../images/icon/icon-a.png);
  width: 19px;
  height: 23px;
}
.icon.icon--sakura {
  background-image: url(../images/icon/icon-sakura.gif);
  width: 18px;
  height: 18px;
}
.icon.icon--flower {
  background-image: url(../images/icon/icon-flower.png);
  width: 24px;
  height: 24px;
}
.icon.icon--flower-p {
  background-image: url(../images/icon/icon-flower-p.png);
  width: 46px;
  height: 43px;
}
.icon.icon--new-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-image: url(../images/icon/icon-new-ribbon.png);
  width: 78px;
  height: 47px;
}
.icon.icon-clover {
  background-image: url(../images/icon/icon-clover.svg);
  width: 30px;
  height: 30px;
}
.icon.icon--animal-img {
  width: 62px;
}
.icon.icon--cat {
  top: -2px;
  font-weight: bold;
  margin-left: 10px;
  padding: 4px 5px 5px 5px;
  border: 1px solid #d12d37;
  color: #d12d37;
  font-size: 1.7rem;
}
.icon.icon--text-off, .icon.icon--text {
  background-color: #420a0a;
  padding: 5px 16px;
  padding-bottom: 6px;
  color: #FFF;
  font-size: 1.4rem;
  border-radius: 100px;
}
.icon.icon--text-off {
  background-color: #d82300;
}
.icon.icon--text-a {
  background-color: #FFF;
  padding: 8px 12px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #b4b4b5;
}
.icon.icon--text-a.icon--text-a--fat {
  padding-top: 14px;
  padding-bottom: 14px;
}
.icon.icon--text-a small {
  display: block;
  margin-bottom: 2px;
  font-size: 1.0rem;
  text-align: center;
}
.icon.icon--text-a b {
  display: block;
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 1.2rem;
  text-align: center;
}
.icon.icon--new {
  background-image: url(../images/icon/icon-new.png);
  width: 81px;
  height: 82px;
}
.icon.icon--toggle-arrow {
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-image: url(../images/icon/icon-toggle-arrow.png);
  width: 23px;
  height: 23px;
}
.icon.icon--toggle-arrow.icon--toggle-arrow--open {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.icon.icon--circle-arrow {
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-image: url(../images/icon/icon-toggle-arrow.png);
  width: 23px;
  height: 23px;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.icon.icon--circle-arrow.icon--circle-arrow--left {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon.icon--db-arrow {
  background-image: url(../images/icon/icon-db-arrow.svg);
  width: 7px;
  height: 14px;
}
.icon.icon--rect {
  display: block;
  margin: 0 auto;
  width: 7px;
  height: 7px;
  border: 2px solid #68770f;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  -moz-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.button.button--plain {
  top: -2px;
  background-color: #5aa02d;
  padding: 8px 10px 7px 10px;
  border: 2px solid #FFF;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #FFF;
}
.button.button--plain:hover {
  opacity: 0.9;
}
.button.button--default {
  padding: 5px;
  padding-top: 6px;
  border: 1px solid #3f4537;
}
.button.button--default .icon--arrow-a {
  top: 2px;
}
.button.button--delete {
  top: -2px;
  background-color: #999;
  padding: 8px 10px 7px 10px;
  border: 2px solid #FFF;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #FFF;
}
.button.button--delete:hover {
  opacity: 0.9;
}
.button.button--a {
  padding: 5px;
  border: 1px solid #418937;
  color: #418937;
  font-size: 1.3rem;
}
.button.button--a:hover {
  background-color: #418937;
  color: #FFF;
}
.button.button--b {
  padding: 6px 16px;
  border: 2px solid #418937;
  color: #418937;
  font-size: 1.8rem;
}

.button-in-item {
  display: block;
}
.button-in-item:hover .button--a {
  background-color: #418937;
  color: #FFF;
}

.compo.compo--zip-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.compo.compo--zip-search .button.button--zip {
  top: -2px;
  background-color: #5aa02d;
  padding: 8px 10px 7px 10px;
  border: 2px solid #FFF;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #FFF;
}
.compo.compo--zip-search .button.button--zip:hover {
  opacity: 0.9;
}
.compo.compo--zip-search .compo--zip-search__result ul {
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 900;
  overflow: auto;
  background: #FFF;
  padding: 5px;
  width: 400px;
  height: 220px;
  border: 3px solid #5aa02d;
}
.compo.compo--zip-search .compo--zip-search__result ul li {
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 3px;
  border-radius: 6px;
}
.compo.compo--zip-search .compo--zip-search__result ul li:hover {
  text-decoration-line: underline;
}

.compo-nav-side-mypage ul {
  font-size: 1.6rem;
  line-height: 1.4;
}
.compo-nav-side-mypage ul li {
  position: relative;
  margin-bottom: 25px;
}
.compo-nav-side-mypage ul li a {
  display: block;
  padding-left: 16px;
}
.compo-nav-side-mypage ul li a .icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.compo-modal-window {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.compo-modal-window .compo-modal-window__theme-default {
  display: inline-block;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.compo-modal-window.compo-modal-window--style {
  background: #FFF;
  left: 50%;
  margin-left: -450px;
  padding: 40px 30px 20px 30px;
  width: 900px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.compo-form-message {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.compo-form-message p {
  font-size: 1.8rem;
}
.compo-form-message.compo-form-message--success {
  background-color: #e6fbe0;
  color: #3d9326;
}
.compo-form-message.compo-form-message--error {
  background-color: #f7e2e7;
  color: #d63057;
}

.compo-breadcrumb {
  margin-bottom: 35px;
}
.compo-breadcrumb p {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1;
}
.compo-breadcrumb.compo-breadcrumb--a {
  margin-bottom: 30px;
}
.compo-breadcrumb.compo-breadcrumb--a p {
  font-size: 1.1rem;
}

.compo-box-a .compo-box-a__header {
  position: relative;
  background: #afdcb4;
  padding: 15px;
  padding-right: 50px;
}
.compo-box-a .compo-box-a__header .string {
  font-size: 1.8rem;
}
.compo-box-a .compo-box-a__header .icon--- {
  position: absolute;
  right: 7px;
  top: 12px;
}
.compo-box-a .compo-box-a__body {
  background: #f8fb97;
  padding: 15px 20px;
}

.compo-box-border {
  padding: 20px 10px;
  border: 1px solid #a79d33;
}

.compo-box-border-double {
  padding: 24px 20px;
  border: 3px double #bfbfbf;
}

.compo-box-border-dotted {
  padding: 20px;
  border: 2px dotted #f1546b;
}

.compo-box-border-caution {
  padding: 10px;
  border: 2px solid #d63057;
  color: #d63057;
  text-align: center;
}

.compo-fill-gray {
  background-color: #ededed;
  padding: 15px 30px;
}

.compo-wrap-resposive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.compo-wrap-resposive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.compo-box-deco {
  padding: 20px;
  border: 2px solid #68b16a;
}

.compo-cocolarme {
  position: relative;
  padding-left: 95px;
}
.compo-cocolarme .compo-cocolarme__header {
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 3px double #9c7d58;
  border-bottom: 3px double #9c7d58;
}
.compo-cocolarme .compo-cocolarme__header .string {
  font-size: 2.7rem;
  color: #9d7d56;
}
.compo-cocolarme .compo-cocolarme__header .string .icon-clover {
  top: 5px;
  margin-right: 5px;
}
.compo-cocolarme .compo-cocolarme__arrow {
  position: absolute;
  left: 20px;
  top: 0;
  background: url(../images/page/syouhin/cocolarme/arrow.png) 0 100% no-repeat;
  width: 47px;
  height: 100%;
}

.compo-privacy {
  overflow: auto;
  margin-bottom: 40px;
  padding: 20px;
  height: 200px;
  border: 1px solid #CCC;
}

.compo-tab .compo-tab__button li {
  float: left;
  cursor: pointer;
  user-select: none;
}
.compo-tab .compo-tab__button.compo-tab__button--col-3 li {
  margin-right: 26px;
  width: 242px;
  text-align: center;
}
.compo-tab .compo-tab__button.compo-tab__button--col-3 li:last-child {
  margin-right: 0;
}
.compo-tab .compo-tab__button.compo-tab__button--col-3 li a {
  display: block;
  background: url(../images/button/tab-bg.gif) 0 0 no-repeat;
  padding: 10px;
  min-height: 59px;
}
.compo-tab .compo-tab__button.compo-tab__button--col-3 li a.active {
  background-image: url(../images/button/tab-bg-active.gif);
}
.compo-tab .compo-tab__button.compo-tab__button--col-4 li {
  width: 184px;
  margin-right: 8px;
}
.compo-tab .compo-tab__button.compo-tab__button--col-4 li:last-child {
  margin-right: 0;
}
.compo-tab .compo-tab__button.compo-tab__button--col-5 li {
  width: 147px;
  margin-right: 6px;
}
.compo-tab .compo-tab__button.compo-tab__button--col-5 li:last-child {
  margin-right: 0;
}

.compo-syouhin-desc-tab .compo-tab__button {
  border-bottom: 10px solid #e3ab00;
}
.compo-syouhin-desc-tab .compo-tab__button li {
  margin-right: 5px;
  padding: 12px 3px;
  border: 1px solid #44291b;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 1.8rem;
  border-bottom: 0;
  color: #e3ab00;
  font-weight: bold;
}
.compo-syouhin-desc-tab .compo-tab__button li:last-child {
  margin-right: 0;
}
.compo-syouhin-desc-tab .compo-tab__button li.active {
  background-color: #e3ab00;
  color: #FFF;
  border-color: #e3ab00;
}
.compo-syouhin-desc-tab .compo-tab__content {
  margin-bottom: 100px;
  box-shadow: 0 0 2px rgba(118, 90, 57, 0.5);
}
.compo-syouhin-desc-tab .compo-tab__content .main--syouhin__box {
  padding-bottom: 1px;
}

.compo-staff-tab .tab__button {
  text-align: center;
}
.compo-staff-tab .tab__button li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.compo-staff-tab .tab__button li .active-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.compo-staff-tab .tab__button li.active .active-img, .compo-staff-tab .tab__button li:hover .active-img {
  opacity: 1;
}

.compo-syouhin {
  box-shadow: 2px 2px 3px #e1e1e1;
  text-align: center;
}
.compo-syouhin .compo-syouhin__props {
  padding: 20px 5px 10px 5px;
  line-height: 1.4;
}
.compo-syouhin .compo-syouhin__name {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.compo-syouhin .compo-syouhin__desc {
  font-size: 1.25rem;
}

.compo-item {
  margin-bottom: 20px;
  border: 1px solid #c8bb9b;
}
.compo-item a {
  display: block;
}
.compo-item a:hover .button--a {
  background-color: #418937;
  color: #FFF;
}
.compo-item .compo-item__thumb {
  position: relative;
}
.compo-item .compo-item__name {
  padding-top: 8px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
}
.compo-item .compo-item__name small {
  margin-bottom: 2px;
  display: block;
  font-size: 1.3rem;
}
.compo-item .compo-item__name span {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
.compo-item .compo-item__name span.set-h {
  margin-bottom: 10px;
  min-height: 4.2rem;
}
.compo-item dl dt.compo-item__name,
.compo-item dl dd.compo-item__desc {
  padding-right: 17px;
  padding-left: 17px;
}
.compo-item dl dt.compo-item__name {
  margin-bottom: 5px;
  font-size: 1.5rem;
  text-align: center;
}
.compo-item dl dd.compo-item__desc {
  font-size: 1.3rem;
  line-height: 1.5;
}
.compo-item .compo-item__button {
  text-align: center;
  padding-bottom: 8px;
}
.compo-item .button--a {
  width: 140px;
}
.compo-item .button--a .icon--arrow-b {
  top: -1px;
  margin-left: 5px;
}

.compo-point-items .item {
  margin-bottom: 30px;
}
.compo-point-items dl {
  position: relative;
  margin-left: 105px;
  left: -10px;
}
.compo-point-items dl dt,
.compo-point-items dl dd {
  padding-left: 30px;
}
.compo-point-items dl dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #8bc335;
}

.compo-box-shadow {
  border: 1px solid #dcd6b8;
  box-shadow: 0 0 2px #e2e2e2;
}
.compo-box-shadow .compo-box-shadow__body {
  padding: 20px;
}

.suffix {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.freedial {
  line-height: 1;
  font-family: 'Minion Pro', Times, serif !important;
  font-size: 3.2rem;
}
.freedial .icon--freedial {
  top: -4px;
  vertical-align: middle;
}

.yellow-bg {
  background: #fbf9ea url(../images/content/yellow-bg.jpg) 50% 100% no-repeat;
}

.gra-h-yellow-bg {
  background: #faf8e6 url(../images/content/gra-h-yellow.png) 0 0 repeat-y;
}

.compo-news-unit {
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #dbdbdb;
}
.compo-news-unit:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.compo-news-unit .compo-news-unit__meta {
  margin-bottom: 15px;
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: 500;
}
.compo-news-unit .string {
  margin-bottom: 10px;
  font-size: 2.0rem;
}
.compo-news-unit .compo-news-unit__body p {
  display: none;
  font-size: 1.9rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.compo-news-unit .compo-news-unit__body p:first-child {
  display: block;
}

.compo-card {
  position: relative;
}
.compo-card .icon--new {
  position: absolute;
  left: -7px;
  top: -5px;
  z-index: 10;
}
.compo-card .compo-card__img {
  background-color: #CCC;
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
}
.compo-card .compo-card__content {
  padding: 10px 5px;
}
.compo-card .compo-card__title {
  margin: 5px 0 5px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.compo-card .compo-card__meta {
  font-size: 1.3rem;
  text-align: right;
}

.compo-following-nav {
  position: absolute;
  background-color: #69b761;
  display: none;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 130px;
}
.compo-following-nav li:first-child {
  margin-bottom: 4px;
}

.compo-contact {
  width: 630px;
}

.wrap-compo-contact-c .compo-contact {
  margin-right: auto;
  margin-left: auto;
}

.compo-concept-msg {
  background: url(../images/page/concept/img-0-bg.jpg) 50% 51px no-repeat;
}
.compo-concept-msg .compo-concept-msg__inner {
  background: url(../images/page/concept/img-0.jpg) 50% 0 no-repeat;
  height: 528px;
}
.compo-concept-msg .compo-concept-msg__content {
  padding-top: 166px;
  margin-left: 187px;
  margin-right: 270px;
}

.compo-concept-tab .tab__button {
  background: url(../images/page/concept/tab-bg.jpg) 0 100% repeat-x;
}
.compo-concept-tab .tab__button ul {
  display: table;
  margin: 0 auto;
  width: 921px;
}
.compo-concept-tab .tab__button ul li {
  display: table-cell;
  vertical-align: bottom;
}

.compo-cocolarme-tab .tab__button ul {
  display: table;
  margin: 0 auto;
  width: 100%;
}
.compo-cocolarme-tab .tab__button ul li {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 3px;
}
.compo-cocolarme-tab .tab__button ul li:first-child {
  padding-left: 0;
}

.compo-syouhin-tab .tab__button ul li {
  float: left;
  margin-right: 9px;
}
.compo-syouhin-tab .tab__button ul li:last-child {
  margin-right: 0;
}

.compo-syouhin-item-tab .tab__button ul li {
  float: left;
  margin-right: 5px;
}
.compo-syouhin-item-tab .tab__button ul li:last-child {
  margin-right: 0;
}

.compo-syouhin-item .compo-syouhin-item__header {
  padding-bottom: 7px;
  border-bottom: 1px solid #b4b4b5;
}
.compo-syouhin-item .compo-syouhin-item__header .string {
  font-size: 1.9rem;
}
.compo-syouhin-item .compo-syouhin-item__body {
  display: table;
  background: #f6f7f7;
  padding: 17px 34px 17px 10px;
  width: 100%;
}
.compo-syouhin-item .compo-syouhin-item__footer .note {
  margin-top: 5px;
  text-align: right;
}
.compo-syouhin-item .item {
  display: table-cell;
  vertical-align: top;
}
.compo-syouhin-item .compo-syouhin-item__photo {
  width: 136px;
  text-align: center;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .quantity {
  padding-top: 5px;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .quantity .label,
.compo-syouhin-item .compo-syouhin-item__cart-in .quantity select {
  vertical-align: middle;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .quantity .label {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.6rem;
  line-height: 1;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .quantity select {
  min-width: 60px;
  height: 32px;
  font-size: 1.7rem;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .type {
  font-size: 2.0rem;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .col {
  margin-bottom: 20px;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .col:last-child {
  margin-bottom: 0;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .wrap-icon li {
  margin-left: 3px;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .wrap-button {
  position: relative;
  padding-top: 10px;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .wrap-button.wrap-button--0-icon {
  padding-top: 0;
  top: -20px;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .price {
  margin-bottom: 5px;
  line-height: 1.1;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .price dt,
.compo-syouhin-item .compo-syouhin-item__cart-in .price dd {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .price dt {
  top: 4px;
  margin-right: 10px;
  padding: 1px 5px 2px 5px;
  border: 1px solid #231815;
  font-size: 1.2rem;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .price dd {
  font-size: 2.4rem;
  font-weight: 500;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .price dd .suffix {
  margin: 0 0 0 3px;
  font-size: 1.5rem;
  font-weight: normal;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .price.price--sp dt {
  background: #d80000;
  border-color: #d80000;
  color: #FFF;
}
.compo-syouhin-item .compo-syouhin-item__cart-in .price.price--sp dd {
  color: #d80000;
}
.compo-syouhin-item.compo-syouhin-item--beginner .compo-syouhin-item__cart-in .wrap-button {
  padding-top: 0;
}

.compo-support-center {
  background-color: #ededed;
  padding: 10px 30px;
  padding-top: 15px;
}
.compo-support-center .compo-support-center__header {
  margin-bottom: 15px;
}
.compo-support-center .compo-support-center__header .string {
  font-size: 1.7rem;
}
.compo-support-center .compo-support-center__tel .icon,
.compo-support-center .compo-support-center__tel .number {
  vertical-align: middle;
  line-height: 1;
}
.compo-support-center .compo-support-center__tel .icon {
  top: -4px;
}
.compo-support-center .compo-support-center__tel .number {
  display: inline-block;
  margin-left: 5px;
  font-size: 3.6rem;
  font-family: 'Minion Pro', Times, serif !important;
}
.compo-support-center .holiday {
  display: inline-block;
  padding-left: 15px;
}
.compo-support-center .box {
  width: 45%;
}
.compo-support-center .last {
  width: 53%;
}
.compo-support-center th, .compo-support-center td, .compo-support-center p {
  font-size: 1.5rem;
}
.compo-support-center th {
  padding-right: 15px;
}

.concept--bg-logo {
  background: url(../images/page/concept/img-4.jpg) 50% 120px no-repeat;
}

.border-box-in-tab {
  box-shadow: 0 1px 3px rgba(118, 90, 57, 0.5);
}

.voice-item {
  zoom: 1;
  position: relative;
  background-color: #FFF;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  width: 660px;
  padding: 15px 25px 15px 40px;
  border: 2px solid #EBEADA;
  line-height: 1.8;
}
.voice-item:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.voice-item:last-child {
  margin-bottom: 0;
}
.voice-item .icon--flower {
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -10px;
}
.voice-item .person-info {
  display: inline-block;
  float: right;
  margin-right: 5px;
}

.voice-bg {
  background: #fdfdf6 url(../images/page/syouhin/denshichicha/voice-bg.png) 0 100% no-repeat;
  padding-top: 20px;
  padding-bottom: 190px;
}

.compo-decoration-line {
  background: url(../images/content/decoration-line.png) 50% 100% no-repeat;
  height: 7px;
}

.compo-indent-content {
  margin-right: 30px;
  margin-left: 30px;
}

.compo-indent-content-left {
  margin-left: 30px;
}

.compo-diagnosis .compo-diagnosis__q {
  background: #eaeaea;
  margin-bottom: 5px;
  padding: 30px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 10px;
}

.indent-text {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.indent-text.set-fs-15 {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}
.indent-text.set-fs-16 {
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

.compo-acordion .compo-acordion__trigger {
  cursor: pointer;
}
.compo-acordion ul li {
  line-height: 1.1;
}

.compo-sidebar-syouhin {
  background: url(../images/page/syouhin/sidebar/sidebar-body-bg.jpg) 0 0 repeat-y;
  text-align: center;
}
.compo-sidebar-syouhin .compo-sidebar-syouhin__body {
  background: url(../images/page/syouhin/sidebar/sidebar-body.jpg) 50% 0 no-repeat;
}
.compo-sidebar-syouhin .compo-sidebar-syouhin__body ul, .compo-sidebar-syouhin .compo-sidebar-syouhin__body p {
  font-weight: 500;
  text-align: center;
}
.compo-sidebar-syouhin .compo-sidebar-syouhin__body li a {
  position: relative;
  display: block;
  padding: 7px 0;
}
.compo-sidebar-syouhin .compo-sidebar-syouhin__body li a .icon--db-arrow {
  position: absolute;
  right: 14px;
  top: 8px;
}
.compo-sidebar-syouhin .compo-sidebar-syouhin__body .compo-acordion .compo-acordion__trigger {
  font-size: 1.7rem;
}
.compo-sidebar-syouhin .compo-sidebar-syouhin__body .compo-acordion .compo-acordion__trigger .icon--toggle-arrow {
  top: 3px;
  margin-left: 5px;
  margin-right: -23px;
}
.compo-sidebar-syouhin .compo-sidebar-syouhin__footer {
  background: url(../images/page/syouhin/sidebar/sidebar-footer.jpg) 50% 0 no-repeat;
  height: 91px;
}

.compo-sidebar-q-a,
.compo-sidebar-guide {
  background: url(../images/page/gaide/sidebar/bg.jpg) 0 0 no-repeat;
  width: 218px;
  height: 825px;
  padding-top: 75px;
  text-align: center;
}
.compo-sidebar-q-a ul,
.compo-sidebar-guide ul {
  font-size: 1.6rem;
}
.compo-sidebar-q-a ul li,
.compo-sidebar-guide ul li {
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 35px;
  font-weight: bold;
  width: 197px;
}
.compo-sidebar-q-a ul li:first-child,
.compo-sidebar-guide ul li:first-child {
  margin-top: 0;
}
.compo-sidebar-q-a ul li a,
.compo-sidebar-guide ul li a {
  display: block;
  position: relative;
}
.compo-sidebar-q-a ul li a .icon--circle-arrow,
.compo-sidebar-guide ul li a .icon--circle-arrow {
  top: 3px;
  margin-right: -15px;
  margin-left: 3px;
}

.compo-sidebar-q-a {
  background: url(../images/page/q-a/sidebar/bg.jpg) 0 0 no-repeat;
  padding-top: 48px;
  height: 465px;
}

.compo-double-line {
  height: 5px;
  border-top: 1px solid #951d49;
  border-bottom: 2px solid #951d49;
}
.compo-double-line.compo-double-line--gray {
  border-color: #c9c7c8;
}

.compo-double-fat-line {
  height: 17px;
  border-top: 5px solid #df3c49;
  border-bottom: 5px solid #df3c49;
}

.compo-syouhin-summary {
  margin-bottom: 40px;
}
.compo-syouhin-summary .compo-syouhin-summary__text,
.compo-syouhin-summary .compo-syouhin-summary__photo {
  display: table-cell;
  vertical-align: middle;
}
.compo-syouhin-summary .compo-syouhin-summary__text {
  padding-left: 25px;
}
.compo-syouhin-summary .compo-syouhin-summary__photo {
  width: 290px;
}
.compo-syouhin-summary .compo-syouhin-summary__props {
  display: table;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", sans-serif;
}
.compo-syouhin-summary .compo-syouhin-summary__props .item {
  display: table-row;
}
.compo-syouhin-summary .compo-syouhin-summary__props .item dt,
.compo-syouhin-summary .compo-syouhin-summary__props .item dd {
  display: table-cell;
  font-size: 1.5rem;
}
.compo-syouhin-summary .compo-syouhin-summary__props .item dt {
  padding-right: 5px;
}
.compo-syouhin-summary .lead {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: left;
}
.compo-syouhin-summary .desc {
  margin: 20px 0 10px 0;
  font-size: 1.8rem;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", sans-serif;
}
.compo-syouhin-summary .string {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}

.compo-q-a {
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #dad775;
  border-radius: 10px;
}
.compo-q-a:last-child {
  margin-bottom: 0;
}
.compo-q-a .compo-q-a__q .icon--q,
.compo-q-a .compo-q-a__q .icon--a,
.compo-q-a .compo-q-a__a .icon--q,
.compo-q-a .compo-q-a__a .icon--a {
  float: left;
}
.compo-q-a .compo-q-a__q .string,
.compo-q-a .compo-q-a__a .string {
  display: block;
  margin-left: 40px;
}
.compo-q-a .compo-q-a__q {
  position: relative;
  background: #fdfbfb;
  padding: 13px 40px 13px 17px;
  font-size: 1.9rem;
}
.compo-q-a .compo-q-a__q .icon--toggle-arrow {
  position: absolute;
  right: 16px;
  top: 14px;
}
.compo-q-a .compo-q-a__q .icon--q {
  margin-top: 2px;
}
.compo-q-a .compo-q-a__a {
  display: none;
  background: url(../images/content/line-dash-img.png) 0 0 repeat-x;
  padding: 20px 17px;
  font-size: 1.7rem;
}
.compo-q-a .compo-q-a__a .icon--a {
  margin-top: 5px;
}

.compo-sakuramochi {
  background: url(../images/page/happy-guide/sakuramochi/body.jpg) 0 0 repeat-y;
}
.compo-sakuramochi .compo-sakuramochi__list {
  padding: 0 50px;
}
.compo-sakuramochi .compo-sakuramochi__list li {
  margin-bottom: 20px;
  width: 33%;
}
.compo-sakuramochi .compo-sakuramochi__list li p {
  background-color: #FFF;
  margin: 3px 6px 0 6px;
  padding: 5px 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.syouhin-attr-header {
  margin-bottom: 20px;
  color: #765a39;
}
.syouhin-attr-header .string {
  font-size: 2.6rem;
}

.syouhin-attr dt {
  color: #765a39;
}
.syouhin-attr dd {
  margin-bottom: 20px;
}
.syouhin-attr dd:last-child {
  margin-bottom: 0;
}

.cart-step {
  margin-bottom: 30px;
}

#compo-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #FFF;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

span.next-point {
  color: #4b9626;
}

#calendar {
  position: relative;
  z-index: 1;
}
#calendar .calendarBtn {
  position: absolute;
  top: 140px;
  left: 50%;
}
#calendar .calendarBtn#lastMonth {
  margin-left: -185px;
}
#calendar .calendarBtn#nextMonth {
  margin-left: 120px;
}

.calendarTable {
  position: relative;
  z-index: 2;
  width: 184px;
  border: none;
  margin: 0 auto 20px;
  border-top: 1px solid #d3d2d0;
  border-right: 1px solid #d3d2d0;
}
.calendarTable th {
  padding: 5px 0;
  border-bottom: 1px solid #d3d2d0;
  text-align: center;
}
.calendarTable th:first-child {
  border-left: 1px solid #d3d2d0;
}
.calendarTable td {
  padding: 5px 0;
  border-bottom: 1px solid #d3d2d0;
  border-left: 1px solid #d3d2d0;
  text-align: center;
  color: #535353;
  padding: 1px;
}
.calendarTable td a {
  display: block;
  padding: 4px 2px;
  color: #535353;
  text-decoration: underline;
}
.calendarTable .disable {
  background: #f2f2f2;
  color: #d3d2d0;
}
.calendarTable .month {
  padding: 6px 0;
  background: #b6d118;
  color: #FFF;
}
.calendarTable .saturday {
  background: #edfcff;
  color: #16a4c0;
}
.calendarTable .sunday {
  background: #ffe2e2;
  color: #d50000;
}
.calendarTable .sunday a {
  color: #d50000;
}
.calendarTable .select a {
  background: #e14448;
  color: #fff;
  text-decoration: none;
}
.calendarTable .change a {
  background: #2d8986;
  color: #fff;
}
.calendarTable td.next-point {
  background-color: #4b9626;
  color: #FFF;
}
.calendarTable td.next-point a {
  color: #FFF;
}

.compo-guide-nav {
  background: url(../images/footer/rel-guide-8.jpg) 0 100% no-repeat;
  padding-bottom: 14px;
}

.compo-feedback-visual {
  margin-top: 40px;
}

.compo-feedback-nav {
  margin: 100px 0;
  text-align: center;
}
.compo-feedback-nav li {
  display: inline-block;
  margin: 0 40px;
}

.compo-syouhin-bnr {
  display: block;
  text-align: center;
  border: 1px solid #C2B595;
}
.compo-syouhin-bnr dt {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.compo-syouhin-bnr dd {
  font-size: 2.1rem;
}
.compo-syouhin-bnr .button--a {
  margin: 10px 0;
  width: 160px;
}
.compo-syouhin-bnr:hover {
  text-decoration: none;
}
.compo-syouhin-bnr:hover .button--a {
  background-color: #418937;
  color: #FFF;
}

#container {
  position: relative;
}

.content-new-window {
  padding: 0 30px 30px 30px;
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

.fixed-width-m {
  margin-right: auto;
  margin-left: auto;
  width: 990px;
}

.fixed-width-s {
  margin-right: auto;
  margin-left: auto;
  width: 950px;
}

.content {
  padding-bottom: 70px;
}

.col {
  zoom: 1;
}
.col:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.col .box {
  float: left;
}
.col .last {
  float: right;
}
.col .main {
  float: right;
}
.col .main.main--1-col {
  float: none;
  margin-right: auto;
  margin-left: auto;
  width: 740px;
}
.col .main.main--mypage {
  width: 780px;
}
.col .main.main--mypage .main--login__box {
  margin-left: 10px;
  width: 640px;
}
.col .main.main--q-a, .col .main.main--guide {
  margin-right: 55px;
  padding-top: 10px;
  width: 680px;
}
.col .main.main--q-a .main--guide__box, .col .main.main--guide .main--guide__box {
  width: 630px;
  margin: 0 auto;
}
.col .main.main--other, .col .main.main--syouhin {
  width: 760px;
}
.col .main.main--other .main--syouhin__box, .col .main.main--syouhin .main--syouhin__box {
  width: 692px;
  margin: 0 auto;
}
.col .main.main--q-a {
  width: 690px;
}
.col .sidebar {
  float: left;
}
.col .sidebar.sidebar--mypage {
  width: 200px;
}
.col .sidebar.sidebar--guide, .col .sidebar.sidebar--syouhin {
  width: 218px;
}
.col.col--2 .box {
  width: 49%;
}
.col.col--2 .box:nth-child(2n) {
  float: right;
}
.col.col--3 .box {
  margin-right: 2%;
  width: 32%;
}
.col.col--3 .box:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.col.col--4 .box {
  margin-right: 1.2%;
  width: 24%;
}
.col.col--4 .box:nth-child(4n) {
  float: right;
  margin-right: 0;
}

.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--col-2 .flex__item {
  width: 48%;
}

/************************************************

 Single property

************************************************/
#container .set-bold {
  font-weight: bold;
}
#container .set-border {
  border: 1px solid #000;
}
#container .set-border-e5e5e5 {
  border: 1px solid #e5e5e5;
}
#container .set-color-white {
  color: #fff;
}
#container .set-color-link {
  color: #38a843;
}
#container .set-color-red {
  color: #d63057;
}
#container .set-color-green {
  color: #1e6729;
}
#container .set-color-765a39 {
  color: #765a39;
}
#container .set-color-c01815 {
  color: #c01815;
}
#container .set-color-c7c400 {
  color: #c7c400;
}
#container .set-color-d5374b {
  color: #d5374b;
}
#container .set-color-38a843 {
  color: #38a843;
}
#container .set-bg-398123 {
  background-color: #398123;
}
#container .set-bg-f8f8f8 {
  background-color: #f8f8f8;
}
#container .set-bg-f9fcd0 {
  background-color: #f9fcd0;
}
#container .set-bg-f9f8f5 {
  background-color: #f9f8f5;
}
#container .set-bg-fbf9e8 {
  background-color: #fbf9e8;
}
#container .set-bg-fcfbf0 {
  background-color: #fcfbf0;
}
#container .set-bg-003f5b {
  background-color: #003f5b;
}
#container .set-bg-f20000 {
  background-color: #F20000;
}
#container .set-bg-e74b17 {
  background-color: #e74b17;
}
#container .set-bg-de2f21 {
  background-color: #de2f21;
}
#container .set-bg-f9ece7 {
  background-color: #f9ece7;
}
#container .set-bg-img-0 {
  background: url(../images/content/bg-0.jpg) 0 0 no-repeat;
  height: 334px;
}
#container .set-bg-img-1 {
  background: url(../images/content/bg-1.jpg) 0 0 no-repeat;
  height: 279px;
}
#container .set-border-color-d5b54c {
  border-color: #d5b54c;
}
#container .set-serif {
  font-family: "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#container .set-serif-en {
  font-family: 'Minion Pro', Times, serif;
}
#container .set-low-line {
  line-height: 1.4;
}
#container .set-high-line {
  line-height: 1.9;
}
#container .set-ls-min {
  letter-spacing: -0.1rem;
}
#container .set-ls-n2 {
  letter-spacing: -0.2rem;
}
#container .set-ls-n3 {
  letter-spacing: -0.3rem;
}
#container .set-ls-n5 {
  letter-spacing: -0.5rem;
}
#container .set-ls-n10 {
  letter-spacing: -1.0rem;
}
#container .set-ls-1_3rem {
  letter-spacing: 1.3rem;
}
#container .set-ls-1_4rem {
  letter-spacing: 1.4rem;
}
#container .set-ls-1_5rem {
  letter-spacing: 1.5rem;
}
#container .set-ls-2rem {
  letter-spacing: 2rem;
}
#container .set-nowrap {
  white-space: nowrap;
}
#container .set-scroll {
  overflow: auto;
}
#container .set-pos-rel {
  position: relative;
}
#container .set-pos-abs {
  position: absolute;
}
#container .set-hide {
  display: none;
}
#container .set-disp-table {
  display: table;
}
#container .set-disp-row {
  display: table-row;
}
#container .set-disp-cell {
  display: table-cell;
  vertical-align: middle;
}
#container .set-disp-ib {
  display: inline-block;
}
#container .set-valign-t {
  vertical-align: top;
}
#container .set-valign-m {
  vertical-align: middle;
}
#container .set-float-l {
  float: left;
}
#container .set-float-r {
  float: right;
}
#container .set-valign-m {
  vertical-align: middle;
}
#container .set-align-c {
  text-align: center;
}
#container .set-align-r {
  text-align: right;
}
#container .set-align-l {
  text-align: left;
}
#container .set-fs-11 {
  font-size: 1.1rem;
}
#container .set-fs-12 {
  font-size: 1.2rem;
}
#container .set-fs-13 {
  font-size: 1.3rem;
}
#container .set-fs-14 {
  font-size: 1.4rem;
}
#container .set-fs-15 {
  font-size: 1.5rem;
}
#container .set-fs-16 {
  font-size: 1.6rem;
}
#container .set-fs-17 {
  font-size: 1.7rem;
}
#container .set-fs-18 {
  font-size: 1.8rem;
}
#container .set-fs-19 {
  font-size: 1.9rem;
}
#container .set-fs-20 {
  font-size: 2.0rem;
}
#container .set-fs-21 {
  font-size: 2.1rem;
}
#container .set-fs-22 {
  font-size: 2.2rem;
}
#container .set-fs-23 {
  font-size: 2.3rem;
}
#container .set-fs-24 {
  font-size: 2.4rem;
}
#container .set-fs-25 {
  font-size: 2.5rem;
}
#container .set-fs-26 {
  font-size: 2.6rem;
}
#container .set-fs-27 {
  font-size: 2.7rem;
}
#container .set-fs-28 {
  font-size: 2.8rem;
}
#container .set-fs-29 {
  font-size: 2.9rem;
}
#container .set-fs-30 {
  font-size: 3.0rem;
}
#container .set-fs-32 {
  font-size: 3.2rem;
}
#container .set-w-full {
  width: 100%;
}
#container .set-w-fit {
  width: fit-content;
}
#container .set-w-half,
#container .set-w-50 {
  width: 50%;
}
#container .set-w-10 {
  width: 10%;
}
#container .set-w-20 {
  width: 20%;
}
#container .set-w-30 {
  width: 30%;
}
#container .set-w-40 {
  width: 40%;
}
#container .set-w-47 {
  width: 47%;
}
#container .set-w-49 {
  width: 49%;
}
#container .set-w-52 {
  width: 52%;
}
#container .set-w-55 {
  width: 55%;
}
#container .set-w-56 {
  width: 56%;
}
#container .set-w-60 {
  width: 60%;
}
#container .set-w-70 {
  width: 70%;
}
#container .set-w-80 {
  width: 80%;
}
#container .set-w-90 {
  width: 90%;
}
#container .set-w-85px {
  width: 85px;
}
#container .set-w-90px {
  width: 90px;
}
#container .set-w-100px {
  width: 100px;
}
#container .set-w-110px {
  width: 110px;
}
#container .set-w-117px {
  width: 117px;
}
#container .set-w-120px {
  width: 120px;
}
#container .set-w-126px {
  width: 126px;
}
#container .set-w-130px {
  width: 130px;
}
#container .set-w-135px {
  width: 135px;
}
#container .set-w-140px {
  width: 140px;
}
#container .set-w-144px {
  width: 144px;
}
#container .set-w-145px {
  width: 145px;
}
#container .set-w-148px {
  width: 148px;
}
#container .set-w-150px {
  width: 150px;
}
#container .set-w-160px {
  width: 160px;
}
#container .set-w-166px {
  width: 166px;
}
#container .set-w-167px {
  width: 167px;
}
#container .set-w-170px {
  width: 170px;
}
#container .set-w-173px {
  width: 173px;
}
#container .set-w-180px {
  width: 180px;
}
#container .set-w-186px {
  width: 186px;
}
#container .set-w-190px {
  width: 190px;
}
#container .set-w-195px {
  width: 195px;
}
#container .set-w-200px {
  width: 200px;
}
#container .set-w-210px {
  width: 210px;
}
#container .set-w-220px {
  width: 220px;
}
#container .set-w-230px {
  width: 230px;
}
#container .set-w-240px {
  width: 240px;
}
#container .set-w-250px {
  width: 250px;
}
#container .set-w-260px {
  width: 260px;
}
#container .set-w-275px {
  width: 275px;
}
#container .set-w-280px {
  width: 280px;
}
#container .set-w-284px {
  width: 284px;
}
#container .set-w-290px {
  width: 290px;
}
#container .set-w-300px {
  width: 300px;
}
#container .set-w-305px {
  width: 305px;
}
#container .set-w-320px {
  width: 320px;
}
#container .set-w-325px {
  width: 325px;
}
#container .set-w-336px {
  width: 336px;
}
#container .set-w-350px {
  width: 350px;
}
#container .set-w-360px {
  width: 360px;
}
#container .set-w-370px {
  width: 370px;
}
#container .set-w-380px {
  width: 380px;
}
#container .set-w-390px {
  width: 390px;
}
#container .set-w-400px {
  width: 400px;
}
#container .set-w-410px {
  width: 410px;
}
#container .set-w-445px {
  width: 445px;
}
#container .set-w-460px {
  width: 460px;
}
#container .set-w-500px {
  width: 500px;
}
#container .set-w-570px {
  width: 570px;
}
#container .set-w-600px {
  width: 600px;
}
#container .set-w-630px {
  width: 630px;
}
#container .set-w-640px {
  width: 640px;
}
#container .set-w-645px {
  width: 645px;
}
#container .set-w-650px {
  width: 650px;
}
#container .set-h-100px {
  height: 100px;
}
#container .set-h-150px {
  height: 150px;
}
#container .set-h-200px {
  height: 200px;
}
#container .set-h-320px {
  height: 320px;
}
#container .set-m-auto {
  margin: auto;
}
#container .set-mt-5 {
  margin-top: 5px;
}
#container .set-mt-10 {
  margin-top: 10px;
}
#container .set-mt-15 {
  margin-top: 15px;
}
#container .set-mt-20 {
  margin-top: 20px;
}
#container .set-mt-25 {
  margin-top: 25px;
}
#container .set-mt-30 {
  margin-top: 30px;
}
#container .set-mt-35 {
  margin-top: 35px;
}
#container .set-mt-40 {
  margin-top: 40px;
}
#container .set-mt-45 {
  margin-top: 45px;
}
#container .set-mt-50 {
  margin-top: 50px;
}
#container .set-mt-60 {
  margin-top: 60px;
}
#container .set-mt-70 {
  margin-top: 70px;
}
#container .set-mt-80 {
  margin-top: 80px;
}
#container .set-mt-90 {
  margin-top: 90px;
}
#container .set-mt-100 {
  margin-top: 100px;
}
#container .set-mt-110 {
  margin-top: 110px;
}
#container .set-mt-120 {
  margin-top: 120px;
}
#container .set-mt-180 {
  margin-top: 180px;
}
#container .set-nmt-5 {
  margin-top: -5px;
}
#container .set-nmt-20 {
  margin-top: -20px;
}
#container .set-nmt-60 {
  margin-top: -60px;
}
#container .set-nmb-25 {
  margin-bottom: -25px;
}
#container .set-mr-5 {
  margin-right: 5px;
}
#container .set-mr-7 {
  margin-right: 7px;
}
#container .set-mr-9 {
  margin-right: 9px;
}
#container .set-mr-10 {
  margin-right: 10px;
}
#container .set-mr-12 {
  margin-right: 12px;
}
#container .set-mr-15 {
  margin-right: 15px;
}
#container .set-mr-17 {
  margin-right: 17px;
}
#container .set-mr-20 {
  margin-right: 20px;
}
#container .set-mr-30 {
  margin-right: 30px;
}
#container .set-mr-35 {
  margin-right: 35px;
}
#container .set-mr-40 {
  margin-right: 40px;
}
#container .set-mr-50 {
  margin-right: 50px;
}
#container .set-mr-60 {
  margin-right: 60px;
}
#container .set-mr-70 {
  margin-right: 70px;
}
#container .set-mr-80 {
  margin-right: 80px;
}
#container .set-mr-90 {
  margin-right: 90px;
}
#container .set-mr-100 {
  margin-right: 100px;
}
#container .set-nmr-2 {
  margin-right: -2px;
}
#container .set-nmr-10 {
  margin-right: -10px;
}
#container .set-nmr-15 {
  margin-right: -15px;
}
#container .set-nmr-17 {
  margin-right: -17px;
}
#container .set-nmr-20 {
  margin-right: -20px;
}
#container .set-nmr-30 {
  margin-right: -30px;
}
#container .set-nmr-40 {
  margin-right: -40px;
}
#container .set-nmr-50 {
  margin-right: -50px;
}
#container .set-nmr-60 {
  margin-right: -60px;
}
#container .set-nmr-70 {
  margin-right: -70px;
}
#container .set-nmr-80 {
  margin-right: -80px;
}
#container .set-mb-5 {
  margin-bottom: 5px;
}
#container .set-mb-10 {
  margin-bottom: 10px;
}
#container .set-mb-13 {
  margin-bottom: 13px;
}
#container .set-mb-15 {
  margin-bottom: 15px;
}
#container .set-mb-17 {
  margin-bottom: 17px;
}
#container .set-mb-18 {
  margin-bottom: 18px;
}
#container .set-mb-20 {
  margin-bottom: 20px;
}
#container .set-mb-25 {
  margin-bottom: 25px;
}
#container .set-mb-30 {
  margin-bottom: 30px;
}
#container .set-mb-35 {
  margin-bottom: 35px;
}
#container .set-mb-40 {
  margin-bottom: 40px;
}
#container .set-mb-45 {
  margin-bottom: 45px;
}
#container .set-mb-50 {
  margin-bottom: 50px;
}
#container .set-mb-60 {
  margin-bottom: 60px;
}
#container .set-mb-65 {
  margin-bottom: 65px;
}
#container .set-mb-70 {
  margin-bottom: 70px;
}
#container .set-mb-80 {
  margin-bottom: 80px;
}
#container .set-mb-90 {
  margin-bottom: 90px;
}
#container .set-mb-100 {
  margin-bottom: 100px;
}
#container .set-mb-110 {
  margin-bottom: 110px;
}
#container .set-mb-120 {
  margin-bottom: 120px;
}
#container .set-mb-130 {
  margin-bottom: 130px;
}
#container .set-ml-2 {
  margin-left: 2px;
}
#container .set-ml-5 {
  margin-left: 5px;
}
#container .set-ml-10 {
  margin-left: 10px;
}
#container .set-ml-15 {
  margin-left: 15px;
}
#container .set-ml-17 {
  margin-left: 17px;
}
#container .set-ml-20 {
  margin-left: 20px;
}
#container .set-ml-30 {
  margin-left: 30px;
}
#container .set-ml-35 {
  margin-left: 35px;
}
#container .set-ml-40 {
  margin-left: 40px;
}
#container .set-ml-45 {
  margin-left: 45px;
}
#container .set-ml-50 {
  margin-left: 50px;
}
#container .set-ml-60 {
  margin-left: 60px;
}
#container .set-ml-70 {
  margin-left: 70px;
}
#container .set-ml-80 {
  margin-left: 80px;
}
#container .set-ml-90 {
  margin-left: 90px;
}
#container .set-ml-100 {
  margin-left: 100px;
}
#container .set-ml-110 {
  margin-left: 110px;
}
#container .set-ml-120 {
  margin-left: 120px;
}
#container .set-ml-130 {
  margin-left: 130px;
}
#container .set-ml-140 {
  margin-left: 140px;
}
#container .set-ml-150 {
  margin-left: 150px;
}
#container .set-ml-160 {
  margin-left: 160px;
}
#container .set-ml-170 {
  margin-left: 170px;
}
#container .set-ml-180 {
  margin-left: 180px;
}
#container .set-ml-190 {
  margin-left: 190px;
}
#container .set-ml-200 {
  margin-left: 200px;
}
#container .set-ml-210 {
  margin-left: 210px;
}
#container .set-ml-220 {
  margin-left: 220px;
}
#container .set-ml-240 {
  margin-left: 240px;
}
#container .set-nml-2 {
  margin-left: -2px;
}
#container .set-nml-3 {
  margin-left: -3px;
}
#container .set-nml-5 {
  margin-left: -5px;
}
#container .set-nml-10 {
  margin-left: -10px;
}
#container .set-nml-15 {
  margin-left: -15px;
}
#container .set-nml-17 {
  margin-left: -17px;
}
#container .set-nml-20 {
  margin-left: -20px;
}
#container .set-nml-30 {
  margin-left: -30px;
}
#container .set-nml-40 {
  margin-left: -40px;
}
#container .set-nml-50 {
  margin-left: -50px;
}
#container .set-nml-60 {
  margin-left: -60px;
}
#container .set-nml-70 {
  margin-left: -70px;
}
#container .set-nml-80 {
  margin-left: -80px;
}
#container .set-p-20 {
  padding: 20px;
}
#container .set-p-40 {
  padding: 40px;
}
#container .set-p-10 {
  padding: 10px;
}
#container .set-pt-5 {
  padding-top: 5px;
}
#container .set-pt-7 {
  padding-top: 7px;
}
#container .set-pt-10 {
  padding-top: 10px;
}
#container .set-pt-15 {
  padding-top: 15px;
}
#container .set-pt-20 {
  padding-top: 20px;
}
#container .set-pt-25 {
  padding-top: 25px;
}
#container .set-pt-30 {
  padding-top: 30px;
}
#container .set-pt-35 {
  padding-top: 35px;
}
#container .set-pt-40 {
  padding-top: 40px;
}
#container .set-pt-50 {
  padding-top: 50px;
}
#container .set-pt-60 {
  padding-top: 60px;
}
#container .set-pt-65 {
  padding-top: 65px;
}
#container .set-pt-70 {
  padding-top: 70px;
}
#container .set-pt-80 {
  padding-top: 80px;
}
#container .set-pt-90 {
  padding-top: 90px;
}
#container .set-pt-100 {
  padding-top: 100px;
}
#container .set-pt-_9rem {
  padding-top: 0.9rem;
}
#container .set-pr-5 {
  padding-right: 5px;
}
#container .set-pr-10 {
  padding-right: 10px;
}
#container .set-pr-15 {
  padding-right: 15px;
}
#container .set-pr-20 {
  padding-right: 20px;
}
#container .set-pr-30 {
  padding-right: 30px;
}
#container .set-pr-40 {
  padding-right: 40px;
}
#container .set-pr-45 {
  padding-right: 45px;
}
#container .set-pr-50 {
  padding-right: 50px;
}
#container .set-pr-60 {
  padding-right: 60px;
}
#container .set-pr-70 {
  padding-right: 70px;
}
#container .set-pr-80 {
  padding-right: 80px;
}
#container .set-pr-90 {
  padding-right: 90px;
}
#container .set-pr-100 {
  padding-right: 100px;
}
#container .set-pb-5 {
  padding-bottom: 5px;
}
#container .set-pb-10 {
  padding-bottom: 10px;
}
#container .set-pb-15 {
  padding-bottom: 15px;
}
#container .set-pb-20 {
  padding-bottom: 20px;
}
#container .set-pb-25 {
  padding-bottom: 25px;
}
#container .set-pb-30 {
  padding-bottom: 30px;
}
#container .set-pb-35 {
  padding-bottom: 35px;
}
#container .set-pb-40 {
  padding-bottom: 40px;
}
#container .set-pb-50 {
  padding-bottom: 50px;
}
#container .set-pb-60 {
  padding-bottom: 60px;
}
#container .set-pb-70 {
  padding-bottom: 70px;
}
#container .set-pb-80 {
  padding-bottom: 80px;
}
#container .set-pb-90 {
  padding-bottom: 90px;
}
#container .set-pb-100 {
  padding-bottom: 100px;
}
#container .set-pb-_8rem {
  padding-bottom: 0.8rem;
}
#container .set-pl-5 {
  padding-left: 5px;
}
#container .set-pl-10 {
  padding-left: 10px;
}
#container .set-pl-13 {
  padding-left: 13px;
}
#container .set-pl-15 {
  padding-left: 15px;
}
#container .set-pl-20 {
  padding-left: 20px;
}
#container .set-pl-30 {
  padding-left: 30px;
}
#container .set-pl-40 {
  padding-left: 40px;
}
#container .set-pl-45 {
  padding-left: 45px;
}
#container .set-pl-50 {
  padding-left: 50px;
}
#container .set-pl-60 {
  padding-left: 60px;
}
#container .set-pl-70 {
  padding-left: 70px;
}
#container .set-pl-80 {
  padding-left: 80px;
}
#container .set-pl-90 {
  padding-left: 90px;
}
#container .set-pl-100 {
  padding-left: 100px;
}
#container .set-bb-8a8a92 {
  border-bottom: 1px solid #8a8a92;
}
#container .set-bb-red {
  border-bottom: 1px solid #d63057;
}
#container .set-ws-pl {
  white-space: pre-line;
}
#container .reset-mt {
  margin-top: 0;
}
#container .reset-mr {
  margin-right: 0;
}
#container .reset-mb {
  margin-bottom: 0;
}
#container .reset-ml {
  margin-left: 0;
}
#container .reset-pl {
  padding-left: 0;
}
#container .reset-pb {
  padding-bottom: 0;
}
#container .reset-border-r {
  border-right: 0;
}
#container .reset-border-b {
  border-bottom: 0;
}
#container .reset-max-w {
  max-width: none;
}

/* Slider */
.wrap-slick-banner {
  width: auto;
  margin: 0 5px;
}
.wrap-slick-banner .slick--banner .slick-list {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.wrap-slick-banner .slick--banner .slick-slide {
  margin: 0 10px;
  padding: 6px 0 3px 0;
}
.wrap-slick-banner .slick--banner .slick-arrow {
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 100px;
  z-index: 10;
  background: url(../images/content/slide-arrow.png) no-repeat;
  background-size: 90px 170px;
  overflow: hidden;
  width: 40px;
  height: 80px;
  text-indent: -9999px;
}
.wrap-slick-banner .slick--banner .slick-arrow.slick-prev {
  left: -50px;
}
.wrap-slick-banner .slick--banner .slick-arrow.slick-next {
  right: -50px;
  background-position: -50px 0;
}
.wrap-slick-banner .slick--banner:hover .slick-arrow {
  opacity: 1;
}
.wrap-slick-banner .slick--banner:hover .slick-arrow.slick-prev {
  left: 5px;
}
.wrap-slick-banner .slick--banner:hover .slick-arrow.slick-next {
  right: 5px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
  outline: none !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  background-color: #808080;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #000000;
}

.calendar {
  margin-top: 29px;
}
.calendar .cal_wrapper {
  padding: 10px 5px;
  border: solid 2px #CCC;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-image: url(../images/footer/calendar-bg.png);
}
.calendar .cal_wrapper div.schedule_wrapper {
  padding: 10px 0px;
  width: 330px;
  border: solid 1px #CCC;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}
.calendar .cal_wrapper div.schedule_wrapper h3 {
  padding: 0px 10px;
  font-weight: normal;
  margin: 0px;
  font-size: 12px;
  color: #666;
}
.calendar .cal_wrapper div.schedule_wrapper div.schedule_list {
  padding: 0px 10px;
  margin: 0px;
}
.calendar .cal_wrapper div.schedule_wrapper div.schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #CCC;
}
.calendar .cal_wrapper div.schedule_wrapper div.schedule_list ol li {
  padding: 5px 10px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  line-height: 1.5em;
}
.calendar .cal_wrapper div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}
.calendar .cal_wrapper table {
  margin: 0 auto;
  width: 98%;
}
.calendar .cal_wrapper table.cal tr th p {
  float: left;
  padding: 0px;
  margin: 5px 0px 20px 20px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
}
.calendar .cal_wrapper table.cal tr th div.cal_ui {
  float: right;
  margin-right: 8px;
}
.calendar .cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #CCC;
  background-color: #FFF;
  font-size: 12px;
  margin: 7px 3px;
  padding: 1px 5px;
  border-radius: 3px;
}
.calendar .cal_wrapper table.cal tr td {
  text-align: center;
  padding: 2px;
  font-size: 1.7rem;
  border-top: solid 1px #EEE;
}
.calendar .cal_wrapper table.cal tr.headline {
  background-color: #eeeeee;
}
.calendar .cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  color: #666;
}
.calendar .cal_wrapper table.cal tr td div {
  position: relative;
  padding: 10px;
  text-align: center;
  background-color: #FFF;
  border-radius: 3px;
}
.calendar .cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 180px;
  border: solid 1px #EEE;
  background-color: #FFF;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}
.calendar .cal_wrapper table.cal tr td div.Sat {
  color: #5a20f4;
  background-color: #d6f6fe;
  border-radius: 8px;
}
.calendar .cal_wrapper table.cal tr td div.Sun {
  color: #ff0017;
  background-color: #ffeeee;
  border-radius: 8px;
}
.calendar .cal_wrapper table.cal tr td div.Today {
  font-weight: bolder;
  background-color: #eeeefe;
  color: #73a855;
  border-radius: 8px;
}
.calendar .cal_wrapper table.cal tr td div.Deli {
  background-color: #EFE;
}
.calendar .cal_wrapper table.cal tr td div.Holyday {
  font-weight: bolder;
  color: #F00;
  background-color: #FEE;
}
.calendar .cal_wrapper table.cal tr td div.Birthday {
  font-weight: bolder;
  background-color: #EEF;
  color: #090;
  border-radius: 3px;
}
.calendar .cal_wrapper table.cal tr td div.backward {
  color: #CCC;
  font-weight: normal;
  background-color: #FFF;
  border-radius: 3px;
}
.calendar .cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
.calendar .cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #EEE;
}
.calendar p.sat,
.calendar p.sun {
  position: relative;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 36px;
  min-height: 24px;
  font-weight: bold;
  font-size: 1.6rem;
}
.calendar p.sat:before,
.calendar p.sun:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  border: solid 1px #EEE;
}
.calendar p.sat:before {
  background-color: #d6f6fe;
}
.calendar p.sun:before {
  background-color: #ffeeee;
}

.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}

.overlap {
  position: relative;
  z-index: 10;
}

.specified-com-tx-container {
  padding: 10px;
  border: 1px solid #CCC;
}

.specified-com-tx-container p {
  font-size: 14px;
  white-space: pre-wrap;
}

html, body {
  width: 100%;
  font-size: 10px;
  color: #44291b;
}

body {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
form, fieldset,
hr, sup, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

mark {
  background: #f2f72f;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 5px 8px;
}

input,
select {
  line-height: 1.42857143;
}

select {
  background: #FFF;
}

input,
select,
textarea {
  border: 1px solid #cfd0cd;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}

sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

a {
  cursor: pointer;
  display: inline-block;
  color: #3f4537;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

input[type="image"] {
  border: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
input[type="image"]:hover {
  opacity: 0.8;
}

a,
button,
.tab__button li {
  cursor: pointer;
}
a img,
button img,
.tab__button li img {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover img,
button:hover img,
.tab__button li:hover img {
  opacity: 0.8;
}
a.reset-hover-txtd,
button.reset-hover-txtd,
.tab__button li.reset-hover-txtd {
  display: inline-block;
  text-decoration: none;
}

strong {
  font-weight: 550;
}

iframe {
  border: 0;
}

ul, ol, p, dt, dd,
caption, th, td,
select, input, textarea, button {
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6, dt {
  line-height: 1.4;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #cacbc8;
}
hr.dot-img {
  background: url(../images/content/line-dot-img.png) repeat-x;
  height: 3px;
  border-top: 0;
}

main, section, aside, figure, header, footer {
  display: block;
}

* {
  box-sizing: border-box;
}
