@charset "utf-8";
@media only screen and (max-width: 480px) {
:root {
  --txt-lead:1.8rem;
  --titleBase-before:3.5rem;
  --titleBase:1.60rem;
  --base-padding:72px 5%;
  --base-paddingLR-base:5%;
  --margin-section-bottom:80px;
}

body {
  font-size:1.35rem;
}

table.base-01 th {
  width: 100%;
  padding:10px 0 3px;
  display: block;
  text-align: left;
  border-top:none;
  border-bottom: none;
}

table.base-01 td {
  width: 100%;
  padding:8px 0 0 0;
  border-top:1px solid #B1B1B1;
  border-bottom:none;
  display: block;
  margin-bottom:7px;
}

.img-fv-catch {
  width:84%;
  margin:auto;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.fv {
  height:64svh;
}


/*
SP text parts ******************/
.titleBase {
  margin-bottom:24px;
}

/*
SP top tour ***********/
.topTour__list {
  grid-template-columns:1fr;
  gap:32px;
}

.topTour:after {
  width:160px;
  height:160px;
  right:5px;
  top:15px;
}

.tourTab {
  flex-direction:column;
  justify-content:center;
  margin-bottom:24px;
  top:62px;
  gap:8px;
  right:5%;
}

.tourTab a {
  padding: 6px 44px;
}

.topTour__loopText {
  top:50px;
}

.loop-txt ul {
  font-size:10rem;
  line-height:10rem;
}

/*
SP top about ***********/
.topAbout__flex {
  flex-direction:column;
  gap:32px;
}

.topAbout__flex .topAbout__flexText {
  width:100%;
}

.topAbout__flex .topAbout__flexImg {
  width:100%;
}

/*
SP top news ***********/
.topNews a.topNews__link {
  display:block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left:0;
}

/*
SP footer ***********/
.footer__inner {
  padding:80px 0 16px;
}

#page-top {
    bottom:30px;
    right:4px;
}

.gallery_loop_main {
    width: 4200px;
    height: 250px;
    background: url(imgs/bg_gallery-main.png) 0px 0px / 900px 250px repeat;
    animation: galleryAni 50s infinite forwards linear;
    opacity: 1;
    transition: opacity .8s ease;
}

/*
SP tour ******************/
.lowerTour__pt {
  padding-top:40px !important
}

.lowerTour__pt .tourTab {
  top:26px;
}

/*
SP tour-detail ***********/

.tourDetail__title {
  font-size:2rem;
}

.tourDetail__headTxt::before {
  width:82px;
  height:82px;
  right:8px;
  bottom:6px;
}

.tourDetail__body1day {
  margin-bottom:48px;
}

.tourDetail__body1day table {
  margin-top:8px;
}

.midashi__1day {
  color:#fff;
  background:var(--color-purple);
  display:block;
  padding:8px 16px;
  font-size:1.8rem;
  margin-bottom:24px;
}


/*
SP news ***********/
.newsMB {
  margin-bottom:56px;
}

.newsTitle h3 {
  font-size:1.8rem;
}

.newsbase-box-padding {
  padding-bottom:24px !important;
}


/*
SP Contact ***********/

input[type="submit"].wpcf7-confirm,
input[type="submit"].wpcf7-submit,
button.wpcf7cp-cfm-submit-btn,
button.wpcf7cp-cfm-edit-btn,
.wpcf7-back { 
  width: 100%;
}

button.wpcf7cp-cfm-submit-btn,
input[type="submit"].wpcf7-submit {
  padding:18px 0 !important;
  font-size:1.7rem;
  margin:18px auto 0;
}

input[type="date"] {
    width:100% !important;
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
    position:relative;
    background-image: url(/wp-content/themes/cleanbox/imgs/icon-cal.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size:1.7rem;
  padding: 20px 8px;
}


select,
input[type="text"].tel-numtxt {
  width:100%;
}

textarea {
  height:150px;
}

.kojin-jyohou-box {
  padding:20px 15px;
  height:120px;
  margin:15px auto 25px;
}















































































/*
SP block --------------------------------------------*/
.i_p_b {display: none !important;}
.i_t_b {display: none !important;}
.i_s_b {display: block !important;}
.i_pt_b {display: none !important;}
.i_ts_b {display: block !important;}
}
