@charset "utf-8";
/* CSS Document */

/*========================================================
変数
========================================================*/
:root {
  --cont-width: 1000px; /*コンテンツ幅*/
  --main-color: #ff7f7f;
  --sub-color: #d01900;
  --menu-gradation: linear-gradient(#fafafa, #eaeaea); /*gNaviのグラデ*/
  --top-bg: #fff; /*トップページの背景色*/
  /*以下は個人で自由に設定可*/
  --cont-bg: #f4f4f4;
  --under-line: #fff1aa;
  --title-fontSize: 24px;
  --font-L: 20px;
  --font-M: 18px;
  --font-S: 12px;
}


/*-----------------------------------------共通(コピペ)-----------------------------------------*/
/*========================================================
全ページ共通設定
========================================================*/
/*body
============================*/
body {
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
  vertical-align:top;
}

/*初期デザインの削除とコンテンツ幅の設定
============================*/
#wrapper {
	background: #fff !important;
	padding: 0;
}
#g01 .indexCornerWrap01 {
	display: none;
}
.sectionWrap,
.h2WrapBtm,
.h2WrapTop,
.h2WrapMid,
.sectionBtm,
.section,
.sectionIn {
	background: none;
  padding: 0;
  margin: 0 auto;
}
.sectionWrap {
	z-index: auto;
}
#g01 #contents {
  width: 100%;
  /*トップページの背景色*/
  background-color: var(--top-bg);
}
#main {
  padding: 50px 0;
}
#g01 #main {
  padding: 50px 0 0 0;
}
#g04 .indexGalleryWrap01 {
	padding: 0;
}
#map_canvas {
	width: 880px !important;
	margin: 0 auto !important;
}
.accessSec01 {
	width: 880px;
}
#g01 a {
  text-decoration: none;
}

/*header
============================*/
#headerWrap {
	width: 100%;
	background: #fff;
}
#header {
	background: none;
	padding: 0 0 10px 0;
	margin: 0 auto;
  width: auto;
  max-width: var(--cont-width);
}
#headerCategoryList, #headerBtm, .mt12 {
 	display: none;
}
#headerStoreWrap {
 	padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headerStoreWrap::after {
  display: none;
}
#headerStore {
 	width: auto;
 	margin: 0;
}
#headerStore .kana {
  display: none;
}
#headerStore .name {
	font-size: var(--font-S);
	color: var(--main-color);
}
#headerStore .name a {
	color: var(--main-color);
}
#headerStoreContact img {
  display: none;
}
#headerStoreDialWrap {
  background: none;
}
#headerStoreDial {
	padding: 0;
	background: none;
}
#headerStoreDial .number {
  padding-left: 0;
  text-align: right;
  color: var(--main-color);
  background: none;
}
.header_mgn01 {
	display: none !important;
}
#headerIconList {
	margin-top: 0;
}

/*gNavi
============================*/
#gNaviWrap {
	margin: 0;
	clear: both;
}
#gNaviIn {
	width: auto;
	margin: 0px auto;
	background: var(--menu-gradation);
	padding: 0px 10px;
  border-bottom: solid 1px #ccc;
}
#gNavi ul {
	max-width: var(--cont-width);
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
	display: flex;
  z-index: 99;
}
#gNavi li {
	padding-bottom: 0;
	width: auto;
	height: 50px;
	flex: 1 1 0px;
	justify-content: center;
	align-items: center;
	position: static;
  z-index: 99;
}
#g01 #gNavi li#gNav01 a, #g02 #gNavi li#gNav02 a, #g03 #gNavi li#gNav03 a, #g04 #gNavi li#gNav04 a,
#g05 #gNavi li#gNav05 a, #g06 #gNavi li#gNav06 a, #g07 #gNavi li#gNav07 a {
	background: var(--menu-gradation);
  color: #000;
}
#gNavi li a {
	width: auto;
	height: 50px;
	background: var(--menu-gradation);
	border-left: 1px solid #ccc;
  color: #000;
  font-weight: normal;
  padding: 0;
  line-height: 50px;
}
#gNavi li:last-child a {
	border-right: 1px solid #ccc;
}
#gNavi li a:hover {
  background: linear-gradient(#ededed, #dbdbdb);
	color: #000;
  font-weight: normal;
}

/*footer
============================*/
#footerTop {
  background: #fff;
  border-top: 2px solid var(--main-color);
  padding: 0;
}
#footerTopLink,
#footerCopy {
  font-weight: normal;
}
#footerTopIn {
  width: 100%;
  margin: 0 auto;
}
#footerTopLink {
  padding: 30px 0;
}
#footerTopLink ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: auto;
  float: none;
  left: unset;
}
#footerTopLink ul li {
  padding-right: 20px;
  margin-right: 0;
  float: none;
  left: unset;
}
#footerTopLink ul li.last {
  float: none;
  left: unset;
}
#footerTopLink ul li a {
  color: #333;
}
#footerCopy {
  font-size: 12px;
  padding: 15px 0;
  margin-top: 0;
  text-align: center;
  background-color: var(--main-color);
}
#footerBtm {
  background: #c2c2c2;
}
#footerBtmIn {
  padding: 20px 0;
}

/*オーナーからのメッセージ
============================*/
#g01 #main > .sectionWrap:nth-child(1) {
  width: var(--cont-width);
  margin: 0 auto 50px;
}
#g01 .h2WrapMid h2 {
  font-size: 16px;
  color: #333;
  background: #e7e7e7;
  padding: 0 0 0 10px;
}
.topMessageDetail, .topMessageSec01, .topMessageSec02 {
  margin: 0 auto;
  padding: 0;
}
.topMessageDetail {
  height: auto;
  padding: 10px;
  background-color: #fff;
}
.topMessageSec01 {
  font-size: var(--font-S);
}
.h3_basic01, .topMessageSec02 {
  text-align: left;
  padding: 0;
}
.h3_basic01 {
  font-size: 16px;
}
.topMessageDetail .detailAnchor {
  margin: 10px 0 0 0;
  padding: 0;
}
.topMessageDetail .detailAnchor a {
  color: var(--main-color);
  background: none;
}
.topMessageDetail .detailAnchor a::before {
  content: '▶︎';
}

/*メインビジュアル
============================*/
#mainimg {
    width: auto;
    height: 600px;
    margin: 0;
    position: relative;
    background-color: #f9f9f9;
    background: url(https://cms.locoplace.biz/storeimg/80/801644/20250704_1613351.png) repeat-x;
}
#mainimgIn {
	background-image: url(https://cms.locoplace.biz/storeimg/80/801644/20250704_1609151.png) !important;
  height: 600px;
  width: var(--cont-width);
}

/*indexCopy01
============================*/
#g01 #contents .indexCopy01 {
  max-width: var(--cont-width);
  background-color: var(--cont-bg);
  padding: 40px 50px;
  text-align: center;
  font-size: var(--font-L);
  margin: 0 auto 50px;
  color: #000;
}
#g01 #contents .indexCopy01::after {
  display: none;
}

/*最下部基本情報
============================*/
#dlpoC_D .indexBasicInfoL01 {
  margin-top: 30px;
}
#dlpoC_D .section {
  width: var(--cont-width);
  margin: 0 auto 100px;
}
#dlpoC_D .sns {
  background-color: transparent !important;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 !important;
}
#dlpoC_D .sns::before {
  content: 'シェアする';
  font-size: 6px;
}
#dlpoC_D .sns p.flL {
  display: none !important;
}
#dlpoC_D .indexBasicInfoL01 table td {
  background-color: #fff;
}
/*pageTop
============================*/
.pageTop {
  right: 15px;
  z-index: 100;
  position: fixed;
  bottom: 115px;
  top: auto;
  border-width: 30px;
  border-style: solid;
  border-radius: 50% !important;
  border-color: var(--main-color);
  width: 0px !important;
  height: 0px !important;
}
.pageTop img {
  visibility: hidden;
  margin-top: 0px !important;
  width: 60px !important;
  height: 60px !important;
}
.pageTop a {
  display: block;
  width: 60px;
  height: 60px !important;
  margin-top: -30px;
  margin-left: -30px !important;
}
.pageTop:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 55%;
  left: -6px;
  margin-top:-5px;
}

/*-----------------------------------------共通(コピペ)ここまで-----------------------------------------*/


/*-----------------------------------------html記述部分-----------------------------------------*/
/*========================================================
共通
========================================================*/
/*コンテンツ幅・余白・背景
============================*/
.secOuter {
  margin: 50px auto;
}
.secWrap {
  max-width: 1000px;
  margin: auto;
}
.cnt_wrap {
  max-width: var(--cont-width);
  margin: 0 auto 80px;
}
.cnt_catch {
  margin: 20px auto;
}
.secComment {
  margin: 30px 0;
}

/*テキストの設定
============================*/
#g01 #contents {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
#g01 #contents h2,
#g01 #contents h3,
#g01 #contents h4,
#g01 #contents h5 {
  font-weight: bold;
}
#g01 #contents h2 {
  font-size: var(--title-fontSize);
  position: relative;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 20px 0;
  margin: 0 0 30px 0;
}
#g01 #contents h2::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: var(--main-color);
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 14px 12px;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
#g01 #contents h3 {
  font-size: var(--font-L);
}
.underLine {
  background: linear-gradient(transparent 50%, var(--under-line) 50%);
  font-weight: bold;
}
.em {
  color: var(--sub-color);
  font-weight: bold;
}

/*CTAエリア
============================*/
.formTel {
  text-align: center;
}
.formTel img {
  width: 600px;
  display: block;
  margin: auto;
}

/*追従フッター
============================*/
#fotterBunner {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 99;
  justify-content: center;
}
#fotterBunner .imgSp {
  display: none;
}

/*========================================================
各セクション
========================================================*/
/*sec_point
============================*/
.sec_point_list_title {
  display: flex;
  align-items: center;
}
.sec_point_list_title::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.sec_point_list p {
  margin: 10px 0 30px;
}

/*sec_reason
============================*/
.listStyle_titleArea {
  display: flex;
  align-items: center;
}
.listStyle_titleArea span {
  background-color: var(--sub-color);
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
}
.sec_reason ul {
  margin: 30px 0 0 0;
}
.sec_reason ul li:not(:last-child) {
  margin: 0 0 30px 0;
}
.sec_reason ul .listStyle_flex {
  display: flex;
  gap: 20px;
}

.textList h3 {
  border-bottom: solid 2px var(--sub-color);
  padding: 0 0 3px 0;
  margin: 0 0 20px 0;
}
.textList li:not(:last-child) {
  margin: 0 0 30px 0;
}
.sec_price {
  background-color: #fff3ea;
  padding: 0 0 50px 0;
}
.sec_price .secInner > img {
  max-width: 100%;
}
.price_table {
  width: 100%;
  margin: 30px 0 0 0;
  table-layout: fixed;
}
.price_table tr:first-child {
  background-color: var(--sub-color);
  color: #fff;
}
.price_table td {
  border: solid 1px var(--sub-color);
  padding: 10px;
}
.sec_price .moreBtn {
  margin: 30px auto 0;
  width: 300px;
  text-align: center;
}
.sec_price .moreBtn a {
  background-color: #00c814;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}
.step_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
.step_list li {
  width: calc(calc(100% - 40px) / 3);
  padding: 20px;
  background-color: #efefef;
  border-radius: 5px;
}
.step_list li p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: var(--sub-color);
  margin: 0 0 10px 0;
}
.step_list li img {
  width: 100%;
}
/*faq
============================*/
.sec_qa ul li:not(:last-child) {
  margin: 0 0 30px 0;
}
.faq_list_item {
  margin: 0 0 20px 0;
  background-color: #f3faff;
  padding: 10px;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.question {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  padding: 0 50px 0 0;
}
.question::before {
  content: '';
  width: 2px;
  height: 30px;
  background-color: var(--main-color);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.question::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq_list_item details[open] .question::before {
  display: none;
}
.question span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--sub-color);
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.question p {
  font-size: var(--font-L);
  width: calc(100% - 60px);
}
.answer {
  margin: 20px 0 0 0;
  display: flex;
  gap: 20px;
}
.answer span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--main-color);
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.answer p {
  padding: 0 50px 0 0;
  width: calc(100% - 60px);
}
/*case-study choose caution sign
============================*/
.case-study_list_item,
.choose_list_item,
.caution_list_item,
.sign_list_item {
  margin: 0 0 30px 0;
  background-color: #eff3fa;
  padding: 20px;
  border-radius: 5px;
}
.case-study_list_item h3,
.choose_list_item h3,
.caution_list_item h3,
.sign_list_item h3 {
  border-left: solid 4px #000;
  padding: 0 0 0px 10px;
  color: #000;
  position: relative;
}
.case-study_list_item details[open] h3,
.choose_list_item details[open] h3,
.caution_list_item details[open] h3,
.sign_list_item details[open] h3 {
  margin: 0 0 20px 0;
}
.case-study_list_item details h3::after,
.choose_list_item details h3::after,
.caution_list_item details h3::after,
.sign_list_item details h3::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 20px;
  top: 10px;
  transition: all 0.3s ease;
}
.case-study_list_item details[open] h3::after,
.choose_list_item details[open] h3::after,
.caution_list_item details[open] h3::after,
.sign_list_item details[open] h3::after {
  transform: translateY(-25%) rotate(-45deg);
}
.sectionCnt {
    margin: 0 10px;
}
.sec_cta {
    background: #ffe7d7;
}
.formTel {
    background: url(https://cms.locoplace.biz/storeimg/80/801644/20250703_1442394.png) no-repeat top center / 100%;
    width: 1000px;
    margin: 30px auto 60px;
    height: 299px;
}
.formTel a {
    display: none;
}
#fotterBunner {
    display: none;
}
#floating-banner_pc {
    position: fixed;
    bottom: 0px;
    border-bottom: solid 3px #ffffff;
    display: flex;
    width: 100%;
    z-index: 999999;
    justify-content: center;
    background: #ffdec8;
}
#g01 #footerBtm {
    padding-bottom: 100px;
}
#dlpoC_C {
    width: 1000px;
    margin: 30px auto 0;
}
.couponSec01 .coupon li .tableCoupon01 {
    width: 430px;
}
.indexGallery01 ul li .indexGalleryTop01 table {
    background: url(/static/img/bg_index_gallery_image01.gif) no-repeat left top;
    margin-bottom: 10px;
    width: 180px;
    table-layout: fixed;
    background: 0 !important;
}
/*企業情報
============================*/
table.company-bg {
    width: 100%;
    margin: 30px 0;
}
.company-bg td, .company-bg th {
    padding: 10px 5px;
    border: 1px solid #ababab;
}
.company-bg th {
    text-align: center;
    font-weight: bold;
    background: #e0e0e0;
    width: 200px;
}
.company-bg td {
    padding-left: 20px;
}
/*その他サービス
============================*/
ul.list_box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}
ul.list_box li {
    width: calc(calc(100% - 30px) / 3);
    background-color: #ffe7d7;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
ul.list_box a {
    text-decoration: none;
    color: #222222;
    display: block;
}
ul.list_box li:hover {
    opacity: 0.8;
}
