@charset "utf-8";

:root {
	--width-max:var(--flex-100);
	--width-full:var(--flex-90);
	--width-large:var(--flex-90);
	--width-medium:var(--flex-85);	
	--width-small:var(--flex-80);
	/*font-family*/
	--gs:"Noto Sans JP", sans-serif;
	--mn:"Noto Serif JP", sans-serif;	
		
	/*color*/
	--white:#fff;
	--black:#111;
	--gray:#eee;
	--darkgray:#222;
	--lightgray:#f7f7f7;
	--gold:#947136;
	--aqua:#69c;
	--red:#d04e46;
	--special:#324065;
	
	--important:#ce0600;
	
	/*opacity*/
	--opa-white01:rgba(255,255,255,0.05);
	--opa-white02:rgba(255,255,255,0.2);
	--opa-white05:rgba(255,255,255,0.5);
	--opa-white07:rgba(255,255,255,0.7);
	--opa-white09:rgba(255,255,255,0.9);
		
	--opa-black02:rgba(0,0,0,0.2);
	--opa-black05:rgba(0,0,0,0.5);	
	--opa-black08:rgba(0,0,0,0.8);
		
}	
	
	

/*++++++++++++++
common
++++++++++++++*/
body {
	overflow-x:hidden;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

#schedule .daybox .day1 .inner .block-column .column-2 figure img,
#schedule .daybox .day2 .inner .block-column .column-2 figure img  {

}

header {
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 7px 15px;
	top: 0;
	box-sizing: border-box;
}
header .logo {
	display: block !important;
	width: 200px !important;
}

.inner {
	margin: auto;
	width: 90%;
	max-width: 1300px;
}

.mb {margin: 0 0 10px;}
.mb1 {}
.mb2 {margin: 0 0 50px;}
.mb3 {margin: 0 0 100px;}

a {
	color: inherit;
	text-decoration: none;
}
h2 {
	font-size: 2em;
	line-height: 2;
	font-weight: 600;
	color: var(--special);
	text-align: center;
}

h3 {
	font-size: 1.4em;
	line-height: 1.8;
	font-weight: 500;
	color: var(--special);
}
h4 {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--special);
}

h5 {
    color: var(--special);
    font-weight: 500;
    display: block;
}

h5 span{
    display: inline-block;
    border-bottom: 1px solid;
}

h6 {
	font-size: 1.1em;
	line-height: 1.8;
	font-weight: 600;
	color: var(--special);
}

p {
	letter-spacing: 0;
	line-height: 2;
	font-size: 0.9em;
}

em {
	font-size: 0.8em;
	font-style: normal;
}

.wh {color: var(--white);}

.en-title,.day-title {
	font-family: "Cinzel", serif;
	font-size: 2.5em;
	display:flex;
	align-items:center;
	letter-spacing: 2px;
	justify-content: center;
	color: var(--special);
	margin: 0 auto 20px;
}
.day-title {
	font-family: "Cinzel", serif;
	font-size: 4em;
	display:flex;
	align-items:center;
	letter-spacing: 2px;
	justify-content: center;
	color: #eaecef;	
}

.center {
	text-align: center;
	display: block;
}

footer {
	background: var(--black);
	padding: 60px 0 30px;
}

footer .inner {
	margin: 0 auto 50px;
	text-align: center;
}
.ftop {
	border-bottom: 1px solid var(--opa-white02);
	padding:0 0 10px;
	margin: 0 0 20px;
	text-align: center;
}
.ftop figure{
	width: 300px;
	margin: 0 auto 10px;
}
footer p {
	color:var(--white);
}

/**/
.block-columns {
	display: grid;
	justify-content: space-between;
	gap:80px;
}
.column-2 {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}
/**/

.specialplan {
	font-family: "Noto Serif JP", serif;
}

section {
	background:var(--white);
}

/*++++++++++++++
common
++++++++++++++*/
#slider {
	position: relative;
	top: 0;
	z-index: -1;
	padding: 0;
}
#slider.on {
	position: sticky;
}

#slider img.pc {
	object-fit:cover;
}
#slider img.sp {
	aspect-ratio: 2/2.8;
	object-fit: cover;
}
#content {
	background:var(--white);
	padding: 50px 0;
	z-index: 10;
	margin: 0;
}
#content .inner {
	z-index: 1;
	position: relative;
}
#content .block-columns{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr;
	gap: 5%;
	justify-content: space-between;
	width: 100%;
}
#content .block-columns .block-column{width: auto;margin: auto;}

#content .block-columns .block-column figure{width: 100%;margin: auto;}

#content .block-columns:nth-child(2) {
	flex-direction: row;
}
#content .block-columns:nth-child(2) figure {
	/* float: right; */
}

#content .block-columns:nth-child(2) .block-column:nth-child(1) {
	order: 1;
}

#content .block-columns:nth-child(2) .block-column:nth-child(2) {
	order: 2;
	padding: 0;
}


/**/

* {
    box-sizing: border-box;
}

#pagetop {
    bottom: 11%;
}


.intro-wrap p b {
    font-size: 160%;
    font-weight: 300;
}

span.marker {
    font-size: 140%;
    background: #d0ebf5;
    color: #286d9c;
    /* letter-spacing: 0; */
}

.present_button {
	padding: 20px 16px 20px;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1em;
	margin: 0 auto 20px;
	background: linear-gradient(#cba762, #eac887, #cba762);
	color: var(--white);
	width: 100%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	max-width: 500px;
	transition: .3s auto;
}

.present_button:hover {
transition:.3s;
	background: linear-gradient(#ddb874, #ecce96, #e0bd7b);

}

.present_button:before {
    content: "";
    position: absolute;
    width: 97%;
    height: 84%;
    border: 1px solid var(--white);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
}

.present_button:after {
    content: "";
    background: url(../../../images/common/arrow_w.svg) no-repeat center;
    width: 6px;
    height: 24px;
    transform: rotate(-90deg) translateX(-334%);
    position: absolute;
    bottom: 0;
    right: 8%;
    top: 0;
    z-index: 1;
}


ul.recommend-list li {
    padding: 0 0 0 22px;
    position: relative;
}

ul.recommend-list {
    gap: 10px;
    display: grid;
    border: 1px solid #ffffff;
    padding: 40px 15px 15px;
    margin: -50px 0 0 0;
    border-radius: 3px;
}

ul.recommend-list li:before {
    content: "□";
    position: absolute;
    left: 0;
    top: 3px;
    color: #b9b9b9;
}

ul.recommend-list li:after {
    content: "✔︎";
    position: absolute;
    top: 1px;
    left: 1px;
    color: var(--red);
}

ul.recommend-list li p span {
    color: #397ca9;
    font-size: 100%;
}

#charm h4 {
    position: relative;
    display: inline-block;
    padding: 0px 14px;
    max-width: 100%;
    background: radial-gradient(circle at 39px 78px, #83bcd1 27% -18%, #6bb1cc 130% -80%);
    color: var(--white);
    border-radius: 5px;
    font-weight: 300;
    margin: 0 0 30px 10px;
}

#charm h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -103px;
  border: 9px solid transparent;
  border-top: 10px solid #83bcd1;
}

span.num-big {
    margin: 0 0 0 0;
    padding: 0 1px 0;
    font-size: 195%;
    font-weight: 400;
    vertical-align: sub;
    line-height: 1;
}



span.big {
    font-size: 140%;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

section.present {
    background: #2c4f66;
}

.present-box {
    display: flex;
}

.present-box figure {
    width: 40%;
}

.present-box dl {
    width: 60%;
    padding: 0px 0px 0 17px;
    color: var(--white);
}


.present-wrap h5 {
    margin: 0 0 17px 0;
    border-bottom: 1px solid;
    font-size: 1.15em;
}

.present-wrap {
    margin: 0 0 30px 0;
}
.present-wrap:last-child {
    margin: 0;

}

section.present.p2 {
    background: #fff;
    padding-top: 0;
}

.p2 .present-box dl {
  color: var(--black);
}

.p2 .present-wrap {
  counter-increment: count;
  position:relative;
}

.p2 .present-wrap:after {
    content: counter(count);
    position: absolute;
    left: 0;
    font-size: 300%;
    top: -16px;
    font-style: italic;
    opacity: 0.3;
    line-height: 1;
    color:var(--special);
    font-family: "Cinzel", serif;
    padding: 0 9px 0 0;
    width: auto;
}


.p2 .present-wrap h5{
  padding: 0 0 0 33px;
  position: relative;
}

#feature {
    background: #f4f5f9;
}

#feature dl {
    margin: 25px auto 10px;
}

#feature dl dd {
    color: var(--special);
    font-size: 1.2em;
    font-weight: 500;
}

#feature dl dt {
    position: absolute;
    top: -56px;
    opacity: 0.8;
    right: -1%;
    color: #cfd5dd;
}

.swiper-pagination {
    text-align: right !important;
    bottom: inherit !important;
    top: -10px !important;
}


span.num {
    font-size: 140%;
    margin: 0 7px 0 0;
    font-family: "Cinzel", serif;
    font-style: oblique;
    line-height: 1;
}

#recruitment {
    background: #f4f5f9;
    position: relative;
}

table th {
    padding: 13px 20px;
    border-right: 1px solid rgba(204, 204, 204, 0.5);
    background: #5a5a5a;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    font-size: 0.9em;
    width: 100%;
    /* text-align: center; */
}

table td {
    padding: 13px 20px;
    box-sizing: border-box;
    border-right: 1px solid rgba(204, 204, 204, 0.5);
    /* border-bottom: 1px solid rgba(204, 204, 204, 0.5); */
    font-size: 0.9em;
    line-height: 2;
    width: 100%;
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    background: var(--white);
}

table tr {display: grid;}

table tr:last-child td {
     border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

/*ãƒ•ã‚©ãƒ¼ãƒ */
.formbox article {
	margin: 0;
	padding: 10px 0  20px 0;
	display: block;
	border-top: 1px solid var(--gray);
}

.formbox article:last-child {
	border:none;
}

.formbox label {
	display:inline-block;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 0.9em;
}

.formbox .koumoku {
    width: auto;
    display: flex;
    margin: 0;
    padding: 20px 0 0;
    background: none;
    justify-content: space-between;
}

.formbox label span {
	font-size: 1em;
}

textarea {
	padding: 20px;
	line-height: 2;
}

.formbox .forminbox {
	display: block;
	margin: 5px 0 0;
	padding: 0;
	width: 100%;
}

.formbox div.e_txt p {
	margin: 0 0 15px;
}

.formbox p:empty,.formbox span:empty {
	line-height:0;
}

.formbox div.e_txt p:last-child  {
	margin: 0;
}


.formbox .forminbox .e_txt span input {
    width: 100%;
    padding: 13px;
    border: none;
    background: #f4f5f9;
    font-size: 0.9em;
}

.formbox .check .required {
    background: rgb(222 136 129);
    display: block;
    padding: 0 7px;
    color: var(--white);
}

.formbox {
    gap: 20px;
    display: grid;
}

select.naiyo {
    width: 100%;
    padding: 13px;
    position: relative;
    border: 1px solid #f4f5f9;
    background: #f4f5f9;
}

select.naiyo:before {
    content: "Â¥f107";
    color: #222;
    font: normal 15px / 1em 'fontawesome';
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.e_txt span {
    font-size: 1em;
}

.formbox .forminbox .e_txt span input[type="radio"] {
    width: auto;
	padding: 0;
}

.e_txt span .radio-126 span {
    gap: 10px;
}

.wpcf7-radio {
    display: grid;
    gap: 3px 0;
    grid-template-columns: 1fr 1fr;
}

.wpcf7-radio span {
    font-size: 0.9em;
}

.submit {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 25px auto 0;
    background: #365598;
    border: none;
    font-size: 1em;
    color: var(--white);
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0px;
    max-width: 500px;
    cursor: pointer;
	transition:.3s;
}

.submit:hover{
	background: #5572af;
}

.submitArea {
    border-top: 1px solid var(--gray);
    padding: 20px 0 0 0;
}

.bottom_btn {
    position: fixed;
    bottom: 3%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    opacity: 1 !important;
}

.bottom_btn .present_button {
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}

.present_button:before {
    height: 67%;
    width: 95%;
}

.bottom_btn .present_button:after {transform: rotate(-90deg) translateX(-257%);}

.bottom_btn span {
    /* position: absolute; */
    /* left: -10px; */
    /* top: 0; */
    /* text-align: center; */
    /* width: 80px; */
    /* height: 54px; */
    /* z-index: 1; */
}

.bottom_btn span b {
    line-height: 1;
    margin: 0;
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 2em;
}

.bottom_btn span small {
    color: var(--special);
    font-size: 1.3em;
}

.bottom_btn span:after {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 150%;
    background: linear-gradient(#f6f6f6, #f0f0f0, #e1e1e1);
    left: 0;
    top: -3px;
    z-index: -1;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
    box-shadow: 0 0px 9px 1px #91919147;
    opacity: 0.999;
}

/**/


#charm {
	position: relative;
	padding: 0 0 100px;
	margin: 0 auto 0;
	padding: 0 0 100px;
}

#charm .inner {
	position: relative;
}
#charm:before {
	content:"";
	background:#f4f5f9;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 0;
}
#charm .block-columns {
	max-width: 100%;
	margin: auto;
	grid-template-columns: 1fr;
}
#charm .block-column figure {
	width:100%;
	z-index: 1;
	position: relative;
}

#cuisine {
	padding: 50px 0 80px;
}

#cuisine .block-column figure {
	background: #ccc;
	height: 300px;
	width:100%;
}


#cuisine .block-columns {
	max-width: 100%;
	margin: auto;
}
#cuisine .block-columns.column-2 {grid-template-columns: 1fr;}
#cuisine .block-column {
	border:1px solid var(--special);
	padding: 20px;
	box-sizing: border-box;
}

#cuisine .block-column dl {
	margin: auto;
	display: flex;
	align-items: center;
}
#cuisine .block-column dt {
    background: var(--special);
    color: var(--white);
    padding: 2px 10px;
    font-weight: 600;
    display: inline-block;
    font-size: 0.9em;
}

#cuisine .block-column dd {
    padding: 0 0 0 10px;
    background: var(--white);
    color: var(--special);
    font-size: 1.3em;
    font-weight: 600;
    max-width: max-content;
}

#cuisine .under {
	color: var(--red);
	border-bottom: 1px solid var(--red);
	font-size: 1.2em;
	padding: 0 5px 3px;
	font-weight: 600;
}

#photo {
	background:none;
	padding:500px 0;
}

#schedule {
	background: #397ca9;
	padding: 50px 0 80px;
}

.daybox {
	background: #397ca9;
}

/*DAY1*/
.daybox .day1,
.daybox .day2,
.daybox .day3 {
	position: relative;
	display: block;
	padding: 30px 0 0;
	margin: 0 0 0;
}
.day-title b {
	font-weight: 300;
}
.daybox .day1 .day-title,
.daybox .day3 .day-title {
	position: absolute;
	justify-content: unset;
	font-size: 4em;
	height: 120px;
	margin: auto;
	top: 0;
	color: #cfd5dd;
	left: 0;
	right: 0;
	justify-content: center;
}
.daybox .day1 .inner,
.daybox .day2 .inner,
.daybox .day3 .inner{
	display: grid;
	grid-template-columns: 1fr;
	max-width: 90%;
	gap: 3%;
	justify-content: space-between;
	flex-direction: row;
}

.daybox .day1:before{
	content:"";
	background: #fff;
	height: 109%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 10%;
	z-index: 0;
}
.daybox .day3:before {
content:"";
	background: #fff;
	height: 105%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 8%;
	z-index: 0;	
}

.daybox .day1 .block-column,.daybox .day2 .block-column{
	position:relative;
	margin: 0;
	order: 2;
}
.daybox .day3 .block-column {position:relative;margin: 0;order: 2;}

.daybox .day1 .block-column:last-child {
	order: 1;
}
.daybox .day3 .block-column:last-child {order: 1;}
.daybox .arrow {
	width: 5px;
	padding: 10px 0;
	margin: auto;
	text-align: center;
	display: block;
}
.daybox dl{
	margin: 0;
	position: relative;
}
.daybox dl:before {
	content:"";
	background: url("../images/specialplan/arrow.webp") no-repeat;
}


.contact {
	padding: 60px 0 40px;
	position: relative;
	/* overflow: hidden; */
	background: url(../images/presentcampaign/bg.jpg) no-repeat;
	z-index: 1;
	background-size: cover;
}
.contact figure {
	position: relative;
	overflow: hidden;
}
.contact:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 65px;
	top: -10%;
	background: linear-gradient(180deg, var(--special) 0%, var(--special) 50%, var(--white) 50%, var(--white) 100%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.contact:before {
	content:"";
	background: #15547ea1;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
}
.contact .inner {
	position:relative;
	z-index: 10;
}

.contact .flex {
	display: block;
	gap: 30px;
	grid-template-columns: 1fr;
	max-width: 100%;
	margin: auto;
}
.contact .button {
	background: var(--white);
	padding: 15px 40px 12px;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1em;
	margin: 0 auto 20px;
	background: rgb(222 136 129);
	color: var(--white);
	overflow: hidden;
}


/****************
FAQ
****************/

    .faq-section {
        padding: 80px 15px;
        background: #ffffff;
        position: relative;
    }

    .faq-title {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.06em;
        color: #2c3852;
        margin-bottom: 19px;
    }

    .faq-list {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .faq-item {
        background: #f7f9fc;
        border-left: 5px solid #cfa864;
        padding: 15px 17px;
        border-radius: 6px;
    }

    .faq-q {
        font-size: 16px;
        font-weight: 600;
        color: #2c3852;
        margin-bottom: 10px;
    }

    .faq-a {
        font-size: 14px;
        line-height: 1.8;
        color: #3d485a;
    }

/****************
追従
****************/
 .fixed-cta {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 0;
        background: rgba(255, 255, 255, 0.88);
        padding: 0px 0px;
        border-radius: 0;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        z-index: 9999;
        backdrop-filter: blur(6px);
        width: 100%;
    }
 .fixed-cta .sp{
    display: flex !important;
    justify-content: center;
}
    /* ▼ 日付丸 */
    .deadline-circle-wrap {
        position: absolute;
        display: none;
        top: -39px;
        /* ← 高さ微調整（必要があれば +1/-1 で調整） */
        left: 0px;
        width: 62px;
        height: 60px;
        font-size: 17px;
        line-height: 1.15;
        border-radius: 50%;
        border: 2px solid #d3b272;
        background: #fff;
        color: #2c3852;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 500;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    }

    .deadline-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: .5;
        flex-direction: column;
        position: relative;
        top: 5px;
    }

    .deadline-circle span {
        font-size: 13px;
        margin-top: 1px;
    }

    /* ▼ ボタン */
    .cta-btn {
        display: block;
        justify-content: center;
        align-items: center;
        padding: 5px 13px;
        font-size: 16px;
        border-radius: 0px;
        background: linear-gradient(90deg, #d0ae6a, #e8c98d);
        border: 2px solid #d3b272;
        color: #fff;
        font-weight: 500;
        white-space: nowrap;
        transition: 0.25s;
        text-align: center;
        width: 100%;
    }
.cta-btn figure{
    width: 20px;
    margin: 0 auto;
}
.cta-btn figure img{}
.cta-btn small{
    font-size: .7em;
}
    .cta-btn:hover {
        opacity: 0.88;
    }
/****************
挙式プレゼント
****************/
 .camp-top {
                font-size: 21px;
                margin-bottom: 38px;
                font-weight: 300;
                letter-spacing: 0.08em;
                text-align: center;
                color: #fff;
            }

            .camp-main {
                font-size: 31px;
                line-height: 1.6;
                font-weight: 400;
                display: block;
                color: #fff;
            }

            .camp-main span {
                font-size: 40px;
                font-weight: 600;
                padding: 0;
                margin: 0;
            }

            .camp-note {
                font-size: 16px;
                opacity: 0.82;
                margin-bottom: 60px;
                color: #fff;
            }

            .campaign-link a {
                display: inline-block;
                margin-top: 40px;
                color: #fff;
                font-size: 18px;
                text-decoration: underline;
                opacity: 0.9;
            }

            .campaign-link a:hover {
                opacity: 1;
            }
			 /* ▼ ボタン全体ラップ（縦並び & 中央寄せ） */
        .inner-gold-btn-wrap {
            display: flex;
            flex-direction: column;
            gap: 15px;
            width: 100%;
            max-width: 880px;
            margin: 60px auto 0;
        }

        /* ▼ ゴールドボタン本体 */
        .inner-gold-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px 27px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.04em;
            color: #fff;
            border-radius: 6px;
            border: 1.8px solid rgba(255, 255, 255, 0.85);
            background: linear-gradient(90deg, #cfa864 0%, #e4c78d 50%, #cfa864 100%);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            text-decoration: none;
            transition: 0.25s;
            white-space: nowrap;
        }
.inner-gold-btn:last-child{
    position: relative;
    padding: 13px 15px 25px;
}
.inner-gold-btn small{
	display: flex;
	position: absolute;
	bottom: 4px;
}
        /* 矢印 */
        .inner-gold-btn .arrow {
            margin-left: 18px;
            font-size: 22px;
            line-height: 1;
        }

        /* ホバー */
        .inner-gold-btn:hover {
            opacity: 0.88;
        }


@media screen and (min-width:600px) {
.inner {
	/* max-width: 700px; */
}	


em {
	font-size: 0.8em;
	font-style: normal;
}

.wh {color: var(--white);}

.en-title,.day-title {
}
.day-title {
	font-family: "Cinzel", serif;
	font-size: 5em;
	display:flex;
	align-items:center;
	letter-spacing: 2px;
	justify-content: center;
	color: #eaecef;	
}

.center {
}

footer {
	background: var(--black);
	padding: 60px 0 30px;
}

footer .inner {
	margin: 0 auto 50px;
	text-align: center;
}
.ftop {
	border-bottom: 1px solid var(--opa-white02);
	padding:0 0 10px;
	margin: 0 0 20px;
	text-align: center;
}
.ftop figure{
	width: 300px;
	margin: 0 auto 10px;
}
footer p {
	color:var(--white);
}

/**/
.block-columns {
}
.column-2 {
}
/**/

.specialplan {
	font-family: "Noto Serif JP", serif;
}

section {
	background:var(--white);
}

/*++++++++++++++
common
++++++++++++++*/
#slider {
	/* position: fixed; */
}

#content {margin: auto;}


#content .block-columns:nth-child(2) .block-column:nth-child(2) {
	order:1;
	padding: 0 0 0 30px;
}

#cuisine .block-column figure {
	background: #ccc;
	height: 300px;
	width:100%;
}


#cuisine .block-columns {
    grid-template-columns: 1fr;
}
#cuisine .block-column {
	border:1px solid var(--special);
	padding: 20px;
	box-sizing: border-box;
}

#cuisine .block-column dl {
	margin: auto;
	display: flex;
	align-items: center;
}
#cuisine .block-column dt {
    background: var(--special);
    color: var(--white);
    padding: 2px 10px;
    font-weight: 600;
    display: inline-block;
}

#cuisine .under {
	color: var(--red);
	border-bottom: 1px solid var(--red);
	font-size: 1.2em;
	padding: 0 5px 3px;
	font-weight: 600;
}

#photo {
	background:none;
	padding:500px 0;
}


.daybox .day1 .inner{/* max-width: 600px; */}


.daybox dl{
	margin: 0;
	position: relative;
}
.daybox dl:before {
	content:"";
	background: url("../images/specialplan/arrow.webp") no-repeat;
}

.contact {padding: 70px 0;}
.contact figure {
	position: relative;
	overflow: hidden;
}
.contact:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 95px;
	top: -12%;
	background: linear-gradient(180deg, var(--special) 0%, var(--special) 50%, var(--white) 50%, var(--white) 100%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.contact .inner {
	position:relative;
	z-index: 10;
}

/**/
.p2 .present-wrap h5 {
    padding: 0;
}

.p2 .present-wrap:after {
    left: 6px;
    color: #ffffff;
    text-shadow: 0 0 6px #274d9f82;
    opacity: 1;
    top: -16px;
    font-size: 380%;
}

table tr {display: table-row;}

table th {
    width: 30%;
}

table td {
    width: 70%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.present_button {
    padding: 30px 30px 30px;
    text-align: center;
}

.present_button:before {
    height: 70%;
    width: 95%;
}

.present_button:after,.bottom_btn .present_button:after {
    transform: rotate(-90deg) translateX(-492%);
}

.submit {
    padding: 30px;
}

.present-box dl {
    padding: 0 0 0 5%;
}

.bottom_btn .present_button {
    padding: 30px;
}

.bottom_btn span {
    /* left: -23px; */
    /* width: 110px; */
    /* height: 73px; */
    /* padding: 11px 0; */
}

	
/**/
	
}



@media screen and (min-width:767px) {

	
	h5 span {
	    font-size: 1em;
	}
	

	.present-wrap h5 {
	    font-size: 1.3em;
	}
	
	h3 {
	    font-size: 2em;
	}
	
	p {
	    font-size: 1em;
	}
	
	
	h4 {
	    font-size: 1.5em;
	}


	#feature .swiper {
		max-width: 1300px;
		width: 90%;
	}
	
	table th,table td {
	    font-size: 1em;
	    padding: 30px;
	}
	
	.formbox label {
	    font-size: 1em;
	}
/****************
FAQ
****************/

    .faq-section {
        padding: 80px 0;
        background: #ffffff;
    }

    .faq-title {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.06em;
        color: #2c3852;
        margin-bottom: 50px;
    }

    .faq-list {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .faq-item {
        background: #f7f9fc;
        border-left: 5px solid #cfa864;
        padding: 26px 32px;
        border-radius: 6px;
    }

    .faq-q {
        font-size: 20px;
        font-weight: 600;
        color: #2c3852;
        margin-bottom: 10px;
    }

    .faq-a {
        font-size: 17px;
        line-height: 1.8;
        color: #3d485a;
    }

/****************
追従
****************/
 .fixed-cta {
        position: fixed;
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 18px;
        background: rgba(255, 255, 255, 0.88);
        padding: 14px 24px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        z-index: 9999;
        backdrop-filter: blur(6px);
        width: auto;
    }

 .fixed-cta .sp{
    display: none !important;
    justify-content: center;
}

		 .fixed-cta .pc{
			 display: flex !important;
			}
    /* ▼ 日付丸 */
    .deadline-circle-wrap {
        position: relative;
        top: 0;
        /* ← 高さ微調整（必要があれば +1/-1 で調整） */
        left: -12px;
        width: 60px;
        height: 60px;
        font-size: 17px;
        line-height: 1.15;
        border-radius: 50%;
        border: 2px solid #d3b272;
        background: #fff;
        color: #2c3852;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 500;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    }

    .deadline-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: .5;
        flex-direction: column;
        position: relative;
        top: 5px;
        padding: 25px;
    }

    .deadline-circle span {
        font-size: 13px;
        margin-top: 1px;
    }

    /* ▼ ボタン */
    .cta-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        font-size: 13px;
        border-radius: 6px;
        background: linear-gradient(90deg, #d0ae6a, #e8c98d);
        border: 2px solid #d3b272;
        color: #fff;
        font-weight: 500;
        white-space: nowrap;
        transition: 0.25s;
        width: 100%;
    }

    .cta-btn:hover {
        opacity: 0.88;
    }
/****************
挙式プレゼント
****************/
 .camp-top {
                font-size: 26px;
                margin-bottom: 38px;
                font-weight: 300;
                letter-spacing: 0.08em;
                text-align: center;
                color: #fff;
            }

            .camp-main {
                font-size: 52px;
                line-height: 1.6;
                font-weight: 400;
                display: block;
                color: #fff;
            }

            .camp-main span {
                font-size: 66px;
                font-weight: 600;
            }

            .camp-note {
                font-size: 16px;
                opacity: 0.82;
                margin-bottom: 60px;
                color: #fff;
            }

            .campaign-link a {
                display: inline-block;
                margin-top: 40px;
                color: #fff;
                font-size: 18px;
                text-decoration: underline;
                opacity: 0.9;
            }

            .campaign-link a:hover {
                opacity: 1;
            }
			 /* ▼ ボタン全体ラップ（縦並び & 中央寄せ） */
        .inner-gold-btn-wrap {
            display: flex;
            flex-direction: column;
            gap: 32px;
            width: 100%;
            max-width: 880px;
            margin: 60px auto 0;
        }

        /* ▼ ゴールドボタン本体 */
        .inner-gold-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 26px 32px;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.04em;
            color: #fff;
            border-radius: 6px;
            border: 1.8px solid rgba(255, 255, 255, 0.85);
            background: linear-gradient(90deg, #cfa864 0%, #e4c78d 50%, #cfa864 100%);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            text-decoration: none;
            transition: 0.25s;
            white-space: nowrap;
        }

        /* 矢印 */
        .inner-gold-btn .arrow {
            margin-left: 18px;
            font-size: 22px;
            line-height: 1;
        }

        /* ホバー */
        .inner-gold-btn:hover {
            opacity: 0.88;
        }

}

@media screen and (min-width:1024px) {
.inner {
	/* max-width: 1100px; */
}	
h3 {
}
h4 {
	font-size: 1.5em;
	font-weight: 600;
	color: var(--special);
}


em {
	font-size: 0.9em;
}

.wh {color: var(--white);}

.day-title {
	font-family: "Cinzel", serif;
	font-size: 5em;
	display:flex;
	align-items:center;
	letter-spacing: 2px;
	justify-content: center;
	color: #eaecef;	
}

.center {
	text-align: center;
	display: block;
}

footer {
	background: var(--black);
	padding: 60px 0 30px;
}

footer .inner {
	margin: 0 auto 50px;
	text-align: center;
}
.ftop {
	border-bottom: 1px solid var(--opa-white02);
	padding:0 0 10px;
	margin: 0 0 20px;
	text-align: center;
}
.ftop figure{
	width: 300px;
	margin: 0 auto 10px;
}
footer p {
	color:var(--white);
}

/**/
.block-columns {
}
.column-2 {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}
/**/

.specialplan {
	font-family: "Noto Serif JP", serif;
}

section {
	background:var(--white);
}

/*++++++++++++++
common
++++++++++++++*/


#content {
	padding: 100px 0;
	z-index: 10;
}

#content .block-columns{
	/* grid-template-columns: 53% 42%; */
}

#content .block-columns .block-column figure{width: auto;}

#content .block-columns:nth-child(2) {
	flex-direction: row;
	grid-template-columns: 42% 53%;
}

#content .block-columns:nth-child(2) .block-column:nth-child(1) {
	order:2;
}

#content .block-columns:nth-child(2) .block-column:nth-child(2) {
	order:1;
	padding: 0 0 0 30px;
}


#charm .inner {
	/* max-width: 90%; */
	/* position: relative; */
}

#charm .block-columns {
	/* max-width:1100px; */
	/* margin: auto; */
	/* grid-template-columns: 1fr 1fr; */
}
#charm .block-column figure {
	background: #ccc;

	width:100%;
}

#cuisine {
	padding: 80px 0;
}

#cuisine .block-column figure {
	background: #ccc;
	height: 300px;
	width:100%;
}


#cuisine .block-columns {
	max-width: 600px;
	margin: auto;
}
	
#cuisine .block-column {
	border:1px solid var(--special);
	padding: 20px;
	box-sizing: border-box;
}

#cuisine .block-column dl {
	margin: auto;
	display: flex;
	align-items: center;
}
#cuisine .block-column dt {
    background: var(--special);
    color: var(--white);
    padding: 2px 10px;
    font-weight: 600;
    display: inline-block;
}

#cuisine .block-column dd {
    padding: 10px 30px 10px 10px;
    background: var(--white);
    color: var(--special);
    font-size: 1.6em;
    font-weight: 600;
    max-width: max-content;
}

#cuisine .under {
	color: var(--red);
	border-bottom: 1px solid var(--red);
	font-size: 1.2em;
	padding: 0 5px 3px;
	font-weight: 600;
}

#photo {
	background:none;
	padding:500px 0;
}

#schedule {padding: 100px 0 100px;}

.daybox {
	/* background:#f4f5f9; */
}

/*DAY1*/
.daybox .day1{
	position: relative;
	display: block;
	padding: 140px 0 0;
	margin: 0 0 100px;
}

.daybox .day1 .day-title{font-size: 5em;top: -2%;justify-content: left;margin: 0 0 0 6%;}
.daybox .day1 .inner{
	grid-template-columns: 55% 40%;
	/* max-width: 1100px; */
	margin: auto;
}

.daybox .day1:before{
    width: 85%;
    height: 100%;
}

.daybox .day1 .block-column{
    order: 1;
}
.daybox .arrow {
	width: 5px;
	padding: 20px 0;
}
.daybox dl{
	margin: 0;
	position: relative;
}
.daybox dl:before {
	content:"";
	background: url("../images/specialplan/arrow.webp") no-repeat;
}

.contact figure {
	position: relative;
	overflow: hidden;
}
.contact:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 95px;
	top: -12%;
	background: linear-gradient(180deg, var(--special) 0%, var(--special) 50%, var(--white) 50%, var(--white) 100%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.contact:before {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.contact .inner {
	position:relative;
	z-index: 10;
}
.contact img {aspect-ratio: 2/1;object-fit: cover;}


/**/

#pagetop {bottom: 8%;}

.mb1 {
    /* margin: 0 0 60px; */
}

#content figure {
    overflow: hidden;
    height: 410px;
    position: relative;
}

#content figure img {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: none;
    width: 100%;
}

ul.recommend-list {
    padding: 60px 35px 35px;
    gap: 15px;
}

#charm h4 {
    margin: 0 0 30px 30px;
}

.contact {
    background-position: center;
}

.p2 .present-wrap h5 {
    padding: 0;
}

.p2 .present-wrap:after {
    font-size: 370%;
    left: 8px;
}

.swiper .inner {
    width: 100%;
}

#feature dl {
    margin: 40px auto 20px;
}

#feature dl dt {
    top: -90px;
}

.daybox .day1 .block-column:last-child .mb1 {
    margin: 0 0 30px;
}


.formbox .forminbox .e_txt span input {
    padding: 30px;
    font-size: 1em;
}

select.naiyo {
    padding: 30px;
}

.submit {
    margin: 60px auto 0;
    font-size: 1.1em;
}
	
/**/
/****************
FAQ
****************/

    .faq-section {
        padding: 80px 0;
        background: #ffffff;
    }

    .faq-title {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.06em;
        color: #2c3852;
        margin-bottom: 50px;
    }

    .faq-list {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .faq-item {
        background: #f7f9fc;
        border-left: 5px solid #cfa864;
        padding: 26px 32px;
        border-radius: 6px;
    }

    .faq-q {
        font-size: 20px;
        font-weight: 600;
        color: #2c3852;
        margin-bottom: 10px;
    }

    .faq-a {
        font-size: 17px;
        line-height: 1.8;
        color: #3d485a;
    }

/****************
追従
****************/
 .fixed-cta {
        position: fixed;
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 18px;
        background: rgba(255, 255, 255, 0.88);
        padding: 14px 24px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        z-index: 9999;
        backdrop-filter: blur(6px);
    }

    /* ▼ 日付丸 */
    .deadline-circle-wrap {
        position: relative;
        top: 1px;
        /* ← 高さ微調整（必要があれば +1/-1 で調整） */
        left: -12px;
        width: 62px;
        height: 62px;
        font-size: 17px;
        line-height: 1.15;
        border-radius: 50%;
        border: 2px solid #d3b272;
        background: #fff;
        color: #2c3852;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 500;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    }

    .deadline-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: .5;
        flex-direction: column;
        position: relative;
        top: 5px;
    }

    .deadline-circle span {
        font-size: 13px;
        margin-top: 1px;
    }

    /* ▼ ボタン */
    .cta-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 22px;
        font-size: 16px;
        border-radius: 6px;
        background: linear-gradient(90deg, #d0ae6a, #e8c98d);
        border: 2px solid #d3b272;
        color: #fff;
        font-weight: 500;
        white-space: nowrap;
        transition: 0.25s;
        width: auto;
    }

    .cta-btn:hover {
        opacity: 0.88;
    }
/****************
挙式プレゼント
****************/
 .camp-top {
                font-size: 26px;
                margin-bottom: 38px;
                font-weight: 300;
                letter-spacing: 0.08em;
                text-align: center;
                color: #fff;
            }

            .camp-main {
                font-size: 52px;
                line-height: 1.6;
                font-weight: 400;
                display: block;
                color: #fff;
            }

            .camp-main span {
                font-size: 66px;
                font-weight: 600;
            }

            .camp-note {
                font-size: 16px;
                opacity: 0.82;
                margin-bottom: 60px;
                color: #fff;
            }

            .campaign-link a {
                display: inline-block;
                margin-top: 40px;
                color: #fff;
                font-size: 18px;
                text-decoration: underline;
                opacity: 0.9;
            }

            .campaign-link a:hover {
                opacity: 1;
            }
			 /* ▼ ボタン全体ラップ（縦並び & 中央寄せ） */
        .inner-gold-btn-wrap {
            display: flex;
            flex-direction: column;
            gap: 32px;
            width: 100%;
            max-width: 880px;
            margin: 60px auto 0;
        }

        /* ▼ ゴールドボタン本体 */
        .inner-gold-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 26px 32px;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.04em;
            color: #fff;
            border-radius: 6px;
            border: 1.8px solid rgba(255, 255, 255, 0.85);
            background: linear-gradient(90deg, #cfa864 0%, #e4c78d 50%, #cfa864 100%);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            text-decoration: none;
            transition: 0.25s;
            white-space: nowrap;
        }

        /* 矢印 */
        .inner-gold-btn .arrow {
            margin-left: 18px;
            font-size: 22px;
            line-height: 1;
        }

        /* ホバー */
        .inner-gold-btn:hover {
            opacity: 0.88;
        }

}


@media screen and (min-width:1200px) {
	
section.present .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.present-wrap {
    margin: 0;
}

.present-box {
    display: block;
}

.present-box figure {
    width: 100%;
}

.present-box dl {
    width: 100%;
    padding: 20px 0 0 0;
}

.formbox article {
    display: flex;
    padding: 40px 0 20px;
}

.formbox .koumoku {
    width: 30%;
    padding: 0;
}

.formbox .forminbox {
    width: 70%;
    margin: 0 0 0 0;
    padding: 0 0 0 5%;
}

h5 span {
    font-size: 1.3em;
}

h3 {
    font-size: 2.4em;
}

p {
    font-size: 1.1em;
}

.present_button {
    font-size: 1.6em;
    padding: 40px 40px 40px;
    max-width: 60%;
}

.present_button:after {
    transform: rotate(-90deg) translateX(-812%);
}

ul.recommend-list {
    gap: 10px;
}

.contact {
    padding: 120px 0;
}

.present-wrap h5 {
    font-size: 1.7em;
}

span.num-big {
    font-size: 280%;
}

span.marker {
    font-size: 180%;
}

#content {
    padding: 100px 0 200px;
}

section.present .inner {
    gap: 80px 50px;
}


section.present.p2 .inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 17px;
}

.p2 p {
    line-height: 2;
}

.p2 .present-wrap h5 {
    font-size: 1.5em;
}
	
.p2 .present-wrap:after {
    font-size: 470%;
    top: -20px;
}

#feature dl dd {
    font-size: 1.7em;
}

#feature dl dt {
    font-size: 4em;
    opacity: 1;
}

h4 {
    font-size: 1.8em;
}

#charm .block-column figure {
    position: relative;
    overflow: hidden;
}

#charm .block-column figure {
    margin: 0px 0 0 0;
}

#charm .block-column.mb1 {
    margin: -80px 0 0 0;
    width: 50%;
}

#charm {
    display: flex;
    padding: 0;
}

#charm .inner {
    padding: 50px 5% 100px;
    width: 50%;
}


.detail p {
    font-size: 1.1em;
}

.submit {
    max-width: 60%;
}

.bottom_btn .present_button {
    padding: 40px;
    max-width: 780px;
}

.bottom_btn span {
    /* width: 150px; */
    /* height: 100px; */
    /* left: -40px; */
    /* padding: 23px 0; */
    /* top: 10px; */
}

.bottom_btn .present_button:after {
    transform: rotate(-90deg) translateX(-807%);
}

.bottom_btn span b {
    line-height: 0.6;
    font-size: 2.2em;
}

}

@media screen and (min-width:1400px) {
h2 {
	font-size:2.5em;
	line-height: 2;
	text-align: left;
	font-weight: 600;
	color: var(--special);
}

h3 {
	font-size:2em;
	line-height: 2;
	font-weight: 600;
	color: var(--special);
}
h4 {
	font-size: 1.5em;
	font-weight: 600;
	color: var(--special);
}

h6 {
	font-size: 1.2em;
	font-weight: 600;
	color: var(--special);
}

p {
	letter-spacing: 0.5px;
	font-size: 1em;
	line-height: 2.5;
}

em {
	font-size: 0.8em;
	font-style: normal;
}

.wh {color: var(--white);}

.en-title,.day-title {
	font-family: "Cinzel", serif;
	font-size: 5em;
	display:flex;
	align-items:center;
	letter-spacing: 2px;
	justify-content: center;
	color: var(--special);
}
.day-title {
	font-family: "Cinzel", serif;
	font-size: 5em;
	display:flex;
	align-items:center;
	letter-spacing: 2px;
	justify-content: center;
	color: #eaecef;	
}

.center {
	text-align: center;
	display: block;
}

footer {
	background: var(--black);
	padding: 60px 0 30px;
}

footer .inner {
	margin: 0 auto 50px;
	text-align: center;
}
.ftop {
	border-bottom: 1px solid var(--opa-white02);
	padding:0 0 10px;
	margin: 0 0 20px;
	text-align: center;
}
.ftop figure{
	width: 300px;
	margin: 0 auto 10px;
}
footer p {
	color:var(--white);
}

/**/
#recruitment .block-columns {display: block;}
.column-2 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}
/**/

.specialplan {
	font-family: "Noto Serif JP", serif;
}

section {
	background:var(--white);
}

/*++++++++++++++
common
++++++++++++++*/
#slider {
}

#content {padding: 100px 0 250px;}
#content .inner {
	position: relative;
	max-width: 1300px;
}
#content .block-columns{
}
#content .block-columns .block-column{

}

#content .block-columns .block-column figure{width: auto;}

#content .block-columns:nth-child(2) {
	flex-direction: row;
	grid-template-columns: 42% 53%;
}

#content .block-columns:nth-child(2) .block-column:nth-child(1) {
	order:2;
}

#content .block-columns:nth-child(2) .block-column:nth-child(2) {
	order:1;
	padding: 0 0 0 30px;
}

#charm {
	/* padding: 80px 0 0; */
}

#charm .inner {
	/* max-width: 1100px; */
	/* position: relative; */
	padding: 100px 5%;
}

#charm .block-columns {
	/* max-width:1100px; */
	/* margin: auto; */
}
#charm .block-column figure {
	background: #ccc;

	width:100%;
}

#cuisine {
	padding: 150px 0;
}

#cuisine .block-column figure {
	background: #ccc;
	height: 300px;
	width:100%;
}


#cuisine .block-columns {
	max-width: 1100px;
	margin: auto;
	grid-template-columns: 1fr 1fr;
}
#cuisine .block-columns.column-2 {
		grid-template-columns:1fr 1fr;
	} 	
#cuisine .block-column {
	border:1px solid var(--special);
	padding: 20px;
	box-sizing: border-box;
}

#cuisine .block-column dl {
	margin: auto;
	display: flex;
	align-items: center;
}
#cuisine .block-column dt {
    background: var(--special);
    color: var(--white);
    padding: 2px 10px;
    font-weight: 600;
    display: inline-block;
}

#cuisine .block-column dd {
    padding: 10px 30px 10px 10px;
    background: var(--white);
    color: var(--special);
    font-size: 1.6em;
    font-weight: 600;
    max-width: max-content;
}

#cuisine .under {
	color: var(--red);
	border-bottom: 1px solid var(--red);
	font-size: 1.2em;
	padding: 0 5px 3px;
	font-weight: 600;
}

#photo {
	background:none;
	padding:500px 0;
}



/*DAY1*/
.daybox .day1{
	position: relative;
	display: block;
	padding: 200px 0 0;
	margin: 0 0 100px;
}

.daybox .day1 .day-title {
	font-size: 5.5em;
	margin: 0 auto;
	top: 30px;
	color: #cfd5dd;
	justify-content: left;
	max-width: 1300px;
}
.daybox .day3 .day-title {
	font-size: 5.5em;
	top: 0;
	color: #cfd5dd;
	justify-content: left;
	margin: auto;
	max-width: 1300px;
}
	
.daybox .day1 .inner{
	display:grid;
	grid-template-columns: 55% 40%;
	max-width: 1300px;
	gap: 3%;
	justify-content: space-between;
	margin: auto;
}

.daybox .day1:before{
	content:"";
	background: #fff;
	height: 100%;
	width: 65%;
	position: absolute;
	right: 0;
	top: 10%;
	z-index: 0;
}

.daybox .arrow {
	width: 5px;
	padding: 20px 0;
}
.daybox dl{
	margin: 0;
	position: relative;
}
.daybox dl:before {
	content:"";
	background: url("../images/specialplan/arrow.webp") no-repeat;
}

.contact {
	padding: 80px 0 100px 0;
}
.contact figure {
	position: relative;
	overflow: hidden;
}
.contact:after {
	content:"";
	position: absolute;
	width: 1px;
	height: 95px;
	top: -12%;
	background: linear-gradient(180deg, var(--special) 0%, var(--special) 50%, var(--white) 50%, var(--white) 100%);
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.contact .inner {
	position:relative;
	z-index: 10;
}

.contact .flex {
	justify-content: center;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2,1fr);
	max-width: max-content;
	margin: auto;
}
.contact .button {
	background: var(--white);
	padding: 20px 40px 18px;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	background: rgb(222 136 129);
	color: var(--white);
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

/**/
#content figure {
    height: 580px;
}

#content figure img {
    bottom: -160px;
}
ul.recommend-list li:before {
    top: 11px;
}

ul.recommend-list li:after {
    top: 10px;
}

ul.recommend-list li p {
    font-size: 1.1em;
}
/**/
/****************
FAQ
****************/

    .faq-section {
        padding: 80px 0;
        background: #ffffff;
    }

    .faq-title {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.06em;
        color: #2c3852;
        margin-bottom: 50px;
    }

    .faq-list {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 34px;
    }

    .faq-item {
        background: #f7f9fc;
        border-left: 5px solid #cfa864;
        padding: 26px 32px;
        border-radius: 6px;
    }

    .faq-q {
        font-size: 20px;
        font-weight: 600;
        color: #2c3852;
        margin-bottom: 10px;
    }

    .faq-a {
        font-size: 17px;
        line-height: 1.8;
        color: #3d485a;
    }

/****************
追従
****************/
 .fixed-cta {
        position: fixed;
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        gap: 18px;
        background: rgba(255, 255, 255, 0.88);
        padding: 14px 24px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
        z-index: 9999;
        backdrop-filter: blur(6px);
    }

    /* ▼ 日付丸 */
    .deadline-circle-wrap {
        position: relative;
        top: 0;
        /* ← 高さ微調整（必要があれば +1/-1 で調整） */
        left: -12px;
        width: 62px;
        height: 62px;
        font-size: 17px;
        line-height: 1.15;
        border-radius: 50%;
        border: 2px solid #d3b272;
        background: #fff;
        color: #2c3852;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 500;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    }

    .deadline-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: .5;
        flex-direction: column;
        position: relative;
        top: 5px;
    }

    .deadline-circle span {
        font-size: 13px;
        margin-top: 1px;
    }

    /* ▼ ボタン */
    .cta-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px 22px;
        font-size: 16px;
        border-radius: 6px;
        background: linear-gradient(90deg, #d0ae6a, #e8c98d);
        border: 2px solid #d3b272;
        color: #fff;
        font-weight: 500;
        white-space: nowrap;
        transition: 0.25s;
    }

    .cta-btn:hover {
        opacity: 0.88;
    }
/****************
挙式プレゼント
****************/
 .camp-top {
                font-size: 26px;
                margin-bottom: 38px;
                font-weight: 300;
                letter-spacing: 0.08em;
                text-align: center;
                color: #fff;
            }

            .camp-main {
                font-size: 52px;
                line-height: 1.6;
                font-weight: 400;
                display: block;
                color: #fff;
            }

            .camp-main span {
                font-size: 66px;
                font-weight: 600;
            }

            .camp-note {
                font-size: 16px;
                opacity: 0.82;
                margin-bottom: 60px;
                color: #fff;
            }

            .campaign-link a {
                display: inline-block;
                margin-top: 40px;
                color: #fff;
                font-size: 18px;
                text-decoration: underline;
                opacity: 0.9;
            }

            .campaign-link a:hover {
                opacity: 1;
            }
	 /* ▼ ボタン全体ラップ（縦並び & 中央寄せ） */
        .inner-gold-btn-wrap {
            display: flex;
            flex-direction: column;
            gap: 32px;
            width: 100%;
            max-width: 880px;
            margin: 60px auto 0;
        }

        /* ▼ ゴールドボタン本体 */
        .inner-gold-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 26px 32px;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.04em;
            color: #fff;
            border-radius: 6px;
            border: 1.8px solid rgba(255, 255, 255, 0.85);
            background: linear-gradient(90deg, #cfa864 0%, #e4c78d 50%, #cfa864 100%);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            text-decoration: none;
            transition: 0.25s;
            white-space: nowrap;
        }
.inner-gold-btn:last-child{
    padding: 20px 32px 40px;
}
	.inner-gold-btn small{
    bottom: 9px;
}
        /* 矢印 */
        .inner-gold-btn .arrow {
            margin-left: 18px;
            font-size: 22px;
            line-height: 1;
        }

        /* ホバー */
        .inner-gold-btn:hover {
            opacity: 0.88;
        }

}