@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;
  --under-line: #f4bfa4;
  --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: #062d82;
    background: #def1ff;
    padding: 0 0 0 10px;
    text-align: center;
    line-height: 2;
}
.topMessageDetail, .topMessageSec01, .topMessageSec02 {
  margin: 0 auto;
  padding: 0;
}
.topMessageDetail {
  height: auto;
  padding: 10px;
  background-color: #fff;
}
.topMessageSec01 {
    font-size: var(--font-S);
    padding: 0 10px;
}
.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: '▶︎';
}
#g01 #main > div:nth-child(2) > div > div.sectionIn > div > h3 {
    border: 0;
    padding: 0 10px;
}
#g01 #main > div:nth-child(1) > div {
    border: solid 2px #def1ff;
}
#g01 #main {
    padding: 50px 0 0 0;
    margin: 0 auto;
}
#g01 #main > div:nth-child(2) > div {
    width: 1000px;
    margin: 0 auto;
    border: solid 2px #def1ff;
}
#g01 h3.h3_basic01 {
    border: 0;
    padding: 10px 10px 0;
}
#g01 .h3_basic01, .topMessageSec02 {
    text-align: left;
    padding: 0;
    padding: 0 10px;
    margin-top: 10px;
}
.topMessageSec02 {
    color: #838383;
}
/*メインビジュアル
============================*/
#mainimg {
    width: auto;
    height: 390px;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: radial-gradient(rgb(242 249 255) 40%, rgb(242 249 255) 84%);
}
#mainimgIn {
    background-image: url(https://cms.locoplace.biz/storeimg/23/233546/20250710_1408481.gif) !important;
    height: 390px;
    width: var(--cont-width);
}

/*indexCopy01
============================*/
.indexCopy01 {
  max-width: var(--cont-width);
  background-color: #fff;
  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: 125px;
  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: 150px auto;
}
.secBg {
  background-color: #f6f6f6;
  padding: 100px 0;
}
.secComment {
  margin: 30px auto;
}

/*テキストの設定
============================*/
.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%, var(--under-line) 50%);
  font-weight: bold;
}
.em {
  color: var(--sub-color);
  font-weight: bold;
}
.secAnnounce p {
  font-size: var(--font-S);
  font-weight: normal !important;
}

/*もっと見るボタン
============================*/
.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: var(--main-color);
  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;
}
/*テキストのみのリスト-textList
============================*/
.textList li:not(:last-child) {
  margin: 0 0 30px 0;
}

/*横並びレイアウト-flexList
============================*/
/*3列*/
.flexList_a {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flexList_a li {
  width: calc(calc(100% - 40px) / 3);
}
.flexList_a li h3 {
  text-align: center;
}
.flexList_a li img {
  width: 100%;
}
/*4列*/
.flexList_b {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flexList_b li {
  width: calc(calc(100% - 60px) / 4);
}
.flexList_b li h3 {
  text-align: center;
}
.flexList_b li img {
  width: 100%;
}

/*========================================================
各セクション
========================================================*/
/*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 li:not(:last-child) {
  margin: 0 0 50px 0;
}
.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_pointcta　ポイントCTA
============================*/
.sec_pointcta h2 {
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
}
.sec_point_cta_top {
  background-color: var(--cont-bg);
  padding: 30px 30px 0 30px;
}
.sec_point_cta_top ul {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 40px 0;
}
.sec_point_cta_top ul li {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 60px;
  position: relative;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}
.sec_point_cta_top ul li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 2px 0px 20px;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  right: 60px;
}
.sec_point_cta_top ul li p {
  font-size: var(--font-M);
  font-weight: bold;
}
.sec_point_ctaFlex {
  display: flex;
  justify-content: space-evenly;
}
.pointTxt1 {
  font-size: var(--font-L);
  font-weight: bold;
  border-top: solid 1px var(--main-color);
  border-bottom: solid 1px var(--main-color);
  text-align: center;
}
.pointTxt2 {
  display: flex;
  align-items: center;
}
.pointTxt3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  padding: 15px 0 0 0;
  color: var(--sub-color);
}
.pointTxt4 {
  font-size: 40px;
  font-weight: bold;
}
.pointTxt4 span {
  font-size: 60px;
}
.sec_point_cta_bottom {
  background-color: var(--main-color);
  border-radius: 0 0 10px 10px;
  padding: 40px 40px 0 40px;
}
.sec_point_cta_bottom ul {
  display: flex;
  justify-content: space-evenly;
}
.sec_point_cta_bottom ul li h4 {
  color: #fff;
  text-align: center;
  font-size: var(--font-L);
}
.sec_point_cta_bottom ul li a img {
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
  transition: all 0.3s ease;
}
.sec_point_cta_bottom ul li a:hover img {
  transform: scale(1.03);
}
.sec_point_cta_bottom > p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: var(--title-fontSize);
  border-top: solid 1px #fff;
  margin: 40px 0 0 0;
  padding: 10px 0 10px 0;
}

/*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;
  animation: blinking 1s ease-in-out infinite alternate
}
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.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:not(:last-child) {
  margin: 0 0 50px 0;
}
.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 span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #c5f9fc;
    line-height: 40px;
    text-align: center;
    color: #2873b3;
    font-size: 24px;
    font-weight: bold;
}
.question p {
    font-size: var(--font-L);
    color: #2266aa;
    font-weight: bold;
}
.answer {
  margin: 20px 0 0 0;
  display: flex;
  gap: 20px;
}
.answer span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #2873b3;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
ul.faqList li {
    border-bottom: solid 1px #d9d9d9;
    margin: 20px 0;
}
.answer p {
    padding: 0 50px 0 0;
    width: calc(100% - 60px);
    margin-bottom: 20px;
}
.bottn {
    border: solid 2px #1c5ba2;
    color: #1b5aa1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 35%;
    border-radius: 3px;
    display: block;
    margin: 45px auto;
}
.bottn a::after {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.6rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '→';
    -webkit-transition: all .3s;
    transition: all .3s;
}
.bottn a {
    display: block;
}
.bottn:hover {
    opacity: 0.8;
}
/*sec_other
============================*/
.sec_other .secInner > h3 {
  margin: 50px 0 20px 0;
  border-left: solid 5px var(--main-color);
  padding: 0 0 0 10px;
}
.sec_other .shop_about {
  display: flex;
  gap: 40px;
}
.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 li table tr td:first-child {
  width: 80px;
}
/*テーブル*/
.sec_other table {
  width: 100%;
}
.sec_other .tableWrap {
  margin: 30px auto;
}
.sec_other .tableWrap table tr:nth-child(odd) {
  background-color: #E5E5E5;
}
.sec_other .tableWrap table tr:nth-child(even) {
  background-color: #fff;
}
.sec_other .tableWrap table tr td {
  text-align: center;
  padding: 10px 0;
}
/*========================================================
各セクション
========================================================*/
/*sec_point
============================*/
.cont-wallpaper {
    line-height: 1.8;
    font-size: 17px;
}
.cont-bg {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}
h2.indexCopy01 {
    display: none;
}
.navi ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 1000px;
    margin: 30px auto 60px;
}
.navi ul li {
    border: solid 2px #1c5ba2;
    color: #1b5aa1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: calc(calc(100% - 30px) / 4);
    border-radius: 3px;
}
.navi ul li::after {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.6rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '→';
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navi a {
    display: block;
}
.navi li:hover {
    opacity: 0.8;
}
.nayami-img img {
    display: none;
}
.nayami {
    margin: 0 auto;
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250409_1611022.jpg) top center / 100%;
}
.nayami-img {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250708_1342201.png) no-repeat top center / 100%;
    height: 657px;
    margin: 30px 0;
}
#sec {
    padding: 40px 15px;
}
.reason-h2 img {
    display: none;
}
.reason-h2 h2 {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250409_1609143.png) no-repeat top center / 100%;
    height: 130px;
    width: 1000px;
    margin: 30px auto;
}
.reason-cont {
    background: #e7f8ff;
}
.reason-img img {
    display: none;
}
.reason-img {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250409_1609132.png) no-repeat top center / 100%;
    height: 872px;
    margin: 0px auto;
}
.main-cont {
    background: #f1faff;
}
.main-h2 img {
    display: none;
}
.main-h2 {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250415_1727471.png) no-repeat top center / 100%;
    height: 100px;
    width: 1000px;
    margin: 0px auto;
}
.image-ct {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.image-list img {
    width: 100%;
    height: auto;
}
.image-list {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    width: calc(calc(100% - 30px) / 3);
    border-radius: 3px;
}
.image-list h3 {
    color: #104391;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
}
.voice-h2 img {
    display: none;
}
.voice-h2 {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250409_1630481.png) no-repeat top center / 50%;
    height: 100px;
    width: 1000px;
    margin: 0px auto;
}
.voice-img img {
    display: none;
}
.voice-img {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250409_1609145.png) no-repeat top center / 100%;
    height: 884px;
    margin: 0px auto;
}
.company-cont h2 {
    text-align: center;
    font-size: 60px;
    color: #062d82;
    font-weight: bold;
}
table.company-bg {
    width: 100%;
}
table.company-bg th {
    background: #062d82;
    color: #fff;
    padding: 10px;
}
table.company-bg th, table.company-bg td {
    border: solid 1px #fff;
}
table.company-bg td {
    border: solid 1px #afafaf;
    padding: 10px;
}
/*========================================================
各セクション
========================================================*/
/*cv
============================*/
#contact_banne {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(24, 73, 149, 1) 40%, rgba(38, 103, 170, 1) 53%, rgba(54, 138, 194, 1) 68%);
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 0;
}
#contact_banne2 {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(24, 73, 149, 1) 40%, rgba(38, 103, 170, 1) 53%, rgba(54, 138, 194, 1) 68%);
    text-align: center;
    padding-bottom: 30px;
}
.cv-box {
    width: 1000px;
    position: relative;
    margin: 5px auto 5px;
    background-color: var(--point-color);
    z-index: 1;
}
.cv-line {
    padding: 60px 0 0;
}
.cv-line a {
    text-decoration: none;
}
#g02 .cv-line {
    padding: 60px 0 0;
    width: 90%;
}
#g03 .cv-line {
    padding: 60px 0 0;
    width: 95%;
}
#contact_banne2 .cv-line {
    padding: 30px 0 0;
}
.title-p {
    border: solid 2px #fff;
    width: 90%;
    display: block;
    margin: 0px auto;
    border-right: 0;
    border-left: 0;
}
p.cv-title {
    font-size: 19px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
p.cv-title br {
    display: none;
}
.cv-left {
    display: inline-block;
    width: 45%;
    margin: 20px 0px 0 0;
    text-align: center;
    font-size: 1.2em;
    vertical-align: top;
}
.cv-right {
    display: inline-block;
    width: 46%;
    margin-top: 20px;
    text-align: center;
    font-size: 1.2em;
    vertical-align: top;
}
p.cv-bottom {
    color: #fff;
    font-size: 16px;
}
.tel-btn {
    background: #01c1ce;
    border-radius: 50px;
    width: 90%;
    display: block;
    margin: 5px auto 10px;
    padding: 5px;
    background-color: #01c1ce;
    border-bottom: 5px solid #055257;
}
.tel-btn a {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    display: block;
}
.tel-btn p {
    color: #fff;
    font-size: 12px;
}
.cv-right p {
    color: #fff;
    font-size: 16px;
}
.web-btn {
    background: #ff7133;
    border-radius: 50px;
    width: 90%;
    display: block;
    margin: 5px auto;
    padding: 15px;
    background-color: #ff7133;
    border-bottom: 5px solid #b94918;
}
.web-btn a {
    color: #fff;
    font-weight: bold;
    display: block;
}
p.cv-btn a {
    font-size: 20px;
}
.web-btn:hover {
    opacity: 0.8;
}
.tel-btn:hover {
    opacity: 0.8;
}
.tel-btn a::before {
    content: "";
    display: inline-block;
    background-image: url(https://cms.locoplace.biz/storeimg/23/233546/20250430_1445554.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 13px;
    height: 1em;
    position: relative;
    left: -2%;
    top: 2px;
}
p.cv-btn a::before {
    content: "";
    display: inline-block;
    background-image: url(https://cms.locoplace.biz/storeimg/23/233546/20250430_1445551.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2em;
    height: 1em;
    position: relative;
    left: -2%;
    top: 3px;
}
#headerLink {
    margin: 20px auto;
    display: none;
}
.cta-bnr_fixed {
    display: none;
}
.cta-bnr_fixed {
    position: fixed;
    z-index: 99999 !important;
    bottom: 0px;
    padding: 5px;
    background: #062d82;
    width: 100%;
    padding: 20px 15px;
}
.cta-bnr_fixed p {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.fixed-cv {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.fixed-cv div {
    width: calc(calc(100% - 15px) / 2);
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}
.fixed-tel {
    background-color: #01c1ce;
}
.fixed-web {
    background-color: #ff7133;
}
.fixed-tel a {
    color: #ffff;
    font-size: 15px;
}
.fixed-web a {
    color: #ffff;
    font-size: 15px;
}
#footer {
    margin-bottom: 80px;
}
.cont-img img {
    width: 100%;
    height: auto;
}
.fbnr {
    position: fixed;
    bottom: 0;
    z-index: 999 !important;
    background: #193071;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #193071;
    left: 0;
}
.fbnr_pc {
    width: 1150px;
    margin: 0 auto;
}
.fbnr_bg {
    display: flex;
}
#footer {
    padding: 0 0 113px 0;
}
.cv-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc((100vw - 1000px) / 2);
    width: 100%;
    height: 100%;
    padding-left: calc((100vw - 1000px) / 2);
    overflow: hidden;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(24, 73, 149, 1) 40%, rgba(38, 103, 170, 1) 53%, rgba(54, 138, 194, 1) 68%);
    padding-bottom: 35px;
}
.cv-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: calc((100vw - 1000px) / 2);
    width: 100%;
    height: 100%;
    padding-right: calc((100vw - 1000px) / 2);
    overflow: hidden;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(24, 73, 149, 1) 40%, rgba(38, 103, 170, 1) 53%, rgba(54, 138, 194, 1) 68%);
    padding-bottom: 35px;
}
/*
============================*/
.flow-cont h2 {
    text-align: center;
    font-size: 65px;
    font-weight: bold;
    background: linear-gradient(180deg, #124694 0%, #2770b1 40%, #3288c2 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.flow-box {
    border: solid 2px #2368ab;
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 40px 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
h3.flow-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #2973b3;
    margin: 0 0 5px 0;
}
.flow-box::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: -60px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #00c1cd transparent transparent;
}
.flow-cont > div.cont-bg > div > div:nth-child(1)::after {
    display: none;
}
.cont-title-2 h2 {
    background: #2873b3;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
a {
    color: #2063a8;
    text-decoration: underline;
    text-decoration: none;
}
/*
============================*/
.serv-h2 h2 {
    background: #2873b3;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
}
#g02 .menuCourseText {
    padding: 0 !important;
}
#g02 .navi ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 960px;
    margin: 30px 0px 60px;
}
#g02 .cont-bg {
    font-weight: normal;
    width: 960px;
    margin: 0 auto;
    padding: 15px 0;
}
h3.h3-line {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    position: relative;
    margin: 40px 0;
    padding: 0 55px;
}
h3.h3-line::before, h3.h3-line::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 155px;
    height: 1px;
    background-color: black;
}
h3.h3-line::before {
  left:0;
}
h3.h3-line::after {
  right: 0;
}
.serv-img-01 img {
    display: none;
}
.serv-img-01 {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250604_1752561.png) no-repeat top center / 100%;
    height: 390px;
    margin: 0px auto;
}
p.kome {
    font-size: 85%;
    text-align: center;
    color: #6b6b6b;
    margin-top: 20px;
}
br.sp {
    display: none;
}
p.txt-point {
    background: #d7f7f9;
    padding: 10px;
    color: #083285;
    margin-bottom: 15px;
    font-weight: bold;
}
.serv-txt {
    margin: 0 0 40px 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.Top-box {
    width: calc(calc(100% - 20px) - -20%);
}
span.mini-txt {
    font-size: 80%;
    margin-left: 10px;
    font-weight: normal;
}
.List-img img {
    height: auto;
    width: calc(calc(100% - 0px) - 0%);
}
.serv-List2 {
    background: #f1faff;
}
.serv-List2 h4 {
    color: #083285;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0 0;
}
.List2-ct {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0 20px;
    padding: 0 10px;
}
.List_box {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    width: calc(calc(100% - 31px) / 4);
    border-radius: 3px;
}
.List_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}
.List_box p {
    color: #505050;
}
.bottm-txt {
    border: solid 3px #184995;
    text-align: center;
    padding: 20px;
    margin: 50px 0;
}
p.blue-p {
    font-size: 115%;
    color: #083285;
    font-weight: bold;
}
p.wblue-p {
    color: #2873b3;
    margin-bottom: 20px;
}
.bottm-txt p.kome {
    margin-top: 5px;
}
#serv01 {
    margin: 0;
}
.serv-cont {
    margin-top: 100px;
}
.serv-img-02 {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250604_1752562.png) no-repeat top center / 100%;
    height: 500px;
    margin: 0px auto;
}
.serv-img-02 img {
    display: none;
}
.serv-img-03 {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250604_1752573.png) no-repeat top center / 100%;
    height: 390px;
    margin: 40px auto;
}
.serv-img-03 img {
    display: none;
}
#serv03 p.blue-p {
    margin-bottom: 15px;
}
.box-blue {
    text-align: center;
    margin-bottom: 20px;
}
.box-blue-in {
    border: solid 2px #184995;
    width: 55%;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
}
.box-blue-in p {
    color: #083285;
    font-size: 20px;
    font-weight: bold;
}
.box-blue p.blue-p {
    font-size: 82%;
    color: #2873b3;
    margin: 5px 0 20px;
}
.box-blue-in p span {
    font-size: 150%;
}
.serv-img-04 {
    background: url(https://cms.locoplace.biz/storeimg/23/233546/20250604_1752574.png) no-repeat top center / 100%;
    height: 410px;
    margin: 0px auto;
}
.serv-img-04 img {
    display: none;
}
.serv-Listv {
    align-items: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 15px 0 20px;
}
.serv-txtv {
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    width: calc(calc(100% - 20px) / 2);
}
.serv-txtv .Top-box {
    width: 100%;
}
#serv04 p.blue-p {
    margin-bottom: 15px;
}
