/* 
Theme Name:くりあす不動産
Author:tkpp
Description:くりあす不動産HP
Version:1.0
*/

@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  ._pc {
    display: block;
  }
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Mincho Pro", serif;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

header {
  position: relative;
}

header .inner {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  text-transform: capitalize;
  background-color: #fff;
  /* border-bottom: solid 1px cl(primary); */
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  opacity: 0.8;
  z-index: 2;
}

h1 {
  margin-left: 25px;
  margin-top: 10px;
}

h1 .image {
  width: 200px;
  height: 100px;
}

.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 40px;
  position: relative;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

.nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

@media print, screen and (min-width: 768px) {
  .nav-btn span {
    background: transparent;
  }
}

.nav-btn span:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

@media print, screen and (min-width: 768px) {
  .nav-btn span:nth-child(2) {
    background: transparent;
  }
}

.nav-btn span:last-child {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

@media print, screen and (min-width: 768px) {
  .nav-btn span:last-child {
    background: transparent;
  }
}

.-active span {
  top: 0;
  bottom: 0;
  margin: auto;
}

.-active span:first-child {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.-active span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.-active span:last-child {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.header-right {
  position: absolute;
  top: 0;
  left: 1000px;
}

@media print, screen and (min-width: 768px) {
  .header-right {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}

.header-right .header-nav {
  margin-right: 30px;
}

@media print, screen and (min-width: 768px) {
  .header-right .header-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .header-right .header-nav .nav-item + .nav-item {
    margin-left: 30px;
  }
}

.header-right .header-nav .nav-item .Item {
  text-decoration: none;
  color: #000;
  font-size: 24px;
}

.header-right .header-nav .nav-item .Item .Item-Text {
  position: relative;
  z-index: 1;
}

.header-right .Item-Text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  /*テキストからの距離*/
  width: 0%;
  /*初期状態では下線非表示*/
  height: 5px;
  /*下線の高さ*/
  background: #7ed957;
  /*下線の色*/
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  /*アニメーション速度*/
}

.header-right .Item:hover .Item-Text:after {
  width: 100%;
  /*hover時に表示*/
}

.header-right .tel {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 60px;
  position: relative;
}

.header-right .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right .tel .en {
  margin-right: 10px;
  color: #ca353b;
  font-size: 12px;
}

.header-right .tel .number {
  font-family: futura-pt, sans-serif;
  color: #ca353b;
  font-size: 30px;
}

.header-right .tel:hover {
  background-color: #ca353b;
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
}

.header-right .tel:hover .en {
  color: #fff;
}

.header-right .tel:hover .number {
  color: #fff;
}

.show {
  visibility: visible;
  background-color: #7ed957;
  width: 70%;
  position: absolute;
  top: 100px;
  left: 30%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 1.4em;
}

.show .header-nav {
  margin-right: 0;
}

.show .header-nav .nav-item {
  margin-top: 40px;
}

.show .tel {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 30px;
  line-height: 1;
}

.show .tel a {
  display: block;
}

.show .tel a span {
  display: block;
}

.show .tel a .en {
  font-size: 1.4em;
}

.show .tel a .number {
  font-size: 1.4em;
}

.show .square {
  display: none;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 150px;
  background: #7ed957;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}


.footer .inner {
  position: relative;
  display: block;
  padding: 20px;
  border-top: 1px solid #000;
}

@media print, screen and (min-width: 768px) {
  .footer .inner {
    padding: 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer .inner .footer-logo {
  width: 200px;
  height: 70px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .footer .inner .footer-logo {
    margin: 0;
  }
}

.footer .inner .company {
  color: #999999;
  font-size: 1.3em;
  line-height: 1.2;
  text-align: center;
  margin-top:15px;
}

@media print, screen and (min-width: 768px) {
  .footer .inner .company {
    margin-left: 30px;
    text-align: left;
  }
}

.footer .inner .company .bold {
  font-weight: bold;
}

.footer .inner .company .adress {
  display: block;
  font-size: 0.8em;
}

.footer .inner .footer-right {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .footer .inner .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .inner .footer-right .footer-nav .footer-nav-list {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.footer .inner .footer-right .footer-nav .footer-nav-list .footer-nav-item {
  margin-left: 80px;
}

.footer
  .inner
  .footer-right
  .footer-nav
  .footer-nav-list
  .footer-nav-item
  + .footer-nav-item {
  margin-left: 50px;
}

.footer
  .inner
  .footer-right
  .footer-nav
  .footer-nav-list
  .footer-nav-item
  .Item {
  text-decoration: none;
  color: #000;
  font-size: 24px;
}

.footer
  .inner
  .footer-right
  .footer-nav
  .footer-nav-list
  .footer-nav-item
  .Item
  .Item-Text {
  position: relative;
  z-index: 1;
}

.footer .Item-Text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  /*テキストからの距離*/
  width: 0%;
  /*初期状態では下線非表示*/
  height: 5px;
  /*下線の高さ*/
  background: #7ed957;
  /*下線の色*/
  z-index: -1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  /*アニメーション速度*/
}

.footer .Item:hover .Item-Text:after {
  width: 100%;
  /*hover時に表示*/
}

.footer .footer-copy {
  height: 70px;
  background-color: #7ed957;
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-copy .copyright {
  color: #fff;
  font-size: 15px;
}

@media print, screen and (min-width: 768px) {
  .footer .footer-copy .copyright {
    font-size: 15px;
  }
}

.cmn-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cmn-section .cmn-title {
  color: #000;
  text-align: center;
  padding-top: 50px;
}

.cmn-section .cmn-title .main {
  font-size: 42px;
  text-transform: capitalize;
}

.cmn-section .cmn-title .sub {
  display: block;
  font-size: 20px;
}

@media print, screen and (min-width: 768px) {
  .cmn-section .cmn-title .sub {
    margin-left: 15px;
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .home-title {
    margin-top: 100px;
  }
}

.cmn-link a {
  width: 100px;
  height: 37px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ff8e00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

@media print, screen and (min-width: 768px) {
  .cmn-link a {
    width: 155px;
  }
}

.cmn-link a:hover {
  background-color: #ff0000;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.top {
  margin-top: 100px;
  height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(image/top1_sm.png);
  
}

@media print, screen and (min-width: 768px) {
  .top {
    background-image: url(image/top1.png);
    height: 874px;
  }
}

.top .top-title {
  text-transform: capitalize;
  position: absolute;
  top: 5%;
  left: 5%;
  color: #ff8e00;
  font-size: 250px;
}

.second-top {
  margin-top: 100px;
  height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-image: url(image/top2_sm.png);
}
@media print, screen and (min-width: 768px) {
  .second-top {
    
    background-image: url(image/top2.jpg);
    height: 874px;
  
}
}
.message-cont {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  
}

@media print, screen and (min-width: 768px) {
  .message-cont {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
    
  }
}

.message-cont .message-list .message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.message-cont .message-list .message-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.message-cont .message-list .message-item .text .title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .message-cont .message-list .message-item .text .title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
  }
}

.message-cont .message-list .message-item .text .desc {
  font-size: 1.2rem;
  padding-top: 25px;
  line-height: 1.8;
}

.about-cont {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .about-cont {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.about-cont .about-list + .about-list {
  padding-top: 45px;
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list + .about-list {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list:nth-child(odd) .text {
    margin-left: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list:nth-child(2) .about-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list:nth-child(2) .about-item .text {
    margin-right: 25px;
  }
}

.about-cont .about-list .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list .about-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about-cont .about-list .about-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-cont .about-list .about-item .text .title {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: capitalize;
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list .about-item .text .title {
    font-size: 1.8rem;
  }
}

.about-cont .about-list .about-item .text .title span {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list .about-item .text .title span {
    font-size: 1.4rem;
  }
}

.about-cont .about-list .about-item .text .desc {
  font-size: 1.2em;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list .about-item .text .desc {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .about-cont .about-list .about-item .image {
    width: 50%;
  }
}

.info-cont {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .info-cont {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .info-cont .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .info-cont .info-list .info-item {
    width: 33%;
  }
}

.info-cont .info-list .info-item + .info-item {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .info-cont .info-list .info-item + .info-item {
    margin-top: 0px;
    margin-left: 20px;
  }
}

.info-cont .info-list .info-item .info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.info-cont .info-list .info-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-cont .info-list .info-item .text .capitalize {
  text-transform: capitalize;
}

.info-cont .info-list .info-item .text .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.info-cont .info-list .info-item .text .desc {
  padding-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .info-cont .info-list .info-item .text .desc {
    font-size: 20px;
  }
}

.info-cont .info-list .image {
  background: #000;
  overflow: hidden;
}

.info-cont .info-list .image img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  vertical-align: bottom;
  /* height: 100%; */
}

.info-cont .info-list .image img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.6;
  /*これを追加！*/
}

.faq-cont {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .faq-cont {
    width: 70.85938%;
    max-width: 900px;
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-cont .faq-list .faq-item {
  font-size: 0.8rem;
}

@media print, screen and (min-width: 768px) {
  .faq-cont .faq-list .faq-item {
    font-size: 1.2rem;
  }
}

.faq-cont .faq-list .faq-item .faq-title {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  color: #333333;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .faq-cont .faq-list .faq-item .faq-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .faq-cont .faq-list .faq-item .faq-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.faq-cont .faq-list .faq-item .active:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.faq-cont .faq-list .faq-item .faq-answer {
  display: none;
  color: #444444;
  background-color: rgba(141, 234, 238, 0.8);
  border-bottom: 1px solid #e5e5e5;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .faq-cont .faq-list .faq-item .faq-answer {
    padding: 26px 50px;
  }
}

.location .inner {
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .location .inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.location-cont {
  margin: 0, auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media print, screen and (min-width: 768px) {
  .location-cont .location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .location-cont .location-list .text {
    font-size: 1.2em;
    margin-left: 30px;
    line-height: 2em;
  }
}

.location-cont .location-list .text .tell {
  font-size: 1.7rem;
}

.location-cont .location-list .text .tell .red {
  color: orangered;
}

.location-cont .location-list .text .adress-list {
  line-height: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .location-cont .location-list .text .adress-list {
    margin-top: 15px;
  }
}

.location-cont .location-list .text .adress-list .adress {
  text-indent: 1em;
}

.location-cont .location-list .text .bh-list {
  line-height: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .location-cont .location-list .text .bh-list {
    margin-top: 15px;
  }
}

.location-cont .location-list .text .bh-list p + p {
  text-indent: 1em;
}

@media print, screen and (min-width: 768px) {
  .location-cont .location-list .text .station {
    margin-top: 15px;
  }
}

.location-cont .location-list .text .parking {
  font-weight: bold;
}

.location-cont .location-list .location-map .google-map iframe {
  width: 100%;
}

.contact-cont {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .contact-cont {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.contact-cont .contact-form .contact-title {
  font-size: 1rem;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .contact-cont .contact-form .contact-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.contact-cont .contact-form .contact-type {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .contact-cont .contact-form .contact-type {
    padding-top: 100px;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 150px;
    display: -ms-grid;
    display: grid;
    justify-items: left;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 100px;
    /* 隙間 */
    grid-column-gap: 100px;
  }
}

.contact-cont .contact-form .contact-type .contact-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-cont .contact-form .contact-type .contact-list .green {
  color: #11cf0b;
}

.contact-cont .contact-form .contact-type .contact-list .blue {
  color: skyblue;
}

.contact-cont .contact-form .contact-type .contact-list .orenge {
  color: orange;
}

.contact-cont .contact-form .contact-type .contact-list .red {
  color: orangered;
}

.contact-cont .contact-form .contact-type .contact-list .contact-item {
  margin-left: 10px;
}

.contact-cont .contact-form .contact-type .contact-list .contact-item .title {
  font-size: 1.2em;
}

@media print, screen and (min-width: 768px) {
  .contact-cont .contact-form .contact-type .contact-list .contact-item .title {
    font-size: 1.7em;
  }
}

.contact-cont .contact-form .contact-type .contact-list .contact-item .disc {
  font-size: 0.8em;
}

@media print, screen and (min-width: 768px) {
  .contact-cont .contact-form .contact-type .contact-list .contact-item .disc {
    font-size: 1.2em;
  }
}

.service-nav {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .service-nav {
    display: block;
    margin-top: 30px;
  }
  .service-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-nav .nav-list .nav-item {
    width: 200px;
    padding: 10px;
    background-color: #5ce1e6;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .service-nav .nav-list .nav-item a {
    color: #333;
  }
  .service-nav .nav-list .nav-item:hover {
    background-color: #ffde59;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .service-nav .nav-list .nav-item:hover a {
    color: #333;
  }
  .service-nav .nav-list .nav-item + .nav-item {
    margin-left: 20px;
  }
}

.service-cont {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .service-cont {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }
}

.service-cont .service-form {
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .service-cont .service-form {
    padding-top: 80px;
  }
}

.service-cont .service-form .service-title {
  font-size: 1.5rem;
  text-align: left;
}

.service-cont .service-form .service-lists {
  padding-top: 20px;
  width: 100%;
}

.service-cont .service-form .service-lists .service-list {
  padding-top: 50px;
}

.service-cont .service-form .service-lists .service-list + .service-list {
  padding-top: 45px;
}

@media print, screen and (min-width: 768px) {
  .service-cont .service-form .service-lists .service-list + .service-list {
    padding-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list:nth-child(odd)
    .text {
    margin-left: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list:nth-child(even)
    .service-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.service-cont
  .service-form
  .service-lists
  .service-list:nth-child(even)
  .service-item
  .text {
  margin-right: 25px;
}

.service-cont .service-form .service-lists .service-list .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media print, screen and (min-width: 768px) {
  .service-cont .service-form .service-lists .service-list .service-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-cont .service-form .service-lists .service-list .service-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.service-cont
  .service-form
  .service-lists
  .service-list
  .service-item
  .text
  .title {
  font-size: 1.5rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list
    .service-item
    .text
    .title {
    font-size: 32px;
  }
}

.service-cont
  .service-form
  .service-lists
  .service-list
  .service-item
  .text
  .desc {
  font-size: 1.2em;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list
    .service-item
    .text
    .desc {
    margin-top: 10px;
  }
}

.service-cont
  .service-form
  .service-lists
  .service-list
  .service-item
  .text
  .delivery-link {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list
    .service-item
    .text
    .delivery-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.service-cont
  .service-form
  .service-lists
  .service-list
  .service-item
  .text
  .web-link {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list
    .service-item
    .text
    .web-link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list
    .service-item
    .image {
    width: 50%;
  }
}

.service-cont
  .service-form
  .service-lists
  .service-list
  .service-item
  .image
  + .image {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .service-cont
    .service-form
    .service-lists
    .service-list
    .service-item
    .image
    + .image {
    margin-top: 0px;
    margin-left: 15px;
  }
}

.btn {
  background: #5ce1e6;
  width: 100px;
  padding: 10px;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  text-align: center;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.btn a {
  color: #333;
}

.btn:hover {
  background: #ffde59;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.btn:hover a {
  color: #333;
}

.action .inner {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: rgba(141, 234, 238, 0.8);
}

@media print, screen and (min-width: 768px) {
  .action .inner {
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 20px;
  }
}

.action .inner .action-title {
  font-size: 1.6rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .action .inner .action-title {
    font-size: 2.2rem;
  }
}

.action .inner .desc {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 1.2rem;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .action .inner .desc {
    font-size: 1.5rem;
    text-align: center;
  }
}

.action .inner .small-sq {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .action .inner .small-sq {
    display: block;
    background-color: #ffde59;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    width: 150px;
    height: 150px;
  }
}

.contact-link {
  background-color: transparent;
  border: none;
}

.contact-link .contact-btn {
  margin: 10px auto;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

@media print, screen and (min-width: 768px) {
  .contact-link .contact-btn {
    width: 355px;
    margin: 0;
    margin-left: auto;
  }
}

.contact-link .contact-btn:hover {
  background-color: #ff8e00;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.action .contact-btn {
  margin: 10px auto;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

@media print, screen and (min-width: 768px) {
  .action .contact-btn {
    margin: 40px auto;
    width: 355px;
  }
}

.action .contact-btn:hover {
  background-color: #ff8e00;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.flow .inner {
  background: #f9f9f9;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .flow .inner {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 30px;
  }
}

.flow .inner .flow-cont {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .flow .inner .flow-cont .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.flow .inner .flow-cont .flow-list .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media print, screen and (min-width: 768px) {
  .flow .inner .flow-cont .flow-list .flow-item {
    width: 22%;
  }
}

.flow .inner .flow-cont .flow-list .flow-item + .flow-item {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .flow .inner .flow-cont .flow-list .flow-item + .flow-item {
    margin-top: 0px;
    margin-left: 20px;
  }
}

.flow .inner .flow-cont .flow-list .flow-item:nth-child(5) {
  margin-left: 0;
}

.flow .inner .flow-cont .flow-list .flow-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 10px;
}

.flow .inner .flow-cont .flow-list .flow-item .text .capitalize {
  text-transform: capitalize;
}

.flow .inner .flow-cont .flow-list .flow-item .text .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.flow .inner .flow-cont .flow-list .flow-item .text .desc {
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .flow .inner .flow-cont .flow-list .flow-item .text .desc {
    font-size: 18px;
  }
}

.inner .profile-cont {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .inner .profile-cont {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.inner .profile-cont .table {
  max-width: 1000px;
  margin: 0 auto;
}

.inner .profile-cont .table .outline {
  width: 100%;
  font-size: 14px;
  color: #333;
}

@media print, screen and (min-width: 768px) {
  .inner .profile-cont .table .outline {
    font-size: 16px;
  }
}

.inner .profile-cont .table .outline th {
  background-color: #f0f0f0;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  font-weight: normal;
  text-align: left;
  width: 20%;
  min-width: 100px;
}

@media print, screen and (min-width: 768px) {
  .inner .profile-cont .table .outline th {
    padding: 15px 20px;
  }
}

.inner .profile-cont .table .outline td {
  background: #f9f9f9;
  border-top: solid 1px #fff;
  padding: 15px 20px;
}





/*# sourceMappingURL=style.css.map */
/************************************
** お問い合わせフォームの入力
************************************/
.contact-message .message-cont {
  text-align: center;
  padding-bottom: 50px;
}

.contact-message .message-cont .text {
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .contact-message .message-cont .text {
    text-align-last: left;
  }
}
.contact-desc {
  text-align: center;
}
@media (max-width: 500px) {
  contact-message-desc desc {
    text-align-last: left;
  }
}
.inquiry {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  /* vertical-align: middle; */
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media (max-width: 500px) {
  .inquiry td,
  .inquiry th {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  .inquiry .any,
  .inquiry .haveto {
    font-size: 10px;
  }
  .contact-desc {
    text-align: left;
  }
}
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
}
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
}
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.verticallist .wpcf7-list-item {
  display: block;
}
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 25px auto 0;
  border: 2px solid #000;
  transition: 0.7s;
}
#formbtn:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
th {
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px;
}
td {
  border-top: 1px solid #ededed;
  padding: 12px;
}
input,
select,
textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  resize: none;
}

.submit-btn {
  background: #7ed957;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  margin: 30px auto;
  text-align: center;
  transition: background 0.5s;
}
@media (max-width: 500px) {
  .submit-btn {
    background: #7ed957;
  }
}
@media (max-width: 500px) {
  .confirm .submit-btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.submit-btn input {
  background: #7ed957;
  border: none;
  color: #333;
  transition: background 0.5s;
}
@media (max-width: 500px) {
  .submit-btn input {
    background: #7ed957;
  }
}
.submit-btn:hover {
  background: #ffde59;
  transition: background 0.5s;
}
.submit-btn:hover input {
  background: #ffde59;
  transition: background 0.5s;
}
.confirm .inquiry-btn {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 30px auto;
}
@media (max-width: 500px) {
  .confirm .inquiry-btn {
    flex-flow: column-reverse;
    width: 90%;
  }
}
.confirm .back-btn {
  background: #7ed957;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  margin: 30px auto;
  text-align: center;
  transition: background 0.5s;
}
@media (max-width: 500px) {
  .confirm .back-btn {
    background: #7ed957;
  }
}
@media (max-width: 500px) {
  .confirm .back-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.confirm .back-btn input {
  background: #7ed957;
  border: none;
  color: #333;
  transition: background 0.5s;
}
@media (max-width: 500px) {
  .confirm .back-btn input {
    background: #7ed957;
  }
}

.confirm .back-btn:hover {
  background: #ffde59;
  transition: background 0.5s;
}
.confirm .back-btn:hover input {
  background: #ffde59;
  transition: background 0.5s;
}
.complete .complete-wrap {
  width: 60%;
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 500px) {
  .complete .complete-wrap {
    width: 95%;
  }
}

.complete .ns-box {
  border: solid 2px #aaaaaa;
  background-color: #fafafa;
  padding: 20px;
}
.complete .inquiry-desc {
  padding: 20px;
  text-align-last: left;
}
@media (max-width: 500px) {
  .complete .inquiry-desc {
    padding: 20px 0px;
  }
}

.complete .inquiry-info {
  margin-top: 20px;
}