@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  font-size: 140%;
  padding: 7px 5px 7px 15px;
  border: 1px solid #fe804b;
  border-top-width: 2px;
  margin-top: 20px;
  background: url(../img_sub/h2_bg.png) left top no-repeat;
}

@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    padding: 15px 10px 15px 40px;
    background-size: 49px auto;
    text-decoration: underline;
  }
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  font-size: 120%;
  box-sizing: border-box;
  padding: 15px 0 10px 45px;
  background: url(../img_sub/h3_bg.png) left bottom no-repeat;
  color: #dc3306;
}

@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    padding: 15px 0 15px 52px;
    background-size: 130% auto;
  }
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  overflow: hidden;
  font-size: 110%;
  box-sizing: border-box;
  padding: 15px 0 15px 0;
  background: url(../img_sub/h4_bg.png) left bottom no-repeat;
  color: #583b2f;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 20px;
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 105%;
  line-height: 1.2;
  border-bottom: 2px solid #583b2f;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 20px;
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 100%;
  line-height: 1.2;
  border-bottom: 1px dashed #583b2f;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #ffffce;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  color: #333;
  background: #fff;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #0047b2;
  text-decoration: underline;
}

a:visited {
  color: #004762;
  text-decoration: underline;
}

a:hover {
  color: #004762;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #0047b2;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .left-col {
    float: left;
  }
  .right-col {
    float: right;
  }
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #fff799;
  text-align: center;
}

.scheme2 {
  border: 1px solid #fff799;
  text-align: center;
}

.scheme3 {
  background-color: #583b2f;
  text-align: center;
}

.scheme4 {
  background-color: #fff799;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #583b2f;
  text-align: center;
}

.scheme7 {
  background-color: #fff799;
  text-align: center;
}

.scheme8 {
  background-color: #e03306;
  text-align: center;
}

.scheme9 {
  background-color: #ffffce;
  text-align: center;
}

.scheme10 {
  background-color: #fff799;
  text-align: center;
}

.scheme11 {
  background-color: #ffa680;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
  #header {
    background: url("../img_common/main_bg.png");
  }
  #header .header-bg {
    padding-bottom: 13px;
    background: url("../img_common/main_bg_bottom.png") repeat-x center bottom;
  }
  #header .header-in {
    width: 960px;
    position: relative;
    margin: 0 auto;
  }
  #header #header-logo {
    left: 65px;
    top: 0px;
    position: absolute;
  }
  #header .header-gotop {
    right: 10px;
    top: 0px;
    position: absolute;
  }
  #header .header-nav2 {
    left: 45px;
    position: absolute;
  }
  #header .header-nav2 li {
    position: absolute;
    top: 0;
  }
  #header .header-nav2 .nav2 {
    left: 133px;
  }
  #header .header-nav2 .nav3 {
    left: 400px;
  }
  #header .header-nav2 .nav4 {
    left: 667px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    background-image: url("../img_top/sp_top_main_bg.png");
  }
  #header .header-bg {
    background: url("../img_common/main_bg_bottom.png") repeat-x center bottom;
  }
  #header #header-logo {
    left: 20px;
    top: 10px;
    position: absolute;
  }
  #header #header-logo img {
    width: 293px;
    height: 110px;
  }
  #header .header-gotop {
    right: 20px;
    top: 0px;
    position: absolute;
  }
}

.col {
  margin: 40px 0 0;
}

#header .header-bg {
  padding-bottom: 13px;
  height: 387px;
}

@media screen and (max-width: 768px) {
  #header .header-bg {
    height: 456px;
  }
}

#header .header-in {
  height: 387px;
  background: url("../img_top/top_main_bg.png") center top no-repeat;
}

@media screen and (max-width: 768px) {
  #header .header-in {
    height: 456px;
    background-image: url("../img_top/sp_top_main_bg.png");
  }
}

#header .header-nav1 li {
  position: absolute;
}

#header .header-nav1 .nav1 {
  left: 490px;
  top: 8px;
}

@media print, screen and (min-width: 769px) {
  #header .header-nav1 .nav1 img {
    width: 188px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #header .header-nav1 .nav1 {
    left: 20px;
    top: 130px;
  }
}

#header .header-nav1 .nav2 {
  left: 717px;
  top: 45px;
}

@media print, screen and (min-width: 769px) {
  #header .header-nav1 .nav2 img {
    width: 198px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #header .header-nav1 .nav2 {
    left: 250px;
    top: 140px;
  }
}

#header .header-nav1 .nav3 {
  left: 555px;
  top: 215px;
}

#header .header-nav1 .nav4 {
  left: 590px;
  top: 180px;
}

@media print, screen and (min-width: 769px) {
  #header .header-nav1 .nav4 img {
    width: 201px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #header .header-nav1 .nav4 {
    left: 470px;
    top: 170px;
  }
}

#header .header-nav2 {
  top: 392px;
}

#main {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #main {
    width: auto;
  }
}

.title-area .title {
  float: left;
}

.title-area .btn {
  float: right;
}

@media print, screen and (min-width: 769px) {
  .gnav-area {
    width: 555px;
  }
}

@media screen and (max-width: 768px) {
  .gnav-area {
    display: flex;
    justify-content: center;
  }
}

@media print, screen and (min-width: 769px) {
  .gnav-area .list {
    letter-spacing: -.5em;
  }
  .gnav-area .list > li {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    letter-spacing: normal;
    vertical-align: top;
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
  .gnav-area .list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .gnav-area .list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .gnav-area .list {
    margin: 0 auto;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 209px 209px 209px;
    gap: 35px 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .gnav-area .list > li {
    width: calc((100% - 30px) / 3.01);
  }
}

@media print, screen and (min-width: 769px) {
  .gnav-area .list > li img {
    width: 175px;
    height: auto;
  }
}

.gnav-area .list a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
}

.facility-search-area {
  display: flex;
  justify-content: center;
  margin-top: 23px;
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
  .facility-search-area {
    margin: 40px 0 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .facility-search-area img {
    width: 555px;
    height: auto;
  }
}

.facility-search-area a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
}

@media print, screen and (min-width: 769px) {
  .main-box {
    width: 555px;
  }
}

@media screen and (max-width: 768px) {
  .main-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 20px;
  }
}

.main-box .news-mod {
  align-self: stretch;
}

.main-box .list {
  margin: 5px 0 0;
  padding: 15px;
  border: 3px solid #fe814b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main-box .list li {
  padding: 10px 0;
  border-top: 1px solid #d3d3d3;
}

.main-box .list li:first-child {
  border-top: none;
}

.main-box .list .date {
  margin-right: 10px;
  color: #fe804b;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .main-box .list .date {
    float: left;
  }
}

.main-box .list .txt {
  display: block;
  overflow: auto;
  background: url(../img_sub/sp_link_com_arrow.png) no-repeat left center;
  padding: 0 0 0 25px;
}

@media print, screen and (min-width: 769px) {
  .main-box .list .txt {
    margin-left: 125px;
    background: url(../img_sub/link_com_arrow.png) no-repeat 10px 7px;
  }
}

@media screen and (max-width: 768px) {
  .main-box .btn {
    margin-top: 20px;
  }
}

.shincyaku-mod .title-area .btn {
  float: right;
  margin-top: 12px;
}

.oshirase-mod {
  margin: 25px 0 0;
}

.egao-mod {
  text-align: center;
  background: url(../img_top/egao_mod_bg_mid.png) repeat-y left, url(../img_top/egao_mod_bg_mid.png) repeat-y right;
}

@media print, screen and (min-width: 769px) {
  .egao-mod {
    width: 376px;
  }
}

@media screen and (max-width: 768px) {
  .egao-mod {
    margin: 0 20px;
  }
}

.egao-mod .bg_ {
  display: block;
  padding: 25px 0 0;
  background: url(../img_top/egao_mod_bg_mid.png) repeat-x top;
}

.egao-mod .bg2_ {
  background: url(../img_top/egao_mod_bg_mid.png) repeat-x bottom;
  display: block;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .egao-mod .bg2_ {
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .egao-mod .title img {
    width: 287px;
    height: auto;
  }
}

.egao-mod .list {
  margin: 15px 0 0;
}

@media print, screen and (min-width: 769px) {
  .egao-mod .list li img {
    width: 345px;
    height: 230px;
    object-fit: cover;
  }
}

.egao-mod .btn {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .egao-mod .btn {
    margin: 40px 0 0;
  }
}

/* slider */
.bxslider {
  position: relative;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .bxslider {
    width: 350px;
    height: 265px;
  }
}

.bannerimg {
  position: relative;
  width: 350px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bannerimg {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 25px;
  }
  .bannerimg [class^="img-item"]:nth-child(2n) {
    margin-left: 25px;
  }
  .bannerimg [class^="img-item"]:nth-child(n+3) {
    margin-top: 15px;
  }
}

.bannerimg img {
  width: 350px;
  height: 84px;
  object-fit: contain;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .bannerimg img {
    width: 320px;
    height: 76px;
    object-fit: contain;
  }
}

/* slider autoControls */
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background-image: url(../img_top/slider_start.png);
  background-repeat: no-repeat;
  background-position: left 0;
  font-size: 10px;
  line-height: 100%;
  border: none;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background-image: url(../img_top/slider_stop.png);
  background-repeat: no-repeat;
  background-position: left 0;
  font-size: 10px;
  line-height: 100%;
  border: none;
}

.event-mod {
  border: 3px dashed #fece4b;
}

@media print, screen and (min-width: 769px) {
  .event-mod {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .event-mod {
    margin: 40px 20px;
  }
}

.event-mod .bg_ {
  display: block;
  padding: 25px 0 0;
}

@media screen and (max-width: 768px) {
  .event-mod .bg_ {
    padding: 35px 0;
  }
}

.event-mod .bg2_ {
  display: block;
  padding: 0 20px 20px 20px;
}

@media screen and (max-width: 768px) {
  .event-mod .bg2_ {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media print, screen and (min-width: 769px) {
  .event-mod .title img {
    width: 200px;
    height: auto;
  }
}

.event-mod .event-box {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .event-mod .event-box {
    align-self: stretch;
  }
}

@media screen and (max-width: 768px) {
  .event-mod .event-img {
    margin: 30px 0;
  }
}

.event-mod .event-img img {
  width: 100%;
  height: auto;
}

/* calendar */
.calendar-mod {
  width: 100%;
  padding-top: 15px;
  background: #fef5db;
}

@media screen and (max-width: 768px) {
  .calendar-mod {
    padding: 35px 0;
  }
}

.calendar-mod .bg_ {
  padding-top: 8px;
}

.calendar-mod dl {
  width: 231px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.calendar-mod dt {
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  color: #5a3d31;
}

.calendar-mod .title {
  text-align: center;
  font-size: 16px !important;
}

.calendar-mod .in {
  width: 230px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .calendar-mod .mini-calendar {
    height: 550px;
  }
}

.calendar-mod table {
  width: 197px;
  font-size: 14px !important;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .calendar-mod table {
    transform: scale(2);
    transform-origin: top;
  }
}

.calendar-mod table .date {
  width: 100%;
  font-size: 16px !important;
}

.calendar-mod th {
  width: 27px;
  border: 1px solid #d6d6d6;
}

.calendar-mod td {
  line-height: 140%;
  width: 27px;
  color: #735D2F;
  text-align: center;
  background: #fff;
  padding: 5px 0;
  border: 1px solid #d6d6d6;
}

.calendar-mod td a {
  color: #735D2F;
  text-align: center;
}

.calendar-mod .ctrl {
  width: 197px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  position: relative;
}

.calendar-mod .nav {
  display: inline-block;
  width: 8px;
  position: absolute;
  top: 13px;
}

.calendar-mod .back {
  left: 0;
}

.calendar-mod .next {
  right: 4px;
}

.calendar-mod .list2 {
  margin: 10px 0 0;
  text-align: center;
}

.calendar-mod .nextMonthDate,
.calendar-mod .prevMonthDate {
  display: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 100px;
  background-color: #fe804b;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 180px;
    padding: 20px;
  }
}

#footer .footer-in {
  width: 960px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer-in {
    width: auto;
  }
}

#footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer #pagetop {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #footer #pagetop {
    right: calc(50vw - 480px);
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #footer #pagetop {
    right: 20px;
    top: -150px;
  }
}

@media print, screen and (min-width: 769px) {
  #footer #pagetop img {
    width: 143px;
    height: auto;
  }
}

#footer #pagetop a {
  transition: opacity 0.3s linear 0s;
}

#footer #pagetop a:hover {
  opacity: 0.8;
}
