﻿@charset "utf-8";
/* CSS Document */
h{
	text-height:30px;
	font-size:16px;
	font-weight:bold;
}

p{
	margin:0;
}
p.bold{
	font-weight:bold;
	}
hr.dashed{
	border-width:1px 0 0 0;
	border-style:dashed;
 	border-color:#909090;
}
a.uldashed{ 
	border-bottom:1px dashed #c0c0c0;
	}
a.white{
	color:#fff;
	}
a.blue{
	color:#4365ba;
	}
.page-link {
    margin-top:-60px;
    padding-top:60px;
}
.dot-bl{
	border-bottom:dotted;
	border-color:#4a99ed;
	border-width:2px;
	margin-bottom:5px;
}
.dot-wt{
	border-bottom:dotted;
	border-color:#fff;
	border-width:2px;
	margin-bottom:5px;
}
.bold{
	font-weight:bold;
}
.marker{
	background:linear-gradient(90deg,#a1edff 5%, #bfffff 90%,#a1edff );
}
.kaisetsu p {
    margin: 0; 
    padding: 0;
}
a{
	text-decoration:none;
	color:#303030;
	}
body{
	margin:0px;
	color:#303030;
	font-size:16px;
	font-family: 'Varela Round', sans-serif;
	}
@font-face {
font-family: uzura;
src: url(../font/uzura.woff);
}
@font-face {
font-family: hanamin;
src: url(../font/hanamin.woff);
}
@font-face {
font-family: 'Noto Serif JP', serif;
}
#h-box{	margin:0 auto;
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:auto;
	padding:10px;
}
#header{
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content:space-between;
	border-radius:30px 0px 0px 30px;
  	background-color:#4365ba;
	height: 40px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	position:fixed;
	z-index:998;
	box-shadow:6px 6px 6px -4px rgba(0,0,0,0.4);
}
/* トップ画像 */
.top-image1{
	margin-top:-20px;
    	width: 92%;
    	height: 100vh;
	background-image:url(../img/bg1.jpg);
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content:left;
	padding-left:8%;
	background-attachment:fixed;
}
.top-image2{
	margin-top:-20px;
    	width: 92%;
    	height: 100vh;
	background-image:url(../img/bg2.jpg);
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content:left;
	padding-left:8%;
	background-attachment:fixed;
}
.top-image3{
	margin-top:-20px;
    	width: 92%;
    	height: 100vh;
	background-image:url(../img/bg3.jpg);
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content:left;
	padding-left:8%;
	background-attachment:fixed;
}
.top-image4{
	margin-top:-20px;
    	width: 92%;
    	height: 100vh;
	background-image:url(../img/bg4.jpg);
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content:left;
	padding-left:8%;
	background-attachment:fixed;
}
.top-image5{
	margin-top:-20px;
    	width: 92%;
    	height: 100vh;
	background-image:url(../img/bg5.jpg);
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content:left;
	padding-left:8%;
	background-attachment:fixed;
}
/* 会社概要テーブル */
table.info{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	border-spacing:10px;
	vertical-align:middle;
}
th.info-title{
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	line-height:200%;
	border-radius:30px;
	border:outset 4px #4365ba;
	color:#4365ba;
}
th.info{
	vertical-align:top;
	position:  relative;
	font-weight:bold;
	padding:7px;
	width:30%;
	vertical-align:middle;
	border-bottom:solid 1px #909090;
	border-right:solid 1px #909090;
	}
td.info{
	padding-top:7px;
	padding-left:40px;
	min-width:200px;
	vertical-align:top;
	height:38px;
}
td.info-img{
	background-image:url(../img/shop.jpg);
	background-size:cover;
	background-position:center;
	width:100%;
	height:300px;
	box-shadow:0px 0px 7px 7px #fff inset;
}
td.info-map{
	height:400px;
	}
p.title{
	padding-top:5px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
/* 弊社理念のコンテンツ */
.content0{
	padding:10px 0px 10px 0px;
	width:100%;
	height:auto;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	text-align:center;
	vertical-align:middle;
	background-color:#4365ba;
	color:#fff;
}
.content1{
	padding:10px 0px 10px 0px;
	width:100%;
	height:auto;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	text-align:center;
	vertical-align:middle;
	background-color:#b7dff7;
}
.content2{
	padding:10px 0px 10px 0px;
	width:100%;
	height:auto;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	text-align:center;
	vertical-align:middle;
	background-color:#256e4e;
	color:#fff;
}
.content3{ 
	padding:10px 0px 10px 0px;
	width:100%;
	height:auto;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	text-align:center;
	vertical-align:middle;
	background-color:#ffcab5;
}
.content4{
	width:100%;
	height:500px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	text-align:center;
	vertical-align:middle;
	background-color:#7a3c6e;
	color:#fff;
}
.icon{
	width:40px;
	height:40px;
}
/* 見出し */
.midashi0{ 
	font-family: Noto Serif JP;
	margin:0 auto;
	text-align:center;
	color:#303030;
	font-weight:bold;
	font-style:italic;
	font-size:36px;
	}
.midashi-s{
	margin:0 auto;
	max-width:1000px
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	height:10px;
	background:linear-gradient(to right,#fff 10% ,#bafff9 20%, #85d1ed 30% , #5f90de 40% , #5f90de 60% , #85d1ed 70% ,#bafff9 80%, #fff 90%);
}
.midashi1{
	margin:0 auto;
	width:100%;
	max-width:1200px;
	padding-bottom:5px;
	padding-left:10px;
	color:#303030;
	font-weight:bold;
	font-size:20px;
	}

.midashi2{ 
	font-family: Noto Serif JP;
	margin:0 auto;
	text-align:center;
	max-width:1000px;
	padding-bottom:5px;
	padding-left:10px;
	color:#303030;
	font-weight:bold;
	font-size:24px;
	}
.midashi3{ 
	font-family: Noto Serif JP;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	padding-left:10px;
	color:#303030;
	font-weight:bold;
	font-size:32px;
	text-shadow:1px 1px #fff,-1px 1px #fff,-1px 1px #fff,-1px -1px #fff;
	}
/* 社長サイン */
.sign{
	width:350px;
	height:auto;
}
/* トピック */
.topic1{
	margin:0 auto;
	margin:10px 10px 0px 10px;
	padding:10px;
	width:80%;
	min-width:360px;
	height:auto;
	font-size:16px;
	color:#101010;
	line-height:200%;
}

.topic2{
	margin:0 auto;
	margin:5px 10px 10px 10px;
	width:100%;
	max-width:300px;
	min-width:200px;
	height:auto;
	background:#fff;
}
.topic3{
	margin:0 auto;
	margin:5px 20px 0px 10px;
	width:auto;
	max-width:500px;
	height:auto;
	background:rgba(255,255,255,0.8);
}
.topic4{
	display: flex;
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	margin:0 auto;
	max-width:100%;
	height:360px;
	background:rgba(255,255,255,0.8);
}
.topic5{
	display: flex;
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	margin:0 auto;
	max-width:100%;
	height:360px;
	max-width:1000px;
	background:rgba(255,255,255,0.8);
}
.topic-img1{
	margin:0 auto;
	max-width:610px;
	min-height:360px;
	width:50%;
	height:auto;
	background-image:url(../img/bg1.jpg);
	background-position:center center;
	background-size:cover; 
	float:left;
}
.topic-img2{
	margin:0 auto;
	max-width:610px;
	min-height:360px;
	width:50%;
	height:auto;
	background-image:url(../img/bg3.jpg); 
	background-position:center center;
	background-size:cover;
	float:right;
}
.topic-img3{
	margin:0 auto;
	max-width:610px;
	min-height:360px;
	width:50%;
	height:auto;
	background-image:url(../img/bg2.jpg);
	background-position:center center;
	background-size:cover; 
	float:left;
}

.topic-inside1{
	box-sizing: border-box;
	width:100%;
	text-align:left;
	padding:10px;
}
.topic-inside2{
	width:auto;
	height:auto;
	padding:10px;
}
/* 詳細はこちらボタン */
a.shousai{
	margin:50px 20px 20px 10px;
	width:auto;
	font-weight:bold;
	background-color:#4365ba;
	color:#fff;
	font-size:16px;
	line-height:200%;
	padding:16px;
	text-align:center;
}
a.shousai:hover{
	background-color:#ffb759;
	color:#303030;
}
/* 会社情報 */
.shop-info{
	margin:10px 20px 10px 10px;
	padding:10px;
	width:auto;
	height:auto;
	background:#fff;
	color:#4365ba;
	border-radius:10px;
	border:solid 1px #4365ba;

}

.fl{
	float:left;
}
.of{
	overflow: auto;
	}
.cb-pc{
	clear:both;
}	
#twitter {
	padding:10px;
	width:90%;
	color:#fff;
	margin:0 auto;
	text-align:left;
}
#twitter2 {
	height:auto;
	background:#4365ba;
	max-width:280px;
	width:auto;
	padding:10px 0px 10px 0px;
	margin:0px auto;
	text-align:center;
}
.topics{
	height:auto;
	width:100%;
	max-width:1300px;
	}
.f-box{
	margin:0 auto;
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding:80px 0px 80px 0px;
	max-width:1500px;
	}
.f-box1{
	margin:0 auto;
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding:80px 0px 80px 0px;
	max-width:1300px;
	}
.f-box2{
	margin:0 auto;
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:auto;
	max-width:1300px;
	flex-wrap: wrap;
	padding:20px 0px 20px 0px;
	}
.f-box3{
	margin:0 auto;
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex; 
	justify-content:space-between;
	padding:20px 0px 10px 10px;
	max-width:1200px;
	}
/* ギャラリー */
.g-img1{
	width:400px;
	height:300px;
	margin:10px;
	padding:10px;
	border:solid 1px #909090;
	background:#fff;
}
.g-img2{
	width:300px;
	height:400px;
	margin:10px;
	padding:10px;
	border:solid 1px #909090;
	background:#fff;
}
.c-img{
	width:220px;
	height:220px;
	margin:10px;
	border-radius:110px;
	float:right;
	}
.photo-box{
	margin:0 auto;
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	width:auto;
	max-width:1300px;
	margin-top:100px;
	margin-bottom:30px;
	flex-wrap: wrap;
	}
.bild-box{
	margin:0 auto;
	width:420px;
	height:320px;
	text-align:center;
	vertical-align:middle;
}
.comment-box{
	margin:0 auto;
	display;-moz-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	max-width:800px;
	margin-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}
.comment-box-inside{
	width:100%;
	border-radius:10px;
	background:#5b82e3;
	color:#fff;
	padding:5px 10px 10px 15px;
	font-size:20px;
	}
.comment-box-tag{
	width:200px;
	height:20px;
	border-radius:15px;
	background:#fff;
	color:#303030;
	line-height:120%;
	text-align:center;
	padding:5px;
	margin:10px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
	font-family: 'Noto Serif JP', serif;
}
/*
.gray-box{
	margin:0 auto;
	padding:30px 0px 30px 10px;
	background-color:#909090;
	-webkit-justify-content: center;
	justify-content: center;
	background-image:url(../img/deco1-1.png),url(../img/deco1-2.png);
	background-position:top,bottom;
	background-repeat:repeat-x,repeat-x;
}
*/
.slash-box{
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:50px;
	background-color:#5b82e3;
	-webkit-justify-content: center;
	justify-content: center;
	background-image:url(../img/slash.png),url(../img/slash2.png);
	background-position:top,bottom;
	background-repeat:no-repeat,no-repeat;
	background-size:100% 20%,100% 20%;
}
.slash-box2{
	margin:0 auto;
	margin-top:20px;
	padding-bottom:20px;
	margin-bottom:50px;
	background-color:#5b82e3;
	-webkit-justify-content: center;
	justify-content: center;
	background-image:url(../img/slash.png),url(../img/slash2.png);
	background-position:top,bottom;
	background-repeat:no-repeat,no-repeat;
	background-size:100% 10%,100% 10%;
}
.slash-box3{
	margin:0 auto;
	margin-top:150px;
	padding-bottom:50px;
	background-color:#5b82e3;
	-webkit-justify-content: center;
	justify-content: center;
	background-image:url(../img/slash.png),url(../img/slash2.png);
	background-position:top,bottom;
	background-repeat:no-repeat,no-repeat;
	background-size:100% 20%,100% 20%;
}
.n-box{
	margin:0 auto;
	padding:40px 0px 60px 0px;
	max-width:1200px;
	}
.shishin{
	margin:0 auto;
	width:400px;
	padding:10px;
	border:solid 1px #303030;
}
/*
.honbun{
	margin:0 auto;
	background: #ffffff;
	background-image:url(../gazo/line.png);
	background-repeat:repeat-x;
	border-radius:0px;
	max-width:1200px;
	padding:20px 10px 10px 10px;
	}
*/
.site-map{
	margin:20px 10px 10px 10px;
	width:auto;
	text-align:left;
	vertical-align:top;
	color: #4365ba;
	font-size:14px;
}
.site-map-s{ 
	list-style: none;
	border-bottom:1px dashed #4365ba;
	font-size:14px;
	margin-left:-30px;
	line-height:200%;
}
	
.footer{
	clear:both;
	background:#4365ba;
	margin-top:0px;
	padding:10px;
	font-size:16px;
	color: #fff;
	}
.copy{
	background-image:url(../gazo/line2.png);
	height:30px;
	font-size:20px;
	color: #ffffff;
	letter-spacing:0px;
	margin-top:0px;	
	padding:10px;
	text-align:center;
	min-width:800px;
	}


.nav-unshown {
  display:none;
}
/*プルダウンメニュー*/
.menu { 
  list-style: none;
    position: relative;
    width:160%;
    height: 50px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: auto;
	margin-right:20px;

    height: 50px;
    line-height: 40px;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
	background:linear-gradient(to bottom ,#4365ba 80%,#ffb759 80% , #ffb759 90% , #4365ba 90%);
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}


.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
  list-style: none;
	width:180px;
	padding-left:10px; 
	text-align:left;
	margin-left:-50px;
	margin-bottom:3px;
	border-radius:20px;
	background:#4365ba ;
	box-shadow:6px 6px 6px -4px rgba(0,0,0,0.4);
}

.menu__second-level li a:hover {
    background: #5b82e3;
	color:#fff; 
   margin-left:-10px;
	padding-left:10px; 
	border-radius:20px;
}


.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 200%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/* さらに作例を見る */
.more {	padding:5px 20px 5px 20px;
	font-weight: bold;
	border-radius:20px;
	background-color:#fff;
	color:#606060;
	margin:0 auto;
	width: 120px;
	text-align: center;
	cursor: pointer;
	line-height:150%;
	margin-top:-50px;
}

/* ページトップへ */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 999;
	font-size:12px;
  border-radius: 30px;
  padding-top:12px;
  padding-left:6px;
  padding-right:6px;
  width: 30px;
  height: 30px;
	opacity:1;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#4a99ed;
	color: #fff;
	font-weight: bold;
	text-decoration: bold;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;

}

/*メールフォーム*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:97%;
	max-width:800px;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	min-width:200px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
.hissu{
	width:40px;
	font-size:12px;
	padding:2px;
	border-radius:6px;
	background-color:#ed514e;
	color:#fff;
	float:right;
	text-align:center;
}

/*スライダー*/
.bg-slider {
	margin-top:-20px;
    	width: 92%;
    	height: 100vh;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content:left;
	padding-left:8%;
	background-attachment:fixed;
}
.bg-slider2 {
	margin-top:-20px;
    	width: 100%;
    	height: 50vh;
    	background-position:center center;
    	background-size: cover;
    	display: flex;
    	align-items: center;
    	justify-content: left;
	background-attachment:fixed;
}
.bg-slider_title{
}
.spacer{
	height:50px;
}
