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

@media print, screen and (max-width: 768px){
	.pc_only { display:none;}
}
@media print, screen and (min-width: 769px){
	.sp_only { display:none;}
}

.font-blue {color:#0068BD;}

.bg_ptn1 {
	

	padding:30px 0;
	position:relative;
	
}
.bg_ptn1:before {
	content:"";
	display:block;
	position:absolute;
	width:100vw;
	height:100%;
	top:0;
	left:50%;
	background-color:#e2e2e2;
	-webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}
.bg_ptn2 {
	padding:30px 0;
	position:relative;
}
.bg_ptn2:before {
	content:"";
	display:block;
	position:absolute;
	background-image:url(../img/merit/meritbg.png);
	background-repeat:repeat;
	width:100vw;
	height:100%;
	top:0;
	left:50%;
	-webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

#infomation {
	position:relative;
	top:-40px;
	width:calc(100% - 60px);
	max-width:980px;
	background-color:#FFF;
	padding:25px 30px;
	border-radius:10px;
	margin:0 auto;
}

#infomation .box_l {
	width:35%;
	text-align:center;
}
#infomation .box_l h2 {
	margin-top:15px;
}
#infomation .box_l p {
	display:inline-block;
	border-bottom:solid 1px #CCCCCC;
	position:relative;
	padding:0 20px 0 3px;
}
#infomation .box_l p:after {
	content:"";
	position:absolute;
	display:block;
	right:3px;
	top:55%;
	
	
	width: 8px;
	height: 8px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
	-webkit-transform: translate(0%,-50%) rotate(45deg);
    -moz-transform: translate(0%,-50%) rotate(45deg);
    transform: translate(0%,-50%) rotate(45deg);
	
}
#infomation .box_r {
	width:65%;
}
#infomation .box_r table {
	border-collapse:collapse;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	width:100%;
}
#infomation .box_r table tr {
	border-bottom:dotted 1px #CCCCCC;
}
#infomation .box_r table tr:last-child {
	border-bottom:none;
}
#infomation .box_r table tr th
,#infomation .box_r table tr td {
	padding:8px 8px;
	position:relative;
}

#infomation .box_r table tr td:after {
	content:"";
	position:absolute;
	display:block;
	right:3px;
	top:50%;
	
	width: 8px;
	height: 8px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	
	-webkit-transform: translate(0%,-50%) rotate(45deg);
    -moz-transform: translate(0%,-50%) rotate(45deg);
    transform: translate(0%,-50%) rotate(45deg);
	
}
@media print, screen and (max-width: 768px){
	#infomation {
		width:calc(100% - 20px);
		padding:25px 10px;
	}
	#infomation .box_l {
		width:100%;
		float:none;
		padding-bottom:25px;
	}
	#infomation .box_l h2 {
		margin:0;
	}
	#infomation .box_r {
		width:100%;
		float:none;
	}
}

#rinen{
	position:relative;
	width:calc(100% - 60px);
	max-width:980px;
	background-color:#FFF;
	padding:25px 30px;
	border-radius:10px;
	margin:10px auto 30px;
	height:100%;
}
#rinen .box_l {
	width:25%;
	text-align:center;
}
#rinen .box_l ul {
	display:block;
}
#rinen .box_l ul li {
	display:block;
	width:80%;
	margin:20px auto;
	padding-bottom:80%;
	background-size:100% 100%;
	position:relative;
}
#rinen .box_l ul li.rinen1 {
	background-image:url(../img/menu/menu_blue.png);
}
#rinen .box_l ul li.rinen2 {
	background-image:url(../img/menu/menu_green.png);
}
#rinen .box_l ul li.rinen3 {
	background-image:url(../img/menu/menu_yellow.png);
}
#rinen .box_l ul li p {
	width:100%;
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size:28px;
	color:#000;
	font-weight:bold;
}
#rinen .box_r {
	width:70%;
}
#rinen .box_r p {
	position:absolute;
	line-height:2.2em;
	font-size:125%;
	width:calc(70% - 30px);
	top:50%;
	right:30px;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
@media print, screen and (max-width: 768px){
	#rinen {
		width:calc(100% - 20px);
		padding:25px 10px;
		margin-top:0;
	}
	#rinen .box_l {
		width:100%;
		float:none;
		padding-bottom:10px;
	}
	#rinen .box_l ul li {
		display:inline-block;
		width:30%;
		margin:20px 1%;
		padding-bottom:30%;
	}
	#rinen .box_l ul li p {
		font-size:16px;
	}
	#rinen .box_r {
		width:100%;
		float:none;
	}
	#rinen .box_r p {
		position:relative;
		line-height:2.0em;
		font-size:115%;
		width:100%;
		top:0;
		right:auto;
		-webkit-transform: translate(0%,0%);
		-moz-transform: translate(0%,0%);
		transform: translate(0%,0%);
	}
}

#merit{
	position:relative;
	width:calc(100% - 60px);
	max-width:980px;
	padding:15px 30px;
	border-radius:10px;
	margin:10px auto 20px;
}
#merit h2{
	border:solid 2px #0054A7;
	background-color:rgba(255,253,229,0.85);
}
#merit ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	list-style:none;
}
#merit ul li{
	width:calc(33% - 15px);
	height:320px;
	border:solid 2px #0054A7;
	background-color:rgba(255,253,229,0.85);
	text-align:center;
	border-radius:10px;
	margin-bottom:30px;
	padding:10px 10px;
}
#merit ul li img{
	height:40%;
	margin:15px auto;
}
#merit ul li h3{
	font-size:120%;
	color:#0084C9;
	padding:5px 10% 10px;
}
#merit ul li p{
	font-size:110%;
	text-align:left;
}
@media print, screen and (max-width: 768px){
	#merit {
		width:calc(100% - 15px);
		padding:15px 0px;
		margin-top:0;
	}
	#merit ul li{
		width:calc(50% - 5px);
		margin-bottom:10px;
	}
}


#teian{
	position:relative;
	width:calc(100% - 60px);
	max-width:980px;
	padding:15px 30px;
	border-radius:10px;
	margin:10px auto 20px;
}
#teian h2 {
	font-size:200%;
	font-weight:normal;
	line-height:1.6em;
	color:#006EC0;
}
#teian .box_l{
	width:48%;
	margin-top:10px;
}
#teian .box_l img{
	max-width:120%;
}
#teian .box_r{
	width:48%;
	margin-top:10px;
}
#teian .box_r p{
	font-size:115%;
	line-height:1.8em;
}
#teian .box_r .p2{
	padding-top:20px;
	color:#006EC0;
}
#teian table {
	border-collapse:collapse;
	border:solid 4px #003B9A;
	margin-top:30px;
	display: table;
	table-layout: fixed;
}
#teian table th
,#teian table td {
	padding:10px 10px;
	border:solid 1px #003B9A;
	font-size:115%;
}
#teian table th {
	width:15%;
	background-color:#FFFDE6;
	font-weight:normal;
}
#teian table td {
	width:40%;
	vertical-align:top;
}
#teian table td.font-blue {
	font-weight:bold;
}
#teian table td .p3 {
	font-size:130%;
	color:#DF0000;
	background: linear-gradient(transparent 60%, #FFFF78 0%);
	display:inline-block;
	font-weight:bold;
}
#teian table td .p4 {
	padding:10px 0;
}
#teian table td .p4 span {
	color:#E92131;
	display:inline-block;
	padding-right:15px;
}
#teian table td ul {
	padding-left:15px;
	margin-left:10px;
}
#teian table td ul li {
	padding:3px 0 5px;
}

@media screen\0 {
  #teian table td img {
		max-width:300px;
	}
}
@media print, screen and (max-width: 768px){
	#teian {
		width:calc(100% - 15px);
		padding:15px 0px;
		margin-top:0;
	}
	#teian .box_l{
		width:100%;
		float:none;
	}
	#teian .box_l img{
		max-width:110%;
	}
	#teian .box_r{
		width:100%;
		float:none;
	}
	#teian table{
		margin-top:20px;
	}
}



#nagare{
	position:relative;
	width:calc(100% - 60px);
	max-width:980px;
	padding:15px 30px;
	border-radius:10px;
	margin:10px auto 20px;
}
#nagare h2{
	background-color:#FFF;
	border:solid 1px #999999;
}
#nagare table {
	display: table;
	table-layout: fixed;
	width:100%;
}
#nagare table tr{
	display:block;
	padding:10px 0;
}
#nagare table .td1{
	width:22%;
	padding-right:10px;
}
#nagare table .td2{
	
	padding:15px 20px;
	background-color:#FFF;
	border:solid 1px #999999;
}
@media screen\0 {
	#nagare table .td2{
		width:450px;
	}
}
#nagare table .td2 .p1 {
	font-size:130%;
	border-bottom:solid 1px #666666;
	padding:0px 0 10px;
	margin-bottom:10px;
}
#nagare table .td3{
	width:35%;
	padding-left:10px;
}
@media screen\0 {
	#nagare table .td1 img {
		max-width:160px;
	}
	#nagare table .td3 img {
		max-width:260px;
	}
}
@media print, screen and (max-width: 768px){
	#nagare {
		width:calc(100% - 15px);
		padding:15px 0px;
		margin-top:0;
	}
	#nagare table{
		margin-top:20px;
	}
	#nagare table .td1{
		width:15%;
		padding-right:5px;
	}
	#nagare table .td2{
		padding:5px 5px;
	}
	#nagare table .td3{
		width:25%;
		padding-left:5px;
	}
}

#omakase{
	position:relative;
	width:calc(100% - 60px);
	max-width:980px;
	padding:15px 30px;
	border-radius:10px;
	margin:10px auto 20px;
}
#omakase h2{
	font-size:180%;
	color:#F00;
	line-height:1.5em;
}

#omakase ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	list-style:none;
}
#omakase ul li{
	width:300px;
	text-align:center;
	position:relative;
}
#omakase ul li .img_box{
	width:300px;
	height:300px;
	background-color:#CCC;
	border-radius:50%;
	overflow:hidden;
}
#omakase ul li .p1{
	font-size:125%;
	padding-top:10px;
}
#omakase ul li .p2{
	font-size:90%;
}
@media print, screen and (max-width: 768px){
	#omakase {
		width:calc(100% - 15px);
		padding:15px 0px;
		margin-top:0;
	}
	#omakase ul li{
		margin-bottom:20px;
	}
	#omakase ul li .p2{
		font-size:100%
	}
}




#omakase .box1 {
	margin-top:30px;
	border:solid 3px #F0B04C;
	padding:15px 20px;
	border-radius:10px;
}
#omakase .box1 .p3 {
	font-size:130%;
	font-weight:bold;
}
#omakase .box1 .p3 span {
	font-size:80%;
}
#omakase .box1 .p4 {
	font-size:95%;
}
#omakase .box1 .p5 {
	font-size:110%;
}
#omakase .box1 hr {
	margin:15px 0;
}

#company {
	position:relative;
	width:calc(100% - 60px);
	max-width:980px;
	padding:15px 30px;
	border-radius:10px;
	margin:10px auto 20px;
}
#company h2 {
	background-color:#FFF;
	border:solid 1px #999999;
}

#company .googlemap {
	height:400px;
	position:relative;
	margin:20px 0 30px;
}
#company .googlemap iframe {
	width:100vw;
	height:100%;
	position:absolute;
	left:50%;
	-webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

#company .box_l {
	width:48%;
}
#company .box_l table {
	border-collapse:collapse;
	border-top:solid 1px #666666;
	width:100%;
}
#company .box_l table tr {
	border-bottom:solid 1px #666666;
}
#company .box_l table tr th
,#company .box_l table tr td {
	padding:10px 10px;
	font-weight:normal;
}
#company .box_r {
	width:48%;
	border:solid 1px #666666;
	padding:20px 20px;
	background-color:#FFF;
	line-height:1.8em;
	font-size:110%;
}
#company .box_r h3 {
	padding:0px 0 10px;
	font-size:120%;
}
@media print, screen and (max-width: 768px){
	#company {
		width:calc(100% - 15px);
		padding:15px 0px;
		margin-top:0;
	}
	#company .box_l {
		width:100%;
		float:none;
	}
	#company .box_l table tr th
	,#company .box_l table tr td {
		padding:5px 5px;
	}
	#company .box_r {
		width:100%;
		float:none;
		margin-top:20px;
		padding:10px 10px;
	}
}





