/*-------------------------------
レスポンシブ02 レッド 1カラム
---------------------------------*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");

/*-------------------------------------------
ベースレイアウト
-------------------------------------------*/
body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  
  /*font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  
  */
}
#wrap {
  background: none;
}
.contents {
  overflow: hidden;
}
#mainContents {
  padding-top: 0;
  padding-bottom: 0;
}
a {
  color: #8b0000;
  transition: all .4s ease;
}
a:hover {
  color: #bd3939;
  font-weight: normal;
}
ul.topics li h3 a {
color: #fac559;
}
ul.topics li h3 a:hover {
color: #bf9000;
font-weight: bold;
}

#title_outer, #topMenu_outer, #mainTopics_outer, #sideContents_outer {
  width: 100%;
  min-width: inherit;
  max-width: 1200px;
}
#mainArticles,#footer_outer {
  width: 100%;
  min-width: inherit;
}
#mainArticles {
  /*padding-top: 3rem;*/
}
.article, .gallery {
  width: 96%;
  max-width: inherit;
  min-width: inherit;
  margin: 0 auto 2em;
}

.article .article_body,.gallery .article_body {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#mainTopics_outer {
  /*padding-top: 40px;*/
}
.mainArticles .article_left .image {
  margin: 0 40px 0 0;
}
.mainArticles .article_right .image {
  margin: 0 0 0 40px;
}
.mainArticles .article, .mainArticles .gallery {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 2.5em;
}
.mainArticles .article:first-of-type, .mainArticles .gallery:first-of-type {
  /*padding-top: 0;*/
}
.mainArticles .article .article_body, .mainArticles .gallery .article_body {
  width: 100%;
  max-width: 1200px;
}

.comment {
  font-size: 1em;
}
@media only screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  #mainContents {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mainTopics_outer {
  padding-top: 10px;
}
  
  
  .mainArticles .article_left .image,.mainArticles .article_right .image {
    margin: 0 0 1em;
  }
  .mainArticles .article, .mainArticles .article.col2.colSet, .mainArticles .article.col3.colSet, .article:not(.article.max), .mainArticles div.gallery, #listTopics {
    padding: 0.3em 4%;
    margin-bottom: 0.5em;
  }
  .mainArticles .article:first-of-type, .mainArticles .gallery:first-of-type {
  padding-top: 0;
}
  #listTopics {
    padding-top: 0;
  }
  .article, .gallery {
    width: 100%;
  margin: 0 auto 1.5em;
}
}


/*-------------------------------------------
マージン調整
-------------------------------------------*/
.mx-0 {
  margin-right:0 !important;
  margin-left:0 !important;
}
.mx-1 {
  margin-right:1em !important;
  margin-left:1em !important;
}
.ma-1 {
  margin: 0.5em 1em !important;
}
.my-0 {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.mt-0 {margin-top:0 !important;}
.mt-1 {margin-top:1em !important;}
.mt-2 {margin-top:2em !important;}
.mt-3 {margin-top:3em !important;}
.mb-0 {margin-bottom:0 !important;}
.mb-1 {margin-bottom:1em !important;}
.mb-2 {margin-bottom:2em !important;}
.mb-3 {margin-bottom:3em !important;}

/*-------------------------------------------
パディング調整
-------------------------------------------*/
.px-0 {
  padding-right:0 !important;
  padding-left:0 !important;
}
.py-0 {
  padding-top:0 !important;
  padding-bottom:0 !important;
}
.pt-0 {padding-top:0 !important;}
.pt-1 {padding-top:1em !important;}
.pt-2 {padding-top:2em !important;}
.pt-3 {padding-top:3em !important;}
.pb-0 {padding-bottom:0 !important;}
.pb-1 {padding-bottom:1em !important;}
.pb-2 {padding-bottom:2em !important;}
.pb-3 {padding-bottom:3em !important;}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#title {
  height: auto;
  padding: 15px 3% 15px;
  background: none;
}
#title_body {
  width: 50%;
}
#title h1 {
  width: 100%;
  max-width: 480px;
  height: auto;
}
h1 a {
  display: block;
  /*height: 100px;
  width: 50%;
  max-width: 439px;*/
  background: url(/materials/174909596348001.png)left center no-repeat;
  background-size: contain;
  text-indent: -9000px;
  height: 70px;
}
#title #title_outer{
  height: 70px;
  background: none;
  background-size: auto;
}


#title description {
  display: none;
}
@media only screen and (max-width: 960px) {
  #title #title_outer {
    background-size: 33%;
    height: auto;
  } 
}
@media only screen and (max-width: 768px) {
  h1 a {
    background-size: 75%;
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  #title, #title_outer, #title_body, h1 {
    height: auto;
  }
  h1 a {
    background-size: contain;
    height: 60px;
  }
  #title {
    padding: 10px 3%;
  }
  #title_body {
    width: calc(100% - 80px);
  }
  #title h1 {    
    background-position: left center;
    height: 60px;
    background-size: contain;
    margin: 0 auto 0 0;
  }
  #title #title_outer {
    background: none;
    height: auto;
    margin-right: auto;
  }
  #title .description {
    display: none;
  }
}

/*-------------------------------------------
メニュー
-------------------------------------------*/
#topMenu {
  background: #8b0000;
  padding: .5em 0;
}
#topMenu_outer .topMenu li a:after {
content: none;
}
#topMenu .topMenu li {
  /*transition: all .4s ease;*/
  position: relative;
  padding: 0;
}
#topMenu .topMenu li:hover::after {
    transform: scale(1, 1);
}
#topMenu .topMenu li::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: var(--first-color);
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}
#topMenu_outer .topMenu li a {
  /*display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  flex-direction: column;*/
  line-height: 1.5;
  padding: .5em 0;
  /*position: relative;
  z-index: 0;
  overflow: hidden;*/
  color: #fff;
}
#topMenu .topMenu li::after {
content: none;
}
#topMenu .topMenu li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .5s;
}
#topMenu_outer .topMenu li a:hover {
  color: #ddc8aa;
  background: none;
}
/*#topMenu_outer .topMenu li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #8b0000;
  transition: all .4s ease;
}*/
#topMenu_outer .topMenu li a:hover::before {
  width: 100%;
}


@media only screen and (max-width: 768px) {
  #topMenu .topMenu li {
    width: calc(100% / 3);
  }
  #topMenu .topMenu li a {
    flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  #toggle {
    top: 10px;
    right: 10px;
    border-radius: 4px;
  }
  #topMenu {
    padding: 0;
  }
  #topMenu .topMenu li,
  #topMenu_outer .topMenu li:last-of-type {
    width: 100%;
    border:none;
    border-top: solid 1px #d4d4d4;
    border-radius: 0;
  }
  #topMenu .topMenu li {
  padding: 0 4vw;
  }
  #toggle,
  .active #toggle {
    background-color: #8b0000;
  }
  /*body.active #topMenu {
    height: 300px;
  }*/
}

/*-------------------------------------------
メイン画像
-------------------------------------------*/
#mainImage {
  margin-bottom: 0;
  background: #ffffff;
  background-size: cover;
}
#mainImage img {
  margin-top: 0 !important;
  width: 100%;
}
#mainImage_body {
  margin: auto;
  background: none;
}
#mainImage_outer {
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #mainImage {
    margin-bottom: 0;
  }
  #mainImage img {
    object-fit: cover;
    object-position: top center;
    min-height: 260px;
  }
}

/*-------------------------------------------
見出し
-------------------------------------------*/
#mainArticles h2, #mainServices h2, #mainTopics h2, #listTopics h2 {
  min-width: inherit;
}
#mainArticles h2,#listTopics h2,#mainArticles div[id^="blog"] h2 {
  min-width: inherit;
  background: none;
  padding: 1.5em 0.5em;
  /*width: 100%;*/
  width: 100vw;
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
  font-size: 2.4em;
  color: #000;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
#mainArticles div[id^=blog] h2:after {
  content: none;
}
.mainContents .article h3,
.mainContents div.gallery h3,
#mainServices h2,
#mainTopics h2 {
  color: #000000;
  font-size: 2em;
  padding:0;
  margin: 1.5em auto 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  flex-direction: column;
  font-weight: bold;
}
.mainContents .article h3 strong, .mainContents div.gallery h3 strong, #mainServices h2 strong, #mainTopics h2 strong {
  display: block;
  margin-top: 1em;
  font-size: 0.4em;
  color: #8b0000;
  font-weight: normal;
}
.mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after {
  content: none;
}
#mainTopics h2, .mainContents .article h3,
.mainContents div.gallery h3,
#mainServices h2,
#mainTopics h2 {
position: relative;
}
#mainTopics h2:after, .mainContents .article h3:after,
.mainContents div.gallery h3:after,
#mainServices h2:after,
#mainTopics h2:after {
bottom: -0.15em;
    left: 45%;
    z-index: 2;
    content: "";
    width: 10%;
    height: 4px;
    border-radius: 0px;
    transform: skewX(-45deg);
    background: #8b0000;
    margin: 0;
}
.article h3 a, .gallery h3 a {
  color: #000000;
  font-weight: bold;
}
.article h4 {
  background: #f0f0f0;
  padding: 0.5em 1.2em;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 1.3em;
  border:none;
  border-left:solid 5px #cd4444;
  line-height: 1.6;
  border-radius: 4px;
  color: #000000;
  font-weight: bold;
}
.article h4::after,.article h4::before{
  content: none;
}
.article h5 {
  color: #000000;
  background: none;
  padding: 0 1em 0.6em 0;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 1.1em;
  font-weight:bold;
  border-bottom: solid 4px #d4d4d4;
  border-left: none;
  display: flex;
  align-items: center;
  line-height: 1.6;
  position:relative;
}
.article h5::before {
  content:"";
  width:80px;
  height:4px;
  position:absolute;
  left:0;
  bottom:-4px;
  background: #cd4444;
}

#mainArticles .article[id^="blog"] {
  padding-top: 0;
}
.mainContents .article.h3in h3 {
  align-items: flex-start;
  width: auto;
  margin-top: 0;
}
@media only screen and (max-width: 600px){
  #mainArticles h2,#listTopics h2,#mainArticles div[id^="blog"] h2 {
    padding: 25px 10px 25px;
    margin-left: calc(50% - 50vw);
    font-size: 1.8em;
    margin-bottom: 0.6em;
  }
  #mainArticles h2::after,#listTopics h2::after {
    bottom: -1.2em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2 {
    font-size: 1.6em;
    margin-bottom: 1em;
  }
  #mainArticles div[id^="blog"] h2 {
    margin-bottom: 2em;
  }
  .mainContents .article h3:after, .mainContents div.gallery h3:after, #mainServices h2:after, #mainTopics h2:after {
    width: 40px;
    height: 4px;
    left: calc(50% - 20px);
  }
  .article h4 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .mainContents .article.h3in h3 {
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  .article h5 {
    font-size: 1.15em;
    width: 100%;
  }
}

/*-------------------------------------------
リンクボタン
-------------------------------------------*/
.btnLink {
  display: inline-flex;
  padding: 0.7em 1.5em;
  background: #8b0000;
  color: #ffffff;
  font-weight:normal;
  text-decoration: none !important;
  align-items: center;
  line-height: 1.4;
  border-radius: 4px;
  /*border:solid 1px #b4b4b4;*/
}
.btnLink::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right:solid 1px #ffffff;
  border-bottom:solid 1px #ffffff;
  transform:rotate(-45deg);
}
.btnLink:hover {
  background: #bd3939;
  color: #ffffff;
  font-weight: normal;
}
.btnLink:hover::after {
  border-right:solid 1px #ffffff;
  border-bottom:solid 1px #ffffff;
}
@media only screen and (max-width: 600px) {
  .btnLink {
    padding: 0.6em 1.2em;
  }
}


/*-------------------------------------------
サイドコンテンツ
-------------------------------------------*/
.sideContents {
  padding: 0 3% 1em;
}
.sideAddress {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 2.5em 1em 3.5em;
  margin-bottom: 1.5em;
  background: #ffffff;
  font-weight: normal;
  font-size: 0.9em;
  position: relative;
}
.sideAddress .sideAddress__wrap {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sideAddress .sideAddress__wrap > p {
  padding: 0 1em;
  text-align: center;
}
.sideAddress .sideAddress__wrap .sideAddress__name {
  font-size: 1.2em;
  font-weight: bold;
}
.sepa {
  display: inline;
}
.spbr {
  display: none;
}
@media only screen and (max-width: 600px) {
  .sideAddress {
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 2em 4% 1em;
  }
  .sideAddress img {
    width: 70%;
    margin: 0 auto;
    max-width: 349px;
  }
  .sideAddress .sideAddress__wrap {
    flex-direction: column;
  }
  .sideAddress .sideAddress__wrap > p {
    padding: 0 0 1em;
  }
  .sepa {
    display: none;
  }
  .spbr {
    display: inherit;
  }
}

#sideContents {
  padding-top: 0;
  background: url(/materials/174963005081701.png) top center no-repeat;
    background-size: cover;
  padding-bottom: 25px;
  margin-top: 0;
}
.sideContents #sideServices h2, .sideContents #sideBlogCategories h2, .sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
  background: none;
    padding: 0 0 0 40px;
    margin-bottom: 1em;
  color: #fff;
  border: none;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 32px;
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  content:none;
}
.sideContents #sideServices h2 {
    background: url(/materials/174963011939701.png) no-repeat left center / 32px;
}
.sideContents #sideBlogCategories h2 {
    background: url(/materials/174963011939703.png) no-repeat left center / 32px;
}
.sideContents #sideBlogDates h2 {
    background: url(/materials/174963011939702.png) no-repeat left center / 32px;
}
.sideContents #sideMobile h2 {
    background: url(/materials/174963011939704.png) no-repeat left center / 32px;
}
#sideServices a, #sideBlogCategories a, #sideBlogDates a, #sideMobile a {
  display: flex;
  padding: 8px 15px;
  background: #ffffff;
  align-items: center;
  color: #333333;
  margin-bottom: 0.5em;
  border-radius: 4px;
  border: none;
}
#sideBlogDates ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sideBlogDates ul li {
  width: 49%;
}
.sideBlogCategories li {
  width: 100%;
}
#sideServices a::before, #sideBlogCategories a::before, #sideBlogDates a::before, #sideMobile a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: none;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(-45deg);
}
#sideServices a:hover, #sideBlogCategories a:hover, #sideBlogDates a:hover, #sideMobile a:hover {
  text-decoration: none;
  background: #8b0000;
  color: #ffffff;
}
#sideServices a:hover::before, #sideBlogCategories a:hover::before, #sideBlogDates a:hover::before, #sideMobile a:hover::before {
  background: none;
  content:"";
  display: block;
  width: 6px;
  height: 6px;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  transform: rotate(-45deg);
  
}
#sideServices, #sideBlogCategories, #sideBlogDates, #sideMobile {
 margin: 25px 0; 
}
.sideContents ul li, .sideContents dl dt {
  border: none;
}
.sideContents .sideMobile p {
  color: #fff;
}
.freeHtml {
  margin: 0;
}
.sideContents #sideBanners {
  padding: 1em 0 0;
}
@media only screen and (max-width: 600px) {
  .sideContents {
    padding: 0 0 2em;
  }
  #sideContents_outer {
    padding: 0;
  }
  #sideContents {
    padding: 0;
    margin-top: 1em;
  }
  #sideContents h2 {
    width: 92%;
    margin: 1.5em auto 1em;
    padding: 0.2em 0.5em;
  }
  #sideServices, #sideBlogCategories, #sideBlogDates, #sideMobile {
    margin: 0;
  }
  #sideServices {
    display: block;
  }
  .sideServices ul,
  .sideBlogCategories ul,
  .sideBlogDates dl {
    padding: 0 4%;
  }
  .sideContents #sideBanners {
    padding: 2em 0 0;
  }
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background: #ffffff;
  padding: 0;
  overflow: hidden;
  font-size: 1em;
}
.footer li {
  flex: none;
}
#footer_body .copyright {
  background: #8b0000;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: #ffffff;
  padding-bottom: 30px;
  margin: 10px 0 0;
  position: relative;
  font-weight: normal;
}
.footer .copyright a,.footer .copyright a:hover {
  color: #ffffff;
}
.footer ul.topMenu, .footer ul.services {
  justify-content: center;
}
.footer ul.topMenu a,
.footer ul.services a {
	display: flex;
	align-items: center;
  margin: 10px 5px;
  padding: 5px 12px;
	justify-content: center;
  color: #000000;
  font-size: 0.9em;
  border-radius: 4px;
}
.footer ul.topMenu a:hover,
.footer ul.services a:hover {
  color: #ffffff;
  background: #bd3939;
  font-weight: normal;
}
#footer_body {
  flex-wrap: wrap;
  font-size: 0.9em;
  justify-content: center;
  padding: 10px 0 0;
  /*flex-direction: column;*/
  align-items: center;
}
#footer_body .topMenu, #footer_body .services {
  width: auto;
  flex-direction: row;
  margin: 0;
}
#footer_body .topMenu li, #footer_body .services li {
  /*margin: 0 5px;*/
  line-height: inherit;
}
#footer_body .topMenu li a, #footer_body .services li a {
  background: none;
  color: #333333;
  padding: 3px 10px;
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
  content: none;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: #8b0000;
  color: #ffffff;
}
.footer a:hover, .footer p a:hover {
  font-weight: normal;
}
#footer_body .services {
  display: none;
}
@media only screen and (max-width: 600px) {
  #footer {
    padding-top: 0;
  }
  #footer_body {
    padding: 0;
  }
  #footer_body .topMenu, #footer_body .services {
    background: #ffffff;
    flex-direction: column;
    margin: 0;
  }
  #footer_body .topMenu li, #footer_body .services li {
    border-bottom: solid 1px #d4d4d4;
    width: 100%;
    padding: 0 4%;
  }
  #footer_body .topMenu:before, #footer_body .services:before {
    background: #d8d8d8;
    color: #000000;
    padding-left: 25px;
    margin-bottom: 0;
  }
  #footer_body ul.topMenu li a, #footer_body ul.services li a {
    font-weight: normal;
    color: #000000;
    font-size: 1.1em;
  }
  #footer_body .copyright {
    margin-top: 0;
    font-size: 0.85em;
    padding: 2em 0;
  }
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
#mainTopics {
background: none;
padding: 24px 0 40px;
}
ul.topics li p.date {
    color: #999;
    font-weight: bold;
    background: none;
    padding: 1em 0 0;
}
ul.topics li p.description {
font-size: 1em;
}
ul.topics li p.more a, #mainTopics .listview a {
    background: #8b0000;
}
ul.topics li p.more a:hover, #mainTopics .listview a:hover {
background: #fac559
}
ul.topics li p.more a:before, #mainTopics .listview a:before {
content: none;
}

/*ul.topics {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
.mainTopics .topics {
  background: #ffffff;
  margin-top: 30px;
  padding: 1em 1em 0.5em;
  border-radius: 4px;

}
.mainTopics .topics li {
  background: #ffffff;
  margin-bottom: 10px;
  border-bottom: none;
  min-height: 190px;
  padding: 1.2em;
}
.mainTopics .topics li:last-of-type {
  background: #ffffff;
}
#mainTopics {
  background: none;
  width: 100%;
  max-width: inherit;
  padding: 1em 0 3em;
  margin: 0 auto 3em;
  position: relative;
  overflow: visible;
}
#mainTopics #mainTopics_outer {
  width: 96%;
  margin: 0 auto;
}
#mainTopics h3 {
  color: #ffffff;
}
#mainTopics h3 strong {
  color: #333333;
}

#listTopics {
  margin-bottom: 2em;
}
#listTopics .mainTopics .topics {
  background: #f0f0f0;
  margin: 4em auto;
  border-radius: 0;
  padding: 1.5em 1.5em 1em;
}
#mainTopics .topics li .thumb, #mainTopics .topics li .thumb img {
  max-width: 180px;
  max-height: 160px;
}
#mainTopics .topics h3, #mainTopics .topics .description {
  padding-right: 0;
  font-size: 1em;
  margin-bottom: 0.2em;
  color: #000000;
}
#mainTopics .topics .description {
  color: #666666;
  margin-bottom: 0.5em;
}
.mainTopics .topics li .date {
  display: inline-block;
  padding: 10px;
  background:#006946;
  font-size: 0.9em;
  color: #ffffff;
  margin-bottom: 0.5em;
}
#mainTopics .topics h3 a,.mainTopics .topics li h3 a {
  text-decoration: none;
  color: #333333;
  font-size: 1.2em;
}
#mainTopics .topics h3 a:hover,.mainTopics .topics li h3 a:hover {
  color: #ff6600;  
}
#mainTopics .topics li .more {
  position: relative;
  bottom: inherit;
  right: inherit;
    margin-top: 10px;
}
#mainTopics .topics li .more a,.mainTopics .topics li .more a {
  background:#8b0000;
  border: none;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  color: #ffffff;
  padding: 12px 18px;
  font-weight: normal;
  font-size: 0.9em;
  border-radius: 4px;
}
#mainTopics .topics li .more a::before, .mainTopics .topics li .more a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  transform: rotate(-45deg);
}

#mainTopics .topics li .more a:hover,.mainTopics .topics li .more a:hover {
  background:#bd3939;
  color: #ffffff;
  border: none;
}
#mainTopics .topics li .more a:hover::before,.mainTopics .topics li .more a:hover::before {
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.mainTopics .topics, #mainTopics .listview {
  border-bottom: none;
  min-width: inherit;
}
#mainTopics .listview {
  text-align: right;
}
#mainTopics .listview a {
  color: #ffffff;
  display: inline-flex;
  padding: 10px 15px;
  line-height: 1.2;
  align-items: center;
  background: #8b0000;
  border-radius: 4px;
  font-size: 0.9em;
}

#mainTopics .listview a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  transform: rotate(-45deg);
}

#mainTopics .listview a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #bd3939;
}

#mainTopics .listview a:hover::before {
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
#listTopics ul.topics li:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 600px) {
  #mainTopics {
    padding: 0em 1em 1.5em;
    margin: 0 0 3em;
    width: auto;
    border-radius: 0;
  }
  .mainTopics {
    background: none;
  }
  .mainTopics .topics {
    margin-top: 0;
    margin-bottom: 5%;
    background: #ffffff;
  }
  #listTopics {
    margin-bottom: 3em;
  }
  #listTopics .mainTopics .topics {
    background: #f0f0f0;
    margin: 4em auto 3em;
  }
  #mainTopics .topics li {
    padding: 0.5em;
    min-height: inherit;
  }
  #mainTopics .topics li .thumb {
    margin: 0 auto 4%;
    padding: 0;
    text-align: center;
    float: none;
    max-height: inherit;
    max-width: inherit;
  }
  #mainTopics .topics li .thumb img {
    width: 100%;
    max-width: 480px;
    max-height: inherit;
  }
  #mainTopics .topics .description {
    font-size: 0.9em;
  }
  #mainTopics .topics li .more a {
    font-size: 0.9em;
  }
  .mainTopics .topics, #mainTopics .listview {
    margin-top: 1em;
  }
}
*/
/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.siteLink {
  background: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3.5em 2em;
  max-width: inherit;
  width: 100%;
}
.gallery.siteLink .article_body {
  max-width: 1200px;
  margin: auto;
}
.gallery.siteLink .galleryGrids {
  display: flex;
  justify-content: center;
  height: inherit !important;
  flex-wrap: wrap;
}
.gallery.siteLink .galleryGrids li.galleryGrid {
  width: 31%;
  padding:0;
  margin: 0.8% 0.8%;
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery.siteLink .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0;
}
.gallery.siteLink .galleryGrid_body {
  max-width: inherit;
  background: #8b0000;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gallery.siteLink .image {
  margin-bottom: 0 !important;
}
#mainArticles .gallery.siteLink .image img {
  border-radius: 0;
}
.gallery.siteLink .comment {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  padding: 0.2em 3em 0.2em 1.5em;
  width: 100%;
  border-radius: 0;
  color: #ffffff;
  min-height: 5em;
  font-size: 0.9em !important;
  text-align: left !important;
}
.gallery.siteLink .comment::before {
  content: "";
  background: none;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1em;
}
.gallery.siteLink .comment::after {
  content: "";
  position: absolute;
  right: 1.6em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top:solid 1px #ffffff;
  border-right:solid 1px #ffffff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 600px) {
  .gallery.siteLink {
    padding: 1em 0 !important;
    margin: 0 !important;
  }
  .gallery.siteLink .galleryGrids {
    /*flex-direction: column;*/
    margin: 0 2%;
  }
  .gallery.siteLink .galleryGrids li.galleryGrid {
    width: 80% !important;
    padding: 2%;
    margin: 0 auto 1%;
  }
  .gallery.siteLink ul.galleryGrids .comment {
    font-size: 1em !important;
    padding: 0.8em 2em 0.8em 1.5em;
    text-align: left;
    min-height: auto;
  }
  .gallery.siteLink .comment::before {
  width: 1em;
  height: 1em;
  right: 1em;
}
.gallery.siteLink .comment::after {
  content: "";
  position: absolute;
  right: 0.9em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top:solid 1px #ffffff;
  border-right:solid 1px #ffffff;
  transform: rotate(45deg);
}
}

/*-------------------------------------------
table
-------------------------------------------*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

.article table.normalTable {
  width: 100%;
}
.article table.normalTable th, .article table.normalTable td {
  padding: 10px 15px;  
}
.article table.accessTable.imgTbl {
    width: auto;
}
@media only screen and (max-width: 600px) {
  .article table.normalTable th {
    white-space: nowrap;
  }
  .article table.normalTable th,
  .article table.normalTable td{
    display:block;
    text-align:center;
  }
}
.article table:not(.contactTable) td, .article table:not(.contactTable) th {
  padding: 10px 15px;
}
/*概要テーブル*/
#mainArticles table.companyTable {
  /*width: 100%;*/
  border: none;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: -webkit-fill-available;
}
#mainArticles table.companyTable td,
#mainArticles table.companyTable th {
  text-align: left;
  background: #f6eff7;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
#mainArticles table.companyTable th {
  width: 240px;
  color: #ffffff;
  background: #8b0000;
}
#mainArticles table.companyTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.companyTable td,
  #mainArticles table.companyTable th {
    display: block;
    padding: 8px 12px;
  }
  #mainArticles table.companyTable tr th {
    width: 100%;
    background: #8b0000 !important;
    color: #ffffff;
  }
}
/*開催概要テーブル*/
#mainArticles table.eventTable {
  /*width: 100%;*/
  border: none;
  width: -webkit-fill-available;
  display: flex;
  border-radius: 4px;
  background: #f0f0f0;
  padding: 1em;
  flex-direction: column;
}
#mainArticles table.eventTable tr {
  margin-bottom: 0.5em;
  display: flex;
}
#mainArticles table.eventTable tr:last-of-type {
  margin-bottom: 0;
}
#mainArticles table.eventTable td,
#mainArticles table.eventTable th {
  background: #ffffff;
  padding: 1em 1.2em;
  border: none;
  font-weight: bold;
  font-size: 1.2em;
}
#mainArticles table.eventTable th {
  width: 25%;
  color: #000000;
  background: #fac559;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainArticles table.eventTable td {
  width: 75%;
  text-align: left;
}
#mainArticles table.eventTable .notice {
  font-size: 0.8em;
  font-weight: normal;
}
#mainArticles table.eventTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.eventTable tr {
    display: block;
    margin-bottom: 0.3em;
  }
  #mainArticles table.eventTable td,
  #mainArticles table.eventTable th {
    display: block;
    width: 100%;
    font-size: 1em;
  }
}
/*情報テーブル*/
#mainArticles table.infoTable {
  /*width: 100%;*/
  border: none;
  width: -webkit-fill-available;
  display: flex;
  border-radius: 4px;
  background: #f0f0f0;
  padding: 1em;
  flex-direction: column;
}
#mainArticles table.infoTable tr {
  margin-bottom: 0.5em;
  display: flex;
}
#mainArticles table.infoTable tr:last-of-type {
  margin-bottom: 0;
}
#mainArticles table.infoTable td,
#mainArticles table.infoTable th {
  background: #ffffff;
  padding: 1em 1.2em;
  border: none;
  font-weight: bold;
  font-size: 1em;
}
#mainArticles table.infoTable th {
  width: 25%;
  color: #000000;
  background: #fac559;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainArticles table.infoTable td {
  width: 75%;
  text-align: left;
}
#mainArticles table.infoTable.w40 th {width: 40%;}
#mainArticles table.infoTable.w40 td {width: 60%;}
#mainArticles table.infoTable.w50 th {width: 50%;}
#mainArticles table.infoTable.w50 td {width: 50%;}
#mainArticles table.infoTable.w60 th {width: 60%;}
#mainArticles table.infoTable.w60 td {width: 40%;}
#mainArticles table.infoTable.w70 th {width: 70%;}
#mainArticles table.infoTable.w70 td {width: 30%;}
#mainArticles table.infoTable strong {
  font-size: 0.8em;
  font-weight: normal;
}
#mainArticles table.infoTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.infoTable tr {
    display: block;
    margin-bottom: 0.3em;
  }
  #mainArticles table.infoTable td,
  #mainArticles table.infoTable th {
    display: block;
    width: 100% !important;
    font-size: 1em;
  }
}
/*補足テーブル*/
#mainArticles table.noticeTable {
  /*width: 100%;*/
  border: none;
  border-top: dashed 1px #d4d4d4;
  border-left: none;
  width: auto;
  margin: 0;
}
#mainArticles table.noticeTable td,
#mainArticles table.noticeTable th {
  text-align: left;
  background: none;
  padding: 10px 15px;
  border: none;
  border-bottom: dashed 1px #d4d4d4;
  border-right: none;
}
#mainArticles table.noticeTable th {
  width: auto;
  color: #000000;
  background: #f0f0f0;
}
#mainArticles table.noticeTable p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #mainArticles table.noticeTable td,
  #mainArticles table.noticeTable th {
    display: block;
    padding: 8px 12px;
  }
  #mainArticles table.noticeTable tr th {
    width: 100%;
    background: #f0f0f0 !important;
    color: #000000;
  }
}
/*アクセステーブル*/
#mainArticles table.accessTable {
  border: none;
}
#mainArticles table.accessTable tr {
  border-bottom: dashed 1px #d4d4d4;
}
#mainArticles table.accessTable tr:last-of-type {
  border-bottom:none;
}
#mainArticles table.accessTable th,#mainArticles table.accessTable td {
  background: none;
  border: none;
}
#mainArticles table.accessTable th {
  padding: 1.4em 0 1em;
  width: 50px;
  vertical-align: top;
}
#mainArticles table.accessTable td {
  padding: 1em 0 1em 1em;
}

/*noborder*/
#mainArticles table.noborder {
  border: none;
  width: auto;
  margin: 0;
}
#mainArticles table.noborder th,#mainArticles table.noborder td {
  padding: 0;
  border: none;
  background: none;
}

/*-------------------------------------------
リスト
-------------------------------------------*/
ul.kome {
  padding: 0 0 1em;
}
ul.kome li {
  margin-bottom:0;
  position: relative;
  padding-left: 1.3em;
}
ul.kome li:last-of-type {
  margin-bottom: 0;
}
ul.kome li:before {
  content: "※";
  position: absolute;
  top:0;
  left:0;
}
ol.pp {
  padding-left: 1.5em;
  font-size: 1em;
}
ol.pp li {
  list-style: decimal;
}
ul.notes {
  margin-bottom: 1em;
  font-size: 1em;
}
ol.numlist {
  padding-left: 1.5em;
  display: flow-root;
}
ol.numlist li {
  list-style: decimal;
  font-weight: bold;
  border-bottom: dotted 1px #b4b4b4;
  padding: 0.5em;
}
ol.numlist li::marker {
  color: #8b0000;
}


ul.pointlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 0.3em 0 0;
}
ul.pointlist li {
  display: flex;
  margin-right: 0.3em;
  align-items: flex-start;
  line-height: 1.4;
  /*border-bottom: dotted 1px #cccccc;
  padding-bottom: 0.6em;*/
  margin-bottom: 0.5em;
  font-size: 1em;
}
ul.pointlist li span {
  font-weight: normal;
  margin-left: 1em;
  font-size: 1em;
}
ul.pointlist li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 0.5em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #20a77d;
  margin-top: 0.4em;
}
ul.pointlist.orange li::before {
  background: #eb6b16;
}
@media only screen and (max-width: 600px) {
  ul.pointlist {
    width: 100%;
  }
}
ul.pointlist2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 0.3em 0.5em 0;
}
ul.pointlist2 li {
  display: flex;
  margin-right: 0.3em;
  align-items: center;
  line-height: 1.4;
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  font-size: 1em;
}
ul.pointlist2 li strong {
  font-weight: normal;
  color: #df4864;
  margin-left: 1em;
  font-size: 1em;
}
ul.pointlist2 li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 0.5em;
  flex-shrink: 0;
  border-radius: 50%;
  background: #8b0000;
  margin-top: 0.3em;
}
@media only screen and (max-width: 600px) {
  ul.pointlist2 {
    width: 100%;
    margin-bottom: 0.5em;
  }
}



ul.cklist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
}
ul.cklist li {
  padding: 0.8em 1em;
  margin-bottom: 0;
  display: flex;
  margin-right: 0.3em;
  align-items: center;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  border-bottom: dotted 1px #93b4ce;
  width: 100%;
}
ul.cklist li::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background: #8b0000;
  border-radius: 4px;
}
ul.cklist li::after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  border-right:solid 3px #ffffff;
  border-bottom:solid 3px #ffffff;
  position: absolute;
  left: 11px;
  margin-bottom: 5px;
  transform: rotate(45deg);
}

/*-------------------------------------------
各ページカスタム
-------------------------------------------*/

.small {
  font-size: 0.8em;
}
.big {
  font-size: 1.2em;
}
.red{
  color: #cc0000;
}
.article.txtcenter {
  text-align: center;
}
.article.col2left .article_outer {
  margin: 0 0 0 auto;
  max-width: 580px;
}
.article.col2right .article_outer {
  margin: 0 auto 0 0;
  max-width: 580px;
}
.article.col2 {
  flex-basis: 49%;
}
.article .image {
  border-radius: 4px;
}
.mainArticles .article.col2left .article_body,.mainArticles .article.col2right .article_body {
  width: 100%;
}
.article.boxtop {
  margin-top: 3em;
}
@media only screen and (max-width: 600px) {
  .article.col2left .article_outer,.article.col2right .article_outer {
    margin: 0;
    max-width: inherit;
    width: 100%;
  }
  .article.col2 {
    flex-basis: 100%;
  }
  .article.boxtop {
  margin-top: 2em;
}
}
/*要素背景*/
.article.grayframe {
  background: #f0f0f0;
  padding: 2em 0;
  width: 100%;
}
.article.grayframe .article_outer {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .article.grayframe {
    padding: 1em 0 !important;
  }
}

/*location*/
.article.location .article_body {
  padding: 0;
  display: flex;
}
.article.location .txt {
  background: #8b0000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  flex-direction: column;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
  order:1;
}

.article.location.location_left .txt {
	order:2;
}

.article.location.location_left .image {
	order:1;
}

.article.location .txt span {
  font-size: 0.7em;
  font-weight: normal;
}
.article.location .txt,.article.location .image {
  width: 50%;
}
.article.location .image {
  float: none;
  margin: 0;
  padding: 0;
  order:2;
  border-radius: 0;
  max-width: inherit;
}
.article.location .image img {
  border-radius: 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .article.location .article_body {
    flex-direction: column;
  }
  .article.location .txt {
    padding: 3em 1em;
  }
  .article.location .txt,.article.location .image {
    width: 100%;
  }
}
/*sponsored*/
.article.sponsored p {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}

/*SNS*/
.article.snsTitle {
  font-size: 1.4em;
}
.gallery.snsIcon .gallery_grid2 li.galleryGrid {
  max-width: 170px;
  position: inherit !important;
  float: none;
  left: inherit !important;
  top: inherit !important;
}
.gallery.snsIcon .galleryGrids {
  display: flex;
  height: auto !important;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .gallery.snsIcon .gallery_grid2 li.galleryGrid {
    max-width: 130px;
  }
}
/*contactLink*/
.article.contactLink {
  background: #8b0000;
  width: 1200px;
  padding: 0;
  overflow: hidden;
  height: 240px;
}
.article.contactLink .article_body {
  display: flex;
  max-width: 1200px;
}
.article.contactLink .image {
    width: 35%;
    max-width: inherit;
    height: 240px;
    display: flex
;
    align-items: end;
}
.article.contactLink a.txtlink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.article.contactLink a.txtlink > span {
  display: flex;
}
.article.contactLink a.txtlink:hover, #fescon a.txtlink:hover {
  color: #ddc8aa;
}
.article.contactLink a.txtlink::before, #fescon a.txtlink::before {
  content: "";
  width: 55px;
  height: 35px;
  background: url(/materials/174878050169001.png) center center no-repeat;
  background-size: contain;
  margin-right: 1em;
}
.article.contactLink .image img {
border-radius: 0;
    width: 100%;
    max-width: inherit;
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .article.contactLink a.txtlink > span {
    flex-direction: column;
}
.article.contactLink .image img {
width: 100%;
}
.article.contactLink a.txtlink {
padding: 0 1em;
}
}
@media only screen and (max-width: 950px) {
  .article.contactLink .image img {
  margin: 0;
}
}
@media only screen and (max-width: 800px) {
  .article.contactLink .image img {
    margin-top: 0;
  }
  .article.contactLink {
  height: inherit;
  }
  .article.contactLink .image {
    width: 50%;
  height: inherit;
  }
  .article.contactLink a.txtlink {
  width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .article.contactLink {
    padding: 0 !important;
    height: auto;
  }
  .article.contactLink .article_body {
    flex-direction: column;
  }
  .article.contactLink .image {
    height: auto;
  }
  .article.contactLink .image,.article.contactLink a.txtlink {
    width: 100%;
  }
  .article.contactLink a.txtlink {
    padding: 2em;
    font-size: 1em;
  }
  .article.contactLink a.txtlink > span {
    flex-direction: column;
}
  .article.contactLink .image img {
    margin-top: auto;
  }
}
/*comingsoon*/
.comingsoon {
  background: #f0f0f0;
  padding: 5em 1em;
  text-align: center;
}

/*copyBlock*/
.article.copyBlock {
  background: #000000;
  padding: 0;
  width: 100%;
  /*margin-top: -3.7em !important;*/
}
.article.copyBlock .article_outer {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .article.copyBlock {
    margin-top: -1.2em !important;
  }
}

/*infoTable内リストカスタム*/
#mainArticles table.infoTable ul {
  margin-bottom: 0;
}
#mainArticles table.infoTable ul.kome {
  padding-bottom: 0;
}
#mainArticles table.infoTable li {
  font-size: 1em;
  font-weight: normal;
}
#mainArticles table.infoTable ul.pointlist.bold li {
  font-weight: bold;
}
/*powerbox*/
.powerbox {
  padding: 1em 1.5em;
  font-size: 1.1em;
  background: #ffeec5;
}
.powerbox2 {
  padding: 1em 1.5em;
  font-size: 1.3em;
  font-weight: bold;
  background: #8b0000;
  color: #ffffff;
}
/*hrtop*/
.article.hrtop {
}
.article.hrtop .article_body {
  border-top: dashed 1px #b4b4b4;
  padding-top: 1.5em;
}


/*ギャラリーコメント*/
.gallery.aboutphoto ul.galleryGrids .comment {
  font-weight: normal;
  text-align: left;
}
.gallery.aboutphoto ul.galleryGrids .comment span {
  font-weight: bold;
    font-size: 1.2em;
    display: block;
    color: #629cbf;
    margin-bottom: 0.5em;
    margin-top: 0.8em;
}
.gallery.aboutphoto ul.galleryGrids li.galleryGrid {
  margin-bottom: 1em;
}

/*フォーム*/
table.contactTable label {
  width: auto;
  margin-right: 1em;
}
.article .article_body.contact form {
  background: none;
}
.article .article_body.contact table.contactTable {
  width: 100%;
  margin: 0;
  background: #8b0000;
  border-top: solid 2px #f0f0f0;
  border-left: solid 2px #f0f0f0;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-bottom: solid 2px #f0f0f0;
  border-right: solid 2px #f0f0f0;
      padding: 24px 24px 24px 15px;
}
#mainArticles table.contactTable tr.must th {
  padding: 1em 56px 1em 16px;
}
#mainArticles table.contactTable tr th {
  background-color: #8b0000;
  color: #ffffff;
}
#mainArticles table.contactTable tr td {
  background-color: #ffffff;
}
#mainArticles table.contactTable tr td.th_headline {
  background: #d4d4d4;
  font-size: 1em;
}

table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea, table.contactTable select {
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
}
#mainArticles form {
  background: #8b0000;
  margin: 2em auto 0;
  max-width: 1200px;
}
#mainArticles table.contactTable input.button {
  background: #8b0000;
}
#mainArticles table.contactTable input.button:hover, #mainArticles table.contactTable input[type="button"]:hover {
  opacity: 1;
  background: #bd3939;
}
#mainArticles table.contactTable label {
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  table.contactTable {
    border-top: solid 2px #f0f0f0;
  border-left: solid 2px #f0f0f0;
    border-bottom: none;
    border-right: none;
  }
  #mainArticles table.contactTable tr th, #mainArticles table.contactTable tr td,#mainArticles table.contactTable tr.must td {
    padding: 12px;
  }
  table.contactTable td:last-of-type {
    border-bottom: solid 2px #f0f0f0;
  }
  #mainArticles form {
    margin-bottom: 0;
  }
  #mainArticles table.contactTable tr td label {
    width: 100%;
  }
}


/*envelope*/
#mainArticles .envelope {
  background: #faefd3;
  margin: 0 auto;
  padding: 1em 1.5em;
}
#mainArticles .envelope strong {
  color:#8b0000;
  font-size: 1.4em;
}
#mainArticles .envelope a {
  font-weight: bold !important;
}

@media only screen and (max-width: 600px) {
  #mainArticles .envelope {
    padding: 0.6em 1em;
  }
}



/*マージン調整*/
.article.mgn, .gallery.mgn {
  padding-top: 0 !important;
}

/*SP時ギャラリー調整*/
@media only screen and (max-width: 600px) {
  .gallery_grid2 li.galleryGrid, .gallery_grid3 li.galleryGrid, .gallery_grid4 li.galleryGrid, .gallery_grid5 li.galleryGrid {
    width: 100% !important;
  }
  .mainArticles div.gallery {
    padding: 1em 4%;
  }
  .gallery.sp2col .gallery_grid4 li.galleryGrid {
    width: 49.9% !important;
  }
}



/*イメージ最下部配置*/
.article.imgbtm .article_body {
  display: flex;
  flex-direction: column;
}
.article.imgbtm .image {
  order: 1;
  margin-top: 1em;
}

@media only screen and (max-width: 600px) {
.article.spimgbtm .article_body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article.spimgbtm .image {
  order: 1;
  margin-top: 1em;
}
}


/*表示・非表示*/
.forsp {
  display: none;
}
.forpc {
  display: inherit;
}
@media only screen and (max-width: 600px) {
  .forsp {
  display: inherit;
}
.forpc {
  display: none;
}
}
/*電話をかける*/
div#bottomLink {
  display: none;
}
.ams-build div#bottomLink {
  display: block;
}
@media only screen and (max-width: 600px) {
  div#bottomLink {
    display: block;
    position: fixed;
    bottom: 0;
    background: #8b0000;
    width: 100%;
    z-index: 100;
  }
  div#bottomLink a {
    display: flex;
    height: 70px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.8em;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.3;
  }
  div#bottomLink a > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6px;
  }
  div#bottomLink a::before {
    content: "";
    display: block;
    background: url(/materials/174887192205801.png) no-repeat center center;
    background-size: contain;
    width: 44px;
    height: 44px;
    margin-right: 10px;
  }
  
  div#bottomLink a .small {
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.3px;
  }
}

/*Custom parts*/
@media only screen and (min-width: 601px) {
.sideContents .freeHtml ul#bottomlinkList {
display: none;
}
}

@media only screen and (max-width: 600px) {
#wrap {
margin-bottom: 70px;
}
.sideContents .freeHtml ul#bottomlinkList {
display:flex;
height:64px;
width: 100%;
position:fixed;
bottom: 0px;
left: 0;
padding: 0;
z-index: 1000;
}
.sideContents .freeHtml ul#bottomlinkList li {
border: none;
flex-basis: calc(100% / 3);
text-align: center;
align-items: center;
display: flex;
justify-content: center;
}
.sideContents .freeHtml ul#bottomlinkList li a {
font-size: 0.85em;
color: #fff;
padding: 0;
}
.sideContents .freeHtml ul#bottomlinkList li a:before {
display: block;
margin: auto;
font-size: 1.5em;
line-height: 1.25;
  width: 2em;
  height: 2em;
}
.sideContents .freeHtml ul#bottomlinkList li.menu_price a:before {
content:"";
  background: url(/materials/168616462188802.png) no-repeat center center / contain;
}
.sideContents .freeHtml ul#bottomlinkList li.reserved a:before {
content:"";
  background: url(/materials/168616462188801.png) no-repeat center center / contain;
}
.sideContents .freeHtml ul#bottomlinkList li.phone a:before {
content:"";
  background: url(/materials/168616462188803.png) no-repeat center center / contain;
}

.sideContents .freeHtml ul#bottomlinkList li.menu_price {
background: #6f5642;
}
.sideContents .freeHtml ul#bottomlinkList li.reserved {
background: #6f5642;
}
.sideContents .freeHtml ul#bottomlinkList li.phone {
background: #6f5642;
}
}


/*商品紹介*/
.mainArticles .article.items .article_right .image, .mainArticles .article.items .article_left .image {
    margin: 0;
    max-width: 640px;
    width: 640px;
}
.article.items {
    background: #f5f5f5;
    max-width: 1200px;
    padding: 0;
}
.article.items table.item_table {
    width: calc(100% - 640px - 2em);
    border: none;
    margin: 0 1em;
    text-align: center;
}
.article.items table.item_table td {
    border: none;
}
.article.items table.item_table td.item_spec, .article.items table.item_table td.item_price span {
    font-size: 2em;
    font-weight: bold;
}
.article.items table.item_table td.item_spec, .article.items table.item_table td.item_spec {
    padding-top: 3em;
}
.article.items table.item_table td.item_price {
    border-top: solid;
    border-bottom: solid;
    padding: 32px 0;
    line-height: 1.5;
}
.mainContents div.madori h3 {
    font-size: 1.25em;
}

.mainContents div.madori h3:after {
    background: #000;
    width: 100%;
    height: 3px;
}
@media only screen and (max-width: 1024px){
.mainArticles .article.items .article_right .image, .mainArticles .article.items .article_left .image {
float: none;
max-width: 100%;
width: auto;
margin: auto;
}
.article.items {
width: 100%;
padding: 40px;
}
.article.items table.item_table {
width: 100%;
margin: 0;
}
.article.items table.item_table td.item_spec, .article.items table.item_table td.item_spec {
padding-top: 1em;
}
}
@media only screen and (max-width: 600px){
.mainArticles .article.items .article_right .image, .mainArticles .article.items .article_left .image {
width: 100%;
}
.article.items {
padding: 0 4%;
}

}

div.hr {
    border-top: solid 2px #ccc;
}
.article.rainbow {
    width: 100%;
  	height: 240px;
    margin: 0;
    padding: 0;
    z-index: -1;
}
.article.rainbow .article_outer {
    display: flex;
    max-width: 1200px;
    height: 400px;
    margin: -160px auto 0;
    padding-top: 160px;
    background: url(/materials/175064062446101.jpg) center top no-repeat;
    background-size: cover;
    text-shadow: 0 0 10px white;
}
.article.rainbow p {
    margin: 0;
    text-align: center;
    font-size: 1.85em;
    font-weight: bold;
    padding: 1.5em 0;
    color: #8b0000;
    line-height: 1.25;
}
@media only screen and (max-width: 1024px){
  .article.rainbow .article_outer {
    background-position: center 40px;
  }
}
@media only screen and (max-width: 600px){
  .article.rainbow {
    margin: 0 !important;
    padding: 0 !important;
  }
}

span.houjin {
    background: url(/materials/174963363396501.png) left center no-repeat;
    background-size: 40px;
    padding-left: 40px;
    line-height: 40px;
    display: block;
}
@media only screen and (max-width: 600px){
span.houjin {
    background-size: 32px;
    padding-left: 32px;
    line-height: 32px;
}
}
/*-------------
バッジ非表示
---------------*/
.recaptcha_policy {
padding: 0;
margin: 0;
text-align: center;
font-size: 11px !important;
color: #444 !important;
}
.recaptcha_policy a {
font-size: 11px !important;
color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }
.ib { display: inline-block; }