@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* ルート */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap" rel="stylesheet');
:root {
  --color-font: #333;
  --header-color-primary: #4AA1BC;
  --color-background: #FDFFEF;
  --footer-background: #FDFFEF;
  --ff01: "Noto Sans JP", sans-serif;
  --ff02: "Oswald", sans-serif;
	 --ff03: "Lato", sans-serif;
  --footer-color-primary: #fff;
  --footer-color-font: #fff;
}

/* 書き変え系 */
.pseudo-relative,
.post .pseudo-relative {
  position: relative;
  z-index: 0;
}
.column02 {
  width: 48%;
}
.jc_flex-end {
  justify-content: flex-end;
}
.flex-end {
  align-items: flex-end;
}
.flex-start {
  align-items: flex-start;
}
@media print, screen and (max-width: 959px) {
  #footer {
    text-align: left;
  }
}
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
  padding-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .page-id-21 footer#footer {
    padding-top: 1rem;
  }
}

/* SP用フッター */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail a {
  background: #002A3F;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.icon {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.menu_name {
  color: #fff;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
  color: #6896d9;
}

#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
  color: #6896d9;
}
/* FOOTER */
footer#footer {
  padding-top: 0;
}
/* コピーライト */
#copyright {
  margin: var(--px12) auto 0;
}
/* 投稿 リスト */
.postlist li:first-child {
  border-top: none;
  border-top: 1px dashed #cccccc;
}
.postlist li {
  border-bottom: 1px dashed #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
/* .post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
  font-family: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  line-height: unset;
  color: unset;
} */
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: #3a75bb;
  display: block;
  /* border-radius: 5px; */
}
.post_link,
.post2b_link,
.post4b_link {
  color: #969696;
}
.post_link a,
.post2b_link a,
.post4b_link a {
  color: #969696;
}
/* それ以外 */
@media print, screen and (max-width: 768px) {
  a.column02 {
    width: 48%;
    display: block;
  }
  .column02 {
    width: 48%;
  }
}
@media print, screen and (max-width: 768px) {
  .column02 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02:last-child {
    margin-bottom: 0;
  }
}
.column02-w50 {
  width: 50%;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .column02-w50 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column02-w50:last-child {
    margin-bottom: 0;
  }
}
.column03 {
  width: 32%;
}

a.column03 {
  width: 32%;
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
  a.column03 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column03:last-child {
    margin-bottom: 0;
  }
}
.column03-full {
  width: calc(100% / 3);
}
@media print, screen and (max-width: 1024px) {
  .column03-full {
    width: 50%;
  }
}
@media print, screen and (max-width: 768px) {
  .column03-full {
    width: 100%;
  }
}
.column03-flex1 {
  flex: 1;
}

@media print, screen and (max-width: 768px) {
  .column03-flex1 {
    width: 100%;
  }
}
.column04 {
  width: 24%;
}
@media print, screen and (max-width: 1024px) {
  .column04 {
    width: 48%;
    margin-bottom: 2vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column04 {
    width: 100%;
    margin-bottom: 15px;
  }
  .column04:last-child {
    margin-bottom: 0;
  }
}

.relative {
  position: relative;
  z-index: 100;
}
.mx-auto {
  margin: 0 auto;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.margin0 {
  margin: 0;
}
.absolute-area-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.absolute-area-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 5%;
}
.absolute-area-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.max_contents {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg-img {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.jc_around {
  justify-content: space-around;
}
span.privacy {
  color: #0d56ab;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexbox {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.w100 {
  width: 100%;
}
.top-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.lower-content {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1100 {
  width: 95%;
}
.max_w1200 {
  max-width: 1200px;
  width: 90%;
}
.max_w1280 {
  max-width: 1280px;
  width: 90%;
}
/* 書き変え・お助け系 */
/* 親テーマ .news pのborder-bottomを打ち消す*/

p.time.cat-news.first {
  border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
  border-bottom: none;
}
a#scrollUp {
  background: #2e559d;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
  background: #d24238;
}
#header a.head_btn.mail_btn:hover {
  background: #d24238;
  opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
  display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
  background: #012B3F;
}
.linkBtn:hover,
.post .linkBtn:hover {
  background: #012B3F;
  opacity: 0.7;
}
/* 代替案 検討中 */
body:not(.home) #content.wide {
  padding: 3% 0 8% 0;
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
  padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
  padding: 20px 0;
}
/* --- */
/* h2の下線を消す */
.post h2::after {
  display: none;
}
/* プラポリのためにmarginは消さない */
.post h4 {
  padding: 0;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
  background: #f73737;
}
table.responsive th {
  background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
  border-width: 0px;
}
table.responsive th {
  border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
  border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
  display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
  a.column03 {
    width: 100%;
    margin-bottom: 15px;
  }
  .sp_block {
    display: block;
  }
  /* 最新	 */
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    margin-bottom: 0;
  }
  .sp_flex,
  .post .sp_flex {
    display: flex;
  }

  .sp_w90,
  .post .sp_w90 {
    width: 90%;
    margin: 0 auto;
  }
  .sp_mx-auto,
  .post .sp_mx-auto {
    margin: 0 auto;
  }
  .sp_txt_l,
  .post .sp_txt_l {
    text-align: left;
  }
  .sp_txt_c,
  .post .sp_txt_c {
    text-align: center;
  }

  .sp_txt_r,
  .post .sp_txt_r {
    text-align: right;
  }

  /* ヘッダー */
  .mobile #header {
    background: #fff;
  }
  .spmenu #menu p {
    color: #012B3F;
    width: 100%;
  }
  .spmenu #menu span,
  .spmenu #menu span:before,
  .spmenu #menu span:after {
    background: #012B3F;
  }
  div#wpadminbar {
    display: none;
  }
}

.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mr4 {
  margin-right: 4rem !important;
}
.mr5 {
  margin-right: 5rem !important;
}
.mr6 {
  margin-right: 6rem !important;
}
.mr7 {
  margin-right: 7rem !important;
}
.mr8 {
  margin-right: 8rem !important;
}
.mr9 {
  margin-right: 9rem !important;
}
.mr10 {
  margin-right: 10rem !important;
}
.mr15 {
  margin-right: 15rem !important;
}
.mr16 {
  margin-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .mr1 {
    margin-right: 0.5rem !important;
  }
  .mr2 {
    margin-right: 1rem !important;
  }
  .mr3 {
    margin-right: 1.5rem !important;
  }
  .mr4 {
    margin-right: 2rem !important;
  }
  .mr5 {
    margin-right: 2.5rem !important;
  }
  .mr6 {
    margin-right: 3rem !important;
  }
  .mr7 {
    margin-right: 3.5rem !important;
  }
  .mr8 {
    margin-right: 4rem !important;
  }
  .mr9 {
    margin-right: 4.5rem !important;
  }
  .mr10 {
    margin-right: 5rem !important;
  }
  .mr15 {
    margin-right: 7.5rem !important;
  }
  .mr16 {
    margin-right: 8rem !important;
  }
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.ml3 {
  margin-left: 3rem !important;
}
.ml4 {
  margin-left: 4rem !important;
}
.ml5 {
  margin-left: 5rem !important;
}
.ml6 {
  margin-left: 6rem !important;
}
.ml7 {
  margin-left: 7rem !important;
}
.ml8 {
  margin-left: 8rem !important;
}
.ml9 {
  margin-left: 9rem !important;
}
.ml10 {
  margin-left: 10rem !important;
}
.ml15 {
  margin-left: 15rem !important;
}
.ml16 {
  margin-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .ml1 {
    margin-left: 0.5rem !important;
  }
  .ml2 {
    margin-left: 1rem !important;
  }
  .ml3 {
    margin-left: 1.5rem !important;
  }
  .ml4 {
    margin-left: 2rem !important;
  }
  .ml5 {
    margin-left: 2.5rem !important;
  }
  .ml6 {
    margin-left: 3rem !important;
  }
  .ml7 {
    margin-left: 3.5rem !important;
  }
  .ml8 {
    margin-left: 4rem !important;
  }
  .ml9 {
    margin-left: 4.5rem !important;
  }
  .ml10 {
    margin-left: 5rem !important;
  }
  .ml15 {
    margin-left: 7.5rem !important;
  }
  .ml16 {
    margin-left: 8rem !important;
  }
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pr2 {
  padding-right: 2rem !important;
}
.pr3 {
  padding-right: 3rem !important;
}
.pr4 {
  padding-right: 4rem !important;
}
.pr5 {
  padding-right: 5rem !important;
}
.pr6 {
  padding-right: 6rem !important;
}
.pr7 {
  padding-right: 7rem !important;
}
.pr8 {
  padding-right: 8rem !important;
}
.pr9 {
  padding-right: 9rem !important;
}
.pr10 {
  padding-right: 10rem !important;
}
.pr15 {
  padding-right: 15rem !important;
}
.pr16 {
  padding-right: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pr1 {
    padding-right: 0.5rem !important;
  }
  .pr2 {
    padding-right: 1rem !important;
  }
  .pr3 {
    padding-right: 1.5rem !important;
  }
  .pr4 {
    padding-right: 2rem !important;
  }
  .pr5 {
    padding-right: 2.5rem !important;
  }
  .pr6 {
    padding-right: 3rem !important;
  }
  .pr7 {
    padding-right: 3.5rem !important;
  }
  .pr8 {
    padding-right: 4rem !important;
  }
  .pr9 {
    padding-right: 4.5rem !important;
  }
  .pr10 {
    padding-right: 5rem !important;
  }
  .pr15 {
    padding-right: 7.5rem !important;
  }
  .pr16 {
    padding-right: 8rem !important;
  }
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pl2 {
  padding-left: 2rem !important;
}
.pl3 {
  padding-left: 3rem !important;
}
.pl4 {
  padding-left: 4rem !important;
}
.pl5 {
  padding-left: 5rem !important;
}
.pl6 {
  padding-left: 6rem !important;
}
.pl7 {
  padding-left: 7rem !important;
}
.pl8 {
  padding-left: 8rem !important;
}
.pl9 {
  padding-left: 9rem !important;
}
.pl10 {
  padding-left: 10rem !important;
}
.pl15 {
  padding-left: 15rem !important;
}
.pl16 {
  padding-left: 16rem !important;
}
@media screen and (max-width: 768px) {
  .pl1 {
    padding-left: 0.5rem !important;
  }
  .pl2 {
    padding-left: 1rem !important;
  }
  .pl3 {
    padding-left: 1.5rem !important;
  }
  .pl4 {
    padding-left: 2rem !important;
  }
  .pl5 {
    padding-left: 2.5rem !important;
  }
  .pl6 {
    padding-left: 3rem !important;
  }
  .pl7 {
    padding-left: 3.5rem !important;
  }
  .pl8 {
    padding-left: 4rem !important;
  }
  .pl9 {
    padding-left: 4.5rem !important;
  }
  .pl10 {
    padding-left: 5rem !important;
  }
  .pl15 {
    padding-left: 7.5rem !important;
  }
  .pl16 {
    padding-left: 8rem !important;
  }
}
.block,
.post .block {
  display: block;
}
.inline,
.post .inline {
  display: inline;
}
.inline-block,
.post .inline-block {
  display: inline-block;
}
/* 投稿のショートコードのタイトルのh2が.post h2に負けないようにする */
h2.cat-loop {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 500;
  font-family: var(--ff01);
  color: #333333;
  line-height: unset;
  letter-spacing: 0;
}

/* h1～h3 */
.post h1 {
  font-size: clamp(28px, 2.1vw, 40px);
  line-height: 1.48;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #bcb8b2;
}
.post h2 {
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.19;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #523f25;
  padding: 0;
  margin: 0;
}
.post h3 {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.46;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #523f25;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
/* フォントサイズ・行間 */
.font60-line-height89, .post .font60-line-height89 {
  font-size: clamp(26px, 3.2vw, 60px);
  line-height: 1.48;
}

.font30-line-height44, .post .font30-line-height44 {
  font-size: clamp(15px, 1.6vw, 30px);
  line-height: 1.47;
}

.font22-line-height32, .post .font22-line-height32 {
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.45;
}

.font24-line-height35, .post .font24-line-height35 {
  font-size: clamp(16px, 1.3vw, 24px);
  line-height: 1.46;
}

.font16-line-height24, .post .font16-line-height24 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.5;
}

.font14-line-height20, .post .font14-line-height20 {
  font-size: clamp(14px, 0.8vw, 14px);
  line-height: 1.43;
}

.font16-line-height27, .post .font16-line-height27 {
  font-size: clamp(16px, 0.9vw, 16px);
  line-height: 1.69;
}

.font18-line-height27, .post .font18-line-height27 {
  font-size: clamp(16px, 1.0vw, 18px);
  line-height: 1.5;
}

/* letter-spacing */
.letters30, .post .letters30 {
  letter-spacing: 0.030em;
}

/* font-family */
.oswald, .post .oswald {
  font-family: "Oswald", sans-serif;
}

.noto-sans-jp, .post .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

/* font-weight */
.fw400, .post .fw400 {
  font-weight: 400;
}

.fw500, .post .fw500 {
  font-weight: 500;
}

.fw700, .post .fw700 {
  font-weight: 700;
}

/* color */
.blue, .post .blue {
  color: #002A3F;
}

.gray, .post .gray {
  color: #898989;
}

.white, .post .white {
  color: #ffffff;
}

/* イレギュラー */
.inline, .post .inline {
}

.text-decoration_underline, .post .text-decoration_underline {text-decoration: underline;}

.bg-blue, .post .bg-blue {background: #012B3F;/* border-radius: 5px; */padding: 10px;}

.border-left, .post .border-left {
}
.categroy-container {
    display: flex;
}

span.category-item01 {
    text-align: center;
    background: #002A3F;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    width: 30%;
    font-family: var(--ff02);
    padding: 10px;
    border-radius: 10px 0 0 0;
}

span.category-item02 {
    background: #fff;
    /* display: block; */
    width: 70%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #002A3F;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 10px 0 0;
}

.bg-white {
    background: #fff;
}
span.category-item01 span {
    display: block;
    font-size: 11px;
	font-family: var(--ff01);
}

.pd01 {
    padding: 5%;
    padding-bottom: 8%;
    border-radius: 0 0 10px 10px;
}
.gap10px {
    gap: 10px;
}
.btn-item {
    max-width: 240px;
    width: 100%;
}
.btn-item a {
	    position: relative;
	    display: block;
	    background: #002A3F;
	    color: #fff;
	    font-size: 14px;
	    font-weight: bold;
	    padding: 17px 0;
	    margin: 0 auto;
	    text-decoration: none;
	    transition: 0.3s;
	    font-family: var(--ff01);
	    text-align: center;
}
.btn-item a:hover {
 	background: #fff;/*背景の色*/
 	color: #002A3F;/*文字と枠の色*/
 	outline: 1px solid;
}
.bg-img.bg-top-point {
    background-image: url(https://sunny-lake.com/wp-content/uploads/bg-point.png);
}

.bg-img.bg-top-point::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002A3F;
    opacity: 0.31;
    z-index: 10;
}
.br10px-top img {
    border-radius: 10px 10px 0 0;
}
.column02-inner {
    max-width: 528px;
    margin-left: auto;
    width: 90%;
}

.pd02 {
    padding-top: 15rem;
    padding-bottom: 11rem;
}
.bg-img.bg-top-spot {
    background-image: url(https://sunny-lake.com/wp-content/uploads/bg-top-spot.png);
}

.bg-img.bg-top-spot::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002A3F;
    opacity: 0.70;
    z-index: 10;
}
.btn-item02 {
  max-width: 350px;
  width: 100%;
}

.btn-item02 a {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ff01);
  border-radius: 5px;
  /* border: 1px solid; */
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #01BD00;
}
.btn-item02 a::before {
  /* content: "\f3c0"; */
  /* position: absolute; */
  /* left: 60px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  transition: 0.2s;
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 2em;
}
.btn-item02.form a {
    background: #012B3F;
}

.btn-item02.form a::before {
    /* content: "\f073"; */
}

.btn-item02 a span span {
    font-size: 12px;
    display: block;
    text-align: center;
}

.btn-item02.tel a {
    background: #4AA1BC;
    font-size: 26px;
    font-family: var(--ff03);
}

.btn-item02.tel a::before {
    content: "\f095";
    font-size: 1em;
}
.btn-item02 a:hover {
    opacity: .7;
}
footer#footer {
    background: #00406A;
}

div#copyright {
    background: #00406A;
}

.comon_footer {
    margin-bottom: 2rem;
    background: #FDFFEF;
}
/* レンタカー・料金プラン */
.post .table-item02 table {
    margin-top: 0;
}
.table-item {
    overflow-x: auto;
    white-space: nowrap;
}

.table-item table {
    width: 100%;
    min-width: 1000px; /* 必要に応じて調整 */
    border-collapse: collapse;
}

.table-item tr {
    flex-wrap: nowrap;
    width: 100%;
}

.table-item tr td {/*     flex: 1;いらないかも？ */font-size: 15px;font-weight: 500;color: #002A3F;padding: 2px 3%;vertical-align: middle;border-bottom: 1px solid #C6C6C6;line-height: 2;text-align: center;}

.table-item td.cell_01 {
    width: calc(80%/6);
    text-align: center !important;
    background: #F4F4F4;
    border-left: 1px solid #C6C6C6;
}

.table-item td.cell_02 {
    width: 3% !important;
    border-right: 1px solid #C6C6C6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-item tr.head td {
    border-top: 1px solid #C6C6C6;
    font-weight: 700;
}

@media print, screen and (max-width: 768px) {
    
    .table-item table {
        min-width: 800px;
    }
}

.border-left, .post .border-left {
    border-left: 10px solid #012B3F;
}

.pd03 {
    padding: 3rem;
}

.table-item td.cell_02.width {
    width: 37% !important;
}
.table-item td.cell_01.width {
    background: #fff;
    width: 30%;
    text-align: left !important;
    /* font-size: 16px; */
}

.table-item td.cell_01.width.gray {
    background: #F4F4F4;
}
.table-item td.cell_02.ex {
    width: 60% !important;
}
#thumbImg::before, header#h1Header::before {
    background: #002A3F;
    opacity: .52;
}
.table-item td.cell_02.option {
    width: calc(80%/5) !important;
}

.table-item td.cell_01.width.option {
    width: 20% !important;
    color: #002A3F;
    font-weight: 700;
    text-align: center !important;
}

.table-item td.cell_02.ex.medium {
    font-weight: 500;
}
td.cell_01.width.txt_l {
    text-align: left !important;
}
.table-item.info td.cell_01 {
    width: 30% !IMPORTANT;
    text-align: left !important;
    font-weight: 500;
}

.table-item.info td.cell_02 {
    width: 70% !important;
    text-align: left;
    font-weight: 500;
}
a.map-link.block {
    font-size: 16px;
    font-weight: 700;
    color: #002A3F;
    letter-spacing: 0.03em;
}

a.map-link.block span {
    text-decoration: underline;
}

a.map-link.block:hover {
    opacity: .5;
}
.fixed {
    position: fixed;
    right: 2vw;
    bottom: 4vw;
    display: flex;
    min-height: 82px;
    z-index: 100;
    width: clamp(200px, 12vw, 223px);
    flex-direction: column-reverse;
    z-index: 9999;
}
span.tel_number {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-size: clamp(20px, 1.4vw, 26px);
    font-weight: 900;
    text-align: center;
    color: #fff;
    font-family: var(--ff03);
}

span.tel_number::before {
      content: '\f095';
      font-family: 'FontAwesome';
      color: #fff;
      /* background-color: #000; */
      font-size: 1em;
      /* padding: 10px; */
      border-radius: 50%;
      margin-right: 10px;
      line-height: 1;
}

span.reception_time {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

#header ul.header__contact li:first-child { 
    display: flex;
    align-items: center;
    justify-content: center;
  transition: .3s;
}

#header ul.header__contact li:first-child:hover {
    opacity: 0.7;
}
.table-item td.cell_01.irregular {
    padding: 0;
}
div#sec01 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec02 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec03 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec04 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec05 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec06 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec07 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
div#sec08 {
    padding-top: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
    margin-top: calc(-1 * clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px));
  }
.table-item02 tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
    color: #002A3F;
}

.table-item02 td.cell_01 {
    width: 25%;
    /* text-align: center; */
    background: #E0E0E0;
    border-left: 1px solid #C6C6C6;
}
.table-item02 td.cell_02 {
    border-right: 1px solid #C6C6C6;
}
.table-item02 tr.head td {
  border-top: 1px solid #C6C6C6;
}

@media print, screen and (min-width: 769px) {

}
@media print, screen and (max-width: 768px) {
.table-item02 tr td {
    display: block;
    width: 100% !important;
}


  
  .table-item02 td.cell_01 {
    text-align: center;
}
  .table-item02 tr td {
    padding: 15px 3%;
}
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
}
@media print, screen and (min-width: 1024px) {
	#header .logo img {
    max-width: 304px;
    width: 100%;
    max-height: 70px;
}
	nav#mainNav ul li a {
    padding-right: 1.5vw;
    padding-left: 1.5vw;
}
	nav#mainNav ul li a:active, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a {
    background: transparent;
}
	.sticky-header #header-layout {height: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);}

nav#mainNav ul li a b {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    font-size: clamp(12px, 1vw, 18px);
}

#header a.head_btn.mail_btn.line {
    background: #01BD00;
    font-size: clamp(12px, 1vw, 18px);
    margin-left: 1vw;
}

#header a.head_btn.mail_btn.line:hover {
    background: #01BD00;
    opacity: .7;
}

#header a.head_btn.mail_btn.form {
    background: #012B3F;
    font-size: clamp(12px, 1vw, 18px);
    padding: 0 2vw;
}

#header a.head_btn.mail_btn.form:hover {
    background: #012B3F;
    opacity: .7;
}

#header a.head_btn.mail_btn.line::before {
    content: unset;
}

span.icon {
    display: block;
    text-align: center;
}

#header a.head_btn.mail_btn.form::before {
    content: unset;
    font-size: 2em;
    /* margin-bottom: 20px; */
}

span.form-icon {
    display: block;
    text-align: center;
}

a.head_btn_tel {
    background: #4AA1BC;
    display: block;
    height: 100%;
    text-align: center;
    padding: 0 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.intro {
    font-size: clamp(12px, 1vw, 16px);
    color: #fff;
    text-align: center;
    font-weight: 700;
}

ul.header__contact li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.head_btn_tel:hover {
    opacity: .7;
}
	header#header {
    height: clamp(80px, calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))), 100px);
}


}
@media print, screen and (max-width: 1024px) {
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
	.table-item td.cell_01.width {
    padding-left: 10px;
}
  .mobile header#h1Header {
    height: 150px;
  }
  a.column02 {
    width: 100%;
  }
  .sp_flex_mb {
    margin-bottom: 15px !important;
  }
  /* 	 */
	.sppd03 {
    padding: 2rem;
}
	.btn-item02 {
    margin: 0 auto;
}
	.fixed {
    display: none;
}

.img-area img {
    height: 150px;
}

.column02-inner {
    max-width: unset;
    margin: 0 auto;
}

.pd02 {
    padding: 5rem 0 5rem 0;
}

a.column04 {
    width: 40%;
}

.gap10px.ex {
    gap: 30px;
    colum-gap: 0px !important;
}

.absolute-area-center {
    position: unset;
}

.sppd {
    padding: 5%;
}

.btn-item02 a {
    height: unset;
}

.normal a.column04 {
    width: 100%;
}
	.table-item tr td {
    padding: 0;
}
	.border-left, .post .border-left {
    border-left: 5px solid;
}
	.table-item.info td.cell_01 {
    padding: 1%;
}

.table-item.info td.cell_02 {
    padding: 1%;
}
	.bg-blue, .post .bg-blue {
    padding: 2%;
}
}

@media (min-width: 810px) and (max-width: 1024px) {
  /* iPad横だけを狙い撃ち */
	.sticky-header #header > .inner{
		background: #f2f0ed;
	}
	#header-layout {
    display: block;
}

nav#mainNav {
    background: #f2f0ed;
}
	.sticky-header nav#mainNav{
		background: #f2f0ed;
	}

nav#mainNav ul, #header .header__nav-contact {
    justify-content: center;
}
	.spmenu {
    display: none;
}
}
