@charset "UTF-8";

/* 共通----------------------------------------------------------------- */
.cont {
	max-width: 570px;
	margin: 0 auto;
}
img {
	width: 100%;
}

.mb40{
	margin-bottom: 20px;
}
.mb50{
	margin-bottom: 25px;
}
.mb60{
	margin-bottom: 30px;
}
.mb70{
	margin-bottom: 35px;
}
.mr10,.mr30{
	margin-right: 0;
}
.sp-br .mr10{
	margin-right: 5px;
}

/*フレックス */
.flex-center{
	display: block;
}
.flex-bet{
	display: block;
}
.flex-bet-center{
	display: block;
}
.sp-br .flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}




/* ヘッダー----------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
#phsb-header-wrapper{
	height:0;
}
#phg-header .container {
	min-height: 46px;
	-webkit-align-items: center;
	align-items: center;
	padding: 12px 18px;
}
.container {
	max-width: none;
	padding: 0;
}
#phg-header .container #phg-logo {
	width: 60%;
	height: auto;
	min-width: 200px;
}
#phg-header .container #phg-logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#phg-header .container #phg-logo img {
	display: block;
	width: 100%;
	height: auto;
}
#phsb-header {
	position: relative;
}
#phsb-header .container {
	padding: 15px 18px;
	min-height: 45px;
	height: 0;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items: normal;
	align-items: normal;
}
#phsb-header .container #phsb-name {
	max-width: 75%;
}
#phsb-header .container #phsb-name img {
	width: auto;
	height: 15px;
}
}

/*pagetop-button*/
#page-top {
    position: fixed;
    /*bottom: 10.5%;*/
	bottom: 3.5%;
    right: 10px;
    font-size: 60%;
}
#page-top a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #00315f;
    width: 65px;
    padding: 23px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 2px solid #00315f;
}
#page-top a:hover {
    text-decoration: none;
    background: #00315f;
	color: #fff;
}


/* その他----------------------------------------------------------------- */

main{
	margin-top: 10px;
}
.shiyo-box,.kozo .kozo-box{
	width: 90%;
}

.kakaku .kakaku-img{
	width: 100%;
}

.yoyaku a {
	width: 100%;
}

/* 構造----------------------------------------------------------------- */

.kozo .kozo-box .left,.kozo .kozo-box .right{
	width: 100%;
}
.kozo .kozo-box h3{
	margin-top: 20px;
}

/* プラン----------------------------------------------------------------- */
.plan .title .hiraya,
.plan .title .nikai{
	padding: 0px 20px 0px 20px;
    margin: 0 5px;
    vertical-align: 8px;
	border-radius: 5px;
}
.plan .title h2{
	margin-top: 10px;
}

/* 仕様----------------------------------------------------------------- */
.shiyo-box .title h3{
	margin-top: 10px;
}
.shiyo-box .title .joken{
	border-radius: 10px;
	margin-bottom: clamp(25px, 3vw, 50px);
}


/* フッター----------------------------------------------------------------- */
.office {
    width: 100%;
    margin: 5% auto;
	line-height: 2.5em;
}