@charset "utf-8";

/* ---------------
	reset
--------------------*/
body, div, main,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
figure, pre, form, fieldset, textarea, p, blockquote, th ,td {
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul{
	list-style-type: none;
}

table {
	line-height: 1.6;
	border: 0px;
	border-collapse:collapse;
	font-size: 1.6rem;
}

table th {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
textarea {
	padding: 2px 4px;
	font-size: 1.6rem;
	line-height: 1;
	color: #444;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #444;
}

p {
	line-height: 1.5;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}

address {
	font-style:normal;
}

ul li {
	line-height: 1.4;
}

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

em {
	font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

input[type='search'] {
	-webkit-appearance: none;
}

/* ---------------
　　　共用
--------------- */

html {
    font-size: 62.5%;
}

body  {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #444;
	-webkit-text-size-adjust: none;
	-webkit-print-color-adjust: exact;
	font-family: 'Source Sans 3', 'Noto Sans JP', sans-serif;
}

.ft_so {
	font-family: 'Source Sans 3', sans-serif;
}

a:link {
	border: none;
	color: #444;
	text-decoration: none;
	transition: all 0.1s ease;
}

a:visited {
	border: none;
	color: #444;
	text-decoration: none;
}

a:active {
	border: none;
	color: #444;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #444;
	text-decoration: none;
	transition: all 0.1s ease;
}

@media screen and (min-width: 768px) {

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
}

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

img.trim_center {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
}

.lg_1 .wrapper {
  margin-top: 90px;
}

.entry_edit .wrapper {
  margin-top: 250px;
}

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

	.wrapper {
	}

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.columnImage {
		width: 100%;
	}

}

a.nolink {
	cursor: default;
	text-decoration: none !important;
    pointer-events: none;
}

@media screen and (min-width: 1000px) {

	a[href^="tel:"] {
	    pointer-events: none;
	}

}

.main {
/*	position: relative;*/
	z-index: 1;
}

.lg_1 .main,
.lg_2 .main {
}

@media screen and (min-width: 768px) {

	.main {
		position: relative;
	}

	.lg_1 .main,
	.lg_2 .main {
	}

}

.center {
	text-align: center;
}

.ft_spec {
	font-family: 'Spectral', serif;
}


/* -----------------
	header
----------------- */

.header {
	height: 100px;
	width: 100%;
}

.header > .logo {
	display: none;
}

.header .sp_header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 15px;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	z-index: 12;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 20px 20px;
	transition: all 0.35s ease 0s;
}

.lg_1.sp_scroll_up .header .sp_header,
.sp_scroll_up .header .sp_header {
	top: -100px;
}

.lg_1 .header .sp_header {
	top: 90px;
}

.menu_open .sp_header {
	box-shadow: none;
	border-radius: 0;
}

.menu_open .has_sub1 > div {
	display: block !important;
}

.header .logo {
	width: 80px;
}

.header_parts {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1200px) {

	.header {
		padding: 30px;
		width: 270px;
		height: auto;
		z-index: 11;
		position: fixed;
		top: 0;
		left: 0;
		transition: opacity 0.3s ease 0s;
	}

	.lg_1 .header {
		top: 90px;
	}

	.header.header_out {
		position: fixed;
		opacity: 0;
	}

	.header.header_out.scroll_up {
		opacity: 1;
	}

	.header > .logo {
		margin: 0 0 30px;
		width: auto;
		display: block;
	}

	.header .sp_header {
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		width: 210px;
		height: auto;
		box-shadow: none;
		border-radius: 0;
		display: block;
		background: none;
	}

	.lg_1 .header .sp_header {
		top: auto;
	}

	.header .sp_header .logo {
		display: none;
	}

	.header_parts {
		display: block;
	}

}

.header_gnavi {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
	padding: 20px 20px 10px;
	background: #fff;
	display: none;
	z-index: 12;
}

.header_gnavi li {
	font-size: 1.6rem;
	border-top: 2px solid #2e9ce0;
}

.header_gnavi > nav > div > ul > li {
	position: relative;
}

.header_gnavi > nav > div > ul > li::before,
.header_gnavi > nav > div > ul > li::after {
	position: absolute;
	content: '';
	top: -2px;
	width: 6px;
	height: 2px;
}

.header_gnavi > nav > div > ul > li::before {
	left: 0;
	background: url(../images/common/line_left.png) no-repeat 0 0 / 6px auto;
}

.header_gnavi > nav > div > ul > li::after {
	right: 0;
	background: url(../images/common/line_right.png) no-repeat 0 0 / 6px auto;
}

.header_gnavi li a {
	padding: 20px 0 20px 35px;
	display: block;
	background: url(../images/common/ico_link_sb.svg) no-repeat 20px center / 6px auto;
}

@media screen and (min-width: 1200px) {

	.header_gnavi {
		margin: 0 0 15px;
		padding: 20px 0;
		border-radius: 20px;
		box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
		display: block !important;
		position: relative;
		left: auto;
		top: auto;
	}

	.header_gnavi li {
		padding: 0 10px;
		text-align: center;
		font-size: 1.6rem;
		position: relative;
		background: none;
		border: none;
	}

	.header_gnavi > nav > div > ul > li::before,
	.header_gnavi > nav > div > ul > li::after {
		display: none;
	}

	.header_gnavi li a {
		padding: 9px 10px;
		border-radius: 10px;
		transition: background 0.35s ease 0s;
		background: none;
	}

	.header_gnavi li a:hover,
	.header_gnavi li.stay > a:hover {
		background: #e6f3fb;
		color: #0672a5;
	}

	.header_gnavi > nav > div > ul > li.stay::after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		right: 0;
		width: 5px;
		height: 30px;
		border-radius: 2px 0 0 2px;
		background: #d54404;
		margin: auto;
		display: block;
	}

	.header_gnavi > nav > div > ul > li.has_sub1.stay::after {
		right: 20px;
	}

	.header_gnavi li.stay > a {
		color: #d54404;
	}

	.header_gnavi > nav > div > ul > li:has(a[href=""]).stay::after {
		display: none;
	}

	.header_gnavi li.stay a[href=""] {
		color: #444;
	}

}

.header_gnavi .has_sub1 > div > ul {
	background: url(../images/common/subnavi_line.png) repeat-x 0 top / 180px auto;
}

.header_gnavi .has_sub1 > div > ul > li {
	border: none;
	background: url(../images/common/subnavi_line.png) repeat-x center bottom / 180px auto;
}

.header_gnavi .has_sub1 > div > ul li a {
	padding: 17px 0 17px 55px;
	background-position: 40px center;
}

.header_gnavi .has_sub1 > a {
	background: none;
}

.header_gnavi .has_sub1 > a span {
	position: relative;
}

.header_gnavi .has_sub1 > a span::after {
	position: absolute;
	content: '';
	left: -17px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 10px;
	background: url(../images/common/ico_link_sb.svg) no-repeat 0 center / 6px auto;
	transform: rotate(90deg);
}

@media screen and (min-width: 1200px) {

	.header_gnavi .has_sub1 {
		margin: 0 -20px 0 0;
		padding: 0 20px 0 0;
		position: relative;
	}

	.header_gnavi .has_sub1 > a {
		margin: 0 10px;
	}

	.header_gnavi .has_sub1 > div {
		opacity: 0;
		position: absolute;
		right: -240px;
		width: 280px;
		left: -200%;
    }

	.header_gnavi .has_sub1 > div.open {
		opacity: 1;
		left: auto;
	}

	.header_gnavi .has_sub1 > div > ul {
		margin-left: 40px;
		padding: 15px 25px 15px;
		position: absolute;
		border: 2px solid #2ea7e0;
		border-radius: 20px;
		box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
		background: #fff;
		width: 260px;
	}

	.header_gnavi .has_sub1 > div > ul::after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		left: -16px;
		width: 16px;
		height: 34px;
		margin: auto;
		background: url(../images/common/subnavi_parts.png) no-repeat 0 0 / 16px auto;;
	}

	.header_gnavi .has_sub1 > div > ul > li:last-child {
		padding-bottom: 10px;
		background: none;
	}

	.header_gnavi .has_sub1 > div > ul li {
		padding: 8px 0;
		text-align: left;
		background-position: 0 bottom;
	}

	.header_gnavi .has_sub1 > div > ul li a {
		padding: 8px 15px;
		background-position: 40px center;
	}

	.header_gnavi .has_sub1 > div > ul li a span {
		padding-left: 14px;
		background: url(../images/common/ico_link_sb.svg) no-repeat 0 center / 6px auto;
	}

	.header_gnavi .has_sub1 > a span::after {
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1100px) {

	.header_gnavi .has_sub1 > div > ul {
		display: block;
	}

}

.header_gnavi .has_sub1 .has_sub2 {
	padding: 0 0 20px;
/*	background: none;*/
}

.header_gnavi .has_sub1 li:last-child {
	background: none;
}

.header_gnavi .has_sub1 .has_sub2 > a {
	padding-bottom: 12px;
	cursor: default;
    pointer-events: none;
	background: none;
}

.header_gnavi .has_sub2 > a > span {
	background: none !important;
	position: relative;
}

.header_gnavi .has_sub2 > a > span::after {
	position: absolute;
	content: '';
	left: -17px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 10px;
	background: url(../images/common/ico_link_sb.svg) no-repeat 0 center / 6px auto;
	transform: rotate(90deg);
}

.header_gnavi .has_sub2 > div > ul > li {
	background: none;
	border: none;
}

.header_gnavi .has_sub2 > div > ul > li > a {
	padding: 4px 0 4px 75px;
	background-position: 60px center;
}

@media screen and (min-width: 1200px) {

	.header_gnavi .has_sub1 .has_sub2 {
		padding: 10px 0 0;
	}

	.header_gnavi .has_sub1 .has_sub2 > a {
		padding-bottom: 5px;
	}

	.header_gnavi .has_sub2 > a > span::after {
		left: 0;
	}

	.header_gnavi .has_sub2 > div > ul > li {
		padding: 0;
	}

	.header_gnavi .has_sub2 > div > ul > li a {
		padding: 5px 0 5px 30px;
	}

}

.header_search {
	margin: 0 0 0 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	padding: 5px 15px;
	background: #fff;
	order: 2;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 80px;
	transition: all 0.3s ease 0s;
}

.search_input {
	padding-left: 20px;
	background: url(../images/common/ico_search.svg) no-repeat 0 center / 20px auto;
	transition: all 0.3s ease 0s;
}

.search_input input {
	padding: 10px 0;
	font-size: 1.6rem;
	border: none;
	outline: none;
	width: 0;
	transition: all 0.3s ease 0s;
}

.search_input input::placeholder {
	opacity: 0;
}

.header_search.open {
	width: calc(100% - 190px);
	max-width: 300px;
}

.header_search.open .search_input input {
	padding: 10px 0 10px 10px;
	width: 100%;
	max-width: 250px;
}

.header_search button {
	display: none;
}

@media screen and (min-width: 1200px) {

	.header_search {
		margin: 0 0 15px;
		width: auto;
		height: auto;
		position: relative;
		right: auto;
	}

	.header_search.open {
		width: auto;
		max-width: inherit;
	}

	.search_input input {
		padding: 10px;
		width: 100%;
	}

	.search_input input::placeholder {
		opacity: 1;
	}

}

.header_sns_sp {
	order: 1;
	margin-right: 65px;
}

.header_sns_sp ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 11px 16px;
	width: 80px;
}

.header_sns_sp li img {
	width: 30px;
	height: auto;
}

.header_sns_sp .pre {
	padding: 6px 0;
	background: #f0f0f0;
	border-radius: 10px;
	align-items: center;
	display: inline-flex;
	width: 100px;
}

.header_sns_sp .pre li {
	margin: 0 2px;
	font-size: 1.2rem;
}

.header_sns_sp .pre li:last-child {
	margin-top: 3px;
	width: 100%;
	text-align: center;
}

.header_sns_sp .pre li.ico img {
	width: 20px;
}

.header_sns_pc {
	display: none;
}

@media screen and (min-width: 1200px) {

	.header_sns_sp {
		display: none;
	}

	.header_sns_pc {
		margin: 20px 15px 0 0;
		display: block;
	}

	.header_sns_pc ul {
		display: flex;
	}

	.header_sns_pc ul li {
		margin: 0 5px;
	}

	.header_sns_pc li img {
		width: 30px;
	}
/*
	.header_sns_pc li.btn_youtube {
		margin-right: 9px;
	}
*/
	.header_sns_pc li.btn_youtube img {
		width: 43px;
	}

	.header_sns_pc .pre {
		padding: 10px;
		align-items: center;
		display: flex;
		width: auto;
	}

	.header_sns_pc .pre li {
		margin: 0 2px;
		font-size: 1.6rem;
	}

	.header_sns_pc .pre li:last-child {
		margin-top: 0;
		width: auto;
		text-align: inherit;
	}

	.header_sns_pc .pre li.ico img {
		width: 20px;
	}

}

#menu_btn {
	margin: 0 0 0 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    background: #fff;
	width: 50px;
	height: 50px;
	position: relative;
	outline: none;
	border: none;
	order: 3;
	transition: all 0.3s ease 0s;
}

#menu_btn span {
	display: block;
}

#menu_btn::before {
	top: 25px;
}

#menu_btn span::before {
	top: 16px;
}

#menu_btn::after {
	top: 34px;
}

#menu_btn::before,
#menu_btn::after,
#menu_btn span::before {
	margin: 0 auto;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 23px;
	height: 3px;
	background-color: #2e9ce0;
	border-radius: 2px;
}

.menu_open #menu_btn {
	background: #2e9ce0;
}

.menu_open #menu_btn::before {
	display: none;
}

.menu_open #menu_btn::after,
.menu_open #menu_btn span::before {
	background-color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu_open #menu_btn::after {
	transform: rotate(-45deg);
}

.menu_open #menu_btn span::before {
	transform: rotate(45deg);
}

@media screen and (min-width: 1200px) {

	#menu_btn {
		display: none;
	}

}

#sp_menu_back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	opacity: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.65);
}

.menu_open #sp_menu_back {
	opacity: 1;
	z-index: 10;
}

@media screen and (min-width: 1200px) {

	#sp_menu_back {
		display: none;
	}

}

/* -----------------
	トップ
----------------- */

.top .main {
	background: url(../images/top/top_back_sp.png) no-repeat center 120px / 100% auto;
}

.header_column {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
}

.countdown {
	width: 180px;
	height: 130px;
	background: url(../images/top/coundown_back.png) no-repeat center center / 180px auto;
	z-index: 11;
	text-align: center;
display: none;
}

.countdown h3 {
	margin-top: 90px;
	color: #0f8020;
	font-size: 1.4rem;
	font-weight: 500;
}

.countdown h3 span {
	font-size: 1.3rem;
}

.countdown h3 em {
	font-size: 2.6rem;
}

@media screen and (min-width: 768px) {

	.top .main {
  		background: url(../images/top/top_back_pc.png) no-repeat center 250px / 1587px auto;
	}

	.header_column {
		top: 0;
		left: auto;
		right: 30px;
	}

	.countdown {
	}

	.countdown h3 {
		margin-top: 30px;
		font-size: 2.0rem;
	}

	.countdown h3 span {
		margin: 0 0 5px;
		display: block;
		font-size: 1.6rem;
	}

	.countdown h3 em {
		font-size: 4.2rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.top .main {
		background-position: center 300px;
		background-size: 90% auto;
	}

	.countdown {
		right: 0;
	}

}

.top_mv_title {
	margin: 35px 20px 0;
	padding: 30px 0 5px;
	text-align: center;
	z-index: 10;
}

.top_mv_title h1 {
	margin: 0 10px;
}

.top_mv_title dl {
	margin: 10px 0 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
}

.top_mv_title dl::before,
.top_mv_title dl::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	height: 2px;
	width: 30px;
	margin: auto;
	background: #2ea7e0;
}

.top_mv_title dl::before {
	left: -35px;
}

.top_mv_title dl::after {
	right: -35px;
}

.top_mv_title dd {
	margin: 0 0 0 8px;
	font-size: 2.0rem;
	font-weight: 500;
}

.top_mv_title dd span {
	font-size: 1.2rem;
	font-weight: 500;
}

@media screen and (min-width: 768px) {

	.top_mv_title {
		margin: 0;
		padding: 30px 0 20px;
		width: 100%;
		position: relative;
	}
/*
	.top .top_mv_title::before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		background: #fff;
		width: calc(50% - 430px);
		height: 300px;
	}
*/
	.top_mv_title h1 {
		margin: 0 auto;
		width: 640px;
	}

	.top_mv_title dl {
		margin: 20px 0 0;
		font-size: 1.6rem;
	}

	.top_mv_title dl::before,
	.top_mv_title dl::after {
		width: 77px;
	}

	.top_mv_title dl::before {
		left: -85px;
	}

	.top_mv_title dl::after {
		right: -85px;
	}

	.top_mv_title dd {
		font-size: 2.6rem;
	}

	.top_mv_title dd span {
		font-size: 1.6rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 1100px) {

	.top_mv_title {
		margin: 0 auto;
		max-width: 850px;
	}

	.top_mv_title h1 {
		margin: 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.top_mv_title::before {
		display: none;
	}

}

.top_slide {
	margin: 35px auto 0;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.top_slide .slick-slider {
	overflow: hidden;
}

.top_slide_box {
	padding: 0 0 60px;
	position: relative;
}

.top_slide_box .slick-slide {
	margin: 0 10px;
	border-radius: 20px;
	overflow: hidden;
	border: 2px solid #fff;
}

.top_slide_box .slick-slide.nolink a {
	cursor: default;
    pointer-events: none;
}

@media screen and (min-width: 768px) {

	.top_slide {
		margin: -100px auto 0;
		max-width: 1530px;

	}

	.top_slide_box {
		padding: 0;
	}

	.top_slide_box .slick-slide {
		margin: 700px 190px 0;
		width: 255px;
		border-radius: 35px;
		transition: all 1s ease 0s;
		border: none;
	}

	.top_slide_box .slick-current {
		margin-top: 350px;
		border: 1px solid #fff;
		border-radius: 12px;
		overflow: hidden;
		transform: scale(3.353);
	}

	.top_slide_box .slick-current:hover {
		border-color: #2e9ce0;
	}

	.top_slide_box .slick-slide.nolink {
		border-color: #fff;
	}

	.top_slide_box .slick-current + .slick-slide {
		margin-top: 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 1540px) {

	.top_slide_box .slick-slide {
		margin-left: 170px;
		margin-right: 170px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1350px) {


	.top_slide_box .slick-list {
		padding-bottom: 70px !important;
	}

	.top_slide_box .slick-slide {
		margin-top: 47vw;
		margin-left: 150px;
		margin-right: 150px;
		width: 17vw;
		border-radius: 25px;
	}

	.top_slide_box .slick-current {
		margin-top: 320px;
		border-radius: 20px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.top_slide_box .slick-slide {
		width: 17vw;
		border-radius: 20px;
	}

	.top_slide_box .slick-current {
		margin-top: 290px;
	}

}

.top_slide_box .slick-prev,
.top_slide_box .slick-next {
	position: absolute;
	padding: 0;
	width: 50px;
	height: 50px;
	border: none;
	background: url(../images/common/ico_slide.svg) no-repeat 0 0 / 50px auto;
	z-index: 10;
}

.top_slide_box .slick-prev {
	left: calc(50% - 80px);
	bottom: 0px;
	transform: rotate(180deg);
}

.top_slide_box .slick-next {
	right: calc(50% - 80px);
	bottom: 0;
}

@media screen and (min-width: 768px) {

	.top_slide_box .slick-prev,
	.top_slide_box .slick-next {
		width: 80px;
		height: 80px;
		background: url(../images/common/ico_slide.svg) no-repeat 0 0 / 80px auto;
		transition: all 0.30s ease 0s;
	}

	.top_slide_box .slick-prev:hover,
	.top_slide_box .slick-next:hover {
		background: url(../images/common/ico_slide_ov.svg) no-repeat 0 0 / 80px auto;
	}

	.top_slide_box .slick-prev {
		left: 300px;
		bottom: 160px;
	}

	.top_slide_box .slick-next {
		right: 300px;
		top: 160px;
		bottom: auto;
	}

}

@media screen and (min-width: 768px) and (max-width: 1540px) {

	.top_slide_box .slick-prev {
		left: 20vw;
	}

	.top_slide_box .slick-next {
		right: 20vw;
	}

}

@media screen and (min-width: 768px) and (max-width: 1350px) {

	.top_slide_box .slick-prev {
		left: 17vw;
		top: calc(50% - 40px + 15vw);
	}

	.top_slide_box .slick-next {
		right: 17vw;
		top: calc(50% + 50px - 25vw);
	}

}

.top_slide_btn {
	margin: 0 auto;
	width: 25px;
	height: 25px;
	position: relative;
	top: -38px;
}

.top_slide_btn .slide_stop,
.top_slide_btn .slide_play {
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
}

.top_slide_btn .slide_stop {
	background: url(../images/common/ico_stop.svg) no-repeat 0 0 / 25px auto;
}

.top_slide_btn .slide_play {
	display: none;
	background: url(../images/common/ico_start.svg) no-repeat 0 0 / 25px auto;
}

@media screen and (min-width: 768px) {

	.top_slide_btn {
		width: 40px;
		height: 40px;
		top: -85px;
	}

	.top_slide_btn .slide_stop,
	.top_slide_btn .slide_play {
		width: 40px;
		height: 40px;
	}

	.top_slide_btn .slide_stop {
		background: url(../images/common/ico_stop.svg) no-repeat 0 0 / 40px auto;
	}

	.top_slide_btn .slide_stop:hover {
		background: url(../images/common/ico_stop_ov.svg) no-repeat 0 0 / 40px auto;
	}

	.top_slide_btn .slide_play {
		display: none;
		background: url(../images/common/ico_start.svg) no-repeat 0 0 / 40px auto;
	}

	.top_slide_btn .slide_play:hover {
		background: url(../images/common/ico_start_ov.svg) no-repeat 0 0 / 40px auto;
	}

}

@media screen and (min-width: 768px) and (max-width: 1350px) {

	.top_slide_btn {
		position: absolute;
		top: calc(50% + 28vw);
		left: 0;
		right: 0;
		margin: auto;
	}

}

.top_event {
  margin: 80px auto 80px;
}

.top_event_box {
  border-radius: 30px;
  padding: 0 20px 70px;
  background: #faedef;
}

.top_event_box h2 {
  margin: 0 auto;
  position: relative;
  top: -35px;
  width: 290px;
}

.top_event_box h3 {
  margin: 0 0 30px;
  padding: 15px 0 15px 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  background: url(../images/top/line_dot.png) repeat-x 0 bottom / 10px auto;
}

.top_event_box h3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #ea7f8e;
  width: 4px;
  height: calc(100% - 10px);
  border-radius: 4px;
}

@media screen and (min-width: 768px) {

  .top_event {
    margin: 150px auto 0;
    width: min(95%, 1100px);
  }

  .top_event_box {
    padding: 0 90px 90px;
  }

  .top_event_box h2 {
    top: -50px;
    width: 400px;
  }

  .top_event_box h3 {
    margin: 0 0 50px;
    padding: 20px 0 20px 30px;
    font-size: 3.6rem;
  }

  .top_event_box h3::before {
    width: 6px;
  }

}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .top_event_box {
    padding-left: 45px;
    padding-right: 45px;
  }

}

.top_event_column figure {
  margin: 0 auto 25px;
  width: 75%;
}

.top_event_column p {
  margin: 0 0 20px;
  font-size: 1.6rem;
}

.top_event_column p.event_year {
  margin: 0 0 10px;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .top_event_column {
    display: flex;
  }

  .top_event_column figure {
    margin: 0 50px 50px 0;
    width: 300px;
    flex-shrink: 0;
  }

  .top_event_column > div {
    width: 100%;
  }

  .top_event_column p {
    font-size: 2.0rem;
  }

  .top_event_column p.event_year {
    margin: 0;
    font-size: 3.6rem;
  }

  .top_event_column p.event_year span {
    font-size: 2.4rem;
  }

}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .top_event_column figure {
    margin-right: 30px;
    width: 35%;
  }

}

.top_event_column p.event_term {
  margin: 5px 0;
  line-height: 1.0;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  white-space: nowrap;
}

.top_event_column p.event_term span {
  font-size: 1.6rem;
}

.top_event_column p.event_term .to {
  margin: 0 10px 0 0;
  display: inline-block;
  background: #444;
  width: 10px;
  height: 2px;
  position: relative;
  top: -10px;
}

.top_event_column p.event_term .week {
  margin: 0 10px 0 5px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  top: -5px;
}

@media screen and (min-width: 768px) {

  .top_event_column p.event_term {
    margin: 0;
    font-size: 7.0rem;
  }

  .top_event_column p.event_term span {
    font-size: 2.4rem;
  }

  .top_event_column p.event_term .to {
    width: 20px;
    height: 4px;
    top: -15px;
  }

  .top_event_column p.event_term .week {
    width: 50px;
    height: 50px;
    font-size: 2.2rem;
    top: -15px;
  }

}

.top_event_column dl {
  margin: 25px 0 30px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px;
}

.top_event_column dl dt {
  padding: 0 20px 0 5px;
  font-size: 1.6rem;
  color: #bc2a3f;
  text-align: center;
  white-space: nowrap;
}

.top_event_column dd {
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  border-left: 2px solid #ffb9c4;
}

@media screen and (min-width: 768px) {

  .top_event_column dl {
    margin: 30px 0 40px;
    padding: 20px;
  }

  .top_event_column dl dt {
    padding: 0 30px 0 10px;
    font-size: 2.0rem;
  }

  .top_event_column dd {
    padding-left: 35px;
    font-size: 2.0rem;
  }

}

.top_event_box .btn {
  margin: 0 20px;
}

.top_event_box .btn a {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #ea7f8e;
  border-bottom: 5px solid #bc2a3f;
  border-radius: 50px;
}

.top_event_box .btn a span {
    padding-left: 15px;
    background: url(../images/common/ico_link_s_arrow_w.svg) no-repeat 0 center / 10px auto;
}

@media screen and (min-width: 768px) {

  .top_event_box .btn {
    margin: 0 auto;
    width: 400px;
  }

  .top_event_box .btn a {
    padding: 25px 60px;
    font-size: 2.4rem;
  }

  .top_event_box .btn a:hover {
    background: #ff425d;
  }

}

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

.top_summary h2 {
	margin: 0 0 15px;
	font-size: 2.0rem;
	font-weight: 500;
}

.top_summary .logo {
	margin: 0 20px;
}

@media screen and (min-width: 768px) {

	.top_summary {
		margin: 50px 0 0;
	}

	.top_summary .inner {
		margin: 0 auto;
		max-width: 500px;
	}

	.top_summary h2 {
		margin: 0 0 40px;
		font-size: 2.5rem;
		font-weight: 500;
	}

	.top_summary .logo {
		margin: 0;
	}

}

.top_summary .date {
	margin: 20px 0 10px;
}

.top_summary .date .year {
	margin: 0 0 10px;
	position: relative;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: initial;
}

.top_summary .date .year::before,
.top_summary .date .year::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 35%;
	height: 3px;
	margin: auto;
	background: url(../images/top/line_year.png) no-repeat 0 0 / 193px auto;
}

.top_summary .date .year::before {
	left: 0;
}

.top_summary .date .year::after {
	right: 0;
}

.top_summary .date .year span {
	font-weight: normal;
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	.top_summary .date {
		margin: 35px 0;
	}

	.top_summary .date .year {
		margin: 0 0 20px;
		font-size: 3.4rem;
	}

	.top_summary .date .year::before,
	.top_summary .date .year::after {
		width: 193px;
	}

	.top_summary .date .year span {
		font-size: 2.0rem;
	}

}

.top_summary .date .term {
	font-size: 4.6rem;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1;

}
.top_summary .date .term span {
	font-size: 2.0rem;
}

.top_summary .date .term span.wk {
	margin: 0 2px;
	padding: 3px 7px;
	display: inline-block;
	font-size: 1.6rem;
	background: #ececec;
	border-radius: 30px;
	position: relative;
	top: -5px;
	line-height: normal;
}

.top_summary .date .term span.hyphen {
	margin: 0 5px;
	text-indent: -9999px;
	width: 18px;
	height: 3px;
	background: #333;
	display: inline-block;
}

@media screen and (min-width: 768px) {

	.top_summary .date .term {
		margin: 0 -15px;
		font-size: 8.0rem;

	}
	.top_summary .date .term span {
		font-size: 2.6rem;
	}

	.top_summary .date .term span.wk {
		margin: 0 5px;
		padding: 9px 13px;
		font-size: 2.0rem;
		top: -8px;
	}

	.top_summary .date .term span.hyphen {
		width: 30px;
		height: 6px;
	}

}

.top_summary dl {
	display: flex;
	width: 100%;
}

.top_summary dt {
	padding: 15px 18px;
	color: #84074b;
	background: #f19ca6;
	border-radius: 10px 0 0 10px;
	text-align: center;
	font-size: 1.6rem;
	white-space: nowrap;
}
.top_summary dd {
	color: #aa3d4a;
	background: #ffeef0;
	border-radius: 0 10px 10px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	white-space: normal;
	width: 100%;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {

	.top_summary dt {
		padding: 20px 30px;
		font-size: 1.8rem;
	}
	.top_summary dd {
		font-size: 2.4rem;
	}

}

.top_topics {
	margin: 60px 0 0;
	position: relative;
}

.top_topics h2 {
	font-weight: 600;
	font-size: 3.6rem;
	text-align: center;
}

.top_topics .link {
	text-align: center;
	font-size: 1.6rem;
}

.link_arrow {
	padding-left: 26px;
	background: url(../images/common/ico_link_mb_arrow.svg) no-repeat 0 center / 22px auto;
}

@media screen and (min-width: 768px) {

	.top_topics {
		margin: 130px 0 0;
	}

	.top_topics .inner {
		margin: 0 auto;
		width: min(95%,1500px);
	}

	.top_topics h2 {
		margin: 0 40px;
		font-size: 7.0rem;
	}

	.top_topics .link {
		margin: 0 13px 0 0;
		text-align: right;
	}

	.link_arrow:hover {
		color: #0672a5;
		background: url(../images/common/ico_link_mb_arrow_ov.svg) no-repeat 0 center / 22px auto;
	}

}

.top_topics_header {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_topics_header .slick-prev,
.top_topics_header .slick-next {
	border: none;
	width: 50px;
	height: 50px;
	border: none;
	position: absolute;
	cursor: pointer;
	background: none;
	z-index: 2;
	top: calc(50% - 30px);
}

.top_topics_header .slick-prev {
	left: 15px;
}

.top_topics_header .slick-next {
	right: 15px;
}

.top_topics_header .slick-prev::after,
.top_topics_header .slick-next::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/common/ico_slide.svg) no-repeat 0 0 / 50px auto;
}

.top_topics_header .slick-prev::after {
	transform: rotate(180deg);
}

@media screen and (min-width: 768px) {

	.top_topics_header {
		margin: 0 0 70px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.top_topics_header .slick-prev,
	.top_topics_header .slick-next {
		width: 80px;
		height: 80px;
		left: auto;
		top: auto;
		right: auto;
		position: relative;
	}


	.top_topics_header .slick-prev::after,
	.top_topics_header .slick-next::after {
		width: 80px;
		height: 80px;
		background: url(../images/common/ico_slide.svg) no-repeat 0 0 / 80px auto;
	}

	.top_topics_header .slick-prev:hover::after,
	.top_topics_header .slick-next:hover::after {
		background: url(../images/common/ico_slide_ov.svg) no-repeat 0 0 / 80px auto;
	}

}

.topics_slide_column {
	margin: 0 0 15px;
}

.topics_slide_box {
	margin: 10px;
	border-radius: 20px;
}

.topics_slide_box a {
	display: block;
	padding: 20px;
}

.topics_slide_box[data-slick-index="-4"],
.topics_slide_box[data-slick-index="0"],
.topics_slide_box[data-slick-index="4"],
.topics_slide_box[data-slick-index="8"],
.topics_slide_box[data-slick-index="12"],
.topics_slide_box[data-slick-index="16"],
.topics_slide_box[data-slick-index="20"] {
	background: #faee00;
}

.topics_slide_box[data-slick-index="-3"],
.topics_slide_box[data-slick-index="1"],
.topics_slide_box[data-slick-index="5"],
.topics_slide_box[data-slick-index="9"],
.topics_slide_box[data-slick-index="13"],
.topics_slide_box[data-slick-index="17"],
.topics_slide_box[data-slick-index="21"] {
	background: #22ac38;
}

.topics_slide_box[data-slick-index="-2"],
.topics_slide_box[data-slick-index="2"],
.topics_slide_box[data-slick-index="6"],
.topics_slide_box[data-slick-index="10"],
.topics_slide_box[data-slick-index="14"],
.topics_slide_box[data-slick-index="18"],
.topics_slide_box[data-slick-index="22"] {
	background: #ea5514;
}

.topics_slide_box[data-slick-index="-1"],
.topics_slide_box[data-slick-index="3"],
.topics_slide_box[data-slick-index="7"],
.topics_slide_box[data-slick-index="11"],
.topics_slide_box[data-slick-index="15"],
.topics_slide_box[data-slick-index="19"],
.topics_slide_box[data-slick-index="23"] {
	background: #f8b62d;
}

@media screen and (min-width: 768px) {

	.topics_slide_column {
		margin: 0 0 30px;
	}

	.topics_slide_box {
		margin: 10px 12.5px;
		border-radius: 15px;
		width: 350px;
		transition: all 0.30s ease 0s;
	}

	.topics_slide_box a {
		padding: 30px;
	}

	.topics_slide_box:hover {
		transform: scale(1.03);
	}

}

.topics_slide_box figure {
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	background: #fff;
	position: relative;
}

.topics_slide_box figure::before {
	content: "";
	padding-top: 100%;
}

.topics_slide_box figure.noimage {
	display: flex;
	justify-content: center;
	align-items: center;
}

.topics_slide_box figure.noimage img {
	width: 140px;
}

.topics_slide_box .topics_slide_text {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}

.topics_slide_box .topics_slide_text time {
	font-size: 1.4rem;
}

.topics_slide_box .topics_slide_text h3 {
	margin: 15px 0 0;
	font-size: 1.6rem;
	line-height: 1.4;
	height: calc(1em * 1.4 * 2);
}

@media screen and (min-width: 768px) {

	.topics_slide_box figure.noimage img {
		width: 150px;
	}

}

.top_news {
	margin: 60px auto 0;
}

.top_news .inner {
	margin: 0 auto ;
}

.top_news h2 {
	margin: 0 0 25px;
	font-weight: 600;
	font-size: 3.6rem;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.top_news {
		margin: 160px auto 0;
	}

	.top_news .inner {
		margin: 0 auto ;
		width: min(95%,1100px);
	}

	.top_news h2 {
		margin: 0 0 70px;
		font-weight: 600;
		font-size: 7.0rem;
		text-align: center;
	}

}

.top_news ul,
.index_news > ul {
	border-top: 1px solid #dadada;
}

.top_news li,
.index_news > ul li {
	border-bottom: 1px solid #dadada;
}

.top_news li a,
.index_news > ul li a {
	padding: 15px 60px 15px 20px;
	display: block;
	background: url(../images/common/ico_link_news.svg) no-repeat right 20px center / 19px auto;
}

.top_news li time,
.index_news > ul li time {
	margin: 0 0 3px;
	font-size: 1.6rem;
	display: block;
}

.top_news li h3,
.index_news > ul li h2 {
	font-size: 1.6rem;
	line-height: 1.4;
}

.top_news .link {
	margin: 20px 0 0;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.top_news li a,
	.index_news > ul li a {
		padding: 35px 60px 35px 20px;
		display: flex;
		background: url(../images/common/ico_link_news.svg) no-repeat right 20px center / 19px auto;
		transition: all 0.30s ease 0s;
	}

	.top_news li a:hover,
	.index_news > ul li a:hover {
		background-color: #e6f3fb;
		background-position: right 15px center;
	}

	.top_news li time,
	.index_news > ul li time {
		margin: 0;
		width: 160px;
		flex-shrink: 0;
	}

	.top_news li h3,
	.index_news > ul li h3 {
		line-height: 1.5;
	}

	.top_news .link {
		margin: 40px 0 0;
		text-align: right;
	}

}

.top_sns {
	margin: 40px auto 0;
	padding: 110px 0 0;
	position: relative;
}

.top_sns::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: url(../images/top/sns_top_sp.png) no-repeat center top / 100% auto;
}

.top_sns .inner {
	padding: 40px 20px 50px;
	text-align: center;
	background: #faee00;
}

.top_sns h2 {
	margin: 0 0 25px;
	font-weight: 600;
	font-size: 3.6rem;
	text-align: center;
}

@media screen and (min-width: 768px) {

	.top_sns {
		margin: 50px auto 0;
		padding: 500px 0 170px;
		background: url(../images/top/sns_back_pc.png) no-repeat center top / cover;
	}

	.top_sns::before {
		display: none;
	}

	.top_sns .inner {
		margin: 0 auto;
		padding: 0;
		width: min(95%,1100px);
		background: none;
	}

	.top_sns h2 {
		margin: 0 0 70px;
		font-size: 7.0rem;
	}

}

.top_sns .sns_2column {
	margin: 0 0 20px;
}

.top_sns .sns_2column > div {
	margin: 0 0 20px;
	padding: 15px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.top_sns_twitter iframe {
	height: 400px !important;
}

.top_sns .sns_1column {
	background: #fff;
	border-radius: 20px;
	padding: 25px 15px 30px;
}

.top_sns .sns_1column h3 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
}

@media screen and (min-width: 768px) {

	.top_sns .sns_2column {
		margin: 0 0 40px;
		display: flex;
		justify-content: space-between;
	}

	.top_sns .sns_2column > div {
		padding: 20px;
		width: calc(50% - 20px);
	}

	.top_sns_twitter iframe {
		height: 600px !important;
	}

	.top_sns .sns_1column {
		padding: 50px 40px 45px;
	}

	.top_sns .sns_1column h3 {
		margin: 0 0 20px;
		font-size: 3.4rem;
	}

}

.top_sns .insta_list {
	display: flex;
	flex-wrap: wrap;
}

.top_sns .insta_list li {
	margin: 0 2.5px 4px;
	width: calc(33.3333% - 5px);
}

.top_sns .sns_1column .link {
	margin: 15px 0 0;
}

.top_sns .sns_1column .link a {
	display: inline-block;
	border: 2px solid #2e9ce0;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 500;
}

.top_sns .sns_1column .link a span {
	display: block;
	padding: 20px 20px 22px 55px;
	background: url(../images/common/ico_instagram.svg) no-repeat 20px center / 25px auto;
}

.top_sns .insta_list li img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.top_sns_bottom {
	height: 20px;
	background: url(../images/top/sns_bottom_sp.png) no-repeat 0 0 / 100% auto;
}

@media screen and (min-width: 768px) {

	.top_sns .insta_list li {
		margin: 0 10px 20px;
		width: calc(33.3333% - 20px);
	}

	.top_sns .sns_1column .link a {
		display: inline-block;
		border-radius: 18px;
		font-size: 1.8rem;
		transition: all 0.30s ease 0s;
	}

	.top_sns .sns_1column .link a span {
		border: 3px solid #fff;
		border-radius: 15px;
		transition: all 0.30s ease 0s;
		padding: 20px 20px 20px 60px;
		background: url(../images/common/ico_instagram.svg) no-repeat 20px center / 30px auto;
	}

	.top_sns .sns_1column .link a:hover {
		color: #0672a5;
	}

	.top_sns .sns_1column .link a:hover span {
		border-color: #2e9ce0;
	}

	.top_sns_bottom {
		display: none;
	}

	.top_sns::after {
		position: absolute;
		content: '';
		left: 0;
		bottom: -40px;
		width: 100%;
		height: 40px;
		background: url(../images/top/sns_bottom_pc.png) no-repeat 0 0 / 100% auto;
	}

}

.top_sponsor {
	margin: 50px 0 30px;
}

.top_sponsor_header {
	margin: 0 0 40px;
}

.top_sponsor_header h2 {
	margin: 0 0 35px;
	font-weight: 600;
	font-size: 3.6rem;
	text-align: center;
}

.top_sponsor_header .link {
	text-align: center;
}

@media screen and (min-width: 768px) {

	.top_sponsor {
		margin: 170px 0 50px;
	}

	.top_sponsor_header {
		margin: 0 0 70px;
	}

	.top_sponsor .inner {
		margin: 0 auto;
		width: min(95%,1350px);
	}

	.top_sponsor_header h2 {
		font-size: 7.0rem;
	}

	.top_sponsor_header .link {
		float: right;
		text-align: inherit;
	}

}

.sopnspor_column h3 {
	margin: 0 0 25px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 600;
}

.sopnspor_column ul {
	margin: 0 10px 45px;
	display: flex;
	flex-wrap: wrap;
}

.sopnspor_column li {
	margin: 0 10px 20px;
	width: calc(50% - 20px);
}

.sopnspor_column li a {
/*	border: 3px solid #fff;
	border-radius: 15px; */
    display: block;
	overflow: hidden;
	background: #fff;
	height: 105px;
	position: relative;
}

.sopnspor_column li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {

	.sopnspor_column h3 {
		margin: 0 0 50px;
		font-size: 3.0rem;
	}

	.sopnspor_column ul {
		margin: 0 0 25px;
	}

	.sopnspor_column li {
		margin: 0 3.7% 50px 0;
		width: 17%;
	}

	.sopnspor_column li a {
		height: 160px;
		background: #fff;
/*		border: 4px solid #fff;*/
		transition: all 0.30s ease 0s;
	}

	.sopnspor_column li:nth-child(5n) {
		margin-right: 0;
	}

	.sopnspor_column li a:hover {
		transform: scale(1.03);
	}

}

.sponsor_gold h3 {
	color: #ea5514;
}

.sponsor_gold ul {
	margin: 0 37px 45px;
	display: block;
}

.sponsor_gold li {
	margin: 0 0 20px;
	width: 100%;
}

.sponsor_gold li a {
/*	border: 4px solid #ea5514;*/
	height: 210px;
}

@media screen and (min-width: 768px) {

	.sponsor_gold ul {
		margin: 0 0 25px;
		display: flex;
	}

	.sponsor_gold li {
		margin: 0 4% 50px 0;
		width: 22%;
	}

	.sponsor_gold li:nth-child(4n) {
		margin-right: 0;
	}

	.sponsor_gold li:nth-child(5n) {
		margin-right: 4%;
	}

}

.sponsor_gold h3 {
	color: #a28820;
}
/*
.sponsor_gold li a {
	border-color: #b8a14f;
}
*/
.sponsor_silver h3 {
	color: #888888;
}
/*
.sponsor_silver li a {
	border-color: #c2c2c2;
}
*/
.sponsor_bronze h3 {
	color: #975e3b;
}
/*
.sponsor_bronze li a {
	border-color: #dac1b2;
}
*/
.sponsor_standard h3 {
	color: #444;
}

.sponsor_standard ul {
	margin-bottom: 10px;
}

.sponsor_standard li a {
	height: auto;
}

@media screen and (min-width: 768px) {

	.sponsor_bronze ul {
		margin-bottom: 0;
	}

	.sponsor_bronze li {
		margin: 0 3.8% 40px 0;
		width: 13.5%;
	}

	.sponsor_bronze li a {
		height: 127px;
	}

	.sponsor_bronze li:nth-child(6n) {
		margin-right: 0;
	}

	.sponsor_bronze li:nth-child(5n) {
		margin-right: 3.8%;
	}

}

.sponsor_standard ul {
	display: block;
}

.sponsor_standard li {
	margin: 0 0 15px;
	width: auto;
}

.sponsor_standard li a {
	padding-left: 30px;
	background: url(../images/common/ico_blank_mb.svg) no-repeat 0 0 / 22px auto;
}

@media screen and (min-width: 768px) {

	.sponsor_standard ul {
		margin-bottom: 0;
		display: flex;
	}

	.sponsor_standard li {
		margin: 0 3.7% 50px 0;
		width: 17%;
	}

	.sponsor_standard li a:hover {
		transform: none;
		text-decoration: underline;
	}

}

.sopnspor_column {
}

.sopnsor_looking {
	display: none;
	margin: 45px 20px;
	padding: 75px 20px;
	border-radius: 20px;
	background: #f6f6f6;
}

.sopnsor_looking p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {

	.sopnsor_looking {
		margin: 120px 0;
		padding:80px 20px;
	}

	.sopnsor_looking p {
		font-size: 3.0rem;
	}

}

/* サイドナビと重ならないようにする場合 */
@media screen and (min-width: 768px) and (max-width: 1649px) {

	.top_news .inner {
		margin: 0 270px;
		width: calc(100% - 540px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.top_news .inner {
		margin: 0 auto;
		width: 95%;
	}

}

/*
@media screen and (min-width: 768px) and (max-width: 1649px) {

	.top_sponsor .inner,
	.top_sns .inner,
	.top_news .inner {
		margin: 0 270px;
		width: calc(100% - 540px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1889px) {

	.top_sponsor .inner {
		margin: 0 270px;
		width: calc(100% - 540px);
	}

}

@media screen and (min-width: 768px) and (max-width: 2039px) {

	.top_topics .inner {
		margin: 0 270px;
		width: calc(100% - 540px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.top_topics .inner,
	.top_sponsor .inner,
	.top_sns .inner,
	.top_news .inner {
		margin: 0 auto;
		width: 95%;
	}

}
*/

/* 左寄せ
@media screen and (min-width: 768px) and (max-width: 1649px) {

	.top_sponsor .inner,
	.top_sns .inner,
	.top_news .inner {
		margin: 0 auto 0 270px;
		width: calc(100% - 310px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1889px) {

	.top_sponsor .inner {
		margin: 0 auto 0 270px;
		width: calc(100% - 310px);
	}

}

@media screen and (min-width: 768px) and (max-width: 2199px) {

	.top_topics .inner {
		margin: 0 auto 0 270px;
		width: calc(100% - 310px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.top_topics .inner,
	.top_sponsor .inner,
	.top_sns .inner,
	.top_news .inner {
		margin: 0 auto;
		width: 95%;
	}

}
*/

/* -----------------
	TOPICS一覧
----------------- */

.index_topics {
	margin: 0 0 15px;
}

.index_topics_list {
	margin: 0 0 10px;
}

.index_topics_list li {
	margin: 0 0 20px;
}

.index_topics_list li a {
	padding: 20px;
	border-radius:20px;
	display: block;
}

.index_topics_list li figure {
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
}

.index_topics_list li .index_text_box {
	padding: 15px 20px;
	background: #fff;
	border-radius: 10px;
}

.index_topics_list li time {
	margin: 0 0 10px;
	display: block;
	font-size: 1.6rem;
}

.index_topics_list li h2 {
	font-size: 1.6rem;
	line-height: 1.4;
	height: calc(1em * 1.4 * 2);
}

@media screen and (min-width: 768px) {

	.index_topics {
		margin: 0 0 90px;
	}

	.index_topics_list {
		margin: 0 auto 60px;
		display: grid;
    	grid-template-columns: repeat(auto-fit, calc(33.3333% - 17px));
    	gap: 25px;
	}

	.index_topics_list li {
		margin: 0;
		transition: all 0.30s ease 0s;
	}

	.index_topics_list li a {
		padding: 28px;
	}

	.index_topics_list li:hover {
		transform: scale(1.03);
	}

}

.index_pager {
	margin: 30px 0 0;
}

.index_pager ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_pager li {
	margin: 0;
	font-size: 1.8rem;
	display: none;
}

.index_pager li span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li.dot {
	margin: 0;
	border: none;
}

.index_pager li.cur {
	display: block;
}

.index_pager li.cur span {
	padding: 15px 12px;
	border-color: #fff;
	display: block;
	border-radius: 14px;
}

.index_pager li.page_back,
.index_pager li.page_forward {
	font-size: 1.6rem;
	display: block;
	width: 85px;
}

.index_pager li.page_back a,
.index_pager li.page_forward a {
	padding: 12px 18px;
	border: 2px solid #2e9ce0;
    position: relative;
	border-radius: 10px;
	display: block;
	width: 85px;
	color: #007db8;
}

.index_pager li.page_back  {
	text-align: right;
}

.index_pager li.page_forward a {
	text-align: left;
}

.index_pager li.page_back a::before,
.index_pager li.page_forward a::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #2e9ce0;
    border-right: solid 2px #2e9ce0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.index_pager li.page_back a::before {
    left: -37px;
    transform: rotate(-135deg);
}

.index_pager li.page_forward a::before {
    right: -37px;
    transform: rotate(45deg);
}

@media screen and (min-width: 768px) {

	.index_pager {
		margin: 25px 0 0;
	}

	.index_pager ul {
		margin: 0;
		justify-content: center;
	}

	.index_pager li {
		margin: 0 5px;
		font-size: 1.6rem;
		display: block;
	}

	.index_pager li a {
		padding: 12px 14px;
		border: 2px solid #2e9ce0;
		display: block;
		border-radius: 10px;
		color: #444;
	}

	.index_pager li a:hover {
         color: #fff;
         background: #0672a5;
         border-color: #0672a5;
    }

	.index_pager li.cur span {
		padding: 12px 14px;
	}

	.index_pager li.page_back,
	.index_pager li.page_forward {
		width: 90px;
	}

	.index_pager li.page_back {
		margin-right: 100px;
	}

	.index_pager li.page_forward {
		margin-left: 100px;
	}

	.index_pager li.page_back a,
	.index_pager li.page_forward a {
		padding: 12px 18px;
		width: auto;
		color: #444;
	}

    .index_pager li.page_back a:hover,
    .index_pager li.page_forward a:hover {
         background: #0672a5;
         border-color: #0672a5;
 		color: #fff;
    }

    .index_pager li.page_back a:hover::before,
    .index_pager li.page_forward a:hover::before {
         border-color: #fff;
    }

}

/* -----------------
	お知らせ一覧
----------------- */

.index_news {
	margin: 0 0 15px;
}

.index_news > ul {
	margin: 0 0 20px;
}

@media screen and (min-width: 768px) {

	.index_news {
		margin: 0 0 90px;
	}

	.index_news > ul {
		margin: 0 0 60px;
	}

}

/* -----------------
	検索結果
----------------- */

.result_index_list {
	margin: 0 0 20px;
}

.result_index_list li {
	margin: 0 0 40px;
}

.result_index_list li h2 {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	background: url(../images/common/h6_line.png) no-repeat 0 center / 5px auto;
}

.result_index_list li h2::after {
	display: none;
}

.result_index_list li .continue {
	margin: 0;
	text-align: right;
}

@media screen and (min-width: 768px) {

	.result_index_list {
		margin: 0 0 90px;
	}

	.result_index_list li {
		margin: 0 0 40px;
	}

	.result_index_list li h2 {
		margin: 0 0 30px;
		padding: 0 0 0 15px;
		font-size: 2.0rem;
	}

	.result_index_list li .continue {
		margin: 15px 0 0;
	}

}

/* ---------------------------
	イベント一覧（カレンダー）
---------------------------- */

.event_calendar {
	margin: 0 -20px 60px;
	text-align: center;
}

.cal_header {
	margin: 0 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cal_header h3 {
	color: #795303;
	font-weight: 700;
	font-size: 4.0rem;
}

.cal_header h3 .year {
	font-size: 2.0rem;
	display: block;
}

.cal_header h3 span {
	font-size: 2.2rem;
}

.cal_header .prev,
.cal_header .next {
	font-size: 1.2rem;
}

.cal_header .prev a,
.cal_header .next a {
	color: #007db8;
	border: 2px solid #2e9ce0;
	border-radius: 10px;
	position: relative;
}

.cal_header .prev a {
	padding: 10px 10px 10px 20px;
}

.cal_header .next a {
	padding: 10px 20px 10px 10px;
}

.cal_header .prev a::before,
.cal_header .next a::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #2e9ce0;
	border-right: 2px solid #2e9ce0;
}

.cal_header .prev a::before {
	left: 10px;
	transform: rotate(-135deg);
}

.cal_header .next a::before {
	right: 10px;
	transform: rotate(45deg);
}

@media screen and (min-width: 768px) {

	.event_calendar {
		margin: 0 auto 95px;
    	width: min(95%,1100px);
	}

	.cal_header {
		margin: 0 0 30px;
		align-items: flex-end;
	}

	.cal_header h3 {
		font-size: 7.6rem;
	}

	.cal_header h3 .year {
		font-size: 2.0rem;
	}

	.cal_header h3 span {
		font-size: 2.6rem;
	}

	.cal_header .prev,
	.cal_header .next {
		margin: 0 0 30px;
		font-size: 1.6rem;
	}

	.cal_header .prev a {
		padding: 12px 20px 12px 32px;
	}

	.cal_header .next a {
		padding: 12px 32px 12px 20px;
	}

	.cal_header .prev a::before,
	.cal_header .next a::before {
		width: 10px;
		height: 10px;
	}

	.cal_header .prev a::before {
		left: 20px;
	}

	.cal_header .next a::before {
		right: 20px;
	}

	.cal_header .prev a:hover,
	.cal_header .next a:hover {
		background: #0672a5;
		border-color: #0672a5;
		color: #fff;
	}

	.cal_header .prev a:hover::before,
	.cal_header .next a:hover::before {
		border-color: #fff;
	}

}

.cal_table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.cal_table thead td {
	padding: 0 0 5px;
	color: #206f2a;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}

.cal_table thead td.wk_0 {
	color: #c61e31;
}

.cal_table thead td.wk_6 {
	color: #0d70a1;
}

@media screen and (min-width: 768px) {

	.cal_table thead td {
		padding: 0 0 15px;
		font-size: 1.8rem;
	}

}

.cal_table tbody {
	position: relative;
}

.cal_table tbody tr:first-child td {
	border-top: 2px solid #f8b62d;
}

.cal_table tbody tr:last-child td {
	border-bottom: 2px solid #f8b62d;
}

.cal_table tbody::before {
	position: absolute;
	content: '';
	left: 20px;
	right: 0;
	top: 0;
	height: 2px;
	width: calc(100% - 40px);
	background: #f8b62d;
	z-index: 2;
}

.cal_table tbody::after {
	position: absolute;
	content: '';
	left: 20px;
	right: 0;
	bottom: 0;
	height: 2px;
	width: calc(100% - 40px);
	background: #f8b62d;
	z-index: 2;
}

@media screen and (min-width: 768px) {

	.cal_table tbody::before {
		left: 30px;
		height: 3px;
		width: calc(100% - 60px);
	}

	.cal_table tbody::after {
		left: 30px;
		height: 3px;
		width: calc(100% - 60px);
	}

	.cal_table tbody tr:first-child td {
		border-top: 3px solid #f8b62d;
	}

	.cal_table tbody tr td:first-child {
		border-left: 3px solid #f8b62d;
	}

	.cal_table tbody tr td:last-child {
		border-right: 3px solid #f8b62d;
	}

	.cal_table tbody tr:last-child td {
		border-bottom: 3px solid #f8b62d;
	}

	.cal_table tbody tr:first-child td:first-child {
		border-radius: 20px 0 0 0;
	}

	.cal_table tbody tr:first-child td:last-child {
		border-radius: 0 20px 0 0;
	}

	.cal_table tbody tr:last-child td:first-child {
		border-radius: 0 0 0 20px;
	}

	.cal_table tbody tr:last-child td:last-child {
		border-radius: 0 0 20px 0;
	}

}

.cal_table tbody td {
	height: 115px;
	text-align: center;
	background: #fff;
	border-right: 2px solid #efe0c0;
	border-bottom: 2px solid #efe0c0;
	position: relative;
	overflow: hidden;
	width: 14.28%;
}

.cal_table tbody td:first-child {
	border-left: 2px solid #efe0c0;
}

.cal_table tbody td a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: url(../images/common/ico_link_calendar_g.svg) no-repeat center bottom 10px / 18px auto;
}

.cal_table tbody td.wk_0 a {
	background: #fff3f4 url(../images/common/ico_link_calendar_r.svg) no-repeat center bottom 10px / 18px auto;
}

.cal_table tbody td.wk_2 a,
.cal_table tbody td.wk_4 a {
	background: #f2faf3 url(../images/common/ico_link_calendar_g.svg) no-repeat center bottom 10px / 18px auto;
}

.cal_table tbody td.wk_6 a {
	background: #f1f9fd url(../images/common/ico_link_calendar_b.svg) no-repeat center bottom 10px / 18px auto;
}

@media screen and (min-width: 768px) {

	.cal_table tbody td {
		height: 130px;
		transition: all 0.30s ease 0s;
	}

	.cal_table tbody td a {
		background: url(../images/common/ico_link_calendar_g.svg) no-repeat right 10px bottom 10px / 18px auto;
		transition: all 0.30s ease 0s;
	}

	.cal_table tbody td.wk_0 a {
		background: #fff3f4 url(../images/common/ico_link_calendar_r.svg) no-repeat right 10px bottom 10px / 18px auto;
	}

	.cal_table tbody td.wk_2 a,
	.cal_table tbody td.wk_4 a {
		background: #f2faf3 url(../images/common/ico_link_calendar_g.svg) no-repeat right 10px bottom 10px / 18px auto;
	}

	.cal_table tbody td.wk_6 a {
		background: #f1f9fd url(../images/common/ico_link_calendar_b.svg) no-repeat right 10px bottom 10px / 18px auto;
	}

}

.cal_table tbody td .date {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	font-size: 1.3rem;
	color: #206f2a;
	font-weight: 600;
}

.cal_table tbody td a .date,
.cal_table tbody td.wk_0 a .date,
.cal_table tbody td.wk_6 a .date {
	color: #fff;
	border-radius: 0 0 10px 0;
}

.cal_table tbody td a .date {
	background: #206f2a;
}

.cal_table tbody td.wk_0 a .date {
	background: #c61e31;
}

.cal_table tbody td.wk_6 a .date {
	background: #0d70a1;
}

@media screen and (min-width: 768px) {

	.cal_table tbody td .date {
		width: 40px;
		height: 40px;
		font-size: 1.6rem;
	}

}

.cal_table tbody td .time {
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.0;
}

.cal_table tbody td .time span {
	margin: 5px auto;
	text-align: center;
	width: 2px;
	height: 8px;
	background: #444;
	display: block;
}

@media screen and (min-width: 768px) {

	.cal_table tbody td .time {
		font-size: 1.8rem;
		line-height: 1.0;
	}

	.cal_table tbody td .time span {
		height: 15px;
	}

}

@media screen and (min-width: 768px) {

	.cal_table tbody td.wk_0 a:hover {
		background: #ffe6e9 url(../images/common/ico_link_calendar_r_ov.svg) no-repeat right 10px bottom 10px / 18px auto;
	}

	.cal_table tbody td a:hover {
		background: #edfbef url(../images/common/ico_link_calendar_g_ov.svg) no-repeat right 10px bottom 10px / 18px auto;
	}

	.cal_table tbody td.wk_2 a:hover,
	.cal_table tbody td.wk_4 a:hover {
		background: #e2f8e4 url(../images/common/ico_link_calendar_g_ov.svg) no-repeat right 10px bottom 10px / 18px auto;
	}

	.cal_table tbody td.wk_6 a:hover {
		background: #e2f3fb url(../images/common/ico_link_calendar_b_ov.svg) no-repeat right 10px bottom 10px / 18px auto;
	}

}

.cal_color_4 .cal_header h3,
.cal_color_8 .cal_header h3,
.cal_color_12 .cal_header h3 {
	color: #0f8020;
}

.cal_color_4 .cal_table tbody td,
.cal_color_8 .cal_table tbody td,
.cal_color_12 .cal_table tbody td {
	border-color: #b1ddb8;
}

.cal_color_4 .cal_table tbody tr:first-child td,
.cal_color_8 .cal_table tbody tr:first-child td,
.cal_color_12 .cal_table tbody tr:first-child td {
	border-top: 2px solid #22ac38;
}

.cal_color_4 .cal_table tbody tr:last-child td,
.cal_color_9 .cal_table tbody tr:last-child td,
.cal_color_12 .cal_table tbody tr:last-child td {
	border-bottom: 2px solid #22ac38;
}

.cal_color_4 .cal_table tbody::before,
.cal_color_4 .cal_table tbody::after,
.cal_color_8 .cal_table tbody::before,
.cal_color_8 .cal_table tbody::after,
.cal_color_12 .cal_table tbody::before,
.cal_color_12 .cal_table tbody::after {
	background: #22ac38;
}

@media screen and (min-width: 768px) {

	.cal_color_4 .cal_table tbody tr:first-child td,
	.cal_color_8 .cal_table tbody tr:first-child td,
	.cal_color_12 .cal_table tbody tr:first-child td {
		border-top: 3px solid #22ac38;
	}

	.cal_color_4 .cal_table tbody tr td:first-child,
	.cal_color_8 .cal_table tbody tr td:first-child,
	.cal_color_12 .cal_table tbody tr td:first-child {
		border-left: 3px solid #22ac38;
	}

	.cal_color_4 .cal_table tbody tr td:last-child,
	.cal_color_8 .cal_table tbody tr td:last-child,
	.cal_color_12 .cal_table tbody tr td:last-child {
		border-right: 3px solid #22ac38;
	}

	.cal_color_4 .cal_table tbody tr:last-child td,
	.cal_color_8 .cal_table tbody tr:last-child td,
	.cal_color_12 .cal_table tbody tr:last-child td {
		border-bottom: 3px solid #22ac38;
	}

}

.cal_color_5 .cal_header h3,
.cal_color_9 .cal_header h3,
.cal_color_1 .cal_header h3 {
	color: #aa3d4a;
}

.cal_color_5 .cal_table tbody td,
.cal_color_9 .cal_table tbody td,
.cal_color_1 .cal_table tbody td {
		border-color: #f1d1d5;
}

.cal_color_5 .cal_table tbody tr:first-child td,
.cal_color_9 .cal_table tbody tr:first-child td,
.cal_color_1 .cal_table tbody tr:first-child td {
	border-top: 2px solid #f19ca6;
}

.cal_color_5 .cal_table tbody tr:last-child td,
.cal_color_9 .cal_table tbody tr:last-child td,
.cal_color_1 .cal_table tbody tr:last-child td {
	border-bottom: 2px solid #f19ca6;
}

.cal_color_5 .cal_table tbody::before,
.cal_color_5 .cal_table tbody::after,
.cal_color_9 .cal_table tbody::before,
.cal_color_9 .cal_table tbody::after,
.cal_color_1 .cal_table tbody::before,
.cal_color_1 .cal_table tbody::after {
	background: #f19ca6;
}

@media screen and (min-width: 768px) {

	.cal_color_5 .cal_table tbody tr:first-child td,
	.cal_color_9 .cal_table tbody tr:first-child td,
	.cal_color_1 .cal_table tbody tr:first-child td {
		border-top: 3px solid #f19ca6;
	}

	.cal_color_5 .cal_table tbody tr td:first-child,
	.cal_color_9 .cal_table tbody tr td:first-child,
	.cal_color_1 .cal_table tbody tr td:first-child {
		border-left: 3px solid #f19ca6;
	}

	.cal_color_5 .cal_table tbody tr td:last-child,
	.cal_color_9 .cal_table tbody tr td:last-child,
	.cal_color_1 .cal_table tbody tr td:last-child {
		border-right: 3px solid #f19ca6;
	}

	.cal_color_5 .cal_table tbody tr:last-child td,
	.cal_color_9 .cal_table tbody tr:last-child td,
	.cal_color_1 .cal_table tbody tr:last-child td {
		border-bottom: 3px solid #f19ca6;
	}

}

.cal_color_2 .cal_header h3,
.cal_color_6 .cal_header h3,
.cal_color_10 .cal_header h3 {
	color: #2e71e0;
}

.cal_color_2 .cal_table tbody td,
.cal_color_6 .cal_table tbody td,
.cal_color_10 .cal_table tbody td {
		border-color: #d9e2f0;
}

.cal_color_2 .cal_table tbody tr:first-child td,
.cal_color_6 .cal_table tbody tr:first-child td,
.cal_color_10 .cal_table tbody tr:first-child td {
	border-top: 2px solid #2ea7e0;
}

.cal_color_2 .cal_table tbody tr:last-child td,
.cal_color_6 .cal_table tbody tr:last-child td,
.cal_color_10 .cal_table tbody tr:last-child td {
	border-bottom: 2px solid #2ea7e0;
}

.cal_color_2 .cal_table tbody::before,
.cal_color_2 .cal_table tbody::after,
.cal_color_6 .cal_table tbody::before,
.cal_color_6 .cal_table tbody::after,
.cal_color_10 .cal_table tbody::before,
.cal_color_10 .cal_table tbody::after {
	background: #2ea7e0;
}

@media screen and (min-width: 768px) {

	.cal_color_2 .cal_table tbody tr:first-child td,
	.cal_color_6 .cal_table tbody tr:first-child td,
	.cal_color_10 .cal_table tbody tr:first-child td {
		border-top: 3px solid #2ea7e0;
	}

	.cal_color_2 .cal_table tbody tr td:first-child,
	.cal_color_6 .cal_table tbody tr td:first-child,
	.cal_color_10 .cal_table tbody tr td:first-child {
		border-left: 3px solid #2ea7e0;
	}

	.cal_color_2 .cal_table tbody tr td:last-child,
	.cal_color_6 .cal_table tbody tr td:last-child,
	.cal_color_10 .cal_table tbody tr td:last-child {
		border-right: 3px solid #2ea7e0;
	}

	.cal_color_2 .cal_table tbody tr:last-child td,
	.cal_color_6 .cal_table tbody tr:last-child td,
	.cal_color_10 .cal_table tbody tr:last-child td {
		border-bottom: 3px solid #2ea7e0;
	}

}

.events .modaal-inner-wrapper {
	padding: 40px 20px;
}

.events .modaal-container {
	padding: 18px 0;
	background: none;
	opacity: 0;
}

.events .modaal-container.open {
	opacity: 1;
}

.events .modaal-content {
	border-radius: 30px;
	background: #fff;
}

.events .modaal-close {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/common/ico_close.svg) no-repeat 0 0 / 35px auto !important;
}

.events .modaal-close::before,
.events .modaal-close::after,
.events .modaal-close span {
	display: none;
}

.event_modal {
	padding: 20px 0;
	overflow: hidden;
}

.modal_header {
	margin: 0 10px 25px;
	padding: 0 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: url(../images/event/line.png) no-repeat 0 bottom / 895px auto;
}

@media screen and (min-width: 768px) {

	.events .modaal-inner-wrapper {
		padding: 80px 25px;
	}

	.events .modaal-container {
		padding: 20px;
		transition: all 0.05s ease 0s;
	}

	.events .modaal-close {
		width: 60px;
		height: 60px;
		background: url(../images/common/ico_close.svg) no-repeat 0 0 / 60px auto !important;
	}

	.events .modaal-close:hover {
		background: url(../images/common/ico_close_ov.svg) no-repeat 0 0 / 60px auto !important;
	}

	.event_modal {
		padding: 40px 50px;
	}

	.modal_header {
		margin: 0 0 20px;
	}

}

.modal_date {
	margin: 0 0 5px;
	color: #795303;
	font-weight: 700;
	display: flex;
	align-items: flex-end;
	font-size: 2.0rem;
}

.modal_date .year {
	margin-right: 3px;
}

.modal_date .year span {
	font-size: 1.6rem;
}

.modal_date .month,
.modal_date .day {
	font-size: 4.0rem;
	display: flex;
	align-items: flex-end;
}

.modal_date .month_txt,
.modal_date .day_txt {
	position: relative;
	bottom: -6px;
}

.modal_date .month span,
.modal_date .day span {
	font-size: 1.6rem;
}

.modal_date .week {
	padding: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	background: #795303;
}

@media screen and (min-width: 768px) {

	.modal_date .month,
	.modal_date .day {
		font-size: 5.0rem;
	}

	.modal_date .month span,
	.modal_date .day span {
		font-size: 2.0rem;
	}

	.modal_date .week {
		font-size: 1.6rem;
	}

}

.modal_open {
	padding: 5px 0 5px 30px;
	background: url(../images/event/ico_clock.svg) no-repeat 0 center / 25px auto;
}

.modal_open dl {
	font-weight: 600;
}

.modal_open dt {
	font-size: 1.0rem;
}

.modal_open dd {
	font-size: 1.6rem;
}

@media screen and (min-width: 768px) {

	.modal_open {
		padding: 10px 0 10px 40px;
		background: url(../images/event/ico_clock.svg) no-repeat 0 center / 32px auto;
	}

	.modal_open dl {
		display: flex;
		align-items: center;
	}

	.modal_open dt {
		margin: 0 8px 0 0;
		font-size: 1.6rem;
	}

	.modal_open dd {
		font-size: 2.0rem;
	}

}

.modal_bnr ul {
	margin: 0 10px 10px;
}

.modal_bnr li {
	margin: 0 0 6px;
}

.modal_bnr li a {
	padding: 15px;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 10px;
	background: #795303;
}

.modal_bnr li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.3;
	height: calc(1em * 1.3 * 2);
}

@media screen and (min-width: 768px) {

	.modal_bnr ul {
		margin: 0;
		display: flex;
	}

	.modal_bnr li {
		margin: 0 20px 20px 0;
		width: calc(25% - 15px);
	}

	.modal_bnr li:net-child(4n) {
		margin-right: 0;
	}

	.modal_bnr li a {
		padding: 20px;
		font-size: 1.8rem;
	}

	.modal_bnr li a span {
		font-size: 1.8rem;
	}

	.modal_bnr li a:hover {
		background: #a06d01;
	}

}

.modal_table table {
	margin: 0 -1px 10px;
	width: calc(100% + 2px);
	border-collapse: separate;
	border-spacing: 1px;
}

.modal_table th {
	background: #fff;
	color: #795303;
	font-size: 1.2rem;
	font-weight: 500;
	white-space: nowrap;
}

.modal_table td {
	background: #fef0d5;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}

.modal_table td:first-child {
	text-align: left;
}

.modal_table tr:nth-child(even) td {
	background-color: #fffaf1;
}

@media screen and (min-width: 768px) {

	.modal_table table {
		margin: 0;
		width: 100%;
		border-spacing: 5px;
	}

	.modal_table th {
		padding: 0 10px;
		font-size: 1.6rem;
	}

	.modal_table td {
		font-size: 1.6rem;
		transition: all 0.30s ease 0s;
	}

}

.modal_table td a {
	padding: 15px 10px;
	display: block;
}

.modal_table td.title a {
	padding-left: 35px;
	background-image: url(../images/common/ico_link_mo_arrow.svg);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	background-size: 20px auto;
}

.modal_table td.from {
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

	.modal_table td a {
		padding: 16px 20px;
	}

	.modal_table td.title a {
		padding-left: 50px;
		background-position: 20px 18px;
	}

	.modal_table td.from {
		font-size: 1.8rem;
		max-width: 110px;
	}

	.modal_table td.place {
		max-width: 160px;
	}

	.modal_table tr:nth-child(odd):hover td {
		background-color: #ffdfa2;
	}

	.modal_table tr:nth-child(even):hover td {
		background-color: #ffe9c0;
	}

	.modal_table tr:hover td.title a {
		background-image: url(../images/common/ico_link_mo_arrow_ov.svg);
	}

}

.color_02 .modal_date,
.color_02 .modal_table th,
.color_06 .modal_date,
.color_06 .modal_table th,
.color_10 .modal_date,
.color_10 .modal_table th {
	color: #2e71e0;
}

.color_02 .modal_date .week,
.color_02 .modal_bnr li a,
.color_06 .modal_date .week,
.color_06 .modal_bnr li a,
.color_10 .modal_date .week,
.color_10 .modal_bnr li a {
	background-color: #2e71e0;
}

.color_02 .modal_bnr li a:hover,
.color_06 .modal_bnr li a:hover,
.color_10 .modal_bnr li a:hover {
	background-color: #488dff;
}

.color_02 .modal_table td,
.color_06 .modal_table td,
.color_10 .modal_table td {
	background-color: #cdddf7;
}

.color_02 .modal_table tr:nth-child(even) td,
.color_06 .modal_table tr:nth-child(even) td,
.color_10 .modal_table tr:nth-child(even) td {
	background-color: #eaf0f9;
}

.color_02 .modal_table td.title a,
.color_06 .modal_table td.title a,
.color_10 .modal_table td.title a {
	background-image: url(../images/common/ico_link_mb_arrow.svg);
}

@media screen and (min-width: 768px) {

	.color_02 .modal_table tr:nth-child(odd):hover td,
	.color_06 .modal_table tr:nth-child(odd):hover td,
	.color_10 .modal_table tr:nth-child(odd):hover td {
		background-color: #a7c9fd;
	}

	.color_02 .modal_table tr:nth-child(even):hover td,
	.color_06 .modal_table tr:nth-child(even):hover td,
	.color_10 .modal_table tr:nth-child(even):hover td {
		background-color: #c1d7f9;
	}

	.color_02 .modal_table tr:hover td.title a,
	.color_06 .modal_table tr:hover td.title a,
	.color_10 .modal_table tr:hover td.title a {
		background-image: url(../images/common/ico_link_mb_arrow_ov.svg);
	}

}

.color_04 .modal_date,
.color_04 .modal_table th,
.color_08 .modal_date,
.color_08 .modal_table th,
.color_12 .modal_date,
.color_12 .modal_table th {
	color: #0f8020;
}

.color_04 .modal_date .week,
.color_04 .modal_bnr li a,
.color_08 .modal_date .week,
.color_08 .modal_bnr li a,
.color_12 .modal_date .week,
.color_12 .modal_bnr li a {
	background-color: #0f8020;
}

.color_04 .modal_bnr li a:hover,
.color_08 .modal_bnr li a:hover,
.color_12 .modal_bnr li a:hover {
	background-color: #08ad21;
}

.color_04 .modal_table td,
.color_08 .modal_table td,
.color_12 .modal_table td {
	background-color: #d7f3dc;
}

.color_04 .modal_table tr:nth-child(even) td,
.color_08 .modal_table tr:nth-child(even) td,
.color_12 .modal_table tr:nth-child(even) td {
	background-color: #ebf8ee;
}

.color_04 .modal_table td.title a,
.color_08 .modal_table td.title a,
.color_12 .modal_table td.title a {
	background-image: url(../images/common/ico_link_mg_arrow.svg);
}

@media screen and (min-width: 768px) {

	.color_04 .modal_table tr:nth-child(odd):hover td,
	.color_08 .modal_table tr:nth-child(odd):hover td,
	.color_12 .modal_table tr:nth-child(odd):hover td {
		background-color: #afeab9;
	}

	.color_04 .modal_table tr:nth-child(even):hover td,
	.color_08 .modal_table tr:nth-child(even):hover td,
	.color_12 .modal_table tr:nth-child(even):hover td {
		background-color: #caefd0;
	}

	.color_04 .modal_table tr:hover td.title a,
	.color_08 .modal_table tr:hover td.title a,
	.color_12 .modal_table tr:hover td.title a {
		background-image: url(../images/common/ico_link_mg_arrow_ov.svg);
	}

}

.color_05 .modal_date,
.color_05 .modal_table th,
.color_09 .modal_date,
.color_09 .modal_table th,
.color_01 .modal_date,
.color_01 .modal_table th {
	color: #aa3d4a;
}

.color_05 .modal_date .week,
.color_05 .modal_bnr li a,
.color_09 .modal_date .week,
.color_09 .modal_bnr li a,
.color_01 .modal_date .week,
.color_01 .modal_bnr li a {
	background-color: #aa3d4a;
}

.color_05 .modal_bnr li a:hover,
.color_09 .modal_bnr li a:hover,
.color_01 .modal_bnr li a:hover {
	background-color: #cb2539;
}

.color_05 .modal_table td,
.color_09 .modal_table td,
.color_01 .modal_table td {
	background-color: #ffe3e6;
}

.color_05 .modal_table tr:nth-child(even) td,
.color_09 .modal_table tr:nth-child(even) td,
.color_01 .modal_table tr:nth-child(even) td {
	background-color: #fff4f5;
}

.color_05 .modal_table td.title a,
.color_09 .modal_table td.title a,
.color_01 .modal_table td.title a {
	background-image: url(../images/common/ico_link_mp_arrow.svg);
}

@media screen and (min-width: 768px) {

	.color_05 .modal_table tr:nth-child(odd):hover td,
	.color_09 .modal_table tr:nth-child(odd):hover td,
	.color_01 .modal_table tr:nth-child(odd):hover td {
		background-color: #ffbbc3;
	}

	.color_05 .modal_table tr:nth-child(even):hover td,
	.color_09 .modal_table tr:nth-child(even):hover td,
	.color_01 .modal_table tr:nth-child(even):hover td {
		background-color: #fed3d8;
	}

	.color_05 .modal_table tr:hover td.title a,
	.color_09 .modal_table tr:hover td.title a,
	.color_01 .modal_table tr:hover td.title a {
		background-image: url(../images/common/ico_link_mp_arrow_ov.svg);
	}

}

.event_bnr {
	margin: 0 5px 60px;
}

.event_bnr li {
	margin: 0 0 45px;
}

.event_bnr li a {
	padding: 20px;
	display: block;
	background: #2ea7e0;
	border-radius: 20px;
	position: relative;
}

.event_bnr li .event_bnr_date {
	position: absolute;
	top: -23px;
	left: -10px;
	padding: 5px 12px;
	font-size: 1.6rem;
	font-weight: 500;
	background: #fff;
	color: #007db8;
	border-radius: 10px 10px 0 10px;
	border: 2px solid #1b92ca;
}

.event_bnr li figure {
	margin: 0 0 20px;
	border-radius: 10px;
	overflow: hidden;
	height: 396px;
	position: relative;
	aspect-ratio: 1 / 1.414;
}

.event_bnr li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.event_bnr li p {
	padding: 12px 18px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	border-radius: 10px;
}

@media screen and (min-width: 768px) {

	.event_bnr {
		margin: 0 auto 130px;
		width: min(100%,1560px);
	}

	.event_bnr ul {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.event_bnr li {
		margin: 0 15px;
		max-width: 480px;
		width: calc(33.3333% - 40px);
	}

	.event_bnr li a {
		padding: 45px 30px 30px;
	}

	.event_bnr li .event_bnr_date {
		top: -20px;
		left: -15px;
		padding: 6px 12px;
	}

	.event_bnr li figure {
		height: auto;
	}

	.event_bnr li figure img {
		width: auto;
		height: 100%;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

	.event_bnr li p {
		padding: 15px 20px;
	}

}

.event_column {
	margin: 0 auto 20px;
	position: relative;
}

.event_column h2 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 600;
}

.event_look.event_column h2 {
	color: #807900;
}

.event_eat.event_column h2 {
	color: #aa3d4a;
}

.event_experience.event_column h2 {
	color: #0f8020;
}

@media screen and (min-width: 768px) {

	.event_column {
		margin: 0 auto 130px;
		width: min(95%,1560px);
	}

	.event_column h2 {
		padding: 0 40px;
		font-size: 5.0rem;
		display: inline-block;
	}

}

.event_slide {
	margin: 30px -20px 0;
}

.event_slide_box_outer {
	margin: 0 10px;
	padding-top: 24px;
}

.event_slide_box {
	border-radius: 20px;
}

.event_look .event_slide_box {
	background: #faee00;
}

.event_eat .event_slide_box {
	background: #f19ca6;
}

.event_experience .event_slide_box {
	background: #22ac38;
}

@media screen and (min-width: 768px) {

	.event_slide {
		margin: 95px 0 0;
	}

	.event_slide_box_outer {
		margin: 0 15px;
		padding-top: 18px;
	}

	.event_slide_box {
		margin: 0 auto;
		max-width: 358px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1799px) {

	.event_slide_box {
		width: auto;
	}

}

.event_slide_box a {
	padding: 20px;
	display: block;
	position: relative;
}

.event_slide_box .event_date {
	position: absolute;
	top: -24px;
	left: -10px;
	padding: 9px 12px;
	font-size: 1.6rem;
	font-weight: 500;
	background: #fff;
	border-radius: 10px 10px 0 10px;
}

.event_look .event_slide_box .event_date {
	border: 2px solid #c9bf00;
	color: #807900;
}

.event_eat .event_slide_box .event_date {
	border: 2px solid #d36e7a;
	color: #aa3d4a;
}

.event_experience .event_slide_box .event_date {
	border: 2px solid #17982c;
	color: #0f8020;
}

.event_slide_box figure {
	margin: 0 0 20px;
	height: 270px;
	overflow: hidden;
	border-radius: 10px;
}

.event_slide_box h3 {
	padding: 15px 20px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
	border-radius: 10px;
}

.event_slide_box h3 span {
	height: calc(1em * 1.4 * 2);
	display: inline-block;
}

@media screen and (min-width: 768px) {

	.event_slide_box a {
		padding: 40px 30px 30px;
	}

	.event_slide_box .event_date {
		top: -18px;
	}

	.event_slide_box figure {
		margin: 0 0 20px;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.event_slide_box h3 {
		padding: 15px 20px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1649px) {
}

.event_column .slick-prev,
.event_column .slick-next {
	top: calc(50% + 25px);
}

.event_column .slick-prev {
	left: -5px;
}

.event_column .slick-next {
	right: -5px;
}

@media screen and (min-width: 768px) {

	.event_column .slick-prev,
	.event_column .slick-next {
		top: 0;
	}

	.event_column .slick-prev {
		left: 0;
	}

	.event_column .slick-next {
		right: 0;
	}

}

/* -----------------
	イベント詳細
----------------- */

.events .entry_header::before {
	background: url(../images/event/event_title_img.jpg) no-repeat center bottom -15px / 100% auto;
}

.entry_column h2.event_title {
	margin: 0 -20px 45px;
	padding: 15px 20px 25px;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.3;
	color: #795303;
	text-align: center;
	background: #fffaf1;
	position: relative;
}

.entry_column h2.event_title::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 8px;
	background: url(../images/common/h2_line_event.png) no-repeat center bottom / 180px auto;
}

@media screen and (min-width: 768px) {

	.events .entry_header::before {
		background-position: center bottom -65px;
	}

	.entry_column h2.event_title {
		margin: 0 0 85px;
		padding: 15px 30px 25px;
		font-size: 4.0rem;
		line-height: 1.4;
		border-radius: 15px;
	}

}


/* -----------------
	イベントまとめ
----------------- */

.event_summary {
	margin: 0 0 30px;
}

.event_summary_list {
	margin: 0 -20px;
}

.event_summary_list li {
	margin: 0 0 40px;
	padding: 30px 20px;
	border-radius: 30px;
	border: 5px solid #f6e5c3;
}

.event_summary_list li h4 {
	margin: 0 0 25px;
	padding: 0 0 0 15px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	background: url(../images/common/h4_line_event.png) no-repeat 0 center / 7px auto;
}

.event_summary_table_outer {
	margin: 0 0 10px;
	padding-bottom: 10px;
	overflow-x: scroll;
}

.event_summary_table {
	border: 2px solid #dcdcdc;
	border-radius: 10px;
	width: 700px;
}

.event_summary_list li th {
	padding: 22px 60px 22px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.event_summary_list li td {
	padding: 22px 30px;
	border-left: 2px solid #dcdcdc;
}

.event_summary_list li tr:nth-child(2n) th,
.event_summary_list li tr:nth-child(2n) td {
	background: #f6f6f6;
}

.event_summary_list li .btn_event_link {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.event_summary_list li .btn_event_link a {
	padding: 14px 20px 14px 35px;
	color: #444;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #2e9ce0;
	border-radius: 18px;
	background: url(../images/common/ico_link_s_arrow.svg) no-repeat 16px center / 10px auto;
	transition: none;
}

@media screen and (min-width: 768px) {

	.event_summary {
		margin: 0 0 80px;
	}

	.event_summary_list {
		margin: 0;
	}

	.event_summary_list li {
		margin: 0 0 70px;
		padding: 50px;
	}

	.event_summary_list li h4 {
		margin: 0 0 40px;
		padding: 0 0 0 20px;
		font-size: 2.6rem;
	}

	.event_summary_table_outer {
		margin: 0 0 20px;
		padding-bottom: 0;
		overflow-x: inherit;
	}

	.event_summary_table {
		width: auto;
	}

	.event_summary_list li table {
		width: 100%;
	}

	.event_summary_list li th {
		padding: 25px 60px 25px 30px;
		font-size: 1.8rem;
		font-weight: bold;
		vertical-align: top;
		white-space: nowrap;
	}

	.event_summary_list li td {
		padding: 25px 30px;
		border-left: 2px solid #dcdcdc;
	}

	.event_summary_list li tr:nth-child(2n) th,
	.event_summary_list li tr:nth-child(2n) td {
		background: #f6f6f6;
	}

	.event_summary_list li .btn_event_link a:hover {
		padding: 12px 18px 12px 33px;
    	border-width: 4px;
    	background-position: 14px center;
    	color: #0672a5;
	}

}

/* -----------------
	下層ページ
----------------- */

.page_entry .inner {
	margin: 0 20px;
}

.entry_header {
	margin: 15px 0 0;
	padding: 110px 0 45px;
	text-align: center;
	position: relative;
}

.entry_header::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100px;
	border-radius: 50px;
	background: url(../images/common/entry_title_img.jpg) no-repeat center -40px / 100% auto;
}

.entry_header h1 {
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.page_entry .main {
		background: url(../images/common/entry_title_back.png) no-repeat calc(50% + 80px) 20px / 1456px auto;
	}

	.page_entry .inner {
		margin: 0 auto;
		width: min(95%,1100px);
	}

	.events.page_entry .inner {
		width: min(95%,1100px);
	}

	.event_top.page_entry .inner {
		width: auto;
	}

	.entry_header {
		margin: 0;
		padding: 190px 0 100px;
		min-height: 300px;
	}

	.events.page_entry .entry_header {
		margin: 0 auto;
		width: min(95%,1100px);
	}

	.entry_header::before {
		position: absolute;
		content: '';
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		width: 100%;
		height: 260px;
		border-radius: 130px;
		background: url(../images/common/entry_title_img.jpg) no-repeat center -150px / 100% auto;
	}

	.entry_header_title {
		padding: 30px 40px 0;
		display: inline-block;
		position: relative;
		background: #fff;
		max-width: 750px;
	}

	.entry_header_title::before,
	.entry_header_title::after {
		position: absolute;
		content: '';
		top: 0;
		width: 40px;
		height: 70px;
	}

	.entry_header_title::before {
		left: -40px;
		background: url(../images/common/entry_title_left.png) no-repeat 0 0 / 40px auto;
	}

	.entry_header_title::after {
		right: -40px;
		background: url(../images/common/entry_title_right.png) no-repeat right 0 / 40px auto;
	}

	.entry_header h1 {
		font-size: 6.0rem;
	}

}

/* サイドナビと重ならないようにする場合 */
/*
@media screen and (min-width: 768px) and (max-width: 2080px) {

	.events.page_entry .inner {
		width: calc(100% - 530px);
	}

}
*/

@media screen and (min-width: 768px) and (max-width: 1649px) {

	.page_entry .main {
		background: url(../images/common/entry_title_back.png) no-repeat calc(50% + 11vw) 4vw / 100% auto;
	}

	.page_index.page_entry .inner,
	.events.page_entry .inner,
	.page_entry .inner {
		margin: 0 auto 0 260px;
		width: calc(100% - 300px);
	}

	.page_index.page_entry .entry_header,
	.events.page_entry .entry_header {
		width: min(95%,1100px);
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {

	.page_entry .main {
		background: url(../images/common/entry_title_back.png) no-repeat calc(50% + 80px) 20px / 1456px auto;
	}

	.page_index.page_entry .inner,
	.events.page_entry .inner,
	.page_entry .inner {
		margin: 0 auto;
		width: 95%;
	}

}


/* -----------------
	ユニットパーツ
----------------- */

.entry-container {
	margin: 0;
}

.entry_column p {
	margin: 0 0 20px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.entry_column p.note {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #757575;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (min-width: 768px) {

	.entry_column p {
		margin: 0 0 20px;
	}

}

.entry_column h2 {
  margin: 0 -20px 40px;
  padding: 0 20px 20px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  background: url(../images/common/h2_line.png) repeat-x 0 bottom / 102px auto;
}

.entry_column h3 {
  margin: 40px 0 30px;
  padding: 0 0 15px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 2px solid #dadada;
  position: relative;
}

.entry_column h3::before,
.entry_column h3::after {
	position: absolute;
	content: '';
	bottom: -2px;
	height: 2px;
	width: 20px;
}

.entry_column h3::before {
	background: #f19ca6;
	left: 0;
}

.entry_column h3::after {
	background: #22ac38;
	right: 0;
}

.entry_column h3.line_left {
	margin: 40px 0 25px;
	padding: 4px 0 4px 25px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: none;
	background: url(../images/common/h3_line2.png) no-repeat 0 center / 7px auto;
}

.entry_column h3.line_left::before,
.entry_column h3.line_left::after {
	display: none;
}

.entry_column h3.line_color {
	margin-bottom: 25px;
	text-align: center;
	padding: 0;
	font-weight: 700;
	border: none;
}

.entry_column h3.line_color::before,
.entry_column h3.line_color::after {
	display: none;
}

.entry_column h3.line_color span {
	position: relative;
}

.entry_column h3.line_color span::before {
	position: absolute;
	content: '';
	left: -70px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 3px;
	background: url(../images/common/h3_line_left.png) repeat-y 0 center / 60px auto;
}

.entry_column h3.line_color span::after {
	position: absolute;
	content: '';
	right: -70px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 3px;
	background: url(../images/common/h3_line_right.png) repeat-y 0 center / 60px auto;
}

@media screen and (min-width: 768px) {

	.entry_column h2 {
  	margin: 0 0 80px;
  	padding: 0 0 20px;
  	font-size: 4.6rem;
	}

	.entry_column h3 {
  	margin: 70px 0 60px;
  	padding: 0 0 20px;
  	font-size: 3.6rem;
	}

	.entry_column h3.line_left {
		margin: 50px 0 40px;
		padding: 4px 0 4px 30px;
		font-size: 2.6rem;
	}

	.entry_column h3.line_color {
		margin-bottom: 50px;
	}

	.entry_column h3.line_color span::before {
		left: -145px;
		width: 120px;
		height: 3px;
		background: url(../images/common/h3_line_left.png) no-repeat 0 center / 120px auto;
	}

	.entry_column h3.line_color span::after {
		right: -145px;
		width: 120px;
		height: 3px;
		background: url(../images/common/h3_line_right.png) no-repeat 0 center / 120px auto;
	}

}

.entry_column h4 {
	margin: 40px 0 20px;
	padding: 12px 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	border: 2px solid #dadada;
	border-radius: 15px;
	background: url(../images/common/h3_line.png) no-repeat 0 center / 7px auto;
}

.entry_column h4.line_color {
	margin-bottom: 20px;
	padding: 0 0 10px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
	background: url(../images/common/h4_line_bottom.png) no-repeat center bottom / 60px auto;
}

.entry_column h4.title_tab {
	margin: 50px 50px 40px 0;
	padding: 0;
	font-size: 1.8rem;
	background: #eeeeee;
	border: none;
	border-radius: 20px 20px 0 0;
	display: inline-block;
	position: relative;
}

.entry_column h4.title_tab a {
	padding: 15px 30px;
	display: block;
}

.entry_column h4.title_tab::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: calc(100% + 50px);
	height: 3px;
	background: #dadada;
}

.entry_column h5 {
	margin: 30px 0;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 600;
}

.entry_column h5 span {
	padding: 0 130px 0 0;
	position: relative;
	display: inline-block;
}

.entry_column h5 span::before {
	position: absolute;
	content: '';
	right: 0;
	top: 14px;
	width: 120px;
	height: 3px;
	background: url(../images/common/h5_line.png) no-repeat 0 0 / 120px auto;
}

@media screen and (min-width: 768px) {

	.entry_column h4 {
		margin: 60px 0 50px;
		padding: 15px 20px;
		font-size: 2.6rem;
		border-radius: 10px;
	}

	.entry_column h4.line_color {
		margin-bottom: 50px;
		padding: 0 0 12px;
	}

	.entry_column h4.title_tab {
		margin: 60px 30px 50px 0;
		font-size: 2.0rem;
	}

	.entry_column h4.title_tab::after {
		width: calc(100% + 30px);
	}

	.entry_column h5 {
		margin: 50px 0 40px;
		font-size: 2.4rem;
	}

	.entry_column h5 span {
		padding: 0 135px 0 0;
	}

	.entry_column h5 span::before {
		top: 18px;
	}

}

.entry_column h6 {
	margin: 25px 0;
	padding: 0 0 0 15px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	background: url(../images/common/h6_line.png) no-repeat 0 center / 5px auto;
}

.entry_column [class*="column2_"] h6,
.entry_column [class*="column3_"] h6 {
	margin: 10px 0 !important;
	padding: 0;
	font-size: 1.8rem;
	text-align: center;
	background: none;
}

.entry_column [class*="column2_"] h6 span,
.entry_column [class*="column3_"] h6 span {
	position: relative;
	display: inline-block;
}

.entry_column [class*="column2_"] h6 span::before,
.entry_column [class*="column3_"] h6 span::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	left: -35px;
	width: 25px;
	height: 5px;
	background: url(../images/common/h6_line_left.png) no-repeat 0 center / 25px auto;
}

.entry_column [class*="column2_"] h6 span::after,
.entry_column [class*="column3_"] h6 span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	right: -35px;
	width: 25px;
	height: 5px;
	background: url(../images/common/h6_line_right.png) no-repeat 0 center / 25px auto;
}

@media screen and (min-width: 768px) {

	.entry_column h6 {
		margin: 40px 0 40px;
		padding: 0 0 0 15px;
		font-size: 2.0rem;
	}

	.entry_column [class*="column2_"] h6,
	.entry_column [class*="column3_"] h6 {
		margin: 25px 0 20px !important;
	}

}

.entry_column p a {
	padding-left: 10px;
	color: #007db8;
	text-decoration: underline;
	background: url(../images/common/ico_link_sb.svg) no-repeat 0 8px / 6px auto;
	transition: all 0.30s ease 0s;
}

.entry_column p a[target="_blank"] {
  padding-left: 15px;
  background: url(../images/common/ico_out.svg) no-repeat 0 8px / 12px auto;
}


.entry_column p a[href$=".pdf"] {
	padding-left: 20px;
	background: url(../images/common/ico_pdf.svg) no-repeat 0 3px / 16px auto;
}

.entry_column p em {
	color: #d84708;
	font-weight: bold;
}

.entry_column p strong {
	font-weight: bold;
}

@media screen and (min-width: 768px) {

	.entry_column p a:hover {
		text-decoration: none;
	}

}

.entry_column p.link_normal a {
	padding-left: 30px;
	background: url(../images/common/ico_link_mb_arrow.svg) no-repeat 0 2px / 22px auto;
}

.entry_column p.link_out a {
	padding-left: 30px;
	background: url(../images/common/ico_blank_mb.svg) no-repeat 0 2px / 22px auto;
}

.entry_column p.link_pdf a {
	padding-left: 25px;
}

.entry_column p.btn_link a {
	padding: 10px 16px 10px 35px;
	border: 2px solid #2e9ce0;
	border-radius: 18px;
	background: url(../images/common/ico_link_s_arrow.svg) no-repeat 16px center / 10px auto;
	transition: none;
}

.entry_column p.btn_out a {
	padding: 10px 16px 10px 35px;
	border: 2px solid #2e9ce0;
	border-radius: 18px;
	background: url(../images/common/ico_out.svg) no-repeat 16px center / 11px auto;
	transition: none;
}

.entry_column p.link_normal a,
.entry_column p.link_out a,
.entry_column p.link_pdf a,
.entry_column p.btn_link a,
.entry_column p.btn_out a {
	color: #444;
	text-decoration: none;
	display: inline-block;
}

.entry_column p.box_red {
	margin: 40px 10px;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	background: #ea5514;
	border-radius: 10px;
	position: relative;
}

.entry_column p.box_red::before {
	position: absolute;
	content: '';
	top: 4px;
	left: 4px;
	border: 2px solid #fff;
	border-radius: 8px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

@media screen and (min-width: 768px) {

	.entry_column p.btn_link a {
		padding: 12px 16px 12px 35px;
	}

	.entry_column p.btn_out a {
		padding: 12px 16px 12px 35px;
	}

	.entry_column p.link_normal a:hover {
		background-image: url(../images/common/ico_link_mb_arrow_ov.svg);
	}

	.entry_column p.link_out a:hover {
		background-image: url(../images/common/ico_blank_mb_ov.svg);
	}

	.entry_column p.link_pdf a:hover {
		color: #ef0000;
	}

	.entry_column p.btn_link a:hover,
	.entry_column p.btn_out a:hover {
		padding: 10px 14px 10px 33px;
		border-width: 4px;
		background-position: 14px center;
		color: #0672a5;
	}

	.entry_column p.box_red {
		margin: 50px 0;
		padding: 25px 30px;
		font-size: 2.4rem;
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

}

.entry_column ul {
	margin: 30px 0;
}

.entry_column ul li {
	margin: 0 0 10px;
	padding-left: 22px;
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative;
}

.entry_column ul li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	background: #ff5b00;
	border-radius: 15px;
}

.entry_column ul li::after {
	position: absolute;
	content: '';
	top: 11px;
	left: 6px;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 4px;
}

.entry_column ol {
	margin: 40px 0;
	padding: 0;
	list-style: none;
	counter-reset: ol_li;
}

.entry_column ol li {
	margin: 0 0 10px;
	padding-left: 28px;
	text-indent: -17px;
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative;
}

.entry_column ol li::before {
	counter-increment: ol_li;
	content: counter(ol_li)'.';
	color: #1b872d;
	left: -12px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
}

@media screen and (min-width: 768px) {

	.entry_column ul {
		margin: 40px 0;
	}

	.entry_column ul li {
		margin: 0 0 18px;
	}

	.entry_column ol li {
		margin: 0 0 18px;
	}

}

.entry_column p.caption {
  margin-top: 5px;
}

p.btn_large_center {
	margin: 20px auto;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}

p.btn_large_center a {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #2e9ce0;
	border-radius: 20px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #444;
	transition: none;
	background: #fff;
}

.entry_column p.btn_large_center a[target="_blank"] {
	padding-left: 20px;
	background: #fff;
}

p.btn_large_center a span {
	padding-left: 16px;
	position: relative;
}

p.btn_large_center a[href^="https"] span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 11px;
	height: 9px;
	background: url(../images/common/ico_out.svg) no-repeat 0 center / 11px auto;
}

p.btn_large_center a[href^="https://aichiexpo20th"] span::after,
p.btn_large_center a span::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 10px;
	height: 9px;
	background: url(../images/common/ico_link_s_arrow.svg) no-repeat 0 center / 10px auto;
}

@media screen and (min-width: 768px) {

	.entry_column p.caption {
	  	margin-top: 15px;
	}

	p.btn_large_center {
		margin: 50px auto;
		max-width: 520px;
	}

	p.btn_large_center a {
		padding: 24px;
	}

	.entry_column p.btn_large_center a[target="_blank"] {
		padding-left: 24px;
	}

	p.btn_large_center a:hover {
		padding: 22px;
		border-width: 4px;
		color: #0672a5;
	}

	.entry_column p.btn_large_center a[target="_blank"]:hover {
		padding-left: 22px;
	}

}

.entry_column .column_pink_box {
	margin: 30px 0;
	padding: 25px 30px;
	background: #fff5f8;
	border-radius: 20px;
	width: 100%;
}

.entry_column .column_pink_box * {
    margin-top: 0;
}

.entry_column .column_pink_box *:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {

	.entry_column .column_pink_box {
		margin: 50px 0;
		padding: 50px 60px;
	}

}

.entry_column p.color_box_orange,
.entry_column p.color_box_blue,
.entry_column p.color_box_pink,
.entry_column p.color_box_green,
.entry_column p.color_box_yellow,
.entry_column p.color_box_red {
	padding: 25px 30px;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
	border-radius: 40px 10px 40px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.entry_column p.color_box_orange {
	text-shadow:
		2px  2px 1px #c4870c,
		-2px  2px 1px #c4870c,
		2px -2px 1px #c4870c,
		-2px -2px 1px #c4870c,
		2px  0px 1px #c4870c,
		0px  2px 1px #c4870c,
		-2px  0px 1px #c4870c,
		0px -2px 1px #c4870c;
	background: #f8b62d;
}

.entry_column p.color_box_blue {
	text-shadow:
		2px  2px 1px #147dc1,
		-2px  2px 1px #147dc1,
		2px -2px 1px #147dc1,
		-2px -2px 1px #147dc1,
		2px  0px 1px #147dc1,
		0px  2px 1px #147dc1,
		-2px  0px 1px #147dc1,
		0px -2px 1px #147dc1;
	background: #2ea7e0;
}

.entry_column p.color_box_pink {
	text-shadow:
		2px  2px 1px #ee577f,
		-2px  2px 1px #ee577f,
		2px -2px 1px #ee577f,
		-2px -2px 1px #ee577f,
		2px  0px 1px #ee577f,
		0px  2px 1px #ee577f,
		-2px  0px 1px #ee577f,
		0px -2px 1px #ee577f;
	background: #f19ca6;
}

.entry_column p.color_box_green {
	text-shadow:
		2px  2px 1px #228538,
		-2px  2px 1px #228538,
		2px -2px 1px #228538,
		-2px -2px 1px #228538,
		2px  0px 1px #228538,
		0px  2px 1px #228538,
		-2px  0px 1px #228538,
		0px -2px 1px #228538;
	background: #22ac38;
}

.entry_column p.color_box_yellow {
	text-shadow:
		2px  2px 1px #807900,
		-2px  2px 1px #807900,
		2px -2px 1px #807900,
		-2px -2px 1px #807900,
		2px  0px 1px #807900,
		0px  2px 1px #807900,
		-2px  0px 1px #807900,
		0px -2px 1px #807900;
	background: #faee00;
}

.entry_column p.color_box_red {
	text-shadow:
		2px  2px 1px #cc450a,
		-2px  2px 1px #cc450a,
		2px -2px 1px #cc450a,
		-2px -2px 1px #cc450a,
		2px  0px 1px #cc450a,
		0px  2px 1px #cc450a,
		-2px  0px 1px #cc450a,
		0px -2px 1px #cc450a;
	background: #ea5514;
}

@media screen and (min-width: 768px) {

	.entry_column p.color_box_orange,
	.entry_column p.color_box_blue,
	.entry_column p.color_box_pink,
	.entry_column p.color_box_green,
	.entry_column p.color_box_yellow,
	.entry_column p.color_box_red {
		margin: 10px 5px 0 !important;
		padding: 0 40px;
		font-size: 2.4rem;
		line-height: 1.3;
		height: 205px;
	}

}

.entry_column [class*="column1_"] hr:first-child + h2,
.entry_column [class*="column1_"] hr:first-child + h3,
.entry_column [class*="column1_"] hr:first-child + h4,
.entry_column [class*="column1_"] hr:first-child + h5,
.entry_column [class*="column1_"] hr:first-child + h6,
.entry_column [class*="column2_"] hr:first-child + h2,
.entry_column [class*="column2_"] hr:first-child + h3,
.entry_column [class*="column2_"] hr:first-child + h4,
.entry_column [class*="column2_"] hr:first-child + h5,
.entry_column [class*="column2_"] hr:first-child + h6,
.entry_column [class*="column3_"] hr:first-child + h2,
.entry_column [class*="column3_"] hr:first-child + h3,
.entry_column [class*="column3_"] hr:first-child + h4,
.entry_column [class*="column3_"] hr:first-child + h5,
.entry_column [class*="column3_"] hr:first-child + h6,
.entry_column [class*="column1_"] *:first-child,
.entry_column [class*="column2_"] *:first-child,
.entry_column [class*="column3_"] *:first-child {
	margin-top: 0;
}

.entry_column [class*="column1_"] *:last-child,
.entry_column [class*="column2_"] *:last-child,
.entry_column [class*="column3_"] *:last-child {
	margin-bottom: 0;
}

.entry_column .column-table- .acms-table-scrollable th,
.entry_column .column-table- .acms-table-scrollable td {
	display: table-cell;
	white-space: nowrap;
}

.entry_column .column-table- {
	margin: 30px 0;
}

.entry_column .column-table- table {
	width: 100%;
	border-top: 1px solid #dcdcdc;
}

.entry_column .column-table- th {
	padding: 20px 20px 10px 0;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	display: block;
}

.entry_column .column-table- td {
	padding: 0 20px 20px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.6rem;
	display: block;
}

@media screen and (min-width: 768px) {

	.entry_column .column-table- {
		margin: 40px 0;
	}

	.entry_column .column-table- th {
		padding: 30px 60px 30px 0;
		border-bottom: 1px solid #dcdcdc;
		display: table-cell;
	}

	.entry_column .column-table- td {
		padding: 30px 20px 30px 0;
		display: table-cell;
	}

}

.entry_column .table_ptn1 .column-table- {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
}

.entry_column .table_ptn1 .column-table- table {
	border: none;
}

.entry_column .table_ptn1 .column-table- th {
	padding: 20px 25px;
	border-bottom: none;
}

.entry_column .table_ptn1 .column-table- td {
	padding: 20px 25px;
	border-left: 1px solid #dcdcdc;
	border-bottom: none;
}

.entry_column .table_ptn1 .column-table- tr:nth-child(odd) th,
.entry_column .table_ptn1 .column-table- tr:nth-child(odd) td {
	background: none;
}

.entry_column .table_ptn1 .column-table- tr:nth-child(even) th,
.entry_column .table_ptn1 .column-table- tr:nth-child(even) td {
	background: #f6f6f6;
}

[class^="column-table"] .entry-container {
	overflow-x: auto;
}

[class^="column-table"] .entry-container .acms-table-scrollable {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {

	.entry_column .table_ptn1 .column-table- {
		border: 1px solid #dcdcdc;
		border-radius: 10px;
	}

	.entry_column .table_ptn1 .column-table- th {
		padding: 25px 30px;
	}

	.entry_column .table_ptn1 .column-table- td {
		padding: 25px 30px;
	}

	[class^="column-table"] .entry-container .acms-table-scrollable {
		margin-bottom: 30px;
	}

}

.column_sponsor {
	margin: 70px 0 40px;
	padding: 20px 0px 10px;
	border: 2px solid #dadada;
	border-radius: 15px;
	position: relative;
}

.column_sponsor h4 {
	padding: 8px 25px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #aa3d4a;
	display: inline-block;
	background: none;
	border: 3px solid #f19ca6;
	border-radius: 10px 25px 10px 25px;
	background: #fff;
	position: absolute;
	top: -65px;
	left: 20px;
}

.column_sponsor p {
	margin: 0;
	border-bottom: 2px solid #dadada;
}

.column_sponsor > *:last-child {
	border: none;
}

.column_sponsor p a {
	padding: 10px 20px 10px 50px;
	display: block;
	color: #444;
	text-decoration: none;
	border-radius: 20px;
	background: url(../images/common/ico_link_mb_arrow.png) no-repeat 20px 22px / 20px auto;
}

@media screen and (min-width: 768px) {

	.column_sponsor {
		margin: 70px 0 50px;
		padding: 20px 30px 10px;
	}

	.column_sponsor h4 {
		top: -87px;
		left: auto;
	}

	.column_sponsor p {
		padding: 8px 0;
	}

	.column_sponsor p a {
		padding: 18px 20px 18px 50px;
	}

	.column_sponsor p a:hover {
		color: #0672a5;
		background: #e6f3fb url(../images/common/ico_link_mb_arrow_ov.png) no-repeat 20px 22px / 20px auto;
	}

}

@media screen and (min-width: 768px) {

	.entry_column .video_l {
		width: 1100px;
	}

	.entry_column .video_m {
		width: 520px;
	}

	.entry_column .video_s {
		width: 220px;
	}

}

.entry_column .column_pc {
	display: none;
}

.entry_column .column_sp {
	display: block;
}

@media screen and (min-width: 768px) {

	.entry_column .column_pc {
		display: block;
	}

	.entry_column .column_sp {
		display: none;
	}

}

/* -----------------
	エントリータブ設定
----------------- */

.entry_tab_column {
	margin: 50px 0 0;
}

.entry_tab_column ul {
	margin: 0;
	padding: 0;
	display: flex;
}

.entry_tab_column li.entry_tab {
	margin: 0 0 0 5px;
	padding: 0;
	width: 100%;
}

.entry_tab_column li.entry_tab:first-child {
	margin-left: 0;
}

.entry_tab_column li.entry_tab::before,
.entry_tab_column li.entry_tab::after {
	display: none;
}

.entry_tab_column li.entry_tab a {
	padding: 18px 5px;
	background: #eeeeee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.4;
	border-radius: 10px 10px 0 0;
	height: 100%;
}

.entry_tab_column li.entry_tab.act a {
	color: #fff;
	font-weight: bold;
}

.entry_tab_column li.entry_tab.act:nth-child(1) a {
	background: #f8b62d;
}

.entry_tab_column li.entry_tab.act:nth-child(2) a {
	background: #22ac38;
}

.entry_tab_column li.entry_tab.act:nth-child(3) a {
	background: #f19ca6;
}

.entry_tab_column li.entry_tab.act:nth-child(4) a {
	background: #2ea7e0;
}

@media screen and (min-width: 768px) {

	.entry_tab_column {
		margin: 75px 0 0;
	}

	.entry_tab_column li.entry_tab {
		margin: 0 0 0 20px;
	}

	.entry_tab_column li.entry_tab a {
		padding: 24px 20px 18px;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
		justify-content: center;
		border-radius: 20px 20px 0 0;
	}

	.entry_tab_column li.entry_tab a:hover {
		color: #0672a5;
	}

	.entry_tab_column li.entry_tab.act a {
		color: #fff;
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 1.4;
	}

}

.entry_column .column_tab1,
.entry_column .column_tab2,
.entry_column .column_tab3,
.entry_column .column_tab4 {
	margin: 0 -20px 50px;
	display: none;
	padding: 70px 50px 50px;
	position: relative;
}

.entry_column .column_tab1 {
	display: block;
}

.entry_column .column_tab1::before,
.entry_column .column_tab2::before,
.entry_column .column_tab3::before,
.entry_column .column_tab4::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0 0 20px 20px;
	z-index: -1;
}

.entry_column .column_tab1::before {
	border-top: 30px solid #f8b62d;
	border-bottom: 20px solid #f8b62d;
	border-left: 20px solid #f8b62d;
	border-right: 20px solid #f8b62d;
}

.entry_column .column_tab2::before {
	border-top: 30px solid #22ac38;
	border-bottom: 20px solid #22ac38;
	border-left: 20px solid #22ac38;
	border-right: 20px solid #22ac38;
}

.entry_column .column_tab3::before {
	border-top: 30px solid #f19ca6;
	border-bottom: 20px solid #f19ca6;
	border-left: 20px solid #f19ca6;
	border-right: 20px solid #f19ca6;
}

.entry_column .column_tab4::before {
	border-top: 30px solid #2ea7e0;
	border-bottom: 20px solid #2ea7e0;
	border-left: 20px solid #2ea7e0;
	border-right: 20px solid #2ea7e0;
}

.entry_column .column_tab1::after,
.entry_column .column_tab2::after,
.entry_column .column_tab3::after,
.entry_column .column_tab4::after {
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: 10px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	z-index: -1;
}

@media screen and (min-width: 768px) {

	.entry_column .column_tab1,
	.entry_column .column_tab2,
	.entry_column .column_tab3,
	.entry_column .column_tab4 {
		margin: 0 0 75px;
		padding: 90px 80px 80px;
	}

	.entry_column .column_tab1::before,
	.entry_column .column_tab2::before,
	.entry_column .column_tab3::before,
	.entry_column .column_tab4::before {
		border-top-width: 50px;
		border-radius: 0 0 30px 30px;
	}

	.entry_column .column_tab1::after,
	.entry_column .column_tab2::after,
	.entry_column .column_tab3::after,
	.entry_column .column_tab4::after {
		height: 30px;
		border-radius: 20px 20px 0 0;
	}

}

/* -----------------
	カラム設定
----------------- */

.column_clear {
  clear: both;
}

.column2_left_sp2,
.column2_right_sp2,
.column2_left,
.column2_right,
.column2_left_small,
.column2_right_large,
.column2_left_large,
.column2_right_small {
  margin-bottom: 20px;
}

.column3_left,
.column3_center,
.column3_right {
  margin-bottom: 20px;
}

.column2_left_sp2 {
	width: calc(50% - 10px);
	float: left;
}

.column2_right_sp2 {
	width: calc(50% - 10px);
	float: right;
}

.column-map-left,
.column-map-right,
.column-media-left,
.column-video-left,
.column-media-right,
.column-video-right {
	float: none;
}

.entry_column [class*="column-map"],
.entry_column [class*="column-media"],
.entry_column [class*="column-video"] {
	margin-bottom: 20px;
}

.entry_column [class*="column2_"] [class*="column-map"],
.entry_column [class*="column3_"] [class*="column-map"],
.entry_column [class*="column2_"] [class*="column-video"],
.entry_column [class*="column3_"] [class*="column-video"],
.entry_column [class*="column2_"] [class*="column-media"],
.entry_column [class*="column3_"] [class*="column-media"] {
	margin-bottom: 20px;
}

.column_border {
	padding: 25px;
	clear: both;
	border: 1px solid #efefef;
	border-radius: 10px;
}

.column_border [class*="column-media"] {
	margin: 0;
}

@media screen and (min-width: 768px) {

  .column2_left_sp2,
  .column2_left {
    margin-right: 60px;
    float: left;
    width: 520px;
  }

  .column2_right_sp2,
  .column2_right {
    float: left;
    width: 520px;
  }

  .column3_left {
    margin-right: 40px;
    float: left;
    width: 340px;
  }

  .column3_center {
    margin-right: 40px;
    float: left;
    width: 340px;
  }

  .column3_right {
    float: left;
    width: 340px;
  }

  .column2_left_small {
    margin-right: 60px;
    float: left;
    width: 440px;
  }

  .column2_right_large {
    float: left;
    width: 600px;
  }

  .column2_left_large {
    margin-right: 60px;
    float: left;
    width: 640px;
  }

  .column2_right_small {
    float: left;
    width: 400px;
  }

  .column2_left_sp2,
  .column2_right_sp2,
  .column2_left,
  .column2_right,
  .column2_left_small,
  .column2_right_large,
  .column2_left_large,
  .column2_right_small {
    margin-bottom: 50px;
  }

  .column3_left,
  .column3_center,
  .column3_right {
    margin-bottom: 50px;
  }

  .column-map-left,
  .column-media-left,
  .column-video-left {
    margin-right: 50px;
    float: left;
  }

  .column-map-right,
  .column-media-right,
  .column-video-right {
    margin-left: 50px;
    float: right;
  }

  .entry_column [class*="column-map"],
  .entry_column [class*="column-media"],
  .entry_column [class*="column-video"] {
    margin-bottom: 50px;
  }

  .entry_column [class*="column2_"] .column-map-auto,
  .entry_column [class*="column2_"] .column-map-left,
  .entry_column [class*="column2_"] .column-map-center,
  .entry_column [class*="column2_"] .column-map-right,
  .entry_column [class*="column3_"] .column-map-auto,
  .entry_column [class*="column3_"] .column-map-left,
  .entry_column [class*="column3_"] .column-map-center,
  .entry_column [class*="column3_"] .column-map-right,
  .entry_column [class*="column2_"] .column-media-auto,
  .entry_column [class*="column2_"] .column-media-left,
  .entry_column [class*="column2_"] .column-media-center,
  .entry_column [class*="column2_"] .column-media-right,
  .entry_column [class*="column3_"] .column-media-auto,
  .entry_column [class*="column3_"] .column-media-left,
  .entry_column [class*="column3_"] .column-media-center,
  .entry_column [class*="column3_"] .column-media-right,
  .entry_column [class*="column2_"] .column-video-auto,
  .entry_column [class*="column2_"] .column-video-left,
  .entry_column [class*="column2_"] .column-video-center,
  .entry_column [class*="column2_"] .column-video-right,
  .entry_column [class*="column3_"] .column-video-auto,
  .entry_column [class*="column3_"] .column-video-left,
  .entry_column [class*="column3_"] .column-video-center,
  .entry_column [class*="column3_"] .column-video-right {
  	margin-bottom: 0px;
  }

}



/* -----------------
	footer
----------------- */

.footer {
	margin: 0 0 20px;
	padding: 80px 20px 20px;
	background: url(../images/common/footer_back_sp.svg) no-repeat center top;
	background-size: 125% auto;
}

.footer a {
	color: #fff;
}

.footer_copy {
	text-align: center;
	font-size: 1.4rem;
}

.footer_inner {
	margin: 0 auto 25px;
	padding: 35px 35px;
	border-radius: 30px;
	color: #fff;
	background: rgba(186,58,73,0.90);
}

.footer_address h2 {
	margin: 0 0 15px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
}

.footer_address h2 span {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}

.footer_address p {
	font-size: 1.4rem;
	line-height: 1.4;
}

.footer_address p a {
	color: #fff;
}

.footer_sp_link li {
	margin: 15px 0 0;
	font-size: 1.4rem;
}

.footer_sp_link li a {
	padding-left: 12px;
    background: url(../images/common/ico_link_sw.svg) no-repeat 0 center / 6px auto;
}

@media screen and (min-width: 768px) {

	.footer {
		margin: 0 10px 10px;
		padding: 160px 0 30px;
		background: url(../images/common/footer_back_pc.png) no-repeat center top;
		background-size: contain;
	}

	.footer_inner {
		margin: 0 auto 80px;
		padding: 50px 65px;
    	width: min(calc(95% + 20px),1530px);
		border-radius: 40px;
		display: flex;
		justify-content: space-between;
	}

	.footer_address {
		min-width: 300px;
	}

	.footer_address h2 {
		margin: 0 0 25px;
		font-size: 2.6rem;
	}

	.footer_address h2 span {
		font-size: 1.4rem;
	}

	.footer_address p {
		font-size: 1.6rem;
	}

	.hv_line a {
		position: relative;
	}

	.hv_line a::after {
		position: absolute;
		content: '';
		left: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		background: #fff;
		transition: all 0.25s ease 0s;
	}

	.hv_line a:hover::after {
		width: 100%;
	}

	.footer_sp_link {
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1265px) {

	.footer_address .sp {
		display: block;
	}

}

.footer_navi {
	display: none;
}

@media screen and (min-width: 768px) {

	.footer_navi {
		margin: 0 0 0 50px;
		display: block;
	}

	.footer_navi h3 {
		margin: 0 0 25px;
		font-size: 2.0rem;
		font-weight: 500;
	}

	.footer_navi h3 a {
		padding-left: 30px;
		background: url(../images/common/ico_link_mw_arrow.svg) no-repeat 0 center / 22px auto;
	}

	.footer_navi_column {
		display: flex;
	}

	.footer_navi_column ul {
		margin: 0 50px 0 0;
	}

	.footer_navi_column ul:last-child {
		margin-right: 0;
	}

	.footer_navi_column ul li {
		margin: 0 0 10px;
		font-size: 1.6rem;
		white-space: nowrap;
	}

	.footer_navi_column ul li a {
		padding-left: 12px;
		background: url(../images/common/ico_link_sw.svg) no-repeat 0 center / 6px auto;
	}

}

@media screen and (min-width: 768px) and (max-width: 1040px) {

	.footer_navi_column ul {
		margin-right: 35px;
	}

}

@media screen and (min-width: 768px) and (max-width: 980px) {

	.footer_navi_column {
		flex-wrap: wrap;
	}

	.footer_navi_column ul {
		margin-bottom: 30px;
		width: 25%;
	}

}



/* -----------------------
　　　404
----------------------- */

#notfound {
	color: #373228;
}

#wrapper_404 {
	margin: 10px;
	padding: 30px;
	width: auto;
    background-image: none;
}

#box_404 {
	border-radius: 5px;
}

.inner_left404 {
    margin-right: 0;
    margin-bottom: 40px;
	text-align: left;
}

.inner_left404 img {
	margin: 0 auto;
	width: 200px;
}

.inner_right404 {
    font-size: 1.4rem;
}

.inner_right404 h1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
	text-align: left;
}

.inner_right404 p {
    margin-bottom: 10px;
}

.inner_right404 p a {
	text-decoration: underline;
}

#copyright_404 {
    display: block;
	margin: 10px 10px 0;
	text-align: center;
	font-size: 1.2rem;
}

.inner_left404 .site_logo_gold {
	margin: 0 10px 0 0;
	width: 40px;
}

.inner_left404 .site_logo_text {
	width: 130px;
}

.inner_left404 a {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 600px) {

	#notfound {
	    padding-top: 50px;
	}

	#wrapper_404 {
		margin: 0 auto;
		padding: 60px 60px 0 70px;
		width: 1100px;
	}

	#box_404 {
		margin-bottom: 40px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.inner_left404 {
	    margin-right: 50px;
	    margin-bottom: 0;
	    text-align: left;
	}

	.inner_left404 img {
		margin: 0 auto;
		width: 250px;
		text-align: center;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 16px;
	}

	.inner_right404 h1 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    text-align: left;
	}

	.inner_left404 .site_logo_gold {
		margin: 0 10px 0 0;
		width: 40px;
	}

}

@media screen and (min-width: 600px) and (max-width: 768px) {

	#wrapper_404 {
		padding: 60px 20px;
		width: 600px;
	}

	#box_404 {
		margin-bottom: 20px;
	}

	.inner_left404 {
	    margin-right: 30px;
	}

	.inner_left404 img {
		width: 200px;
	}

	.inner_right404 {
	    text-align: left;
	    font-size: 14px;
	}

	.inner_right404 h1 {
	    font-size: 20px;
	}

}

#adminBox .acms-admin-btn-admin {
	padding: 5px;
	font-size: 1.2rem;
}

#adminBox {
    margin-bottom: 0 !important;
    height: 80px;
    width: 100%;
    z-index: 100;
}

.acms-admin-btn-action-group th,
.acms-admin-btn-action-group td {
	padding-right: 10px !important;
	background-image: none !important;
	font-size: 1.4rem !important;
	white-space: nowrap !important;
}

.acms-admin-form .entryFormLiteEditor, .acms-admin-form textarea,
.acms-admin-btn,
.acms-admin-form select {
	font-size: 14px;
}

.lg_1 #adminBox,
.lg_2 #adminBox {
	position: fixed;
	top: 0;
}

@media screen and (min-width: 768px) {

	#adminBox {
    	height: 120px;
	}

	#adminBox .acms-admin-btn-admin {
		padding: 10px;
		font-size: 1.2rem;
	}

	#adminBox {
	    height: 90px;
	}

}

.titleWrapper {
	margin: 0 auto;
	padding: 40px 60px 10px;
	max-width: 1100px;
	background-color: #f7f7f7;
}

.titleWrapper h2 {
	margin: 0 0 30px 0;
	font-size: 3.0rem;
}

.custom_field_edit h3 {
	padding: 20px 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.entryFormLiteEditor a {
	text-decoration: underline;
	color: #0075DE;
}

.entryFormLiteEditor em {
  color: #d84708;
  font-weight: bold;
}

.entryFormLiteEditor strong {
  font-weight: bold;
}

.js-lazy-load {
	transform: translateY(0);
	transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1);
}


.entryFormSelectBottom {
  max-width: inherit !important;
}


@media (min-width: 768px) {
  .acms-admin-inline-btn .acms-admin-btn-admin,
  .formEntryActionUnit .acms-admin-btn-admin {
    font-size: 14px;
  }

  .comPostWrapper .acms-admin-btn-admin {
    font-size: 16px;
  }
}
