@charset "UTF-8";


body {
	
	/*font-family: "ヒラギノ Pro W3", "Hiragino Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	color: #3e3a39;
	font-size: 18px;
	background: #faee00;
	padding: 0 15px;
	line-height: 1.6em;
	letter-spacing: 0.06em;
}

* {
	margin: 0;
	padding: 0;
}

p {	
	line-height: 1.8em;
	color: #3e3a39;
	font-size: 16px;
	letter-spacing: 0.05em;
}
a {
	text-decoration: none;
	color: #3e3a39;
}

ul li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}


/**************/
.f10 {
	font-size: 10px !important;
}

.f11 {
	font-size: 11px !important;
}

.f12 {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

.f16 {
	font-size: 16px !important;
}

.f17 {
	font-size: 17px !important;
}

.f18 {
	font-size: 18px !important;
}

.f19 {
	font-size: 19px !important;
}

.f20 {
	font-size: 20px !important;
}

.f21 {
	font-size: 21px !important;
}

.f22 {
	font-size: 22px !important;
}

.f23 {
	font-size: 23px !important;
}

.f24 {
	font-size: 24px !important;
}

.f25 {
	font-size: 25px !important;
}

.f26 {
	font-size: 26px !important;
}

.f27 {
	font-size: 27px !important;
}
/**************/

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

/**************/
.txt_c {
    text-align: center !important;
}

.txt_r {
    text-align: right !important;
}

.txt_l {
    text-align: left !important;
}

/**************/




.float_sb {
    display: flex;
    justify-content: space-between;
}

.float_sa {
    display: flex;
    justify-content: space-around;
}

.float_ce {
    display: flex;
    justify-content: center;
}

.float_ft {
    display: flex;
    justify-content: flex-start;
}

.float_en {
    display: flex;
    justify-content: flex-end;
}


.type_01,
.type_02 {
    display: flex;
    justify-content: space-between;
}

.type_01 .l_box {
    max-width: 520px;
    width: 48%;
}

.type_01 .r_box {
    max-width: 520px;
    width: 48%;
}

.type_02 .l_box {
    max-width: 520px;
    width: 48%;
    order: 2;
}

.type_02 .r_box {
    max-width: 520px;
    width: 48%;
    order: 1;
}

.type_01 .r_box img,
.type_01 .l_box img,
.type_02 .r_box img,
.type_02 .l_box img {
    max-width: 520px;
    width: 100%;
}


.type_03 {
    display: flex;
    justify-content: space-between;
}

.type_03 .r_box {
    max-width: 800px;
    width: 72%;
}

.type_03 .l_box {
    max-width: 265px;
    width: 23%;
}



/**************/




.frame{
	max-width: 970px;
	padding: 0 15px;
	margin: auto;
}
	










.btn_01{
	text-align: center;
}

.btn_01 a{
	display: inline-block;
	border: 2px solid #f078a7;
	color: #f078a7;
	background-color: #fff;
	border-radius: 50px;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.3em;
    text-align: center;
    padding: 12px 23px 10px;

}

.btn_01 a:hover{
	background-color: #f078a7;
	color: #fff;
	opacity: 1;
}



.btn_02 {
	text-align: center;
	margin: 50px 0 0;
}

.btn_02 span {
	display: inline-block;
	color: #555555; 
	font-weight: bold;  
	font-size: 18px;
	letter-spacing: 0.05em; 
	padding: 8px 29px 2px;
	background-color: #feed38;
	border-radius: 7px;  
	box-shadow: 5px 5px 0 #f8b728;
	transition: all 0.1s ease;
	cursor: pointer;
}
.btn_02 span:hover {
	box-shadow: 2px 2px 0 #f8b728;
	transform: translateY(4px);
}
.btn_02 span:active {
	box-shadow: 2px 2px 0 #f8b728;
	transform: translateY(4px);
}









.ttl_01{
	text-align: center;
	color: #f078a7;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}

.ttl_01 small{
	font-size: 18px;
	display: block;
	line-height: 1.4em;
	margin-bottom: 6px;
}



.ttl_02{
	border-bottom: 1px solid #f078a7;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 20px;
}


.ttl_03{
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: left;
    border-left: 4px solid #f078a7;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
}


.ttl_04{
	text-align: center;
}

.ttl_04 span{
	border-bottom: 4px solid #f078a7;
	display: inline-block;
	padding: 0 10px;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.ttl_05{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}


.ttl_06{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.4em;
}


.ttl_07{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4em;
}



.ttl_08{
	text-align: center;
	margin-bottom: 40px;
}

.ttl_08 span{
	color: #f078a7;
	border-bottom: 4px solid #f078a7;
	display: inline-block;
	padding: 0 10px;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.ttl_09{
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	color: #f078a7;
	font-weight: bold;
	line-height: 1.4em;
}







.list_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_01 li{
	width: 30%;
	max-width: 270px;	
	margin-bottom: 50px;
}

.list_01 img{
	max-width: 270px;
	width: 100%;
	margin-bottom: 15px;
}





.list_02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_02:after {
	content: "";
	display: block;
	width: 31%;
	height: 0;
}
.list_02 li{
	width: 31%;
	max-width: 280px;
	margin-bottom: 70px;
}
.list_02 .up_img{
	margin-bottom: 20px;
	background-color: #f5f5f5;
}
.list_02 .up_img img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}





.page_link{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.page_link li{
	max-width: 300px;
	width: 31%;
	position: relative;
}
.page_link li:before{
	position: absolute;
	content: "";
	background-image: url("../images/top/icon_01.png");
	width: 21px;
	height: 19px;
	background-size: 100%;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
}

.page_link li a{
	text-align: center;
	padding: 8px 10px;
	font-size: 20px;
	line-height: 1.3em;
	border: 3px solid #f078a7;
	background-color: #fdeff4;
	display: block;
	border-radius: 15px;
	color: #f078a7;
	font-weight: bold;
}

.page_link li a:hover{
	background-color: #f28eb5;
	opacity: 1;
	color: #fff;
}






.table_a a {
	color: #f078a7;
	text-decoration: underline;
}

.tab_a{
	display: flex;
	flex-wrap: wrap;
}

.tab_a a{
	font-size: 14px;
	line-height: 1.3em;
	color: #f078a7;
	border: 2px solid #f078a7;
	background-color: #fff;
	border-radius: 50px;
	padding: 4px 10px 4px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 7px;
	margin-right: 7px;
	text-decoration: none;
}

.tab_a a:hover{
	background-color: #f078a7;
	color: #fff;
	opacity: 1;
}




.table_a caption{
	background-color: #f078a7;
	color: #fff;
	padding: 7px 10px 7px;
	text-align: left;
	font-weight: bold;
	
}
.table_a{
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.5em;
	border: 1px solid #f078a7;
}


.table_a th{
	padding: 12px 20px;
	text-align: left;
	min-width: 130px;
	vertical-align: middle;
	color: #333;
	font-weight: 600;
	border-bottom: 1px solid #f078a7;
	border-right: 1px solid #f078a7;
}
.table_a td{
	padding: 12px 15px 12px 10px;
	border-bottom: 1px solid #f078a7;
	position: relative;
}


.table_a td .tab_a a{
}



.tag_a{

}
.tag_a span{
	white-space: nowrap;
	text-align: left;
	display: inline-block;
	margin-bottom: 5px;
	letter-spacing: 0;
}






main{
	background-color: #fff;
	max-width: 1160px;
	margin: auto;
	width: 100%;
}
header{

}
header .h_inner .h_fix{
	background-color: #f078a7;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
header .h_inner .h_fix h1{
	margin-top: -7px;
}
header .h_inner .h_fix h1 img{
	max-width: 402px;
	width: 100%;
}
header .h_inner .h_fix h1 a{
	display: block;
}



header .h_inner .h_fix button,
header .h_inner .h_fix a.login-btn{
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1.3em;
	padding: 4px 10px 4px;
	cursor: pointer;
	text-decoration: none;
}




.mv_area h2 img{
	max-width: 100%;
	width: 100%;
}

.mv_area{
	margin-bottom: 20px;
	margin-top: 59px;
}





.page_ttl_area{
	padding: 80px 15px 50px;
	margin-top: 58px;
}






.top .box00{
	margin-bottom: 100px;
}

.top .box01{
	margin-bottom: 80px;
}




.top .box02{
	margin-bottom: 150px;
}


.top .box00 .i_ttl_01{
	text-align: center;
	margin-bottom: 40px;
}
.top .box00 .i_ttl_01 img{
	max-width: 735px;
	width: 100%;
}



.top .box01 .list_01{
	margin-bottom: 40px;
}


.top .box01 .search_area{
	margin-top: 100px;

}
.top .box02 .map_area{
	border: 2px solid #f078a7;
}
.top .box02 .map_area iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 2 / 1;
	vertical-align: bottom;
}






.list_01 a:hover .ttl_01{
	text-decoration: underline;
}





.search .search_box{
	text-align: center;
	margin-bottom: 70px;
}



.search_single .sticky_wrapper{
	margin-bottom: 50px;
}


.gallery{
	max-width: 750px;
	margin: auto;
}

.gallery li img,
.gallery img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    background-color: #f5f5f5;

}

.sticky img{
	width: 100%;
	max-width: 100%;
}

.sticky_wrapper .slick-prev,
.sticky_wrapper .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 1000;
    top: auto !important;
    bottom: 0 !important;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    height: 54px;
    width: 54px;
}

.sticky_wrapper .slick-prev {
    width: 54px !important;
    height: 54px !important;
    left: calc((100% / 2) - 65px) !important;
}

.sticky_wrapper .slick-next {
    width: 54px !important;
    height: 54px !important;
    right: calc((100% / 2) - 65px) !important;
}

/*選択するサムネイル画像の設定*/
.choice-btn li {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
}


.choice-btn li {
    cursor: pointer;
    outline: none;
    width: 23% !important;


}

.choice-btn li {
    margin: 1%;
    margin-bottom: 2%;
}
.choice-btn li:nth-child(4),
.choice-btn li:nth-child(8){
	margin-right: 0;
}
.choice-btn li:last-child {
    margin-right: 0;
}

.choice-btn li img {
width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.choice-btn li.slick-current {
	position: relative;
    border: 2px solid #f078a7;
    box-sizing: border-box;
}

.choice-btn li.slick-current:after {
	display: none;
}


.gallery {
    margin-bottom: 10px;
}

.choice-btn {
    border: 0;
}


.sticky_wrapper .slick-prev,
.sticky_wrapper .slick-next {
    display: none !important;
}


.choice-btn .slick-track{
	width: 100% !important;
}






/*****************/





.search .box02{
	margin-bottom: 80px;
}



/*****************/


.search_area {

}


.search_area .drop_search{
	background-color: #F7F7F7;
	padding: 30px 20px;
}


.search_area .search_inner{
	margin-bottom: 30px;
}














.search_area .search_inner.s_box01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.search_area .search_inner.s_box01 ul li {
	max-width: 120px;
}











.search_area .s_box06 .float_ft input{
	width: 100%;
}

.search_area .s_box06 .float_ft p{
	min-width: 176px;
	color: #fff;
	background-color: #777;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}

.search_area .s_box06  .check_area{
	margin-bottom: 25px;
}





.search_area input,
.search_area textarea {
	padding: 10px 10px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #C7C7C7;
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
}


.search_area .search_inner ul h4{
	border: 1px solid #CBCBCB;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #4C4948;
	width: 100%;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 1.4em;
	padding: 4px 5px 2px;
	min-width: 100px;
}

.search_area .check_area{
}

.search_area .check_area .check {
	position: relative;
	font-size: 16px;
	line-height: 1.7em
		
}



.search_area .check_area .check span {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	letter-spacing: 0;
	
}
.search_area .check_area .s_box01{
    display: block;
}
.search_area .check_area label {
	display: inline-block;
	margin-bottom: 5px;
    position: relative;
	margin-right: 15px;
}


.search_area .check_area label .checkbtn[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}



.search_area .check_area label span {
	display: inline-block
}

.search_area .check_area label .checkbtn[type=checkbox]+span::after,
.search_area .check_area label .checkbtn[type=checkbox]+span::before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box
}

.search_area .check_area label .checkbtn[type=checkbox]+span::before {
	z-index: 0;
	width: 15px;
	height: 15px;
	border: 2px #f078a7 solid;
	border-radius: 2px;
	background-color: #fff;
}

.search_area label .checkbtn[type=checkbox]+span::after {
	z-index: 1;
	margin: 2px 4px;
	width: 6px;
	height: 8px
}

.search_area .check_area label .checkbtn[type=checkbox]:checked+span::before {
	background-color: #f078a7;
	border: 1px #f078a7 solid
}

.search_area .check_area label .checkbtn[type=checkbox]:checked+span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.search_area .ttl_03{
	margin-bottom: 13px;
}


.drop_search .submit_btn {
	text-align: center;
}

.drop_search input[type="submit"] {
	width: 100%;
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    color: #f078a7;
    display: block;
    text-align: center;
    padding: 12px 23px 10px;
    font-weight: bold;
    max-width: 270px;
	margin: 40px auto 0;
	border: 1px solid #f078a7;
	cursor: pointer;
	letter-spacing: 0.05em;
}

.drop_search input[type="submit"]:hover {
	background-color: #f078a7;
    color: #fff;
	opacity: 1;
}




.s_keyword{
	margin-top: 20px;
}
.s_keyword .keyword_display:hover {
    color: #be4b44;
}

.s_keyword a {
    border-radius: 50px;
    background-color: #E2E2E2;
    border: 1px solid #979797;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 11px 1px;
    display: inline-block;
    line-height: 1.4em;
    margin-right: 15px;
    margin-bottom: 8px;
}

.s_keyword a:hover {
    background-color: #f28eb5;
    border: 1px solid #f078a7;
    color: #fff !important;
}






.copy{
	background-color: #f078a7;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 100px;
	line-height: 1.5em;
}

.copy a{
	color: #fff;
	display: inline-block;
}

.space {
    width: 15px;
    display: inline-block;
}


#link_category,
#link_map,
#link_keywords{
	margin-top: -100px;
	padding-top: 100px;
}



.not_found{
	text-align: center;
}
.not_found .btn_01{
	margin-top: 40px;
}



.sp_on{
	display: none;
}

@media screen and (max-width: 1080px) {

	.search_area .search_inner.s_box01 ul li{
		margin: 0 10px 20px;
		max-width: 100%;
		width: 29%;
	}
}



@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
    }


    .space,
	.space_a{
        width: 0;
        display: block;
    }

    .sp_on {
        display: block;
    }

    .pc_on {
        display: none;
    }

	
    .space {
        width: 0;
        display: block;
    }
	
	
    .float_sb,
    .float_sa,
    .float_ce,
    .float_en,
    .float_ft,
    .type_01,
    .type_02,
    .type_03,
	.type_04,
	.type_05{
        display: block;
    }

    .type_01 .l_box {
        width: 100%;
        margin: 0 auto 30px;
    }

    .type_01 .r_box {
        width: 100%;
        margin: auto;
    }


    .type_03 .l_box,
	.type_04 .l_box,
	.type_05 .l_box{
        margin-bottom: 30px;
    }

    .type_03 .l_box,
    .type_03 .r_box,
    .type_04 .l_box,
    .type_04 .r_box,
	.type_05 .l_box,
    .type_05 .r_box{
        width: 100%;
        max-width: 100%;
    }
	
	
	
	
	
	.list_01{
		display: block;
	}
	.ttl_04 span{
		font-size: 25px;
	}
	
	.ttl_06{
		font-size: 19px;
	}
	
	.ttl_07{
		font-size: 14px;
	}
	.list_01 li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px;
		text-align: center;
	}
	
	.ttl_08 span{
		font-size: 24px;
	}
	.ttl_09{
		font-size: 24px;
	}
	
	
	
	.page_link{
		display: block;
	}
	.page_link li{
		width: 100%;
		margin: 0 auto 40px;
	}
	.page_link li a{
		font-size: 18px;
	}
	
	
	

	
	
	.list_02{
		display: block;
	}
	
	.list_02 li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px;
		text-align: center;
	}
	
	
	
	
	
	
	
	.ttl_01{
		font-size: 22px;
	}
	.ttl_01 small{
		font-size: 16px;
	}
	
	
	
	

	
	.table_a th,
	.table_a td{
		width: 100%;
		display: block;
	}
	.table_a th{
		border-right: 0;
	}

	
	
	
	
	
	.page_ttl_area{
		margin-top: 58px;
	}
	
	
	
	
	
	header .h_inner .h_fix{
		padding: 10px 15px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}
	
	header .h_inner .h_fix h1 img{
		max-width: 170px;
	}
	header .h_inner .h_fix h1{
		margin-top: 0;
	}
	.mv_img{
		margin-top: 58px;
	}
	
	

	.place_result .search_result .float_ft{
		display: block;
	}
	.place_result .search_result .link_04{
		margin-bottom: 20px;
	}
	
	.search_area .drop_search{
		padding: 20px 15px 30px;
	}


	
	
	
	
	.search_area .s_box02 .check_area .check{
		display: flex;
		flex-direction: column;
	}
	
	
	
	
	
	.copy{
		font-size: 14px;
	}

	#link_category,
	#link_map,
	#link_keywords{
		margin-top: 0;
		padding-top: 0;
	}

	
}


@media screen and (max-width: 600px) {
	.search_area .search_inner ul h4{
		min-width: 100%;
	}
	.search_area .search_inner.s_box01 ul li{
		width: 44%;
		max-width: 100%;
		margin: 0 2% 20px;
	}
	.search_area .search_inner.s_box01 ul{
		justify-content: space-between;
	}
}
