@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;
}
.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%;
}
}

/* pc----------------------------------------------------------------- */
body {
	width: 100%;
	font-family: "Noto Sans JP",'Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
	font-size: clamp(12px, 1vw, 16px);
	line-height: 1.7;
	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;
}


/* タイトルまわり----------------------------------------------------------------- */
.main-title_pc{
	background-image: url(../images/title-bg_pc.jpg);
	background-size: cover;
	padding-top: 50px;
}
.main-title_sp{
	background-image: url(../images/title-bg_sp.jpg);
	background-size: cover;
	padding-top: 50px;
}
.main-title_pc h1 img{
	width: 100%;
}

/* タイトル下----------------------------------------------------------------- */
.lead{
	padding:  clamp(40px, 5vw, 80px) 0 clamp(40px, 5vw, 100px) 0;
	font-size: clamp(17px, 2vw, 22px);
	color: white;
}
.lead h1{
	font-size: clamp(42px, 3vw, 62px);
	font-weight: 600;
	margin-bottom: 30px;
	background-image: linear-gradient(180deg, rgba(255, 245, 131, 1) 23%, rgba(255, 255, 255, 1) 74%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.3;
}
.lead .kome{
	font-size: clamp(10px, 1vw, 15px);
	margin-top: clamp(15px, 2vw, 30px);
	margin-bottom: clamp(40px, 5vw, 100px);
}
.lead p{
	font-size: clamp(18px, 2vw, 30px);
}
.kakaku .kakaku-img{
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}


/* 申し込み----------------------------------------------------------------- */
.moushikomi {
	background-color: #000;
	color: white;
	padding: 20px clamp(30px, 5vw, 100px);
	display: inline-block;
	font-size: clamp(21px, 2vw, 32px);
	font-weight: 600;
	position: relative;
}
.moushikomi:after {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.moushikomi:hover{
	background-color: #00562b;
	transition: 0.5s;
}
.dokidoki{   
    animation-name:dokidoki;
    animation-delay:0s;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes dokidoki {
0% {
	transform: scale(1);
}
40% {
	transform: scale(1);
}
50% {
	transform: scale(1.1);
}
60% {
	transform: scale(1);
}
100% {
	transform: scale(1);
}
}

/* 期限----------------------------------------------------------------- */
.kigen-area{
	background-color: #000;
	color: white;
	padding:  clamp(40px, 5vw, 80px) 0;
}
.kigen-area .title{
	background-color: #FCEE21;
	color: #000;
	display: inline-block;
	padding: 5px 30px;
	font-size: clamp(20px, 2vw, 32px);
	font-weight: 600;
	margin-bottom: 20px;
}
.kigen-area .kigen{
	font-size: clamp(30px, 3vw, 52px);
	font-weight: 600;
	margin-bottom: 10px;
}

/* 特別仕様----------------------------------------------------------------- */
.shiyo{
	background-image: linear-gradient(90deg, rgba(200, 168, 111, 1), rgba(233, 206, 139, 1) 15%, rgba(246, 240, 203, 1) 50%, rgba(233, 206, 139, 1) 85%, rgba(200, 168, 111, 1));
	padding:  clamp(50px, 5vw, 100px) 0;
}
.shiyo .title h2{
	color: #b2030e;
	font-size: clamp(34px, 5vw, 57px);
	font-weight: 600;
	margin-bottom: clamp(25px, 3vw, 57px);
	line-height: 1.5;
}
.shiyo .title h2::before {
    content: '';
	display: inline-block;
	width: clamp(45px,4vw,80px); 
	height: clamp(30px,3vw,50px);
	background-image: url(../images/kazari_pc.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}
.shiyo .title h2::after {
    content: '';
	display: inline-block;
	width: clamp(45px,4vw,80px); 
	height: clamp(30px,3vw,50px);
	background-image: url(../images/kazari_pc.png);
	background-size: contain;
	background-repeat:no-repeat;
	vertical-align: middle;
	margin-left: 15px;
}
.shiyo .title p{
	color: #000;
	font-size: clamp(20px, 2vw, 32px);
	font-weight: 600;
}
.shiyo-box{
	background-color: white;
	padding:  clamp(30px, 5vw, 80px);
	text-align: left;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
.shiyo-box .title {
	text-align: center;
}
.shiyo-box .title h3{
	color: #b2030e;
	font-size: clamp(28px, 4vw, 43px);
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
}
.shiyo-box .title p{
	color: #b2030e;
	font-size: clamp(16px, 2vw, 26px);
	font-weight: 600;
}
.shiyo-box .title .joken{
	color: #b2030e;
	border-bottom: 1px solid #b2030e;
	border-top: 1px solid #b2030e;
	display: inline-block;
	padding: 5px 30px;
	font-weight: 600;
	font-size: clamp(15px, 2vw, 20px);
	margin-bottom: 50px;
	line-height: 1.5;
}
.shiyo-box .kome{
	font-size: clamp(10px, 1vw, 13px);
}



/* プレゼント----------------------------------------------------------------- */
.present{
	background-color: #b2030e;
	padding: clamp(40px, 5vw, 100px) 0 clamp(40px, 4vw, 80px);
}
.present h2{
	margin-top: clamp(40px, 4vw, 80px);
	background-color: #00562b;
	color: white;
	padding: 20px 0;
	font-size: clamp(24px, 2vw, 33px);
	font-weight: 600;
}
.present-box{
	background-color: white;
	padding:  clamp(30px, 5vw, 50px) clamp(30px, 5vw, 100px) clamp(50px, 5vw, 80px) clamp(30px, 5vw, 100px) ;
}
.present-box .kome{
	text-align: left;
	margin: clamp(20px, 2vw, 40px) 0 clamp(30px, 3vw, 60px) 0; 
	font-size: clamp(10px, 1vw, 13px);
}
.present-box a{
	background-color: #00562b;
	color: white;
	font-size: clamp(21px, 2vw, 27px);
	padding: 15px clamp(40px, 4vw, 100px);
	border-radius: 50px;
	font-weight: 600;
}
.present-box a:hover{
	background-color: #b2030e;
	color: #FCEE21;
	transition: 0.5s;
}

/* プラン----------------------------------------------------------------- */
.plan{
	padding:  clamp(50px, 5vw, 100px) 0;
}
.plan .title p{
	font-size: clamp(20px, 2vw,32px);
	font-weight: 600;
}
.plan .title h2{
	font-size: clamp(43px, 3vw, 56px);
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.3;
}
.plan .title .hiraya{
	background-color: #a28432;
	color: white;
	font-size: clamp(22px, 2vw, 34px);
	padding: 0 20px 3px 20px;
    margin: 0 10px;
    vertical-align: clamp(1px, 0.5vw, 8px);
    line-height: clamp(40px, 4vw, 50px);
    display: inline-block;
	border-radius: 5px;
	font-weight: 400;
}
.plan .title .nikai{
	background-color: #00562b;
	color: white;
	font-size: clamp(22px, 2vw, 34px);
	padding: 0 20px 3px 20px;
    margin: 0 5px;
    vertical-align: clamp(1px, 0.5vw, 8px);
    line-height: clamp(40px, 4vw, 50px);
    display: inline-block;
	border-radius: 5px;
	font-weight: 400;
}

/* Wチャンス----------------------------------------------------------------- */
.wchance{
	background-image: linear-gradient(90deg, rgba(200, 168, 111, 1), rgba(233, 206, 139, 1) 15%, rgba(246, 240, 203, 1) 50%, rgba(233, 206, 139, 1) 85%, rgba(200, 168, 111, 1));
	padding:  clamp(50px, 5vw, 100px) 0;
}


/* 構造にこだわってください----------------------------------------------------------------- */
.kozo h2{
	padding: 20px 0;
	background-color: #000;
	color: white;
	font-size: clamp(22px, 2vw, 34px);
	font-weight: 600;
}
.kozo .kozo-area{
	background-color: #fff9cc;
	padding: clamp(30px, 3vw, 60px) 0;
}
.kozo .kozo-box{
	background-color: white;
	padding: clamp(30px, 5vw, 80px);
	text-align: left;
}
.kozo .kozo-box .flex-bet-center{
	padding: clamp(25px, 3vw, 50px) 0;
	border-bottom: 1px solid #ccc;
}
.kozo .kozo-box .flex-bet-center:first-of-type{
	padding-top: 0;
}
.kozo .kozo-box .flex-bet-center:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.kozo .kozo-box .left{
	width: 35%;
}
.kozo .kozo-box .right{
	width: 60%;
}
.kozo .kozo-box h3{
	color: #b2030e;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}

/* 申し込み条件----------------------------------------------------------------- */
.joken{
	padding:  clamp(50px, 5vw, 100px) 0;
}
.joken h2{
	background-color: #b2030e;
	color: white;
	padding: 5px;
	font-size: clamp(18px, 2vw, 27px);
	font-weight: 600;
	margin-bottom: 20px;
}
.joken .day{
	font-size: clamp(28px, 3vw, 46px);
	font-weight: 600;
}

/* 会場----------------------------------------------------------------- */
.kaijo{
	background-color: #fff9cc;
	padding: 60px 0;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.kaijo .mincho{
	font-size: 40px;
	color: #b2030e;
	font-weight: 600;
	letter-spacing: -1px;
}
.kaijo .area-title{
	background-color: #b2030e;
	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(20px,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: #00562b;
	border-radius: 50px;
	color: white;
	font-weight: 700;
	padding: 10px 30px;
}
.kaijo .kaijo-box .btn:hover{
	background-color: #b2030e;
	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;
	}

}

/* フッター----------------------------------------------------------------- */
.info-title {
	color: #fff;
	font-size: 1.6em;
    font-weight: bold;
	letter-spacing: 4px;
	background-color: #050b25;
	padding: 1em 0;
	margin-bottom:50px;
	text-align: center;
}
.office {
    margin: 5% auto;
	line-height: 2.5em;
}
.office img {
	margin: 0 0 2em;
}

p.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}