@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 80px 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: 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-image: url(https://cms.locoplace.biz/storeimg/69/696719/20230728_1746592.gif) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#mainimgIn {
	background-image: url(https://cms.locoplace.biz/storeimg/69/696719/20230728_1620253.png) !important;
  height: 600px;
  width: var(--cont-width);
}

/*indexCopy01
============================*/
.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;
}

/*最下部基本情報
============================*/
#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: 90px;
  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: #f6f6f6;
  padding: 100px 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;
}
.sectionCnt h2 {
  font-size: var(--title-fontSize);
}
.sectionCnt h3 {
  font-size: var(--font-L);
}
.underLine {
  background: linear-gradient(transparent 50%, #f4bfa4 50%);
  font-weight: bold;
}
.em {
  color: var(--sub-color);
  font-weight: bold;
}
.secAnnounce p {
  font-size: var(--font-S);
  font-weight: normal;
}

/*もっと見るボタン
============================*/
.moreBtn a {
  display: block;
  background-color: var(--sub-color);
  color: #fff;
  width: 300px;
  padding: 20px;
  border-radius: 50px;
  text-align: center;
  margin: 50px auto 0;
  box-shadow: 0px 4px 0px rgba(202,114,69,1);
  transition: all 0.3s ease;
  font-weight: bold;
}
.moreBtn a:hover {
  transform: translateY(4px);
  box-shadow: none;
}

/*CTAエリア
============================*/
.formTel,
.formMail_btn {
  text-align: center;
}
.fromArea h2 {
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
}
.fromArea h2::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);
}
.fromArea h2::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);
}

/*追従フッター
============================*/
#fotterBunner {
  position: fixed;
  bottom: 0;
  background-color: #39434f;
  display: flex;
  width: 100%;
  z-index: 99;
  justify-content: center;
}

/*タイトルデザイン
============================*/
.titleArea_ds_a {
  background-color: var(--main-color);
  height: 70px;
  position: relative;
  margin: 0 0 50px 0;
}
.titleArea_ds_a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: var(--main-color) transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.titleArea_ds_a h2 {
  color: #fff;
  font-weight: bold;
  font-size: var(--title-fontSize);
  text-align: center;
  line-height: 70px;
}
.titleArea_ds_b {
  background-color: var(--sub-color);
  height: 50px;
  margin: 0 0 30px 0;
}
.titleArea_ds_b h2 {
  color: #fff;
  font-weight: bold;
  font-size: var(--title-fontSize);
  text-align: center;
  line-height: 50px;
}

/*リストスタイル
============================*/
.listStyle li {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px;
}
.listStyle li:not(:last-child) {
  margin: 0 0 30px 0;
}
.listStyle_titleArea {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: solid 1px #B5B5B5;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.listStyle_titleArea span {
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  color: #fff;
  font-size: var(--title-fontSize);
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  border-radius: 5px;
}
.listStyle_titleArea h3 {
  font-size: var(--title-fontSize);
  font-weight: bold;
  color: var(--main-color);
}
.listStyle_flex {
  display: flex;
  gap: 30px;
}
.listStyle_flex img {
  width: 250px;
  height: fit-content;
}
.listStyle_flex_tel, .listStyle_flex_mail {
  text-align: center;
}
.listStyle_flex_tel a {
  font-size: 28px;
  color: var(--main-color);
  margin: 5px 0;
}
.listStyle_flex_mail a {
  display: block;
  width: 250px;
  padding: 12px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 5px;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.listStyle_flex_mail a:hover {
  background-color: #7e212f;
}

/*========================================================
各セクション
========================================================*/
/*sec_point
============================*/
.sec_point h2 {
  display: flex;
  gap: 20px;
}
.sec_point h2 img {
  background-color: var(--main-color);
  padding: 8px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.sec_point_list_title {
  background-color: var(--sub-color);
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  margin: 0 0 20px 0;
}
.sec_point_list_title h3 {
  color: #fff;
}
.sec_point_list_title p {
  background-color: #fff;
  color: var(--sub-color);
  font-size: var(--font-L);
  border-radius: 5px;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}
.sec_point_list_title p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -5px;
  top: 15px;
}

/*sec_reason
============================*/
.sec_reason .secWrap {
  background-color: var(--sub-color);
  border-radius: 10px;
  padding: 50px 35px;
}
.sec_reason_titleArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px;
  margin: 0 0 30px 0;
}
.sec_reason_titleArea h2 {
  font-size: 32px;
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.sec_reason_titleArea p {
  color: #fff;
  font-weight: normal;
}
.sec_reason_titleArea img {
  margin: 0 0 -30px 0;
  width: 200px;
}

/*sec_flow
============================*/
.sec_flow .secWrap {
  background-color: var(--cont-bg);
  padding: 0 0 50px 0;
}
.sec_flow .secInner {
  padding: 0 40px;
}
.admission {
  border: solid 2px var(--main-color);
  border-radius: 10px;
  background-color: #fff;
  margin: 50px auto 100px;
  position: relative;
}
.admission h3 {
  background-color: var(--main-color);
  text-align: center;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 10px 0;
}
.admission .fee {
  text-align: center;
  padding: 10px 0;
}
.admission::after {
  content: '';
  width: 50px;
  height: 8px;
  background-color: var(--main-color);
  display: block;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}
.admission::before {
  content: '';
  width: 8px;
  height: 50px;
  background-color: var(--main-color);
  display: block;
  position: absolute;
  bottom: -76px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_flow .listStyle li {
  border: solid 2px var(--main-color);
}
.listStyle_titleArea span {
  width: auto;
  height: auto;
  padding: 0 10px;
}
.sec_flow .listStyle_flex img {
  width: 300px;
}
.sec_flow .listStyle_flex_left {
  width: calc(100% - 330px);
}
.sec_flow li p {
  font-weight: bold;
}
.fee {
  font-size: var(--title-fontSize);
  color: var(--sub-color);
  font-weight: bold;
}

/*sec_voice
============================*/
.sec_voice ul li {
  display: flex;
  gap: 30px;
  background-color: var(--cont-bg);
  padding: 30px;
}
.sec_voice ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.sec_voice ul li img {
  width: 250px;
  height: fit-content;
}
.sec_voice ul li div {
  width: calc(100% - 280px);
}
.sec_voice ul li div h3 {
  border-bottom: solid 2px;
  margin: 0 0 10px 0;
}
.sec_voice ul li div p {
  font-size: 14px;
}

/*sec_qa
============================*/
.sectionCnt .sec_qa ul li:not(:last-child) {
  margin: 0;
}
.sec_qa ul li {
  border-bottom: solid 1px #B5B5B5;
  padding: 20px 0;
}
.sec_qa ul summary {
  display: block;
  list-style: none;
}
.sec_qa ul 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(--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;
}
.question p {
  font-size: var(--font-L);
}
.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);
}

/*sec_other
============================*/
.sec_other .shop_about h3 {
  text-align: center;
  margin: 0 0 20px 0;
}
.sec_other .shop_about iframe {
  width: 100%;
  height: 300px;
}
.sec_other h4 {
  border-bottom: solid 1px;
  margin: 0 0 10px 0;
}
.sec_other .shop_about table {
    width: 100%;
}
.sec_other .shop_about li table tr td:first-child {
    width: 120px;
}
.sec_other .shop_about {
    display: flex;
    gap: 40px;
}
.sec_other .shop_about li {
    width: 50%;
}
/*20230728
============================*/
p.btm-txt {
    text-align: right;
    font-size: 90%;
}
p.kometxt {
    text-align: right;
    font-size: 90%;
}
p.kometxt2 {
    text-align: right;
    font-size: 90%;
}
/*20240617
============================*/
table.table-com {
    width: 100%;
}
table.table-com th {
    background: #39434f;
    border: 2px solid #ffffff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    width: 230px;
    color: #fff;
}
table.table-com td {
    border: 2px solid #b0b0b0;
    padding: 10px;
    text-align: center;
}


