@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
    color: #534741;
    font-size: 2.4rem;
    font-feature-settings: "palt";
    overflow: hidden;
}
#main .mainVisual {
    margin-bottom: 75px;
    position: relative;
}
#main .mainVisual .mainImg img {
    width: 100%;
}
#main .mainVisual .popList li {
    position: absolute;
    display: block;
    width: 3.95%;
	width: 20%;
	aspect-ratio: 100/100;
	cursor: pointer;
}
#main .mainVisual .popList li .num {
	width: 22%;
	position: absolute;
}
#main .mainVisual .popList li:first-child {
    left: 37.7%;
    top: 53.1%;
	width: 18%;
	aspect-ratio: 69/100;
}
#main .mainVisual .popList li:first-child .num {
	left: 0;
	top: 0;
}
#main .mainVisual .popList li:nth-child(2) {
    right: 27.1%;
    top: 57.2%;
	width: 19%;
    aspect-ratio: 100 / 89;
}
#main .mainVisual .popList li:nth-child(2) .num {
	left: 11%;
	top: 0;
	width: 20.5%;
}
#main .mainVisual .popList li:nth-child(3) {
    right: 6.5%;
    top: 39.2%;
}
#main .mainVisual .popList li:nth-child(3) .num {
	right: 50.5%;
    top: 0;
    width: 19.5%;
}
#main .mainVisual .popList li:nth-child(4) {
    right: 27.1%;
    top: 30%;
    width: 15.8%;
	aspect-ratio: 70 / 100;
}
#main .mainVisual .popList li:nth-child(4) .num {
	right: 25.5%;
	top: 0;
	width: 24.5%;
}
#main .mainVisual .popList li:nth-child(5) {
    left: 30.6%;
    top: 23.8%;
	width: 20.5%;
	aspect-ratio: 90 / 100;
}
#main .mainVisual .popList li:nth-child(5) .num {
	left: 49.2%;
	top: 0;
	width: 19%;
}
#main .mainVisual .popList li:nth-child(6) {
    left: 6.3%;
    top: 19.5%;
    width: 18%;
    aspect-ratio: 96 / 100;
}
#main .mainVisual .popList li:nth-child(6) .num {
	width: 21.5%;
	left: 18%;
	top: 0;
}
#main .mainVisual .popList .pop {
    position: absolute;
    width: 147%;
	display: none;
}
#main .mainVisual .popList li:hover .pop {
    display: block;
}
#main .mainVisual .popList li:first-child .pop {
    right: 100%;
    top: 0;
}
#main .mainVisual .popList li:nth-child(2) .pop {
    left: 35%;
    top: 0;
	width: 141%;
}
#main .mainVisual .popList li:nth-child(3) .pop {
    right: -17%;
    bottom: 102%;
    width: 125%;
}
#main .mainVisual .popList li:nth-child(4) .pop {
    right: -54%;
    bottom: 100%;
    width: 158%;
}
#main .mainVisual .popList li:nth-child(5) .pop {
    left: 66%;
    top: -10%;
    width: 129%;
}
#main .mainVisual .popList li:nth-child(6) .pop {
    left: 38%;
    top: -13%;
	width: 147%;
}
#main .mainVisual h1 {
    position: absolute;
    left: 5.5%;
    bottom: 4.7%;
    width: 37.6%;
}
#main .mainVisual .rTxt {
    position: absolute;
    right: 3.1%;
    bottom: 4.8%;
    width: 26.1%;
}
#main .about {
    margin-bottom: 35px;
}
#main .about .content {
    position: relative;
    z-index: 1;
}
#main .about .imgBox {
    display: flex;
}
#main .about .imgBox .photoBox {
    margin: -167px -52px 0 -15px;
    width: 524px;
}
#main .about .imgBox .textBox {
    flex: 1;
}
#main .about .imgBox .textBox p {
    margin-bottom: 38px;
    line-height: 1.58;
    letter-spacing: 0.045em;
}
#main .subTtl {
    margin-bottom: 71px;
    font-weight: 900;
    font-size: 3.8rem;
    text-align: center;
    letter-spacing: 0.08em;
}
#main .howto {
    padding: 56px 0 95px;
    background: #FDEDDB;
}
#main .howto .headline01 {
    margin-bottom: 38px;
}
#main .howto .headline01 .en {
    padding: 0 30px;
}
#main .howto .imgBox {
    margin-bottom: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#main .howto .imgBox:last-of-type {
    margin-bottom: 0;
}
#main .howto .imgBox:nth-child(2n-1) {
    flex-direction: row-reverse;
}
#main .howto .imgBox .photoBox {
    margin-top: 32px;
    width: 540px;
    position: relative;
    z-index: 1;
}
#main .howto .imgBox .photoBox img {
    width: 100%;
}
#main .howto .imgBox .textBox {
    margin-left: -400px;
    width: 925px;
    padding: 25px 25px 20px 398px;
    box-sizing: border-box;
    background: url(../img/index/line02.png) repeat left top/62px auto;
}
#main .howto .imgBox .textBox .headline02 {
    color: #A459D1;
    margin-bottom: 24px;
    font-size: 4.5rem;
    letter-spacing: 0.08em;
}
#main .howto .imgBox .textBox .headline02 > span {
    background-image: url(../img/index/line06.png);
    background-position: left bottom;
}
#main .howto .imgBox .textBox .txt01 {
    margin-bottom: 20px;
    line-height: 1.58;
    font-weight: 600;
    letter-spacing: 0.045em;
}
#main .howto .imgBox .textBox .txtList li {
    font-size: 2.2rem;
    letter-spacing: 0.045em;
    line-height: 1.73;
    text-indent: -0.5em;
    padding-left: 0.5em;
}
#main .howto .imgBox .textBox .txtList .notes {
    text-indent: -1em;
    padding-left: 1em;
}
#main .howto .imgBox .textBox .etc {
    margin-right: 80px;
    font-size: 2.2rem;
    letter-spacing: 0.045em;
    line-height: 1.73;
    text-align: right;
}
#main .howto .imgBox:nth-child(2n-1) .textBox {
    margin-left: 0;
    margin-right: -400px;
    padding-left: 43px;
    padding-right: 372px;
}
#main .howto .imgBox02 .textBox {
    padding-bottom: 80px;
    background-image: url(../img/index/line03.png);
}
#main .howto .imgBox02 .textBox .headline02 {
    color: #FFB84C;
}
#main .howto .imgBox02 .textBox .headline02 > span {
    background-image: url(../img/index/line07.png);
}
#main .howto .imgBox02 .textBox .txt01 {
    margin-bottom: 30px;
}
#main .howto .imgBox03 .textBox {
    padding-bottom: 48px;
    background-image: url(../img/index/line05.png);
}
#main .howto .imgBox03 .textBox .headline02 {
    color: #4ABDCC;
}
#main .howto .imgBox03 .textBox .headline02 > span {
    background-image: url(../img/index/line08.png);
}
#main .howto .imgBox03 .textBox .txt01 {
    margin-bottom: 27px;
}
#main .howto .imgBox04 .textBox {
    padding-bottom: 40px;
    background-image: url(../img/index/line04.png);
}
#main .howto .imgBox04 .textBox .headline02 {
    color: #F266AB;
}
#main .howto .imgBox04 .textBox .headline02 > span {
    background-image: url(../img/index/line09.png);
}
#main .howto .imgBox04 .textBox .txt01 {
    margin-bottom: 32px;
}
#main .hotel {
    padding: 90px 0 87px;
}
#main .hotel .headline01 {
    margin-bottom: 38px;
}
#main .hotel .subTtl {
    margin-bottom: 55px;
}
#main .hotel .subBox {
    margin-bottom: 63px;
    padding: 52px 34px 44px;
    position: relative;
    background: rgba(230,216,197,0.6);
}
#main .hotel .subBox .imgBox {
    margin-bottom: 30px;
    display: flex;
}
#main .hotel .subBox .imgBox .photoBox {
    margin-top: 8px;
    width: 560px;
}
#main .hotel .subBox .imgBox .photoBox img {
    width: 100%;
}
#main .hotel .subBox .imgBox .textBox {
    flex: 1;
    margin-right: 30px;
}
#main .hotel .subBox .imgBox h3 {
    margin-bottom: 25px;
}
#main .hotel .subBox .imgBox .add {
    margin-bottom: 18px;
    font-size: 1.8rem;
    line-height: 1.28;
    letter-spacing: 0.05em;
}
#main .hotel .subBox .imgBox .add a {
	color: #534741;
}
#main .hotel .subBox .imgBox .txt01 {
    margin-bottom: 10px;
    font-size: 3.6rem;
    line-height: 1.33;
    letter-spacing: 0.05em;
    font-weight: 600;
}
#main .hotel .subBox .imgBox .txt02 {
    line-height: 1.67;
    letter-spacing: 0.05em;
}
#main .hotel .subBox .listBox ul {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}
#main .hotel .subBox .listBox li, #main .hotel .subBox .listBox .ttl {
    color: #F4770F;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    width: 200px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #F4770F;
    box-sizing: border-box;
}
#main .hotel .subBox .listBox .liStyle {
    letter-spacing: 0;
}
#main .hotel .subBox .listBox .ttl {
    margin-bottom: 15px;
    color: #fff;
    background-color: #F4770F;
}
#main .hotel .subBox .listBox li.ttl {
    margin-bottom: 0;
}
#main .hotel .btn {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    text-align: center;
}
#main .hotel .btn a {
    min-width: 299px;
    padding: 8px 15px;
    color: #fff;
    letter-spacing: 0.14em;
    font-weight: 900;
    display: inline-block;
	border: 1px solid #FF6100;
    background: url(../img/index/line10.png) repeat left top/auto 18px;
    box-sizing: border-box;
}
#main .hotel .btn a span {
    display: inline-block;
    padding-right: 25px;
    background: url(../img/index/arrow01.png) no-repeat right 9px/19px auto;
}
#main .hotel .tabBox {
    color: #F4770F;
}
#main .hotel .tabBox h3 {
    margin-bottom: 7px;
    font-size: 3.4rem;
    text-align: center;
}
#main .hotel .tabBox p {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-align: right;
}
#main .stamp {
    padding: 68px 0 75px;
    background: #FDEDDB;
}
#main .stamp .headline01 {
    margin-bottom: 40px;
}
#main .stamp .content {
    max-width: 970px;
}
#main .stamp .photoList {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
}
#main .stamp .photoList li {
    width: 290px;
}
#main .stamp .imgBox {
    margin-left: 17px;
    display: flex;
    align-items: flex-start;
}
#main .stamp .imgBox .photoBox {
    width: 254px;
}
#main .stamp .imgBox .photoBox img {
    width: 100%;
}
#main .stamp .imgBox .textBox {
    margin-top: 35px;
    flex: 1;
}
#main .stamp .imgBox .textBox h3 {
    margin-bottom: 15px;
    padding: 27px 22px;
    color: #fff;
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    line-height: 1.74;
    background: #F4770F;
	text-align: center;
}
#main .stamp .imgBox .textBox p {
    margin-left: 50px;
    line-height: 1.375;
    color: #231815;
    letter-spacing: 0.04em;
	text-align: center;
	a:link { color: #0000ff; }
	a:visited { color: #000080; }
	a:hover { color: #ff0000; }
	a:active { color: #ff8000; }
}
#main .members {
    padding: 83px 0 65px;
}
#main .members .headline01 {
    margin-bottom: 38px;
}
#main .members .imgBox {
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
}
#main .members .imgBox .photoBox {
    margin: 4px -31px 0 -45px;
    width: 420px;
}
#main .members .imgBox .photoBox img {
    width: 100%;
}
#main .members .imgBox .textBox {
    flex: 1;
}
#main .members h3 {
    margin-bottom: 15px;
    font-size: 5.1rem;
    line-height: 1.2;
    color: #F4770F;
    letter-spacing: 0.01em;
}
#main .members .imgBox .textBox p {
    margin-bottom: 20px;
    color: #231815;
    line-height: 1.46;
    font-weight: 500;
    letter-spacing: 0.05em;
}
#main .members .imgBox .textBox h4 {
    margin-bottom: 3px;
    padding: 1px 5px;
    min-width: 290px;
    display: inline-block;
    color: #fff;
    line-height: 1.46;
    text-align: center;
    background: #F4770F;
    box-sizing: border-box;
}
#main .members .listTtl {
	text-align: center;
	margin-bottom: 20px;
}
#main .members .list {
    margin-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#main .members .list li {
    padding: 10px 5px;
    width: 365px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.46;
    color: #231815;
    text-align: center;
    border: 1px solid #F4770F;
    box-sizing: border-box;
}
#main .members .list .notes {
    margin-top: 3px;
    width: 100%;
    display: block;
    font-size: 1.8rem;
}
#main .members .notesList {
    font-size: 1.8rem;
    line-height: 1.55;
    color: #231815;
    letter-spacing: 0.04em;
    text-align: center;
}
#main .access {
    padding-top: 58px;
    background-color: #FDEDDB;
}
#main .access .headline01 {
    margin-bottom: 40px;
}
#main .access .headline01 .en {
    padding: 0 30px;
}
#main .access .headline01 .en:before, #main .access .headline01 .en:after {
    top: 22px;
}
#main .access .txtDl {
    margin-bottom: 60px;
    text-align: center;
}
#main .access .txtDl dt {
    margin-bottom: 5px;
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}
#main .access .txtDl dt img {
    margin-right: 7px;
    vertical-align: -4px;
}
#main .access .txtDl dt:nth-of-type(2) img {
    vertical-align: -2px;
}
#main .access .txtDl dd {
    margin-bottom: 35px;
    font-size: 1.6rem;
    line-height: 1.4;
}
#main .access .map iframe {
    width: 100%;
    height: 350px;
    display: block;
}
@media all and (min-width: 769px) {
    #main .hotel .btn a:hover {
        opacity: 0.7;
    }
	#main .mainVisual .popList li a:hover {
		opacity: 0.9;
	}
}
@media all and (max-width: 768px) {
    #main {
        padding-top: 100px;
        font-size: 1.4rem;
    }
    #main .mainVisual {
        margin-bottom: 50px;
    }
    #main .about {
        margin-bottom: 35px;
    }
    #main .about .imgBox {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #main .about .imgBox .photoBox {
        margin: 0 auto 30px;
        width: 70%;
    }
    #main .about .imgBox .textBox {
        flex: auto;
        width: 100%;
    }
    #main .about .imgBox .textBox p {
        margin-bottom: 20px;
    }
    #main .subTtl {
        margin-bottom: 45px !important;
        font-size: 2rem;
    }
    #main .howto {
        padding: 40px 0 50px;
    }
    #main .howto .imgBox {
        margin-bottom: 55px;
		flex-wrap: wrap;
    }
    #main .howto .imgBox .photoBox {
        margin: 30px 0 0;
        width: 100%;
		order: 2;
    }
    #main .howto .imgBox .textBox {
        margin-left: 0;
        width: 100%;
        padding: 20px !important;
        background-size: 30px auto;
		box-sizing: border-box;
		order: 0;
    }
    #main .howto .imgBox .textBox .headline02 {
        margin-bottom: 15px;
        font-size: 2.8rem;
    }
    #main .howto .imgBox .textBox .txtList li {
        font-size: 1.3rem;
    }
    #main .howto .imgBox .textBox .etc {
        margin-right: 40px;
        font-size: 1.3rem;
    }
    #main .howto .imgBox:nth-child(2n-1) .textBox {
        margin-right: 0;
    }
    #main .howto .imgBox02 .textBox .txt01 {
        margin-bottom: 20px;
    }
    #main .howto .imgBox03 .textBox .txt01 {
        margin-bottom: 20px;
    }
    #main .howto .imgBox04 .textBox .txt01 {
        margin-bottom: 20px;
    }
    #main .hotel {
        padding: 50px 0 45px;
    }
    #main .hotel .subBox {
        margin-bottom: 40px;
        padding: 20px 15px;
    }
    #main .hotel .subBox .imgBox {
        margin-bottom: 30px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #main .hotel .subBox .imgBox .photoBox {
        margin: 0 0 25px;
        width: 100%;
    }
    #main .hotel .subBox .imgBox .textBox {
        flex: auto;
        margin-right: 0;
    }
    #main .hotel .subBox .imgBox h3 {
        margin: 0 10px 25px 0;
    }
    #main .hotel .subBox .imgBox .add {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }
    #main .hotel .subBox .imgBox .txt01 {
        font-size: 2.4rem;
    }
    #main .hotel .subBox .listBox ul {
        gap: 10px;
    }
    #main .hotel .subBox .listBox li, #main .hotel .subBox .listBox .ttl {
        font-size: 1.2rem;
        width: calc((100% - 10px)/2);
    }
    #main .hotel .subBox .listBox .ttl {
        margin-bottom: 10px;
    }
    #main .hotel .btn {
        bottom: -15px;
    }
    #main .hotel .btn a {
        min-width: 160px;
        padding: 5px 10px;
        background-size: auto 9px;
    }
    #main .hotel .btn a span {
        padding-right: 15px;
        background-position: right top 5px;
        background-size: 10px auto;
    }
    #main .hotel .tabBox h3 {
        font-size: 2rem;
    }
    #main .hotel .tabBox .table {
        margin-right: -15px;
        overflow-x: auto;
    }
    #main .hotel .tabBox .table img {
        max-width: inherit;
        width: 1000px;
    }
    #main .hotel .tabBox p {
        margin: 3px -10px 0 0;
        font-size: 1.2rem;
    }
    #main .stamp {
        padding: 40px 0;
    }
    #main .stamp .photoList {
        gap: 20px;
    }
    #main .stamp .photoList li {
        width: calc((100% - 20px)/2);
    }
    #main .stamp .imgBox {
        margin-left: 0;
        display: block;
    }
    #main .stamp .imgBox .photoBox {
        margin: 0 auto;
        width: 30%;
        max-width: 100px;
        position: relative;
        z-index: 1;
    }
    #main .stamp .imgBox .textBox {
        margin: -20px 0 0;
    }
    #main .stamp .imgBox .textBox h3 {
        margin: 0 0 15px;
        padding: 28px 18px 18px;
        font-size: 1.6rem;
    }
    #main .stamp .imgBox .textBox p {
        margin: 0 18px;
    }
    #main .members {
        padding: 45px 0 30px;
    }
    #main .members .imgBox {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #main .members .imgBox .photoBox {
        margin: 0 auto 30px;
        width: 80%;
    }
    #main .members .imgBox .textBox {
        flex: auto;
    }
    #main .members h3 {
        margin-bottom: 15px;
        font-size: 2.1rem;
    }
    #main .members .imgBox .textBox h4 {
        min-width: 180px;
    }
    #main .members .list {
        gap: 10px;
    }
    #main .members .list li {
        width: calc((100% - 10px)/2);
    }
    #main .members .list .notes {
        font-size: 1.2rem;
    }
    #main .members .notesList {
        font-size: 1.3rem;
        text-align: left;
    }
    #main .members .notesList li {
        padding-left: 1em;
        text-indent: -1em;
    }
    #main .access {
        padding-top: 35px;
    }
    #main .access .txtDl {
        margin-bottom: 40px;
    }
    #main .access .txtDl dt {
        font-size: 1.8rem;
    }
    #main .access .txtDl dt img {
        width: 28px;
    }
    #main .access .txtDl dd {
        margin-bottom: 20px;
        font-size: 1.3rem;
    }
}
@media all and (min-width: 450px) and (max-width: 768px) {
	#main {
		padding-top: 72px;
	}
}
@media all and (max-width: 374px) {
    #main .members .list li {
        font-size: 3.7vw;
    }
    #main .members .list .notes {
        font-size: 3vw;
    }
    #main .access .txtDl dd {
        font-size: 1.2rem;
    }
    #main .stamp .imgBox .textBox h3 {
        font-size: 4.2vw;
    }
}
@media all and (max-width: 359px) {
    #main .access .txtDl dd {
        font-size: 1.1rem;
    }
    #main .hotel .subBox .listBox li, #main .hotel .subBox .listBox .ttl {
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    #main .howto .imgBox .textBox .headline02 {
        font-size: 2.4rem;
    }
}