@charset "UTF-8";
/* CSS Document */
/*===============================================
共通
===============================================*/
html,
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "kozuka-gothic-pr6n", sans-serif;
	font-style: normal;
    font-size: 0.625rem;
	/*font-size: 0.69444444vw;*/
    background-color: #fff;
    line-height:2;
}
:root {
    --main: #046BC3;
    --sub: #00a5e0;
    --pc: 14.4;
    --sp: 8.2;
}
*:focus {
  outline: none;
}
body {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
figure,
figcaption,
ul{
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    line-height:0;
	width: 100%;
	height: auto;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
    transition: 0.25s;
}
table {
    border-collapse: collapse;
}
span.text-block {
    display: inline-block;
}
.pc-none {
    display: none;
}
.note {
    text-indent: -1em;
	padding-left:1em;
}
input {
	font-size: 1.6rem
}
input:focus {
  outline: 0;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea,
select{
   -webkit-appearance: none;
   border-radius: 0;
}
input[type="submit"] {
    border: none;
    -webkit-appearance: none;
	margin-left: 72px;
}
.mg{
	margin: clamp(200px, (250vw/var(--pc)), 250px);
}
.jp{
	font-family: "kozuka-gothic-pr6n", sans-serif!important;
	font-weight: 700!important;
	font-style: normal;
}
.en{
	font-family: "kozuka-gothic-pr6n", sans-serif!important;
	font-weight: 400!important;
	font-style: normal;
}
.kor{
	font-family: "batang", sans-serif!important;
	font-weight: 400!important;
	font-style: normal;
}
.chn{
	font-family: "source-han-serif-cn-subset", sans-serif!important;
	font-weight: 500!important;
	font-style: normal;
}
.twn{
	font-family: "source-han-serif-tc", serif!important;
	font-weight: 500!important;
	font-style: normal;
}
.tha{
	font-family: "leelawadee-ui", sans-serif!important;
	font-weight: 400!important;
	font-style: normal;
}
.min{
	font-family: "shippori-mincho", sans-serif!important;
	font-weight: 500!important;
	font-style: normal;
}
/*==============================================
index
===============================================*/
main{
	background: url("../img/main_2025aki.jpg")no-repeat center bottom / cover;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	position: relative;
}
main .choice_menu{
	position: absolute;
	top: 7.5%;
	left: 50%;
	transform: translate(-50%,0%);
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
}
main .title{
	width: 100%;
	max-width: 800px;
	text-align: center;
	margin: 0 auto clamp(50px, (75vw/var(--pc)), 75px);
}
main .choice{
	width: 100%;
	max-width: 300px;
	margin:0 auto clamp(35px, (50vw/var(--pc)), 50px);
}
main .choice_btn{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
main .choice_btn ul{
	display: flex;
}
main .choice_btn ul li{
	width: 14%;
	background-color: rgba(255,255,255,0.9);
	margin-right: 3.2%;
	margin-bottom: 5%;
	border-radius: 15px;
}
main .choice_btn ul li:nth-child(6){
	margin-right: 0;
}
main .choice_btn ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	white-space: nowrap;
}
main .choice_btn ul li p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 2rem;
}
main .choice_btn ul li p span{
	font-size: 1.2rem;
	margin-top: 5px;
	display: block;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
}
main .guide_map{
	color: #fff;
	font-size: 2rem;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	text-shadow: 1px 1px 1px #5a4e49;
}
/*==============================================
フッター
===============================================*/


/*==============================================
画面の横幅が820pxまで
===============================================*/
@media only screen and (max-width:820px) {
    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }
	main{
		padding: 15% 5%;
		background: url("../img/main_2025akiSP.jpg")no-repeat center bottom 40% / cover;
	}
main .title{
	max-width: 540px;
	margin: 0 auto clamp(50px, (70vw/var(--sp)), 70px);
}
main .choice{
	width: 45%;
	max-width: 285px;
	margin: 0 auto clamp(25px, (35vw/var(--sp)), 35px);
}
main .choice_btn{
	max-width: 400px;
}
main .choice_btn ul{
	flex-wrap: wrap;
}
main .choice_btn ul li{
	width: 30%;
	background-color: rgba(255,255,255,0.7);
	margin-right: 5%;
	margin-bottom: 5%;
}
main .choice_btn ul li:nth-child(3n){
	margin-right: 0;
}
main .choice_btn ul li a{
	padding: 5%;
}
main .choice_btn ul li p{
	font-size: 1.6rem;
	white-space: nowrap;
}
main .choice_btn ul li p span{
	font-size: 1rem;
}
main .guide_map{
	font-size: 1.5rem;
}	

}