@charset "UTF-8";

/* clearfix */
.cf:after {
  clear: both;
  content: "";
  display: block;
}

/* common */
html {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "sans-serif";
  font-size: 62.5%;
}
body {
  background-color: #f5f1e8;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
}
.col1 {
  width: 100%;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.opa:hover {
  opacity: 0.7;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #333;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#contents {
  box-sizing: border-box;
  padding: 40px 10px;
  width: 100%;
}
.contentH {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}
.contentH_title {
  font-size: 2rem;
  line-height: 1;
}
.contentH_title-ja {
  font-size: 1.2rem;
  padding-left: 10px;
}
.contentH_more {
  bottom: 10px;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  right: 0;
}
.contentH_more::after {
  content: "▶";
  padding-left: 5px;
}
.bold {
  font-weight: bold;
}
.term_list {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
.term_list li {
  width: 100%;
  list-style-type: disc;
}
.term_sub_list {
  width: 100%;
  padding-left: 20px;
  font-size: 12px;
  box-sizing: border-box;
}
.term_sub_list li {
  width: 100%;
  list-style-type: disc;
}

/*20150619湯本追加*/
.term_list .y0619 {
  width: 100%;
  margin: 0 0 5px 20px;
  list-style-type: lower-latin;
}
.term_list .y0619_2 {
  width: 100%;
  margin: 0 0 0 5px;
  list-style-type: decimal;
}
/*20150619湯本追加*/

/* header */
#logo {
  background-color: #454545;
  padding: 10px;
  text-align: center;
}
#logo img {
  width: 150px;
}
#gnavList {
  background-color: #000;
  padding: 15px 0;
  text-align: center;
}
.gnavList_item {
  float: left;
  margin-top: 15px;
  width: 50%;
}
.gnavList_item:nth-child(2n) {
  border-left: 1px solid #fff;
  box-sizing: border-box;
}

/* footer */
footer {
  background-color: #454545;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
footer a {
  color: #fff;
}
#f_left {
}
#f_about {
  padding-bottom: 20px;
}
#f_nav ul li {
  padding-top: 20px;
}
#f_copy {
  padding-top: 40px;
}
#f_copy span {
  font-size: 1rem;
}
.breadcrumbs {
  font-size: 1.2rem;
  padding: 0 10px 20px;
}
.breadcrumbs a {
  color: #454545;
  text-decoration: underline;
}

/* index */
#hero {
  color: #fff;
  height: calc(100vw * 9 / 16);
  max-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#hero_title {
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto;
  max-width: 119px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 10;
}
#hero_cover {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
#hero_video {
  height: 100%;
  width: 100%;
}
#hero_video video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
  z-index: 1;
}
.businessList_item {
  border: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  font-size: ;
  margin-left: 2%;
  width: 32%;
}
.businessList_item:first-child {
  margin-left: 0;
}
.businessList_item_title {
  background-color: #d5e0d0;
  color: #333;
  padding: 10px 0;
  text-align: center;
}
.point {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
}
.point_explain {
  padding-top: 10px;
}

#sec_idx_results {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 40px 10px;
  width: 100%;
}
.idx_main_result {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 0;
  width: 100%;
}
.result_l {
  font-size: 1rem;
  width: 100%;
}
.result_l img {
  width: 47%;
}
.result_r {
  font-size: 1.2rem;
  padding-top: 20px;
}
.idx_result_row {
  padding-top: 20px;
}
.idx_result_row li {
  float: left;
  padding: 15px 0 0 6%;
  width: 47%;
}
.idx_result_row li:nth-child(2n + 1) {
  clear: both;
  padding-left: 0;
}
.result_t {
  padding-top: 10px;
}

/* works */
#workList {
}
.workList_item {
  float: left;
  overflow: hidden;
  margin: 20px 0 0 3%;
  width: 47%;
}
.workList_item:nth-child(2n + 1) {
  clear: both;
  margin-left: 0;
}

.big_pic {
  margin-top: 20px;
  width: 100%;
}
.big_pic img {
}
.small_pic {
  margin: 20px auto 0;
  width: 80vw;
}
.work_img {
  display: block;
  height: 20vw;
  overflow: hidden;
  position: relative;
  width: 20vw;
  float: left;
}
.work_img img {
  position: absolute;
  width: 170%;
  margin: auto;
}

/* 20150603湯本追加 */
.work .kcap {
  font-size: 120%;
  font-weight: bolder;
  text-align: center;
}
/* 20150603湯本追加 */

/* plan */
.pln_table {
  margin-top: 40px;
}
.pln_table_notes {
  font-size: 12px;
  text-align: right;
}
.pln_table .pln_table_header {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.pln_table .pln_table_header p {
  background-color: #c14d4c;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-right: 1px solid #454545;
  box-sizing: border-box;
  color: #fff;
  display: table-cell;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 22%;
}
.pln_table .pln_table_header p:first-child {
  width: 100px;
  border-left: 1px solid #454545;
  width: 12%;
}
.pln_table .pln_table_content {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.pln_table_content p {
  border-bottom: 1px solid #454545;
  border-right: 1px solid #454545;
  box-sizing: border-box;
  display: table-cell;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.pln_table_content p:first-child {
  border-left: 1px solid #454545;
}
.pln_table_caption {
  width: 12%;
}
.block1 {
  width: 22%;
}
.block2 {
  width: 44%;
}
.block3 {
  width: 66%;
}
.block4 {
  width: 88%;
}
.table_content1 p {
}
.table_content1 p:first-child {
}
.table_notes {
  padding-top: 20px;
}
.pln_table .pln_table_header {
  display: table;
  width: 100%;
}
.opt_cut {
  padding-top: 30px;
}
.opt_cut h3 {
  font-size: 16px;
  font-weight: bold;
}
.opt_table .opt_table_header p {
  display: table-cell;
  width: 250px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #c14d4c;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-right: 1px solid #454545;
  box-sizing: border-box;
}
.opt_table .opt_table_header p:first-child {
  border-left: 1px solid #454545;
}
.opt_table .opt_table_content {
  display: table;
  width: 100%;
}
.opt_table .opt_table_content p {
  display: table-cell;
  width: 250px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #454545;
  border-right: 1px solid #454545;
  box-sizing: border-box;
}
.opt_table .opt_table_content p:first-child {
  border-left: 1px solid #454545;
}

/* flow */
.flw_flow {
  margin-top: 30px;
  padding: 10px;
  border-top: 1px solid #c14d4c;
  border-bottom: 1px solid #c14d4c;
  border-left: 1px solid #c14d4c;
  border-right: 1px solid #c14d4c;
  box-sizing: border-box;
}
.flw_flow:first-child {
  margin-top: 0;
}
.flw_flow h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.flw_text {
  box-sizing: border-box;
}

/* qa */
.qa_content {
  padding-top: 50px;
}
.qa_content:first-child {
  padding-top: 0;
}
.qa_question {
  margin-bottom: 20px;
  border-bottom: 1px solid #c14d4c;
}
.qa_question h3 {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #c14d4c;
}
.qa_answer {
}

/* about */
#sec_about {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.about_row {
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
.about_caption {
  font-weight: bold;
  padding-top: 20px;
}
.about_content {
  padding-top: 5px;
}
.about_content a {
  text-decoration: underline;
  color: #454545;
}

/* contact */
#sec_apply .agreement {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  margin: 30px auto;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
#sec_apply .agreement .agreement_text {
  padding: 30px;
  box-sizing: border-box;
}
#sec_apply .agreement .agreement_text h3 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/* お問い合わせフォーム（FluentForms） */
#sec_apply .fluentform {
  padding-top: 40px;
}
#sec_apply .frm-fluent-form .ff-el-group {
  margin: 0 0 20px;
  padding: 0;
  font-size: 12px;
  line-height: 1.5em;
}
#sec_apply .frm-fluent-form .ff-el-input--label {
  padding-bottom: 8px;
  margin: 0;
}
#sec_apply .frm-fluent-form .ff-el-input--label label {
  font-weight: normal;
}
/* FluentFormsは必須マークをlabelの擬似要素で出すため、旧フォームの「必須」ラベルに差し替える */
#sec_apply .frm-fluent-form .ff-el-is-required.asterisk-left label::before {
  content: "必須";
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-right: 10px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #ffffff;
  background-color: #c40c1d;
}
#sec_apply .frm-fluent-form .ff-el-form-control {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.5em;
  color: #454545;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-sizing: border-box;
}
#sec_apply .frm-fluent-form .ff-el-form-control:focus,
#sec_apply .frm-fluent-form .ff-btn-submit:focus-visible {
  outline: 2px solid #c40c1d;
  outline-offset: 1px;
}
#sec_apply .frm-fluent-form .error.text-danger {
  padding-top: 5px;
  font-size: 12px;
  color: #c40c1d;
}
#sec_apply .frm-fluent-form .ff-el-turnstile {
  display: flex;
  justify-content: center;
}
#sec_apply .frm-fluent-form .ff_submit_btn_wrapper {
  margin-bottom: 0;
  padding: 10px 0 0;
  text-align: center;
}
#sec_apply .frm-fluent-form .ff-btn-submit {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

/* photo */
.photoList_item {
  float: left;
  margin-top: 20px;
  width: 100%;
}

/* panorama */
#panorama {
  position: relative;
}
#panorama::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#panorama iframe {
  border: 2px solid #ddd;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* pickup news */
.pickup_news {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 0 10px 20px;
}
.pickup_news_title {
  color: #f00;
  line-height: 4;
}

.mt-3 {
  margin-top: 3em;
}
