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

.clearfix::after {
  	content: ""; 
  	display: block; 
  	height: 0; 
  	font-size:0;	
  	clear: both; 
  	visibility:hidden;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

body {
	width: 100%;
	margin: 0;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	position: relative;
	font-size: 16px;
	line-height: 1.6rem;
	letter-spacing: 0.2rem;
	color: 333;
}

a { 
	color: #777;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:focus { 
	outline: none;
}

a:hover, a:active { 
	outline: 0;
	color: #5791F4;
}

a img{
  opacity: 1;
  transition: 0.6s;
}

a:hover img{
	background: #fff;
	opacity: .6;
}

@media only screen and (max-width: 1024px) {
	a img{
  transition: none;
}

a:hover img{
	background: none;
	opacity: 1;
}
}

ins {
	background: #ffd959; 
	color: #ffab07; 
	text-decoration: none; 
}

mark { 
	background: #ffd959; 
	color: #ffab07; 
	font-style: italic; 
	font-weight: bold; 
}

#wrapper header, #main-contents, footer {
	width: 100%;
}

#wrapper {
	background: url(../img/container_bg_sp.png);
	background: #fff;
}

/* 横幅指定 */
.inner {
	width: 980px;
	margin: 0 auto;
}

strong {
	color: #fff;
	font-weight: lighter;
	background: #d38c0f;
	padding: 2px;
	opacity: 0.7;
}

/* inner背景 */
.content-bg {
	background: rgba(255, 255, 255, 0.8);
	padding: 0 1rem;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}
 
/*右側*/
.hoge_right{
  -webkit-box-shadow: 5px 0px 5px -1px rgba(0,0,0,0.31);
　-moz-box-shadow: 5px 0px 5px -1px rgba(0,0,0,0.31);
　box-shadow: 5px 0px 5px -1px rgba(0,0,0,0.31);
}

/*左側*/
.hoge_left{
  -webkit-box-shadow: -5px 0px 5px -1px rgba(0,0,0,0.31);
　-moz-box-shadow: -5px 0px 5px -1px rgba(0,0,0,0.31);
　box-shadow: -5px 0px 5px -1px rgba(0,0,0,0.31);
}

/* box-shadow */
.box-shadow {
box-shadow:0px 0px 4px 2px #e8e8e8,0px 0px 4px 1px #e6e6e6;
-moz-box-shadow:0px 0px 4px 2px #e8e8e8,0px 0px 4px 1px #e6e6e6;
-webkit-box-shadow:0px 0px 4px 2px #e8e8e8,0px 0px 4px 1px #e6e6e6;
}

/* --------------------------------------- */
/* header */
header{
	border-top: 40px solid #4284f3;
	position: relative;
}

header div#flame {
	background: url(../img/header-top.png) center 10px no-repeat;
	padding-bottom: 10px;
}

header div#flame h1 {
	margin: 0;
	margin-top: -40px;
}

header div#flame h1 img {
	height: 40px;
}

nav {
	float: right;
	margin-top: -40px;
	margin-right: 1rem;
}

nav ul  {
	margin: 0;
}

nav ul li {
	float: left;
	margin: 0;
	margin-right: 1rem;
	list-style-type: none;
	font-size: 0.8rem;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

nav ul li a:hover {
	color: #0C44AB;
	text-decoration: underline;
}

/* header メニューボタン */
#navToggle {
	display: none;
	position:absolute;/*to body*/
	right:13px;
	top:-37px;
	width:40px;
	height:40px;
	cursor:pointer}
#navToggle div {position:relative}
#navToggle span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 3px #999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}

#navToggle span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 3px #999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}


/*Media-queries_____________________________________*/
@media screen and (max-width: 1024px) {

/* 横幅指定 */
.inner {
	width: 100%;
}
	
.inner-sp {
	width: 96%;
	padding: 0 2%;
	background: none;
}
	
#wrapper {
		background: url(../img/container_bg_sp.png);
}
	
header{
	border-top: 40px solid #4284f3;
	position: relative;
}

header .inner {
	width: 100%;
}	
	
header div#flame h1 {
	margin: 0;
	margin-top: -30px;
}

header div#flame h1 img {
	height: 30px;
	margin-left: 0.3rem;
}

nav {
	float: right;
	margin-top: -30px;
	margin-right: 1rem;
}
	
header div#flame {
	background: url(../img/header-top.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 23px;
}

header nav {
	position:absolute;
	right:0;
    top:-700px; /*通常時はビュー外*/
	background:rgba(66,132,243,.9);
    width:70%;
	padding:0 10px;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
	z-index: 11111;
}
	
header ul {margin:0; font-size: 0.8rem;}
header ul li {display: flex; margin:0;border-bottom:dotted 1px #fff; line-height:3; float:inherit; height: 4rem; line-height: 4rem;}
header ul li a {display:block; width: 100%;}
header ul li::after {content:''}
header ul li:last-child {border-bottom:none}
/* Toggle(Button) */
#navToggle {display: block}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(751px);
	-webkit-transform: translateY(751px);
	transform: translateY(751px)}

header ul li:nth-child(1) {
	text-align: center;
	border-bottom: none;
	margin: 20px 0 0;
	height: auto;
}
	
	header ul li:nth-child(1) a {
		display: inline;		
	}
	
	header ul li:nth-child(1) img {
		margin-right: 1rem;
		width: 25%;
	}
	
header ul li:nth-child(2)::before {
	content: "\f015";
	font-family: FontAwesome;
	display: inline;
	padding-right: 0.7rem;
	margin-left: -1.5rem;
	color: #fff;
}

header ul li:nth-child(3)::before {
	content: "\f059";
	font-family: FontAwesome;
	display: inline;
	padding-right: 0.7rem;
	margin-left: -1.5rem;
	color: #fff;
}

header ul li:nth-child(4)::before {
	content: "\f06a";
	font-family: FontAwesome;
	display: inline;
	padding-right: 0.7rem;
	margin-left: -1.5rem;
	color: #fff;
}

header ul li:nth-child(5)::before {
	content: "\f0d6";
	font-family: FontAwesome;
	display: inline;
	padding-right: 0.7rem;
	margin-left: -1.5rem;
	color: #fff;
}

header ul li:nth-child(6)::before {
	content: "\f040";
	font-family: FontAwesome;
	display: inline;
	padding-right: 0.7rem;
	margin-left: -1.5rem;
	color: #fff;
}

header ul li:nth-child(7)::before {
	content: "\f0e0";
	font-family: FontAwesome;
	display: inline;
	padding-right: 0.7rem;
	margin-left: -1.5rem;
	color: #fff;
}
}

/* header end */
/* --------------------------------------- */

/* --------------------------------------- */
/* main-contents */

#main-contents {
	margin-top: -40px;
	background: url(../img/top.jpg) no-repeat;
	background-size: cover;
}

#main-contents-about {
	margin-top: -40px;
	background: url(../img/about/top.jpg) no-repeat;
	background-size: contain;
}

#gallery {
	padding-top: 50%;
}

#gallery h1 {
	margin: 0 auto;
	text-align: center;
}

#gallery h1 img {
	width: 40%;
}

#about-shop p {
	padding-top: 35rem;
	font-size: 1.2rem;
	line-height: 1.8;
	color: #FFFFFF;
}

@media screen and (max-width: 1800px) {
#gallery {
	padding-top: 40%;
}
	
#about-shop p {
	padding-top: 33rem;
}
}

@media screen and (max-width: 1725px) {
#gallery {
	padding-top: 40%;
}
	
#about-shop p {
	padding-top: 31rem;
}
}

@media screen and (max-width: 1620px) {
#gallery {
	padding-top: 40%;
}
	
#about-shop p {
	padding-top: 28rem;
}
}

@media screen and (max-width: 1500px) {
#gallery {
	padding-top: 40%;
}
	
#about-shop p {
	padding-top: 23rem;
}
}

@media screen and (max-width: 1380px) {
#gallery {
	padding-top: 40%;
}
	
#about-shop p {
	padding-top: 19rem;
}
}

@media screen and (max-width: 1290px) {
#gallery {
	padding-top: 35%;
}
	
#about-shop p {
	padding-top: 18rem;
}
}

@media screen and (max-width: 1200px) {
#gallery {
	padding-top: 35%;
}
	
#about-shop p {
	padding-top: 14rem;
}
}

@media screen and (max-width: 1050px) {
#gallery {
	padding-top: 35%;
}
	
#about-shop p {
	padding-top: 12rem;
}
}

@media screen and (max-width: 1024px) {
#main-contents {
	margin-top: -40px;
	background: url(../img/top4.jpg) no-repeat;
	background-size: contain;
}
	
#gallery {
	padding-top: 38%;
	padding-bottom: 5%;
}

#gallery h1 {
	margin: 0 auto;
	text-align: center;
}

#gallery h1 img {
	width: 30%;
}
}

@media screen and (max-width: 1024px) {
#about-shop p {
	padding-top: 11vh;
	font-size: 1rem;
	color: #000;
}
}

@media screen and (max-width: 880px) {
#about-shop p {
	padding-top: 6vh;
	font-size: 1rem;
}
}

@media screen and (max-width: 736px) {
#about-shop p {
	padding-top: 11vh;
	font-size: 0.9rem;
}
}

@media screen and (max-width: 680px) {
#about-shop p {
	padding-top: 10vh;
	font-size: 0.8rem;
}
}

@media screen and (max-width: 480px) {
#about-shop p {
	padding-top: 5.5vh;
	font-size: 0.8rem;
}
}

.link {
	text-align: center;
	padding-top: 1rem;
	font-size: 1.2rem;
}

.link a {
	color: #5791F4;
	text-decoration: none;
}

.link a::after {
	font-family: FontAwesome;
	content: "\f061";
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 1024px) {
.link {
	text-align: right;
	padding-top: 0.6rem;
}
}

/* main-contents end */
/* --------------------------------------- */

/* --------------------------------------- */
/* #bottom-container */
#bottom-container {
	background: none;
	background: #fff;
	padding: 0 0 1rem;
}

@media screen and (max-width: 1024px) {
#bottom-container {
	background-image: url(../img/container_bg_sp.png);
}
}
/* --------------------------------------- */
/* #multi-service */

.midashi_icon {
	font-size: 1.8rem;
	color: #ffab07;
	font-weight: lighter;
}

.midashi_icon::before {
	content: url(../img/midashi_icon-sp.png);
	position: relative;
	top: 0.35rem;
	left: -0.2rem;
}

.midashi_icon + h2 {
	margin-top: 0;
	font-size: 1.2rem;
	font-weight: lighter;
}

#service1 {
	width: 100%;
}

.each-service {
	float: left;
	width: calc((100% / 3 - 1rem) - 0.1%);
	margin-right: 1rem;
	background: #fff;
}

.each-service h1, .each-service img {
	width: 100%;
	margin: 0;
	padding-top: 0;
}

.each-service p {
	margin: 0 0.5rem;
	font-size: 0.85rem;
}

.each-service .link a {
	margin-right: 0.5rem;
	font-size: 1rem;
	padding-bottom: 1rem;
}

.service-link {
	clear: both;
	text-align: center;
	padding-bottom: 2rem;
}

.service-link img {
	width: 50%;
	margin: 1rem 0 2rem;
}

@media screen and (max-width: 1024px) {
.midashi_icon {
	font-size: 1.4rem;
	color: #ffab07;
	font-weight: lighter;
}
	
.midashi_icon::before {
	content: url(../img/midashi_icon-sp.png);
	position: relative;
	top: 0.35rem;
}

.midashi_icon + h2 {
	margin-top: 0;
	font-size: 1rem;
	font-weight: lighter;
}

#service1 {
	width: 100%;
}

.each-service {
	float: left;
	width: calc((100% / 3 - 1rem) - 0.1%);
	margin-right: 0.5rem;
	background: #fff;
}

.each-service h1, .each-service img {
	width: 100%;
	margin: 0;
	padding-top: 0;
}

.each-service p {
	margin: 0 0.5rem;
	font-size: 0.85rem;
}

.each-service .link a {
	margin-right: 0.5rem;
	font-size: 1rem;
	padding-bottom: 1rem;
}

.service-link {
	clear: both;
	text-align: center;
	padding-bottom: 2rem;
}

.service-link img {
	width: 50%;
	margin: 1rem 0 2rem;
}
}
	
@media screen and (max-width: 680px) {
.midashi_icon {
	font-size: 1.2rem;
	color: #ffab07;
	font-weight: lighter;
}

.midashi_icon + h2 {
	margin-top: 0;
	font-size: 0.8rem;
	font-weight: lighter;
}

#service1 {
	width: 100%;
}

.each-service {
	float: none;
	width: 100%;
	margin-bottom: 1rem;
	background: #fff;
}

.each-service h1, .each-service img {
	width: 100%;
	margin: 0;
	padding-top: 0;
}

	.service-link {
		padding-bottom: 0;
}	
	
.each-service .link a {
	margin-right: 1rem;
	font-size: 1rem;
	padding-bottom: 1rem;
}

.service-link img {
	width: 75%;
	margin: 1rem 0 1rem;
}
}

/* /#multi-service end */
/* --------------------------------------- */

/* --------------------------------------- */
/* footer */
footer {
	background: url(../img/footer_bg.png);
}

#footer-info {
	width: calc((100% / 2 - 1rem) - 0.1%);
	float: left;
	margin-right: 1rem;
	margin-bottom: 2.5rem
}

#footer-info div {
	width: 420px;
}

#footer-info div::before {
	content: url(../img/footer_info.png);
	position: absolute;
}

#footer-info div::after {
	content: url(../img/footer_info.png);
	position: absolute;
	bottom: 30px;
	transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

div ul#info {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 420px;
}

div ul#info li {
	margin: 0 auto;
	font-size: 0.8rem;
	color: #333;
	list-style-type: none;
	letter-spacing: 0.18rem;
	text-align: center;
}

#map {
	width: calc((100% / 2 - 1rem) - 0.1%);
	float: right;
	padding: 0.5rem;
	background: #fff;
	opacity: 0.7;
	text-align: center;
	margin: 35px 0 0 0;
}

#map iframe {
	width: 100%;
}

#copyright {
	clear: both;
	background: #fff;
	margin: 0;
	font-size: 0.7rem;
	color: #666;
	letter-spacing: 0.08rem;
	text-align: center;
	border-bottom: medium solid #5791F4;
}

#copyright p {
	margin: 0;
}

@media screen and (max-width: 1024px) {

#footer-info div {
	width: 100%;
}

div ul#info {
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 100%;
}

#footer-info div::before {
	content: "";
	display: inline-block;
	width: calc((100% / 2 - 1rem) - 0.1%);
	height: 47px;
	background: url(../img/footer_info.png) center top no-repeat;
	background-size: contain;
}

#footer-info div::after {
	content: "";
	display: inline-block;
	width: calc((100% / 2 - 1rem) - 0.1%);
	height: 47px;
	background: url(../img/footer_info.png) center top no-repeat;
	transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
	background-size: contain;
	bottom: 30px;
}
	
div ul#info li {
	font-size: 0.75rem;
}	
}

@media screen and (max-width: 640px) {

footer {
	height: auto;
}	
	
#footer-info {
	width: 100%;
	float: none;
	margin-right: 1rem;
	margin-bottom: 2.5rem
}
	
#map {
	width: 100%;
	float: none;
	padding: 5px 0.1rem 0;
	background: #fff;
	opacity: 0.7;
	text-align: center;
	margin: 35px 0 5px 0;
}
	
#footer-info div {
	width: 100%;
	padding: 0 10px;
}

div ul#info {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 100%;
}

#footer-info div::before {
	content: "";
	display: inline-block;
	width: 95%;
	height: 47px;
	background: url(../img/footer_info.png) center top no-repeat;
	background-size: contain;
	bottom: 410px;
}

#footer-info div::after {
	content: "";
	display: inline-block;
	width: 95%;
	height: 47px;
	background: url(../img/footer_info.png) center top no-repeat;
	transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
	background-size: contain;
	bottom: 210px;
}
	
div ul#info li {
	font-size: 0.7rem;
}

#copyright {
	font-size: 0.6rem;

}
}

/* パンくづリスト */

ul.crumb-list {
	width: 980px;
	padding-top: 10px;
}

ul.crumb-list li {
	float: left;
	color: #777;
	list-style: none;
	font-size: 0.8rem;
}

ul.crumb-list li:not(:first-child)::before {
		content: ">";
		color: #777;
		padding: 0 .5rem;
}

ul.crumb-list li:last-child {
		color: #f46666;
}

ul.crumb-list::after {
	content: "";
	display: block;
	clear: both;
}

ul.crumb-list li a {
	text-decoration: none;
}

ul.crumb-list li a:hover {
	color: initial;
}

@media screen and (max-width: 1024px) {
ul.crumb-list {
	width: 90%;
	padding: 10px;
}
}

