@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
/*font-family: 'Noto Sans JP', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
/*font-family: 'Sawarabi Mincho', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:700&display=swap');
/*font-family: 'Montserrat', sans-serif;*/

body{
    color: #464646;
    font-weight: 400;
    line-height: 140%;
    font-size: 15px;
}
/*
a:link {
    color: rgba(212,29,29,1.00);
    text-decoration: none;
}
a:visited {
    color: rgba(209,103,103,1.00);
    text-decoration: none;
}
a:hover {
    color: rgba(255,0,0,1.00);
    text-decoration: underline;
}
a:active { 
	color: rgba(255,0,0,1.00);
	text-decoration: none; 
}

::selection {
    background: rgba(23,23,23,1.00);
    color: #ffffff;
}
*/
/* for Firefox 
::-moz-selection {
    background: rgba(23,23,23,1.00);
}
*/
img {
	width:100%;
	height:auto;
}
main {
	font-family: 'Noto Sans JP';
}
/*セクション----------------------*/
section.sec-h2 {
    width: 100%;
    height: 120px;
    display: flex;
    margin-top: 56px;
    align-items: center;
    justify-content: center;
    color: #fff;
	/*
    background-color: rgba(144,205,245,0.8);
	*/
    background-color: rgba(72,177,127,0.5);
    font-family: 'Sawarabi Mincho';
    font-size: 18px;
    font-weight: 400;
    background-image: url(../img/h2-back3.png);
    background-repeat: repeat;
    line-height: 160%;
}
section.sec-h2 h2 {
	color: #fff;
	text-shadow: 1px 2px 3px #555;
}
section.sec-h2 h2:before {
	font-family: "Font Awesome 5 Free";
    content: "\f7e6";
    font-weight: 900;
    margin-right: 12px;
    color: rgba(22,71,152,1.0);
    font-size: 30px;
	text-shadow:none;
}
section.sec {
	width:100%;
	max-width:1000px;
	margin:30px auto 30px auto;
	/*box-shadow: 0 0 8px #bcbcbc;*/
}
section.fstsec {
	margin-top:90px;
}
/*
section.sec h2.sectitle-h2 {
    width: 100%;
    font-size: 29px;
    padding: 20px 10px 20px 10px;
    font-family: 'Sawarabi Mincho';
    margin-bottom: 10px;
	line-height: 145%;
}
*/
/*
section.sec h2.sectitle-h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f7e6";
    font-weight: 900;
    margin-right: 8px;
    color: rgba(58,164,97,1.00);
    font-size: 32px;
}
*/

section.sec h3.sectitle-h3 {
    width: 100%;
    font-family: 'Sawarabi Mincho';
    color: rgba(18,139,205,1.0);
    font-size: 23px;
    font-weight: 500;
    padding: 20px 10px 20px 10px;
    border-bottom: 2px solid rgba(60,175,238,1.00);
    position: relative;
    line-height: 138%;
}
section.sec h3.sectitle-h3:after {
content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  border-bottom: 2px solid rgba(22,71,152,1.00);
}



section.sec p{
    margin-top: 20px;
    line-height: 160%;
}
.clearfix:after{
	content: "";
	clear: both;
	
}

/*メイン画像-----------------------*/
.main-area{
    width: 100%;
	max-width: 1000px;
	height: 100px;
    display: flex;
    align-items: center;
	/*
    justify-content: center;
	*/
    position: relative;
    margin: 0 auto;   
}

h1.logo{
    width: auto;
    background-image: url(../img/h1-back.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 150px auto;
	font-size: 27px;
	font-family: 'Sawarabi Mincho';
	font-weight: 700;
	color: rgba(0,0,0,1.00);
	padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 135px;
}
div.tel{
    width:250px;
	margin-right:0px;
	margin-left:auto;
}
div.tel-waku {
    width: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 14px;
    border-radius: 6px;
    background-color: rgba(22,71,152,1.00);
    color: rgba(255,255,255,1.00);
}
div.tel small {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:4px;
}
div.tel h4 {
	font-family: 'Montserrat';
	font-weight:700;
	display:block;
	width:100%;
	text-align:center;
	font-size:24px;
}
div.tel h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f098";
    font-weight: 900;
    margin-right: 8px;
}
.s-logo{
	position: fixed;
	left: 5%;
	top: 18px;
	display: none;
	height: 36px;
	z-index: 9999999;
}
/*ナビゲーション-----------------------------*/
.nav-wrap{
    width: 100%;
    background-color: rgba(18,139,205,0.85);
	background:linear-gradient(rgba(18,139,205,0.8) 30%, rgba(5,107,163,0.95) 90%);
    display: flex;
    position: absolute;
    justify-content: space-between;
    z-index: 999;
	/*
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
	*/
}
.nav-wrap.fixed{
    position: fixed;
    top: 0;
    
}
nav.gnav{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
nav.gnav ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}
nav.gnav ul li{
    font-size: 16px;
    line-height: 50%;
    text-align: center;
    margin: 0;
    border-left: 1px dotted rgba(255,255,255,0.50);
	font-family: 'Noto Sans JP';
	font-weight:500;
}
nav.gnav ul li a:link {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 100%;
    margin: 0;
    padding-top: 19px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 21px;
	font-weight:500;
	text-shadow: 1px 2px 3px #808080;
}
nav.gnav ul li a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	font-size:18px;
	margin-right:8px;
	font-weight:900;
}
nav.gnav ul li a:visited {
    color: rgba(221,221,221,1.00);
    text-decoration: none;
}
nav.gnav ul li a:hover {
    color: rgba(224,224,224,1.0);
    text-decoration: none;
	background:linear-gradient(rgba(18,139,205,1.0) 30%, rgba(5,107,163,1.0) 90%);
}
nav.gnav ul li a:active {
    color: rgba(221,221,221,1.00);
    text-decoration: none;
}

nav.gnav ul li:first-child {
	width:20%;
}
nav.gnav ul li:nth-child(2) {
	width:22%;
}
nav.gnav ul li:nth-child(3) {
	width:20%;
}
nav.gnav ul li:nth-child(4) {
	width:18%;
}
nav.gnav ul li:last-child{
	width:20%;
	border-right: 1px dotted rgba(255,255,255,0.50);
}
nav.gnav ul li:first-child a {
	border-left: none;
}
/*スライドメニュー非表示*/
.nav-slide {
	display:none;		
}

/*ヘッダー----------------------------*/

/*フッター----------------------------*/

footer{
    background-color: rgba(18,139,205,0.85);
    color: rgba(255,255,255,1.00);
}
footer img {
	width:100px;
}
.footer-inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0 auto;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    text-align: center;
}
.footer-inner2{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0 auto;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    text-align: center;
	display:table;
}
.footer-inner2 h3 {
    width: 100%;
    font-size: 21px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 17px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
}
.footer-inner2 div.f-2shop-waku {
	display:flex;
	width:50%;
	float:left;
	margin:0;
	padding:0;
}
.footer-inner2 div.f-2shop-namae {
    width: 23%;
    margin-top: 0%;
    margin-right: 2%;
    margin-left: 0%;
    margin-bottom: 0%;
    padding: 0;
    display: flex;
    justify-content: center;
    float: none;
    align-items: center;
    border: 1px dotted rgba(255,255,255,1.00);
}
.footer-inner2 ul.f-2shop-add {
	width:74%;
	display:block; 
	margin-left:1%;
	padding:0;
	float:none;
}
.footer-inner2 ul.f-2shop-add li {
	font-size:13px;
	line-height:150%;
}
.footer-inner2 ul.f-2shop-add li i{
	margin-right:3px;
}
footer.f-menu{
    background-color: rgba(22,71,152,1.00);
    color: rgba(255,255,255,1.00);
}
footer.f-menu .footer-inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0 auto;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
.footer-inner div.f-menu-s {
	width:90%;
	margin-left:5%;
}

.footer-inner div.f-menu-s a {
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 155%;
    color: rgba(255,255,255,1.00);
    white-space: nowrap;
    text-decoration: none;
}
.footer-inner div.f-menu-s a:hover {
	color: rgba(213,213,213,1.00);
}
.footer-inner div.f-menu-s a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight:900;
	margin-right:3px;
}
/*トップページ用----------------------------*/
ul.top-waku {
    width: 100%;
    margin: 0 0 30px 0;
	display:table;
}
ul.top-waku li {
	width:48%;
	display:flex;
	margin-right:4%;
	float:left;
	border-radius:6px;
	border:1px solid #ccc;
	padding:2%;
}
ul.top-waku li:last-child {
	margin-right:0;
}
/*table----------------------------*/
/*その他----------------------------*/
/*GoogleMap*/
.gmap {
	margin-top:30px;
	width:100%;
	height:400px;
}

/*----------1000px----------*/
@media screen and (max-width: 1000px) {
.main-area{
    width: 92%;
	max-width: none;
	margin:auto 4% auto 4%; 
}

section.sec {
	width:92%;
	max-width:none;
	margin:30px 4% 30px 4%;
}
section.fstsec {
	margin-top:90px;
}
.footer-inner{
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 30px;
}
	
}


/*----------768px----------*/
@media screen and (max-width: 768px) {
.main-area{
    display: block;
}

h1.logo{
    width: 100%;
    background: none;
	font-size: 27px;
	color: rgba(0,0,0,1.00);
	padding-top: 27px;
    padding-bottom: 23px;
    padding-left: 0;
	text-align:center
}
div.tel{
    width:100%;
	margin-right:0px;
	margin-left:0px;
}
div.tel-waku {
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    border-radius: none;
    background-color: #fff;
    color: rgba(22,71,152,1.00);
}
div.tel small {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:4px;
}
div.tel h4 {
	font-family: 'Montserrat';
	font-weight:700;
	display:block;
	width:100%;
	text-align:center;
	font-size:24px;
}
div.tel h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f098";
    font-weight: 900;
    margin-right: 8px;
}
section.sec-h2 {
    margin-top: 56px;
}
section.sec-h2 h2 {
	width:94%;
	margin:0 3% 0 3%;
	font-size: 22px;
	text-align:center;
}
section.sec-h2 h2:before {
    font-size: 27px;
}

	
	
	
	
	
section.fstsec {
	margin-top:10px;
}
/*メインメニュー非表示*/
.nav-wrap{
	display:none;	
}
/*スライドメニュー表示*/
.nav-slide {
	display: inline;	
}

.logo img{
	width: 120px;
}
/*フッター*/
.footer-inner p.info1 {
    font-size: 14px;
	color:#fff;
}

.footer-inner p.info2 {
	font-size:12px;
	width:90%;
	margin-left:5%;
}
.footer-inner2 div.f-2shop-waku {
    display: inherit;
    width: 80%;
	margin:0 10% 18px 10%;
    float: none;
}
.footer-inner2 div.f-2shop-namae {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    float: none;
    align-items: center;
    border: 1px dotted rgba(255,255,255,1.00);
}
	
	
}
