﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
  background: #fcf2ef; 
}
img { width:100%; height: auto; }
.sp { display: block; }
.pc { display: none; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap {
  min-width:0;
  padding-top: 70px;
  overflow: hidden;
}
.common_wrap01 {
  width: 92%;
  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: 24px;
  font-weight: bold;
  color: #362520;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.common_ttl02 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #362520;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  padding-bottom: 15px;
}
.common_ttl02::after {
  content: "";
  width: 34px;
  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: 16px;
  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: 80%;
  color: #fff;
  font-size: 16px;
  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 70%;
  border-radius: 42px;
  line-height: 1;
  text-decoration: none;
  padding: 22px 10px 16px 0;
  box-shadow: 0px 7px 0px 0px #f5d1c8;
  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: 14px;
  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: 20px 15px;
}
.hlogo img {
  height: 30px;
  width: auto;
}
.gnav ,
.h_contact {
  display: none;
}



/* =============================== 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% + 100px );
  left: -50px;
  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: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: .08em;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 32px;
}
.cta_bk .cta .cta_btn a {
  display: inline-block;
  width: 80%;
  color: #fff;
  font-size: 18px;
  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;
}
/*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: 120px;
  z-index: 100;
}
.side_information a {
  display: block;
  background: #fff3bf;
  padding: 20px 5px 20px 15px;
  border-radius: 12px 0 0 12px;
  box-shadow: 0px 8px 0px 0px #f4dbd4;
  position: relative;
}
.side_information a img {
  line-height: 1;
  width: 22px;
}
  
.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: 5% !important;
  z-index: 999;
}
.footer_inner01 {
  background: #402c27;
}
.footer_inner01 .common_wrap01 {
  align-items: center;
  padding: 35px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_inner01 .f_logo a {
  display: block;
}
.footer_inner01 .f_logo img {
  height: 30px;
  width: auto;
}
.footer_inner01 .fnav01 {
  display: none;
}
.footer_inner02 {
  background: #33201b;
  padding: 15px 0;
  text-align: center;
}
.copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
}

/* =============================== TOP =============================== */


#wrap.top {
  position: relative;
}
#wrap.top::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 25%;
  height: 0px;
  padding-top: 45.8%;
  background: url(../images/top/top_bgdeco01.png) no-repeat center center;
  background-size: cover;
  right: 0;
  top: 450px;
}
#wrap.top::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 25%;
  height: 0px;
  padding-top: 40.8%;
  background: url(../images/top/top_bgdeco02.png) no-repeat center center;
  background-size: cover;
  left: 0;
  bottom: 200px;
}

.top_main_bk {
  width: 100%;
  height: 470px;
  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: 550px;
  height: 550px;
  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 .top_main_img {
  text-align: center;
}
.top_main_bk .top_main .top_main_img img {
  width: 340px;
}
.top_main_bk .top_main_search {
  width: 90%;
  max-width: 460px;
  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: 18px;
  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;
}
@media screen and (max-width: 400px){
  .top_main_bk {
    height: 420px;
  }
  .top_main_bk::after {
    width: 480px;
    height: 480px;
}
  .top_main_bk .top_main .top_main_img img {
    width: 290px;
  }
  .top_main_bk .top_main_search {
    width: 90%;
    max-width: 400px;
  }
  .top_main_bk .top_main_search input[type="submit"] {
    background: url(../images/top/top_icon_search.png) no-repeat center center;
    background-size: 100%;
    width: 30px;
    height: 30px;
  }
  .top_main_bk .top_main_search input[type="text"] {
    font-size: 16px;
    width: calc( 100% - 45px );
  }
}


.top_information_bk {
  padding: 60px 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: 1000px 1000px 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;
  width: 100%;
  margin-top: 5px;
}
.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_img img {
  max-width: 22%;
}
.top_ttl_txt {
  margin-top: 12px;
  font-size: 26px;
  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: 12px;
  letter-spacing: -.05em;
}
.top_ttl_txt ruby[data-ruby]::before {
  font-size: 18px;
}

/*Firefox*/
@-moz-document url-prefix() {
  .top_ttl_txt {
    margin-top: 16px;
  }
  .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: 100%;
}
.top_guide_bk .top_guide_list li:nth-child(1) ,
.top_guide_bk .top_guide_list li:nth-child(2) ,
.top_guide_bk .top_guide_list li:nth-child(3) {
  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: 20px 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 .image img {
  width: 25%;
}
.top_guide_bk .top_guide_list li a .ttl {
  color: #ed6d4e;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
  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: 100%;
  box-sizing: border-box;
}
.top_faq_bk .top_faq .top_faq_tablist li:nth-last-child(n+2) {
  margin-bottom: 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 30px 0 0;
}
.top_faq_bk .top_faq .top_faq_tablist li:last-child a {
  border-radius: 0 0 30px 30px;
}
.top_faq_bk .top_faq .top_faq_tablist li:nth-child(4) a {
  padding: 20px 0;
}
.top_faq_bk .top_faq .top_faq_tablist li a.current {
  background: #ed6d4e;
  color: #fff;
}

.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: 20px 5%;
  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: 100%;
}
.top_faq_bk .top_faq .top_faq_tabcon li .date {
  font-size: 14px;
  color: #ed6d4e;
  text-align: right;
  width: 100%;
  margin-top: 5px;
}

.top_faq_bk .top_faq .nopost {
  padding: 30px 0;
  text-align: center;
}


.pagenavi {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 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: 8px;
  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: 140px 0;
}
.notfound_bk .notfound_txt {
  text-align: left;
  font-size: 16px;
  line-height: 200%;
}
.notfound_bk .notfound_txt a {
  font-size: 16px;
}
