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

body {
	background-color: #2b3331;
	background-image: url("../images/hikaesashop-normal2.jpg");
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#message {
	color: #FFF;
	height: 400px;
	position: relative;
    font-size: 10px;
}
#message h1 {
    background-color: #0202f4;
    margin: 0 auto;
    line-height: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0 70px;
}
#shop {
	background-color: #ffffff;
	text-align: center;
    padding: 4rem;
}

.flexbox {
    display: flex;
}
.box1 {
    width: calc(100% / 2);
    margin: auto;
}
img .link-logo1 {
	max-width: 50%;
}

.box2 {
    margin: auto .5rem;
}
.box3 {
    width: calc(100% / 2);
    margin: auto;
}
.btm {
    padding: 10px 120px 10px 120px;
}
.btm a {
	padding: 10px 120px 10px 120px;
	display: inline-block;
	border: 1px solid;
	text-decoration: none;
	color: #2b3331;
}
.btm a:hover {
	color: #ffffff;
	background-color: #2b3331;
}

.button-shadow1 {
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    background: #cc8711; /* 色変更可能 */
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0,0,0,0.3);
  }
  .button-shadow:hover {
    color: #ffffff;
	background-color: #2b3331;
  }

.button-shadow2 {
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    background: #447fff; /* 色変更可能 */
    color: #fff;
    font-weight: bold;
    padding: 13px 10px 10px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0,0,0,0.3);
  }
  .button-shadow:hover {
    color: #ffffff;
	background-color: #2b3331;
  }
   
.hp_box {
	width: 80%;
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
}
.cbox {
  display: flex;
  align-items: center;
}
.cbox .item2 {
  width: 50%;
  padding: 30px 20px;
}
.link-logo1 {
    margin-bottom: 20px;
}

/* ヒカリのSNS */
.sns-button-fh {
    list-style-type: none;
    margin: 20px 0px 0 0;
    padding: 0;
    display: inline-block;
}
.sns-button-fh li {
    float: left;
	padding: 10px;
}
.sns-button-fh li img {
    width: 40px;
}
.sns-button-fh:before,
.sns-button-fh:after {
    content: " ";
    display: table;
}
.sns-button-fh:after {
    clear: both;
}

/* エサ光のSNS */
.sns-button-e {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: inline-block;
}
.sns-button-e li {
    float: left;
    padding: 0;
}
.sns-button-e li img {
    width: 40px;
}
.sns-button-e:before,
.sns-button-e:after {
    content: " ";
    display: table;
}
.sns-button-e:after {
    clear: both;
}
.sns-button-e {
    *zoom: 1;
}
.sns-button-e iframe.twitter-share-button {
    width: 90px !important;
}

/* フッター */
#footer {
	color: #FFF;
	text-align: center;
	font-size: 12px;
    margin: 50px 0 10px 0;
}

/* 表示領域が800px未満の場合に適用するスタイル */
@media screen and (max-width: 799px) {
    body {
	background-color: #2b3331;
	background-image: url("../images/hikaesashop-sp.jpg");
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#message {
	color: #FFF;
	height: 300px;
	margin: 0 auto;
	position: relative;
    font-size: 7px;
}

#shop {
	background-color: #ffffff;
	text-align: center;
    position: relative;
    z-index: 3;
}

img .link-logo1  {
    width: 70%;
}
.flexbox {
    display: block;
}
.flexbox .box1 {
    width: 100%;
    margin: 0 auto;
}
.flexbox .box2 {
    width: 100%;
    margin: 0 auto;
}
.flexbox .box3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.sns-button-fh li img{
    margin: 0;
}
.btm {
    padding: 10px;
}
.btm a {
	padding: 10px;
	display: block;
	border: 1px solid;
	text-decoration: none;
	color: #2b3331;
}
.btm a:hover {
	color: #ffffff;
	background-color: #2b3331;
}
.hp_box {
	width: 80%;
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.text-center {
    text-align: center;
}
.link-logo1 {
    margin-bottom: 20px;
}

/* ヒカリのSNS */
.sns-button-fh {
    list-style-type: none;
    margin: 20px 0px 0 0;
    padding: 0;
    display: inline-block;
}
.sns-button-fh li {
    float: left;
	padding: 10px;
}
.sns-button-fh li img {
    width: 30px;
}
.sns-button-fh:before,
.sns-button-fh:after {
    content: " ";
    display: table;
}
.sns-button-fh:after {
    clear: both;
}
.sns-button-fh {
    *zoom: 1;
}
.sns-button-fh iframe.twitter-share-button {
    width: 90px !important;
}

/* エサ光のSNS */
.sns-button-e {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: inline-block;
}
.sns-button-e li {
    float: left;
    padding: 0;
}
.sns-button-e li img {
    width: 30px;
}
.sns-button-e:before,
.sns-button-e:after {
    content: " ";
    display: table;
}
.sns-button-e:after {
    clear: both;
}
.sns-button-e {
    *zoom: 1;
}
.sns-button-e iframe.twitter-share-button {
    width: 90px !important;
}
}

/* 表示領域が1200px以上の場合に適用するスタイル */
@media screen and (min-width: 1200px) {
    body {
	background-color: #2b3331;
	background-image: url("../images/hikaesashop-long2.jpg");
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#message h1 img{
	position: absolute;
    top: 10px;
    left: 38%;
}
