@charset "UTF-8";

/*/////-----コンテンツの背景色の指定-----/////*/

#contents{
	background-color:#fff;
}

/*/////-----ヘッダータイトルの背景色の指定-----/////*/
 .page-header div.inner{
	 background-color:rgba(255,0,0,0.70);
}

/*/////-----ページの概要部分を非表示-----/////*/

#aboutus div.summary{
	display:none;
}

/*/////-----STATEMENT-----/////*/

.statement div.row{
	width:100%;
	margin:0 auto 10px;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:5px 10px;
	padding-left:42.5px;
	
	background-color:#f0f0f0;
	
	position: relative;
}

.statement div.row:last-child{
	margin-bottom:0;
}

.statement div.row:before{
	display:block;
	content:"0";
	
	width:30px;
	height:30px;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:500;
	
	text-align: center;
	
	background-color:#fff;
	color:#000;
	
	position: absolute;
	top:5px;
	left:5px;
}

.statement div.row:nth-child(1):before{
	content:"1";
}

.statement div.row:nth-child(2):before{
	content:"2";
}

.statement div.row:nth-child(3):before{
	content:"3";
}

.statement div.row:nth-child(4):before{
	content:"4";
}

.statement div.row:nth-child(5):before{
	content:"5";
}

.statement div.row:nth-child(6):before{
	content:"6";
}

.statement div.row:nth-child(7):before{
	content:"7";
}

.statement div.row:nth-child(8):before{
	content:"8";
}

.statement div.row:nth-child(9):before{
	content:"9";
}

.statement div.row:nth-child(10):before{
	content:"10";
}

/*/////-----PHILOSOPHY-----/////*/

.philosophy p{
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

.philosophy h6{
	font-family: 'Noto Serif JP', serif;
	
	font-size:1.25rem;
	line-height:1.5em;
	font-weight:500;
	
	text-align: center;
	
	margin-bottom:20px;
}

.philosophy h6 span.note{
	display:block;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;
	line-height: 1.5em;
}

/*/////-----GREETING-----/////*/

.greeting{
	display:none;
}

.greeting div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

.greeting p.thumbnail{
	width:100%;
	margin-bottom:10px;
}

.greeting p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.greeting div.text{
	width:100%;
}

.greeting div.text h4{
	font-family: 'Noto Serif JP', serif;
	
	font-size:1.25rem;
	line-height:1.5em;
	font-weight:500;
	
	text-align: center;
	
	margin-bottom:5px;
}

.greeting div.text h4 span.note{
	display:block;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;
	line-height: 1.5em;
}

@media only screen and (min-width: 720px){
	
	.greeting p.thumbnail{
		width:50%;
		margin:0;
		
		box-sizing: border-box;
		padding:10px;
	}
	
	.greeting div.text{
		width:50%;
		
		box-sizing: border-box;
		padding:20px;
	}
	
	.greeting div.text h4{
		font-size:1.5rem;
		
		text-align: left;
	}
	
}

/*/////-----OUTLINE-----/////*/

.outline div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto 5px;
	max-width: 800px;
}

.outline div.row:last-child{
	margin-bottom:0;
}

.outline div.row div.que{
	width:120px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f0f0f0;
	color:#000;
}

.outline div.row div.ans{
	width:calc(100% - 120px);
	
	box-sizing: border-box;
	padding:10px;
	border-left:solid 5px #fff;
	
	background-color:#f0f0f0;
	color:#000;
}

@media only screen and (min-width: 720px){
	
	.outline div.row div.que{
		width:180px;
	}
	
	.outline div.row div.ans{
		width:calc(100% - 180px);
	}
	
}

/*/////-----BRANCH-----/////*/

.branch{
	display:none;
}

.branch div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
}

.branch div.row{
	width:100%;
	margin-bottom:20px;
}

.branch div.row:last-child{
	margin-bottom:0;
}

.branch div.row div.inner{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f0f0f0;
}

.branch div.row p.thumbnail{
	width:100%;
	margin-bottom:10px;
}

.branch div.row p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.branch div.row div.text{
	text-align: center;
}

.branch div.row div.text h4{
	font-weight:500;
}

.branch div.row div.text ul{
	font-size:0.8rem;
	line-height:1.75em;
}

.branch div.row div.text p.btn{
	width:180px;
	margin:5px auto;
	
	font-size:0.8rem;
	line-height:25px;
	font-weight:500;
	
	text-align: center;
}

.branch div.row div.text p.btn a{
	display:block;
	
	background-color:#f80;
	color:#fff;
	
	background-image: url("../images/icon_btn-googlemap.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right 10px;
}

.branch div.row div.text p.btn a:hover{
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (min-width: 720px){
	
	.branch div.row{
		width:50%;
		margin:0;
		
		box-sizing: border-box;
		padding:10px;
	}
	
}

/*/////-----HISTORY-----/////*/

.history div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding-bottom:10px;
	border-bottom:solid 1px #000;
	margin-bottom:10px;
	
	padding-left:40px;
	position: relative;
}

.history div.row:last-child{
	margin-bottom:0;
}

.history div.row:before{
	display:block;
	content:"";
	
	width:10px;
	height:10px;
	
	background-color:#000;
	
	border-radius:10px;
	
	position: absolute;
	top:10px;
	left:15px;
}

.history div.row p.que{
	width:100%;
}

.history div.row p.ans{
	width:100%;
}

@media only screen and (min-width: 720px){
	
	.history div.row p.que{
		width:180px;
	}
	
	.history div.row p.ans{
		width:calc(100% - 180px);
	}
	
}
