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

body {
	color: #000;
	background: transparent;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 18px;
	line-height: 1.7;
}

@media (max-width: 768px) {
	
	body {
		border-top: solid 8px #5B8CF9;
		font-size: .9em;
	}
	
}

strong {
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #52b5ee;
}

a:hover {
  text-decoration: underline;
}

figure {
	margin-bottom: 60px;
}

figcaption {
	font-size: .8em;
	margin-top: .8em;
}

@media (max-width: 768px) {
	
	figure {
		margin-left: 0;
		margin-right: 0;
	}
	
}

/* header */

header {
	margin: 0;
	padding: 0;
}

header .column-two {
	justify-content: space-between;
}

.page-bb {
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
	
	header .column-two .column-item {
		margin-bottom: 0;
	}
	
}

/* .desc */

.desc {
	font-size: .7em;
	margin: 0;
	padding: .5em 0 0;
}

@media (max-width: 768px) {
	
	.desc {
		margin-top: .5em;
		display: none;
	}
	
}

/* .site-id */

.site-id {
	font-size: 28px;
	letter-spacing: -1px;
	margin: 0;
	padding: 1em 0 1.2em;
}

.site-id a {
	color: #000 !important;
	background: transparent;
}

.site-id a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	
	.site-id {
		font-size: 20px;
	}
	
	.site-id img {
		max-width: 260px;
		height: auto;
	}
	
}

.hiroshi img {
	max-width: 70%;
	height: auto;
}

@media (max-width: 768px) {
	
	.hiroshi img {
		max-width: 100%;
	}
	
}

/* .business-info */

.business-info {
	margin-top: 10px;
	max-width: 250px;
}

.business-info p {
	line-height: 1.1em;
}

@media (max-width: 768px) {
	
	.business-info {
		margin-top: 30px;
		margin-left: 15px;
		font-size: 14px;
	}

}

.tell {
	margin: 0 0 3px 0;
	letter-spacing: 5.2px;
	font-size: 14px;
}

@media (max-width: 768px) {
	
	.tell {
		margin: 0;
		letter-spacing: 3px;
	}

}

.tellnumber {
	margin: 0 0 7px 0;
	font-size: 32px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	
	.tellnumber {
		margin-top: 3px;
		font-size: 28px;
	}

}

.fa-mobile {
	font-size: 30px !important;
	margin-right: 8px;
}

@media (max-width: 768px) {
	
	.fa-mobile {
		font-size: 26px !important;
	}

}

.business-hours {
	margin: 0;
	font-size: 14px;
	letter-spacing : 1.3px;
	color: #fff;
	background: #ff9300;
	padding: 3px;
	border-radius: 3px;
	text-align: center;
}

@media (max-width: 768px) {
	
	.business-hours {
		margin-top: 3px;
		padding: 4px;
		font-size: 12px;
		max-width: 210px;
	}
}


/* .breadcrumb */

.breadcrumb {
  margin-top: 2em;
  padding: 0;
  list-style: none;
  font-size: .8em;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
	
	.breadcrumb {
	  display: none;
	}
	
}

/* layout */

#content {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.l-main {
	max-width: calc((725 / 1024) * 100%);
	margin-left: calc((10 / 1024) * 100%);
}

.l-sidebar {
	max-width: calc((250 / 1024) * 100%);
}

.l-sidebar ul {
	list-style: none;
	padding: 20px;
	background: #eee;
	border-radius: 20px;
}

.l-sidebar ul li {
	margin-bottom: 1em;
}

.l-sidebar ul li img {
	width: 100% !important;
	height: auto;
	border: 1px solid #ddd;
}

.l-sidebar ul li img:hover {
	border: 1px solid #151272;
}

@media (max-width: 768px) {
	
	.l-main {
		width: auto;
	}
	
	.l-main {
		max-width: 100%;
	}
	
	.l-main {
		margin-left: 0;
	}
	
	#content {
		display: block;
	}
	
	.l-sidebar {
		max-width: 250px;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		padding-top: 3em;
	}
	
}

/* .container */

.container {
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 768px) {
	
	.container {
		margin: 0 20px;
	}
	
}

/* column */

.column-three {
	display: flex;
	flex-wrap: wrap;
}

.column-three .column-item {
	width: 32%;
	height: auto;
	box-sizing: border-box;
}

.column-item {
	position: relative;
}

.column-three .column-item:not(:nth-child(3n)) {
	margin-right: 2%;
}

.column-two {
	display: flex;
	flex-wrap: wrap;
}

.column-two .column-item {
	width: 49%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 1em;
}

.column-two .column-item:not(:nth-child(2n)) {
	margin-right: 2%;
}

@media (max-width: 768px) {
	
	.column-three {
		display: block;
	}
	
	.column-three .column-item {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.column-three .column-item:not(:nth-child(3n)) {
		margin-right: 0%;
	}
	
	.column-two {
		display: block;
	}

	.column-two .column-item {
		width: 100%;
	}

	.column-two .column-item:not(:nth-child(2n)) {
		margin-right: 0%;
	}
	
}

/* container style */

.cont-border {
	border: 1px solid #ddd;
	padding: 5px 25px;
	border-radius: 20px;
}

.cont-border ul li,
.cont-border ol li {
	margin-bottom: .4em;
}

.top-info {
	border: 1px solid #151272;
}

@media (max-width: 768px) {
	
	.cont-border ul li,
	.cont-border ol li {
		margin-bottom: 1em;
	}
	
}

/* 見出し */

h2 {
  color: #151272;
  background: transparent;
  padding: 3rem 0 1.5rem 0;
  margin: 0;
}

/* footer */

.footer {
	margin-top: 4em;
	padding: 1.2em 0;
	border-top: 1px solid #ddd;
}

.footer .column-two {
	justify-content: space-between;
}

.footer .copyright {
	font-size: .8em;
}

.footer ul {
	list-style: none;
	align-items: center;
	font-size: .7em;
	margin: 0;
	padding: 0;
}

.footer ul li:not(:first-child) {
	margin-left: 40px;
}

.footer ul li a {
	color: #000 !important;
	background: transparent;
}

.footer ul li a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	
	.footer {
		padding: 2em 0;
	}
	
	.footer ul {
		margin-bottom: 2em;
		font-size: .9em;
	}
	
	.footer ul li:not(:first-child) {
		margin-left: 0;
	}
	
	.footer ul li {
		margin-bottom: 15px;
	}
	
}

/* .site-map */

.site-map {
	width: 750px;
	height: auto;
}

.site-map a {
	color: #000;
	cursor: pointer;
}

.site-map a:hover {
	text-decoration: none;
}


.site-map ul {
	list-style: none;
}

.site-map ul li {
	border-bottom: 1px dotted #ccc;
}

.site-map ul li a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px 0;
}

@media (max-width: 768px) {
	
	.site-map {
		width: 100%;
		height: auto;
	}
	
}

/* .ggmap */

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

/* ページトップのためのCSS */

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5B8CF9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a i {
	font-size: 20px;
}

#page-top a:hover{
  background: #151272;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

@media (max-width: 768px) {
	
	#page-top a {
	  width: 50px;
	  height: 50px;
	}
	
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/* table */

.table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	color: #000;
}

.table a {
	color: #000;
}

.table td, .table th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 1.3em 0.8em;
	vertical-align: middle;
}


.table th {
	width: 5em;
	height: auto;
}

/* color */

.text-danger {
	color: #ff0004;
}

.orange {
	color: orangered;
}

/* text */

.align-center {
	text-align: center;
}

/*
 吹き出し 

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 14px;
  border-radius: 50px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 65%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ff7f50 transparent transparent;
  translate: -50% 100%;
  transform: skew(34deg);
  transform-origin: top;
}

.more-likely {
	position: absolute;
	top: -30px;
	left: -40px;
	background-color: #ff7f50;
}
*/

/* font size */

.font-xs {
	font-size: .8em;
}

/* margin padding */

.mt-1 {
	margin-top: 1em;
}

.mt-2 {
	margin-top: 2em;
}

.mt-4 {
	margin-top: 4em;
}

/* .tel */

.tel {
	color: #ff4500;
	font-size: 26px;
	font-weight: bold;
}

.tel a {
	color: #ff4500 !important;
}

.tel a:hover {
	color: #000;
	text-decoration: none;
}

/* .none */

.sp-none {
	display: block;
}

.pc-none {
	display: none;
}

@media (max-width: 1000px) {
	
	.sp-none {
		display: none;
	}
	
	.pc-none {
		display: block;
	}
	
}