@charset "utf-8";
/* CSS Document */


/* ************************************************ 
 *	リセットCSS 
 * ************************************************ */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p,span, img, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul,li {
  list-style: none;
  list-style-type: none;
}


/* ************************************************ 
 *	リンクCSS 
 * ************************************************ */
 
 a:link {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #FFA51E;
}
a:active {
	color: #F99;
}
a:visited {
	color: #F6C;
}

a img:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease 0s;
}

.nav-color a { 
font-weight: bold;
color: #AC5C05;
text-shadow: #fcfcfd 1px 1px 0px, #fcfcfd -1px 1px 0px, #fcfcfd 1px -1px 0px, #fcfcfd -1px -1px 0px;
} 

/* ************************************************ 
 *	共通CSS 
 * ************************************************ */

img {
    max-width: 100%;
	height: auto;
}

.switch {
    visibility: hidden;
}


body {
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	color: #333;
	background: #FFF1DD url(../img/background_top_s1.jpg) repeat-x left top scroll;
}

#container {
	height: auto;
    width: 100%;
	margin: 10px auto 0px auto;
    background-color: #FFFFCC;
    border: solid 10px #FF2C23;
	border-top: none;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px #6f685e;
}

#container header,.top-design {
	height: auto;
    width: 100%;
}

.top-design .store-name,.top-design .contact-us {
	float: left;
	width: 50%;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
#menu{
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
	font-size: 21px;
	display: block;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4540+1,ff7875+51,ff4540+100 */
background: #ff4540; /* Old browsers */
background: -moz-linear-gradient(top, #ff4540 1%, #ff7875 51%, #ff4540 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff4540 1%,#ff7875 51%,#ff4540 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff4540 1%,#ff7875 51%,#ff4540 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4540', endColorstr='#ff4540',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #DCD8CD;
	border-left: 1px solid #FFF;
  
   }
#menu li a{
  font-weight: bold;
  display: block;
  padding: 12px 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #FF9E5C;
}
#toggle{ 
 display: none;
}


#container #content {
	padding-top: 18px;
	clear: both;
}

#side {
	height: auto;
    width: 29%;
    padding-left: 1.5%;
    float: left;
}

.side-image {
	margin-bottom: 13px;	
}

.content-image {
	margin-bottom: 15px;	
}

.content-image2 {
	margin-bottom: 12px;	
}

article#main {
	height: auto;
    width: 66%;
    margin: 0% 1.5%;
    float: right;
	word-break: break-all;
}

.footer-design {
	padding: 10px 0px;
	line-height: 1.5em;
    font-size: 18px;
	width: 100%;
	background-color: #FFF;
	clear: both;
	text-align: center;
	border-top: 25px solid #FF2C23;
	border-bottom: 15px solid #FF2C23;
}

address {
	font-size: 18px;
    font-style: normal;
    text-align: center;
    width: 100%;
    line-height: 1.3em;
    background-color: #FFF1DD;
    height: auto;
    margin: 8px auto;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*トップページ
---------------------------------------------------------------------------*/
.history p {
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
}


/*特定商取引表記
---------------------------------------------------------------------------*/

/*アクセスマップ・送料・店舗ご案内・商品紹介と共通*/
.business-data,.access-map,.contact-form,.postage-content,.store-guide,.introduction,.hormon-store {
	background-color: #FED174;
    border-radius: 6px;
	margin-bottom: 25px;
    padding: 20px 16px;
    box-shadow: 0 0 8px 3px #FFFF95;
}

.introduction {
    padding: 15px 16px;
    
}


/*アクセスマップ・お問い合わせ等と共通*/
.business-content,.access-content,.postage-data,.order {
	background-color: #FFF5D0;
	box-shadow: 0 0 2px 6px #FFEEB5;
	border-radius: 1px;
	margin: 20px 0px;
	padding: 18px;
	text-align: center;
}

/*送料と共通*/
.business-content table,.postage-table table {
	width: 100%;
}

.business-content table td:nth-child(2n+1){
	width: 30%;
	padding: 8px;
	border-right: 2px inset #FFE399;
	border-bottom: 2px inset #FFE399;
	line-height: 1.3em;
}

.business-content table td:nth-child(2n) {
	text-align: left;
	width: 70%;
	padding: 8px;
	border-bottom: 2px inset #FFE399;
	line-height: 1.3em;
}

/*アクセスマップ
---------------------------------------------------------------------------*/
.google-map {
    background: #e98d8e;
    border-radius: 8px;
    padding: 11px;
    margin: 15px 0px;
}

.access-content ul li:nth-child(2n) {
	border-top: 2px solid #FFE399;
	border-bottom: 2px solid #FFE399;
}

.access-content ul li {
	padding: 10px 0px;
    line-height: 1.5em;
	text-align: left;
}

.time-color01 {
	color: #336600;
	font-weight: bold;
}

.time-color02 {
	color: #3333FF;	
	font-weight: bold;
}


/*気仙沼ホルモンの魅力とは
---------------------------------------------------------------------------*/

.hormone-charm {
	background-image: url(img/background_2.jpg);
	background-repeat: repeat-y;
}

.image-float {
	float: left;	
}

.image-float2 {
	float: right;	
}

.p-float {
   	line-height: 1.4em;
	display: block;
    margin-bottom: 18px;
	padding: 8px;
}

.p-title {
	font-size: 19px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.5em;
	border-bottom: 1px dotted #F00;
}

/*送料について
---------------------------------------------------------------------------*/

.postage-table {
	margin-bottom: 25px;
}


.postage-data ul {
	line-height: 1.5em;
	text-align: left;
	padding-left: 25px;
}
.postage-data ul li {
	padding-bottom: 15px;
}

.postage-table table tr td {
	line-height: 1.2em;
	border: 1px solid #D3CEC2;
    padding: 3px;
}

.postage-table table tr:first-child {
	color: #FFF;
	background-color: #817E77;
}

.postage-table table tr:nth-child(2) {
	background-color: #F2F1ED;
}

.postage-table table tr:nth-last-child(-n+4) {
	background-color: #FFFFFF;
}

.postage01 {
	    background-color: #FDEDAD;
}


.delivery-time {
	color: #360;
    font-weight: bold;
    border: 1px dotted #360;
}
.delivery-time h4 {
	font-size: 21px;
    margin-top: 16px;
}

.delivery-time ul {
	margin: 20px 0px;
    padding: 0px 50px;
}

.delivery-time ul li {
	margin: 10px 0px;
    line-height: 0.5em;
}


/*お問い合わせ
---------------------------------------------------------------------------*/

.how-order {
    text-align: center;
}


/*販売商品の紹介
---------------------------------------------------------------------------*/
.introduction .product-content {
	width: 100%;
	margin: 18px 0px;
}

.introduction .product-content2 {
	width: 100%;
	margin: 12px 0px;
}
.product-content .product01,.product-content2 .product01 {
	width: 30%;
    float: left;			
}

.product-content .product02,.product-content2 .product02 {
	width: 67%;
    float: left;
    background-color: #FFFFCC;
    padding: 1.2% 1.5%;
    border-radius: 8px;
}


.product02 p {
	line-height: 1.5em;	
	    margin: 8px 5px 10px 5px;
}

/*店舗案内
---------------------------------------------------------------------------*/

.midasi-design {
	border-bottom: 3px solid #F05F64;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFC;
	padding: 3px;
	margin: 5px;
}


.store-image {
	float: left;
	width: 48%;
}

.store-information {
	float: left;
	width: 52%;
}

.store-information p {
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.store-image2 {
	float: left;
	width: 48%;
    margin: 0% 1%;
	text-align: center;
}

.store-image2 p {
	text-align: left;
	padding: 0px 3px 21px 3px;
    line-height: 1.3em;
}

.store-image3 p {
	text-align: left;
	padding: 5px;
    line-height: 1.3em;
}


.store-image3 {
	float: left;
    width: 30%;
    margin: 2% 1.66%;
    text-align: center;
}

.appearance3 {
    height: 580px;
    clear: both;
}

/*販売ページ
---------------------------------------------------------------------------*/

#main .product {
	padding: 23px 18px 18px 18px;
    border-radius: 8px;
    border: 1px solid #ccccba;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    margin: 12px 18px 18px 18px;
    clear: both;
    overflow: hidden;
}
 
 .product h2 {
    font-size: 32px;
	font-weight: bold;
    line-height: 1.3em;
    margin: 8px 0px;
}
.product .price {
	font-size: 24px;
	font-weight: bold;
    text-align: right;
    margin: 8px 0px;
}

.product ul {
    border: dotted 1px;
    background: #FFFFDF;
    padding: 10px;
	line-height: 1.4em;
} 

.product .cart {
    clear: both;
	padding-top: 20px;
}

.image-size {
	text-align: center;
}

.h2-style {
	text-align: center;
}

.hormon-bottan {
	margin: 8px 0px;
}

.hormon-bottan ul li {
	float: left;
	width: 22.5%;
    margin-left: 2%;
}

.sp-image {
	    padding-top: 5px;
}

.sp-image2 {
	    padding-top: 5px;
}


@media screen and (max-width:480px) {
	
.smp-none {
	display: none;
}

#container {
	margin-top: 0px;
}

#container #content {
    padding: 20px 8px;
}
	
#side,article#main {
    width: 100%;
    margin: 0px;
    text-align: center;
   
}
#side {
   padding-left: 0px;
   
}

#menu{
    display: none;
  }
  #menu li{
    width: 100%;
	font-size: 18px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5e59+1,ff7270+51,ff5e59+100 */
background: #ff5e59; /* Old browsers */
background: -moz-linear-gradient(top, #ff5e59 1%, #ff7270 51%, #ff5e59 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff5e59 1%,#ff7270 51%,#ff5e59 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff5e59 1%,#ff7270 51%,#ff5e59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e59', endColorstr='#ff5e59',GradientType=0 ); /* IE6-9 */
  }
  #toggle{
	font-size: 20px;
    font-weight: bold;  
	clear: both;
    display: block;
    position: relative;
    width: 100%;
    background: #FF2C23;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #FFF;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #FF5951;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

.top-design .store-name, .top-design .contact-us {
    width: 100%;
}

.pc-image {
   display: none;	
}

.side-image {
    margin-bottom: 8px;
}

.content-image,.content-image2 {
    margin-bottom: 8px;
}

address {
	font-size: 16px;
}

.business-data, .access-map, .contact-form, .postage-content, .store-guide, .introduction {
    padding: 12px;
}


.business-content, .access-content, .postage-data, .order {
    padding: 9px;
}

/*特定商取引表記
---------------------------------------------------------------------------*/
.history p {
	    text-align: left;
		word-break: break-all;
}

.business-content table td:nth-child(2n+1){
	width: 100%;
	display: block;
	border: none;
	padding: 8px 0px;
	background-color: #FED98B;
	line-height: 1.2em;
}

.business-content table td:nth-child(2n) {
	width: 100%;
    display: block;
    padding: 8px;
	line-height: 1.4em;
	border-right: 1px solid #FED98B;
	border-left: 1px solid #FED98B;
    box-sizing: border-box;
    text-align: left;
}


/*気仙沼ホルモンの魅力とは
---------------------------------------------------------------------------*/

.image-float,.image-float2 {
	float: none;	
}

.p-float {
    text-align: left;
}

.hormone-charm {
	background-image: none;
}


/*送料
---------------------------------------------------------------------------*/


.postage-table table {
	display: block;
    overflow-x: auto;
}

.postage-table table td
{
    width: 480px;
    white-space: nowrap;
}


.postage-data ul {
   padding-left: 0px;
}

.postage-data .delivery-time ul {
	padding: 0px 25px;
}

.delivery-time ul li {
    line-height: 1.3em;
    padding-bottom: 8px;
}


/*販売商品の紹介
---------------------------------------------------------------------------*/

.product-content .product01,.product-content .product02,.product-content2 .product01,.product-content2 .product02 {
	width: 100%;
    float: none;
	padding: 3% 0%;	
}

.introduction .product-content,.introduction .product-content2  {
        margin: 9px 0px;
}

.product02 p {
	text-align: left;
    padding: 0px 10px;
}

.sp-image {
	    padding: 5px 6px 0px 6px;
}



/*店舗案内
---------------------------------------------------------------------------*/

.store-image,.store-information {
	width: 100%;
}

.store-information p {
	padding: 8px;
    text-align: left;
}

.store-image2 {
    width: 48%;
	margin: 0;
    padding: 0% 1%;
}

.store-image2 p {
    padding: 5px 0px 8px 5px;
}

.store-image3 {
    width: 46%;
	margin: 2%;
}

.appearance3 {
    height: 750px;
   
}

/*販売ページ
---------------------------------------------------------------------------*/

#main .product {
    margin: 8px 5px 18px 5px;
}

.product h2 {
    font-size: 24px;
	text-align: left;
}

.product p,.product ul {
    text-align: left;
} 

.product .price {
    font-size: 16px;
}

}


@media screen and (min-width:481px)and (max-width:967px) {

.pc-none {
	display: none;
}
	
nav#menu {
	width: auto;
	height: auto;
    line-height: normal;
    margin-bottom: 10px;
	overflow: hidden;
}

nav#menu ul li {
	width: 50%;
	padding: 5px 0px;
	
}

#container {
	margin-top: 0px;
}

.side-image {
    margin-bottom: 8px;
}


/*送料
---------------------------------------------------------------------------*/
.postage-table table {
	display: block;
    overflow-x: auto;
}

.postage-table table td
{
    width: 967px;
    white-space: nowrap;
}

.postage-data ul {
    padding-left: 0px;
}

.postage-data .delivery-time ul {
	padding: 0px 25px;
}


.delivery-time ul li {
    line-height: 1em;
}

/*ホルモン商品紹介
---------------------------------------------------------------------------*/

.product-content .product02,.product-content2 .product02  {
    margin-bottom: 25px;
}

/*気仙沼ホルモンの魅力
---------------------------------------------------------------------------*/
.hormone-charm {
	background-image: none;
}


/*店舗案内
---------------------------------------------------------------------------*/
.store-image {
	text-align: center;
	width: 100%;
}

.store-information {
	width: 100%;
}

/*販売ページ
---------------------------------------------------------------------------*/


.product .image-size {
	text-align: center;
	margin-bottom: 12px;
} 

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

}



@media screen and (min-width:968px) {

.pc-none {
	display: none;
}
		
#container {
	width: 968px;
	height: auto;
}

nav#menu {
	height: 57px;
    box-shadow: 0px 5px 5px #6f685e;
}

address {
    width: 948px;
    height: 56px;

}


/*トップページ
---------------------------------------------------------------------------*/
.history p {
	background-image: url(img/hp_main_02_s13.jpg);
	background-repeat: repeat-y;
}


/*ホルモン商品紹介
---------------------------------------------------------------------------*/
.introduction .product-content,.introduction .product-content2 {
    height: 301px;
}

}



