@charset "UTF-8";
/*
Theme Name: Under-s-child
Theme URI: http://underscores.me/
Author: A3Create LLC.
Author URI: https://a3c.jp/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: under-s-child
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* .main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

//  Small menu. 
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* =========================================================
 Base style
========================================================= */
/* common
--------------------------------------------------------- */
body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

a {
  color: #141E61;
  text-decoration: none;
  transition: all ease-in-out .3s;
}

a:visited {
  color: #005cb2;
}

a img:not(.not-hover) {
  transition: all  0.3s ease;
}

a img:not(.not-hover):hover {
  opacity: 0.6;
}

img {
  border: 0;
  vertical-align: top;
}

ul {
  padding: 0 0 0 20px;
  margin-left: 0;
}

ul li {
  list-style-type: disc;
  padding: 5px 0 5px 0;
  word-break: break-all;
}

ol {
  padding: 0 0 0 20px;
}

ol li {
  list-style-type: decimal;
  padding: 5px 0 5px 0;
  word-break: break-all;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

dd {
  margin: 0;
  padding: 0 0 10px 1em;
}

figure {
  margin: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: all  0.3s ease;
}

/* layout
--------------------------------------------------------- */
.container {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.site-content {
  overflow: hidden;
  padding-bottom: 60px;
}

.home .site-content {
  margin-top: 60px;
}

.site-content .content-area {
  float: right;
  width: 100%;
  margin: 0 0 0 -300px;
}

@media screen and (max-width: 767px) {
  .site-content .content-area {
    margin-left: 0;
    float: none;
  }
}

.site-content .content-area .site-main {
  margin: 0 0 0 340px;
}

@media screen and (max-width: 767px) {
  .site-content .content-area .site-main {
    margin-left: 0;
  }
}

.site-content .sidebar {
  width: 300px;
  float: left;
}

@media screen and (max-width: 767px) {
  .site-content .sidebar {
    float: none;
    width: 100%;
  }
}

/* article
--------------------------------------------------------- */
.no-image {
  position: relative;
  width: 100%;
  padding: 65.75% 0 0;
  display: block;
  background: #ccc;
}

.no-image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}

.no-image.card-side-image {
  padding: 30% 0 0;
}

.reset {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.reset:before, .reset:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none;
  }
}

.view-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .view-sp {
    display: block;
  }
}

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

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

.text-color-main {
  color: #141E61;
}

.text-color-green {
  color: #1FAFA9;
}

.link-block {
  display: inline-block;
  border: transparent 3px solid;
  width: 100%;
  height: 100%;
}

.link-block:hover {
  border: 3px solid #141E61;
}

/* font
	--------------------------------------------------------- */
.font-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.font-130p {
  font-size: 130%;
}

.font-200p {
  font-size: 200%;
}

@media screen and (max-width: 767px) {
  .font-200p {
    font-size: 23px;
  }
}

.font-accent {
  color: #ff767d;
}

.font-main {
  color: #141E61;
}

.markar {
  background: linear-gradient(transparent 70%, #ffff66 70%);
}

.number {
  display: block;
  text-align: center;
  font-size: 34px;
  font-style: italic;
  color: #141E61;
  margin-bottom: 30px;
}

.required {
  color: #ff767d;
}

/* ul
	--------------------------------------------------------- */
.ul-reset, .ul-reset li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.ul-reset:before, .ul-reset:after, .ul-reset li:before, .ul-reset li:after {
  content: none;
}

.ul-float {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.ul-float li {
  float: left;
  margin-right: 10px;
}

.ul-float li:before, .ul-float li:after {
  content: none;
}

.ul-asterisk {
  margin: 0;
  padding-left: 1em;
  position: relative;
  list-style-type: none;
}

.ul-asterisk li:before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 5px;
  background: none;
  width: auto;
  height: auto;
}

.ul-calculation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
}

.ul-calculation li {
  list-style: none;
  float: left;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #7ec3e0;
}

@media screen and (max-width: 991px) {
  .ul-calculation li {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .ul-calculation li {
    padding: 2px;
    font-size: 12px;
  }
}

.ul-calculation li p {
  margin: 0;
  line-height: 1.3;
}

.ul-calculation li:before {
  content: none;
}

.ul-calculation li.normal {
  margin: 0;
  padding: 20px 3px;
  letter-spacing: 1px;
  background: none;
  border: none;
}

@media screen and (max-width: 767px) {
  .ul-calculation li.normal {
    padding: 10px 0;
  }
}

/* dl
	--------------------------------------------------------- */
.dl-style {
  font-size: 12px;
}

.dl-style dt {
  font-family: 'Montserrat', sans-serif;
  color: #141E61;
  margin-bottom: 8px;
}

.dl-style dd {
  margin: 0;
  padding: 0;
  color: #555;
}

.dl-float {
  overflow: hidden;
}

.dl-float dt {
  clear: both;
  width: 8em;
  padding: 15px;
  float: left;
}

.dl-float dd {
  padding: 15px 15px 15px 9em;
  margin: 0;
  background: #f6fcff;
}

.dl-float dd:nth-of-type(even) {
  background: #EEEEEE;
}

/* clearfix
	--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  display: inline-table;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* background
	--------------------------------------------------------- */
.bg-lightblue {
  background: #EEEEEE;
}

.bg-accent {
  background: #ff767d;
  color: #fff;
}

.bg-lightaccent {
  background: rgba(255, 118, 125, 0.5);
}

.bt-ligthglay {
  background: #f7f9fa;
}

/* title
	--------------------------------------------------------- */
.header-block {
  text-align: center;
  color: #141E61;
}

.header-block-title {
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .header-block-title {
    font-size: 16px;
  }
}

.header-block-ruby {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: inline-block;
  min-width: 10em;
  padding: 0 30px;
  line-height: 24px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .header-block-ruby {
    font-size: 13px;
  }
}

.header-block-ruby:before, .header-block-ruby:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: linear-gradient(-45deg, transparent 49%, #141E6149%, #141E6151%, transparent 51%, transparent);
  position: absolute;
  top: 0;
}

.header-block-ruby:before {
  left: 0;
}

.header-block-ruby:after {
  right: 0;
}

/* title
	--------------------------------------------------------- */
.catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .catch {
    font-size: 18px;
    padding: 0 30px;
  }
}

.catch:before, .catch:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .catch:before, .catch:after {
    width: 25px;
    height: 25px;
  }
}

.catch:before {
  left: 0;
  background-image: linear-gradient(45deg, transparent 49%, #555 49%, #555 51%, transparent 51%, transparent);
}

.catch:after {
  right: 0;
  background-image: linear-gradient(-45deg, transparent 49%, #555 49%, #555 51%, transparent 51%, transparent);
}

.sub-title2 {
  position: relative;
  border: none;
  line-height: 1.6;
  font-size: 26px;
  padding: 20px 25px;
  background: #fbf7ef;
}

.sub-title2:after {
  content: "";
  position: absolute;
  background: #141E61;
  top: 50%;
  left: 0;
  margin-top: -23px;
  width: 5px;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .sub-title2 {
    font-size: 18px;
  }
}

.sub-title3 {
  position: relative;
  border: none;
  border-bottom: 3px double #dbdbdb;
  line-height: 1.6;
  font-size: 22px;
  padding: 15px 0;
}

.sub-title3:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f046";
  margin-right: 10px;
  color: #141E61;
  float: left;
}

@media screen and (max-width: 767px) {
  .sub-title3 {
    font-size: 16px;
  }
}

.sub-title4 {
  border-top: 2px solid  #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  text-align: center;
  background: #fff;
}

.sub-title4:before, .sub-title4:after {
  content: none;
}

/* bar-style
	--------------------------------------------------------- */
.bar-style {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
  font-weight: normal;
  padding: 13px 12px;
  margin: 0;
  font-size: 14px;
}

.bar-style:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  margin-right: 5px;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
}

/* block
	--------------------------------------------------------- */
.block-space35 {
  padding: 35px 0;
}

.block-space35-m {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .block-space35 {
    padding: 20px 0;
  }
  .block-space35-m {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.block-space70 {
  padding: 70px 0;
}

.block-space70-m {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .block-space70 {
    padding: 40px 0;
  }
  .block-space70-m {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.block-style {
  display: inline-block;
  padding: 10px 1em;
  border: 2px solid #141E61;
  background: #EEEEEE;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.flow-style {
  display: block;
  padding-bottom: 50px;
  position: relative;
}

.flow-style:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 120px 0 120px;
  border-color: #99cdff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.point-block .point-content {
  padding: 30px;
  padding-right: 30px;
  background: url(images/bg_pattern.jpg) bottom repeat-x;
  position: relative;
  z-index: 0;
}

.point-block .point-content:before {
  content: "";
  display: block;
  width: 1200px;
  height: 60px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: -50px;
  transform: rotate(-3deg);
  z-index: 1;
}

.point-block .point-content:last-child:before {
  content: none;
}

.point-block .point-content-title {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 2.3vw;
}

@media screen and (max-width: 767px) {
  .point-block .point-content {
    text-align: center;
  }
}

.border-block {
  border: 1px solid #ccc;
  padding: 30px;
}

.border-block *:first-child {
  margin-top: 0;
}

.border-block *:last-child {
  margin-bottom: 0;
}

/* advice
	--------------------------------------------------------- */
.advice-block {
  border: 2px solid #141E61;
  border-radius: 10px;
  position: relative;
  padding: 85px 30px 30px;
}

.advice-block .icon-advice {
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: auto;
}

/* space
	--------------------------------------------------------- */
.space-top0 {
  margin-top: 0;
}

.space-top30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .space-top30 {
    margin-top: 15px;
  }
}

.space-top70 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .space-top70 {
    margin-top: 40px;
  }
}

/* card
	--------------------------------------------------------- */
.card {
  background: #fff;
  position: relative;
}

.card-image img {
  width: 100%;
}

.card-header {
  color: #555;
}

.card-title {
  margin-top: 0;
  color: #212121;
}

.card-body {
  padding: 15px;
  color: #555;
}

@media screen and (max-width: 767px) {
  .card-body {
    padding: 8px;
  }
}

.card-footer {
  padding: 15px;
  color: #555;
}

@media screen and (max-width: 767px) {
  .card-footer {
    padding: 8px;
  }
}

/* point
	--------------------------------------------------------- */
.img-point {
  display: inline-block;
  background: url(images/point.png) no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 285px;
  max-height: 135px;
  padding-top: 10px;
  padding-left: 100px;
  padding-bottom: 80px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.img-point-num {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .img-point {
    padding-left: 80px;
    line-height: 1.4;
  }
}

.text-point {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #141E61;
  padding: 34px 0 0 0;
  text-indent: 4em;
}

.text-point-num {
  display: block;
  font-size: 34px;
  position: absolute;
  margin-top: -40px;
  text-indent: 0;
}

.text-point-num:after {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .text-point-num:after {
    width: 25px;
    height: 25px;
  }
}

.text-point-num:after {
  right: 0;
  background-image: linear-gradient(-45deg, transparent 49%, #141E6149%, #141E6151%, transparent 51%, transparent);
}

/* accordion
	--------------------------------------------------------- */
.acdn-btn {
  cursor: pointer;
}

/* shadow
	--------------------------------------------------------- */
.shadow2 {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

/* button
	--------------------------------------------------------- */
/* button input reset */
.btn {
  display: inline-block;
  border: 2px solid #141E61;
  padding: 5px 2.5em;
  font-size: 12px;
  border-radius: 100px;
  background: #fff;
  position: relative;
  line-height: 1.8;
  text-decoration: none;
}

.btn-square {
  border-radius: 5px;
}

.btn:after {
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  height: 100%;
  right: 13px;
  top: 0;
  margin: auto;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
}

.btn:hover {
  background: #e5f2ff;
}

.btn.btn-blue {
  background: #141E61;
  color: #fff;
}

.btn.btn-blue:hover {
  background: #787A91;
}

.btn.btn-accent {
  background: #ff767d;
  border-color: #ff767d;
  color: #fff;
}

.btn.btn-accent:hover {
  background: #ffdcde;
}

.btn-plus {
  display: block;
  margin: auto;
  width: 220px;
  border: 1px solid #141E61;
  padding: 10px;
  color: #141E61;
  border-radius: 5px;
  background: #fff;
  transition: all ease-in-out .3s;
}

.btn-plus:hover {
  background: #EEEEEE;
}

.btn-plus:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-right: 5px;
}

.btn-plus.active:before {
  content: "\f068";
}

/* bn-style
	--------------------------------------------------------- */
.bn-style {
  border: 10px solid rgba(31, 175, 169, 0.2);
  background: #fff;
  padding: 0;
}

.bn-style .btn {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .bn-style .btn {
    font-size: 14px !important;
  }
}

.bn-style .grid-thumb-fixed-text {
  padding: 0 15px 15px;
}

@media screen and (max-width: 767px) {
  .bn-style .grid-thumb-fixed-img {
    width: 130px !important;
  }
  .bn-style .grid-thumb-fixed-body {
    margin: 0 0 0 -130px !important;
  }
  .bn-style .grid-thumb-fixed-body .grid-thumb-fixed-text {
    margin: 0 0 0 130px !important;
    font-size: 13px !important;
  }
  .bn-style .grid-thumb-fixed-body .grid-thumb-fixed-text h2 {
    font-size: 16px !important;
  }
  .bn-style .grid-thumb-fixed-body .grid-thumb-fixed-text p {
    font-size: 13px !important;
  }
  .bn-style .grid-thumb-fixed-body .text-right {
    text-align: center;
  }
}

/* grid
	--------------------------------------------------------- */
.grid {
  width: 100%;
  margin: 0 0 10px;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.grid-col2-inner {
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col2-inner:before, .grid-col2-inner:after {
  content: none !important;
}

.grid-col2-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid-col2-margin-inner {
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col2-margin-inner:before, .grid-col2-margin-inner:after {
  content: none !important;
}

.grid-col3-inner {
  width: 33.33%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col3-inner:before, .grid-col3-inner:after {
  content: none !important;
}

@media screen and (max-width: 767px) {
  .grid-col3-inner {
    width: 100%;
  }
}

.grid-col3-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid-col3-margin:after {
  content: "";
  display: block;
  width: 32%;
}

.grid-col3-margin-inner {
  width: 32%;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col3-margin-inner:before, .grid-col3-margin-inner:after {
  content: none !important;
}

.grid-col4-inner {
  width: 25%;
  list-style: none;
}

.grid-col4-inner:before, .grid-col4-inner:after {
  content: none !important;
}

.grid-col4-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid-col4-margin:before {
  content: "";
  display: block;
  width: 23%;
  -ms-flex-order: 1;
      order: 1;
}

.grid-col4-margin:after {
  content: "";
  display: block;
  width: 23%;
}

.grid-col4-margin-inner {
  width: 23%;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.grid-col4-margin-inner:before, .grid-col4-margin-inner:after {
  content: none !important;
}

.grid-col5-margin {
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}

.grid-col5-margin-inner {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
  list-style: none;
}

.grid-col5-margin-inner:before, .grid-col5-margin-inner:after {
  content: none !important;
}

@media screen and (max-width: 767px) {
  .grid-sp-col1 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid-sp-col1 [class*="-inner"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .grid-sp-col2-margin {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid-sp-col2-margin [class*="-inner"] {
    width: 48%;
    margin-bottom: 10px;
  }
}

.icon-crown {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  margin-left: 7px;
  margin-right: 7px;
}

.icon-crown span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #141E61transparent;
}

.ranking-1 .icon-crown span {
  border-color: transparent transparent #AF8B2A transparent;
}

.ranking-2 .icon-crown span {
  border-color: transparent transparent #6A828F transparent;
}

.ranking-3 .icon-crown span {
  border-color: transparent transparent #A85A3B transparent;
}

.icon-crown span:first-of-type {
  border-width: 0 10px 20px 10px;
}

.icon-crown span:nth-of-type(2) {
  position: absolute;
  top: 4px;
  left: -1px;
  border-width: 0 10px 15px 0;
  transform: rotate(-10deg);
}

.icon-crown span:nth-of-type(3) {
  position: absolute;
  top: 4px;
  right: -1px;
  border-width: 0 0 15px 10px;
  transform: rotate(10deg);
}

.icon-crown:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #141E61;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 2px 2px;
}

.ranking-1 .icon-crown:after {
  background: #AF8B2A;
}

.ranking-2 .icon-crown:after {
  background: #6A828F;
}

.ranking-3 .icon-crown:after {
  background: #A85A3B;
}

.ranking-sp {
  display: inline-block;
  padding: 5px;
  background: #141E61;
  color: #fff;
  line-height: 1;
  margin-right: 3px;
}

.ranking-sp-1 {
  background: #AF8B2A;
}

.ranking-sp-2 {
  background: #6A828F;
}

.ranking-sp-3 {
  background: #A85A3B;
}

.site-header {
  overflow: hidden;
}

.site-branding {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .site-branding {
    height: 60px;
  }
}

.site-branding .site-title {
  float: left;
}

@media screen and (max-width: 767px) {
  .site-branding .site-title {
    margin: 15px 0;
  }
  .site-branding .site-title img {
    width: 180px;
  }
}

.site-branding .sub-nav {
  float: right;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .site-branding .sub-nav {
    display: none;
  }
}

.site-branding .sub-nav ul li {
  float: left;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .site-branding .sub-nav ul li {
    float: none;
  }
}

.site-branding .sub-nav ul li a {
  color: #212121;
}

.breadcrumb {
  padding: 8px 0;
}

/* =========================================================
 Content
========================================================= */
.entry-content {
  margin-top: 0;
  /* 清潔なスーツケース page
	--------------------------------------------------------- */
  /* 新品レンタル
	--------------------------------------------------------- */
  /* text
	--------------------------------------------------------- */
  /* font
	--------------------------------------------------------- */
  /* ul
	--------------------------------------------------------- */
  /* dl
	--------------------------------------------------------- */
  /* clearfix
	--------------------------------------------------------- */
  /* background
	--------------------------------------------------------- */
  /* title
	--------------------------------------------------------- */
  /* title
	--------------------------------------------------------- */
  /* bar-style
	--------------------------------------------------------- */
  /* block
	--------------------------------------------------------- */
  /* advice
	--------------------------------------------------------- */
  /* space
	--------------------------------------------------------- */
  /* card
	--------------------------------------------------------- */
  /* point
	--------------------------------------------------------- */
  /* accordion
	--------------------------------------------------------- */
  /* shadow
	--------------------------------------------------------- */
  /* button
	--------------------------------------------------------- */
  /* button input reset */
  /* bn-style
	--------------------------------------------------------- */
  /* grid
	--------------------------------------------------------- */
}

.entry-content h1 {
  font-size: 30px;
}

.entry-content h2 {
  position: relative;
  border: none;
  line-height: 1.6;
  font-size: 26px;
  padding: 20px 25px;
  background: #fbf7ef;
}

.entry-content h2:after {
  content: "";
  position: absolute;
  background: #<strong>0076e5</strong>;
  top: 50%;
  left: 0;
  margin-top: -23px;
  width: 5px;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .entry-content h2 {
    font-size: 18px;
  }
}

.entry-content h3 {
  position: relative;
  border: none;
  border-bottom: 3px double #dbdbdb;
  line-height: 1.6;
  font-size: 22px;
  padding: 15px 0;
}

.entry-content h3:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f046";
  margin-right: 10px;
  color: #141E61;
  float: left;
}

@media screen and (max-width: 767px) {
  .entry-content h3 {
    font-size: 16px;
  }
}

.entry-content h4 {
  font-size: 16px;
  border-left: 1px solid #141E61;
  padding-left: 10px;
}

.entry-content h5 {
  font-size: 14px;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

.entry-content ul li {
  list-style: none;
  position: relative;
}

.entry-content ul li:before {
/*  content: " ";*/
  position: absolute;
  left: -16px;
  top: 11px;
  background-color: #141E61;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.entry-content ul ul li:before {
  background-color: #555;
}

.entry-content table,
.entry-content table th,
.entry-content table td {
  border: 1px solid #fff;
  white-space: normal;
}

.entry-content table th,
.entry-content table td {
  padding: 10px 20px;
}

.entry-content table thead th {
  background: #a0d7e6;
}

.entry-content table tbody th {
  font-weight: bold;
  background: none;
  vertical-align: top;
  background: #f5f5f5;
  text-align: left;
}

.entry-content table tbody td {
  border-bottom: 1px solid #f5f5f5;
}

.entry-content table table th,
.entry-content table table td {
  padding: 5px;
}

.entry-content table table tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.entry-content table table tbody th {
  background: none;
}

.entry-content dl dt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  border: 1px solid #d4d4d4;
  background: #fcfcfc;
  color: #232323;
  padding: 3px 1.5em;
}

.entry-content dl dd {
  border: none;
  padding: 0;
  margin: 10px 0 30px 0;
}

.entry-content blockquote {
  border: 2px solid #eee;
  margin-left: 0;
  margin-right: 0;
  background: #fcfcfc;
  overflow: hidden;
  padding: 15px;
}

.entry-content blockquote:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  margin-right: 5px;
  float: left;
  width: 60px;
  height: 60px;
  color: #ccc;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  border-radius: 30px;
}

.entry-content blockquote cite {
  color: #6fbed4;
  font-size: 14px;
  float: right;
}

.entry-content address {
  font-style: italic;
  color: #979797;
}

.entry-content img.alignleft {
  margin-right: 40px;
  margin-bottom: 30px;
}

.entry-content img.alignright {
  margin-left: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .entry-content img.alignleft {
    display: block;
  }
  .entry-content img.alignright {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .entry-content table:not(.tb-sp-normal):not(.ui-datepicker-calendar) {
    margin: 0;
  }
  .entry-content table:not(.tb-sp-normal):not(.ui-datepicker-calendar) th,
  .entry-content table:not(.tb-sp-normal):not(.ui-datepicker-calendar) td {
    width: 100%;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .entry-content table:not(.tb-sp-normal):not(.ui-datepicker-calendar) tr:last-of-type td {
    border-bottom: none;
  }
}

@media screen and (max-width: 413px) {
  .entry-content blockquote {
    padding: 90px 20px 35px 20px;
  }
  .entry-content blockquote:before {
    top: 15px;
  }
}

.entry-content .main-clean {
  padding-bottom: 30px;
  position: relative;
  background: #c4ebff;
}

.entry-content .main-clean-img {
  position: absolute;
  top: 0;
  left: 0;
}

.entry-content .main-clean-title {
  background: none;
  padding-top: 3vw;
  text-align: center !important;
}

.entry-content .main-clean-title img {
  width: 50vw;
  max-width: 553px;
}

@media screen and (max-width: 767px) {
  .entry-content .main-clean-title img {
    width: 90%;
  }
}

.entry-content .main-clean-title:after {
  content: none;
}

.entry-content .main-clean-text {
  width: 90%;
  margin-top: 35vw;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-content .main-clean-text {
    margin-top: 50vw;
  }
}

.entry-content .rental-new01 {
  position: relative;
  background: #30373b;
}

@media screen and (max-width: 767px) {
  .entry-content .rental-new01 {
    padding-bottom: 100px;
  }
}

.entry-content .rental-new01-title {
  position: absolute;
  width: 100%;
}

.entry-content .rental-new01-subtitle {
  position: absolute;
  top: 65%;
  margin: 0;
  padding: 0 35px !important;
  max-width: 555px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .entry-content .rental-new01-subtitle {
    width: 80%;
    top: 57vw;
    padding: 0 20px !important;
  }
}

.entry-content .rental-new01-text {
  position: absolute;
  bottom: 10%;
  margin: 0;
  padding: 0 50px;
  max-width: 555px;
  width: 60%;
  color: #eee;
  font-size: 1vw;
}

@media screen and (max-width: 991px) {
  .entry-content .rental-new01-text {
    width: 70%;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .rental-new01-text {
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
    bottom: 7vw;
  }
}

.entry-content .rental-new02 .sub-title4 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .entry-content .rental-new02 .sub-title4 {
    font-size: 18px;
  }
}

.entry-content .rental-new02-body {
  position: relative;
  background: #54bcf2;
  overflow: hidden;
}

.entry-content .rental-new02-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-top: 30px !important;
}

@media screen and (max-width: 991px) {
  .entry-content .rental-new02-title {
    margin-top: 5px !important;
  }
}

.entry-content .rental-new02-text {
  position: relative;
  z-index: 1;
  margin-top: 35vw;
  padding: 0 50px;
  width: 100%;
  color: #eee;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .entry-content .rental-new02-text {
    margin-top: 47vw;
    padding: 0 8px;
    font-size: 13px;
  }
}

.entry-content .rental-new02-img {
  position: absolute;
  top: 0;
  z-index: 0;
}

.entry-content .rental-new03 .sub-title4 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .entry-content .rental-new03 .sub-title4 {
    font-size: 18px;
  }
}

.entry-content .rental-new03-body {
  position: relative;
  background: #54bcf2;
  overflow: hidden;
}

.entry-content .rental-new03-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-top: 30px !important;
}

@media screen and (max-width: 991px) {
  .entry-content .rental-new03-title {
    margin-top: 10px !important;
  }
  .entry-content .rental-new03-title img {
    width: 80%;
  }
}

.entry-content .rental-new03-text {
  position: relative;
  z-index: 1;
  margin-top: 35vw;
  padding: 0 50px;
  width: 100%;
  color: #eee;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .entry-content .rental-new03-text {
    margin-top: 40vw;
    padding: 0 8px;
    font-size: 13px;
  }
}

.entry-content .rental-new03-img {
  position: absolute;
  top: 0;
  z-index: 0;
}

.entry-content .rental-new04 .sub-title4 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .entry-content .rental-new04 .sub-title4 {
    font-size: 18px;
  }
}

.entry-content .rental-new04-body {
  position: relative;
  z-index: 1;
  background: #eef9ff;
  overflow: hidden;
}

.entry-content .rental-new04-text {
  top: 0;
  padding: 40px 50px;
}

@media screen and (max-width: 991px) {
  .entry-content .rental-new04-text {
    padding: 10px 16px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .rental-new04-text {
    padding: 8px;
  }
}

.entry-content .point-best-list {
  padding: 30px 0;
}

.entry-content .point-best-list li {
  text-align: center;
}

.entry-content .point-best-list li:before, .entry-content .point-best-list li:after {
  content: none;
}

.entry-content .detail .grid-style-title {
  margin-top: 50px !important;
}

.entry-content .detail .text-point {
  position: absolute;
  top: -4px;
  left: 20px;
}

.entry-content .no-image {
  position: relative;
  width: 100%;
  padding: 65.75% 0 0;
  display: block;
  background: #ccc;
}

.entry-content .no-image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}

.entry-content .no-image.card-side-image {
  padding: 30% 0 0;
}

.entry-content .reset {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.entry-content .reset:before, .entry-content .reset:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .entry-content .view-pc {
    display: none;
  }
}

.entry-content .view-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .entry-content .view-sp {
    display: block;
  }
}

.entry-content .text-center {
  text-align: center;
}

.entry-content .text-right {
  text-align: right;
}

.entry-content .text-color-main {
  color: #141E61;
}

.entry-content .text-color-green {
  color: #1FAFA9;
}

.entry-content .link-block {
  display: inline-block;
  border: transparent 3px solid;
  width: 100%;
  height: 100%;
}

.entry-content .link-block:hover {
  border: 3px solid #141E61;
}

.entry-content .font-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.entry-content .font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.entry-content .font-130p {
  font-size: 130%;
}

.entry-content .font-200p {
  font-size: 200%;
}

@media screen and (max-width: 767px) {
  .entry-content .font-200p {
    font-size: 23px;
  }
}

.entry-content .font-accent {
  color: #ff767d;
}

.entry-content .font-main {
  color: #141E61;
}

.entry-content .markar {
  background: linear-gradient(transparent 70%, #ffff66 70%);
}

.entry-content .number {
  display: block;
  text-align: center;
  font-size: 34px;
  font-style: italic;
  color: #141E61;
  margin-bottom: 30px;
}

.entry-content .required {
  color: #ff767d;
}

.entry-content .ul-reset, .entry-content .ul-reset li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.entry-content .ul-reset:before, .entry-content .ul-reset:after, .entry-content .ul-reset li:before, .entry-content .ul-reset li:after {
  content: none;
}

.entry-content .ul-float {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.entry-content .ul-float li {
  float: left;
  margin-right: 10px;
}

.entry-content .ul-float li:before, .entry-content .ul-float li:after {
  content: none;
}

.entry-content .ul-asterisk {
  margin: 0;
  padding-left: 1em;
  position: relative;
  list-style-type: none;
}

.entry-content .ul-asterisk li:before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 5px;
  background: none;
  width: auto;
  height: auto;
}

.entry-content .ul-calculation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
}

.entry-content .ul-calculation li {
  list-style: none;
  float: left;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #7ec3e0;
}

@media screen and (max-width: 991px) {
  .entry-content .ul-calculation li {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .ul-calculation li {
    padding: 2px;
    font-size: 12px;
  }
}

.entry-content .ul-calculation li p {
  margin: 0;
  line-height: 1.3;
}

.entry-content .ul-calculation li:before {
  content: none;
}

.entry-content .ul-calculation li.normal {
  margin: 0;
  padding: 20px 3px;
  letter-spacing: 1px;
  background: none;
  border: none;
}

@media screen and (max-width: 767px) {
  .entry-content .ul-calculation li.normal {
    padding: 10px 0;
  }
}

.entry-content .dl-style {
  font-size: 12px;
}

.entry-content .dl-style dt {
  font-family: 'Montserrat', sans-serif;
  color: #141E61;
  margin-bottom: 8px;
}

.entry-content .dl-style dd {
  margin: 0;
  padding: 0;
  color: #555;
}

.entry-content .dl-float {
  overflow: hidden;
}

.entry-content .dl-float dt {
  clear: both;
  width: 8em;
  padding: 15px;
  float: left;
}

.entry-content .dl-float dd {
  padding: 15px 15px 15px 9em;
  margin: 0;
  background: #f6fcff;
}

.entry-content .dl-float dd:nth-of-type(even) {
  background: #EEEEEE;
}

.entry-content .clearfix {
  *zoom: 1;
}

.entry-content .clearfix:before {
  display: inline-table;
}

.entry-content .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content .bg-lightblue {
  background: #EEEEEE;
}

.entry-content .bg-accent {
  background: #ff767d;
  color: #fff;
}

.entry-content .bg-lightaccent {
  background: rgba(255, 118, 125, 0.5);
}

.entry-content .bt-ligthglay {
  background: #f7f9fa;
}

.entry-content .header-block {
  text-align: center;
  color: #141E61;
}

.entry-content .header-block-title {
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .entry-content .header-block-title {
    font-size: 16px;
  }
}

.entry-content .header-block-ruby {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: inline-block;
  min-width: 10em;
  padding: 0 30px;
  line-height: 24px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .entry-content .header-block-ruby {
    font-size: 13px;
  }
}

.entry-content .header-block-ruby:before, .entry-content .header-block-ruby:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: linear-gradient(-45deg, transparent 49%, #141E6149%, #141E6151%, transparent 51%, transparent);
  position: absolute;
  top: 0;
}

.entry-content .header-block-ruby:before {
  left: 0;
}

.entry-content .header-block-ruby:after {
  right: 0;
}

.entry-content .catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .entry-content .catch {
    font-size: 18px;
    padding: 0 30px;
  }
}

.entry-content .catch:before, .entry-content .catch:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .entry-content .catch:before, .entry-content .catch:after {
    width: 25px;
    height: 25px;
  }
}

.entry-content .catch:before {
  left: 0;
  background-image: linear-gradient(45deg, transparent 49%, #555 49%, #555 51%, transparent 51%, transparent);
}

.entry-content .catch:after {
  right: 0;
  background-image: linear-gradient(-45deg, transparent 49%, #555 49%, #555 51%, transparent 51%, transparent);
}

.entry-content .sub-title2 {
  position: relative;
  border: none;
  line-height: 1.6;
  font-size: 26px;
  padding: 20px 25px;
  background: #fbf7ef;
}

.entry-content .sub-title2:after {
  content: "";
  position: absolute;
  background: #141E61;
  top: 50%;
  left: 0;
  margin-top: -23px;
  width: 5px;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .entry-content .sub-title2 {
    font-size: 18px;
  }
}

.entry-content .sub-title3 {
  position: relative;
  border: none;
  border-bottom: 3px double #dbdbdb;
  line-height: 1.6;
  font-size: 22px;
  padding: 15px 0;
}

.entry-content .sub-title3:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f046";
  margin-right: 10px;
  color: #141E61;
  float: left;
}

@media screen and (max-width: 767px) {
  .entry-content .sub-title3 {
    font-size: 16px;
  }
}

.entry-content .sub-title4 {
  border-top: 2px solid  #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  text-align: center;
  background: #fff;
}

.entry-content .sub-title4:before, .entry-content .sub-title4:after {
  content: none;
}

.entry-content .bar-style {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
  font-weight: normal;
  padding: 13px 12px;
  margin: 0;
  font-size: 14px;
}

.entry-content .bar-style:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  margin-right: 5px;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
}

.entry-content .block-space35 {
  padding: 35px 0;
}

.entry-content .block-space35-m {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .entry-content .block-space35 {
    padding: 20px 0;
  }
  .entry-content .block-space35-m {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.entry-content .block-space70 {
  padding: 70px 0;
}

.entry-content .block-space70-m {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .entry-content .block-space70 {
    padding: 40px 0;
  }
  .entry-content .block-space70-m {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.entry-content .block-style {
  display: inline-block;
  padding: 10px 1em;
  border: 2px solid #141E61;
  background: #EEEEEE;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.entry-content .flow-style {
  display: block;
  padding-bottom: 50px;
  position: relative;
}

.entry-content .flow-style:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 120px 0 120px;
  border-color: #99cdff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.entry-content .point-block .point-content {
  padding: 30px;
  padding-right: 30px;
  background: url(images/bg_pattern.jpg) bottom repeat-x;
  position: relative;
  z-index: 0;
}

.entry-content .point-block .point-content:before {
  content: "";
  display: block;
  width: 1200px;
  height: 60px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: -50px;
  transform: rotate(-3deg);
  z-index: 1;
}

.entry-content .point-block .point-content:last-child:before {
  content: none;
}

.entry-content .point-block .point-content-title {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 2.3vw;
}

@media screen and (max-width: 767px) {
  .entry-content .point-block .point-content {
    text-align: center;
  }
}

.entry-content .border-block {
  border: 1px solid #ccc;
  padding: 30px;
}

.entry-content .border-block *:first-child {
  margin-top: 0;
}

.entry-content .border-block *:last-child {
  margin-bottom: 0;
}

.entry-content .advice-block {
  border: 2px solid #141E61;
  border-radius: 10px;
  position: relative;
  padding: 85px 30px 30px;
}

.entry-content .advice-block .icon-advice {
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: auto;
}

.entry-content .space-top0 {
  margin-top: 0;
}

.entry-content .space-top30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .entry-content .space-top30 {
    margin-top: 15px;
  }
}

.entry-content .space-top70 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .entry-content .space-top70 {
    margin-top: 40px;
  }
}

.entry-content .card {
  background: #fff;
  position: relative;
}

.entry-content .card-image img {
  width: 100%;
}

.entry-content .card-header {
  color: #555;
}

.entry-content .card-title {
  margin-top: 0;
  color: #212121;
}

.entry-content .card-body {
  padding: 15px;
  color: #555;
}

@media screen and (max-width: 767px) {
  .entry-content .card-body {
    padding: 8px;
  }
}

.entry-content .card-footer {
  padding: 15px;
  color: #555;
}

@media screen and (max-width: 767px) {
  .entry-content .card-footer {
    padding: 8px;
  }
}

.entry-content .img-point {
  display: inline-block;
  background: url(images/point.png) no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 285px;
  max-height: 135px;
  padding-top: 10px;
  padding-left: 100px;
  padding-bottom: 80px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.entry-content .img-point-num {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .entry-content .img-point {
    padding-left: 80px;
    line-height: 1.4;
  }
}

.entry-content .text-point {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #141E61;
  padding: 34px 0 0 0;
  text-indent: 4em;
}

.entry-content .text-point-num {
  display: block;
  font-size: 34px;
  position: absolute;
  margin-top: -40px;
  text-indent: 0;
}

.entry-content .text-point-num:after {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .entry-content .text-point-num:after {
    width: 25px;
    height: 25px;
  }
}

.entry-content .text-point-num:after {
  right: 0;
  background-image: linear-gradient(-45deg, transparent 49%, #141E6149%, #141E6151%, transparent 51%, transparent);
}

.entry-content .acdn-btn {
  cursor: pointer;
}

.entry-content .shadow2 {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.entry-content .btn {
  display: inline-block;
  border: 2px solid #141E61;
  padding: 5px 2.5em;
  font-size: 12px;
  border-radius: 100px;
  background: #fff;
  position: relative;
  line-height: 1.8;
  text-decoration: none;
}

.entry-content .btn-square {
  border-radius: 5px;
}

.entry-content .btn:after {
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  height: 100%;
  right: 13px;
  top: 0;
  margin: auto;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
}

.entry-content .btn:hover {
  background: #e5f2ff;
}

.entry-content .btn.btn-blue {
  background: #141E61;
  color: #fff;
}

.entry-content .btn.btn-blue:hover {
  background: #787A91;
}

.entry-content .btn.btn-accent {
  background: #ff767d;
  border-color: #ff767d;
  color: #fff;
}

.entry-content .btn.btn-accent:hover {
  background: #ffdcde;
}

.entry-content .btn-plus {
  display: block;
  margin: auto;
  width: 220px;
  border: 1px solid #141E61;
  padding: 10px;
  color: #141E61;
  border-radius: 5px;
  background: #fff;
  transition: all ease-in-out .3s;
}

.entry-content .btn-plus:hover {
  background: #EEEEEE;
}

.entry-content .btn-plus:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-right: 5px;
}

.entry-content .btn-plus.active:before {
  content: "\f068";
}

.entry-content .bn-style {
  border: 10px solid rgba(31, 175, 169, 0.2);
  background: #fff;
  padding: 0;
}

.entry-content .bn-style .btn {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .entry-content .bn-style .btn {
    font-size: 14px !important;
  }
}

.entry-content .bn-style .grid-thumb-fixed-text {
  padding: 0 15px 15px;
}

@media screen and (max-width: 767px) {
  .entry-content .bn-style .grid-thumb-fixed-img {
    width: 130px !important;
  }
  .entry-content .bn-style .grid-thumb-fixed-body {
    margin: 0 0 0 -130px !important;
  }
  .entry-content .bn-style .grid-thumb-fixed-body .grid-thumb-fixed-text {
    margin: 0 0 0 130px !important;
    font-size: 13px !important;
  }
  .entry-content .bn-style .grid-thumb-fixed-body .grid-thumb-fixed-text h2 {
    font-size: 16px !important;
  }
  .entry-content .bn-style .grid-thumb-fixed-body .grid-thumb-fixed-text p {
    font-size: 13px !important;
  }
  .entry-content .bn-style .grid-thumb-fixed-body .text-right {
    text-align: center;
  }
}

.entry-content .grid {
  width: 100%;
  margin: 0 0 10px;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.entry-content .grid-col2-inner {
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-content .grid-col2-inner:before, .entry-content .grid-col2-inner:after {
  content: none !important;
}

.entry-content .grid-col2-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.entry-content .grid-col2-margin-inner {
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-content .grid-col2-margin-inner:before, .entry-content .grid-col2-margin-inner:after {
  content: none !important;
}

.entry-content .grid-col3-inner {
  width: 33.33%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-content .grid-col3-inner:before, .entry-content .grid-col3-inner:after {
  content: none !important;
}

@media screen and (max-width: 767px) {
  .entry-content .grid-col3-inner {
    width: 100%;
  }
}

.entry-content .grid-col3-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.entry-content .grid-col3-margin:after {
  content: "";
  display: block;
  width: 32%;
}

.entry-content .grid-col3-margin-inner {
  width: 32%;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-content .grid-col3-margin-inner:before, .entry-content .grid-col3-margin-inner:after {
  content: none !important;
}

.entry-content .grid-col4-inner {
  width: 25%;
  list-style: none;
}

.entry-content .grid-col4-inner:before, .entry-content .grid-col4-inner:after {
  content: none !important;
}

.entry-content .grid-col4-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.entry-content .grid-col4-margin:before {
  content: "";
  display: block;
  width: 23%;
  -ms-flex-order: 1;
      order: 1;
}

.entry-content .grid-col4-margin:after {
  content: "";
  display: block;
  width: 23%;
}

.entry-content .grid-col4-margin-inner {
  width: 23%;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.entry-content .grid-col4-margin-inner:before, .entry-content .grid-col4-margin-inner:after {
  content: none !important;
}

.entry-content .grid-col5-margin {
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}

.entry-content .grid-col5-margin-inner {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
  list-style: none;
}

.entry-content .grid-col5-margin-inner:before, .entry-content .grid-col5-margin-inner:after {
  content: none !important;
}

@media screen and (max-width: 767px) {
  .entry-content .grid-sp-col1 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .entry-content .grid-sp-col1 [class*="-inner"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .grid-sp-col2-margin {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .entry-content .grid-sp-col2-margin [class*="-inner"] {
    width: 48%;
    margin-bottom: 10px;
  }
}

.entry-content .icon-crown {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  margin-left: 7px;
  margin-right: 7px;
}

.entry-content .icon-crown span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #141E61transparent;
}

.ranking-1 .entry-content .icon-crown span {
  border-color: transparent transparent #AF8B2A transparent;
}

.ranking-2 .entry-content .icon-crown span {
  border-color: transparent transparent #6A828F transparent;
}

.ranking-3 .entry-content .icon-crown span {
  border-color: transparent transparent #A85A3B transparent;
}

.entry-content .icon-crown span:first-of-type {
  border-width: 0 10px 20px 10px;
}

.entry-content .icon-crown span:nth-of-type(2) {
  position: absolute;
  top: 4px;
  left: -1px;
  border-width: 0 10px 15px 0;
  transform: rotate(-10deg);
}

.entry-content .icon-crown span:nth-of-type(3) {
  position: absolute;
  top: 4px;
  right: -1px;
  border-width: 0 0 15px 10px;
  transform: rotate(10deg);
}

.entry-content .icon-crown:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #141E61;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 2px 2px;
}

.ranking-1 .entry-content .icon-crown:after {
  background: #AF8B2A;
}

.ranking-2 .entry-content .icon-crown:after {
  background: #6A828F;
}

.ranking-3 .entry-content .icon-crown:after {
  background: #A85A3B;
}

.entry-content .ranking-sp {
  display: inline-block;
  padding: 5px;
  background: #141E61;
  color: #fff;
  line-height: 1;
  margin-right: 3px;
}

.entry-content .ranking-sp-1 {
  background: #AF8B2A;
}

.entry-content .ranking-sp-2 {
  background: #6A828F;
}

.entry-content .ranking-sp-3 {
  background: #A85A3B;
}

.btn-pagetop {
  opacity: 0;
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .btn-pagetop {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 50px;
    right: 0;
  }
}

.btn-pagetop:active {
  color: #fff;
}

.btn-pagetop:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.btn-pagetop.show {
  opacity: 1;
}

.footer-navigation {
  border-top: 1px solid #e4e4e4;
  padding: 20px;
}

.footer-navigation .footer-menu {
  text-align: center;
  margin: 0;
  padding: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
}

.footer-navigation .footer-menu li a {
  color: #212121;
  display: inline-block;
  margin: 0 10px;
}

.site-info {
  text-align: center;
  background: #ffffff;
  color: #4f5660;
  padding: 10px;
  font-size: 13px;
}

/* 高さ均等カラム
--------------------------------------------------------- */
.grid {
  width: 100%;
  margin: 0 0 10px;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.grid-col2-inner {
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col2-inner:before, .grid-col2-inner:after {
  content: none !important;
}

.grid-col2-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid-col2-margin-inner {
  width: 48%;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col2-margin-inner:before, .grid-col2-margin-inner:after {
  content: none !important;
}

.grid-col3-inner {
  width: 33.33%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col3-inner:before, .grid-col3-inner:after {
  content: none !important;
}

.grid-col3-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid-col3-margin:after {
  content: "";
  display: block;
  width: 32%;
}

.grid-col3-margin-inner {
  width: 32%;
  margin-bottom: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-col3-margin-inner:before, .grid-col3-margin-inner:after {
  content: none !important;
}

.grid-col4-inner {
  width: 25%;
  list-style: none;
}

.grid-col4-inner:before, .grid-col4-inner:after {
  content: none !important;
}

.grid-col4-margin {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid-col4-margin:before {
  content: "";
  display: block;
  width: 23%;
  -ms-flex-order: 1;
      order: 1;
}

.grid-col4-margin:after {
  content: "";
  display: block;
  width: 23%;
}

.grid-col4-margin-inner {
  width: 23%;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.grid-col4-margin-inner:before, .grid-col4-margin-inner:after {
  content: none !important;
}

.grid-col5-margin {
  width: 102%;
  margin-left: -1%;
  margin-right: -1%;
}

.grid-col5-margin-inner {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
  list-style: none;
}

.grid-col5-margin-inner:before, .grid-col5-margin-inner:after {
  content: none !important;
}

@media screen and (max-width: 767px) {
  .grid-sp-col1 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid-sp-col1 [class*="-inner"] {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .grid-sp-col2-margin {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid-sp-col2-margin [class*="-inner"] {
    width: 48%;
    margin-bottom: 10px;
  }
}

/* サムネイルコンテンツ
--------------------------------------------------------- */
/*
<div class="grid-thumb thumb-left thumb50">
	<figure class="grid-thumb-img">
	<img src="<?php echo get_stylesheet_directory_uri(); ?>/images" alt="">
	</figure>
	<div class="grid-thumb-body">
		<p></p>
	</div>
</div>
*/
.grid-thumb {
  overflow: hidden;
}

.grid-thumb-img {
  margin: 0;
  padding: 0;
  width: 35%;
}

.thumb50 .grid-thumb-img {
  width: 50%;
}

.grid-thumb-img img {
  width: 100%;
}

.thumb-left .grid-thumb-img {
  float: left;
}

.thumb-right .grid-thumb-img {
  float: right;
}

.grid-thumb-body {
  width: 65%;
}

.thumb50 .grid-thumb-body {
  width: 50%;
}

.thumb-left .grid-thumb-body {
  float: right;
  padding-left: 20px;
}

.thumb-right .grid-thumb-body {
  float: left;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .grid-thumb-img {
    width: 100%;
  }
  .thumb50 .grid-thumb-img {
    width: 100%;
  }
  .grid-thumb-img img {
    width: 100%;
  }
  .thumb-left .grid-thumb-img {
    float: none;
    padding-right: 0;
  }
  .thumb-right .grid-thumb-img {
    float: right;
    padding-left: 0;
  }
  .grid-thumb-body {
    width: 100%;
  }
  .thumb50 .grid-thumb-body {
    width: 100%;
  }
  .thumb-left .grid-thumb-body {
    float: none;
  }
  .thumb-right .grid-thumb-body {
    float: none;
  }
}

.grid-style {
  color: #fff;
  background: #30373b;
}

.grid-style .grid-thumb-img {
  padding: 0;
}

.grid-style .grid-thumb-body {
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .grid-style .grid-thumb-img, .grid-style .grid-thumb-body {
    float: none;
    width: 100%;
  }
}

.grid-style-title {
  font-size: 28px !important;
  font-weight: normal;
  margin-top: 0 !important;
  margin-bottom: 0;
}

.grid-style-text {
  color: #eee;
  margin-bottom: 0;
}

/* サムネイルコンテンツ fixed
--------------------------------------------------------- */
/*
<div class="grid-thumb-fixed thumb-left thumb50">
	<figure class="grid-thumb-fixed-img">
	<img src="<?php echo get_stylesheet_directory_uri(); ?>/images" alt="">
	</figure>
	<div class="grid-thumb-fixed-body">
		<div class="grid-thumb-fixed-text">
		<p></p>
		</div>
	</div>
</div>
*/
.grid-thumb-fixed {
  overflow: hidden;
}

.grid-thumb-fixed-img {
  margin: 0;
  padding: 0;
  width: 100px;
}

.thumb150 .grid-thumb-fixed-img {
  width: 150px;
}

.thumb250 .grid-thumb-fixed-img {
  width: 250px;
}

.thumb350 .grid-thumb-fixed-img {
  width: 350px;
}

.grid-thumb-fixed-img img {
  width: 100%;
}

.thumb-left .grid-thumb-fixed-img {
  float: left;
}

.thumb-right .grid-thumb-fixed-img {
  float: right;
}

@media screen and (max-width: 767px) {
  .rp .grid-thumb-fixed-img {
    float: none;
    width: 100%;
  }
}

.grid-thumb-fixed-body {
  width: 100%;
}

.thumb-left .grid-thumb-fixed-body {
  float: right;
  margin: 0 0 0 -100px;
}

.thumb-right .grid-thumb-fixed-body {
  float: left;
  margin: 0 -100px 0 0;
}

.thumb150.thumb-left .grid-thumb-fixed-body {
  margin: 0 0 0 -150px;
}

.thumb150.thumb-right .grid-thumb-fixed-body {
  margin: 0 -150px 0 0;
}

.thumb250.thumb-left .grid-thumb-fixed-body {
  margin: 0 0 0 -250px;
}

.thumb250.thumb-right .grid-thumb-fixed-body {
  margin: 0 -250px 0 0;
}

.thumb350.thumb-left .grid-thumb-fixed-body {
  margin: 0 0 0 -350px;
}

.thumb350.thumb-right .grid-thumb-fixed-body {
  margin: 0 -350px 0 0;
}

@media screen and (max-width: 767px) {
  .rp .grid-thumb-fixed-body {
    float: none;
    margin: 0 !important;
  }
}

.thumb-left .grid-thumb-fixed-text {
  margin: 0 0 0 100px;
  padding-left: 20px;
}

.thumb-right .grid-thumb-fixed-text {
  margin: 0 100px 0 0;
  padding-right: 20px;
}

.thumb150.thumb-left .grid-thumb-fixed-text {
  margin: 0 0 0 150px;
}

.thumb150.thumb-right .grid-thumb-fixed-text {
  margin: 0 150px 0 0;
}

.thumb250.thumb-left .grid-thumb-fixed-text {
  margin: 0 0 0 250px;
}

.thumb250.thumb-right .grid-thumb-fixed-text {
  margin: 0 250px 0 0;
}

.thumb350.thumb-left .grid-thumb-fixed-text {
  margin: 0 0 0 350px;
}

.thumb350.thumb-right .grid-thumb-fixed-text {
  margin: 0 350px 0 0;
}

@media screen and (max-width: 767px) {
  .rp .grid-thumb-fixed-text {
    margin: 0 !important;
    padding: 0;
  }
}

.search-block .grid {
  text-align: center;
}

.search-block .grid .search-select {
  position: relative;
  z-index: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.search-block .grid .search-select:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  margin-right: 5px;
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 20px;
  z-index: -1;
}

.search-block .grid select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #cfdee5;
  margin: 0;
  padding: 10px;
  width: 100%;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  position: relative;
  z-index: 0;
}

.search-block input.btn {
  padding: 5px 5em;
  font-size: 14px;
  letter-spacing: 1em;
  text-indent: 1em;
}

.main-navigation {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.home .main-navigation {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .main-navigation.toggled .sp-menu {
    right: 0;
  }
}

.main-navigation .menu {
  display: block;
}

@media screen and (max-width: 767px) {
  .main-navigation .menu {
    display: none;
  }
}

.main-navigation .sp-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-navigation .sp-menu {
    display: block;
  }
}

.main-navigation .menu,
.main-navigation .sp-menu {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all  0.3s ease;
}

@media screen and (max-width: 767px) {
  .main-navigation .menu,
  .main-navigation .sp-menu {
    width: 250px;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    right: -250px;
  }
}

.main-navigation .menu:before,
.main-navigation .sp-menu:before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #e4e4e4;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-navigation .menu li,
.main-navigation .sp-menu li {
  float: left;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .main-navigation .menu li,
  .main-navigation .sp-menu li {
    width: 20%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation .menu li,
  .main-navigation .sp-menu li {
    float: none;
    width: 100%;
  }
}

.main-navigation .menu a,
.main-navigation .sp-menu a {
  display: block;
  padding: 18px 40px 15px;
  border-bottom: 3px solid #fff;
  position: relative;
  color: #212121;
}

@media screen and (max-width: 991px) {
  .main-navigation .menu a,
  .main-navigation .sp-menu a {
    padding: 18px 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation .menu a,
  .main-navigation .sp-menu a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}

.main-navigation .menu a:hover,
.main-navigation .sp-menu a:hover {
  border-bottom-color: #141E61;
}

.main-navigation .menu a:after,
.main-navigation .sp-menu a:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #e4e4e4;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-toggle {
  display: none;
  position: relative;
  margin-top: 2px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 8px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    display: block;
	position: fixed; /* ボタンを固定位置にする */
    z-index: 1000; /* 他の要素の上に表示されるように */
  }
}

.menu-toggle:hover, .menu-toggle:active {
  box-shadow: none;
  border: none;
}

.menu-toggle span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 1px;
  background-color: #121212;
  border-radius: 4px;
}

.menu-toggle span:nth-of-type(1) {
  top: 10px;
}

.menu-toggle span:nth-of-type(2) {
  top: 20px;
}

.menu-toggle span:nth-of-type(3) {
  top: 30px;
}

.toggled .menu-toggle span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.toggled .menu-toggle span:nth-of-type(2) {
  opacity: 0;
}

.toggled .menu-toggle span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
  margin: 0;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0.5);
  text-indent: 0 !important;
  overflow: hidden;
  width: 60px !important;
  height: 60px !important;
  z-index: 10 !important;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    width: 30px !important;
    height: 30px !important;
  }
}

.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
  display: block;
  width: 100%;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 1;
  color: #ccc;
  line-height: 60px;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-prev:before,
  .bx-wrapper .bx-next:before {
    line-height: 30px;
    font-size: 22px;
  }
}

.bx-wrapper .bx-prev {
  left: 0;
}

.bx-wrapper .bx-prev:before {
  content: "\f104";
}

.bx-wrapper .bx-next {
  right: 0;
}

.bx-wrapper .bx-next:before {
  content: "\f105";
}

.main-slider {
  padding: 0;
  margin: 0;
}

.main-slider li {
  padding: 0;
  margin: 0;
}

.blog .grid-thumb-fixed,
.archive .grid-thumb-fixed,
.post-type-archive-topics .grid-thumb-fixed {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

.blog .grid-thumb-fixed .no-image,
.archive .grid-thumb-fixed .no-image,
.post-type-archive-topics .grid-thumb-fixed .no-image {
  padding: 23% 0 0;
}

.blog .grid-thumb-fixed .entry-title,
.archive .grid-thumb-fixed .entry-title,
.post-type-archive-topics .grid-thumb-fixed .entry-title {
  text-align: left;
  margin: 0;
  font-size: 18px;
}

.blog .grid-thumb-fixed .entry-title:after,
.archive .grid-thumb-fixed .entry-title:after,
.post-type-archive-topics .grid-thumb-fixed .entry-title:after {
  content: none;
}

.blog .grid-thumb-fixed .grid-thumb-body,
.archive .grid-thumb-fixed .grid-thumb-body,
.post-type-archive-topics .grid-thumb-fixed .grid-thumb-body {
  padding-left: 20px;
}

.blog .grid-thumb-fixed .entry-meta-cat,
.archive .grid-thumb-fixed .entry-meta-cat,
.post-type-archive-topics .grid-thumb-fixed .entry-meta-cat {
  margin: 0;
}

.product .stars span a:before,
.product .star-rating span:before,
.product .star-rating:before {
  color: #1FAFA9;
}

.entry-title,
.page-title {
  font-weight: normal;
  color: #141E61;
  text-align: center;
  margin: 10px;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.entry-title:after,
.page-title:after {
  content: "";
  display: block;
  max-width: 320px;
  height: 1px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 118, 229, 0) 0%, #141E6150%, rgba(0, 118, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main-color', endColorstr='$main-color',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  padding: 0;
  list-style: none;
}

.sidebar ul ul {
  margin-left: 1em;
}

.sidebar .side-nav ul li {
  border-bottom: 1px solid #dedede;
}

.sidebar .side-nav ul li:last-child {
  border-bottom: none;
}

.sidebar .side-nav ul li a {
  display: block;
  padding: 15px;
  color: #555;
}

.sidebar .side-nav ul li a:hover {
  background: #EEEEEE;
}

.sidebar .side-nav .size-list small {
  display: block;
}

.sidebar .side-nav .size-list span {
  display: inline-block;
  float: right;
  width: 2em;
  text-align: center;
  font-weight: bold;
}

.sidebar .widget {
  margin: 0;
}

.sidebar .side-title,
.sidebar .widget-title {
  border-top: 2px solid #999;
  border-bottom: 1px solid #999;
  padding: 18px 12px;
  margin: 0;
  font-size: 16px;
  color: #212121;
}

.sidebar .side-bn li {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .sidebar .side-bn {
    text-align: center;
  }
}

.sidebar .side-blog {
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .sidebar .side-blog {
    text-align: center;
  }
}

.sidebar .side-info {
  margin: 15px 0;
  background: #EEEEEE;
  padding: 10px;
}

.sidebar .side-info-title {
  margin: 0;
  text-align: center;
  font-size: 18px;
}

.sidebar .side-info-tel {
  display: block;
  border: 1px solid #e1e6eb;
  background: #fff;
  padding: 3px;
  font-size: 26px;
  border-radius: 3px;
  text-align: center;
}

.sidebar .side-info-tel:hover {
  background: #EEEEEE;
}

.sidebar .side-info-text {
  text-align: center;
  margin: 5px 0 0 0;
}

.sidebar .widget_recent_reviews .product_list_widget li {
  margin: 10px 0;
  border-left: 2px solid #212121;
  padding-left: 10px;
}

/* 人気商品一覧
--------------------------------------------------------- */
.popularity-list {
  position: relative;
  overflow: hidden;
}

.popularity-list .list-slider {
  width: 100%;
}

.popularity-list .container {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .popularity-list .container {
    padding: 8px;
    overflow: hidden;
  }
}

.popularity-list .bx-wrapper,
.popularity-list .bx-viewport {
  position: static;
}

.popularity-list .bx-pager {
  max-width: 1200px;
  position: absolute;
  bottom: 50px;
}

.popularity-list .card dl {
  font-size: 12px;
}

.popularity-list .card dl dt {
  color: #141E61;
  margin-bottom: 8px;
}

.popularity-list .card dl dd {
  margin: 0;
  padding: 0;
  color: #555;
}

.popularity-list .card-body {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e7e7e7;
}

.popularity-list .card-footer {
  color: #212121;
}

.popularity-list .card table,
.popularity-list .card table th,
.popularity-list .card table td {
  border: 1px solid #fff;
  white-space: normal;
}

.popularity-list .card table th,
.popularity-list .card table td {
  padding: 0 3px;
}

.popularity-list .card table thead th {
  background: #a0d7e6;
}

.popularity-list .card table tbody th {
  font-weight: bold;
  background: none;
  vertical-align: top;
  background: #f5f5f5;
  text-align: left;
}

/* 宿泊日数・サイズで選ぶ
--------------------------------------------------------- */
.size-list .size-header {
  display: block;
  background: #141E61;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .size-list .size-header {
    padding: 0;
    font-size: 14px;
  }
}

.size-list .card {
  position: relative;
}

@media screen and (max-width: 767px) {
  .size-list .card {
    margin-top: 30px;
  }
}

.size-list .card a {
  height: 100%;
}

.size-list .card .ico_arch {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -42px;
}

@media screen and (max-width: 767px) {
  .size-list .card .ico_arch {
    top: -30px;
  }
  .size-list .card .ico_arch img {
    height: 35px;
  }
}

.size-list .card-border {
  border: 1px solid #f7f9fb;
  border-top: none;
  height: 100%;
}

.size-list .card-header {
  text-align: center;
  color: #555;
}

.size-list .card-header h3 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 80px;
}

@media screen and (max-width: 767px) {
  .size-list .card-header h3 {
    min-height: auto;
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .size-list .card-header p {
    padding: 0;
    margin: 0;
    color: #141E61;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .size-list .card-contents {
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .size-list .card-image {
    width: 40%;
  }
}

.size-list .card-body {
  color: #555;
}

@media screen and (max-width: 767px) {
  .size-list .card-body {
    width: 60%;
    padding-top: 0;
    padding-right: 0;
  }
  .size-list .card-body .card-header * {
    display: block;
    text-align: left;
  }
  .size-list .card-body p {
    margin: 0;
    font-size: 12px;
  }
  .size-list .card-body dl {
    margin-top: 10px;
  }
  .size-list .card-body dl dt {
    margin-bottom: 0;
  }
}

/* ブランドで選ぶ
--------------------------------------------------------- */
.brand-list .card {
  border: 1px solid #f7f9fb;
  padding-top: 20px;
}

.brand-list .card-header {
  text-align: center;
}

.brand-list .card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #141E61;
  margin-bottom: 0;
}

.brand-list .card-ruby {
  margin: 0;
  font-size: 12px;
}

.brand-list .card-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100px;
}

.brand-list .card-image img {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.brand-list .card-body {
  padding-top: 0;
}

/* front main
--------------------------------------------------------- */
.flow-block {
  border-top: 2px solid #999;
}

.reason-block-title {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 30px 0;
  text-align: center;
  font-size: 23px;
  color: #141E61;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .reason-block-title {
    font-size: 18px;
  }
}

.reason-block-content ul {
  font-weight: bold;
  color: #212121;
}

.reason-block-content ul li {
  margin-bottom: 20px;
}

/* システム */
.system-block {
  background: url(images/bg_airport.jpg) top center;
}

.system-block h3 {
  border: none;
}

.system-block h3:before, .system-block h3:after {
  content: none;
}

.system-block-body {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .system-block-body {
    width: 96%;
  }
}

.system-block-body p {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .system-block-body p {
    padding: 8px;
  }
}

.system-block-body img.triangle {
  width: 100%;
  position: absolute;
  bottom: -4vw;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .system-block-body img.triangle {
    bottom: -6vw;
  }
}

.system-block-title {
  text-align: center;
  font-size: 24px;
  padding: 30px;
  border-bottom: 1px solid #dce3e8;
}

@media screen and (max-width: 767px) {
  .system-block-title {
    font-size: 16px;
    padding: 8px;
  }
}

.system-block-info {
  width: 90%;
  margin: 0 auto;
}

.system-block-info h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.system-block-info h3:before, .system-block-info h3:after {
  content: none;
}

.system-block-info-content {
  overflow: hidden;
}

.system-block-info-content p:first-child {
  float: left;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .system-block-info-content p:first-child {
    float: none;
    width: 100%;
  }
}

.system-block-info-content p:last-child {
  float: right;
  width: 25%;
  text-align: right;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .system-block-info-content p:last-child {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.system-calculation {
  text-align: center;
  margin-top: 70px;
}

.system-calculation ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
}

.system-calculation ul li {
  list-style: none;
  float: left;
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .system-calculation ul li {
    font-size: 13px;
    margin: 0 3px;
  }
  .system-calculation ul li .font-200p {
    font-size: 120%;
  }
}

.system-calculation ul li p {
  margin: 0;
  line-height: 1.3;
}

.system-calculation ul li:before {
  content: none;
}

.system-calculation ul li:nth-child(2n+1) {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #7ec3e0;
}

@media screen and (max-width: 767px) {
  .system-calculation ul li:nth-child(2n+1) {
    padding: 10px;
    width: 25%;
  }
}

.system-calculation ul li:last-child {
  padding: 20px 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .system-calculation ul li:last-child {
    padding: 10px;
  }
}

/* Siesta */
.siesta-block {
  background: url(images/bg_water.jpg) top center;
}

.siesta-block .grid-thumb {
  width: 90%;
  margin: auto;
}

.siesta-block .grid-thumb-img img {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .siesta-block .grid-thumb-img img {
    padding-top: 30px;
  }
}

.siesta-block .grid-thumb-body {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  line-height: 1.6;
}

.siesta-block .grid-thumb-body h5 {
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .siesta-block .grid-thumb-body h5 {
    margin: 0;
    font-size: 16px;
  }
}

/* Banner */
.bn-block .grid-thumb {
  margin-bottom: 20px;
}

.bn-block .grid-thumb-body p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .bn-block .grid-thumb-body .btn-area {
    text-align: center;
  }
}

/* Topics */
.topics-block {
  border-top: 1px solid #999;
}

.topics-block .dl-float dt {
  color: #141E61;
}

.topics-block .dl-float dd a {
  color: #555;
}

/* Blog Topics */
.bloglist-block {
  border-top: 1px solid #999;
}

.bloglist-block .card .post-list-title {
  color: #555;
  text-align: center;
  margin-bottom: 0;
}

.bloglist-block .card .post-list-cat {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}

.bloglist-block .card .post-list-cat:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f114";
  float: left;
  margin-right: 10px;
  color: #141E61;
}

.bloglist-block .card .post-list-date {
  display: none;
}

.bloglist-block .card .post-list-text {
  border-bottom: 1px solid #e0e0e0;
}

/* ランキング
--------------------------------------------------------- */
.ranking-list .ranking-text {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #555;
}

@media screen and (max-width: 767px) {
  .ranking-list .card {
    width: 100%;
  }
  .ranking-list .card-image {
    width: 30%;
    float: left;
  }
  .ranking-list .card-body {
    width: 70%;
    float: right;
    border: none;
  }
  .ranking-list .card-footer {
    clear: both;
    padding: 0;
    text-align: right;
    color: #ff767d;
    font-weight: bold;
  }
  .ranking-list .card-title,
  .ranking-list .card table {
    margin: 0;
  }
  .ranking-list .card .dl-style dt {
    display: none;
  }
}

.woocommerce {
  /* タイトル */
  /* button */
  /* お支払へ進む button */
  /* カートフォーム */
  /* 注文確認 */
  /* 注文完了 */
  /* 旧サイト商品詳細style */
  /*部分的に予約された赤い三角形*/
  /*選択された日付*/
}

.woocommerce ul.products {
  margin-top: 80px;
}

.woocommerce ul.products li.product {
  overflow: hidden;
}

.woocommerce ul.products li.product:before {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  background: none;
  padding: 0;
  margin-bottom: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:after {
  display: none;
}

.woocommerce ul.products li.product .price {
  color: #555;
  display: block;
  margin-bottom: .5em;
  font-size: 14px;
}

.woocommerce ul.products li.product .onsale {
  left: -30px;
  top: -2px;
  margin: 0;
}

.woocommerce ul.products li.product table th,
.woocommerce ul.products li.product table td {
  padding: 0 3px;
}

.woocommerce ul.products li.product table th {
  width: 5em;
}

.woocommerce span.onsale {
  background: #141E61;
}

.woocommerce .card dl {
  font-size: 12px;
}

.woocommerce .card dl dt {
  color: #141E61;
  margin-bottom: 8px;
  border: none;
  padding: 0;
}

.woocommerce .card dl dd {
  margin: 0;
  padding: 0;
  color: #555;
}

.woocommerce .card-image {
  overflow: hidden;
}

.woocommerce .card-image img {
  margin: 0 !important;
}

.woocommerce .card-body {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e7e7e7;
}

.woocommerce .card-footer {
  color: #212121;
}

.woocommerce .entry-summary {
  margin-top: 0;
}

.woocommerce .tax-header {
  overflow: inherit;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce .tax-header-image img {
  width: 100%;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-top: 20px;
}

.woocommerce.single-product {
  /* meta */
  /* タブ */
}

.woocommerce.single-product div.product {
  overflow: hidden;
}

.woocommerce.single-product div.product .price {
  display: none;
}

.woocommerce.single-product .product_title {
  font-size: 23px;
  color: #555;
  font-weight: normal;
  text-align: left;
  margin: 0;
}

.woocommerce.single-product .product_title:after {
  content: none;
}

.woocommerce.single-product .woocommerce-product-details__short-description table {
  font-size: 13px;
}

.woocommerce.single-product .woocommerce-product-details__short-description table th,
.woocommerce.single-product .woocommerce-product-details__short-description table td {
  padding: 3px 10px;
}

.woocommerce.single-product .cart h3 {
  font-size: 14px;
  padding: 5px 0;
  margin-top: 10px;
}

.woocommerce.single-product .cart h3:first-child {
  margin-top: 0;
}

.woocommerce.single-product .cart .wc-bookings-date-picker legend span {
  color: #141E61;
  font-size: 16px;
  font-weight: bold;
}

.woocommerce.single-product .cart .booking-date-dsp p {
  margin: 8px 0;
}

.woocommerce.single-product .cart .booking-date-dsp table {
  margin: 0;
}

.woocommerce.single-product .cart .wc-bookings-booking-cost {
  text-align: center;
}

.woocommerce.single-product .cart .wc-bookings-booking-cost .woocommerce-Price-amount {
  font-size: 18px;
}

.woocommerce.single-product .cart .product-addon {
  margin: 5px 0;
}

.woocommerce.single-product .product_meta .posted_in a {
  padding: 0 5px;
  border-width: 1px;
}

.woocommerce.single-product .product_meta .posted_in a:before, .woocommerce.single-product .product_meta .posted_in a:after {
  content: none;
}

.woocommerce.single-product .tab-content {
  clear: both;
}

.woocommerce.single-product .woocommerce-message {
  padding: 30px 20px 30px 40px;
  border: 2px solid #ff767d;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .woocommerce.single-product .woocommerce-message {
    padding: 10px;
  }
}

.woocommerce.single-product .woocommerce-message:before {
  color: #141E61;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .woocommerce.single-product .woocommerce-message:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.single-product .woocommerce-message {
    text-align: center;
  }
  .woocommerce.single-product .woocommerce-message .wc-forward {
    display: block;
    width: 200px;
    float: none;
    margin: 10px auto;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce.single-product .item-price-list table {
    margin-bottom: 0;
  }
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  border: 2px solid #141E61;
  padding: 5px 2.5em;
  font-size: 12px;
  border-radius: 100px;
  background: #fff;
  position: relative;
  line-height: 1.8;
  text-decoration: none;
}

.woocommerce #respond input#submit-square,
.woocommerce a.button-square,
.woocommerce button.button-square,
.woocommerce input.button-square {
  border-radius: 5px;
}

.woocommerce #respond input#submit:after,
.woocommerce a.button:after,
.woocommerce button.button:after,
.woocommerce input.button:after {
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  height: 100%;
  right: 13px;
  top: 0;
  margin: auto;
  -ms-flex-align: center;
      align-items: center;
  font-size: 17px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #e5f2ff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #141E61;
  color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #787A91;
}

.woocommerce #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}

.woocommerce #add_payment_method table.cart input,
.woocommerce .woocommerce-cart table.cart input,
.woocommerce .woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1.8;
}

.woocommerce .shop_table dl dt {
  border: none;
  padding: 0;
}

.woocommerce .woocommerce-checkout ul li:before {
  content: none !important;
}

.woocommerce .woocommerce-checkout h3:before {
  content: none;
}

.woocommerce .woocommerce-checkout #payment {
  background: #f0f0f0;
}

.woocommerce .woocommerce-checkout .place-order {
  text-align: center;
  padding: 30px 0 !important;
  font-size: 16px;
}

.woocommerce .woocommerce-checkout .place-order input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 0.5em;
}

.woocommerce .woocommerce-checkout .place-order #place_order {
  float: none !important;
  margin-top: 20px;
  padding: 5px 2.5em;
  background: #31BDC4;
  border-color: #31BDC4;
  font-size: 18px;
}

.woocommerce .woocommerce-thankyou-order-details li:before {
  content: none !important;
}

.woocommerce .img2line, .woocommerce .img3line {
  overflow: hidden;
}

.woocommerce .img2line b, .woocommerce .img3line b {
  display: block;
}

.woocommerce .img3line span.img3line {
  width: 33.333%;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}

.woocommerce .img2line span.img2line {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}

.woocommerce img.best3 {
  float: left;
}

.woocommerce ul.best3 {
  margin: 30px 0 0 130px;
}

.woocommerce ul.best3 li {
  font-weight: bold;
}

.woocommerce ul.best3 li span {
  color: #FA6A58;
}

.woocommerce div.best3 {
  box-sizing: border-box;
  border: 5px solid #E7F8FF;
  padding: 20px;
}

.woocommerce span.onsale {
  width: 100px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -37px;
  text-transform: uppercase;
  transform: rotate(315deg);
  border-radius: 0;
  left: -30px;
  top: -2px;
}

.woocommerce .wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
  border-top: none;
}

.woocommerce #wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  background-color: #ff767d !important;
}

.woocommerce .wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background: #141E61!important;
}

.woocommerce .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background: rgba(0, 118, 229, 0.4) !important;
}

.woocommerce div.product form.cart .button {
  width: 100%;
  font-size: 18px;
}

.woocommerce .wc-bookings-booking-form-button.disabled {
  background: #141E61!important;
  padding: 5px 2.5em !important;
}

.woocommerce .tbl-booking {
  font-size: 14px;
}

.woocommerce .tbl-booking th, .woocommerce .tbl-booking td {
  border: 1px solid #141E61;
  padding: 10px;
}

.woocommerce .tbl-booking tbody th {
  width: 10em;
  font-weight: normal;
  background: #141E61;
  color: #fff;
}

.woocommerce .tbl-booking tbody td {
  text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}



