@charset "utf-8";
/* CSS Document */
body{
	background-color:#444;
}
/***************ショップ情報*****************/
.inf_title {
	text-align: center;
	margin-top: 10rem;
}

.inf_all{
	display: flex;
	margin-top: 10rem;
}
/***************店舗情報**************/
.inf_shopprofile{
	margin-left: 10rem;
	width: 50%;
}
/***************店舗情報**************/
.company_info dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.company_info dt {
  width: 35%;
/*  padding: 20px;*/
  background-color: #c0b73e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.company_info dd {
  width: 65%;
  padding: 20px;
  font-size: 1.6rem;
}
/***************カレンダー**************/
.inf_calendar{
	width: 50%;
}
.inf_calendar2{
	margin-top: 3rem;
}
/***************カレンダー**************/
/***************ショップ情報終わり**************/
/***************アクセス**********************/
#access h2{
	text-align: center;
	margin-top: 10rem;
}#access p{
	text-align: center;
}
.gmap{
	height: 50rem;
	width: 100%;
}
.gmap iframe{
width: 100%;
height: 100%;
margin-top: 10rem;
}
/***************アクセス終わり**************/
/***************こだわり始まり**************/
#kodawari{
	width: 80%;
	margin: 0 auto;
}
#kodawari h2{
	text-align: center;
	margin-top: 20rem;
}
#kodawari p{
	text-align: center;
	margin-top: 3rem;
}
/***************こだわり終わり**************/
/***************歴史始まり**************/
.his_title h2{
	text-align: center;
	margin-top: 10rem;
}
.his_title p{
	text-align: center;
}
.his_all{
	position: relative;
	margin-top: 10rem;
}
.his_fot{
	padding: 5vw 0 0 5vw;
	width: 100%;
	position: relative;
/*	left: 10%;*/
	bottom: 10rem;
	margin-top: 10rem;
}
.his_fot img{
	position: relative;
	left: 10%;
}
.his_text{
	width: 50%;
	
}
.his_text2{
	width: 50%;
	height: auto;
	background-color:#5EBA5E;
	position:absolute;
	top: 25rem;
	left:45%;
	padding: 10rem 0;
	border-radius: 3rem;
	box-shadow: 5px 5px 0px 0px #FFD400;
}
.his_text h3{
	font-size: 4.5rem;
	text-align: center;
}
.his_text2 p{
	padding: 0 5rem;
}
.his_hr2{
/*	position: relative;
	left: 20%;*/
	top:0;
}
.his_hr2 table{
	position: relative;
	left: 20%;
}
.his_hr th{
	border-right: 2px solid #fff;
	font-size: 5rem;
	color:#fff;
	line-height: 180%;
	padding-right: 10px;
	position: relative;
	width: 100px;
}
	.his_hr th::after{
		content: "";
		width: 15px;
		height: 15px;
		border-radius: 100%;
		background-color:yellow;
		position: absolute;
		margin-top: 29%;
		right: -8px;
		z-index: 100;
	}
.his_hr2 td{
	font-size: 2rem;
	text-align: left;
	position: relative;
	left: 20%;
	font-weight: bold;
}
.his_hr td::before{
	content: "";
	max-width: 20%;
	width: 100%;
	height: 2px;
	position: absolute;
	left: -28.5%;
	top: 50%;
	background-color: #fff;
}
/***************歴史終わり**************/
/***************資格情報**************/

.arc_title h2{
	text-align: center;
	margin-top: 10rem;
}
.arc_title p{
	text-align: center;
}
/*.arc_all{
max-width: 500px;
	width: 100%;
margin: 0 auto;
text-align: center;
margin-top: 10rem;
}
.arc_text{
	width: 100%;
display: inline-block;
font-size: 1.6rem;
text-align: left;
background-color: #5EBA5E;
padding: 50px 60px;
border-radius: 3rem;
box-shadow: 5px 5px 0px 0px #FFD400;
line-height: 3.5rem;
}*/
ol {
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 180%;
	width: 500px;
	margin: 0 auto 50px;
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 2em 5em;
	border: solid 2px #ffb107;
	background-color:#5eba5e;
}
ol li {
	border-bottom: dashed 2px orange;
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1em;
	font-size: 2rem;
}
ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #ffb107;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
ol li:last-of-type {
	border-bottom: none;
}

/***************資格情報終わり**************/

@media screen and (max-width:1190px){
		.his_all{
	position: relative;
	margin-top: 10rem;
}
	.his_fot{
	width: 100%;
	padding: 5vw;
	bottom: 12rem;
/*	left: 1rem;*/
	margin-top: 10rem;

}
	
	.his_text2{
    width: 50%;
    background-color: #5EBA5E;
    position: absolute;
    /* bottom: 5rem; */
    left: 50rem;
    padding: 10rem 0;
    border-radius: 3rem;
    box-shadow: 5px 5px 0px 0px #FFD400;
    text-align: center;
}
	.his_fot img{
		max-width: 100%;
	}
	.his_hr2 table{
		left: 10%;
	}
	}
@media screen and (max-width:1020px){
.his_all{
	display: block;
	margin-top: 10rem;
}
	.his_fot{
	width: 100%;
	padding-bottom: 15rem;
	margin-top: 10rem;
}
	.his_fot img{
		max-width: 100%;
	}
	.his_text{
		width: 50%;
	}
	
	.his_text2{
	width: 50%;
    background-color: #5EBA5E;
    /* position: absolute; */
    /* bottom: 5rem; */
    left: 45%;
    padding: 10% 0;
    border-radius: 3rem;
    box-shadow: 5px 5px 0px 0px #ffd400;
    text-align: center;
}
	}
@media screen and (max-width:830px){
		.inf_all{
	display: block;
	}
	.company_info dl {
  display: flex;
  flex-wrap: wrap;
justify-content: center;
  margin-top: 5rem;
}
	.company_info dd {
  width: 45%;
  padding: 20px;
  font-size: 1.6rem;
}
		.inf_shopprofile{
	width: 100%;
	margin: 0 auto;
}
.inf_shopprofile h3{
	text-align: center;
}
	.inf_shopprofile p{
	font-size: 1.6rem;
	text-align: center;
}

	}
@media screen and (max-width:790px){
	.his_hr2{
	position: relative;
		width: 80%;
	left: 0;
	top:0;
}
		.his_hr th::after{
		margin-top: 24.5%;
	}
	.his_hr2 th{
		padding: 0 20px;
	}
	.arc_all{
		padding: 0 20px;
}
	}
@media screen and (max-width:781px){
	.his_all{
	position: static;
	display: block;
	margin-top: 10rem;
		text-align: center;
}
.his_fot{
    width: 100%;
    /* padding-bottom: 15rem; */
    margin-top: 10rem;
    padding: 0;
    position: static;
}
	.his_fot img{
		width: 80%;
		position: static;
	}
	.his_text{
		width: 100%;
		margin-top: 5rem;
	}
	
	.his_text2{
	position: static;
		width: 80%;
		margin: 0 auto;
}
	.his_text2 h3{
			font-size: 4rem;
}
	.his_hr{
		margin-top:5rem;
		}
	.his_hr2 table{
		position: static;
	}

}
@media screen and (max-width:580px){
.his_hr td::before{
	content: "";
	left: -32%;
}
		.his_hr th::after{
		margin-top: 24%;
	}
	}
@media screen and (max-width:510px){
	
		ol{
		padding: 0 20px;
		width: 80%;
	}
}
@media screen and (max-width:480px){
	
	.inf_all{
	display: block;
	}
	.inf_shopprofile{
	width: 100%;
	margin: 0 auto;
}
.inf_shopprofile h3{
	text-align: center;
}
	.inf_shopprofile p{
	font-size: 1.6rem;
	text-align: center;
}

	/***********カレンダーレスポンシブ未完**************/

	#kodawari h2{
	text-align: center;
	margin-top: 20rem;
	font-size: 2rem;
}
	#kodawari p{
	text-align: center;
	margin-top: 3rem;
	font-size: 1.6rem;
	padding: 0rem 2rem;
}
	.his_all{
	display: block;
	margin-top: 10rem;
}
	.his_fot{
	width: 100%;
	margin-top: 10rem;
}
	.his_fot img{
		max-width: 80%;
		position: static;
	}
	.his_text{
		width: 100%;
	}
	
	.his_text2{
    width: 80%;
    background-color: #5EBA5E;
    /* position: absolute; */
    /* bottom: 5rem; */
    left: 0rem;
    top: 20rem;
    border-radius: 3rem;
    box-shadow: 5px 5px 0px 0px #FFD400;
    text-align: center;
}
	.his_text2 h3{
		font-size: 3rem;
		}
	.his_text2 p {
    padding: 1rem 10%;
	letter-spacing: 2px;
}
	.his_hr{
		width: 80%;
	}
	.his_hr2{
		width: 100%;
		text-align: center;
		position: static;
		left: 0;
		top:0;
	}
	.his_hr2 table{
		position: static;
	}
	.his_hr2 th{
		font-size: 3rem;
		line-height: 190%;
		width: 150px;
	}
	.his_hr th::after{
		margin-top: 13%;
	}
	.his_hr td{
		left: 10%;
		font-size: 1.4rem;
    line-height: 180%;
    letter-spacing: 2px;
	}
	.his_hr td::before{
		max-width: 0px;
		width: 0%;
	}
	ol{
		font-size:initial;
		line-height: 180%;
		letter-spacing: 2px;
	}
	ol li{
		letter-spacing: 2px;
		line-height: 180%;
	}
}
.td{
	display: flex;
}
.maru{
	width: 50px;
	height: 50px;
	background: #752;
	border-radius: 50%;
}
.bar{
	width: 80px;
	height: 3px;
	background: #fff;
}
@media screen and (max-width:480px){

	}