<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/* reset */

#wrap-container:not(.not-fullscreen) {
	max-width: 100%;
	padding: 0;
}
#breadcrumbs{
	display: none;
}



/* common */

.pc {
	display: block;
}
.sp {
	display: none;
}
.pc_only {
	display: block;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}
.mt0{margin-top: 0!important;}
.mt1 {margin-top: 1em;}
.mb1 {margin-bottom: 1em;}
.mt05 {margin-top: 0.5em;}
.mb05 {margin-bottom: 0.5em;}
.res-contents-mt10{
	margin-top: 10px !important;
}

.res-contents-mt15{
	margin-top: 15px !important;
}

.res-contents-mt20{
	margin-top: 20px !important;
}
.res-contents-mt30{
	margin-top: 30px !important;
}
.res-contents-mt40{
	margin-top: 40px !important;
}
.res-contents-mt50{
	margin-top: 50px !important;
}
.res-contents-mt60{
	margin-top: 60px !important;
}
.res-contents-mt70{
	margin-top: 70px !important;
}
.res-contents-mt80{
	margin-top: 80px !important;
}
.res-contents-mt90{
	margin-top: 90px !important;
}
.res-contents-mt100{
	margin-top: 100px !important;
}


.red {
	color: #ba001a;
}
.orenge {
	color: #f39800;
}
.pink {
	color: #ff746d;
}
.navy {
	color: #0c318c;
}
.blue {
	color: #00a7eb;
}
.purple {
	color: #920783;
}
.gray {
	color: #595757;
}

.weightnormal {
	font-weight: 400;
}
.weightbold {
	font-weight: 700;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}

.marker {
	padding: 0 0.2em;
	display: inline-block;
	line-height: 1;
	background: #f8ec00;
}

.tcenter{
	text-align: center !important;
}

.tleft{
	text-align: left !important;
}

.tright{
	text-align: right !important;
}

.inlineblock {
	display: inline-block!important;
}

.block_center {
	margin: 0 auto!important;
}

#anakyun29 {
	font-size: 18px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	font-feature-settings: "palt";
}
#anakyun29 * {
	box-sizing: border-box;
}
#anakyun29 .anakyun29_contents {
	/* position: relative; */
	background: #ffffff;
}
#anakyun29 .anakyun29_contents.add-zindex &gt; * {
	position: relative;
	z-index: 10;
}
#anakyun29 .wrap {
	position: relative;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
#anakyun29 .wrap.wrap_wide {
	max-width: 1200px;
}
#anakyun29 .wrap.wrap_narrow {
	max-width: 1000px;
}
#anakyun29 .wrap.wrap_narrow.add-zindex &gt; *{
	z-index: 10;
	position: relative;
}
#anakyun29 h2 {
	font-size: 3em;
	line-height: 1.2;
	font-weight: 700;
}
#anakyun29 h3 {
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 700;
}
#anakyun29 h4 {
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: 700;
}
#anakyun29 .l {
	font-size: 1.2em;
}
#anakyun29 .s {
	font-size: 0.8em;
	line-height: 1.4;
}
#anakyun29 span {
	font-weight: inherit;
}
#anakyun29 a {
	color: #0b318f;
	font-weight: inherit;
	text-decoration: underline;
}
#anakyun29 a:hover {
	text-decoration: none;
}
#anakyun29 .anakyun29_button {
	display: inline-block;
	padding: 1em 4em 1.1em 4em;
	font-size: 1.2em;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #00a7eb;
	border-radius: 6px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
}
#anakyun29 .anakyun29_button.anakyun29_button_s {
	font-size: 0.8em;
}
#anakyun29 .anakyun29_button.anakyun29_button_navy {
	background: #0c318c;
}
#anakyun29 .anakyun29_button.anakyun29_button_orenge {
	background: #d74100;
}
#anakyun29 .anakyun29_button:hover {
	filter: brightness(120%);
	transform:  translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.anakyun29_button .anchor:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}
.anakyun29_contents_button.anchor_list {
	display: grid!important;
    grid-auto-columns: 1fr!important;
    grid-auto-flow: column!important;
    width: fit-content!important;
    gap: 20px!important;
    margin: 30px auto 0!important;
}
.anakyun29_contents_button.anchor_list .anakyun29_button {
	padding: 1em 1em 1.1em 1em!important;
	width: 100%!important;
}
.anakyun29_contents_button.anchor_list .anakyun29_button.blue {
	background: #0b318f!important;
}
#anakyun29 .i_blank_navy {
	display: inline-block;
	padding: 0 0.25em;
}
#anakyun29 .i_blank_navy:after {
	display: inline-block;
	content: url("/promotion/ana_kyun29/image/anakyun2109/common/i_blank_navy.svg");
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.25em;
}
#anakyun29 .i_blank_white {
	display: inline-block;
	padding: 0 0.25em;
}
#anakyun29 .i_blank_white:after {
	display: inline-block;
	content: url("/promotion/ana_kyun29/image/anakyun2109/common/i_blank_white.svg");
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.25em;
}
#anakyun29 .anakyun29_note .i_blank_navy,
#anakyun29 .anakyun29_note .i_blank_white {
	display: inline;
	padding: 0;
}
#anakyun29 .anakyun29_note .i_blank_navy:after,
#anakyun29 .anakyun29_note .i_blank_white:after {
	position: relative;
	left: 0.9em;
}
#anakyun29 .anakyun29_backmenu {
	position: fixed;
	bottom: 20px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	transition: left 0.5s, opacity 0.5s, visibility 0.5s;
}
#anakyun29 .anakyun29_backmenu.backmenu_show {
	left: 20px;
	opacity: 1;
	visibility: visible;
}
#anakyun29 .anakyun29_backmenu.backmenu_show.backmenu_hide {
	left: 0;
	opacity: 0;
	visibility: hidden;
}
#anakyun29 .anakyun29_backmenu a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6em;
	height: 6em;
	margin-top: -3em;
	line-height: 1.4;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background: #00a7eb;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
}
#anakyun29 .anakyun29_backmenu a:hover {
	filter: brightness(120%);
	transform:  translateY(-3px);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.anakyun29_button .anchor:after {
		margin: 5px auto 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
	}
	.anakyun29_contents_button.anchor_list {
		display: block!important;
	}
	.anakyun29_contents_button.anchor_list .anakyun29_button {
		width: 100%!important;
	}
	.anakyun29_contents_button.anchor_list li {
		margin-top: 4vw!important;
	}
	.anakyun29_contents_button.anchor_list li:first-child {
		margin-top: 0!important;
	}
}



/* header */

#anakyun29 .anakyun29_header {
	padding-bottom: 60px;
	text-align: center;
}



/* top */

#anakyun29 .anakyun29_top img {
	width: 100%;
}
#anakyun29 .anakyun29_comingsoon_index.three_day img {
	max-width: 700px;
}
#anakyun29 .anakyun29_contents {
	margin-top: 0!important;
}
#anakyun29 .anakyun29_comingsoon_item_text {
	justify-content: flex-start!important;
}
@media screen and (max-width: 767px) {
	#anakyun29 .anakyun29_comingsoon_index.three_day img {
		max-width: 70%;
	}
}

/*MV横幅100%用 20230429追記*/
@media screen and (min-width:768px) {
#anakyun29 .anakyun29_top h1 {
 margin-right: calc(50% - 50vw);
 margin-left: calc(50% - 50vw);
}
}

/* nav */

#anakyun29 .anakyun29_nav .anakyun29_backtop {
	padding: 20px 0;
	font-size: 1.2em;
}
#anakyun29 .anakyun29_nav .anakyun29_backtop a {
	color: #333;
}
#anakyun29 .anakyun29_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#anakyun29 .anakyun29_nav li {
	width: 32.666%;
	margin-right: 1%;
}
#anakyun29 .anakyun29_nav li:nth-child(3n) {
	margin-right: 0;
}
#anakyun29 .anakyun29_nav li:nth-child(n+4) {
	margin-top: 1%;
}
#anakyun29 .anakyun29_nav li a {
/* 	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0.5em;
	color: #333333;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.33;
	text-decoration: none;
	background: #f3f9fd;
	border: 3px solid #00a7eb;
	border-radius: 2px; */
	box-shadow: 0 3px 5px rgba(0,0,0,0);
	transition: color 0.5s, transform 0.5s, box-shadow 0.5s;
	overflow: hidden;
	display: block;
}
#anakyun29 .anakyun29_nav li a:hover {
	color: #00a7eb;
	transform:  translateY(-3px);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
/* #anakyun29 .anakyun29_nav li a:before {
	content: "";
	position: absolute;
	left: -1em;
	top: -1.4em;
	width: 4em;
	height: 4em;
	background: #00a7eb;
	border-radius: 100%;
}
#anakyun29 .anakyun29_nav li a:after {
	position: absolute;
	top: 1em;
	left: 0.6em;
	font-size: 0.7em;
	line-height: 1;
	color: #ffffff;
}
#anakyun29 .anakyun29_nav li:nth-child(1) a:after {
	content: "その1";
}
#anakyun29 .anakyun29_nav li:nth-child(1) a {
	padding-left: 2em;
}
#anakyun29 .anakyun29_nav li:nth-child(2) a:after {
	content: "その2";
}
#anakyun29 .anakyun29_nav li:nth-child(3) a:after {
	content: "その3";
}
#anakyun29 .anakyun29_nav li:nth-child(4) a:after {
	content: "その4";
}
#anakyun29 .anakyun29_nav li:nth-child(5) a:after {
	content: "その5";
}
#anakyun29 .anakyun29_nav li:nth-child(6) a:after {
	content: "その6";
}
#anakyun29 .anakyun29_nav li:nth-child(6) a {
	padding-left: 1em;
}
#anakyun29 .anakyun29_nav li:nth-child(7) a:after {
	content: "その7";
} */
#anakyun29 .anakyun29_nav li:last-child{
  margin-right: 0;
}


/* bottominfo */

#anakyun29 .anakyun29_bottominfo {
	padding-bottom: 80px;
	text-align: center;
	background: #ffffff;
}
#anakyun29 .anakyun29_bottominfo h3 {
	margin-bottom: 20px;
}
#anakyun29 .anakyun29_bottominfo .notice {
	margin-top: 40px;
	text-align: right;
}



/* banner_archive */

#anakyun29 .banner_archive {
	padding-top: 60px;
	padding-left: 5%;
	padding-right: 5%;
}
#anakyun29 .banner_archive img {
	transition: opacity 0.5s;
}
#anakyun29 .banner_archive a:hover img {
	opacity: 0.7;
}



/* sns */
#anakyun29 .anakyun29_text_i {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
}
#anakyun29 .anakyun29_sns {
	font-feature-settings: normal;
	padding-top: min(15vw, 80px);
}
#anakyun29 .anakyun29_sns h2.anakyun29_sns_title {
	font-size: clamp(1rem, 4.8vw, 3.2rem);
}
@media (min-width: 768px) {
	#anakyun29 .anakyun29_sns h2.anakyun29_sns_title {
		font-size: 2.4rem;
	}
}
#anakyun29 .anakyun29_sns .anakyun29_sns_text {
	font-size: clamp(1rem, 3.5vw, 2.4rem);
	line-height: 1.666666666;
	margin-top: min(5vw, 25px);
}
#anakyun29 .anakyun29_sns__list {
	max-width: 220px;
	margin: 40px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
@media (min-width: 768px) {
	#anakyun29 .anakyun29_sns__list {
		max-width: 160px;
	}
	#anakyun29 .anakyun29_sns .anakyun29_sns_text {
		font-size: 1.8rem;
	}
}
/* amc */

#anakyun29 .anakyun29_amc {
	padding-top: 60px;
}
#anakyun29 .anakyun29_amc .anakyun29_amc_button .anakyun29_button {
	background: #0c318c;
}



/* covid19 */

#anakyun29 .anakyun29_covid19 {
	padding-top: 60px;
}
#anakyun29 .anakyun29_covid19 p + p {
	margin-top: 15px;
}
#anakyun29 .anakyun29_covid19 .anakyun29_covid19__banner {
	margin-top: 30px;
}
#anakyun29 .anakyun29_covid19 .anakyun29_covid19__banner img {
	width: 100%;
	transition: opacity 0.5s;
}
#anakyun29 .anakyun29_covid19 .anakyun29_covid19__banner a:hover img {
	opacity: 0.7;
}
#anakyun29 .anakyun29_covid19__banner a:hover img {
	opacity: 0.7;
}



/* service */

#anakyun29 .anakyun29_service {
	padding-top: 60px;
}
#anakyun29 .anakyun29_service ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
#anakyun29 .anakyun29_service ul li {
	width: 32%;
}
#anakyun29 .anakyun29_service ul li a {
	display: block;
	color: #0c318c;
	text-decoration: none;
}
#anakyun29 .anakyun29_service ul li a .anakyun29_service_banner img {
	display: block;
	transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
}
#anakyun29 .anakyun29_service ul li a:hover .anakyun29_service_banner img {
	filter: brightness(120%);
	transform:  translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
#anakyun29 .anakyun29_service .anakyun29_service_title {
	display: inline-block;
	position: relative;
	margin: 0.5em 0;
	padding-left: 1em;
	line-height: 1;
	z-index: 1;
}
#anakyun29 .anakyun29_service a:hover .anakyun29_service_title {
	text-decoration: underline;
}
#anakyun29 .anakyun29_service .anakyun29_service_title:before {
	font-family: icoset;
	font-size: 0.8em;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	position: absolute;
	top: 0.2em;
	left: 0;
	content: "\e906";
	text-transform: none;
	color: #0c318c;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#anakyun29 .anakyun29_service .anakyun29_service_text {
	font-size: 0.8em;
	line-height: 1.4;
	color: #333;
}



/* contents_table */

#anakyun29 .anakyun29_contents_table table {
	width: 100%;
	line-height: 1.4;
	border-collapse:  collapse;
	background: #f2f9ff;
}
#anakyun29 .anakyun29_contents_table table th {
	padding: 0.5em 0.5em;
	text-align: center;
	vertical-align: middle;
}
#anakyun29 .anakyun29_contents_table table td {
	padding: 1em 0.5em;
	text-align: center;
	vertical-align: middle;
}
#anakyun29 .anakyun29_contents_table table th {
	font-size: 0.8em;
	border: 1px solid #0c318c;
	border-top: none;
}
#anakyun29 .anakyun29_contents_table table th:first-child,
#anakyun29 .anakyun29_contents_table table td:first-child {
	border-left: none;
}
#anakyun29 .anakyun29_contents_table table th:last-child,
#anakyun29 .anakyun29_contents_table table td:last-child {
	border-right: none;
}
#anakyun29 .anakyun29_contents_table table td {
	border: 1px solid #0c318c;
}
#anakyun29 .anakyun29_contents_table table tr:last-child td {
	padding: 1em 2em;
	border: none;
	text-align: left;
}



/* contents_note */

#anakyun29 .anakyun29_note {
	font-size: 0.6em;
	text-align: left;
}
#anakyun29 .anakyun29_note .anakyun29_note {
	font-size: 1em;
}
#anakyun29 .anakyun29_note li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
#anakyun29 .anakyun29_note li.anakyun29_note_nokome {
	padding-left: 0;
	text-indent: 0;
}
#anakyun29 .anakyun29_note li:before {
	content: "※";
	font-feature-settings: normal;
}
#anakyun29 .anakyun29_note.anakyun29_note_dot li:before {
	content: "・";
	font-feature-settings: normal;
}
#anakyun29 .anakyun29_note li.anakyun29_note_nokome:before {
	content: "";
}
#anakyun29 .anakyun29_note li.anakyun29_note_color_red:before{
	color: red;
}
#anakyun29 .anakyun29_note .-red {
	color: #c00;
}



/* contents_button */

#anakyun29 .anakyun29_contents_button {
	text-align: center;
}
#anakyun29 .anakyun29_contents_button h3 {
	margin-bottom: 20px;
}
#anakyun29 .anakyun29_contents_button ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_h li {
	margin-left: 1%;
	margin-right: 1%;
}
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_v li {
	width: 100%;
}
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_v li + li {
	margin-top: 20px;
}
#anakyun29 .anakyun29_contents_button ul.-column{
	justify-content: flex-start;
	font-size: 0;
	margin-top: -20px;
}
#anakyun29 .anakyun29_contents_button ul.-column li{
	flex-basis: 32%;
	flex-shrink: 0;
	flex-grow: 0;
	margin-top: 20px!important;
}
#anakyun29 .anakyun29_contents_button ul.-column li:not(:nth-of-type(3n)){
	margin-right: 2%;
}
#anakyun29 .anakyun29_contents_button ul.-column li a{
	display: block;
	height: 100%;
	width: 100%;
}
#anakyun29 .anakyun29_contents_button ul.-column li a .i_blank_white{
	font-size: 2.3rem;
	padding: 20px;
}



/* archive */

#anakyun29.anakyun29_archive {
	padding: 3em 0 80px 0;
}
#anakyun29.anakyun29_archive header {
	text-align: center;
}
#anakyun29.anakyun29_archive header h1 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#anakyun29.anakyun29_archive header img {
	max-width: 100%;
}
#anakyun29.anakyun29_archive h2 {
	margin-top: 2em;
	padding-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1;
	font-weight: 700;
	border-bottom: 2px solid #00a7eb;
}
#anakyun29.anakyun29_archive .anakyun29_archive_block {
	margin-top: 1em;
	font-size: 0.9em;
}
#anakyun29.anakyun29_archive h2 + .anakyun29_archive_block {
	margin-top: 1.5em;
}
#anakyun29.anakyun29_archive h3 {
	margin-bottom: 0.25em;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: 700;
}
#anakyun29.anakyun29_archive h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: 700;
}
#anakyun29.anakyun29_archive .anakyun29_archive_list_dot {
	padding-left: 1em;
	text-indent: -1em;
}
#anakyun29.anakyun29_archive .anakyun29_archive_list_dot:before {
	content: "・";
	font-feature-settings: normal;
}



/* responsive */

/* -- tb */

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

.pc_only {
	display: none;
}
.tb_only {
	display: block;
}
.sp_only {
	display: none;
}
#anakyun29 {
	font-size: 16px;
}

/* ---- hoverアクション取り消し */

#anakyun29 a:hover {
	text-decoration: underline;
}
#anakyun29 .anakyun29_button {
	transition: filter 0s, transform 0s, box-shadow 0s;
}
#anakyun29 .anakyun29_backmenu a {
	transition: filter 0s, transform 0s, box-shadow 0s;
}
#anakyun29 .anakyun29_backmenu a:hover {
	text-decoration: none;
	filter: brightness(100%);
	transform:  translateY(0);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#anakyun29 .anakyun29_button:hover {
	text-decoration: none;
	filter: brightness(100%);
	transform:  translateY(0);
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#anakyun29 .anakyun29_nav li a {
	transition: color 0s, transform 0s, box-shadow 0s;
}
#anakyun29 .anakyun29_nav li a:hover {
	color: #333;
	transform:  translateY(0);
	box-shadow: 0 3px 5px rgba(0,0,0,0);
}
#anakyun29 .banner_archive img {
	transition: opacity 0s;
}
#anakyun29 .banner_archive a:hover img {
	opacity: 1;
}
#anakyun29 .anakyun29_covid19 .anakyun29_covid19__banner img {
	transition: opacity 0s;
}
#anakyun29 .anakyun29_covid19 .anakyun29_covid19__banner a:hover img {
	opacity: 1;
}
#anakyun29 .anakyun29_service ul li a .anakyun29_service_banner img {
	transition: filter 0s, transform 0s, box-shadow 0s;
}
#anakyun29 .anakyun29_service ul li a:hover .anakyun29_service_banner img {
	filter: brightness(100%);
	transform:  translateY(0);
	box-shadow: none;
}
#anakyun29 .anakyun29_service a:hover .anakyun29_service_title {
	text-decoration: none;
}

#anakyun29 .anakyun29_contents_button ul.-column li a .i_blank_white{
	font-size: 2.0460937vw;
}

}

/* -- sp */

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

.pc {
	display: none;
}
.sp {
	display: block;
}
.pc_only {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: block;
}
#anakyun29 {
	font-size: 3vw;
}
#anakyun29 .wrap {
	padding-left: 6vw;
	padding-right: 6vw;
}
#anakyun29 h2 {
	font-size: 2.2em;
}
#anakyun29 h2 strong {
	font-size: 1.2em;
}
#anakyun29 h3 {
	font-size: 1.5em;
}
#anakyun29 h4 {
	font-size: 1.3em;
}
#anakyun29 .l {
	font-size: 1.1em;
}
#anakyun29 .s {
	font-size: 0.9em;
	line-height: 1.4;
}
#anakyun29 .anakyun29_button {
	display: block;
	width: 76vw;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 4em 1.1em 4em;
	font-size: 1.1em;
	line-height: 1.2;
}
#anakyun29 .anakyun29_backmenu {
	bottom: 4vw;
}
#anakyun29 .anakyun29_backmenu.backmenu_show {
	left: 4vw;
}
#anakyun29 .anakyun29_backmenu.backmenu_show.backmenu_hide {
	left: 0;
}
#anakyun29 .anakyun29_backmenu a {
	width: 6em;
	height: 6em;
	margin-top: -3em;
}

/* ---- header */

#anakyun29 .anakyun29_header {
	padding-bottom: 8vw;
}

/* ---- top */

#anakyun29 .anakyun29_top {
	margin-left: -6vw;
	margin-right: -6vw;
}

/* ---- nav */

#anakyun29 .anakyun29_nav .anakyun29_backtop {
	padding: 2vw 0;
}
#anakyun29 .anakyun29_nav ul {
	margin: 0 -4vw;
}
#anakyun29 .anakyun29_nav li {
	width: 49%;
	margin-right: 2%;
}
#anakyun29 .anakyun29_nav li:nth-child(3n) {
	margin-right: 2%;
}
#anakyun29 .anakyun29_nav li:nth-child(2n) {
	margin-right: 0;
}
#anakyun29 .anakyun29_nav li:nth-child(n+3) {
	margin-top: 2vw;
}
#anakyun29 .anakyun29_nav li a {
	font-size: 2.5vw;
	min-height: 14vw;
	/* border: 2px solid #00a7eb; */
}

/* ---- bottominfo */

#anakyun29 .anakyun29_bottominfo {
	padding-bottom: 20vw;
}
#anakyun29 .anakyun29_bottominfo .notice {
	margin-top: 4vw;
}
#anakyun29 .anakyun29_bottominfo h3 {
	margin-bottom: 3vw;
	font-size: 1.25em;
}

/* ---- banner_archive */

#anakyun29 .banner_archive {
	padding-top: 8vw;
	padding-left: 0;
	padding-right: 0;
}

/* ---- amc */

#anakyun29 .anakyun29_amc {
	padding-top: 8vw;
}

/* ---- covid19 */

#anakyun29 .anakyun29_covid19 {
	padding-top: 8vw;
}
#anakyun29 .anakyun29_covid19 p {
	text-align: left;
}
#anakyun29 .anakyun29_covid19 p + p {
	margin-top: 2vw;
	text-align: left;
}
#anakyun29 .anakyun29_covid19 .anakyun29_covid19__banner {
	margin-top: 4vw;
}

/* ---- service */

#anakyun29 .anakyun29_service {
	padding-top: 8vw;
}
#anakyun29 .anakyun29_service ul li {
	width: 100%;
}
#anakyun29 .anakyun29_service ul li + li {
	margin-top: 4vw;
}
#anakyun29 .anakyun29_service .anakyun29_service_title {
	margin: 0.5em 0;
	padding-left: 1em;
	font-size: 1.2em;
}

/* ---- contents_table */

#anakyun29 .anakyun29_contents_table table th {
	padding: 0.5em;
}
#anakyun29 .anakyun29_contents_table table td {
	padding: 0.5em;
}
#anakyun29 .anakyun29_contents_table table th {
	font-size: 1em;
}
#anakyun29 .anakyun29_contents_table table tr:last-child td {
	padding: 0.5em;
}

/* ---- contents_note */

#anakyun29 .anakyun29_note {
	font-size: 0.8em;
}

/* ---- contents_button */

#anakyun29 .anakyun29_contents_button h3 {
	margin-bottom: 2vw;
	font-size: 1.2em;
}
#anakyun29 .anakyun29_contents_button ul {
	flex-wrap: wrap;
}
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_h li {
	padding-left: 0;
	padding-right: 0;
}
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_h li {
	width: 100%;
}
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_h li + li,
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_v li + li {
	margin-top: 2vw;
}
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_h li a,
#anakyun29 .anakyun29_contents_button.anakyun29_contents_button_v li a {
	width: 76vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}
#anakyun29 .anakyun29_contents_button ul.-column{}
#anakyun29 .anakyun29_contents_button ul.-column li{
	flex-basis: 49%;
}
#anakyun29 .anakyun29_contents_button ul.-column li:not(:nth-of-type(3n)){
	margin-right: 0;
}
#anakyun29 .anakyun29_contents_button ul.-column li:not(:nth-of-type(2n)){
	margin-right: 2%;
}
#anakyun29 .anakyun29_contents_button ul.-column li a{
}
#anakyun29 .anakyun29_contents_button ul.-column li a .i_blank_white{
	font-size: 3.5vw;
	padding: 20px 5px;
}

}

/* --------------------------------------------------------------------------共通パーツ-------------------------------------------------------------------------- */

@media (max-width:767px){
  .u_pc_only{display: none;}
}
@media (min-width:768px){
  .u_sp_only{display: none;}
}


.l_colored.-blue{
  background-color: #f0fafc;
}
.l_column2{}
@media (min-width:768px){
  .l_column2{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .l_column2 &gt; * {
    flex-basis: 50%;
    flex-shrink: 1;
    flex-grow: 1;
  }
}

.c_text{font-size: 0!important;}
.c_text.-center{text-align: center;}
.c_text_i{
  font-size: 3vw!important;
  line-height: 1.5;
  display: inline-block;
}
.c_text_i.-larege{font-size: 4vw!important;}
.c_text_i.-marker{
  background-color: yellow;
}

@media (min-width:768px){
  .c_text_i{font-size: 1.8rem!important;}
  .c_text_i.-large{font-size: 2.4rem!important;}
}

#contents .c_text_link{
  color: #00a7eb;
  font-size: inherit!important;
  font-weight: inherit;
  text-indent: 0;
	text-decoration: underline;
}
#contents .c_text_link.-navy{
  color: #0b318f;
}

.c_note{}
.c_note.-blue{ 
  background-color: rgba(242, 249, 255, 1);
  border-top: 1px solid #0c318c;
}
.c_note__list{}
.c_note__list.-bg_white{
  background-color: #fff;
  padding: 20px;
}
.c_note__item{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.c_note__item.-inline{
  display: inline;
}
.c_note__item.-center{
  justify-content: center;
}
.c_note__item::before{
  content:'\0203b';
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 3vw!important;
}
.c_note__item.-hyphen::before {
  content: '-';
  padding: 0 0.3em;
}
.c_note__item_i{
  font-size: 3vw!important;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.c_note__item.-center .c_note__item_i{
  flex-grow: 0;
}
.c_note__item.-small .c_note__item_i,.c_note__item.-small::before{
  font-size: 1rem!important;
}
.c_note__item.-red .c_note__item_i,.c_note__item.-red::before{
  color: #c00;
}
.c_note__item.-large .c_note__item_i,.c_note__item.-large::before{
  font-size: 3vw!important;
}
.c_button + .c_note {
  margin-top: 4vw;
}
@media (min-width:768px){
  .c_note__item::before,.c_note__item_i{
    font-size: 1.8rem!important;
  }
  .c_note__item.-small .c_note__item_i,.c_note__item.-small::before{
    font-size: 1.1rem!important;
  }
  .c_note__item.-large .c_note__item_i,.c_note__item.-large::before{
    font-size: 2.4rem!important;
  }
  .c_button + .c_note {
    margin-top: 40px;
  }
}


.c_outer{
  padding: 0 6vw;
  text-align: center;
}
@media (min-width:768px){
  .c_outer{
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c_button{
  font-size: 0;
}
.c_button__list{
  text-align: center;
}
.c_button__item{
  width: 76vw;
  display: inline-block;
}
.c_button__link{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none!important;
  padding: 10px 13px;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
  transition: filter 0.5s, transform 0.5s, box-shadow 0.5s;
}

.c_button__link.-pale_orange{
  background-color: #f39800;
}
.c_button__link.-orange{
  background-color: #d74100;
}
.c_button__link.-navy{
  background-color: #0c318c;
}
.c_button__link.-blue{
  background-color: #00a7eb;
}
.c_button__link.-grey{ 
  background-color: #c5c6c6;
}
.c_button__link:hover{
  filter: brightness(120%);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
}
.c_button__link_i{
  font-size: 1.2rem;
  color: #fff;
}
.c_button__link.-blank_BLK .c_button__link_i{
  color: #000;
}
.c_button_blank{
  width: 1.2rem;
  display: inline-block;
}
.c_button_blank_i{
  font-size: 1rem;
}
.c_button__link_i + .c_button_blank{
  margin-left: 3px;
}
.p_thumnailbox + .c_button {
  margin-top: 4vw;
}
.c_button__item + .c_button__item{
  margin-top: 2vw;
}
@media (min-width:768px){
  .p_astyle_about .c_button {
    padding-left: 100px;
    padding-right: 100px;
  }
  .c_button{}
  .c_button__list{}
  .c_button__item{
    /* min-width: 400px; */
    min-width: 92%;
    width: auto;
  }
  .c_button__link{
    padding: 10px 23px;
  }
  .c_button__link_i{
    font-size: 2.1rem;
  }
  .c_button_blank{
    width: 2.1rem;
  }
  .c_button_blank_i{}
  .c_button__item + .c_button__item{
    margin-top: 20px;
  }
}

.c_banner{
  font-size: 0;
}
.c_banner__link{
  display: inline-block;
  max-width: 100%;
}
.c_banner__link:hover{
  opacity: 0.7;
}
.c_banner__link_i{
  font-size: 1rem;
}

.c_icon_blank{
  width: 1em;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.c_icon_blank_i{
  vertical-align: middle;
}

.c_about{}
.c_about__heading{}
.c_about__logo{}
.c_about__logo_i{
  max-width: 60%;
}
.c_about__lead{
  font-size: 0!important;
}
.c_about__lead_i{
  font-size: 1.6rem!important;
  line-height: 1.4;
  font-weight: 700;
}
.c_about__lead_i.-marker {
	background-color: #f8ec00;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.c_about__period {
  display: inline-block;
  background-color: #f8ec00;
  padding: 0 3px;
}
.c_about__period_i{
  font-size: 1.35rem!important;
  display: inline-block;
  line-height: 1.55rem;
  font-weight: 700!important;
}
.c_about__period_i.-small{
  font-size: 1.215rem!important;
}
.c_about__cond{}
.c_about__table{
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(242, 249, 255, 1);
}
.c_about__tr{}
.c_about__tr.-head{}
.c_about__td{
  width: 33.3%;
  font-size: 2.5vw!important;
  padding: 2vw;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #0c318c;
}
.a_style_table .c_about__td{
  width: 33.3%;
  font-size: 2.5vw!important;
  padding: 2vw;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #00a7eb;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.c_about__tr:first-child .c_about__td {
  border-top: none;
}
.c_about__tr .c_about__td:last-child {
  border-right: none;
}
.c_about__tr .c_about__td:first-child {
  border-left: none;
}
.c_about__tr:last-child .c_about__td {
  border-bottom: none;
}
.c_about__td.-head{
  font-size: 1rem!important;
}
.c_about__table + .c_about__table .c_about__tr:first-child .c_about__td {
  border-top: 1px solid #0c318c;
}
.c_about__cond_list{
  padding-top: 5px;
}
.c_about__link_text{}

.c_about__logo + .c_about__lead{
  margin-top: 4vw;
}
.c_about__heading + .c_about__period{
  margin-top: 2vw;
}
.c_about__period + .c_about__cond {
  margin-top: 4vw;
}
.mile_wrapper {
  border-bottom: 1px solid #0c318c;
  padding-bottom: 40px;
  margin: 40px 0;
}
.mile_wrapper .mile_wrapper_ttl {
  display: flex;
  align-items: center;
  font-size: 3.24rem!important;
  margin: 40px 0 20px;
}
.mile_wrapper .mile_wrapper_ttl::before,
.mile_wrapper .mile_wrapper_ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #0c318c;
}
.mile_wrapper .mile_wrapper_ttl::before {
  margin-right: 1rem;
}
.mile_wrapper .mile_wrapper_ttl::after {
  margin-left: 1rem;
}
.mile_wrapper .mile_image {
  margin-top: 20px;
  width: 60%;
}
.tour_wrapper {
  margin-top: 40px;
}
.tour_wrapper .tour_box {
  margin-bottom: 40px;
}
.tour_wrapper .tour_box .c_text {
  margin-bottom: 40px;
}
.tour_wrapper .tour_box .tour_image_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tour_wrapper .tour_box .tour_image_wrapper img {
  width: calc(99% / 2);
}
.tour_list {
  text-align: left;
  margin-top: 60px;
}
.tour_list .weightbold {
  color: #0c318c;
}
.tour_list .anakyun29_note li a {
  color: #00a7eb!important;
}

@media (max-width:767px){
  .c_about__td.-xs_bdt_none{border-top:none!important;}
  .c_about__td.-xs_bdr_none{border-right:none!important;}
  .c_about__td.-xs_bdb_none{border-bottom:none!important;}
  .c_about__td.-xs_bdl_none{border-left:none!important;}
  .c_about__txt{
    border-top: 2px solid #da0303;
    border-bottom: 2px solid #da0303;
    display: inline-block;
    padding: 0 6vw;
    font-size: bold;
    font-size: 1.2em;
    margin-top: 4vw;
  }
  .c_about__ttl {
    line-height: 0.8!important;
  }
  .mile_wrapper {
    margin: 20px 0;
  }
  .mile_wrapper .mile_wrapper_ttl {
    font-size: 1.6rem!important;
  }
  .tour_wrapper .tour_box {
    margin-bottom: 20px;
  }
  .tour_wrapper .tour_box .c_text {
    margin-bottom: 20px;
  }
  .tour_list {
    margin-top: 30px;
  }
  .mile_wrapper .mile_image {
    width: 100%;
  }
  .tour_wrapper .tour_box .tour_image_wrapper {
    display: block;
  }
  .tour_wrapper .tour_box .tour_image_wrapper img {
    width: 100%;
  }
  .tour_wrapper .tour_box .tour_image_wrapper img:first-of-type {
    margin-bottom: 10px;
  }
}
@media (min-width:768px){
  .c_about{}
  .c_about__heading{}
  .c_about__logo{}
  .c_about__logo_i{}
  .c_about__lead{}
  .c_about__lead_i{
    font-size: 3.24rem!important;
  }
  .c_about__period{}
  .c_about__period_i{
    font-size: 2.52rem!important;
  }
  .c_about__period_i.-small{
    font-size: 2.016rem!important;
  }
  .c_about__cond{}
  .c_about__table{}
  .c_about__tr{}
  .c_about__tr.-head{}
  .c_about__td{
    padding: 16px 0.5em;
    font-size: 1.6rem!important;
  }
  .c_about__td.-head{
    padding: 0.5em;
    font-size: 1.44rem!important;
  }
  .a_style_table .c_about__td {
    padding: 0 0.5em 16px;
    font-size: 2.5rem!important;
    line-height: 1.5;
  }
  .a_style_table .c_about__td.-head {
    padding: 0.5em 0.5em 0.1em 0.5em;
    font-size: 2.0rem!important;
  }

  .c_about__logo + .c_about__lead{
    margin-top: 40px;
  }
  .c_about__heading + .c_about__period{
    margin-top: 20px;
  }
  .c_about__period + .c_about__cond {
    margin-top: 40px;
  }
  .c_about__link_text{}
  .c_about__txt{
    border-top: 4px solid #da0303;
    border-bottom: 4px solid #da0303;
    display: inline-block;
    padding: 0 60px;
    font-size: bold;
    font-size: 1.4em;
    margin-top: 20px;
  }
  .c_about__ttl {
    line-height: 0.8!important;
  }
}

/* ご注意事項 */
#anakyun29 .anakyun29_contents_notes_area {
	background-color: #E7EDED;
	text-align: left;
	max-width: 800px;
	padding: min(5vw, 30px);
	margin: 0 auto;
	margin-top: min(12vw, 80px);
}
#anakyun29 .anakyun29_contents_notes_title {
	font-size: clamp(1rem, 4vw, 2.2rem);
	font-weight: 700;
}
#anakyun29 .anakyun29_contents_notes_area .anakyun29_note, #anakyun29 .anakyun29_contents_notes_text {
	font-size: clamp(1rem, 3.3vw, 2rem);
	line-height: 1.6;
	font-weight: 400;
}
#anakyun29 .anakyun29_contents_notes_area .anakyun29_note li {
	line-height: 1.6;
}
.anakyun29_contents_notes_title + .anakyun29_note, 
.anakyun29_contents_notes_title + .anakyun29_contents_notes_text {
	margin-top: min(4vw, 10px);
}
.anakyun29_note + .anakyun29_contents_notes_title {
	margin-top: min(5vw, 25px);
}
@media (min-width: 768px) {
	#anakyun29 .anakyun29_contents_notes_title {
		font-size: 1.6rem;
	}
	#anakyun29 .anakyun29_contents_notes_area .anakyun29_note, #anakyun29 .anakyun29_contents_notes_text {
		font-size: 1.4rem;
	}
}

/* ANAからのお知らせ */
.anakyun29_contents_notice_area {
	margin-top: min(12vw, 80px);
}
#anakyun29 h2.anakyun29_contents_notice_title {
	font-size: clamp(1rem, 4.8vw, 3.2rem);
}
.anakyun29_contents_notice_banner {
	margin-top: 5vw;
}
.anakyun29_contents_notice_banner li {
	overflow: hidden;
}
@media (max-width: 767px) {
	.anakyun29_contents_notice_banner li + li {
		margin-top: 3vw;
	}
}
@media (min-width: 768px) {
	#anakyun29 .anakyun29_contents_notice_area {
		margin-left: auto;
		margin-right: auto;
		max-width: 680px;
	}
	#anakyun29 h2.anakyun29_contents_notice_title {
		font-size: 2.4rem;
	}
	#anakyun29 .anakyun29_contents_notice_banner {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	#anakyun29 .anakyun29_contents_notice_banner li.column2 {
		width: calc(97%/ 2);
	}
}

/* // --------------------------------------------------------------------------共通パーツ-------------------------------------------------------------------------- */

.anakyun29_archive_block__table{
	table-layout: fixed;
	width: 100%;
	margin-top: 10px;
}
.anakyun29_archive_block__table + .anakyun29_archive_block__table{
	margin-top: 5px;
}
.anakyun29_archive_block__table_caption{
	font-weight: bold;
}
.anakyun29_archive_block__tr{
}
.anakyun29_archive_block__th{
	font-weight: bold;
	border: 1px solid #bbb;
	padding: 5px;
	text-align: center;
}
.anakyun29_archive_block__td{
	border: 1px solid #bbb;
	padding: 5px;
}</pre></body></html>