@charset "utf-8";
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*
	both
================================*/
.flex {
	display: flex;
}
.pc {
	display: none;
}
@media screen and (min-width: 751px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}

.mt20{
	margin-top: 20px;
}

.pb60{
	padding-bottom: 60px;
}

/*
	contents setting
================================*/
.header_inr {
	justify-content: space-around;
	align-items: flex-end;
	padding: 5px;
	height: 50px;
}
.main_photo {
	height: 35vh;
}
.contents {
	width: 100%;
	z-index: 0;
}
.con_inr {
	width: 88%;
	margin: 20px auto 0;
	padding: 20px 0;
}
.sec_cta .con_inr {
	margin: 0 auto;
	padding: 20px 0 50px;
}
.sec_camp .con_inr , .sec_option .con_inr {
	padding: 20px 0 50px;
}
.sec_qa .con_inr {
	padding-bottom: 100px;
}
.shop_list > div {
	margin: 0 0 40px;
}
.sec_qa .con_inr {
	margin-bottom: 0;
}
.footer {
	padding: 20px;
}

.grid {
	display: grid;
	min-height: 0;
	min-width: 0;
	grid-template-rows: max-content 1fr auto auto;
	grid-auto-columns: 1fr;
	justify-content: space-between;
	grid-template-areas: "areaA" "areaB" "areaC";
	margin: 0 0 55px;
}

.itm_img {
	width: inherit;
	min-width: 280px;
	height: 220px;
	grid-area: areaB;
}

.itm_h {
	grid-area: areaA;
	margin-bottom: 10px;
}

.itm_txt {
	padding: 10px 0;
	grid-area: areaC;
}
.option .flex,
.plan_page_link,
.sec_camp .flex {
	flex-direction: column;
}
.plan_page_link {
	margin-top: 50px;
}
.btn {
	position: relative;
}
.plan_em_txt {
	position: absolute;
	top: -38%;
	right: 30%;
	left: 30%;
}
.shop_list {
	margin: 30px 0 50px;
}
.acc_btn {
	background: #259d5b;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
}
.sec_service .acc_btn {
	margin-bottom: 60px;
}
@media screen and (min-width: 751px) {
	.card_img {
		text-align: center;
	}
	.card_txt {
		width: 698px;
		margin: 0 auto;
		font-size: 14px;
	}
	.con_inr {
		width: 1000px;
		margin: 0 auto;
	}
	.shop_list > div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.shop_list > div > div {
		width: 48%;
	}
	.grid {
		margin:0 0 110px;
	}
	.left_img {

	grid-template-areas: "areaA areaB"
									"areaA areaC";
	}
	.right_img {
		grid-template-areas: "areaB areaA"
										"areaC areaA";
	}
	.itm_img , .itm_h , .itm_txt {
		width: 480px;
	}
	.itm_img {
		grid-area: areaA;
		height: 320px;
	}
	.itm_h{
		grid-area: areaB;
		margin-bottom: 15px;
	}
	.itm_txt {
		grid-area: areaC;
		padding: 20px 0;
		text-align: left;
	}
	.right_img .itm_img , .left_img .itm_txt , .left_img .itm_h {
		margin-left: auto;
	}
	.option .point {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.point .option_detial {
		width: 280px;
		height: 60px;
		margin: 0;
	}
	.plan_page_link {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin:10px 0 20px;
	}
	.btn {
		width: 480px;
		height: 90px;
	}
	.plan_em_txt {
		top: -39%;
		right: 16%;
		left: 26%;
	}
	.shop_list {
		margin-top: 60px;
	}
	.sec_oldcard .con_inr {
		width: 680px;
	}

}

/*
	background setting
================================*/
@media screen and (min-width: 769px){
.bg_photo{
	padding: 40px 0;
/*	background: rgba(0, 0, 0, 0.5);*/
}
}

.bg_photo::before {
	position: fixed;
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
/*	background: url(../../../images/event/andanomori-campaign/img_ticketinfo_mv.png) no-repeat;
	background-size: cover;
	background-position:top center;*/
	background-color:#416b54;

	z-index: -1;
}
.main_photo {
	background: url(../../../images/event/andanomori-campaign/img_mainphoto_sp.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	align-items: center;
}
.bg_wood {
	background: url(../../../images/event/andanomori-campaign/bg_wood.png) repeat-y;
	background-size: contain;
	z-index: -2;
	padding-top: 20px;
}

.bg_service,
.bg_qa {
	background-image: url(../../../images/event/andanomori-campaign/img_leaf_top.png) , url(../../../images/event/andanomori-campaign/img_leaf_bottom.png);
	background-position: top left 10px , bottom right 10px;
}
.bg_option , .bg_campaign {
	background-image: url(../../../images/event/andanomori-campaign/img_grass_top.png) , url(../../../images/event/andanomori-campaign/img_grass_bottom.png);
	background-position: top left, bottom right;
}
.bg_service,
.bg_qa,
.bg_option,
.bg_campaign {
	background-repeat: no-repeat , no-repeat;
	background-size: 30% auto;
}

.bg_green {
	background-color: #0c4124;
}
.bg_blue {
	background-color: #0a6c84;
}
.bg_brown {
	background-color: #321103;
}
.bg_white {
	background-color: #f3f7f2;
}
.bg_cta {
	background: rgba(0, 0, 0, 0.5);
}
.bg_cta.bg_photo::before {
	height: 100vh;
	background-size: cover;
}

.bg_campaign,
.bg_service,
.bg_option,
.bg_qa {
	box-shadow: 0 10px 13px -5px rgba(0, 0, 0, 0.5) inset;
}

.option {
	background: #fff;
	padding: 5px 10px;
	margin-bottom: 30px;
}
.option_detial {
	background: #0a5584;
	margin: 20px 10px 0;
}
.bg_footer {
	background: #0c4124;
}
@media screen and (min-width: 751px) {
	.bg_photo::before {
		background-position: top left;
	}

	.main_photo {
		height: 70vh;
		background: url(../../../images/event/andanomori-campaign/img_mainphoto.png) no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.bg_service,
	.bg_qa {
		background-position: top left 150px , bottom right 35px;
	}
	.bg_service , .bg_qa {
		-webkit-background-size: 18% auto;
		background-size: 18% auto;
	}
	.bg_campaign , .bg_option {
		-webkit-background-size: 25% auto;
		background-size: 25% auto;
	}
	.bg_wood {
		padding-top: 60px;
	}
	.option {
		padding: 40px 50px 10px;
		margin-bottom: 50px;
	}
}

/*
	link
================================*/
a {
	text-decoration: none;
}
.shop_list a {
	color: #333;
}
.btn01{
	width: 100%;
	margin:20px auto;
	background: #095163;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
.btn01 a{
	display:block;
	color: #fff;
}
.arrow_btn{
	position: relative;
	margin-left: 14px;
}
.arrow_btn:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #fff;
	top: calc(50% - 8px);
}
.btn02{
	padding: 12px 30px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	text-decoration: none;
	background: #0a6c84;
	width: 500px;
	margin-bottom: 30px;
	cursor: pointer;
}
@media screen and (min-width: 751px) {
	a , .btn02 {
		transition: all 0.4s ease-out;
	}
	a:hover , .btn02:hover {
		opacity: .7;
	}
	.shop_link {
		width: 48%;
	}
	.btn01 {
		width: 60%;
	}
}

/*
list
================================*/
.shop_name {
	list-style: none;
}

/*
	img
================================*/
img {
	width: 100%;
}
.header_inr img {
	width: 30%;
}
.main_photo .logo {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.slick-slider {
	min-height: 0;
	min-width: 0;
}
.itm_img img {
	width: 330px;
	height: 220px;
	object-fit: cover;
}
.logo {
	width: 80%;
	margin: 20px auto 10px;
}
.card_img img {
	border: 1px solid #ccc;
}
.sec_oldcard img {
	width: 100%;
}
@media screen and (max-width: 320px) {
	.itm_img img {
		width: 280px;
	}
}
@media screen and (min-width: 751px) {
	.main_photo .logo {
		width: 60%;
	}
	.itm_img img {
		width: 480px;
		height: 320px;
	}
	.card_img img {
		width: 70%;
		margin: 0 auto;
	}
	.logo {
		width: 60%;
	}
	.sec_oldcard img {
		width: 80%;
	}
}

/*
	fonts / titles
================================*/

body,.accordion dt::after {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.8;
	color: #fff;
	font-size: 14px;
}

.sec_ttl,
.con_ttl,
.option,
.ttl_question,
.num_question,
.header_des,
.area_ttl {
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
	text-align: center;
}
.sec_camp , .sec_option {
	color: #333;
}
.ttl_question {
	text-align: left;
}
.header_des {
	color: #d0d753;
}
.sec_ttl {
	font-size: 26px;
	color: #fff;
	position: relative;
	padding: 30px 0 15px;
	margin-bottom: 30px;
}
.sec_option .sec_ttl ,
.sec_camp .sec_ttl {
	color: #0c4124;
}
.sec_ttl::before ,
.sec_ttl::after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
}
.sec_ttl::before {
	height: 2px;
	bottom: 15px;
}
.sec_ttl::after {
	height: 1px;
	bottom: 10px;
}
.area_ttl {
	background: rgba(189, 210, 89, 0.6);;
	color: #032134;
	margin: 20px 0 10px;
	font-size: 16px;
}
.s-ttl {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0 10px;
}
.g_line::before,
.g_line::after {
	background: #8e9332;
}

.w_line::before,
.w_line::after {
	background: #ffffff;
}

.b_line::before,
.b_line::after {
	background: #55a4b2;
}

.br_line::before,
.br_line::after {
	background: #9f5c40;
}
.lg_line::before,
.lg_line::after {
	background: #85a004;
}

.y_line {
	display: inline;
	background: linear-gradient(transparent 70%, #fdf4d1 0%);
}
.con_ttl {
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
	padding: 5px 0 10px;
}
.sec_service .con_ttl {
	color: #d0d753;
	border-bottom: 2px solid #052a16;
}
.sec_option .con_ttl ,
.sec_camp .con_ttl {
	color: #0c4124;
	border-bottom: 2px solid #321103;
}
.option_detial p {
	font-size: 16px;
	padding: 10px 0;
	color: #fff;
}
.plan_box p span {
	font-weight: bold;
	font-size: 26px;
	color: #cd5026;
}
.acc_btn , .acc_btn p {
	color: #fff;
	text-align: center;
}

.copyright {
	font-size: 12px;
	text-align: center;
	color: #739c86;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
@media screen and (min-width: 751px) {
	body {
		font-size: 16px;
	}
	.sec_ttl {
		font-size: 44px;
		margin-bottom: 60px;
		padding: 60px 0 30px;
		line-height: 1.4;
	}
	.sec_ttl::before {
		bottom: 20px;
	}
	.sec_ttl::after {
		bottom: 15px;
	}
	.con_ttl {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.hotel_type + p {
		font-size: 20px;
	}
	.area_ttl {
		padding: 5px 0;
		font-size: 22px;
	}
	.option p , .plan_em_txt {
		font-size: 20px;
	}
	.plan_box p:first-child {
		font-size: 30px;
	}
	.plan_box p span {
		font-size: 40px;
	}
	.s-ttl {
		font-size: 22px;
		margin: 50px 0 10px;
	}

	.lh-l {
		line-height: 1.8;
	}
	.f24 {
		font-size: 24px;
	}
	.f26 {
		font-size: 26px;
	}
	.f28 {
		font-size: 28px;
	}
}

/*
	color
================================*/

.gray {
	color: #4b4b4b;
}

.red {
	color: #cd5026;
}
/*
margin , padding
================================*/
.mb20 {
	margin-bottom: 20px;
}

/*
	option > plan/arrow
================================*/
.plan_box {
	margin-top: 20px;
}
.arrow_box {
	padding: 10px 0 20px;
	position: relative;
	background: #fff;
	border-bottom: 2px solid #0a5584;
}
.arrow_box::before,
.arrow_box::after {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 30px;
	left: 39%;
}
.arrow_box::before {
	top: 100%;
	border-top: 40px solid #0a5584;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}

.arrow_box::after {
	top: 97%;
	border-top: 40px solid #fff;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}

@media screen and (min-width: 751px) {
	.plan_box {
		margin-top: 40px;
	}
	.arrow_box {
		padding: 20px 0;
	}
	.arrow_box::before,
	.arrow_box::after {
		width: 90px;
		left: 45%;
	}
	.arrow_box::before {
		border-top: 60px solid #0a5584;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
	}

	.arrow_box::after {
		border-top: 60px solid #fff;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
	}
}
/*
	qa
================================*/

.ttl_question {
	margin: 0;
	height: auto;
	font-size: 14px;
}

.ttl_answer {
	margin: 0;
	font-size: 14px;
}

.num_question {
	display: inline-block;
    width: 50px;
	height: auto;
	font-size: 20px;
	line-height: 3;
	margin-right: 10px;
	background: #d2450a;
}

.question {
	padding: 5px 0;
	display: inline-block;
	width: 73%;
}

.text_answer {
	width: 100%;
    padding: 15px;
    font-size: 14px;
    background: #fff;
    color: #4b4b4b;
	text-align: left;
}

.text_answer .attention {
	font-size: 15px;
}
.accordion dl {
	margin-bottom: 10px;
}
.accordion dt {
	display: flex;
	align-items: center;
	cursor: pointer;
	background: #863817;
	position: relative;
}
.accordion dt::after {
	position: absolute;
	top: -11%;
	right: 1%;
	content: '+';
	color: #f7d4c6;
	font-size: 32px;
}
.accordion dt.open {
	margin-bottom: 0;
}
.accordion dt.open::after {
	content: '-';
	font-size: 40px;
    top: -30%;
	right: 2%;
}
.accordion dd {
	display: none;
	border-bottom: 2px solid #863817;
	border-right: 2px solid #863817;
	border-left: 2px solid #863817;
}

@media screen and (min-width: 751px) {
	.ttl_question {
		font-size: 24px;
	}
	.text_answer {
		font-size: 16px;
	}
	.question {
		width: 90%;
	}
	.accordion dl {
		margin-bottom: 20px;
	}
	.accordion dt::after {
		top: -5%
	}
	.accordion dt.open::after {
		top: -25%;
		right: 1.5%;
	}
    .title_ct img {
	max-width: 100%;
}
    img{
        width: inherit;
    }
	.acc_inr {
		display: block;
	}
}

/*
	service
================================*/
.wrap_content_service{
	font-size: 0;
}
.content_service{
	position: relative;
	margin-bottom: 10px;
	height: calc(88vw * 729 / 750);
	background: url(../../../images/event/andanomori-campaign/bg_content_service.png) no-repeat center/contain;
	font-size: 14px;
}

.content_service h3{
	position: absolute;
	top: 7%;
	left: 22%;
	line-height: 1;
	font-size: 28px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif"
}
.img_content_service{
	position: absolute;
	top: 29%;
	left: 7%;
	width: 40%;
}

.img_content_service a{
	position: relative;
	display: block;
	line-height: 0;
}

.img_content_service a::after{
	content:"";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 25%;
	height: 25%;
	background: url(../../../images/common/icon_lupe.png) center/contain no-repeat;
}

.img_content_service:nth-of-type(2){
	left: 53%;
}

.img_content_service img{
	width: 100%;
}

.content_service .desc{
	position: absolute;
	top: 73%;
	left: 8%;
	line-height: 1.6;
	text-align: left;
	color: #222;
	font-size: 16px;
}

@media screen and (min-width: 751px){
	.content_service{
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		width: calc((100% - 40px) / 3);
		height: calc(320px * 729 / 750);
	}
	.content_service:nth-of-type(3n){
		margin-right: 0;
	}
	.content_service .desc{
		font-size: 16px;
	}
}

/*
	slider
================================*/

.slider .slick-next, .slider .slick-prev {
    position: absolute;
    width: 30px;
    height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
}
.slick-prev {
    left: 0;
	z-index: 1;
}
.slick-next {
    right: 0;
	z-index: 1;
}
.slick-next:before, .slick-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 3px solid #ccc;
    border-top: 3px solid #ccc;
    margin-top: -10px;
}
.slick-next:before {
    margin-left: -15px;
}
.slick-prev:before {
    margin-left: -5px;
}
.slick-next:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev:before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slick-dots li {
	width: 15px;
	height: 15px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    color: transparent;
    border: 0;
    background: #ccc;
    border-radius: 50%;
}
.slick-dots li button:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    text-align: center;
    background: #ccc;
    border-radius: 50%;
}
.sec_service .slick-dots li.slick-active button:before {
    background: #e4df50;
}
.sec_service .slick-dots li button {
	background: #585845;
}

/*
modal
================================*/

.modal {
	display: none;
	position: relative;
	z-index: 10;
}

.modal_view{
	width: 700px;
	margin: 0 auto;
}
.modal_view01{
	width: 700px;
	margin: 0 auto;
	background: url(../../../images/event/andanomori-campaign/bg_modalview.png) repeat;
	padding: 50px 30px;
	box-sizing: border-box;
}
.modal_view02{
	position: relative;
	background:#fff url(../../../images/event/andanomori-campaign/modal_border03.png) repeat-y;
	width: 100%;
	-webkit-background-size: 100% auto;
	background-size:100% auto;
	height: 100%;
	top: 0;
	left: 0;
}
.modal_view02:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: -19px;
	background:url(../../../images/event/andanomori-campaign/modal_border01.png) no-repeat;
	background-size:100% auto;
}
.modal_view02:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	background:url(../../../images/event/andanomori-campaign/modal_border02.png) no-repeat;
	background-size:100% auto;
}

.modal_view01 img{
	width: 68%;
	text-align: center;
}
.red{
	color: #ab2838;
}
.itm_txt01{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #194c39;
}
.modal_view03{
	background: #105c33; /* Old browsers */
	background: -moz-linear-gradient(top, #105c33 0%, #023608 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #105c33 0%,#023608 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #105c33 0%,#023608 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105c33', endColorstr='#023608',GradientType=0 ); /* IE6-9 */
	padding: 50px 30px 50px 50px;
	box-sizing: border-box;
	text-align: left;
}
@media screen and (min-width: 769px){
	.modal_view03{
		margin: auto;
		width: 700px;
	}
}

.modal_view03 li{
	font-size: 14px;
}
.modal_ttl{
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: url(../../../images/event/andanomori-campaign/modal_ttl.png) repeat-y top center;
	-webkit-background-size: 50% auto;
	background-size:50% auto;
	margin: 20px 0;
}
.modal_viewctf{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.4);
	z-index: 100;
	overflow: auto;
}
.close{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	right: 0;
}
.modal_view{
	z-index: 2;
	position: relative;
	top: 30px;
}
.modal_viewct_img{
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.main_photo{
		height: 66vh;
	}
	.title_ct{
		padding: 20px 10px;
		width: 90%;
	}
	.ttl01_sub01{
		font-size: 5vw;
	}
	.main_photo_ttl01{
		line-height: 1.8em;
		font-size: 18px;
	}
	.main_photo_img01 img, .main_photo_img02 img{
		width: 75%;
	}
	.main_photo_txt01{
		font-size:16px;
	}
	.btn02{
		width: 100%;
		cursor: pointer;
		text-align: center;
		padding: 10px 12px;
		position: relative;
	}
	.btn02:before{
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 10px;
		border-color: transparent transparent transparent #fff;
		top: calc(50% - 8px);
		right: 2%;
	}
	.btn02 .arrow_btn{
		display: none;
	}
	.modal_inr {
		z-index: 3;
	}
	.modal_view, .modal_view01{
		width: 100%;
		padding: 40px 30px;
	}
	.modal_view01 {
		padding: 30px 20px;
	}
	.itm_txt01{
		font-size: 3vw;
		text-align: center;
	}
	.modal_view02::after{
		top: -7px;
	}
	.modal_ttl{
		-webkit-background-size: 90% auto;
		background-size: 90% auto;
	}
	.modal_view03{
		width: 100%;
		padding: 20px 10px 20px 20px;
		box-sizing: border-box;
	}
	.modal_view03 ol{
		width: 90%;
		margin: 0 auto;
	}
	.modal_view03 ol li{
		font-size: 3vw;
	}
	.close01{
		position: absolute;
		top: 0;
		right: 0;
		content: "";
		z-index: 2;
		width: 100vw;
		height: 100%;
	}
	.itm_img img{
		width: 100%;
		max-width: 100%;
	}
}

.sec_oldcard {
}
