@charset "utf-8";

/*PCSP共通設定*/
main img {
	width: 100%;
	height: auto;
}
.h-flex{display:flex;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	margin: 20px 5px;
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	border-left: 4px solid #20208c;
}
h2 {
	margin-bottom: 15px;
    padding: 10px 13px;
    font-size: 16px;
    color: #fff;
    background-color: #20208c;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}
.about_plan {
	border: 2px solid #20208c;
    padding: 10px;
    font-size: 14px;
    margin: 2%;
}

/*news*/
#important__news {
    width: 96%;
    font-size: 12px;
    margin: 10px auto;
    box-sizing: border-box;
	border: 1px solid #cc0d21;
}
#important__news dt {
	background: #CC0D21;
    text-indent: 10px;
    color: #FFF;
    line-height: 2.2;
}
#important__news dd {padding: 10px;color:#cc0d21;}

/*プラン詳細*/
.h-search-plan__detail {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 25px 10px 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: opacity 0.2s ease-out;
}
.h-search-plan__detail .closed {
	width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    font-size: 24px;
}
.h-search-plan__link {
    color: #333;
    text-decoration: none;
}
.h-flex--icon {
    width: calc(100% + 120px);
    margin: 10px 0 0 -120px;
}
.h-icon {
	width: 84px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #20208c;
    box-sizing: border-box;
    text-align: center;
}
.h-search-plan__lead {
	width: 100%;
	font-weight: bold;
    font-size: 18px;
    color: #20208c;
    line-height: 1.5;
	margin: 10px 0;
}
.h-search-plan__text {
    margin-bottom: 15px;
    font-size: 12px;
    color: #5c5c5c;
}
.h-search-plan__picture {
	width: 120px;
    height: fit-content;
}
.h-search-plan__info {
    /*width: calc(100% - 120px);*/
    /*padding-left: 10px;*/
    box-sizing: border-box;
}
/*.h-flex--icon{width:50%;}
.h-flex--price{width:50%;}*/
.h-label li {
	display: inline-block;
    margin: 0 2px 2px 0;
    padding: 2px;
    color: #20208c;
    border: 1px solid #20208c;
}
.h-search-plan__text--small {
    margin-bottom: 10px;
    font-size: 12px;
    color: #5c5c5c;
}

.h-flex--price .h-search-plan__text--small:first-child{text-align: right;}

.h-search-plan__text--price {
	width: 100%;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #cc0d21;
}
.h-search-plan__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #20208c;
    border-right: 2px solid #20208c;
    transform: rotate(45deg) translateY(-50%);
}

.kidsprice {
width: 100%;
font-size: 14px;
display: inline-block;
}

}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
#important__news,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	max-width: 1080px;
    min-width: 760px;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
main {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
}
h1 {
    width: 100%;
	margin-top: 10px;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    background-color: #f8f8f8;
    box-sizing: border-box;
    border-top: 4px solid #20208c;
}
h2 {
	justify-content: space-between;
	margin-bottom: 15px;
    padding: 15px 13px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #20208c;
}
.inner{padding:25px 0;}
.about_plan {
	border: 2px solid #20208c;
    padding: 15px;
    font-size: 16px;
    margin: 2% 0;
	line-height: 1.5;
}

/*news*/
#important__news {
	width: 100%;
    max-width: 1080px;
    min-width: 760px;
    display: flex;
    font-size: 14px;
    margin: 30px auto;
    box-sizing: border-box;
    border: 1px solid #cc0d21;
}
#important__news dt {
	width: 10%;
    background: #CC0D21;
    text-align: center;
    color: #FFF;
    margin-right: 2%;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
#important__news dd {
	width: 88%;
    padding: 10px 0;
	color: #CC0D21;
    line-height: 1.4;
}

/*プラン詳細*/
.h-search-plan__detail {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 40px 20px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: opacity 0.2s ease-out;
	min-height: 120px;
}
.h-search-plan__detail .closed {
	width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    font-size: 24px;
}
.h-search-plan__link {
    color: #333;
    text-decoration: none;
}
.h-flex--pc{display: flex;}
.h-icon {
	width: 52px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #20208c;
    box-sizing: border-box;
    text-align: center;
}
.h-search-plan__lead {
	width: calc(100% - 52px);
	font-weight: bold;
    font-size: 18px;
    color: #20208c;
    line-height: 1.8;
	margin-bottom: 15px;
}
.h-search-plan__text {
    margin-bottom: 15px;
    font-size: 12px;
    color: #5c5c5c;
}
.h-search-plan__picture {
	max-width: 200px;
    height: fit-content;
}
.h-search-plan__info {
    width: calc(100% - 200px);
    padding-left: 20px;
    box-sizing: border-box;
}
.h-flex--icon{width:45%;}
.h-flex--price{
	/*width: 70%;*/
    text-align: left;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.h-label li {
	display: inline-block;
    margin-top: 6px;
    margin-right: 2px;
    padding: 5px;
    color: #20208c;
    border: 1px solid #20208c;
}
.h-search-plan__text--small {
	text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
    color: #5c5c5c;
}
.h-search-plan__text--price {
    padding-top: 5px;
    font-weight: bold;
    font-size: 22px;
    color: #cc0d21;
}
.h-search-plan__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    background-color: #20208c;
}
.h-search-plan__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}
.kidsprice {
	font-size:16px;
}

}