/* -----headerサービスページ----- */
.service_hd {
  height: 400px;
  display: table;
  width: 100%;
  margin-top: 0px;
  background: #c4e9fa;
}

.service_hd p {
  display: inline-block;
  padding: 0px 20px;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 600;
  border: solid 5px #6bc8f2;
  line-height: 44px;
  background: #fff;
  border-radius: 27px;
}

.service_hd h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 600;
  z-index: 2;
  line-height: 1.4em;
}

.service_hd .inner {
  position: relative;
}

.service_hd .inner img {
  position: absolute;
  z-index: 1;
}

.service_hd ul {
  letter-spacing: -.4em;
}

.service_hd ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 3.5%;
  font-weight: 600;
  text-align: center;
  background: #ff0000;
  border-radius: .3em;
  color: #fff;
  padding: 1em 0;
}

.service_hd ul li:first-child {
  margin-left: 0;
}

.service_hd ul li:nth-child(3n+1) {
  margin-left: 0;
}

/* -----header記事LPページ----- */
.sns_lp_hd img {
  display: block;
  width: 100%;
}

/* -----下層ページheader----- */
.under-page-header {
  height: 200px;
  display: table;
  width: 100%;
  margin-top: 0px;
  background: #c4e9fa;
}

.under-header-box {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.under-header-title {
  text-align: center;
  color: #3e3a39;
  font-size: 4.5rem;
  text-transform: uppercase;
  letter-spacing: normal;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: .1em;
}

.under-header-title .sub-span {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0;
  margin-top: .3em;
  letter-spacing: normal;
}

.under-page-bg {
  background: #f7f7f7;
}

.header-subtitle {
  font-size: 2.6rem;
  margin: 0 0 30px;
  background: #ebeff3;
  padding: .5em 1em;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  color: #2d9de6;
}

.header-title-line {
  text-align: center;
  font-size: 2.4rem;
  border-bottom: solid 4px #6bc8f2;
  padding: 0 .5em .5em;
  color: #6bc8f2;
  display: inline-block;
}

.header-title-radius {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 0;
  background: #fde67c;
  color: #8f8f8d;
  padding: 12px 10px 12px 1.5em;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}

.header-title-linear {
  font-size: 1.6rem;
  margin-bottom: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}

.header-title-linear object {
  display: inline-block;
  padding-right: .3em;
  position: relative;
}

.header-title-linear object:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
  left: 100%;
}

@media(min-width:768px) {

  /* -----headerサービスページ----- */
  .service_hd p {
    font-size: 1.8rem;
  }

  .service_hd h1 {
    font-size: 3.4rem;
  }

  .service_hd .inner img {
    width: 240px;
    margin-top: 0px;
    top: -20px;
    right: 0;
  }

  .service_hd ul {
    width: 100%;
  }

  .service_hd ul li {
    font-size: 1.9rem;
  }
}

@media(min-width:1024px) {

  /* -----headerサービスページ----- */
  .service_hd p {
    font-size: 2.2rem;
  }

  .service_hd h1 {
    font-size: 3.5rem;
  }

  .service_hd .inner img {
    width: 340px;
    margin-top: -170px;
    top: 50%;
  }

  .service_hd ul {
    width: 560px;
  }

  .service_hd ul li {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 736px) {

  /* -----headerサービスページ----- */
  .service_hd {
    height: 518px;
    display: block;
    text-align: center;
  }

  .service_hd p {
    margin-top: 250px;
    text-align: center;
    border: solid 3px #6bc8f2;
    line-height: 40px;
    border-radius: 23px;
  }

  .service_hd h1 {
    font-size: 2.6rem;
  }

  .service_hd .inner img {
    width: 220px;
    top: 20px;
    left: 50%;
    margin-left: -110px;
  }

  /* -----下層ページheader----- */
  .under-page-header {
    height: 200px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .under-header-title {
    font-size: 2.8rem;
    text-align: center;
  }

  .under-header-title .sub-span {
    font-size: 1.3rem;
    margin-top: 5px;
  }

  .header-subtitle {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .header-title-line {
    font-size: 2.0rem;
  }

  .header-title-radius {
    font-size: 1.7rem;
    margin-bottom: 20px;
    padding: 10px 8px 10px 1em;
  }

  .header-title-linear {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------------
その他
------------------------------------------------------------------ */
.caution {
  background: #f7f3ef;
  border-radius: .2em;
  padding: 30px;
}

.caution ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.caution ul li:last-child {
  margin-bottom: 0;
}

.caution ul li:before {
  display: block;
  content: "※";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}

ul.btnArea {
  letter-spacing: -.4em;
}

ul.btnArea li:first-child {
  margin-left: 0px;
}

ul.btnArea li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 10px;
}

ul.btnArea li .btn {
  padding: 0 10px;
}

.toptex {
  font-weight: 600;
  line-height: 1.7em;
  font-size: 1.7rem;
}

#content {
  padding-top: 100px;
}

.scrollBox {
  margin-top: -100px;
  padding-top: 100px;
}

@media only screen and (max-width: 736px) {
  .caution {
    padding: 15px;
  }

  ul.btnArea li .btn {
    padding: 0 5px;
    font-size: 1.2rem;
  }

  .toptex {
    line-height: 1.5em;
    font-size: 1.5rem;
  }

  #content {
    padding-top: 50px;
  }

  .scrollBox {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/* ------------------------------------------------------------------
会社概要
------------------------------------------------------------------ */
.company .btn {
  margin-top: 20px;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin: 0px 0 30px;
}

.acf-map img {
  max-width: inherit !important;
}

@media(min-width:768px) {
  .company .btn {
    width: 360px;
  }
}

@media only screen and (max-width: 736px) {

  /* -----会社案内----- */
  .company ul.teble-list li div {
    display: block;
    padding: 13px 5px;
  }

  .company ul.teble-list li div:first-child {
    text-align: left;
    width: 100%;
    padding: 5px 5px 5px;
  }

  .company ul.teble-list li div:last-child {
    padding: 3px 5px 10px;
  }

  ul.mapbtnAria li {
    width: 100%;
  }

  .acf-map {
    width: 100%;
    height: 280px;
    margin: 0px;
  }
}

/* ------------------------------------------------------------------
サービスページ
------------------------------------------------------------------ */
.toppage_parts {
  display: none;
}

.top_conv {
  background: #edf3ff;
  padding: 60px 40px;
}

.makertitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.top_conv ul.list-6-column {
  text-align: left;
}

.s_top_text {
  text-align: center;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 2.2rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service .f_phoneBox h4 {
  margin-top: 0;
}

.service .f_phoneBox .jikan {
  font-size: 1.6rem;
}

.top_conv .btn {
  margin-top: 30px;
  line-height: 102px;
  font-size: 2.0rem;
  text-align: left;
  padding-left: 60px;
}

.top_conv .rightBox {
  position: relative;
}

.top_conv .rightBox img {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 115px;
}

/* 事例 */
ul.worksList {
  border: solid 3px #eee;
  padding: 60px 40px;
  margin-bottom: 40px;
}

ul.worksList li {
  margin-bottom: 0;
}

ul.worksList li:nth-child(1), ul.worksList li:nth-child(2) {
  position: relative;
}

ul.worksList li:nth-child(1) span, ul.worksList li:nth-child(2) span {
  display: inline-block;
  background: #2d9de6;
  color: #fff;
  padding: .5em;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}

ul.worksList li h5 {
  margin-top: 0;
  font-size: 1.7rem;
}

ul.worksList li:nth-child(3) {
  text-align: left;
}

ul.worksList li:nth-child(3) span {
  display: block;
  font-weight: 600;
  margin-bottom: .2em;
}

ul.worksList li:nth-child(3) p:last-child {
  margin-bottom: 0;
}

/* 流れ */
ol.stepList {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.stepList li {
  position: relative;
  padding: 80px 20px 0px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

ol.stepList li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2d9de6;
  color: #fff;
  display: block;
  float: left;
  line-height: 52px;
  margin-left: -30px;
  text-align: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 0px;
  font-size: 1.8rem;
}

ol.stepList li .photaria {
  width: 60px;
  margin-bottom: 15px;
}

ol.stepList li::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/arrow-lblue.png) no-repeat 0 0;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}

ol.stepList li:last-child::after {
  display: none;
}

/* お客様の声 */
ul.reviewList li p {
  margin: .5em 0 0;
  text-align: left;
}

/* よくあるご質問 */
ul.faq-list li {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: solid 2px #eee;
}

ul.faq-list li:last-child {
  margin-bottom: 0px;
  border-bottom: solid 0px #eee;
}

.q-box {
  padding: 20px 15px 20px 45px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #2d9de6;
  background: #f5f7f9;
  position: relative;
}

.q-box:before {
  content: "Q";
  font-weight: 900;
  color: #2d9de6;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 15px;
  font-size: 30px;
  text-align: right;
  font-family: 'Questrial', sans-serif;
}

.a-box {
  padding: 30px 15px 30px 45px;
  font-size: 1.4rem;
  position: relative;
}

.a-box:before {
  content: "A";
  font-weight: 900;
  color: #f39800;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
  text-align: right;
  font-family: 'Questrial', sans-serif;
}

@media(min-width:768px) {

  /* 流れ */
  ol.stepList li {
    padding: 80px 0px 0px;
    font-size: 1.4rem;
    min-height: 196px;
  }

  ol.stepList li::after {
    right: -25px;
    top: 50%;
    margin-top: -25px;
    transform: rotate(-90deg);
  }
}

@media(min-width:1024px) {

  /* 流れ */
  ol.stepList li {
    padding: 80px 20px 0px;
    font-size: 1.6rem;
    min-height: 245px;
  }

  ol.stepList li .photaria {
    width: 100px;
  }
}

@media(min-width:1366px) {
  .service_hd p {
    font-size: 2.2rem;
  }

  .service_hd h1 {
    font-size: 4.0rem;
  }

  .service_hd .inner img {
    width: 370px;
    margin-top: -185px;
  }

  .service_hd ul {
    width: 760px;
  }

  .service_hd ul li {
    font-size: 1.9rem;
  }

  /* 流れ */
  ol.stepList li {
    font-size: 1.8rem;
    min-height: 245px;
  }
}

@media only screen and (max-width: 736px) {
  .top_conv {
    padding: 40px 15px;
  }

  .makertitle {
    margin-bottom: 20px;
  }

  .s_top_text {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top_conv .btn {
    margin-top: 20px;
    line-height: 1.4em;
    font-size: 1.7rem;
    text-align: center;
    padding: 20px 0;
  }

  .top_conv .rightBox img {
    right: -6px;
    width: 76px;
  }

  /* 事例 */
  ul.worksList {
    padding: 30px 15px;
    margin-bottom: 20px;
  }

  ul.worksList li h5 {
    margin-top: 10px;
    font-size: 1.6rem;
  }

  ul.worksList li:nth-child(3) span {
    line-height: 1;
  }

  /* 流れ */
  ol.stepList li {
    width: 100% !important;
    margin-left: 0 !important;
    display: block !important;
    padding-bottom: 80px;
  }

  ol.stepList li::after {
    left: 50%;
    bottom: 15px;
    margin-left: -25px;
  }

  ol.stepList li:last-child {
    padding-bottom: 0px;
  }

  /*よくある質問*/
  .faq .ttop {
    text-align: left;
  }

  .phone-aria h3 {
    margin: .5em 0 .5em;
  }

  .p-number {
    font-size: 3.4rem;
  }

  .phone-aria {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ul.faq-list li {
    margin-bottom: 15px;
  }

  .q-box {
    padding: 20px 15px 20px 45px;
    font-size: 1.5rem;
  }

  .q-box:before {
    margin-top: -20px;
    left: 15px;
    font-size: 28px;
  }

  .a-box {
    padding: 30px 15px 30px 45px;
    font-size: 1.3rem;
    position: relative;
  }

  .a-box:before {
    top: 20px;
    left: 15px;
    font-size: 28px;
  }
}

/* ------------------------------------------------------------------
記事LP
------------------------------------------------------------------ */
ul.nayamiList li {
  text-align: left;
  position: relative;
  font-weight: 600;
  padding: 20px 30px 20px 80px;
  border: solid 1px #eee;
  margin-bottom: 30px;
}

ul.nayamiList li:last-child {
  margin-bottom: 0px;
}

ul.nayamiList li:before {
  display: block;
  content: "";
  position: absolute;
  left: 30px;
  background: url(../img/check.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}

.sns_lp_pointBox .innerBox {
  margin-bottom: 60px;
}

ul.pointList li {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  background-color: #fff;
  border: 1px solid #dddddd;
  position: relative;
}

.stepNumber {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #4461ad;
  position: absolute;
  top: -32.5px;
  left: 50%;
}

ul.pointList li .photaria {
  width: 60px;
  margin-bottom: 20px;
}

ul.pointList li h3 {
  margin: 0 0 10px;
  font-size: 2.1rem;
}

ul.pointList li p {
  font-weight: 600;
  text-align: left;
}

.stepNumber {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #4461ad;
  position: absolute;
  top: -32.5px;
  left: 50%;
}

ul.pointList li .photaria {
  width: 80px;
  margin-bottom: 20px;
}

ul.pointList li p {
  font-weight: 600;
  text-align: left;
}

.sns_lp_netBox .needsBox{
  text-align: left;
}

.sns_lp_faqBox ul.faq-list li{
  border-bottom: solid 0px #eee;
}

.sns_lp_lastBox .innerBox{
  padding: 50px 0;
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
}

@media(min-width:768px) {
  ul.nayamiList li {
    font-size: 2.8rem;
    line-height: 1.6em;
  }

  ul.nayamiList li:before {
    margin-top: -15px;
    top: 50%;
  }

  .sns_lp_pointBox .sns_lp_point_bottomBox{
    text-align: center;
  }

  ul.pointList li {
    padding: 60px 15px 30px;
    min-height: 410px;
  }

  ul.pointList li h3 {
    font-size: 1.7rem;
  }

  .stepNumber {
    width: 140px;
    font-size: 2.9rem;
    top: -32.5px;
    margin-left: -70px;
  }

  .stepNumber span {
    font-size: 4.6rem;
  }

  .sns_lp_netBox .tex_top{
    text-align: center;
  }

}

@media(min-width:1024px) {
  ul.pointList li {
    padding: 60px 30px 30px;
    min-height: 380px;
  }

  ul.pointList li h3 {
    font-size: 2.1rem;
  }

  .stepNumber {
    width: 200px;
    margin-left: -100px;
  }
}

@media(min-width:1366px) {
  ul.pointList li h3 {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 736px) {
  ul.nayamiList li {
    display: block;
    padding: 15px 10px 15px 60px;
    font-size: 1.6rem;
  }

  ul.nayamiList li:before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    left: 20px;
    top: 50%;
    margin-top: -15px;
  }

  .sns_lp_reviewBox .photaria {
    margin-bottom: 15px;
  }

  ul.pointList li {
    width: 100%;
    display: block !important;
    margin-left: 0 !important;
    padding: 50px 30px 30px;
    margin-bottom: 90px;
  }

  ul.pointList li:last-child {
    margin-bottom: 0;
  }

  .stepNumber {
    width: 140px;
    font-size: 2.4rem;
    top: -27px;
    margin-left: -70px;
  }

  .stepNumber span {
    font-size: 3.8rem;
  }
  .sns_lp_lastBox .innerBox{
    padding: 30px 0;
  }
}

/* ------------------------------------------------------------------
ニュース
------------------------------------------------------------------ */
/* -----ニュース一覧----- */
.news-page ul.news-list {
  letter-spacing: normal;
}

.news-page ul.news-list li {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  border-top: solid 1px #f4f4f4;
}

.news-page ul.news-list li:last-child {
  border-bottom: solid 1px #f4f4f4;
}

ul.news-list-year {
  background: #f7f7f7;
  font-size: 1.3rem;
  -webkit-border-radius: 0 0 .3em .3em / 0 0 .3em .3em;
  -moz-border-radius: 0 0 .3em .3em / 0 0 .3em .3em;
  border-radius: 0 0 .3em .3em / 0 0 .3em .3em;
}

ul.news-list-year {
  padding: 15px 15px 15px;
}

ul.news-list-year li {
  float: left;
  font-size: 1.3rem;
  padding-right: 1em;
}

ul.news-list-year li a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.3rem;
  display: inline-block;
}

/* -----ニュース記事----- */
.blog_title {
  margin: 0 0 .5em;
  color: #2d2d2d;
  font-size: 2.5rem;
  letter-spacing: normal;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.blog_title .day {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: .5em;
}

.news_inner {
  padding: 0px 0px 0px;
  margin-bottom: 20px;
}

.news_inner .day {
  margin-bottom: 0em;
}

.news_inner p {
  line-height: 2em;
  margin-bottom: 1em;
}

.news_inner p:last-child {
  margin-bottom: 0;
}

.news_inner img {
  width: 80%;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto !important;
}

.news_inner p a {
  text-decoration: underline;
}

@media(min-width:1024px) {

  /* -----ニュース一覧----- */
  ul.news-list-year {
    margin-bottom: 40px;
  }
}

@media(min-width:1366px) {

  /* -----ニュース一覧----- */
  ul.news-list-year {
    margin-bottom: 0px;
  }

  .form-item {
    width: 760px;
  }
}

@media only screen and (max-width: 736px) {

  /* -----ニュース一覧----- */
  .blog_title {
    font-size: 1.7rem;
  }

  .blog_title .day {
    margin: 0 0 1em;
  }

  .news_inner img {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto !important;
  }

  ul.archive-new-list {
    margin-bottom: 20px;
  }

  ul.news-list-year {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------ */
.contact .btn {
  margin-top: 0;
  margin-bottom: 15px;
}

.formbox {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.contact-top-box {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.form-list li {
  padding: 20px 20px;
  background: #f5f7f9;
}

ul.form-list li .title-label, ul.form-list li .form-item {
  display: block;
}

ul.form-list li .title-label, ul.form-list li .title-label01, ul.form-list li .form-item {
  display: block;
}

.form-bottom-title {
  font-weight: 600;
  padding-bottom: 8px;
}

.title-label {
  font-weight: 600;
  line-height: 34px;
  font-size: 1.4rem;
}

.form-sub-text {
  display: block;
  float: left;
  width: 20px;
  line-height: 34px;
  margin-left: -10px;
}

.contact .btn-blue {
  width: 240px;
}

.thanks-m {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin: 1em 0;
  line-height: 1.6em;
  color: #1e2022;
}

.thanks-text {
  text-align: center;
  line-height: 2.5em;
  font-weight: 400 !important;
}

.thanks-text a {
  text-decoration: underline;
}

.formbox .btn {
  width: 300px;
}

.table-form .number {
  font-size: 15px;
  font-weight: 600;
  margin-right: .5em;
  color: #888;
}

.form-control {
  color: #000;
  border: 2px solid #b5babd;
}

.label-hissu, .label-nini {
  float: none;
  line-height: 22px;
  margin-top: 0px;
  margin-left: 5px;
  font-weight: 400;
}

.label-hissu {
  background-color: #e5412b;
  color: #fff;
}

.label-nini {
  background-color: #e6e6e6;
  color: #333;
}

.w-20, .w-30, .w-40, .w-50, .w-70, .w-80, .w-100, .w-5-sm, .w-10-sm, .w-20-sm {
  display: inline-block;
}

.w-30-blok, .w-40-blok {
  display: block;
}

.w-20 {
  width: 100%;
}

.w-30 {
  width: 100%;
}

.w-40 {
  width: 100%;
}

.w-50 {
  width: 100%;
}

.w-70 {
  width: 100%;
}

.w-80 {
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-5-sm {
  width: 100%;
}

.w-10-sm {
  width: 100%;
}

.w-20-sm {
  width: 100%;
}

.w-30-blok {
  width: 100%;
}

.w-40-blok {
  width: 100%;
}

.form-control-add {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form .form-group {
  margin-bottom: 0px;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 4px 0 0px;
}

.inlineframe {
  background-color: #FFFFFF;
  height: 200px;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 0px 15px;
  padding: 10px;
  border: solid 1px #eee;
}

.inlineframe p {
  font-size: 12px !important;
}

dl.policy_frame {
  margin: 15px 0;
  font-size: 12px;
  color: #000;
}

dl.policy_frame dt {
  float: none;
  width: 100%;
  clear: both;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
}

dl.policy_frame dd {
  margin-left: 0px;
  line-height: 1.2em;
  border-bottom: solid 0px #eee;
}

.inlineframe ol.site-policy-list, .inlineframe ol.privacy-policy-list {
  padding-left: 5px;
  font-size: 1.2rem;
}

.reservation label {
  background-color: #eeeeef;
  font-size: 13px;
  border: 0px solid #dbdcdc;
  border-radius: 6px;
  padding: 8px 15px;
  margin-bottom: 6px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.reservation span {
  margin-left: 0;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.checkbox01-list span.wpcf7-list-item {
  display: block !important;
}

.checkbox01-list span.wpcf7-list-item label {
  cursor: pointer;
  margin-bottom: 0px;
}

.radio-lab span.wpcf7-list-item {
  padding-right: 1em;
}

span.wpcf7-list-item-label::before {
  content: "";
}

.pp_tex {
  text-align: center;
  font-size: 13px;
}

.pp_tex a {
  text-decoration: underline !important;
}

span.wpcf7-list-item label {
  padding-right: 1em !important;
  margin-bottom: 0px !important;
}

@media(min-width:768px) {

  /* -----お問い合わせ----- */
  .contact .phone-aria .btn {
    width: 520px;
    margin-top: 15px;
  }

  .contact .lasttex {
    text-align: center;
  }

  ul.form-list li {
    background: #fff;
    margin-bottom: 6px;
    border-radius: .2em;
  }

  ul.form-list li:last-child {
    margin-bottom: 30px;
  }

  /* -----お問い合わせ----- */
  .contact {
    background: #f5f7f9;
    padding: 40px 20px;
    border-radius: .4em;
  }

  ul.form-list li .title-label, ul.form-list li .form-item {
    display: table-cell;
    vertical-align: middle;
  }

  .title-label {
    width: 180px;
  }

  .form-item {
    width: 500px;
    padding-left: 20px;
  }

  .form-bottom-title {
    line-height: 34px;
    padding-bottom: 10px;
  }

  .label-hissu, .label-nini {
    float: right;
    line-height: 22px;
    margin-top: 2px;
    margin-left: 5px;
  }

  .form-bottom-title .label-hissu, .form-bottom-title .label-nini {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
    display: inline-block;
  }

  .w-20, .w-30, .w-40, .w-50, .w-70, .w-80, .w-100, .w-5-sm, .w-10-sm, .w-20-sm {
    line-height: 34px;
  }

  .w-20 {
    width: 20%;
  }

  .w-30 {
    width: 30%;
  }

  .w-40 {
    width: 40%;
  }

  .w-50 {
    width: 50%;
  }

  .w-70 {
    width: 67%;
  }

  .w-80 {
    width: 79%;
  }

  .w-100 {
    width: 100%;
  }

  .w-5-sm {
    width: 5%;
  }

  .w-10-sm {
    width: 10%;
  }

  .w-20-sm {
    width: 10%;
  }

  .w-30-blok {
    width: 30%;
  }

  .w-40-blok {
    width: 40%;
  }
}

@media(min-width:1024px) {

  /* -----お問い合わせ----- */
  .contact {
    padding: 40px 100px;
  }
}

@media only screen and (max-width: 736px) {

  /* -----お問い合わせ----- */
  .formbox {
    padding: 0px;
  }

  .contact-top-box {
    font-size: 1.3rem;
  }

  .footer-contact {
    padding: 40px 0 40px;
  }

  ul.form-list li {
    padding: 15px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  ul.form-list li:first-child {
    border-top: 0;
  }

  .title-label {
    padding-bottom: 8px;
    line-height: 1.4em;
  }

  .form-item {
    margin: 0 0px;
  }

  .thanks-m {
    font-size: 1.8rem;
  }

  .thanks-text {
    text-align: left;
  }

  .thanks-text:last-child {
    text-align: center;
    margin-bottom: 30px;
  }

  .label-hissu, .label-nini {
    line-height: 22px;
    margin-top: 2px;
    margin-left: 5px;
  }

  .formbox .btn {
    width: 100%;
  }

  .w-5-sm {
    width: 10%;
  }

  .w-10-sm {
    width: 10%;
  }

  .w-20-sm {
    width: 20%;
  }
}

@media only screen and (max-width: 320px) {
  .contact .btn {
    font-size: 14px !important;
  }
}

/* ------------------------------------------------------------------
サイトのご利用について/個人情報の取り扱いについて
------------------------------------------------------------------ */
.sph3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  padding-left: .5em;
}

.sph3:before {
  display: inline-block;
  content: "";
  position: absolute;
  background: #009999;
  left: 0;
  top: 0px;
  width: 3px;
  height: 16px;
}

ol.site-policy-list {
  list-style-type: decimal;
}

ol.site-policy-list h3, ol.privacy-policy-list h3 {
  margin: 0 0 15px;
  font-size: 16px;
}

ol.site-policy-list, ol.privacy-policy-list {
  padding-left: 15px;
  font-size: 16px;
}

ol.site-policy-list li, ol.privacy-policy-list li {
  margin-bottom: 20px;
}

ol.site-policy-list li:last-child, ol.privacy-policy-list li:last-child {
  margin-bottom: 0px;
}

ol.privacy-policy-list {
  padding-left: 5px;
  margin-top: 15px;
}

ol.privacy-policy-list li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.privacy-policy-list li:before {
  display: marker;
  content: "("counter(cnt) ") ";
}

.policy dl {
  margin-top: 15px;
}

.policy .dl-horizontal dt {
  width: 60px;
  text-align: left;
  color: #888;
  font-weight: 400;
}

.policy .dl-horizontal dd {
  margin-left: 60px;
}

.policy p {
  margin-bottom: 40px;
}

.p_box {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.5em;
}

.p_box a {
  text-decoration: underline;
  font-weight: 600;
}

.policy-rightbox p {
  text-align: right;
  margin: 30px 0 5px;
}

.policy h4 {
  position: relative;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  border-bottom: solid 1px #bbbdc0;
  padding: .8em 0 .3em 0;
  font-weight: 400;
}

.policy h4::before {
  display: inline-block;
  content: "\f111";
  font-family: "FontAwesome";
  width: 1em;
  height: 1em;
}

.policy .table {
  margin-bottom: 0px;
  font-size: 14px;
}

.policy .table-bordered>thead>tr>td, .policy .table-bordered>thead>tr>th {
  border-bottom-width: 1px;
  text-align: center;
}

.policy a {
  color: #235187;
  text-decoration: underline;
}

@media only screen and (max-width: 736px) {

  /* -----サイトのご利用について/個人情報の取り扱いについて----- */
  .policy {
    padding: 30px 0;
  }

  .sph3 {
    position: relative;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .sph3:before {
    height: 15px;
  }

  ol.site-policy-list h3, ol.privacy-policy-list h3 {
    margin-bottom: 5px;
    font-size: 15px;
  }

  ol.site-policy-list, ol.privacy-policy-list {
    padding-left: 15px;
    font-size: 14px;
  }

  ol.privacy-policy-list {
    padding-left: 0px;
  }

  .policy .dl-horizontal dt {
    width: 100%;
  }

  .policy .dl-horizontal dd {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .policy p {
    margin-bottom: 20px;
  }

  .p_box {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .policy-rightbox p {
    font-size: 12px;
  }

  .policy h4 {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------ */
.sitemap {
  padding: 0px 0;
}

ul.sitemap-List1 li, ul.sitemap-List2 li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 1.4rem;
}

ul.sitemap-List1 li a, ul.sitemap-List2 li a {
  text-decoration: underline;
  cursor: pointer;
  line-height: 2em;
}

ul.sitemap-List1 li:before {
  display: block;
  content: "\f0a9";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 4px;
  color: #b49b7f;
}

ul.sitemap-List2 li {
  display: inline-block;
  padding-right: 1em;
  margin-bottom: 5px;
}

ul.sitemap-List2 li:before {
  display: block;
  content: "\f18e";
  font-family: "FontAwesome";
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -10px;
  color: #cab7a0;
}

@media only screen and (max-width: 736px) {

  /* -----サイトマップ----- */
  .sitemap {
    padding: 0px 0;
  }

  .sitemap ul {
    text-align: center;
  }

  ul.sitemap-List2 li {
    display: block;
  }
}

/* ------------------------------------------------------------------
404
------------------------------------------------------------------ */
.errorBox {
  text-align: center;
}

.errorBox h3 {
  font-size: 6.0rem;
  color: #827fbb;
  margin: 1em 0;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.errorBox p {
  font-size: 1.9rem;
  line-height: 2em;
  margin: 0px 0 0px;
}

.errorBox a {
  text-decoration: underline;
}

@media only screen and (max-width: 736px) {

  /* ----- 404 ----- */
  .errorBox {
    text-align: center;
    margin-bottom: 40px;
  }

  .errorBox h3 {
    font-size: 3.0rem;
  }

  .errorBox p {
    font-size: 1.6rem;
    line-height: 2em;
    margin: 0px 0 0px;
  }
}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 375px) {}
