@charset "UTF-8";
/*
Theme Name: src theme
Version: 1.0
*/
html {
  font-size: 62.5%;
}

body, th, td, li, dt, dd, input, select, p, div, span, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", Meiryo, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

body {
  background: #ffffff;
}

p {
  line-height: 200%;
}

a {
  color: #0397dc;
  outline: none;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  color: #c003dc;
}

strong {
  color: #c40b59;
}

/*-----------------------------------------
conponent
------------------------------------------*/
.hidden {
  display: none;
  height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.clear {
  clear: both;
  height: 10px;
}

.center {
  text-align: center;
}

.middle-tt {
  color: #0aaae1;
  font-weight: bold;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #0aaae1;
  margin: 30px auto;
}

@media screen and (max-width: 959px) {
  .middle-tt {
    font-size: 171%;
  }
}
@media screen and (min-width: 960px) {
  .middle-tt {
    font-size: 342%;
    width: 700px;
  }
}
@media screen and (max-width: 959px) {
  .pc-only {
    display: none;
  }
  .btn-reserve-sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
}
.textbtn {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #0aaae1;
}

.textbtn:hover {
  color: #ffffff;
  background-color: #88c120; /*#c003dc;*/
}

hr {
  height: 1px;
  border: none;
  border-top: 1px solid #cccccc;
  margin: 30px 0;
}

.mb50 {
  margin-bottom: 50px;
}

/*-----------------------------------------
layoutcontrol
------------------------------------------*/
@media screen and (max-width: 959px) {
  .wrapper {
    margin: 0 3%;
    overflow: hidden;
  }
  .wrapper0 {
    margin: 0;
    width: 100%;
  }
  .flexwrapper {
    display: flex;
    flex-direction: column;
  }
  .tablewrapper {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .wrapper, .wrapper0 {
    width: 960px;
    margin: 0px auto;
  }
  .flexwrapper {
    display: flex;
    flex-direction: row;
  }
  .tablewrapper {
    display: table;
    border-collapse: collapse;
  }
  #default-left {
    display: table-cell;
    width: 640px;
    text-align: left;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 30px;
  }
  #default-right {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    padding-top: 30px;
  }
}
/*-----------------------------------------
header
------------------------------------------*/
#spenit {
  background-color: #0397dc;
}

#spenit div {
  color: #ffffff;
  padding: 5px;
}

.sp-hidden {
  display: none;
}

.pc-hidden {
  display: inline;
}

@media screen and (max-width: 639px) {
  #header .h1 {
    position: absolute;
    top: 65px; /*60px;*/
    height: inherit; /*100px;*/
    vertical-align: middle;
  }
  #header .h1 a {
    display: inline-block;
    text-align: left;
    padding-left: inherit;
    font-size: 24px; /*128%;*/
    font-weight: bold;
  }
  #header .h1 a::before {
    position: absolute;
    content: "";
    top: -60px;
    width: 120px;
    height: 43px;
    background: url(images/logo_sp.png) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  #header .h1 span {
    display: inline-block;
    padding-right: 5px;
    font-size: 9px;
  }
}
@media screen and (min-width: 640px) {
  .sp-hidden {
    display: inline;
  }
  .pc-hidden {
    display: none;
  }
  #header .h1 {
    height: 125px;
    vertical-align: middle;
    background: url(images/logo.png) no-repeat left center;
  }
  #header .h1 a {
    display: block;
    text-align: left;
    padding-left: 136px;
    font-size: 128%;
    font-weight: bold;
  }
  #header .h1 span {
    display: block;
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  #spenit {
    padding-top: 104px; /*43px;*/
    background-color: #fff;
  }
  #spenit div {
    padding: 10px;
    background-color: #0397dc;
  }
  #header {
    padding-bottom: 0px;
  }
  #header .h1 {
    display: table-cell;
  }
  #head-kousoku {
    margin: 10px auto;
    text-align: center;
  }
  #head-kousoku img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  #header .h1 {
    display: table-cell;
  }
  #header .h1 a {
    display: block;
    text-align: left;
    padding-left: 136px;
    font-size: 171%;
    font-weight: bold;
  }
  #head-kousoku {
    display: table-cell;
    height: 125px;
    text-align: right;
    vertical-align: middle;
  }
}
/*-----------------------------------------
head-menu
------------------------------------------*/
#head-menu {
  position: relative;
  padding: 10px;
}

#head-menu #toggle1 {
  display: block;
  position: absolute;
  top: -60px;
  right: 10px;
  width: 60px;
  border: solid 1px #000;
}

/*-----------------------------------------
menu
------------------------------------------*/
#menu li {
  display: table;
}

#menu li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#menu li a:hover {
  background-color: #0397dc;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  #menu-maincategory {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }
  #menu-maincategory .wrapper {
    margin: 0 0 !important;
  }
  #menu {
    display: none;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  #toggle {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 55px;
    text-align: center;
    border-bottom: 2px solid #007EFC;
  }
  #toggle a {
    display: block;
    margin: 0;
    width: 53px;
    height: 53px;
    padding: 10px 10px;
    color: #fff;
    background-color: #003f8b;
    text-align: left;
    background-image: url(images/btn-toggle3.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  #yoyaku a {
    position: absolute;
    top: 0px;
    right: 106px;
    display: flex;
    justify-content: center;
    width: 53px;
    height: 53px;
    padding-top: 34px;
    color: #000;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    background-image: url(images/icon-reserve.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 19px 10px;
    z-index: 1;
  }
  #mypage a {
    position: absolute;
    top: 3px;
    right: 160px;
    width: 48px;
    height: 48px;
    font-size: 11px;
    padding-top: 30px;
    border-radius: 5px;
    background-color: rgba(25, 158, 220, 0.9);
    background-image: url(images/icon-mypage-white.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center 8px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
  }
  #login a {
    position: absolute;
    top: 0px;
    right: 53px;
    display: flex;
    justify-content: center;
    width: 53px;
    height: 53px;
    padding-top: 34px;
    color: #000;
    font-size: 11px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 19px 10px;
    z-index: 1;
  }
  .sp-header-login {
    background-image: url(images/icon-login.svg);
  }
  .sp-header-logout {
    background-image: url(images/icon-logout.svg);
  }
  #menu li {
    width: 100%;
  }
  #menu li a {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
  }
  #menu li a:hover {
    background: #fff;
    color: #333;
  }
}
@media screen and (min-width: 960px) {
  #menu-maincategory {
    border-top: 1px solid #0397dc;
  }
  #yoyaku {
    display: none;
  }
  #mypage {
    display: none;
  }
  #login {
    display: none;
  }
  #toggle {
    display: none;
  }
  .btn-disp {
    display: block !important;
  }
  #menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    width: 100%;
  }
  #menu li {
    /*	width: calc(100%/8);
    	width:190px;*/
    height: 40px;
  }
  #menu li:last-child {
    width: 120px;
  }
  #menu li a {
    display: flex;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
  }
}
/*-----------------------------------------
defaultpage
------------------------------------------*/
#defaultpage {
  padding: 30px 0;
}

/*-----------------------------------------
mainvisual
------------------------------------------*/
#mainvisual {
  background: rgb(2, 105, 242); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgb(2, 105, 242) 0%, rgb(7, 149, 231) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0269f2", endColorstr="#0795e7",GradientType=0 ); /* IE6-9 */
  text-align: center;
}

@media screen and (max-width: 959px) {
  #mainvisual {
    padding: 20px 10px;
  }
  .kasoutitle {
    font-size: 200%; /*260%;*/
  }
  .kasoutitle img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  #mainvisual {
    height: 160px;
  }
  .kasoutitle {
    height: 160px;
    line-height: 160px;
    font-size: 342%;
  }
  .kasoutitle-short img {
    max-height: 160px;
  }
}
.kasoutitle {
  color: #ffffff;
  font-weight: bold;
}

/*-----------------------------------------
undermenu
------------------------------------------*/
#btnframe {
  border-bottom: 1px solid #cccccc;
}

.reservebtn a:hover {
  animation: rumble 0.2s linear 4;
}
@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@media screen and (max-width: 959px) {
  #btnframe {
    padding-top: 10px;
  }
  #btnframe li {
    /* padding:10px 0; */
    text-align: center;
  }
  .pushcharm {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #btnframe {
    padding-top: 20px;
  }
  #btnframe li {
    display: table-cell;
    vertical-align: middle;
  }
  .snsbtn {
    width: 450px;
    height: 50px;
  }
  .pushcharm {
    width: 190px;
    position: relative;
  }
  .reservebtn {
    width: 320px;
    position: relative;
  }
  .pushcharm span {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: -10px;
    z-index: 9;
  }
  .stadless {
    left: 60px;
  }
  .childseat {
    left: 120px;
  }
  .reservebtn a {
    display: block;
    position: absolute;
    width: 320px;
    height: 60px;
    top: -16px;
    z-index: 9;
  }
}
.snsbtn dd {
  float: left;
  padding-right: 8px;
}

/*-----------------------------------------
point
------------------------------------------*/
#pointframe {
  margin: 40px 0 30px 0; /*50px 0 30px 0;*/
}

@media screen and (max-width: 959px) {
  #pointframe ul {
    width: 320px;
    margin: 0px auto;
  }
  #pointframe li {
    width: 320px;
    height: 200px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
  }
  #pointframe a {
    padding-top: 0px;
  }
  #point-v-frame li {
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
  .responsiveimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 640px;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  #pointframe ul {
    width: 960px;
    margin: 0px auto;
  }
  #pointframe li {
    display: table-cell;
    width: 320px;
    height: 200px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
}
#pointframe li:hover, #point-v-frame li:hover {
  opacity: 0.8;
}

#pointframe a, #point-v-frame a {
  display: block;
  color: #ffffff;
  font-size: 171%;
}

#pointframe a:after, #point-v-frame a:after {
  content: " ";
  width: 51px;
  height: 51px;
  background-image: url(images/tab-more.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
}

#point-v-frame li {
  width: 320px;
  height: 200px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.point1 {
  background-image: url(images/bg-pickup-wariyasu.png);
}

.point2 {
  background-image: url(images/bg-pickup-tokutoku.png);
}

.point3 {
  background-image: url(images/bg-pickup-haisou.png);
}

/*-----------------------------------------
news
------------------------------------------*/
#news {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  #news:before {
    content: "NEWS";
    font-size: 36px;
    font-weight: bold;
    width: 150px;
    position: relative;
    left: 50%;
    margin-left: -75px;
  }
  .newscontent {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 100px;
    overflow-y: auto;
  }
  #newsside img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  #news:before {
    content: "NEWS";
    font-size: 36px;
    font-weight: bold;
    width: 150px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #cccccc;
  }
  .newscontent {
    margin-left: 160px;
    height: 100px;
    overflow-y: auto;
  }
  #news-left {
    float: left;
    width: 640px;
  }
  #newsside {
    float: right;
    width: 320px;
    padding-left: 20px;
  }
}
.nestt {
  margin-top: 10px;
}

.newslist {
  padding: 30px 0px;
  border-bottom: 1px solid #cccccc;
}

.newslist-tt {
  font-size: 128%;
  margin-bottom: 15px;
}

.newssingle-tt {
  font-size: 171%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-pagenavi {
  width: 320px;
  margin: 30px auto;
  text-align: center;
}

.wp-pagenavi a {
  display: inline-block;
  color: #ffffff;
  background-color: #111111;
  padding: 10px 15px;
  margin: 0 6px;
  border-radius: 3px;
}

.wp-pagenavi a:hover {
  background-color: #8b3cbe;
}

.current {
  display: inline-block;
  color: #333333;
  background-color: #dddddd;
  padding: 10px 15px;
  margin: 0 6px;
  border-radius: 3px;
  position: relative;
}

.current:before {
  content: " ";
  display: inline-block;
  background-image: url(images/bg-pageskipper.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 22px;
  height: 11px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -11px;
  z-index: 9;
}

.gotobtn {
  padding: 12px 24px !important;
}

/*-----------------------------------------
price-top
------------------------------------------*/
@media screen and (max-width: 959px) {
  .masonry {
    width: 320px;
    margin: 30px auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .masonry {
    width: 960px;
    margin: 30px auto;
  }
}
.masonry li {
  width: 320px;
  float: left;
  padding-bottom: 10px;
}

.masonry li table {
  width: 310px;
  margin: 0px auto;
  border: 1px solid #cccccc;
}

.price-head th {
  background-color: #ffffff;
  text-align: center;
}

.price-head td, .price-body td {
  padding: 10px;
  text-align: center;
}

.price-body th {
  padding: 10px;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}

.lineup-kakunin {
  color: #ffffff;
  background-color: #111111;
  text-align: center;
}

.lineup-kakunin span, .lineup-kakunin a {
  display: block;
  color: #ffffff;
}

.lineup-kakunin a:hover {
  color: #ffcc00;
}

.lineup-reserve {
  background-color: #ffc600;
}

.lineup-reserve a {
  display: block;
  padding: 10px;
  color: #111111;
  font-weight: bold;
  text-align: center;
  background-color: #ffc600;
  background-image: url(images/icon-yoyaku.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.lineup-reserve a:hover {
  background-color: #ff9c00;
}

.price-table tr:nth-child(even) {
  background-color: #c1e5f5;
}

.price-table tr:nth-child(odd) {
  background-color: #dfedf3;
}

.price-table .even td:nth-of-type(1) {
  background-color: #e0f2fa;
}

.price-table .odd td:nth-of-type(1) {
  background-color: #eff6f9;
}

.price-tokutoku tr:nth-child(even) {
  background-color: #ffb7cd;
}

.price-tokutoku tr:nth-child(odd) {
  background-color: #ffd7e4;
}

.price-tokutoku .even td:nth-of-type(1) {
  background-color: #ffdbe6;
}

.price-tokutoku .odd td:nth-of-type(1) {
  background-color: #ffebf2;
}

.price-tokutoku.tokutoku-wide {
  width: 100%;
}

/*-----------------------------------------
noc-top
------------------------------------------*/
@media screen and (max-width: 959px) {
  #noc {
    height: 380px;
    background: url(images/bg-noc_sp.png) repeat-x;
  }
  .noc-frame {
    height: 380px;
    position: relative;
  }
  .noc-pic1, .noc-pic2 {
    display: none;
  }
  .noc-zero {
    width: 150px;
    height: auto;
  }
  .noc-content {
    text-align: center;
  }
  .noc-content h2 {
    font-size: 200%;
    font-weight: bold;
    padding: 20px 0 15px 0;
  }
  .noc-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    height: 98px;
    z-index: 4;
  }
}
@media screen and (min-width: 960px) {
  #noc {
    height: 440px;
    background: url(images/bg-noc.png) repeat-x;
  }
  .noc-frame {
    height: 440px;
    position: relative;
  }
  .noc-pic1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 571px;
    height: 405px;
    z-index: 3;
  }
  .noc-pic2 {
    position: absolute;
    top: 158px;
    left: 480px;
    width: 213px;
    height: 171px;
    z-index: 2;
  }
  .noc-content {
    text-align: right;
  }
  .noc-content h2 {
    font-size: 428%;
    font-weight: bold;
    padding: 20px 0 15px 0;
  }
  .noc-content p {
    padding-left: 500px;
  }
  .noc-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 98px;
    z-index: 4;
  }
}
.noc-content p {
  font-size: 114%;
  font-weight: bold;
}

.noc-btn a {
  display: block;
  background-color: #ffffff;
}

.noc-btn img:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

/*-----------------------------------------
step
------------------------------------------*/
#rentalstep li p {
  color: #ffffff;
  padding-top: 10px;
}

#rentalstep a {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  #rentalstep li {
    position: relative;
    padding: 18px;
    text-align: center;
    color: #ffffff;
  }
  .step1 {
    background-color: #0aaae1;
  }
  .step2 {
    background-color: #04b999;
  }
  .step3 {
    background-color: #0aaae1;
  }
  .step4 {
    background-color: #04b999;
  }
  .step1:before {
    content: " ";
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/tab-step.png) no-repeat 0px 0px;
  }
  .step2:before {
    content: " ";
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/tab-step.png) no-repeat -58px 0px;
  }
  .step3:before {
    content: " ";
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/tab-step.png) no-repeat -116px 0px;
  }
  .step4:before {
    content: " ";
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/tab-step.png) no-repeat -174px 0px;
  }
}
@media screen and (min-width: 960px) {
  #rentalstep {
    width: 960px;
    margin: 40px auto 10px auto;
  }
  #rentalstep ul {
    height: 235px;
    position: relative;
  }
  #rentalstep li {
    position: absolute;
    height: 235px;
    color: #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    top: 0px;
    padding-top: 18px;
    padding-left: 24px;
  }
  .step1 {
    width: 253px;
    background-image: url(images/bg-step1.png);
    left: 0px;
    padding-right: 45px;
  }
  .step2 {
    width: 253px;
    background-image: url(images/bg-step2.png);
    left: 240px;
    padding-right: 45px;
  }
  .step3 {
    width: 253px;
    background-image: url(images/bg-step3.png);
    left: 480px;
    padding-right: 45px;
  }
  .step4 {
    width: 235px;
    background-image: url(images/bg-stepend.png);
    left: 720px;
    padding-right: 24px;
  }
}
/*-----------------------------------------
faq
------------------------------------------*/
#faq {
  background-color: #efeee4;
  margin: 40px 0;
  padding: 40px 0;
}

.faq-title {
  text-align: center;
  vertical-align: middle;
}

.faq-table-wrap {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .faq-table-wrap {
    overflow-x: hidden;
  }
}
.faq-table {
  width: 100%;
  min-width: 600px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.faq-table th, .faq-table td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.faq-table tr:nth-child(even) {
  background: #f0f0f0;
}

.faq-table tr:nth-child(odd) {
  background: #ffffff;
}

.faq-table th {
  padding: 5px;
  text-align: center;
}

.faq-table td {
  padding: 5px;
}

@media screen and (min-width: 960px) {
  .faq-title {
    display: table-cell;
    width: 420px;
  }
  .faq-list {
    display: table-cell;
    width: 540px;
  }
}
.faq-title h2 {
  color: #0aaae1;
  font-size: 342%;
  font-weight: bold;
  margin-bottom: 16px;
}

.single-faq h4 {
  color: #ffffff;
  background-color: #0aaae1;
  padding: 12px 12px 12px;
  margin-bottom: 8px;
}

.single-faq h4 a {
  color: #ffffff;
}

/*-----------------------------------------
form
------------------------------------------*/
.formframe table {
  width: 100%;
  margin-top: 40px;
}

.formframe th, .formframe td {
  padding: 8px;
}

.formframe tr:nth-child(odd) {
  background-color: #efeee4;
}

.formframe th {
  text-align: left;
  vertical-align: middle;
  position: relative;
}

.confirm_table td {
  text-align: left;
  width: 56%;
}

@media screen and (max-width: 959px) {
  .confirm_table td {
    text-align: center;
    width: 100%;
  }
  .formframe table {
    margin-top: 10px;
  }
  .formframe th, .formframe td, .form-supporter {
    display: block;
  }
  .middleinput input,
  .middleinput textarea {
    width: 90%;
  }
  .shortinput input {
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .middleinput input,
  .middleinput textarea {
    width: 360px;
  }
  .shortinput input {
    width: 260px;
  }
  .form-supporter {
    display: inline-block;
  }
}
.hissu:before {
  content: "必須";
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 4px 12px;
  background-color: #cc3366;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 12px;
}

.nini:before {
  content: "任意";
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 4px 12px;
  background-color: #9b9a8f;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 12px;
}

.form-supporter {
  color: #999999;
  padding: 0 5px;
}

.confirmframe .form-supporter {
  display: none;
}

.submit {
  text-align: center;
}

.submit input {
  width: 260px;
  border: none;
  color: #ffffff;
  font-size: 128%;
  background-color: #5eb015;
  padding: 12px 16px;
  background-image: url(images/icon-check.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  margin: 40px auto;
  border-radius: 4px;
}

/*search-css追加*/
.submit .gensenlink-select input {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 0.5rem;
}

.formtable input, .formtable select, .formtable textarea {
  padding: 4px;
  margin: 4px 0;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

.formtable .form-radio input {
  border: none;
}

.formtable label {
  padding-right: 30px;
}

.formtable label.radio-label {
  display: inline-block;
  padding-right: 20px;
}

.formtable .textbtn {
  padding: 5px;
  margin: 5px;
}

.form-thanks {
  text-align: center;
  padding: 30px;
}

/*-----------------------------------------
footer
------------------------------------------*/
#footer {
  background-color: #111111;
  padding: 16px 0 42px;
}

@media screen and (max-width: 959px) {
  #footer li {
    text-align: center;
  }
  #footer-logo {
    text-align: center;
    padding: 10px 0;
  }
  #footer-menu {
    position: relative;
  }
  #footer-menu dl dt {
    display: block;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: solid 1px #ccc;
    pointer-events: all;
    cursor: pointer;
  }
  #footer-menu dl dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  #footer-menu dl dt.open:after {
    transform: rotate(225deg);
  }
  #footer-menu dl dd {
    display: none;
  }
  .credit {
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    font-size: 80%;
  }
}
@media screen and (min-width: 960px) {
  #footer ul {
    float: left;
    padding-right: 25px;
  }
  #footer-logo {
    float: right;
    text-align: right;
    padding-bottom: 20px;
  }
  #footer-menu {
    position: relative;
  }
  #footer-menu dl {
    float: left;
    padding-right: 25px;
  }
  #footer-menu dl dt {
    padding-bottom: 5px;
    color: #fff;
    pointer-events: none;
  }
  #footer-menu dl dd {
    display: block;
  }
  .credit {
    color: #ffffff;
    position: absolute;
    bottom: -22px;
  }
}
#footer li {
  padding: 8px;
}

#footer li a {
  display: block;
  color: #ffffff;
}

#footer li a:hover {
  color: #ffcc00;
}

/*-----------------------------------------
page-parts-3days
------------------------------------------*/
@media screen and (max-width: 959px) {
  .short #mainvisual {
    padding: 30px 10px;
  }
  .kasoutitle-short img {
    max-width: 340px;
    margin: 0px auto;
  }
}
.blue-tel-frame {
  width: 100%;
  background: #0397dc;
  margin: 30px 0;
}

.blue-tel-frame li {
  color: #ffffff;
  vertical-align: middle;
  padding: 20px;
}

@media screen and (max-width: 959px) {
  .blue-tel-left {
    text-align: center;
    font-size: 128%;
  }
  .blue-tel-right {
    text-align: center;
    font-size: 342%;
  }
}
@media screen and (min-width: 960px) {
  .blue-tel-frame li {
    display: table-cell;
    width: 50%;
  }
  .blue-tel-left {
    text-align: left;
    font-size: 128%;
  }
  .blue-tel-right {
    text-align: right;
    font-size: 342%;
  }
}
.bluetable {
  width: 100%;
  margin: 30px auto;
  table-layout: fixed;
}

.bluetable thead tr {
  background-color: #444444;
}

.bluetable thead td {
  color: #ffffff;
  text-align: center;
}

.bluetable tbody td {
  text-align: center;
}

.bluetable th, .bluetable td {
  padding: 10px;
}

.bluetable tbody tr:nth-child(odd) th {
  background: #d6dde0;
}

.bluetable tbody tr:nth-child(even) th {
  background: #e7eaeb;
}

.bluetable tbody tr:nth-child(odd) td:nth-child(even) {
  background: #c1e5f5;
}

.bluetable tbody tr:nth-child(odd) td:nth-child(odd) {
  background: #b0d0df;
}

.bluetable tbody tr:nth-child(even) td:nth-child(even) {
  background: #dfedf3;
}

.bluetable tbody tr:nth-child(even) td:nth-child(odd) {
  background: #cbd8dd;
}

.redtable {
  width: 100%;
  margin: 30px auto;
  table-layout: fixed;
}

.redtable thead tr {
  background-color: #444444;
}

.redtable thead td {
  color: #ffffff;
  text-align: center;
}

.redtable tbody td {
  text-align: center;
}

.redtable th, .redtable td {
  padding: 10px;
}

.redtable tbody tr:nth-child(odd) th {
  background: #ddd8dd;
}

.redtable tbody tr:nth-child(even) th {
  background: #eae8ea;
}

.redtable tbody tr:nth-child(even) td:nth-child(even) {
  background: #e8cde8;
}

.redtable tbody tr:nth-child(even) td:nth-child(odd) {
  background: #eee4ee;
}

.redtable tbody tr:nth-child(odd) td:nth-child(even) {
  background: #d0b8d0;
}

.redtable tbody tr:nth-child(odd) td:nth-child(odd) {
  background: #d6cdd6;
}

/*-----------------------------------------
page-parts-haisou
------------------------------------------*/
@media screen and (max-width: 959px) {
  .haisha #mainvisual {
    padding: 10px 10px;
  }
  .kasoutitle-haisou {
    max-width: 260px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 960px) {
  .kasoutitle-haisou {
    width: 100%;
    height: 160px;
    text-align: left;
  }
  .haisouvisual {
    height: 160px;
    background: url(images/mainvisual-haisha.png) no-repeat right bottom;
  }
}
.numberbox {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}

.nubmertitle {
  width: 100%;
  display: table;
}

.nubmertitle p {
  display: none;
}

.nubmertitle span, .nubmertitle .span {
  display: table-cell;
  font-size: 257%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: #000000;
  width: 48px;
}

.nubmertitle h2,
.nubmertitle h3 {
  display: table-cell;
  font-size: 128%;
  padding: 16px 12px;
  vertical-align: middle;
  color: #ffffff;
  background-color: #0397dc;
}

.numberbox p {
  margin: 30px;
}

/*-----------------------------------------
page-parts-lineup
------------------------------------------*/
@media screen and (max-width: 959px) {
  .kasoutitle-lineup {
    max-width: 360px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 960px) {
  .kasoutitle-lineup {
    width: 100%;
    height: 200px;
    text-align: left;
  }
  .lineupvisual {
    height: 200px;
    background: url(images/mainvisual-lineup.png) no-repeat right bottom;
  }
}
.lineupframe {
  margin: 30px auto;
}

.lineupframe li {
  float: left;
  width: 142px;
  height: 182px;
  border: 1px solid #cccccc;
  margin: 5px;
}

.lineupframe a {
  display: block;
  position: relative;
}

.lineupframe a:hover {
  opacity: 0.8;
}

.lineupframe a:before {
  content: "";
  background: url(images/tab-more.png) no-repeat right bottom;
  width: 51px;
  height: 51px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.lineupname {
  display: table-cell;
  width: 140px;
  height: 40px;
  color: #ffffff;
  background-color: #0397dc;
  text-align: center;
  vertical-align: middle;
}

.lineupclass {
  display: block;
  width: 140px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  background-color: #111111;
  text-align: center;
}

/*-----------------------------------------
page-parts-shop
------------------------------------------*/
.shopdata em {
  font-weight: bold;
  font-style: normal;
  color: #0397dc;
  /*line-height: 3.5;*/
  display: inline-block;
  margin: 1em 0 0.5em;
}

@media screen and (max-width: 959px) {
  .shop #mainvisual {
    padding: 0;
  }
  .kasoutitle-shop {
    max-width: 200px;
    margin: 0px auto;
  }
  .shopdata th, .shopdata td {
    display: block;
  }
  .shopdata {
    width: 100%;
  }
  .shopmap {
    width: 100%;
    height: 240px;
  }
  .shopdata td {
    padding: 10px;
  }
}
@media screen and (min-width: 960px) {
  .kasoutitle-shop {
    width: 100%;
    height: 160px;
    text-align: left;
    line-height: 1.3;
    max-width: 360px;
    display: flex;
    align-items: center;
  }
  .shopvisual {
    height: 160px;
    background: url(images/mainvisual-shop.png) no-repeat right bottom;
  }
  .shopdata {
    width: 100%;
    height: 240px;
  }
  .shopmap {
    width: 240px;
    height: 240px;
    overflow: hidden;
  }
  .shopdata td {
    height: 60px;
    padding: 0px 10px;
  }
}
.shopmap iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.shopdata tr:nth-child(even) {
  background-color: #efeee4;
}

/*-----------------------------------------
page-parts-noc
------------------------------------------*/
@media screen and (max-width: 959px) {
  #mainvisual-noc {
    padding: 0px 10px;
    margin-top: 10px;
  }
  #mainvisual-noc img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  #mainvisual-noc {
    height: 360px;
  }
  #mainvisual-noc img {
    display: block;
    margin: 0px auto;
  }
}
#mainvisual-noc {
  background-color: #fcdb22;
}

.noc-sokyubox {
  background-color: #fcdb22;
  background-color: transparent;
  border: 1px solid #cccccc;
  padding-bottom: 5px;
  margin: 30px 0;
}

.noc-sokyubox h2 {
  color: #ffffff;
  font-size: 141%;
  font-weight: bold;
  background-color: #92d01b;
  background-color: #0397dc;
  text-align: center;
  padding: 14px 7px;
}

.noc-sokyubox p, .noc-sokyubox div {
  margin: 30px;
}

.noctable {
  width: 100%;
  table-layout: fixed;
}

.noctable thead tr {
  background-color: #444444;
}

.noctable thead td {
  color: #ffffff;
  text-align: center;
}

.noctable tbody td {
  text-align: center;
}

.noctable th, .noctable td {
  padding: 10px;
}

.noctable tbody tr:nth-child(odd) th {
  background: #e7eaeb;
}

.noctable tbody tr:nth-child(even) th {
  background: #d6dde0;
}

.noctable tbody tr:nth-child(even) td:nth-child(even) {
  background: #c1e5f5;
}

.noctable tbody tr:nth-child(even) td:nth-child(odd) {
  background: #c3c1f5;
}

.noctable tbody tr:nth-child(odd) td:nth-child(even) {
  background: #dfedf3;
}

.noctable tbody tr:nth-child(odd) td:nth-child(odd) {
  background: #e0dff3;
}

.noc-a1-cut {
  padding: 0px 12px 12px 12px;
}

@media screen and (max-width: 959px) {
  .noc-a1-cut img {
    width: 100%;
    max-width: 583px;
  }
}
/*-----------------------------------------
page-parts-tokutei
------------------------------------------*/
.tokuteitable {
  width: 100%;
  margin: 30px auto;
  table-layout: fixed;
}

.tokuteitable tr:nth-child(even) {
  background-color: #efeee4;
}

.tokuteitable th, .tokuteitable td {
  padding: 10px;
}

@media screen and (max-width: 959px) {
  .tokuteitable th, .tokuteitable td {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .tokuteitable th, .tokuteitable td {
    text-align: left;
  }
}
/*-----------------------------------------
 member-form 
------------------------------------------*/
.member-form {
  width: 90%;
  max-width: 400px;
  margin: 50px auto;
  font-size: 15px;
}

.member-form form {
  margin-bottom: 15px;
  background: #f7f7f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.member-form .form-control {
  font-size: 15px;
}

.member-form .margin-top {
  margin-top: 20px;
}

.member-form .tight {
  margin-right: 0;
}

.member-form .btn {
  font-size: 15px;
}

.member-form .form-control::-moz-placeholder {
  color: #cccccc;
}

.member-form .form-control::placeholder {
  color: #cccccc;
}

/*----------------------------------------
goformbtn
------------------------------------------*/
@media screen and (max-width: 959px) {
  .goformbtn a {
    max-width: 610px;
    margin: 0px auto;
  }
  .goformbtn img {
    max-width: 610px;
  }
}
.goformbtn {
  margin: 30px 0;
}

.goformbtn a {
  display: block;
  width: 100%;
  background-color: #de376a;
}

.goformbtn a:hover {
  opacity: 0.8;
}

.goformbtn span {
  color: #ffffff;
  display: block;
  font-family: "メイリオ", Meiryo, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" !important;
  font-size: 128%;
  text-align: center;
  padding: 12px 12px 6px 12px;
}

.goformbtn img {
  margin-top: 0 !important;
  width: 100%;
  height: auto;
}

/*-------------pageback-------------*/
.pagebackswitch {
  position: fixed;
  z-index: 1001;
  text-align: center;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: small;
  background: rgb(10, 10, 10);
  background: rgba(40, 40, 40, 0.6);
}
@keyframes translate {
  0% {
    transform: translate(0px, 110px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.pagebackswitch:hover {
  background-color: rgb(0, 177, 224);
  background-color: rgba(0, 177, 224, 0.9);
}

.pagebackswitch a {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 639px) {
  .pagebackswitch:hover {
    opacity: 1;
  }
}
/*-----------------------------------------
slider
------------------------------------------*/
.bx-wrapper {
  position: relative;
}

#slider .bx-prev, #slider-sp .bx-prev {
  position: absolute;
  left: 10px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 50px;
  background: rgb(10, 10, 10);
  background: rgba(40, 40, 40, 0.6) url(images/prev.png);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

#slider .bx-next, #slider-sp .bx-next {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 50px;
  background: rgb(10, 10, 10);
  background: rgba(40, 40, 40, 0.6) url(images/next.png);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 639px) {
  #slider-sp .bx-prev, #slider-sp .bx-next {
    top: 110px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #slider .bx-prev, #slider .bx-next {
    top: 140px;
  }
}
@media screen and (min-width: 960px) {
  #slider .bx-prev, #slider .bx-next {
    top: 140px;
  }
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
  outline: 0;
  border-radius: 5px;
  position: relative;
  bottom: 45px;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px !important;
    border-radius: 8px;
    bottom: 55px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #f00;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/*-----------------------------------------
404
------------------------------------------*/
.nfpage {
  padding: 100px 0 !important;
  text-align: center;
}

.tt-notfound {
  font-size: 342%;
  padding-bottom: 100px;
  color: #0aaae1;
  font-weight: bold;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #0aaae1;
  margin: 30px auto 120px auto;
}

.fb_iframe_widget {
  width: 100px;
  height: 20px;
  overflow: hidden;
}

/*-----------------------------------------
page-parts-link
------------------------------------------*/
@media screen and (max-width: 959px) {
  .post-type-archive-link #mainvisual {
    padding: 10px 10px;
  }
  .kasoutitle-link, .kasoutitle-gensenlink {
    max-width: 260px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 960px) {
  .kasoutitle-link, .kasoutitle-gensenlink {
    width: 100%;
    height: 200px;
    text-align: left;
  }
  .gensenlinkvisual {
    height: 200px;
    background: url(images/mainvisual-gensenlink.png) no-repeat right bottom;
  }
  .linkvisual {
    height: 200px;
    background: url(images/mainvisual-link.png) no-repeat right bottom;
  }
}
.link-categorylist-frame {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-categorylist-tt {
  background-color: #0397dc;
  color: #ffffff;
  padding: 8px 12px;
}

.link-categorylist-frame a {
  display: block;
  padding: 8px 12px;
}

.link-categorylist:nth-child(odd) {
  background-color: #d6dde0;
}

.link-categorylist:nth-child(even) {
  background-color: #e7eaeb;
}

.linkframe {
  width: 100%;
  margin-bottom: 40px;
}

.linkframe th {
  background-color: #0397dc;
  color: #ffffff;
  padding: 15px;
}

.linkframe th h2 {
  color: #ffffff;
  font-size: 128%;
}

.linkframe td {
  padding: 10px 15px;
}

.linkframe tr:nth-child(odd) {
  background-color: #efeee4;
}

.gensenlink-select th {
  color: #ffffff;
  background-color: #0aaae1;
}

.gensenlink-select th, .gensenlink-select td {
  padding: 8px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.gensenlink-select td {
  background-color: #f1f1ed;
}

@media screen and (max-width: 959px) {
  .gensenlink-select {
    width: 100%;
  }
  .gensenlink-select th, .gensenlink-select td {
    display: block;
  }
  .gensenlink-left img {
    width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .gensenlink-select {
    width: 50%;
    float: left;
  }
  .gensenlink-left img {
    width: 100px;
    height: auto;
  }
}
.redbtn {
  display: block;
  width: 50%;
  color: #ffffff;
  background-color: #de376a;
  padding: 15px 10px;
  margin: 15px auto;
  text-align: center;
}

.redbtn:hover {
  background-color: #ff6600;
}

.mini-redbtn {
  color: #ffffff;
  background-color: #de376a;
  border: none;
}

.mini-redbtn:hover {
  background-color: #ff6600;
}

.gensenlink-list li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.gensenlink-left {
  display: table-cell;
  padding: 10px 10px 10px 0px;
  vertical-align: top;
}

.gensenlink-right {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0px 10px 0px;
}

.gensenlink-st {
  font-size: 16px;
  padding-bottom: 10px;
}

.gensenlink-subsearch ul {
  display: table;
  margin-left: auto;
}

.gensenlink-subsearch li {
  display: table-cell;
  padding-left: 10px;
}

.link-hitlist {
  background-color: #e7eaeb;
  padding: 10px;
  text-align: center;
  margin: 15px auto;
}

/*-----------------------------------------
page-parts-detail
------------------------------------------*/
@media screen and (max-width: 959px) {
  .cardetail-mainpic {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .cardetail-subpic {
    display: table;
    width: 100%;
  }
  .cardetail-subpic li {
    display: table-cell;
    width: 33.3333%;
    text-align: center;
  }
  .cardetail-subpic img {
    width: 80px;
    height: auto;
  }
  .cardetail-right th, .cardetail-right td {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .cardetail-left {
    float: left;
    width: 340px;
  }
  .cardetail-right {
    float: right;
    width: 270px;
  }
  .cardetail-mainpic {
    width: 320px;
    height: auto;
  }
  .cardetail-subpic {
    display: table;
    width: 100%;
  }
  .cardetail-subpic li {
    display: table-cell;
    width: 33.3333%;
    text-align: left;
  }
  .cardetail-subpic img {
    width: 100px;
    height: auto;
  }
  .cardetail-right th {
    width: 90px;
  }
  .cardetail-ofbtn {
    margin-right: 20px;
  }
}
.cardetail {
  margin-bottom: 30px;
}

.cardetail-tt {
  font-size: 342%;
  color: #0aaae1;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #0aaae1;
  margin: 0px auto 30px auto;
}

.cardetail-subpic {
  margin-top: 20px;
}

.cardetail-right table {
  width: 100%;
  border-top: 1px solid #cccccc;
}

.cardetail-right tr {
  border-bottom: 1px solid #cccccc;
}

.cardetail-right th, .cardetail-right td {
  padding: 12px 8px;
}

.cardetail-right p {
  font-size: 11px;
  margin-top: 10px;
}

.cardetail-ofbtn {
  display: block;
  padding: 8px 12px;
  text-align: center;
  color: #ffffff;
  background-color: #de376a;
  margin-top: 30px;
}

/*-----------------------------------------
page-parts-benefit
------------------------------------------*/
/*@media screen and (max-width : 959px){
.kasoutitle-haisou {
	max-width:431px;
	margin:0px auto;
}
}*/
@media screen and (min-width: 960px) {
  div#lower_mainvisual {
    width: 100%;
    /*height: 360px;*/
    margin: 0 auto;
  }
  div#lower_mainvisual img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.benefit_content:last-child {
  margin-bottom: 100px;
}

.benefit_content h3 {
  color: #111111;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.benefit_content img {
  margin-bottom: 20px;
}

.benefit_content p {
  line-height: 30px;
  font-size: 14px;
  letter-spacing: -1px;
  text-align: justify;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.benefit_content {
  margin-bottom: 50px;
}

.book_now a {
  display: block;
}

.book_now {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}

.benefit_content img:last-child {
  margin-top: 20px;
  margin-bottom: 0;
}

/*-----------------------------------------
page-parts-safety
------------------------------------------*/
.safety_content p {
  line-height: 30px;
  font-size: 14px;
  letter-spacing: -1px;
  text-align: justify;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.safety_content h3 {
  color: #111111;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.safety_box {
  width: 100%;
  border-left: solid 3px #c5371f;
  border-right: solid 3px #c5371f;
  border-bottom: solid 3px #c5371f;
  border-radius: 10px;
  overflow: hidden;
  min-height: 330px;
  margin-bottom: 28px;
}

.safety_content h4 {
  background-color: #c5371f;
  border-radius: 7px 7px 0 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  position: relative;
  width: 100%;
}

span.h4 {
  color: #fff;
  font-size: 24px;
  position: relative;
  left: 96px;
  bottom: 3px;
  z-index: 100;
}

span.small {
  color: #fff;
  font-size: 10px;
  /* text-align: left; */
  position: relative;
  top: 2px;
  left: 98px;
}

span.number {
  font-size: 31px;
  color: #ffde02;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  position: relative;
  left: 100px;
  bottom: 3px;
}

.box_left {
  width: 50%;
  float: left;
  padding: 8px;
  margin-top: 14px;
}

.box_right {
  width: 50%;
  float: right;
  padding: 15px 8px 0px 0;
}

.box_right p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.safety_content h4:after {
  position: absolute;
  content: "";
  background-color: #c5371f;
  width: 23px;
  height: 23px;
  left: 136px;
  top: 30px;
  /* -webkit-transform: skew(-31deg, 40deg); */
  /* z-index: 0; */
  transform: rotate(-45deg);
}

img.safety_txt_img {
  padding-left: 8px;
}

img.safety_box_pic {
  padding-top: 12px;
}

.safety_box:last-child {
  min-height: 283px;
  margin-bottom: 50px;
}

/*-----------------------------------------
page-parts-rental
------------------------------------------*/
.rental_content h3 {
  color: #111111;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.rental_content img {
  margin-bottom: 20px;
}

.rental_content p {
  line-height: 30px;
  font-size: 14px;
  letter-spacing: -1px;
  text-align: justify;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.rental_content {
  margin-bottom: 50px;
}

p.condition {
  margin-top: 40px;
}

.rental_img img {
  display: block;
  /*   margin-bottom: 30px; */
}

.rental_img img:last-child {
  /*    margin-bottom: 50px; */
}

.img_wrap {
  position: relative;
}

.rental_btn_01 {
  position: absolute;
  bottom: 6%;
  left: 5%;
}

.rental_btn_02 {
  position: absolute;
  bottom: 6%;
  left: 36%;
}

.rental_note {
  margin: 5px 0 30px 10px;
  line-height: 1.5;
}

/*-----------------------------------------
page-parts-same
------------------------------------------*/
img.same_pic02 {
  margin-top: 20px;
}

/*-----------------------------------------
page-parts-car_price
------------------------------------------*/
a.on_page {
  /*	pointer-events: none;*/
}

.car_gnavi a {
  color: #333333;
  font-size: 20px;
  height: 65px;
  font-family: "Hiragino Kaku Gothic ProN", "a?!a??a?aa?a", sans-serif;
  font-weight: bold;
  background-color: #f5f5f5;
  display: block;
  display: table-cell;
  vertical-align: middle;
  width: 158px;
  transition: none;
}

.car_gnavi a:hover {
  color: #fff;
}

.car_gnavi li {
  width: 158px;
  height: 75px;
  display: table;
  text-align: center;
  float: left;
  border-right: solid 1px #fff;
}

.car_gnavi li.car01 {
  border-bottom: solid 10px #ee6d88;
}

li.car01 a:hover {
  background-color: #ffb7cd;
}

a.on_page01 {
  background-color: #ffb7cd;
  color: #fff;
}

.car_gnavi li.car02 {
  border-bottom: solid 10px #334481;
}

li.car02 a:hover {
  background-color: #afb0ee;
}

a.on_page02 {
  background-color: #afb0ee;
  color: #fff;
}

.car_gnavi li.car03 {
  border-bottom: solid 10px #8cc83a;
}

li.car03 a:hover {
  background-color: #c0e094;
}

a.on_page03 {
  background-color: #c0e094;
  color: #fff;
}

.car_gnavi li.car04 {
  border-bottom: solid 10px #f6b034;
}

li.car04 a:hover {
  background-color: #f6cf8a;
}

a.on_page04 {
  background-color: #f6cf8a;
  color: #fff;
}

.car_gnavi li.car05 {
  border-bottom: solid 10px #4ea7e3;
}

li.car05 a:hover {
  background-color: #8cbcdd;
}

a.on_page05 {
  background-color: #8cbcdd;
  color: #fff;
}

.car_gnavi li.car06 {
  border-bottom: solid 10px #ca64b8;
}

li.car06 a:hover {
  background-color: #e5a7da;
}

a.on_page06 {
  background-color: #e5a7da;
  color: #fff;
}

.car_content {
  width: 910px;
  margin: 40px auto 100px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif !important;
}

.car_discription h3 {
  font-size: 28px;
  padding-bottom: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

h3.small_car {
  border-bottom: solid 2px #ee6d88;
}

h3.conpact,
h3.compact {
  border-bottom: solid 2px #334481;
}

h3.wagon,
h3.kei-commercial-vehicle {
  border-bottom: solid 2px #8cc83a;
}

h3.minibang,
h3.minivan {
  border-bottom: solid 2px #f6b034;
}

h3.rv_car,
h3.rv {
  border-bottom: solid 2px #4ea7e3;
}

h3.business_car,
h3.commercial-vehicle {
  border-bottom: solid 2px #ca64b8;
}

.car_gnavi {
  overflow: hidden;
  margin-top: 35px;
}

.car_discription p {
  margin: 20px auto 40px;
  font-size: 14px;
  line-height: 23px;
}

.car_box {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 450px;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 15px;
}

.car_box_left {
  min-width: 300px;
  min-height: 340px;
  background-color: #fff;
  position: relative;
  float: left;
}

.car_box_left a {
  width: 200px;
  /* height: 50px; */
  background-color: #ee6d88;
  color: #fff;
  font-size: 18px;
  /* font-weight: bold; */
  display: block;
  padding: 16px 0;
  /* margin: 0 auto 40px; */
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -100px;
}

.car_pic {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

.car_pic img {
  display: block;
  width: 90% !important;
  max-width: 270px;
  margin: 0 auto;
  height: auto;
}

.car_box_right {
  width: 565px;
  float: right;
  min-height: 340px;
  background-color: #fff;
}

.car_box_right h4 {
  width: 100%;
  background-color: #828282;
  color: #fff;
  text-align: center;
  padding: 3px 0 1px 0;
  font-size: 24px;
  line-height: initial;
}

.car_box_right table {
  width: 527px;
  margin: 20px auto 0;
}

.car_box_right th {
  width: 256px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: normal;
  /* padding: 3px; */
  height: 40px;
  font-family: "メイリオ", Meiryo, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  vertical-align: middle;
  border-right: solid 1px #d2d2d2;
}

.car_box_right tr {
  border: solid 1px #d2d2d2;
}

.car_box_right td {
  text-align: center;
  font-family: "メイリオ", Meiryo, sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  vertical-align: middle;
  font-size: 18px;
}

.car_box_right td:nth-child(even) {
  border-right: solid 1px #d2d2d2;
}

.car_box_right p {
  font-size: 14px;
  text-align: right;
  padding-right: 20px;
}

.car_detail {
  overflow: hidden;
}

.car_box_right th:nth-child(2) {
  background-color: #fff;
}

.bnr_button {
  display: table;
  width: 800px;
  height: 50px;
  margin: 20px auto 0;
  text-align: center;
  background-color: #fae000;
  border: solid 3px #fff;
  box-shadow: 3px 3px #cfcfcf;
}

th.blank {
  background-color: #fff;
}

td.term {
  background-color: #f2f2f2;
}

.bnr_button a {
  color: #333;
  font-size: 22px;
  vertical-align: middle;
  display: table-cell;
}

a.car_bnr {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 738px;
  margin-bottom: 230px;
  margin-top: 60px;
}

.car_thumb li img {
  cursor: pointer;
  width: 32%; /*127px;*/
  float: left;
  margin-left: 1%;
  margin-bottom: 20px;
  height: auto;
}

.car_thumb p {
  display: block;
  /*  float: left; */
}

img#MainPhoto {
  width: 510px; /*355px;*/
  margin-right: 15px;
  /*	margin-top: 20px; */
  height: auto;
}

.car_thumb {
  display: block;
  float: left;
  /*	margin-top: 40px; */
  width: 510px;
}

.detail_inner {
  overflow: hidden;
  margin-top: 35px;
  margin-right: 28px;
  margin-left: 28px;
}

.detail_box {
  width: 100%;
  overflow: hidden;
  min-height: 545px;
  border: 1px solid #d2d2d2;
}

.detail_left table {
  width: 295px;
  text-align: left;
}

.detail_left {
  display: block;
  float: right;
  max-width: 295px;
  /* margin-right: 28px; */
}

.detail_left tr {
  border-top: solid 1px #333;
  height: 40px;
}

.detail_left tr:nth-child(6) {
  height: 65px;
}

.detail_left tr:last-child {
  border-bottom: solid 1px #333;
}

.detail_left td {
  font-size: 14px;
  vertical-align: middle;
  width: 110px;
  color: #333;
}

.detail_left th {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
}

td.size {
  vertical-align: top;
  padding-top: 15px;
}

th.size {
  vertical-align: top;
  padding-top: 12px;
  line-height: 20px;
}

.detail_left p {
  font-size: 12px;
  margin-top: 15px;
}

.back_button_area {
  margin-top: -180px;
}

.back_button {
  display: block;
  width: 300px;
  margin: 20px auto 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 128%;
  color: #ffffff;
  background-color: #0aaae1;
  border-radius: 4px;
}

/*-----------------------------------------
レスポンシブ
------------------------------------------*/
@media screen and (max-width: 639px) {
  #mainvisual {
    position: relative;
    aspect-ratio: 3/1;
  }
  .kasoutitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .car_gnavi li {
    width: 50%;
    height: 60px;
  }
  .car_gnavi a {
    height: 50px;
    font-size: 17px;
    font-weight: normal;
  }
  .car_discription {
    width: 100%;
  }
  .car_content {
    width: 100%;
  }
  .car_discription p {
    margin-bottom: 20px;
  }
  .car_box_left {
    float: none;
    margin-bottom: 30px;
    min-width: auto;
    width: 100%;
    /* height: 300px; */
    padding-bottom: 20px;
    position: static;
  }
  .car_box_right {
    float: none;
    width: 100%;
  }
  .car_box {
    min-height: initial;
  }
  .car_box_left a {
    width: 90%;
    /* left: 50%; */
    /* margin-left: -45%; */
    /* bottom: 20px; */
    position: static;
    margin: 0 auto;
  }
  .car_box_right table {
    width: 95%;
  }
  .car_box_right th {
    width: 50%;
    font-size: 12px;
  }
  .car_box_right td {
    font-size: 12px;
  }
  .bnr_button {
    width: 80%;
  }
  .bnr_button a {
    font-size: 15px;
  }
  .car_box_right p {
    font-size: 12px;
  }
  .car_thumb {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .car_thumb p {
    float: none;
    width: 100%;
  }
  img#MainPhoto {
    width: 100%;
    margin: 0 auto 10px;
    height: auto;
  }
  .car_thumb li img {
    width: 32%;
    float: left;
    margin-left: 1%;
    height: auto;
  }
  .detail_left {
    float: none;
    margin: 0 auto;
  }
  .detail_left table {
    width: 100%;
  }
  .detail_left td {
    width: 40%;
  }
  .bnr_button {
    margin: 10px auto 20px;
  }
  .back_button_area {
    margin-top: -50px;
  }
  a.car_bnr {
    width: 100%;
    margin-bottom: 50px;
  }
  a.car_bnr img {
    max-width: 100%;
  }
  .car_content img {
    width: 100%;
  }
  .car_pic {
    display: block;
    margin: 0 auto 15%;
    padding-top: 10px;
  }
  .detail_inner {
    margin: 15px;
  }
  .lower_visual img {
    width: 100%;
  }
  .rental_content h3 {
    font-size: 18px;
  }
  .rental_content img {
    width: 100%;
  }
  .rental_content p {
    font-size: 14px;
  }
  .rental_img img {
    width: 100%;
  }
  .rental_btn_01, .rental_btn_02 {
    width: 30%;
  }
  .benefit_content img {
    width: 100%;
  }
  .benefit_content h3 {
    font-size: 18px;
  }
  .safety_box {
    width: 100%;
    border-left: solid 3px #c5371f;
    border-right: solid 3px #c5371f;
    border-bottom: solid 3px #c5371f;
    border-radius: 10px;
    overflow: hidden;
    min-height: auto;
    margin-bottom: 28px;
  }
  .box_left {
    width: 100%;
    float: none;
    padding: 8px;
    /* margin-top: 14px; */
    margin: 14px auto;
  }
  img.safety_txt_img {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    /* text-align: center; */
    display: block;
  }
  img.safety_box_pic {
    padding-top: 12px;
    margin: 0 auto;
    display: block;
    width: 90%;
  }
  .box_right {
    width: 100%;
    float: none;
    padding: 10px 20px;
  }
  .safety_content h4 {
    background-color: #c5371f;
    border-radius: 7px 7px 0 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    position: relative;
    width: 100%;
    /* text-align: center; */
    width: 100%;
    padding-top: 10px;
    padding-left: 7%;
  }
  span.h4 {
    color: #fff;
    font-size: 40px;
    position: relative;
    left: 0;
    bottom: 3px;
    z-index: 100;
  }
  span.small {
    color: #fff;
    font-size: 15px;
    /* text-align: left; */
    position: relative;
    top: 2px;
    left: 0;
  }
  span.number {
    font-size: 40px;
    color: #ffde02;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
    font-weight: bold;
    position: relative;
    left: 0px;
    bottom: 3px;
  }
  .safety_content h4:after {
    display: none;
  }
}
/*.slider05 {
	background:#81c3dd;
}*/
/*-----------------------------------------
blog
------------------------------------------*/
/* editor */
p {
  display: block;
  margin: 1em 0;
}

strong {
  font-weight: bold;
  color: #cb2e61;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

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

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

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

/* editor&img end */
.blogheader {
  border-top: 1px solid #cccccc;
  height: 10px;
}

.pankuzu {
  border-top: 1px solid #dddddd;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
  font-size: 12px;
  color: #999999;
}

@media screen and (max-width: 959px) {
  .blog-list-first {
    margin-bottom: 20px;
  }
  .blog-list-category-first {
    position: relative;
    z-index: 90;
  }
  .blog-list-category-first a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background: #000;
  }
  .blog-list-tt-first {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 20px 0px;
    z-index: 80;
  }
  .blog-list-tt-first a {
    color: #333333;
  }
  .blog-list-pic {
    width: 33.3333%;
    padding-right: 15px;
  }
  .blog-list-pic img {
    width: 100%;
    height: auto;
  }
  .blog-list-content {
    width: 66.6666%;
    text-align: left;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  #blog-left {
    display: table-cell;
    width: 640px;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 30px;
  }
  .blog-list-category-first {
    position: absolute;
    bottom: 80px;
    left: 20px;
  }
  .blog-list-category-first a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background: #000;
  }
  .blog-list-tt-first {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 20px;
    z-index: 80; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 ); /* IE6-9 */
  }
  .blog-list-tt-first a {
    color: #ffffff;
  }
  .blog-list-content {
    width: 440px;
    height: 150px;
    text-align: left;
    position: relative;
  }
}
.blog-list-category-first li {
  float: left;
  padding-right: 10px;
}

.blog-list-first {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.blog-list-pic-first a {
  display: block;
}

.blog-list-date-first {
  position: absolute;
  width: 100px;
  height: 26px;
  line-height: 26px;
  top: 0px;
  left: 0px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  z-index: 100;
  background: #000;
}

.blog-list-category-first a {
  font-size: 12px;
  color: #ffffff;
}

.blog-list {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0px;
  position: relative;
}

.blog-list-pic {
  float: left;
}

.blog-list-content {
  float: right;
}

.blog-list-category {
  text-align: right;
  z-index: 90;
}

.blog-list-category ul {
  text-align: right;
  margin-left: auto;
}

.blog-list-category li {
  float: right;
  padding-left: 10px;
}

.blog-list-category a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  color: #ffffff;
}

.blog-list-tt {
  font-size: 18px;
  padding: 20px 0px;
}

.blog-list-tt a {
  color: #333333;
}

.blog-list-date {
  position: absolute;
  min-width: 100px;
  height: 26px;
  line-height: 26px;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  color: #999999;
  text-align: right;
  z-index: 100;
}

.blog-single-date {
  min-width: 100px;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  margin-top: 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  z-index: 100;
  background: #000;
}

.blog-single-tt {
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
}

.blog-single-content {
  padding-top: 10px;
}

.blog-single-content img {
  margin: 15px auto;
}

.blog-sns-box {
  margin: 25px auto;
  border-bottom: 1px solid #cccccc;
}

#default-right .widgettitle {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  border-bottom: 2px solid #0397dc;
  padding-bottom: 8px;
  text-align: right;
}

.cat-item {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}

.cat-item a {
  display: block;
  padding: 18px 0px;
  color: #333333;
}

.cat-item:after {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  display: block;
  content: " ";
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
}

.wpp-list li {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}

.wpp-list .current {
  display: block;
  background-color: #ffffff;
  padding: 15px 0;
  margin: 0;
  border-radius: none;
}

.wpp-thumb {
  width: 115px;
  padding-right: 15px;
}

.wpp-content {
  width: 205px;
  text-align: left;
}

.wpp-date {
  display: block;
  color: #999999;
  padding-bottom: 15px;
}

.wpp-list a {
  color: #333333;
}

.wpp-views {
  display: block;
  padding-top: 15px;
}

@media screen and (max-width: 959px) {
  .blog-single-content h2 {
    font-size: 20px;
    margin: 30px auto;
  }
  .blog-single-content h3 {
    font-size: 18px;
    margin: 25px auto;
  }
  .archive-blog-logo {
    width: 300px;
    height: 46px;
    left: 50%;
    margin: 25px auto;
  }
}
@media screen and (min-width: 960px) {
  .blog-single-content h2 {
    font-size: 22px;
    margin: 30px auto;
  }
  .blog-single-content h3 {
    font-size: 18px;
    margin: 22px auto;
  }
  .blog-archive-lead {
    position: relative;
    width: 640px;
    height: 100px;
  }
  .archive-blog-logo {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -232px;
    width: 374px;
    height: 64px;
  }
  .archive-blog-logo:after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(images/top-blog-pict.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    top: -10px;
    right: -70px;
    animation: rumble 2s linear infinite;
  }
}
.blog-single-content h2, .blog-single-content h3 {
  color: #774433;
  font-weight: 700;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
}

.blog-single-content, .blog-single-content p, .blog-single-content div, .blog-single-content span, .blog-single-content h2, .blog-single-content h3 {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.blog-single-content, .blog-single-content p {
  font-size: 16px;
  line-height: 240%;
}

.blog-single-content p {
  padding-bottom: 30px;
}

.blog-kakomi {
  background: #f9f9f9;
  padding: 15px;
  margin: 25px auto;
}

.blog-single-content .blog-kakomi p {
  padding-bottom: 0px;
}

.blog-single-content .blog-kakomi h2, .blog-single-content .blog-kakomi h3 {
  margin-top: 0px;
}

.cat-item-none {
  padding: 15px;
}

/*-----------------------------------------
blog(TOP表示用)
------------------------------------------*/
@media screen and (max-width: 959px) {
  .top-blog-logo {
    position: absolute;
    top: 8px;
    width: 300px;
    height: 46px;
    left: 50%;
    margin-left: -150px;
  }
  .top-blog-box { /* Safari */
    display: flex;
  }
  .top-blog-pic {
    width: 100px;
    padding: 70px 10px 10px 10px;
  }
  .top-blog-pic img {
    width: 100%;
    height: auto;
  }
  .top-blog-content {
    min-width: 200px;
    padding: 70px 10px 10px 0px;
  }
  .top-blog-tt {
    font-size: 16px;
    font-weight: 700;
  }
  .news-under {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  #top-kiji-left {
    float: left;
    width: 640px;
  }
  #top-kiji-right {
    float: right;
    width: 320px;
    position: relative;
    padding-left: 20px;
  }
  .top-blog-pic {
    float: left;
    width: 190px;
    padding: 15px;
  }
  .top-blog-content {
    float: right;
    width: 450px;
    padding-left: 5px;
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .top-blog-logo {
    position: absolute;
    top: -8px;
    left: 184px;
    width: 374px;
    height: 64px;
  }
  .top-blog-logo:after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(images/top-blog-pict.png);
    background-repeat: no-repeat;
    width: 66px;
    height: 66px;
    top: -10px;
    right: -70px;
    animation: rumble 2s linear infinite;
  }
  .top-blog-tt {
    font-size: 20px;
    font-weight: 700;
  }
}
@keyframes rumble {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.top-blog-box {
  position: relative;
  background-color: #f4efe1;
}

.top-blog-pic img:hover {
  opacity: 0.8;
}

.top-blog-date {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 6px 8px;
}

.top-blog-tt {
  padding-top: 15px;
}

.top-blog-tt a {
  color: #333333;
}

.top-blog-tt a:hover {
  color: #c003dc;
}

.top-news-tt {
  border-bottom: 3px solid #333333;
  padding-bottom: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.top-news-under {
  margin: 30px auto;
  text-align: center;
}

.news-under {
  margin-top: 30px;
}

.news-under a {
  display: block;
  float: left;
  width: 142px;
  text-align: center;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.news-under a:hover {
  opacity: 0.8;
}

.news-under-fb {
  background-color: #3b579d;
  margin-right: 16px;
  background-image: url(images/btn-top-fb.png);
}

.news-under-twitter {
  background-color: #55acee;
  background-image: url(images/btn-top-twitter.png);
}

@media screen and (min-width: 640px) {
  .profile-pic {
    float: left;
    width: 40%;
    padding-right: 20px;
  }
  .profile-text {
    float: right;
    width: 60%;
  }
}
/*rich-contents*/
.second-content {
  margin-top: -50px;
}

.movie, .gallery, .report {
  margin-bottom: 40px;
}

.movie h4, .gallery h4, .report h4 {
  font-size: 24px;
  border-left: solid 10px #fae000;
  padding: 15px 10px 15px 20px;
  margin-bottom: 40px;
}

.gallery ul {
  display: flex;
  flex-wrap: wrap;
}

.gallery ul li, .gallery ul li img {
  width: 50%;
  background: #fff;
  height: auto;
}

.gallery ul li img {
  width: 100%;
}

.gallery ul li {
  height: 165px;
  overflow: hidden;
  border: #fff solid 1px;
}

.report p a {
  border-bottom: #fae000 solid 1px;
  color: #000;
  padding: 12px 20px 2px 0px;
  margin-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.report p a::before {
  content: "■";
  color: #fae000;
  position: absolute;
  left: -20px;
  height: 100%;
}

.report p a::after {
  content: url(images/icon_link.png);
  position: absolute;
  height: 100%;
  right: 0;
}

.report p a:hover {
  color: #fae000;
}

@media screen and (min-width: 767px) {
  .movie, .gallery, .report {
    max-width: 767px;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery ul li {
    width: 25%;
    height: 145px;
  }
  .report p a {
    padding: 12px 20px 8px 0px;
  }
}
/*shop-detail 追加*/
body.higashi-shop .shopvisual {
  display: flex;
  align-items: center;
}

body.higashi-shop .shopvisual .kasoutitle-shop {
  max-width: 500px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.shop-detail > a {
  padding: 0;
  margin: 0 0 0.25rem 0;
  position: relative;
  bottom: 8px;
}

.shop-detail strong.telnum {
  font-size: 150%;
  color: #ec0617;
  padding: 1rem 0;
}

.shop-detail .numberbox {
  border: none;
}

.shop-detail .numberbox p {
  margin: 0;
}

.shop-detail .shopdata tr:nth-child(even) {
  background-color: transparent;
}

.shop-detail .shopdata h3 {
  font-size: 20px;
  border-left: solid 10px #0397dc;
  padding: 15px 10px 15px 20px;
  color: #0397dc;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.shop-detail .shopdata iframe {
  margin-bottom: 2rem;
}

.shop-detail .shopdata .flex {
  display: flex;
}

.shop-detail strong {
  color: #000;
}

/* shop-data整理 20220523*/
.shop-data h2 {
  font-size: 20px;
  border-left: solid 10px #0397dc;
  padding: 15px 10px 15px 20px;
  color: #0397dc;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.shop-data h3 {
  font-size: 128%;
  padding: 16px 12px;
  vertical-align: middle;
  color: #ffffff;
  background-color: #0397dc;
}

.shop-data h4,
.shop-data em {
  font-weight: bold;
  font-style: normal;
  color: #0397dc;
  display: inline-block;
  margin: 1em 0 0.5em;
}

.shop-data p {
  margin-bottom: 1em;
}

.shop-data img {
  margin-bottom: 1em;
}

.shop-data video {
  width: 100%;
  max-width: 770px;
  background: #000; /*背景を黒で表示*/
}

/*-----------------------------------------
2018/04/23 ２車種削除に伴い、ワゴンナビを非表示にした
imashima
------------------------------------------*/
/*-----------------------------------------
2018/07/6 軽商用車の追加に伴い、表示へ変更
yamagami
------------------------------------------*/
/*-----------------------------------------
2019/04/12 予約リンク削除に伴い、表示へ変更
------------------------------------------*/
/*
#defaultpage .car_gnavi ul li.car03
{
	display: none;
}
.shop-detail-link{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
*/
.numberbox {
  margin-bottom: 0;
}

.shop-detail-link {
  margin: 0 0 30px;
}

.shop-detail-link p {
  margin: 0 0;
}

.shop-detail-link a {
  width: 100%;
  display: block;
  height: 55px;
  color: #007bff; /*#fff;*/
  font-weight: bold;
  background: #fff; /*#e9ecef;/*#de376a;*/
  border: solid 1px #ccc;
  text-align: center;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-detail-link a::first-of-type {
  background: #199edc;
}

.shop-detail-link a:hover {
  /*opacity: .6;*/
  background-color: #0397dc;
  color: #ffffff;
}

@media screen and (min-width: 767px) {
  .shop-detail-link {
    justify-content: space-around;
    flex-direction: row;
  }
}
/*-----------------------------------------
2019/04/12 東苗穂営業所詳細ページに苗穂駅の写真を追加
------------------------------------------*/
.station {
  display: flex;
  flex-direction: column;
  margin: 0 0 1em;
}

/*-----------------------------------------
2019/04/12 トップに「とくとくパック」のバナーを追加
------------------------------------------*/
.benefit_bnr {
  text-align: center;
}

.benefit_bnr img {
  width: 100%;
  margin: 0 auto;
  /* display: block;*/
}

@media screen and (max-width: 960px) {
  .benefit_bnr img {
    max-width: 100%;
  }
}
/*
ご利用ガイド add 19.06.12
**********************/
.flow_reserve {
  margin: 30px;
}

.flow_reserve dt {
  color: #ffffff;
  font-size: 125%;
  font-weight: bold;
  background-color: #92d01b;
  padding: 14px;
}

.flow_reserve dd {
  margin: 30px;
  line-height: 200%;
}

.flow_table th,
.flow_table td {
  padding: 10px;
}

.flow_table thead {
  font-weight: bold;
  text-align: center;
  background: #444;
}

.flow_table thead td {
  color: #fff;
}

.cancel_fee {
  width: 75%;
  margin: 0 auto;
}

.cancel_fee th {
  text-align: left;
}

.flow_table tbody tr:nth-child(even) {
  background: #dfedf3;
}

.basic_price {
  width: 100%;
  border: 1px solid #ddd;
}

.basic_price th {
  background: #0397dc;
  color: #fff;
  font-size: 20px;
  width: 25%;
}

.basic_price td {
  line-height: 2;
  /* border: 1px solid #ddd; */
}

.flow_plus {
  font-weight: bold;
  font-size: 48px;
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .flow_reserve {
    margin: 0;
  }
  .flow_reserve dd {
    margin: 15px;
  }
  .basic_price th,
  .basic_price td {
    width: 100%;
    box-sizing: border-box;
    display: list-item;
  }
  .flow_plus {
    width: 100%;
  }
  .cancel_fee {
    width: 100%;
  }
}
/* 20200630,20200820 */
.torikumi_bnr a {
  display: block;
  width: 80%;
  max-width: 738px;
  margin: 30px auto 10px;
  text-align: center;
}

.houjin_bnr a {
  display: block;
  width: 80%;
  max-width: 738px;
  margin: 10px auto 30px;
  text-align: center;
}

.torikumi_bnr a:hover,
.houjin_bnr a:hover {
  opacity: 0.75;
}

.torikumi_bnr a img,
.houjin_bnr a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .torikumi_bnr a {
    width: 80%;
    margin: 20px auto 10px;
  }
  .houjin_bnr a {
    width: 80%;
    margin: 10px auto 0;
  }
}
/* 2020/11/12 - モダルウィンドウ実装に伴う追加 */
a {
  cursor: pointer;
}

.modal {
  overflow-y: scroll;
  margin: auto;
  max-width: 90% !important;
  max-height: 90%;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  margin-top: -20px !important;
}

.iziModal .iziModal-button-close {
  background: none !important;
}

.iziModal .iziModal-button {
  width: 7em !important;
  opacity: 1 !important;
}

.iziModal .iziModal-button-close:before {
  position: absolute;
  top: 10px;
  content: "[画面を閉じる]";
  color: #fff;
}

.iziModal .iziModal-button-close:hover {
  transform: none !important;
}

.modal-content {
  padding-right: 10px;
  padding-left: 10px;
}

.modal-content .middle-tt {
  padding-bottom: 10px;
  font-size: 21px;
  width: auto;
}

.formtable .form-radio-2 .radio {
  border: none;
}

.non-smoking {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

.desc {
  padding-top: 5px;
  padding-bottom: 5px;
}

.caution {
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .modal {
    max-height: 85vh;
    height: auto;
  }
  .modal-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .modal-content .middle-tt {
    padding-bottom: 20px;
    font-size: 32px;
  }
}
/* 2020/12/5 - 申込みフォーム～検索結果に関する追加 */
.steps_title {
  display: block;
  margin-right: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}

.formframe2 tr {
  position: relative;
}

.formframe2 tr:nth-child(odd) {
  background-color: transparent;
}
.formframe2 tr.bg-gray {
  background-color: #f4f4f4;
}

.formframe2 th {
  padding-top: 16px;
  padding-bottom: 0;
}

.formframe2 td {
  /*	margin-left: 65px;*/
  padding-bottom: 16px;
  text-align: left;
}

/* アコーディオン処理 */
.formframe2 tr.acc-row.is-collapsed th,
.formframe2 tr.acc-row.is-collapsed td {
  padding-top: 0;
  padding-bottom: 0;
}

.acc-row .acc-box {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

/* 開いた状態 */
.formframe2 tr.acc-row.is-open th,
.formframe2 tr.acc-row.is-open td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.formframe2 a:not([href]):not([tabindex]) {
  color: #007bff;
}

.formframe2 select, .formframe2 textarea, .formframe2 text,
.formframe2 input[type=text], .formframe2 input[type=textarea],
.formframe2 input[type=email] {
  padding: 12px 12px;
  width: 100%;
  background-color: #fff;
}

.formframe2 input[type=tel] {
  padding: 12px 4px;
}

.formframe2.confirmframe th, .formframe2.confirmframe td {
  padding: 16px 8px;
  display: inline-block;
  width: 50% !important;
}

.formframe2 .tourokucheck {
  /*	position: relative;
  	top: 18px;
  	left: 210px;*/
}

.ui-datepicker {
  min-width: 280px;
}

.steps_nav {
  margin-top: 10px;
  font-size: 15px;
  color: #999;
}

.steps_nav span {
  font-size: 15px;
  line-height: 1.5;
  color: #999;
}

.steps_nav .steps_current {
  color: #0397dc;
}

@media screen and (min-width: 640px) {
  .steps_title {
    display: inline-block;
    margin-right: 10px;
    font-size: 40px;
  }
  .formframe2 th {
    padding-top: 8px;
  }
  .formframe2 td {
    padding-bottom: 8px;
    text-align: left;
  }
  .formframe2 select, .formframe2 textarea, .formframe2 text,
  .formframe2 input[type=text], .formframe2 input[type=textarea],
  .formframe2 input[type=email] {
    width: 60%;
  }
  .formframe2 .tourokucheck {
    /*	position: relative;
    	top: inherit;
    	left: inherit;*/
  }
  .steps_nav {
    margin-top: 30px;
    font-size: 18px;
  }
  .steps_nav span {
    font-size: 18px;
  }
}
/*====================================================
////id 202106 車種・料金表改修
====================================================*/
.flexBox {
  display: flex;
}

.coverImg {
  position: relative;
  padding-top: 75%;
}

.coverImg img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.car_content {
  width: 100%;
}

.car_content .car_outer {
  margin-bottom: 50px;
  width: 100%;
}

.car_content .car_discription {
  padding-top: 30px;
}

.car_content .priceBox {
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  margin: 20px 0;
}

.car_content .priceBox dt span {
  background: #828282;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.8em;
  text-align: center;
  width: 5em;
}

.car_content .priceBox dd {
  font-size: 1.4em;
  margin: 0;
  padding: 0 1em 0 0.5em;
}

.car_content .itemBox {
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.car_content .itemBox .item a {
  display: block;
  margin: 0 10px;
  text-decoration: none;
  transition: 0.2s all;
}

.car_content .itemBox .item h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

.car_content .itemBox .item .btn {
  background: #ee6d88;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0.3em 0.6em;
}

.car_content .itemBox .item .btn:focus {
  box-shadow: none;
}

.car_content .itemBox .item a:hover h3 {
  color: #0056b3;
}

.car_content .itemBox .item figure a:hover,
.car_content .itemBox .item .btn:hover {
  opacity: 0.8;
}

.car_detail .detail_pricelist {
  clear: both;
  margin: auto;
  padding-top: 1px;
  max-width: 800px;
}

.car_detail .detail_pricelist table {
  margin: 30px auto 0;
  width: 100%;
}

.car_detail .detail_pricelist table thead th {
  background: #ddd;
  border-bottom: double 3px;
  font-size: 2.2rem;
}

.car_detail .detail_pricelist table th,
.car_detail .detail_pricelist table td {
  border-bottom: solid 1px;
  padding: 8px 10px;
}

.car_detail .detail_pricelist table td.term {
  border-left: dotted 1px #ccc;
}

.car_detail .detail_pricelist table td.price {
  border-left: dotted 1px #ccc;
  text-align: right;
}

.car_detail .bnr_button {
  margin-bottom: 30px;
}

.car_detail .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.car_detail .youtube iframe {
  width: 100%;
  height: 100%;
  max-width: 510px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .car_content .priceBox {
    max-width: 300px;
  }
  .car_content .priceBox dt {
    margin-top: 10px;
    width: 5em;
  }
  .car_content .priceBox dd {
    margin-top: 10px;
    text-align: right;
    width: calc(100% - 5em);
  }
  .car_content .itemBox .item {
    width: 50%;
  }
  .car_detail .car_thumb,
  .car_detail .detail_left {
    float: none;
    margin: auto;
    max-width: 500px;
  }
  .car_detail .detail_left table {
    float: none;
    margin: auto;
    width: 100%;
  }
  .car_detail .detail_pricelist table th,
  .car_detail .detail_pricelist table td {
    padding: 8px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 580px) {
  .car_content .itemBox .item {
    width: 100%;
  }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  .car_content .itemBox .item {
    width: 33.3333333333%;
  }
}
/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  .car_detail .car_thumb,
  .car_detail .detail_left {
    float: none;
    margin: auto;
    max-width: 500px;
  }
  .car_detail .detail_left table {
    width: 100%;
  }
}
/* 20240730 trafficlinkページ内から移植 */
.trafficlink-inner a {
  display: block;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin: 10px auto;
}

.trafficlink-inner > div {
  position: relative;
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 10px;
}

.trafficlink-inner > div a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.trafficlink-inner > div:hover {
  border-color: #ffc107; /*#0373ef;*/
  background-color: #fff7dc; /*#d8efff;*/
}

.trafficlink-inner img {
  max-width: 100%;
}

.traffic_tweet {
  width: 40%;
  margin: 0 auto;
  border: solid 1px rgb(204, 204, 204);
}

.traffic_tweet_content {
  padding: 10px;
  border-bottom: solid 1px #ccc;
}

.traffic_tweet_user {
  width: 100%;
}

.traffic_tweet_date {
  text-align: right;
  font-size: 85%;
  color: #333;
}

@media screen and (max-width: 959px) {
  #trafficlink {
    margin-bottom: 40px;
  }
  #trafficlink-left {
    margin-bottom: 40px;
  }
  .middle-tt {
    font-size: 171%;
  }
  .kasoutitle span {
    display: block;
    color: #ffffff;
    font-size: 100%;
  }
  .trafficlink-inner > div {
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .trafficlink-inner a {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  #trafficlink {
    margin: 48px auto;
    display: grid;
    grid-column-gap: 30px;
  }
  #trafficlink-left {
    grid-area: 1/1/2/2;
  }
  #trafficlink-right {
    grid-area: 1/2/2/3;
  }
  .trafficlink-inner {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .trafficlink-inner a {
    font-size: 18px;
  }
  .kasoutitle span {
    color: #ffffff;
    font-size: 100%;
  }
}
@media screen and (max-width: 959px) {
  .sidetab-mypage {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sidetab-mypage {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding-top: 30px;
    border-radius: 5px;
    background-color: rgba(25, 158, 220, 0.9);
    background-image: url(images/icon-mypage-white.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center 10px;
    color: #ffffff;
    text-align: center;
  }
}
.mainvisual-nallow {
  background: #028ee8;
}

.mainvisual-nallow h1 {
  color: #ffffff;
  font-weight: 700;
}

.steps-display {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  counter-reset: number 0;
}

.steps-display:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #dddddd;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
}

.steps-display li {
  position: relative;
  text-align: center;
  padding-top: 50px;
  font-weight: 700;
  color: #999999;
}

.steps-display li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #999999;
  background: #dddddd;
  border-radius: 50%;
}

.steps-display li.active {
  color: #028ee8;
}

.steps-display li.active:before {
  color: #ffffff;
  background: #028ee8;
}

.caution-confirm {
  position: relative;
  background: #028ee8;
  border-radius: 5px;
  text-align: center;
  background-image: url(images/icon-step2-caution.png);
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.caution-confirm h2 {
  color: #ffcc00;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.caution-confirm p {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
}

.caution-confirm:after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 24px;
  background-color: #028ee8;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.action-cover {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
}

.action-cover input {
  width: 100%;
  display: block;
}

.submit-btn-cover,
.back-btn-cover {
  position: relative;
}

.submit-btn-cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 16px;
  background-image: url(images/icon-right.svg);
  background-repeat: no-repeat;
}

.submit-btn-cover input[type=submit] {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1em;
  background: linear-gradient(45deg, #5eb015 20%, #028ee8 80%);
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}

.submit-btn-cover input[type=submit]:hover {
  background: linear-gradient(45deg, #028ee8 20%, #5eb015 80%);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  transform: translateY(1px);
}

.back-btn-cover input[type=submit] {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1em;
  background: linear-gradient(45deg, #aaaabb 20%, #9999aa 80%);
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
}

.back-btn-cover input[type=submit]:hover {
  background: #666666;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s;
  transform: translateY(1px);
}

.back-btn-cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 16px;
  background-image: url(images/icon-right.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

@media screen and (max-width: 959px) {
  .mainvisual-nallow {
    padding: 1em;
  }
  .mainvisual-nallow h1 {
    font-size: 6vw;
  }
  .steps-display {
    max-width: 90vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .steps-display:before {
    width: 66vw;
  }
  .caution-confirm {
    background-position: 2vw 2vw;
    background-size: 8vw 8vw;
    padding: 2vw 5vw 2vw 10vw;
  }
  .caution-confirm h2 {
    font-size: 4.6vw;
  }
  .submit-btn-cover {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .confirmframe-3.wrapper {
    max-width: 720px;
  }
  .mainvisual-nallow {
    height: 80px;
  }
  .mainvisual-nallow h1 {
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .steps-display {
    max-width: 440px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .steps-display:before {
    width: 320px;
  }
  .caution-confirm {
    background-position: 24px 24px;
    background-size: 50px 50px;
    padding: 15px;
  }
  .caution-confirm h2 {
    font-size: 30px;
  }
  .submit-btn-cover {
    padding-bottom: 60px;
  }
}
.confirm-description-cel {
  background: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
  display: grid;
}

.confirm-description-cel img {
  max-width: 150%;
  height: auto;
}

.confirm-description-class span,
.confirm-description-type span {
  display: inline-block;
  color: #ffffff;
  background: #333333;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 12px;
}

.confirm-description-date {
  position: relative;
}

.confirm-description-date:before {
  content: "";
  position: absolute;
  background-image: url(images/icon-reserve.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.confirm-description-date time {
  display: block;
  position: relative;
}

.confirm-description-totalprice {
  font-weight: 700;
  text-align: right;
}

.confirm-description-totalprice strong {
  color: #e03a6c;
}

.price-anchor {
  display: block;
  position: relative;
  padding-top: 4px;
  padding-left: 24px;
}

.price-anchor:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(images/icon-down-circle.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  transform: translateY(3px);
}

.caution {
  color: #e03a6c;
}

@media screen and (max-width: 959px) {
  .confirm-description-cel {
    margin-bottom: 8vw;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 5vw;
  }
  .confirm-description-img {
    grid-area: 1/1/2/2;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
  }
  .confirm-description {
    grid-area: 1/2/2/3;
    padding-top: 4px;
  }
  .confirm-description div {
    line-height: 150%;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .confirm-description div * {
    font-size: clamp(12px, 2.8vw, 14px);
  }
  .confirm-description-date {
    grid-area: 2/1/3/3;
    padding-top: 2vw;
    padding-left: 8vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
  .confirm-description-totalprice {
    grid-area: 3/1/4/3;
    padding: 2vw 5vw;
  }
  .confirm-description-date:before {
    top: 2vw;
    left: 2vw;
    width: 4vw;
    height: 4vw;
  }
  .confirm-description-date time {
    font-size: 4vw;
  }
  .confirm-description-date time.history-from:after {
    content: "-";
    padding-left: 0.5em;
  }
  .confirm-description-totalprice strong {
    font-size: 8vw;
  }
}
@media screen and (min-width: 960px) {
  .confirm-description-cel {
    grid-template-columns: 213px repeat(2, 1fr);
    grid-template-rows: 60px 1fr;
    grid-column-gap: 16px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .confirm-description-img {
    grid-area: 1/1/3/2;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
  }
  .confirm-description {
    grid-area: 1/2/2/4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #999999;
  }
  .confirm-description-date {
    grid-area: 2/2/3/3;
    padding-top: 16px;
    padding-left: 30px;
  }
  .confirm-description-totalprice {
    grid-area: 2/3/3/4;
    padding-top: 16px;
  }
  .confirm-description-date:before {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .confirm-description-date time {
    font-size: 16px;
  }
  .confirm-description-date time.history-from {
    padding-bottom: 24px;
  }
  .confirm-description-date time.history-from:after {
    content: "|";
    position: absolute;
    left: 70px;
    bottom: 0;
  }
  .confirm-description-totalprice strong {
    font-size: 25px;
  }
}
.confirm-data-grid h2,
.jyuyoujikou h2 {
  font-weight: 700;
}

.confirm-data-grid table {
  width: 100%;
  border-top: 1px solid #333333;
}

.confirm-data-grid th {
  background-color: #f3f3f3;
  font-weight: 700;
}

.confirm-data-grid th,
.confirm-data-grid td {
  vertical-align: top;
  line-height: 150%;
}

.confirm-data-grid table tr {
  border-bottom: 1px solid #333333;
}

.balloon {
  position: relative;
  max-width: 120px;
  color: #ffffff;
  background-color: #333333;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.balloon:after {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -7px;
  width: 10px;
  height: 8px;
  background-color: #333333;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.jyuyoujikou p {
  color: #e03a6c;
  font-weight: 700;
}

.enq-cel {
  background-color: #f3f3f3;
}

@media screen and (max-width: 959px) {
  .confirm-data-grid h2,
  .jyuyoujikou h2 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .confirm-data-grid th {
    width: 30vw;
  }
  .confirm-data-grid th,
  .confirm-data-grid td {
    padding: 2vw;
  }
  .confirm-data-grid th,
  .confirm-data-grid td {
    font-size: clamp(14px, 3.6vw, 16px);
  }
  .jyuyoujikou p {
    font-size: clamp(14px, 3.6vw, 16px);
  }
  .enq-cel {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .enq-cel dl {
    padding: 3vw 5vw 1.5vw 5vw;
  }
  .enq-cel dt {
    padding-bottom: 1.5vw;
  }
  .enq-cel dd {
    padding-bottom: 1.5vw;
  }
}
@media screen and (min-width: 960px) {
  .confirm-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    margin-top: 24px;
  }
  .confirm-data-grid h2,
  .jyuyoujikou h2 {
    margin-bottom: 24px;
  }
  .confirm-data-grid th {
    white-space: nowrap;
  }
  .confirm-data-grid th,
  .confirm-data-grid td {
    padding: 12px;
  }
  .jyuyoujikou {
    margin-top: 24px;
  }
  .enq-cel {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .enq-cel dl {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 20px 20px 15px 20px;
    grid-row-gap: 10px;
  }
}
/*-----------------------------------------
20250214 sidebar-tab-ranking mitsugi
------------------------------------------*/
.side-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.side-tab-label {
  color: #444444;
  background: #eeeeee;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.side-tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.side-tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.side-tab-switch:checked + .side-tab-label {
  background: #0397dc;
  color: #ffffff;
}

.side-tab-switch:checked + .side-tab-label + .side-tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0;
  opacity: 1;
  transition: 0.5s opacity;
}

/* ラジオボタン非表示 */
.side-tab-switch {
  display: none;
}

.wpp-list li.blog-list a {
  padding-left: 0;
}

.wpp-list li.blog-list img {
  margin-right: 10px;
  width: 100%;
  max-width: 71px;
  height: auto;
  overflow: hidden;
}