@charset "utf-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
/*btn*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 0.2rem 2rem 0.75rem 2rem;
  color: #fff;
  background: #2980b9;
  -webkit-box-shadow: 0 5px 0 #236d9d;
  box-shadow: 0 5px 0 #236d9d;
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #133d58;
  border: 2px solid #2980b9;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #236d9d;
  -webkit-box-shadow: 0 2px 0 #1d5981;
  box-shadow: 0 2px 0 #1d5981;
}

a.btn-c:hover:before {
  left: 2rem;
}
/* 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;
}
.container{
	max-width: 1080px;
}
.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;
}
.navbar{
	border-top: 3px solid #2c3e50;
	box-shadow: rgb(113 135 164 / 12%) 0px 0px 5px 2px;
	background: url("../img/dust_scratches.webp");
}
.navbar-dark .navbar-nav .nav-link{
	color: #FFF;
}
.navbar a{
	color: #333;
}
.nav-item{
	font-size: 15px;
	color: #333;
}
.pc-only{
	display: none;
}
.header-tel {
  font-size: 1.1em;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .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: #FFF;
}
.bg02{
	padding: 10px 0 10px;
	background: url("../img/greek-vase.webp");
}
h1{
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 15px;
}
#page{
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
	background: url("../img/h1-bg.jpg")center;
	background-size: cover;
}
#page h1{
	font-size: 20px;
	padding: 15px 5px;
    display: inline-block;
    position: relative;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
.position{
	position: relative;
}
.starter-template img{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
h1.title{
	position: absolute;
	max-width: 620px;
	bottom: 5%;
	left: 20%;
	transform: translate(-12%, 0);
    -webkit-transform: translate(-12%, 0);
    -ms-transform: translate(-12%, 0);
	font-size: 18px;
	padding: 30px;
	background: rgba(255,255,255,0.7);
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	h1.title{
	bottom: 10%;
		left: 30%;
	transform: translate(-12%, 0);
    -webkit-transform: translate(-12%, 0);
    -ms-transform: translate(-12%, 0);
	font-size: 20px;
	}
}
@media screen and (min-width:1024px) {
   h1.title{
	bottom: 10%;
		left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	font-size: 20px;
	}
}
h2{
	color: #FFFFFF;
	font-size: 19px;
	padding: 0.8rem 1rem;
	margin: 25px auto 35px;
  color: #fff;
  background: #333333;
  -webkit-box-shadow: 5px 5px 0 #000000;
  box-shadow: 5px 5px 0 #000000;
}
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 .box h3{
	background: #eeeeee;
}
h3.h3green{
  background: #34495e;
	color: #FFFFFF;
}
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;
	background: #eeeeee;
}
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 #273c75;
}
main ul.nedan{
	background: #FFF;
	padding: 3px 0px 3px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
main ul.nedan li:before {
  position:absolute;
	content:none;
}
main ul.nedan li{
	font-weight: bold;
	border-left: 4px solid #999;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 1.3em;
	margin-bottom: 0;
	list-style: none;
}
main ul.nedan li:nth-child(2n){
	border-left-color: #dddddd;
}
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;
}
.box{
	border: 4px double #333333;
	margin: 30px auto 40px;
	padding: 1rem 1rem 0.5rem;
	background: #FFF;
}
.bg02 .box{
	background: #FFF;
}
footer .box{
	background: #FFF;
	background-size: cover;
	color: #000;
	margin-bottom: 25px;
	text-align: center;
}
footer .col-sm-6 .box:first-child{
	margin-top: 0;
}
footer p{
	margin-bottom: 8px;
}
a img:hover{
	opacity: 0.75;
}
footer{
	background: url("../img/triangle-mosaic.webp");
	padding: 50px 0px 30px;
	color: #FFFFFF;
}
footer a{
	color: #333333;
}
footer .box a{
	color: #333333;
}
aside .copy{
	background: #333333;
	color: #FFF;
	padding: 8px;
}


/*トップ画像メニュー*/
.menu-img {
  background: #FFF;
  padding: 30px 15px;
  margin: 15px -15px;
}
.menu-img:after {
  content: "";
  display: block;
  clear: both;
}
.menu-img .boxb {
  float: left;
  width: 47%;
  margin-right: 6%;
  position: relative;
}
.menu-img .boxb:nth-child(2n) {
  margin-right: 0;
}
.menu-img .boxb img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}
.menu-img .boxb img:hover{
	opacity: 0.6;
}
.menu-img .boxb h3.name {
  position: absolute;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  border: none;
}
#gyomu .menu-img .boxb h3.name{
	padding: 5px;
}
.menu-img .boxb h3.name:after {
  content: none;
}
.menu-img .boxb h3.name a {
  color: #FFF;
	text-decoration: none;
}
@media (min-width: 577px) {
  .menu-img {
    padding: 25px;
    margin: 15px -45px;
  }
}
@media (min-width: 992px) {
  .menu-img .boxb {
    width: 31%;
    margin-right: 3%;
  }
  .menu-img .boxb:nth-child(2n) {
    margin-right: 3%;
  }
  .menu-img .boxb:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  #gyomu .menu-img .boxb h3.name {
    display: table-cell;
    position: static;
    vertical-align: middle;
    font-size: 1em;
    padding: 0 0 20px;
    ;
    margin-top: 10px;
    background: none;
    color: #000;
  }
  .menu-img .boxb h3.name a {
    color: #000;
  }
  .menu-img .boxb p, .menu-img .boxb h3 {
    margin-bottom: 0;
  }
}

/*スライドボタン*/
.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;
}
@media (min-width: 768px){
	.mobile-fotter{
		display: none;
	}
}
