@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	background-color: #FFF;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


*{
	margin:0px;
	padding:0px;
}




html {
scroll-behavior: smooth;
}


@font-face{ 
font-family: 'Arial Black'; 
font-style: normal; 
font-weight: 400; 
src: local('Arial Black'), url('ariblk_0.ttf') format('ttf'); 
}





img {
	max-width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	margin:0 auto;
}


header {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

header img {
	display:block;
	margin:0 auto;
	/*box-shadow: 0 0 1em #000;*/
}

footer {
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	line-height: 12px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #F90;
}

section {
	height: auto;
	width: 100%;
	background-repeat: repeat;
	line-height: 1.75em;
}

section:nth-child(even) {
	background-color: #F0F0F0;


}

h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: auto;
}

h2 {
	font-size: 30px;
	line-height: 50px;
}

h3 {
	font-size: 24px;
	line-height: 40px;
}

h4 {
	font-size: 20px;
	line-height: 32px;
	color: #666;
	margin-bottom: 1.25em;
	margin-top: 2em;
}
h5 {
	font-size: 22px;
	line-height: 24px;
	color: #000;
	margin-bottom: 0.5em;
}


a {
	color: #F90;
	text-decoration: none;
}

a:link {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

a:active {
	color: #FF0;
}

a.pt:hover img{
   filter:alpha(opacity=80); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.80; /*safari opera*/
}

.intro-cap {
	line-height: 1.75em;
	font-size: 18px;
	color: #000;
	font-weight: bold;


}

.content {
	width : 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}


.content p {
	margin-bottom: 20px;
}

.info {
	height: auto;
	width : 730px;
	padding: 10px;
	border: 2px dashed #F90;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.info p {
	margin-bottom: 0px;
}

.howTo {
	font-size: 16px;
	line-height: 24px;
}

.center {
	text-align: center;
}

.link-bnr a {
	display:block;
}

.link-bnr img {
	margin:0 auto;
}

.table-left, .table-right {
	-webkit-transition: all 0.6s ease ;
    -moz-transition: all 0.6s ease ;
    -o-transition: all 0.6s ease ;
    transition: all  0.6s ease ;	
	
}

.table-left {
	float:left;
	width:50%;
}

.table-right {
	float: left;
	font-size: 12px;
	line-height: 20px;
	width: 46%;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}

.name {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.inquiry {
	height: auto;
	width: 100%;
	text-align: center;
}

.sns {
	margin-bottom: 2px;
	height: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.fb {
	vertical-align: bottom;
	display: inline-block;
	margin-right: 10px;
}

.tw {
	vertical-align: bottom;
	display: inline-block;
	margin-right: 10px;
	height: 20px;
}

.line {
	vertical-align: bottom;
	display: inline-block;
	height: 20px;
}


.logo {
	height: auto;
	width: 28%;
	float: left;
	padding: 2%;
}


.logo img{
	width: 100%;
}


.inquiry-wrap {
	height: auto;
	width: 32%;
	float: left;
	margin-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}	

.shop-detail {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 40px;
}

.shop-detail p {
	margin-bottom: 0px;
}

.tel {
	font-size: 24px;
	line-height: 1.5em;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #C00;
	word-wrap: break-word;
}


.shop-name {
	font-weight: bold;
	font-size:18px;
}

.ggmap {
	width: 600px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #FFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

.text-small {
	font-size: 18px;
}

.orange {
	color: #F90;
}
.blue {
	color: #3CF;
}

.red {
	color: #C00;
}

.Clear {
	clear: both;
}
.numata {
	margin-bottom: 3em;
	font-weight: bold;
	color: #4F4F4F;
}
.mitsuhashi {
	margin-bottom: 3em;
}


.container01 {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	margin-top: 30px;
}

.fromsite {
	color: #2B4259;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
	width: 95%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6E6E6;
}



.container_img {
	height: auto;
	width: 32.95%;
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
}

.container_img2 {
	height: auto;
	width: 49.5%;
	text-align: center;
	margin-bottom: 1px;
	margin-right: 1px;
}


.container_img,.container_img2,.container_img3 p{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}


.container_img3 {
	height: auto;
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
}


.products {
	background-image: url(../img/RM-05_RM-07_angle_A_low_0313.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	height: 936px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	-moz-background-size: 100%;
	background-size: 100%;
}

.shopping-link {
	height: 10px;
	width: 200px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	background-color: #039;
	line-height: 20px;
	padding: 2px;
	text-align: center;
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.5);
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
}


.shopping-link a {
	color: #06C;
	text-decoration: none;
}


.shopping-link a:link {
	color: #FFF;
	text-decoration: none;
}

.shopping-link a:visited {
	color: #FFF;
	text-decoration: none;
}

.shopping-link a:hover {
	color: #F00;
	text-decoration: underline;
}

.shopping-link a:active {
	color: #FF0;
}

.shopping-link a.pt:hover img{
	filter: alpha(opacity=80); /*←IE用*/
	-moz-opacity: 0.80; /*←Mozilla用*/
	opacity: 0.80; /*safari opera*/
	color: #FFF;
}
.page {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.spec {
	font-size: 15px;
	line-height: 25px;
}
.set-list {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #002B84;
	padding: 10px;
}
