@charset "UTF-8";
@import url("common.css");
/* CSS Document */

.box {
  width: 100%;
  height: 100vh;
}

.box {
  display: flex; /* 要素をflexboxに対応させる */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box__bg_photo {
    background-image: url(../images/index_image.jpg);
    background-size: cover;
    background-position: center;
}
h1,h2 {
	font-size: 40px;
color:#fff;
text-align: center;
line-height: 40px;
letter-spacing: 10px;}
h1 span {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
@media (max-width: 900px) {
	h1,h2 {
	font-size: 30px;
line-height: 30px;
letter-spacing: 8px;}
h1 span {
	font-size: 13px;
}
}
.scroll {
	margin-top: -28px;
}

#con1 h2,#con2 h2,#con3 h2 {
	font-size: 32px;
	color:#c1272d;
	margin-top: 90px;
}
#con1 h2 {
	margin-top: 150px;
}
#con1 div h3 {
	margin-top: 40px;
	font-size: 22px;
		color: #898125;
		font-weight: bold;
}
@media (max-width: 900px) {
	#con1 div h3 {
		font-size: 20px;
	line-height:36px;
	margin-top: 20px;
	font-weight: normal;

}
}
#con1 div {
    width: 800px;
    margin: 50px auto;
    background-color: #F5F5F5;
    overflow: hidden;
	border: 1px solid #ccc; /*線の太さ・色*/
 border-radius: 8px; /*角の丸み*/ 
}
@media (max-width: 900px) {
	#con1 div {
	width: 100%;
}
}
#con1 div p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 30px;
		margin-bottom: 40px;
	font-weight: 100;
}
@media (max-width: 900px) {
	#con1 h2,#con2 h2,#con3 h2 {
		font-size: 26px;
	line-height: 46px;
	margin-top: 70px;
}
}
#con1 p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 45px;
	font-weight: 100;
}
@media (max-width: 900px) {
	#con1 {
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}
	#con1 p,#con1 div p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 33px;
		text-align: justify;
}
	#con1 div p {
	margin-left: 20px;
	margin-right: 20px;
			margin-bottom: 20px;
			margin-top: 20px;

}
}

#con2 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
#con2 h2,#con3 h2{
	margin-top: 220px;
}
#con2 h3 span {
		font-size: 12px;

}
#con2 p {
	font-size: 14px;
	margin-top: 24px;
}
@media (max-width: 900px) {
	#con2 {
	width: 88%;
	padding-bottom: 50px;
}
	#con2 .left,#con2 .right {
		float: none;
	}
	.price .clear {
		clear: none;
}
	#con2 h2,#con3 h2{
	margin-top: 80px;
}
}

.price {
	width: 508px;
	margin-top: 70px;
}
.price h3 {
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #898125;
	border-bottom:3px #dcdac6;
	border-style: double;
}
@media (max-width: 900px) {
	.price {
	width: 100%;
	margin-top: 70px;
}
.price h3 {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
}
div#stamp_box {
	text-align: center;
	width: 475px;
	height: 176px;
	background-color: #fff;
	margin-top: 50px;
}
#stamp_box p {
	line-height: 176px;
		margin-top: 0px;

}
@media (max-width: 900px) {
	div#stamp_box {
	text-align: center;
	width: 90%;
	height: 100px;
	background-color: #fff;
	margin-top: 50px;
		margin-right: auto;
		margin-right: auto;
}
#stamp_box p {
	line-height: 20px;
	margin-top: 30px;
}
}
.price ul {
		
}
.price ul li {
	display: inline-block;
}
li.menu {
	font-size: 14px;
	margin-left: 0;
	margin-top: 26px;

}
li.menu span {
	font-size: 12px;
}
li.price2 {
	width: 200px;
	text-align: right;
	font-size: 20px;
		color:#c1272d;
	margin-right: 0;
		margin-top: 20px;
	margin-bottom: 14px;
}
li.price2 .kara {
	font-size: 14px;
	color:#c1272d;
}

li.price2:first-letter {
	font-size: 16px;
}
li.price2 span {
	font-size: 11px;
		color:#333;
}
.kara {
	font-size: 12px;
}
@media (max-width: 900px) {
	li.menu {
	font-size: 14px;
	margin-left: 0;
	margin-top: 26px;

}
li.menu span {
	font-size: 12px;
}
li.price2 {
	width: 100%;
	text-align: center;
	font-size: 22px;
		color:#c1272d;
	margin-right: 0;
		margin-top: 20px;
	margin-bottom: 14px;
}

li.price2:first-letter {
	font-size: 18px;
}
li.price2 span {
	font-size: 12px;
		color:#333;
}
}

.price p {
		margin-top: 40px;

	width: 308px;
	text-align: justify;
	font-size: 14px;
	line-height: 36px;
	
}
@media (max-width: 900px) {
	.price p {
		margin-top: 40px;

	width: 100%;
	text-align: justify;
	font-size: 14px;
	line-height: 36px;
	
}
}
.price ul a li {
    width: auto;		
}
.price img {
		margin-top: 20px;
}
.price .clear {
	border-bottom:1px #dcdac6;
	border-style: solid;
}
.pickup {
}
.pickup:after {
	content: url(../images/price_arrow.png);
	margin-left:10px;
}
#setmenu h3 {
		text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #898125;
margin-top: 70px;
}

#setmenu+div {
	width: 100%;
	border: 2px #dcdac6;
		border-style: solid;

}
@media (max-width: 900px) {
#setmenu h3 {
		text-align: center;
}
	#setmenu+div {
	width: 100%;

}
}
.plus {

}
.arrow_sp img {
	display: none;
}
@media (max-width: 900px) {
	.arrow_sp img {
		display: block;
		width: 16px;
		height: 12px;
}
	.arrow_pc img {
	display: none;
}
}
.setmenu_price li {
	display: inline-block;
	margin-top: 30px;
}
@media (max-width: 900px) {
	.setmenu_price li {
	margin-top: 5px;
}
}

.setmenu_price:first-child {
	margin-top: 60px;
}
.setmenu_price:last-child {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.setmenu_price:first-child {
	margin-top: 50px;
}
.setmenu_price:last-child {
	margin-bottom: 10px;
}
}
li.set,li.set2 {
	width: 260px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border: 2px #dcdac6;
		border-style: solid;
	border-radius: 10px; 
}
li.set span span{
 font-size: 12px;
}
li.set3 {
		width: 128px;
		height: 52px;
		line-height: 52px;
	text-align: center;
	border: 2px #dcdac6;
		border-style: solid;
	border-radius: 10px; 

	display: inline-block;
	transform: scale(0.8, 1);
	margin: 0 -14px

}
li.set2 {
	width: 160px;
}
.hyoki {
			line-height: 30px;

}
@media (max-width: 767px) {
	li.set,li.set2,li.set3 {
	width: 200px;
}
	li.set3 {
		transform: scale(1, 1);
	margin: 0 0px;

}
	.setsp {
			display: inline-block;
	transform: scale(0.7, 1.5);
		
	}
}

.price1{font-size: 12px;
	width: 146px;
	line-height: 52px;
}
.setmenu_price .price2{
	line-height: 52px;
}
@media (max-width: 767px) {
	.price1{
	width: 100%;
	line-height: 20px;
}
	.setmenu_price .price2{
	line-height: 20px;
		margin-bottom: 50px;
}
}


#con3 {
	width: 100%;
	background-color: #fff;
	padding: 5px 0;
}
#con3 img {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 50px;
}
#style_sp {
	display: none;
}
@media (max-width: 767px) {
	#con3 img {
	margin-top: 10px;
}
	#style {
	display: none;
}
	#style_sp {
	display: block;
}
}
@media (min-width: 1441px) {#con3 img {
	width: 1440px;
	}}
#con3 a {
	display: block;
	width: 190px;
	height: 30px;
	background-color: #c1272d;
	margin: 50px auto;
	margin-bottom: 240px;
}
@media (max-width: 767px) {
	#con3 a {
	display: block;
	width: 190px;
	height: 30px;
	background-color: #c1272d;
	margin: 20px auto;
		margin-bottom: 80px;
}
}
#con3 a p {
	color: #fff;
	line-height: 30px;
}
