@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.8));
}
.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;
}

.blue{
	color: #29ABE2;
}
.orange{
	color: #f48021;
}
.bg-blue{
	background-color: #29ABE2;
}
.bg-orange{
	background-color: #f48021;
}


/* 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, 30px);
	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: 10px;
	padding: 15px clamp(20px,4vw,80px) 17px clamp(20px,4vw,80px);
	border: solid 1px #B8721C;
}
.btn02{
	display: inline-block;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 600;
	color: white;
	background-color: #a12239;
	border-radius: 50px;
	padding: 15px clamp(40px,4vw,80px) 17px clamp(40px,4vw,80px);
}
.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);
}
}

/* メイン----------------------------------------------------------------- */
main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #ccc;
}


/* タイトル下----------------------------------------------------------------- */
.bg-red{
	background-color: #5a0000;
	padding: clamp(50px,5vw,100px) 0;
	color: white;
	font-size: clamp(11px,1vw,13px);
}
.bg-red .lead{
	font-size: clamp(18px,3vw,29px);
}
.bg-red #kakaku{
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

/* プレゼントと期限----------------------------------------------------------------- */
.bg-black{
	background-color: #000;
	padding: clamp(50px,5vw,100px) 0;
}
.bg-black .kigen{
	color: white;
}
.bg-black .title{
	font-size: clamp(18px,2vw,28px);
}
.bg-black .day{
	font-size: clamp(28px,4vw,52px);
}
.bg-black .kome{
	font-size: clamp(13px,1vw,16px);
}
.present h2{
	margin-top: clamp(40px, 4vw, 80px);
	background-color: #b2030e;
	padding: 20px 0;
	font-size: clamp(24px, 2vw, 33px);
	font-weight: 600;
	color: white;
}
.present-box{
	background-color: white;
	padding:  clamp(30px, 5vw, 50px) clamp(30px, 5vw, 100px) clamp(40px, 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: #b2030e;
	color: white;
	font-size: clamp(18px, 2vw, 27px);
	padding: clamp(10px, 1vw, 15px) clamp(35px, 4vw, 100px);
	border-radius: 50px;
	font-weight: 600;
}
.present-box a:hover{
	background-color: #00562b;
	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;
}
.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 .title{
	background-color: #002e17;
	padding: 5px 0 30px 0;
}
.wchance .title h3{
	margin-top: -20px;
}
.wchance .sub{
	background-color: #004228;
	padding: 40px 0;
}

/* 申し込み条件----------------------------------------------------------------- */
.joken{
	padding:  clamp(50px, 5vw, 100px) 0;
	line-height: 1.8;
}
.joken h2{
	background-color: #004228;
	color: white;
	padding: 10px;
	font-size: clamp(18px, 2vw, 26px);
	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: 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: #004228;
	border-radius: 50px;
	color: white;
	font-weight: 700;
	padding: 10px 30px;
}
.kaijo .kaijo-box .btn:hover{
	background-color: #b2030e;
	color: white;
	transition: 0.5s;
}

/* フッター----------------------------------------------------------------- */
.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;
	width: 80%;
}
.office img {
	margin: 0 0 2em;
}

p.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}