@charset "utf-8";

#video_background {display: none;}

#mv1 {height: 300px; background: linear-gradient(#ba9a60, #a8894e); position: relative; margin-bottom: 80px;}
#mv1 .mv-txt {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 0; width: 100%; text-align: center; color: #fff;}
#mv1 .mv-txt h3 {font-family: 'EB Garamond', serif; font-size: 68px; letter-spacing: 5.44px;}
#mv1 .mv-txt p { font-family: RyuminPro; font-size: 31px; letter-spacing: 2px; line-height: 1.2;}

#box1 {padding: 40px 40px; font-family: 'RyuminPro'; box-shadow: 5px 5px 5px #ccc;}
#box1 h4 {text-align: center; font-size: 25px; margin-bottom: 40px; letter-spacing: 0.2em; font-weight: bold; color: #A28348;}
#box1 form {width: 400px; max-width: 100%; margin: 50px auto 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; border: 1px solid #ccc;}
#box1 form input {width: calc(100% - 120px); padding: 15px;}
#box1 form button {width: 120px; font-family: "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", serif; cursor: pointer; background: linear-gradient(to right, #da7376, #e0abac); color: #fff; font-size: 18px; font-weight: bold;}
#box1 form button:hover {opacity: 0.8;}
#box1 [class^="row"] p {font-size: 15px; text-align: center; letter-spacing: 0.1em;}
#box1 .row1 {border-bottom: 1px solid #ccc; margin-bottom: 40px; padding-bottom: 40px;}
#box1 .row2 p:last-of-type {background: linear-gradient(to right, #a6864a, #eec96e); padding: 10px 0; color: #fff; margin: 40px 0 0; font-size: 20px;}


#footer-top .row1 {display: none;}


/*Media*/
@media screen and (max-width: 769px) {
	#mv1 {height: 200px; margin-bottom: 40px;}
	#mv1 .mv-txt h3 {font-size: 34px;}
	#mv1 .mv-txt p {font-size: 23px;}

	#box1 {margin-bottom: 60px; max-width: 90%;}
	#box1 h4 {font-size: 21px; margin-bottom: 20px;}
	#box1 .row2 p:last-of-type {margin: 20px 0 0; font-size: 18px;}
}