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


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

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

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 100%;
	line-height: 1.8;
	color: #6a3906;
	width: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)";
}


/*写真拡大*/
.moimg1 {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.moimg1 img {
    width: 100%;
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}


/*PCでは非表示*/
.pc_displaynone {
    display: none;
}


/*スマホ（サイズ）のみ電話リンクイキ*/
@media (min-width: 600px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/*ページトップへ（矢印）*/

#ptop {
    position: fixed;
    bottom: 25px;
    right: 25px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
}


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

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

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

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

.main_description {
	display: none;
}

#globalnavi_input {
	display: none;
}

.header_con_t {
	background-color: #f09400;
}

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

.globalnavi_normal a {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	padding: 16px 25px;
	background-color: #f09400;
}

.globalnavi_normal a:hover {
	background-color: #f07400;
}

/*1000px以下の時*/
@media screen and (max-width: 1000px) {	
	.globalnavi_normal a {
		font-size: 90%;
		padding: 16px 20px;
	}
}



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

.basetitle {
	text-align: center;
}

/*=== news ===*/

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

.news_con {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

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

.news .news_info_a {
	display: flex;
}

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

.news .news_info_a dt,
.news .news_info_a dd {
	width: 100%;
	padding: 15px 20px;
	border-bottom: solid 1px #b49c82;
}
.news .news_info_a dt {
	width: 20%;
	white-space: nowrap;
	font-weight: bold;
}

.news .news_info_a dd {
	width: 80%;
}

/*=== deco ===*/

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

.deco_r {
	width: 95%;
	max-width: 1250px;
	margin: 0 auto;
	margin-top: -90px;
}

.deco_r_a {
	text-align: right;
}


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

.deco_l {
	width: 95%;
	max-width: 1250px;
	margin: 0 auto;
	margin-top: -90px;
}

.deco_l_b {
	text-align: left;
}



/*=== dealer ===*/

.dealer {
	width: 100%;
	background-color: #fef6e8;
	padding: 60px 0 65px 0;
	margin-top: -90px;
}

.dealer_con {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.dealer .dealer_p {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	margin-top: 15px;
	margin-bottom: 25px;
}

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

.dealer_con ul li {
	width: 32.73%;
	margin-bottom: 10px;
}

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

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

/*1000px以下の時*/
@media screen and (max-width: 1000px) {	
	.dealer_con ul li a {
		font-size: 90%;
	}
}


/*=== about ===*/

.about {
	width: 100%;
	margin-bottom: 80px;
}

.about_con {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.about_p {
	font-size: 125%;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.about_p span {
	color: #d6536f;
}

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

.about_con table th,
.about_con table td {
	font-size: 110%;
	padding: 18px 30px;
	font-weight: bold;
}

.about_con table th {
	width: 30%;
	background-color: #6a3906;
	border: solid 1px #fff;
	color: #fff;
}

.about_con table td {
	width: 70%;
	border: solid 1px #6a3906;
}

.about_con .about_pa {
	font-size: 75%;
	line-height: 2;
}

/*=== present ===*/

.titleimg {
	text-align: center;
}

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

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

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

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

.present_info_a {
	position: relative;
	background-color: #d6536f;
	border-radius: 15px;
	padding: 20px 30px;
	margin-bottom: 20px;
}

.present_a_01 {
	width: 38%;
	margin: 0 auto;
}

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

.present_a_02 {
	width: 10%;
	position: absolute;
	left: 20%;
	top: 20px;
}

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

.present_a_03 {
	width: 18%;
	position: absolute;
	right: 12%;
	top: 16px;
}

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

.present_info_b {
	position: relative;
	background-color: #ffef00;
	padding: 20px 30px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.present_b_top {
	width: 72%;
	margin: 0 auto;
	text-align: center;
}

.present_b_01a {
	margin-bottom: 12px;
	width: 100%;
}

.present_b_01a img {
	display: block;
}

.present_b_01b {
	width: 55%;
	margin: 0 auto;
}

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

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

.present_b_02 {
	width: 10%;
	position: absolute;
	left: 4%;
	top: 12px;
}

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

.present_b_03 {
	width: 10%;
	position: absolute;
	right: 4%;
	top: 10px;
}

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

.present_info_c {
	position: relative;
	background-color: #ffef00;
	border-radius: 15px;
	padding: 20px 30px 15px 30px;	
}

.present_c_top {
	width: 63%;
	margin: 0 auto;
}

.present_c_01 {
	margin-bottom: 5px;
}

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

.present_c_p {
	text-align: center;
	font-size: 75%;
}

.present_c_02 {
	position: absolute;
	width: 7.5%;
	right: 8%;
	top: 5px;
}

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


/*=== kitchen ===*/

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

.kitchen .kitchen_con {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}

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



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

.kitchen ul li {
	width: 32.3%;
	background-color: #fff;
	padding: 20px 20px 30px 20px;
	margin-bottom: 17px;
}

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

.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: 110%;
	margin-bottom: 5px;
}

.kitchen .kitchen_sp {
	font-size: 85%;
}

/*=== 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: 78px;
	margin-top: 80px;
}

.event_con {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

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

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

.event .event_info_img img {
	width: 100%;
	height: auto;
}

/*.event .event_info_img {
	margin-bottom: 10px;
}*/
.event .event_info{
	width: 43%;
}

.event .event_info_sname {
	font-size: 75%;
	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: 160px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	background-color: #d6536f;
	border-radius: 30px;
	padding: 8px 25px;
	background-image: url(../images/icon_window_wh.png);
	background-size: 13px auto;
	background-repeat: no-repeat;
	background-position: right 20px center;
	margin-top: 12px;
}

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

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

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

.event .event_info_pg {
	display: flex;
	align-items: flex-start;
	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;
	white-space: nowrap;
	vertical-align: middle;
}

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

.event_kome {
	font-size: 85%;
}


/*=== deco_img ===*/

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

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

/*=== map ===*/

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

.map_con {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}

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

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

/*=== qa ===*/

.qa {
	width: 100%;
	background-color: #fef6e8;
	padding: 60px 0 65px 0;
	margin-top: -90px;
}

.qa_con {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

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

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

.qa .qa_q {
	font-size: 110%;
	font-weight: bold;
	background-image: url(../images/icon_q.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: left 3px center;
	padding-left: 38px;
	margin-bottom: 10px;
}

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

/*=== access ===*/

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

.access_con {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.access_info {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.access_left {
	width: 48%;
}


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

.access_right {
	width: 48%;
}

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

.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 20px;
	background-color: #fef6e8;
}

.access_right .access_venue_sp_a {
	font-size: 110%;
	font-weight: bold;
}

.access_right .access_venue_sp_b {
	font-size: 90%;
}

.access_detail {
	margin-bottom: 20px;
}

.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: 8px;
}

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

.f_main_con {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 40px 0 45px 0;
}

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

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

.f_main_organizer {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.f_main_tel a {
	color: #fff;
}

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

.f_main_patronage {
	text-align: center;
	color: #fff;
	font-size: 85%;
}

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

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

.contact_mail {
	text-align: center;
	color: #fff;
}

.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: 75%;
}


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

.submain_img {
	width: 80%;
	max-width: 861px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

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

/*=== policy ===*/

.policy {
	width: 100%;
	margin-bottom: 90px;
}

.policy_con {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.policy_a {
	margin-top: 25px;
}

.policy_info {
	margin-bottom: 45px;
}

.policy_info h4 {
	font-weight: bold;
	font-size: 125%;
}

.policy_info h5 {
	font-weight: bold;
}

.policy_b {
	margin-top: 80px;
}

.policy_sp {
	font-size: 85%;
}



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

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

.back_none {
	background-color: transparent !important;
	border: none !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;
}
.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-bottom: 60px;
	margin-top: 30px;
}
.about_con table tr  .about_pb{
	font-size: 90%;
	line-height: 2;
}
/*==================== 240823に追加 ====================*/
.titledate_01{
	margin-bottom: 20px;
	text-align: center;
	background-color: #9CB439;
	border-radius: 22.5px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}

.titledate_02{
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #d6536f;
	border-radius: 22.5px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}
.p_bold{
	font-weight: bold;
}


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

.corner_info {
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	margin-top: 87px;
}

/*.corner_a {
	width: 100%;
}*/

.corner_group {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;

}

.corner_seve img {
	width: 48%;
	max-width: 384px;
	height: auto;
}

.comingsoon_event {
	background-color: #FFFDD9;
	text-align: center;
	width: 100%;
	padding: 60px 50px;
	margin-top: 40px;
}

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

.kitchen_none {
	background-color: transparent !important;
}

/*==================== 241001に追加 ====================*/
.corner_info_p{
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 5px;
}
.JAF_corner_info{
	width: 90%;
	max-width: 790px;
	margin: 0 auto;
	margin-top: 40px;
}
.event .corner_info_img img {
	height: auto;
	width: 100%;
}

.corner_seve_03{
	margin: 0 auto;
	width: 48%;
	max-width: 198px;
	height: auto;
}
.parformance_wrapper{
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width:858px){
	.corner_info_small_t{
		font-size: 14px;
	}
}
/*==================== 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: 80%;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 25px;
}
.note_text {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 60px;
	padding: 12px 20px;
	background-color: #fef6e8;
}

.map_group {
	margin-top: 25px;
}

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

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

.map_info_b {
	width: 100%;
	max-width: 800px;
	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: 80%;
	padding: 3px 40px 3px 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;
}

.dealer_s a:hover {
	background-color: #C6BEB6 !important;
}

.dealer_s {
	padding: 8px 20px 5px 20px;
	border: solid 1px #6a3906;
	background-color: #fff;
}

.dealer_sp {
	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: 80%;
}

.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: 80%;
	font-weight: bold;
	background-color: #6a3906;
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px;
}
/*キッチンカーのダミー*/
.kitchen_dummy{
	opacity: 0;
}
