/*-------------------------------------------
フラット03 ホワイト 1カラム
-------------------------------------------*/
@charset "utf-8";
@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@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');

/*-------------------------------------------
common
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  color: #401F03;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background:url(/materials/175462672577201.png) repeat-y center top #F5EDDC;
  background-size: 100%;
}
#wrap {
  background: none;
  margin: auto;
  max-width: inherit;
}
#wrap_body {
  display: flex;
  flex-direction: column;
}
#title {
  order: 1;
}
#topMenu {
  order: 2;
}
#mainImage {
  order: 3;
  background: none;
}
#wrap_body #contents {
  order: 4;
  /*background: #F5EDDC;*/
}
#footer {
  order: 5;
}
/*
div,p,a,dd,dt,span,ul,li,h1,h2,h3,h4,h5,h6 {
  box-sizing: border-box;
}
*/
a {
  color:#56815D;
  font-weight: 400;
  transition:all .5s ease; 
}
a:hover {
  color:#F26900;
  font-weight: 400;
  text-decoration: none !important;
}
.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
  border: none;
  border-radius: 0;
  padding: 0.5em 0;
  background: none;
  margin-bottom: 1.5em;
}
#mainArticles_body {
 display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.article .image img {
  border-radius: 4px;
}
.mainArticles .article {
  padding-bottom: 0.5em;
  border-bottom: none;
}
.sideServices, .sideServices ul li a, .sideMobile, .freeHtml, .freeHtml a {
  color: #401F03;
}
.article_outer {
  max-width: 1200px;
  margin: auto;
  width: 96%;
}
#mainContents_outer {
  width: 100%;
}
.mainArticles .article_right .image {
    margin: 0 0 0 1.5em;
}
.mainArticles .article_left .image {
    margin: 0 1.5em 0 0;
}
#mainArticles p {
  margin-bottom: 1em;
}
/*-------------------------------------------
マージン調整
-------------------------------------------*/
.mx-0 {
  margin-right:0 !important;
  margin-left:0 !important;
}
.my-0 {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.mt-0 {margin-top:0 !important;}
.mb-0 {margin-bottom:0 !important;}
.mt-1 {margin-top:1em !important;}
.mb-1 {margin-bottom:1em !important;}
.mt-2 {margin-top:2em !important;}
.mb-2 {margin-bottom:2em !important;}
.mt-3 {margin-top:3em !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;}
.pb-0 {padding-bottom:0 !important;}
.pt-1 {padding-top:1em !important;}
.pb-1 {padding-bottom:1em !important;}
.pt-2 {padding-top:2em !important;}
.pb-2 {padding-bottom:2em !important;}
.pt-3 {padding-top:3em !important;}
.pb-3 {padding-bottom:3em !important;}

/*-------------------------------------------
パンくず
-------------------------------------------*/
#pankuz {
margin-bottom:45px;
}

/*-------------------------------------------
envelope
-------------------------------------------*/
#mainArticles .envelope {
  background:#fce6b0;
  border-radius: 4px;
  padding:1em;
  margin-bottom:15px;
  line-height:1.6;
  border: none;
  text-align: center;
  display: flow-root;
}

/*-------------------------------------------
title
-------------------------------------------*/
#title {
  position: relative;
}
#title_body {
  width: 100%;
  padding: 20px 0;
}

#title #title_outer {
  background: url(/materials/175445280840401.png) no-repeat right center;
  margin:auto;
  padding: 0;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*justify-content: center;*/
}
#title h1 {
  background: none;
  width:480px;
  height:72px;
  margin: 0;
}
#title h1 a {
  display: block;
  background: url(/materials/175445279923401.png) no-repeat scroll 0 0 / contain;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  height: 72px;
  width: 480px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#title .description {
  display: none;
}
/*-------------------------------------------
topMenu
-------------------------------------------*/
#wrap_body #topMenu {
  background: #ffdeab;
  border:none; 
  position: relative;
  top: inherit;
  padding: 20px 0 20px;
  height: auto;
}
#topMenu_outer {
  height: auto;
  background: none;
  box-shadow: inherit;
}
#topMenu_outer .topMenu li {
  /*width:auto;*/
  overflow: inherit;
}
#topMenu_outer .topMenu li a {
  height: auto;
  position:relative;
  color: #401F03;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all .5s ease;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  background: none;
}
#topMenu_outer .topMenu li a::before {
  content: "";
  background:url(/materials/175445281496701.png) no-repeat center center;
  width: 30px;
  height: 38px;
  display: block;
  margin-bottom: 5px;
  background-size: contain;
}
#topMenu_outer .topMenu li a strong {
  font-size: 0.6em;
  display: block;
  margin-bottom: 5px;
}
#topMenu_outer .topMenu li a::after {
  content: none;
  font-size: 0.5em;
  margin-top: 5px;
}
#topMenu .topMenu li:hover {
  background: none;
}
#topMenu .topMenu li a:hover {
  height: auto;
  color: inherit;
  border: none;
  transform: scale(1.1);
}
#topMenu .topMenu li a::before:hover {
  width: 70px;
  height: 70px;
}
#topMenu_body {
  width: 96%;
}
#topMenu .topMenu li:nth-of-type(1) a::after {content: "Home";}
#topMenu .topMenu li:nth-of-type(2) a::after {content: "Service";}
#topMenu .topMenu li:nth-of-type(3) a::after {content: "Doctor";}
#topMenu .topMenu li:nth-of-type(4) a::after {content: "Clinic";}
#topMenu .topMenu li:nth-of-type(5) a::after {content: "Recruit";}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer * {
}
#footer {
  background: #ffffff;
  padding-bottom: 0;
}
#footer_body {
  display: flex;
  padding: 0 ;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
#footer_outer {
  width: 100%;
}
#footer_body .topMenu, #footer_body .services {
  flex-direction: row;
  justify-content: center;
  flex-basis: inherit;
  margin: inherit;
  display: flex;
  width: auto;
}
#footer_body .topMenu li, #footer_body .services li{
  /*border-right:solid 1px #7d6764;*/
  padding: 0 5px;
  height: inherit;
}
#footer_body .topMenu li:first-of-type {
  /*border-left: solid 1px #7d6764;*/
}
#footer_body .topMenu li a, #footer_body .services li a {
  padding: 10px 20px;
  color: #333333;
  border-radius: 4px;
}
#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: #F26900;
  color: #ffffff;
  font-weight: 400;
}
#footer_body .copyright {
  width: 100%;
  background: #857256;
  text-align: center;
  padding: 2em;
  margin-top: 30px;
  flex-basis: inherit;
  font-weight: 400;
}
#footer_body .copyright, #footer_body .copyright a {
  color: #ffffff;
  text-decoration: none;
}
#footer_body .copyright, #footer_body .copyright a:hover {
  font-weight: 400;
}

/*-------------------------------------------
見出し
-------------------------------------------*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
	font-feature-settings: "palt";
	line-height: 1.5;
  /*font-family: serif;*/
}

#mainArticles h2,#listTopics h2,#mainArticles div[id^="blog"] h2 {
  min-width: inherit;
  background-color: #F28E00;
  padding: 1.5em 0.5em;
  width: 100vw;
  margin: 0 auto 1.5em;
  margin-left: calc(50% - 50vw);
  font-size: 2.4em;
  color: #ffffff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  border: none;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}

#mainArticles div[id^="blog"] h2 {
  /*padding-left: 4em;*/
  padding-right: 4em;
}
#mainArticles h2::before,#listTopics h2::before,#mainArticles div[id^="blog"] h2::before {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  background: url(/materials/175457822993001.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -2em;
  left: 0;
}
#mainArticles h2::after,#listTopics h2::after,#mainArticles div[id^="blog"] h2::after {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  background: url(/materials/175457822993002.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -2em;
  right: 0;
}
#mainArticles h2 strong,#listTopics h2 strong,#mainArticles div[id^="blog"] h2 strong {
  font-size: 0.4em;
  letter-spacing: 0.1em;
}

.mainContents .article h3, #mainTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-size:1.8em;
  color:#401F03;
  background: none;
  position: relative;
  margin: 1.5em auto 1.2em;
  padding:0 1em 0.8em;
  border-radius: 0;
  border: none;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainContents .article h3 strong, #mainTopics h2 strong, .mainContents div.gallery h3 strong, #mainServices h2 strong {
  font-size: 0.5em;
  margin-top: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  color: #FF8F3A;
  letter-spacing: 0.1em;
}
.mainContents .article h3::before, #mainTopics h2::before, .mainContents div.gallery h3::before, #mainServices h2::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(/materials/175445289278801.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.mainContents .article h3::after, #mainTopics h2::after, .mainContents div.gallery h3::after, #mainServices h2::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/materials/175445289278802.png) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
}


#mainTopics h2 {
  margin-top: 0;
}

.article h4 {
  font-size: 1.2em;
  color: #ffffff;
  margin: 1.5em 0 1em;
  line-height: 1.5;
  padding: 0.7em 1em;
  background: #56815D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  border-radius: 8px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
}
.article h4::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/materials/175445289278803.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
}

.article h5 {
  font-size: 1em;
  margin-bottom: 1em;
  padding: 0.6em 0.8em;
  background: #ffffff;
  line-height: 1.4;
  border-radius: 8px;
  border:none;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  display: flex;
}
.article h5::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/materials/175445289278804.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
}

.article h3 a, .article h3 a:hover {
  color: #401F03;
}

div[id^="blog"].article {
  padding-top: 0;
}
div[id^="blog"].article h3 {
  margin-top: 1em;
}
/*-------------------------------------------
mainImage
-------------------------------------------*/
#mainImage_body {
  background: url(/materials/175445283453501.png) center bottom repeat-x;
}

/*-------------------------------------------
mainContents
-------------------------------------------*/
#mainContents {
  background: none;
  /*background: url(/materials/175445293023901.png) no-repeat center 100px;
  background-size: 100%;*/
  padding-top: 0;
}
#title_outer, #topMenu_outer {
  width: 96%;
  max-width: 1200px;
  margin: auto;
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
#mainTopics,#listTopics {
  border: none;
  padding: 4em 0 3em;
  background: url(/materials/175445293023901.png) no-repeat center 100px;
  background-size: 100%;
}
#mainTopics_outer,#listTopics_outer {
  max-width: 1200px;
  margin: auto;
}
#mainTopics .listview,#listTopics .listview {
  padding: 0 0 20px;
  text-align: right;
}
.mainTopics .topics {
  padding: 1.5em 2em;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 1em;
}
#mainTopics .topics li .thumb,#mainTopics .topics li .thumb img,#listTopics .topics li .thumb img ,.mainTopics .topics li .thumb {
  max-width: 300px;
  max-height: inherit;
}
#mainTopics .topics li .thumb {
  margin-right: 1.5em;
}
#mainTopics .topics li .date,.mainTopics .topics li .date {
  font-size: 1em;
  color: #56815D;
  margin-bottom: 0.5em;
}
#mainTopics .topics h3,.mainTopics .topics li h3 {
  font-size: 1.2em;
  padding-right: 0;
}
ul.topics li h3 a {
  color: #401F03;
  font-weight: bold;
  text-decoration: none;
}
#mainTopics .topics .description {
  font-size: 1em;
  color: #7D5D43;
  padding-bottom: 2.5em;
}
#mainTopics .topics li .more {
  font-size: 1em;
  right: 0;
}
#mainTopics .topics li,.mainTopics .topics li {
  font-size: 1em;
  border-bottom: dashed 1px #E5D6B7;
  padding: 1em 0;
}
#mainTopics .listview a {
  font-size: 0.9em;
  padding: 0.2em 1em;
  display: inline-block;
}
#mainTopics .topics li:first-of-type {
  /*padding-top: 0;*/
}
#mainTopics .topics li:last-of-type,.mainTopics .topics li:last-of-type {
  /*padding-bottom: 0;*/
  border-bottom: none;
}
ul.topics li p.more {
  position: relative;
  text-align: right;
  margin-top: 0.7em;
  right: inherit;
  bottom: inherit;
}
#listTopics h2 {
  margin-top: 0;
  margin-bottom: 3em;
}
#mainTopics .listview a, a.btn, p.more a, #mainServices h3 a {
  background: #F28E00;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 #ffffff;
  padding: 8px 15px !important;
  border-radius: 4px;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.9em;
  text-decoration: none;
}
#mainTopics .listview a::before, a.btn::before, p.more a::before, #mainServices h3 a::before {
  content: none;
}
#mainTopics .listview a::after, a.btn::after, p.more a::after, #mainServices h3 a::after {
  content: "";
  display: block;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  margin-left: 0.5em;
}
#mainTopics .listview a:hover, a.btn:hover, p.more a:hover, #mainServices h3 a:hover {
  top: inherit;
  background: #F26900;
  color: #ffffff;
  font-weight: 400;
}
#mainTopics .listview a:hover::after, a.btn:hover::after, p.more a:hover::after, #mainServices h3 a:hover::after {
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}
#listTopics {
  padding-top: 0;
  margin: 0 auto;
}

/*-------------------------------------------
sideContents
-------------------------------------------*/
#sideContents {
  margin-top: 200px;
  background: url(/materials/175445294195802.png) repeat center top;
  background-size: contain;
  position: relative;
}
#sideContents::before {
  width: 100%;
  content: "";
  display: block;
  height: 200px;
  background: url(/materials/175445294195801.png) repeat-x center top;
  background-size: auto;
  position: absolute;
  top: -200px;
}
#sideContents_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin: auto;
}
#sideServices, #sideBlogCategories, #sideBlogDates, #sideMobile,#sideContact {
  width: 33%;
  float: none;
  padding: 0 1%;
  margin: 25px 0;
  left: inherit;
  box-sizing: border-box;
}

.sideContents #sideServices h2, .sideContents #sideBlogCategories h2, .sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
  background: none;
    padding: 0;
    margin-bottom: 1em;
  color: #401F03;
  border: none;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: bold;
  display: flex;
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  content: "";
  background: url(/materials/175445281496701.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  margin-top: 0;
  position: relative;
}
.sideContents #sideServices h2:after, .sideContents #sideBlogCategories h2:after, .sideContents #sideBlogDates h2:after, .sideContents #sideMobile h2:after {
  content: none;
}


#sideServices a, #sideBlogCategories a, #sideBlogDates a, #sideMobile a {
  display: flex;
  padding: 8px 15px;
  background: #ffffff;
  align-items: center;
  color: #401F03;
  margin-bottom: 0.5em;
  border-radius: 4px;
  border: none;
  width: 100%;
  text-decoration: none;
  line-height: 1.4;
  box-sizing: border-box;
}
#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: #F26900;
  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);
  
}
.sideBlogDates dd {
  margin-left: 0;
  box-sizing: border-box;
}
.sideContents ul li, .sideContents dl dt {
  border: none;
  float: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.sideContents .sideMobile p {
  color: #401F03;
  font-size: 0.9em;
  box-sizing: border-box;
}
.freeHtml {
  margin: 0;
}
.sideContents #sideBanners {
  padding: 1em 0 0;
}
#sideContact a {
      background: #F28E00;
    color: #ffffff;
    height: auto;
    padding: 0.5em 1em;
    border-radius: 4px;
    text-decoration: none;
  display: flex;
  align-items: center;
}
#sideContact a:hover {
  background: #F26900;
}
#sideContact a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(/materials/175450641738801.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
}

/*-------------------------------------------------------
サイドフリーHTML 会社概要
-------------------------------------------------------*/
#sideContents .freeHtml_body {
  padding: 0;
}
#sideCompany {
  padding:1.5em 1em;
  margin:0;
  background: none;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sideCompany p {
  line-height: 1.4;
}
#sideCompany .logo {
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}
#sideCompany .logo img {
  width: 100% !important;
  max-width: 480px !important;
}
#sideCompany .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold !important;
  margin-bottom: 1em;
  width: 100%;
}
#sideCompany .tel a {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  line-height: 1;
  color: #401F03;
}
#sideCompany .tel::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/materials/175445305553001.png) no-repeat center center;
  background-size: contain;
  margin-right: 0.3em;
}
#sideCompany .tel span {
  font-size: 0.4em;
  background: #F28E00;
  color: #ffffff;
  padding: 0.3em 0.5em;
  border-radius: 4px;
  margin-left: 0.5em;
  font-weight: normal;
  
}
#sideCompany .leftblock,#sideCompany .rightblock {
  width: 48%;
  box-sizing: border-box;
}
#sideCompany .rightblock {
  padding: 1em;
  background: #ffffff;
  border-radius: 8px;
}
#sideCompany .txt {
  margin-bottom: 1em;
}

/*-------------------------------------------
table
-------------------------------------------*/
/*概要テーブル*/
#mainArticles table.companyTable {
  /*width: 100%;*/
  border: none;
  border-top: solid 1px #401F03;
  border-left: solid 1px #401F03;
  width: -webkit-fill-available;
  font-size: 1em;
}
#mainArticles table.companyTable td,
#mainArticles table.companyTable th {
  text-align: left;
  background: #ffffff;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 1px #401F03;
  border-right: solid 1px #401F03;
}
#mainArticles table.companyTable th {
  width: 20%;
  color: #401F03;
  background: #FFE5B1;
}
#mainArticles table.companyTable p {
  margin-bottom: 0;
}
/*診療時間*/
#mainArticles table.scheTable,#sideCompany table.scheTable {
  width: -webkit-fill-available;
  border: none;
  border-top: solid 1px #401F03;
  border-left: solid 1px #401F03;
  margin: 0 auto;
}
#mainArticles table.scheTable td,
#mainArticles table.scheTable th,
#sideCompany table.scheTable td,
#sideCompany table.scheTable th{
  background: #ffffff;
  color: #401F03;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 1px #401F03;
  border-right: solid 1px #401F03;
  text-align: center;
  white-space: nowrap;
  width: 5em;
}
#mainArticles table.scheTable th,
#sideCompany table.scheTable th{
  background: #FFE5B1;
}
/*料金テーブル*/
#mainArticles table.feeTable {
  /*width: 100%;*/
  border: none;
  width: -webkit-fill-available;
  display: block;
  background: #F6CE93;
  border-radius: 8px;
  padding: 0.5em;
  margin-bottom: 1em;
}
#mainArticles table.feeTable tbody {
  display: block;
}
#mainArticles table.feeTable tr {
  display: flex;
}
#mainArticles table.feeTable td,
#mainArticles table.feeTable th {
  text-align: left;
  background: #ffffff;
  padding: 10px 15px;
  border: none;
  border-bottom: solid 2px #F6CE93;
  width: 50%;
  display: block;
}
#mainArticles table.feeTable th {
  width: 50%;
  color: #401F03;
  background: #FFE5B1;
  border-right: solid 2px #F6CE93;
}

/*-------------------------------------------------------
リスト
-------------------------------------------------------*/
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;
}
ul.pointlist li {
  position: relative;
  padding: 0 0 0.7em 30px;
  border-bottom: dashed 1px #857256;
  margin-bottom: 0.7em;
}
ul.pointlist li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/materials/175445281496701.png) no-repeat center center;
  background-size: contain;
  left: 0;
  top: 0.35em;
}
ul.pointlist li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/*-------------------------------------------
記事枠カスタム
-------------------------------------------*/

.article.boxtop, .gallery.boxtop {
  border-radius: 16px 16px 0 0;
  padding-bottom: 1em !important;
  margin-bottom: 0 !important;
}
.article.boxbottom, .gallery.boxbottom {
  border-radius: 0 0 16px 16px;
  padding-top: 1em !important;
  margin-top: 0 !important;
}
.article.boxmiddle, .gallery.boxmiddle {
  border-radius: 0;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}



/*-------------------------------------------
ボタンなど
-------------------------------------------*/
/*リンクボタン*/
.btnLink {
  display: inline-flex;
  padding: 12px 15px;
  background: #F28E00;
  color: #ffffff !important;
  text-decoration: none !important;
  align-items: center;
  line-height: 1.4;
  border-radius: 4px;
}
.btnLink::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-left:solid 2px #ffffff;
  border-top:solid 2px #ffffff;
  transform: rotate(135deg);
}
.btnLink:hover {
  background: #F26900 !important;
}
.btnLink:hover::after {
  border-left:solid 2px #ffffff;
  border-top:solid 2px #ffffff;
}
/*画像下*/
.article.imgbtm .article_body {
  display: flex;
  flex-direction: column;
}
.article.imgbtm .article_body .image {
  order: 1;
  margin-bottom: 0;
  margin-top: 0.5em;
}

/*sitelink*/
.article.siteLink {
  width: 24%;
  padding: 0.5%;
  box-sizing: border-box;
}
.article.siteLink .article_outer {
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
}
.article.siteLink .article_body {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
  padding-bottom: 5em;
  box-sizing: border-box;
}
.article.siteLink h4 {
  text-align: center;
  justify-content: center;
  width: 100%;
  background: none;
  padding: 0;
  color: #401F03;
}
.article.siteLink h4::before {
  content: none;
}
.article.siteLink .image,.article.siteLink .image img {
  margin-bottom: 0;
}
.article.siteLink .btnLink {
  margin-top: 1em;
  position: absolute;
  bottom: 1.5em;
}



/*greenbg*/
.article.greenbg {
  background: #56815D;
  padding: 2em;
  width: 100%;
  color: #ffffff;
}
.article.greenbg h3 {
  color: #ffffff;
}
.article.greenbg h3 strong {
  color: #F2C13B;
}
.article.greenbg h4 {
  color: #56815D;
  background-color: #ffffff;
}

/*brownbg*/
.article.brownbg {
  background: #F1E4CA;
  padding: 2em;
  width: 100%;
}
/*reserve*/
.article.reserve {
  width: 50% !important;
}
.article.reserveleft .article_body {
  margin: 0 0.5em 0 auto;
}
.article.reserveright .article_body {
  margin: 0 auto 0 0.5em;
}
.article.reserve .article_body {
  padding: 0.2em 1.5em;
  border-radius: 8px;
  border:solid 5px #F28E00;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  max-width: 570px;
  box-sizing: border-box;
}
.article.reserve .article_body .image {
  order: 1;
}
.article.line h4 {
  background: #04B329;
}
.article.web h4 {
  background: #FE59B6;
}
.article.line h4::before,.article.web h4::before {
  background-image: url(/materials/175450641738801.png);
}
/*subject*/
.article.subject {
  padding: 1.5em;
  background: #ffffff;
  border-radius: 8px;
  width: 48%;
  max-width: 640px;
  margin: 0 0.5% 1%;
  box-sizing: border-box;
}
.article.subject .image img {
  margin-bottom: 0;
}
.article.subject h3 {
  font-size: 1.4em;
  padding: 0;
  margin: 1em auto;
}
/*orangebox*/
.article.orangebox .article_outer {
  padding: 2em;
  border-radius: 16px;
  border:solid 5px #F28E00;
  background: #ffffff;
  box-sizing: border-box;
}

/*inside*/
.gallery_grid li.galleryGrid .image a img {
  border: none;
}
.gallery_grid li.galleryGrid .image a:hover img {
  border: none;
}

.gallery.inside .gallery_grid li.galleryGrid .comment {
  font-size: 0.9em;
  min-height: 4em;
}
.gallery.inside .gallery_grid li.galleryGrid {
  padding: 0.6em;
  box-sizing: border-box;
}
.gallery.inside .gallery_grid li.galleryGrid .galleryGrid_outer {
  background: #ffffff;
  padding: 0.8em;
  border-radius: 8px;
  box-sizing: border-box;
}

/*mapbox*/
.mapbox {
  padding: 1.5em;
  border-radius: 8px;
  background: #ffffff;
}

/*accessbox*/
.article.accessbox {
  width: 50%;
  margin-bottom: 0.5em;
}
.article.accessbox .article_outer {
  background: #ffdeab;
  border-radius: 8px;
  padding: 1.5em 1em;
  height: 100%;
  max-width: 580px;
}
.article.accessbox p {
  margin-bottom: 0 !important;
}
.article.accessbox.leftbox .article_outer {
  margin: 0 0.5em 0 auto;
}
.article.accessbox.rightbox .article_outer {
  margin: 0 auto 0 0.5em;
}
.article.accessbox h5::before {
  width: 45px;
  height: 30px;
}
.article.accessbox.train h5::before {
  background-image:url(/materials/175463606837001.png);
}
.article.accessbox.bus h5::before {
  background-image:url(/materials/175463607737601.png);
}
.article.accessbox.car h5::before {
  background-image:url(/materials/175463608639601.png);
}
.article.accessbox.bicycle h5::before {
  background-image:url(/materials/175463609000401.png);
}


/*contact*/
.contact form {
  background:#ffffff !important;
  padding: 10px;
  border-radius: 0;
}
table.contactTable label {
  width: auto;
  margin-right: 1em;
}
.article.contactForm form {
  background: #ffffff;
  padding: 10px;
}
.article.contactForm table.contactTable {
  width: 100%;
  margin: 0;
  background: #ffffff;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
      padding: 24px 24px 24px 15px;
  font-weight: 400;
}
#mainArticles table.contactTable tr th {
  background-color: #FFDEAB;
  color: #ffffff;
}
#mainArticles table.contactTable tr td {
  background-color: #f0f0f0;
}
#mainArticles table.contactTable tr.must th {
  background-position: 95% center;
  font-weight: 400;
}
#mainArticles table.contactTable input.button {
  background: #F28E00;
  border: none;
  transition : all .5s ease 0s;
  font-weight: 400;
}
#mainArticles table.contactTable input.button:hover {
  background: #F26900;
  color: #ffffff;
  border: none;
  opacity: 1;
}
#mainArticles table.contactTable tr td.th_headline {
  font-size: 1em;
  border: none;
  background: #FFDEAB;
  font-weight: 400;
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
}
#mainArticles table.contactTable input[type="text"], #mainArticles table.contactTable input[type="password"], #mainArticles table.contactTable textarea {
  background-color: #ffffff;
  border: solid 1px #d4d4d4;
}
#mainArticles table.contactTable input[type="text"],
#mainArticles table.contactTable .textField {
  width: calc(100% - 40px);
}
#mainArticles p.contact-note {
  color: #666666;
}
#mainArticles table.contactTable label, #mainBlogCommentForm_outer table.contactTable label {
  display: inline-block;
}

/*bigsmall*/
.big {
  font-size: 1.2em;
}
.small {
  font-size: 0.8em;
}

/*spbr*/
.spbr {
  display: none;
}

/*-------------
バッジ非表示
---------------*/
.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; }

/*追加*/
#sideCompany .link {
    text-align: center;
    width: 100%;
}
#sideCompany .link img{
	width:50px;
}
/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:50px;
}
.freeHtml #contact-box img{
    width: 50px;
}

