@charset "utf-8";
/*リセット*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, a, img, small, ul, li, table, tbody, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
  /*	clear: both;*/
  font-weight: normal;
}
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

/*  clearfix  */


/*  レイアウト調整用 */
.w-100 {
  width: 100%;
}
a:hover.hover {
  opacity: 0.7;
} /* ロールオーバー */ /* 赤 */ /* 緑 */ /* 青 */ /* えんじ色 */
/* body 
--------------------------------*/
body {
  font-family: 'Kiwi Maru', serif;
  line-height: 1.5;
  max-width: 960px;
  margin: auto;
  color: #050505;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
h1 {
  background: #f84e8a;
  font-size: 14px;
  color: #fff;
  padding: 5px;
  text-align: center;
}
/* header 
--------------------------------*/
header {
  padding: 10px 5px 13px 5px;
  background-size: 100% 3px;
}


/* footer 
--------------------------------*/
footer {
  padding: 30px 0;
  background-size: cover;
  margin: 0;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0;
    background-size: cover;
    margin: 0 0 75px 0!important;
  }
}
#copyright {
  font-size: 10.5px;
  text-align: center;
  color: #fff;
  background: #E3355E;
  padding: 0.5rem 0;
}
/* index.html 
--------------------------------*/


h2 {
  background: #39C9FC;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 1rem 0;
  margin: 2rem 0;
}
h3 {
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  background: #E74F73;
  padding: 0.7rem 0;
  margin: 2rem 0 1rem;
}
h4 {
  text-align: center;
  font-size: 1.25rem;
  padding: 0.5rem 0;
  font-weight: bold;
}
.link a {
  display: block;
  text-align: center;
  color: #333;
  padding: 1rem 0;
  margin: 0.5rem 0;
  border: 2px #DC3468 solid;
  background-color: #ffffe3;
  border-radius: 0.5rem;
  font-weight: bold;
}
.link .col-6:nth-child(odd) {
  padding-right: 0;
}
.link .col-6:nth-child(even) {
  padding-left: 0.3rem;
}
.bg_blue {
  background: #2F5597;
  color: #fff;
}
.bg_red {
  background: #FF0000;
  color: #fff;
}
.font_p {
  color: #E3355E !important;
}
table th {
  vertical-align: middle !important;
  text-align: center;
}
small {
  font-size: 75%;
}
.pink_btn {
  display: block;
  background: rgb(255, 158, 158);
  background: linear-gradient(0deg, rgba(255, 158, 158, 1) 0%, rgba(235, 95, 115, 1) 50%, rgba(241, 127, 141, 1) 100%);
  padding: 1rem 0;
  color: #fff;
  font-weight: bold;
  border-radius: 80px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .pink_btn {
    display: block;
    background: rgb(255, 158, 158);
    background: linear-gradient(0deg, rgba(255, 158, 158, 1) 0%, rgba(235, 95, 115, 1) 50%, rgba(241, 127, 141, 1) 100%);
    padding: 1rem 0;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    margin: 0px;
  }
}



.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.attention:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}
.attention_p {
  position: relative;
  display: inline-block;
	padding: 0 30px;
}
.attention_p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
height: 100%;
  background: #e3355e;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.attention_p:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e3355e;
  border-radius: 3px;
  transform: rotate(25deg);
}

.feature {display: flex;flex-wrap: wrap;}

.feature h6{text-align: center;background-color: #e74f73;padding: 2% 0;margin-bottom: 0;color: #fff;}

.feature p {
  line-height: 1.4;
  font-size: 0.9rem;
  margin: 0.5em 0;
}

.badge {
  font-size: 1.1rem;
  border: 1px solid #6c757d;
  margin: 0 4px;
}
.big {
  font-size: 2.4rem;
  margin: 0.5rem;
  font-family: 'Roboto', sans-serif;
}
[class*="rounded-circle_"] {
  border-radius: 50% !important;
  width: 60px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 0.8rem;
  position: absolute;
  top: -35px;
}
.rounded-circle_p {
  background: #e3355e;
}
.rounded-circle_b {
  background: #2F5597;
}
.font_b {
  color: #2F5597;
}
.border_b {
  border-color: #2F5597 !important;
}
.price {
  border: solid 3px #E3355E;
  border-radius: 1rem;
  padding: 2rem 0.5rem 0.5rem;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  position: relative;
}
.price h5 {
  position: absolute;
  top: -12px;
  left: 23%;
  background: #fff;
  font-weight: bold;
  padding: 0 0.5rem;
}
.train, .house {
  position: relative;
}
.train:before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: -15px;
  width: 60px;
  height: 55px;
}
.house:before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 5px;
  top: -15px;
  width: 60px;
  height: 55px;
}

.page_top_btn {
  position: fixed;
  bottom: 83px;
  right: 3px;
  transition: 0.3s;
  width: 50px;
}
html {
  scroll-behavior: smooth;
}

html {
    scroll-padding-top: 110px;
}