@import url(phone.min.css)screen and (max-width:767px);@import url(tablet.min.css)screen and (min-width:768px) and (max-width:1024px);@import url(pc.min.css)screen and (min-width:1025px);@keyframes keyGradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes buttonAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes statusIconAnimation{0%{background-position:0 100%}to{background-position:0 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}#totalPrice{position:fixed;width:200px;height:100px;right:0;color:rgba(102,102,102,.7);z-index:1;display:flex;justify-content:center;align-items:center;font-size:2rem;column-gap:1rem}#totalPrice>p:last-child{font-size:2.4rem}#totalPrice::before{content:"";position:absolute;width:100%;height:100%;background:#fff;filter:blur(1px);box-shadow:0 0 20px rgba(255,255,255,.5);z-index:-1}section{width:100%}section>.information{font-size:1.4rem;padding:1rem;box-sizing:border-box;border-image:linear-gradient(315deg,#b59c63 0,#b58c42 3%,#943129 4%,#942929 6%,#ad3921 9%,#c66b21 10%,#ce8439 11%,#c66b21 13%,#ceb57b 14%,#c6ceb5 16%,#ced6bd 21%,#c7ffe9 22%,#ced6bd 23%,#cec694 24%,#c68c31 25%,#cebd7b 26%,#cebd7b 27%,#cead63 30%,#cec694 31%,#cebd7b 37%,#c68c31 37%,#bd6b29 41%,#ad3921 42%,#ad3921 43%,#c66b21 44%,#ce8439 48%,#942929 49%,#732929 52%,#942929 56%,#ad4239 60%,#bd6b29 61%,#732929 62%,#4a2929 66%,#523939 71%,#634a4a 76%,#735a5a 81%,#ad9484 86%,#c6ceb5 100%);border-image-slice:1;border-width:1px;border-style:solid;border-image-repeat:round;background:url(/img/pricingSimulator/bg.jpg)no-repeat center;color:#fff;background-size:cover;margin-bottom:3rem}section>.information>dl>dt,section>.information>p{font-size:1.6rem;text-shadow:1px 1px 0#000}section>.information>h3{font-size:2rem;margin:2rem 0;color:#fc5c7d;background:linear-gradient(to right,#fde88d 0,#d9b564 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;text-shadow:none}section>.information>dl>dt{margin-bottom:.5rem}section>.information>dl>dt::before{content:"・"}section>.information>dl>dd{margin-bottom:4rem;line-height:1.2;text-shadow:1px 1px 0#000}section>.information>dl>dd .asterisk{color:#fc5c7d}section>.information>dl>dd:last-child{margin-bottom:0}section .formArea{border-image:linear-gradient(315deg,#b59c63 0,#b58c42 3%,#943129 4%,#942929 6%,#ad3921 9%,#c66b21 10%,#ce8439 11%,#c66b21 13%,#ceb57b 14%,#c6ceb5 16%,#ced6bd 21%,#c7ffe9 22%,#ced6bd 23%,#cec694 24%,#c68c31 25%,#cebd7b 26%,#cebd7b 27%,#cead63 30%,#cec694 31%,#cebd7b 37%,#c68c31 37%,#bd6b29 41%,#ad3921 42%,#ad3921 43%,#c66b21 44%,#ce8439 48%,#942929 49%,#732929 52%,#942929 56%,#ad4239 60%,#bd6b29 61%,#732929 62%,#4a2929 66%,#523939 71%,#634a4a 76%,#735a5a 81%,#ad9484 86%,#c6ceb5 100%);border-image-slice:2;border-width:1px;border-style:solid;border-image-repeat:round;background:#000;color:#fff}section .formArea>.castFeeArea{width:100%;margin-top:1rem;min-height:300px}section .formArea>.castFeeArea>.castForm{width:100%;padding:0 1rem;margin:4rem 0 1rem;display:flex;flex-wrap:wrap;justify-content:space-between;box-sizing:border-box;column-gap:1rem}section .formArea>.castFeeArea>.castForm>.searchField{height:2.4rem}section .formArea>.castFeeArea>.castForm>.searchField>button,section .formArea>.castFeeArea>.castForm>.searchField>input[type=text]{padding:1px 2rem;border-image:linear-gradient(45deg,#b67b03 0,#daaf08 45%,#fee9a0 70%,#daaf08 85%,#b67b03 90% 100%);border-image-slice:1;border-width:1px;border-style:solid;border-image-repeat:round;background:#000;color:#fff;height:100%;box-sizing:border-box;cursor:pointer;font-size:1.4rem}section .formArea>.castFeeArea>#castListButton{color:#666;padding:1px 2rem;background:#fff;border:0;height:2.4rem;width:calc(100% - 2rem);box-sizing:border-box;margin:1rem;cursor:pointer}section .formArea>.castFeeArea>#castListArea{width:100%}section .formArea>.castFeeArea>#castListArea>#castListButton{width:calc(100% - 2rem);padding:.5rem 0;margin:0 1rem;box-sizing:border-box}section .formArea>.castFeeArea>#castListArea>#castList{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start;padding:1rem;box-sizing:border-box;transition:300ms;margin-top:4rem}section .formArea>.castFeeArea>#castListArea>#castList>li{cursor:pointer;height:100%;overflow:hidden;margin-top:-4rem;filter:brightness(1);transition:300ms}section .formArea>.castFeeArea>#castListArea>#castList>li img{width:100%;height:auto;box-sizing:border-box}section .formArea>.castFeeArea>#castListArea>#castList>li>.profileArea{position:relative;width:100%;height:4rem;top:-4rem;background:rgba(0,0,0,.8);display:flex;flex-wrap:wrap;justify-content:center;padding-top:.5rem;box-sizing:border-box}section .formArea>.castFeeArea>#castListArea>#castList>li>.profileArea>p{width:100%;text-align:center;font-size:1.4rem}section .formArea>.castFeeArea>#castListArea>#castList>li>.profileArea>p>span:first-child{font-size:.8rem}section .formArea>.castFeeArea>#castListArea>#castList>li.selected{filter:brightness(1.2)}section .formArea>.castFeeArea>#castListArea>#castList>li.selected>img{border:solid 4px #00925b}section .formArea>.castFeeArea>#castListArea>#castList.hide{height:0;opacity:0}section .formArea>.deliveryFeeArea{min-height:200px;font-size:1.4rem;margin-bottom:2rem}section .formArea>.deliveryFeeArea input[type=number]::-webkit-inner-spin-button,section .formArea>.deliveryFeeArea input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}section .formArea>.deliveryFeeArea input[type=number]{-moz-appearance:textfield}section .formArea>.deliveryFeeArea #methodChoice{display:flex;justify-content:flex-start;flex-wrap:wrap;row-gap:3rem;column-gap:2rem;padding:1rem;box-sizing:border-box}section .formArea>.deliveryFeeArea>.method{width:100%;padding:1rem;box-sizing:border-box;flex-wrap:wrap;column-gap:1rem}section .formArea>.deliveryFeeArea>.method input[type=number]{width:100px}section .formArea>.deliveryFeeArea>#map{width:100%}section .formArea>.deliveryFeeArea>#map>p{margin-bottom:1rem}section .formArea>.deliveryFeeArea>#map #mapBody{width:100%;height:400px;background:#fff;border-radius:5px;background:gray}section .formArea>.deliveryFeeArea>#map #mapBody .gm-style-iw-d{color:#666}section .formArea>#callButton,section .formArea>.deliveryFeeArea>.loading,section .formArea>.deliveryFeeArea>.method,section .formArea>.deliveryFeeArea>.response{display:flex;justify-content:center;align-items:center}section .formArea>.deliveryFeeArea>.loading>i{font-size:1.8rem;animation:spin .5s linear infinite}section .formArea>.deliveryFeeArea>.response{flex-wrap:wrap;margin-bottom:2rem;gap:1rem}section .formArea>.deliveryFeeArea>hr{width:100%;border:0;border-top:1px solid gray}section .formArea>.deliveryPlaceFeeArea{min-height:200px;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline}section .formArea .explanation{font-size:1.4rem;padding:0 1rem;box-sizing:border-box;margin:4rem 0;line-height:1.5}section .formArea>.courseFeeArea{display:flex;flex-wrap:wrap;justify-content:center;width:100%}section .formArea>.courseFeeArea>.explanation{width:100%;padding:1rem;box-sizing:border-box;font-size:1.4rem}section .formArea>.courseFeeArea>.input.select{margin-bottom:3rem}section .formArea>.couponArea,section .formArea>.optionFeeArea{width:100%}section .formArea>.optionFeeArea>.optionBlock{margin:3rem 0;box-sizing:border-box}section .formArea>.optionFeeArea>.optionBlock>h4{text-align:center;font-size:2rem}section .formArea>.optionFeeArea>.optionBlock>h4>span{color:#fc5c7d;background:linear-gradient(to right,#bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 100%;filter:drop-shadow(0 0 5px rgba(255,246,215,.5))}section .formArea>.couponArea>ul>li label,section .formArea>.optionFeeArea>.optionBlock>h4>span.prefix,section .formArea>.optionFeeArea>.optionBlock>ul>li{font-size:1.4rem}section .formArea>.optionFeeArea>.optionBlock>ul{list-style:none;margin:3rem 1rem;display:flex;flex-wrap:wrap;column-gap:1rem;row-gap:2rem}section .formArea>.couponArea>ul{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;width:100%;margin-bottom:2rem}section .formArea>.couponArea>ul>li{font-size:1.4rem;padding:.5rem 1rem;background:#000;color:#fff;cursor:pointer}section .formArea>.couponArea>ul>li i{margin-left:1rem;width:15px;height:15px;background:#fff;color:#666;display:inline-flex;justify-content:center;align-items:center;border-radius:50%}section .formArea>.couponArea>ul>li .couponExplanation{margin-top:.5rem}section .formArea>#callButton{color:#666;padding:2rem 0;border:0;height:2.4rem;width:calc(100% - 2rem);box-sizing:border-box;margin:4rem 1rem;cursor:pointer;box-shadow:0 0 20px rgba(255,255,255,.5);position:relative;font-size:1.8rem;text-decoration:none}section .formArea>#callButton::before{content:"";background:#fff;filter:blur(1px);position:absolute;width:100%;height:100%;z-index:-1}@media screen and (max-width:767px){#totalPrice{position:fixed;width:100%;height:5rem;right:0;bottom:5rem}section{width:96%;margin:auto}section .formArea>.deliveryFeeArea>.method{flex-wrap:wrap}section .formArea>.couponArea>ul>li,section .formArea>.couponArea>ul>li .couponExplanation,section .formArea>.deliveryFeeArea>.method input[type=text]{width:100%}section .formArea>.castFeeArea>.castForm>.input.checkbox{width:100%;margin-bottom:2rem;display:flex}section .formArea>.castFeeArea>.castForm>.searchField{width:100%;display:flex;column-gap:2rem}section .formArea>.castFeeArea>.castForm>.searchField input{width:calc(100% - 70px - 2rem)}section .formArea>.castFeeArea>.castForm>.searchField>button{width:70px}section .formArea>.castFeeArea>#castListArea>#castList>li{width:calc(25% - .5rem)}}@media screen and (min-width:768px) and (max-width:1024px){#totalPrice{position:fixed;width:100%;height:5rem;right:0;bottom:5rem}section{width:96%;margin:auto}section .formArea>.deliveryFeeArea input[type=text]{width:600px}section .formArea>.castFeeArea>#castListArea>#castList>li{width:calc(20% - .5rem)}section .formArea>.couponArea>ul>li .couponExplanation{width:300px}}@media screen and (min-width:1025px){#totalPrice{position:fixed;width:200px;height:100px;bottom:5rem;right:1rem;z-index:2;flex-wrap:wrap;align-content:center;row-gap:1rem}#totalPrice>p{width:100%;text-align:center}section{min-width:1025px;max-width:1680px;width:96%;margin:auto}section .formArea>.pageTitle{width:100%}section .formArea>.deliveryFeeArea input[type=text]{width:600px}section .formArea>.deliveryFeeArea #map #mapBody{height:400px}section .formArea>.castFeeArea>#castListArea>#castList>li{width:calc(10% - .5rem)}section .formArea>.couponArea>ul{margin-bottom:2rem}section .formArea>.couponArea>ul>li .couponExplanation{width:300px}}