@charset "UTF-8";
/* CSS Document */


/* ==================== base =====================*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #6a3906;
	-webkit-text-size-adjust: 100%;
}

a {
	transition: .3s;
}

a:link {
	color:#6a3906;
	text-decoration: none;
}
a:visited {
	color:#6a3906;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #f29600;
	text-decoration: none;
	}
a:active {
	color: #f29600;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*ページトップへ（矢印）*/
#ptop {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


/*スマホでは非表示*/
.sp_displaynone {
    display: none;
}


/*==================== header ====================*/

header {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	background-image: url(../images/back_border.png);
	background-size: 55px auto;
	background-position: left top;
	background-repeat: repeat;
	padding-bottom: 20px;
}

h1 {
	width: 100%;
	margin-bottom: 5px;
}

h1 img {
	width: 100%;
	height: auto;
}

.main_description {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.7;
}

.header_con_t {
	position: fixed;
	top: 0;
	right: 0;
}

/* ハンバーガーメニュー */

#globalnavi_t {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 100;
	width: 100%;
	max-width: 250px;
	transition: .3s;
}

ul.globalnavibtn_t {
	background-color: #f09400;
	padding: 0;
	height: 100vh;
	text-align: center;
	padding-top: 30%;
}

ul.globalnavibtn_t li {
	display: block;
}

ul.globalnavibtn_t li a {
	display: block;
	padding: 1.5rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.globalnavi_tr {
	display: none;
}

#globalnavi_btn {
	display: block;
	width: 60px;
	height: 60px;
	z-index: 100;
	background-image: url("../images/icon_open.png");
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s;
	background-color: #f09400;
	border-radius: 0 0 0 10px;
}

#globalnavi_block {
	display: none;
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

#globalnavi_input:checked ~ #globalnavi_btn {
	background-image: url("../images/icon_close.png");
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center center;
}

#globalnavi_input:checked ~ #globalnavi_block {
	display: block;
}

#globalnavi_input:checked ~ #globalnavi_t {
	left: 0;
}

.globalnavi_jizen {
	margin-bottom: 15px;
}
/*=== ハンバーガーメニューここまで ===*/



/*==================== main ====================*/

.basetitle {
	height: 7vw;
	text-align: center;
	max-height: 40px;
}

.basetitle img {
	height: 100%;
	width: auto;
}

/*=== news ===*/

.news {
	width: 100%;
	margin-bottom: 70px;
}

.news_con {
	width: 90%;
	margin: 0 auto;
}

.news .news_info {
	width: 100%;
	margin-top: 5px;
}

.news .news_info_a a {
	text-decoration: underline;
}

.news .news_info_a dt,
.news .news_info_a dd {
	width: 100%;
}

.news .news_info_a dd {
	border-bottom: solid 1px #b49c82;
}

.news .news_info_a dt {
	font-weight: bold;
	padding: 15px 15px 2px 15px;
}

.news .news_info_a dd {
	padding: 15px 15px 15px 15px;
}

/*=== deco ===*/

.deco_wave_a {
	width: 100%;
}
.deco_wave_a img {
	width: 100%;
	height: auto;
	display: block;
}

.deco_r {
	width: 95%;
	margin: 0 auto;
	margin-top: -55px;
}

.deco_r_a {
	text-align: right;
}

.deco_r_a img {
	width: auto;
	height: 90px;
}


.deco_wave_b {
	width: 100%;
}
.deco_wave_b img {
	width: 100%;
	height: auto;
	display: block;
}

.deco_l {
	width: 95%;
	margin: 0 auto;
	margin-top: -55px;
}

.deco_l_b {
	text-align: left;
}

.deco_l_b img {
	width: auto;
	height: 90px;
}



/*=== dealer ===*/

.dealer {
	width: 100%;
	margin-top: -35px;
	background-color: #fef6e8;
	padding: 45px 0 40px 0;
}

.dealer_con {
	width: 90%;
	margin: 0 auto;
}

.dealer .dealer_p {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.dealer_con ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dealer_con ul li {
	width: 49%;
	margin-bottom: 8px;
}

.dealer_con ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 15px 30px 15px 15px;
	background-color: #fff;
	border: solid 1px #6a3906;
	background-image: url(../images/icon_window.png);
	background-size: 13px auto;
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.dealer_con ul li a:hover {
	background-color: #f0ebe6;
	color: #6a3906;
}

/*=== about ===*/

.about {
	width: 100%;
	margin-bottom: 50px;
	margin-top: 20px;
}

.about_con {
	width: 90%;
	margin: 0 auto;
}

.about_p {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.about_p span {
	color: #d6536f;
}

.about_con table {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.about_con table th,
.about_con table td {
	font-weight: bold;
	display: block;
	border: solid 1px #6a3906;
}

.about_con table th {
	background-color: #6a3906;
	color: #fff;
	padding: 5px 15px;
}

.about_con table td {
	padding: 8px 15px;
}

.about_con .about_pa {
	font-size: 1.2rem;
	line-height: 2;
}

/*=== present ===*/

.titleimg {
	text-align: center;
	height: 16vw;
	max-height: 92px;
}

.titleimg img {
	height: 100%;
	width: auto;
}

.present {
	width: 100%;
	margin-bottom: 60px;
}

.present_con {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

.present_p {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}

.present_info_a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #d6536f;
	border-radius: 10px;
	padding: 20px 25px;
	margin-bottom: 10px;
}

.present_a_01 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}

.present_a_01 img {
	width: 100%;
	max-width: 378px;
	height: auto;
}

.present_a_02 {
	width: 36%;
	max-width: 114px;
	margin-right: 2%;
}

.present_a_02 img {
	width: 100%;
	height: auto;
}

.present_a_03 {
	width: 62%;
	max-width: 180px;
	margin-left: -10%;
}

.present_a_03 img {
	width: 100%;
	height: auto;
}

.present_info_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #ffef00;
	padding: 20px 25px 15px 25px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.present_b_top {
	width: 100%;
}

.present_b_spimg {
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
}

.present_b_spimg img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.present_b_02 {
	width: 30%;
	max-width: 114px;
	margin-right: 1%;
}

.present_b_02 img {
	width: 100%;
	height: auto;
}

.present_b_03 {
	width: 40%;
	max-width: 110px;
}

.present_b_03 img {
	width: 100%;
	height: auto;
}

.present_info_c {
	background-color: #ffef00;
	border-radius: 10px;
	padding: 20px 25px 15px 25px;
}

.present_c_spimg {
	width: 100%;
	max-width: 262px;
	margin: 0 auto;
}

.present_c_spimg img {
	width: 100%;
	height: auto;
}

.present_c_p {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 10px;
	margin-top: 5px;
}

.present_c_02 {
	text-align: center;
}

.present_c_02 img {
	width: 66px;
	height: auto;
}


/*=== kitchen ===*/

.kitchen {
	width: 100%;
	margin-bottom: 60px;
	background-color: #fef6e8;
	padding: 45px 0 40px 0;
}

.kitchen .kitchen_con {
	width: 90%;
	margin: 0 auto;
}

.kitchen .kitchen_p {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.kitchen ul li {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 20px 30px 20px;
	margin-bottom: 15px;
}

.kitchen .kitchen_nwh {
	background-color: #fef6e8;
	padding: 0;
}

.kitchen .kitchen_img img {
	width: 100%;
	height: auto;
}

.kitchen .kitchen_img {
	margin-bottom: 10px;
}

.kitchen .kitchen_sti {
	text-align: center;
	font-weight: bold;
	color: #f29600;
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.kitchen .kitchen_sp {
	font-size: 1.3rem;
}

/*=== event ===*/

.event {
	width: 100%;
	background-image: url(../images/back_deco.png);
	background-size: 1366px auto;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 50px;
}

.event_con {
	width: 90%;
	margin: 0 auto;
}


.event .event_info {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.event_info_border {
	border-bottom: solid 1px #d2c4b4;
	padding-bottom: 35px;
	margin-bottom: 35px !important;
}

.event .event_info_p {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.event .event_info_img img {
	width: 100%;
	max-width: 380px;
	height: auto;
	
}

.event .event_info_img {
	margin: 20px auto 20px;	
}
.event .event_info_img{
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 20px;
}

.event .event_info_sname {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
}

.event .event_info_name {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.event .event_info_btn a {
	display: block;
	width: 150px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	background-color: #d6536f;
	border-radius: 30px;
	padding: 8px 20px;
	background-image: url(../images/icon_window_wh.png);
	background-size: 13px auto;
	background-repeat: no-repeat;
	background-position: right 18px center;
}

.event .event_info_btn a:hover {
	background-color: #d64262;
}

/*JAFボタン*/
.event .event_info_btn_jaf a {
	display: block;
	width: 180px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	background-color: #9CB439;
	border-radius: 30px;
	padding: 8px 20px;
	background-image: url(../images/icon_window_wh.png);
	background-size: 13px auto;
	background-repeat: no-repeat;
	background-position: right 18px center;
	margin-top: 15px;
}

.event .event_info_btn_jaf a:hover {
	background-color: #879C31;
}
/**/

.event .event_info_pg {
	display: flex;
	margin-bottom: 5px;
}

.event .event_info_sth {
	color: #fff;
	font-weight: bold;
	background-color: #6a3906;
	border-radius: 50px;
	padding: 0px 12px;
	letter-spacing: 0.08em;
	margin-right: 8px;
}

.event_kome {
	font-size: 1.3rem;
}

.event .event_info_std {
	font-weight: bold;
}

/*=== deco_img ===*/

.deco_img {
	width: 100%;
	margin-bottom: 50px;
}

.deco_img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

/*=== map ===*/

.map {
	width: 100%;
	margin-bottom: 50px;
}

.map_con {
	width: 90%;
	margin: 0 auto;
}

.map .map_info {
	margin-top: 15px;
}

.map .map_info img {
	width: 100%;
	height: auto;
}

/*=== qa ===*/

.qa {
	width: 100%;
	background-color: #fef6e8;
	padding: 40px 0 45px 0;
	margin-top: -35px;
}

.qa_con {
	width: 90%;
	margin: 0 auto;
}

.qa .qa_infogroup {
	margin-top: 15px;
}

.qa .qa_info {
	background-color: #fff;
	padding: 10px 15px 15px 15px;
	margin-bottom: 10px;
}

.qa .qa_q {
	font-weight: bold;
	background-image: url(../images/icon_q.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: left 3px center;
	padding-left: 35px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.qa .qa_a {
	font-weight: bold;
	font-size: 1.3rem;
	background-color: #fef6e8;
	padding: 10px 15px 10px 48px;
	background-image: url(../images/icon_a.png);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: left 15px center;
}

/*=== access ===*/

.access {
	width: 100%;
	margin-bottom: 60px;
}

.access_con {
	width: 90%;
	margin: 0 auto;
}

.access_info {
	margin-top: 15px;
}

.access_left {
	margin-bottom: 10px;
}

.access_left iframe {
	width: 100%;
	height: 250px;
}

.access_right table {
	width: 100%;
	margin-bottom: 15px;
}

.access_right table th {
	width: 15%;
	background-color: #f29600;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.access_right table td {
	width: 85%;
	padding: 10px 15px;
	background-color: #fef6e8;
}

.access_right .access_venue_sp_a {
	font-weight: bold;
}

.access_right .access_venue_sp_b {
	font-size: 1.3rem;
}

.access_detail {
	margin-bottom: 15px;
}

.access_detail_title {
	display: flex;
	align-items: center;
	background-color: #6a3906;
	border: solid 1px #6a3906;
	margin-bottom: 10px;
}

.access_detail_ti {
	color: #fff;
	font-weight: bold;
	padding: 0 13px;
}

.access_detail_sti {
	font-weight: bold;
}

.access_detail_p_mb {
	margin-bottom: 10px;
}

/*=== footer ===*/

footer {
	width: 100%;
}

.f_top {
	width: 90%;
	margin: 0 auto;
}

.f_top_link {
	text-align: center;
	margin-bottom: 5px;
}

.f_main {
	background-color: #6a3906;
}

.f_main_con {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 35px 0;
}

.f_main_sti {
	text-align: center;
	margin-bottom: 5px;
}

.f_main_sti span {
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	border-radius: 50px;
	padding: 5px 15px;
}

.f_main_organizer {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 10px;
}

.f_main_tel a {
	color: #fff;
}

.f_main_tel {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.f_main_patronage {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}

.contact {
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}

.contact span {
	background-color: #fff;
	padding: 4px 15px;
	border-radius: 50px;
}

.contact_mail {
	text-align: center;
}

.contact_mail a {
	color: #fff;
	text-decoration: underline;
}

.f_bottom {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}

.f_bottom {
	text-align: center;
	font-size: 1.0rem;
}


/*==================== sitepolicy ====================*/

.submain_img {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.submain_img img {
	width: 100%;
	height: auto;
}

/*=== policy ===*/

.policy {
	width: 100%;
	margin-bottom: 60px;
	margin-top: -10px;
}

.policy_con {
	width: 90%;
	margin: 0 auto;
}

.policy_a {
	margin-top: 20px;
}

.policy_info {
	margin-bottom: 25px;
}

.policy_info h4 {
	font-weight: bold;
	font-size: 1.6rem;
}

.policy_info h5 {
	font-weight: bold;
}

.policy_b {
	margin-top: 40px;
}

.policy_sp {
	font-size: 85%;
}


/*リンクがないもの*/

.dealer_con .link_none {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	border: solid 1px #6a3906;
}

.back_none .link_none {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
}
/*==================== 240718に追加 ====================*/
.car_showcase{
	background-image: url(../images/back_btn_showcase.png);
	background-size: 850px auto;
	background-repeat: repeat;
	padding-top:50px;
	padding-bottom: 70px;
}
.car_showcase .icon_car_btntop{
	text-align: center;
}
.car_showcase .car_showcase_a{
	text-align: center;
	padding: 0 4%;
	margin: 0 auto;
	max-width: 430px;
}
.car_showcase .car_showcase_a img{
	width: 100%;
}
.showcase_p{
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	margin-top: 15px;
	margin-bottom: 25px;
}
.title_comingsoon {
	text-align: center;
}
.comingsoon_present{
	background-color: #fbf0f2;
	padding-top: 60px;
	padding-bottom: 60px;
}
.comingsoon_kitchen{
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.comingsoon_map{
	/*background-color: #f6f8ed;*/
	/*padding-top: 60px;*/
	padding-bottom: 40px;
	margin-top: 30px;
}
.about_con table tr  .about_pb{
	font-size: 1.3rem;
	line-height: 2;
}
/*==================== 240823に追加 ====================*/
.titledate_01{
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	background-color: #9CB439;
	border-radius: 22.5px;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}

.titledate_02{
	max-width: 350px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #d6536f;
	border-radius: 22.5px;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}
.p_bold{
	font-weight: bold;
}

/*==================== 240904に追加 ====================*/



.corner_seve img {
	width: 100%;
	height: auto;
}

.corner_btm {
	margin-bottom: 25px;
}

.corner_seve {
	text-align: center;
	height: 16vw;
	max-height: 92px;
	margin-bottom: 15px;
}

.corner_seve img {
	height: 100%;
	width: auto;
}

.comingsoon_event {
	background-color: #FFFCD1;
	text-align: center;
	width: 100%;
	padding: 80px 30px;
	margin-top: 40px;
}

.comingsoon_event img {
	max-width: 220px;
	width: 55%;
	height: auto;
}

/*==================== 240904に追加 ====================*/

.kitchen_none {
	background-color: transparent !important;
	padding: 0 !important;
}
/*==================== 241001に追加 ====================*/

.corner_info_p{
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

.event .corner_info_img{
	margin: 0 auto;
	max-width: 370px;
}
.event .corner_info_img img {
	height: auto;
	width: 100%;
}

.corner_seve_03{
	margin-bottom: 20px;
}
/*==================== 241003に追加 ====================*/
.corner_text{
	text-align: center;
	margin-top: 8px;
	color: #6a3906;
	font-size: 90%;
}
.corner_text_bold{
	font-weight: bold;
}

/*==================== 241011に追加 ====================*/
.kitchen_note {
	font-size: 1.2rem;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 15px;
}

.note_text {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 12px 15px;
	background-color: #fef6e8;
}

.map_group {
	margin-top: 25px;
}

.map_info_a {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.map_info_a img {
	width: 100%;
	height: auto;
}

.map_info_b {
	width: 100%;
	margin: 0 auto;
}

.map_info_b img {
	width: 100%;
	height: auto;
}

.map_info_kakudai {
	text-align: center;
	margin-bottom: 5px;
}

/*==================== 241015に追加 ====================*/
.dealer_s a {
	display: inline !important;
	background-color: #E1D7CD !important;
	color: #6a3906;
	border: none !important;
	font-size: 1.1rem;
	padding: 4px 35px 4px 10px  !important;
	background-image: url(../images/icon_window.png);
	background-size: 12px auto !important;
	background-repeat: no-repeat;
	background-position: right 5px center !important;
	font-weight: normal !important;
	margin-right: 3px;
}

.dealer_s {
	width: 100% !important;
	padding: 8px 15px;
	border: solid 1px #6a3906;
	background-color: #fff;
}

.dealer_sp {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3;
}



/*241025追加*/

.corner_table th,
.corner_table td {
	border: solid 1px #d6536f;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 1.3rem;
}

.corner_table {
	width: 100%;
	margin-top: 5px;
}

.corner_table th {
	width: 30%;
	background-color: #d64262;
	color: #fff;
}

.corner_table td {
	width: 70%;
	color: #d64262;
}

.corner_taikenmei {
	margin-top: 5px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #6a3906;
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px;
}

/*追加241028*/

.corner_text_sp {
	margin-bottom: 30px;
	line-height: 1.6;
}

/*241106キッチンカーのダミー*/
.kitchen_dummy{
	display: none;
}