@charset "euc-jp";


/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*-------------------------------------------
共通
-------------------------------------------*/

body {
  background-color: #fff;
  color: #212121;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #2196f3;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.2rem;
  margin: 0;
}

h2 {
  padding: 0 20px;
  margin: 20px 0 0.5rem;
  font-size: 142.85714%;
  font-weight: normal;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
  padding: 0 20px;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

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

.wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.wrap img {
  vertical-align: bottom;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*
 * layout
 */
#outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

#wrapper {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#wrapper.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

.section-inner {
  padding: 0 20px 20px;
}

/* ヘッダー */
.shopname {
  padding: 20px 20px 15px;
}

.shopname-text {
  text-align: center;
  margin: 0;
  font-size: 142.85714%;
}
.shopname-text a {
  font-weight: bold;
  color: #212121;
  display: block;
}

/* ツールバー */
.toolbar {
  background: #555;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}

.toolbar-inner {
  margin: 0;
  padding: 0;
}

.toolbar-item {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
  border-right: solid 1px #333;
  border-left: solid 1px #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-item a {
  font-size: 114.28571%;
  display: block;
  padding: 18px 0 19px;
  color: #fff;
  line-height: 1.3;
}
.toolbar-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.toolbar-item a .icon {
  width: 20px;
  margin: 0 10px 0 0;
}

#header--sticky {
  background: #555;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
#header--sticky .toolbar-item {
  list-style: none;
}
#header--sticky .toolbar-item .icon {
  margin: 0;
}
#header--sticky .toolbar--menu {
  float: left;
  width: 18%;
}
#header--sticky .toolbar--cart {
  float: right;
  width: 18%;
}

.toolbar--totop {
  width: 64%;
  border: none;
}
.toolbar--totop a {
  font-size: 100%;
  width: 100%;
  padding: 22px 0 20px;
  line-height: 1;
}
.toolbar--totop a .icon--up_w {
  width: 16px;
}

/* フッター */
.footer-nav {
  padding: 0;
  margin: 0;
}

.footer-nav-item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.footer-nav-item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}
.footer-nav-item a span {
  display: table-cell;
  vertical-align: middle;
}

.footer-nav-item-text {
  width: 80%;
  height: auto;
}

.footer-nav-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.footer-nav-item-icon .icon {
  width: 16px;
}

.section--address {
  background: #ddd;
  text-align: center;
}
.section--address .section-inner {
  padding: 20px 20px 30px;
}

.switch {
  margin: 0 0 10px;
}

.section--sns {
  padding: 20px 0 0;
  text-align: center;
}

.sns-link {
  text-align: center;
  margin: 0 3px 0;
  padding: 10px 11px;
  color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.sns-link .icon {
  width: 20px;
}

.sns-link--twitter {
  background: #00acee;
}

.sns-link--facebook {
  background: #3b579d;
}

.sns-link--instagram {
  background: #393939;
}

.sns-link--google {
  background: #d95333;
}

.sns-link--pinterest {
  background: #c9232d;
}

.copyright {
  margin: 0 0 20px;
}

.powered {
  font-size: 85.71429%;
  color: #212121;
}
.powered img {
  width: 195px;
  margin: 0 0 -3px 3px;
}

/* ドロワー */
#drawer {
  position: fixed;
  top: 0;
  left: -280px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 280px;
  height: 100%;
  color: #fff;
  background: #555;
  -webkit-overflow-scrolling: touch;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#drawer.open {
  -moz-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
}

.drawer-item {
  border-bottom: 1px solid #333;
}

.drawer-item-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-item-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-item-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-item-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-item-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion {
  border-bottom: 1px solid #333;
}
.drawer-accordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-accordion-name {
  font-size: 114.28571%;
  font-weight: normal;
  display: inline-block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-name .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-name-text {
  display: inline-block;
  width: 70%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-name-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-name-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer-accordion-item {
  border-bottom: 1px solid #111;
  background: #222;
}
.drawer-accordion-item:last-child {
  border: none;
}
.drawer-accordion-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer-accordion-item a:active {
  background: rgba(255, 255, 255, 0.1);
}
.drawer-accordion-item a img {
  vertical-align: middle;
}
.drawer-accordion-item .icon {
  width: 24px;
  margin: 0 10px 0 0;
}

.drawer-accordion-item-text {
  display: inline-block;
  width: 87%;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.drawer-accordion-item-icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.drawer-accordion-item-icon .icon {
  width: 16px;
  margin: 0;
}

.drawer--search {
  border-bottom: 2px solid #333;
  padding: 20px;
}

/*
 * product
 */
.regular {
  text-decoration: line-through;
  color: #aaa;
}

.price {
  font-size: 142.85714%;
  font-weight: bold;
}

.rate {
  color: #f44336;
}

.breadcrumblist {
  padding: 20px;
}

.taglist {
  padding: 20px 0 0;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist a {
  margin: 0 6px 8px 0;
}

.productform-inner {
  margin: 0 0 15px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 85.71429%;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 30%;
  padding: 10px 10px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}
.social {
  width: 110px;
  float: left;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.box {
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box .box-inner {
  display: block;
  padding: 10px 10px 6px;
}
.box .box-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.box .box-title {
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.box .box-price--soldout {
  margin: 0 0 5px;
  color: #f44336;
}
.box .box-caption {
  font-size: 85.71429%;
  color: #999;
  line-height: 1rem;
}

.box--half {
  width: 50%;
}

.box--full {
  float: none;
  width: 100%;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick-track {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide-inner {
  display: block;
  padding: 10px 10px 5px;
}
.slidelist .slide-image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.slidelist .slide-title {
  font-size: 85.71429%;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price {
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide-price--soldout {
  font-size: 85.71429%;
  color: #f44336;
}

.result {
  margin: 10px 0;
}
.result span {
  font-size: 128.57143%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px 20px;
}

.rest {
  text-align: center;
  margin: 15px 0;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager-prev {
  float: left;
  line-height: 1;
}
.pager-prev .icon {
  width: 14px;
}

.pager-next {
  float: right;
  line-height: 1;
}
.pager-next .icon {
  width: 14px;
}

.section--list .boxlist {
  padding: 20px 10px 0;
  margin: 0;
}

.section--list--sub .section-inner {
  padding: 0 20px 10px;
}

.subcategorylist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subcategorylist-item {
  vertical-align:top;
display:inline-block;
  width:46%;
  margin: 0 1% 12px 1%;
}
.subcategorylist-item a {
  font-size: 16px
  display:inline-block;
  width:100%;
  max-width:2000px;
}

.subcategorylist-item img{
display:block;
width:100%;
max-width:2000px;}

.freespace01 {
  margin: 0 0 20px;
}

.freespace02 {
  padding: 20px 0 0;
}

.freespace-item {
  font-size: 85.71429%;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.deflist-title {
  font-size: 128.57143%;
  margin: 0 0 0.5rem;
}

.deflist-body {
  margin: 0 0 20px;
}

.section--search .section-inner,
.section--free .section-inner,
.section--push .section-inner {
  padding: 20px;
}
.section--main {
  padding: 0 0 20px;
}

.section--search--detail {
  background: #212121;
}
.section--search--detail h2 {
  margin: 0 0 .5rem;
  padding: 20px 20px 0;
  color: #fff;
}
.section--search--detail .section-inner {
  padding: 0 20px 30px;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
 * パーツ
 */

.slick-slide img {
  margin: 0 auto;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-open--flip {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--red {
  background: #f44336;
  color: #fff;
}

.button--blue {
  background: #2196f3;
  color: #fff;
}

.button--orange {
  background: #ff6f00;
  color: #fff;
}

.button--line {
  border: 1px solid #2196f3;
  color: #2196f3;
}

.button--sort {
  font-size: 100%;
  padding: 5px 0;
  width: 28%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--tag {
  font-size: 85.71429%;
  padding: 4px 4px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button--small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 114.28571%;
  padding: 11px 0 12px;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 10px;
  margin: 8px 0;
  width: 100%;
  line-height: 1;
}
.button--medium .icon {
  width: 14px;
  margin: 0 0 0 5px;
}

.button--large {
  font-size: 128.57143%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
  margin: 0 0 10px;
}

.button--disabled {
  background: #bdbdbd;
  color: #fff;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].keyword--small {
  width: 68%;
  margin: 0 10px 0 0;
  height: 40px;
}

input[type="text"].keyword--white {
  background: #fff;
  color: #212121;
}

input[type="text"].keyword--black {
  background: #000;
  color: #fff;
  border: none;
}

input[type="number"].productnum {
  padding: 8px 10px;
  width: 15%;
}

input[type="text"].productnum {
  padding: 8px 10px;
  width: 15%;
}

.pulldown {
  width: 100%;
  height: 40px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}

/*
 * モーダル
 */
#modal-content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

#modal-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  font-size: 28px;
  position: absolute;
  top: -20px;
  right: -5%;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#modal-close .icon{
  width: 20px;
  vertical-align: initial;
}

/* ヘッダーの電話番号*/

.tell-sp{
  background: #000055;
  width:60%;
  margin:0 20% 10PX 20%;
  text-align:center;
  font-size:20px;
  border-radius:8px;
}
.tell-sp a{  color:white !important;}

/*-------------------------------------------
お客様のお声ページ
-------------------------------------------*/
#voice{
margin-left:10px;
margin-right:10px;
}

/*-------------------------------------------
おぎはら鮮魚店の歴史
-------------------------------------------*/
#history{
margin-left:10px;
margin-right:10px;
}

/*-------------------------------------------
鮮魚宅配便
-------------------------------------------*/

#syun{
font-size:15px;
}


#syun h2{
margin:20px 10px 10px 0px;
font-size:20px;
}

#syun table{
width:auto;
  height:380px;
 margin: 25px 10px 10px 10px; 
}

#syun table td{
border: 1px #808080 solid;
   height: 20px;
  width:126px;
  font-size:15px;
    background: #fbf8f0;
  
}

#syun table th{
border: 1px #808080 solid;
 height: 50px;
    width:auto;
    padding-left:10px;
    padding-right:10px;
}
  
  #syun table tr{
       height: 15px;
text-align:center;
font-size:12px;
}




#sengyo2 iframe{
width:auto;}

#sengyo {
margin:15px 0px 10px 0px;
}

#info{
font-size:15px;
}


#info h2{
margin:20px 10px 10px 0px;
font-size:18px;
}

#info h1{
margin:20px 10px 10px 10px;
font-size:20px;
}

#info li{
margin:15px 10px 10px 10px;
font-size:16px;
}


#info p{
 margin: 20px 10px 10px 10px; 
}

#info table td{
border: 1px #808080 solid;
  font-size:15px;
  
}

#info table th{
border: 1px #808080 solid;
 height: 50px;
    padding-left:10px;
    padding-right:10px;
    background: #fbf8f0;
}
  
  #info table tr{
       height: 15px;
text-align:center;
font-size:12px;
}


.youtube{
width:100%;
text-align:center;
}

#blog img{
width:95%;
margin:5px 2px 0px 5px;

}



/*-------------------------------------------
ランディングページ
-------------------------------------------*/


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:1000px){

.voice2 img{
width:33%;
margin-right:33%;
margin-left:33%;
margin-bottom:-20px;
}

.voice2 {
margin:30px 5px 0px 5px;
}

.voice2 p{
text-align:left;
margin-bottom:30px;
}

.kodawari{
  width:80%;
margin:10px 10% 10px 10%;
}

.lphead{ display: none;}




#landing3 img{
margin:20px;
width:90%;
}



#yoyaku{
  width:70%;
 display: block;
 margin-left: auto;
 margin-right: auto;
margin-top:30px;
}

#landing h3{
text-align:center;
font-size:20px;}

#landing h1{
font-size:24px;
  margin:80px 10px 20px 10px;
}

#landing p{
font-size:16px;
  margin:40px 20px 40px 20px;
    line-height:180%;
}

#landing2{
  height:auto;
  background-image:url(https://img21.shop-pro.jp/PA01339/947/etc/%F2%DE%BB%C9%A4%B7%A5%A2%A5%C3%A5%D7%A5%A4%A5%E1%A1%BC%A5%B8%A3%B2.jpg?cmsp_timestamp=2161) ;
  background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
}

#landing2 p{
  font-size:18px;
  text-align:left;
color:white;
  line-height:180%;
margin:10px;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;

}

#landing2 h2{
  font-size:22px;
  text-align:center;
padding:30px 10px ;
color:white;
  line-height:180%;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;

}


#aralp{
  height:auto;
  background-image:url(https://img21.shop-pro.jp/PA01339/947/etc/%A5%A2%A5%E9%A4%B5%A4%B7%A4%DF2.jpg?cmsp_timestamp=2132) ;
  background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
}

#aralp p{
  font-size:18px;
  text-align:left;
color:black;
  line-height:180%;
margin:10px;
}

#aralp h2{
  font-size:22px;
  text-align:center;
padding:30px 10px ;
color:black;
  line-height:180%;
}

#border{
border: 1px dashed #ffffff;
width:75%;
margin-bottom:17px;
}

#border2{
border: 1px dashed #000000;
width:75%;
margin-bottom:17px;
}

#landing4{
  margin:10px 20px 10% 20px;}

#landing4 img{
  margin:10px;
  width:98%;}

#landing4 p{
padding:5px 20px 10px 10px;
font-size:medium;
text-align:left;
}


}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

.voice2 img{
width:33%;
margin-left:33%;
margin-right:33%;
margin-bottom:-20px;
}

.voice2 {
margin:30px 5px 0px 5px;
}

.voice2 p{
text-align:left;
margin-bottom:30px;
}

.kodawari{
  width:90%;
margin:20px;
}



#landing3 img{
margin:20px;
width:90%;

}



#yoyaku{
  width:70%;
 display: block;
 margin-left: auto;
 margin-right: auto;
margin-top:30px;
}


#landing h1{
font-size:24px;
  margin:25px 10px 20px 10px;
}

#landing h3{
text-align:center;
font-size:20px;}


#landing p{
font-size:16px;
  margin:40px 20px 40px 20px;
    line-height:180%;
}



#landing2 p{
  font-size:18px;
  text-align:left;
color:white;
  line-height:180%;
margin:10px;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;

}

#landing2 h2{
  font-size:22px;
  text-align:center;
padding:30px 10px ;
color:white;
  line-height:180%;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
}


#border{
border: 1px dashed #ffffff;
width:75%;
margin-bottom:17px;
}

#border2{
border: 1px dashed #000000;
width:75%;
margin-bottom:17px;
}


#landing4{
  margin:10px 20px 10% 20px;}

#landing4 img{
  margin:10px;
  width:98%;}

#landing4 p{
padding:5px 20px 10px 10px;
font-size:medium;
text-align:left;
}

#landing3 h2{
      background-image:url(https://img21.shop-pro.jp/PA01339/947/etc/logo.png?cmsp_timestamp=202808013040);
      background-size: 32px 36px;
  background-position:5px 0px;
  background-repeat: no-repeat;
  padding: 0px  0 0 40px;
    margin:35px 5px;
font-size:20px;
text-align:left;
}


#landing3 h3{
      background-image:url(https://img21.shop-pro.jp/PA01339/947/etc/%A5%ED%A5%B4%A5%A2%A5%A4%A5%B3%A5%F3_03.png?cmsp_timestamp=2148);
      background-size: 32px 36px;
  background-repeat: no-repeat;
  padding: 0px  20px;
    margin:35px auto;
font-size:large;
text-align:left;
}
  
  #landing3 h4{
    margin-bottom:20px;
    background:rgba(255,255,0,0.2);
    padding:12px;}

#aralp{
  height:auto;
  background-image:url(https://img21.shop-pro.jp/PA01339/947/etc/%A5%A2%A5%E9%A4%B5%A4%B7%A4%DF2.jpg?cmsp_timestamp=2132) ;
  background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
}

#aralp p{
  font-size:18px;
  text-align:left;
color:black;
  line-height:180%;
margin:10px;
}

#alalp h2{
  font-size:22px;
  text-align:center;
padding:30px 10px ;
color:black;
  line-height:180%;
}

#taishabu{
  padding:2px;
  height:auto;
  background-image:url(https://img21.shop-pro.jp/PA01339/947/etc/%C2%E4%A4%B7%A4%E3%A4%D6%B0%EC%CB%E7.jpg?cmsp_timestamp=2053012808) ;
  background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
}

#taishabu p{
  font-size:15px;
  text-align:left;
color:white;
  line-height:180%;
margin:10px;

}

#taishabu h2{
  font-size:22px;
  text-align:center;
padding:px 6px ;
color:white;
  line-height:180%;
}



}

/*スパン*/

.span1{background:rgba(255,255,0,0.3);}




/*お声ページ */
.voicewrap{
  padding:15px 15px 10px 15px;
margin:-7px 3% 10px 3%;
  background-color:#f9c8c3;
}

.voicehead{
  width:94%;
  margin:0 auto -5px auto;
}

  .voice{
    margin:20px 10px 50px 10px;
  }
  
  .voice img{
   max-width:100px;
    display:block;
margin:0 auto;
}
  
   .voice h3{
text-align:center;
   font-size:20px;
  }
  
   .border-voice{
     border: 1px dashed #8c8b8b;
   float:lright;
   padding:-100px 5px 0px 5px;
   width:auto;
  }


/* お声ページボタンに主に使用おしゃれボタン*/

.button-wrapper{
  clear:both;
    margin:15px auto 140px auto;
}

.button-wrap{
  width:49%;
  margin:0 2% 0 4% 0;
    float:right;
}
 .button-wrap a{
       font-size:15px;
        text-decoration:none;
}

 .button-wrap a:link{
   color:white;
}

 .button-wrap a:hover{
   color: #da0b00;
}

.button-chumon{
	background-color: #da0b00;
  font-size:15px;
  padding:12px 15px;
color:white;
  text-align:center;
  text-decoration:none;
  margin-left:auto;
     display: block;
margin: 5px 5% 5px auto;
}

.button-chumon:hover {
	background-color: #fff;
  border: 3px solid;
	border-color: #da0b00;
    padding:9px 0px;
}

.button-wrap2{
  width:49%;
  margin:0 2% 0 4% 0;
      float:right;
}
 .button-wrap2 a{
    font-size:15px;
        text-decoration:none;
}

 .button-wrap2 a:link{
   color:white;
}

 .button-wrap2 a:hover{
color: #000066;
}
.button-modoru{
	background-color: #000066;
  font-size:15px;
  padding:12px 15px;
color:white;
  text-align:center;
  text-decoration:none;
  margin-left:auto;
     display: block;
margin: 5px 5% 5px auto;
}

.button-modoru:hover {
	background-color: #fff;
  border: 3px solid;
	border-color: #000066;
    padding:9px 0px;
}

/* お声ページボタンに主に使用おしゃれボタン*/

/* 独自ＣＳＳ*/
  /* ************************************************ 
 *	カテゴリー別
 * ************************************************ */

 
  #madai  p{
    margin:12px 0% 25px 0%;
font-size:15px;
}
  
  #madai  h1{
    margin:5% 0;
font-size:22px;
margin-bottom:20px;
}
  
  
  
      #madai  h3{
    margin:5%;
font-size:18px;
margin-bottom:10px;
}
  

#madai table{
width:100%;
  height:110px;
font-size:12px;
 margin: 5px 10px 40px 10px;
}
  
  
#madai table td{
border: 1px #808080 solid;
  text-align:left;
  background: #fbf8f0;
   padding-left: 5px;
  line-height:2;
}

#madai img{
  width:100%;
  margin:0;
 vertical-align: bottom;
}

#madai table th{
text-align:left;
border: 1px #808080 solid;
   padding-left: 10px;
    line-height:2;
}
  

#sengyo2 h2{
font-size:medium;
}

#sengyo h2{
font-size:medium;
  margin-bottom:50px;
}

#sengyo2 img{
display: block;
	margin: 0 auto;
	padding: 0;
}

#sengyo2 table{
  border: 4px #808080 solid;
}

#sengyo2 table td{
  border: 4px #808080 solid;
}

#madai ul{
  font-size:16px;
}

   #madai  h2{
      background-image:url(https://img21.shop-pro.jp/PA01339/947/etc/logo.png?cmsp_timestamp=20170329005039);
      background-size: 30px 32px;
  background-repeat: no-repeat;
  padding: 3px 0px 6px  32px;
    margin:10px 0px 5px 0px;
font-size:19px;
}

.cate-banar{
margin:2% 0 ;
}

.osusume-box{
max-width:400px;
  background-color: #ffb6c1;
    border: 2px dashed #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #ffb6c1;
  margin:15px auto 20px auto;
    color: black;
    padding: 0 0 0 10px;
}

#osusume-box2 h1{
  font-size:25px;
  text-align:center;
  padding: 12px;
	background: linear-gradient(-135deg, #ffffcc ,	#ffcc66,	#ffffcc);
  margin-bottom:28px;
}

#osusume-box2 h3 {
margin-left:20px;
  font-size:22px;
  color:#8b0000;
}

#osusume-box2 p {
  font-size:18px;
margin-left:20px;
}

#chuui
{color: #ff0000;
font-size:16px;}

.chuui2
{color: #800000;
font-size:16px;
margin:10px 0;}



/**おぎはらマガジン**/
.magazine-index{
clear:both;
width:88% !important;
  margin-left:6% !important;
  margin-bottom:10%;
}

.magazine-index p{
  margin-bottom:5%;
}

.cate-wrap{
  margin:0 5%;
}


.cate-wrap img{
  clear:both !important;
  width:100% !important;
  padding-bottom:10px;
}

.cate-wrap-head{
 margin:0 5%;
}

.cate-box-l{
  width:100% !important;
  margin:0;
clear:both;
}

.cate-box-r{
  width:100% !important;
    margin:0;
clear:both;
}


/* マガジン*/
.cate-box-l{width:47%;
float:left;
margin-right:3%;
}

.cate-box-r{width:47%;
float:right;
margin-left:3%;
}

.cate-wrap img{
width:50%;
}

.cate-wrap{
  padding:20px 5px;
  margin-bottom:5px;
  line-height: 1.7em;
overflow:auto;
}

.cate-wrap h2{
font-size:20px;
margin-top:10px;
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6 ;/*左線*/
}

.cate-wrap p{
font-size:14px;
line-height:1.6em;
}

.cate-wrap span{
  background:#FFC0CB;
}

.cate-wrap hr{
border:dotted;
  border-width:0.5px;
  border-color:gray;
}

.cate-border{
width:100%;
margin-bottom:20px;
}



.cate-wrap-head{
    background:#FFC0CB;
  padding:15px 12px 15px 12px;
margin-bottom:10px;

}


.cate-wrap-head h1{
  font-size:23px;
  font-weight:600;
  font-family:"ＭＳ Ｐ明朝",細明朝体,"ヒラギノ明朝 Pro W3",serif;
  text-align:center;
  color:red;
  margin-bottom:20px;
}

.cate-wrap-head h3{
  font-size:20px;
  font-weight:400;
  text-align:center;
  margin-bottom:10px;
}

.cate-wrap-head p{
font-size:16px;
padding:0 5%;
color:#222222;
}



