@charset "UTF-8";
/*----------------------------------------------------
setting
----------------------------------------------------*/
/*----------------------------------------------------
fonts
----------------------------------------------------*/
/* font size */
html {
  font-size: 75%;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  html {
    font-size: 100% !important;
  }
}
/*----------------------------------------------------
mixin
----------------------------------------------------*/
/*----------------------------------------------------
contents
----------------------------------------------------*/
.slide:nth-child(n+2) .mbYTP_wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  margin: 0 0 !important;
  width: 140% !important;
  height: 140% !important;
  margin: -16% 0 0 -20% !important;
}

#contents .header_spacer {
  padding-top: 92px;
}
#contents #bnr {
  border-top: 1px solid #eee;
  padding: 80px 0;
  text-align: center;
  /*
  		a {
  			display: block;
  			img {
  				width: 100%;
  				height: auto;
  			}
  		}
  */
}
#contents #bnr .bx-wrapper {
  width: 100%;
  height: 100% !important;
  position: relative;
}
#contents #bnr .bx-wrapper .bx-viewport {
  width: 100%;
  height: 100% !important;
}
#contents #bnr .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -18px;
  left: 0;
  z-index: 52;
  width: 100%;
  height: 10px;
  text-align: center;
}
#contents #bnr .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
}
#contents #bnr .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
#contents #bnr .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: black;
}
@media (max-width: 767px) {
  #contents #bnr {
    padding: 20px 0 30px;
  }
  #contents #bnr .bx-wrapper .bx-pager {
    bottom: -9px;
    left: 0;
  }
}

.lightbox {
  display: none;
}

.featherlight .featherlight-inner {
  max-width: 100%;
}

@media (max-width: 767px) {
  .featherlight .featherlight-content {
    max-height: 50% !important;
  }
}

/*----------------------------------------------------
home
----------------------------------------------------*/
#home .bx-wrapper {
  width: 100%;
  height: 100% !important;
  position: relative;
}
#home .bx-wrapper .bx-viewport {
  width: 100%;
  height: 100% !important;
}
#home .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 18px;
  left: 0;
  z-index: 52;
  width: 100%;
  height: 10px;
  text-align: center;
}
#home .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
}
#home .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  text-indent: -9999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
#home .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: white;
}
@media (max-width: 767px) {
  #home .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
#home .bx-wrapper .bx-controls-direction .bx-prev,
#home .bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  z-index: 52;
  width: 100%;
  text-indent: -9999px;
  width: 41px;
  height: 82px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#home .bx-wrapper .bx-controls-direction .bx-prev {
  left: 30px;
  background-image: url(../img/slider_prev.png);
}
#home .bx-wrapper .bx-controls-direction .bx-next {
  right: 30px;
  background-image: url(../img/slider_next.png);
}
#home .eyecatch {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
}
#home .eyecatch .slider {
  width: 100%;
  height: 100%;
}
#home .eyecatch .slider .slide {
  width: 100%;
  height: 100%;
}
#home .eyecatch .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
#home .eyecatch .labels {
  position: absolute;
  bottom: 40px;
}
#home .eyecatch .labels.right {
  right: 20px;
  text-align: right;
}
#home .eyecatch .labels.left {
  left: 20px;
  text-align: left;
}
#home .eyecatch .labels.center {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #home .eyecatch .labels {
    bottom: 40px;
  }
}
#home .eyecatch .labels .category a, #home .eyecatch .labels .category span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-family: helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
  background-color: #000;
  padding: 3px 3px 1px 3px;
}
@media (max-width: 767px) {
  #home .eyecatch .labels .category {
    margin-top: 10px;
  }
}
#home .eyecatch .labels .title {
  margin-top: 10px;
  color: #fff;
  line-height: 100%;
  font-size: 60px;
  font-family: "usual", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  #home .eyecatch .labels .title {
    font-size: 36px;
  }
}
#home .eyecatch .labels .catchcopy {
  margin-top: 10px;
  color: #fff;
  line-height: 125%;
  font-size: 16px;
}
#home .eyecatch .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#home .eyecatch #youtube-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#home .eyecatch #youtube-area #youtube {
  z-index: 1;
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#home #topcontents .row {
  margin: 0 0;
  border-left: 1px solid #eee;
}
#home #topcontents .row .col {
  padding: 0 0;
  border-right: 1px solid #eee;
}
@media (max-width: 767px) {
  #home #topcontents .row .col {
    margin-bottom: 0;
  }
}
#home #topcontents .box {
  padding: 60px 40px;
}
#home #topcontents .box .hl {
  color: #767676;
  font-size: 20px;
  font-family: helvetica, sans-serif;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #home #topcontents .box {
    padding: 30px 20px;
  }
  #home #topcontents .box .hl {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #home #topcontents .post_box {
    margin-bottom: 30px;
  }
}
#home #topcontents #special .elm {
  margin-bottom: 40px;
}
#home #topcontents #special .elm.bnr {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #home #topcontents #special .elm.bnr {
    margin-bottom: 60px;
  }
}
#home #topcontents #special .elm.bnr ul li {
  clear: both;
  margin-top: 30px;
}
#home #topcontents #special .elm.bnr ul li:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  #home #topcontents #special .elm.bnr ul li {
    margin-top: 20px;
  }
}
#home #topcontents #special .default .ratio {
  padding-bottom: 50%;
}
#home #topcontents #special .default .content {
  padding-top: 15px;
  text-align: right;
}
#home #topcontents #special .default .content .title {
  color: #000;
  line-height: 125%;
  font-size: 20px;
  font-family: "usual", sans-serif;
  font-weight: 700;
}
#home #topcontents #special .default .content .catchcopy {
  margin-top: 10px;
  color: #000;
  line-height: 125%;
  font-size: 11px;
}
#home #topcontents .instagram {
  margin-bottom: 60px !important;
}
#home #topcontents .instagram .posts {
  background-color: #ffdc00;
  padding: 2px 4px;
}
#home #topcontents .instagram .posts .instagram_row {
  margin: 0 -2px;
}
#home #topcontents .instagram .posts .instagram_row .instagram_col {
  padding: 2px 2px;
  float: left;
  width: 33.33333333333333%;
}
#home #topcontents .instagram .posts .instagram_row .instagram_col a {
  display: block;
}
#home #topcontents .instagram .posts .instagram_row .instagram_col a img {
  display: block;
}
#home #topcontents .instagram .posts .instagram_post {
  margin: 0 -2px;
}
#home #topcontents .instagram .posts .instagram_post .instagram_placeholder {
  padding: 2px 2px;
  float: left;
  width: 33.33333333333333%;
}
#home #topcontents .instagram .posts .instagram_post .instagram_placeholder a {
  display: block;
}
#home #topcontents .instagram .posts .instagram_post .instagram_placeholder a img {
  display: block;
  width: 100%;
  height: auto;
}
#home #topcontents .instagram .more {
  text-align: right;
  padding-top: 15px;
}
#home #topcontents .instagram .more a {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: helvetica, sans-serif;
  line-height: 100%;
}
#home #topcontents .instagram .follow a {
  display: block;
  background-color: #333;
  padding: 15px 5px;
  font-size: 18px;
  font-family: "usual", sans-serif;
  font-weight: 700;
  font-weight: 600;
  text-align: center;
  color: white;
  /*
  					img {
  						-webkit-filter: invert(100%);
  						-moz-filter: invert(100%);
  						-o-filter: invert(100%);
  						-ms-filter: invert(100%);
  						filter: invert(100%);
  					}
  */
}
#home #topcontents .instagram .follow a p {
  display: inline-block;
  margin: 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #home #topcontents .instagram .follow a {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  #home #topcontents .instagram .follow a {
    padding: 10px 5px;
  }
}
#home #topcontents .instagram .follow #decotra {
  color: white;
  margin: 0 -2.5px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #home #topcontents .instagram .follow #decotra {
    margin: 0 -1px;
  }
}
@media (max-width: 767px) {
  #home #topcontents .instagram .follow #decotra {
    margin: 0 -1px;
  }
}
#home #topcontents .instagram .follow #decotra span {
  font-size: 18px;
  font-family: "usual", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 2.5px;
  -webkit-transition: 0.01s;
  -moz-transition: 0.01s;
  -o-transition: 0.01s;
  transition: 0.01s;
  opacity: 0.4;
  text-shadow: 0 0 80px white, 0 0 30px green, 0 0 6px blue;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #home #topcontents .instagram .follow #decotra span {
    margin: 0 1px;
  }
}
@media (max-width: 767px) {
  #home #topcontents .instagram .follow #decotra span {
    margin: 0 1px;
    font-size: 16px;
  }
}
#home #topcontents .instagram .follow #decotra span img {
  height: 18px;
  width: auto;
  display: inline-block;
  margin-bottom: -2px;
}
#home #topcontents .instagram .follow #decotra span.on {
  opacity: 1;
}
#home #topcontents .instagram .follow #decotra span.red {
  color: deeppink;
  text-shadow: 0 0 80px deeppink, 0 0 30px deeppink, 0 0 6px deeppink;
}
#home #topcontents .instagram .follow #decotra span.red.on {
  opacity: 1;
  text-shadow: 0 0 80px deeppink, 0 0 30px deeppink, 0 0 6px deeppink;
}
#home #topcontents .instagram .follow #decotra span.blue {
  color: #36c6d6;
  text-shadow: 0 0 80px #36c6d6, 0 0 30px #36c6d6, 0 0 6px #36c6d6;
}
#home #topcontents .instagram .follow #decotra span.blue.on {
  opacity: 1;
  text-shadow: 0 0 80px #36c6d6, 0 0 30px #36c6d6, 0 0 6px #36c6d6;
}
#home #topcontents .instagram .follow #decotra span.green {
  color: #30bf30;
  text-shadow: 0 0 80px #30bf30, 0 0 30px #30bf30, 0 0 6px #30bf30;
}
#home #topcontents .instagram .follow #decotra span.green.on {
  opacity: 1;
  text-shadow: 0 0 80px #30bf30, 0 0 30px #30bf30, 0 0 6px #30bf30;
}
#home #topcontents .instagram .follow #decotra span.yellow {
  color: #ffff40;
  text-shadow: 0 0 80px #ffff40, 0 0 30px #ffff40, 0 0 6px #ffff40;
}
#home #topcontents .instagram .follow #decotra span.yellow.on {
  opacity: 1;
  text-shadow: 0 0 80px #ffff40, 0 0 30px #ffff40, 0 0 6px #ffff40;
}
#home #topcontents .video .image {
  position: relative;
}
#home #topcontents .video .image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/watchvideo.png);
  background-size: auto 83px;
}

/*----------------------------------------------------
post index
----------------------------------------------------*/
.post_index {
  position: relative;
  /*
  padding-bottom: 102px;
  @media (max-width: $xs-maxwidth) {
  	padding-bottom: 51px;
  }
  */
}
.post_index .post_box {
  margin-top: 60px;
}
.post_index .post_box:first-child {
  margin-top: 0;
}
.post_index .post_box .content {
  padding-top: 10px;
}
.post_index .post_box .content .category {
  display: inline-block;
  background-color: #000;
  padding: 1px 2px 0;
  color: #fff;
  font-size: 12px;
  font-family: helvetica, sans-serif;
  font-weight: 300;
  line-height: 100%;
}
.post_index .post_box .content .title {
  margin-top: 5px;
  color: #000;
  line-height: 100%;
  font-size: 20px;
  font-family: "usual", sans-serif;
  font-weight: 700;
}
.post_index .post_box .content .catchcopy {
  margin-top: 10px;
  color: #000;
  line-height: 125%;
  font-size: 11px;
}
@media (max-width: 767px) {
  .post_index .post_box {
    margin-bottom: 0px;
  }
}
.post_index .post_more {
  /*
  position: absolute;
  bottom: 0;
  */
  width: 100%;
}
.post_index .post_more a {
  display: block;
  text-align: center;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: helvetica, sans-serif;
  letter-spacing: 1px;
}
.post_index .post_more_list {
  padding-top: 30px;
}
.post_index .post_more_list .h {
  display: block;
  text-align: center;
  color: #000;
  line-height: 100%;
  font-size: 18px;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  margin-bottom: 1em;
}
.post_index .post_more_list .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.post_index .post_more_list .list ul li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border: 1px solid #fff;
}
.post_index .post_more_list .list ul li a {
  display: block;
  text-align: center;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: helvetica, sans-serif;
  letter-spacing: 1px;
}

/*----------------------------------------------------
single detail
----------------------------------------------------*/
#single_detail .eyecatch {
  position: relative;
  width: 100%;
  height: 100%;
  height: 75vh;
}
#single_detail .eyecatch .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
#single_detail .eyecatch .labels {
  position: absolute;
  bottom: 40px;
}
#single_detail .eyecatch .labels.right {
  right: 20px;
  text-align: right;
}
#single_detail .eyecatch .labels.left {
  left: 20px;
  text-align: left;
}
#single_detail .eyecatch .labels.center {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  #single_detail .eyecatch .labels {
    bottom: 20px;
  }
}
#single_detail .eyecatch .labels .category a, #single_detail .eyecatch .labels .category span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-family: helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
  background-color: #000;
  padding: 3px 3px 1px 3px;
}
@media (max-width: 767px) {
  #single_detail .eyecatch .labels .category {
    margin-top: 10px;
  }
}
#single_detail .eyecatch .labels .title {
  margin-top: 10px;
  color: #fff;
  line-height: 100%;
  font-size: 60px;
  font-family: "usual", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  #single_detail .eyecatch .labels .title {
    font-size: 36px;
  }
}
#single_detail .eyecatch .labels .catchcopy {
  margin-top: 10px;
  color: #fff;
  line-height: 125%;
  font-size: 16px;
}
#single_detail .eyecatch .background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#single_detail .meta {
  position: relative;
  padding: 20px 0;
}
#single_detail .meta ul {
  text-align: center;
  display: table;
  margin: 0 auto;
}
#single_detail .meta ul li {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  color: #767676;
  font-size: 11px;
  font-family: helvetica, sans-serif;
  line-height: 100%;
}
#single_detail .meta ul li b {
  margin-left: 5px;
  color: #000;
  font-family: helvetica, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  #single_detail .meta ul li {
    padding: 5px 7.5px;
    display: block;
    width: 100%;
  }
}
#single_detail .meta .likecontent {
  position: absolute;
  top: 0;
  left: 0;
}
#single_detail .meta .likecontent .likebtn {
  display: inline-block;
  padding: 18px 18px;
  margin: 0 auto;
}
#single_detail .meta .likecontent .likebtn .fb-like {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #single_detail .meta .likecontent {
    position: inherit;
    text-align: center;
  }
}
#single_detail .postcontent {
  font-size: 14px;
}
#single_detail .postcontent .aligncenter {
  text-align: center;
}
#single_detail .postcontent p {
  font-size: 14px;
  line-height: 200%;
  margin: 0 auto;
  width: 75%;
  padding: 40px 40px;
}
#single_detail .postcontent p strong {
  font-weight: bold;
}
#single_detail .postcontent p a {
  color: #67a800;
}
#single_detail .postcontent p em {
  font-style: italic;
}
@media (max-width: 991px) {
  #single_detail .postcontent p {
    width: 85%;
  }
}
@media (max-width: 767px) {
  #single_detail .postcontent p {
    width: 100%;
    padding: 20px 20px;
  }
}
#single_detail .postcontent h4 {
  color: #767676;
  font-size: 14px;
  line-height: 200%;
  padding: 40px 0 40px 80px;
  max-width: 75%;
  display: inline-block;
  position: relative;
  			/* p {
  				color: #767676;
  				margin: 0 auto 0 0;
  				padding: 0 40px;
  
  				position: relative;
  				&:before {
  					position: absolute;
  					top: -6px; left: -13px;
  					display: block;
  					content: '';
  					width: 33px; height: 33px;
  					background-position: top right;
  					background-repeat: no-repeat;
  					background-image: url(../img/blockquote.png);
  					background-size: contain;
  					@media (max-width: $xs-maxwidth) {
  						top: -2px; left: -9px;
  					}
  				}
  			} */
}
@media (max-width: 767px) {
  #single_detail .postcontent h4 {
    width: 100%;
  }
}
#single_detail .postcontent h4 strong {
  font-weight: bold;
}
#single_detail .postcontent h4:before, #single_detail .postcontent h4:after {
  position: absolute;
  display: block;
  content: '';
  width: 28px;
  height: 28px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #single_detail .postcontent h4:before, #single_detail .postcontent h4:after {
    width: 24px;
    height: 24px;
  }
}
#single_detail .postcontent h4:before {
  top: 37px;
  left: 28px;
  background-image: url(../img/blockquote.png);
}
@media (max-width: 767px) {
  #single_detail .postcontent h4:before {
    top: -5px;
    left: 20px;
  }
}
#single_detail .postcontent h4:after {
  bottom: 32px;
  right: -48px;
  background-image: url(../img/blockquote_end.png);
}
@media (max-width: 767px) {
  #single_detail .postcontent h4:after {
    bottom: -5px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #single_detail .postcontent h4 {
    padding: 20px 20px;
  }
  #single_detail .postcontent h4 p {
    padding: 0 20px;
  }
  #single_detail .postcontent h4 p:before {
    top: -6px;
    left: -13px;
    width: 22px;
    height: 22px;
  }
}
#single_detail .postcontent blockquote {
  color: #767676;
  width: 75%;
  margin: 40px auto;
  padding: 0 40px 0 35px;
  border-left: 5px solid #eee;
}
#single_detail .postcontent blockquote p {
  width: 100%;
  color: #767676;
  margin: 0 0;
  padding: 0 0;
}
#single_detail .postcontent blockquote .media {
  padding: 10px 0;
}
#single_detail .postcontent blockquote img {
  padding: 0 0;
  margin: 0 0;
}
@media (max-width: 767px) {
  #single_detail .postcontent blockquote {
    width: 100%;
    padding: 0 20px 0 15px;
  }
}
#single_detail .postcontent img {
  padding: 0 0;
  max-width: 100%;
  margin: 0 auto;
}
#single_detail .postcontent img.full {
  padding: 0 0;
  width: 100%;
}
#single_detail .postcontent img.fit {
  padding: 0 80px;
  width: 100%;
}
@media (max-width: 991px) {
  #single_detail .postcontent img.fit {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #single_detail .postcontent img {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #single_detail .postcontent img {
    padding: 0 20px;
  }
}
#single_detail .postcontent .media {
  padding: 40px 0;
}
#single_detail .postcontent .media img {
  display: block;
}
#single_detail .postcontent .wp-caption {
  padding: 40px 0;
  width: 100% !important;
  max-width: initial !important;
}
#single_detail .postcontent .wp-caption img {
  display: block;
  margin: 0 auto;
}
#single_detail .postcontent .wp-caption .wp-caption-text {
  padding: 0 0;
  margin-top: 10px;
  width: 100%;
  color: #666;
  line-height: 150%;
  text-align: left;
  font-size: 12px;
}
@media (max-width: 767px) {
  #single_detail .postcontent .wp-caption .wp-caption-text {
    width: 100%;
    text-align: left;
  }
}
#single_detail .postcontent .gallery {
  padding: 40px 0;
}
#single_detail .postcontent .gallery .row {
  margin: 0 -1px;
}
#single_detail .postcontent .gallery .row .col {
  padding: 1px 1px;
}
@media (max-width: 767px) {
  #single_detail .postcontent .gallery .row .col {
    margin-bottom: 0;
  }
}
#single_detail .postcontent .gallery .item .ratio {
  padding-bottom: 100%;
}
#single_detail .postcontent .gallery .item .note {
  padding: 10px 10px 30px;
}
#single_detail .postcontent .gallery .item .caption {
  color: #000;
  line-height: 125%;
  font-size: 14px;
  font-family: "usual", sans-serif;
  font-weight: 700;
  padding: 10px 10px 0;
}
#single_detail .postcontent .gallery .item .desc {
  padding: 5px 10px 30px;
  color: #000;
  line-height: 125%;
  font-size: 11px;
}
#single_detail .postcontent .gallery img {
  padding: 0 0;
}
#single_detail .postcontent iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto !important;
}
#single_detail .postcontent iframe.instagram-media {
  margin: 0 auto !important;
}
#single_detail .postcontent #popupLink {
  text-align: center;
}
#single_detail .postcontent #popupLink a {
  display: block;
}
#single_detail .postcontent #popupLink a img {
  width: 109px;
  height: auto;
  padding: 0 0;
}
#single_detail .postcontent #popupLink .btm_txt {
  width: auto;
  padding: 10px 0 0;
  color: #000;
  font-size: 12px;
  text-align: center;
}
#single_detail .postcontent .row.quote {
  margin: 0 0;
  max-width: 75%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 991px) {
  #single_detail .postcontent .row.quote {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  #single_detail .postcontent .row.quote {
    max-width: 100%;
    padding: 0 0;
    padding: 0 20px;
  }
}
#single_detail .postcontent .row.quote .col {
  padding: 0 0;
  margin-bottom: 0;
  /*
  				h4 {
  					max-width: 100%;
  					font-size: 20px;
  					font-weight: bold;
  					@media (max-width: $xs-maxwidth) {
  						text-align: center;
  					}
  				}
  */
}
#single_detail .postcontent .row.quote .col h3 {
  text-align: right;
  font-size: 36px;
  font-weight: bold;
  padding: 40px 20px 40px 0;
}
@media (max-width: 767px) {
  #single_detail .postcontent .row.quote .col h3 {
    text-align: left;
    padding: 20px 0;
  }
}
#single_detail .postcontent .row.quote .col p {
  width: 100%;
  padding: 40px 0 40px 20px;
}
@media (max-width: 991px) {
  #single_detail .postcontent .row.quote .col p {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  #single_detail .postcontent .row.quote .col p {
    padding: 0 0 20px;
  }
}
#single_detail .page-link {
  text-align: center;
}
#single_detail .page-link span,
#single_detail .page-link a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-family: Helvetica;
  margin: 0 -2px;
}
#single_detail .page-link span {
  background-color: #767676;
}
#single_detail .page-link a span {
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
#single_detail .page-link a:hover span {
  color: #fff;
  background-color: #464646;
}
#single_detail .share {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  #single_detail .share {
    padding: 60px 0 0;
  }
}
#single_detail .share ul {
  text-align: center;
}
#single_detail .share ul li {
  display: inline-block;
  margin: 0 10px;
}
#single_detail .share ul li a {
  display: block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-color: #aaa;
}
#single_detail .share ul li a.facebook {
  background-image: url(../img/share_facebook.png);
  background-size: auto 45%;
}
#single_detail .share ul li a.twitter {
  background-image: url(../img/share_twitter.png);
  background-size: 50% auto;
}
#single_detail .share ul li a.googleplus {
  background-image: url(../img/share_googleplus.png);
  background-size: 50% auto;
}
#single_detail .share ul li a.line {
  background-image: url(../img/share_line.png);
  background-size: 50% auto;
}
#single_detail .share ul li a:hover {
  background-color: #000;
}
#single_detail .share .likecontent {
  margin: 20px auto 0;
  text-align: center;
}
#single_detail .share .likecontent .likebtn {
  display: block;
  margin: 0 auto;
  width: 154px;
  background-color: #eee;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#single_detail .share .likecontent .likebtn .fb-like {
  margin: 0 auto;
}
#single_detail .share .likecontent .likebtn iframe {
  display: block;
  margin: 0 auto;
}
#single_detail .navigation {
  margin: 20px auto 0;
}
#single_detail .navigation .next,
#single_detail .navigation .prev {
  display: inline-block;
  padding: 0 1px;
  width: 50%;
}
#single_detail .navigation .next a,
#single_detail .navigation .prev a {
  display: block;
  color: #000;
  font-family: "usual", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  padding: 15px 15px;
}
#single_detail .navigation .prev {
  float: left;
  text-align: right;
  border-right: 1px solid #eee;
}
#single_detail .navigation .next {
  float: right;
  text-align: left;
}
#single_detail .related {
  padding: 80px 0 80px;
}
#single_detail .related .head {
  text-align: center;
  margin: 0 auto;
}
#single_detail .related .head .hl {
  display: inline-block;
  color: #000;
  line-height: 100%;
  font-size: 24px;
  font-family: helvetica, sans-serif;
  border-top: 1px solid #000;
  margin: 0 auto 0;
  text-align: center;
  padding: 0 30px;
}
#single_detail .related .head .hl span {
  position: relative;
  top: -0.5em;
  padding: 0 20px;
  background: #fff;
}
#single_detail .related .body {
  padding: 40px 0;
}
#single_detail .related .body .row {
  margin: 0 -40px;
}
#single_detail .related .body .row .col {
  padding: 0 40px;
}
@media (max-width: 767px) {
  #single_detail .related .body .row {
    margin: 0 -15px;
  }
  #single_detail .related .body .row .col {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
#single_detail .related .body .post_index {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #single_detail .related .body {
    padding: 20px 0 0;
  }
}
#single_detail.model2016s .eyecatch .labels_model2016s {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  max-width: 50%;
  height: 100%;
}
#single_detail.model2016s .eyecatch .labels_model2016s .labels_model2016s_in {
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #single_detail.model2016s .eyecatch .labels_model2016s {
    bottom: 20px;
  }
}
#single_detail.model2016s .eyecatch .labels_model2016s .category a, #single_detail.model2016s .eyecatch .labels_model2016s .category span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 100%;
  text-align: center;
  background-color: #000;
  padding: 3px 3px 1px 3px;
}
@media (max-width: 767px) {
  #single_detail.model2016s .eyecatch .labels_model2016s .category {
    margin-top: 10px;
  }
}
#single_detail.model2016s .eyecatch .labels_model2016s .title {
  margin-top: 10px;
  color: #000;
  line-height: 100%;
  font-size: 36px;
  font-family: "usual", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  #single_detail.model2016s .eyecatch .labels_model2016s .title {
    font-size: 36px;
  }
}
#single_detail.model2016s .eyecatch .labels_model2016s .catchcopy {
  margin-top: 10px;
  color: #000;
  line-height: 125%;
  font-size: 14px;
}
#single_detail.model2016s .eyecatch .labels_model2016s .text {
  margin-top: 25px;
  color: #000;
  line-height: 150%;
  max-width: 300px;
}
#single_detail.model2016s .eyecatch .labels_model2016s .text strong {
  font-weight: bold;
}
#single_detail.model2016s .eyecatch .labels_model2016s .text a {
  color: #67a800;
}
#single_detail.model2016s .eyecatch .labels_model2016s .text em {
  font-style: italic;
}
@media (min-width: 991px) {
  #single_detail.model2016s .eyecatch .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: auto 100% !important;
    background-position: center left !important;
    background-color: #151515;
  }
}

.pswp .pswp__ui .pswp__caption .caption_title,
.pswp .pswp__ui .pswp__caption .caption {
  color: #fff;
}
.pswp .pswp__ui .pswp__caption .caption_desc,
.pswp .pswp__ui .pswp__caption .desc {
  color: #fff;
}

/*----------------------------------------------------
category
----------------------------------------------------*/
#category .eyecatch {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
}
#category .eyecatch .category {
  color: #000;
  font-size: 30px;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
}
#category .eyecatch .category span {
  display: block;
  font-size: 11px;
}
#category .eyecatch .desc {
  margin: 20px auto 0;
  	/*
    width: 75%;
    padding: 0 40px;
  	*/
}
#category .eyecatch .desc p {
  color: #767676;
  font-size: 12px;
  line-height: 200%;
}
@media (max-width: 991px) {
  #category .eyecatch .desc {
    width: 100%;
    padding: 0 0;
    text-align: left;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  #category .eyecatch .desc {
    /*
    width: 100%;
    padding: 0 0;
    text-align: left;
    text-align:justify;
    */
  }
  #category .eyecatch .desc p {
    display: inline;
  }
}
#category .category_list {
  padding-top: 20px;
}
#category .category_list ul {
  text-align: center;
}
#category .category_list ul li {
  display: inline-block;
  width: auto;
  margin: 5px 26px;
  vertical-align: top;
}
#category .category_list ul li .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#category .category_list ul li span {
  display: block;
}
#category .category_list ul li span.name {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
#category .category_list ul li span.catchcopy {
  color: #767676;
  font-size: 10px;
}
#category .category_list ul li a {
  display: block;
  color: #000;
}
#category .category_list select {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-image: url(../img/select_arrow.png);
}
#category.journal {
  /*
  .eyecatch {
  	padding-top: 92-25+120px;
  	padding-bottom: 120px;
  	position: relative;
  	.bg {
  		position: absolute;
  		top: 0; left: 0;
  		width: 100%;
  		height: 100%;
  		@include grayscale;
  		opacity: 0.25;
  	}
  	.category {
  		font-size: 48px;
  	}
  }
  */
}
#category.journal .category_list ul li {
  margin: 10px 10px;
  width: auto;
}

/* =========================================================
category color
========================================================= */
.color_caravantokyo, .color_caravantokyo:hover {
  color: #5ce07f !important;
}

.color_tokyomobilelife, .color_tokyomobilelife:hover {
  color: #93bfb9 !important;
}

.color_mobileshowcase, .color_mobileshowcase:hover {
  color: #cf19a5 !important;
}

.color_motorcyclediaries, .color_motorcyclediaries:hover {
  color: #668ae3 !important;
}

.color_rentacar, .color_rentacar:hover {
  color: #ff5a00 !important;
}

.color_buyacar, .color_buyacar:hover {
  color: #e38866 !important;
}

.color_buyamoto, .color_buyamoto:hover {
  color: #5cc1e0 !important;
}

.color_tokyo, .color_tokyo:hover {
  color: #cc0808 !important;
}

.color_osaka, .color_osaka:hover {
  color: #428bca !important;
}

.color_portland, .color_portland:hover {
  color: #096304 !important;
}

.color_london, .color_london:hover {
  color: #040563 !important;
}

.color_barcelona, .color_barcelona:hover {
  color: #fcf014 !important;
}

.color_dttaxi, .color_dttaxi:hover {
  color: #fcc603 !important;
}

.color_katers, .color_katers:hover {
  color: #168510 !important;
}

.color_go-north, .color_go-north:hover {
  color: #12d5e3 !important;
}

.color_newproject, .color_newproject:hover {
  color: #428bca !important;
}

.color_beatit, .color_beatit:hover {
  color: #000 !important;
}

.color_dt117coupe, .color_dt117coupe:hover {
  color: #82000a !important;
}

.color_parking, .color_parking:hover {
  color: #0033a9 !important;
}

.color_zz, .color_zz:hover {
  color: #9d242b !important;
}

.color_bobl, .color_bobl:hover {
  color: #6f594c !important;
}

.color_drive, .color_drive:hover {
  color: #bdb76b !important;
}

.color_mobileoffice, .color_mobileoffice:hover {
  color: #000 !important;
}

.color_d_r_i_v_e, .color_d_r_i_v_e:hover {
  color: #bdb76b !important;
}

.color_interview, .color_interview:hover {
  color: #000 !important;
}

.color_journal, .color_journal:hover {
  color: #000 !important;
}

.color_officecaravan, .color_officecaravan:hover {
  color: #767676 !important;
}

.color_e21, .color_e21:hover {
  color: #224660 !important;
}

.color_books, .color_books:hover {
  color: #fd637a !important;
}

.color_pod, .color_pod:hover {
  color: #f5a12d !important;
}

.color_insta-live, .color_insta-live:hover {
  color: #cc2366 !important;
}

.color_mobile_ss, .color_mobile_ss:hover {
  color: #01544a !important;
}

.color_cotynotes, .color_cotynotes:hover {
  color: #f7dd00 !important;
}

.bgcolor_caravantokyo, .bgcolor_caravantokyo:hover {
  background-color: #5ce07f !important;
}

.bgcolor_tokyomobilelife, .bgcolor_tokyomobilelife:hover {
  background-color: #93bfb9 !important;
}

.bgcolor_mobileshowcase, .bgcolor_mobileshowcase:hover {
  background-color: #cf19a5 !important;
}

.bgcolor_motorcyclediaries, .bgcolor_motorcyclediaries:hover {
  background-color: #668ae3 !important;
}

.bgcolor_rentacar, .bgcolor_rentacar:hover {
  background-color: #ff5a00 !important;
}

.bgcolor_buyacar, .bgcolor_buyacar:hover {
  background-color: #e38866 !important;
}

.bgcolor_buyamoto, .bgcolor_buyamoto:hover {
  background-color: #5cc1e0 !important;
}

.bgcolor_tokyo, .bgcolor_tokyo:hover {
  background-color: #cc0808 !important;
}

.bgcolor_osaka, .bgcolor_osaka:hover {
  background-color: #428bca !important;
}

.bgcolor_portland, .bgcolor_portland:hover {
  background-color: #096304 !important;
}

.bgcolor_london, .bgcolor_london:hover {
  background-color: #040563 !important;
}

.bgcolor_barcelona, .bgcolor_barcelona:hover {
  background-color: #fcf014 !important;
}

.bgcolor_dttaxi, .bgcolor_dttaxi:hover {
  background-color: #fcc603 !important;
}

.bgcolor_katers, .bgcolor_katers:hover {
  background-color: #168510 !important;
}

.bgcolor_go-north, .bgcolor_go-north:hover {
  background-color: #12d5e3 !important;
}

.bgcolor_newproject, .bgcolor_newproject:hover {
  background-color: #428bca !important;
}

.bgcolor_beatit, .bgcolor_beatit:hover {
  background-color: #000 !important;
}

.bgcolor_dt117coupe, .bgcolor_dt117coupe:hover {
  background-color: #82000a !important;
}

.bgcolor_parking, .bgcolor_parking:hover {
  background-color: #0033a9 !important;
}

.bgcolor_zz, .bgcolor_zz:hover {
  background-color: #9d242b !important;
}

.bgcolor_bobl, .bgcolor_bobl:hover {
  background-color: #6f594c !important;
}

.bgcolor_drive, .bgcolor_drive:hover {
  background-color: #bdb76b !important;
}

.bgcolor_mobileoffice, .bgcolor_mobileoffice:hover {
  background-color: #000 !important;
}

.bgcolor_d_r_i_v_e, .bgcolor_d_r_i_v_e:hover {
  background-color: #bdb76b !important;
}

.bgcolor_interview, .bgcolor_interview:hover {
  background-color: #428bca !important;
}

.bgcolor_journal, .bgcolor_journal:hover {
  background-color: #800080 !important;
}

.bgcolor_officecaravan, .bgcolor_officecaravan:hover {
  background-color: #767676 !important;
}

.bgcolor_e21, .bgcolor_e21:hover {
  background-color: #224660 !important;
}

.bgcolor_books, .bgcolor_books:hover {
  background-color: #fd637a !important;
}

.bgcolor_pod, .bgcolor_pod:hover {
  background-color: #f5a12d !important;
}

.bgcolor_insta-live, .bgcolor_insta-live:hover {
  background: #cc2366;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1);
}

.bgcolor_mobile_ss, .bgcolor_mobile_ss:hover {
  background-color: #01544a !important;
}

.bgcolor_cotynotes, .bgcolor_cotynotes:hover {
  background-color: #f7dd00 !important;
  color: #000 !important;
}

.category_caravantokyo .border_top {
  border-top: 3px solid #5ce07f !important;
}

.category_tokyomobilelife .border_top {
  border-top: 3px solid #93bfb9 !important;
}

.category_mobileshowcase .border_top {
  border-top: 3px solid #cf19a5 !important;
}

.category_motorcyclediaries .border_top {
  border-top: 3px solid #668ae3 !important;
}

.category_rentacar .border_top {
  border-top: 3px solid #ff5a00 !important;
}

.category_buyacar .border_top {
  border-top: 3px solid #e38866 !important;
}

.category_buyamoto .border_top {
  border-top: 3px solid #5cc1e0 !important;
}

.category_tokyo .border_top {
  border-top: 3px solid #cc0808 !important;
}

.category_osaka .border_top {
  border-top: 3px solid #428bca !important;
}

.category_portland .border_top {
  border-top: 3px solid #096304 !important;
}

.category_london .border_top {
  border-top: 3px solid #040563 !important;
}

.category_barcelona .border_top {
  border-top: 3px solid #fcf014 !important;
}

.category_dttaxi .border_top {
  border-top: 3px solid #fcc603 !important;
}

.category_katers .border_top {
  border-top: 3px solid #168510 !important;
}

.category_go-north .border_top {
  border-top: 3px solid #12d5e3 !important;
}

.category_newproject .border_top {
  border-top: 3px solid #428bca !important;
}

.category_beatit .border_top {
  border-top: 3px solid #000 !important;
}

.category_dt117coupe .border_top {
  border-top: 3px solid #82000a !important;
}

.category_parking .border_top {
  border-top: 3px solid #0033a9 !important;
}

.category_zz .border_top {
  border-top: 3px solid #9d242b !important;
}

.category_bobl .border_top {
  border-top: 3px solid #6f594c !important;
}

.category_drive .border_top {
  border-top: 3px solid #bdb76b !important;
}

.category_mobileoffice .border_top {
  border-top: 3px solid #000 !important;
}

.category_d_r_i_v_e .border_top {
  border-top: 3px solid #bdb76b !important;
}

.category_interview .border_top {
  border-top: 3px solid #428bca !important;
}

.category_journal .border_top {
  border-top: 3px solid #800080 !important;
}

.category_officecaravan .border_top {
  border-top: 3px solid #767676 !important;
}

.category_e21 .border_top {
  border-top: 3px solid #224660 !important;
}

.category_books .border_top {
  border-top: 3px solid #fd637a !important;
}

.category_pod .border_top {
  border-top: 3px solid #f5a12d !important;
}

.category_insta-live .border_top {
  border-top: 3px solid #cc2366 !important;
}

.category_mobile_ss .border_top {
  border-top: 3px solid #01544a !important;
}

.category_cotynotes .border_top {
  border-top: 3px solid #f7dd00 !important;
}

/*----------------------------------------------------
mailmagazine
----------------------------------------------------*/
#mailmagazine_wrap {
  border-top: 1px solid #eee;
  padding: 40px 0;
}
@media (max-width: 767px) {
  #mailmagazine_wrap {
    padding: 20px 0 40px;
  }
}
#mailmagazine_wrap #mailmagazine h5 {
  float: left;
  width: 50%;
  font-size: 0;
  padding: 10px 0;
}
#mailmagazine_wrap #mailmagazine h5:after {
  content: 'NEED MORE? SUBSCRIBE TO OUR NEWSLETTER.';
  font-size: 18px;
  font-weight: bold;
}
#mailmagazine_wrap #mailmagazine .widget_wysija_cont {
  float: left;
  width: 50%;
  position: relative;
}
#mailmagazine_wrap #mailmagazine .widget_wysija_cont .wysija-msg {
  text-align: center;
}
@media (max-width: 767px) {
  #mailmagazine_wrap #mailmagazine h5 {
    width: 100%;
    text-align: center;
  }
  #mailmagazine_wrap #mailmagazine h5:after {
    content: 'SUBSCRIBE TO OUR NEWSLETTER.';
  }
  #mailmagazine_wrap #mailmagazine .widget_wysija_cont {
    width: 100%;
    min-height: 40px;
  }
}
#mailmagazine_wrap #mailmagazine .wysija-paragraph label {
  display: none;
}
#mailmagazine_wrap #mailmagazine .widget_wysija_cont form input[type="text"] {
  outline: 0;
  border: 0;
  margin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 55px 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 16px;
  background-color: #f5f5f5;
}
#mailmagazine_wrap #mailmagazine .widget_wysija_cont form input[type="submit"] {
  outline: 0;
  border: 0;
  margin: 0 0;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon_mm_submit.png);
  background-size: 20px 20px;
}
#mailmagazine_wrap #mailmagazine .widget_wysija_cont .form-validation-field-0formError {
  opacity: 1 !important;
  margin-top: 0px !important;
  position: absolute !important;
  left: 0 !important;
  top: 40px !important;
}
#mailmagazine_wrap #mailmagazine .widget_wysija_cont .form-validation-field-0formError .formErrorContent {
  background: none;
  border: 0;
  color: #ff0000;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  width: 100%;
  z-index: 5001;
}

/*----------------------------------------------------
contact
----------------------------------------------------*/
#contact {
  padding-bottom: 80px;
}
#contact .eyecatch {
  text-align: center;
  padding-top: 40px;
}
#contact .eyecatch .category {
  color: #000;
  font-size: 30px;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  line-height: 100%;
}
#contact .contact-form {
  max-width: 620px;
  margin: 0 auto;
}
#contact .contact-form #message-container-input {
  text-align: center;
  margin: 20px auto 60px;
  color: #767676;
  font-size: 12px;
  line-height: 200%;
}
#contact .contact-form .mwform-checkbox-field label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #contact .contact-form .mwform-checkbox-field label {
    font-size: 14px;
  }
}
#contact .contact-form .mwform-checkbox-field label input[type="checkbox"] {
  display: inline-block;
  appearance: auto;
  margin-top: 0;
  margin-right: .5em;
  width: auto;
}
#contact .contact-form .mw_wp_form_complete {
  margin: 60px auto 60px;
}
#contact .contact-form .mw_wp_form_complete h3 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 1em;
}
#contact .contact-form .mw_wp_form_complete p {
  color: #767676;
  font-size: 12px;
  line-height: 200%;
}
#contact .contact-form table tr:hover {
  background: #fff !important;
}
#contact .contact-form table th, #contact .contact-form table td {
  text-align: left !important;
  vertical-align: middle !important;
  position: relative !important;
  padding: 10px 0 !important;
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  #contact .contact-form table th, #contact .contact-form table td {
    display: block;
  }
}
#contact .contact-form table th div, #contact .contact-form table td div {
  padding: 0 0;
}
#contact .contact-form table th span.require, #contact .contact-form table td span.require {
  margin-left: 3px;
  color: #e55a3b;
}
#contact .contact-form table th .error, #contact .contact-form table td .error {
  position: absolute;
  top: 28px;
  right: 25px;
  font-size: 0;
}
#contact .contact-form table th .error:after, #contact .contact-form table td .error:after {
  display: block;
  content: '入力してください';
  color: red;
  font-size: 11px;
}
#contact .contact-form table th {
  width: 20%;
}
@media (max-width: 767px) {
  #contact .contact-form table th {
    padding-bottom: 0 !important;
  }
}
#contact .contact-form input,
#contact .contact-form select,
#contact .contact-form textarea {
  display: block;
  width: 100%;
  padding: 15px;
  color: #000;
  font-size: 14px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#contact .contact-form textarea {
  min-height: 12em;
}
#contact .contact-form input[type="submit"] {
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 0;
  display: inline-block;
  background-position: center left 44%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#contact .contact-form input[type="submit"]:hover {
  opacity: .75;
}

/*----------------------------------------------------
???
----------------------------------------------------*/
.postid-7242 .su-row {
  margin: 0 auto;
  width: 85%;
  padding: 40px 40px;
}
.postid-7242 .su-row .su-column:first-child {
  text-align: right;
}
.postid-7242 .su-row .su-column strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .postid-7242 .su-row {
    width: 100%;
    padding: 15px 15px;
  }
  .postid-7242 .su-row .su-column:first-child {
    text-align: center;
  }
}

/*----------------------------------------------------
wp-pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  /*	border: 1px solid #ccc; */
  border: 1px solid #BFBFBF;
  padding: 5px 7px;
  margin: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  /*	border-color: $primary-color; */
  border-color: #000;
}

.wp-pagenavi span.current {
  color: #fff000;
  font-weight: bold;
}

#page .page_head {
  padding: 60px 0;
}
@media (max-width: 991px) {
  #page .page_head {
    padding: 30px 0;
  }
}
#page .page_head .headline {
  font: normal bold 48px/1.5 helvetica, sans-serif;
}
@media (max-width: 991px) {
  #page .page_head .headline {
    font: normal bold 48px/1.5 helvetica, sans-serif;
  }
}
#page .page_body {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  #page .page_body {
    padding-bottom: 30px;
  }
}

/*
 * cms
 */
.cms b,
.cms strong {
  font-weight: bold;
}
.cms p {
  font: normal normal 14px/2 helvetica, sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cms a:not([class]) {
  text-decoration: underline;
}
.cms .wp-block-button__link {
  font: normal bold 18px/1.25 helvetica, sans-serif;
  display: inline-block;
  padding: 1.25em 2em;
  border-radius: 1.875em;
  color: #fff;
  background-color: #333;
}
.cms .wp-block-button__link[target="_blank"]:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../dist/img/icon-external.png);
  background-size: cover;
  opacity: .5;
  margin-left: 6px;
}
.cms h2 {
  font: normal bold 36px/1.5 helvetica, sans-serif;
  text-align: left;
  font-feature-settings: "palt";
}
@media (max-width: 991px) {
  .cms h2 {
    font-size: 24px;
  }
}
.cms h3 {
  font: normal bold 24px/1.5 helvetica, sans-serif;
  text-align: left;
  font-feature-settings: "palt";
}
@media (max-width: 991px) {
  .cms h3 {
    font-size: 18px;
  }
}
.cms h4 {
  font: normal bold 18px/1.5 helvetica, sans-serif;
  text-align: left;
  font-feature-settings: "palt";
}
@media (max-width: 991px) {
  .cms h4 {
    font-size: 16px;
  }
}
.cms .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
.cms .wp-block-image figcaption {
  font: normal normal 12px/1.5 helvetica, sans-serif;
  color: #808080;
  text-align: right;
  margin-top: 1em;
}
.cms .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1400px) {
  .cms .wp-block-columns {
    margin: -7.5px;
  }
}
.cms .wp-block-columns .wp-block-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
}
@media (max-width: 1400px) {
  .cms .wp-block-columns .wp-block-column {
    padding: 7.5px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cms .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
.cms .wp-block-gallery .blocks-gallery-caption {
  font: normal normal 12px/1.5 helvetica, sans-serif;
  color: #808080;
  text-align: right;
  margin-top: 1em;
}
.cms .wp-block-gallery .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 991px) {
  .cms .wp-block-gallery .blocks-gallery-grid {
    margin: -7.5px;
  }
}
.cms .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  padding: 15px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cms .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    padding: 7.5px;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.cms .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  position: relative;
}
.cms .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
  display: block;
}
.cms .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 1em 1em;
  color: #fff;
  text-align: center;
  font: normal normal 12px/1.5 helvetica, sans-serif;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0));
}
.cms .wp-block-gallery.columns-1 .blocks-gallery-grid .blocks-gallery-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.cms .wp-block-gallery.columns-2 .blocks-gallery-grid .blocks-gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.cms .wp-block-gallery.columns-3 .blocks-gallery-grid .blocks-gallery-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.cms .wp-block-gallery.columns-4 .blocks-gallery-grid .blocks-gallery-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.cms .wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item {
  flex: 0 0 20%;
  max-width: 20%;
}
.cms table tr th,
.cms table tr td {
  padding: 1em;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  font: normal normal 16px/1.5 helvetica, sans-serif;
}
@media (max-width: 991px) {
  .cms table tr th,
  .cms table tr td {
    font-size: 14px;
  }
}
.cms table tr th:first-child,
.cms table tr td:first-child {
  white-space: nowrap;
}
.cms table tr th {
  font-weight: bold;
}
.cms ol,
.cms ul {
  font-size: 14px;
  margin: -.5em 0;
}
.cms ol li,
.cms ul li {
  padding: .5em 0;
  position: relative;
  font: normal normal 14px/1.25 helvetica, sans-serif;
}
.cms ol:not([class]) {
  list-style-type: decimal;
  list-style-position: inside;
}
.cms ol:not([class]) li {
  padding-left: 1.5em;
  text-indent: -1.25em;
}
.cms ul:not([class]) li {
  padding-left: 9px;
}
.cms ul:not([class]) li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1em 6px 0 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.cms ol.asterisk,
.cms ul.asterisk {
  margin-top: 0;
  list-style-type: none;
  list-style-position: inside;
  font-size: 12px;
}
.cms ol.asterisk li,
.cms ul.asterisk li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  font-weight: normal;
}
.cms ol.asterisk li:before,
.cms ul.asterisk li:before {
  content: '※';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: .4em 0 0 0;
}
.cms hr {
  margin: 72px 0;
  border: 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 991px) {
  .cms hr {
    margin: 36px 0;
  }
}
.cms .wp-block-image,
.cms .wp-block-gallery,
.cms .wp-block-button__link,
.cms table,
.cms ol,
.cms ul {
  margin-bottom: 72px;
}
.cms .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 0;
}
.cms p + * {
  margin-top: 48px;
}
.cms p + p {
  margin-top: 24px;
}
.cms p,
.cms h2,
.cms h3,
.cms h4 {
  margin-bottom: 24px;
}
