@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Mixin */
/*----------------------------------------
 Base
----------------------------------------*/
a {
  color: #5EA8A7;
  text-decoration: none;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #386867;
  text-decoration: underline;
}

body {
  background: #FFFFFF;
  color: #212121;
  font-family: "Noto Sans Japanese", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.5rem;
  line-height: 1.0;
  text-align: center;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

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

input, select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

strong {
  color: #EC407A;
  font-weight: 700;
}

/*----------------------------------------
 Component
----------------------------------------*/
.alert {
  background: #EC407A;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bnr {
  padding: 10px 0px;
}

.breadcrumb {
  display: block;
  font-size: 1.2rem;
  margin: 0px auto;
  max-width: 1280px;
  padding: 5px 10px 0px;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cards {
  font-size: 1.2rem;
  line-height: 1.6;
}
.cards a {
  background: #FFFFFF;
  border: 3px solid #F5F5F5;
  height: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cards a:hover {
  border: 3px solid #5EA8A7;
  text-decoration: none;
}
.cards a h3 {
  width: 100%;
}
.cards a img {
  width: 100%;
  margin-bottom: 5px;
}

.cards--swiper a {
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
.cards--swiper a .purchase {
  color: #212121;
}

.cards--results a {
  display: flex;
  align-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
}
.cards--results a .purchase {
  color: #212121;
}

.cards--blog a {
  display: block;
}

.col--10 {
  width: 10%;
}

.col--15 {
  width: 15%;
}

.col--20 {
  width: 20%;
}

.col--25 {
  width: 25%;
}

.col--30 {
  width: 30%;
}

.col--33 {
  width: calc(100% / 3 * 1);
}

.col--40 {
  width: 40%;
}

.col--50 {
  width: 50%;
}

.col--60 {
  width: 60%;
}

.col--66 {
  width: calc(100% / 3 * 2);
}

.col--75 {
  width: 75%;
}

.col--80 {
  width: 80%;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.contact li {
  margin: 0px 5px 10px;
  line-height: 1.2;
}
.contact li a {
  display: block;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact li a:hover {
  text-decoration: none;
}
.contact li a span {
  font-size: 1.2rem;
  display: block;
}
.contact li a .contact-label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 3px 0px;
}
.contact li a .free-dial {
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 3px 0px;
}
.contact li a .fa {
  font-size: 2.4rem;
}

.contact--sidebar li {
  width: calc(100% / 2 - 10px);
}
@media only screen and (max-width: 640px) {
  .contact--sidebar li {
    width: calc(100% / 1 - 10px);
  }
}
.contact--sidebar li a {
  border: 1px solid #212121;
  color: #212121;
  padding: 3px;
}

.contact--footer {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 500px;
}
@media only screen and (max-width: 1000px) {
  .contact--footer {
    position: static;
    width: auto;
    max-width: 500px;
    margin: 0px auto 20px;
  }
}
.contact--footer li {
  width: calc(100% / 2 - 10px);
}
@media only screen and (max-width: 640px) {
  .contact--footer li {
    width: calc(100% / 1 - 10px);
  }
}
.contact--footer li a {
  border: 1px solid #FFFFFF;
  padding: 10px;
}
.contact--footer li a:hover {
  background: #FFFFFF;
  color: #212121;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fa {
  margin-right: 5px;
  vertical-align: middle;
}

.inner {
  margin: 0px auto;
  padding: 0px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner--800 {
  max-width: 800px;
  margin: auto;
}

.inner--960 {
  max-width: 960px;
  margin: auto;
}

.inner--1280 {
  max-width: 1280px;
  margin: auto;
}

.link {
  text-align: center;
  margin-bottom: 30px;
}
.link a:before {
  content: "\f08e";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.list {
  margin: 10px 0px;
  display: inline-block;
}
.list li {
  margin: 5px 0px 5px 30px;
  text-align: left;
}

.list--disc {
  list-style: disc;
}

.list--num {
  list-style: decimal;
}

.list--asterisk {
  list-style: none;
}
.list--asterisk li {
  text-indent: -1em;
}
.list--asterisk li:before {
  display: inline;
  content: "※";
}

.navigation {
  display: flex;
  justify-content: space-between;
  margin: 0px -5px;
}
.navigation li {
  margin: 5px 5px 0px;
  width: calc(100% / 2 - 10px);
}
.navigation .prev a, .navigation .next a {
  border: 1px solid #212121;
  color: #212121;
  display: block;
  padding: 10px;
}
.navigation .prev a:hover, .navigation .next a:hover {
  background: #212121;
  color: #FFFFFF;
  text-decoration: none;
}
.navigation .prev a:before {
  content: "\f100";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.navigation .next a:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.note {
  background: #F5F5F5;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.price {
  color: #EC407A;
  font-size: 2rem;
}

.quote {
  background: #F5F5F5;
  padding: 10px 50px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.quote:before {
  color: #BDBDBD;
  content: "\f10d";
  float: left;
  font-family: "FontAwesome";
  font-size: 2rem;
  position: absolute;
  top: 10px;
  left: 10px;
}
.quote:after {
  color: #BDBDBD;
  content: "\f10e";
  float: right;
  font-family: "FontAwesome";
  font-size: 2rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.quote cite {
  display: block;
  text-align: right;
}

.share {
  display: flex;
  justify-content: space-between;
  margin: 0px -5px;
}
.share li {
  margin: 5px;
  text-align: center;
  width: calc(100% / 4 - 4px);
}
.share li a {
  border: 1px solid #212121;
  background: #FFFFFF;
  color: #212121;
  display: block;
  padding: 10px 0px;
}
.share li a:hover {
  background: #212121;
  color: #FFFFFF;
  text-decoration: none;
}

.small {
  font-size: 1.2rem;
}

.table {
  margin: 20px 0px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .table {
    font-size: 1.2rem;
  }
}
.table tr {
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table tr th, .table tr td {
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.table tr th {
  background: #F5F5F5;
}
.table tr td img {
  border: none;
  padding: 0px;
}
.table tr .align-left {
  text-align: left;
}

.table--outline tr th {
  text-align: left;
  width: 25%;
}
.table--outline tr td {
  text-align: left;
  width: 80%;
}

.table--rank tr td:nth-child(odd) {
  padding: 0px;
}
.table--rank tr td .rank {
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
.table--rank tr td h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0px;
}
.table--rank tr td p {
  margin: 10px 0px;
}

.wp-pagenavi {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.wp-pagenavi a {
  background: #FFFFFF;
  color: #212121;
  display: inline-block;
  font-size: 1.2rem;
  margin: 5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.wp-pagenavi a:hover {
  background-color: #5EA8A7;
  color: #FFFFFF;
}
.wp-pagenavi .current {
  background: #212121;
  color: #FFFFFF;
  display: inline-block;
  margin: 5px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*----------------------------------------
 Header
----------------------------------------*/
.header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.header .inner {
  position: relative;
  height: 70px;
}
@media only screen and (max-width: 1000px) {
  .header .inner {
    height: 50px;
  }
}
.header .inner .logo {
  position: absolute;
  top: 22px;
  left: 10px;
}
@media only screen and (max-width: 1280px) {
  .header .inner .logo {
    top: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .inner .logo {
    padding: 6px;
    position: static;
  }
  .header .inner .logo img {
    width: 160px;
  }
}
.header .inner .description {
  font-size: 1.2rem;
  line-height: 70px;
  position: absolute;
  left: 230px;
}
@media only screen and (max-width: 1280px) {
  .header .inner .description {
    line-height: 1.0;
    bottom: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .inner .description {
    position: static;
  }
}

.header-menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 1000px) {
  .header-menu {
    display: none;
  }
}
.header-menu ul {
  display: flex;
  justify-content: center;
  margin-right: 5px;
}
.header-menu ul li {
  text-align: center;
  line-height: 50px;
  position: relative;
}
.header-menu ul li:not(:last-Child):after {
  content: "/";
  position: absolute;
  top: 0px;
  right: -3px;
  z-index: 1;
}
.header-menu ul li a {
  color: #212121;
  font-size: 1.2rem;
  display: block;
  padding: 0px 15px;
}
.header-menu ul li a:hover {
  background: #b1d5d4;
  text-decoration: none;
}
.header-menu .header-contact a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: block;
  line-height: 50px;
  text-align: center;
  width: 160px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.header-menu .header-contact a:hover {
  background: #386867;
  text-decoration: none;
}

.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  padding: 5px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media only screen and (max-width: 1000px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn .fa {
  font-size: 2.4rem;
  margin-right: 0px;
}

/*----------------------------------------
 Main
----------------------------------------*/
.main {
  padding-top: 70px;
}
@media only screen and (max-width: 1000px) {
  .main {
    padding-top: 50px;
  }
}

.contents .section--m {
  margin: 40px 0px;
}
.contents .section--p {
  padding: 40px 0px;
}
.contents .section--Gray {
  background: #F5F5F5;
}

.contents__header {
  padding: 30px;
  background-image: linear-gradient(-45deg, #ffffff 25%, #f5f5f5 25%, #f5f5f5 50%, #ffffff 50%, #ffffff 75%, #f5f5f5 75%, #f5f5f5);
  background-size: 5px 5px;
}
.contents__header .head-ja {
  font-size: 2.4rem;
  font-weight: 700;
}
.contents__header .head-en {
  display: block;
  margin-top: 10px;
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
}

.contents__body {
  line-height: 1.8;
}
.contents__body .title {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 5px auto 40px;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .contents__body .title {
    font-size: 2rem;
    padding: 30px 10px;
  }
}
.contents__body .title:before {
  background: #212121;
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0px;
  width: 100%;
  height: 1px;
}
.contents__body .title:after {
  background: #212121;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: 0px;
  width: 100%;
  height: 1px;
}
.contents__body .headline1 {
  background: #212121;
  color: #FFFFFF;
  line-height: 1.0;
  margin: 0px auto 40px;
  max-width: 300px;
  padding: 10px;
  position: relative;
}
.contents__body .headline1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #212121;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}
.contents__body .headline1 .head-ja {
  font-size: 2rem;
  font-weight: 700;
}
.contents__body .headline1 .head-en {
  display: block;
  margin-top: 5px;
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
}
.contents__body .headline2 {
  font-size: 2rem;
  display: inline-block;
  font-weight: 700;
  margin: 20px 0px;
  position: relative;
  padding: 0px 50px;
}
.contents__body .headline2:before, .contents__body .headline2:after {
  background: #212121;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
}
.contents__body .headline2:before {
  left: 0px;
}
.contents__body .headline2:after {
  right: 0px;
}
.contents__body p {
  margin: 20px 0px;
}
.contents__body .continue {
  margin-bottom: 0px;
  text-align: center;
}
.contents__body .continue a {
  border: 1px solid #212121;
  color: #212121;
  display: block;
  padding: 5px;
  margin: 0px auto;
  max-width: 200px;
}
.contents__body .continue a:hover {
  background: #212121;
  color: #FFFFFF;
  text-decoration: none;
}
.contents__body .caption {
  margin-top: -10px;
  font-size: 1.2rem;
  text-align: center;
}

/* HOME */
.gallery {
  align-items: center;
  background: #F5F5F5 url("../img/main.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 500px;
  padding: 10px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .gallery {
    height: 400px;
  }
}
.gallery .box {
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  padding: 5px;
}
.gallery .box .box2 {
  border: 1px solid #BDBDBD;
  padding: 30px 20px 20px;
}
.gallery .box .box2 h1 {
  font-size: 3.0rem;
  font-weight: 700;
}
.gallery .box .box2 p {
  margin: 5px 0px;
}

.news {
  text-align: left;
}
.news li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news li:not(:last-Child) {
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 1000px) {
  .news li {
    display: block;
  }
}
.news li .news__header {
  color: #BDBDBD;
  flex-shrink: 0;
  width: 170px;
}
@media only screen and (max-width: 1000px) {
  .news li .news__header {
    display: block;
    margin-bottom: 5px;
  }
}
.news li .news__header .label {
  border: 1px solid #5EA8A7;
  display: inline-block;
  flex-shrink: 0;
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  margin-right: 20px;
  text-align: center;
  width: 50px;
}
.news li .news__header .label--news {
  background: #5EA8A7;
  color: #FFFFFF;
}
.news li .news__header .label--faq {
  background: #b1d5d4;
  color: #5EA8A7;
}
.news li .news__header .label--blog {
  background: #FFFFFF;
  color: #5EA8A7;
}

.sns {
  display: flex;
  justify-content: center;
}
.sns li {
  margin: 0px 10px;
}
.sns li a {
  background: #FFFFFF;
  border: 1px solid #212121;
  color: #212121;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.sns li a:hover {
  background: #212121;
  color: #FFFFFF;
}
.sns li a .fa {
  font-size: 2.4rem;
  line-height: 40px;
  margin: 0px;
}

.swiper-wrapper .swiper-slide {
  height: auto;
}

/* MESSAGE */
.message {
  text-align: left;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -10px;
}
@media only screen and (max-width: 640px) {
  .feature-list {
    margin: 0px -5px;
  }
}
.feature-list li {
  margin: 10px;
}
@media only screen and (max-width: 640px) {
  .feature-list li {
    margin: 5px;
  }
}
.feature-list li a {
  align-content: center;
  background: #FFFFFF;
  border: 1px solid #212121;
  color: #212121;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  width: 170px;
  height: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
  .feature-list li a {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .feature-list li a {
    width: 130px;
    height: 130px;
  }
}
.feature-list li a:hover {
  background: #212121;
  color: #FFFFFF;
  text-decoration: none;
}
.feature-list li a span {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-list li a .feature__header {
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  .feature-list li a .feature__header {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .feature-list li a .feature__body {
    font-size: 1.2rem;
  }
}

.feature-detail li {
  align-items: center;
  display: flex;
  padding-top: 30px;
}
.feature-detail li:not(:last-Child) {
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 640px) {
  .feature-detail li {
    display: block;
  }
}
.feature-detail li .feature__header {
  border: 1px solid #212121;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 700;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .feature-detail li .feature__header {
    margin: 0px auto 20px;
  }
}
.feature-detail li .feature__body {
  text-align: left;
}
.feature-detail li .feature__body h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .feature-detail li .feature__body h3 {
    text-align: center;
  }
}

/* ITEM */
.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.category-list li {
  font-size: 1.2rem;
  text-align: center;
  width: calc(100% / 6);
}
@media only screen and (max-width: 1000px) {
  .category-list li {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 640px) {
  .category-list li {
    width: calc(100% / 3);
  }
}
.category-list li a img {
  border: 5px solid #FFFFFF;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.category-list li a:hover {
  text-decoration: none;
}
.category-list li a:hover img {
  border: 5px solid #5EA8A7;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.brand-list li {
  font-size: 1rem;
  margin: 3px;
  width: calc(100% / 7 - 6px);
}
@media only screen and (max-width: 1000px) {
  .brand-list li {
    width: calc(100% / 5 - 6px);
  }
}
@media only screen and (max-width: 640px) {
  .brand-list li {
    width: calc(100% / 3 - 6px);
  }
}

.wanted {
  align-items: stretch;
  border: 1px dashed #BDBDBD;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.wanted li {
  text-align: left;
  list-style: disc;
  margin-left: 30px;
  width: calc(50% - 30px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .wanted li {
    width: 100%;
  }
}

/* RESULTS */
.results-slider {
  padding-bottom: 40px;
  margin: 0px -10px;
}

.results-list {
  background: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.results-list li {
  margin: 3px;
  width: calc(100% / 6 - 6px);
}
@media only screen and (max-width: 1280px) {
  .results-list li {
    width: calc(100% / 4 - 6px);
  }
}
@media only screen and (max-width: 1000px) {
  .results-list li {
    width: calc(100% / 3 - 6px);
  }
}
@media only screen and (max-width: 640px) {
  .results-list li {
    width: calc(100% / 2 - 6px);
  }
}

.results-photo {
  padding-bottom: 40px;
}

.results-detail .post-categories, .results-detail .post-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px -5px 0px;
}
.results-detail .post-categories li, .results-detail .post-tags li {
  margin: 0px 5px 5px 0px;
}
.results-detail .post-categories li a, .results-detail .post-tags li a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
}
.results-detail .post-categories li a:hover, .results-detail .post-tags li a:hover {
  background: #386867;
  text-decoration: none;
}
.results-detail .reference {
  margin-top: -15px;
  text-align: right;
}

.caution {
  margin-top: -20px;
  margin-left: -10px;
}
@media only screen and (max-width: 640px) {
  .caution {
    font-size: 1.2rem;
  }
}

.swiper-pagination-bullet-active {
  background: #5EA8A7;
}

/* CATEGORY & TAG */
.explain {
  align-items: center;
  display: flex;
  margin: 50px 0px;
}
@media only screen and (max-width: 1000px) {
  .explain {
    display: block;
  }
}
.explain dt {
  width: 40%;
  text-align: center;
}
.explain dt img {
  width: 250px;
}
@media only screen and (max-width: 1000px) {
  .explain dt {
    width: 100%;
  }
}
.explain dd {
  width: 60%;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .explain dd {
    width: 100%;
  }
}

.brand-message {
  border: 1px dashed #212121;
  padding: 30px 30px 10px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.brand-message h2 {
  color: #EC407A;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

/* FLOW */
.flow-index {
  display: flex;
  margin: 40px -10px;
}
.flow-index li {
  margin: 10px;
  width: calc(100% / 4 - 20px);
  position: relative;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .flow-index li {
    font-size: 1.2rem;
  }
}
.flow-index li:not(:last-Child):after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 2.4rem;
  position: absolute;
  top: calc(50% - 19px);
  right: -15px;
}
.flow-index li span {
  display: block;
}
.flow-index li img {
  margin: 20px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .flow-index li img {
    padding: 0px 5px;
  }
}

.flow-feature {
  display: flex;
  flex-wrap: wrap;
}
.flow-feature li {
  margin: 10px 20px;
  width: calc(100% / 3 - 40px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .flow-feature li {
    margin: 10px;
    width: calc(100% / 1 - 20px);
  }
  .flow-feature li:not(:last-Child) {
    background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
  }
}
.flow-feature li h3 {
  font-size: 2rem;
  font-weight: 700;
}
.flow-feature li p {
  text-align: left;
}

.step {
  padding: 30px 0px;
}
.step:not(:last-Child) {
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.step h3 span {
  margin-right: 15px;
}
.step dl {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .step dl {
    display: block;
  }
}
.step dl dt {
  flex-shrink: 0;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .step dl dt {
    width: 100%;
  }
}
.step dl dd {
  text-align: left;
}

.visit-area, .ladies {
  text-align: left;
}

/* ABOUT & STAFF & PRIVACY */
.googleMaps {
  border: 1px solid #212121;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
}
.staff-list li {
  text-align: left;
}

.staff-list__human {
  margin: 0px -20px;
}
@media only screen and (max-width: 640px) {
  .staff-list__human {
    margin: 0px;
  }
}
.staff-list__human > li {
  margin: 20px;
  width: calc(100% / 2 - 40px);
}
@media only screen and (max-width: 640px) {
  .staff-list__human > li {
    width: calc(100% / 1 - 40px);
  }
}

.staff-list__cats {
  margin: 0px -10px;
}
@media only screen and (max-width: 640px) {
  .staff-list__cats {
    margin: 0px;
  }
}
.staff-list__cats > li {
  margin: 10px;
  width: calc(100% / 3 - 20px);
}
@media only screen and (max-width: 640px) {
  .staff-list__cats > li {
    width: calc(100% / 1 - 20px);
  }
}

.profile {
  margin: 20px 0px;
}
.profile li {
  position: relative;
  margin: 10px 0px;
  padding-left: 65px;
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile li:not(:last-Child) {
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.profile li span {
  border: 1px solid #212121;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 50px;
}

.privacy {
  text-align: left;
}
.privacy h3 {
  border-left: 10px solid #212121;
  font-size: 2rem;
  font-weight: 700;
  margin: 80px 0px 20px;
  padding: 10px;
  width: 100%;
  height: 30px;
}

/* SEARCH */
.keyword-search {
  display: flex;
  margin: 0px auto 5px;
  max-width: 600px;
}
.keyword-search input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #212121;
  border-right: none;
  font-family: "Noto Sans Japanese", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
}
.keyword-search button {
  background: #5EA8A7;
  color: #FFFFFF;
  border: 1px solid #212121;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  text-decoration: none;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.keyword-search button:hover {
  background: #386867;
}
.keyword-search button .fa {
  font-size: 2rem;
}

.search-option {
  margin-top: 10px;
}
.search-option button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans Japanese", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.2rem;
  line-height: 1.0;
  margin: 0px 5px;
  padding: 0px;
}
.search-option .option-btn:before {
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 2rem;
  margin-right: 5px;
  vertical-align: middle;
}
.search-option .active:before {
  content: "\f056";
  font-family: "FontAwesome";
  font-size: 2rem;
  margin-right: 5px;
  vertical-align: middle;
}
.search-option .reset-btn:before {
  content: "\f057";
  font-family: "FontAwesome";
  font-size: 2rem;
  margin-right: 5px;
  vertical-align: middle;
}

.option-container {
  display: none;
  margin-top: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.option-container .option {
  align-items: center;
  display: flex;
  margin: 0px auto 5px;
  max-width: 400px;
}
.option-container .option label {
  background: #212121;
  border: 1px solid #212121;
  color: #FFFFFF;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.option-container .option select {
  background: #FFFFFF;
  border: 1px solid #212121;
  font-family: "Noto Sans Japanese", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* CONTACT */
.contact-method {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}
.contact-method li {
  margin: 5px 10px;
  text-align: center;
  width: calc(100% / 3 - 20px);
}
@media only screen and (max-width: 640px) {
  .contact-method li {
    width: calc(100% / 1 - 20px);
  }
}
.contact-method li a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: block;
  height: 100%;
  padding: 10px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contact-method li a:hover {
  background: #386867;
  text-decoration: none;
}
.contact-method li a span {
  display: block;
}
.contact-method li a .method {
  font-size: 2rem;
  font-weight: 700;
}

.progressbar {
  display: flex;
  max-width: 500px;
  margin: 30px auto;
}
.progressbar li {
  font-size: 1.2rem;
  position: relative;
  width: calc(100% / 3);
}
.progressbar li:after {
  background: #F5F5F5;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: -50%;
  top: 10px;
  margin-left: 12px;
}
.progressbar li:first-child:after {
  display: none;
}
.progressbar li span {
  background: #F5F5F5;
  display: block;
  margin: 0px auto 5px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.progressbar .visited:after {
  background: #5EA8A7;
}
.progressbar .visited span {
  background: #5EA8A7;
  color: #FFFFFF;
}

.contact-container {
  background: #F5F5F5;
  margin: 40px -10px -40px;
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  .contact-container {
    padding: 20px 10px;
  }
}

.contact-form {
  background: #FFFFFF;
  max-width: 700px;
  margin: 0px auto;
  padding: 20px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .contact-form {
    padding: 20px;
  }
}
.contact-form dl {
  align-items: center;
  padding: 10px 0px;
  display: flex;
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media only screen and (max-width: 640px) {
  .contact-form dl {
    display: block;
    padding-bottom: 20px;
  }
}
.contact-form dl dt {
  text-align: left;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .contact-form dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contact-form dl dt span {
  background: #EC407A;
  color: #FFFFFF;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
  padding: 0px 5px;
}
.contact-form dl dd {
  text-align: left;
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .contact-form dl dd {
    width: 100%;
  }
}
.contact-form dl dd input[type="text"], .contact-form dl dd input[type="email"], .contact-form dl dd textarea {
  border: 1px solid #BDBDBD;
  font-family: "Noto Sans Japanese", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.5rem;
  padding: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form dl dd input[type="text"]:focus, .contact-form dl dd input[type="email"]:focus, .contact-form dl dd textarea:focus {
  border: 1px solid #5EA8A7;
}
.contact-form dl dd li:not(:last-Child) {
  margin-bottom: 10px;
}
.contact-form .console {
  display: flex;
  justify-content: center;
  margin: 0px -10px;
}
.contact-form .console input[type="submit"] {
  background: #5EA8A7;
  border: none;
  color: #FFFFFF;
  font-family: "Noto Sans Japanese", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 1.5rem;
  margin: 20px 10px 0px;
  padding: 20px;
  width: 40%;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .contact-form .console input[type="submit"] {
    width: calc(100% / 2 - 20px);
  }
}
.contact-form .console input[type="submit"]:hover {
  background: #386867;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-country-name {
  display: none;
}

/*----------------------------------------
 Custom Posts
----------------------------------------*/
/* ENTRY */
.cat-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.cat-list li {
  margin: 3px;
  width: calc(100% / 6 - 6px);
}
@media only screen and (max-width: 1000px) {
  .cat-list li {
    width: calc(100% / 4 - 6px);
  }
}
@media only screen and (max-width: 640px) {
  .cat-list li {
    font-size: 1.2rem;
    width: calc(100% / 3 - 6px);
  }
}
.cat-list li a {
  background: #F5F5F5;
  color: #212121;
  display: block;
  padding: 10px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cat-list li a:hover {
  background: #5EA8A7;
  color: #FFFFFF;
  text-decoration: none;
}
.cat-list .current-cat a {
  background: #5EA8A7;
  color: #FFFFFF;
}

.entry__body {
  text-align: left;
  margin-bottom: 60px;
}
.entry__body h2 {
  border-top: 2px solid #212121;
  border-bottom: 2px solid #212121;
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 10px;
  position: relative;
  margin: 100px 0px 30px;
  text-align: center;
}
.entry__body h3 {
  border-left: 10px solid #212121;
  font-size: 2rem;
  font-weight: 700;
  margin: 60px 0px 20px;
  padding: 5px 10px;
}
.entry__body img {
  margin: 0px auto;
}
.entry__body .capture {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.entry__body .capture div {
  text-align: center;
  margin: 10px;
  text-align: center;
  width: calc(100% / 2 - 20px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .entry__body .capture div {
    width: 100%;
  }
}
.entry__body .capture div p {
  color: #BDBDBD;
  font-size: 1.2rem;
}

.entry__footer .post-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.entry__footer .post-meta li {
  font-size: 1.2rem;
  margin: 5px;
  width: calc(100% / 6 - 10px);
}
@media only screen and (max-width: 640px) {
  .entry__footer .post-meta li {
    width: calc(100% / 4 - 10px);
  }
}
.entry__footer .post-meta li a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: block;
  padding: 5px 0px;
}
.entry__footer .post-meta li a:hover {
  background: #386867;
  text-decoration: none;
}

/* FAQ */
.faq-list {
  background: #FFFFFF;
  padding: 30px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .faq-list {
    padding: 10px;
  }
}
.faq-list li {
  padding: 10px 0px;
}
.faq-list li:not(:last-Child) {
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.faq-list li h3 {
  align-items: center;
  display: flex;
}
.faq-list li h3:before {
  background: #5EA8A7;
  content: "Q";
  color: #FFFFFF;
  display: inline-block;
  flex-shrink: 0;
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.faq-list li h3 a {
  color: #212121;
}

.faq--question {
  background: #5EA8A7;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 30px 20px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .faq--question {
    padding: 30px 10px;
  }
}
.faq--question h1 {
  align-items: center;
  display: flex;
  font-weight: 700;
}
.faq--question h1:before {
  background: #FFFFFF;
  color: #5EA8A7;
  content: "Q";
  display: block;
  flex-shrink: 0;
  font-family: "Archivo", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.faq--answer {
  background: #F5F5F5;
  color: #212121;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 50px;
  padding: 10px 20px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .faq--answer {
    padding: 10px;
  }
}
.faq--answer p {
  align-items: center;
  display: flex;
}
.faq--answer p:before {
  background: #EC407A;
  color: #FFFFFF;
  content: "A";
  display: block;
  flex-shrink: 0;
  font-family: "Archivo", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* BLOG */
.blog-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-list li img {
  width: 100%;
}
.blog-list li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 5px 0px;
}
.blog-list li .excerpt {
  color: #212121;
  font-size: 1.2rem;
  margin: 0px;
  text-align: left;
}

.blog-list--top {
  margin: 0px -3px;
}
.blog-list--top li {
  margin: 3px;
  width: calc(100% / 3 - 6px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .blog-list--top li {
    width: calc(100% / 1 - 6px);
  }
}

.blog-list--archive {
  margin: 0px -3px;
}
.blog-list--archive li {
  margin: 3px;
  width: calc(100% / 5 - 6px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
  .blog-list--archive li {
    width: calc(100% / 3 - 6px);
  }
}
@media only screen and (max-width: 640px) {
  .blog-list--archive li {
    width: calc(100% / 1 - 6px);
  }
}

.blog-list--sp {
  justify-content: center;
  margin: 0px -3px;
}
.blog-list--sp li {
  margin: 3px;
  width: calc(100% / 3 - 6px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .blog-list--sp li {
    width: calc(100% / 1 - 6px);
  }
}

.blog-entry img {
  border: 1px solid #F5F5F5;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .blog-entry img {
    padding: 10px;
  }
}

.comment {
  margin: 20px 0px;
}
.comment h3 {
  background: #212121;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 0px;
}
.comment .author {
  align-items: center;
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .comment .author .author__comment {
    font-size: 1.2rem;
  }
}
.comment .author .author__icon {
  flex-shrink: 0;
  width: 100px;
  margin-top: 5px;
  margin-left: 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.comment .author .author__icon a {
  color: #212121;
}
.comment .author .author__icon a:hover {
  text-decoration: none;
}
.comment .author .author__icon a img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comment .author .author__icon a span {
  font-size: 1.2rem;
}

.wpap-tpl-with-detail, .wpap-tpl-detail {
  max-width: 800px !important;
}

.wpap-image {
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .wpap-image {
    width: 120px;
  }
}
.wpap-image img {
  display: inline-block !important;
}

/*----------------------------------------
 Sidebar
----------------------------------------*/
.sidebar {
  background: #FFFFFF;
  display: none;
  height: calc(100% + 200px);
  padding: 150px 0px 0px;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .inner {
  height: calc(100% - 100px);
  padding-bottom: 10px;
  overflow: hidden;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .inner .sidebar-headline {
  background: #212121;
  color: #FFFFFF;
  margin: 0px -10px 10px;
  padding: 10px;
}
.sidebar .inner .sidebar-headline h2 {
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.sidebar .inner .sidebar-headline span {
  font-size: 1rem;
}

.sidebar__menu {
  background: #FFFFFF;
}
.sidebar__menu .menu-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px 10px;
}
.sidebar__menu .menu-container ul {
  margin: 0px 5px;
  width: calc(100% / 2 - 10px);
}
.sidebar__menu .menu-container ul li {
  text-align: left;
}
.sidebar__menu .menu-container ul li:not(:last-Child) {
  border-bottom: 1px solid #F5F5F5;
}
.sidebar__menu .menu-container ul li a {
  color: #212121;
  display: block;
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .sidebar__menu .menu-container ul li a {
    padding: 25px 10px;
  }
}
.sidebar__menu .menu-container ul li a:hover {
  text-decoration: none;
}
.sidebar__menu .menu-container ul li a:before {
  color: #BDBDBD;
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.sidebar__contact {
  margin-bottom: 20px;
}

/*----------------------------------------
 Footer
----------------------------------------*/
.footer {
  background: #212121;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 10px 0px;
}
.footer .inner {
  height: 200px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .footer .inner {
    height: auto;
  }
}
.footer .inner a {
  color: #FFFFFF;
}

.footer__menu {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 500px;
}
@media only screen and (max-width: 1000px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu ul {
  text-align: left;
}
.footer__menu ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.footer__signature {
  position: absolute;
  top: 0px;
  left: 10px;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .footer__signature {
    position: static;
    text-align: center;
  }
}
.footer__signature .logo {
  margin: 10px 0px 5px;
}
.footer__signature .footer-sns {
  display: flex;
  justify-content: flex-start;
  margin: 5px -5px 15px;
}
@media only screen and (max-width: 1000px) {
  .footer__signature .footer-sns {
    justify-content: center;
  }
}
.footer__signature .footer-sns li {
  margin: 0px 5px;
}
.footer__signature .footer-sns li a {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #212121;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.footer__signature .footer-sns li a:hover {
  background: #212121;
  color: #FFFFFF;
}
.footer__signature .footer-sns li a .fa {
  font-size: 2rem;
  line-height: 25px;
  margin: 0px;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.pagetop a {
  background: #5EA8A7;
  color: #FFFFFF;
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pagetop a:hover {
  background: #386867;
}
.pagetop a span {
  display: block;
}
.pagetop a .fa {
  font-size: 2.4rem;
  margin: 0px 0px 5px;
}
