
/* リスト全体 */
ul #fshop 
   {
    width:680px;             /* リスト全体の幅 */
    height:76px;             /* リスト全体の高さ */
    list-style:none;         /* リストマークを無しにする */
    padding:0
   }

/* 各項目 リンク部分*/
/* new */
 ul#fshop li#new a
   {
    width:98px;             /* 項目の幅 */
    height:76px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
	display:block;            /* リンク範囲をブロックに変換 */

    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png);   /* リンク範囲の背景画像設定 */
    background-position:0px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
ul#fshop li#new a:hover
{
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png); /* マウスが上に来た時の背景画像設定 */
    background-position:0px -76px;
                     /* ★↑背景画像の（-0px -76px）に移動★ */
   }


/* grumet */  
 ul#fshop li#grumet a
   {
    width:97px;             /* 項目の幅 */
    height:76px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
    display:block;             /* リンク範囲をブロックに変換 */
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png);/* リンク範囲の背景画像設定 */
    background-position:-97px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }

   
 ul#fshop li#grumet a:hover
   {
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png); /* マウスが上に来た時の背景画像設定 */
    background-position:-97px -76px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }
   
/* fashion */    
 ul#fshop li#fashion a
   {
    width:98px;             /* 項目の幅 */
    height:76px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
    display:block;             /* リンク範囲をブロックに変換 */
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png);/* リンク範囲の背景画像設定 */
    background-position:-195px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
 ul#fshop li#fashion a:hover
   {
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png); /* マウスが上に来た時の背景画像設定 */
    background-position:-195px -76px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
   }


/* health */   
 ul#fshop li#health a
   {
    width:97px;             /* 項目の幅 */
    height:76px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
	display:block;             /* リンク範囲をブロックに変換 */
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png);/* リンク範囲の背景画像設定 */
    background-position:-293px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
 ul#fshop li#health a:hover
   {
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png); /* マウスが上に来た時の背景画像設定 */
    background-position:-293px -76px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
   }

/* life */   
 ul#fshop li#life a
   {
    width:97px;             /* 項目の幅 */
    height:76px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
    display:block;             /* リンク範囲をブロックに変換 */
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png);/* リンク範囲の背景画像設定 */
    background-position:-390px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
 ul#fshop li#life a:hover
   {
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png); /* マウスが上に来た時の背景画像設定 */
    background-position:-390px -76px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
   }


/* other */  
 ul#fshop li#other a
   {
    width:96px;             /* 項目の幅 */
    height:76px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
    display:block;             /* リンク範囲をブロックに変換 */
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png);/* リンク範囲の背景画像設定 */
    background-position:-487px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
 ul#fshop li#other a:hover
   {
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png); /* マウスが上に来た時の背景画像設定 */
    background-position:-487px -76px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
   }


/* event */   
 ul#fshop li#event a
   {
    width:97px;             /* 項目の幅 */
    height:76px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
    display:block;             /* リンク範囲をブロックに変換 */
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png);/* リンク範囲の背景画像設定 */
    background-position:-583px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
   
 ul#fshop li#event a:hover
   {
    background-image:url(https://shiokazeshonan.jp/wp/img/fsmenu_off_on.png); /* マウスが上に来た時の背景画像設定 */
    background-position:-583px -76px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
   }


.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 170px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 120%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}


.num {
	border-radius: 50%;
	height: 20px;
	width: 20px;
	background-color:#c8435e;
	text-align:center;
	color:white;
	float:left;
	margin:10px 10px;
}

.search_box1 {
	position:relative;
	width:680px;
	height:56px;
	background-color:#c8435e;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	margin-top:20px;
	margin-bottom:10px;
}

.search_box2 {
	position: absolute;
	top: 0;
	right: 10;
	bottom: 0;

	width:550px;
	height:40px;
	background-color:#ffffff;
	margin-left:110px;
	margin-top:10px;
}

.search_font {
	position: absolute;
	top: 17;
	left: 16px;
	right: 10;
	bottom: 16px;
	margin: auto;
	font-size:14px;
	color:#fff;
}

.search_mark {
	height: 30px;
	width: 70px;
	background-color:#c8435e;
	float:left;
	margin:5px 5px;
	text-align:center;
	color:white;
}

/*ショップギャラリー*/
/*ショップギャラリー１つの設定*/
.tab_menu {
	position: relative;
	width:219px;
	margin:10px 0px 10px 5px;
	border:solid 1px #ddd;
	background-color:#FFF;
	float: left;		/*ボックスを左へ回り込みさせる*/
	display: inline;	/*IE6対策*/
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px;
	behavior: url(border-radius.htc); /* IE */
}

.tab_menu_left{
	padding-left:0!important;
}

/*ショップギャラリー内側の設定*/
.inner{
    padding:10px;
	height: 370px;
}

/*ショップギャラリーの店名*/
.inner h1 {
	position: absolute;
	top: 126px;
	left:1px;
	background: rgba(237,220,180,.95);
	width:198px;
	max-width: 220px;
	padding: 1em 0;

}
.inner h1{
    margin: 0;
    padding: 0.5em 0.4em;
    font-size: 0.8em;
    text-align: center;
	color: #333;
	font-weight:bold;
}

/* h1 の内側にある a に適用する設定 */

.inner h1 a, h1 a:link{ /* 未訪問のリンク */
  color:#333;
}
.inner h1 a:visited{    /* 訪問済みのリンク */
  color:#333;
 
}
.inner h1 a:hover{      /* リンクにマウスカーソルを重ねた場合 */
  color:#333;
  text-decoration:none;
  	opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=80);
	 -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}
.inner h1 a:active{     /* カーソルをクリックした瞬間の色 */
  color: black;
}

 /* カテゴリーアイコン */	
.inner .cateicon{
	position: absolute;
	top:5px;
	left:3px;
}


 /* ショップ写真画像 */  
.pic {
	float: left;
	height: 149px;
	width: 198px;
	overflow: hidden;
	background:#C30;
}

.pic a:hover {
opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=70);
	
	 -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

.base {
	height: 149px;
	width: 198px;
}
	
.base_n {
	height: 109px;
	width: 145px;
}
	
 /* ショップ説明テキスト */
.inner .text {
	position: absolute;
	top:180px;
	left:10px;
	font-size:0.7em;
	width:198px;
	color:#666666;
}
.inner .text a:link{
	color:#663300;
	text-decoration:none;
}
.inner .text a:hover{
	opacity:0.8;}



/*新着情報等*/
/*新着情報等ギャラリー１つの設定*/
.stab_menu {
	position: relative;
	width:163px;
	margin:10px 0px 10px 5px;
	border:solid 1px #ddd;
	background-color:#FFF;
	float: left;		/*ボックスを左へ回り込みさせる*/
	display: inline;	/*IE6対策*/
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px;
	behavior: url(border-radius.htc); /* IE */
}


/*新着情報等ギャラリー内側の設定*/
.sinner {
    padding:10px;
    height: 300px;
}

.sinner2 {
    padding:10px;
    height:180px;
}

 /* ショップ写真画像 */  
.spic {
	float: left;
	height: 109px;
	width: 145px;
	overflow: hidden;
	background:#C30;
}

.spic a:hover {
opacity: 0.7;     /* 透過レベル */
    filter: alpha(opacity=70);
	
	 -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}

 /*ショップSタイトル */
.sinner h1 {
	font-size:0.9em;
	font-weight:bold;
	width:145px;
	color:#666666;
	padding:5px;
}
.sinner h1 a:link{
	color:#663300;
	text-decoration:none;
} 	
 /* ショップS説明テキスト */
.sinner .stext {
	position: absolute;
	top:188px;
	left:10px;
font-size:0.8em;
	width:145px;
	color:#666666;
}
.sinner .stext a:link{
	color:#663300;
	text-decoration:none;
}
.clear {
	clear:both;
}

/*地域ピックアップタイトル*/
/*一覧を見るボタン*/

.town-pickup h2{
	font-size:1.2rem;
	margin-top:0;
	border-left:2px solid #e5004f;
	padding-left:1.5em;
	padding-top:0.2em;
}
.town-pickup h2:first-letter {
	margin-right: .1em;
	font-weight:bold;
	font-size:1.6rem;
}
.town-pickup h2 span {
	font-size:0.6em;
	padding-left:0.8em;
	margin-bottom:5px;
}

.town-pickup a.button{
 
  display:inline-block;
	
	font:normal normal 300 0.7em 'Open Sans';
	text-decoration:none;	
	
	color:#e5004f;
	brackground-color:transparent;
	border:1px solid #e5004f;
	border-radius:15px;
	
	padding: .3em 1.2em;
	margin:5px;
			
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, #e5004f 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}


a.button:hover{
	color:#fff;
	background-color:#e5004f;
	background-position: -100% 100%;
}

/*ご案内見出し*/

.fscatch{
	margin-top:.5em;
font-size:1.8em;
line-height:2em;
padding:1em 1em 1em 3em;
position:relative;
background:#FDE4AC;
border-radius:10px;
font-family:"meirio",sans-serif;
}
.fscatch:before{
content:"“";
font-size:600%;
line-height:1em;
color:#999;
position:absolute;
left:0;
top:0;
}

/**shop_category**/

.shop {
	overflow:hidden
}


#shop_category {
	float:left;
	padding:10px;
	margin:20px 0;
}
#shop_category-head {
	float:right;
	margin-left:1.5em;
	overflow: hidden;
	width:87%;
	margin-top:1em;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#shop_category-head h1 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:0;
	line-height: 1.2em;
}
#shop_category-head h1:first-letter {
	margin-right: .1em;
	font-weight:bold;
	font-size:2rem;
}

#shop_category-head h2 {
	font-size:1.5rem;
	font-weight:bold;
	margin-top:0;
}
#shop_category-head h2 span {
	font-size:1.3em;
	padding-left:0.8em;
}



/**tag**/
li.shop_tag {

	display:inline;
}
li.shop_tag a {
border:solid 1px #e5004f;
	color:#e5004f;
	padding: .3em 0.9em;
	margin:5px;
	font-size:0.8em;
	text-decoration:none;
	background-color:transparent;
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, #e5004f 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

li.shop_tag a:hover {
	/*opacity: 0.7;      透過レベル
    filter: alpha(opacity=80);
	 -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out; */
	 color:#fff;
	 	background-color:#e5004f;
	background-position: -100% 100%;
}



/*shop_category.new*/

#shop_category.like {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/like_mark.png) no-repeat;
	background-position:center 10px;
	background-size:47px 43px;
}

#shop_category.new {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/new_mark.png) no-repeat;
	background-position:center 30px;
	background-size:53px 14px;
}
#shop_category p.name {
	font-size:0.5em;
	color:#fff;
	padding-top:50px;
	position:absolute;
	text-align:center;
	top:80;
	left:480;
	width: 90px;
}

/*shop_category.gourmet**/

#shop_category.gourmet {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/goulmet_mark.png) no-repeat;
	background-position:center 10px;
	background-size:23px 40px;
}


/*shop_category.fashion**/

#shop_category.fashion {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/fashion_mark.png) no-repeat;
	background-position:center 10px;
	background-size:58px 41px;
}

/*shop_category.life**/

#shop_category.life {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/life_mark.png) no-repeat;
	background-position:center 10px;
	background-size:47px 43px;
}

/*shop_category.other**/

#shop_category.other {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/other_mark.png) no-repeat;
	background-position:center 10px;
	background-size:54px 47px;
}

/*shop_category.event**/

#shop_category.event {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/event_mark.png) no-repeat;
	background-position:center 10px;
	background-size:46px 44px;
}

/*shop_category.health**/

#shop_category.health {
	width:110px;
	height:100px;
	background:#44b6d5 url(https://shiokazeshonan.jp/wp/img/health_mark.png) no-repeat;
	background-position:center 10px;
	background-size:46px 44px;
}

/*snap_gl*/
#snap_gl {
	margin: 10px auto;
	width: 480px;
	float: left
}

#main_photo {
	position: relative;
	width: 480px;
	height:360px;
	padding-bottom:10px;
	border-bottom:solid 1px #CCC;
}
#main_photo img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /* width: 480px; */
    height: 75%;
}
#thumbnail {
	padding-top:1em;
	overflow: hidden;
	width: 100%;
}
#thumbnail li {
	float: left;
}
#thumbnail li img {
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#thumbnail li.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*spotinformation**/
.float_table {
	overflow:hidden;
	width:57%;
	float:right;
}
.mapber {
	background:#999;
	border: 1px solid #DDD;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #111;
	width: 80px;
	padding: 5px 10px;
	text-align:center;
	
}

p.text{
	font-size:0.7em;
}

.mapber a:link {
	color:#fff;
}

.mapber a:visited {
	color:#fff;
}

.spot_information {
	border-bottom:solid 1px #CCC;
	text-align:left;

}
.spot_information_head {
	float:left;
	font-size:0.9rem;
	font-weight:bold;
	line-height:170%;
	display:inline;
	padding-top:5px;
	margin:10px;
} 
.spot_information_last {
border-bottom:solid 1px #CCC;
	text-align:left;
	
}

.spot_information_subhead{
	float:right;
	padding-left:10px;
	font-size:0.8rem;
	line-height:170%;
	display:inline_block;
	padding-top:5px;
	width:80%;
	margin:10px;
}
.spot_information_text{
	float:right;
	padding-left:10px;
	font-size:0.8rem;
	line-height:170%;
	padding-top:5px;
	width:80%;
	margin:10px;

}
.spot_information_text span {
	font-size:0.85em;
	color:#990000;
}
.spot_information_text a {
	text-decoration:underline;
}

.spot_information_subheadlast{
	float:right;
	padding-left:10px;
	font-size:0.8rem;
	line-height:170%;
	display:inline_block;
	padding-top:5px;
	width:8em;
}
.clearfix {
	overflow:hidden;
*zoom:1
}


/*comment*/

#commentkyo {
	font-size:1.05rem;
	
	
}
/*#commentkyo.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 2px solid #c2e1f5;
}
#commentkyo.arrow_box:after,#commentkyo.arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#commentkyo.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 20px;
	margin-left: -20px;
}
#commentkyo.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 23px;
	margin-left: -23px;
}*/


.arrow_box {
	margin-top:30px;
	position: relative;
	background: #fbe7cb;
	border: 3px solid #fec574;
	padding: 15px 120px 15px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width:100%;
	min-height:120px;
	box-sizing:border-box;
	background-image:url(https://shiokazeshonan.jp/wp/img/checkkyo.png) ;
	background-repeat:no-repeat;
	background-position:right center;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fbe7cb;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fec574;
	border-width: 24px;
	margin-left: -24px;
}



/*#discount */
#discount {
	width:100%;
	border:solid 1px #0099FF;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:20px;
	margin:20px 0;
	box-sizing: border-box;

}

#discount .title_discount {
	font-weight:bold;
	
}
#discount .dtxt {
	line-height:1.8em;
	margin-top:10px;
}
.remarks {
	font-size:0.85em;
	color:#990000;
	line-height:1.8em;
}

.lb-sidespeaker {
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:0;
	border-top:6px inset transparent!important;
	border-right:12px solid #3498DB;
	border-bottom:6px inset transparent!important;
	background-color:transparent!important;
	margin-top:3px;
	margin-bottom:1px;
	margin-right:25px;
	float:left;
	
	
}
.lb-sidespeaker::before {
	position:absolute;
	content:"";
	width:4px;
	height:4px;
	margin-top:-2px;
	border-radius:1px;
	border-bottom:4px solid #3498DB;
}
.lb-sidespeaker::after {
	position:absolute;
	content:"";
	width:2px;
	height:12px;
	margin-left:8px;
	border-right:2px solid #3498DB;
	border-radius:0 3px 3px 0;
	-webkit-animation:side-speaker-right-play linear .3s infinite alternate;
	-moz-animation:side-speaker-right-play linear .3s infinite alternate;
	-o-animation:side-speaker-right-play linear .3s infinite alternate;
	animation:side-speaker-right-play linear .3s infinite alternate;
}
@-webkit-keyframes side-speaker-right-play {
0% {
height:12px;
margin-top:-6px;
margin-left:13px
}
33% {
height:14px;
margin-top:-7px;
margin-left:15px
}
66% {
height:16px;
margin-top:-8px;
margin-left:17px
}
100% {
height:18px;
margin-top:-9px;
margin-left:19px
}
}
@-moz-keyframes side-speaker-right-play {
0% {
height:12px;
margin-top:-6px;
margin-left:13px
}
33% {
height:14px;
margin-top:-7px;
margin-left:15px
}
66% {
height:16px;
margin-top:-8px;
margin-left:17px
}
100% {
height:18px;
margin-top:-9px;
margin-left:19px
}
}

.sbt_2{
	border:none;
	width:70px;
	height:30px;
	background-color:#c8435e;
	background-image:url(https://shiokazeshonan.jp/wp/img/searchbutton.png);
	background-repeat: no-repeat;
	background-position: center;

}


/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 431px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }

  
.base {
	height: 300px;
	width: 198px;
}
	
.base_n {
	height: 300px;
	width: 145px;
}

.pic {
	float: none;
	height: 260px;
}

.inner{
    padding:10px;
	height: 300px;
	margin-bottom: 80px;
}


.inner h1 {
    position: static;
}

.inner .text {
    position: static;
}

}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
