@charset "utf-8";
/* CSS Document */

/*========================================================
変数
========================================================*/
:root {
  --cont-width: 1000px; /*コンテンツ幅*/
  --main-color: #39434f;
  --sub-color: #f58e59;
  --menu-gradation: linear-gradient(#fafafa, #eaeaea); /*gNaviのグラデ*/
  --top-bg: #fff; /*トップページの背景色*/
  /*以下は個人で自由に設定可*/
  --cont-bg: #f6f6f6;
  --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
============================*/
#footer {
  padding: 0 0 100px 0;
}
#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: #0069b8;
}
#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 {
    border-top: 2px solid #0069b8;
    width: auto;
    height: 502px;
    margin: 0;
    position: relative;
    background-image: url(https://cms.locoplace.biz/storeimg/82/823662/20231214_1106211.gif) !important;
    background-repeat: repeat-x;
    background-position: center;
}
#mainimgIn {
	background-image: url(https://cms.locoplace.biz/storeimg/82/823662/20260409_0922511.png) !important;
	height: 500px;
	width: var(--cont-width);
}

/*indexCopy01
============================*/
.indexCopy01 {
  max-width: var(--cont-width);
  background-color: var(--cont-bg);
  padding: 30px;
  text-align: center;
  font-size: var(--font-L);
  margin: 0 auto;
}

/*最下部基本情報
============================*/
#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: 120px;
  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記述部分-----------------------------------------*/
/*========================================================
共通
========================================================*/
/*コンテンツ幅・余白・背景
============================*/
.secWrap {
  max-width: var(--cont-width);
  margin: auto;
}
.secOuter {
  margin: 100px auto;
}
.secBg {
  background-color: #fff9c5;
  padding: 50px 0;
}
.secComment {
  margin: 30px auto;
}
.sectionCnt ul li:not(:last-child) {
  margin: 0 0 50px 0;
}

/*テキストの設定
============================*/
.sectionCnt {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #39434f;
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
}
.sectionCnt h2,
.sectionCnt h3,
.sectionCnt h4,
.sectionCnt h5 {
  font-weight: bold;
}
.sec_titleArea h2 {
    background: #003664;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 28px;
}
p.com-txt {
    margin: 20px 0;
}
span.kome2 {
    font-size: 10px;
}
.btn-Bg {
    margin: 50px auto;
    width: 400px;
    background: #f58e5a;
    border-radius: 50px;
    box-shadow: 0 5px 0 #ad430e;
    transition: all 0.3s ease;
}
.btn-Bg a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px;
    font-weight: bold;
    font-size: 19px;
}
.btn-Bg:hover {
    transform: translateY(4px);
    box-shadow: none;
}
span.point01 {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ffe400 0%);
}
span.kome {
    font-size: 12px;
}
span.point02 {
    font-weight: bold;
    color: #ae440e;
}
/*sec_point
============================*/
.sec_point h2 {
    background: #0069b8;
    padding: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 22px;
}
.sec_point h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #016ab9 transparent transparent transparent;
}
.nayamiBox {
    margin: 30px 0;
}
.nayamiBox h3 {
    background: url(https://cms.locoplace.biz/storeimg/82/823662/20231214_1338021.png)no-repeat left 0 bottom 5px /50px;
    padding: 5px 0 5px 65px;
    font-size: 20px;
    border-bottom: 2px solid #0069b8;
}
.nayamiBox h3 span {
    color: #0069b8;
    font-weight: bold;
    margin-right: 20px;
}
.nayamiBox_com {
    background: #e4f2ff;
    padding: 20px;
}
/*sec_reason
============================*/
.reason_Bg {
    background: #e4f2ff;
    padding: 30px;
}
.reasonBox {
    display: flex;
    padding: 30px 0;
    border-bottom: 2px solid #016ab9;
}
.reasonBox img {
    width: 300px;
    height: auto;
}
#reasonRight {
    flex-direction: row-reverse;
}
.reasonTxt {
    padding: 0 20px;
}
.reasonTxt h3 {
    font-size: 23px;
    background: #49a9f1;
    text-align: center;
    color: #fff;
    padding: 0 6px;
}
/*sec_maker
============================*/
.maker-Box {
    background: #eeeeee;
    margin: 30px 0;
    border: 2px solid #4aa9f1;
}
.maker-Box h3 {
    font-size: 23px;
    text-align: center;
    padding: 15px;
    background: #4aa9f1;
    color: #fff;
}
.maker_In {
    padding: 20px;
}
ul.maker-List {
    background: #fff;
    padding: 0px 20px 20px;
    margin-top: 20px;
}
.maker-List li:not(:last-child) {
    margin: 0 !important;
}
.maker-List li {
    border-bottom: solid 1px #B5B5B5;
    padding: 20px 0;
}
.maker-List li summary {
    display: block;
    list-style: none;
}
.maker-List li summary::-webkit-details-marker {
    display: none;
}
.maker-h4 {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    padding: 0 50px 0 0;
}
.maker-h4::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--sub-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.maker-h4::before {
    content: '';
    width: 2px;
    height: 30px;
    background-color: var(--sub-color);
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.maker-List details[open] .maker-h4::before {
  display: none;
}
.maker-p {
    margin: 20px 0 0 0;
    display: flex;
    gap: 20px;
}
/*sec_jisseki
============================*/
.jisseki-Box {
    display: flex;
    margin: 30px 0;
    background: #fff;
    box-shadow: 0 0 3px 2px #cecece;
    padding: 30px;
}
.jisseki-Img {
    width: 400px;
}
.jisseki-Img img {
    width: 100%;
    height: auto;
}
.jisseki-Com {
    width: 540px;
    padding-left: 30px;
}
.jisseki-Com table {
    width: 100%;
    border: 2px solid #4aa9f1;
}
.jisseki-Com th {
    width: 100px;
    border: 1px solid #ffffff;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    background: #4aa9f1;
    color: #fff;
}
.jisseki-Com td {
    border: 1px solid #4aa9f1;
    padding: 20px 10px;
}
/*sec_flow
============================*/
.flow-Bg ol {
    display: flex;
}
.flow-Bg ol li {
    width: 33.3%;
    margin: 30px 10px;
}
.flow-Bg ol li h3 {
    font-size: 18px;
    text-align: center;
    color: #4dbc5a;
}
.flow-Bg ol li h3 span {
    margin: 0 auto;
    background: #4dbc5a;
    width: 100px;
    height: 100px;
    padding: 30px 13px;
    display: block;
    border-radius: 50px;
    color: #fff;
}
.flow-txt {
    background: #fffac4;
    padding: 15px;
    min-height: 210px;
    font-size: 15px;
}
/*sec_qa
============================*/
ul.qa-List li:not(:last-child) {
    margin: 0 !important;
}
ul.qa-List li {
    border-bottom: solid 1px #B5B5B5;
    padding: 20px 0;
}
ul.qa-List li summary::-webkit-details-marker {
    display: none;
}
ul.qa-List li summary {
    display: block;
    list-style: 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(--sub-color);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.question::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: var(--sub-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec_qa ul 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;
}
.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;
}
/*sec_voice
============================*/
.voice-Box {
    background: url(https://cms.locoplace.biz/storeimg/82/823662/20231214_0950251.png)no-repeat right 5px top 25px /120px;
    padding: 30px 160px 20px 20px;
}
.voice-Box p {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #e4f2ff;
}
.voice-Box p::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 25px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 20px;
    border-color: transparent transparent transparent #e4f2ff;
}
/*sec_exchange
============================*/
.exchange-Bg {
    box-shadow: 0 0 5px 0 #d6d6d6;
    border: 1px solid #e4f2ff;
    margin: 30px 0;
}
.exchange-Bg h3 {
    background: #e4f2ff;
    position: relative;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
}
.exchange-Bg h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #e4f2ff transparent transparent transparent;
}
.exchange-Txt p {
    margin: 20px;
}
.exchange-ttl {
    background: #4dbc5a;
    padding: 10px;
    border-radius: 50px;
    margin: 50px 0 15px;
}
.exchange-ttl h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}
ul.exchange-List {
    display: flex;
    flex-wrap: wrap;
}
ul.exchange-List li {
    width: 25%;
    padding: 0 10px;
}
.exchangeImg {
    border-radius: 90px;
    background: #e4f3ff;
    width: 150px;
    height: 150px;
    margin: 5px auto;
    padding: 5px 0;
}
.exchangeImg img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}
ul.exchange-List h4 {
    text-align: center;
    color: #006bba;
}
ul.exchange-List p {
    background: #efefef;
    font-size: 14px;
    padding: 15px;
    line-height: 1.7;
}
ul.exchange-List li:nth-child(1) p, ul.exchange-List li:nth-child(2) p, ul.exchange-List li:nth-child(3) p, ul.exchange-List li:nth-child(4) p {
    min-height: 196px;
}
/*sec_type
============================*/
ul.type-List li h3 {
    background: #e4f2ff;
    border-right: 5px solid #4aa9f1;
    border-left: 5px solid #4aa9f1;
    padding: 10px 20px;
    font-size: 20px;
    margin-bottom: 10px;
}
ul.type-List {
    margin: 30px 0;
}
/*sec_marketPrice
============================*/
.marketPrice-Bg p {
    margin: 30px 20px;
    line-height: 1.8;
}
.marketPrice-Bg {
    margin: 30px auto;
    background: #eee;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    padding: 1px;
}

/*追従
============================*/
.fotterBunner {
    position: fixed;
    bottom: 0;
    background-color: #016ab9;
    border-top: solid 3px #003664;
    width: 100%;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 9999;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    backdrop-filter: blur(8px);
}
img.fixed_sp {
    display: none;
}
img.fixed_pc {
    display: block;
    margin: 0 auto;
    width: 750px;
}
/*CTA
============================*/
.ctaArea img {
    margin: 0 auto;
    display: block;
}
.ctaArea_Txt p {
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}
.ctaArea_Txt p::before {
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--main-color);
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: calc(50% - 250px);
}
.ctaArea_Txt p::after {
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--main-color);
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
    left: calc(50% + 190px);
}
/*下層ページ
============================*/
#g02 .h2WrapMid h2 {
    background: #0069b8;
    padding: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 22px;
    margin: 30px 0 30px;
}
#g02 .h2WrapMid h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #016ab9 transparent transparent transparent;
}
.navi2 {
    margin-top: 20px;
}
.navi2 ul li {
    background: #016ab9;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    box-shadow: 3px 3px 0 #666;
    border: double 2px #fff;
    width: 31%;
    margin: 1% 1% !important;
}
.navi2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.navi2 ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.navi2 ul li:hover {
    opacity: 0.8;
}

/*OM
============================*/
#g01 .sectionWrap:nth-child(6) {
    width: 1000px;
    margin: 0 auto !important;
}
#g01 .sectionWrap:nth-child(3) {
    width: 1000px;
    margin: 0 auto !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;
}
