html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #444;
  line-height: 1;
}

br {
  letter-spacing: 0;
}
ul,
li {
  list-style: none;
}
img,
a img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: sans-serif;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
}

div:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

a {
  background-color: transparent;
}
a:link {
  color: #4f3d2b;
  text-decoration: none;
}
a:visited {
  color: #4f3d2b;
  text-decoration: none;
}
a:hover {
  color: #1a428c;
  text-decoration: underline;
  outline: 0;
}
a:active {
  color: #99ccff;
  text-decoration: none;
  outline: 0;
}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */

.lh17 h1 {
  font-size: 20px;
  background: #970101;
  color: #fff;
  padding: 8px;
}

.item-container {
  margin-top: 32px;
}

.item-text h3 {
  font-size: 18px;
  padding-left: 10px;
  border-left: 8px solid #970101;
  margin-top: 32px;
}

.item-text p {
  margin-top: 8px;
}

.item-img img {
  object-fit: cover;
  height: 250px;
  width: 400px;
  margin-top: 16px;
}

.contact {
  text-align: center;
}

.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  height: 60px;
  margin: 48px auto 0;
  background-color: #970101;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.contact i.fa-envelope {
  margin-right: 8px;
}

.contact i.fa-angle-right {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.contact a:hover {
  opacity: 0.8;
}

.phone a {
  margin: 24px auto 48px;
  color: #970101;
  background: #fff;
  border: 2px solid #970101;
}

.phone span {
  font-size: 18px;
}

.contact.phone i.fa-phone {
  margin-right: 8px; /* アイコンとテキストの間にスペースを追加 */
}

/* -------------------------------------------------------
Detail
---------------------------------------------------------- */

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  .pankuzu,
  .coupon_link,
  .telnum_box,
  .pc_qr,
  .detail_side {
    display: none;
  }

  .intro {
    background: #fff7d8;
  }
  .intro-inner p {
    padding: 3px 5px;
    color: #7f6b55;
    font-size: 10px;
  }
  .header-inner {
    padding: 15px 10px;
    text-align: center;
  }
  .site_title img {
    width: 100%;
    max-width: 280px;
  }

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

  .contents-wrap {
    margin: 0 0 30px;
  }

  .past_link {
    margin: 0 0 15px;
    text-align: center;
  }

  .page_title {
    margin: 0 0 24px;
    background: #fff7d8;
    padding: 5px;
    color: #5b4829;
    font-size: 100%;
    font-weight: bold;
  }

  .top_arealink {
    padding: 0 15px;
  }
  .top_arealink li {
    margin: 0 0 15px;
  }
  .top_arealink li a {
    display: block;
    padding: 0.5em 0;
    border: 3px solid #ddd;
    color: #1a428c;
    font-size: 200%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }

  .area_locallink {
    padding: 0 15px;
  }
  .area_locallink li a {
    display: block;
    box-sizing: border-box;
    padding: 0.5em 1em;
    border: 3px solid #ddd;
    color: #1a428c;
    font-size: 200%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }

  .detail_link {
    padding: 0 10px;
  }
  .detail_link li {
    margin: 0 0 30px;
  }
  .dlink {
    padding: 10px;
    border: 1px solid #d1c9a5;
    color: #4f3d2b;
    font-size: 12px;
    line-height: 1.6;
  }
  .dlink .pic {
  }
  .dlink .pic img {
    width: 100%;
    max-width: 640px;
  }

  .dlink .sname {
    font-size: 16px;
    font-weight: bold;
  }

  .detail_block {
    padding: 0 10px;
  }
  .detail_header .shop_name {
    margin: 0 0 1em;
    font-size: 100%;
    font-weight: bold;
  }
  .detail_header .coupon_det {
    margin: 0 0 30px;
    padding: 10px 15px;
    background: #44b5dd;
    color: #fff;
    font-size: 120%;
    line-height: 1.4;
  }

  .s-coupon {
    margin: 0 0 30px;
    padding: 10px;
    border: 3px solid #ff0000;
    border-radius: 10px;
  }
  .s-coupon-name {
    margin: 0 0 10px;
    font-size: 80%;
    line-height: 1.3;
  }
  .joken {
    margin: 0 0 1em;
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
  }
  .yukou {
    margin: 0 0 10px;
    padding: 0.5em;
    background: #ff0000;
    color: #fff;
    font-size: 100%;
    text-align: center;
  }
  .att {
    font-size: 80%;
    line-height: 1.4;
  }

  .detail_img {
  }
  .d_img_box li {
    margin: 0 0 30px;
    font-size: 80%;
  }
  .d_img_box li img {
    width: 100%;
    max-width: 640px;
    margin: 0 0 5px;
  }
  .detail_text {
    margin: 0 0 30px;
    font-size: 90%;
    line-height: 1.6;
  }

  .detail_table_title {
    padding: 0.5em 1em;
    background: #91825e;
    border-radius: 2px;
    color: #fff;
    font-size: 90%;
  }
  .box-inner {
  }
  .detail_table {
    margin: 0 0 30px;
  }
  .detail_table table {
    width: 100%;
    border: 1px solid #ddd;
  }
  .detail_table th {
    width: 6em;
    padding: 1em;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
  }
  .detail_table td {
    padding: 1em;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.6;
  }
  .detail_table td .telnum {
    font-size: 140%;
    font-weight: bold;
  }

  .maparea {
    text-align: center;
  }
  .maparea iframe {
    width: 94%;
    height: 200px;
  }

  .s-pankuzu {
    padding: 15px;
  }
  .s-pankuzu span {
    display: inline-block;
  }
  .s-pankuzu span a {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
  }

  footer {
    padding: 15px 0;
    text-align: center;
  }
  .cp {
    color: #7f6b55;
    font-size: 10px;
  }
  .unei {
    font-size: 10px;
  }
}

@media only screen and (max-width: 578px) {
  .item-container {
    padding: 0 10px;
  }

  .item-img img {
    width: 100%;
  }
}

/* end SP */

/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width: 960px) {
  body {
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    zoom: 1;
  }

  .s-pankuzu,
  .s-coupon {
    display: none;
  }

  header {
    width: 100%;
    min-width: 960px;
    margin: 0 0 5px;
    border-bottom: 1px solid #ddd;
  }
  .intro {
    margin: 0 0 10px;
    background: #fff7d8;
  }
  .intro-inner {
    width: 960px;
    margin: 0 auto;
    padding: 3px 0;
  }
  .intro-inner p {
    color: #7f6b55;
    font-size: 10px;
  }
  .header-inner {
    position: relative;
    width: 960px;
    height: 74px;
    margin: 0 auto;
  }

  .site_title {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .site_title img {
    width: 200px;
  }

  .header_sns {
    position: abosolute;
    bottom: 15px;
    right: 0;
    text-align: right;
    vertical-align: top;
  }
  .g-plusone {
    display: inline-block;
  }
  .fb_iframe_widget {
    display: inline-block;
    vertical-align: top;
  }
  .header_sns #widget {
    vertical-align: top;
  }
  .twitter-tweet-button {
    vertical-align: top;
  }

  .pankuzu {
    width: 960px;
    margin: 0 auto 40px;
    font-size: 11px;
  }

  .contents-wrap {
    width: 960px;
    margin: 0 auto 50px;
  }

  .past_link {
    width: 960px;
    margin: 0 auto 30px;
    text-align: center;
  }

  /* TOP改装 */
  .top_area {
    padding: 30px 0;
  }
  .top_arealink {
    letter-spacing: -0.4em;
  }
  .top_arealink li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .top_arealink li a {
    display: block;
    box-sizing: border-box;
    width: 300px;
    padding: 30px 0;
    border: 3px solid #ccc;
    color: #1a428c;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .top_arealink li a:hover {
    border-color: #eee;
    color: #ccc;
  }

  /* 1階層目 */
  .area_locallink {
    letter-spacing: -0.4em;
  }
  .area_locallink li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 15px 15px 0;
  }
  .area_locallink li a {
    display: block;
    box-sizing: border-box;
    padding: 0.5em 1em;
    border: 3px solid #ddd;
    color: #1a428c;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .area_locallink li a:hover {
    border-color: #eee;
    color: #ccc;
  }

  /* 2階層目 */
  .page_title {
    margin: 0 0 40px;
    color: #5b4829;
    font-size: 18px;
    font-weight: bold;
  }
  .detail_link {
    letter-spacing: -0.4em;
  }
  .detail_link li {
    letter-spacing: normal;
    display: inline-block;
    box-sizing: border-box;
    width: 220px;
    margin: 0 15px 15px 0;
    padding: 10px;
  }
  .dlink {
    border: 1px solid #d1c9a5;
    color: #4f3d2b;
    vertical-align: top;
    cursor: pointer;
  }
  .dlink .pic {
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin: 0 0 10px;
  }
  .picarea {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
  .picarea img {
    width: 300px;
  }
  .dlink .sname {
    margin: 0 0 1em;
    color: #1a428c;
    font-size: 12px;
    font-weight: bold;
  }
  .dlink .spec {
    font-size: 12px;
  }
  .dlink .spec p {
    margin: 0 0 5px;
  }
  .dlink .spec span {
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .dlink a {
    color: #4f3d2b;
    text-decoration: none;
  }

  body.past .dlink {
    cursor: default;
  }
  body.past .dlink a {
    color: #cf4c06;
    text-decoration: underline;
  }
  body.past .dlink a:hover {
    text-decoration: none;
  }

  .past_l_btn {
    display: inline-block;
  }
  .past_l_btn a {
    display: block;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-decoration: none;
  }

  .detail_block {
  }
  .detail_header {
    position: relative;
    width: 100%;
    /*height: 100px;*/
    margin: 0 0 30px;
    padding: 0 0 15px;
  }
  .shop_name {
    /*		position: absolute;
		top: 0;
		left: 0;*/
    margin: 0 0 30px;
    color: #5b4829;
    font-size: 24px;
    font-weight: bold;
  }
  .coupon_det {
    /*		position: absolute;
		top: 40px;
		left: 0;*/
    display: inline-block;
    box-sizing: border-box;
    width: 642px;
    margin: 0 10px;
    padding: 10px 15px 10px 40px;
    background: #db3636;
    border: 3px double #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-indent: -1.5em;
  }
  .coupon_det:before {
    content: "\f27a";
    font-family: Fontawesome;
    margin: 0 10px 0 0;
  }
  .telnum_box {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 20px;
    font-weight: bold;
  }
  .coupon_link {
    position: absolute;
    top: 40px;
    right: 0;
    display: inline-block;
  }
  .coupon_link a {
    display: block;
    padding: 8px 1em;
    background: #eab933;
    border: 1px solid #704619;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #422505;
    font-size: 12px;
    text-decoration: none;
  }

  .detail-wrap {
  }
  .detail_body {
    float: left;
    width: 680px;
    background: #fff;
  }
  .detail_side {
    float: right;
    width: 240px;
  }

  .detail_img {
    line-height: 1.8;
  }
  /*
	.detail_img img {
		max-width: 640px;
	}
	*/
  .d_img_box {
    margin: 0 -15px 0 0;
    text-align: left;
  }
  .d_img_box li {
    display: inline-block;
    width: 300px;
    margin: 0 15px 30px;
    font-size: 12px;
    vertical-align: top;
  }
  .d_img_box img {
    width: 100%;
  }

  .detail_text {
    padding: 30px 0;
    font-size: 90%;
    line-height: 1.8;
  }

  .detail_table_title {
    padding: 0.5em 1em;
    background: #91825e;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
  }
  .box-inner {
    padding: 15px 5px;
  }
  .detail_table table {
    width: 100%;
    border: 1px solid #dbd6c3;
  }
  .detail_table th {
    width: 6em;
    padding: 1em;
    background: #eee;
    border: 1px solid #dbd6c3;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
  }
  .detail_table td {
    padding: 1em;
    border: 1px solid #dbd6c3;
    font-size: 14px;
    line-height: 1.6;
  }
  .telnum {
    font-size: 20px;
    font-weight: bold;
  }
  .maparea {
    text-align: center;
  }
  .maparea iframe {
    width: 660px;
    height: 300px;
  }

  .detail_side .pc_qr {
    margin: 0 0 30px;
    padding: 10px 0;
    border: 1px solid #d1c9a5;
    font-size: 12px;
    text-align: center;
  }

  /* 印刷用 */
  .print-header {
    width: 720px;
    margin: 10px auto 20px;
    text-align: left;
  }
  .print-header .site_title img {
    width: 200px;
  }

  .print-wrap {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
  }
  .print_body {
    width: 700px;
    margin: 0 auto;
  }

  .print_body .maparea iframe {
  }

  .pc-coupon {
    margin: 0 0 30px;
    padding: 10px;
    border: 3px solid #ff0000;
    border-radius: 10px;
  }
  .pc-coupon-name {
    margin: 0 0 10px;
    font-size: 80%;
    line-height: 1.3;
  }
  .pc-coupon .joken {
    margin: 0 0 1em;
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.4;
  }
  .pc-coupon .yukou {
    margin: 0 0 10px;
    padding: 0.5em;
    background: #ff0000;
    color: #fff;
    font-size: 100%;
    text-align: center;
  }
  .pc-coupon .att {
    font-size: 80%;
    line-height: 1.4;
  }

  footer {
    padding: 30px 0;
    text-align: center;
  }
  .cp {
    color: #7f6b55;
    font-size: 12px;
  }
  .unei {
    font-size: 12px;
  }
  .unei a {
    color: #7f6b55;
  }
} /* end PC */

/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {
  font-size: 80%;
}
.fs90 {
  font-size: 90%;
}
.fs100 {
  font-size: 100%;
}
.fs120 {
  font-size: 120%;
}
.fs150 {
  font-size: 150%;
}
.fs10px {
  font-size: 10px;
}
.fs11px {
  font-size: 11px;
}
.fs12px {
  font-size: 12px;
}
.fs13px {
  font-size: 13px;
}
.fs14px {
  font-size: 14px;
}
.fs15px {
  font-size: 15px;
}
.fs16px {
  font-size: 16px;
}
.fs17px {
  font-size: 17px;
}
.fs18px {
  font-size: 18px;
}

.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.lh17 {
  line-height: 1.7;
}
.lh18 {
  line-height: 1.8;
}
.lh20 {
  line-height: 2;
}

.mgb5 {
  margin-bottom: 5px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb80 {
  margin-bottom: 80px;
}
.mgb100 {
  margin-bottom: 100px;
}
.mgb05em {
  margin-bottom: 0.5em;
}
.mgb1em {
  margin-bottom: 1em;
}
.mgb15em {
  margin-bottom: 1.5em;
}
.mgb2em {
  margin-bottom: 2em;
}

.pdlr10 {
  padding: 0 10px;
}
.pdlr20 {
  padding: 0 20px;
}
.pdlr30 {
  padding: 0 30px;
}
.pdlr1em {
  padding: 0 1em;
}
.pdlr2em {
  padding: 0 2em;
}

.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}
