@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&family=Kanit:wght@400;700&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/notosansthai.css);

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Noto Sans SC', sans-serif;
font-family: 'Noto Sans TC', sans-serif;
font-family: 'Kanit', sans-serif;

font-family: 'Noto Sans Thai', sans-serif;
*/

/* --------------
 reset
-------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100% !important;
  border: 0;
}
iframe img {
  max-width: none !important;
  border: 0;
}

body * {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.printOnly {
  display: none;
}

/* --------------
 clearfix
-------------- */
div:after,
ul:after,
ol:after,
dl:after,
header:after,
footer:after,
nav:after,
section:after,
article:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------
 base
-------------- */
html {
  font:
    16px/1.4 "Noto Sans JP",
    sans-serif;
}
html body {
  color: #333333;
  background: #fff;
  background-size: 100% auto;
  font:
    16px/1.4 "Noto Sans JP",
    sans-serif;
  counter-reset: number 0; /* number のカウンタを 0 にセット */
}
_:-ms-fullscreen,
:root body {
  font-family:
    "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

*[lang="zh-Hans"] {
  font-family:
    "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    sans-serif;
}
*[lang="zh-Hant"] {
  font-family:
    "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei",
    sans-serif;
}
*[lang="ko"] {
  font-family:
    "Noto Sans KR", "Apple SD Gothic Neo", Gulim, "Malgun Gothic", sans-serif;
}
*[lang="th"] {
  font-family:
    "Noto Sans Thai", "Kanit", Leelawadee, thonburi, Tahoma, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  word-break: break-word !important;
}
/* link */
a {
  color: #1772cc;
  /*	word-break: break-all;*/
  word-break: break-word;
  text-decoration: none;
}
a:hover {
  color: #ff5c26;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
}

a.break {
  word-break: break-all;
}

img {
  pointer-events: none;
}

.inlineblock {
  display: inline-block !important;
}
.block {
  display: block !important;
}

.pointer {
  cursor: pointer;
}

/* --------------
 modules css
-------------- */
/* ---------- width */
.wd100 {
  width: 100% !important;
}

.wd90 {
  width: 90% !important;
}

.wd80 {
  width: 80% !important;
}

.wd70 {
  width: 70% !important;
}

.wd60 {
  width: 60% !important;
}

.wd50 {
  width: 50% !important;
}

.wd40 {
  width: 40% !important;
}

.wd30 {
  width: 30% !important;
}

.wd20 {
  width: 20% !important;
}

.wd10 {
  width: 10% !important;
}

/* ---------- font size */

.fs05 {
  font-size: 0.5em;
}
.fs06 {
  font-size: 0.6em;
}
.fs07 {
  font-size: 0.7em;
}
.fs08 {
  font-size: 0.8em;
}
.fs09 {
  font-size: 0.9em;
}
.fs10 {
  font-size: 1em;
}
.fs11 {
  font-size: 1.1em;
}
.fs12 {
  font-size: 1.2em;
}
.fs13 {
  font-size: 1.3em;
}
.fs14 {
  font-size: 1.4em;
}
.fs15 {
  font-size: 1.5em;
}
.fs16 {
  font-size: 1.6em;
}
.fs17 {
  font-size: 1.7em;
}
.fs18 {
  font-size: 1.8em;
}
.fs19 {
  font-size: 1.9em;
}
.fs20 {
  font-size: 2em;
}
.fs21 {
  font-size: 2.1em;
}
.fs22 {
  font-size: 2.2em;
}
.fs23 {
  font-size: 2.3em;
}
.fs24 {
  font-size: 2.4em;
}
.fs25 {
  font-size: 2.5em;
}
.fs30 {
  font-size: 3em;
}

/* ---------- font weight */
.thin {
  font-weight: 100;
}
.demilight {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.midium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}

/* ---------- align */
.alc {
  text-align: center !important;
}
.alr {
  text-align: right !important;
}
.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}
.alb {
  text-align: bottom !important;
}
.alm {
  vertical-align: middle !important;
}

.alj {
  /* 文字均等割付 */
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */

.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mb1rem {
  margin-bottom: 1rem !important;
}
.mb2rem {
  margin-bottom: 2rem !important;
}
.mb3rem {
  margin-bottom: 3rem !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.mt1rem {
  margin-top: 1rem !important;
}
.mt2rem {
  margin-top: 2rem !important;
}
.mt3rem {
  margin-top: 3rem !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pt1rem {
  padding-top: 1rem !important;
}
.pt2rem {
  padding-top: 2rem !important;
}
.pt3rem {
  padding-top: 3rem !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}

.pa10 {
  padding: 10px;
}

/* ----- text */

.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh15 {
  line-height: 1.5;
}
.lh18 {
  line-height: 1.8;
}
.lh20 {
  line-height: 2;
}

/* ----- color */

.cl-normal {
  color: #333333 !important;
}

.cl-orange {
  color: #f57800 !important;
}
.cl-red {
  color: #c4001c !important;
}
.cl-white {
  color: #fff !important;
}
.cl-gray {
  color: #888 !important;
}

.cl-topics {
  color: #ea73a3 !important;
}
.cl-event {
  color: #69b725 !important;
}
.cl-spot {
  color: #36b6dd !important;
}
.cl-tourism {
  color: #36b6dd !important;
}
.cl-special {
  color: #9e7dcc !important;
}
.cl-machiaruki {
  color: #9e6b47 !important;
}
.cl-access {
  color: #e88a74 !important;
}
.cl-association {
  color: #90a8af !important;
}
.cl-photo {
  color: #10af9f !important;
}
.cl-member {
  color: #ffa543 !important;
}
.cl-guide {
  color: #fbb925 !important;
}
.cl-goods {
  color: #2e8b57 !important;
}

.cl-success {
  color: #46b450;
}
.cl-warning {
  color: #ffb900;
}
.cl-error {
  color: #dc3232;
}
.cl-info {
  color: #00a0d2;
}

.cl-pdf {
  color: #ff2116;
}
.cl-word {
  color: #275196;
}
.cl-csv {
  color: #1e6d42;
}

.notice-success,
.notice-warning,
.notice-error,
.notice-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5em;
  border-left: #ccc solid 5px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.notice-success {
  color: #46b450;
  border-left-color: #46b450;
}
.notice-warning {
  border-left-color: #ffb900;
}
.notice-error {
  color: #dc3232;
  border-left-color: #dc3232;
}
.notice-info {
  color: #00a0d2;
  border-left-color: #00a0d2;
}

.bg-topics {
  background-color: #ea73a3 !important;
}
.bg-event {
  background-color: #69b725 !important;
}
.bg-spot {
  background-color: #36b6dd !important;
}
.bg-tourism {
  background-color: #36b6dd !important;
}
.bg-special {
  background-color: #9e7dcc !important;
}
.bg-machiaruki {
  background-color: #9e6b47 !important;
}
.bg-access {
  background-color: #e88a74 !important;
}
.bg-association {
  background-color: #90a8af !important;
}
.bg-photo {
  background-color: #10af9f !important;
}
.bg-member {
  background-color: #ffa543 !important;
}
.bg-guide {
  background-color: #fbb925 !important;
}
.bg-goods {
  background-color: #2e8b57 !important;
}
.bg-information {
  background-color: #ffd22c !important;
}

.bg-topics-light {
  background-color: #fff0f6 !important;
}
.bg-event-light {
  background-color: #e4f3d6 !important;
}
.bg-spot-light {
  background-color: #e2f8ff !important;
}
.bg-tourism-light {
  background-color: #e0f6fd !important;
}
.bg-special-light {
  background-color: #f1ebf9 !important;
}
.bg-machiaruki-light {
  background-color: #f1e6de !important;
}
.bg-access-light {
  background-color: #fbe5df !important;
}
.bg-association-light {
  background-color: #e4ecef !important;
}
.bg-photo-light {
  background-color: #daf3f0 !important;
}
.bg-member-light {
  background-color: #ffedd9 !important;
}
.bg-guide-light {
  background-color: #fff0d0 !important;
}
.bg-goods-light {
  background-color: #d5f2df !important;
}
.bg-information-light {
  background-color: #ffd22c !important;
}
.bg-gourmet-light {
  background-color: #ffdd99 !important;
}

.bg-gray {
  background-color: #eee !important;
}
.bg-yellow-light {
  background-color: #fff8e6 !important;
}
.bg-orange {
  background-color: #f57800 !important;
}
.bg-red {
  background-color: #c4001c !important;
}

.bg-jaran {
  background-color: #f60 !important;
}

/*.bdr-topics { border-color: #EA73A3 !important; }*/
.bdr-topics {
  border-color: #ffd22c !important;
}
.bdr-event {
  border-color: #69b725 !important;
}
.bdr-spot {
  border-color: #36b6dd !important;
}
.bdr-tourism {
  border-color: #36b6dd !important;
}
/*.bdr-special { border-color: #9E7DCC !important; }*/
.bdr-special {
  border-color: #ffd22c !important;
}
.bdr-machiaruki {
  border-color: #9e6b47 !important;
}
.bdr-access {
  border-color: #e88a74 !important;
}
.bdr-association {
  border-color: #90a8af !important;
}
.bdr-photo {
  border-color: #10af9f !important;
}
.bdr-member {
  border-color: #ffa543 !important;
}
.bdr-guide {
  border-color: #fbb925 !important;
}

.bdr-topics-light {
  border-color: #fff0f6 !important;
}
.bdr-event-light {
  border-color: #e4f3d6 !important;
}
.bdr-spot-light {
  border-color: #e2f8ff !important;
}
.bdr-tourism-light {
  border-color: #e2f8ff !important;
}
.bdr-special-light {
  border-color: #f1ebf9 !important;
}
.bdr-machiaruki-light {
  border-color: #f1e6de !important;
}
.bdr-access-light {
  border-color: #fbe5df !important;
}
.bdr-association-light {
  border-color: #e4ecef !important;
}
.bdr-photo-light {
  border-color: #daf3f0 !important;
}
.bdr-member-light {
  border-color: #ffedd9 !important;
}
.bdr-guide-light {
  border-color: #fff0d0 !important;
}

/* ----- text */
.txtS {
  color: #666;
  font-size: 85%;
}

.clRed {
  color: #e71f22;
}
.clYlw {
  color: #e1bc20;
}
.clBlue {
  color: #0858c3;
}
.clGrn {
  color: #007c58;
}
.clPink {
  color: #fd87a8;
}
.clPpl {
  color: #844acc;
}
.clBeige {
  color: #b3a89a;
}
.clWt {
  color: #fff;
}
.clBk {
  color: #222;
}
.clGray {
  color: #a6a6a6;
}
.clNormal {
  color: #4d321e;
}

.clNotice {
  color: #ff1317;
}
.clWarning {
  color: #df9120;
}
.clHidden {
  color: #dcdcdc;
}
.clNew {
  color: #c3ed52;
}

.cl-oizumi {
  color: #40a7ef;
}
.cl-shakujii {
  color: #f57813;
}
.cl-hikari {
  color: #e5c30a;
}
.cl-nerima {
  color: #33cf80;
}

.like-num {
  color: #007c58;
}

.clPhoto {
  color: #509135;
}
.clEvent {
  color: #ff3426;
}
.clSpot {
  color: #4999e6;
}
.clCourse {
  color: #f0862e;
}
.clReview {
  color: #cecb00;
}

/* ----- list */
.ulDisc {
  margin-left: 2em;
  list-style: outside disc;
}

.olDecimal {
  margin-left: 2em;
  list-style: outside decimal;
}

.ulDisc li,
.olDecimal li {
  margin-bottom: 5px;
}

/* ----- decoration (button, etc...) */
.bdrR5 {
  border-radius: 5px;
  overflow: hidden !important;
}

.bdrR10 {
  border-radius: 10px;
  overflow: hidden !important;
}
.bdrR20 {
  border-radius: 20px;
  overflow: hidden !important;
}
.bdrR30 {
  border-radius: 30px;
  overflow: hidden !important;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 2rem 0;
}

/* ----- button */

.btn-a {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.25em 1em;
  border: #aaa solid 1px;
  text-align: center;
  border-radius: 1.5em;
  color: #222;
  background: #fff;
}
.btn-a:hover {
  color: #1772cc;
  border-color: #1772cc;
}
.btn-a[class*="bg-"]:hover {
  color: #fff;
  border-color: #aaa;
}

.btn-b {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  border: #ddd solid 1px;
  box-shadow:
    2px 2px 0 #fff inset,
    -2px -2px 0 #fff inset;
  background-color: #c4deeb;
  color: #222;
  font-weight: bold;
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-size: auto 210%;
  background-position: left bottom;
}
.btn-b:hover {
  color: #222;
  border-color: #1772cc;
  background-position: left top;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.btn-b.cl-white:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.btn-c {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  box-shadow: 0 -0.15em 0 rgba(0, 0, 0, 0.25) inset;
  background-color: #c4deeb;
  color: #222;
  font-weight: bold;
  border-radius: 10px;
}
.btn-c:hover {
  color: #222;
  box-shadow: 0 0.15em 0 rgba(0, 0, 0, 0.25) inset;
}

.btn-d {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: #c4deeb;
  color: #222;
  font-weight: bold;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-size: 210% auto;
  background-position: right top;
}
.btn-d:hover {
  color: #222;
  background-position: left top;
}

.btn-b.btn-small,
.btn-c.btn-small,
.btn-d.btn-small,
.btn-x.btn-small {
  padding: 0.25em 1em;
}

.btn-a.next,
.btn-b.next,
.btn-c.next,
.btn-d.next,
.btn-x.next {
  position: relative;
  padding-right: 2.5em;
}
.btn-a.prev,
.btn-b.prev,
.btn-c.prev,
.btn-d.prev,
.btn-x.prev {
  position: relative;
  padding-left: 2.5em;
}

.btn-d.prev {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-size: 210% auto;
  background-position: left top;
}
.btn-d.prev:hover {
  background-position: right top;
}

.btn-a.next .iconbox,
.btn-b.next .iconbox,
.btn-c.next .iconbox,
.btn-d.next .iconbox,
.btn-x.next .iconbox,
.btn-a.prev .iconbox,
.btn-b.prev .iconbox,
.btn-c.prev .iconbox,
.btn-d.prev .iconbox,
.btn-x.prev .iconbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 1em;
}

.btn-a.next .iconbox,
.btn-b.next .iconbox,
.btn-c.next .iconbox,
.btn-d.next .iconbox,
.btn-x.next .iconbox {
  right: 1em;
}
.btn-a.prev .iconbox,
.btn-b.prev .iconbox,
.btn-c.prev .iconbox,
.btn-d.prev .iconbox,
.btn-x.prev .iconbox {
  left: 1em;
}

.list-link > li > .btn-a,
.list-link > li > .btn-b,
.list-link > li > .btn-c,
.list-link > li > .btn-d,
.list-link > li > .btn-d {
  margin: 0;
}

.btn-submit {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0.5em 1em;
  background: #305880;
  color: #fff;
  width: 100%;
  max-width: 300px;
}

/* ----- youtube */

.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
#header {
  /*position: relative;*/
  z-index: 99;
  /*background: linear-gradient(#ff4697, #fdfeff);*/
}
/* =aside
---------------------------------------------------- */
#header aside {
  background: rgba(0, 65, 140, 0.5);
  color: #fff;
  font-size: 0.7em;
}
#header aside a {
  color: #fff;
}
#header aside .sitetxt {
}
#header aside .header-aside-menu {
  margin: 5px;
}
#header aside .header-aside-menu li {
  display: inline-block;
}
#header aside .header-aside-menu a {
  display: block;
  padding: 0.25em 0.5em;
}
#header aside .header-aside-menu a.menu-member {
  background: #fff;
  color: #333333;
}
#header .searchSp {
  display: none;
}
/* =siteHeader
---------------------------------------------------- */
#siteHeader {
}

#siteHeader.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  /*background: linear-gradient(#C4DEEB, #fdfeff);*/
  background: #fff;
  border-bottom: #ddd solid 2px;
}
#siteHeader .logo a {
  display: block;
}
#siteHeader .subHeader {
}

#srchBox #srchBtn {
  height: 20px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #00418c;
  cursor: pointer;
  outline: 0;
}

#srchBox input[name="keyword"] {
  color: #222;
}

/* =globalNav
---------------------------------------------------- */
.nav-unshown {
  display: none;
}
#globalNav {
}
#globalNav li {
}

#globalNav li a {
  display: block;
  color: #333333;
}

/* =subNav
---------------------------------------------------- */

#subNav {
  z-index: 100;
}
#subNav li a {
  display: block;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #c4001c;
}

/* =breadcrumb
---------------------------------------------------- */
#breadcrumbBox {
  background: #c4deeb;
  padding: 0;
  line-height: 1;
  font-size: 0.9em;
}
#breadcrumb {
}
#breadcrumb li {
  color: #222;
  display: block;
  float: left;
  line-height: 1;
  margin-right: 0.3em;
  padding: 0.5em 0.5em;
  padding-right: 0.5em;
  position: relative;
}
#breadcrumb li a {
  color: #888;
  padding-right: 0.1em;
  text-decoration: none;
}
#breadcrumb li:not(:last-of-type):after {
  content: "";
  background: #fff;
  display: block;
  width: 1px;
  height: 2em;
  transform: skewX(-15deg);
  position: absolute;
  top: 0;
  right: 0;
}
#breadcrumb li a:hover {
  color: #ccc;
}

#breadcrumbBox ul::-webkit-scrollbar {
  height: 5px;
}
#breadcrumbBox ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
#breadcrumbBox ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}

/* =container
-------------------------------------------------------------- **/
#container {
}

#main {
  min-height: 70vh;
}

.contents {
  padding: 2rem 10px;
}

/* =headline / titles
---------------------------------------------------- */
.contents h1 {
  font-size: 1.5em;
  clear: both;
  margin-bottom: 0.5rem;
}

.contents h2 {
  margin-bottom: 1rem;
  font-size: 1.5em;
  line-height: 1.1em;
}
.contents h2.nobg {
  padding: 0 !important;
  background: none !important;
}

.contents h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.3em;
  line-height: 1.1em;
}
.contents h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.1em;
  line-height: 1.1em;
}
.contents h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1em;
  line-height: 1.1em;
}

/* コンテンツ中身 */
.contents p,
.contents figure,
.contents ul,
.contents ol,
.contents dl,
.contents table {
  margin-bottom: 1rem;
}

/* テーブル */
.contents table,
.contents table td,
.contents table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.contents table {
  width: 100%;
}
.contents table caption {
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
  font-size: 1.1em;
}
.contents table th,
.contents table td {
  padding: 0.25rem 0.5rem;
}
.contents table th {
  background: #edf9ff;
  vertical-align: top;
}
.contents table td {
  background: #fff;
}

.contents dl dt {
  font-weight: bold;
}
.contents dl dd {
  margin-left: 0.5rem;
}
.contents figure figcaption {
  padding: 0.25rem 0.5rem;
  font-size: 0.9em;
  background-color: #eee;
}
.contents figure figcaption:last-child {
  margin-top: 0.5rem;
}

/* 画像中央寄せトリミング */
.centerPhoto {
  position: relative;
  /*width: 100%;*/
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.centerPhoto.circle {
  border-radius: 50%;
}

.centerPhoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pattern-top img {
  object-position: 0% 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pattern-center img {
  object-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pattern-bottom img {
  object-position: 0% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centerPhoto.imgBnrFeature img {
  max-width: none !important;
  width: 120%;
}

/* 64:27 */
/*.centerPhoto.size6427 {
	padding-top: 42.18%;
}*/

/* 4:3 */
.centerPhoto.size43 {
  padding-top: 75%;
}
/* 1:1 */
.centerPhoto.size11 {
  padding-top: 100%;
}
.centerPhoto.size35p {
  padding-top: 35%;
}
.centerPhoto.size40p {
  padding-top: 40%;
}
.centerPhoto.size11 img {
  max-width: none !important;
  max-height: 100% !important;
}

.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.ofi.contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.ofi.pos1 {
  object-position: top center;
}
.ofi.pos2 {
}
.ofi.pos3 {
  object-position: bottom center;
}

/* =pagination
---------------------------------------------------- */
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

.pagination b,
.pagination a {
  display: inline-block;
  font-size: 0.9em;
  margin: 1px 2px;
  padding: 0.5em 0.7em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #6893bd;
  line-height: 1;
  border: #6893bd solid 1px;
}

.pagination b,
.pagination a:hover {
  background: #6893bd;
  color: #fff;
}

/* =sns
---------------------------------------------------- */
.sharebox {
  text-align: center;
  padding: 1rem 0;
  background: #fff;
  border-top: #ddd dashed 1px;
}
.sharebox .btn-sns {
  display: inline-block;
}
.sharebox .btn-sns.fb .fb_iframe_widget span {
  vertical-align: baseline !important;
}

/* =footer
-------------------------------------------------------------- **/
#footer {
}
#footerBox {
}

#footer aside {
  background: #ddd;
}
.list-footeradbnr li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#footerInfo {
  padding: 2em 0;
  background: #f2f2f2;
}

/* =siteFooter
---------------------------------------------------- */

#footNav {
  padding: 2em 0;
  background: #f9f9f9;
}
#footNav li {
  position: relative;
}

#footNav li a {
  color: #222;
}

.sitemapmenu-check {
  display: none;
}

/* =copyright
---------------------------------------------------- */
#copyright {
  padding: 7px 0;
  text-align: center;
  font-size: 0.7em;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 10000;
}
#pageTop a {
  display: block;
  width: 60px;
  height: 165px;
  background: url(../img/pagetop.png) no-repeat center;
  background-size: contain;
}
#pageTop a:hover {
  transform: translateY(-3px);
  filter: brightness(120%);
}

/* --------------
 page contents
-------------- */

img.lazyload[src="/img/blank.gif"] {
  background: url("./ajax-loader.gif") no-repeat center center;
}

.card {
  padding: 5px;
  padding-bottom: 10px;
  text-align: start;
}

.card a {
  display: block !important;
  color: #222;
  background: #fff;
  border: #aaa solid 1px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.card.nobg a {
  background: none;
  border: none;
  box-shadow: none;
}
.card.end a {
}
.card a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.card .card-section {
  padding: 20px;
}
.card.nobg .card-section {
  padding: 10px;
}
.card.end .card-section {
}
.card .card-section h3,
.card .card-section h4 {
  padding: 0 !important;
  border: 0 !important;
}
.card .card-section h3:before,
.card .card-section h3:after,
.card .card-section h4:before,
.card .card-section h4:after {
  display: none;
}
.card .card-section h3 {
  font-size: 1.1em;
}
.card .card-section > *:first-child {
  margin-top: 0;
}
.card .card-section > *:last-child {
  margin-bottom: 0;
}

.card a:hover img {
  opacity: 1;
}

.card figure {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: #ddd solid 1px;
}
.card .post-type {
  font-size: 0.8em;
}
.card .post-type span {
  display: inline-block;
  padding: 0.25em 0.5em;
  background: #ddd;
}

.card-wide a {
  display: flex !important;
}
.card-wide a figure {
  width: 30%;
  min-width: 100px;
}
.card-wide a figure .centerPhoto {
  height: 100%;
}
.card-wide a .card-section {
  width: 70%;
  padding: 10px;
}

.card-circle {
  position: relative;
}

.card-circle a {
  display: block;
  color: #222;
  padding: 10px;
}
.card-circle a:before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) " "; /* 表示形式を指定 */
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ff4b4b;
  color: #fff;
  padding: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
}

.card-circle figure {
  overflow: hidden;
}

.card-circle .post-type {
  font-size: 0.8em;
}

.card-circle .circle {
  overflow: hidden;
}

.card-circle a:hover img {
  opacity: 1;
}

.card-circle .post-type span {
  display: inline-block;
  padding: 0.25em 0.5em;
  background: #000;
  color: #fff;
}
.card-circle .h3 {
  font-size: 1rem;
}

.card .recoIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 5;

  background: -moz-linear-gradient(
    -45deg,
    rgba(252, 117, 0, 1) 0%,
    rgba(252, 117, 0, 1) 50%,
    rgba(252, 117, 0, 0) 51%,
    rgba(252, 117, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(252, 117, 0, 1) 0%,
    rgba(252, 117, 0, 1) 50%,
    rgba(252, 117, 0, 0) 51%,
    rgba(252, 117, 0, 0) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(252, 117, 0, 1) 0%,
    rgba(252, 117, 0, 1) 50%,
    rgba(252, 117, 0, 0) 51%,
    rgba(252, 117, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7500', endColorstr='#00fc7500',GradientType=1 );
}

.card .recoIcon img {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 60%;
  transform: translate(-50%, -50%);
}
.card a:hover .recoIcon img {
  opacity: 1;
}

.list-kotomibtn li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-kotomibtn2 li a {
  color: #fff;
  padding: 10px 3px;
  font-weight: bold;
}
.list-kotomibtn2 li a span {
  color: #000;
}
.list-kotomibtn2 li a.modern {
  background-color: #9e84bb;
}
.list-kotomibtn2 li a.map {
  background-color: #80b3d6;
}
.list-kotomibtn2 li a.hotel {
  background-color: #ebb041;
}
.list-kotomibtn2 li a.gourmet {
  background-color: #d54a4d;
}
.list-kotomibtn2 li a.goods {
  background-color: #6db84f;
}
.list-kotomibtn2 li a.kotomi {
  background-color: #eaa1c5;
}
.list-kotomibtn2 li a.fukagawameshi {
  background-color: #4c7f88;
}
.list-kotomibtn2 li a.flower {
  background-color: #ff91af;
}
.list-kotomibtn2 li a:hover {
  opacity: 0.7;
}

.btn-kotomi {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 50%;
  border: #ddd solid 1px;
  box-shadow:
    2px 2px 0 #fff inset,
    -2px -2px 0 #fff inset;
  background-color: #aaa;
  line-height: 1.2;
  color: #222;
  font-size: 1.1rem;
  font-weight: bold;
}
.btn-kotomi span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.btn-kotomi.btn-kotomi-map {
  background: #ffcdc1 url(../img/btn_map.png) no-repeat right bottom;
}
.btn-kotomi.btn-kotomi-hotel {
  background: #c1c4dc url(../img/btn_hotel.png) no-repeat right bottom;
}
.btn-kotomi.btn-kotomi-photo {
  background: #b9dedb url(../img/btn_photo2.png) no-repeat right bottom;
}
.btn-kotomi.btn-kotomi-goods {
  background: #e4ca9a;
}
.btn-kotomi.btn-kotomi-kotomi {
  background: #f9d0df;
}
.btn-kotomi.btn-kotomi-association {
  background: #e0e7e8;
}
.btn-kotomi.btn-kotomi-memberlist {
  background: #ffd4a6 url(../img/btn_member.png) no-repeat right bottom;
}

.btn-kotomi.btn-kotomi-memberpage {
  background: #ffc4a6;
}

.acd-check {
  display: none;
}
.acd-label {
  position: relative;
  display: block;
  padding: 0.5rem 2rem;
  text-align: center;
  color: #6893bd;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.5s;
}
.acd-label:before,
.acd-label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transition: 0.5s;
  transform: translateY(-50%);
  line-height: 1;
  width: 1rem;
  height: 4px;
  background: #6893bd;
}
.acd-label:hover,
.acd-check:checked ~ .acd-label {
  /*text-shadow: 0 2px 7px rgba(0,0,0,.25);*/
}
.acd-check ~ .acd-label:after {
  transform: translateY(-50%) rotate(-270deg);
}
.acd-check:checked ~ .acd-label:after {
  transform: translateY(-50%) rotate(0);
}
.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.acd-check:checked ~ .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.areamap {
  position: relative;
  display: inline-block;
}

.areamap a {
  position: absolute;
  display: block;
  padding: 1% 3%;
  padding-top: 2%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #222;
}

.areamap a.area-fukagawan {
  top: 28%;
  left: 42%;
}

.areamap a.area-fukagawas {
  top: 40%;
  left: 42%;
}

.areamap a.area-kameido {
  top: 13%;
  left: 76%;
}

.areamap a.area-oshima {
  top: 26%;
  left: 76%;
}

.areamap a.area-sunamachi {
  top: 41%;
  left: 76%;
}

.areamap a.area-rinkaibu {
  top: 56%;
  left: 52%;
}

/* =slick
---------------------------------------------------- */
.mainSlide:not(.slick-initialized),
.pickupSlide:not(.slick-initialized),
.calSlide:not(.slick-initialized) {
  display: none;
}
.mainSlide .slide-arrow,
.pickupSlide .slide-arrow,
.calSlide .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2rem;
  cursor: pointer;
  background-color: #fff;
  padding: 5px;
  line-height: 1;
}
.mainSlide .slide-arrow:slick-disabled,
.pickupSlide .slide-arrow,
.calSlide .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 2rem;
  cursor: pointer;
}
.mainSlide .slide-arrow.prev-arrow,
.pickupSlide .slide-arrow.prev-arrow,
.calSlide .slide-arrow.prev-arrow {
  left: 0;
}
.mainSlide .slide-arrow.next-arrow,
.pickupSlide .slide-arrow.next-arrow,
.calSlide .slide-arrow.next-arrow {
  right: 0;
}

.home .mainSlide .slide-arrow.prev-arrow {
  left: 10px;
}
.home .mainSlide .slide-arrow.next-arrow {
  right: 10px;
}

.mainSlideDots {
  text-align: center;
}
.mainSlideDots button {
  background: none;
  border: 0;
  padding: 2px;
  opacity: 0.5;
}
.mainSlideDots button:hover,
.mainSlideDots button.current {
  opacity: 1;
}

.pickupSlide {
  padding: 0 2em;
  margin-bottom: 2rem;
}

.calSlide {
}
.calSlide .slick-slide {
}
.calSlide .slide-arrow {
  top: 1rem;
  font-size: 1rem;
}
.calSlide .slide-arrow.prev-arrow {
  left: 0.5em;
}
.calSlide .slide-arrow.next-arrow {
  right: 0.5em;
}

/* =home
---------------------------------------------------- */

.home .mainSlide .slick-slide {
  position: relative;
}
.home .mainSlide .slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  opacity: 1;
}
.home .mainSlide .slick-slide.slick-current:before {
  z-index: -1;
  opacity: 0;
}
.home .mainSlide .slick-slide .imgBox {
  margin: 0 5px;
  border-radius: 30px;
}

.home .pickupSlide .slick-track {
  display: flex !important;
}
.home .pickupSlide .slick-track .slick-slide {
  height: auto !important;
}
.home .pickupSlide .slick-track .slick-slide .card,
.home .pickupSlide .slick-track .slick-slide .card a {
  height: 100% !important;
}

.home-contents h3 {
  margin-top: 1rem;
}

#home-ranking {
}

.home-contents-header {
  text-align: center;
}
.home-contents-header .fukidashi {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 1;
  border-radius: 50%;
  background: #aaa;
  position: relative;
  color: #fff;
  font-size: 0.5em;
  vertical-align: bottom;
}
.home-contents-header .fukidashi:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 0.3em;
  border-top-color: #aaa;
  border-top-width: 0.5em;
  border-bottom-width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.home-contents-header .fukidashi-pickup {
  background-color: #ffd22c;
}
.home-contents-header .fukidashi-pickup:before {
  border-top-color: #ffd22c;
}
.home-contents-header .fukidashi-topics {
  background-color: #ea73a3;
}
.home-contents-header .fukidashi-topics:before {
  border-top-color: #ea73a3;
}
.home-contents-header .fukidashi-event {
  background-color: #69b725;
}
.home-contents-header .fukidashi-event:before {
  border-top-color: #69b725;
}
.home-contents-header .fukidashi-area {
  background-color: #e88a74;
}
.home-contents-header .fukidashi-area:before {
  border-top-color: #e88a74;
}
.home-contents-header .fukidashi-ranking {
  background-color: #bd1010;
}
.home-contents-header .fukidashi-ranking:before {
  border-top-color: #bd1010;
}
.home-contents-header .fukidashi-sns {
  background-color: #3f8be2;
}
.home-contents-header .fukidashi-sns:before {
  border-top-color: #3f8be2;
}
.home-contents-header .fukidashi-link {
  background-color: #e23f68;
}
.home-contents-header .fukidashi-link:before {
  border-top-color: #e23f68;
}

.home-event-wrap {
}

.home-event-wrap .home-event-cont1 {
}
.home-event-wrap .home-event-cont2 {
}

.list-link li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.list-link li a {
  display: block;
}

.list-ranking h3 {
  font-size: 1rem;
}

/* =lower
---------------------------------------------------- */

.lower .pageTtl {
  padding: 1rem 10px;
  background: #f9f9f9;
  border-top: #fff solid 2px;
}
.lower .pageTtl h1 {
  font-size: 1.5rem;
}

.lower .contents h2 {
  position: relative;
  padding: 0.75rem;
  background: #c4deeb;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
}

.lower .contents h3 {
  position: relative;
  padding: 0 0 0.75rem 0.75rem;
  border-bottom: 2px solid #6491bc;
}
.lower .contents h3:before {
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 80%;
  height: 2px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}

.lower .contents h4 {
  position: relative;
  padding: 0.5rem 0 0.5rem 0.35rem;
  border-left: 0.4rem solid #6491bc;
}
.lower .contents h4:before {
  position: absolute;
  bottom: 0;
  left: -0.4rem;
  width: 0.4rem;
  height: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}

.lower .contents h5 {
  position: relative;
  padding: 0.5rem 0 0.5rem 0.55rem;
  border-left: 0.2rem solid #6491bc;
}
.lower .contents h5:before {
  position: absolute;
  top: 0;
  left: -0.2rem;
  width: 0.2rem;
  height: 100%;
  content: "";

  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 3px,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0.5) 6px
  );
  background-image: repeating-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0) 3px,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0.5) 6px
  );
}

.lower .contents .cont-inner {
  margin: 0 0.75rem;
}
.lower .contents .cont-inner > *:last-child {
  margin-bottom: 0;
}
.inlineblock li {
  display: inline-block;
}

.lower .catchcopy {
  position: relative;
  font-style: italic;
  padding: 1rem;
  font-weight: bold;
}

.lower .catchcopy:before,
.lower .catchcopy:after {
  position: absolute;
  content: "";
  transform: skewX(-10deg);
}

.lower .catchcopy:before {
  top: 0;
  left: 4px;
  width: 2.5rem;
  height: 1rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}

.lower .catchcopy:after {
  right: 4px;
  bottom: 0;
  width: 2.5rem;
  height: 1rem;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}

.lower .supplement {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background-color: #eee;
  position: relative;
  /*  background-image: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
  background-image: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);*/
}
.lower .supplement > *:first-child {
  margin-top: 0;
}
.lower .supplement > *:last-child {
  margin-bottom: 0;
}

.lower .list-supplement li {
  margin-bottom: 10px;
}
.lower .list-supplement .supplement {
  margin: 0;
  height: 100%;
}

.lower .remark {
  margin: 1rem 0;
  padding: 1rem;
  border: #aaa solid 2px;
}
.lower .remark > *:first-child {
  margin-top: 0;
}
.lower .remark > *:last-child {
  margin-bottom: 0;
}

.catBox {
  font-size: 0.8em;
}
.catBox span {
  display: inline-block;
  line-height: 1;
  margin: 2px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #eee;
}

a[data-lity] {
  display: inline-block;
}

/* =search
------------------------------- */

.search-box {
  padding: 5px;
  border-top: #6893bd solid 2px;
  border-bottom: #6893bd solid 2px;
}

.search-box .search-box-terms {
  padding-top: 1rem;
}
.search-box .search-box-terms .search-box-terms-item {
  display: inline-block;
  padding: 5px;
}
.search-box .search-box-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: #ddd dashed 1px;
}
.search-box input[type="search"],
.search-box input[type="text"],
.search-box select {
  padding: 5px;
}

.spSearch {
  text-align: center;
  margin-bottom: 20px !important;
}
.spSearch #srchBox #srchBtn {
  height: auto;
}

.calendar {
  font-size: 0.8rem;
  text-align: center;
}

.calendar a {
  color: #333333;
}
.calendar th {
  width: 14.3%;
  width: calc(100% / 7);
  text-align: center;
}

.relative {
  position: relative;
}
.sticky {
  position: sticky;
  top: 10px;
  left: 0;
  width: 100%;
}
.page-outline {
  border: #aaa solid 1px;
  padding: 10px;
  position: sticky;
}

.page-outline #index {
}
.page-outline #index dt {
  padding-bottom: 5px;
}
.page-outline #index dd {
  margin-left: 0;
  line-height: 1.2;
  padding: 5px;
  border-top: #ddd dashed 1px;
  position: relative;
}
.page-outline #index dd a {
  color: #333333;
}
.page-outline #index dd a:hover {
  color: #aaa;
}

.page-outline #index .lv_h3 {
  padding-left: 1.5rem;
}
.page-outline #index .lv_h4 {
  padding-left: 2rem;
  font-size: 0.9em;
}
.page-outline #index .lv_h5 {
  padding-left: 2.5rem;
  font-size: 0.9em;
}
.page-outline #index .lv_h3:before,
.page-outline #index .lv_h4:before,
.page-outline #index .lv_h5:before {
  content: "-";
  color: #aaa;
  position: absolute;
  left: 0.5rem;
}
.page-outline #index .lv_h4:before {
  margin-left: 0.5rem;
}
.page-outline #index .lv_h5:before {
  margin-left: 1rem;
}

/*--------test---------*/
.sns-link a {
  font-size: 14px;
  border: #222 1px solid;
  border-radius: 6px;
  padding: 0 5px;
}
.sns-link a:hover,
.lower-list ul li a:hover {
  opacity: 0.7;
}
.lower-list ul {
  display: flex;
  justify-content: space-evenly;
  font-weight: bold;
}
.lower-list ul:after {
  content: none;
}
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #333;
  text-decoration: none;
}
.arrow_s_b:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.arrow_s_b:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -4px;
}
/*---------------------*/

/* 下層ページ
-----------------------------*/

.btnA.active {
  border-color: #2e8b57;
  background: #d5f2df;
}
.btnA:hover {
  color: #2e8b57;
}
.btnA {
  display: inline-block;
  margin: 0 2px;
  padding: 5px;
  border: #aaa solid 1px;
  line-height: 1;
  text-decoration: none;
  color: #333;
}

.photo #photo-library .contents li {
  background-color: #eee;
  border-radius: 8px;
  padding: 0.5em 0;
}

.photo #photo-library .contents li:hover {
  background-color: #fff8be;
}

.photoList a {
  position: relative;
}
.photoList a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
}
.photoList a:after {
  content: "";
  width: 48px;
  height: 48px;
  padding: 10px;
  background: #fff url(../img/ic_basket.png) no-repeat center;
  background-size: 48px 48px;
  border-radius: 50%;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.photoList a:hover:before,
.photoList a:hover:after {
  opacity: 1;
  transition: all ease 0.3s;
}

.photoSrcBox td {
  padding: 1% 2%;
  border-bottom: #fff solid 2px;
}

.photo .contents span.inputCheck label,
.photo_search .contents span.inputCheck label {
  position: relative;
  display: inline-block;
  padding: 5px 15px 5px 7px;
}

.photo .contents input[type="submit"],
.photo_search .contents input[type="submit"] {
  border: 0;
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  font-weight: bold;
  background: #10ae9f;
  color: #fff;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

.photo_search .btnDel {
  padding: 1px 6px 5px;
  background: #888;
}

.btnDel,
.btnSubmit {
  display: inline-block;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: 0 !important;
}

.photo .contents input[type="submit"],
.photo_search .contents input[type="submit"],
input[type="submit"],
label {
  cursor: pointer;
}

#award {
  padding: 150px 0 0 0;
  margin-top: -100px;
}

.btnPhoto {
  margin: 1em;
}

.btnPhoto a {
  background: #f2f2f2 url(../img/btn_photo.png) no-repeat right center;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-right: 25%;
  text-decoration: none;
  color: inherit;
}
.btnPhoto a:hover {
  background: #fff8be url(../img/btn_photo.png) no-repeat right center;
}

.lower .awardList li:first-of-type {
  margin: 0 auto;
  width: 100%;
}

.lower .awardList li {
  text-align: center;
}

.lower .awardList li a,
.lower.photo2019 #group01 a {
  display: inline-block;
}

.lower .awardList img,
.lower #group01 img {
  max-height: 90vh;
}

.bg-yellow-light {
  padding: 10px 5%;
}

.btnSubmit {
  padding: 6px 10px 9px;
  background: #e94144;
}

.photo .contents input[type="submit"]:hover,
.photo_search .contents input[type="submit"]:hover,
.btnSubmit:hover {
  opacity: 0.7;
  color: #fff;
}

.photo .contents span.inputCheck {
  line-height: 1;
  position: relative;
}
.photo .contents span.inputCheck label {
  position: relative;
  display: inline-block;
  padding: 5px 15px 5px 30px;
}
.photo .contents span.inputCheck label:hover {
  background: #d7f3ed;
}
.photo .contents span.inputCheck input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.photo .contents span.inputCheck input[type="checkbox"] + label:before,
.photo .contents span.inputCheck input[type="checkbox"] + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  content: "";
  box-sizing: border-box;
  border-color: #10ae9f;
}
.photo .contents span.inputCheck input[type="checkbox"] + label:before {
  z-index: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 2px #10ae9f solid;
  border-radius: 5px;
}
.photo .contents span.inputCheck input[type="checkbox"] + label:after {
  z-index: 1;
  margin: 3px 6px;
  width: 6px;
  height: 9px;
}
.photo .contents span.inputCheck input[type="checkbox"]:checked + label:before {
  background-color: #10ae9f;
}
.photo .contents span.inputCheck input[type="checkbox"]:checked + label:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.photo .contents input[type="search"],
.photo .contents input[type="text"],
.photo .contents textarea {
  border: #10ae9f solid 2px;
  border-radius: 5px;
  padding: 0.1em 0.5em;
}
.photo .contents textarea {
  width: 95%;
}
.photo .contents input[type="submit"] {
  border: 0;
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  font-weight: bold;
  background: #10ae9f;
  color: #fff;

  text-indent: 0.5em;
  letter-spacing: 0.5em;
}
.photo .contents select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px #10ae9f solid;
}

/*------travel-------*/
.gridwrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  max-width: 1150px;
  margin: 0 auto;
}
.gridwrap p:first-child {
  grid-row: 1;
  grid-column: 1;
}
.gridwrap p:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.gridwrap p:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}
.gridwrap p:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
.gridwrap p:nth-child(5) {
  grid-row: 2;
  grid-column: 3;
}
.gridwrap p:nth-child(6) {
  grid-row: 3;
  grid-column: 1;
}
.gridwrap p:nth-child(7) {
  grid-row: 3;
  grid-column: 2;
}
/*-------------------*/

/*----- fukagawameshi top-----*/
.fukagawameshi #main,
.fukagawaSub #main {
  font-family:
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",
    serif !important;
}
.fukagawameshi #main h2,
.fukagawameshi #main h3,
.fukagawaSub #main h2,
.fukagawaSub #main h3 {
  font-weight: initial;
}
.fukagawaSub .op07 a:hover {
  opacity: 0.7;
}

/*============
スライダーのためのcss
==============*/
.fm_slider {
  position: relative;
  /* z-index: 1; */
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 70vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.fm_slider a {
  display: block;
  background-color: #eee;
}
/*　背景画像設定　*/

.fm_slider-item01 {
  background: url(/img/fukagawa/mv01.jpg);
}
.fm_slider-item02 {
  background: url(/img/fukagawa/mv02.jpg);
}
.fm_slider-item03 {
  background: url(/img/fukagawa/mv03.jpg);
}
.fm_slider-item04 {
  background: url(/img/fukagawa/mv04.jpg);
}
.fm_slider-item05 {
  background: url(/img/fukagawa/mv05.jpg);
}
.fm_slider-item06 {
  background: url(/img/fukagawa/mv06.jpg);
}
.fm_slider-item07 {
  background: url(/img/fukagawa/mv07.jpg);
}
.fm_slider-item08 {
  background: url(/img/fukagawa/mv08.jpg);
}
.fm_slider-item09 {
  background: url(/img/fukagawa/mv09.jpg);
}
.fm_slider-item10 {
  background: url(/img/fukagawa/mv10.jpg);
}
/* .fm_slider-item11 {
  background:url(/img/fukagawa/mv11.jpg);
}
.fm_slider-item12 {
  background:url(/img/fukagawa/mv12.jpg);
}
.fm_slider-item13 {
  background:url(/img/fukagawa/mv13.jpg);
}
.fm_slider-item14 {
  background:url(/img/fukagawa/mv14.jpg);
} */
.fm_slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 70vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*ドットナビゲーションの設定*/
.fm_slider .slick-dots {
  display: none !important;
}

.mvSideCont {
  background-image: url(/img/fukagawa/fukagawa_bg02.png) !important;
  height: 70vh;
  position: absolute;
  top: 0;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mvSide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}

#fukagawaMv {
  position: relative;
  padding: 0 !important;
}
#fukagawaMv h1 {
  text-align: center;
}
#fukagawaMv h1 a {
  display: inline-block;
}
#fukagawaMv nav {
  padding-left: 2vw;
}
#fukagawaMv nav ul li a {
  color: #fff;
}
#fukagawaMv nav ul li::after {
  content: "";
  border-bottom: 1px solid #fff;
  display: block;
  margin-top: 6px;
}
.fukagawameshi .credit {
  color: #fff;
  position: absolute;
}

.ttlGr {
  font-size: 1.3em;
  color: #295057;
}
#fukagawameshi-about.contents {
  padding: 3rem 30px;
  background-color: #f9f9f9;
}
#fukagawameshi-about .cont-in {
  display: flex;
  flex-direction: column;
}
#fukagawameshi-about .aboutBtn a {
  background-color: #950e0f;
  color: #fff;
}

.shopRibbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px 11px 20px 0;
  z-index: 2;
  width: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.shopRibbon.kiyosumi {
  background: #a96969;
}
.shopRibbon.monzennaka {
  background: #a3bb7d;
}
.shopRibbon.kiba {
  background: #c6b14e;
  width: 70px;
  padding: 20px 11px 20px 0px;
}
.shopRibbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 15px solid transparent;
}

.shopRibbon.kiyosumi:after {
  border-left: 24px solid #a96969;
  border-right: 24px solid #a96969;
}
.shopRibbon.monzennaka:after {
  border-left: 24px solid #a3bb7d;
  border-right: 24px solid #a3bb7d;
}
.shopRibbon.kiba:after {
  border-left: 35px solid #c6b14e;
  border-right: 35px solid #c6b14e;
}

#fukagawameshi-shop {
  background-color: #e6e5d0;
}
#fukagawameshi-shop a {
  display: inline-block;
}

#fukagawameshi-shop .areaShops {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#fukagawameshi-shop .areaShops li {
  position: relative;
  writing-mode: vertical-rl;
}

.shopRandomCont h3 {
  display: flex;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.shopRandomCont h3:before,
.shopRandomCont h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #295057;
}
.shopRandomCont h3:before {
  margin-right: 1rem;
}
.shopRandomCont h3:after {
  margin-left: 1rem;
}
#fukagawameshi-shop .shopRandom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#fukagawameshi-shop .shopRandom li {
  width: 299px;
  height: 200px;
}
#fukagawameshi-shop .shopRandom li p {
  text-align: left;
  font-weight: 700;
  margin-top: 0.5em;
}
#fukagawameshi-shop .shopRandom img {
  object-fit: cover;
  height: 100%;
  max-height: 200px;
  width: 299px;
}
#fukagawameshi-shop .shopRandomCont .shopMore a {
  background-color: #950e0f;
  color: #fff;
  padding: 7px 30px;
}
#fukagawameshi-shop .shopRandomCont .shopMore span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  margin-bottom: 1px;
}

#fukagawameshi-map {
  background-color: #f9f9f9;
}
#fukagawameshi-map a {
  display: inline-block;
}

/*contents nav*/
#fukagawaSub_nav.nav_bg {
  background-image: url(../../img/fukagawa/nav_bg.jpg);
  background-position: center;
  background-size: cover;
}
#fukagawaSub_nav .nav_wrap {
  padding: 0 50px;
}
#fukagawaSub_nav div nav .ulP {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 30px;
}
#fukagawaSub_nav div nav .ulP:after {
  content: none;
  display: block;
  clear: none;
}
#fukagawaSub_nav div nav .right-box {
  display: flex;
  position: relative;
}
#fukagawaSub_nav div nav .right-box li {
  writing-mode: vertical-rl;
  margin-left: 30px;
}
#fukagawaSub_nav div nav .right-box li:nth-of-type(4) {
  display: none;
}
#fukagawaSub_nav div nav ul li a {
  color: #2b4448;
  /*display: block;
  padding: 10px;*/
}
#fukagawaSub_nav div nav ul li a:hover {
  text-decoration: overline solid #2b4448;
  opacity: 0.7;
}
/*------------*/

.catExplain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  max-width: 650px;
  margin: 0 auto;
  padding: 1em;
}
.catExplain p {
  margin: 8px;
}
.catExplain img {
  margin-right: 3px;
}

.fukagawaSub.introduction .main {
  background-color: #f9f9f9;
}
#introduction-kiyosumi h3 {
  background-color: #a96969;
}
#introduction-monzennaka h3 {
  background-color: #a3bb7d;
}
#introduction-kiba h3 {
  background-color: #c7b14e;
}
#introduction-kiyosumi h3,
#introduction-monzennaka h3,
#introduction-kiba h3 {
  color: #fff;
  padding: 10px;
}

/*title*/
h2.main-title {
  text-align: center;
  padding: 10px;
  margin: 30px 0;
  font-size: 2em;
}
.sub-title {
  text-align: center;
  margin-top: 50px;
  font-size: 1.5em;
}
h3.sub-title {
  margin: 0 0 20px 0;
}
.areaTitle {
  letter-spacing: 0.1em;
}
#introduction-kiyosumi .areaTitle {
  box-shadow: 4px 4px #a13737;
}
#introduction-monzennaka .areaTitle {
  box-shadow: 4px 4px #90bb4c;
}
#introduction-kiba .areaTitle {
  box-shadow: 4px 4px #c29f01;
}
/*---------*/

/*introduction*/
#introduction-kiyosumi .cont-in,
#introduction-monzennaka .cont-in,
#introduction-kiba .cont-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.kiyosumi-shop,
.monzennaka-shop,
.kiba-shop {
  padding: 2rem 30px;
}
.shop-contents {
  max-width: 360px;
  padding: 20px 20px 30px;
  background-color: #fff;
}
.shop-contents dl {
  text-align: left;
  margin: 10px 0 20px;
  border-bottom: 1px solid #ccc;
}
.shop-contents dl dd {
  margin: 0;
}
.shop-contents table {
  max-width: 320px;
  margin: 20px auto 10px;
  text-align: left;
}
.shop-contents th {
  width: 80px;
  font-size: 0.8em;
}
.shop-contents tr td {
  font-size: 14px;
}
.kiyosumi-shop table th,
.monzennaka-shop table th,
.kiba-shop table th {
  background-color: #f9f9f9;
}
.shop-contents .shop-btn {
  margin: 32px auto 0;
  text-align: center;
  background-color: #2b4448;
}
.shop-contents .shop-btn p {
  margin: 0;
}
.shop-contents .shop-btn p a {
  color: #fff;
  display: block;
  padding: 10px;
}
.shop-contents .shop-btn:hover {
  opacity: 0.7;
}
.gmap-wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*-------------*/

/*detail*/

.fmCatCont {
  display: flex;
  justify-content: end;
  align-items: center;
}
.fmCat01,
.fmCat02,
.fmCat03,
.fmCat04 {
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  max-height: 40px;
  margin-left: 20px;
}
.fmCat01 {
  background-image: url("../../img/fukagawa/cat01.png");
}
.fmCat02 {
  background-image: url("../../img/fukagawa/cat02.png");
}
.fmCat03 {
  background-image: url("../../img/fukagawa/cat03.png");
}
.fmCat04 {
  background-image: url("../../img/fukagawa/cat04.png");
}
.fmCatCont02 {
  display: inline-flex;
  margin-left: 10px;
}
.fmCatCont02 .fmCat01,
.fmCatCont02 .fmCat02,
.fmCatCont02 .fmCat03,
.fmCatCont02 .fmCat04 {
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin-left: 5px;
}

.introduction .detail-wrap h3 {
  font-size: 2.5em !important;
  margin: 0 !important;
}
.detail-wrap {
  padding: 0 50px;
}
.detail-wrap:nth-of-type(2) {
  background-color: #e6e5d0;
}
#mainInfo .in.alc h3 {
  font-size: 1.8em;
}
.main-container,
.detail-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.main-container:after {
  content: none;
}
.main-container p {
  padding: 30px;
  max-width: 420px;
  text-align: left;
  line-height: 1.8em;
  margin-bottom: 0;
}
.main-container p {
  padding-left: 0;
}
.main-container div {
  min-width: 200px;
}
#menuInfo {
  background-color: #e6e5d0;
}
p.insert {
  font-size: 1.2em;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 auto 50px;
}
.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-container .m-box {
  padding: 30px;
  max-width: 580px;
  line-height: 1.8em;
  margin-bottom: 0;
}
.menu-container .m-box dl dt {
  color: #295057;
}
.menu-container .m-box dl dd {
  color: #a60200;
}
.menu-container .img-box img {
  max-width: 500px;
}
.detail-container:after {
  content: none;
}
.detail-container .img-box img {
  width: 500px;
}
.detail-container .d-box {
  text-align: left;
  max-width: 300px;
  padding: 30px;
}
.detail-container .d-box dd {
  margin: 0 0 20px 0;
  font-size: 0.9em;
  /*white-space: pre-wrap;*/
}

/* slide */
.detail-container .slider-container {
  margin: 0 auto;
}
.detail-container .slick-prev,
.detail-container .slick-next {
  z-index: 2;
}
.detail-container .slick-prev {
  left: 0 !important;
}
.detail-container .slick-next {
  right: 0 !important;
}
.detail-container #slider img {
  object-fit: cover;
}
.detail-container #thumbs img {
  object-fit: cover;
  padding: 5px 5px 5px 0;
}
.detail-container #thumbs img:first-child {
  padding-left: 5px;
}

/*-----------*/

/*about us*/
.fukagawaSub.aboutus .main {
  background-color: #f9f9f9;
}
.description .in p {
  text-align: center;
  word-break: keep-all;
  padding: 0 30px;
  margin-bottom: 30px;
}
.zairyo {
  margin: 0 auto;
  max-width: 350px;
  padding: 0 30px 30px;
}
.drop-shadow {
  filter: drop-shadow(3px 3px 5px rgb(44, 43, 43)) saturate(130%);
}
.aboutus-meshi {
  margin: 0 auto;
  max-width: 400px;
  padding: 20px;
}
.aboutus-meshi img {
  filter: saturate(105%) contrast(110%);
  border-radius: 5px;
}

/*--------*/

/*council*/
.fukagawaSub.council .main {
  background-color: #f9f9f9;
}
.council-description {
  padding: 0 140px;
}
.council-description p {
  text-align: center;
  margin-bottom: 30px;
  word-break: keep-all;
}
.fukagawaSub.council .main .detail {
  border: #2b4448 5px solid;
  border-radius: 5px;
  max-width: 850px;
  margin-bottom: 50px;
  padding: 50px 40px;
}
.fukagawaSub.council .main .detail dl dt dd {
  text-align: left;
}

/*水平線*/
.horizon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizon:before,
.horizon:after {
  border-top: 1px solid #2b4448;
  content: "";
  width: 3em;
}
.horizon:before {
  margin-right: 1em;
}
.horizon:after {
  margin-left: 1em;
}

/*リストの設定*/
.disc {
  list-style: disc inside;
}
.indent {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.blank {
  margin-left: -10px;
}
.subNumberP .subNumberC {
  list-style-type: none;
  counter-increment: cnt;
}
.subNumberP .subNumberC::before {
  content: "(" counter(cnt) ") ";
}
.subNumberC.indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.detail dl dd ol li {
  word-break: break-all;
}
/*ボタンの設定*/

.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group li a {
  display: block;
}
.btn-group li:hover {
  opacity: 0.7;
}
.btn-group li:nth-of-type(2) {
  margin-left: 50px;
}
/*-------*/

/* ---------------------------- */

/*----------sns_policy----------*/
/*instagram*/
.sns-policy .contents.insta h2 {
  background: #f1b9cb;
}
.sns-policy .contents.insta h3 {
  border-bottom: 2px solid #bb476e;
}
.sns-policy .contents h3:before {
  width: 65%;
}
section#sns-policy-personal .insta-list {
  margin-left: 2em;
}
section#sns-policy-personal .insta-list li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
section#sns-policy-personal .insta-list li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.dl-container {
  display: flex;
  margin-bottom: 10px;
}
.dl-container dt {
  white-space: nowrap;
}
section#sns-policy-personal .hash-list {
  list-style-type: decimal;
  margin-left: 2em;
}
/*twitter*/
.sns-policy .contents.twitter h2 {
  background: #aad2eb;
}
.sns-policy .contents.twitter h3 {
  border-bottom: 2px solid #4095ca;
}
/*------------------------------*/

.contact .contents input[type="text"],
.contact .contents input[type="email"],
.contact .contents textarea {
  border: #90a8af solid 2px;
  border-radius: 5px;
  padding: 0.1em 0.5em;
}
.contact .contents textarea {
  width: 95%;
}
.contact .contents input[type="submit"] {
  border: 0;
  padding: 5px 30px;
  border-radius: 5px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  font-weight: bold;
  background: #90a8af;
  color: #fff;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}

.imgBox.posi-1 img {
  top: 0% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.imgBox.posi-2 img {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.imgBox.posi-3 img {
  top: auto !important;
  bottom: 0% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.iconNew {
  display: inline-block;
  padding: 1px 5px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background: #fd9d2c;
}
.nav_ul > .nav_li {
  display: inline-block;
}
.nav_ul > .nav_li > a {
  padding: 15px 30px;
  display: block;
  text-transform: uppercase;
}
.nav_ul > .nav_li > span {
  margin-left: 1.2em;
}
.nav_ul > .nav_li:hover > a {
  background-color: #efefef;
  color: #333333;
}

.gourmet.lower .contents h2 {
  background: #fff0d0 !important;
  color: #333;
}
.gourmet.lower .contents h2:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}
#gourmetLists h2 span.category {
  font-weight: normal;
  text-shadow: none;
}
#gourmetLists h2 span.category .area,
#gourmetLists h2 span.category .genre,
#gourmetLists h2 span.category .sub_genre {
  border-radius: 5px;
  padding: 0.1em 0.5em;
  display: inline-block;
  background-color: #ffc354;
}

#gourmetLists .imgBox {
  position: relative;
}
#gourmetLists .imgBox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#gourmetLists .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* Submenu */

.nav_ul .nav_li .nav_ul_mini {
  /*right: 55px;*/
  position: absolute;
  z-index: 999999;
}
.nav_ul .nav_li .nav_ul_mini .nav_li_mini {
  display: block;
}
.nav_ul .nav_li .nav_ul_mini .nav_li_mini a {
  color: #444;
}
.nav_ul .nav_li .nav_ul_mini .nav_li_mini a:hover {
  background-color: #ddd;
}
.sample01 .nav_ul .nav_li .nav_ul_mini {
  display: none;
}
.sample01 .nav_ul .nav_li:hover .nav_ul_mini {
  display: block;
}
.nav_ul_mini.G {
  background-color: rgba(255, 255, 255, 0.9);
  width: 180px;
}
.nav_ul_mini.A {
  background-color: rgba(255, 255, 255, 0.9);
  width: 120px;
}
article.sample {
  display: block;
  margin-top: -120px;
  padding-top: 120px;
}
/*IE表示*/
_:-ms-lang(x)::-ms-backdrop,
.areamap {
  position: relative !important;
  display: block !important;
}
_:-ms-lang(x)::-ms-backdrop,
a[data-lity] {
  display: block;
}
.bkCap {
  background-color: #eee !important;
  font-size: 0.9em !important;
  padding: 0.25rem 0.5rem !important;
}
.resWay p.resBtn {
  text-align: center !important;
  position: relative;
}
.res p a {
  color: #000;
  /*display: block;*/
  padding: 0.8em;
  border-radius: 20px;
  border: 2px solid #fff0d0;
}
.btn-x {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  border: #ddd solid 1px;
  background-color: #c4deeb;
  color: #222;
  font-weight: bold;
  border-radius: 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 51%
  );
  background-size: 210% auto;
  background-position: right top;
}
.btn-x:hover {
  color: #222;
  background-position: left top;
}

/*----------------------------
member----------------------*/
.member .cont-inner .repair a figure {
  width: auto;
  background-color: #fff;
}
.member .cont-inner a figure {
  width: 30%;
  min-height: 200px;
  background-color: #ffedd9;
}
.member .cont-inner figure {
  background-color: #ffedd9;
}
.member .cont-inner a figure h3,
.member .cont-inner figure h3 {
  border-bottom: 0px solid #fff;
  margin: 20px 0 0;
  padding: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: #333 1px;
}
.member .contents .cont-inner a figure h3:before,
.member .contents .cont-inner figure h3:before {
  background: none;
}

/*----------------------------
news----------------------*/
.content_box_text_1L {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content_box_text_2L {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content_box_text_3L {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content_box_text_4L {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.content_box_text_5L {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.content {
  background: #fff;
  /*
  height: 100vh;
  padding: 40px;
  */
}

/**/
.content_box {
  width: 800px;
  height: 20px;
  /*border: 1px solid #000;
  */
}
/**/

.content_box_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hissu {
  color: #ff0000;
}

.mypage .must:before {
  display: inline-block;
  content: "必須";
  color: #fff;
  font-weight: bold;
  background: #ec2529;
  font-size: 0.5em;
  padding: 1px 3px;
  vertical-align: middle;
}

/*----------------------------
flower
-----------------------------*/
.flower .mv {
  background: url(../flower/img/mv_bg.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.flower .mv img {
  width: 600px;
  object-fit: contain;
}

/*タイトルだけ下からふわっと*/
.flower .fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*-------------------*/

.flower .lead {
  margin: 2rem auto 4rem;
  letter-spacing: 0.01rem;
  line-height: 1.5;
}
.flower .lead h2 {
  margin-bottom: 1rem;
  letter-spacing: 1rem;
  background-color: transparent;
  text-align: center;
  color: #ff91af;
  font-family: "Kaisei Tokumin", serif;
  font-size: 2rem;
  padding: 0;
}
.flower.lower .contents h3 {
  margin-bottom: 0;
  color: #ff91af;
  font-family: "Kaisei Tokumin", serif;
  text-shadow: #fff 2px 2px 2px;
  font-weight: bold;
  padding: 0.5rem;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0.5rem;
  background-image: url(../flower/img/h3_bg.jpg);
  background-position: center;
  position: relative;
  z-index: 0;
}
.flower.lower .contents h3::before {
  content: "";
  position: absolute;
  background: inherit;
  filter: brightness(105%) blur(2px);
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.flower.lower .contents h3 span img {
  width: 25px;
  object-fit: cover;
  filter: drop-shadow(2px 2px 2px #fff);
}
.flower.lower .contents h3 span {
  margin-right: 0.5rem;
}
.flowerConts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
div.flowerConts::after {
  content: none;
}
.flowerCard figure {
  margin-bottom: 0.5rem;
}
.flowerCard dl {
  font-size: 12px;
}
.dlFlex {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-bottom: 0 !important;
}
.materialIcon {
  vertical-align: bottom;
  font-size: 12px;
}
.flowerInfo p {
  font-size: 14px;
  line-height: 1.5;
}
.flowerInfo p:first-of-type {
  font-weight: bold;
}
.flowerDetail {
  padding: 0.5em;
  background-color: #f7f6f0;
}
.flowerDetail .dlFlex dt {
  word-break: keep-all;
}
.contents .flowerDetail .dlFlex dd {
  margin-left: 0;
}
.font-bold {
  font-weight: bold;
}

/* section-map追加 */
.map_table {
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
}

.map_table td {
  height: 3rem;
}

.map_table td:hover {
  color: #1772cc;
}

.map_text {
  position: relative;
  cursor: pointer;
}

.map_text::before,
.map_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #00a0d2;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto;
}

.map_distance button {
  width: 120px;
  margin: 5px 0 0;
  padding: 5px 10px;
  background-color: #00a0d2;
  color: #fff;
  cursor: pointer;
  display: block;
}

.map_distance button:hover {
  opacity: 0.7;
}

.map_flex {
  display: grid;
  grid-template-columns: 1.8fr 4fr 1fr;
  gap: 20px;
  grid-template-areas: "table map distance"; /* PCではこの並び */
}

.map_table {
  grid-area: table;
}

.map_map {
  grid-area: map;
}

.map_distance {
  grid-area: distance;
}

#map {
  height: 500px;
}

@media (max-width: 900px) {
  .map_flex {
    grid-template-columns: 1fr;
    grid-template-areas:
      "map"
      "distance"
      "table"; /* SPでは .map_table を一番下に */
  }

  .map_flex p {
    margin-bottom: 0;
  }

  .map_table {
    padding: 0 7px;
    margin-top: 30px;
    height: 350px;
  }

  .map_distance {
    padding: 0 7px;
  }

  #map {
    height: 300px;
  }

  .map_distance button {
    width: 100%;
  }
}
