@charset "UTF-8";

/* =============================================
 SCENE VARIOUS CSS
============================================= */

#scene .page_main_img {
	background-image: url(../img/main_img.jpg);
}

#scene .scene_bg {
	background-image: url(../img/main_bg.gif);
}

#scene .scene_title {
	background-image: url(../img/scene_item_01.png);
}

#scene .scene_point {
	background-image: url(../img/scene_item_02.png);
}


#scene h1.contents_title,
#scene h1.contents_title span {
	color: #FFF;
}

.banner_detailes_pc {
    display: block !important;
    margin-top: 30px;
}

.banner_detailes_pc {
    display: block !important;
    margin-top: 30px;
}
.banner_detailes_sp { display: none !important; }

@media only screen and (max-width: 768px){
	.banner_detailes_sp {
		display: block !important;
		max-width: 350px;
		margin-left: -18px;
	}
	.banner_detailes_pc { display: none !important; }
}

/*openpage20210720 ============================ ============================ */


.contents_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.contents_inner_p {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 15px 30px;
    background: #EEE;
}


#flow ul li span {
    display: inline-block;
    background-color: #886c3d;
    text-align: center;
    width: 40px;
    line-height: 40px;
    color: #FFF;
     margin-right: 3px; 
}

h1.contents_title span, h2.contents_title span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

#scene h2.contents_title {
    padding-bottom: 10px;
}

#scene h2.contents_title {
    padding-bottom: 0px;
}

.reserve_frame{
    background: #fda9a9;
    width: 100%;
    margin: 20px auto;
    padding: 20px 10px;
    border-radius: 2%;
}

.p753_frame{
    background: #cebe87;
    width: 100%;
    margin: 0px auto;
    padding: 5px;
}
.p_birth{
    background: #f4d06e;
}

.covid_frame{
    background: #fcb2a9;
    width: 100%;
    margin: 0px auto;
    padding: 20px 10px;
    border-radius: 1%;
}

.reserve_title {
    width: 100%;
    margin: 10px auto 0;
    background: #FFF;
    border-radius: 1%;
    text-align: center;
    padding: 5px;
    font-weight: 500;
}

.p753_title {
    width: 100%;
    margin: 10px auto 0;
    background: #FFF;
    text-align: center;
    padding: 5px;
    font-weight: 500;
}

.photo_img{
    width: 80%;
    margin: 0 auto;
}

.photo_img_70{
    width: 130px;
    margin: 10px auto 0;
}

.photo_img_70.column-2{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.photo_img_70.column-2 img{
    display: inline-block;
    width: 65px;
}

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

.reserve_frame{
    background: #fda9a9;
    width: 95%;
    border-radius: 0%;
}

.p753_frame{
    width: 95%;
    border-radius: 0%;
    padding: 20px 10px;
}
.covid_frame{
    width: 75%;
    border-radius: 0%;
    margin: 20px auto;
    padding: 20px 10px;
    border-radius: 1%;
}
.reserve_title {
    width: 80%;
    margin: 10px auto 0;
    font-size: 16px;
    border-radius: 10px;
    color: #fda9a9;
}
.p753_title {
    width: 90%;
    margin: 10px auto 0;
    font-size: 16px;
}

.covid_title {
    width: 90%;
    margin: 10px auto 0;
    font-size: 16px;
}

    #flow ul li {
      position: relative;
      display: inline-block;
      margin: 0.5em 15px 1.5em 0;
      width: 24%;
    }

    #flow ul li:before {
        display: none;
    }

    #flow ul li:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -12px;
        border: 12px solid transparent;
        border-left: 12px solid #FFF;
    }

#flow ul li:last-child:after{
border: none;
    }
.photo_img{
    width: 40%;
    margin: 0 auto;
}

.photo_img_70{
    width: 70%;
}
}
.photo_img_70.column-2 img{
	width: 75px;
}


/*-----------flex_plan----------*/
.plan_flex ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
background: #FFF;
position: relative;
padding: 10px 30px;
text-align: center;
}

.plan_flex ul li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 15px;
}

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

.plan_flex ul li .layout{
	display: none;
}

.plan_flex ul li .pc{
	display: none;
}

.p753_frame-a .plan_flex ul li:last-child .color{
	color: #ba0058;
}
.p753_frame-b .plan_flex ul li:last-child .color{
	color: #ff6633;
}
.p753_frame-c .plan_flex ul li:last-child .color{
	color: #ffbf00;
}
.p753_frame-d .plan_flex ul li:last-child .color{
	color: #009966;
}
.p753_frame-e .plan_flex ul li:last-child .color{
	color: #3399cc;
}
.p753_frame-f .plan_flex ul li:last-child .color{
	color: #996699;
}

.plan_flex ul li div{
    padding-top: 15px;
}

.plan_flex span.lg{
    font-size: 24px;
}

.medal_cen,
.medal_cen_c{
    position: absolute;
    top:10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
}

.cloth_cen{
    max-width: 250px;
    padding: 5px;
    margin: 110px auto 0;
    background: #e6e6c4;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #c2ae9499;
}
.cloth_cen span{
	font-size: 18px;
	color: #fa0000;
}

.plan_flex .p_t{
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    background-color: #cdbf86;
    display: block;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}
.help_txt{
    text-align: center !important;
}

/* 共通プラン */
.plan_set{
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.plan_set h3{
    font-size: 22px;
    font-weight: bold;
}

.plan_set ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 10px auto;
    max-width: 800px;
}

.plan_set li{
    margin-top: 10px;
}

.plan_set img{
    width: 100%;
    max-width: 93px;
    height: auto;
}

.help_txt{
    text-align: left;
}

@media only screen and (min-width: 1024px) {
    .plan_flex ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px;
    text-align: left;
    }

    .plan_flex ul li{
        -webkit-box-flex: 5;
        -ms-flex: 5;
        flex: 5;
        margin: 0.25% 0;
        background: #FFF;
        padding: 10px;
        text-align: left;
        border-right: 1px dashed #CCC;
        border-bottom: none;
        font-size: 85%;
    }

        .plan_flex_c ul li{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
    }

        .plan_flex_p ul li{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    }
        .plan_flex ul li:last-child{
        border-right: none;
	}
	
	.plan_flex ul li .layout{
		display: block;
		height: 32px;
		margin-bottom: 20px;
	}
	
	.plan_flex ul li .pc{
		display: inline;
	}
	.plan_flex ul li.thumb{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.plan_flex ul li.thumb img{
		margin-top: auto!important;
		padding-top: 15px;
	}
    .medal_cen{
        position: absolute;
        top: -20px;
        left: 120px; 
    }

    .medal_cen_c{
        position: absolute;
        top:-20px;
        left: 145px;
    }

    .cloth_cen{
        max-width: 160px;
        padding: 5px!important;
        margin: 60px auto 0;
    }
    .help_txt{
        width: 95%;
        margin: 15px auto 0;
    }

}


