@charset "UTF-8";
@font-face {
  font-family: "MPLUS1p-Medium";
  src: url(/fonts/MPLUS1p/MPLUS1p-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Regular";
  src: url(/fonts/MPLUS1p/MPLUS1p-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-ExtraBold";
  src: url(/fonts/MPLUS1p/MPLUS1p-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1p-Bold";
  src: url(/fonts/MPLUS1p/MPLUS1p-Bold.woff) format("woff");
  font-display: swap;
}
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

section .contents,
.section .contents {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 24px;
}

main {
  margin-top: 128px;
}
@media (max-width: 1048px) {
  main {
    margin-top: 52px;
  }
}
main .mb1em {
  margin-bottom: 1em;
}
main .com-mt01 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  main .com-mt01 {
    margin-top: 48px;
  }
}
main .com-mt02 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  main .com-mt02 {
    margin-top: 32px;
  }
}
main .com-mt03 {
  margin-top: 24px;
}
@media (max-width: 767px) {
  main .com-mt03 {
    margin-top: 20px;
  }
}
main .com-box01 {
  background-color: #F2F2F2;
  padding: 24px 16px;
}
@media (max-width: 767px) {
  main .com-box01 {
    padding: 8px;
  }
}
main .com-box01.tx-color01 {
  border-color: #000;
}
main .com-box01.tx-color02 {
  border-color: #FFF;
}
main .com-box01.tx-color03 {
  border-color: #FF4545;
}
main .com-box01.tx-color04 {
  border-color: #005A6F;
}
main .com-box01.tx-color05 {
  border-color: #00ADED;
}
main .com-box01.noborder {
  border: none;
}
main .com-box01 > .heading02:first-child, main .com-box01 > .heading03:first-child, main .com-box01 > .heading04:first-child {
  margin-top: 0;
}
main .com-box01 > .heading02:first-child {
  padding-top: 0;
}
main .container strong {
  color: #FF4545;
}
main .container .txt {
  text-align: justify;
  text-justify: inter-ideograph; /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  main .container .txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
main .container .txt p:not(.mb1em), main .container .txt ul:not(.mb1em) {
  margin-bottom: 0;
}
main .container .txt p + p, main .container .txt p + ul, main .container .txt ul + p, main .container .txt ul + ul {
  margin-top: 1em;
}

/* TELタグ
-----------------------------------*/
.tel a {
  color: inherit !important;
  text-decoration: none;
  cursor: default;
}
@media (min-width: 768px) {
  .tel a {
    pointer-events: none;
  }
}

/* 地図
-----------------------------------*/
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 文字色
-----------------------------------*/
.tx-color01 {
  color: #000 !important;
}

.tx-color02 {
  color: #FFF !important;
}

.tx-color03 {
  color: #FF4545 !important;
}

.tx-color04 {
  color: #005A6F !important;
}

.tx-color05 {
  color: #00ADED !important;
}

/* 背景色
-----------------------------------*/
.bg-wrapper {
  padding: 32px 0;
}
.bg-wrapper .contents > .heading02:first-child, .bg-wrapper .contents > .heading03:first-child, .bg-wrapper .contents > .heading04:first-child {
  margin-top: 0;
}
.bg-wrapper .contents > .heading02:first-child {
  padding-top: 0;
}

.bg-color01 {
  background-color: #F8F8F8 !important;
}

.bg-color02 {
  color: #FFF;
  background-color: #00ACEC !important;
}

.bg-color03 {
  background-color: #FFF !important;
}

/* ヘッダー・フッター共通ナビ
-----------------------------------*/
.com-nav01 {
  color: #606060;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .com-nav01 {
    font-size: 14px;
  }
}
.com-nav01 .nv-list a {
  text-decoration: none;
}
.com-nav01 .nv-list a:hover {
  color: #00ACEC;
}
.com-nav01 .nv-list > li > a, .com-nav01 .nv-list > li > dl > dt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 8px;
  border-left: 2px solid #005A6F;
  display: inline-block;
}
@media (max-width: 767px) {
  .com-nav01 .nv-list > li > a, .com-nav01 .nv-list > li > dl > dt {
    font-size: 15px;
  }
}
.com-nav01 .nv-list > li + li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .com-nav01 .nv-list > li + li {
    margin-top: 28px;
  }
}
.com-nav01 .nv-list > li ul {
  line-height: 1;
  margin: 20px 0 0 10px;
}
.com-nav01 .nv-list > li ul li + li {
  margin-top: 16px;
}
.com-nav01 .block01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .com-nav01 .block01 {
    display: block;
    margin-bottom: 28px;
  }
  .com-nav01 .block01 ul + ul {
    margin-top: 28px;
  }
}
.com-nav01 .block02 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .com-nav01 .block02 {
    margin: 0 -32px 32px;
    padding: 0 32px 32px;
    border-bottom: 1px solid #CBCBCB;
  }
}
.com-nav01 .block02 .txt01 {
  color: #000;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .com-nav01 .block02 .txt01 {
    display: none;
  }
}
.com-nav01 .block02 .block-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .com-nav01 .block02 .block-wrapper {
    display: none;
  }
}
.com-nav01 .block02 .block-wrapper .block ul {
  margin-top: 32px;
}
.com-nav01 .block03 .nv-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .com-nav01 .block03 .nv-list {
    display: block;
  }
}
.com-nav01 .block03 .nv-list > li {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .com-nav01 .block03 .nv-list > li {
    margin-bottom: 0;
  }
}
.com-nav01 .block03 .nv-list > li > a, .com-nav01 .block03 .nv-list > li > dl > dt {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .com-nav01 .block03 .nv-list > li > a, .com-nav01 .block03 .nv-list > li > dl > dt {
    margin-bottom: 14px;
  }
}
.com-nav01 .block03 .nv-list > li + li {
  margin-top: 0;
}
@media (max-width: 767px) {
  .com-nav01 .block03 .nv-list > li + li {
    margin-top: 28px;
  }
}

/* フォーム
-----------------------------------*/
input, select, textarea {
  font-family: "MPLUS1p-Regular";
  background-color: #FFF;
  border: 1px solid #9FA0A0;
  border-radius: 4px;
  width: 100%;
}
input.w5, select.w5, textarea.w5 {
  max-width: 50px;
}
input.w10, select.w10, textarea.w10 {
  max-width: 100px;
}
input.w12, select.w12, textarea.w12 {
  max-width: 120px;
}
input.w14, select.w14, textarea.w14 {
  max-width: 140px;
}
input.w16, select.w16, textarea.w16 {
  max-width: 160px;
}
input.w18, select.w18, textarea.w18 {
  max-width: 180px;
}
input.w20, select.w20, textarea.w20 {
  max-width: 200px;
}
input.w30, select.w30, textarea.w30 {
  max-width: 300px;
}
input.w40, select.w40, textarea.w40 {
  max-width: 400px;
}
input.w50, select.w50, textarea.w50 {
  width: 48%;
}
input.w80, select.w80, textarea.w80 {
  width: 80%;
}

input[type=text],
input[type=email],
input[type=date],
input[type=password],
select,
textarea {
  width: 100%;
  height: 100%;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 1;
}

input[type=file] {
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "MPLUS1p-Regular";
  font-size: 14px;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* レンタル期間で検索
-----------------------------------*/
.reserve-sec .reserve-box {
  position: relative;
  /*.reserve-heading02 {
  	color: #005A6F;
  	font-family: 'MPLUS1p-ExtraBold';
  	transform: rotate(0.05deg);
  	font-size: 20px;
  	line-height: 1;
  	max-width: 850px;
  	margin: 0 auto 28px;

  	@include mq(max, tb) {
  		text-align: center;
  		margin-bottom: 24px;
  	}
  }*/
}
.reserve-sec .reserve-box .reserve-block {
  max-width: 800px;
  margin: 0 auto;
}
.reserve-sec .reserve-box .reserve-block .block01,
.reserve-sec .reserve-box .reserve-block .block02 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reserve-sec .reserve-box .reserve-block .block01,
.reserve-sec .reserve-box .reserve-block .block02 {
    display: block;
  }
}
.reserve-sec .reserve-box .reserve-block .block01 dl dt,
.reserve-sec .reserve-box .reserve-block .block02 dl dt {
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1;
}
.reserve-sec .reserve-box .reserve-block .block01 dl dd,
.reserve-sec .reserve-box .reserve-block .block02 dl dd {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
}
.reserve-sec .reserve-box .reserve-block .block01 dl + dl,
.reserve-sec .reserve-box .reserve-block .block02 dl + dl {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .reserve-sec .reserve-box .reserve-block .block01 dl + dl,
.reserve-sec .reserve-box .reserve-block .block02 dl + dl {
    margin: 24px 0 0;
  }
}
@media (max-width: 767px) {
  .reserve-sec .reserve-box .reserve-block .block01 {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .reserve-sec .reserve-box .reserve-block .block01 dl {
    width: calc((100% - 72px) / 2);
  }
  .reserve-sec .reserve-box .reserve-block .block01 dl:last-of-type {
    width: calc((100% - 72px) / 5);
  }
}
.reserve-sec .reserve-box .reserve-block .block01 dl + dl {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .reserve-sec .reserve-box .reserve-block .block01 dl + dl {
    margin: 24px 0 0;
  }
}
.reserve-sec .reserve-box .reserve-block .block01 dd > div {
  width: 50%;
}
.reserve-sec .reserve-box .reserve-block .block01 dd > div + div {
  margin-left: 12px;
}
.reserve-sec .reserve-box .reserve-block .block02 {
  margin: 32px auto;
}
@media (min-width: 768px) {
  .reserve-sec .reserve-box .reserve-block .block02 {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .reserve-sec .reserve-box .reserve-block .block02 {
    display: none;
  }
}
@media (min-width: 768px) {
  .reserve-sec .reserve-box .reserve-block .block02 dl {
    width: calc((100% - 72px) / 7);
  }
}
.reserve-sec .reserve-box .com-bt {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reserve-sec .reserve-box .com-bt {
    margin-top: 24px;
  }
}

/* タイトル
-----------------------------------*/
.heading-main {
  overflow: hidden;
}
.heading-main .heading-title {
  margin: 48px 0 58px;
  font-size: 35px;
  color: #5A5A5A;
  font-family: "MPLUS1p-ExtraBold";
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .heading-main .heading-title {
    margin: 32px 0 32px;
    font-size: 28px;
  }
}

.heading01 {
  margin: 64px 0 32px;
  color: #5A5A5A;
  font-size: 35px;
  font-family: "MPLUS1p-ExtraBold";
  text-align: center;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .heading01 {
    margin: 40px 0 24px;
    font-size: 28px;
  }
}

.heading02 {
  margin: 40px 0 24px;
  font-size: 24px;
  font-family: "MPLUS1p-ExtraBold";
  line-height: 1.35;
}
@media (max-width: 767px) {
  .heading02 {
    margin: 24px 0 16px;
    font-size: 18px;
  }
}

.heading03 {
  margin: 24px 0 8px;
  font-size: 18px;
  color: #5A5A5A;
  font-family: "MPLUS1p-ExtraBold";
  line-height: 1.35;
}
@media (max-width: 767px) {
  .heading03 {
    font-size: 14px;
  }
}

.heading04 {
  margin: 20px 0 8px;
  font-size: 15px;
  color: #E50020;
  font-family: "MPLUS1p-ExtraBold";
  line-height: 1.35;
}
@media (max-width: 767px) {
  .heading04 {
    font-size: 13px;
  }
}

.heading05 {
  margin: 16px 0 8px;
  font-size: 14px;
  font-family: "MPLUS1p-ExtraBold";
  line-height: 1.35;
}
@media (max-width: 767px) {
  .heading05 {
    font-size: 13px;
  }
}

.column-list01 {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 917px) {
  .column-list01 {
    max-width: 676px;
  }
}
@media (max-width: 767px) {
  .column-list01 {
    display: block;
  }
}
.column-list01 .column-item {
  width: 274px;
  margin: 64px 0 0;
}
@media (min-width: 918px) {
  .column-list01 .column-item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .column-list01 .column-item:nth-of-type(3n-1), .column-list01 .column-item:nth-of-type(3n) {
    margin-left: calc((100% - 822px) / 2);
  }
}
@media (max-width: 917px) {
  .column-list01 .column-item {
    margin: 64px 32px 0;
  }
  .column-list01 .column-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .column-list01 .column-item {
    width: 100%;
    max-width: 548px;
    margin: 0 auto;
  }
  .column-list01 .column-item + .column-item {
    margin-top: 48px;
  }
}
.column-list01 .column-item dt {
  margin-bottom: 12px;
}
.column-list01 .column-item dd .img-wrapper {
  margin-bottom: 16px;
}

/* リンクテキスト
-----------------------------------*/
.link-txt {
  color: #E50020;
  text-decoration: underline;
  position: relative;
}
.link-txt:hover {
  color: #b80b22;
  text-decoration: none;
}
.link-txt.next {
  padding-right: 16px;
}
.link-txt.next:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #E50020;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.link-txt.next:hover:before {
  border-left-color: #b80b22;
}
.link-txt.prev {
  padding-left: 16px;
}
.link-txt.prev:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #E50020 transparent transparent;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.link-txt.prev:hover:before {
  border-right-color: #b80b22;
}

.list-txt {
  display: flex;
  margin: 0 auto;
}
.list-txt li + li {
  margin-left: 16px;
}
.list-txt.type02 {
  justify-content: center;
}
.list-txt.type03 {
  justify-content: space-between;
}

/* アコーディオン
-----------------------------------*/
.ac-label {
  position: relative;
  cursor: pointer;
}
.ac-label:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #00ADED;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ac-label:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background-color: #00ADED;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ac-label.open:after {
  content: none;
}

.ac-content {
  display: none;
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  padding: 4px 16px;
  border-radius: 24px;
  background-color: #E50020;
  color: #FFF;
  transition: 0.2s;
  font-weight: bold;
  z-index: 1;
  /*&:hover {
  	padding: 3px 1px 1px 3px;

  	a, button {
  		background-color: #00AED6;
  	}
  }

  &:after {
  	position: absolute;
  	content: '';
  	width: calc(100% - 4px);
  	height: calc(100% - 4px);
  	background-color: #007696;
  	border-radius: 12px;
  	right: 0;
  	bottom: 0;
  	z-index: -1;
  }*/
  /*a, button {
  	color: #FFF;
  	font-weight: bold;
  	background-color: #00ADED;
  	width: 200px;
  	height: 50px;
  	padding: 0 20px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	text-decoration: none;
  	position: relative;
  	border-radius: 12px;
  }*/
  /*&.type01 {
  	background-color: #FABD00;
  	color: #005970;

  }

  &.type02 {
  	background-color: #005970;
  	color: #FFF;

  }*/
}
.com-bt.wide {
  width: 100%;
}
.com-bt:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.7;
}
.com-bt.login a, .com-bt.login button {
  width: 130px;
  padding-right: 28px;
}
.com-bt.login a:before, .com-bt.login button:before {
  position: absolute;
  content: "";
  background: url(/images/common/login_ic01.svg) no-repeat center;
  background-size: 12px 15px;
  width: 12px;
  height: 100%;
  top: 0;
  right: 16px;
}
.com-bt.toggle:after {
  background-color: #00ACEC;
}
.com-bt.toggle a, .com-bt.toggle button {
  padding-right: 26px;
  background-color: #005A6F;
}
.com-bt.toggle a:before, .com-bt.toggle button:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #FFF;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.com-bt.toggle a:after, .com-bt.toggle button:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background-color: #FFF;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.com-bt.toggle.open a:after, .com-bt.toggle.open button:after {
  content: none;
}
.com-bt.next a, .com-bt.next button {
  padding-right: 26px;
}
.com-bt.next a:before, .com-bt.next button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #FFF;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  z-index: 1;
}
.com-bt.prev a, .com-bt.prev button {
  padding-left: 26px;
}
.com-bt.prev a:before, .com-bt.prev button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #FFF transparent transparent;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  z-index: 1;
}
.com-bt.color02:after {
  background-color: #929200;
}
.com-bt.color02 a, .com-bt.color02 button {
  color: #005A6F;
  background-color: #FFE008;
}
.com-bt.color02:hover a, .com-bt.color02:hover button {
  background-color: #EFC307;
}
.com-bt.color02.next a:before, .com-bt.color02.next button:before {
  border-color: transparent transparent transparent #005A6F;
}
.com-bt.color02.prev a:before, .com-bt.color02.prev button:before {
  border-color: transparent #005A6F transparent transparent;
}
.com-bt.btm.next a:before, .com-bt.btm.next button:before, .com-bt.btm.prev a:before, .com-bt.btm.prev button:before {
  border-width: 8.7px 5px 0 5px;
  border-color: #FFF transparent transparent transparent;
}
.com-bt.btm.next.color02 a:before, .com-bt.btm.next.color02 button:before, .com-bt.btm.prev.color02 a:before, .com-bt.btm.prev.color02 button:before {
  border-top-color: #005A6F;
}
.com-bt.up.next a:before, .com-bt.up.next button:before, .com-bt.up.prev a:before, .com-bt.up.prev button:before {
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #FFF transparent;
}
.com-bt.up.next.color02 a:before, .com-bt.up.next.color02 button:before, .com-bt.up.prev.color02 a:before, .com-bt.up.prev.color02 button:before {
  border-bottom-color: #005A6F;
}
.com-bt.disable {
  pointer-events: none;
  background-color: #CCC;
}

.list-btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .list-btn {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 416px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .list-btn li + li {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .list-btn li {
    width: calc(50% - 8px);
    max-width: 200px;
  }
  .list-btn li a, .list-btn li button {
    width: 100%;
  }
  .list-btn li:nth-of-type(odd) {
    margin-left: 0;
  }
  .list-btn li:nth-of-type(even) {
    margin-left: 16px;
  }
  .list-btn li:nth-child(n+3) {
    margin-top: 16px;
  }
}
.list-btn.wide {
  max-width: inherit;
}
@media (max-width: 767px) {
  .list-btn.wide {
    display: table;
  }
}
.list-btn.wide li {
  width: auto;
  min-width: 204px;
  max-width: inherit;
}
@media (max-width: 767px) {
  .list-btn.wide li {
    width: 100%;
  }
  .list-btn.wide li + li {
    margin: 16px 0 0;
  }
}
.list-btn.wide li.com-bt.next a, .list-btn.wide li.com-bt.next button {
  width: 100%;
  padding-right: 36px;
}
.list-btn.wide li.com-bt.prev a, .list-btn.wide li.com-bt.prev button {
  width: 100%;
  padding-left: 36px;
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* リストアイコン
-----------------------------------*/
.list-dot li,
.attention01 li {
  text-indent: -1em;
  margin-left: 1em;
}
.list-dot li + li,
.attention01 li + li {
  margin-top: 0.25em;
}
@media (max-width: 767px) {
  .list-dot li + li,
.attention01 li + li {
    margin-top: 0.5em;
  }
}

.list-dot li:before {
  content: "・";
}

.attention01 li:before {
  content: "※";
}

.list-square > li {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .list-square > li {
    padding-left: 17.5px;
  }
}
.list-square > li:before {
  position: absolute;
  content: "■";
  top: 0;
  left: 0;
  color: #E50020;
}

ol {
  /* 1桁 */
  /* 2桁 */
}
ol.list-num {
  margin-left: 20px;
}
@media (max-width: 767px) {
  ol.list-num {
    margin-left: 17.5px;
  }
}
ol.list-num02 {
  margin-left: 28px;
}
@media (max-width: 767px) {
  ol.list-num02 {
    margin-left: 24.5px;
  }
}

.list-square > li + li,
.list-num > li + li,
.list-num02 > li + li {
  margin-top: 1em;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
table:not(.table01):not(.holiday-calendar) th, table:not(.table01):not(.holiday-calendar) td {
  border: 1px solid #CBCBCB;
  padding: 16px;
}
@media (max-width: 767px) {
  table:not(.table01):not(.holiday-calendar) th, table:not(.table01):not(.holiday-calendar) td {
    font-size: 15px;
    padding: 8px;
  }
}

.txt + table:not(.table01):not(.holiday-calendar) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .txt + table:not(.table01):not(.holiday-calendar) {
    margin-top: 20px;
  }
}

.table01 {
  color: #000;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .table01 {
    font-size: 15px;
  }
}
.table01 tr:first-child th, .table01 tr:first-child td {
  padding-top: 0;
}
.table01 th {
  width: 30%;
  max-width: 240px;
  padding: 24px 0;
  border-bottom: 1px solid #CBCBCB;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table01 th {
    display: block;
    width: 100%;
    max-width: inherit;
    padding: 16px 0;
  }
}
.table01 th > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table01 th > div .required {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background-color: #FF4545;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
.table01 td {
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid #CBCBCB;
}
@media (max-width: 767px) {
  .table01 td {
    display: block;
    width: 100%;
    padding: 16px 0 !important;
    min-height: 58.6px;
  }
  .table01 td input, .table01 td select {
    height: 40px;
  }
}
.table01 td label {
  display: flex;
  cursor: pointer;
}
.table01 td label input[type=radio],
.table01 td label input[type=checkbox] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto 8px auto 0;
}
.table01 td > div {
  display: flex;
  align-items: center;
}
.table01 td > div span {
  padding: 0 0.5em;
}
.table01 td .note {
  color: #666;
  margin-top: 8px;
}
.table01 td .note + .error {
  margin-top: 0;
}
.table01 td .error {
  color: #FF4545;
  margin-top: 8px;
}
.table01 + .list-btn {
  margin-top: 32px;
}

.heading03 + .table01 tr:first-child th, .heading03 + .table01 tr:first-child td {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .heading03 + .table01 tr:first-child th, .heading03 + .table01 tr:first-child td {
    padding-top: 16px;
  }
}

/* form */
form .table01 td > ul {
  display: flex;
  align-items: center;
}
form .table01 td > ul > li {
  width: 50%;
}
form .table01 td > ul > li + li {
  margin-left: 16px;
}
form .table01 td > ul > li dl dt {
  line-height: 1;
  margin-bottom: 8px;
}
form .table01 td > ul.list01 li {
  width: auto;
}
form .table01 td > ul.list01 li + li {
  margin-left: 24px;
}

/* 免責保証
-----------------------------------*/
.com-disclaimer .red {
  color: #E50020 !important;
}
.com-disclaimer .bn {
  margin: 64px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .com-disclaimer .bn {
    margin-top: 32px;
  }
}
.com-disclaimer .list-col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com-disclaimer .list-col4 li {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .com-disclaimer .list-col4 li {
    width: 50%;
    margin-bottom: 16px;
  }
}
.com-disclaimer .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .com-disclaimer .wrap {
    display: block;
  }
}
.com-disclaimer .wrap .txt {
  width: 60%;
}
@media (max-width: 767px) {
  .com-disclaimer .wrap .txt {
    width: 100%;
  }
}
.com-disclaimer .wrap .img {
  width: 40%;
  text-align: right;
}
@media (max-width: 767px) {
  .com-disclaimer .wrap .img {
    width: 100%;
  }
}
.com-disclaimer .note01 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .com-disclaimer .note01 {
    display: block;
  }
}
.com-disclaimer .note01 dt {
  width: 30%;
  font-family: "MPLUS1p-ExtraBold";
  color: #E50020;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .com-disclaimer .note01 dt {
    width: 100%;
  }
}
.com-disclaimer .note01 dd {
  width: 66%;
}
@media (max-width: 767px) {
  .com-disclaimer .note01 dd {
    width: 100%;
  }
}
.com-disclaimer .note02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .com-disclaimer .note02 {
    display: block;
  }
}
.com-disclaimer .note02 dt {
  width: 200px;
  font-family: "MPLUS1p-ExtraBold";
  color: #5A5A5A;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .com-disclaimer .note02 dt {
    width: 100%;
  }
}
.com-disclaimer .note02 dd {
  width: calc(100% - 220px);
  text-align: right;
}
@media (max-width: 767px) {
  .com-disclaimer .note02 dd {
    width: 100%;
  }
}
.com-disclaimer .arrow-txt {
  text-align: center;
}
.com-disclaimer .about-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}
@media (max-width: 767px) {
  .com-disclaimer .about-area {
    display: block;
  }
}
.com-disclaimer .about-area .heading02.h-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #005970;
  color: #E50020;
}
.com-disclaimer .about-area .cell {
  width: 49%;
}
@media (max-width: 767px) {
  .com-disclaimer .about-area .cell {
    width: 100%;
  }
}
.com-disclaimer .about-area .com-table01 {
  width: 100%;
  margin: 16px 0;
}
.com-disclaimer .about-area .com-table01 th {
  padding: 8px;
  border-color: #5A5A5A;
  background: #E6E6E6;
  color: #5A5A5A;
  text-align: center;
}
@media (max-width: 767px) {
  .com-disclaimer .about-area .com-table01 th {
    padding: 4px;
    font-size: 12px;
  }
}
.com-disclaimer .about-area .com-table01 td {
  padding: 8px;
  border-color: #5A5A5A;
  text-align: center;
}
@media (max-width: 767px) {
  .com-disclaimer .about-area .com-table01 td {
    padding: 4px;
    font-size: 11px;
  }
}
.com-disclaimer .about-area .com-table01 thead th {
  width: 20%;
}
.com-disclaimer .about-area .com-table01 tbody th,
.com-disclaimer .about-area .com-table01 tbody td {
  width: 20%;
}
.com-disclaimer .about-area .com-table02 {
  width: 100%;
  margin: 16px 0;
}
.com-disclaimer .about-area .com-table02 th {
  width: 280px;
  padding: 8px;
  border-color: #5A5A5A;
  color: #5A5A5A;
}
@media (max-width: 767px) {
  .com-disclaimer .about-area .com-table02 th {
    width: 50%;
    padding: 4px;
    font-size: 12px;
  }
}
.com-disclaimer .about-area .com-table02 td {
  width: calc(100% - 280px);
  padding: 8px;
  border-color: #5A5A5A;
  text-align: center;
  font-weight: bold;
  color: #5A5A5A;
}
@media (max-width: 767px) {
  .com-disclaimer .about-area .com-table02 td {
    width: 50%;
    padding: 4px;
    font-size: 12px;
  }
}
.com-disclaimer .bg-img {
  background: url(/images/common/disclaimer_bg01.png) no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .com-disclaimer .bg-img {
    background-size: 100% auto;
  }
}
.com-disclaimer .bg-img .com-table01 th {
  line-height: 1;
}
.com-disclaimer .bg-img .com-table01 td {
  line-height: 1;
  background-color: #FFF;
}
.com-disclaimer .data-case {
  margin: 16px 0;
  border: 1px solid #5A5A5A;
}
.com-disclaimer .data-case dt {
  padding: 8px;
  background-color: #5A5A5A;
  color: #FFF;
  font-size: 16px;
  font-family: "MPLUS1p-Bold";
  text-align: center;
  line-height: 1;
}
.com-disclaimer .data-case dd {
  padding: 16px;
}
@media (max-width: 767px) {
  .com-disclaimer .data-case dd {
    padding: 8px;
    font-size: 12px;
  }
}
.com-disclaimer .box {
  margin: 32px 0 24px;
  padding: 16px;
  border: 1px solid #5A5A5A;
}
.com-disclaimer .box .plan-img01 {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #5A5A5A;
}
.com-disclaimer .box .plan-img02 {
  margin-bottom: 24px;
}
.com-disclaimer .tel-img {
  text-align: center;
}
.com-disclaimer .list-note {
  font-weight: normal;
}

/* 料金表
-----------------------------------*/
.price-sec .list-note {
  max-width: 300px;
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: auto;
  color: #5A5A5A;
  font-weight: bold;
}
.price-sec .list-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .price-sec .list-price {
    display: block;
  }
}
.price-sec .list-price > li {
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .price-sec .list-price > li {
    width: 100%;
    margin-bottom: 24px;
  }
}
.price-sec .list-price > li .box {
  border: 1px solid #E50020;
}
.price-sec .list-price > li .ttl {
  padding: 12px 16px;
  background: #E50020;
  color: #FFF;
  font-size: 26px;
  line-height: 1.3;
  font-family: "MPLUS1p-ExtraBold";
  text-align: center;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .ttl {
    padding: 8px;
    font-size: 20px;
  }
}
.price-sec .list-price > li .ttl span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .ttl span {
    margin-left: 8px;
    font-size: 16px;
  }
}
.price-sec .list-price > li .img {
  padding: 8px 16px;
  background: #FFF;
  text-align: center;
}
.price-sec .list-price > li .list-plan {
  display: flex;
  justify-content: space-between;
}
.price-sec .list-price > li .list-plan li {
  width: 33.3333333333%;
  border-right: 1px solid #E50020;
  background: #FFF;
}
.price-sec .list-price > li .list-plan li .date {
  padding: 4px 8px;
  border-top: 1px solid #E50020;
  border-bottom: 1px solid #E50020;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .list-plan li .date {
    padding: 4px 2px;
    font-size: 11px;
  }
}
.price-sec .list-price > li .list-plan li .price-wrap {
  padding: 20px 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .list-plan li .price-wrap {
    padding: 8px 4px;
  }
}
.price-sec .list-price > li .list-plan li .price-wrap .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 19px;
  line-height: 1;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .list-plan li .price-wrap .price {
    font-size: 16px;
  }
}
.price-sec .list-price > li .list-plan li .price-wrap .price .yen {
  font-size: 10px;
}
.price-sec .list-price > li .list-plan li .price-wrap .average-txt {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 4px auto 0;
  padding: 4px 12px;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .list-plan li .price-wrap .average-txt {
    padding: 4px;
    font-size: 11px;
  }
}
.price-sec .list-price > li .list-plan li:nth-of-type(1) .date {
  background: #FCE5E9;
  color: #E50020;
}
.price-sec .list-price > li .list-plan li:nth-of-type(1) .average-txt {
  background: #FFF000;
  color: #5A5A5A;
  text-align: center;
}
.price-sec .list-price > li .list-plan li:nth-of-type(2) .date {
  background: #EF6679;
  color: #FFF;
}
.price-sec .list-price > li .list-plan li:nth-of-type(2) .average-txt {
  background: #FFF000;
  color: #5A5A5A;
  text-align: center;
}
.price-sec .list-price > li .list-plan li:nth-of-type(3) .date {
  background: #E50020;
  color: #FFF;
}
.price-sec .list-price > li .list-plan li:nth-of-type(3) .price-wrap {
  padding-bottom: 8px;
}
.price-sec .list-price > li .list-plan li:nth-of-type(3) .average-txt {
  background: #FFF000;
  color: #5A5A5A;
  text-align: center;
}
.price-sec .list-price > li .list-plan li:last-child {
  border-right: none;
}
.price-sec .list-price > li .option-tb {
  width: 100%;
}
.price-sec .list-price > li .option-tb th {
  width: 280px;
  padding: 8px;
  border: none;
  border-top: 1px solid #E50020;
  border-right: 1px solid #E50020;
  font-size: 12px;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .option-tb th {
    width: 50%;
  }
}
.price-sec .list-price > li .option-tb td {
  width: calc(100% - 280px);
  padding: 8px;
  border: none;
  border-top: 1px solid #E50020;
  font-size: 11px;
}
@media (max-width: 767px) {
  .price-sec .list-price > li .option-tb td {
    width: 50%;
  }
}
.price-sec .list-price > li .note {
  margin-top: 16px;
  font-size: 11px;
}

/* ニュース一覧
-----------------------------------*/
.list-news li {
  color: #000;
  padding: 10px 0;
  border-bottom: 1px dashed #808080;
}
@media (max-width: 767px) {
  .list-news li {
    padding: 16px 0;
  }
}
.list-news li .block01 {
  display: flex;
  line-height: 1.5;
}
.list-news li .block01 .date {
  font-size: 14px;
  color: #808080;
  font-weight: bold;
  margin-right: 24px;
}
.list-news li .block01 .title {
  font-size: 14px;
  word-wrap: break-word;
}
.list-news li .block01 a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .list-news li .block01 {
    display: block;
  }
  .list-news li .block01 .date {
    font-size: 15px;
    padding: 0;
  }
  .list-news li .block01 .title {
    font-size: 16px;
    margin-top: 0.5em;
  }
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-family: "MPLUS1p-Regular";
  transform: rotate(0.05deg);
  background-color: #00ADED;
  border-radius: 8px;
  margin: 0 4px !important;
  border: none !important;
  padding: 0 !important;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #007696;
}
.wp-pagenavi .current {
  color: #007696;
  font-family: "MPLUS1p-Medium";
  transform: rotate(0.05deg);
  background-color: #FFF;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: rgba(0, 0, 0, 0) !important;
  position: relative;
}
.wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.wp-pagenavi .previouspostslink:before {
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #FFF transparent transparent;
}
.wp-pagenavi .nextpostslink:before {
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #FFF;
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-date {
  color: #005A6F;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .entry-detail .entry-date {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.entry-detail .entry-title .heading02 {
  margin-top: 0;
  padding-top: 0;
}
.entry-detail .entry-content {
  word-break: break-all;
}
.entry-detail .entry-content p {
  margin: 1em 0;
}
.entry-detail .entry-content h1 {
  margin: 10px 0px;
  font-size: 24px;
  font-weight: bold;
  border: none;
}
.entry-detail .entry-content h2 {
  margin: 10px 0px;
  font-size: 22px;
  margin: 0;
  padding-bottom: 0;
  background: none;
  font-weight: bold;
  line-height: inherit;
}
.entry-detail .entry-content h3 {
  margin: 10px 0px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.entry-detail .entry-content h4 {
  margin: 10px 0px;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.entry-detail .entry-content h5 {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: bold;
}
.entry-detail .entry-content h6 {
  margin: 10px 0px;
  font-size: 14px;
  font-weight: bold;
}
.entry-detail .entry-content ul, .entry-detail .entry-content ol {
  margin: 10px 0 15px 30px;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 30px;
}
.entry-detail .entry-content blockquote cite, .entry-detail .entry-content blockquote em, .entry-detail .entry-content blockquote i {
  font-style: normal;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */