@charset "UTF-8";


/*pagetop-button*/
#page-top {
    position: fixed;
    /*bottom: 110px;*/
	bottom: 50px;
    right: 20px;
    font-size: 70%;
}
#page-top a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #00315f;
    width: 100px;
    padding: 35px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 2px solid #00315f;
	background-color: white;
}
#page-top a:hover {
    text-decoration: none;
    background: #00315f;
	color: white;
	border: 2px solid white;
	transition: 0.7s ;
}

/* 共通----------------------------------------------------------------- */
h2,h3,h4{
	line-height: 1.4;
}
img{
	max-width: 100%;
}
a{
	color: #000;
}
.cont {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.mincho{
    font-family: 'Noto Serif JP', serif;
}
.tomei:hover {
	opacity: 0.7 ;
	transition: 0.7s ;
}
.shadow{
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
.font-b{
	font-weight: 700;
}
.img-center img{
	margin: 0 auto;
}
.t-left{
	text-align: left;
}
.t-center{
	text-align: center;
}
/*フレックス */
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-bet{
	display: flex;
	justify-content: space-between;
}
.flex-bet-center{
	display: flex;
	justify-content: space-between;
	align-items: center;
}



/* デバイスごとの改行 */
.pc-br{display:block;}
.sp-br{display:none;}

.sp-hid{
	display: block !important;
} /* pc表示、スマホ非表示 */
.pc-hid{
	display: none !important;
} /* スマホ表示、pc非表示 */


@media only screen and (max-width: 768px) {
.sp-hid {
    display: none !important;
}
.pc-hid {
    display: block !important;
}
}


.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb70{
	margin-bottom: 70px;
}
.mb80{
	margin-bottom: 80px;
}
.mb90{
	margin-bottom: 90px;
}

.mr10{
	margin-right: 10px;
}
.mr30{
	margin-right: 30px;
}

/* iframe　地図　横幅いっぱいの時用 */
.iframe-box {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.iframe-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 768px) {
.iframe-box {
	padding-bottom: 80%;
}
}

.kome{
	font-size: clamp(10px,1vw,12px);
	text-align: left;
}

.black-bg{
	background-color: #000;
}
.black{
	color: #000;
}
.glay{
	color: #666666;
}
.white{
	color: white;
}
.brown{
	color: #42210b;
}
.brown02{
	color: #8c6239;
}
.glay-bg{
	background-color: #666666;
}
.glay-bg02{
	background-color: #b3b3b3;
}
.glay-bg03{
	background-color: #333;
}
.brown-bg01{
	background-color: #8c6239;
}
.brown-bg02{
	background-color: #42210b;
}
.brown-bg03{
	background-color: #603813;
}
.brown-bg04{
	background-color: #c69c6d;
}
.white-bg{
	background-color: white;
}

/* pc----------------------------------------------------------------- */
body {
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, 1.7vw, 16px);
	line-height: 1.8;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	color: #000;
}

/* ヘッダー----------------------------------------------------------------- */
header {
    width: 100%;
    display: inline-block;
}
#phg-header {
    background-color: #21366e;
}
#phsb-header-wrapper{
	height: 67px;
}
#phg-header .container {
    height: 62px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#phg-header .container #phg-logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
#phg-header .container #phg-logo a {
    display: block;
}
#phg-header .container #phg-logo img {
    display: block;
    width: 302px;
    height: 21px;
}
#phsb-header {
    background-color: #fff;
}
#phsb-header .container {
    width: 100%;
    height: 67px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container {
    max-width: 1006px;
    margin: 0 auto;
    padding: 0 15px;
}
#phsb-header .container #phsb-name {
    width: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
}
#phsb-header .container #phsb-name img {
    width: auto;
    height: 18px;
    display: block;
}



/* メイン----------------------------------------------------------------- */
main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ccc;
}


/* タイトルまわり----------------------------------------------------------------- */
.title img{
	width: 100%;
}

/* タイトル下----------------------------------------------------------------- */
.nav{
	padding: clamp(20px,5vw,80px) 0;
}
.nav .title img{
	max-width: 705px;
}
.nav .left,.nav .right{
	width: 49%;
}
.nav .in-box{
	color: white;
	padding: clamp(20px,3vw,30px) clamp(20px,3vw,30px) 0 clamp(20px,3vw,30px);
}
.nav .in-box02{
	color: white;
	padding: clamp(20px,3vw,30px);
}
.nav a.in-box{
	display: block;
}
.nav .left h3{
	background-color: #2e31c8;
	padding: clamp(10px,3vw,20px);
	font-size: clamp(19px,3vw,28px);
	color: white;
}
.nav .right h3{
	background-color: #0071ff;
	padding: clamp(10px,3vw,20px);
	font-size: clamp(19px,3vw,28px);
	color: white;
}
.nav h2{
	font-size: clamp(24px,3vw,36px);
	font-weight: 600;
	margin-bottom: clamp(10px,3vw,20px);
	padding-bottom: clamp(10px,3vw,20px);
	border-bottom: 1px solid white;
}
.nav .sub{
	font-size: clamp(16px,2vw,20px);
	font-weight: 600;
	margin-bottom: clamp(5px,1vw,15px);
	padding: 0px 30px 2px 30px;
	border-radius: 30px;
	letter-spacing: 3px;
	display: inline-block;
}
.nav .catch{
	font-size: clamp(16px,3vw,22px);
	line-height: 1.4;
	margin: clamp(15px,2vw,20px) 0;
	font-weight: 500;
}
.btn01{
	background-image: linear-gradient(90deg, rgba(204, 204, 204, 1), rgba(255, 255, 255, 1));
	width: 49%;
	border: 3px solid white;
	padding: clamp(5px,2vw,20px);
	color: black;
	font-weight: 600;
	font-size: clamp(18px,2.5vw,24px);
	letter-spacing: 5px;
}
.btn02{
	background-image: linear-gradient(90deg,rgba(193, 148, 48, 1) 0%, rgba(175, 123, 31, 1) 15%, rgba(240, 216, 124, 1) 42%, rgba(248, 236, 163, 1) 60%, rgba(240, 216, 124, 1) 72%, rgba(175, 123, 31, 1) 92%, rgba(198, 155, 55, 1) 100%);
	width: 49%;
	border: 3px solid;
    border-image: linear-gradient(90deg,rgba(193, 148, 48, 1) 0%, rgba(175, 123, 31, 1) 15%, rgba(240, 216, 124, 1) 42%, rgba(248, 236, 163, 1) 60%, rgba(240, 216, 124, 1) 72%, rgba(175, 123, 31, 1) 92%, rgba(198, 155, 55, 1) 100%);
    border-image-slice: 1;
	padding: clamp(5px,2vw,20px);
	color: black;
	font-weight: 600;
	font-size: clamp(18px,2.5vw,24px);
	letter-spacing: 5px;
}

/* プレゼント----------------------------------------------------------------- */
.present{
	background-image: linear-gradient(90deg,rgba(193, 148, 48, 1) 0%, rgba(240, 216, 124, 1) 42%, rgba(248, 236, 163, 1) 60%, rgba(240, 216, 124, 1) 72%, rgba(198, 155, 55, 1) 100%);
	padding: clamp(30px,4vw,80px) 0;
}


/* 物件情報----------------------------------------------------------------- */
.info > div{
	padding: clamp(40px,7vw,100px) 0;
}
.info .cont.info-box{
	color: #000;
	padding: clamp(20px,3vw,30px);
}
.info h2{
	font-size: clamp(24px,5vw,48px);
	font-weight: 600;
	border-bottom: 1px solid white;
	padding-bottom: clamp(20px,3vw,30px);
	margin-bottom: clamp(20px,3vw,30px);
	color: white;
}
.info .add{
	font-size: clamp(16px,3vw,25px);
	color: white;
}
.info .left,.info .right{
	width: 48%;
}
.info iframe{
	height: clamp(240px,40vw,410px);
}
.info .bukken-box{
	background-color: white;
	padding: clamp(20px,4vw,50px);
}
.info .bukken-box .catch{
	font-size: clamp(18px,3vw,36px);
	font-weight: 600;
}
.info .bukken-box .catch02{
	font-size: clamp(18px,2vw,26px);
	font-weight: 600;
}
.info .bukken-box .madori{
	margin-left:auto;
	margin-right:auto;
}
.info .bukken-box .hosho{
	max-width: 400px;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.info .bukken-box .option p{
	font-weight: 600;
	font-size: clamp(16px,3vw,28px);
	padding: 10px 10px 11px 10px;
	margin-bottom: clamp(10px,2vw,20px);
	letter-spacing: 5px;
	color: white;
}
.info .bukken-box .gaiyo{
	font-size: clamp(12px,1vw,14px);
}
.info .yoyaku{
	padding: clamp(30px,5vw,60px) 0;
}

/* フッター----------------------------------------------------------------- */
.info-title {
	color: #fff;
	font-size: 1.6em;
    font-weight: bold;
	letter-spacing: 4px;
	background-color: #000;
	padding: 1em 0;
	text-align: center;
}
.office {
    text-align: center;
	padding: 50px 0;
	line-height: 1.5;
}
.office h1{
	font-size: clamp(28px, 4vw, 50px);
	font-weight: 700;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}
.office .number{
	font-size: clamp(11px, 2vw, 14px);
}
.office .tenji{
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 700;
}
.office .tel{
	font-size: clamp(24px, 2.5vw, 40px);
	font-weight: 700;
}

/* 会場----------------------------------------------------------------- */
.kaijo{
	margin: 0 auto 70px auto;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.kaijo .area-title{
	border: 1px solid black;
	padding: 5px 5px 8px 5px;
	color: black;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align:center;
}
.kaijo .kaijo-box{
	background-color: white;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cbcbcb;
	padding-bottom: 20px;
}
.kaijo .kaijo-box .flex-center{
	text-align: left;
}
.kaijo .kaijo-box .flex-center h3{
	font-size: clamp(20px,2vw,26px);
	width: 260px;
	font-weight: 700;
}
.kaijo .kaijo-box .flex-center p{
	padding-left: 20px;
}
.kaijo .kaijo-box .flex-center div p:first-of-type{
	font-weight: 600;
	font-size: 1.3em;
}
.kaijo .kaijo-box .btn{
	display: inline-block;
	background-color: black;
	border-radius: 50px;
	color: white;
	font-weight: 700;
	padding: 10px 30px;
}
.kaijo .kaijo-box .btn:hover{
	background-color: #525252;
	color: white;
	transition: 0.5s;
}

@media only screen and (max-width: 960px) {

	.kaijo .flex-center,.kaijo .flex-bet-center{
		display: block;
	}
	.kaijo .mincho{
		font-size: clamp(28px, 4.5vw, 40px);
	}
	.kaijo .area-title{
		font-size: clamp(17px, 3vw, 22px);
	}
	.kaijo .kaijo-box{
		background-color: white;
		text-align: center;
	}
	.kaijo .kaijo-box .flex-center{
		text-align: center;
		margin-bottom: 10px;
	}
	.kaijo .kaijo-box .flex-center h3{
		padding-right: 0;
		width: 100%;
	}
	.kaijo .kaijo-box .flex-center p{
		border-left:none;
		padding-left: 0;
	}
	.kaijo .kaijo-box .btn{
		padding: 5px 30px;
	}

}