@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');


*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 2em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px !important; }
.margin05 {	margin-bottom: 5px !important; }
.margin06 {	margin-bottom: 6px !important; }
.margin08 {	margin-bottom: 8px !important; }
.margin10 {	margin-bottom: 10px !important; }
.margin15 {	margin-bottom: 15px !important; }
.margin20 {	margin-bottom: 20px !important; }
.margin30 {	margin-bottom: 30px !important; }
.margin40 {	margin-bottom: 40px !important; }
.margin80 {	margin-bottom: 80px !important; }


/* 文字装飾 */
strong {
	font-weight: 900;
}

ul {
}
ul li {
	list-style:none;	
}

img {
	width: 100%;
	height: auto;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #303030;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a.jump_point {
	height: 1px;
	display: block;
	padding-top: 150px;
	margin-top: -150px;
}
a:hover {
}
.cap {
	font-size: 1.4rem;
}
.right {
	text-align: right;
}



.orange {
	color: #ed9d2a;
}
.blue {
	color: #225fae;
}




.btn_white {
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
	display: block;
	text-align: center;
}
.btn_white a {
	text-align: center;
	width: 100%;
	display: block;
	color: #ea8215;
	background: #FFF;
	padding: 10px 10px;
	border-radius: 30px;
	font-size: 2.4rem;
	font-weight: 900;
}
.btn_white a:hover {
	color: #FFF;
	background: #ea8215;
}



.btn_border {
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
	display: block;
	text-align: center;
}
.btn_border a {
	text-align: center;
	width: 100%;
	display: block;
	color: #ea8215;
	border: solid 1px #ea8215;
	background: #FFF;
	padding: 10px 10px;
	border-radius: 30px;
	font-size: 2.4rem;
	font-weight: 900;
}
.btn_border a:hover {
	color: #FFF;
	background: #ea8215;
}



.btn_orange {
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
	display: block;
	text-align: center;
}
.btn_orange a {
	text-align: center;
	width: 100%;
	display: block;
	color: #FFF;
	background: #ea8215;
	padding: 10px 10px;
	border-radius: 30px;
	font-size: 2.4rem;
	font-weight: 900;
}
.btn_orange a:hover {
	color: #ea8215;
	background: #FFF;
}


















/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.pc {
	display: block;
}
.sp,
#spFooter {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
	table th {
		
	}
	table td {
	}

#main table {
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #e69725;
	border-left: solid 1px #e69725;
	margin: 20px 0;
}
	#main table th {
		background: #fef2e1;
		
		padding: 15px;
		border-right: solid 1px #e69725;
		border-bottom: solid 1px #e69725;
		width: 20%;
	}
	#main table td {
		padding: 15px;
		border-right: solid 1px #e69725;
		border-bottom: solid 1px #e69725;
	}









.an {
}
.an li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}
.an li a {
	text-decoration: underline;
}


.anchor {
	
}
	.anchor ul {
		background: #FFF;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 40px;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: left;

		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.anchor li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding-bottom: 2%;
		border-bottom: solid 1px #b1b1b1;
	}
		.anchor li:nth-child(2n) {
			margin-right: 0%;
		}
		.anchor li:last-child {
			margin-bottom: 0%;
			padding-bottom: 0%;
			border-bottom: none;
		}
		.anchor li:nth-last-child(2) {
			margin-bottom: 0%;
			padding-bottom: 0%;
			border-bottom: none;
		}
		.anchor li a {
			font-size: 1.8rem;
		}








/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	background: #FFF;
	color: #303030;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.text_min {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 500;
}
.text_en {
	font-family: "Baskervville", sans-serif;
	font-weight: 500;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: #FFF;
	border-bottom: solid 2px #b2b0a2;
	padding: 20px 0;
}
header .inner {
	width: 1180px;
}
header .logoArea {
	width: 770px;
	float: left;
}
header .logoArea dt {
	float: left;
	width: 99px;
	margin-right: 20px;
}
header .logoArea dd {
	font-size: 4.8rem;
	line-height: 1.2;
}
header .logoArea dd span {
	display: block;
	font-size: 2.4rem;
}

.h-other {
	width: 410px;
	float: right;
}
.h-other li.tel {
	margin-right: 10px;
	width: 140px;
}
.h-other li.web {
	margin-right: 10px;
	width: 140px;
}
.h-other li.fee {
	width: 110px;
}


#mainBtn {
	margin-top: 10px;
	opacity: 1;
	transition: opacity 0.3s;
}
#mainBtn.show {
  opacity: 1;
  pointer-events: auto;
}
#mainBtn a {
	width: 19%;
	margin-right: 1.25%;
}
#mainBtn a:last-child {
	margin-right: 0%;
}
#mainBtn a:last-child {
	margin-right: 0;
}
.btn-link {
    display: block;
    text-decoration: none;
	text-align: center;
  }

  .btn-box {
	  position: relative;
    border-radius: 12px;
    border: 1px solid #888;
    background: linear-gradient(#ffffff, #fffaef);
    box-shadow: 2px 3px 6px rgba(0,0,0,0.2);
    padding: 20px 10px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
  }
  .btn-text {
	font-size: 2.8rem;;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
	line-height: 1;
  }

  .arrow {
	font-size: 36px;
	color: #e0912d;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	top: 45%;
	right: 10px;
	transform: translateY(-50%);
  }

  /* ホバー効果 */
  .btn-link:hover .btn-box {
    box-shadow: 3px 5px 10px rgba(0,0,0,0.3);
    transform: translateY(-2px);
  }

  .btn-link:active .btn-box {
    transform: translateY(0);
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
  }




/*==ナビゲーション全体の設定*/
nav{
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700 !important;
	margin-top: 20px;

}
/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
	text-align: right;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
	text-align: left;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	display: inline;
	padding: 0;
	margin-right: 0%;
	position: relative;
	
	transition: .5s;

	text-align: center;
}
nav ul li:last-child {
	margin-right: 0%;
}


/*ナビゲーションのリンク設定*/
nav ul li a{
	display: block;
	text-decoration: none;
	color:#303030;
	padding: 10px 25px;
	
	transition:all .3s;
	border-left: dashed 2px #e8e7e3;
}
nav ul li:last-child a {
	border-right: dashed 2px #e8e7e3;
}
nav ul li a:hover {
	opacity: 1;
	background: #ed982d;
}
nav ul li a span {
	display: block;
	font-size: 1.2rem;
}

nav ul li a:hover{
	color:#fff;	
}



/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:50%;
	top:30px;
	margin-left: -120px;
	z-index: 100;
    /*形状を指定*/
	background:#FFF;
	width:240px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li {
	display: block;
	padding-top: 0;
	width: 100%;
	position: relative;
	border-right: none;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	display: block;
	color: #ed9d2a;
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	color: #FFF;
}




/*==768px以下の形状*/

@media screen and (max-width:768px){
	
a.jump_point {
	height: 1px;
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

	
	nav{
		padding: 0;
	}
	
	nav ul{
		display: block;
	}
	
	nav li.has-child ul,
	nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
	
nav ul li a{
	border-bottom:1px solid #ccc;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
	left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}


nav.scroll {
  position: fixed;
  animation-name: anime;
  animation-duration: 0.3s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}













/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
}
#main p {
	margin-bottom: 20px;
}

.inner {
	width: 1080px;
	max-width: 90%;
	margin: 0 auto;
}
.article {
	margin-bottom: 100px;
}
.article.back {
	text-align: center;
	margin-bottom: 0;
	background: #f3f1f0;
	padding: 30px 0;
}

.cell {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: solid 2px #b2b0a2;
}
.cell:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}



#mainTitle {
	position: relative;
	background: #f3f3f5 url("../img/bg_title.webp") no-repeat bottom right;
	background-size: 1300px;
	padding: 320px 0 80px 0;

	overflow: hidden;
}
	#mainTitle h1 {
		font-size: 6rem;
		font-weight: 900 !important;
		line-height: 1.2;
		color: #ea8215;
		text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
	}
	#mainTitle ul {
		width: 50%;
		margin-bottom: 40px;
	}
	#mainTitle li {
		width: 32%;
		margin-right: 2%;
	}
	#mainTitle li:last-child {
		margin-right: 0%;
	}

.title {
	padding-left: 30px;
	position: relative;
	margin-bottom: 55px;
}
.title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: #000;
	border-radius: 5px;
}
.title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	border-bottom: 2px dotted #000;
}
.title h2 {
		font-family: "Noto Serif JP", "Baskervville" ,sans-serif;
		font-weight: 900;
		font-size: 3.6rem;
		line-height: 1.2;
	}
	.title h2 span {
		font-weight: 500;
		font-size: 2.8rem;
		margin-left: 20px;
	}

h3 {
	font-weight: 900 !important;
	font-size: 3.0rem;
}





#Bread {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 1.4rem;
}
	#Bread ul {
		width: 1080px;
		max-width: 90%;
		margin: 0 auto;
	}
		#Bread ul li {
			display: inline-block;
			margin-right: 15px;
		}
		#Bread ul li a {
			position: relative;
			display: inline-block;
			padding-right: 20px;
		}
		#Bread ul li a:after {
			content: '';
			width: 6px;
			height: 6px;
			border: 0;
			border-top: solid 1px #333;
			border-right: solid 1px #333;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -4px;
			transform: rotate(45deg);
		}



.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.textArea {
	float: left;
	width: 55%;
}
.phtArea {
	float: right;
	width: 40%;
}
.phtArea p {
	text-align: center;
	margin-top: 20px;
}
.phtBox {
	width: 80%;
	margin: 0 auto;
	background: #FFF;
	padding: 60px;
	border: solid 3px #f7f7f7;
	border-radius: 30px;
	margin-bottom: 20px;
}



ul.dot {
	margin-bottom: 15px;
}
.box ul.dot:last-child {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 12px;
		margin-right: 7px;
		width: 10px;
		height: 10px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #ed9d2a;
	}
ol.no {
	margin-bottom: 15px;
	padding-left: 1.5em;
}
.box ol.no {
	margin-bottom: 0;
}
	ol.no li {
		margin-bottom: 10px;
	}
	ol.no li:last-child {
		margin-bottom: 0 !important;
	}









/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	background: #ed9d2a;
}
footer .btn_border {
	margin-top: 20px;
}
footer .aboutArea {
	background: #fff;
	width: 50%;
	padding: 60px;
}
footer .SUMMARY {
	margin-bottom: 60px;
}
footer .SUMMARY dl {
}
footer .SUMMARY dt {
	font-size: 2.4rem;
	font-weight: 900;
}
footer .SUMMARY dd {
	font-size: 1.8rem;
}

footer .HourArea {
}
footer .HourArea strong {
	font-size: 2.4rem;
}
.schedule-wrap {
	width: 100%;
  display: inline-block;
  padding: 6px;

  background: #e69725;
	margin: 10px 0;
}

.schedule-table {
	width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #fff;
}

.schedule-table th,
.schedule-table td {
  border: 2px solid #e69725;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.schedule-table thead th {
  font-size: 16px;
  font-weight: 700;
}
.schedule-table th {
	padding: 10px;
  background: #fef2e1 !important;
}

.schedule-table thead th:first-child {
  background: #fff;
}

.schedule-table tbody th {
  font-weight: 700;
  line-height: 1.2;
  background: #fff;
}

.schedule-table tbody th .label {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.schedule-table tbody th .time {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.schedule-table tbody td {
	padding: 10px;
  background: #fff;
}

.mark {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.mark.orange {
  background: #e6a130;
}

.mark.blue {
  background: #2f68b7;
}

.slash {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  transform: translateY(2px);
}


footer .map {
	width: 50%;
	height: 1050px;
	overflow: hidden;
}

footer .map iframe {
	width: 100%;
	height: 1050px;
}


















.other {
	padding: 60px 0;
}
.other ul {
	width: 25%;
}
.other ul li {
	margin-bottom: 15px;
}
.other ul li a {
	color: #FFF;
	font-size: 2rem;
	font-weight: 900;
}
.other .copy {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	margin-top: 30px;
}
.other .copy a {
	color: #FFF;
}










/* max 1023px */
@media screen and (max-width: 1023px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

	
	
body {
	font-size: 1.4rem;
}

.half {
	width: 100%;
	margin-right: 0%;
}

.box {
	margin: 15px 0;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 5%;
}
	
#main table {
	width: 100% !important;
	border-collapse: collapse;
	border-top: solid 1px #e69725;
}
	#main table th {
		background: #fef2e1;
		
		padding: 8px 15px;
		border-bottom: solid 1px #e69725;
	}
	#main table td {
		padding: 15px;
		border-bottom: solid 1px #e69725;
	}

	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
header {
	position: relative;
	width: 100%;
	z-index: 1000;
	background: #FFF;
	border-bottom: solid 2px #b2b0a2;
	padding: 10px 0;
}
header .inner {
	max-width: 95%;
}
header .logoArea {
	width: 90%;
	float: none;
}
header .logoArea dt {
	float: left;
	width: 35px;
	margin-right: 5px;
}
header .logoArea dd {
	font-size: 1.8rem;
	line-height: 1.2;
}
header .logoArea dd span {
	display: block;
	font-size: 1.1rem;
}

.h-other {
	display: none;
}
	


/*==ナビゲーション全体の設定*/
nav{
	display: none;
}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
}
#main p {
	margin-bottom: 20px;
}
#main p:last-child {
	margin-bottom: 0;
}

.inner {
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
.article {
	margin-bottom: 15%;
}
.read {
	font-size: 1.4rem;
}
	


#mainTitle {
	position: relative;
	background: #f3f3f5 url("../img/bg_title.webp") no-repeat bottom left;
	background-size: 120% !important;
	padding: 15px 0 20px 0;
	overflow: hidden;
}
	#mainTitle h1 {
		
		font-size: 3rem;
	}
	#mainTitle ul {
		width: 70%;
		margin-bottom: 10px;
	}
	#mainTitle li {
		width: 32%;
		margin-right: 2%;
		font-size: 1.2rem;
	}
	#mainTitle li:last-child {
		margin-right: 0%;
	}

	
	
	

.title {
	padding-left: 20px;
	position: relative;
	margin-bottom: 55px;
}
.title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background: #000;
	border-radius: 3px;
}
.title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	border-bottom: 2px dotted #000;
}
.title h2 {
		font-family: "Noto Serif JP", "Baskervville" ,sans-serif;
		font-weight: 900;
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.title h2 span {
		display: block;
		font-weight: 500;
		font-size: 1.8rem;
		margin-left: 0;
	}
h3 {
	font-size: 1.8rem;
}
	
	
.btn_white {
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
	display: block;
	text-align: center;
}
.btn_white a {
	text-align: center;
	width: 100%;
	display: block;
	color: #ea8215;
	background: #FFF;
	padding: 10px 10px;
	border-radius: 30px;
	font-size: 1.6rem;
	font-weight: 900;
}
.btn_white a:hover {
	color: #FFF;
	background: #ea8215;
}



.btn_border {
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
	display: block;
	text-align: center;
}
.btn_border a {
	text-align: center;
	width: 100%;
	display: block;
	color: #ea8215;
	border: solid 1px #ea8215;
	background: #FFF;
	padding: 10px 10px;
	border-radius: 30px;
	font-size: 1.6rem;
	font-weight: 900;
}
.btn_border a:hover {
	color: #FFF;
	background: #ea8215;
}



.btn_orange {
	width: 100%;
	margin: 0 auto;
	max-width: 320px;
	display: block;
	text-align: center;
}
.btn_orange a {
	text-align: center;
	width: 100%;
	display: block;
	color: #FFF;
	background: #ea8215;
	padding: 10px 10px;
	border-radius: 30px;
	font-size: 1.6rem;
	font-weight: 900;
}
.btn_orange a:hover {
	color: #ea8215;
	background: #FFF;
}
	
	
	
#Bread {
	margin-bottom: 5%;
	font-size: 1.2rem;
}
	
	
	
.tit {
	margin-bottom: 5%;
}
	.tit p {
		font-size: 1rem;
		margin: 0 !important;
	}
	.tit h3 {
		font-size: 2rem;
	}

	
	
	
ul.dot {
	margin-bottom: 0px;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
	}
	

.textArea {
	float: none;
	width: 100%;
}
.phtArea {
	display: block;
	margin: 0 auto;
	float: none;
	width: 100%;
	margin-top: 5%;
}
.phtBox {
	width: 100%;
	background: #FFF;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}

	
	
	
	
	


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	background: #ed9d2a;
	padding-bottom: 60px;
}
footer .btn_border {
	margin-top: 20px;
}
footer .aboutArea {
	background: #fff;
	width: 100%;
	padding: 10% 5%;
}
footer .SUMMARY {
	margin-bottom: 60px;
}
footer .SUMMARY dl {
}
footer .SUMMARY dt {
	font-size: 1.8rem;
	font-weight: 900;
}
footer .SUMMARY dd {
	font-size: 1.6rem;
}

footer .HourArea {
}
footer .HourArea strong {
	font-size: 1.6rem;
}
.schedule-wrap {
	width: 100%;
  display: inline-block;
  padding: 6px;

  background: #e69725;
	margin: 10px 0;
}

.schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	background: #fff;
}
.schedule-table span.hyphen {
	display: none;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #e69725;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.schedule-table thead th {
  font-size: 1.4rem;
  font-weight: 700;
}
.schedule-table th {
	padding: 10px 0;
	background: #fef2e1 !important;
}

.schedule-table thead th:first-child {
  background: #fff;
}

.schedule-table tbody th {
  font-weight: 700;
  line-height: 1.2;
  background: #fff;
	width: 26%;
}

.schedule-table tbody th .label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.schedule-table tbody th .time {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
}

.schedule-table tbody td {
	padding: 0 !important;
  background: #fff;
	width: 10%;

}
.schedule-table .last {
	width: 16% !important;
}

.mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.mark.orange {
  background: #e6a130;
}

.mark.blue {
  background: #2f68b7;
}

.slash {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
  transform: translateY(2px);

}


footer .map {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

footer .map iframe {
	width: 100%;
	height: 300px;
}


















.other {
	padding: 60px 0;
}
.other ul {
	width: 50%;
}
.other ul li {
	margin-bottom: 15px;
}
.other ul li a {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 900;
}
.other .copy {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 900;
	text-align: center;
	margin-top: 30px;
}
.other .copy a {
	color: #FFF;
}
	
	
	
	
	
	
	
#spFooter {
	border-top: solid 1px #FFF;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1000;
}
#spFooter ul {
	margin: 0;
}
	#spFooter li {
		width: 50%;
		text-align: center;
	}
	#spFooter li a {
		color: #FFF;
		display: block;
		padding: 10px 0;
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: 900 !important;
	}
	#spFooter li a span {
		font-size: 1.2rem;
		display: block;
	}
	#spFooter li.btn_tel {
		background: #2793ea;
	}
	#spFooter li.btn_web {
		background: #00b900;
	}
	#spFooter li.btn_other {
		background: #b2b0a2;
		width: 33.3333333%;
		border-top: solid 1px #FFF;
		border-right: solid 1px #FFF;
	}
	#spFooter li.btn_other a {
		padding: 15px 0;
	}
	#spFooter li.btn_other:last-child {
		border-right: none;
	}
	
	
	
	
	
}