@charset "utf-8";
/* CSS Document */

.w980{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.w1260{
	max-width: 1260px;
	width: 100%;
	margin: auto;
}
.flexBox{
	display: flex;
}
.f16{
	font-size: 16px;
}
.center{
	text-align: center;
}
.txtRed{
	color: #DD3670;
}
/*----------ヘッダー----------*/
.headerIn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerLeft{
	max-width: 210px;
}
.headerLeft a{
	transition: 0.2s;
}
.headerLeft a:hover{
	opacity: 0.7;
}
.headerRight{
	display: flex;
	align-items: center;
}
.headerRight .contact{
	display: flex;
	align-items: center;
}
.headerRight .contact .lead{
	font-weight: bold;
	line-height: 1.5em;
	white-space: nowrap;
}
.headerTel{
	display: flex;
	align-items: center;
	margin-left: 2em;
}
.headerTel .icon{
	min-width: 27px;
	max-width: 27px;
	margin-right: 1em;
}
.headerTel .telBox{
	line-height: 1.5em;
	white-space: nowrap;
}
.headerTel .telBox .toCall{
	font-size: 28px;
	color: #009144;
	font-weight: bold;
}
.headerTel .telBox span.bold{
	display: block;
	margin-top: 0.3em;
}
.headerRight .mail{
	margin-left: 1em;
}
.headerRight .mail a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #009144;
	color: #fff;
	font-weight: bold;
	padding: 1.5em 1em 1em;
	text-decoration: none;
	transition: 0.2s;
	white-space: nowrap;
}
.headerRight .mail a:hover{
	opacity: 0.7;
}
.headerRight .mail a img{
	max-width: 30px;
	display: block;
	margin-bottom: 0.5em;
}
/*----------content01-----------*/
.mainVisual{
	background: url("../img/main_bg.jpg") center top no-repeat;
	background-size: cover;

}
.mainVisual h1{
	color: #DD3670;
	font-weight: bold;
	text-align: left;
	font-size: 68px;
}
.mainVisual h1 img{
	max-width: 0.9em;
	vertical-align: top;
}
.mainVisual .mainVisualIn{
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-top: 1em;
}
.mainVisual .mainVisualLeft{
	position: absolute;
	top: 4.5em;
	left: 0;
}
.mainVisual .mainVisualLeft .txt{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 1.5em;
}
.mainVisual .photo{
	max-width: 560px;
	margin-right: 3em;
	width: 49vw;
}
.mainVisual .CampaignPeriod{
	position: absolute;
	bottom: -2.5em;
	left: 0;
	width: 100%;
	background: #32A668;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
	padding: 1.8em 0 1.2em;
}
.mainVisual .CampaignPeriod .year{
	display: flex;
	padding-right: 7em;
}
.mainVisual .CampaignPeriod .Zodiac{
	position: absolute;
	bottom: 1em;
	left: 2em;
	max-width: 180px;
	width: 15vw;
}

.specialPriceContent{
	margin: 7em 0 5em;
	text-align: center;
	font-weight: bold;
	padding: 0 20px;
	overflow: hidden;
}
.specialPriceContent > div{
	position: relative;
}
.specialPriceContent img{
	max-width: 210px;
	margin-bottom: 10px;
	margin-right: 0.5em;
}
.specialPriceContent p{
	margin-top: 1em;
}
.specialPriceContent > div:before,
.specialPriceContent > div:after{
	content: "";
	position: absolute;
	bottom: 0;
	margin: auto;
	display: block;
	width: 2px;
	height: 100px;
	background: #151515;
}
.specialPriceContent > div:before{
	left: 0;
	transform: rotate(-25deg);
}
.specialPriceContent > div:after{
	right: 0;
	transform: rotate(25deg);
}
.specialPriceContent .marker{
	position: relative;
	background: linear-gradient(transparent 70%, #f5c2d4 0%);
}

/*.specialPriceContent .marker:before{
	content: "";
	background: #f5c2d4;
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
} */


/*----------content02-----------*/

/*----------content03-----------*/
.NewYearCampaignOverview{
	background: #D9EEDD;
	padding: 145px 0 79px;
}
.NewYearCampaignOverview .NewYearCampaignContent01{
	background: #fff;
}
.NewYearCampaignOverview .NewYearCampaignContent01{
	position: relative;
	padding: 7em 5em 3em;
	margin-bottom: 40px;
}
.NewYearCampaignOverview .NewYearCampaignContent01 h2{
	max-width: 980px;
	position: absolute;
	top: -1.5em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 38px;
	color: #fff;
	background: url("../img/newyear_h2_bg.png") center top no-repeat;
	background-size: cover;
	text-align: center;
	padding: 1em;
	width: 90%;

}
.NewYearCampaignOverview .NewYearCampaignContent01 .flexBox{
	flex-wrap: wrap;
	justify-content: space-between;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox{
	width: 48%;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:nth-of-type(n+3){
	margin-top: 2em;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox .icon{
	min-width: 4.5em;
	margin-right: 0.5em;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox .campaignBoxTitleOuter{
	display: flex;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxTitle{
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	min-height: 3.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxIn{
	margin-left: 5em;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxTitle.left{
	align-items: flex-start;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxTitle .underline{
	position: relative;
	background: linear-gradient(transparent 70%, #ee99b6 0%);
	line-height: 1.3em;
}
/* .NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxTitle .underline:before{
	content: "";
	background: #ee99b6;
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxTitle .underline span{
	position: relative;
	z-index: 1;
}
.NewYearCampaignOverview .NewYearCampaignContent01 .note{
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 1em;
}
.NewYearCampaignOverview .NewYearCampaignContent01 a{
	color: #009144;
	font-weight: bold;
	display: block;
}


.NewYearCampaignOverview .NewYearCampaignBenefits{
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.NewYearCampaignOverview .NewYearCampaignBenefits .photo{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 860px;
}
.NewYearCampaignBenefitsIn{
	position: relative;
	z-index: 10;
	max-width: 800px;
	background: #fff;
	margin-top: 5em;
	width: 65vw;
}
.NewYearCampaignBenefitsIn .subttl{
	color: #fff;
	background: #009144;
	font-size: 24px;
	padding: 1em;
	font-weight: bold;
}
.NewYearCampaignBenefitsIn .NYCPadding{
	padding: 1.5em 2.5em;
}
.NewYearCampaignBenefitsIn .caution{
	font-size: 12px;
	line-height: 1.7em;
	margin-top: 1em;
}
.NewYearCampaignBenefitsIn .caution ul li{
	list-style: disc;
	margin-left: 1.2em;
}
.NewYearCampaignBenefitsIn .note{
	font-size: 12px;
	line-height: 1.7em;
	background: #EBEBEB;
	padding: 1em 1.5em;
	margin-top: 1em;
}
.NewYearCampaignBenefitsIn .pink{
	color: #DD3670;
}

/*----------content04-----------*/
.ReadyTitleContent{
	margin: 5em 0 7em;
}
.ReadyTitleContent .w980{
	padding: 0;
	max-width: 980px;
}
.ReadyTitleContent .btn{
	position: relative;
	transition: 0.2s;
	max-width: 980px;
	width: calc(100vw - 40px);
	margin: 0 auto;
}
.ReadyTitleContent .btn:hover{
	opacity: 0.7;
}
.ReadyTitleContent .btn:before{
	content: "";
	background: #9F1B1B;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	border-radius: 10px;
}
.ReadyTitleContent .btn a{
	display: block;
	background: #CB3A3A;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	padding: 0.7em 0 0.7em 4em;
	position: relative;
	z-index: 10;
	line-height: 1.3em;
}
.ReadyTitleContent .btn a:before,
.ReadyTitleContent .btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    content: "";
}
.ReadyTitleContent .btn a:before {
    width: 45px;
    height: 2px;
    background: #fff;
	right: 1.4em;
}
.ReadyTitleContent .btn a:after {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.ReadyTitleContent .btn a p{
	position: absolute;
	top: 0;
	left: 8em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4em;
	height: 4em;
}
.ReadyTitleContent .btn a p:before{
	content: "";
	background: #9A852C;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}
.ReadyTitleContent .btn a p span{
	position: relative;
	z-index: 10;
}
.ReadyTitleContent .specialPriceContent{
	margin: 5em 0 0;
}

#menuList .tabMenu01{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menuList .tabMenu01 ul{
	display: flex;
}
#menuList .tabMenu01 ul li svg{
	max-width: 35px;
	width: 3vw;
	margin-right: 0.5em;
}
#menuList .tabMenu01 ul li svg path{
	fill: #009144;
}
#menuList .tabMenu01 ul li span{
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 24px;
	color: #009144;
	font-weight: bold;
	transition: 0.2s;
	padding: 0.7em 1em 1.2em;
	position: relative;
	cursor: pointer;
}
#menuList .tabMenu01 ul li span:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: #009144 transparent transparent transparent;
	position: absolute;
	bottom: 0.5em;
	left: 0;
	right: 0;
	margin: auto;
}
#menuList .tabMenu01 ul li span:hover,
#menuList .tabMenu01 ul li.active span{
	background: #009144;
	color: #fff;
}
#menuList .tabMenu01 ul li.active span:before,
#menuList .tabMenu01 ul li span:hover:before{
	border-color: #fff transparent transparent transparent;
}
#menuList .tabMenu01 ul li.active span svg path,
#menuList .tabMenu01 ul li span:hover svg path{
	fill: #fff;
}

#menuList .tabMenu01 .TestSchedule{
	position: relative;
	transition: 0.2s;
	cursor: pointer;
}
#menuList .tabMenu01 .TestSchedule:hover{
	opacity: 0.7;
}
#menuList .tabMenu01 .TestSchedule:before{
	content: "";
	background: #9F1B1B;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: 0;
	border-radius: 10px;
}
#menuList .tabMenu01 .TestSchedule span{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CB3A3A;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	padding: 0.5em 1em;
	position: relative;
	z-index: 10;
	line-height: 1.3em;
}
#menuList .tabMenu01 .TestSchedule span img{
	max-width: 30px;
	margin-right: 0.7em;
}

.menuListContent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	border-top: #009144 solid 8px;
	background: #fff;
	z-index: 10;
}
.menuListContent.fixed{
	position: fixed;
	z-index: 1000;
}
.menuListContent li{
	width: 25%;
	text-align: center;
	padding: 0.5em;
	position: relative;
	border-bottom: #45AD54 solid 8px;
	min-height: 4.6em;
}
.boki .menuListContent li{
	width: 33.33%;
}
.kenchiku .menuListContent li{
	width: 50%;
}
.menuListContent li.green{
	border-bottom-color: #45AD54;
}
.menuListContent li.orange{
	border-bottom-color: #AA7F5A;
}
.menuListContent li.purple{
	border-bottom-color: #8E5AAA;
}
.menuListContent li.blue{
	border-bottom-color: #5A5FAA;
}
.menuListContent li.red{
	border-bottom-color: #CB3A3A;
}
.menuListContent li.pink{
	border-bottom-color: #DD3670;
}
.menuListContent li:before{
	content: "";
	background: #009144;
	height: 3em;
	width: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 10px;
}
.menuListContent li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menuListContent li.green:after,
.shikakuContentIn .green .shikakuArea01Anchor p a span:after{
		border-color: #45AD54 transparent transparent transparent;
}
.menuListContent li.orange:after,
.shikakuContentIn .orange .shikakuArea01Anchor p a span:after{
		border-color: #AA7F5A transparent transparent transparent;
}
.menuListContent li.purple:after,
.shikakuContentIn .purple .shikakuArea01Anchor p a span:after{
		border-color: #8E5AAA transparent transparent transparent;
}
.menuListContent li.blue:after,
.shikakuContentIn .blue .shikakuArea01Anchor p a span:after{
		border-color: #5A5FAA transparent transparent transparent;
}
.menuListContent li.red:after,
.shikakuContentIn .red .shikakuArea01Anchor p a span:after{
		border-color: #CB3A3A transparent transparent transparent;
}
.menuListContent li.pink:after,
.shikakuContentIn .pink .shikakuArea01Anchor p a span:after{
		border-color: #DD3670 transparent transparent transparent;
}
.menuListContent li:first-child:before{
	display: none;
}
.menuListContent li a{
	display: block;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0.3em 0.5em;
	transition: 0.2s;
}
.menuListContent li.green a:hover,
.menuListContent li.green a.on,
.shikakuContentIn .green .shikakuArea01Anchor{
	color: #45AD54;
	background: #ecf7ed;
}
.menuListContent li.orange a:hover,
.menuListContent li.orange a.on,
.shikakuContentIn .orange .shikakuArea01Anchor{
	color: #AA7F5A;
	background: #f6f2ee;
}
.menuListContent li.purple a:hover,
.menuListContent li.purple a.on,
.shikakuContentIn .purple .shikakuArea01Anchor{
	color: #8E5AAA;
	background: #f3eef6;
}
.menuListContent li.blue a:hover,
.menuListContent li.blue a.on,
.shikakuContentIn .blue .shikakuArea01Anchor{
	color: #5A5FAA;
	background: #eeeff6;
}
.menuListContent li.red a:hover,
.menuListContent li.red a.on,
.shikakuContentIn .red .shikakuArea01Anchor{
	color: #CB3A3A;
	background: #faebeb;
}
.menuListContent li.pink a:hover,
.menuListContent li.pink a.on,
.shikakuContentIn .pink .shikakuArea01Anchor{
	color: #DD3670;
	background: #fceaf0;
}


/*----------content05-----------*/


.tabContentAreaPanel {
	background: url("../img/shikakucontent_bg.jpg") #D9EEDD top center no-repeat;
	background-size: 100% auto;
    display:none;
	position: relative;
}

.tabContentAreaPanel.active {
    display:block;
}

.shikakuContentStart{

}

.shikakuArea01{
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.AnchorLink{
	padding-bottom: 5em;
}
.shikakuContentIn .mainTitle{
	font-size: 32px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0.8em;
}



.shikakuContentIn .shikakuArea01Anchor{
	display: flex;
}
.shikakuContentIn .shikakuArea01Anchor p{
	width: 50%;
	text-align: center;
	position: relative;
}
.shikakuContentIn .shikakuArea01Anchor p:before {
    content: "";
    height: 2.5em;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
}
.shikakuContentIn .shikakuArea01Anchor p:first-child:before{
	display: none;
}
.shikakuContentIn .shikakuArea01Anchor p a{
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em;
	display: block;
	transition: 0.2s;
}
.shikakuContentIn .shikakuArea01Anchor p a:hover{
	opacity: 0.7;
}
.shikakuContentIn .shikakuArea01Anchor p a span{
	position: relative;
	padding-left: 30px;
}
.shikakuContentIn .shikakuArea01Anchor p a span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    position: absolute;
    bottom: 0;
	top: 0;
    left: 0;
    margin: auto;
}

.shikakuContentIn .subTtl{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shikakuContentIn .subTtl span.yellow{
	background: #FCF203;
	display: inline-block;
	padding: 0.2em 0.5em;
	margin-left: 1em;
}
.shikakuContentIn .subTtl .balloon {
	position: relative;
	background: #FDFBF0;
	border: 3px solid #009144;
	color: #151515;
	font-size: 16px;
	border-radius: 10px;
	display: inline-block;
	padding: 0.5em 1em;
	margin-left: 2em;
}
@media screen and (min-width:767.5px){
	.shikakuContentIn .subTtl .balloon:after,
	.shikakuContentIn .subTtl .balloon:before {
		right: 100%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		pointer-events: none;
	}

	.shikakuContentIn .subTtl .balloon:after {
		border-color: rgba(253, 251, 240, 0);
		border-right-color: #FDFBF0;
		border-width: 15px;
	}
	.shikakuContentIn .subTtl .balloon:before {
		border-color: rgba(0, 145, 68, 0);
		border-right-color: #009144;
		border-width: 19px;
	}
}
.shikakuContentIn .subTtl .balloon .marker{
	position: relative;
	background: linear-gradient(transparent 70%, #f5c2d4 0%);
}
.shikakuContentIn .subTtl .balloon .marker span{
	position: relative;
	z-index: 10;
}
/* .shikakuContentIn .subTtl .balloon .marker:before {
    content: "";
    background: #f5c2d4;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}*/



.shikakuContentIn .shikakuAreaDesc{
	padding: 1.5em;
	background: #fff;
}
.shikakuContentIn .shikakuAreaDesc .DescMinTitle{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.shikakuContentIn .shikakuAreaDesc .DescMinTitle.f24{
	font-size: 24px;
}
.shikakuContentIn .shikakuAreaDesc .DescMinTitle span{
	color: #000;
	margin-left: 1em;
}
.shikakuContentIn .shikakuAreaDesc .DescSubTitle{
	margin-bottom: 0.5em;
}


.shikakuContentIn .halfBox{
	justify-content: space-between;
}
.shikakuContentIn .halfBoxIn{
	width: 48%;
}

.scheduleBtn01 + .scheduleBtn01{
	margin-top: 0.7em;
}
.scheduleBtn01 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 1em;
	transition: 0.2s;
}
.scheduleBtn01 a img{
	max-width: 20px;
	margin-right: 0.7em;
}

.scheduleBtn02 a{
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 0.3em;
	transition: 0.2s;
	border: #fff solid 2px;
	position: relative;
}
.scheduleBtn02 a:before,
.scheduleBtn02 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.scheduleBtn02 a:before {
    width: 20px;
    height: 2px;
    background: #fff;
}
.scheduleBtn02 a:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.scheduleBtn01 a:hover,
.scheduleBtn02 a:hover{
	opacity: 0.7;
}

.AttendancePriceBox {
	margin-top: 1.5em;
}
.AttendancePriceBox .halfBoxIn{
	background: #FDFBF0;
	padding: 3em 1.5em 1.5em;
	position: relative;
}
.AttendancePriceBox .halfBoxIn .tag{
	position: absolute;
	top: -0.5em;
	left: 1em;
	color: #fff;
	font-size: 20px;
	padding: 0.3em 0.5em;
	font-weight: bold;
}
.AttendancePriceBox .halfBoxIn .tag.orange{
	background: #EF851C;
}
.AttendancePriceBox .halfBoxIn .tag.gray{
	background: #9CA89E;
}
.entryPriceArea{
	font-weight: bold;
	color: #707070;
	text-align: center;
}
.entryPriceArea .red{
	color: #D33D3D;
}

.AttendancePriceBox .halfBoxIn .caption{
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 1.5em;
}

.AttendancePriceBox .halfBoxIn .textLink{
	color: #45AD54;
	display: block;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}

.shikakuContentIn .shikakuAreaDesc .contentsNotes{
	background: #F5C2D4;
	padding: 1.5em;
	font-size: 14px;
	margin-top: 2em;
}
.shikakuContentIn .shikakuAreaDesc .contentsNotes ul{
	margin-bottom: 0.7em;
}
.shikakuContentIn .shikakuAreaDesc .contentsNotes ul li{
	list-style: disc;
	margin-left: 1.5em;
	font-size: 12px;
	line-height: 1.5em;
}

.entryBtnGreen{
	position: relative;
	transition: 0.2s;
	width: 90%;
	margin: 2em auto;
}
.entryBtnGreen:hover{
	opacity: 0.7;
}
.entryBtnGreen:before{
	content: "";
	background: #027739;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	border-radius: 10px;
}
.entryBtnGreen a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #009144;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	padding: 1em;
	position: relative;
	z-index: 10;
	line-height: 1.3em;
}
.entryBtnGreen a img.icon{
	max-width: 30px;
	margin-right: 0.7em;
}
.entryBtnGreen a img.balloon{
	position: absolute;
	top: -0.7em;
	right: -0.7em;
	max-width: 85px;
}


.shikakuArea02{
	margin-top: 3em;
}

.shikakuContentIn .tegTitle{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 1.2em 2em 1em;
	margin-left: -1.5em;
}







.shikakuContentIn .green .mainTitle,
.shikakuContentIn .green .shikakuArea01Anchor p:before,
.shikakuContentIn .green .subTtl,
.green .scheduleBtn01 a,
.green .scheduleBtn02 a:before,
.shikakuContentIn .green .tegTitle{
	background: #45AD54;
}
.shikakuContentIn .green .shikakuArea01Anchor p a,
.shikakuContentIn .green .subTtl span.yellow,
.shikakuContentIn .green .shikakuAreaDesc .DescMinTitle,
.green .DescSubTitle span,
.green .scheduleBtn02 a{
	color: #45AD54;
}
.green .scheduleBtn02 a{
	border-color: #45AD54;
	background: #ecf7ed;
}
.green .scheduleBtn02 a:after{
	border-top-color: #45AD54;
	border-right-color: #45AD54;
}

.shikakuContentIn .orange .mainTitle,
.shikakuContentIn .orange .shikakuArea01Anchor p:before,
.shikakuContentIn .orange .subTtl,
.orange .scheduleBtn01 a,
.orange .scheduleBtn02 a:before,
.shikakuContentIn .orange .tegTitle{
	background: #AA7F5A;
}
.shikakuContentIn .orange .shikakuArea01Anchor p a,
.shikakuContentIn .orange .subTtl span.yellow,
.shikakuContentIn .orange .shikakuAreaDesc .DescMinTitle,
.orange .DescSubTitle span,
.orange .scheduleBtn02 a{
	color: #AA7F5A;
}
.orange .scheduleBtn02 a{
	border-color: #AA7F5A;
	background: #f6f2ee;
}
.orange .scheduleBtn02 a:after{
	border-top-color: #AA7F5A;
	border-right-color: #AA7F5A;
}

.shikakuContentIn .purple .mainTitle,
.shikakuContentIn .purple .shikakuArea01Anchor p:before,
.shikakuContentIn .purple .subTtl,
.purple .scheduleBtn01 a,
.purple .scheduleBtn02 a:before,
.shikakuContentIn .purple .tegTitle{
	background: #8E5AAA;
}
.shikakuContentIn .purple .shikakuArea01Anchor p a,
.shikakuContentIn .purple .subTtl span.yellow,
.shikakuContentIn .purple .shikakuAreaDesc .DescMinTitle,
.purple .DescSubTitle span,
.purple .scheduleBtn02 a{
	color: #8E5AAA;
}
.purple .scheduleBtn02 a{
	border-color: #8E5AAA;
	background: #f3eef6;;
}
.purple .scheduleBtn02 a:after{
	border-top-color: #8E5AAA;
	border-right-color: #8E5AAA;
}

.shikakuContentIn .blue .mainTitle,
.shikakuContentIn .blue .shikakuArea01Anchor p:before,
.shikakuContentIn .blue .subTtl,
.blue .scheduleBtn01 a,
.blue .scheduleBtn02 a:before,
.shikakuContentIn .blue .tegTitle{
	background: #5A5FAA;
}
.shikakuContentIn .blue .shikakuArea01Anchor p a,
.shikakuContentIn .blue .subTtl span.yellow,
.shikakuContentIn .blue .shikakuAreaDesc .DescMinTitle,
.blue .DescSubTitle span,
.blue .scheduleBtn02 a{
	color: #5A5FAA;
}
.blue .scheduleBtn02 a{
	border-color: #5A5FAA;
	background: #eeeff6;
}
.blue .scheduleBtn02 a:after{
	border-top-color: #5A5FAA;
	border-right-color: #5A5FAA;
}

.shikakuContentIn .red .mainTitle,
.shikakuContentIn .red .shikakuArea01Anchor p:before,
.shikakuContentIn .red .subTtl,
.red .scheduleBtn01 a,
.red .scheduleBtn02 a:before,
.shikakuContentIn .red .tegTitle{
	background: #CB3A3A;
}
.shikakuContentIn .red .shikakuArea01Anchor p a,
.shikakuContentIn .red .subTtl span.yellow,
.shikakuContentIn .red .shikakuAreaDesc .DescMinTitle,
.red .DescSubTitle span,
.red .scheduleBtn02 a{
	color: #CB3A3A;
}
.red .scheduleBtn02 a{
	border-color: #CB3A3A;
	background: #faebeb;
}
.red .scheduleBtn02 a:after{
	border-top-color: #CB3A3A;
	border-right-color: #CB3A3A;
}

.shikakuContentIn .pink .mainTitle,
.shikakuContentIn .pink .shikakuArea01Anchor p:before,
.shikakuContentIn .pink .subTtl,
.pink .scheduleBtn01 a,
.pink .scheduleBtn02 a:before,
.shikakuContentIn .pink .tegTitle{
	background: #DD3670;
}
.shikakuContentIn .pink .shikakuArea01Anchor p a,
.shikakuContentIn .pink .subTtl span.yellow,
.shikakuContentIn .pink .shikakuAreaDesc .DescMinTitle,
.pink .DescSubTitle span,
.pink .scheduleBtn02 a{
	color: #DD3670;
}
.pink .scheduleBtn02 a{
	border-color: #DD3670;
	background: #fceaf0;
}
.pink .scheduleBtn02 a:after{
	border-top-color: #DD3670;
	border-right-color: #DD3670;
}


.CcntentFooter{
	background:#D9EEDD;
	padding: 0 0 1em;
}
.CcntentFooter > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.CcntentFooter .menuOuter{
	width: 45%;
}
.CcntentFooter .menu{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
}

.CcntentFooter .menu li:nth-of-type(2n){
	padding-left: 1em;
}

.CcntentFooter .menu li:nth-of-type(2n):before{
	content: "|";
	margin-right: 1em;
}


footer{
	padding: 2em 0;
	text-align: center;
}
footer .logo{
	max-width: 210px;
	margin: 0 auto;
}
footer .copy{
	margin-top: 1em;
}


#pageTop {
    position: fixed;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: 100px;
	z-index: 10000;
	display: none;
}

#pageTop a{
	color: #fff;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	transition: 0.2s;
	background: #4E4E4E;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
#pageTop a:hover{
	opacity: 0.7;
}

#pageTop a span{
	position: relative;
	width: 50px;
	height: 40px;
	display: block;
}
#pageTop a span:before,
#pageTop a span:after {
    position: absolute;
    top: 0;
    content: "";
    right: 0;
	left: 0;
	margin: auto;
}
#pageTop a span:before {
    width: 4px;
    height: 100%;
    background: #fff;
}
#pageTop a span:after {
    width: 25px;
    height: 25px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(-45deg);
	top: 3px;
}

@media screen and (max-width:1299.5px){
	.menuListContent li a{
		font-size: 1.5vw;
	}
}
@media screen and (max-width:1249.5px){
	.NewYearCampaignOverview .NewYearCampaignContent01{
		padding: 6em 3vw 5vw;
	}
}
@media screen and (max-width:979.5px){
	.headerIn{
		padding-right: 0 !important;
	}
	
	.mainVisual .photo{
		margin-right: 0;
	}
	.mainVisual h1{
		font-size: 7vw;
	}
	.mainVisual .CampaignPeriod {
		bottom: -4.5em;
		padding: 1em 0 1em 22vw;
	}
	.mainVisual .CampaignPeriod .year{
		display: block;
	}
	.mainVisual .CampaignPeriod{
			width: auto;
	}
	.mainVisual .CampaignPeriod .year p:nth-of-type(2){
		margin-left: 10em;
	}
	
	.ReadyTitleContent .btn a p{
		left: 5em;
	}
	
	#menuList .tabMenu01 ul li span{
		font-size: 2.4vw;
	}
	.menuListContent li a{
		font-size: 18px;
	}
	
	
	.menuListContent{
		flex-wrap: wrap;
	}
	.zeirishi .menuListContent li:nth-of-type(3):before{
		display: none;
	}
	.zeirishi .menuListContent li:nth-of-type(1),
	.zeirishi .menuListContent li:nth-of-type(2){
		width: 50%;
	}
	.zeirishi .menuListContent li:nth-of-type(n+3){
		width: 33.33%;
	}
	
	.CcntentFooter .headerRight .contact{
		display: block;
	}
	.CcntentFooter .headerRight .contact .lead{
		text-align: center;
		margin-bottom: 1em;
	}
	.CcntentFooter .headerRight .contact .lead br{
		display: none;
	}
	.CcntentFooter .headerTel{
		margin-left: 0;
	}
	.CcntentFooter .menu {
		font-size: 12px;
	}
}

/* sp */
@media screen and (max-width:767.5px){
	
	.w980{
		padding: 0;
	}
	
	header{
		height: 60px;
		background: #fff;
	}
	.headerLeft {
		max-width: 150px;
		margin-left: 10px;
	}
	header .headerRight .contact{
		display: none;
	}
	.headerRight .mail{
		margin: 0;
	}
	header .headerRight .mail a{
		padding: 0;
		width: 60px;
		height: 60px;
		font-size: 8px;
		line-height: 1.2em;
	}
	header .headerRight .mail a img {
		max-width: 25px;
		margin-bottom: 1em;
	}
	
	.headerRight .telContact a{
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		text-decoration: none;
		width: 60px;
		height: 60px;
		font-size: 8px;
		line-height: 1.2em;
		color: #009144;
		background: #D9EEDD;
	}
	.headerRight .telContact a img {
		max-width: 15px;
		display: block;
		margin-bottom: 0.5em;
	}
	
	
	.mainVisual{
		background-image: url("../img/main_bg_sp.jpg");
		background-size: cover;
	}
	.mainVisual .mainVisualIn{
		display: block;
		padding-top: 5%;
	}
	.mainVisual .mainVisualLeft{
		position: static;
			padding: 0 3%;
	}
	.mainVisual h1{
		font-size: 10vw;
		line-height: 1.3em;
	}
	.mainVisual h1 img {
	    vertical-align: baseline;
	}
	.mainVisual .mainVisualLeft .txt {
    	font-size: 4vw;
		margin-top: 1em;
	}
	.mainVisual .photo{
		margin: 0 auto;
		max-width: none;
		width: 90%;
	}
	
	.mainVisual .CampaignPeriod{
		position: static;
		padding: 3% 1%;
		justify-content: center;
	}
	.mainVisual .CampaignPeriod .Zodiac{
		bottom: auto;
		left: auto;
		top: 18vw;
		right: 6vw;
		max-width: none;
		width: 25vw;
	}
	.mainVisual .CampaignPeriod .year{
		padding-right: 0;
		line-height: 1.7em;
		display: flex;
	}
	.mainVisual .CampaignPeriod .year .f18,
	.mainVisual .CampaignPeriod .year .f20{
		font-size: 4vw;
	}
	.mainVisual .CampaignPeriod .year .f28 {
		font-size: 5vw;
	}
	.mainVisual .CampaignPeriod .year p:nth-of-type(2){
		margin: 0;
	}
	
	.specialPriceContent{
		margin: 2em 0;
		padding: 0 3%;
		overflow: hidden;
	}
	.specialPriceContent > div:before,
	.specialPriceContent > div:after{
		top: auto;
		bottom: 0;
		height: 60px;
	}
	.specialPriceContent > div:before {
  		left: 2vw;
	}
	.specialPriceContent > div:after {
		right: 2vw;
	}
	.specialPriceContent img {
		max-width: none;
		width: 40vw;
		margin-bottom: 5px;
	}
	.specialPriceContent .f24{
		font-size: 5vw;
	}
	.specialPriceContent .f30 {
		font-size: 6vw;
	}
	
	
	.NewYearCampaignOverview{
		padding: 15vw 3% 2em;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 h2{
		font-size: 7vw;
		width: 80%;
		padding: 0.7em 1em;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01{
		padding: 0;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .flexBox{

	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox{
		width: 100%;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:nth-of-type(n+2){
		margin-top: 5vw;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:first-child{
		order: 0;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:nth-of-type(3){
		order: 1;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:nth-of-type(2){
		order: 2;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:nth-of-type(n+4){
		order: 3;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox .campaignBoxTitleOuter{
		background: #FDFBF0;
		padding: 5% 3%;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:first-child .campaignBoxTitleOuter{
		padding-top: 10vw;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxTitle{
		min-height: auto;
		margin: 0;
		text-align: left;
		line-height: 1.3em;
		font-size: 4.5vw;
	}

	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxTitle .f24 {
		font-size: 6vw;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox .icon{
		width: 14vw;
		max-width: 14vw;
		min-width: 14vw;
		margin-right: 0.7em;
	}

	
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBoxIn{
		margin: 0;
		padding: 5vw;
	}
	.NewYearCampaignOverview .NewYearCampaignContent01 .campaignBox:nth-of-type(4) .campaignBoxTitle .txtRed{
		margin-bottom: 0.3em;
		display: inline-block;
	}
	
	.NewYearCampaignOverview .NewYearCampaignBenefits{
		display: block;
	}
	.NewYearCampaignOverview .NewYearCampaignBenefits .photo{
		position: static;
	}
	.NewYearCampaignBenefitsIn{
		margin-top: 0;
		position: static;
		width: auto;
	}
	.NewYearCampaignBenefitsIn .subttl{
		position: absolute;
		top: -5vw;
		right: 0;
		font-size: 4vw;
		line-height: 1.5em;
	}
	.NewYearCampaignBenefitsIn .NYCPadding {
   		padding: 5vw;
	}

	
	
	.ReadyTitleContent {
		margin: 3em 0 2em;
	}
	.ReadyTitleContent .btn{
		width: 90%;
		margin: 0 auto;
	}
	.ReadyTitleContent .btn a{
		font-size: 4vw;
		padding-left: 1em;
	}
	.ReadyTitleContent .btn a:before {
   		width: 2em;
	}
	.ReadyTitleContent .btn a:after {
		width: 1em;
		height: 1em;
	}
	.ReadyTitleContent .btn a p {
		top: 0;
		left: 0;
	}
	.ReadyTitleContent .specialPriceContent {
		margin: 3em 0 0;
	}
	
	
	
	#menuList{
		width: 90%;
		margin: 0 auto;
	}
	#menuList .tabMenu01 ul li svg{
		display: none;
	}
	#menuList .tabMenu01 ul li span{
		font-size: 4vw;
		text-align: center;
		line-height: 1.3em;
		padding: 1.2em 0.7em 1.5em;
	}
	#menuList .tabMenu01 .TestSchedule span{
		display: block;
		font-size: 3.5vw;
		padding: 0.5em;
	}
	#menuList .tabMenu01 .TestSchedule span img{
		display: block;
		margin: 0 auto 0.5em;
		max-width: 24px;
	}
	
	
	
	.shikakuContentStart{
		background-image: none;
		padding-bottom: 7%;
	}
	.shikakuContentIn{
		padding: 0 3%;
	}
	.menuListContent{
		flex-wrap: wrap;
		border-top-width: 6px;
	}
	.menuListContent li{
		padding: 0;
		border-bottom-width: 6px;
		min-height: auto;
	}
	.menuListContent li a{
		font-size: 3.5vw;
		text-align: left;
		padding: 0.7em 1em;
	}
	.menuListContent li:before{
		height: 1.5em;
	}


	.menuListContent li:after{
		border-width: 8px 8px 0 8px;
		bottom: 0;
		left: auto;
		right: 0.8em;
		top: 0;
	}
	
	.shikakuContentIn .mainTitle {
    	font-size: 6vw;
	}
	.shikakuContentIn .shikakuArea01Anchor p a,
	.shikakuContentIn .subTtl,
	.shikakuContentIn .shikakuAreaDesc .DescMinTitle,
	.AttendancePriceBox .halfBoxIn .tag,
	.shikakuContentIn .tegTitle span{
   		font-size: 4.5vw;
	}
	#menuList .tabMenu01 ul li span:before,
	.shikakuContentIn .shikakuArea01Anchor p a span:after{
		border-width: 8px 8px 0 8px;
	}
	.shikakuContentIn .shikakuAreaDesc{
		line-height: 1.7em;
	}
	
	.shikakuContentIn .halfBox{
		display: block;
	}
	.shikakuContentIn .halfBoxIn{
		width: auto;
	}
	.shikakuContentIn .halfBoxIn:nth-of-type(n+2){
		margin-top: 7%;
	}
	
	.shikakuContentIn .halfBox.spFlex{
		display: flex;
	}
	.shikakuContentIn .halfBox.spFlex .halfBoxIn{
		width: 48%;
		margin: 0;
	}
	
	.scheduleBtn01 a,
	.scheduleBtn02 a,
	.entryPriceArea{
		font-size: 3.5vw;
	}
	
	.shikakuContentIn .shikakuAreaDesc .DescMinTitle span{
		display: block;
		margin: 0.3em 0 0;
		font-size: 90%;
	}
	.AttendancePriceBox .halfBoxIn{
		padding: 9vw 3% 5%;
	}
	.entryPriceArea .f35{
		font-size: 7vw;
	}
	.entryBtnGreen{
		margin: 1.5em auto;
	}
	.entryBtnGreen a {
		padding: 0.7em;
		font-size: 6vw;
	}
	.entryBtnGreen a img.balloon {
    	width: 18vw;
	}
	
	.shikakuContentIn .shikakuAreaDesc .contentsNotes{
		padding: 3%;
	}
	
	.shikakuContentIn .shikakuAreaDesc .DescMinTitle.f24{
		font-size: 5vw;
	}
	.shikakuContentIn .subTtl .balloon:after,
	.shikakuContentIn .subTtl .balloon:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.shikakuContentIn .subTtl .balloon:after {
		border-color: rgba(253, 251, 240, 0);
		border-top-color: #FDFBF0;
		border-width: 10px;
		margin-left: -10px;
		
	}
	.shikakuContentIn .subTtl .balloon:before {
		border-color: rgba(0, 145, 68, 0);
		border-top-color: #009144;
		border-width: 14px;
		margin-left: -14px;
	}
	
	.shikakuContentIn .subTtl{
		position: relative;
	}
	.shikakuContentIn .subTtl .balloon{
		position: absolute;
		top: -5em;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 3.8vw;
	}
	
	.shikakuArea02.balloonInclude {
		margin-top: 7em;
	}
	
	
	
	
	
	
	
	
	


	.CcntentFooter{
		background: #fff;
		padding: 3em 0 2em;
	}	
	.CcntentFooter > div{
		flex-direction: column-reverse;
	}
	.CcntentFooter .menuOuter{
		width: auto;
		margin-top: 1.5em;
	}
	.CcntentFooter .menu {
		justify-content: center;
    	font-size: 3vw;
	}
	.CcntentFooter .headerRight,
	.CcntentFooter .headerRight .contact{
		display: block;
		text-align: center
	}
	.CcntentFooter .headerTel{
		margin-left: 0;
	}
	.CcntentFooter .headerTel .telBox .toCall a{
		color: #009144;
		text-decoration: none;
	}
	.CcntentFooter .headerRight .contact .lead{
		margin-bottom: 1em;
	}
	.CcntentFooter .headerRight .mail{
		margin-top: 1em;
	}
	.CcntentFooter .headerRight .mail a{
		flex-direction: row;
		padding: 4vw 0;
	}
	.CcntentFooter .headerRight .mail a img {
		max-width: 25px;
		margin-bottom: 0;
		margin-right: 1em;
	}
	
	footer{
		border-top: #CECECE solid 1px;
		width: 90%;
		margin: 0 auto;
	}
	footer .logo {
		max-width: none;
		width: 35vw;
	}
	
	#pageTop {
		width: 65px;
		height: 65px;
	}
	#pageTop a{
		font-size: 2.5vw;
	}
	#pageTop a span{
		height: 25px;
	}
	#pageTop a span:before {
	    width: 2px;
	}
	#pageTop a span:after {
		width: 15px;
		height: 15px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	
	
	.AnchorLink {
		padding-bottom: 3em;
	}
	

	@media screen and (-webkit-min-device-pixel-ratio: 0) {
	 _::-webkit-full-page-media, _:future, :root .mainVisual .CampaignPeriod .year .f28 {
			letter-spacing: -0.1em;
		}

	} 

}








/* =modal movie
-------------------------------------------------------------- */
#modal_shadow.open, .modal_contents.open {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s,visibility .3s;
}
#modal_shadow {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 110px;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 105;
	transition: opacity .3s,visibility .3s;
	background-color: rgba(64,64,64,0.75);
}
#modal_shadow.drop_open {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s,visibility .3s;
	z-index: 30;
}
.modal_contents {
	height: 80%;
}
.modal_contents {
	/*position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-height: 80%;
	max-width: 1080px;
	overflow-y: auto;
	box-sizing: border-box;
	text-align: center;
	transform: translate(-50%,-50%);
	z-index: 110; */
}
.modal_contents .Modal_wrapOuter{
	display: none;
	/*height: 100vh;
	width: 100%;*/
	position: fixed;
	z-index: 20000;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1000px;
}
.modal_contents .Modal_wrap {
	/* margin: 0 auto;
	padding: 87px 146px 57px;
	border-radius: 20px;
	border: 4px solid #00682E;
	box-sizing: border-box;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 80px);
	max-width: 800px; */
	max-height: 1000px;
	height: 90vh;
	max-width: 1000px;
	width: 90vh;
	position: relative;
	margin: 0 auto;
}
.modal_contents .Modal_wrap img{
	max-height: 1000px;
	height: 90vh;
	display: block;
	width: auto;
	margin: 0 auto;
}
.modal_contents .Modal_wrap div.modal_close{
	position: absolute;
	top: 15px;
	right: 16px;
	cursor: pointer;
	background: #CB3A3A;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 140%;
}
.modal_contents .modalBG {
    background-color: rgba(64,64,64,0.75);
    height: 100vh;
    position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
    width: 100%;
	display: none;
}


@media screen and (max-width:767.5px){
	.modal_contents .Modal_wrap,
	.modal_contents .Modal_wrap img{
		width: 100%;
		height: auto;
	}
	.modal_contents .Modal_wrap div.modal_close{
		top: -40px;
		right: 5px;
	}

}




