@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Antique+Soft&M+PLUS+Rounded+1c:wght@400;700&display=swap');

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'M PLUS Rounded 1c',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	background: #fff;
	color:#2d2d2d;
}
@media screen and (min-width: 375px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
.inner {
  width: 100%;
  max-width: 1140px;
  padding: 0 1rem;
  margin: auto;
}
img {
  width: 100%;
  max-width: 100%;
}
.serif {
  font-family: 'Zen Antique Soft',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nowrap {
  white-space: nowrap;
}
/* ########  header  ######### */
#site_header {
  width: 100%;
  background: #fff;
  border-bottom: 4px solid #5d4e00;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #site_header {
    height: 85px;
  }
}
#site_header .sitelogo {
  width: 100%;
  max-width: 180px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #site_header .sitelogo {
    max-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  #site_header .sitelogo {
    max-width: 250px;
  }
}
#site_header .nav-link {
  color: #000;
  font-size: 72%;
  opacity: 0.67;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #site_header .nav-link::before {
    content: '';
    width: 1px;
    height: 1em;
    background: #836332;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 864px) {
  #site_header .nav-link {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
#site_header .nav-link:hover {
  color: #000; /* *0.67 = #545454*/
  opacity: 1;
}
#site_header .nav-link.btn {
  padding: 5px;
  background: #836332;
  border-radius: 0;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #site_header .nav-link.btn {
    padding: 2px;
  }
}
#site_header .nav-link.btn:hover {
  opacity: 0.67;
}
#site_header .nav-link.btn span {
  width: 100%;
  padding: 5px;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #site_header .nav-link.btn span {
    line-height: 1;
  }
}
#site_header .navbar-toggler {
  background: #836332;
  border: 0;
}
#site_header .navbar-toggler:focus {
  outline: 0;
}
/* ########  section contents  ######### */
main {
  margin-top: 67px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 85px;
  }
}
section {
  padding: 50px 0;
}
.section_title {
  padding: 0.1em;
  margin-bottom: 50px;
  color: #3f3f3f;
  font-size: 135%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_title {
    font-size: 155%;
  }
}
@media screen and (min-width: 992px) {
  .section_title {
    font-size: 195%;
  }
}

#kv {
  background: linear-gradient(90deg, #e5f1f7 0%, #e5f1f7 50%, #9fc7cd 50%, #9fc7cd 100%);
  position: relative;
}
#kv .text {
  width: 100%;
  padding: 10px 0;
  background: rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  #kv .text {
    padding: 25px 0;
  }
}
#kv h2 {
  background: #e7c7da;
  font-size: 100%;
}

#about .section_title {
  color: #860055;
}
#about .section_title img {
  width: 4em;
}
@media screen and (min-width: 768px) {
  #about .section_title img {
    width: 5em;
  }
}
#about h3 {
  padding: 0.25em 0;
  background: #e8bcd4;
  font-size: 120%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #about h3 {
    font-size: 125%;
  }
}
#about .item {
  max-width: 450px;
  margin: 0 auto;
}

#feature {
  background: #ebebe2;
}
#feature .section_title {
  background: #e1dcb9;
  border-top: 10px solid #c4ba73;
  border-bottom: 10px solid #c4ba73;
}
@media screen and (min-width: 992px) {
  #feature .section_title {
    border-top: 25px solid #c4ba73;
    border-bottom: 25px solid #c4ba73;
  }
}
#feature > .inner {
  max-width: 980px;
}
#feature h3 {
  color: #860055;
  font-size: 115%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #feature h3 {
    font-size: 165%;
  }
} 
#feature h3.heading1::before,
#feature h3.heading1::after {
  content: '';
  width: 1.5em;
  height: 1.25em;
  margin: 0 auto;
  background: url(img/feature_titleicon.svg)center/contain no-repeat;
  display: block;
}
@media screen and (min-width: 576px) {
  #feature h3.heading1::before,
  #feature h3.heading1::after {
    width: 1.5em;
    height: 1.25em;
    margin: 0 0.5em 0 0;
  }
  #feature h3.heading1::after {
    margin: 0 0 0 0.5em;
  }
}
#feature h3.heading1::after {
  transform: scale(-1,1);
}
#feature h3.heading2::before {
  content: '';
  width: 7em;
  border-top: 2em solid #fff;
	border-right: 5em solid transparent;
	border-left: 5em solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
#feature h3.heading2 span {
  position: relative;
  z-index: 1;
}
#feature .box {
  background: #fff;
  border-top: 7px solid #c4ba73;
  border-bottom: 7px solid #c4ba73;
}
#feature .intro img {
  max-width: 415px;
}
@media screen and (min-width: 768px) {
  #feature .intro p {
    font-size: 110%;
  }
}
#feature .feature h4 {
  color: #860055;
  font-size: 110%;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #feature .feature h4 {
    font-size: 100%;
  }
}
#feature .number img {
  width: 2.5em;
}

#worries .female {
  background: #f5dbf0;
}
#worries .male {
  background: #cfdfea;
}
#worries .inner {
  max-width: 480px;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
  overflow-y: hidden;
}
#worries h3 {
  font-size: 145%;
}
#worries h3 strong {
  width: 7em;
  padding: 3px 0 8px 0;
  background: url(img/worries_h3_bg.png) left bottom/8px repeat-x;
  font-size: 108%;
  text-align: center;
}
#worries .female h3 strong {
  color: #a02b82;
}
#worries .male h3 strong {
  color: #2e3a6a;
}
#worries .image {
  max-width: 120px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #worries .image {
    max-width: 175px;
  }
}
@media screen and (min-width: 992px) {
  #worries .image {
    max-width: 175px;
  }
}
#worries ul {
  width: 100%;
  padding: 2.5em 1.1em;
  margin: 0 auto;
  background: #fff;
}
#worries ul li {
  padding-left: 1.25em;
  list-style-type: none;
  position: relative;
}
#worries ul li::before {
  content: '';
  width: 1em;
  height: 1em;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
}
#worries .female ul li::before {
  border-left: 0.8em solid #e2b8d9;
}
#worries .male ul li::before {
  border-left: 0.8em solid #8bb6db;
}
#worries .hearticon {
  width: 70px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #worries .hearticon {
    width: 50px;
  }
}

#flow {
  background: #f0f2f3;
}
#flow .section_title {
  background: #fff;
}

/*----------------------------------------------------
  price
----------------------------------------------------*/
#price .section_title {
  background: #ebebe2;
}
#price .attention {
  font-size: 0.9rem;
}
/*----------------------------------------------------
  compare
----------------------------------------------------*/
#compare {
    background: #f0f2f3;
}
#compare .section_title {
  background: #fff;
}
#compare .text {
  font-size: 0.9rem;
}

#cafe .bg {
  position: relative;
}
#cafe .bg::before,
#cafe .bg::after { 
  content: '';
  width: 40vw;
  height: 40vw;
  background: url(img/cafe_bg.png) left top/cover no-repeat;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #cafe .bg::before,
  #cafe .bg::after { 
    width: 20vw;
    height: 20vw;
  }
}
#cafe .bg::after {
  left: auto;
  right: 0;
  transform: scale(-1,1);
}
#cafe .section_title {
  background: #fff;
  border-top: 10px solid #bde1e1;
  border-bottom: 10px solid #bde1e1;
}
@media screen and (min-width: 992px) {
  #cafe .section_title {
    background: #fff;
    border-top: 25px solid #bde1e1;
    border-bottom: 25px solid #bde1e1;
  }
}
#cafe .img3 {
  width: 2em;
}
@media screen and (min-width: 768px) {
  #cafe .img3 {
    width: 4.5em;
  }
}
#contact {
  background: #ebebe2;
}
@media screen and (max-width: 575px) {
  #contact .section_title {
    padding: 0;
    margin-bottom: 20px;
    font-size: 120%;
  }
}
@media screen and (min-width: 576px) {
  #contact .section_title::after {
    content: '';
    width: 100%;
    height: 3em;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    z-index: 0;
  }
}
#contact .section_title .inner {
  z-index: 1;
}
#contact .section_title h2 {
  font-size: 100%;
}
@media screen and (max-width: 575px) {
  #contact .section_title h2 span {
    width: calc(100% + 2rem);
    padding: 0.5em;
    margin-bottom: 0.5em;
    background: #fff;
    flex-shrink: 0;
  }
}
#contact .section_title img {
  width: 4em;
}
@media screen and (min-width: 768px) {
  #contact .section_title img {
    width: 5em;
  }
}
#contact .img1 {
  max-width: 700px;
}
/* ########  footer  ######### */
#site_footer {
  background: #c4ba73;
  color: #000;
  font-size: 72%;
  letter-spacing: 2px;
}
#site_footer p a {
  color: #000;
  pointer-events: none;
}
#site_footer .spbnr {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

/* -----------------------
flow
-----------------------*/

#flow h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
#flow p {
  font-size: 1.0rem;
}
#flow .flex_box {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
#flow .flex_box_left {
  width: 35%;
}
#flow .flex_box_left img {
  border: 1px solid rgba(165, 146, 103, 1.00)
}
#flow .flex_box_right {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  #flow h3 {
    font-size: 1.2rem;
  }
  #flow p {
    font-size: 0.8rem;
  }
  #flow .flex_box_left {
    width: 25%;
  }
  #flow .flex_box_right {
    width: 75%;
    text-align: left;
  }
}

/*----------------------------------------------------
  RWDテーブル
----------------------------------------------------*/
.rwd_table {
  width: 100%;
}
.rwd_table th, td {
  padding: 10px;
  border: 1px solid #ddd;
}
.rwd_table th {
  background: #f4f4f4;
}
.rwd_table th {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width:480px) {
  .rwd_table {}
  .rwd_table th, .rwd_table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .rwd_table tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
/*----------------------------------------------------
  RWDテーブルcolor
----------------------------------------------------*/
.rwd_table_color01 td {
  border: 1px solid #9c875c;
  vertical-align: middle;
}
.rwd_table_color01 th {
  border: 1px solid #D7C8A9;
  vertical-align: middle;
}
.rwd_table_color01 th {
  color: #FFFFFF;
  background: #9c875c;
}
.rwd_table_type02 td {
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rwd_table_type02 th {
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #9c875c;
  background-color: rgba(156, 135, 92, 0.1);
}
.rwd_table_type02 .color_bg_01 {
  background-color: rgba(156, 135, 92, 1.00);
}
.rwd_table_type02 .color_bg_02 {
  color: #FFFFFF;
  background: #2d4a7a;
}
.rwd_table_type02 .color_bg_03 {
  color: #FFFFFF;
  background: #ed3737;
}
.rwd_table_type02 .color_bg_05 {
  background-color: rgba(45, 74, 122, 0.1);
}
.rwd_table_type02 .color_bg_06 {
  background-color: rgba(237, 55, 55, 0.1);
}
@media only screen and (max-width:480px) {
  .rwd_table_type02 th {
    padding: 3px;
    font-size: 0.9rem;
  }
  .rwd_table_type02 td {
    padding: 3px;
    font-size: 1.0rem;
  }
}
.rwd_table_type03 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:480px) {
  .rwd_table_type03 th {
    padding: 3px;
    font-size: 0.9rem;
  }
  .rwd_table_type03 td {
    padding: 3px;
    font-size: 0.9rem;
	
  }
}
.rwd_table_type04 td {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rwd_table_type04 th {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #4F4F4F;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type04 .color_bg_01 {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type04 .color_bg_02 {
  color: #FFFFFF;
  background: #9c875c;
}
.rwd_table_type04 .color_bg_03 {
  color: #FFFFFF;
  background: #4F4F4F;
}
.rwd_table_type04 .color_bg_04 {
  color: #FFFFFF;
  background: #4F4F4F;
}
.rwd_table_type04 .color_bg_05 {
  color: #FFFFFF;
  background: #2d4a7a;
}
.rwd_table_type04 .color_bg_06 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #9c875c;
  background-color: rgba(156, 135, 92, 0.1);
}
.rwd_table_type04 .color_bg_07 {
  color: #4F4F4F;
  background-color: rgba(0, 0, 0, 0.03);
}
.rwd_table_type04 .color_bg_08 {
  color: #4F4F4F;
  background-color: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width:480px) {
  .rwd_table_type04 th {
    padding: 3px;
    /*font-size: 0.8rem;*/
	font-size: 0.7rem;
  }
  .rwd_table_type04 td {
    padding: 3px;
    /*font-size: 0.8rem;*/
	font-size: 0.7rem;
  }
  .rwd_table_type04 .color_bg_06 {
    /*font-size: 1.0rem;*/
	font-size: 0.8rem;
  }
}
.rwd_table_type05 td {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rwd_table_type05 th {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #4F4F4F;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type05 .color_bg_01 {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type05 .color_bg_02 {
  color: #FFFFFF;
  background: #9c875c;
}
.rwd_table_type05 .color_bg_03 {
  color: #FFFFFF;
  background: #4F4F4F;
}
.rwd_table_type05 .color_bg_04 {
  color: #FFFFFF;
  background: #2d4a7a;
}
.rwd_table_type05 .color_bg_05 {
  font-weight: bold;
  color: #9c875c;
  background-color: rgba(156, 135, 92, 0.1);
}
.rwd_table_type05 .color_bg_06 {
  color: #4F4F4F;
  background-color: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width:480px) {
  .rwd_table_type05 th {
    padding: 3px;
    font-size: 0.8rem;
  }
  .rwd_table_type05 td {
    padding: 3px;
    font-size: 0.8rem;
  }
}
.img1 {
  max-width: 700px;
}
.bn_lead{
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:15px;
}

/*下部固定ボタン*/
#footer_fixed{
	position:fixed;
	bottom:-2px;
	z-index:99999999;
}

#footer_fixed a img,
#footer_fixed a:link img,
#footer_fixed a:visited img,
#footer_fixed a:hover img,
#footer_fixed a:active img{
	opacity:1;
}


.footer_fixed_btn{
	max-width:48%;
	box-sizing:border-box;
	padding:10px 2px 0px 2px;
}

.footer_fixed_image{
	max-width:100%;
}

