﻿@charset "utf-8"; /*Theme Name: theme_datsuHPDescription: theme_datsuHPVersion: 1.0*/
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  font: 16px/1.75 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  background: #fff;
}
/* link----------------------------------------------- */
a {
  color: #5f8fbf;
  text-decoration: underline;
  word-break: break-all;
  cursor: pointer;
}
a:hover {
  color: #95b3cd;
  text-decoration: none;
  cursor: pointer;
}
.link01 {
  background: url(images/common/icon_arrow01.png) no-repeat left 5px;
  background-size: 8px;
  padding-left: 12px;
}
.link02 {
  background: url(images/common/icon_arrow03.png) no-repeat left 3px;
  background-size: 12px;
  padding-left: 16px;
}
.link03 {
  background: url(images/common/icon_arrow04.png) no-repeat left 1px;
  background-size: 14px;
  padding-left: 18px;
}
/* clearfix----------------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
/* form-style----------------------------------------------- */
button,
input,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  border-width: 1px;
  background-color: #fff;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: initial;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
}
textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
select:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(135deg);
  pointer-events: none;
}
select {
  height: 2.4em;
  padding: 0 1em;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 8px 1em;
  border: none;
  border-radius: 4px;
  background-color: #777;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 2px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #888;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: 0;
  background-color: #888;
  border: 2px solid rgb(33, 150, 243);
}
.post form table th span {
  font-size: 12px;
}
.post form table th span.required {
  font-size: 10px;
  color: #d63c8f;
  margin-left: 5px;
}
.post form table label {
  cursor: pointer;
}
.post form table .block span {
  line-height: 1.7;
}
.post form .inline p {
  display: inline;
}
.post form table th p {
  margin-bottom: 0;
}
.post form table p {
  margin-bottom: 0px;
}
.formSubmit p {
  display: flex;
  justify-content: center;
}
.formSubmit p .wpcf7-spinner {
  display: none;
}
/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}
/* typography----------------------------------------------- */
h1 {
  clear: both;
  margin: 1.5em 0 1em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
}
h1.title {
  margin: 0;
  padding-bottom: 0.5em;
  border-bottom: 3px double #ccc;
}
h2 {
  clear: both;
  margin: 1.5em 0 1em;
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 700;
}
h3 {
  clear: both;
  margin: 1.5em 0 1em;
  padding: 0.5em 5px 0.5em 0.2em;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
}
h4 {
  clear: both;
  margin: 1.5em 0 1em;
  padding: 0.6em 5px 0.5em 0.75em;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 700;
  border-left: 3px solid #ccc;
}
h2.imgtitle,
h3.imgtitle,
h4.imgtitle {
  padding: 0;
  background: none;
  border: none;
}
.post h5 {
  clear: both;
  margin: 1.5em 0 1em;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 700;
}
.post p {
  margin-bottom: 1em;
}
.dateLabel {
  text-align: right;
  font-weight: bold;
  color: #858585;
}
.post blockquote {
  clear: both;
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin-bottom: 1em;
}
.post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.post blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.5;
}
.post blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/* image-style----------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
img.border {
  border: 1px solid #ddd;
  padding: 4px;
}
img.frame {
  outline: 7px solid rgb(255 255 255 / 40%);
  outline-offset: -7px;
}
img.round {
  border-radius: 50%;
}
img.aligncenter,
img.center {
  display: block;
  margin: auto;
}
img.alignright {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 50%;
}
img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 50%;
}
/* img_switch----------------------------------------------- */
.switch {
  visibility: hidden;
}
/* box-style----------------------------------------------- */
[class^="box0"] {
  margin: 2em 0 2em;
  padding: 1.5em 5%;
}
[class^="box0"] p:last-of-type {
  margin-bottom: 0;
}
.box01 {
  border: 3px double #ddd;
  background: #fff;
}
.box02 {
  border: 3px solid #ddd;
  background: #fff;
}
.box03 {
  box-shadow: 0px 0px 8px #ddd;
  -ms-box-shadow: 0px 0px 8px #ddd;
  -moz-box-shadow: 0px 0px 8px #ddd;
  -webkit-box-shadow: 0px 0px 8px #ddd;
  background: #fff;
}
.box04 {
  border: 1px solid #ddd;
  box-shadow: 7px 7px 0px #ddd;
  -ms-box-shadow: 7px 7px 0px #ddd;
  -moz-box-shadow: 7px 7px 0px #ddd;
  -webkit-box-shadow: 7px 7px 0px #ddd;
  background: #fff;
}
.box05 {
  background: #f7f7f7;
}
.box06 {
  background: url("images/common/notebg.png");
}
/* title-box-style----------------------------------------------- */
.t-box01 {
  clear: both;
  margin: 0 0px 20px;
}
.t-box01 .title {
  margin: 0;
  padding: 10px 5px 10px 14px;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  background: #aaa;
  border: 2px solid #aaa;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.t-box01 .t-box01In {
  padding: 15px 15px 5px;
  border: 2px solid #aaa;
  border-radius: 0px 0px 4px 4px;
}
/* list-style----------------------------------------------- */
.list01 {
  margin: 15px 0 15px 5px;
}
.list01 li {
  margin-bottom: 10px;
  padding: 0 0 5px 28px;
  background: url(images/common/icon_check01.png) no-repeat left 2px;
  background-size: 24px;
}
.list02 {
  margin: 15px 0 15px 5px;
}
.list02 li {
  margin-bottom: 5px;
  padding: 0 0 5px 15px;
  background: url(images/common/icon_circle01.png) no-repeat left 10px;
  background-size: 8px;
}
.link-list {
  margin: 15px 0 15px 5px;
}
.link-list li {
  margin-bottom: 7px;
}
.link-list li a {
  background: url(images/common/icon_arrow01.png) no-repeat left 3px;
  background-size: 8px;
  padding-left: 12px;
}
.list_check {
  margin: 0 0 30px;
}
.list_check li {
  background: url(images/common/icon-check.png) no-repeat left 1em;
  background-size: 24px;
  padding: 16px 10px 16px 32px;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 0;
}
.list_check li:nth-child(2n) {
  background: url(images/common/icon-check.png) no-repeat left 1em #f8f8f8;
  background-size: 24px;
}
/* dl-style----------------------------------------------- */
.dl01 {
  margin-bottom: 20px;
}
.dl01 dt {
  margin: 0 0 1em;
  padding: 0 0 0.5em 1em;
  font-size: 1.1em;
  font-weight: bold;
  background: url(images/common/icon_square01.png) no-repeat 0 10px;
  background-size: 10px;
  border-bottom: 1px dotted #bababa;
}
.dl01 dd {
  margin: 0 0 25px;
}
.faq {
  margin-bottom: 40px;
}
.faq dt {
  margin: 20px 0 10px;
  padding: 0 0 4px 30px;
  background: url(images/common/icon_faq_q02.png) no-repeat 0px 2px;
  background-size: 24px;
  border-bottom: 1px dotted #bababa;
  font-size: 1.1em;
  font-weight: bold;
}
.faq dd {
  margin: 0 0 30px;
  padding: 0 0 2px 30px;
  background: url(images/common/icon_faq_a02.png) no-repeat 0 2px;
  background-size: 24px;
}
/* table-style----------------------------------------------- */
table.table01 {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: separate;
}
table.table01 th,
table.table01 td {
  font-weight: normal;
  padding: 14px 4% 14px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
table.table01 th {
  background: #f6f6f6;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  width: 30%;
}
table.table01 td {
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  width: 70%;
}
table.table02 {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: separate;
}
table.table02 th,
table.table02 td {
  font-weight: normal;
  padding: 8px 4% 8px;
  text-align: left;
  vertical-align: top;
  display: block;
  width: 100%;
}
table.table02 th {
  background: #f6f6f6;
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
table.table02 td {
  border-bottom: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}
/* text-style----------------------------------------------- */
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.color-red {
  color: #dd0000;
}
.font12 {
  font-size: 12px;
}
.font10 {
  font-size: 10px;
}
/* Emphasis----------------------------------------------------------- */
.em1,
.em1 a {
  color: #d63c8f;
}
.em2,
.em2 a {
  color: #c5b478;
}
.em3 {
  font-weight: bold;
}
.em4 {
  font-weight: bold;
  font-size: 115%;
  line-height: 1.5;
}
.em4l {
  font-weight: bold;
  font-size: 125%;
  line-height: 1.7;
}
.em5 {
  font-weight: bold;
  text-decoration: underline;
}
.em6 {
  background: #fff8ce;
  font-weight: bold;
  padding-left: 3px;
}
.em7 {
  font-weight: bold;
  background: url(images/common/liner.png) repeat-x 0 80%;
  padding-left: 3px;
  background-size: 3px;
}
/* layout-style----------------------------------------------- */
.layout2 {
  margin: 0 0 20px;
}
.layout2 .itemleft {
  float: none;
}
.layout2 .itemright {
  float: none;
}
.layout37 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout37 .itemleft {
  float: none;
  margin-bottom: 10px;
}
.layout37 .itemright {
  float: none;
  margin-bottom: 10px;
}
.layout73 {
  margin: 0 0 20px;
  overflow: hidden;
}
.layout73 .itemleft {
  float: none;
}
.layout73 .itemright {
  float: none;
  margin-bottom: 10px;
}
.layout3 {
  margin: 0 0 20px;
  overflow: hidden;
}
/* btn-style----------------------------------------------- */
.post .submit {
  text-align: center !important;
  margin: 30px 0;
}
/* btn-base */
.txt-btn {
  display: inline-block;
  max-width: 90%;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 1em 2em;
  margin: 0 0.5em 1em;
  border-radius: 3em;
}
.txt-btn::before,
.txt-btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* btn-style */
.txt-btn {
  background-color: #c5b478;
  border: 1px solid #c5b478;
  color: #fff;
  box-shadow: 0 2px 5px #dadada;
}
.txt-btn:hover {
  background-color: #fff;
  border-color: #c5b478;
  color: #c5b478;
}
.txt-btn.access {
  font-weight: bold;
  background: none;
  border: 1px solid #999;
  color: #666;
  min-width: 100px;
  padding: 0.5em 2em;
  box-shadow: none;
}
.txt-btn.access:hover {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
/* other-style----------------------------------------------- */
.MT0 {
  margin-top: 0px !important;
}
.MT10 {
  margin-top: 10px !important;
}
.MT20 {
  margin-top: 20px !important;
}
.MT30 {
  margin-top: 30px !important;
}
.MB0 {
  margin-bottom: 0px !important;
}
.MB5 {
  margin-bottom: 5px !important;
}
.MB10 {
  margin-bottom: 10px !important;
}
.MB20 {
  margin-bottom: 20px !important;
}
.MB30 {
  margin-bottom: 30px !important;
}
.MR0 {
  margin-right: 0 !important;
}
.MR10 {
  margin-right: 10px !important;
}
.MR20 {
  margin-right: 20px !important;
}
.MR30 {
  margin-right: 30px !important;
}
.ML0 {
  margin-left: 0 !important;
}
.ML10 {
  margin-left: 10px !important;
}
.ML20 {
  margin-left: 20px !important;
}
.ML30 {
  margin-left: 30px !important;
}
.ML100 {
  margin-left: 100px !important;
}
.MRL-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.PT0 {
  padding-top: 0px !important;
}
.PT10 {
  padding-top: 10px !important;
}
.PT20 {
  padding-top: 20px !important;
}
.PT30 {
  padding-top: 30px !important;
}
.PB0 {
  padding-bottom: 0px !important;
}
.PB10 {
  padding-bottom: 10px !important;
}
.PB20 {
  padding-bottom: 20px !important;
}
.PB30 {
  padding-bottom: 30px !important;
}
.submit-btn {
  text-align: center;
  margin: 30px 0;
}
.bnr {
  text-align: center;
  margin: 30px 0;
}
hr {
  clear: both;
  border: none;
  border-top: solid 1px #eee;
  height: 1px;
  margin: 3em 0;
}
.youtube-wrap,
.map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
  text-align: center;
}
.youtube-wrap iframe,
.map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe {
  max-width: 100%;
}
.inlineb {
  display: inline-block;
}
.flowbox {
  padding-bottom: 25px;
  margin-bottom: 15px;
  background: url(images/common/u_arrow01.png) no-repeat 50% bottom;
}
.flowbox.last {
  background: none;
  padding-bottom: 0;
}
.flowbox .itemleft {
  text-align: center;
}
.flowbox .itemright {
}
/* accordion----------------------------------------------- */
.displayNone {
  display: none;
}
.contentWrap {
  margin: 10px;
}
.acswitch {
  cursor: pointer;
  font-weight: bold;
  padding: 12px 40px 12px 10px;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-color: #cfc191;
  border: 1px solid #cfc191;
  color: #fff;
  border-radius: 30px;
}
.acswitch:after {
  content: ">";
  position: absolute;
  right: 10px;
  top: -100%;
  bottom: -100%;
  margin: auto;
  font-size: 16px;
  height: 16px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: sans-serif;
}
.acswitch.open:after {
  content: "x";
}
/* testimonials----------------------------------------------- */
.testimonial {
  margin: 0 0 20px;
  padding: 15px 15px 5px;
  border: 3px solid #e6e6e6;
  border-radius: 3px;
}
.testimonial .title {
  padding: 0 0 10px 0;
  border: none;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 20px;
  background: none;
  font-weight: bold;
}
.testimonial .ph {
  display: block;
  margin: 0 auto 20px;
  float: none;
  max-width: 280px;
  text-align: center;
}
.testimonial .name {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .table01.block th,
  .table01.block td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }
  .pc_none {
    display: none;
  }
  .pc_center {
    text-align: center;
  }
  .em4l {
    font-size: 150%;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.2em;
  }
  .layout2 {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .layout2 .item {
    width: 48%;
  }
  .layout2 .item:nth-child(even) {
    margin-left: 2%;
    width: 48%;
  }
  .layout37 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout37 .itemleft {
    float: left;
    width: 30%;
    margin-bottom: 0px;
  }
  .layout37 .itemright {
    float: right;
    width: 68%;
  }
  .layout73 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout73 .itemleft {
    float: left;
    width: 68%;
  }
  .layout73 .itemright {
    float: right;
    width: 30%;
    margin-bottom: 0px;
  }
  .layout46 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout46 .itemleft {
    float: left;
    width: 40%;
  }
  .layout46 .itemright {
    float: right;
    width: 58%;
  }
  .layout64 {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .layout64 .itemleft {
    float: left;
    width: 60%;
  }
  .layout64 .itemright {
    float: right;
    width: 40%;
  }
  .layout3 {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .layout3 .item {
    width: 31%;
  }
  .layout3 .item:nth-child(even) {
    margin: 0 2%;
  }
  .testimonial {
    margin: 0 0 1.5em;
    padding: 25px 25px 5px;
    background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
    background-size: 130px;
  }
  .testimonial .title {
    font-size: 1.3em;
  }
  .testimonial .ph {
    display: inline;
    margin: 0 0 10px 20px;
    float: right;
    max-width: 250px;
  }
}
/* 992px～ メディアクエリ開始 */
@media screen and (min-width: 992px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.2em;
  }
  img.alignright {
    margin: 0 0 10px 30px;
  }
  img.alignleft {
    margin: 0 30px 10px 0;
  }
  .t-box01 {
    clear: both;
    margin: 40px 0px;
  }
  .t-box01 .title {
    padding: 20px 5px 20px 20px;
    font-size: 1.2em;
    border-bottom: none;
  }
  .t-box01 .t-box01In {
    padding: 3%;
  }
  .dl01 dt {
    font-size: 1.1em;
    background: url(images/common/icon_square01.png) no-repeat 0 10px;
    background-size: 10px;
  }
  .faq dt {
    padding: 0 0 8px 34px;
    background: url(images/common/icon_faq_q02.png) no-repeat 0px 2px;
    background-size: 28px;
    font-size: 1.1em;
  }
  .faq dd {
    padding: 0 0 2px 34px;
    background: url(images/common/icon_faq_a02.png) no-repeat 0 0px;
    background-size: 28px;
  }
}
/*Original*/
.topSession li {
  margin-bottom: 1em;
  padding: 1.5em 1.5em;
  background: #f5f5f5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topSession {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
  }
  .topSession li {
    width: calc((100% - 10px) / 2);
  }
}
