@charset "utf-8";

.miyabi_contents {
	width: 1040px;
	margin: 0 auto;
	padding-bottom: 60px;
}
h2 {
	text-align: center;
	margin: 0 0 30px;	
}
.miyabi_contents p.lead {
	text-align: center;
	font-family: 'Hannari','NotoSerif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	margin: 0 0 80px;
	font-size: 18px;
}

.about_miyabi {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 60px;
}
.about_miyabi .col .photo {
	margin: 0 0 12px;	
}
.about_miyabi .col h4 {
	font-size: 22px;
	margin: 0 0 10px;
	font-family: 'Hannari','NotoSerif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}
.price_cart {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.price_cart .price {
	font-size: 22px;
	font-family: 'Hannari','NotoSerif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	text-align: center;
	width: 50%;
}
.cart_btn,
.cart_btn_center {
	position: relative;
	z-index: 10;
	width: 228px;
	background: url(../images/btn_cart_on.png) no-repeat 0 0;
	background-size: 100%;
}
.cart_btn img,
.cart_btn_center img {
	transition: all 0.3s;	
}
.cart_btn:hover img,
.cart_btn_center:hover img {
	opacity: 0;
}

.miyabi_contents p {
	margin-bottom: 1em;	
}

.miyabi_contents p.contact_caption_require {
	font-weight: bold;
	margin-bottom: 2em;
	text-align: center;
	font-size: 110%;	
}
.miyabi_contents p strong {
	font-size: 110%;	
}
.miyabi_contents p strong.hannari {
	font-family: 'Hannari';
	font-size: 120%;
}


.miyabi_contents p a {
	color: #8c9c6b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #8c9c6b;
	font-weight: bold;
	font-style: 110%;
}

.miyabi_contents p a:hover {
	color: #F8C71C;
	border-bottom: 1px dotted #F8C71C;
}



.miyabi_flow {
	clear: both;
	padding: 40px 0;
	background: url(../images/miyabi_bg.jpg) repeat center top;
}
.miyabi_flow h3 {
	text-align: center;
	font-size: 24px;
	font-family: 'Hannari','NotoSerif', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	text-align: center;
	margin: 0 0 25px;
}

.flow_inner {
	width: 1250px;
	margin: 0 auto;	
}
.flow_inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.flow_inner .col {
	float: left;
	width: 410px;
	margin: 0 3px 20px 0;
}
.flow_inner .col:nth-child(3) {
	margin-right: 0;
}
.flow_inner .col:nth-child(4) {
	clear: both;
}
.flow_inner .col img {
	width: 100%;
	height: auto;	
}
.flow_inner .col .photo {
	margin-bottom: 15px;	
}
.flow_inner .col  p {
	font-size: 15px;
	padding-left: 22px;
}
.flow_inner .col.last {
	height: 360px;
	background: url(../images/miyabi_col_bg.png) no-repeat 30px center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;

}

ul.attention {
	list-style: none;
	margin-left: 50px;
}
ul.attention li {
	position: relative;
	font-size: 15px;
}
ul.attention li span.mark {
	position: absolute;
	top: 0;
	left: -1.2em;
}


.cart_btn_center {
	clear: both;
	text-align: center;
	width: 228px;
	margin: 60px auto 0;	
}

table.guide {
	margin-bottom: 20px;	
}
table.guide th,
table.guide td {
	vertical-align: top;
	padding:0 0 10px;
}
table.guide th {
	text-align: right;	
}
table.guide td {
	padding-left: 10px;
}

.to_link {
	text-align: center;	
}
.to_link a {
	color: #8c9c6b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #8c9c6b;
	font-weight: bold;
	font-style: 110%;
}

.to_link a:hover {
	color: #F8C71C;
	border-bottom: 1px dotted #F8C71C;
}
.contact_caption {
	text-align: center;
	padding-top: 60px;
}

@media(max-width: 900px) {
.miyabi_contents,
.flow_inner {
	width: auto;	
}
.miyabi_contents {
	padding-bottom: 30px;	
}

h2 {
	width: 100%;
	margin: 0 auto 20px;	
}
h2 img {
	width: 100%;
	height: auto;	
}
.miyabi_contents p.lead {
	margin: 0 20px 30px;	
}

.about_miyabi,
.price_cart {
	display: block;	
}
.about_miyabi .photo img {
	width: 100%;
	height: auto;	
}
.about_miyabi .col {
	margin: 0 0 40px;	
}

.about_miyabi .col h4 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 5px;
}
.price_cart .price {
	font-size: 18px;
	width: auto;
	text-align: center;	
}
.cart_btn {
	width: 60%;
	margin: 0 auto;
	text-align: center;	
}




.cart_btn img {
	width: 100%;
	height: auto;	
}
.about_inner {
	padding: 0 20px;	
}
.flow_inner .col,
.flow_inner .col:nth-child(3) {
	width: 70%;
	margin: 0 auto 20px;
	float: none;	
}
.flow_inner .col.last {
	width: 100%;	
}
.flow_inner .col.last {
	height: auto;
	display: block;
	background: url(../images/miyabi_col_bg_sp.png) no-repeat center top;
	background-size: 100%;	
}
ul.attention {
	list-style: none;
	margin-left: 0;
	text-align: center;
}
ul.attention li {
	position: static;
	font-size: 11px;
	text-align: center;
}
ul.attention li span.mark {
	position: static;
	top: 0;
	left: -1.2em;
}
.cart_btn_center {
	margin-top: 30px;
	width: 60%;
	margin: 0 auto;	
}
.cart_btn_center img {
	width: 100%;
	height: auto;	
}
	
}

@media(max-width: 768px) {
table.guide {
	margin: 0 20px 20px;	
}
table.guide th,
table.guide td {
	display: block;
	padding: 0;
	width: auto;
	text-align: left;
}
table.guide td {
	padding: 0 0 10px;	
}
}
@media(max-width: 767px) {
p.lead {
	font-size: 15px;	
}
p.lead br {
	display: none;	
}
.about_miyabi .col h4 {
	font-size: 18px;	
}
ul.attention li span.notes {
	font-size: 9px;	
}
}

@media(max-width: 320px) {


.flow_inner .col,
.flow_inner .col:nth-child(3) {
	width: 90%;
}
.flow_inner .col.last {
	width: 100%;	
}
	
}