@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}

#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin: 0 auto 10px;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
	background: url("../images/bg_tour.png") top center rgba(22, 19, 66, 0.9);
	background-size: 100%;
	position: relative;
	overflow: hidden;
}

#wrapper.bg2 {
	background: linear-gradient(121deg, rgba(79, 54, 92, 1) 0%, rgba(26, 26, 80, 1) 46%, rgba(2, 2, 22, 1) 100%);
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.text_red {
	color: #B20202;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

.box {
	background: rgba(243, 243, 243, 1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.yoyaku_tel {
	width: 100%;
	max-width: 700px;
	background: rgba(243, 243, 243, 1.00);
	padding: 20px;
	margin: 0 auto 20px;
	border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
}

.yoyaku_tel h2 {
	font-size: 130%;
}

.yoyaku_tel .address {
	width: 95%;
	max-width: 480px;
	margin: 20px auto 0;
	text-align: left;
	font-size: 110%;
}

.yoyaku_tel a.telno {
	font-size: 145%;
	text-decoration: none;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

a.godetail {
	width: 90%;
	max-width: 450px;
	display: block;
	margin: 10px 2% 20px;
	min-height: 65px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
}

a.godetail p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100%;
	pointer-events: none;
}

a.gotop {
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}

a.gotop:hover {
	opacity: 0.8;
}

.yoyaku_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		min-height: 55px;
		padding: 12px 0 15px;
	}
}

/*--------キラキラ-------------*/
#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 450px;
	margin-bottom: 30px;
}

.bg_position_center {
	background-position: center center;
}

.bg_position_bottom {
	background-position: center bottom;
}

.bg_position_top {
	background-position: center top;
}

.page_roof.cover:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.page_roof>.inner {
	width: 80%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.page_roof .curtain {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 15px 0 20px;
	background: url("../images/curtain_page.png") no-repeat center top;
	background-size: 150px auto;
	color: #FFFFFF;
}

.page_roof .curtain p {
	margin: 0 auto;
	padding: 0;
	line-height: 1.2;
}

.page_roof .curtain .theme {
	font-size: 100%;
}

.page_roof .curtain .month {
	font-size: 180%;
}

.page_roof .curtain .month span {
	font-size: 75%;
}

.page_roof .upper_content {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 420px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.page_roof .upper_content>.inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

.page_roof .region {
	display: flex;
	align-items: center;
	text-align: center;
	width: 60%;
	min-width: 250px;
	margin: 0px auto;
	font-size: 140%;
}

.page_roof .region:before,
.page_roof .region:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #FFF;
	margin: 0 .4em;
}

.page_roof h2 {
	font-size: 240%;
	font-weight: normal;
	margin: 0;
}

.page_roof h2 span {
	font-size: 80%;
	font-weight: normal;
}

.page_roof h3 {
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px;
}

.page_roof h3 span {
	border: 1px solid #FFFFFF;
	padding: 0 8px 2px;
	margin-left: 5px;
	font-size: 90%;
}

.page_roof .cross {
	width: 3.5%;
	margin: 0 0 4px;
}

.page_roof .plan {
	margin: 5px 0 0;
	width: 100%;
}

.page_roof .plan li {
	display: inline-block;
	margin: 10px 5px;
	font-size: 120%;
}

.page_roof .plan li span {
	color: #FFF;
	background: #000;
	padding: 4px 15px 5px;
}

.page_roof .credit {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.8);
	padding: 2px 10px;
	border-radius: 10px;
}

@media screen and (max-width: 759.9px) {
	.page_roof {
		position: relative;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
		height: 42vh;
	}

	.page_roof>.inner {
		width: 90%;
		height: 100%;
	}

	.page_roof .curtain {
		position: absolute;
		top: 0;
		left: 10px;
		right: auto;
		width: 17vw;
		height: 19vw;
		padding: 15px 0 0;
		background: url("../images/curtain_top.png") no-repeat center top;
		background-size: contain;
		color: #FFFFFF;
	}

	.page_roof .curtain .theme {
		font-size: 3.5vw;
		margin-bottom: 5px;
	}

	.page_roof .curtain .month {
		font-size: 4vw;
	}

	.page_roof .curtain .month span {
		font-size: 3vw;
	}

	.page_roof .upper_content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #FFFFFF;
		display: flex;
		align-items: center;
	}

	.page_roof .region {
		width: 50%;
		min-width: 200px;
		font-size: 3.5vw;
	}

	.page_roof h2 {
		font-size: 5vw;
	}

	.page_roof h3 {
		font-size: 5vw;
		margin-bottom: 0;
	}

	.page_roof .plan li {
		margin: 8px 3px;
		font-size: 3.5vw;
	}

	.page_roof .credit {
		bottom: 5px;
		font-size: 10px;
	}
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

/*-------------トップリード   --------------*/
#pageTopLead {
	margin-bottom: 20px;
}

#pageTopLead>.inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#pageTopLead .inner>p {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.8;
	color: #FFFFFF;
	/*text-shadow: 1px 1px 2px #6B7193, 1px 1px 2px #6B7193, 1px 1px 2px #6B7193, 1px 1px 2px #6B7193, 1px 1px 2px #6B7193;*/
}

.kakutei {
	background: url("../images/bg_ribbon_gold.png")no-repeat center center;
	background-size: contain;
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}

.enki {
	text-align: center;
	margin-bottom: 10px;
}

.enki p {
	display: inline-block;
	background: url("../images/bg_enki.png")no-repeat center center;
	background-size: cover;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	padding: 5px 15px;
	text-align: center;
	line-height: 1.4;
	border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 759.9px) {
	#pageTopLead>.inner {
		padding: 20px 0;
	}

	#pageTopLead>.inner p {
		font-size: 110%;
	}

	.kakutei {
		font-size: 130%;
	}

	.enki p {
		font-size: 120%;
		padding: 5px 10px;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
}

.pageContent a {
	word-break: break-all;
}

.pageContent>.inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.pageContent .point_curtain {
	background: url("../images/point.png") no-repeat center top;
	background-size: 200px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	text-align: center;
	font-size: 110%;
	line-height: 40px;
	padding-bottom: 10px;
}

.pageContent h1 {
	font-size: 240%;
	font-weight: bold;
}

.pageContent .deco {
	font-size: 100%;
	font-weight: normal;
	padding: 0 25px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: auto 20px;
}

.pageContent .deco_w {
	font-size: 100%;
	font-weight: normal;
	padding: 0 25px;
	background: url("../images/deco_left_w.png") no-repeat center left, url("../images/deco_right_w.png") no-repeat center right;
	background-size: auto 20px;
	color: #FFFFFF;
}

@media screen and (max-width: 759.9px) {
	.pageContent>.inner {
		padding: 20px 0;
	}

	.pageContent .deco {
		display: inline-block;
		font-weight: normal;
		padding: 0 15px;
		font-size: 100%;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: auto 10px;
	}

	.pageContent .deco_w {
		display: inline-block;
		font-weight: normal;
		padding: 0 15px;
		font-size: 100%;
		background: url("../images/deco_left_w.png") no-repeat center left, url("../images/deco_righ_wt.png") no-repeat center right;
		background-size: auto 10px;
	}
}

.pageContent .pamph {
	width: 100%;
}

.pageContent .point_roof h2 {
	font-size: 120%;
	font-weight: bold;
	margin: -15px 0 10px;
}

.pageContent .point_roof p {
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 30px;
}

.pageContent .point_roof img {
	width: 100%;
	margin-bottom: 20px;
}

.pageContent .yoyaku {
	text-align: right;
	margin-top: -10px;
}

.pageContent .yoyaku a {
	color: #B20202;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
}

.pageContent .yoyaku::after {
	line-height: 30px;
	font-family: "Font Awesome 5 Free";
	content: "\F105";
	font-weight: 900;
	color: #FFFFFF;
	background: url("../images/maru.svg") no-repeat center center;
	background-size: 30px;
	padding: 15px;
}

/*--------ツアーコンテンツ　2021-------------*/
#recommend {
	position: relative;
	width: 80%;
	max-width: 700px;
	margin: 100px auto 20px;
}

#recommend h2 {
	width: 90%;
	max-width: 500px;
	margin: -130px auto 0;
	position: relative;
	z-index: 2;
}

#recommend h2 img {
	max-width: 100%;
}

#recommend .inner {
	display: flex;
	flex-wrap: wrap;
	background: rgba(27, 20, 100, 0.8);
	border: 2px solid #FFFFFF;
	padding: 40px 30px 20px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

#recommend .inner::before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: -15px;
	width: 100px;
	height: 100px;
	background: url("../images/box_corner.png")no-repeat center center;
	background-size: contain;
	z-index: 2;
}

#recommend .inner::after {
	content: "";
	position: absolute;
	top: -15px;
	right: -15px;
	width: 100px;
	height: 100px;
	background: url("../images/box_corner.png")no-repeat center center;
	background-size: contain;
	transform: scale(-1, -1);
	z-index: 2;
}

.recommend_unit {
	width: 100%;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
}

.recommend_unit .feature {
	width: 75%;
	padding-right: 10px;
	text-align: left;
}

.recommend_unit .feature li {
	margin-bottom: 10px;
	font-size: 120%;
	text-indent: -20px;
	margin-left: 20px;
}

.recommend_unit .feature li span {
	width: 20px;
	text-align: center;
	display: inline-block;
	text-shadow: 1px 1px 10px #ecd022, 1px 1px 10px #ecd022, 1px 1px 10px #ecd022, 1px 1px 10px #ecd022;
}

.recommend_unit .feature p.attention {
	font-size: 100%;
}

.recommend_unit .photo {
	width: 25%;
	margin-bottom: 5px;
}

.recommend_unit .photo img {
	width: 100%;
}

.recommend_unit .photo p {
	font-size: 12px;
}

@media screen and (max-width: 759.9px) {
	#recommend {
		margin: 60px auto 20px;
	}

	#recommend h2 {
		width: 100%;
		margin: -80px auto 0;
	}

	#recommend .inner {
		padding: 25px 15px 20px;
	}

	.recommend_unit .feature {
		width: 100%;
		padding: 0;
		order: 2;
	}

	.recommend_unit .feature li {
		margin-bottom: 10px;
		font-size: 110%;
	}

	.recommend_unit .photo {
		width: 100%;
		order: 1;
		margin-bottom: 10px;
	}

	.recommend_unit .photo img {
		width: 50%;
	}

	.recommend_unit .photo p {
		font-size: 10px;
	}
}

#schedule .inner>h2 {
	width: 80%;
	background: url("../images/title_top.png")no-repeat top center,
		url("../images/title_schedule.png")no-repeat bottom center;
	background-size: contain;
	margin: 0 auto 20px;
	color: #FFFFFF;
	font-size: 160%;
	padding: 40px 0 60px;
	text-align: center;
}

.schedule_unit {
	width: 95%;
	max-width: 700px;
	background: rgba(27, 20, 100, 0.8);
	border: 2px solid #FFFFFF;
	padding: 20px 30px;
	margin: 0 auto 40px;
	color: #FFFFFF;
	position: relative;
}

.schedule_unit .schedule {
	width: 100%;
	font-size: 130%;
	text-align: center;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.schedule_unit h3 {
	font-size: 140%;
	margin-bottom: 10px;
}

.price_unit {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.price_unit div {
	width: 50%;
	text-align: center;
}

.price_unit h4 {
	font-size: 110%;
}

.price_unit p {
	font-size: 180%;
	text-align: right;
	margin-right: 15px;
}

.price_unit p span {
	font-size: 14px;
}

.schedule_unit p.attention {
	font-size: 100%;
	margin-top: 10px;
	text-align: left;
	width: 78%;
	margin: 10px auto 10px 14%;
}

@media screen and (max-width: 759.9px) {
	#schedule .inner>h2 {
		width: 90%;
		background: url("../images/title_top.png")no-repeat top center,
			url("../images/title_schedule.png")no-repeat bottom center;
		background-size: contain;
		margin: 0 auto 20px;
		color: #FFFFFF;
		font-size: 130%;
		padding: 20px 0 35px;
		text-align: center;
		line-height: 1.4;
	}

	.schedule_unit h3 {
		font-size: 120%;
	}

	.price_unit {
		width: 18em;
	}

	.price_unit div {
		width: 100%;
		margin-bottom: 10px;
	}

	.price_unit h4 {
		font-size: 110%;
	}

	.price_unit p {
		font-size: 140%;
		margin-right: 1.5em;
	}

	.schedule_unit p.attention {
		width: 100%;
		margin: 10px 0;
	}

}

#hotelinfo .inner>h2 {
	width: 80%;
	background: url("../images/title_top.png")no-repeat top center,
		url("../images/title_stay.png")no-repeat bottom center;
	background-size: contain;
	margin: 0 auto 20px;
	color: #FFFFFF;
	font-size: 160%;
	padding: 40px 0 60px;
	text-align: center;
}

.photo_info_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	margin-bottom: 50px;
}

.photo_info_unit .photo {
	width: 48%;
	margin-right: 2%;
	align-self: center;
}

.photo_info_unit .photo img {
	width: 100%;
}

.photo_info_unit .info {
	width: 50%;
	background: rgba(27, 20, 100, 0.8);
	border: 2px solid #FFFFFF;
	text-align: left;
	color: #FFFFFF;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.photo_info_unit .info h3 {
	background: url("../images/title_crown.png")no-repeat top center;
	background-size: auto 30px;
	padding-top: 30px;
	text-align: center;
	font-size: 140%;
	color: #FFFFFF;
	margin-bottom: 5px;
	width: 100%;
	align-self: center;
}

.photo_info_unit .info ul {
	width: 25em;
	margin: 0 auto;
}

.photo_info_unit .info ul li {
	margin-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
}

.photo_info_unit .info ul li:last-child {
	border-bottom: none;
}

.photo_info_unit .info ul li.access {
	text-indent: -6em;
	margin-left: 6em;
}

.photo_info_unit .info ul li.ind1 {
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 759.9px) {
	#hotelinfo .inner>h2 {
		width: 90%;
		background: url("../images/title_top.png")no-repeat top center,
			url("../images/title_schedule.png")no-repeat bottom center;
		background-size: contain;
		margin: 0 auto 20px;
		color: #FFFFFF;
		font-size: 130%;
		padding: 20px 0 35px;
		text-align: center;
		line-height: 1.4;
	}

	.photo_info_unit {
		margin-bottom: 30px;
	}

	.photo_info_unit .photo {
		width: 100%;
		margin: 0 auto 10px;
	}

	.photo_info_unit .info {
		width: 90%;
		margin: 0 auto;
	}

	.photo_info_unit .info ul {
		width: 90%;
		margin: 0 auto;
	}

	.photo_info_unit .info ul li.access {
		text-indent: -1.5em;
		margin-left: 1.5em;
	}
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container {
	width: 100%;
	margin: 0 auto;
}

.swiper-container .swiper-pagination {
	bottom: 15px;
}

.swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	opacity: 1;
}

.swiper-button-prev {
	left: 5px;
	top: 48%;
}

.swiper-button-next {
	right: 5px;
	top: 48%;
}

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

	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 20px;
	}

	.swiper-button-prev {
		left: 5px;
		top: 46%;
	}

	.swiper-button-next {
		right: 5px;
		top: 46%;
	}
}

/*-----スライドswiper TOPスライダー--------------------*/
.swiper-container.top {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	z-index: 0;
}

.swiper-container.top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*.swiper-container.top ~ .inner {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: 1;
}*/
/*--------開閉パネル-------------*/
.panel-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px) {
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 300px;
		background: linear-gradient(rgba(237, 233, 231, 0) 0%, rgba(237, 233, 231, 1) 60%);
		padding-top: 160px;
	}

	.btnOpen span {
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin: 0 auto;
		border: 2px solid #333;
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
	}

	.btnOpen span::before {
		content: "詳しく見る";
	}

	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}

	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}

	.panel-trigger:checked+.btnOpen {
		width: 100%;
		height: 100px;
		background: none;
		padding-top: 0;
	}

	.panel-trigger:checked+.btnOpen span::before {
		content: "閉じる"
			/*チェックされていたら、文言を変更する*/
	}

	.panel-trigger:checked+.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}

	.panel-trigger:checked~.panel {
		height: auto;
		/*チェックされていたら、高さを戻す*/
		opacity: 1;
	}
}

/*-------ご予約--------*/
#reservation {
	width: 100%;
	background: #E8E5E2;
	padding-top: 30px;
}

#reservation h2 {
	font-size: 140%;
}

@media screen and (max-width: 759.9px) {
	#reservation h2 {
		font-size: 120%;
	}
}

/*------中止のお知らせ------*/
.caution {
	width: fit-content;
	max-width: 950px;
	margin: 0 auto 20px;
	padding: 0 5px;
}

.caution p {
	color: #CF0E29;
	font-size: 130%;
	font-weight: bold;
}

@media screen and (max-width: 759.9px) {
	.caution p {
		font-size: 110%;
	}
}

/*-----注記ボックス-----*/
.caution_box {
	width: 90%;
	margin: 0 auto 20px;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 20px 20px;
	border-radius: 10px;
	border: 3px solid #930003;
}

.caution_box h2 {
	text-align: center;
	font-size: 120%;
	margin-bottom: 10px;
}

.caution_box .text_red {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.caution_box p {
	font-size: 95%;
}

.caution_box ul {
	margin: 5px 0 0 10px;
}

.caution_box ul li {
	text-indent: -2em;
	margin-left: 2em;
}

@media screen and (max-width: 759.9px) {
	.caution_box ul {
		margin: 5px 0 0 0;
	}
}