@charset "UTF-8";


table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto;
}

table th,
table td {
	padding: 10px 10px 14px 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-top-style: solid;
	border-bottom-style: solid;
}

table th {
	background-color: #eee;
	text-align: left;
	width: 30%;
	padding-left: 20px;
}

.map {
    height: 580px;
    width: 100%;
}

iframe, canvas, embed {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



@media print, screen and (min-width: 768px) {

.pan {
	margin: 0px auto;
	width: 1199px;
	padding: 5px 0px 0px 0px;
	font-size: 90%;
}

.drawr {
	display: none;
}

.syohin_box {
	width:1199px;
	margin:10px 0px 10px 0px;
	padding:0;
	float: left;
}

.syohin_box_l {
	width:899px;
	margin:0;
	padding:0;
	float:left;
	position: relative;
	z-index:10;
}

.syohin_sma {
	display: none;
}

.syohin_box_r {
	float:left;
	color: #FFFFFF;
	padding: 0px;
	height: 580px;
	width: 300px;
	position: relative;
	z-index:20;
}

.syohin_box_r_botan {
	float:left;
	color: #FFFFFF;
	padding: 0px;
	height: 600px;
	width: 300px;
	background-image: url('../syohin/image/syohin_box2_bg.jpg');
	background-repeat: no-repeat;
	position: relative;
	z-index:30;
}

.syohin_midashi {
	font-size: 220%;
	margin-top: 25px;
	padding: 10px 30px 0px 30px;
	border-left-width: 1px;
	height: 530px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	float: right;
	display: inline;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.syohin_text {
	font-size: 150%;
	line-height:40px;
	padding: 55px 30px 0px 5px;
	float: right;
	display: inline;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.syohin_text_miso {
	font-size: 150%;
	line-height:40px;
	padding: 55px 20px 0px 0px;
	float: right;
	display: inline;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sumaho_aisatsu01, .sumaho_aisatsu02 {
	display: none;
}

}

@media only screen and (max-width: 767px) {
img {
    padding: 0 !important;
    width: 100% !important;
}


table th {
	padding: 5px 0px 10px 10px;
}

.pan {
	display: none;
}

.syohin_box {
	width: 767px;
}

.syohin_box_l {
	width: 767px;
}

.syohin_box_l img {
	width: 767px;
}

.syohin_pc {
	display: none;
}

.syohin_sma {
	width: 767px;
}
/*
.syohin_box_r {
	padding: 0px;
	height: 580px;
	width: 300px;
}

.syohin_box_r_botan {
	padding: 0px;
	height: 600px;
	width: 300px;
}
*/
.syohin_midashi {
	background-color: #000000;
	color: #ffffff;
	font-size: 220%;
	margin-top: 0px;
	padding: 0px 30px 0px 30px;
}

.syohin_text {
	font-size: 200%;
	padding: 25px 30px 40px 25px;
}

.syohin_text_miso {
	font-size: 200%;
	padding: 25px 20px 40px 25px;
}

.pc_aisatsu {
	display: none;
}
/*
.sumaho_aisatsu01 {
	text-align: center;
}*/

.sumaho_aisatsu01 {
	margin: 0px auto;
	width: 550px;
}

.sumaho_aisatsu01 img {
	width: 100%;
}

.sumaho_aisatsu02 {
	padding-left: 20px;
}

}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: left;
  }
   table img {
	  width:100%;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
	
	.credit_box_about img{
		width: 50%;
	}
}

/*===========================================
	お問い合わせ
===========================================*/
/* フォーム本体 */
#formWrap {
	width:860px;
	margin:0rem auto 5rem auto;
	color:#333;
	line-height:120%;
	font-size:100%;
}

.form_heading{
	margin: 10px 0 0 0;
	padding: 0 15px;
}

table.formTable {
	width:100%;
	margin: 1rem auto 2rem auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	font-weight: bold;
	width:30%;
	background:#efefef;
	text-align:left;
}
.require{
	color:#F00;	
}


.th-text{
	line-height: 180%;
}

.must {
    display: inline-block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	color: #FFF;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-size: 100% 100%;
	float: right;
}

.input-box{
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    padding: 5px 8px;
    margin: 2px;
    vertical-align: middle;
}

.radio_btn{
	padding: 5px 0 5px 10px;
	display: block; 
}

.submit-btn{
	padding: 8px 20px;
    cursor: pointer;
    outline: none;
}

.error_messe{
	margin: 2rem 0 0 0;
	color: #E31F23;
}

@media screen and (max-width: 767px) {
	
input{
}
		
textarea{
		width: 100%;
}

#formWrap {
	width:100%;
	margin:0 auto 3rem auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:96%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	font-size: 1.5rem;
	display:block;
	width:100%;
	height:40px;
}
}

