@charset "UTF-8";
.b-r {border: 1px solid red;}
body {
	font-family: 'Kosugi Maru', sans-serif;
}
a {color: #f49140;}
a:hover {
	color: #ff7133;
	text-decoration: none;
}


/* 色 */
.bg-main-color {background-color: #f49140;} 
.bg-main-color-light {background-color: #fae3af;}
.bg-main-color-light2 {background-color: #fcf1d6;}
.bg-main-color-dark {background-color: #ff7133;}

.text-main-color {color: #f49140;}
.text-color-light {color: #fae3af;}
.textmain-color-dark {color: #ff7133;}


/* ヘッダー */
header {padding: 0;margin: 0;}
header h1 {padding: 0;margin: 0;}
header h1 a {color:#f49140;font-size: 30px;font-weight: bold;}
header h1 a:hover {color:#ff7133;text-decoration: none;}
header span {color: #666;font-size: 14px;letter-spacing:1px;}

header .link_ikei,
header .link_toda {
	text-align: center;
	color: #fff;
	width: 170px;
	font-size: 12px;
}
header .link_ikei {
	background-color: #6d632e;
}
header .link_toda {
	background-color: #a7ca51;
}


/* 共通 */
.news h2,
.topic h2,
.access h2,
.corporation h2,
.corporation_2 h2,
.corporate_business_report h2,
.about h2,
.guide h2,
.privacy_policy h2,
.contact h2,
.careers h2 {
	color: #f49140;
	padding: 20px 30px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.6;
	background-color: #fafaf3;
	font-size: 1.8em;
}



/* ナビ */
nav {margin-bottom: 20px;}
nav a {color: #fff;}
nav a:hover {color: #fff;}
.navbar-nav li {
	border-right:1px solid #fff;
	padding: 3px 9px; 
}

.navbar-nav li:last-child {
  border-right: none;
}

nav .dropdown-menu {
	background-color: #fafaf3;
	border: none;
	opacity: 0.9;
}
nav .dropdown-menu a {
	border-bottom: 1px dashed #999;
}
nav .dropdown-menu a:hover {
	background-color: #eaeae3;
}


/* サイドバー */
.sidebar ul {
	list-style: none;
	padding: 0;
}

.sidebar ul li a {
	color: #f49140;
	font-size: 18px;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #999;
}
.sidebar ul li a:hover {
	text-decoration: none;
	background-color: #fafaf3;
}


/* フロアマップ */
/* フロアマップ */
.about_floor_map_ph {margin-top: 50px;}
.modal-header,
.modal-footer {border: none;}
/* .modal-body {padding: 0;margin: 0;} */
.about_floor_map_ph img {margin: 3px;width: 30%;height: auto;}
.about_floor_map_ph h4 {font-size: 18px;}


/* サービス案内 */
.media h5 {
	color: #2d8e17;
	font-weight: bold;
}
.media p {
	color: #666;
}


/* サービス案内 */
.media h5 {
	color: #f49140;
	font-weight: bold;
}
.media p {
	color: #666;
}


/* 年間行事 */
.about_events th {
	text-align: center;
}
.about_events tr:nth-child(odd) {
	background-color: #fcf1d6;
}


/* １日の流れ */
.about_flow .card {
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
}
.about_flow h3 {
	color: #f66;
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.about_flow h4 {
	color: #f49140;
	font-size: 21px;
	margin-top: 0px;
}
.about_flow p {
	color: #666;
}
.about_flow .card-body {
	background-color: #fff;
	padding: 5px;
}
.about_flow .card {
	margin-bottom: 20px;
}



/* 利用料金 */
.about_price ul {
	padding-left: 20px;
}
.about_price ul li {
	list-style: none;
	background-color: #fae3af;
	margin: 15px;
	float: left;
	width: 320px;
}

.about_price ul li a:before {
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 30px;
	padding: 0 10px;
}

.about_price ul li a {
	color: #f49140;
	font-size: 20px;
	letter-spacing:1px;
	display: block;
	padding: 20px 15px;
	transition: background-color 1s;
}
.about_price ul li a:hover {
	background-color: #ff7133;
	padding: 0;
	color: #fff;
	padding: 20px 15px;
	text-decoration: none;
}




/* アクセス */
.access {margin-bottom: 20px;}
.access h3 {
	font-size: 18px;
	font-weight:normal;
	color: #f49140;
}
.access h4 {
	font-size: 14px;
	font-weight:normal;
	color: #f49140;
}
.access ul li {
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
	margin-left: -5px;
	list-style-type: circle;
}


/* ページのトップへ */
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #f49140;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #f49140;
}


/* フッター */
footer {
	background-color: #fcf1d6;
	background-image: url(../img/bg_orange_01.jpg);
}
footer a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #333;
	padding-bottom: 3px;
}
footer a:hover {
	color: #ff7133;
	text-decoration: none;
}
footer h3,
footer h3 a {
	font-size: 16px;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #333;
	border: none;
}
footer ul {
	list-style: none;
	margin-left: 20px;
	padding: 0;
}
footer ul li {
	line-height: 1.8;
	font-size: 14px;
	color: #333;
}




/* 768px以下 */
@media(max-width:768px){
	
.topic h3 {
	padding-top: 5px;
	font-size: 16px;
}
.topic p {
	font-size: 12px;
	color: #333;
}
.topic .row .col-6 {
	padding: 10px;
	margin: 0;
}

}




/* 320px以下 */
@media(max-width:320px){
	header h1 a {font-size: 28px;}
	.topic h3 {font-size: 21px;padding-top: 10px;}
}