@charset "utf-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
/*form*/
body.contact{
	background: url("../img/circles-light.webp");
}
.form-padding{
	padding: 50px;
	margin-bottom: 35px;
	background: #FFF;
	border: 4px double #333;
}
.formWrap {
    max-width: 1080px;
    margin: 0 auto;
    color: #555;
    line-height: 150%;
    font-size: 90%;
	background: #FFF;
	padding: 50px;
}
.formWrap h3{
	background: #efefef;
}
#formWrap table{
	margin-bottom: 25px;
}
@media (max-width: 768px) {
	.form-padding{
		padding: 15px;
	}
	.formWrap {
    width: 100%;
    margin: 0 auto;
	padding: 15px;
}
}

/*btn*/
.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;
}
a.btn_18 {
	display: block;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 95%;
	margin: auto;
	margin-bottom: 0px;
	padding: 2rem 2rem;
	font-weight: bold;
	border-radius: 10px;
	color: #fd79a8;
	border: 3px solid #fd79a8;
	box-shadow: 5px 5px #fd79a8;
	transition: 0.3s ease-in-out;
}
.header-tel a.btn_18{
	padding: 0.5rem 2rem;
	width: 220px;
	margin-bottom: 10px;
}
a.btn_18:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #fd79a8;
}
.btn_18 i{
	font-size: 1.1em;
	display: inline-block;
	margin-right: 2px;
	font-weight: bold;
}
/* 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, h1, h2, h3, h4, h5, h6, nav {
  font-family: "M PLUS 1p","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
nav {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
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/webb.jpg");
}
.navbar p {
  margin-bottom: 0;
  padding: 12px 0;
  text-align: center;
}
.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}
.navbar a {
  color: #333;
}
.nav-item {
  font-size: 15px;
  color: #333;
}
@media (max-width: 767px) {
	ul.navbar-nav{
		background: #666666;
	}
	ul.navbar-nav li a.nav-link{
		padding: 5px 15px;
	}
	ul.navbar-nav li:nth-child(2n){
		background: #999;
	}
}
.pc-only {
  display: none;
}
.header-tel {
  font-size: 0.95em;
}
.header-tel a{
	background: #FFFFFF;
	padding: 5px 20px;
}
@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/webb2.jpg");
}
/*flex*/
.flex-oya {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-50 {
  width: 48%;
}
@media (max-width: 768px) {
	.flex-50 {
		width: 100%;
	}
}
h1 {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 15px;
}
#page {  
	text-align: center;
	background: #ffffff;
	background-size: cover;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
}
@media (max-width: 768px) {
	#page{
		padding: 8px;
	}
}
#page h1 {
	bottom: 0;
	width: 100%;
  font-size: 20px;
  padding: 15px 15px 15px;
  display: block;
  color: #333;
	text-align: left;
  background: #FFF;
	margin: 0 auto;
}
.position {
  position: relative;
}
.starter-template img {
  width: 100%;
	max-width: 1200px;
  margin: auto;
}
h1.title {
  position: absolute;
  max-width: 620px;
  bottom: 0;
  left: 20%;
  transform: translate(-12%, 0);
  -webkit-transform: translate(-12%, 0);
  -ms-transform: translate(-12%, 0);
  font-size: 18px;
  padding: 8px 20px 2px;
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  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;
  }
}
main p {
  margin-bottom: 1.8rem;
}
h2 {
  color: #000000;
  font-size: 20px;
  padding: 0.75rem;
  margin: 30px auto 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #333333;
}
footer h2 {
  text-shadow: 0 0 10px #000;
  color: #FFF;
}
footer h2:before{
  background: #FFFFFF;
}
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;
}
h3 span {
  font-size: 14px;
  font-weight: bold;
  color: blue;
  font-family: Arial, Helvetica, "sans-serif";
}
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: 18px;
}
main ul {
  list-style: none;
  padding: 15px 0 6px;
  background: #fff2cf;
  margin-bottom: 1.8rem;
}
main ul li {
  position: relative;
  padding: 0em 0.3em 0em 1.3em;
  margin-bottom: 12px;
  color: #333;
  font-size: 15px;
}
main ul.inline-list li {
  font-size: 15px;
  padding-right: 0.75em;
  margin-right: 0.75em;
  display: inline-block;
}
footer ul.inline-list li {
  font-size: 15px;
  padding-right: 0.75em;
  margin-right: 0.75em;
  display: inline-block;
	font-weight: bold;
	color: #FFF;
}
footer ul.inline-list a{
	color: #FFF;
}
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-li02 ul li:before {
  content: none;
}
.ul-li02 i{
	display: inline-block;
	margin-right: 3px;
	color: #d35400;
	font-size: 1.1em;
}
main .ul-li02 ul{
	margin: 0 auto;
	max-width: 400px;
}
main .ul-li02.w-500 ul{
	max-width: 500px;
}
main .ul-li02 ul li{
	margin-bottom: 15px;
	padding-left:0.5em;
	text-indent:-0.5em;
	margin-left: 1.5em;
}
main ul.nedan {
  padding: 3px 0px 3px;
  max-width: 600px;
  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 #333333;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 1.3em;
  margin-bottom: 0;
  list-style: none;
  background: #fff2cf;
}
main ul.nedan li:nth-child(2n) {
  border-left-color: #999999;
  background: #eeeeee;
}
main ul.nedan li:last-child {
  border-bottom: none;
}
main table.nedan{
	max-width: 500px;
	margin: 0 auto 50px;
}
main table.nedan th, main table.nedan td{
	padding: 10px;
}
main table.nedan th{
	background: #666;
	color: #FFF;
	min-width: 80px;
	text-align: center;
}
main table.nedan td{
	background: #eeeeee;
}
main table.nedan tr:nth-child(2n) th{
	background: #999;
}
main table.nedan tr:nth-child(2n) td{
	background: #FFF;
	min-width: 200px;
}
table.table {
  background: #FFF;
}
/*faq*/
.qa-006 {
    max-width: 800px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
	margin: 20px auto;
}

.qa-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-006 summary::before,
.qa-006 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-006 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-006[open] summary::after {
    transform: rotate(225deg);
}

.qa-006 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-006[open] p {
    transform: none;
    opacity: 1;
}

.qa-006 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/*
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 .container{
	max-width: 900px;
}
footer .box {
  background: #FFF;
  background-size: cover;
  color: #000;
  margin-bottom: 25px;
  text-align: left;
	max-width: 380px;
}
footer .box p{
	padding-left: 20%;
	margin-bottom: 1px;
}
footer h3 {
  padding: 0;
  margin-top: 5px;
  font-family: 'Rock Salt', cursive;
  text-align: left;
  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/webb.jpg");
  padding: 50px 0px 15px;
  color: #FFFFFF;
}
footer a {
  color: #333333;
}
footer .box a {
  color: #333333;
}
aside .copy {
  background: #333333;
  color: #FFF;
  padding: 8px;
}
/*tsuyomiボックス*/
.tsuyomi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tsuyomi-box {
  width: 47%;
  padding: 10px 20px;
  border: 1px solid #333;
  margin-bottom: 25px;
}
.tsuyomi h3 {
  background: none;
  color: #333;
  border-bottom: 4px double #333;
  font-size: 17px;
  padding-bottom: 8px;
  margin-top: 10px;
  padding-top: 0;
  text-align: left;
}
#gyomu .tsuyomi h3 {
  text-align: left;
}
.tsuyomi-box .row {
  display: flex;
  align-items: center;
}
.tsuyomi-box .left-contents {
  display: inline-block;
  width: 30%;
}
.tsuyomi-box .right-contents {
  display: inline-block;
  width: 70%;
}
@media (max-width: 768px) {
  .tsuyomi-box {
    width: 98%;
  }
}
/*トップ画像メニュー*/
.menu-img {
  background: #FFF;
  padding: 30px 8px;
}
.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: 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;
  }
	#gyomu h3{
		text-align: left;
	}
}
@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 {
  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;
  }
}