@charset "utf-8";
/* CSS Document */
body{
	font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
img{
	vertical-align: bottom;
	border: 1px solid #000;
	
}
nav img{
	border: none;
}
.container{
	max-width: 1080px;
}
.sidenav{
	width: 340px;
}
.sidenav li>a{
	padding: 0 8px;
}
.h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand,h1, h2, h3, h4, h5, h6, nav {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
a{
	text-decoration: none;
}
.red{
	color: red;
}
.red{
	background: none !important;
}
nav{
	background: url("../img/0452_ziguzagu_s2.jpg");
    height: 40px;
    line-height: 40px;
	box-shadow: none;
}
nav .sidenav-trigger i{
    height: 40px;
    line-height: 40px;
}
nav .sidenav-trigger{
    height: 40px;
    line-height: 40px;
}
@media only screen and (min-width: 601px){
	nav a.sidenav-trigger i{
    height: 40px;
    line-height: 40px;
}
nav a.sidenav-trigger{
    height: 40px;
    line-height: 40px;
}
}
.navbar-dark .navbar-nav .nav-link{
	color: #FFF;
}
.navbar a{
	color: #FFF;
}
.nav-item{
	font-size: 15px;
	color: #333;
}
.pc-only{
	display: none;
}
.header-tel {
  font-size: 1.1em;
  margin-top: 15px;
}
.redbox{
	border: red 2px solid;
	color: red;
	background: #FFF;
	padding: 5px;
}
@media (min-width: 995px) {
  .navbar-brand{
	padding-right: 40px;
}
	.sm-only{
		display: none;
	}
	.pc-only{
		display: inline;
	}
}

.mini{
	font-size: 0.8em;
	color: #2c3e50;
}
.bg01{
	padding: 15px 0 15px;;
	background: rgba(0,0,0,0.05);
}
.bg02{
	padding: 1px 0 1px;
	background: url("../img/0452_ziguzagu_s.jpg");
}
h1{
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-size: 20px;
	width: 90%;
	margin: 30px auto;
	max-width: 1080px;
}
#page{
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
#page h1{
	font-size: 20px;
	padding: 15px 5px;
    display: inline-block;
    position: relative;
	margin: 0 auto;
}
#page h1:before{
	content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #2589d0;
}
h2{
	color: #2c3e50;
	font-size: 19px;
	padding: 0.5rem;
	margin: 10px auto 35px;
    position: relative;
	font-weight: bold;
	border-bottom: 3px solid #2589d0;
}
h2:before, h2:after {
	position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
h2:before{
	background-color: #2589d0;
}
h2:after{
	bottom: -11px;
    background-color: #fff;
}
.bg02 h2:after{
	background: url("../img/0452_ziguzagu_s.jpg");
}
.bg02 .waku h2:after{
	background: #FFFFFF;
}
.bg01 h2:after{
	background-color: #eeeeee;
}
h3{
	font-size: 18px;
	padding: 12px 10px;
	margin: 30px 0 20px 0;
	font-weight: bold;
}
#gyomu h3{
	text-align: center;
	margin-top: 15px;
}
.bg01 h3{
	background: #34495e;
	color: #FFF;
}
.bg02 h3{
	background: #FFFFFF;
}
.bg02 .waku h3{
	background: #eeeeee;
}
h3.h3green{
  background: #34495e;
	color: #FFFFFF;
}
footer h2{
	
}
footer h3{
	padding: 0;
	margin-top: 5px;
	font-family: 'Rock Salt', cursive;
}
h4{
	font-size: 17px;
	font-weight: bold;
	padding: 2px 8px 2px 12px;
	border-left: solid 3px #34495e;
	margin: 25px 0 25px;
}
main ul li{
	margin-bottom: 12px;
}
main ul {
  list-style: none;
  padding: 0;
}
main ul li {
  position: relative;
  padding: 0em 0.3em 0em 1.3em;
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
}
main ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
footer ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
main ul li:before {
  position:absolute;
	content:'';
	top: 0.2em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}
main ul.nedan{
	background: #dedede;
	padding: 15px 15px 1px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
main ul.nedan li{
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}
main ul.nedan li:last-child{
	border-bottom: none;
}
table.table{
	background: #FFF;
}
/*
table.table tr:nth-child(2n){
	background: #ffffc8;
}
*/
table.table th{
	vertical-align: middle;
	padding: 20px 10px;
	font-size: 15px;
	background: #666;
	color: #FFF;
	text-align: center;
	min-width: 70px;
}
table.table td{
	padding: 20px 10px;
	vertical-align: middle;
}
.tenpo table.table th,.tenpo table.table td{
	width: 33.333333%;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
.waku{
	border: 2px solid #333;
	margin: 30px auto 40px;
	padding: 1rem 1rem 0.5rem;
	background: #FFF;
}
.bg02 .waku{
	background: #FFF;
}
footer .waku{
	position: relative;
	color: #000;
	margin-bottom: 25px;
	padding: 8px 0;
	max-width: 380px;
	background: url("../img/eigyo-bg.jpg");
}
footer .waku img {
  position: absolute;
  border: none;
  right: 150px;
  top: 25px;
}
footer .waku img.kaiten45 {
  transform: rotate(-45deg);
}
footer .waku img.kokowoclick {
  right: 5px;
  top: 35px;
  z-index: 2;
}
footer .m6 .waku:first-child{
	margin-top: 0;
}
footer .waku h3{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	text-align: center;
	font-size: 1.2em;
}
footer .waku p{
	position: relative;
	font-size: 1.15rem;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-left: 20%;
	font-weight: bold;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	z-index: 3;
}
a img:hover{
	opacity: 0.75;
}
footer{
	/*background: url("../img/0452_ziguzagu_s2.jpg");*/
	background: #FFFFFF;
	padding: 50px 0px 30px;
	color: #FFFFFF;
}
footer h2{
	width: 90%;
}
footer .container{
	width: 100%;
}
footer a{
	color: #000000;
}
footer .waku a{
	color: #333333;
}
aside .copy{
	background: #000283;
	color: #FFF;
	padding: 8px;
}


/*トップ画像メニュー*/
.menu-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boxb{
	width: 31%;
	margin-bottom: 25px;
}
.menu-img .boxb img{
	width: 100%;
	height: auto;
}
.menu-img .boxb p{
	margin-bottom: 0;
}
#gyomu .menu-img .boxb h3.name{
	border: 1px solid #000;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	border-top: none;
	padding: 0 5px;
	background: none;
	text-align: left;
	background: #FFF;
}
.menu-img .boxb h3 a{
	height: 60px;
	display: block;
	margin-top: 0;
	padding-top: 5px;
	color: #000;
}

@media (max-width: 992px) {
  .boxb{
	  width: 48%;
	}
	.menu-img .boxb h3 a{
		height: 85px;
	}
}

/*スライドボタン*/
.mobile-fotter{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

.mobile-fotter ul{
	padding:0;
	margin:0;
	width: 100%;
	background: #FFF;
	display: table;
}

.mobile-fotter ul li{
	list-style: none;
	width: 100%;
	display: table-cell;
	text-align: center;
        padding: 0;
	margin:0;
}
.mobile-fotter ul li img{
 max-width: 100%;
}
.mobile-fotter ul li:first-child{
	
}

.mobile-fotter ul li a{
	display: inline-block;
	width: 100%;
	padding: 0px 0;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}

.section-inverse{
	background:#74b9ff;
}
.mobile-fotter img{
	border: none;
}
@media (min-width: 768px){
	.mobile-fotter{
		display: none;
	}
}
