@import url("https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c");
.is-orange:after, .navbar-head .head-tel:before, #section-dayexemple .slider-box .bx-prev:before, #section-dayexemple .slider-box .bx-next:before, .roop-facility .box .content-meta .content-detail .facility-add:before, .roop-facility .box .content-meta .content-detail .facility-size:before, .roop-facility .box .content-meta .content-detail .facility-max:before, .flow .inner-flow:after, footer ul.group-home-nav li:before, footer ul.nav li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body,
html {
  font-size: 16px;
  line-height: 2;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body a {
  color: #4a4a4a;
}

.title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  color: #1a2b43;
}

.Gfont {
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
  color: #1a2b43;
}

.sub-title.is-5 {
  font-size: 1.25rem;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
}

.number {
  font-family: 'Gochi Hand', cursive;
}

.button {
  border: none;
}

.bg-light {
  background-color: #fbf9f7;
}

.bg-dark {
  background-color: #0a303a;
}

.bg-darker {
  background-color: #08262f;
}

.bg-green {
  background-color: #21ad96;
}

.bg-light-blue {
  background-color: #F5F7FA;
}

.is-theme {
  background-color: #1a2b43;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  font-weight: 400;
}

.is-theme:hover {
  background-color: #EA5704;
  color: #fff;
}

.is-orange {
  background: #fdf0ea;
  color: #EF6F31;
  padding: 8px 30px;
  font-weight: 400;
}

.is-orange:after {
  content: '\f138';
  padding-left: 10px;
  font-size: 15px;
}

.is-orange:hover {
  background-color: #EF6F31;
  color: #fff;
}

.title.is-2,
.is-size-1, .is-size-2, .is-size-3, .is-size-4 {
  line-height: 1.6;
}

@media (max-width: 768px) {
  body,
  html {
    font-size: 16px;
  }
  .title.is-2 {
    font-size: 1.8rem;
  }
  .is-size-4 {
    font-size: 1.2rem !important;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 100000;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loaders/rings.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.navbar {
  background: #fff;
  box-shadow: 0 0 6px #efefef;
}

.navbar a.logo {
  padding: 8px 20px 0;
}

.navbar a.logo img {
  width: 200px;
  height: auto;
}

.navbar .button {
  height: 44px;
}

.navbar .navbar-menu ul {
  display: flex;
}

.navbar .navbar-menu ul li {
  align-items: center;
  display: flex;
}

.navbar .navbar-menu ul li a {
  color: #1a2b43;
  display: block;
  line-height: 1.5;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  padding: .5rem .75rem;
  position: relative;
  font-weight: bold;
}

.fixed {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.fixed-logo {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding-top: 30vh;
  opacity: 0.4;
}

#navbar-main.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100000;
}

#navbar-main.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 60px;
}

@media (max-width: 1023px) {
  .navbar .navbar-burger {
    height: 80px;
    width: 80px;
  }
  .navbar .is-fixed .navbar-burger {
    height: 60px;
    width: 60px;
  }
  .navbar .navbar-burger span {
    height: 2px;
    width: 30px;
    left: calc(50% - 16px);
  }
  .navbar .navbar-burger span:nth-child(1) {
    top: calc(50% - 10px);
  }
  .navbar .navbar-burger span:nth-child(3) {
    top: calc(50% + 8px);
  }
  .navbar .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .navbar .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .navbar .navbar-menu ul {
    display: block;
  }
  .navbar .navbar-menu ul li {
    text-align: center;
    display: block;
  }
}

#backtotop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 10000;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#backtotop .visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#backtotop .visible a {
  outline: none;
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #66676b;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
}

#backtotop .visible a:after {
  outline: none;
  content: "\f077";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: relative;
  display: block;
  top: 52%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

figure img {
  display: block;
}

.section-header {
  padding-top: 30px;
  padding-bottom: 20px;
}

.breadcrumbs {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.navbar-head {
  height: 60px;
  line-height: 35px;
}

.navbar-head h1, .navbar-head a {
  font-weight: bold;
  margin: .25rem .75rem;
  display: inline-block;
}

.navbar-head .head-tel:before {
  content: '\f2a0';
  padding-right: 6px;
}

#section-hero {
  background: url(../img/home/bg-hero01.png) right 0% top 0%/300px auto no-repeat, url(../img/home/bg-hero02.png) left 0% bottom 0%/300px auto no-repeat;
  background-color: #F5F7FA;
}

#section-hero .inner-hero {
  padding-top: 50px;
  height: 600px;
}

#section-hero .inner-hero .content-hero {
  background: url(../img/home/bg-hero.svg) center center no-repeat;
  background-size: contain;
  height: 500px;
  width: 500px;
  margin: 0 auto;
  opacity: .8;
  position: relative;
}

#section-hero .inner-hero .content-hero .bg03 {
  position: absolute;
  left: -20px;
  top: 25px;
  width: 150px;
  height: auto;
}

#section-hero .inner-hero .content-hero .bg04 {
  position: absolute;
  right: -20px;
  bottom: -40px;
  width: 180px;
  height: auto;
}

#section-hero .inner-hero .content-hero .title {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-top: 120px;
}

@media (max-width: 768px) {
  #section-hero {
    background: url(../img/home/bg-hero01.png) right -23% top 0%/200px auto no-repeat, url(../img/home/bg-hero02.png) left -23% bottom 0%/200px auto no-repeat;
    background-color: #F5F7FA;
  }
  #section-hero .inner-hero .content-hero {
    height: auto;
    width: 100%;
  }
  #section-hero .inner-hero .content-hero .bg03 {
    left: 1%;
  }
  #section-hero .inner-hero .content-hero .bg04 {
    right: 1%;
    bottom: -70px;
  }
  #section-hero .inner-hero .content-hero .title {
    font-size: 1.5rem;
    padding-top: 30px;
  }
}

.fwari {
  animation: kvfwari ease-in-out 1.5s infinite alternate;
  -webkit-animation: kvfwari ease-in-out 1.5s infinite alternate;
  -moz-animation: kvfwari ease-in-out 1.5s infinite alternate;
}

@keyframes kvfwari {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -15px);
  }
}

@-webkit-keyframes kvfwari {
  0% {
    -webkit-transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -15px);
  }
}

@-moz-keyframes kvfwari {
  0% {
    -moz-transform: translate(0%, 0%);
  }
  100% {
    -moz-transform: translate(0%, -15px);
  }
}

@media (max-width: 768px) {
  #section-hero .inner-hero {
    padding-top: 0px;
  }
  #section-hero .inner-hero .content-hero {
    background-size: contain;
    height: 500px;
    padding-top: 120px;
    margin-bottom: -3px;
  }
  #section-hero .inner-hero .hero-img {
    width: 80px;
  }
  #section-hero .inner-hero .title {
    font-size: 1.3rem;
  }
}

#section-about {
  position: relative;
}

#section-about .bg-shape {
  padding: 80px 0;
  display: flex;
  width: 100%;
  position: absolute;
  align-items: center;
}

#section-about .bg-shape svg {
  width: 100%;
  height: auto;
}

#section-about .bg-shape .shape01 {
  width: 60%;
}

#section-about .bg-shape .shape01 .shape-inner {
  transform: rotate(21deg) scale(1, -1);
}

#section-about .bg-shape .shape02 {
  width: 30%;
}

#section-about .bg-shape .shape04 {
  position: absolute;
  bottom: 0;
}

#section-about .bg-shape .shape05 {
  position: absolute;
  bottom: 0;
  left: 1%;
  width: 180px;
  height: auto;
  z-index: 1;
}

#section-about .bg-shape .elementor-shape-fill {
  fill: #FEF9F7;
}

#section-about figure {
  border: 7px solid #fff;
  box-shadow: 3px 2px 10px #cccaca;
  border-radius: 3px;
}

#section-about figure img {
  border-radius: 5px;
}

@media (max-width: 768px) {
  #section-about {
    padding-bottom: 150px;
  }
  #section-about .bg-shape {
    display: block;
  }
  #section-about .bg-shape svg {
    width: 100%;
    height: auto;
  }
  #section-about .bg-shape .shape01 {
    width: 80%;
    float: right;
  }
  #section-about .bg-shape .shape02 {
    width: 50%;
  }
  #section-about .bg-shape .shape03 {
    float: right;
  }
  #section-about .bg-shape .shape05 {
    bottom: 0%;
    width: 120px;
  }
  #section-about .bg-shape .elementor-shape-fill {
    fill: #FEF9F7;
  }
  #section-about figure {
    border: 7px solid #fff;
    box-shadow: 3px 2px 10px #cccaca;
    border-radius: 3px;
  }
  #section-about figure img {
    border-radius: 5px;
  }
}

#section-feature {
  position: relative;
  padding-bottom: 250px;
}

#section-feature .bg-shape {
  width: 100%;
  height: 100%;
  position: absolute;
}

#section-feature .bg-shape svg {
  width: 100%;
  height: auto;
}

#section-feature .bg-shape .shape01 {
  width: 35%;
  position: absolute;
  left: -10%;
}

#section-feature .bg-shape .shape01 .shape-inner {
  transform: rotate(121deg) scale(1, -1);
}

#section-feature .bg-shape .shape02 {
  width: 20%;
  position: absolute;
  right: -2%;
  bottom: 10%;
}

#section-feature .bg-shape .shape02 svg {
  transform: rotate(121deg) scale(1, -1);
}

#section-feature .bg-shape .shape03 {
  position: absolute;
  width: 30%;
  right: 0;
}

#section-feature .bg-shape .shape04 {
  position: absolute;
  bottom: 0;
}

#section-feature .bg-shape .shape05 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 120px;
  height: auto;
}

#section-feature .bg-shape .elementor-shape-fill {
  fill: #FEF9F7;
}

#section-feature figure {
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

#section-feature figure img {
  width: 70px;
  margin: 0 auto;
}

#section-feature .content-inner {
  background: #ddebf1;
  padding: 20px;
}

@media (max-width: 768px) {
  #section-feature {
    position: relative;
    padding-bottom: 200px;
  }
  #section-feature .bg-shape .shape01 {
    width: 100%;
    left: inherit;
    right: -20%;
  }
  #section-feature .bg-shape .shape01 .shape-inner {
    transform: rotate(101deg) scale(1, -1);
  }
  #section-feature .bg-shape .shape02 {
    width: 60%;
    right: -2%;
    bottom: 2%;
  }
  #section-feature .bg-shape .shape03 {
    width: 70%;
    left: -20%;
    top: 50%;
    right: inherit;
  }
  #section-feature .bg-shape .shape04 {
    bottom: 3%;
  }
  #section-feature .bg-shape .shape05 {
    bottom: 3%;
    right: 5%;
  }
}

#section-dayexemple {
  position: relative;
}

#section-dayexemple .container {
  z-index: 100;
}

#section-dayexemple .slider-box {
  position: relative;
  overflow: hidden;
}

#section-dayexemple .slider-box .slider-flame {
  position: absolute;
  background: url(../img/home/flame.svg) no-repeat;
  width: 100%;
  height: 500px;
  display: block;
  background-size: contain;
  z-index: 1000;
}

#section-dayexemple .slider-box ul {
  position: absolute;
}

#section-dayexemple .slider-box ul img {
  width: 100%;
  border: 2px solid #fff;
}

#section-dayexemple .slider-box .bx-prev {
  position: absolute;
  top: 48%;
  left: 10px;
  z-index: 1001;
}

#section-dayexemple .slider-box .bx-next {
  position: absolute;
  top: 48%;
  right: 30px;
  z-index: 1001;
}

#section-dayexemple .slider-box .bx-prev:before {
  content: '\f053';
  font-size: 21px;
}

#section-dayexemple .slider-box .bx-next:before {
  content: '\f054';
  font-size: 21px;
}

@media (max-width: 768px) {
  #section-dayexemple .slider-box .bx-prev {
    top: 45%;
    left: 0;
  }
  #section-dayexemple .slider-box .bx-next {
    top: 45%;
    right: 0;
  }
}

#section-dayexemple .list-day li {
  font-size: 1.2rem;
  font-weight: bold;
}

#section-dayexemple .number {
  margin-bottom: .5rem;
}

#section-dayexemple .bg-shape {
  position: absolute;
  bottom: -10px;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#section-dayexemple .bg-shape svg {
  height: 600px;
}

#section-dayexemple .bg-shape .elementor-shape-fill {
  fill: #fbf9f7;
}

#section-facility {
  position: relative;
}

#section-facility .bg-shape {
  position: absolute;
  top: 100px;
  right: 2%;
  width: 200px;
}

.roop-facility {
  position: relative;
}

.roop-facility .box {
  padding: 0;
}

.roop-facility .box a {
  display: block;
}

.roop-facility .box a:hover {
  border: 2px solid #EF6F31;
}

.roop-facility .box .content-meta {
  background: #fff;
  position: relative;
}

.roop-facility .box .content-meta h3 {
  padding: 8px 15px 0;
  margin-bottom: 0;
}

.roop-facility .box .content-meta .content-detail {
  padding: 0 15px 15px;
}

.roop-facility .box .content-meta .content-detail .facility-add:before {
  content: '\f3c5';
  color: #fbc0a5;
  margin: 0 4px 0 3px;
}

.roop-facility .box .content-meta .content-detail .facility-size:before {
  content: '\f015';
  color: #fbc0a5;
}

.roop-facility .box .content-meta .content-detail .facility-max:before {
  content: '\f0c0';
  color: #fbc0a5;
}

.roop-facility .box .content-meta .content-detail ul li {
  color: #EF6F31;
  margin-right: 5px;
  display: inline-block;
  margin: 3px;
  font-weight: bold;
}

#section-blog {
  position: relative;
}

#section-blog .bg-dot {
  position: absolute;
  top: 100px;
  left: 1%;
  width: 230px;
}

@media (max-width: 768px) {
  #section-blog .bg-dot {
    top: 96px;
    left: inherit;
    right: -13%;
  }
}

.blog-glid .box {
  padding: 0;
}

.blog-glid .box a {
  display: block;
  transition: border-color 2s;
  border: 0 solid transparent;
}

.blog-glid .box a:hover {
  border: 2px solid #EF6F31;
}

.blog-glid .box a .content-meta {
  position: relative;
  border: 1px solid #efefef;
  border-top: none;
  background: #fff;
  padding: 8px 15px 20px;
}

.blog-glid .box a .content-meta .title {
  margin-bottom: 10px !important;
}

.blog-glid .box a .content-meta .cat {
  color: #EF6F31;
  margin-right: 5px;
}

.link {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}

.link .from-right {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #fff;
  padding: 0 8px 0 16px;
  line-height: 25px;
}

.link .from-right::before,
.link .from-right::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.link .from-right,
.link .from-right::before,
.link .from-right::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link .from-right::after {
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}

.link i {
  width: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #EF6F31;
}

a:hover .link .from-right::after {
  right: -5px;
  background-color: #EF6F31;
}

#section-action {
  position: relative;
  margin-top: 100px;
  box-shadow: 0 0 10px #efefef;
}

#section-action .content-inner {
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 8px 8px 0 0 #ededed;
  padding: 15px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

#section-action .content-inner:hover {
  border-color: #1a2b43;
  box-shadow: 10px 10px 0 0 #1a2b43;
}

#section-action .content-inner .icon {
  height: 3rem;
  width: 3rem;
  display: table-cell;
  padding-right: 8px;
}

#section-action .content-inner h3 {
  display: table-cell;
  vertical-align: middle;
  color: #1a2b43;
}

#section-action .content-inner p {
  color: #1a2b43;
}

#section-action .content-inner .text-link {
  color: #EA5704;
  font-weight: bold;
}

#section-action .bg-shape {
  position: absolute;
  width: 100%;
  top: -110px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#section-action .bg-shape svg {
  width: 100%;
}

#section-action .bg-shape .elementor-shape-fill {
  fill: #F5F7FA;
}

#section-tel .bg-phone {
  background: url(../img/home/bg-phone.png) center center no-repeat;
  background-size: contain;
  padding: 50px;
  min-height: 180px;
}

#trial-stay .list-day li {
  display: flex;
  margin-bottom: 20px;
}

#trial-stay .list-day li h3 {
  margin-right: 10px;
}

#trial-stay .list-day li .number {
  min-width: 7em;
}

.page-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 16px;
}

.page-table th, .page-table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px 15px;
}

.page-table th {
  background: #ddebf1;
  min-width: 95px;
  width: 25%;
}

.page-table td {
  background: #fff;
}

.price-ex {
  margin-top: 40px;
  padding: 25px;
  background: #fbf9f7;
  border-radius: 20px;
}

.price-ex .page-table th,
.price-ex .page-table td {
  padding: 2px 15px;
}

.price-ex .page-table th.sum {
  background: #9bc8dc;
}

.flow .inner-flow {
  background: #fdf0ea;
  padding: 15px 10px;
  border-radius: 5px;
  position: relative;
}

.flow .inner-flow h3 {
  text-align: center;
}

.flow .inner-flow:after {
  content: '\f101';
  position: absolute;
  right: -20px;
  top: 46%;
}

.flow .inner-flow p {
  line-height: 1.5;
  font-size: 15px;
}

.flow .inner-flow.no-arrow:after {
  content: '';
}

@media (max-width: 768px) {
  .flow .column {
    display: block;
  }
  .flow .inner-flow:after {
    content: '\f103';
    right: 50%;
    left: 50%;
    top: inherit;
    bottom: -25px;
  }
}

.number-list {
  list-style: none;
  counter-reset: item;
  counter-reset: item 0;
}

.number-list li {
  margin-bottom: 10px;
  text-indent: -2.3em;
  padding-left: 2.3em;
}

.number-list li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
  font-weight: bold;
  color: #1a2b43;
  font-family: 'Gochi Hand', cursive;
  background: #fdf0ea;
  border-radius: 100%;
  padding: 5px 9px;
  margin-right: .5rem;
  line-height: 1;
}

.list {
  list-style: disc;
  margin-left: 1rem;
}

.contact-inner {
  max-width: 500px;
  margin: 0 auto;
}

.contact-inner .button {
  width: 100%;
}

.contact-inner textarea {
  height: 80px;
}

.contact-inner .req {
  background: #e4bcbc;
  padding: 2px 6px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 90%;
}

.contact-inner .control {
  margin-bottom: .3rem;
}

.contact-inner label {
  font-weight: bold;
}

.contact-inner table {
  width: 100%;
}

.contact-inner table th {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  border-bottom: 2px dotted;
  margin-bottom: 10px;
}

.contact-inner table td {
  display: block;
}

.wp-block-contact-form-7-contact-form-selector .box {
  background: #fbf9f7;
  margin-top: 50px;
}

.input-short {
  width: 250px;
  margin-left: 10px;
}

.list-faq .answer {
  background: #ddebf1;
  padding: 10px 15px;
  border-radius: 10px;
}

.img-border img {
  border: 1px solid #ccc;
}

.page-content .houseslider_nav .slick-slide img {
  border: 1px solid #fff;
}

.page-content .slick-prev:before, .page-content .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  color: #3e6973;
  font-size: 18px;
}

.page-content .slick-next:before {
  content: '\f054';
}

.page-content .slick-prev:before {
  content: '\f053';
}

.page-content .googlemap iframe {
  width: 100% !important;
}

@media (min-width: 768px) {
  .page-content .slick-prev {
    left: -35px;
  }
  .page-content .slick-next {
    right: -35px;
  }
  .page-content .slick-prev, .page-content .slick-next {
    width: 30px;
    height: 30px;
    border: 1px solid #839396;
  }
}

.blognav {
  margin-top: 3rem;
}

.blognav a:hover {
  background: #21ad96;
}

.blognav .blognav_inner {
  width: calc(100% - 100px);
  padding: 0 1rem;
}

.blognav h3 {
  height: 4em;
  overflow: hidden;
}

.blognav .no-thumbnail {
  padding: 5px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.blognav .wp-post-image {
  padding: 5px;
}

.blognav img {
  width: 100px;
  height: 100px;
}

.single-post #section-action .bg-shape {
  background-color: #fbf9f7;
}

#respond.comment-respond {
  padding: 20px;
  border: 1px solid #efefef;
}

.comment-reply-title {
  color: #363636;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 10px;
  margin-top: 10px;
}

.comment-form label[for=comment], .comment-form label[for=author], .comment-form label[for=email] {
  display: block;
  line-height: 1.6;
}

.comment-form input[type=text], .comment-form textarea {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #363636;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 1rem;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(.5em - 1px);
  padding-left: calc(.75em - 1px);
  padding-right: calc(.75em - 1px);
  padding-top: calc(.5em - 1px);
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
}

.comment-form textarea {
  max-width: 100%;
}

.comment-form input[type=text] {
  height: 2.5em;
}

.comment-form textarea {
  height: 6rem;
}

.comment-form .submit {
  color: #fff;
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(.5em - 1px);
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}

.comments-list {
  margin: 20px 0;
}

.comments-list ul {
  padding-left: 20px;
}

.comments-list > li {
  padding: 20px;
  border: 1px solid #efefef;
  margin-bottom: 20px;
}

.sidebar .widget {
  margin-top: 20px;
}

.sidebar .widget .widget:first-child {
  margin-top: 0;
}

.sidebar .widget.single-sidebar .widget:first-child {
  margin-top: 20px;
}

.sidebar .widget .widget-ttl {
  padding: 3px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}

.sidebar .widget .widget ul {
  margin-left: 10px;
}

.sidebar .widget .widget a {
  position: relative;
  color: #363636;
  padding: 4px 0 4px 15px;
  display: block;
}

.sidebar .widget .widget a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  border: 0px;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#searchform .screen-reader-text {
  display: none;
}

#searchform input[type=text] {
  width: calc(100% - 60px);
  line-height: 25px;
}

#searchform input[type=submit] {
  border-radius: 0;
  border: none;
  width: 50px;
  line-height: 30px;
  cursor: pointer;
  background: #efefef;
}

.serch-page #searchform {
  max-width: 400px;
}

footer {
  color: #1a2b43;
}

footer dl {
  display: flex;
}

footer dl dt {
  font-weight: bold;
  width: 80px;
}

footer dl dd {
  font-size: 1.1rem;
}

footer .title {
  color: #1a2b43;
  padding-top: 10px;
}

footer p {
  color: #1a2b43;
}

footer a {
  color: #1a2b43;
}

footer a:hover {
  color: #EA5704;
}

footer ul.nav {
  margin-left: 6px;
}

footer ul.group-home-nav li:before {
  content: '\f105';
  padding-right: 8px;
}

footer ul.nav li a:before {
  content: '\f105';
  padding-right: 8px;
}

footer ul.sns {
  display: flex;
}

footer ul.sns a {
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  display: block;
}

footer ul.sns a i {
  color: #1a2b43;
  font-size: 26px;
}

footer ul.sns a:hover i {
  color: #EA5704;
}
