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

/* ------------------------------------------  
add-in
------------------------------------------ */
.alert-block {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #dc6d4c;
}
.alert-block .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #dc6d4c;
    color: #ffffff;
    font-weight: bold;
}
.alert-block p {
    margin: 0;
    padding: 0;
}

/* ------------------------------------------  
COMMON
------------------------------------------ */

*{
margin:0;
padding:0;}

html {
  overflow-y: scroll;
}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: medium;
	line-height: 160%;
	text-align: left;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.1em;
	word-break: break-all;
	margin: 0;
	padding: 0;
}



/* a */
a.textlink{
    color:#dc6d4c;
    text-decoration:underline;
}
a.textlink:hover{
    color:#e04415;
}
a.arrow{
    color:#dc6d4c;
    background: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray.png) 0 50% no-repeat;
    background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray_ie.png)\9;
    background-size:20px;
    padding-left:15px;
}
a.arrow:hover{
    color:#e04415;
    text-decoration:underline;
}



/* img */
.container a img:hover{
opacity:0.7;
-ms-filter:"alpha(opacity=70)";
filter:alpha(opacity=70);
}

.side_product{padding-bottom:30px; margin-bottom:40px; border-bottom:1px solid #cccccc;}

.side_img{margin-bottom:40px;}
.side_img2{}
.side_img img,.side_img2 img{margin-bottom:10px;}

.col img{
margin:0 1% 10px;
max-width:98%;
}



/* others */
em{
	color:#e50010;
	font-size:85%;
}



.header-wrapper{height: 125px; clear:both;}
.header-logo{/*margin-top:10px;*/ margin-bottom:10px;}
.header-logo h1 a {
	text-indent:-99999px;
	display: block;
	background-repeat:no-repeat;
	width:375px;
	height: 90px;
	background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/bg_h1.png);
	background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/bg_h1_ie.png)\9;
	-moz-background-size: auto 90px;
	background-size: auto 90px;
	background-position: 0 0;
}

.header-logo h1 a:hover {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
}

form.head_form {
    float: right;
    margin: 15px 1% 5px;
    width: 280px;
    text-align: right;
}

.head_form [type="submit"]{
    width: 50px;
    padding: 3px 8px;
    background-color: #dfdfdf;
    border: 2px solid #dfdfdf;
    border-radius: 2px;
    letter-spacing:1px;
    font-size:80%;
}

.head_form [type="submit"]:hover{
  background-color:#878c92;
  border: 2px solid #878c92;
  color:#fff;
}



/* ------------------------------------------  
BOX
------------------------------------------ */
/* grid */
.grid1,
.grid2,
.grid3,
.half{
	float: left;
	display: inline;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
}

.grid1	{width: 31.33%;}
.grid2	{width: 64.67%;}
.grid3	{width: 31.33%;}
.half	{width: 48%; *width:47.9%; /*ie7*/}


.box,
.box_gray {
	clear: both;
	display: block;
	margin: 0 0 1.5em 0;
}

.box_gray {
	width: 96%;
	padding:2%;
	background:#f6f6f6;
	border-radius:4px;
}

.box_info{
	margin: 0 0 40px 0;
}

.box_img{
}

.box_img img{
	width:98%;
	margin:0 1% 20px;
}


/*---------------------------------------------
LIST
---------------------------------------------*/
ul.line_list{
margin: 0 1% 1% 1%;
padding: 0;
width: auto;
list-style:none;}

	ul.line_list li{
		border-bottom: 1px solid #cccccc;
		font-size: 85%;
		margin: 0;
		}
	
		ul.line_list a{
			display: block;
			padding: 0.8em 0.5em 0.5em;
			clear: both;
			color: #333333;
		}

		ul.line_list a:hover{
			color:#e04415;
		}



/* sitemap */
.dl_style1{
	padding-top:8px;
	border-top:1px solid #cccccc;
	margin-bottom:30px;
}

	.dl_style1 dt{
		margin-bottom:5px;		
	}

	.dl_style1 dt a{
		/*display: block;*/
		font-size: 1em;
		padding-left:15px;
		margin-bottom:5px;
		zoom: 1;
		background-image: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray.png);
		background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray_ie.png)\9;
		background-repeat:no-repeat;
		background-size:20px;

		background-position:0 50%;
	}
	
		.dl_style1 dt a:hover{
			color:#e04415;
			text-decoration:underline;
		}
	
	.dl_style1 dd{
		padding-left:15px;
		padding-bottom:8px;
		margin-bottom:10px;
		margin-left:0;
		border-bottom:1px solid #cccccc;
	}

		.dl_style1 dd ul{
			margin-left:15px;
		}


/*---------------------------------------------
TABLE
---------------------------------------------*/
table	{
    margin: 1%;
    width:98%;
    max-width: 835px;
    border-top:3px solid #1f5aa9;
    border-collapse:separate;
}

	table th,
	table td{padding: 8px 10px; border-bottom:1px solid #ffffff; /*border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;*/}

table.delivery table tr th{min-width:20%;}
	

	table td img{width:auro; }
	
	table thead th{
		background-color:#eeeeee;
		color:#FFF;
		text-align:center;
		background-color:rgba(170,185,165,0.50); 
		}
		
	table tbody th{
		background-color:#eeeeee;
		text-align:left;
		}
	
	table td{
		background-color:#f6f6f6;
		text-align:left;
		}

.table th, .table td{border-top:none;}

table tr th a,table tr td a{color:#f60;}
table tr th a:hover,table tr td a:hover{text-decoration:underline;}


table table	{
    margin: 0;
    border-top: none;
}
	table table td{background-color:#ffffff;
		opacity:0.9;
		-ms-filter:"alpha(opacity=90)";
		filter:alpha(opacity=90);
}


	table table  th,
	table table  td{border:1px solid #cccccc;}



/*---------------------------------------------
CONTENTS_STYLE
---------------------------------------------*/
/* ページ内リンク */
ul.ul_nav{
	margin:0;
}

	ul.ul_nav li{
		font-size:85%;
		float:left;
		margin:0 15px 0 0;
		list-style:none;
	}
	
	ul.ul_nav li a{
		width:auto;
		padding:5px 20px 5px 35px;
		margin:0 0 8px 0;
		font-size:100%;
		color:#ffffff;
		text-decoration:none;
		display:inline-block;
		position:relative;
		overflow:visible;
		border-radius:4px;
		background-color:#666666;
		background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/bg_nav.png);
		background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/bg_nav_ie.png)\9;
		background-size:23px 23px;
		background-position:15px 50%;
		background-repeat:no-repeat;
	}
	
	ul.ul_nav li a:hover{
		background-color:#e04415;		
	}


.shop,
.sk-delivery,
.sk-payment{
font-size:85%;
}



/* あおもり海山のこだわり ポイント */
ul#list_point{
margin: 0;;
margin-bottom:30px;
}

ul#list_point a li#list_point01{
background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/list_point01.jpg);
background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/list_point01_ie.jpg)\9;
}

ul#list_point a li#list_point02{
background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/list_point02.jpg);
background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/list_point02_ie.jpg)\9;
}

ul#list_point a li#list_point03{
background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/list_point03.jpg);
background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/list_point03_ie.jpg)\9;
}

ul#list_point a li{
list-style:none;
width:100%;
height:0;
padding-top:5%;
margin-bottom:10px;
text-indent:-99999px;
background-repeat:no-repeat;
background-size:contain;
background-position:0;
}

ul#list_point a li:hover {
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=70);
}


/* あおもり海山のこだわり h4 */
h4.h4_point{
width:100%;
height:0;
padding-top:5%;
text-indent:-99999px;
background-repeat:no-repeat;
background-size:contain;
background-position:0;
}

h4#point01{
background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/h4_point01.jpg);
background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/h4_point01_ie.jpg)\9;
}

h4#point02{
background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/h4_point02.jpg);
background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/h4_point02_ie.jpg)\9;
}

h4#point03{
background-image:url(https://img05.shop-pro.jp/PA01311/720/etc/h4_point03.jpg);
background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/h4_point03_ie.jpg)\9;
}

/* ------------------------------------------  
BUTTON
------------------------------------------ */
div.button{
	width:100%;
	text-align: center;
	margin: 20px auto;
	clear:both;
	font-size:85%;
}

	.button a,
	.button a:visited{
		min-width:150px;
		position: relative; 
		overflow: visible; 
		display: inline-block;
		padding: 15px 1.5em 13px 1.5em; 
		margin: 10px auto;
		color: #ffffff;
		text-decoration: none;
		cursor: pointer; 
		background:#dc6d4c;
		border-radius:3px;
		font-weight:bold;
	}
	
	.button a:hover,
	.button a:active{
		background:#5e5e5e;
		color: #ffffff;
}

/* ------------------------------------------  
FOOTER
------------------------------------------ */	
#footer{
	width: 100%;
	margin-top:30px;
	text-align: center;
	line-height:1.6em;
	color:#ffffff;
}

	#footer ul {
		width: 94%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	#footer ul li {
		display: inline-block;
		*display: inline;
		*margin-bottom: 12px;
		margin-bottom: 10px;
		padding: 0 10px 0 15px;
		line-height: 120%;
		border-left: solid 1px #ffffff;
		*zoom: 1;
		margin-left: 0;
		text-indent: 0;
list-style:none;
	}
	
		#footer ul li:first-child {
			border-left: none;
		}
			
			#footer ul li a,
			#footer ul li a:visited{
				color:#ffffff;
				text-decoration:none;
			}
			
			#footer ul li a:hover{
				color:#ffffff;
				border-bottom:1px dotted #ffffff;
				text-decoration:none;
			}

.footer-lst#footer ul li a{
	background-image:none;
	padding-left: 0; 
}



/* ↑ここまで↑ */



#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1170px;
  /*font-size:85%;*/
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

input[type="text"]{
  *padding: 8px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #dc6d4c;
  background-color: #dc6d4c;
  color:#ffffff;
  *background-color: #dc6d4c;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;

}

.btn-02 {
  border: 1px solid #dc6d4c;
  background-color: #dc6d4c;
  color: #ffffff;
  *background-color: #dc6d4c;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #666666;
  background-color:#666666;
  color: #ffffff;
  *background-color: #666666;
}

.btn-03 {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
}



.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}
#pagetop a {
  display: block;
  padding: 15px;
}
#pagetop img {
  width: 24px;
  height: auto;
}




/* ------------------------------------------ 
予約販売
------------------------------------------ */
.reservation{
  text-align: center;
  font-weight: bold;
  clear: both;
  padding: 20px 20px 15px;
  margin: 0 0 20px;
  color: #dc6d4c;
  background: #ffffff;
  /*border: 4px solid #666666;*/
  background-color: #F9DBD3;
  border-radius: 5px;
}

.reservation p{
  font-size: 150%;
  line-height: 1.5em;
}

@media screen and (max-width: 980px) {
.product-image{width:50%; padding-right:20px;}
.product_info_block{width:50%;}
form.head_form {
    float: none;
    margin: 15px 0 5px;
    width: auto;
    text-align: right;
}
}

@media screen and (max-width: 720px) {
.buy_area{font-size:medium;}
.cool{font-size:medium;}
}

@media screen and (max-width:480px) {
.buy_area{padding:10px 10px 5px;}
.buy_area p{margin:0 0 15px 0; font-size:85%;}
.buy_area p.cart_button{font-size:medium;}
.buy_area a{padding:10px 50px;}

.product-image{width:100%; padding-right:0; margin-bottom:20px;}
.product_info_block{width:100%;}
/*.product .product-image.col-lg-7,#cart_area{width:100%;}*/
.container-section{margin-bottom:0;}
.product-exp{padding:0 0 5px;}

.product-spec-table th {
	width: auto;
	border-right:none;
}
.product-spec-table td {
	width: 90%;
}

.reservation p{
  font-size: 100%;
}
  
}



/* ========================================
      PCの場合
======================================== */

body {

  background-color: #fff;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}

/* アイコン */
.icon,
.icon-mail {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before,
.icon-mail:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before { background-position: 0 0; }
.icon-search:before { background-position: 0 -16px; }
.icon-user:before { background-position: 0 -32px; }
.icon-down:before { margin: 5px 5px 0 0; background-position: 0 -64px; }
.icon-up:before { background-position: 0 -48px; }
.icon-right:before { background-position: 0 -80px; }
.icon-left:before { background-position: 0 -96px; }
.icon-regist:before { background-position: 0 -112px; }
.icon-login:before { background-position: 0 -144px; }
.icon-logout:before { background-position: 0 -128px; }

.icon-mail:before {
  background-image: url(https://img05.shop-pro.jp/PA01311/720/etc/icon-mail.png);
  background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/icon-mail_ie.png)\9;
  background-position: 0 0;
  background-size: 16px 16px;
}


.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin:0 0 1em 0;
  padding:15px 0;
  color: #333333;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.5;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
h3{
  color: #333333;
  line-height:1.6em;
  padding:8px 15px 6px;
  margin:4% 0 .7em;
  color:#333333;
  font-size:120%;
  font-weight:bold;
  background-color:#cccccc;
  border-radius:4px;
}
.ttl-h3 {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight:nomal;
  background:none;
  border-radius:0;
}
.product-spec-block h3{margin:0 0 20px;}
h3.h3_side{font-size:85%;}
.grid2 h3{margin: 0 0 .7em;}
h4{
  padding: 10px 0 ;
  margin-bottom: 1em;
  font-size:120%;
  font-weight: bold;
  border-bottom:1px solid #cccccc;
}
h4 span{
	padding:5px 8px;
	margin-right:15px;
	font-size:85%;
	color:#ffffff;
	background:#1f5aa9;
	border-radius:4px;
}

.ttl-h4 {
  padding: 8px 0;
  border-bottom: 1px dashed #cccccc;
  font-weight:nomal;
font-size:100%;
	color:#333333;
}

/*
.ttl-h4 {
  padding: 10px 12px 8px;
  font-weight:nomal;
font-size:90%;
	color:#ffffff;
background:#666666;
}

.ttl-h4 a{
color:#ffffff;
}
*/

#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
}

/*campain*/

h3.campain{
text-align:center;
font-size:200%;
background:none;
}

h5.campain_method{
font-size:105%;
color:#e04415;
font-weight:bold;
}

p.campain_period{
font-size:150%;
margin-bottom:3%;
}

.campain_method_box {
  margin-bottom:5%;
}

.campain_box {
  text-align:center;
  background:#EDEDED;
  padding: 2%;
  border-radius: 5px;
}

.campain_arrow {
  /*border-top: 1px dotted #ccc;*/
  /*border-bottom: 1px dotted #ccc;*/
  text-align: center;
  margin-bottom: 1%;
  margin-top: 1%;
  margin-left: 1%;
}

p.campain {
  line-height: 2em;
  width: 250px;
  margin: 1% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  color: #aaa;
  background-image: url(https://img05.shop-pro.jp/PA01311/720/etc/campain_arrow.png);
  text-indent: -99999px;
  background-size: 45px;
}

/* スライダー */

#sliderbutton {
  position: absolute;
  left: 5%;
  z-index: 200;
  display: none;
}
.slider-btn {
  top: 70% 
  display: block;
  padding: 20px 100px;
  font-size: 20px;
}

/* ヘッダー */
#header {
  position: relative;
  z-index: 102;
  /*padding-top: 30px;*/
}
.header-desc{
font-size:85%;
padding:10px 0 0;
}
.header-headline-nav {
  font-size: 13px;
  margin-top:5px;
  width:500px;
  float:right;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  margin: 7px 20px 0 0;
}
.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}
  .header-headline-nav li a {
    padding-left: 20px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
  }

  .header-headline-nav li a:hover{
    color: #e04415;
    text-decoration: underline;
  }

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .btn-viewcart .icon {
    padding-left: 20px;
  }
  .btn-viewcart .icon:before {
    margin-top: 1px;
  }

.header-logo {
  float: left;
}
  .header-logo a {
    text-decoration: none;
  }
  .header-logo a:hover {
    text-decoration: underline;
  }
  .header-logo img {
    max-width: 100%;
  }

.header-global-nav {
  z-index: 100;
  float: right;
  padding-right:1%;
  padding-left:1%;
}
  .header-global-nav ul {
    margin-top: 15px;
    font-size:13px;
  }
  .header-global-nav li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    border-right:1px solid #333333;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding-bottom: 5px;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size:13px;
    cursor: pointer;
  }

  .header-global-nav a:hover{
    color: #e04415;
    text-decoration: underline;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: -1px;
      left: 5px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }
      .header-global-nav ul.right li a{
        font-size:13px;
      }

/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 60px;
}
.header-nav-lst-phone {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}
.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}
.side-section li {
  margin: 15px 0;
  /*margin: 15px 0 0 10px;*/
}

.side-section-lst{
margin:0 0 30px 0;
}

  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 75%;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    background: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray.png) ;
    background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray_ie.png)\9;
    background-size:20px;
    padding-left:15px;
    letter-spacing:0em;
	background-position:0 50%;
	*background-position:0 3px;
	background-repeat: no-repeat;
  }
  .side-section li a:hover {
    color:#e04415;
    text-decoration: underline;
  }
  .incart-delivery {
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #eeab53;
  }
  .incart-delivery ul {
    margin: 0;
  }
  .incart-delivery li {
    padding: 2px 0;
    margin: 0;
  }
  .incart-delivery li:first-child {
    border-top: none;
  }
  .search-select {
    margin-bottom: 10px;
  }
  .search-box {
    float: left;
    width: 65%;
  }
  .search-btn[type="submit"] {
    float: right;
    padding: 4px 0;
    width: 25%;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }
  
  .side_sub{
	  border-top:1px solid #cccccc;
  }
  .side_sub li a{
	  display:block;
	  padding:15px 0;
	  border-bottom:1px solid #cccccc;
  }
  .side_sub li a:hover{
	  color:#e04415;
	  text-decoration:underline;
  }

/* パンくずリスト */
.topicpath-nav {
  padding:10px 12px;
  margin: 0 0 1% 1%;
  font-size: 75%;
  line-height:18px;
  background:#f6f6f6;
  border-radius:4px;
  margin-bottom: 20px;
  font-size: 84.615%;
}
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #333333;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}



.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  /*padding-bottom: 40px;*/
  /*border-bottom: 1px solid #dbdbdb;*/
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 30px;
  min-height:4000px;
}

/* 商品リスト */
.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-sort a {
  text-decoration:underline;
}

.prd-lst-sort a:hover {
  color:#dc6d4c;
}

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px 0 10px;
}

.prd-lst-img {
  background: #fff;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
  font-size: 17px;
  font-size: 15px;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #dc6d4c;
  font-size: 120%;
  font-weight:bold;
}
.prd-lst-discount {
  color: #b81717;
}

.prd-lst-soldout {
  padding: 5px 10px 3px;
  font-weight: bold;
  color: #ffffff;
  background: #aaaaaa;
  border-radius:4px;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}
  .prd-lst-pager ul {
    position: relative;
    left: 50%;
    float: left;
    padding-top: 15px;
  }
  .prd-lst-pager li {
    position: relative;
    left: -50%;
    float: left;
    margin-right: 4px;
    text-align: center;
    line-height: 26px;
  }
  .prd-lst-pager li a,
  .prd-lst-pager li span {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
border-radius:4px;
  }
  .prd-lst-pager li a {
    border: 1px solid #dcb84c;
    background-color: #dcb84c;
    color: #ffffff;
    text-decoration: none;
  }
  .prd-lst-pager li a:hover {
    border: 1px solid #666666;
    background-color: #666666;
  }
  .prd-lst-pager li span {
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #cccccc;
  }

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}
  .prd-lst-pager-phone li {
    display: inline;
    margin: 0 10px;
  }
  .prd-lst-pos {
    margin-top: 20px;
  }
  .prd-lst-pos b {
    font-weight: bold;
    font-size: 18px;
  }

/* フッター */
#pagetop {
  width: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 33%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
  *margin-right:2%;
left:0;
}

.sk-delivery{
*left:400px;
}

.sk-payment{
*left:800px;
}

/* フッター背景 */
.footer-wrapper {
  padding: 40px 0 0;
  background: #000;
  color:#ffffff;
  font-size:85%;
}

.footer-lst {
  padding: 0 10px 30px;
  font-size:85%;
}
/*.footer-lst.col-sm-6{
width:24%;
}*/
  .footer-lst li {
    margin: 10px 0;
  }
  .footer-lst a {
    color: #ffffff;
    letter-spacing:0em;
  }
  .footer-lst a:hover {
    color: #e04415;
	text-decoration:underline;
  }  

  .footer-lst ul li a {
    background: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray.png) 0 2px no-repeat;
    background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/arrow_gray_ie.png)\9;
    background-size:20px;
    padding-left:15px;
  }
  .footer-lst ul li ul li a{
    display:block;
    background: url(https://img05.shop-pro.jp/PA01311/720/etc/dot_gray.png) 0 0 no-repeat;
    background-image/*\**/: url(https://img05.shop-pro.jp/PA01311/720/etc/dot_gray_ie.png)\9;
    background-size:20px;
    padding-left:13px;
    margin-left:18px;
  }

.foot_logo{
float:none;
display:block;
margin:0 auto 10px;
width:150px;
}
  
/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
    text-align: center;
  }
  .tbl_calendar th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.wrap_copy{
  width:100%;
  background-color:#000000;
  border-top:1px solid #212121;
  padding: 2em 0;
}
.copyright {
  clear: both;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  background-color:#000000;
}
.copyright a{
	color:#ffffff;
}
.copyright a:hover{
	color:#e04415;
	text-decoration:underline;
}
address{
font-size:90%;
}
.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
  .powered a {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
  }
  .powered img {
    margin-bottom: 10px;
    margin-left: 4px;
    width: 200px;
    height: 18px;
  }

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
  margin-bottom:0.5em;
}
.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
  line-height: 160%;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }





/* 期間限定 */
/*.prd_lst_block .grid_row ul li.col:last-child{display:none;}*/






/* ========================================
      PCかつRetinaの場合
======================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
    }

    /* PCかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
    }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


@media (max-width: 1200px) {
 .header-global-nav{
	  /*width:57%;*/
}
 .header-global-nav ul{
	  margin:15px 0 10px  0 !important;
	  font-size:10px !important;
  }}

@media (max-width: 1060px) {
 .header-global-nav{
	  width:57%;
  }
.footer-lst {
  width:46%;
}  
  
}


/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  #sliderbutton {
    left: 3%;
  }
  /* ヘッダー */
  #header {
    padding-top: 0;
  }
  .header-nav-phone {
    margin-right: 10px;
  }
  .header-nav-phone {
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
    .nav-btn-phone img {
      width: 40px;
      height: 60px;
    }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0 10px 15px;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  .header-global-nav{
    width:50%;
  }


.main-section {
  min-height:300px;
}

  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
    }

    /* スマホかつRetinaでアイコンを白にする場合 */
    .icon-white .icon:before {
      background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
    }
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }

  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }


  .icon-cart:before { background-position: 0; }
  .icon-search:before { background-position: 0 -24px; }
  .icon-user:before { background-position: 0 -48px; }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px; margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before { background-position: 0 -120px; }
  .icon-left:before { background-position: 0 -144px; }

  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #dbdbdb;*/
  }

.ttl-h2 {
  font-size: 125%;
}

  .ttl-h3 {
    position: relative;
    margin: 0 0 20px 0;
    font-size: 110%;
  }

/*HEADER 768*/
/*  .header-logo {
    padding-top: 10px;
  }
*/
  .header-logo {
    width: 60%;
  }

 .header-logo{float:none; margin: 10px auto 0; max-width: 100%; width: 100%;}
.header-logo h1 a{margin:0 auto;}
.header-logo h1 a{
	/*background-image: url(https://img11.shop-pro.jp/PA01292/981/etc/h1_2.png);*/
	/*background-position: 0 0;*/
	/*background-repeat: no-repeat;*/
width: 240px;
height: 58px;
background-size: 100%;}

/*.header-phone {
width: 100%;
margin: 0 auto;
text-align: center;
}*/

.header-desc{
text-indent:-99999px;
padding:20px 0 0;
height:0;
}

.header-nav-phone{float:none; margin:0 auto; text-align: center;}

form.head_form {
    float: none;
    margin: 15px 10px 10px;
    text-align: center;
} 
  
#container {
  padding-top: 20px;
} 

  .footer-lst{
    border-top:1px solid #444444;
    width:48%;
  }
  .footer-lst ul li a {
    background-image: none;
    background-color:#000000;
  }
  .footer-lst ul li ul li a{
    background-image: none;
    background-color:#000000;
  }

.foot_logo{
float:none;
clear:both;
width:30%;
margin:20px auto 0; 
}

.foot_logo img{
margin:20px auto; 
}
  
.footer-lst.col-sm-6.col {
   width: 48%;
}

  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before {
    float: right;
    margin-left: 0;
  }
  .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }

  /* メイン */
  .main-section {
    padding-left: 0;
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #cccccc;
  }


  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }
  
  .side01{
	  float:left;
	  width:49.5%;
  }
  .side02{
	  float:right;
	  width:49.5%;
  }
  .side03{
	  float:left;
	  width:49.5%;
  }
  

  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }

  /* フッター */
  #pagetop {
    width: 54px;
    margin: 30px auto;
    display: block !important;
    bottom:0px;
    /*position: static;*/
   /* -webkit-border-radius: 4px;*/
   /* -moz-border-radius: 4px;*/
   /*border-radius: 4px;*/
  }
  #pagetop a {
    padding-right: 15px;
  }
  .footer-wrapper {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
    .footer-lst li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #444444;
    }
    .footer-lst li:nth-child(odd) {
      border-right: 1px solid #444444;
    }
    .footer-lst a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }
  .copyright {
    font-size: 10px;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
      }

      /* スマホかつRetinaでアイコンを白にする場合 */
      .icon-white .icon:before {
        background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
      }
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}





/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width:480px) {
    .footer-lst li:nth-child(odd) {
      border-right:none;
    }

h2{font-size:20px;}
.header-nav-phone{float:none; margin:0 auto; text-align: center;}

.grid1,
.grid2,
.grid3,
.half,
.items div{
		float: none;
		clear: both;
		display: block;
		width: 100%;
		}

	.box {
		float: none;
		clear: both;
		display: block;
		width: 94%;
		margin: 3%;
		}

	.box_gray {
		width: 90%;
		padding:5%;
	}

    tbody th,
    tbody td {
        display: block;
        border: none;
    }
  
     table.no-resp tbody th,
     table.no-resp tbody td {
        display: table-cell;
    }
  
.grid3 .bg_box{width: auto;}

.together-block .prd-lst-unit{width:98%;}

    table td span{float:none;}

.product-spec-block{margin:1% 1% 2%;}
.product-spec-block table{width:98%;}


.unstyled .col-sm-6{width:100%;}

.otheritems .col-lg-4,.otheritems .unstyled .col-sm-6{width:48%; font-size: 75%;}

#header .header-phone img{width:100%;}


/* 商品 */
.prd-lst-name {
    font-size: 80%;
    line-height: 18px;

}

/* お知らせ */
.info-block ul li{font-size:80%;}
.info-block ul li span{display:block;}

/* サイドメニュー */
.side01,.side02,.side03{
  float:none;
  width:98%;
}
  
/* サイド */
#side h3{font-size:80%;}
ul.line_list li,.link-block ul li{font-size:70%;}
#side ul,.link-block{margin:0 0 1%;}
#side{margin:2% 0;}

.unstyled{/*width: 150px;*/}

/* 注釈 */
/*.note,.note2,.contact p{font-size:14px;}
.contact img{width:100%;}
*/
/* ボタン */
/*  .button2 a{
	width:70%;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;

    /****font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;***/
/*    margin: 0.1% 1% 2%;
    overflow: visible;
    padding: 10px 30px 8px 35px;
    position: relative;
    text-decoration: none;
}
*/
  
/* BUTTON 479 */
.button a,
.button a:visited{
    padding: 12px 1.5em 10px 1.5em; 
}

/* Google Map,YouTube */
.google {
position: relative;
padding-bottom: 75%; /*縦横比*/
height: 0;
overflow: hidden;
margin-bottom:20px;
}

.google iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

}


/*---------------------------------------------------------------------------------
CLEARFIX-HACK
---------------------------------------------------------------------------------*/

.clearfix:after,
.copyright:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix,
.copyright
{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix,
* html .copyright
{height: 1%;}

.clearfix,
.copyright
{display: block;}
/* End hide from IE-mac */