@charset "utf-8";
/*
Theme Name: 94dan-child
Template: 94dan
*/


@import url('../94dan/style.css');

body {
	font-family: serif;
}

.entry-header {
	width: 1200px;
	margin:30px auto;
}

.inner {
	width: 1200px;
	margin:0px auto 50px;
}

.menu_list {
	text-align: center;
	font-size: 0;
}

.menu_box {
	display:inline-block;
	width: 49%;
	vertical-align: top;
	padding:20px;
	text-align: left;
}

.menu_box:nth-child(odd) {
	border-right: 2px solid #c0c0c0;
}

.border {
	display: inline-block;
	width: 45%;
	margin:20px;
	border-bottom: 2px solid #c0c0c0;
}

.title {
	font-size: 36px;
	margin:10px;
}

.text {
	display: inline-block;
	width: 70%;
	padding-left: 10px;
	vertical-align: bottom;
}

.text p {
	font-size: 20px;
	margin:0;
}

.price {
	display: inline-block;
	width: 29%;
	vertical-align: bottom;
	padding-right: 10px;
}

.price p {
	text-align: right;
	font-size: 30px;
	margin:0;
}

.price p span{
	font-size: 16px;
}

.prefecture {
	font-size: 34px;
}

.list_box {
	border-bottom: 2px solid #c0c0c0;
	padding:20px 10px;
}

.first {
	border-top: 2px solid #c0c0c0;
}

.list_box dl dt {
	width: 20%;
	float: left;
	font-size: 24px;
}

.list_box dl dd {
	margin: 0 0 0 20%;
	font-size: 20px;

}

.coordinate {
	margin-bottom: 0;
	display: none;
}

.terms ,.policy ,.company{
	width: 90%;
	margin:0 auto;
}

.terms p {
	text-indent: -1em;
	padding-left: 1em;
}

table {
	border-collapse: collapse;
	border-top: 1px solid #c0c0c0;
}

table tr th {
	padding:15px;
	background: #c0c0c0;
	border-bottom: 1px solid #fff;
}

table tr td {
	padding:15px;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}




@media only screen and (max-width: 480px) {

.entry-header {
	width: auto;
	padding:20px;
}


.inner {
	width: 100%;
}

.menu_box {
	padding:10px;
}

.menu_box:nth-child(odd) {
	border-right: 1px solid #c0c0c0;
}

.title {
    font-size: 20px;
    margin: 0px;
}

.text {
    width: 61%;
    padding-left: 0px;
}

.price {
	width: 35%;
	padding-right: 0px;
}

.text p {
	font-size: 8px;
	margin:0;
}

.price p {
	text-align: right;
	font-size: 14px;
	margin:0;
}

.price p span{
	font-size: 8px;
}

.border {
    width: 44%;
    margin: 11px;
    border-bottom: 1px solid #c0c0c0;
}

.shop_list {
	width: 96%;
	margin:0 auto;
}

.list_box dl dt {
	width: auto;
	float: none;
	display: block;
}

.list_box dl dd {
	margin: 0;
	display: block;

}


table tr th {
	display: block;

}

table tr td {
	display: block;
	border-left: 1px solid #c0c0c0;

}






}


@media only screen and (max-width: 360px) {

.menu_box {
	display:block;
	width: auto;
	padding:20px;
	text-align: left;
}

.menu_box:nth-child(odd) {
	border-right: 0px;
}

.border {
	display: none;
}

.text p {
    font-size: 14px;
}

.price p {
    font-size: 20px;
}

.price p span{
	font-size: 14px;
}

}









