@charset "UTF-8";


/*pagetop-button*/
#page-top {
    position: fixed;
	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 ;
}

/* 共通----------------------------------------------------------------- */
img{
	max-width: 100%;
}
a{
	color: #000;
}
.mincho{
    font-family: 'Noto Serif JP', serif;
}
.tomei:hover {
	opacity: 0.7 ;
	transition: 0.7s ;
}
.cont {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.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{
	display: flex;
}
.flex-center{
	display: flex;
	align-items: center;
}
.flex-center-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;
}

.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!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb40{
	margin-bottom: 40px!important;
}
.mb50{
	margin-bottom: 50px!important;
}
.mb60{
	margin-bottom: 60px!important;
}
.mb70{
	margin-bottom: 70px!important;
}
.mb80{
	margin-bottom: 80px!important;
}
.mb90{
	margin-bottom: 90px!important;
}

.mr10{
	margin-right: 10px;
}
.mr30{
	margin-right: 30px;
}

.blue{
	color: #29ABE2;
}
.orange{
	color: #f48021;
}
.bg-blue{
	background-color: #29ABE2;
}
.bg-orange{
	background-color: #f48021;
}


.kome{
	text-align: right;
	font-size: 11px;
	margin-top: 10px;
}

/* 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%;
}
}

/* pc----------------------------------------------------------------- */
body {
	width: 100%;
	font-family: "Noto Sans JP",'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
	font-size: clamp(12px, 1vw, 16px);
	line-height: 1.5;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	color: #0B132A;
}

/* ヘッダー----------------------------------------------------------------- */
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;
}


/* ボタン類----------------------------------------------------------------- */
.btn01{
	display: inline-block;
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 600;
	background-image: linear-gradient(90deg, rgba(228, 183, 73, 1), rgba(248, 231, 148, 1) 32%, rgba(229, 160, 78, 1) 66%, rgba(228, 183, 73, 1));
	border-radius: 50px;
	padding: 20px clamp(20px,5vw,100px) 22px clamp(20px,5vw,100px);
	border: solid 1px #B8721C;
}


/* メイン----------------------------------------------------------------- */
main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ccc;
}

/* タイトルまわり----------------------------------------------------------------- */
.title{
	background-color: #001a0c;
	padding-bottom: 80px;
}

/* 特典----------------------------------------------------------------- */
.tokuten{
	background-color: #1f3f2f;
	color: white;
	padding: clamp(40px, 4vw, 80px) 0;
}
.tokuten h3{
	font-size: clamp(20px, 3vw, 33px);
}
.tokuten h2{
	font-size: clamp(32px, 5vw, 50px);
	color: #f1e4b3;
	margin-bottom: 10px;
}

/* プレゼント----------------------------------------------------------------- */
.present{
	padding: clamp(40px, 4vw, 80px) 0;
}

.present h2{
	max-width: 670px;
	margin: 0 auto clamp(20px,2vw,40px) auto;
}
.present .flex-bet{
	flex-wrap: wrap;
}
.present .flex-bet p{	
	width: 48.5%;
	margin-bottom: clamp(10px,2vw,30px);
}


/* 期限----------------------------------------------------------------- */
.kigen{
	background-color: #eaefec;
	padding: clamp(40px, 4vw, 80px) 0;
	line-height: 2;
}
.kigen .kigen-title{
	background-color: #003015;
	color: white;
	font-weight: 400;
	font-size: clamp(16px, 2vw, 26px);
	padding: 3px 0 4px 0;
	text-align: center;
	margin-bottom: clamp(10px, 1vw, 20px);
}
.kigen .day{
	text-align: center;
	font-size: clamp(20px, 3vw, 32px);
	font-weight: 600;
}



/* 会場----------------------------------------------------------------- */
.kaijo{
	background-color: #d3deeb;
	padding: 60px 0;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.kaijo .mincho{
	font-size: 38px;
	color: #275c98;
	font-weight: 600;
}
.kaijo .area-title{
	background-color: #275c98;
	padding: 5px 5px 8px 5px;
	color: white;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
}
.kaijo .kaijo-box{
	background-color: white;
	padding: 20px 30px;
}
.kaijo .kaijo-box .flex-center{
	text-align: left;
}
.kaijo .kaijo-box .flex-center h3{
	font-size: clamp(21px,2vw,26px);
	padding-right: 20px;
	font-weight: 700;
}
.kaijo .kaijo-box .flex-center p{
	border-left:1px solid #cbcbcb;
	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: #275c98;
	border-radius: 50px;
	color: white;
	font-weight: 700;
	padding: 10px 30px;
}
.kaijo .kaijo-box .btn:hover{
	background-color: #006837;
	color: white;
	transition: 0.5s;
}

@media only screen and (max-width: 960px) {

	.kaijo{
		padding: 8% 0;
	}
	.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;
		padding: 20px 10px 25px 10px;
	}
	.kaijo .kaijo-box .flex-center{
		text-align: center;
		margin-bottom: 10px;
	}
	.kaijo .kaijo-box .flex-center h3{
		padding-right: 0;
	}
	.kaijo .kaijo-box .flex-center p{
		border-left:none;
		padding-left: 0;
	}
	.kaijo .kaijo-box .btn{
		padding: 5px 30px 7px 30px;
	}
	.kaijo .kaijo-box .tel{
		margin-bottom: 10px;
	}

}

/* フッター----------------------------------------------------------------- */
.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: clamp(25px, 3vw, 50px) 0;
	line-height: 1.5;
}
.office h1{
	font-size: clamp(28px, 4vw, 50px);
	font-weight: 700;
	margin-bottom: clamp(20px, 2vw, 30px);
	border-bottom: 1px solid #0B132A;
	padding: 0 30px clamp(20px, 2vw, 30px) 30px;
	display: inline-block;
	line-height: 1.5;
}
.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;
}
.office img {
    margin: 0 0 2em;
}