@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : バースデーケーキ
 
=====================================================================================*/

body {
    font-size: 16px;
    background-color: #ffffcc;
}
.fc-red { color: #ED0537; }
.fc-blue { color: #009FFD; }
.w15 { width: 15% }
.w25 { width: 25% }
.w50 { width: 50%; }
.w100 { width: 100%; }
@media screen and (max-width:640px) {
    .w15 { width: 25% }
    .w25 { width: 40% }
    .w50 { width: 100%; }
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    box-sizing: border-box;
    padding: .25em;
}

.wrapper {
    width: 100%;
    max-width: 830px;
    margin: 48px auto;
}
@media screen and (max-width:870px) {
    .wrapper {
        width: calc(100% - 40px);
        margin: 48px 20px;
    }
}

.pagetitle {
    margin-bottom: 24px;
    text-align: center;
}
@media screen and (max-width:400px) {
    .pagetitle img {
        width: 100%;
        height: auto;
    }
}


/* -----------------------------------------------------------------------------
	入力フォーム
 -------------------------------------------------------------------------------*/
	
/* intro */
.intro {
    text-align: center;
    margin-bottom: 36px;
}
.intro p {
    margin-bottom: 1em;
}
.intro .caution {
    font-size: 112.5%;
    font-weight: bold;
    color: #ED0537;
    line-height: 1.2;
}

/* pricedown */
.pricedown {
    margin-bottom: 36px;
}
.pricedown .description {
    text-align: center;
}
.pricedown .description strong {
    font-size: 112.5%;
    color: #009FFD;
}
.pricedown .description strong span {
    font-size: 112.5%;
    color: #ED0537;
}
.pricedown .cartion {
    list-style: none;
    width: 100%;
    padding: 1em;
    margin: .5em 0;
    box-sizing: border-box;
    background-color: #F1F497;
}
.pricedown .cartion li {
    display: flex;
    margin-bottom: .25em;
}
.pricedown .cartion li:last-child {
    margin-bottom: 0;
}
.pricedown .cartion li::before {
    content: "※";
    display: block;
    width: 1.5em;
    float: left;
}
.pricedown .cartion strong {
    color: #ED0537;
    font-size: 112.5%;
}


/* illustprint */
.illustprint {
    margin-bottom: 36px;
}
.illustprint .description {
    text-align: center;
}
.illustprint .description strong {
    display: block;
    font-size: 112.5%;
    color: #009FFD;
}
.illustprint .description span {
    color: #666;
}
.illustprint .cartion {
    width: 100%;
    padding: 1em;
    margin: .5em 0;
    box-sizing: border-box;
    background-color: #F1F497;
}
.illustprint .cartion p {
    display: flex;
}
.illustprint .cartion p::before {
    content: "※";
    display: block;
    width: 1.5em;
    float: left;
}

.pricechange {
    color: #ED0537;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

/* caketable */
.caketable {
    border-collapse: collapse;
    margin-bottom: 1em;
}
.caketable th,
.caketable td {
    padding: .75em;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.caketable .midasi {
    background-color: #188B1A;
    color: #fff;
    text-align: center;
}
.caketable .midasi strong {
    font-size: 112.5%;
}
.caketable .naiyo1 {
    width: 110px;
    background-color: #ffcc66;
    vertical-align: middle;
}
.caketable .naiyo2 {
    width: 50%;
    max-width: 305px;
    background-color: #ffcc99;
    font-size: 87.5%;
}
@media screen and (max-width:870px) {    
    .caketable {
        width: 100%;
    }
    .caketable .naiyo1 {
        width: 100%;
        display: block;
        text-align: center;
        min-height: 80px;
    }
    .caketable .naiyo2 {
        width: 100%;
        display: block;
        max-width: none;
        margin-bottom: 24px;
    }
}
.caketable .naiyo2 .description {
    margin-bottom: .5em;
}
.caketable .naiyo2 .description .title {
    display: block;
    font-size: 112.5%;
    color: #004CFD;
    margin-bottom: .5em;
}
.caketable .naiyo2 .description .cartion {
    color: #ED0537;
}
.caketable .naiyo2 div {
    margin-bottom: .5em;
}
.caketable .naiyo2 input[type="tel"] {
    width: 3em;
    box-sizing: border-box;
    padding: .25em;
}

.cakenote {
    color: #ED0537;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
}

/* buyer */
.buyer {
    padding-top: 36px;
    border-top: 1px dotted #188B1A;
}
.buyer h2 {
    color: #188B1A;
    font-size: 137.5%;
    text-align: center;
    margin-bottom: 1em;
}
.buyer .note {
    width: 100%;
    max-width: 600px;
    padding: 1em 2em;
    margin: 0 auto 24px;
    box-sizing: border-box;
    background-color: #F1F497;
    font-size: 87.5%;
}
.buyer .note strong {
    display: block;
    margin-top: .5em;
    font-size: 125%;
    text-align: center;
}

.buyer table {
    border-collapse: collapse;
    margin-bottom: 1em;
    font-size: 87.5%;
}
.buyer table th,
.buyer table td {
    padding: .75em;
    border: 1px solid #fff;
    vertical-align: middle;
    box-sizing: border-box;
}
.buyer table th {
    width: 25%;
    background-color: #ccccff;
}
.buyer table th span {
    display: inline-block;
}
.buyer table td {
    background-color: #F4F4FF;
}
.buyer table td input,
.buyer table td select {
    box-sizing: border-box;
    padding: .25em;
    margin-bottom: .5em;
}
.buyer table td textarea {
    box-sizing: border-box;
    padding: .25em;
}


/* -----------------------------------------------------------------------------
	確認画面
 -------------------------------------------------------------------------------*/

.confirm-title {
    color: #188B1A;
    font-size: 137.5%;
    text-align: center;
    margin-bottom: 1em;
}

.buylist-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 48px;
    border-collapse: collapse;
}
.buylist-table th,
.buylist-table td {
    padding: .75em;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #188B1A;
}
.buylist-table th {
    width: 80%;
    background-color: #EDFFED;
    text-align: left;
}
.buylist-table td {
    text-align: center;
}

.buyer-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 48px;
    border-collapse: collapse;
    margin-bottom: 1em;
    font-size: 87.5%;
}
.buyer-table th,
.buyer-table td {
    padding: .75em;
    border: 1px solid #fff;
    vertical-align: middle;
    box-sizing: border-box;
}
.buyer-table th {
    width: 25%;
    background-color: #ccccff;
}
.buyer-table th span {
    display: inline-block;
}
.buyer-table td {
    background-color: #F4F4FF;
}



/* -----------------------------------------------------------------------------
	form
 -------------------------------------------------------------------------------*/
 
#mailform-layout {
}

#mailform-layout .item {
	position: relative;
}

#mailform-layout .item .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}

#mailform-layout .item .answer {
	padding-left: 200px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	#mailform-layout .item .answer {
		padding-left: 0;
		padding-top: 40px;
	}
}

#mailform-layout .required {
	background-color: #ff4545;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	text-align: center;
	width: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	border-radius: 3px;
}

#mailform-layout ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.mailform-alart {
	background-color: #e3fff2;
	border: 1px solid #bae4d1;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px !important;
	margin-bottom: 30px;
	text-align: center;
}

.mailform-alart.error {
	background-color: #ffffff;
	border: 2px solid #ff5353;
	color: #ff5353;
	font-weight: bold;
}

.mailform-setup-alart {
	background-color: #ffffff;
	border: 1px solid #ff5353;
	box-sizing: border-box;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px !important;
	margin-bottom: 30px;
	text-align: center;
	color: #ff5353;
}

.mailform-setup-alart strong {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
}

.mailform-setup-alart p {
	margin: 0;
	padding: 0;
}

.mailform-box {
	background-color: #F1F497;
	padding: 30px !important;
	margin-bottom: 30px !important;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 50px;
}

.mailform-box .title {
	font-size: 24px;
	display: block;
	padding-bottom: 10px;
	color: #ED0537;
}

.mailform-box p {
	margin: 0 !important;
	padding: 0 !important;
}

.sentok {
	font-size: 32px;
	text-align: center;
	color: #ED0537;
    line-height: 1.4;
    margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
    .sentok {
        font-size: 26px;
    }
}

.add {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	width: 200px;
	height: 36px;
	margin-top: 5px;
}

.s_name {
	display: block;
	margin-bottom: 10px;
}

.button-limit {
	display: none !important;
}


/* submit-button */
.submit-button {
	text-align: center;
	padding-top: 20px;
}
.submit-button button {
	display: inline-block;
	margin-left: 20px;
	background-color: #ffffff;
	color: #009FFD;
	font-weight: bold;
	border: 1px solid #009FFD;
	border-radius: 5px;
	padding: 20px;
	padding-left: 35px;
	padding-right: 60px;
    font-size: 100%;
	text-indent: -15px;
	position: relative;
	transition: 0.2s;
}
.submit-button button.pageback {
	text-indent: 15px !important;
	padding-right: 35px !important;
    margin-left: 0;
}
@media screen and (max-width:460px) {
    .submit-button button {
        width: 240px;
        margin-bottom: 24px;
        margin-left: 0;
    }
    .submit-button button.pageback {
    }
}
.submit-button button:hover {
	background-color: #009FFD;
	color: #ffffff;
    cursor: pointer;
}
.submit-button button:before {
	width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
	content: "";
	position: absolute;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	right: 2px;
	top: 50%;
	transition: 0.2s;
}
.submit-button button:hover:before {
    background: #ffffff;
	right: 2px;
}
.submit-button button.pageback:before {
	right: inherit;
	left: 20px;
}
.submit-button button.pageback:hover:before {
    background: #ffffff;
    left: 20px;
}
.submit-button button:after {
    width: 7px;
    height: 7px;
    border-top: 1px solid #009FFD;
    border-right: 1px solid #009FFD;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
		content: "";
		position: absolute;
		right: 24px;
		top: calc(50% + 1px);
		transition: 0.2s;
}
.submit-button button:hover:after {
	right: 21px;
}
.submit-button button.pageback:after {
	right: inherit;
	left: 21px;
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	top: 25px;
}
.submit-button button.pageback:hover:after {
	right: inherit;
	left: 17px;
}

.totop {
    margin-top: 24px;
    font-size: 87.5%;
    text-align: center;
}