@charset "utf-8";

/*************************************
						構造・共通
*************************************/
.container {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

.box {
	display: flex;
	width: 100%;
}

.box1-1 {
	width: 33%;
	margin-right: 4%;
}

.box1-2 {
	width: 63%;
}

.box1-3 {
	width: 63%;
	margin-right: 4%;
}

.box1-4 {
	width: 35%;
}

/*************************************
						ヘッダー
*************************************/

header {
	display: block;
	padding: 15px 15px 60px 15px;
	box-sizing: border-box;
	line-height: 1;
}

.header_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

#logo {
	display: block;
	width: 60%;
}

nav ul {
	display: flex;
	align-items: center;
}

nav ul li {
	width: auto;
	border-right: 1px solid #231815;
}

nav ul li:last-child {
	border-right: none;
}

nav ul li a {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	/* padding: 15px 40px 20px 40px; */
	padding: 15px 17px 20px 17px;
	line-height: 1;
	text-align: center;
	position: relative;
}

nav ul li#gm01 a:after {
	content: url("../images/gm01.png");
	display: block;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

nav ul li#gm02 a:after {
	content: url("../images/gm02.png");
	display: block;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

nav ul li#gm03 a:after {
	content: url("../images/gm03.png");
	display: block;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


/*************************************
						メインビジュアル
*************************************/

#mainvisual {
	background-color: #f5f3f2;
	display: block;
	position: relative;
	z-index: 9;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainvisual_img {
	display: block;
	margin: -50px auto 0 auto;
	padding: 0 20px;
}

#logo2 {
	display: block;
	max-width: 150px;
	margin: 0 auto;
	padding-top: 435px;
}


#main {
	display: block;
	background-color: #f5f3f2;
	box-sizing: border-box;
}

#main .container {
	padding: 0 15px;
	box-sizing: border-box;
}


/*************************************
						会長挨拶
*************************************/
.greeting {
	display: block;
	margin-bottom: 60px;
}

.greeting_box {
	display: flex;
	width: 100%;
	font-weight: 500;
}

.greeting_left {
	width: auto;
	margin-right: 50px;
	padding-top: 70px;
}

.greeting h2 {
	display: block;
	max-width: 100px;
	width: 100%;
	color: #000;
	margin-bottom: 40px;
	padding: 5px 3px;
	font-size: 21px;
	font-weight: 500;
	text-align: justify;
	text-align-last: justify;
	line-height: 1;
	border-bottom: 7px solid #000;
}

.caption {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	margin-top: 5px;
	letter-spacing: .5em;
}

.caption span {
	display: block;
	font-size: 18px;
}

p.greeting_txt {
	display: block;
	line-height: 1.8;
}



/*************************************
						トピックス
*************************************/

.topics {
	display: block;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.topics h2 {
	display: block;
	max-width: 145px;
	width: 100%;
	margin-bottom: 40px;
	padding: 5px 3px;
	font-size: 21px;
	font-weight: 500;
	text-align: justify;
	text-align-last: justify;
	line-height: 1;
	color: #000;
	border-bottom: 7px solid #000;
}

.topics_inner {
	display: block;
	margin: 5px 0;
	background-color: #fff;
	padding: 30px 80px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.topics_inner dl {
	display: flex;
	width: 100%;
	border-bottom: 1px dashed #777777;
	padding: 12px 5px;
}

.topics_inner dl dt {
	width: 185px;
	font-size: 15px;
}

.topics_inner dl dt span {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 5px;
	line-height: 1;
	color: #000;
}

.topics_inner dl dt span.cat01 {
	background-color: #fbe0e4;
}

.topics_inner dl dt span.cat02 {
	background-color: #e0f0e2;
}


.topics_inner dl a {
	display: block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.topics_inner dl a:hover {
	text-decoration: underline;
}

/* ------------------------- */
/* タブ */
/* ------------------------- */
.tab-area {
	display: flex;
	cursor: pointer;
	width: auto;
	margin-left: 220px;
	padding: 5px;
	line-height: 1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tab-area span {
	display: block;
	width: 100%;
	padding: 10px 20px;
	letter-spacing: 0.2px;
	line-height: 1;
	font-size: 20px;
	text-align: center;
}

.all span {
	background-color: #f5f3f2;
}

.news span {
	background-color: #fbe0e4;
}

.event span {
	background-color: #e0f0e2;
}

.list {
	width: 18%;
}

.list span {
	background-color: #f7efb8;
}

.list a {
	display: block;
	width: 100%;
	color: #000;
}

.tab {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: calc(100%/4); */
	width: 27%;
	padding: 0;
	margin-right: 5px;
	position: relative;
	overflow: hidden;
}

.tab:after {
	content: "";
	width: 55px;
	height: 1px;
	background: #000;
	transform: rotate(-70deg);
}

.tab:last-child:after {
	content: "";
	display: none;
}

.tab span {
	cursor: pointer;
}

.all span:hover {
	background-color: #ece9e7;
}

.news span:hover {
	background-color: #f9cfd5;
}

.event span:hover {
	background-color: #d3ead6;
}

.list span:hover {
	background-color: #f5eba6;
}

/* ------------------------- */
/* タブの中身 */
/* ------------------------- */
.panel {
	display: none;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.panel.active {
	display: block;
}

/* ------------------------- */
/* メインコンテンツ */
/* ------------------------- */
#main_contents {
	display: block;
	width: 100%;
	margin-top: 40px;
}

#category_tab01 {
	background: url("../images/category01_bk.png") no-repeat;
	background-position: center center;
	height: 120px;
	background-size: contain;
	max-width: 250px;
	width: 100%;
}

#category_tab02 {
	background: url("../images/category02_bk.png") no-repeat;
	background-position: center center;
	height: 120px;
	background-size: contain;
	max-width: 250px;
	width: 100%;
}

#category_tab03 {
	background: url("../images/category03_bk.png") no-repeat;
	background-position: center center;
	height: 120px;
	background-size: contain;
	max-width: 250px;
	width: 100%;
}

.category {
	display: flex;
	justify-content: center;
	cursor: pointer;
	width: auto;
	padding: 40px 10px 10px 10px;
	line-height: 1;
	background: #fff;
}

.category_tab span {
	display: block;
	width: 100%;
	color: #fff;
	letter-spacing: 0.2px;
	line-height: 1.4;
	font-size: 21px;
	text-align: center;
	margin-top: -15px;
}

.category_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	/* width: calc(100%/4); */
	width: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-right: 50px;
	cursor: pointer;
}

.category_tab:last-child {
	margin-right: 0;
}

.category_tab:hover {
	opacity: 0.7;
}


.category_inner {
	display: none;
	/* visibility: hidden;
	height: 0; */
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* .category_inner .container {
	display: none;
}

.active2 .container {
	display: block !important;
} */

.category_inner.active2 {
	/* visibility: initial;
	height: 100%; */
	display: block;
	padding: 50px 0;
}

#category01 {
	background-color: #e60012;
}

#category02 {
	background-color: #1d2088;
}

#category03 {
	background-color: #231815;
}


/* ------------------------- */
/* 食事・土産 */
/* ------------------------- */
p.label {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 50px;
	line-height: 1;

}

p.label span {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	background-color: #ffffff;
	letter-spacing: 0.3em;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

#category01 p.label span {
	color: #e60012;
}

#category02 p.label span {
	color: #1d2088;
}

#category03 p.label span {
	color: #231815;
}

p.sub_title {
	display: block;
	font-size: 21px;
	color: #fff;
	margin-bottom: 70px;
}

#main_contents p.text {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

.bunner_box {
	display: flex;
	justify-content: center;
	width: auto;
}

.bunner_col {
	width: auto;
	margin-right: 70px;
}

.bunner_col:last-child {
	margin-right: 0;
}

.bunner_col img {
	border: 1px solid #fff;
}

.bunner_col p.title {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.bunner_col a:hover {
	opacity: 0.7;
}

.bunner_col p.title span {
	display: block;
	font-size: 19px;
}

.bunner_col p.title:after {
	content: url("../images/arw.png");
	display: block;
	margin: 10px auto;
	line-height: 1;
	text-align: center;
}

/* スライドの動き等速 */
.swiper-container {
	overflow: initial !important;
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-wrapper img {
	width: 100%;
	height: auto;
}

.slider1 img,
.slider2 img {
	border-radius: 50%;
}

.slider1 .swiper-slide a img,
.slider2 .swiper-slide a img {
	transition: .4s;
}

.slider1 .swiper-slide a img:hover,
.slider2 .swiper-slide a img:hover {
	transform: translateY(-15px);
}

.slider1 {
	margin-top: 80px;
}

.slider2 {
	margin: 80px 0 160px 0;
}




/* 画像無限スクロール */
#img_slider1 {
	margin-top: 80px;
}

#img_slider2 {
	margin: 80px 0 160px 0;
}

.slide-animation {
	display: flex;
	gap: 10px;
}

.slide-animation ul {
	margin: 0;
	padding: 0;
}

.slide-animation li {
	width: 230px;
	margin: 0 15px;
	list-style: none;
}

.slide-animation li img {
	border-radius: 50%;
	transition: .4s;
	position: relative;
}

/* .slide-animation li img:hover {
	transform: translateY(-15px);
} */

.slide-contents {
	display: flex;
	gap: 10px;
	animation: loopAnimation 45s linear infinite;
}

#img_slider2 .slide-contents {
	animation-direction: reverse;
}

@keyframes loopAnimation {
	0% {
		transform: translate(0%);
	}

	100% {
		transform: translate(-100%);
	}
}


/* ------------------------- */
/* 体験 */
/* ------------------------- */
.model_course {
	margin-top: 70px;
}

.model_course h3 {
	letter-spacing: 0.2em;
}

.model_corse_title {
	display: block;
	margin-bottom: 60px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.colum3 {
	display: flex;
	justify-content: center;
	width: 100%;
}

.colum3 li {
	width: 32%;
	margin-right: 3%;
}

.colum3 li:last-child {
	margin-right: 0;
}

.colum3 li span {
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

.colum3 li a:hover {
	opacity: 0.7;
}

.model_corse_title2 {
	display: block;
	margin: 70px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

.model_corse_title2 span {
	display: inline-block;
	margin: 0 auto;
	color: #1d2088;
	font-weight: 600;
	background-color: #ffffff;
	text-align: center;
	line-height: 1;
}

.model_corse_title2 span a {
	display: block;
	font-size: 21px;
	padding: 10px 25px;
	color: #1d2088;
	font-weight: 600;
	text-decoration: none;
	transition: .6s;
	border: 1px solid #ffffff;
}

.model_corse_title2 span a:hover {
	background-color: #1d2088;
	color: #fff;
}

/*************************************
						フッター
*************************************/

#footer {
	display: block;
	padding: 20px;
	background-color: #fff;
	line-height: 1;
}

p.f_logo {
	display: block;
	max-width: 540px;
	width: 100%;
	margin: 0 auto 20px auto;
	text-align: center;
}

p.f_address {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

#copyright {
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #1d2088;
	line-height: 1;
}