@charset "utf-8";
/* CSS Document */
.topTxtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topTxtBox .topTxt1 {
  width: 15em;
  margin: 40px auto;
  padding: 20px 20px;
  font-size: 3.25em;
  font-weight: 900;
  text-align: center;
  letter-spacing: .01em;
  color: white;
  background-color: rgba(255, 147, 30, .7);
  display: block;
}
.topTxtBox .topTxt2 {
  width: 11em;
  margin: 40px auto;
  padding: 20px 20px;
  font-size: 3.25em;
  font-weight: 900;
  text-align: center;
  letter-spacing: .01em;
  color: white;
  background-color: rgba(255, 147, 30, .7);
  display: block;
}
.intro {
  width: 100%;
  padding: 30px 20px 40px 20px;
  background-color: #FFFCEE;
}
.introInner {
  width: min(970px, 98%);
  margin: 0 auto;
}
.intro_Ttl {
  margin-bottom: 35px;
  font-size: 2em;
  line-height: 1.6;
  font-weight: 900;
  color: #FF931E;
  text-align: center;
}
.intro_Txt {
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 1.6;
}
.contWrap2 {
  width: min(1000px, 95%);
  margin: 50px auto 80px;
}
.contWrap3 {
  width: min(1100px, 100%);
  margin: 0 auto 0;
  padding: 50px 0 50px;
}
.contWrap2 h2, .contWrap3 h2 {
  width: fit-content;
  margin: 0 auto 70px auto;
  padding: 0 20px 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
  background-image: url("../img/h2-line8.png");
  background-repeat: repeat-x;
  background-position: center bottom;
}
.serviceBox {
  padding: 0 10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_item {
  width: 30%;
  padding: 0 40px 0 0;
  /*	border-right:1px solid #9A9A9A;*/
  position: relative;
}
.service_item::after {
  content: "";
  display: block;
  height: 120px;
  border-right: 1px solid #9A9A9A;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.service_item3 {
  width: 31%;
  padding: 0 0 0 0;
}
.service_item p:nth-child(1 of p), .service_item3 p:nth-child(1 of p), .service_item6 p:nth-child(1 of p) {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  color: #FF931E;
}
.service_item p:nth-child(2 of p), .service_item3 p:nth-child(2 of p), .service_item6 p:nth-child(2 of p) {
  font-size: 1.1em;
  line-height: 1.4;
}
.service_item4 {
  margin: 60px auto 0;
  padding: 20px 20px 20px 10px;
  background-color: #FFFCF3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 30px
}
.item4_Ttl {
  width: 200px;
  padding: 5px 10px 0;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  color: #FF931E;
}
.item4_img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  text-align: center;
}
.item4_Txt {
  width: calc(100% - 200px);
  font-size: 1.1em;
  line-height: 1.4;
}
.item4_img-sp {
  display: none;
}
.item4_Txt span {
  background: linear-gradient(transparent 80%, #F498A9 25%);
}
.sliderArea {
  width: 100%;
	margin: -40px 0 0;
  padding: 20px 0 30px;
  background-color: #FCE8E5;
}
.sliderArea p {
  font-size: 2.1em;
  font-weight: 900;
  color: #F2879B;
  letter-spacing: 0.1em;
  text-align: center;
}
.slider {
  width: min(1500px, 95%);
  margin: 20px auto 0;
}
.slider li {
  margin: 0 2px;
}
.slider img {
  width: 100%;
  height: auto;
}
.stay_cost {
  width: 90%;
  margin: 0 auto 50px;
}
.stay_cost-item {
  width: 100%;
  margin: 0 auto 15px;
}
.stay_cost-item th {
  width: 20%;
  background-color: floralwhite;
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 1.1em;
}
.stay_cost-item td {
  text-align: center;
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 1.1em;
}
.stay_cost p:nth-child(1 of p) {
  margin-bottom: 15px;
  font-size: 1.05em;
  text-align: center;
}
.stay_cost .kome {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0 1em;
  font-size: 1em;
  text-align: left;
  line-height: 1.4;
  text-indent: -1em;
}
.other_cost {
	width: 80%;
	margin: 0 auto;
  display: flex;
  justify-content:space-around;
	gap:80px;
}
.other_cost_itme1 {
  width: 40%;
}
.other_cost_itme1 table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #ddd;
  font-size: 1.1em;
}
.other_cost_itme1 table:last-child {
  margin: 0 auto 0;
}
.other_cost_itme1 table th {
  padding: .75em;
  border-bottom: 1px solid #ddd;
}
.other_cost_itme1 table td {
  padding: .5em;
  border: 1px solid #ddd;
  text-align: center;
}
.other_cost_itme1 table td:first-child {
  width: 30%;
}
.other_cost_itme1 img {
  width: 40px;
  height: auto;
  margin: 10px auto 7px;
}
.other_cost_itme2 {
  width: 60%;
}
.other_cost_itme2 .item_Ttl {
  font-size: 1.1em;
}
.other_cost_itme2 .table1 {
  width: 50%;
  margin: 10px auto 10px 1em;
  border: 1px solid #ddd;
  font-size: 1.1em;
}
.other_cost_itme2 .table1 td {
  padding: .75em;
  border: 1px solid #ddd;
  text-align: center;
}
.other_cost_itme2 .kome {
	width: 15em;
  margin: 0 0 50px 1em;
	padding-left:1em;
	font-size: .9em;
	line-height: 1.2;
	text-indent: -1em;
}
.other_cost_itme2 .table2 {
  margin: 20px auto 10px 0;
  border: 1px solid #ddd;
  font-size: 1.1em;
}
.other_cost_itme2 .table2 {
  margin: 10px auto 10px 1em;
  border: 1px solid #ddd;
  font-size: 1.1em;
}
.other_cost_itme2 .table2 th {
  padding: .75em; 
  border-bottom: 1px solid #ddd;
}
.other_cost_itme2 .table2 td {
  padding: .75em .5em;
  border: 1px solid #ddd;
  text-align: center;
}
.supportArea {
  margin: 0 0 70px;
  padding: 50px 0 30px;
  background: rgb(252, 232, 210);
  background: linear-gradient(0deg, rgba(252, 232, 210, 1) 0%, rgba(255, 241, 215, 1) 27%, rgba(255, 252, 217, 1) 100%);
}
.supportWrap {
  width: min(900px, 90%);
  margin: 0 auto;
}
.supportBox {
  width: 100%;
  margin: 0 auto;
  padding: 25px 25px 20px;
  border: 3px solid #EC6D65;
  background-color: white;
}
.supportName {
  width: fit-content;
  margin: 0 auto 20px;
  display: flex;
}
.support_Ttl {
  margin: 0 0 0 20px;
  text-align: center;
}
.support_Ttl1 {
  margin: 0 0 0 0;
  padding: .35em .75em .4em .75em;
  font-size: 2em;
  font-weight: 900;
  color: white;
  background-color: #EC6D65;
  display: block;
  border-radius: 50px;
}
.support_Ttl2 {
  padding: .25em;
  font-size: 2.6em;
  font-weight: 900;
  color: #EC6D65;
  display: block;
}
.support_Txt {
  width: 92%;
  margin: 0 auto;
  font-size: 1.15em;
  line-height: 1.6;
  letter-spacing: .03em;
}
.support_Txt2 {
  width: 85%;
  margin: 10px auto;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: .03em;
}
.support_detail {
  width: 90%;
  margin: 0 auto;
}
.support_detail_Ttl {
  width: fit-content;
  height: 45px;
  margin: 30px 0 16px 0;
  padding: 13px 15px 0 45px;
  background-image: url(../img_day/11.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 43px;
  font-size: 1.4em;
  font-weight: 700;
}
.support_detail_Txt {
  margin: 0 0 0 45px;
  font-size: 1.05em;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
.topTxtBox .topTxt1 {
  width: 15em;
  margin: 40px auto;
  padding: 20px 20px;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  letter-spacing: .01em;
  color: white;
  background-color: rgba(255, 147, 30, .7);
  display: block;
}
.topTxtBox .topTxt2 {
  width: 11em;
  margin: 40px auto;
  padding: 20px 20px;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  letter-spacing: .01em;
  color: white;
  background-color: rgba(255, 147, 30, .7);
  display: block;
}
  .intro_Ttl {
    margin-bottom: 35px;
    font-size: 1.8em;
    font-weight: 900;
    color: #FF931E;
    text-align: center;
  }
  .serviceBox {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service_item {
    width: 32%;
    padding: 0 30px 0 10px;
    position: relative;
  }
}
@media screen and (max-width:834px) {
.topTxtBox .topTxt1 {
  width: 15em;
  margin: 40px auto;
  padding: 20px 20px;
  font-size: 1.8em;
  font-weight: 900;
  text-align: center;
  letter-spacing: .01em;
  color: white;
  background-color: rgba(255, 147, 30, .7);
  display: block;
}
.topTxtBox .topTxt2 {
  width: 12em;
  margin: 40px auto;
  padding: 20px 20px;
  font-size: 1.8em;
  font-weight: 900;
  text-align: center;
  letter-spacing: .01em;
  color: white;
  background-color: rgba(255, 147, 30, .7);
  display: block;
}
  .intro_Ttl {
    margin-bottom: 35px;
    font-size: 1.45em;
    line-height: 1.6;
    font-weight: 900;
    color: #FF931E;
    text-align: center;
  }
  .intro_Txt {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.6;
  }
  .contWrap2 h2, .contWrap3 h2 {
    width: fit-content;
    margin: 0 auto 70px auto;
    padding: 0 20px 12px;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .1em;
    text-align: center;
    background-image: url("../img/h2-line8.png");
    background-repeat: repeat-x;
    background-position: center bottom;
  }
  .serviceBox {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service_item {
    width: 33%;
    padding: 0 10px 0 5px;
    position: relative;
  }
  .service_item p:nth-child(1 of p), .service_item3 p:nth-child(1 of p), .service_item6 p:nth-child(1 of p) {
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    color: #FF931E;
  }
  .service_item p:nth-child(2 of p), .service_item3 p:nth-child(2 of p), .service_item6 p:nth-child(2 of p) {
    font-size: 1em;
    line-height: 1.4;
  }
  .service_item4 {
    margin: 60px auto 0;
    padding: 15px 20px 15px 10px;
    background-color: #FFFCF3;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    gap: 30px
  }
  .item4_Ttl {
    width: 200px;
    padding: 10px 10px 0;
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    color: #FF931E;
  }
  .item4_img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
  }
  .item4_Txt {
    width: calc(100% - 200px);
    font-size: 1em;
    line-height: 1.4;
  }
  .sliderArea {
    width: 100%;
	margin: -30px 0 0;
    padding: 13px 0 9px;
    background-color: #FCE8E5;
  }
  .sliderArea p {
    font-size: 1.7em;
    font-weight: 900;
    color: #F2879B;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .stay_cost {
    width: min(900px, 95%);
    margin: 0 auto 50px;
  }
  .stay_cost-item th {
    width: 20%;
    background-color: floralwhite;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 1em;
  }
  .stay_cost-item td {
    text-align: center;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 1em;
  }
  .stay_cost p:nth-child(1 of p) {
    margin-bottom: 15px;
    font-size: 1em;
    text-align: center;
  }
  .stay_cost .kome {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 0 1em;
    font-size: .9em;
    text-align: left;
    line-height: 1.4;
    text-indent: -1em;
  }
.other_cost {
	width: 95%;
	margin: 0 auto;
  display: flex;
  justify-content:space-around;
	gap:50px;
}
.other_cost_itme1 table {
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #ddd;
  font-size: 1em;
}
.other_cost_itme2 .item_Ttl {
  font-size: 1em;
}
.other_cost_itme2 .table1 {
  width: 50%;
  margin: 10px auto 10px 1em;
  border: 1px solid #ddd;
  font-size: 1em;
}
.other_cost_itme2 .table1 th {
	width: 3.5em;
  padding: .5em; 
  border-bottom: 1px solid #ddd;
}	
.other_cost_itme2 .table2 {
  margin: 20px auto 10px 0;
  border: 1px solid #ddd;
  font-size: 1em;
}
.other_cost_itme2 .table2 {
  margin: 10px auto 10px 1em;
  border: 1px solid #ddd;
  font-size: 1em;
}
.other_cost_itme2 .table2 th {
	width: 3.5em;
  padding: .5em; 
  border-bottom: 1px solid #ddd;
}
  .supportArea {
    margin: 0 0 60px;
    padding: 50px 0;
    background: rgb(252, 232, 210);
    background: linear-gradient(0deg, rgba(252, 232, 210, 1) 0%, rgba(255, 241, 215, 1) 27%, rgba(255, 252, 217, 1) 100%);
  }
  .supportBox {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px 20px;
    border: 3px solid #EC6D65;
    background-color: white;
  }
  .supportName img {
    width: 18%;
    height: 18%;
  }
  .support_Ttl1 {
    margin: 0 0 0 0;
    padding: .35em .75em .4em .75em;
    font-size: 1.8em;
    font-weight: 900;
    color: white;
    background-color: #EC6D65;
    display: block;
    border-radius: 50px;
  }
  .support_Ttl2 {
    padding: .25em;
    font-size: 2.3em;
    font-weight: 900;
    color: #EC6D65;
    display: block;
  }
  .support_Txt {
    width: 96%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.6;
    letter-spacing: .02em;
  }
  .support_Txt2 {
    width: 90%;
    margin: 10px auto;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .02em;
  }
}
@media screen and (max-width:480px) {
.topTxtBox {
	width: 95%;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .topTxtBox .topTxt1 {
    width: 14em;
    margin: 20px auto;
    padding: 10px 10px;
    font-size: 1.3em;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0;
    color: white;
    background-color: rgba(255, 147, 30, .7);
    display: block;
  }
  .topTxtBox .topTxt2 {
    width: 11em;
    margin: 20px auto;
    padding: 10px 10px;
    font-size: 1.7em;
    font-weight: 900;
    text-align: center;
    letter-spacing: .01em;
    color: white;
    background-color: rgba(255, 147, 30, .7);
    display: block;
  }
  .intro {
    width: 100%;
    padding: 10px 7px 30px;
    background-color: #FFFCEE;
  }
  .intro_Ttl {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: 900;
    color: #FF931E;
    text-align: left;
  }
  .intro_Txt {
    width: 95%;
    margin: 0 auto;
    font-size: 1.05em;
    line-height: 1.4;
  }
  .contWrap2 {
    width: min(1100px, 100%);
    margin: 40px auto 40px;
  }
  .contWrap3 {
    width: min(1100px, 100%);
    margin: 0 auto 0;
    padding: 40px 0 40px;
  }
  .contWrap2 h2, .contWrap3 h2 {
    width: fit-content;
    margin: 0 auto 40px auto;
    padding: 0 10px 10px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    background-image: url("../img/h2-line8.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 7px;
  }
  .serviceBox {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .service_item, .service_item3 {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 10px 20px 5px;
    position: relative;
  }
  .service_item::after {
    content: "";
    display: block;
    height: 0;
    width: 75%;
    border-bottom: 1px solid #ADADAD;
    box-shadow: 2px 0 5px 1px #848484 inset;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .service_item p:nth-child(1 of p), .service_item3 p:nth-child(1 of p), .service_item6 p:nth-child(1 of p) {
    margin-bottom: 20px;
    font-size: 1.35em;
    font-weight: 700;
    text-align: center;
    color: #FF931E;
  }
  .service_item4 {
    width: 90%;
    margin: 0 auto 0;
    padding: 15px 10px 15px 10px;
    background-color: #FFFCF3;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px
  }
  .item4_Ttl {
    width: 100%;
    padding: 5px 10px 0;
    font-size: 1.35em;
    font-weight: 700;
    text-align: center;
    color: #FF931E;
  }
  .item4_img {
    display: none;
  }
  .item4_img-sp {
    width: 200px;
    height: auto;
    margin: -20px auto 0;
    text-align: center;
    display: block;
  }
  .item4_Txt {
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
  }
  .stay_cost-item {
    width: 95%;
    margin: 0 auto 5px;
    display: flex;
  }
  .stay_cost-item thead {
    width: 45%;
    float: left;
    /*    overflow-x: scroll;
*/ display: initial;
  }
  .stay_cost-item tbody {
    width: 55%;
    /*    overflow-x: auto;
*/ white-space: nowrap;
    display: initial;
  }
  .stay_cost-item th {
    width: 100%;
    border-width: 1px 0px 0px 1px;
    border-color: #dddddd;
    border-style: solid;
    font-size: 1em;
    display: block;
  }
  .stay_cost-item th:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .stay_cost-item thead tr, .stay_cost-item tbody tr {
    display: initial;
    margin: 0;
  }
  .stay_cost-item td {
    width: 100%;
    border-width: 1px 1px 0px 1px;
    border-color: #dddddd;
    border-style: solid;
    font-size: 1em;
    display: block;
  }
  .stay_cost p:nth-child(1 of p) {
    margin: 0 10px 15px 10px;
    font-size: 1em;
    text-align: left;
    line-height: 1.2;
  }
  .stay_cost-item td:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .stay_cost-item p:nth-child(1 of p) {
    margin-bottom: 15px;
    font-size: 1em;
    text-align: center;
  }
  .stay_cost .kome {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 0 1em;
    font-size: .9em;
    text-align: left;
    line-height: 1.4;
    text-indent: -1em;
  }
  .sliderArea {
    width: 100%;
	margin: 0 0 0;
    padding: 13px 0 9px;
    background-color: #FCE8E5;
  }
  .sliderArea p {
    padding: 0 30px;
    font-size: 1.5em;
    font-weight: 900;
    color: #F2879B;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.3;
  }
.slider {
  width: min(1500px, 95%);
  margin: 10px auto 0;
}
  .day-schedule {
    margin: 0;
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(../img_day/isohara_bk.jpg);
    background-color: #F4F9F4;
    background-size: 70% auto;
  }
.other_cost {
	width: 92%;
	margin: 0 auto;
  display: flex;
  justify-content:space-around;
	flex-direction: column;
	gap:50px;
}
.other_cost_itme1 {
  width: 100%;
	margin: 0 auto;
}
.other_cost_itme1 table {
  width: 80%;
  margin: 0 auto 30px auto;
  border: 1px solid #ddd;
  font-size: 1em;
}
.other_cost_itme2 {
  width: 100%;
	}
.other_cost_itme2 .kome {
	width: 80%;
  margin: 0 0 50px 1em;
	padding-left:1em;
	font-size: .9em;
	line-height: 1.2;
	text-indent: -1em;
}
.other_cost_itme2 .item_Ttl {
  font-size: 1em;
	line-height: 1.2;
}	
	.other_cost_itme2 .item_Ttl span{
		margin: 5px 0 5px 1em;
		display: block;
	}
.other_cost_itme2 .table1 th {
	width: 3.25em;
  padding: .25em; 
  border-bottom: 1px solid #ddd;
}
.other_cost_itme2 .table2 th {
	width: 3.25em;
  padding: .25em; 
  border-bottom: 1px solid #ddd;
}
.other_cost_itme2 .table2 td {
  padding: .5em .5em;
  border: 1px solid #ddd;
  text-align: center;
	line-height: 1.3;
}	
  .supportArea {
    margin: 0 0 60px;
    padding: 50px 0 20px;
    background: rgb(252, 232, 210);
    background: linear-gradient(0deg, rgba(252, 232, 210, 1) 0%, rgba(255, 241, 215, 1) 27%, rgba(255, 252, 217, 1) 100%);
  }
  .supportBox {
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px 15px;
    border: 3px solid #EC6D65;
    background-color: white;
  }
  .supportName {
    width: 100%;
    margin: 0 auto 10px;
    display: flex;
    flex-direction: column;
  }
  .supportName img {
    width: 75px;
    height: 75px;
    margin: 0 auto 5px;
  }
  .support_Ttl {
    margin: 0 0 0 0;
    text-align: center;
  }
  .support_Ttl1 {
    margin: 0 auto 0 auto;
    padding: .35em .5em .4em .5em;
    font-size: 1.2em;
    font-weight: 900;
    color: white;
    background-color: #EC6D65;
    display: block;
    border-radius: 50px;
  }
  .support_Ttl2 {
    padding: .25em;
    font-size: 1.8em;
    font-weight: 900;
    color: #EC6D65;
    display: block;
  }
  .support_Txt {
    width: 96%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .02em;
  }
  .support_Txt2 {
    width: 90%;
    margin: 10px auto;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .02em;
  }
}