﻿@charset "utf-8";
body { position:relative; background: #fcf2ef; }

.sp { display: none;  }
.pc { display: block; }
img { width:auto; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
  padding-top: 90px;
  overflow: hidden;
}

.common_wrap01 {
  width: 92%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.common_flex02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.common_flex02.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex02.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.common_ttl01 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #362520;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.common_ttl02 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #362520;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  padding-bottom: 15px;
}
.common_ttl02::after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0; right: 0;
  margin: auto;
  bottom: 0;
  background: #ed6d4e;
}
.common_ttl02 ruby[data-ruby]::before {
  transform: scale(0.5);
}
.common_ttl02_sub {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #362520;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.common_btn01 a {
  display: inline-block;
  position: relative;
  width: 350px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
  font-family: 'Zen Maru Gothic', sans-serif;
  border: 3px solid #fff;
  background: url(../images/common/common_btn01.png) no-repeat right 11px center #ed6d4e;
  background-size: auto;
  border-radius: 42px;
  line-height: 1;
  text-decoration: none;
  padding: 26px 10px 20px 0;
  box-shadow: 0px 7px 0px 0px #f5d1c8;
  transition: .3s;
}
.common_btn01 a:hover {
  transform: translate( 0, 7px );
  box-shadow: 0px 0px 0px 0px #fff;
  transition: .3s;
}
.common_btn01 a rt ,
.common_btn01 a ruby[data-ruby]::before {
  letter-spacing: -.04em;
}
/*Firefox*/
@-moz-document url-prefix() {
  .common_btn01 a ruby {
    position: relative;
  }
  .common_btn01 .cta_btn a rt {
    position: absolute;
    top: -1.1em;
    left: 0; right: 0;
    margin: auto;
  }
}

.common_txt01 {/*16-36*/
  font-size: 16px;
  line-height: 200%;
}


/* =============================== header =============================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ed6d4e;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 12px 0px rgba(177, 65, 40, 0.38);
}
.header_inner {
  width: 100%;
  box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 15px 20px 17px;
}
.hlogo a {
  display: block;
}
.gnav {
  width: calc( 70% - 320px );
  max-width: 530px;
  padding-left: 30px;
}
.gnav li {
  transition: .3s;
}
.gnav li:hover {
  opacity: .7;
  transition: .3s;
}
.gnav li a {
  text-decoration: none;
}
.gnav li.nolink ,
.gnav li.nolink:hover {
  opacity: .6;
  pointer-events: none;
}
.gnav li a i {
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.gnav li a span {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width:1180px){
  .gnav {
    width: calc( 90% - 320px );
  }
}
@media screen and (max-width:900px){
  .header_inner {
    padding: 16px 20px 18px;
  }
  .gnav {
    width: calc( 90% - 260px );
    max-width: 480px;
  }
  .gnav li a span {
    font-size: 12px;
  }
}
.h_contact {
  padding-left: 10px;
}
.h_contact:hover {
  opacity: 1;
}
.h_contact a {
  display: inline-block;
  width: 160px;
  text-align: center;
  color: #ed6d4e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #fff;
  border-radius: 25px;
  line-height: 1;
  text-decoration: none;
  padding: 18px 6px 18px 0;
  box-shadow: 0px 4px 0px 0px #f5d1c8;
  transition: .3s;
  position: relative;
}
.h_contact a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ed6e4e;
  position: absolute;
  right: 14px;
  top: 51%;
  transform: translate(0,-50%);
}
.h_contact a:hover {
  transform: translate( 0, 4px );
  box-shadow: 0px 0px 0px 0px #fff;
  transition: .3s;
}

/* =============================== cta =============================== */

.cta_bk {
  position: relative;
  overflow: hidden;
  padding: 60px 0 55px;
  z-index: 5;
}
.cta_bk::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  width: calc( 100% + 600px );
  left: -300px;
  border-radius: 3800px 3800px 0 0 / 200px 200px 0 0;
  background: url(../images/common/cta_bg01.png),linear-gradient(0deg, rgb(249,138,113) 0%, rgb(249,156,135) 71%, rgb(248,174,157) 100%);
  background-size: auto;
  background-repeat: repeat;
}
.cta_bk .cta {
  border: 4px solid #f4d8d1;
  background: #fff;
  border-radius: 30px;
  padding: 60px 0 50px ;
  position: relative;
}
.cta_bk .cta::before {
  content: "";
  display: block;
  width: 147px;
  height: 90px;
  background: url(../images/common/cta_img01.png) no-repeat center center;
  position: absolute;
  z-index: 1;
  left: 0; right: 0;
  margin: auto;
  top: -60px;
}
.cta_bk .cta .cta_ttl {
  color: #362520;
  text-align: center;
  font-size: 26px;
  margin-bottom: 35px;
  font-weight: bold;
  letter-spacing: .14em;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 32px;
}
.cta_bk .cta .cta_btn a {
  display: inline-block;
  width: 420px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .2em;
  font-family: 'Zen Maru Gothic', sans-serif;
  border: 3px solid #fff;
  background: #ed6d4e;
  border-radius: 42px;
  line-height: 1;
  text-decoration: none;
  padding: 26px 0 20px;
  box-shadow: 0px 7px 0px 0px #f5d1c8;
  transition: .3s;
}
.cta_bk .cta .cta_btn a:hover {
  transform: translate( 0, 7px );
  box-shadow: 0px 0px 0px 0px #fff;
  transition: .3s;
}
/*Firefox*/
@-moz-document url-prefix() {
  .cta_bk .cta .cta_ttl ruby ,
  .cta_bk .cta .cta_btn a ruby {
    position: relative;
  }
  .cta_bk .cta .cta_ttl rt ,
  .cta_bk .cta .cta_btn a rt {
    position: absolute;
    top: -1.1em;
    left: 0; right: 0;
    margin: auto;
  }
}

/* =============================== side_information =============================== */

.side_information {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 100;
}
.side_information a {
  display: block;
  background: #fff3bf;
  padding: 25px 7px 25px 17px;
  border-radius: 12px 0 0 12px;
  box-shadow: 0px 8px 0px 0px #f4dbd4;
  position: relative;
}
.side_information a img {
  line-height: 1;
}
  
.side_information.none a {
  pointer-events: none;
  box-shadow: 0px 8px 0px 0px #aa9893;
}
.side_information.none a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px 0 0 12px;
  background: rgba( 0,0,0,.3);
  position: absolute;
  left: 0;
  top: 0;
}

/* =============================== footer =============================== */

footer {
  position: relative;
}
.btn_pagetop {
  right: 50px;
  z-index: 999;
}
.footer_inner01 {
  background: #402c27;
}
.footer_inner01 .common_wrap01 {
  align-items: center;
  padding: 54px 0;
}
.footer_inner01 .f_logo a {
  display: block;
}
.footer_inner01 .fnav01 li {
  margin-left: 50px;
}
.footer_inner01 .fnav01 li.nolink a {
  opacity: .7;
  pointer-events: none;
}
.footer_inner01 .fnav01 li a {
  font-size: 14px;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
}
.footer_inner02 {
  background: #33201b;
  padding: 20px 0;
  text-align: center;
}
.copyright {
  color: #fff;
  font-size: 9px;
}


/* =============================== TOP =============================== */

#wrap.top {
  position: relative;
}
#wrap.top::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 154px;
  height: 282px;
  background: url(../images/top/top_bgdeco01.png) no-repeat center center;
  right: 0;
  top: 450px;
}
#wrap.top::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 172px;
  height: 282px;
  background: url(../images/top/top_bgdeco02.png) no-repeat center center;
  left: 0;
  bottom: 450px;
}

.top_main_bk {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.top_main_bk::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: calc( 100% + 600px );
  left: -300px;
  background: linear-gradient(0deg, #f98a72 0%, #f8ae9d 100%);
  background-size: auto;
}
.top_main_bk::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 770px;
  height: 770px;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  border-radius: 50%;
}
.top_main_bk .top_main {
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate( -50%, -50% );
  z-index: 2;
  text-align: center;
}
.top_main_bk .top_main_search {
  width: 90%;
  max-width: 540px;
  margin: 15px auto 30px;
  border-radius: 35px;
  background: linear-gradient(0deg, #f98a72 0%, #f8ad9c 100%);
  padding: 5px 20px 5px 5px;
}
.top_main_bk .top_main_search input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  line-height: 1;
  padding: 15px 25px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  width: calc( 100% - 50px );
}
.top_main_bk .top_main_search input[type="text"]::placeholder {
  color: #f4dad3;
}
.top_main_bk .top_main_search input[type="submit"] {
  text-indent: -9999px;
  background: url(../images/top/top_icon_search.png) no-repeat center center;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 14px;
}


.top_information_bk {
  padding: 80px 0 50px;
  position: relative;
  z-index: 5;
}
.top_information_bk::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 200px;
  top: -30px;
  left: 0;
  width: calc( 100% + 600px );
  left: -300px;
  border-radius: 3800px 3800px 0 0 / 200px 200px 0 0;
  background: #fcf2ef;
}
.top_information_bk .top_information {
  position: relative;
  z-index: 5;
}
.top_information_bk .top_information_list {
  margin-bottom: 35px;
}
.top_information_bk .top_information_list li {
  margin-bottom: 25px;
}
.top_information_bk .top_information_list li a {
  letter-spacing: -.4em;
  padding: 16px 38px;
  display: block;
  background: #fff9e0;
  border-radius: 32px;
  box-shadow: 0px 8px 0px 0px #f5d1c8;
  transition: .3s;
}
.top_information_bk .top_information_list li a:hover {
  transform: translate( 0, 8px );
  box-shadow: 0px 0px 0px 0px #fff;
  transition: .3s;
}
.top_information_bk .top_information_list li a span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.top_information_bk .top_information_list li a .date {
  font-size: 18px;
  color: #ed6d4e;
  font-family: 'Zen Maru Gothic', sans-serif;
  width: 5.5em;
  line-height: 1;
}
.top_information_bk .top_information_list li a .cate {
  font-size: 18px;
  color: #ed6d4e;
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #f4dad3;
  line-height: 1;
  padding: 8px;
  border-radius: 3px;
  margin-right: 15px;
}
.top_information_bk .top_information_list li a .ttl {
  font-size: 16px;
}
.top_information_bk .top_information_list li a .ttl::after {
  content: "・・・";
  color: #ed6d4e;
  font-size: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-left: 18px;
}

.top_ttl_img {
  text-align: center;
  margin-bottom: 20px;
}
.top_ttl_txt {
  margin-top: 14px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  letter-spacing: .05em;
  font-family: 'Zen Maru Gothic', sans-serif;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 40px;
}
.top_ttl_txt rt {
  font-size: 14px;
  letter-spacing: -.05em;
}
.top_ttl_txt ruby[data-ruby]::before {
  font-size: 22px;
}

/*Firefox*/
@-moz-document url-prefix() {
  .top_ttl_txt {
    margin-top: 18px;
  }
  .top_ttl_txt ruby {
    position: relative;
  }
  .top_ttl_txt rt {
    position: absolute;
    top: -.8em;
    left: 0; right: 0;
    margin: auto;
  }
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .top_ttl_txt ruby {
  position: relative;
}
_::-webkit-full-page-media, _:future, :root .top_ttl_txt rt {
  position: absolute;
  top: -1em;
  left: -.5em; right: 0;
  margin: auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .top_ttl_txt ruby {
    position: relative;
  }
  ::i-block-chrome, .top_ttl_txt rt {
    position: absolute;
    top: -1em;
    left: -.5em; right: 0;
    margin: auto;
  }
}



.top_guide_bk {
  padding: 50px 0;
}
.top_guide_bk .top_guide_list li {
  width: 47.5%;
}
.top_guide_bk .top_guide_list li:nth-child(1) ,
.top_guide_bk .top_guide_list li:nth-child(2) {
  margin-bottom: 30px;
}
.top_guide_bk .top_guide_list li a {
  display: block;
  border: 2px solid #ed6d4e;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 15px 8.2%;
  text-decoration: none;
  box-shadow: 0px 7px 0px 0px #f5d1c8;
  transition: .3s;
}
.top_guide_bk .top_guide_list li a:hover {
  transform: translate( 0, 7px );
  box-shadow: 0px 0px 0px 0px #fff;
  transition: .3s;
}
.top_guide_bk .top_guide_list li a .image {
  display: block;
  text-align: center;
}
.top_guide_bk .top_guide_list li a .ttl {
  color: #ed6d4e;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  letter-spacing: .018em;
  background: url(../images/common/common_line01.svg) space no-repeat bottom;
  background-size: auto 8px;
}
.top_guide_bk .top_guide_list li a .ttl ruby[data-ruby]::before {
  transform: scale(0.525);
}
.top_guide_bk .top_guide_list li a .ttl rt {
  font-size: 0.525em;
}
.top_guide_bk .top_guide_list li a .txt {
  font-size: 16px;
  line-height: 200%;
}





.top_faq_bk {
  padding: 50px 0 100px;
  position: relative;
  z-index: 15;
}
.top_faq_bk .top_faq .top_faq_tablist {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.top_faq_bk .top_faq .top_faq_tablist li {
  width: calc( ( 100% - 9px ) / 4 );
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.top_faq_bk .top_faq .top_faq_tablist li:nth-last-child(n+2) {
  margin-right: 3px;
}
.top_faq_bk .top_faq .top_faq_tablist li a {
  display: block;
  flex-grow: 1;
  padding: 20px 0 16px;
  text-align: center;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  background: #fff;
  color: #ed6d4e;
  line-height: 1;
  position: relative;
}
.top_faq_bk .top_faq .top_faq_tablist li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}
.top_faq_bk .top_faq .top_faq_tablist li:last-child a {
  border-radius: 0 30px 30px 0;
}
.top_faq_bk .top_faq .top_faq_tablist li:nth-child(4) a {
  padding: 22px 0 14px;
  font-size: 15px;
}
.top_faq_bk .top_faq .top_faq_tablist li a:hover ,
.top_faq_bk .top_faq .top_faq_tablist li a.current {
  background: #ed6d4e;
  color: #fff;
}
.top_faq_bk .top_faq .top_faq_tablist li a:hover::before ,
.top_faq_bk .top_faq .top_faq_tablist li a.current::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ed6e4e transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0; right: 0;
  margin: auto;
}
.top_faq_bk .top_faq .top_faq_tablist li a .count {
  font-size: 14px;
  margin-left: 2px;
}

.top_faq_bk .top_faq .top_faq_tablist li ruby {
  position: relative;
}
.top_faq_bk .top_faq .top_faq_tablist li a rt {
  position: absolute;
  top: -1.2em;
  left: 0;
}

.top_faq_bk .top_faq .top_faq_tabcon {
  width: 100%;
  margin: 25px auto 0;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #f4dad3;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.top_faq_bk .top_faq .top_faq_tabcon li {
  letter-spacing: -.4em;
  width: 100%;
  border-bottom: 4px dotted #f08166;
}
.top_faq_bk .top_faq .top_faq_tabcon li a {
  padding: 17px 0 15px;
  display: block;
}
.top_faq_bk .top_faq .top_faq_tabcon li span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.top_faq_bk .top_faq .top_faq_tabcon li .ttl {
  font-size: 16px;
  width: calc( 100% - 8em );
}
.top_faq_bk .top_faq .top_faq_tabcon li .date {
  font-size: 16px;
  color: #ed6d4e;
  text-align: right;
  width: 8em;
}

.top_faq_bk .top_faq .nopost {
  padding: 50px 0;
  text-align: center;
}


.pagenavi {
  width: 92%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0;
}
.pagenavi .wp-pagenavi {
  text-align: center;
}
.pagenavi .wp-pagenavi a ,
.pagenavi .wp-pagenavi span {
  font-size: 16px;
  text-decoration: none;
  border: 2px solid #f4d8d1;
  background: #fff;
  color: #ed6d4e;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  margin: 0 4px;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.pagenavi .wp-pagenavi a:hover ,
.pagenavi .wp-pagenavi span.current {
  color: #fff;
  background: #ed6d4e;
  font-weight: bold;
}



.notfound_bk {
  padding: 160px 0;
}
.notfound_bk .notfound_txt {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
}
.notfound_bk .notfound_txt a {
  font-size: 18px;
}