@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: var(--main-color);
	text-align: left;
	line-height: 1.8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	overflow-x: hidden;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
.wrapper {
	overflow: hidden;
}
a {
	text-decoration: none; 
}
a:hover { 
	opacity: 0.5;
	transition: 0.5s;
}
body a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition: 0.5s;
}
body img{
	border-style:none;
	width: 100%;
	display: block;
}
body a img{
	border-style:none; 
}
ul,li{
	list-style-type:none;
	margin:0;
	padding:0;
}
.scrollanime {
	opacity: 0;
}
.fadeInDown {
	animation-name: fadeInDown;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;			
	}
	100% {
	opacity: 1;
	transform: translate(0);
	}
}
.downup {
	transform: translateY(50px);
}
:root {
	--main-color: #000000;
	--navy-color: #1d395f;
	--green-color: #80bf5c;
	--blue-color: #5a8db5;
}

/*==========================================================
FOOTER
==========================================================*/
footer{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	background-color: var(--navy-color);
	color: #FFFFFF;
	text-align: center;
	padding: 35px 0;
	margin-top: 45px;
}
.translation{
	width: 120px;
	margin: 35px auto 0 auto;
}
.copyright{
	margin-top: 30px;
}
@media screen and (max-width: 1179px) {
	.hosting{
		font-size: 18px;
		line-height: 1.6em;
	}
}
@media screen and (min-width: 1180px) {
	br.f_sp{
		display: none;
	}
	.hosting{
		font-size: 21px;
	}
	.copyright{
		font-size: 13px;
	}
}

/*==========================================================
COMMON
==========================================================*/
main{
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url("images/bg_washi.png");
	background-position: top left;
	margin-bottom: -70px;
}
#gt_float_wrapper{
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width:699px){
	.pc{
		display: none;
	}
	.contents1100{
		width: 90%;
		margin: 0 5%;
		display: block;
		clear: both;
		overflow: hidden;
	}
}
@media screen and (min-width:700px) and (max-width:1179px){
	.sp{
		display: none;
	}
	.contents1100{
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;
		display: block;
		clear: both;
		overflow: hidden;
	}
}
@media screen and (min-width:1180px){
	.sp{
		display: none;
	}
	.contents1100{
		width: 100%;
		max-width: 1180px;
		margin: 0 auto;
		padding: 0 40px;
		display: block;
		clear: both;
		overflow: hidden;
	}
}
/*==========================================================
CONTENTS
==========================================================*/
.cover{
	width: 100%;
	display: flex;
	justify-content: center;
}
@media screen and (max-width:664px){
	.mainimg_pc{
		display: none;
	}
	.mainimg_sp{
		width: 96%;
		margin: 30px 0 65px 0;
	}
}
@media screen and (min-width:665px){
	.mainimg_sp{
		display: none;
	}
	.mainimg_pc{
		width: 1190px;
		height: 679px;
		background-image: url("images/mainimg_pc.png");
		background-repeat: no-repeat;
		background-position: top center;
		margin: 70px 0 100px 0;
	}
}
.bg02{
	width: 100%;
	display: block;
	clear: both;
	background-image: url("images/bg02.png");
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	top: -70px;
}
.intro_txtbox{
	width: 100%;
	display: block;
	clear: both;
	background-image: url("images/intro_banabi01.png"),url("images/intro_banabi02.png");
	background-repeat: no-repeat;
	background-position: top left, bottom 1.3vw right;
}
.intro_ttl{
	color: #1e395f;
	line-height: 1.3em;
}
.intro_txt{
	margin: 25px 0 60px 0;
	line-height: 2.8em;
	letter-spacing: 13%;
}
@media screen and (max-width:849px){
	.intro{
		margin-top: 40px;
	}
	.intro_ttl{
		font-size: 23px;
		padding: 40px 0 0 80px;
	}
	.intro_img{
		width: 90%;
		margin: 0 5%;
	}
}
@media screen and (min-width:850px) and (max-width:1179px){
	.intro{
		display: flex;
		margin-top: 40px;
	}
	.intro_txtbox{
		width: 51%;
	}
	.intro_ttl{
		font-size: 27px;
		padding-left: 100px;
		margin-top: 40px;
	}
	.intro_img{
		width: 49%;
	}
}
@media screen and (min-width:1180px){
	.intro{
		display: flex;
		margin-top: 40px;
	}
	.intro_txtbox{
		width: 560px;
	}
	.intro_ttl{
		font-size: 34px;
		padding-left: 160px;
		margin-top: 40px;
	}
	.intro_img{
		width: 540px;
		margin-top: -39px;
	}
}
.contents01{
	width: 100%;
	background-color: var(--green-color);
	display: flex;
	align-items: center;
	flex-direction: column;
}
.ttl_contents01_wrap{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}
.ttl_contents01{
	color: #FFFFFF;
}
.ttl_contents01::before{
	content: "";
	background-image: url("images/ttl_white_before.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 5px;
	aspect-ratio: 38 / 41;
}
.ttl_contents01::after{
	content: "";
	background-image: url("images/ttl_white_after.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 5px;
	aspect-ratio: 38 / 41;
}
.contents01_inner{
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.event_place{
	color: var(--navy-color);
	text-align: center;
	line-height: 1.0em;
	margin-top: 20px;
}
.event_detail{
	text-align: center;
	line-height: 2.5em;
	margin-top: 30px;
}
.news{
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.news_held{
	background-color: var(--green-color);
	text-align: center;
	color: #FFFFFF;
	padding: 7px 0;
	margin: auto;
    line-height: 1.5em;
	border-radius: 50px;
	position: relative;
	left: 0;
	right: 0;
}
.news_date{
	background-color: var(--navy-color);
	color: #FFFFFF;
	padding: 7px 0;
	text-align: center;
	margin: -35px auto 0 auto;
}
.news_ttl{
	color: var(--navy-color);
	text-align: center;
	margin-top: 15px;
}
.news p{
	display: block;
	clear: both;
	line-height: 2.0em;
	margin-top: 15px;
}
.border{
	border-bottom: 1px var(--navy-color) solid;
}
.ttl_sukiyaki,
.ttl_access{
	width: 100%;
	background-image: url("images/bg_cloud.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--navy-color);
	margin-top: 40px;
}
.sukiyaki_menu{
	margin-top: 55px;
}
.sukiyaki_name{
	font-weight: 900;
	color: var(--blue-color);
	text-align: center;
	letter-spacing: 15%;
	margin-top: 20px;
}
.sukiyaki_price{
	color: var(--navy-color);
	text-align: center;
	margin-top: 20px;
}
.sukiyaki_txt{
	margin-top: 20px;
}
.sukiyaki_note{
	background-color: var(--navy-color);
	padding: 10px 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}
.sukiyaki_note_list{
	padding-left: 12px;
	margin-top: 20px;
}
.sukiyaki_note_list,
.sukiyaki_note_list li{
	list-style-type: decimal;
	font-size: 10px;
}
.btn_reserve a,
.btn{
	max-width: 400px;
	width: 100%;
	margin: 55px auto 0 auto;
	display: block;
	background-color: var(--green-color);
	color: #FFFFFF;
	text-align: center;
	border-radius: 50px;
	padding: 15px 20px 10px 20px;
}
.btn_reserve a::after,
.btn::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	transform: rotate(45deg);
	margin: 10px auto;
}
@media screen and (max-width:699px){
	.contents01{
		border-radius: 20px;
		padding-top: 50px;
		margin-top: 100px;
	}
	.ttl_contents01_wrap{
		top: -65px;
	}
	.ttl_contents01_img{
		width: 60px;
		margin-right: 10px;
	}
	.ttl_contents01{
		font-size: 15px;
		margin-bottom: 13px;
	}
	.ttl_contents01::before{
		width: 20px;
		margin-right: 5px;
	}
	.ttl_contents01::after{
		width: 20px;
		margin-left: 5px;
	}
	.contents01_inner{
		width: calc(100% - 30px);
		border-radius: 25px;
		padding: 30px 5% 40px 5%;
		margin-top: -65px;
		margin-bottom: 15px;
	}
	.event_date{
		max-width: 469px;
		width: 100%;
		margin: 0 auto;
	}
	.event_place{
		font-size: 25px;
	}
	.event_detail{
		text-align: left;
	}
	.news{
		border: 8px var(--green-color) solid;
		padding: 30px 20px 15px 20px;
		margin-top: 65px;
	}
	.news_held{
		max-width: 400px;
		width: 90%;
		font-size: 17px;
		top: -55px;
	}
	.news_date{
		width: 180px;
		font-size: 15px;
	}
	.news_ttl{
		font-size: 18px;
	}
	.border{
		margin-top: 60px;
	}
	.ttl_sukiyaki,
	.ttl_access{
		height: 90px;
		font-size: 24px;
	}
	.sukiyaki_menu li:last-of-type{
		margin-top: 60px;
	}
	.sukiyaki_name{
		font-size: 20px;
	}
	.sukiyaki_price{
		font-size: 17px;
	}
	.sukiyaki_txt{
		max-width: 330px;
		width: 86%;
		margin: 20px auto 0 auto;
	}
	.btn_reserve a,
	.btn{
		font-size: 14px;
	}
}
@media screen and (min-width:700px) and (max-width:1179px){
	.contents01{
		border-radius: 35px;
		margin-top: 120px;
	}
	.ttl_contents01_wrap{
		top: -65px;
	}
	.ttl_contents01_img{
		width: 140px;
		margin-right: 35px;
	}
	.ttl_contents01{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.ttl_contents01::before{
		width: 33px;
		margin-right: 8px;
	}
	.ttl_contents01::after{
		width: 33px;
		margin-left: 8px;
	}
	.contents01_inner{
		width: calc(100% - 40px);
		border-radius: 40px;
		padding: 40px 5% 60px 5%;
		margin-top: -65px;
		margin-bottom: 20px;
	}
	.event_date{
		max-width: 469px;
		width: 80%;
		margin: 0 auto;
	}
	.event_place{
		font-size: 38px;
	}
	.news{
		border: 10px var(--green-color) solid;
		padding: 30px 25px 15px 25px;
		margin-top: 65px;
	}
	.news_held{
		max-width: 400px;
		width: 70%;
		font-size: 19px;
		top: -57px;
	}
	.news_date{
		width: 180px;
		font-size: 15px;
	}
	.news_ttl{
		font-size: 20px;
	}
	.border{
		margin-top: 80px;
	}
	.ttl_sukiyaki,
	.ttl_access{
		height: 100px;
		font-size: 26px;
	}
	.sukiyaki_menu{
		display: flex;
		justify-content: space-between;
	}
	.sukiyaki_menu li{
		width: 43%;
	}
	.sukiyaki_name{
		font-size: 22px;
	}
	.sukiyaki_price{
		font-size: 19px;
	}
	.sukiyaki_txt{
		max-width: 330px;
		width: 86%;
		margin: 20px auto 0 auto;
	}
	.btn_reserve a,
	.btn{
		font-size: 19px;
	}
}
@media screen and (min-width:1180px){
	.contents01{
		border-radius: 40px;
		margin-top: 150px;
	}
	.ttl_contents01_wrap{
		top: -88px;
	}
	.ttl_contents01_img{
		width: 176px;
		margin-right: 45px;
	}
	.ttl_contents01{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.ttl_contents01::before{
		width: 38px;
		margin-right: 8px;
	}
	.ttl_contents01::after{
		width: 38px;
		margin-left: 8px;
	}
	.contents01_inner{
		width: 1060px;
		border-radius: 45px;
		padding: 45px 55px 70px 55px;
		margin-top: -88px;
		margin-bottom: 20px;
	}
	.event_date{
		width: 469px;
		margin: 0 auto;
	}
	.event_place{
		font-size: 42px;
	}
	.news{
		border: 12px var(--green-color) solid;
		padding: 30px 25px 15px 25px;
		margin-top: 85px;
		margin-bottom: 100px;
	}
	.news_held{
		width: 415px;
		font-size: 22px;
		top: -59px;
	}
	.news_date{
		width: 200px;
		font-size: 16px;
	}
	.news_ttl{
		font-size: 24px;
	}
	.border{
		margin-top: 100px;
	}
	.ttl_sukiyaki,
	.ttl_access{
		height: 113px;
		font-size: 30px;
	}
	.sukiyaki_menu{
		display: flex;
		justify-content: space-between;
	}
	.sukiyaki_menu li{
		width: 393px;
	}
	.sukiyaki_name{
		font-size: 24px;
	}
	.sukiyaki_price{
		font-size: 22px;
	}
	.sukiyaki_txt{
		width: 330px;
		margin: 20px auto 0 auto;
	}
	.btn_reserve a,
	.btn{
		font-size: 21px;
	}
}
.event_topttl{
	text-align: center;
	color: var(--navy-color);
	background-image: url("images/event_ttl_border.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 15px;
}
.event_topttl::before{
	content: "";
	background-image: url("images/ttl_navy_before.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 5px;
	aspect-ratio: 31 / 44;
}
.event_topttl::after{
	content: "";
	background-image: url("images/ttl_navy_after.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 5px;
	aspect-ratio: 31 / 44;
}
.event_topttl img{
	width: 70%;
	margin: 15px auto 0 auto;
}
.event_list{
	margin-top: 65px;
}
.event_list li{
	margin-top: 40px;
	text-align: center;
}
.event_number{
	width: 100%;
	height: 58px;
	background-image: url("images/bg_cloud.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 0.9em;
	color: var(--navy-color);
	font-weight: 900;
	font-size: 21px;
}
.event_number span{
	font-size: 12px;
}
.event_subttl,
.event_ttl{
	color: var(--navy-color);
	margin-top: 15px;
}
.event_txt{
	margin-top: 20px;
}
.event_note{
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 25px;
	margin-top: 40px;
}
.event_schedule{
	position: relative;
}
.event_schedule_img{
	overflow: hidden;
	transition: height 0.2s ease;
}
.event_schedule_img img {
    display: block;
    width: 100%;
    height: auto;
}
.btn_wrap{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
	cursor: pointer;
	transition: bottom 0.2s;
}
.btn_reserve#pdf a{
	margin-top: 60px;
}
@media screen and (max-width:849px){
	.event_wrap{
		width: 90%;
		margin: 80px 5% 0 5%;
	}
	.event_imhg01{
		width: 60%;
		margin-right: 40%;
	}
	.event_imhg02{
		width: 64%;
		margin: 60px 0 0 36%;
	}
	.event_topttl{
		font-size: 23px;
		background-size: 80%;
		margin-top: 50px;
	}
	.event_topttl::before{
		width: 20px;
		margin-right: 10px;
	}
	.event_topttl::after{
		width: 20px;
		margin-left: 10px;
	}
	.event_topttl::after{
		width: 20px;
		margin-left: 10px;
	}
	.event_ttl{
		font-size: 23px;
	}
	.event_note{
		border: 8px var(--green-color) solid;
	}
	.event_schedule{
		margin-top: 80px;
	}
	.event_schedule_img{
		height: 300px;
	}
}
@media screen and (min-width:850px){
	.event_wrap{
		width: 96%;
		margin: 400px 2% 0 2%;
		position: relative;
		z-index: 0;
	}
	.event_imhg01{
		max-width: 576px;
		width: 28%;
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.event_imhg02{
		max-width: 638px;
		width: 31%;
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 40px;
	}
	.event_box{
		width: 630px;
		margin: 0 auto;
	}
	.event_topttl{
		font-size: 36px;
		background-size: 70%;
	}
	.event_topttl::before{
		width: 31px;
		margin-right: 15px;
	}
	.event_topttl::after{
		width: 31px;
		margin-left: 15px;
	}
	.event_ttl{
		font-size: 27px;
	}
	.event_note{
		border: 12px var(--green-color) solid;
	}
	.event_schedule{
		margin-top: 115px;
	}
	.event_schedule_img{
		height: 480px;
	}
}
.contents03{
	background-color: rgba(235,199,160,0.23);
	padding-bottom: 50px;
	margin-top: 100px;
}
.access_list li{
	background-color: #FFFFFF;
	border-radius: 25px;
	padding: 30px 40px;
	box-sizing: border-box;
	margin-top: 35px;
}
.access_list_inner{
	width: 100%;
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	padding-bottom: 30px;
}
.access_list_ttl{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 900;
	background-color: var(--blue-color);
	padding: 5px 25px;
	float: left;
 	clear: both;
	margin-bottom: 30px;
}
.way{
	display: block;
	clear: both;
	margin-top: 20px;
}
.way:first-of-type{
	margin-top: 0;
}
.way_ttl{
	font-size: 23px;
	color: var(--navy-color);
}
.way_border{
	border-right: 1px var(--navy-color) solid;
	height: 13px;
	margin: 0 25px;
}
.way_01{
	font-size: 18px;
	color: var(--blue-color);
	margin-right: 15px;
}
.way_02{
	border-bottom: 1px var(--blue-color) solid;
	padding: 0 15px 3px 15px;
	margin-right: 15px;
}
.way_03{
	font-size: 18px;
	color: var(--navy-color);
	margin-right: 15px;
}
.way_04{
	font-size: 18px;
	color: #540505;
}
.map{
	width: 100%;
	position: relative;
}
.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:699px){
	.map{
		height: 400px;
		margin-top: 80px;
	}
}
@media screen and (min-width:700px) and (max-width:1179px){
	.map{
		height: 500px;
		margin-top: 100px;
	}
}
@media screen and (min-width:1180px){
	.map{
		height: 620px;
		margin-top: 130px;
	}
}
.btn_reserve#contact a{
	margin: 0;
}
.tel_ttl{
	background-color: var(--green-color);
	color: #FFFFFF;
	text-align: center;
	border-radius: 50px;
	padding: 5px 0;
	box-sizing: border-box;
}
.tel a{
	display: block;
	text-align: center;
	color: var(--navy-color);
	letter-spacing: 17%;
	margin-top: 20px;
}
.sukiyaki_note.contact{
	margin-top: 50px;
}
@media screen and (max-width:979px){
	.contents900{
		width: 90%;
		margin: 0 5%;
		display: block;
		clear: both;
		overflow: hidden;
	}
	.btn_reserve#contact{
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
	.tel_box{
		margin-top: 40px;
	}
	.tel a{
		font-size: 34px;
	}
}
@media screen and (min-width:980px){
	.contents900{
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 0 40px;
		display: block;
		clear: both;
		overflow: hidden;
	}
	.contact_box{
		display: flex;
		margin-top: 40px;
	}
	.btn_reserve#contact{
		width: 450px;
		border-right: 1px var(--navy-color) solid;
		box-sizing: border-box;
	}
	.tel_box{
		width: 400px;
		margin-left: 50px;
	}
	.tel a{
		font-size: 46px;
	}
}

