@charset "UTF-8";

html {
  overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
/*table{
	border-collapse:collapse;
	border-spacing:0;
}*/
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
li {
  list-style-type: none;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}
select:focus {
  background: #f7f4ee;
}
input.brdno {
  border: none;
}

body {
  font-size: 0.9em;
  /* font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "PT Sans Caption", Helvetica, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  text-align: left;
  color: #333;
  background: #fafadd;
}

* html body {
  overflow: hidden;
}

textarea {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
input,
select {
  font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
* html body {
  /* for IF6 */
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
  color: #22a02b;
  text-decoration: none;
}

a:hover img.hov,
input.hov:hover {
  -ms-filter: "alpha(opacity=80)"; /* for IE8 */
  filter: alpha(opacity=50); /* for IE6,7 */
  -moz-opacity: 0.7; /* for Legacy Mozilla */
  opacity: 0.8; /* for Morden(Safari3-/Opera 9.5-/Firefox 3.5-) */
  zoom: 1;
}

img {
  vertical-align: bottom;
}

/* レスポンシブ スマホ部品非表示 */
.sp-img{
	display: none;
}

/* header */
header#header {
  position: fixed;
  /* position: absolute;  */
  top: 0;
  left: 0;
  width: 100%;
  height: 107px;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  height: 107px;
  background-color: #e60012;
}

#h1-wrapper {
  width: 100%;
  background: #e60012;
  height: 20px;
  /* box-shadow */
  box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 7px -7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 7px -7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 7px -7px;
}

h1 {
  padding: 5px 0px 0px 0px;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  text-align: left;
  float: left;
}
#h1_inner {
  margin: 0px auto;
  width: 1000px;
  /* box-shadow */
  box-shadow: rgba(0, 0, 0, 0.65) 0px 7px 7px -7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 7px 7px -7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 7px 7px -7px;
}
#logo-outer {
  width: 100%;
  background: #e60012;
}

header div.logo {
  clear: both;
  padding: 5px 0px 5px 0px;
  margin: 0px auto;
  margin-bottom: 10px;
  height: 60px;
  width: 1000px;
}
header div.logo .left {
  padding-top: 5px;
  float: left;
}
header div.logo .left {
  float: left;
  width: 260px;
}
header div.logo .left p {
  width: 100%;
}
header div.logo .left p img {
  width: 100%;
}
.shopname {
  float: left;
  color: #fff;
  width: 140px;
}
header div.logo .right {
  float: right;
  text-align: right;
  font-weight: bold;
}
header div.logo .right p {
  float: left;
  margin-left: 10px;
}
ul#header-nav {
  float: right;
}

ul#header-nav li {
  float: left;
  font-size: 12px;
  line-height: 12px;
  height: 15px;
  background: #eef7fb;
}
/* content */
.article {
  width: 1020px;
  margin: 0 auto;
  padding-top: 107px;
}

#maincont {
  background: #fff;
  width: 980px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
/* shop-select */
h2.shop-select {
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 15px 0px;
  text-align: center;
  border-top: 2px solid #d6010c;
  border-bottom: 2px solid #d6010c;
  background: #fffe6b;
  font-size: 200%;
}

section.shop-select {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  display: flex;
  align-items: top;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.shop-box {
  width: 43%;
  /* margin: 0px auto; */
  margin-bottom: 30px;
  padding: 15px 2%;
  border-radius: 10px;
  border: 3px solid #d6010c;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-box:nth-child(odd) {
  margin-right: calc(6% - 12px);
}
.shop-box.empty-box {
  border: none;
}

.shop-box .shopText {
  width: 50%;
  padding-top: 10px;
}

.shop-box .shopText h3 {
  font-size: 155%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5f5e5e;
}
ul.Info {
  font-size: 109%;
  margin-bottom: 15px;
}
ul.Info li {
  line-height: 140%;
  margin-bottom: 10px;
}
ul.Info li.tel span {
  font-size: 140%;
  color: #d6010c;
  font-weight: bold;
}
.shop-box .btn {
  width: 44%;
}

.shop-box .btn a {
  width: calc(100% - 0% - 6px);
  padding: 4% 0;
  background: #098f36;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  color: #ffffff;
  font-size: 22px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 14px -8px #082f0b;
}
.shop-box .btn a:first-child {
  background: #098b8f;
}

.shop-box .btn a:last-child {
  background: #fffe6b;
  color: #333;
}

.shop-box .btn a:not(:last-child) {
  margin-bottom: 15px;
}
.shop-box .btn a span {
  font-size: 70%;
}

.shop-box .btn .ready p {
  font-size: 35px;
  color: #fff;
  margin-bottom: 10px;
}
.shop-box .btn a:hover {
  color: #ffffff;
  background-color: #d6010c;
  /*border-color: hsl(211, 37%, 31%);*/
  box-shadow: 0px 8px 4px -8px #8c8c8c;
}
.shop-box .btn a p {
  font-size: 28px;
  color: #fff;
  margin-right: 10px;
}
.shop-box .btn a:last-child p {
  font-size: 28px;
  color: #333;
  margin-right: 10px;
}
.shop-box .btn a:hover p {
  color: #fff100;
}
.shop-box .btn a:hover {
  color: #fff100;
}

.shop-box .btn a.ready {
  width: calc(100% - 0% - 6px);
  padding: 20% 0%;
  background: #93acbf;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  color: #ffffff;
  font-size: 22px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  box-shadow: 0px 10px 9px -8px #8c8c8c;
  pointer-events: none;
}

/* footer */
#footerArea {
	position: relative;
  width: 100%;
  padding: 0;
  background: #e60012;
  font-size: 8px;
}
#footerArea .goTop02 {
	width:100%;
	position: absolute;
	height:35px;
	top: -35px;
	left: 0;
	background: #DCDCDC;
}
#footerArea .goTop02 .goTop02-inner  {
	width: 960px;
	height: 25px;
	padding:10px 5px;
	position: absolute;
	left: 0;
	right:0;
	margin: 0 auto;
	text-align: right;
}
/* #footerArea #inner-footer .goTop02 a{
	position: relative;
	top: 0;
	left: 840px;
} */
#inner-footer {
  width: 960px;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
#inner-footer .left {
  float: left;
  width: 260px;
}
#inner-footer .left img {
  float: left;
  width: 100%;
}
#inner-footer .right {
  float: right;
}

#footLink {
  clear: both;
  width: 560px;
  margin: 0px auto;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#footLink ul li {
  float: left;
  width: 140px;
}

#copyright-wrap {
  clear: both;
  width: 100%;
  padding: 10px 0px;
  overflow: hidden;
  background: #ffffff;
}
#copyright-wrap p {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
  font-size: 12px;
}
.menu01 {
  list-style: none;
}
.menu01 li {
  list-style: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu01 li:last-child {
  border-bottom: 0px;
}
.menu01 li a {
  display: block;
  position: relative;
  z-index: 10;
  height: 20px;
  margin: 0;
  padding: 0px 10px 0px 20px;
  background: #fff;
  color: #222;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.menu01 li a:hover {
  background: #ddd;
}
#list2 li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #ff0004;
}

/* レスポンシブ */
@media screen and (max-width: 420px) {


	/* レスポンシブ PC部品非表示 スマホ部品表示 */
	.sp-img{
		display: block;
	}
	.none{
		display: none;
	}

  header#header {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: #e60012;
  }
  #h1_inner {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    width: 100%;
  }
  header div.logo {
    width: 100%;
    margin-bottom: 0;
  }
  header div.logo .left {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(70% - 20px);
  }
  h2.shop-select {
    font-size: 150%;
  }
  .article {
    width: 100%;
    padding-top: 0;
  }
  #maincont {
    width: 100%;
    padding: 10px 0 35px;
  }
  section.shop-select {
    flex-direction: column;
  }
  .shop-box {
    width: calc(85% - 3px);
    margin:0 auto 20px;
    flex-direction: column;
  }
  .shop-box:nth-child(odd){
    margin:0 auto 20px;
  }
  .shop-box:last-child{
    margin:0 auto 40px;
  }
  .shop-box .shopText {
    text-align: center;
    padding-top: 0;
    width: 80%;
  }
  .shop-box .btn {
    width: 90%;
  }
  #footerArea {
    padding: 0;
  }
	#footerArea .goTop02 {
    position: absolute;
    height: 45px;
    top: -45px;
	}
	#footerArea .goTop02 .goTop02-inner {
    width: 100%;
    height: 45px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
		background: #ADA9A9;
	}
	#footerArea .goTop02 .goTop02-inner a{
		width:100%;
		height: 33px;
		padding: 12px 0 0;
		display: inline-block;
	}
	#footerArea .goTop02 .goTop02-inner img{
		width:10%;
	}
	#inner-footer {
		width: 100%;
		margin:0;
		padding:0;
	}
  #copyright-wrap {
    background: #e60212;
  }
  #copyright-wrap p {
    width: 100%;
    color: #fff;
  }
}
