@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
/*シンプル01 ホワイト右メイン*/
:root {
  	--first-color: #22c5d0;
    --second-color: #d94d23;
    --base-color: #f8f6ee;
    --point-color: #f6c500;
    --text-color: #375052;
}
body {
    color: #222;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.8;
}
#wrap_body #contents, #wrap_body #mainImage,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3, #mainServices h2 {
    background: var(--base-color);
}
table, thead, tr, th, td,
.sideContents ul, .sideContents dl{
    font-size: initial;
}
#mainContents_body {
    padding-top: 40px;
}
#sideContents {
    margin-top: 60px;
}
#wrap .article .image img {
    width: auto;
}
.article, .gallery {
    padding-bottom: 24px;
}
.align-c,
tbody.align-c td,
table.normalTbl.price td{
    text-align: center;
}
.article, .gallery, #mainTopics,
#listTopics,#mainBlogComments, #mainBlogCommentForm{
    border: none;
    padding: 0;
    background: none;
}
#mainArticles p.contact-note {
    color: #555;
}
p.notation {
    font-size: .92em;
    line-height: 1.4em;
    color: #555;
}
#mainArticles .envelope {
  	background: #FFF;
    border: none;
}
.envelope li {
    text-align: left;
}
ul.maru {
    margin-left: 10px;
}
ul.maru li {
    padding: 0 0 6px 10px;
}
ul.maru li:before {
    margin-left: -16px;
    margin-right: 4px;
    font-size: 0.6em;
    vertical-align: middle;
    color: var(--first-color);
}
.article table.normalTbl tr:nth-child(even) {
    background:rgb(255 255 255 / 30%);
}
.article table.normalTbl.price tr:nth-child(even) {
    background: unset;
}
.article table.normalTbl td {
    border-bottom: solid 1px #AAA;
}
.article table.normalTbl th {
    border-color: var(--first-color);
}
a {
	transition: all .4s ease;
}
a:hover {
    color: var(--second-color);
}
a.btn{
    background: #ffdd52;
    color: #333;
    margin-bottom: 10px;
    box-shadow: 0 3px rgb(0 0 0 / 10%);
}
a.btn::before,
#sideContents #sideServices ul a:before, #sideContents #sideServices dl a:before,
#sideContents #sideBlogCategories ul a:before, #sideContents #sideBlogCategories dl a:before,
#sideContents #sideBlogDates ul a:before, #sideContents #sideBlogDates dl a:before{
    color: var(--second-color);
}

.article p.col2 {
    display: flex;
	gap:1%;
    justify-content: space-between;
}
p.col2 a.btn {
    width: 50%;
}
a.btn:hover{
    color: #333;
    background: var(--point-color);
    transform: translateY(4px);
    position: unset;
}
a.oLink{
    text-decoration:none;
}
a.oLink:hover{
    text-decoration:underline;
}
.oLink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  margin-left: 6px;
  font-size: .9em;
  color: var(--first-color);
}
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;
}
#mainTopics .listview a, #sideContents #sideContact a, p.more a,
#mainArticles table.contactTable input.button {
    background: var(--first-color);
}
#mainTopics .listview a:hover, p.more a:hover {
    background: var(--text-color);
}

#mainTopics {
    background: none;
    padding: 44px 0 24px;
}
#mainTopics h2 {
    margin: 0 0 20px;
}
.gallery_grid2 li.galleryGrid {
    width: 50%;
}
.article.col3 {
    padding: 0;
}
.article.col2 {
    max-width: 365px;
}
#wrap .article.icon .image img {
    max-width: 128px;
}
.article.bg-none, .gallery.bg-none {
    background: none;
    padding: 40px 0 0 0;
}
#pankuz_body p {
    color: #555;
}
.article.img200 .image {
    max-width: 200px;
}


/*ヘッダー*/
#wrap_body #title {
    border-top: solid 8px var(--first-color);
}
#title h1 {
    background: url(/materials/174528452688901.png) no-repeat left center;
    background-size: 100%;
    height: 96px;
    width: 300px;
}
#title h1:hover{
    opacity:0.7;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
#title #title_outer {
    height: 100px;
    display: block;
    max-width: 1024px;
    width: 100%;
    background: url(/materials/174529140910901.png) no-repeat right bottom 20px;
    background-size: 450px;
}
#wrap_body #topMenu,
#topMenu_outer .topMenu li a:hover{
 border: none;
}
#topMenu_outer .topMenu li a {
    font-size: 1.1em;
    line-height: 2.2em;
}

#topMenu_outer .topMenu li {
    box-shadow: 1px 0px 0px 0 inset #ccc;
}
#topMenu .topMenu li:first-of-type {
    border-left: solid 1px #CCC;
}
#topMenu .topMenu li:last-child {
    border-right: solid 1px #CCC;
}
#topMenu_outer .topMenu li:first-child {
    box-shadow: none;
    border: none;
}
#topMenu_outer .topMenu li, #topMenu_outer,#topMenu .topMenu li a {
    line-height: 2.4em;
    height: 2.4em;
    margin-bottom: .2em;
}
#topMenu_outer .topMenu li a:hover {
    background: #ffdd52;
}

/*見出し*/
#mainArticles h2, #listTopics h2, #mainArticles .article h2,
.mainContents .article h3, #mainTopics h2, #listTopics h2,
.mainContents div.gallery h3,.article h3 a,.article h4,
#mainServices h2,#topMenu_outer .topMenu li a,#info-link .comment,
.article table#flowTbl strong,.side-text .shop{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
#mainArticles h2,
#mainArticles .article h2{
    background:none;
    letter-spacing: 0.07em;
    text-align:center;
    line-height: 1.4em;
    margin: 10px 0 20px;
    padding: 0;
    font-size: 2.2em;
}
.mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
    padding: 20px 0 14px;
    margin: 12px 0 20px;
    border-bottom: solid 2px var(--first-color);
}
.article h3 a, .article h3 a:hover,#mainArticles h2,#mainArticles .article h2,
.mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
    color: var(--text-color);
}
.mainContents .article.bg-none h3,
.mainContents .gallery.bg-none h3 {
    margin: 0 0 12px;
}
.article h4 {
  display: flow-root;
  border:none;
  background: none;
  padding: 10px 0;
  margin-bottom: 24px;
  font-size: 1.5em;
  line-height: 1.3em;
  color: #333;
  position:relative;
}
.article h4::before {
  	content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: -6px;
    background: repeating-linear-gradient(-45deg, transparent 0 3px, var(--first-color) 2px 4px);
}
.article h5 {
    background: #FFF;
    font-size: 1.1em;
    border:none;
    border-radius: 999px;
    padding: 8px 20px 8px 50px;
    line-height: 1.4em;
    position: relative;
}
.article h5:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: bold;
    margin-right: 6px;
    transform: unset;
    color: var(--first-color);
    position: absolute;
    left: 20px;
    top: 0.5em;
}


/*スライドショー文字*/
.gallery_slide .galleryPreview .images li .comment_body {
    font-size: 16px;
    color: #222 !important;
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment {
    background: rgba(255,255,255,0.7);
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li:hover .comment {
    background:#FFF;
}
.gallery_slide .galleryPreview .images li .comment,
.gallery_slide .galleryPreview .images li:hover .comment {
    padding: 4px 40px 4px;
    right: 40px;
}
.gallery_slide .galleryPreview .images li:hover .comment_body,
.gallery_slide .galleryPreview .images li .comment_body {
    line-height: 1.4em;
    height: auto;
}
#mainArticles table.contactTable tr th {
    border-bottom: solid 1px var(--first-color);
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm_outer table.contactTable tr td {
  border-color:#999;
}
#mainArticles table.contactTable tr.must th, #mainBlogCommentForm_outer table.contactTable tr.must th {
  background-position: 100% center;
}

/*flow*/
.mainArticles .article.flow {
    position: relative;
    overflow: visible;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.mainArticles .article.flow::after {
    color: var(--first-color);
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    font-weight: bold;
    font-size: 2em;
    position: absolute;
    text-align: center;
    bottom: -0.4em;
    left: 1em;
    margin: auto;
    line-height: 1em;
}

/*flow*/
table#flowTbl,
table#flowTbl th,
table#flowTbl td{
    border: none;
}
.article table#flowTbl td, .article table#flowTbl tr:last-child td {
    border: none;
    background: none;
    margin: 10px 0;
    padding: 0;
}
.article table#flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px auto 0;
}
.article table#flowTbl tr {
    background: #FFF;
    border-radius: 10px;
    display: block;
    height: auto;
    margin-bottom: 2.8em;
    padding: 10px 30px;
    position: relative;
}
.article table#flowTbl td strong,.article table#flowTbl td p{
    display: inline-block;
    margin: 0;
    font-size: 1.3em;
}
.article table#flowTbl td strong {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    background: var(--first-color);
    border-radius: 24px;
    padding: 2px 30px;
    margin-right:14px;
    text-align: center;
}
.article table#flowTbl td::after {
   line-height:1;
   position: absolute;
   text-align: center;
   bottom: -1.5em;
   left: 0;
   right: 0;
   margin: auto;
}
.article table#flowTbl tr:last-child td::after {
    display:none;
}


/*2列*/
.article.col2 h3 {
  font-size: 1.4em;
  margin-left: -20px;
}
.article.col2 h4 {
  font-size: 1.3em;
}

.maru.col2 li{
  display: inline-block;
  width: 49%;
}
.col2 ul.maru li,
.col2 ul.check li {
    font-size: .94em;
    font-feature-settings: 'palt';
    line-height: 1.4em;
}

/*リンクリスト*/
ul.menubox.col3 li {
    width: 32.6%;
    display: inline-block;
}
ul.menubox.col2 li {
    width: 49%;
    display: inline-block;
}
.menubox li a {
    display: block;
    border-radius: 2px;
    border: solid 1px;
    text-align: center;
    margin: 0 4px 6px;
    padding: 8px 10px;
    color: #333;
    font-feature-settings: 'palt';
    font-weight: bold;
    text-decoration: none;
}
.menubox li a:hover {
    color: #FFF;
}
.menubox li a:before{
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  padding-right: 8px;
    color: #0dbe52;
}

/*リスト*/
ul.check {
    margin-bottom: 14px;
    padding-left: 1.6em;
}
ul.check li:before {
    top: 0.6em;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: bold;
    margin-right: 7px;
    border: none;
    transform: unset;
    -webkit-transform: unset;
    color: var(--point-color);
    left: -26px;
    top: 0.4em;
}
ul.check li {
    border-bottom: dashed 1px #CCC;
    padding: 6px 0;
    padding-left: 10px;
    color: #444;
    font-feature-settings: 'palt';
    font-size: 1.2em;
    letter-spacing: .1em;
}
ul.check.star li {
    padding-left: 0;
}
ul.check.star li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f005';
    font-weight: bold;
    margin-right: 7px;
}
ul.boxList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    gap: 2%;
}
ul.boxList li {
    text-align: center;
    width: 32%;
    background:#FFF;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 15px 10px;
    margin-bottom: 20px;
}
/*faq*/
ul.faq {
    padding: 10px 0 20px;
}
ul.faq li.qus, ul.faq li.ans {
    display: block;
    font-size: 100%;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 50px;
}
ul.faq li.qus::before, ul.faq li.ans::before {
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 14px 0 -46px;
    text-align: center;
    width: 32px;
}
ul.faq li.qus::before {
    background-color: #666;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: var(--second-color);
    content: "A";
}

.article li h4 {
    font-size: 1.2em;
    margin-bottom: 18px;
}
.article li h4:before {
    left: 0;
}

/*side*/
#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
    border-color: var(--first-color);
}
.side-logo img {
    width: 100%;
}
.side-text{
  text-align:center;
  padding-top:10px;
}
.shop {
    padding: 10px 0;
    font-weight: bold;
    color:#444;
    border-top: 1px solid #ccc;
    line-height: 1.4em;
    font-size: 140%;
}
.add,.time {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    line-height: 1.4em;
}
.tel {
    border-top: 1px solid #ccc;
    padding: 6px 0;
}
.tel-link {
  font-size: 1.1em;
}
.shop-title {
    padding-bottom: 10px;
}
.link-wrap {
    margin: 14px 0;
}
.freeHtml_body h4 {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 2px;
    margin-bottom: 10px;
}

.freeHtml_body p.area {
    font-feature-settings: 'palt';
    font-size: .94em;
    text-align: left;
    line-height: 1.6em;
}


/*サイト案内
--------------------*/
#info-link .gallery_grid li.galleryGrid .comment::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    margin-left: 4px;
    color: var(--point-color);
    }
#info-link .comment {
    line-height:1.3em;
    color: #444;
    margin: 8px 0;
    font-feature-settings: 'palt';
    margin: 8px 0;
}
#info-link .image a {
    display: block;
    position: relative;
    border: solid 3px var(--point-color);
    border-radius: 6px;
    margin: 0 6px;
    box-shadow: 0 0 0 3px #FFF;
    background: var(--point-color);
}
#info-link .image a img {
    border-radius: 3px;
}
#info-link .galleryGrid_outer {
    padding: 0;
}

#mainArticles form, #mainBlogCommentForm_outer form {
    background: none;
}
#footer {
    background: none;
}
#footer *{
  color:#555;
}
#footer a:hover,
#footer a:before{
    color: var(--first-color);
}
