@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');


/*************************************************************

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

}

**************************************************************/

#container {
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #e6efff url(../images/common/loading.gif) center center no-repeat; 
}


div#eventfooter {
    background: #fff;
margin-top: 0px;
}

.sm-slider{
    background: #040d29;
}



img.hover{
	opacity: 0.5;
}

img.img-circle {
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}

img.img-border {
    border: 1px rgba(255, 255, 255, 0.38) solid;
    /* padding: 2px; */
    margin: 5px;
    width: 96%;
}

img.img-radius {
    border-radius: 10px;
}

img.img-rotate-r {
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}

img.img-rotate-l {
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}
.item-container .item-container-body.wide{
  position: relative;
  overflow: hidden;
	width: 100%;
  margin: 0 auto;
  text-align: center;
    max-width: 100%;
   	padding: 30px 0;
}


hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 1px #e76177 dotted;
}
hr.clear {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 0px #c1a962 dotted;
}


.item-container h2 {
    line-height: 1.4;
    padding: 0px;
    font-size: 50px;
    text-align: left;
}

.item-container h2 span {
}


.item-container h3 {
	line-height: 1.3;
    padding: 30px 0 30px;
    font-size: 21px;
    text-align: center;
    margin: 0px 0 5px;
    letter-spacing: 2px;
}

.item-container h3 span {
}



.item-container h3.ttl {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0 10px;
    text-align: center;
	position: relative;
}
.item-container h3.ttl span {
	padding: 0px;
	display: inline-block;
}


.item h4 {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: normal;
}

.item h4 span {
    display: block;
    font-weight: block;
    font-size: 80%;
}
.item h4 span span {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    background: #d07c9a;
    color: #fff;
    padding: 6px 4px;
    margin: 0 0 10px 0;
}

.item .inbody p.txt {
	line-height: 1.6;
	font-size: 1rem;
    padding: 10px;
    text-align: center;
}

.item .inbody p.txt.ttl {
    font-size: 18px;
    font-weight: bold;
}

table.tbl-border {
    border-left: 0px #999 solid;
    border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 16px;
    width: auto;
    color: #333;
}

table.tbl-border th{
    padding: 10px;
    border-bottom: 1px #333   solid;
	border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
	width: 25%;
}


table.tbl-border td{
	padding: 10px;
	border-bottom: 1px #333  solid;
	border-top: 0px #999 dotted;
	border-right: 0px #999 solid;
	text-align: left;
	background: transparent;
	line-height: 1.6;
	vertical-align: top;
}

.of_visible;{
    overflow: visible;
}

/****************************
common
****************************/



#page-event {
    background-color: transparent;
    color: #333;
    background-position: center 900px;
    background-size: contain;
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#page-event .mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
    font-weight: normal!important;
}

.margin-top-50{
    margin-top: -50px!important;
}
.margin-top-100{
    margin-top: -100px!important;
}
.margin-top-250{
    margin-top: -250px!important;
}
.margin-right-50{
    margin-right: -50px;
}

.margin-right-30{
    margin-right: -30px;
}
.margin-left-30{
    margin-left: -30px;
}
.margin-left-50{
    margin-left: -50px;
}
.margin-left-100{
    margin-left: -100px;
}
.margin-left-150{
    margin-left: -150px;
}
.margin-left-200{
    margin-left: -200px;
}

.text-shadow-wh {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    color: #333;
}
.text-shadow-wh-glow {
    text-shadow: #fff 2px 0px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff 0px 2px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px;
    color: #333;
}

.text-shadow-bk {
    text-shadow: #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 0px 2px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px;
    color: #fff;
}
.text-shadow-gr {
    text-shadow: #00b285 2px 0px, #00b285 -2px 0px, #00b285 0px -2px, #00b285 0px 2px, #00b285 2px 2px, #00b285 -2px 2px, #00b285 2px -2px, #00b285 -2px -2px, #00b285 1px 2px, #00b285 -1px 2px, #00b285 1px -2px, #00b285 -1px -2px, #00b285 2px 1px, #00b285 -2px 1px, #00b285 2px -1px, #00b285 -2px -1px;
    color: #fff;
}
.text-shadow-or {
    text-shadow: #ff7f00 2px 0px, #ff7f00 -2px 0px, #ff7f00 0px -2px, #ff7f00 0px 2px, #ff7f00 2px 2px, #ff7f00 -2px 2px, #ff7f00 2px -2px, #ff7f00 -2px -2px, #ff7f00 1px 2px, #ff7f00 -1px 2px, #ff7f00 1px -2px, #ff7f00 -1px -2px, #ff7f00 2px 1px, #ff7f00 -2px 1px, #ff7f00 2px -1px, #ff7f00 -2px -1px;
    color: #fff;
}
.text-shadow-pk {
    text-shadow: #ff4e4e 2px 0px, #ff4e4e -2px 0px, #ff4e4e 0px -2px, #ff4e4e 0px 2px, #ff4e4e 2px 2px, #ff4e4e -2px 2px, #ff4e4e 2px -2px, #ff4e4e -2px -2px, #ff4e4e 1px 2px, #ff4e4e -1px 2px, #ff4e4e 1px -2px, #ff4e4e -1px -2px, #ff4e4e 2px 1px, #ff4e4e -2px 1px, #ff4e4e 2px -1px, #ff4e4e -2px -1px;
    color: #fff;
}

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


.margin-top-50,
.margin-top-100,
.margin-top-250 {
    margin-top:0px!important;
}
.margin-top-50-sp {
    margin-top: -50px!important;
}
.margin-top-100-sp {
    margin-top: -100px!important;
}
.margin-right-30,
.margin-right-50 {
    margin-right: -0px!important;
}

.margin-left-30,
.margin-left-50,
.margin-left-100,
.margin-left-150,
.margin-left-200 {
    margin-left: -0px!important;
}

.margin-top-100 {
    margin-top:0px!important;
}
.margin-top-50-sp{
    margin-top:-50px!important;
}


}

/****************************
#intro
****************************/
#intro {
}

#intro .logo-box {
/*
    position: absolute;
    top: 6%;
	left: 0;
    right: 0;
*/
	margin:0 auto;
	max-width: 736px;
}

#intro .logo-box .inbody {
    padding: 4%;
    background: rgba(255, 255, 255, 0.85);
}

.opening-slider{
    position: absolute!important;
    top: 0;
    width: 100%;
    height: 100%;
}


.opening-slider:after{
}

.opening-slider-inner .slider-img{
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
	background-position: center bottom;
    background-size: cover;
    padding-top: 55%
}
.opening-slider-inner .slider-img01{
    background-image: url(../images/index/intro/main/01_pc.jpg);
}
.opening-slider-inner .slider-img02{
    background-image: url(../images/index/intro/main/02_pc.jpg);
}
.opening-slider-inner .slider-img03{
    background-image: url(../images/index/intro/main/03_pc.jpg);
}
.opening-slider-inner .slider-img04{
    background-image: url(../images/index/intro/main/04_pc.jpg);
}

.page-contents:before {
    content: "";
    background-image: url(../images/index/intro/main/01_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    display: block;
    position: absolute;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
    height: 100%;
	display:none;
}


@media screen and (max-width: 736px) {
	header#header-sp {
	    overflow: hidden;
	    background: #fff;
	}
	#container.container-stop {
	    transform: unset!important;
	}
	.page-contents:before {
	    display:none;
	}
}

/****************************
#information
****************************/

#information{
	background: rgba(255, 255, 255, 0.65);
}



@media screen and (max-width: 736px) {
	h2.mincho.ttl-header {
	    font-size: 3vh;
	}
}



/****************************
#area-content
****************************/

#area-content{
}
.area-navi.floating {
    position: fixed;
    top: 0;
	left: 0;
    visibility: hidden;
    z-index: 0;
}

.area-navi{
    background: #fff;
}

.area-navi p.plan-select_0831,
.area-navi p.plan-select_0731,
.area-navi p.plan-select_v3{
    height: 20px;
	padding:15px 0;
    font-size: 1rem;
}

a.area-button{
    position: relative;
    display: block;
    border: 0;
	height: 70px;
    color: #fff;
}
a.area-button span {
    font-size: 1.8vw;
    line-height: 1.2;
    border-right: 0px #728fc3 solid;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

/*
a.area-button.area-button_0831-select:after,
a.area-button.area-button_0731-select:after,
a.area-button.area-button_v3-select:after{
content: "▼";
    position: absolute;
    bottom: -12px;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #2098d1;
    z-index: 2;
    font-size: 1rem;
}
*/
a.area-button.area-button_0731-select:after{
    color: #00b285;
}

a.area-button.area-button_0831{
    background: #2098d1;
	opacity: 0.6;
}

a.area-button.area-button_0731{
    background: #b22d00;
	opacity: 0.6;
}

a.area-button.area-button_v3{
    background: #00b285;
	opacity: 0.6;
}

a.area-button.area-button_0831.area-button_0831-select {
	opacity: 1;
}
a.area-button.area-button_0731.area-button_0731-select {
	opacity: 1;
}

a.area-button.area-button_v3.area-button_v3-select {
	opacity: 1;
}

#area-box.area_0831 {
}
#area-box.area_0731 {
}

.view_0731{
	display:none!important;
}
.area_0731 .view_0731{
	display:block!important;
}
.area_v3 .view_v3{
	display:block!important;
}
.area_0731 .view_0831,
.area_0731 .v3{
	display:none!important;
}



.plan-conunt.floating {
    position: fixed;

    top: 120px;
    top: 70px;
top: 0px;
    visibility: hidden;
    z-index: 0;
}

.plan-conunt{
    display: block;
    height: auto;
    width: 100%;
}
.plan-conunt p{
	background: #cee3fa;
	padding: 15px 0;
}

.plan-content{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	background-color: rgba(255, 255, 255, 0.85);
}


.plan-content:after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    z-index: -1;
}
#am.plan-content:after {
    background-image: url(../images/index/intro/main/01_pc.jpg);
}
#he.plan-content:after {
    background-image: url(../images/index/intro/main/02_pc.jpg);
}
#fv.plan-content:after {
    background-image: url(../images/index/intro/main/03_pc.jpg);
}
#hn.plan-content:after {
    background-image: url(../images/index/intro/main/04_pc.jpg);
}


.plan-content:before {
    content: "";
    width: 15%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
	background: #cee3fa;
}

#he.plan-content:before,
#he.plan-content .plan-conunt p {
	background: #fae2c9;

}
#am.plan-content:before,
#am.plan-content .plan-conunt p {
    z-index: 2;
}
#fv.plan-content:before,
#fv.plan-content .plan-conunt p {
    background: #e5ffe8;
    z-index: 3;
}
#hn.plan-content:before,
#hn.plan-content .plan-conunt p {
	background: #ececec;
    z-index: 3;
}


h2.ttl-header {
    font-size: 3.5vh;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    margin: 0 0 1% 0;
}

h2.ttl-header span {
    font-size: 60%;
}

h2.ttl-header span.plan2 {
    font-size: 80%!important;
    display: inline-block;
    background: #00a3d8;
    color: #fff;
    margin: 0 4px;
	vertical-align: middle;
    padding: 2px 0.5rem;
    font-weight: normal;
    letter-spacing: 4px;
    margin-top: -5px;
}

#am h2.ttl-header span.plan2 {
    background:#286db5;
}

#he h2.ttl-header span.plan2 {
    background: #993300;
}
#fv h2.ttl-header span.plan2 {
    background: #06605c;
}
#hn h2.ttl-header span.plan2 {
    background: #000;
}

h3.ttl-header {
    font-size: 2.5vw;
    line-height: 1.2;
    padding: 0;
    margin: 10px 0 10px;
    text-align: center;
    position: relative;
}
h3.ttl-header span {
    padding: 0 20%;
    display: inline-block;
    position: relative;
    color: #00a3d8;
}
h3.ttl-header span:before, h3.ttl-header span:after {
    content: "";
    display: block;
    height: 2px;
    background: #00a3d8;
    width: 15%;
    position: absolute;
    left: 0%;
    top: 45%;
}
h3.ttl-header span:after {
    width: 15%;
    position: absolute;
    right: 0%;
    left: auto;
    top: 45%;
}
#am h3.ttl-header span {
    color:#286db5;
}

#am h3.ttl-header span:before, #am h3.ttl-header span:after {
    background:#286db5;
}


h3.ttl-header span b {
	font-size:80%;
}

.area_0731 h3.ttl-header span {
    color: #00b285;
}
.area_0731 h3.ttl-header span:before, .area_0731 h3.ttl-header span:after {
    background: #00b285;
}

p.ttl-header {
    font-size: 4vh;
    letter-spacing: 0.8rem;
    text-indent: 0.8rem;
    margin: 0 0 1% 0;
}

p.ttl-header span {
    display: inline-block;
    border: 0px #2098d1 solid;
    border-radius: 999px;
    padding: 0.4rem 0.4rem 0.6rem 0.4rem;
    font-size: 100%;
    min-width: 220px;
    background: #1aabe3;
    color: #fff;
    line-height: 1;
	letter-spacing: 0.4rem;
    text-indent: 0.4rem;
}

.item .inbody p.txt.ttl {
    font-size: 2.8vh;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    line-height: 1.2;
    padding: 8px;
}
.item .inbody p.txt.ttl-price {
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
    line-height: 1.2;
    padding: 0 8px;
    display: inline-block;
    text-align: left;
    color: #00a3d9;
}


.item .inbody p.txt.ttl-price:before {
}

.item .inbody p.txt.ttl-price b{
	font-size: 30%;
    display: block;
    letter-spacing: 0;
    font-weight: normal;
color: #333;
}

.item .inbody p.txt.ttl-price.ttl-price-normal b.area-name {
	font-size: 30%;
    font-weight: normal;
    padding: 10px 0;
	font-size: 70%;
display: block;
}

.date span.en {
    font-family: 'Bebas Neue', cursive;
    font-size: 120%;
    font-weight: normal!important;
    position: relative;
    top: 2px;
}


.date .yobi{
	display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2098d1;
    text-align: center;
    line-height: 25px;
    font-size: 1rem;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 0rem;
    text-indent: 0rem;
}


.item .inbody p.txt.ttl-price.ttl-price-normal  {
    font-size: 3.3vh;
    color: #1aabe3;
    line-height: 1;
    margin-bottom: 0px;
    padding: 0;
}

.item .inbody p.txt.ttl-price.ttl-price-normal  b {
	font-size: 70%;
    display: inline-block;
    letter-spacing: 0;
	font-weight: bold;
    color: #1aabe3;
}
.item .inbody p.txt.ttl-price.ttl-price-normal span.en {
    font-size: 140%;
}

.plan-txt{
    font-size: 0.9rem!important;
}
.plan-txt b{
    font-size: 110%;
    color: #2098d1;
}

p.txt.option-txt {
    border: 2px #f1702c solid;
    display: inline-block!important;
    background: #f6e2ce;
    color: #fff;
    color: #000;
    font-size: 1.2rem!important;
}


p.txt.option-txt b{
    display: block;
}

.area_0731 .item .inbody p.txt.ttl-price.ttl-price-normal  b,
.area_0731 .plan-txt b ,
.area_0731 .item .inbody p.txt.ttl-price {
    color: #00b285;
}


.point {
/*
    font-family: 'Pinyon Script', cursive;
	font-family: helvecica;
*/
    position: absolute;
    top: -5px;
    left: 15px;
    z-index: 2;
}
.point span{
    line-height: 25px;
    /* height: 50px; */
    width: 80px;
    background: #286db5;
    color: #fff;
    padding: 3px 5px;
    border: 1px #fff solid;
    box-sizing: border-box;
    display: block;
    font-size: 1rem;
}

#he .point span{
    background: #371200;
}
#fv .point span {
    background: #032d2b;
}
#hn .point span {
    background: #000;
}
#wm .point span {
    background: #0d3761;
}


.point span b{
    margin: 0 0 0 4px;
    font-size: 120%;
    font-weight: normal;
}


a.button {
    display: inline-block;
    border: 1px #fff solid;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb955e+0,ea5507+100 */
	background: #fb955e; /* Old browsers */
	background: -moz-linear-gradient(top, #00b900 0%, #018712 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #00b900 0%,#018712 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #00b900 0%,#018712 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b900', endColorstr='#018712',GradientType=0 ); /* IE6-9 */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    color: #fff!important;
    font-weight: normal;
	padding: 1rem 2rem;
    margin: 10px 5px;
    line-height: 1.6;
    width: auto;
    text-align: center;
}
a.button.btn-block{
    display:block;
}

a.button:after {
    position: absolute;
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0 0 10px;
	right: 5px;
	top: 50%;
    transform: translateY(-50%);
    font-size: 2vw;
}
a.button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button 3s ease-in-out infinite;
}

@-webkit-keyframes button {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

a.btn-txtlink {
    display: inline-block;
}
a.btn-txtlink:after {
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0px 0 10px;
    padding: 0px;
    float: right;
}


.smallplan{
    background: #fff;
    border: 1px #333 dotted;
}

a.plan-linktxt {
    font-size: 0.9rem;
    color: #0ab489;
    display: block;
}

a.plan-linktxt:after {
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0px 0 10px;
    padding: 0px;
    float: none;
}


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

a.area-button {
    height: 60px;
}

a.area-button span {
    font-size: 4vw;
	font-size: 3.2vw;
}

.plan-conunt.floating {
    top: 0;
    top: 100px;
    top: 110px;
	top: 0px;
top: 75px;
    width: 100%!important;
}
.plan-content:before{
	display:none;
}
.plan-conunt p{
	padding: 0px 0;
}

.plan-content .inbody {
    padding: 5px;
}
h2.ttl-header {
    font-size: 3vh;
}
h3.ttl-header {
    font-size: 2.5vh;
}

.item h4.ttl-header {
    font-size: 2vh;
}

.item .inbody p.txt.ttl-price {
    font-size: 5vh;
text-align: center;
}

.item .inbody p.txt {
	padding: 5px;
    font-size: 0.85rem;
}

a.button {
    font-size:2.2vh!important;
	padding: 1rem 1.5rem;
    display: block;
}
a.button.txt-small {
    font-size: 2.3vh!important;
}


a.button:after {
    right: 2%;
	top: 50%;
    font-size: 3.5vh;
}
.plan-txt {
    font-size: 0.9rem!important;
}

.item .inbody p.txt.ttl-price.ttl-price-normal {
    font-size: 3vh;
}

.point {
    top: -5px;
    left: 10px;
}
.point span {
    width: 70px;
    line-height: 15px;
	font-size: 0.75rem;
}

.opening-slider-inner .slider-img {
    padding-top: 120%;
}


.point-box .plan-txt {
    font-size: 0.75rem!important;
	line-height: 1.4;

}
.area-navi p.plan-select_0831, .area-navi p.plan-select_0731 {
height: 10px;
    height: 25px;

    font-size: 0.8rem;
}


}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plan-img {
    width: 100%;
padding-top: 67%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.c_he {
	color: #993300!important;
}
.c_am {
	color: #286db5!important;
}
.c_fv {
	color: #06605c!important;
}
.c_hn {
	color: #000!important;
}


.f_Bebas{
	font-family: 'Bebas Neue', cursive;
    font-size: 120%;
    line-height: 1;
}

.cmp-price {
    background: #f00;
    display: inline-block;
    padding: 0.3rem 0.5rem;
    color: #fff;
    position: relative;
	margin: 0.3rem;
}
.cmp-price p {
    line-height: 1.2!important;
}
.cmp-price:before {
    content: "";
}

.txt-cmp-price:before {
    content: "キャンペーン料金適用後";
	display:block;
	font-size:80%;
}


.txt-plan-name {
    background: #000;
    margin-bottom: 10px;
    color: #fff;
}

#he .txt-plan-name {
	background: #993300;
}
#am .txt-plan-name {
	background: #286db5!important;
}
#fv .txt-plan-name {
	background: #06605c!important;
}
#hn .txt-plan-name{
	background: #000!important;
}

#wm .txt-plan-name {
    background: #0d3761!important;
}

.he01 {
    background-image: url(../images/index/hotel/plan/he01.png);
}
.he02 {
    background-image: url(../images/index/hotel/plan/he02.png);
}

.am01 {
    background-image: url(../images/index/hotel/plan/am01.jpg);
}

.fv01 {
    background-image: url(../images/index/hotel/plan/fv01.jpg);
}

.hn01 {
    background-image: url(../images/index/hotel/plan/hn01.jpg);
}
.wm01 {
    background-image: url(../images/index/hotel/plan/wm01.jpg);
}
.wm02 {
    background-image: url(../images/index/hotel/plan/wm02.jpg);
}
