@charset "utf-8";

:root{
  --main-light-color: #ffedd3;
  --main-color: #FFB74D;
  --sub-color: #FFA07A;
  --accent-color: #FF6F61;
  --btn-color: #e65143;
}
/*レスポンシブ02 オレンジ*/
body {
  font-size: 17px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.article table.normalTbl, .sideContents #sideServices h2,
.sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2,
.sideContents #sideMobile h2, .sideContents ul,
.sideContents dl,.sideContents dl ul li a {
  font-size: 100%;
}
@media only screen and (max-width: 1024px){
  .article,.gallery{
    padding: 0 4% 0 4%;
  }
}
@media only screen and (max-width: 600px){
  
}
.mainArticles {
    gap: 0 12px;
}
#wrap .gallery_slide .galleryPreview .images .image img {
    width: auto;
}
#wrap_body #topMenu {
    background: var(--main-color);
}

#mainArticles .article.bg-none, #mainArticles .gallery.bg-none {
    background: none;
    padding: 0;
}
#mainTopics,
.mainContents .article h4{
    background: none;
}
ul.topics{
  width: unset;
}
div#mainTopics_body
{
  padding: 20px;
  border: solid 1px;
}


#listTopics{
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

#mainArticles div[id^="blog"] {
    margin-top: 30px;
}
ul.topics li p.date {
  background: none;
  color: #000;
  font-weight: bold;
  padding: 0;
}
#mainTopics .listview a, ul.topics li p.more a {
    background: var(--btn-color);
}
#mainTopics .listview a:hover,
ul.topics li p.more a a:hover {
    background: #666;
}
#wrap .article .image img {
    max-width: 100%;
    width: auto;
}
ul.topics li h3 a {
    color: #000;
}
.article.bg, .gallery.bg {
    background: var(--main-light-color);
}
#topMenu_outer .topMenu li a {
    line-height: 2.8em;
    color: #FFF;
}

/*パーツ*/
.article.margin-b0,
.gallery.margin-b0{
  margin-bottom: 0;
}
#mainArticles .envelope {
  background: var(--main-light-color);
  border: none;
  /* box-shadow: 0 1px 1px 0 inset #ccc; */
  /* border: solid 2px var(--accent-color); */
  color: #333;
  border-radius: 0;
  margin-bottom: 30px;
}
#mainArticles .envelope p:last-of-type{
  margin-bottom: 0;
}
#mainArticles .envelope *{
  color: #333;
}
.align-c {
  text-align: center;
}
p.notation {
    font-size: .9em;
    color: #666;
}
hr {
    border: none;
    border-bottom: solid #BBB 1px;
    padding-top: 8px;
    margin-bottom: 8px;
}
.link-wrap {
    margin: 14px 0 20px;
}
ol.pp,ul.maru {
  font-size: 1em;
  margin-bottom: 12px;
}
ul.maru{
  overflow: hidden;
}
ul.maru li{
	line-height:1.4em;
  margin-bottom:12px;
  padding-left: 1em;
}
ul.maru li::before {
    margin-right: 4px;
    margin-left: -1.4em;
    font-size: 0.7em;
    vertical-align: text-top;
    color: var(--sub-color);
}
.envelope li{
  text-align:left;
}


/* よくある質問 */
ul.faq li.qus:before, ul.faq li.ans:before {
  margin: 0 6px 0 -38px;
}
ul.faq li.ans::before {
  background: var(--btn-color);
}
ul.faq li.qus::before {
  background: var(--sub-color);
}

.article.faq h5,
.article.faq h6 {
  position: relative;
  padding: 0 0 0 44px;
  margin: 0 0 1em 0;
  font-size: 1rem;
  border: none;
  background: none;
  font-weight: normal;
}
.article.faq h5:before,
.article.faq h6:before {
  content: '';
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 6px 0 -38px;
  text-align: center;
  transform: none;
}
.article.faq h5:before{
  content: 'Q';
  background: var(--sub-color);
}
.article.faq h6:before {
  content: 'A';
  background: var(--btn-color);
}

/* チェックリスト */
ul.check{

}
/* 各リスト項目に余白を設定 */
.check li {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

ul.check li::before {
  content: '';
  position: absolute;
  left: -1.7em;
  width: 1.5em;
  height: 1.5em;
  background-color: var(--accent-color);
  border-radius: 50%;
  border: none;
}

/* チェックマークを作成 */
ul.check li::after {
  content: '';
  position: absolute;
  left: -1.3em;
  top: 10px;
  width: 0.5em;
  height: 0.8em;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg);
}

/*ヘッダー*/
#title #title_outer {
  display: block;
  background: url(/materials/175637726755201.png) no-repeat right center;
  background-size: 300px;
  -webkit-box-align: unset;
  align-items: unset;
  height: 82px;
}

#title h1 {
	background: url(/materials/175622568888201.png) no-repeat center left;
    background-size: 100%;
    height: 60px;
    width: 285px;
  	margin: 10px auto 0;
}
#title h1:hover {
  opacity: 0.7;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#topMenu_outer li a {
  overflow: hidden;
}
#topMenu_outer .topMenu li a:hover:before {
  display: none;
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  background: #000;
}
#topMenu_outer .topMenu li a:after {
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFF;
}
#topMenu_outer .topMenu li a:hover {
  background: orange;
  /* color: #000; */
}

/*headline*/
#mainArticles h2, #listTopics h2, #mainTopics h2,
#wrap .article h3, .article h4,
.article h5, .article h6,
.gallery h3, .freeHtml h3 {
  /* font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-weight: bold;
}

#mainArticles h2, #listTopics h2,#mainArticles div[id^="blog"] h2 {
    font-size: 1.8em;
    font-weight: bold;
    background: #FFF;
    color: #222;
    line-height: 1.2em;
    width: 100%;
    margin: 40px 0 80px 0;
    position: relative;
}
#mainArticles h2:after, #listTopics h2:after, #mainArticles div[id^="blog"] h2:after{
  content: "";
  width: 20%;
  height: 3px;
  border-radius: 10px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#wrap .article h3, #wrap .gallery h3{
  margin: 0 0 20px;
  padding: 12px 20px;
  box-sizing: unset;
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em;
  color: #FFF;
  border-bottom: solid 2px;
  background: var(--main-color);
  box-sizing: border-box;

}
.article h3 a, .gallery h3 a,
.article h3 a:hover, .gallery h3 a:hover{
    color: #000;
}
#wrap .article.bg-none h3, #wrap .gallery.bg-none h3 {
    margin: 0 0 10px;
    padding: 16px 0;
}
#mainTopics h2:after,
.article h3::after,
.gallery h3::after {
    content: none;
}
.mainContents .article h4 {
  border: none;
  border-bottom: solid 2px var(--sub-color);
  color: var(--sub-color);
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  /* border:none;
  border-radius:unset;
  font-size: 1.4em;
  padding: 10px 0 8px;
  margin:0 0 14px;
  border-bottom: solid 1px var(--main-color); */
}
.article h4:before{
  background: var(--main-color);
  display: none;
}

.article h5 {
  margin-bottom: 10px;
  border-color:var(--main-color);
}

.article.card{
  background: var(--main-light-color);
  padding: 20px;
}
.article.card h5{
  margin-top: 0;
}

/*リンク*/
a.btn,a.btn:hover {
  background: #FF4500;
  border-bottom: solid 2px #FF4500;
  border-radius: 3px;
}
a.btn{
  transition: all .2s linear;
  padding: 10px 20px;
}
a.btn:hover {
  background: #FF4500;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
a.btn::after {
  color: #FFF;
}
p.contact {
  max-width: 560px;
  margin: 0 auto 40px;
}
.col2 a.btn {
    width: 48%;
    display: inline-block;
    margin: 0 1%;
}

/*サイト案内
--------------------*/
#info-link .image {
  display: block;
  overflow: hidden;
  border: solid 3px var(--btn-color);
  margin: 0;
  border-radius: 4px;
}
#info-link .galleryGrid_body {
  position: relative;
}
#info-link .image:hover img {
  opacity: 0.7;
}
#info-link .comment {
	position:relative;
	width:100%;
	bottom: 4px;
	background: var(--btn-color);
	color: #FFF;
	font-size:1em;
	text-align: center;
	padding: 4px 0;
	border-radius: 0 0 4px 4px;
}

/*リスト*/
.menubox{
    overflow:hidden;
}
.menubox li a{
    width:48%;
    float: left;
    background: #1f9e24;
    border-radius: 3px;
    text-align: center;
    margin: 4px;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
}
.menubox li a:hover {
  background: #29b92f;
}
.menubox li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
	font-weight:bold;
    color: #ffdb6e;
	margin-right:6px;
}

#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type="button"] {
    border-radius: 4px;
}

.article.h480 {
  height: 960px;
    overflow: scroll;
  	background: #F7F7F7;
	padding: 20px 0 0;
}
.article.h480 .twitter-timeline.twitter-timeline-rendered {
  width: 80%;
  margin: 0 auto;
}
/*flow*/
.mainArticles .article.flow {
  position: relative;
  overflow: visible;
  padding-bottom: 20px;
  padding: 20px;
  border: solid 2px #09D;
  border-radius: 2px;
}
.mainArticles .article.flow.last::after{
  display: none;
}
.mainArticles .article.flow::after {
  font-family: "Font Awesome 5 Free";
  font-weight:bold;
  color:#09D;
  content: "\f107";
  font-size: 3em;
  position: absolute;
  text-align: center;
  bottom: -.9em;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1em;
}
@media only screen and (max-width: 600px) {
  #mainArticles .article.flow {
    padding: 0 18px 20px;
    flex-basis: 90%;
  }
}
/*テーブル*/
.article table.normalTbl.half {
    width: 52%;
    margin-top: 0;
}
.article table.normalTbl {
    border: none;
}
.article.col3 table.normalTbl th {
  width: 40%;
  border-bottom: solid 1px #333 !important;
  text-align: center;
  padding: 0;
}
.article.col3 table.normalTbl td {
  padding: 8px 20px;
}
.article.col3 table.normalTbl {
  border: none;
}

.article table.eventTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.article table.eventTbl th {
  width: 20%;
  padding: 8px;
  text-align: center;
  border: none;
  border-bottom: solid 1px #333;
  background: #f3f7f9;
  font-weight: bold;
}
.article table.eventTbl td {
  padding: 8px;
  border: none;
  border-bottom: solid 1px #333;
  background: none;
}

.article table#flowTbl td {
    border: none;
    background: none;
    padding: 14px 0 0;
}
.article table#flowTbl strong {
    background: #09D;
    color: #FFF;
    border-radius: 4px;
}

/*side Table*/
#sideContents table.normalTbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
	width: 100%;
}
#sideContents table.normalTbl th {
	height: auto;
	width: 25%;
	padding:6px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border-bottom:solid 1px #333;
}
#sideContents table.normalTbl td {
	border-bottom:solid 1px #CCC;
	background: none;
	height: auto;
	line-height:1.6em;
	padding:6px;
}
.freeHtml_body h4 {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    background: url(/materials/168897437639501.png) #c4edff;
}
/*footer side*/
.side{
  margin-bottom: 50px;
}
.side-logo {
  margin-bottom: 20px;
}
.side-logo img {
  max-width: 240px;
  margin: 0 auto 10px;
  display: block;
}

#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
    background: none;
    color: #aaa;
}
#footer_body, #footer_body .topMenu, #footer_body .services {
    display: block;
    width: 100%;
}
#footer_body .topMenu, #footer_body .services {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: unset;
}
#footer_body .topMenu li, #footer_body .services li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: inline-block;
}
#footer_body .copyright {
  padding: 14px 0;
  background: #FFF;
}
#footer_body .copyright,
#footer_body .copyright a {
    color: #555;
    font-weight: normal;
}


#footer_body .topMenu li a, #footer_body .services li a {
    padding: 0;
}
  #footer_body .topMenu li a::before,
  #footer_body .services li a::before {
    color: #FFF;
}
#wrap_body #footer, #footer_body .topMenu li a, #footer_body .services li a 
{
	background: var(--main-color);
}
#sideContents {
  background: #FFF;
}


.ol.StyleOrderList {
  counter-reset: number 0;
  list-style: outside none none;
  padding-left: 40px;
  line-height: 2;
}
.ol.StyleOrderList li::before {
  background: #000;
  border-radius: 0;
  color: #fff;
  content: counter(number, decimal);
  counter-increment: number 1;
  display: inline-block;
  height: 2em;
  margin-left: -40px;
  margin-right: 0.5em;
  text-align: center;
  width: 2em;
  font-family: monospace;
}
.ol.StyleOrderList li {
  margin-bottom: 1em;
  font-weight: bold;
}

/*-------------
reCAPTCHA
---------------*/
.recaptcha_policy {
  margin-top: -20px;
  text-align: center;
  font-size: 11px !important;
  color: #999 !important;
  padding: 0 40px 20px;
}
.recaptcha_policy a { font-weight: normal; }
.grecaptcha-badge { visibility: hidden; }
/*--------------------------------------------
--------------------------------------------*/
@media only screen and (min-width: 860px) {
.article, .gallery, #title_outer, #topMenu_outer,
#mainArticles, #sideContents_outer,
#footer_outer,.article.full .article_body,
.gallery.full .article_body {
  width: 860px;
}
}

@media only screen and (max-width: 820px) {
.article table.normalTbl.half {
    width: 100%;
}
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .zero_margin .article_outer {
    padding: 0;
}

.article.imgTop .article_body{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: column;
}
.article.imgTop h4{
  order: 0;
}
.article.imgTop .image{
  order: 1;
}

  #info-link .comment {
  white-space: nowrap;
  font-size: .9em;
  bottom: -4px;
}
  #info-link .comment::before {
  margin-right: 4px;
}
  #title #title_outer {
    background: none;
    height: 56px;
  }
  #title h1{
    max-width: 220px;
    margin: 0 0 0 0px;
    padding: 0;
    height: 56px;
    background: url(/materials/175622568888201.png) no-repeat center;
    background-size: 100%;
  }
  #topMenu_outer .topMenu li a {
    line-height: 1.25em;
  }
#topMenu_outer .topMenu li a:hover:before {
  content: none;
}
.article .article_right .image, .article .article_left .image {
    float: unset;
}
  #mainArticles .article.bg-none {
    margin: 0 10px;
}
#topMenu_outer .topMenu li a {
  font-weight: normal;
    line-height: 1.25;
}
#topMenu_outer .topMenu li,
#topMenu_outer .topMenu li:last-of-type {
  border-color: #FFF;
}
  #sideContents table.normalTbl th, #sideContents table.normalTbl td {
    display: block;
    width: 100%;
}
#mainArticles h2, #listTopics h2 {
  font-size: 1.6em;
}
  #mainArticles h2, #listTopics h2 {
  margin-bottom: 20px;
}
  .mainContents .article h4 {
  font-size: 1.2em;
}
  .freeHtml_body h4 {
    line-height: 1.2em;
    font-size: 1.2em;
    font-feature-settings: 'palt';
    padding: 10px 0;
    margin: 0 -20px;
}
  .article h5 {
    margin: 10px 0 6px;
    font-size: 1.1em;
}
#mainTopics h2, #mainArticles .article h2,
.article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.5em;
}
#wrap .article h3, #wrap .gallery h3 { 
  padding: 10px 16px 10px;
  font-size: 1.4em;
  box-sizing: border-box;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 20px;
}
.col2 a.btn {
  width: 100%;
  display: block;
  margin: 0 0 8px;
}
.menubox li a {
  float: unset;
  width: 100%;
  display: block;
  margin: 6px 0;
  font-size: .9em;
  font-feature-settings: 'palt';
}
  #contact.gallery li.galleryGrid {
    width: 100%;
}
    #footer_body .topMenu li, #footer_body .services li {
    width:100%;
}
#footer_body{
  padding: 0;
}
#footer_body .topMenu, #footer_body .services {
    display: block;
    margin-left: 5%;
}
#footer_body .topMenu{
  padding: 20px 0;
}
#mainArticles table.contactTable tr.must th {
  padding: 1em;
  padding-right: 50px;
}
.article table.normalTbl th {
    border: none;
    background: #f3f7f9;
    font-weight: bold;
    text-align: center;
}
.article table.normalTbl th, .article table.normalTbl td {
    padding: 4px 10px;
}
  
  
.article.h480 {
    height: 480px;
}
.article.h480 .twitter-timeline.twitter-timeline-rendered {
  width: 100%;
  margin: 0 auto;
}

  
/*call*/
#bottomLink {
  position: fixed;
  display:block;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
#bottomLink a span {
  font-size: 85%;
  display: inline-block;
  padding-right: 8px;
}
#bottomLink a {
  display: block;
  /* box-shadow: 0px -1px 8px 2px #999; */
  color: #FFF;
  background: #FF4500;
  text-decoration: none;
  line-height: 3em;
}
  
#bottomLink a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: bold;
  margin-right: 10px;
}
#wrap {
  margin-bottom: 50px;
}


.article table.eventTbl th,
.article table.eventTbl td {
  display: block;
  width: 100%;
}


ul.flex{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.badge{
  display: inline-block;
  padding: 2px 14px;
  font-size: 1em;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-right: 4px;
}

@media only screen and (max-width: 600px) {
  #mainArticles .article.card {
      flex-basis: 90%;
      margin: 0 auto 20px;
  }
}

.article.card h5{
  margin-top: 0;
}

#mainArticles .article.zero_margin {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*マーカー*/
span[style*="Lime"] {
  background-color: #FFF !important;
  color: #096;
  border-bottom: 1px dashed;
}
span[style*="Yellow"] {
  background: linear-gradient(transparent 80%, #ffe266 80%) !important;
  border-radius:0px;
  font-weight: 600;
  font-size: 18px;
}


/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size:120%;
  color:#ff9900;
  font-weight:bold;
  background:#fff;
  border:4px solid #ff9900;
  text-align:center;
  display:flow-root;
  border-radius:6px;
  padding:12px;
  text-decoration:none;
  max-width:976px;
  margin:0 auto;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#ff9900;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#ff9900;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color:#f8b74a;
  border-color:#f8b74a;
}
a.btn-mailform:hover::before, a.btn-mailform:hover::after {
  color:#f8b74a;
}

#wrap .article.contact .image img{
  max-width: 100%;
  height: auto;
}
}


/* フォーム */
#mainArticles form, #mainBlogCommentForm form {
    background: none;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th,
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td{
  background: var(--main-light-color);
}