@charset "utf-8";
/*レスポンシブ02 オレンジ*/
:root {
    --text-color: #3d290c;
    --bg-color: #ffbb3d;
    --base-color: #f68f00;
    --point-color: #f15f00;
}
body {
    line-height: 1.8;
	font-family: YuGothic,'Yu Gothic','klee','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',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%;
}

a, a img {
	transition: .2s ;
}
a {
    color: var(--point-color);
}
#wrap .gallery_slide .galleryPreview .images .image img {
    width: auto;
}
#mainArticles .article.zero_margin,
#mainArticles .gallery.zero_margin{
    padding-bottom: 0;
    margin-bottom: 0;
}
#mainArticles .article.col2.zero_margin,
#mainArticles .article.col3.zero_margin,
#mainArticles .article.col4.zero_margin,
#mainArticles .gallery.col3.zero_margin {
    margin-bottom: 14px;
}
.article.col3 p {
    font-size: .9em;
    font-feature-settings: 'palt';
}
#mainArticles .article.col3 {
    padding: 0 16px;
}
#mainTopics,
.mainContents .article h4{
    background: none;
}
#mainArticles div[id^="blog"] {
    margin-top: 30px;
}
#mainTopics .listview a {
    background: var(--point-color);
}
ul.topics li p.more a {
    background: none;
    color: var(--text-color);
    border: solid 1px;
}
#mainTopics .listview a:hover,
ul.topics li p.more a:hover {
    background: var(--text-color);
    color: #FFF;
}

#wrap .article.img200 .image img {
    max-width: 200px;
    width: 100%;
}
#wrap .article.img300 .image img {
    max-width: 300px;
    width: 100%;
}
ul.topics li h3 a {
    color: var(--base-color);
}
ul.topics li h3 a:hover {
    color: #222;
}
.article.bg, .gallery.bg,#mainArticles .envelope{
    background: #fffbeb;
}
ul.topics li {
    background: #f5f5f5;
}

/*パーツ*/
#mainArticles .envelope {
    box-shadow: 0 1px 1px 0 inset #ccc;
    border-radius: 2px;
    margin-bottom: 30px;
}
#mainArticles .envelope.zero_margin {
    margin-bottom: 0;
}
.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 {
    margin-left: 1.4em;
}
ul.maru li{
	line-height:1.4em;
  margin-bottom:12px;
}
ul.maru.col2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4px 0 18px;
}
ul.maru.col2 li {
    width: 50%;
}
ul.maru li::before {
    margin-right: 4px;
    margin-left: -1.3em;
    vertical-align: text-top;
    color: #bfb5a1;
    font-size: .8em;
}
.envelope li{
  text-align:left;
}


/*ヘッダー*/
#wrap_body #title,
#footer_body .copyright{
    background: var(--base-color);
}
#title #title_outer {
  display: block;
    height: 98px;
    background: url(/materials/174821518296901.png) right bottom 20px no-repeat;
    background-size: 370px;
}

#wrap_body #topMenu{
    background: var(--text-color);
}
#mainArticles .article.theme, #mainArticles .gallery.theme {
    background: url(/materials/175438675870101.png) var(--base-color);
    background-size: 5px;
}
div#footer {
    background: url(/materials/175498171981701.png) var(--bg-color);
    background-size: 5px;
}
#topMenu_outer .topMenu li a {
    font-size: 1.1em;
    line-height: 2.4em;
    box-shadow: -2px 0 0 0 #000;
    color: #FFF;
}
#topMenu_outer .topMenu li:first-child a {
    box-shadow: unset;
}
#title h1 {
    background: url(/materials/175438664251301.png) no-repeat center left;
    background-size: 100%;
    height: 98px;
    width: 200px;
    float: unset;
}
#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:after {
    content:none;
}
#topMenu_outer .topMenu li a:hover {
    background:var(--base-color);
}

/*headline*/
#mainArticles h2, #listTopics h2, #wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2, #mainTopics h2 {
    font-weight: bold;
}
#wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2,#mainTopics h2 {
    padding: 10px 0 16px;
    margin: 20px 0 24px;
    font-size: 1.7em;
    line-height: 1.2em;
    text-align: left;
    border-bottom: solid 3px;
    color: var(--base-color);
}
#mainTopics h2{
	   margin: 0 0 30px;
}
#mainArticles .article.theme h3, #mainArticles .gallery.theme h3,#mainArticles .article.bg-none h3, #mainArticles .gallery.bg-none h3 {
    color: #FFF;
}
.article h3 a, .gallery h3 a,
.article h3 a:hover, .gallery h3 a:hover{
    color: var(--text-color);
    font-weight: bold;
}
#wrap .article.bg-none h3, #wrap .gallery.bg-none h3 {
    margin: 0 0px 24px;
    box-sizing: border-box;
}
#mainTopics h2:after,
.article h3::after,
.gallery h3::after,
#mainArticles div[id^="blog"] h2::after {
    content: none;
}
#mainArticles h2, #listTopics h2 {
    background: none;
    color: var(--text-color);
    padding: 40px 0 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 2.2em;
}
.mainContents .article h4 {
  display: flex;
  border:none;
  background: none;
  padding: 10px 0;
  margin-bottom: 28px;
  font-size: 1.3em;
  line-height: 1.3em;
  color: var(--text-color);
  position:relative;
}
.article h4::before {
    content: "";
    position: absolute;
    margin: 0;
    width: 100%;
    height: 12px;
    background-color: transparent;
    background-image: radial-gradient(var(--text-color) 10%, transparent 30%),radial-gradient(var(--text-color) 10%, transparent 30%);
    background-size: 6px 6px;
    background-position: 0 0,6px 6px;
    z-index: 1;
    top: auto;
    bottom: -8px;
}
.article.col2 .image, .article.col3 .image {
    margin-bottom: 0;
}

.article h5 {
  font-size: 1.2em;
  letter-spacing: .14em;
  border:none;
  padding: 10px 0;
  margin-bottom: 18px;
  border-bottom: solid 2px;
  border-radius: 0;
  background: none;
}
.article h5::before {
    content: none;
}
.article h6 {
    background: #efefef;
    color: #555;
    font-size: 1.1em;
    border-radius: 40px;
    padding: 8px 20px 8px 44px;
    line-height: 1.4em;
    position: relative;
}
.article h6:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: bold;
    margin-right: 6px;
    transform: unset;
    color: var(--text-color);
    position: absolute;
    left: 18px;
}
.article.bg-none h6 {
  background: #FFF;
}


#mainArticles .article.theme a,
#mainArticles .article.theme .menubox li a::before,
#mainArticles .article.theme h4 {
    color: #FFF;
}
#mainArticles .article.theme h4::before {
    background-image: radial-gradient(#FFF 10%, transparent 30%), radial-gradient(#FFF 10%, transparent 30%);
}

/*リンク*/
a.btn,a.btn:hover {
  background: #FFF;
  border: solid 1px #434343;
  color: var(--text-color);
}
a.btn{
    transition: all .2s linear;
  	padding: 10px 20px;
}
a.btn:hover {
    background: var(--bg-color);
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
a.btn::after {
    color: var(--point-color);
}
p.col2 {
  display: flex;
  flex-wrap: wrap;
}

a.tel-link {
    font-size: 1.2em;
    text-decoration: none;
}
a.tel-link:before{
	content: '\f2a0';
	font-family: "Font Awesome 5 Free";
    font-size: .8em;
	margin-right: .2em;
	font-weight:bold;
}
p.contact {
       max-width: 560px;
    margin: 0 auto 40px;
}
.col2 a.btn {
    width: 48%;
    display: inline-block;
    margin: 0 1%;
}
.article.col2 a.btn {
    width: 90%;
    padding: 8px 0;
    margin: 0 auto;
}
#contact img {
    max-width: 700px;
    width: 100%;
}
.freeHtml_body #contact {
    margin: 10px 0 40px;
    text-align: center;
}

/*サイト案内
--------------------*/
#info-link .gallery_grid li.galleryGrid .comment::before {
    font-family: "Font Awesome 5 Free";
    content: "\f151";
    font-weight: bold;
    margin-right: 4px;
    color: var(--base-color);
    }
#info-link .comment {
    font-size: 1em;
    margin: 8px 0;
    font-feature-settings: 'palt';
    margin: 8px 0;
}
#info-link .image a {
    display: block;
    position: relative;
    border: solid 4px  var(--base-color);
    border-radius: 100%;
    margin: 0 6px;
    max-width: 136px;
    padding: 32px;
    margin: 0 auto;
}
#info-link .image a:hover {
    background: var(--bg-color);
}
#info-link .image a img {
    max-width: 64px;
    box-sizing: border-box;
}
#info-link .galleryGrid_outer {
    padding: 0;
}

#site-link .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0;
}
#site-link ul.galleryGrids .comment {
    font-size: 0.84em;
    font-weight: bold;
}
#site-link ul.galleryGrids li {
    color: var(--text-color);
    border: solid 2px #000;
    border-radius: 2px;
    background: #FFF;
}
@media screen and (min-width:600px) and ( max-width:1024px) {
#mainArticles h2, #listTopics h2 {
  padding-right:20px;
  padding-left:20px;
}
}
@media only screen and (min-width: 600px) {
#site-link .gallery_grid4 li.galleryGrid {
    width: 23%;
    margin: 1%;
}
}
@media only screen and (max-width: 960px) {
.article.col3 {
        flex-basis: 48%;
}
}
@media only screen and (max-width: 600px) {
  .article.col3 {
        flex-basis:100%;
}
  .gallery .gallery_grid2 li.galleryGrid, .gallery .gallery_grid3 li.galleryGrid,
  .gallery .gallery_grid4 li.galleryGrid, .gallery .gallery_grid5 li.galleryGrid {
    margin: 1%;
    width: 48%;
}
}

/*リスト*/
.menubox{
	display:flex;
	gap:1%;
    margin-bottom: 20px;
  flex-wrap: wrap;
}
.menubox li{
    width:49%;
}
.menubox.col3 li{
    width:32%;
}
.menubox li a{
    display:block;
    border-radius: 999px;
    text-align: center;
    margin: 4px;
    padding: 8px 10px;
    color: var(--text-color);
    border: solid 1px;
    text-decoration: none;
}
.bg-none .menubox li a {
    border: solid 1px;
}

.menubox li a:hover {
  background: #38911f;
}
.menubox li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight:bold;
    color: var(--base-color);
	margin-right:6px;
}
ul.check {
    padding-left: 1.4em;
}
ul.check li {
    font-size: 1.1em;
    padding: 0 0 10px 8px;
    margin-bottom: 6px;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.1em;
    transform: unset;
    border: 1px solid var(--point-color);
    color: var(--point-color);
    width: auto;
    height: auto;
    padding: 3px;
    top:0;
}

ul.faq li.qus::before, ul.faq li.ans::before {
  margin-right: 12px;
}
ul.faq li.qus::before {
    background: var(--text-color);
}
ul.faq li.ans::before {
    background: var(--base-color);
}

#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type="button"] {
    border-radius: 4px;
}

/*テーブル*/
.article table.normalTbl.half {
    width: 52%;
    margin-top: 0;
}
.article table.normalTbl {
    border: none;
}
.article table.normalTbl td,
.article table.normalTbl th,
.article table.normalTbl tr:last-child td,
.article table.normalTbl tr:last-child th {
    border-bottom-style: solid;
    border-width: 2px;
}
.article table.normalTbl th {
    background: none;
    color: var(--base-color);
    border-color: var(--base-color) !important;
    font-weight: bold;
    width: auto;
    white-space: nowrap;
}
table.normalTbl.price thead th,table.normalTbl.price thead td {
    background: var(--text-color);
    color: #FFF;
}
.article table.normalTbl.price th,
.article table.normalTbl.price td {
    text-align: center;
    padding: 6px 14px;
}
.article table.normalTbl:last-child {
    margin-bottom: 20px;
}

/*flow*/
.article table#flowTbl td {
    padding: 30px 40px;
    border: none;
    border-radius: 8px;
    margin-bottom: 2.8em;
}
.article table#flowTbl strong {
    background: var(--base-color);
    padding: 10px 18px;
    color: #FFF;
    border-radius: 999px;
    text-align: center;
}
.article table#flowTbl td:after {
    color: var(--point-color);
    line-height: 1em;
    bottom: -1.2em;
}

/*contact*/
#mainArticles table.contactTable,
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td {
  border-color: #CCC;
  border-width: 1px;
}
#mainArticles form {
  background: #FFF;
	padding: 0;
}
#mainArticles table.contactTable tr th {
    background-color: unset;
  border-right: none;
  color: #333;
}
#mainArticles table.contactTable tr td {
    background: #FFF;
  border-right: none;
}
#mainArticles table.contactTable {
  border-left: none;
}
#mainArticles table.contactTable input.button {
    background: #f48700;
}

/*side*/
.side-logo {
    margin: 20px 0;
}
.side-logo img {
    max-width: 231px;
    width: 100%;
    margin: 0 auto 10px;
    display: block;
}
#sideContents table.normalTbl {
	border-collapse: collapse;
	border-spacing: 0;
    margin: 10px auto 40px;
	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 var(--base-color);
}
#sideContents table.normalTbl td {
	border-bottom:solid 1px #CCC;
	background: none;
	height: auto;
	line-height:1.6em;
	padding:6px;
}

/*footer side*/
.shop-title,
.shop {
    text-align:center;
}
.shop-title {
  font-feature-settings: 'palt';
    font-weight:bold;
    color:var(--text-color);
}
.shop {
    padding: 0 0 10px;
    font-weight: bold;
    color:#444;
    line-height: 1em;
    font-size: 1.8em;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
    background: none;
    color: var(--point-color);
}


#footer_body .copyright {
  padding: 14px 0;
}
#footer_body .copyright,
#footer_body .copyright a {
    font-weight: normal;
    font-size: 0.9em;
}
.freeHtml_body a.btn {
    margin-bottom: 30px;
}


#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: var(--point-color);
}
#sideContents 
{
    background: #f5f5f5;
}
.sideContents #sideBanners ul li a img {
    max-width: 200px;
}
.sideContents #sideServices h2,
.sideContents #sideBlogCategories h2,
.sideContents #sideBlogDates h2,
.sideContents #sideBlogDates h2,
.sideContents #sideMobile h2{
	padding:0;
}
#footer,#footer_body .topMenu li a, #footer_body .services li a{
    background: none;
    font-size: 1em;
    color: var(--text-color);
    }


/*--------------------------------------------
--------------------------------------------*/
@media only screen and (min-width: 980px) {
.article, .gallery, #title_outer, #topMenu_outer,
#mainArticles, #mainTopics_outer, #sideContents_outer,
#footer_outer,.article.full .article_body,ul.topics,
.gallery.full .article_body,div#listTopics_body {
  width: 980px;
}
  #listTopics_body {
    margin: 0 auto;
}
}
@media only screen and (max-width: 820px) {
.article table.normalTbl.half {
    width: 100%;
}
}
@media only screen and (max-width: 740px) {
    #title #title_outer {
    background: none;
}
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
  #toggle, .active #toggle {
        background-color: var(--base-color);
}
    #title #title_outer {
	height: 56px;
}
  #mainArticles .article, #mainArticles .gallery {
        padding: 0 10px 20px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 40px;
}
  #mainArticles .article.full, #mainArticles .gallery.full {
    margin-right: 0;
    margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
}
  #mainArticles div[id^="blog"] {
    margin-top: 10px;
    padding-bottom: 30px;
}
  .zero_margin .article_outer {
    padding: 0;
}
ul.menubox,
ul.maru.col2{
    display: block;
}
ul.menubox li,
  ul.maru.col2 li,
  ul.menubox.col3 li{
    width: 100%;
}
  .article table#flowTbl td {
    padding: 20px 16px 8px;
}
  .article table#flowTbl td::after, .article table#flowTbl tr:last-child td::after {
    width: 6px;
}
    #title h1{
        margin: 0 0 0 8px;
        padding: 0;
        height: 56px;
        width: 240px;
        background: url(/materials/175438892709501.png) no-repeat center left;
        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 {
        margin-top: 1.8em;
}
  ul.faq li.qus:before, ul.faq li.ans:before {
    margin-left: -38px;
}
  #mainArticles #contact {
    margin: 0 10px;
    padding: 4px 0 20px;
    background-size: 300px;
}
  #mainArticles #contact p {
  padding: 0 10px;
  font-feature-settings: 'palt';
  line-height: 1.4em;
  margin-bottom: 10px;
}
  #mainArticles .article.bg-none {
        margin: 0 10px 30px;
}
#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: #000;
}
  #sideContents table.normalTbl th, #sideContents table.normalTbl td {
    display: block;
    width: 100%;
}
#mainArticles h2, #listTopics h2 {
  font-size: 1.8em;
        text-align: center;
        padding: 20px 0;
}
  .mainContents .article h4 {
  font-size: 1.2em;
}
  .article h5 {
        margin: 20px 0 18px;
        padding: 10px 0 8px;
        font-size: 1.2em;
}
#mainTopics h2, #mainArticles .article h2,
.article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.5em;
}
  #wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2 {
    font-size: 1.4em;
}
  #info-link .image a img {
    max-width: 64px;
}
#info-link .image a {
        max-width: 136px;
}
  
.article.col2 a.btn {
    width: 100%;
    display: block;
    margin: 0 0 8px;
}
  .menubox li a,
  ul.menubox.col3 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 .topMenu, #footer_body .services {
    display: block;
    margin-left: 5%;
        margin-bottom: 1.2em;
}
#mainArticles table.contactTable tr.must th {
  padding: 1em;
  padding-right: 50px;
}
  .article table.normalTbl th {
    text-align: center;
        white-space: unset;
        line-height: 1.4em;
        background: rgba(0, 0, 0, 0.05);
}
      .article table.normalTbl th, .article table.normalTbl td, .article table.normalTbl tr:last-child td, .article table.normalTbl tr:last-child th {
        padding: 4px 10px;
        border-width: 2px;
        border-bottom-style: solid;
        border-top: none;
    }
  .article table.normalTbl th, .article table.normalTbl td {
    padding: 4px 10px;
}
  
  

  
  /*call*/
#bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 3em;
}
#bottomLink a span {
    font-size: .8em;
    display: inline-block;
    padding-right: 8px;
}
#bottomLink a {
    display: block;
    box-shadow: 0px -1px 4px 1px rgb(0 0 0 / 40%);
    color: #FFF;
        background: #06C755;
    text-decoration: none;
    line-height: 3em;
    font-feature-settings: 'palt';
}
  
#bottomLink a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f075';
  font-weight: bold;
  margin-right: 6px;
  color: #a6ffcb;
}
#wrap {
    margin-bottom: 50px;
}
  .grecaptcha-badge {
    bottom: 3em !important;
}
  }

@media only screen and (max-width: 480px) {
  .article p {
    font-feature-settings: 'palt';
}
}
/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}