@charset "utf-8";
label.label.privacyLabel {
    font-size: 14px;
}
.privacyDd a {
    color: #333;
    text-decoration: underline;
}

.privacyDd a:hover {
    color: #333;
    text-decoration: none;
}
.txt01 a {
    color: #333;
    text-decoration: underline;
}

.txt01 a:hover {
    color: #333;
    text-decoration: none;
}
.ukAr {
    margin: -100px 0 auto;
    padding: 100px 0 0 0;
}
.privacyformError.parentFormundefined.formError {
    margin-top: -45px!important;
}
.linknone {
    opacity: 0;
    pointer-events: none;
}
.baseTd>.formError {
    left: 15px!important;
}
.iMap {
    width: 100%;
    height: 350px;
}
.inPl {
	position: relative;
}
.iMap>div {
    width: 100%;
    height: 100%;
}

.iMap>div>iframe {
    width: 100%;
    height: 100%;
}
.cursor-pointer {
    cursor: pointer;
}
.inFlex {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.iBx01 {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.iCmnLink {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    display: block;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 24px;
    border: 4px solid #fff;
}
.iCmnLink:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    transition: all .5s;
}

.iCmnLink:hover:after {
    background: none;
    transition: all .5s;
}
.iCmnLink>p {
    position: relative;
    z-index: 9;
}
.iCmnMsk {
    height: 100%;
    background: rgb(51 51 51 / 30%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iCmnLink:hover>.iCmnMsk {
    background: #fff0;
    transition: .5s;
}
.iCmnLink:hover {
    color: #fff;
}

/*-- 共通ブロック-------------------------------------------------------------*/
.white{
  color: #fff!important;
}
.inTit01 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.75em;
    color: #362424;
    letter-spacing: 0.08em;
}
.hidden{
	overflow: hidden;
}

.iMain {
    width: 100%;
}

.iWr01 {
    padding: 60px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}
  .inMt01 {
  	margin: 80px auto 0!important;
  }
.inPx {
	padding: 0 15px;
}
.inRow {
	flex-direction: column-reverse!important;
}
.iMain > .iWr01:first-of-type {
    padding: 80px 0 60px;
}

.iAr01 {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
    width: 100%;
    position: relative;
   z-index:9;
}
.iAr02 {
    padding: 80px 15px;
}
.iWr01 .iAr01:nth-of-type(n + 2) {
    margin: 100px auto 0;
}
.iBg01 {
    background: #F7F7F7;
}

.iBg02 {
    background: #fff;
}

.privacyDt {
    border-left: 5px solid #333!important;
    border-bottom: 1px solid #333;
    padding: 0 0 3px 10px;
    font-weight: 700;
    font-size: 14px;
    margin: 40px 0 0 0;
}
.privacyDd {
    font-size: 13px;
    padding: 0 0 0 20px;
    margin: 15px 0 0 0;
}
/*-- テーブル --------------------------------------------------------------*/
.baseTb {
    width: 100%;
    margin: 0 auto;
    border: solid 1px #ccc;
    font-size: 16px;
    border-bottom: 0;
}
.baseTd a {
    color: #333;
	text-decoration: underline;
}
.baseTd a:hover {
    color: #333;
    text-decoration: none;
}
.baseTh, .formTh {
    padding: 18px;
    border-bottom: solid 1px #fff;
    font-weight: 500;
    background-color: #187892;
    font-size: 14px;
    color: #fff;
    /* font-family: 'Noto Sans JP'; */
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.baseTd,.formTd {
    padding: 18px;
    border-bottom: solid 1px #ccc;
    background: #fff;
    font-size: 14px;
    /* font-family: 'Noto Sans JP'; */
    font-weight: 500;
}

.baseTd > a {
    display: inline-block;
    color: #2B2939;
    text-decoration: underline;
}

.baseTd > a:hover {
    text-decoration: none;
}
.privacyH {
    height: 150px;
}
.privacyBox {
    margin: 40px auto 0 auto;
    padding: 20px 2% 20px 2%;
    border: 1px solid #ccc;
    background: #fff;
      overflow-y: scroll;
    height: 400px;
}
.requiredText {
    color: #ba0015;
    font-weight: 700;
    background-color: #fff;
    align-self: baseline;
    font-size: 14px;
    padding: 2px 5px 0 5px;
}
.formInput {
    width: 100%;
}

.zipInput {
    width: 65px;
}

.labelText02 {
    margin: 0 8px 8px 0;
}
.formTextArea {
    width: 100%;
    height: 250px;
}

/*-- 下層カバー --------------------------------------------------------------*/

.iCover {
    padding: 0 15px;
}

.iCovTxtBx {
    max-width: 1200px;
    width: 100%;
}
.iCovWr {
    margin: 20px 0 0 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 250px;
    /* max-width: 1600px; */
    /* border-radius: 20px; */
}
.iCovWr02 {
    height: 400px;
}
.iCovMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
}

.iCovAr {
    width: 100%;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgb(0 0 0 / 36%);
}
.inLogo {
	position: absolute;
	width: 50%;
	top: 5%;
	left: 1%;
}
.iCovTit {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    word-break: break-all;
}
.iCovSubTit {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
}
/*-- パンくずリスト ----------------------------------------------------------*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    /* background: #B1443F; */ */
    padding: 0 15px;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 15px 15px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    /* color: #fff; */
    flex-wrap: wrap;
}

.pankuzuCt {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #333;
}

.pankuzuCt:hover {
    color: #707070;
    opacity: .7;
    color: #303030;
}

.pankuzuIcon {
    margin: 0 5px 0 0;
    font-size: 20px;
    padding: 0 0 2px;
    color: #333;
}

.pankuzuTxt {
    padding: 0 0 2px;
    font-size: 12px;
    color: #333;
}

.pankuzuCt > p {
    padding: 0 0 3px;
    text-decoration: underline;
    color: #333;
}

.pankuzuCt:hover > p {
    text-decoration: none;
}
/*-- 下層ヘッダー ----------------------------------------------------------*/

/*-- 下層調整 ----------------------------------------------------------*/
.iConceptImgAr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.galleryMap div {
    width: 100%;
    height: 100%;
}

.galleryMap div iframe {
    width: 100%;
    height: 100%;
}
.iItemLinkAr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.itemImgInner01BxIn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.itemImgInner01 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}
.itemImgInner02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.faqLinkAr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.iStaffImgAr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.reserveLinkAr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}
.reserveLinkAr_new{
    align-items: flex-start;
}
@media screen and (max-width:767px) {
    .reserveLinkAr_new{
        align-items: center;
    }
}

.reserveBtnTxt:after {
    content: "";
    width: 20px;
    height: 18px;
    background: url(/system_panel/uploads/images/in_calender_icon.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.reserveBtn:hover .reserveBtnTxt {
    color: #187892;
}
.reserveBtn:hover .reserveBtnTxt:after {
    background: url(/system_panel/uploads/images/in_calender_icon02.svg) no-repeat center;
    background-size: cover;
}
.reserveAr02 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.reserveAr03IconBx {
    border-bottom: 1px solid #ccc;
}

.reserveAr03IconBx:last-child {
    border: 0;
}
.inConceptCircleImg img {
    border-radius: 100%;
}
.txt01 {
    line-height: 2em;
}
.answerTxt a {
    color: #362424;
    text-decoration: underline;
}

.answerTxt a:hover {
    text-decoration: none;
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.iCovWr {
   height: 300px;
}
.iCover {
    padding: 0 60px;
}
.inTit01 {
    font-size: 25px;
}
.pankuzuWr {
    padding: 0 60px;
}
.iWr01 {
    padding: 100px 0px;
    width: 100%;
}
.iAr01 {
    max-width: 1200px;
}
.inRow {
	flex-direction: row!important;
}
 .iCovTit {
    font-size: 30px;
}
.iCovSubTit {font-size: 20px;}
 .carousel-indicators {
    margin: 0;
}
.privacyDt {
    font-size: 18px;
}

.privacyDd {
    font-size: 16px;
}
  

.baseTh, .formTh {
    font-size: 16px;
}

.baseTd, .formTd {
	font-size: 16px;
}

/*-- 下層調整 ----------------------------------------------------------*/
.iConceptImgAr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.iItemLinkAr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.itemImgInner01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}
.itemImgInner02 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px;
}
.faqLinkAr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.iStaffImgAr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.iReserveAppImg {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.reserveLinkAr {
    flex-flow: row;
}
 .reserveAr02 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.reserveAr03IconBx {
    border-right: 1px solid #ccc;
    border-bottom: 0;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.iCover {
    padding: 0 80px;
}
.pankuzuWr {
    padding: 0 80px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */