@charset "UTF-8";
/*tominaga add-2025*/
#main,
#sub {
  background: transparent;
}

img {
  max-width: 100%;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

#header {
  width: 100%;
}
@media (max-width: 780px) {
  #header {
    width: 95%;
    margin: 0 auto;
  }
}
#header #gNavi {
  right: 20px;
}
@media (max-width: 640px) {
  #header #gNavi {
    display: none;
  }
}

#main {
  padding: 30px 0 10px;
}
#main h2.title-h2 {
  font-size: 110%;
  line-height: 130%;
  font-weight: normal;
  border: 1px solid #b5b5b5;
  background-color: #fbfbfb;
  padding: 8px 15px;
}
#main .entry {
  margin: 0 0 30px;
}
#main table.item_ex td {
  border: none;
}
#main table.noline td {
  border: none;
}
#main table.item_list tr {
  display: flex;
}
#main table.item_list td {
  display: flex;
  flex-direction: column;
  width: 25%;
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 0 0 20px;
}
#main table.item_list td div {
  margin: 0 0;
  padding: 0 0;
  box-sizing: border-box;
  text-align: center;
}
#main table.item_list td div.item_list_img {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}
#main table.item_list td div.item_list_img img {
  aspect-ratio: 1/1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#main table.genre-itemlist td span {
  font-size: 0.8em;
  padding-left: 5px;
  display: block;
}
#main table.td-fixed {
  table-layout: fixed;
  border-collapse: collapse;
}
#main table.v-top td {
  vertical-align: top;
}
#main table.img-center td img {
  margin: 0 auto;
  display: block;
}
#main .item-flex {
  display: flex;
  flex-wrap: wrap;
}
#main .item-flex p {
  margin-right: 20px;
}

#sub {
  padding: 30px 0 10px;
}
@media (max-width: 780px) {
  #sub {
    float: none;
    width: 100%;
  }
  #sub h3 {
    padding: 5px 5px;
  }
  #sub ul {
    display: flex;
    flex-wrap: wrap;
    background: transparent;
    border: none;
  }
  #sub li {
    margin-bottom: 5px;
    padding: 0 5px 0;
    line-height: 1.4;
    border: none;
    list-style: none;
    background: none;
  }
  #sub li #sub li a {
    display: block;
    padding-left: 5px;
    line-height: 2;
    border-left: 5px solid #0089a1;
  }
}
#sub table.ranking {
  width: 220px;
}
@media (max-width: 780px) {
  #sub table.ranking {
    width: 100%;
  }
}
#sub table.ranking td {
  text-align: center;
}
#sub table.ranking td p {
  text-align: center;
  font-size: 13px;
  color: #070000;
  line-height: 1;
  margin: 6px 0;
}
#sub table.ranking td .ranking_in {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub table.ranking td .ranking_in span {
  font-weight: bold;
  font-size: 14px;
  padding-right: 15px;
}
#sub .top_side_mail {
  text-align: center;
}

#content {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #content {
    width: 100%;
  }
}
#content #main {
  width: calc(100% - 270px);
}
@media (max-width: 780px) {
  #content #main {
    width: 95%;
    margin: 0 auto;
  }
}

#index #icatchIndexWrap {
  background: transparent;
  background-image: url("/design/images/top-header_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
}
@media (max-width: 780px) {
  #index #icatchIndexWrap {
    background-image: none;
  }
}
#index #icatchIndexWrap #icatch {
  width: 100%;
  margin: 0 0;
}
#index #icatchIndexWrap #icatch img {
  box-shadow: 6px 0px 10px -1px rgba(0, 0, 0, 0.37);
  /*width: 720px;*/
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 13/5;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#index table.items-4 td {
  width: 25%;
  text-align: center;
  vertical-align: top;
}
#index table.items-5 td {
  width: 20%;
  text-align: center;
  vertical-align: top;
}
#index table.w-520 {
  width: 520px;
  max-width: 100%;
}
#index .a1 {
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 40px;
}
#index .a1 .howtoBox {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#index .a1 .howto {
  float: none;
  border: #ccc solid 1px;
  width: 33%;
  margin: 0px;
  padding: 3px;
  box-sizing: border-box;
}
#index .a1 .howto img {
  display: block;
  margin: 0 auto 5px;
}

#content {
  display: block;
}
@media (max-width: 780px) {
  #content {
    display: flex;
    flex-direction: column;
  }
}
#content #main .variation_box {
  border: solid 1px #ababab;
  border-radius: 8px;
  padding: 20px 30px;
  margin: 20px 0;
}
#content #main .variation_box h3 {
  font-size: 1.1em;
  background: transparent;
  margin-bottom: 15px;
  padding: 0px 0px 5px 0px;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
}
#content #main .variation_box h3 span {
  font-size: 0.9em;
  font-weight: normal;
}
#content #main .variation_box ul.variation {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
}
#content #main .variation_box ul.variation li {
  margin-right: 15px;
}
#content #main .variation_box ul.variation li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #dfdddd;
  border-radius: 50%;
  margin-right: 3px;
}
#content #main .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#content #main .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .entry .mt-10 {
  margin-top: 10px;
}
#content .entry .mt-20 {
  margin-top: 20px;
}
#content .entry .mt-30 {
  margin-top: 30px;
}
#content .entry .mt-40 {
  margin-top: 40px;
}
#content .entry .mt-50 {
  margin-top: 50px;
}
#content .entry .mt-60 {
  margin-top: 60px;
}
#content .entry .mt-70 {
  margin-top: 70px;
}
#content .entry .mt-80 {
  margin-top: 80px;
}
#content .entry .mt-90 {
  margin-top: 90px;
}
#content .entry .entry-title {
  border: solid 2px #1ca3bd;
  border-radius: 5px;
  padding: 5px 15px;
  background: transparent;
  font-size: 1em;
  font-weight: normal;
  margin: 40px 0 20px;
}
#content .entry .entry-title strong {
  font-size: 1.3em;
  font-weight: bold;
}
#content .entry .btn-4 {
  display: flex;
  justify-content: flex-start;
}
#content .entry .btn-4 a {
  width: 25%;
  box-sizing: border-box;
  display: block;
}
#content .entry .btn-4 a img {
  width: 95%;
}
#content .entry .btn-3 {
  display: flex;
  justify-content: flex-start;
}
#content .entry .btn-3 a {
  width: 30%;
  box-sizing: border-box;
  display: block;
}
#content .entry .btn-3 a img {
  width: 95%;
}

.btn_mitsumori,
#main .btn_mitsumori,
.btn_toi,
#main .btn_toi {
  margin: 20px 0 0;
}
.btn_mitsumori a,
#main .btn_mitsumori a,
.btn_toi a,
#main .btn_toi a {
  border: solid 1px #969696;
  border-radius: 5px;
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px 0 0;
  background-color: #f5f5f5;
}
.btn_mitsumori a:hover,
#main .btn_mitsumori a:hover,
.btn_toi a:hover,
#main .btn_toi a:hover {
  background-color: #68a5b0;
  color: #fff;
}

#menu ul {
  overflow: hidden;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #menu ul {
    flex-wrap: wrap;
  }
}
#menu li {
  float: none;
  color: #333;
  text-align: center;
  list-style-type: none;
  width: 25%;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  #menu li {
    width: 50%;
  }
}
#menu li a {
  display: block;
  width: 100%;
  color: #333;
  line-height: 50px;
  text-decoration: none;
  border-left: 1px solid #e5e5e5;
}
#menu li.pc-home {
  display: block;
}
@media (max-width: 780px) {
  #menu li.pc-home {
    display: none;
  }
}

#pageTop {
  clear: both;
  width: 100%;
}

#footMenu {
  clear: both;
  overflow: hidden;
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
  padding: 30px 0px 30px 0px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
@media (max-width: 780px) {
  #footMenu {
    flex-wrap: wrap;
  }
}
#footMenu .section {
  float: none;
  width: 22%;
  margin-right: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  #footMenu .section {
    width: 30%;
  }
}
@media (max-width: 640px) {
  #footMenu .section {
    width: 45%;
  }
}
#footMenu .section h3 {
  font-size: 12px;
  border-bottom: 1px dotted #999;
}
#footMenu .copyright {
  clear: both;
  padding: 30px 0 0px;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  display: block;
  width: 100%;
}

#toi-form a {
  text-decoration: none;
}
#toi-form .form_in {
  width: 1080px;
  max-width: 95%;
  margin: 40px auto;
}
#toi-form .form_in h1 {
  font-size: 1.3em;
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  margin: 0 20px;
  background-color: #f1f1f1;
}
#toi-form .form_in .goback {
  font-size: 0.9em;
  border-radius: 30px;
  padding: 5px 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  background-color: #959595;
  color: #fff;
}
#toi-form .form_in .goback a {
  color: #fff;
}
#toi-form .form_in .goback:hover {
  background-color: #285dac;
}
#toi-form .form_in p {
  text-align: center;
}
#toi-form .form_in form {
  margin: 20px auto;
  max-width: 95%;
}
#toi-form .form_in table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: none;
}
#toi-form .form_in table tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 640px) {
  #toi-form .form_in table tr {
    flex-direction: column;
  }
}
#toi-form .form_in table th {
  width: 220px;
  padding: 15px 0;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 640px) {
  #toi-form .form_in table th {
    width: 100%;
    padding: 10px 0 0;
  }
}
#toi-form .form_in table th::before {
  content: "";
  display: inline-block;
  width: 26px;
  padding: 1px 3px;
  margin-right: 5px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  font-weight: normal;
  padding: 1px 3px;
  text-align: center;
}
#toi-form .form_in table th.required::before {
  content: "必須";
  background-color: #d30909;
}
#toi-form .form_in table td {
  flex: 1;
  padding: 15px 0;
}
@media (max-width: 640px) {
  #toi-form .form_in table td {
    width: 100%;
    padding: 5px 0 10px;
  }
}
#toi-form .form_in table th span {
  display: block;
  font-size: 0.8em;
  color: #4a78d4;
  font-weight: normal;
  padding-left: 38px;
}
#toi-form .form_in table input[type=text],
#toi-form .form_in table input[type=email],
#toi-form .form_in table input[type=tel] {
  width: 60%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  #toi-form .form_in table input[type=text],
  #toi-form .form_in table input[type=email],
  #toi-form .form_in table input[type=tel] {
    width: 100%;
  }
}
#toi-form .form_in table textarea {
  width: 90%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  #toi-form .form_in table textarea {
    width: 100%;
  }
}
#toi-form .form_in table label {
  display: block;
}
#toi-form .form_in table .error {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}
#toi-form .form_in input[type=submit] {
  font-size: 20px;
  display: block;
  padding: 7px 30px;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #56b3f2;
  color: #fff;
}
#toi-form .form_in input[type=submit]:hover {
  background-color: #6a7385;
}
#toi-form .form_confirm {
  width: 60%;
  margin: 0 auto 80px;
}
@media (max-width: 640px) {
  #toi-form .form_confirm {
    width: 90%;
  }
}
#toi-form .form_confirm h1 {
  font-size: 1.3em;
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  margin: 40px 0px;
  background-color: #f1f1f1;
}
#toi-form .form_confirm p {
  padding: 4px 0px 15px;
  font-size: 1em;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
}
#toi-form .form_confirm p:first-child {
  border-top: 1px solid #ccc;
  padding-top: 18px;
}
#toi-form .form_confirm span {
  font-weight: bold;
  color: #4a78d4;
  line-height: 2;
  margin: 0 20px 0 0;
}
#toi-form .form_confirm .btn {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
#toi-form .form_confirm .btn button {
  font-size: 16px;
  display: block;
  padding: 7px 30px;
  margin: 10px 15px;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
}
#toi-form .form_confirm .btn button[type=submit] {
  background-color: #56b3f2;
}
#toi-form .form_confirm .btn button[type=button] {
  background-color: #a3a3a3;
}
#toi-form .form_confirm .btn button:hover {
  background-color: #6a7385;
}
#toi-form .form_thanks {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #toi-form .form_thanks {
    width: 90%;
  }
}
#toi-form .form_thanks h1 {
  font-size: 1.3em;
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  margin: 40px 0px;
  background-color: #f1f1f1;
}
#toi-form .form_thanks .message {
  font-size: 1em;
  margin: 30px auto;
  text-align: center;
}
#toi-form .form_thanks .gototop {
  font-size: 0.9em;
  border-radius: 30px;
  padding: 5px 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  background-color: #959595;
  color: #fff;
}
#toi-form .form_thanks .gototop a {
  color: #fff;
}
#toi-form .form_thanks .gototop:hover {
  background-color: #285dac;
}

/*---luminous---*/
.lum-lightbox.lum-open .lum-close-button {
  height: 50px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
}
.lum-lightbox.lum-open .lum-close-button:after,
.lum-lightbox.lum-open .lum-close-button:before {
  background-color: #fff;
  content: " ";
  height: 50px;
  left: 15px;
  position: absolute;
  width: 4px;
}

.error-404 {
  margin: 50px auto;
  display: block;
  text-align: center;
}
.error-404 h1 {
  font-size: 30px;
}
.error-404 .error-404-01 {
  font-size: 27px;
  font-weight: bold;
  color: #4ba3e8;
}
.error-404 .error-404-02 {
  font-size: 18px;
}
.error-404 .goto_toppage {
  margin: 50px auto 0;
}
.error-404 .goto_toppage a {
  color: #1082d8;
  font-weight: bold;
  font-size: 18px;
}
.error-404 .goto_toppage a:hover {
  color: #ff8316;
}
.error-404 .img-404 img {
  width: 150px;
  margin: 15px auto 40px;
}/*# sourceMappingURL=add-2025.css.map */