@charset "UTF-8";
/* ------------------------------------------------ */
/* ▼bootstrap用 */
/* ------------------------------------------------ */
.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* ------------------------------------------------ */
/* 変更が必要そうな箇所 */
/* ------------------------------------------------ */

body {
background: url("../images/bg.jpg");
background-size: cover;
background-attachment: fixed}

h2{
	color: #371f08;
	background: url('../images/titlebg.png');
	background-size: cover;
	background-position: center center;
    font-weight: bold;
	text-align: center;
 	border-bottom: 0;
}

/* ------------------------------------------------ */

.q {
  text-align: center;
  background-color: rgba(0,99,194,1.00);
  color: white;
  font-size: 1.5rem;
border-radius: 0.25em;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(0,99,194,1.00);
}

.container-fluid,
.container {
  padding-left: 0;
  padding-right: 0;}

.row {
  padding: 0;
  margin: 0; }

main {
  background: #fff; }

.attention {
  background: #fff; }

#title_sect{
	padding-top: 60px; }

.date{
	font-size: 120%;
	font-weight: bold;
	color: #181E2A; 
}

.caution ul li{
	padding-bottom: 0.5em;}
.caution ul li:last-child{
	padding-bottom: none;
}

.covid19 div {
    font-size: 90%;
    border: 2px solid #C1272D;
    border-radius: 1em;
    padding: 1em;
    background: rgba(255,255,255,0.7);}
.covid19 div ul li{
	padding-bottom: 0.5em;}
.covid19 div ul li:last-child{
	padding-bottom: none;
}
.spbr{
  display: none;
}

.list-profile li{
  padding: 0.5em;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

@media (max-width: 575px) {
	#title_sect{
	padding-top: 44px;}
    h2{
       font-size: 1.3rem; }
	h3{
       font-size: 1.2rem; }
	.spbr {
    display: block; } 
	}


/* ------------------------------------------------ */
/* ▼テーブル関係 */
/* ------------------------------------------------ */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  text-align: center; }

.table > tbody > tr > td {
  text-align: left; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #EAEAEA;
  background-size: cover;
  text-shadow: 0 0 4px #fff; }

.table-bordered td {
  background: rgba(255, 255, 255, 0.6); }

/* ------------------------------------------------ */
/* ▼申し込みボタン */
/* ------------------------------------------------ */
.hide {
  display: none; }

.btn_area {
  margin: 0px auto;
  background: #F7F7F7;
  padding-top: 1em;
  -webkit-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.1); }

.sbutton, .sbutton span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: right; }
  .sbutton span {
    max-width: 480px;
    padding: 0.5em;

background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%);
background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%);
background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%);

    color: #fff;
    font-size: 1.3em;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    min-height: 50px;
    -webkit-animation: 3s float ease-in-out infinite;
    animation: 3s float ease-in-out infinite;
    -webkit-box-shadow: 0px 2px 8px 0px #d2bac3;
    box-shadow: 0px 2px 8px 0px #d2bac3;
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease; }
    .sbutton span:hover {
      border-radius: 10px;
      -webkit-box-shadow: 0px 10px 8px 0px #d2bac3;
      box-shadow: 0px 10px 8px 0px #d2bac3; }

.phone_num img {
  display: block;
  max-width: 600px;
  max-height: 80px; }

/* ------------------------------------------------ */
/* ▼アクセスボタン */
/* ------------------------------------------------ */
.access {
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  display: inline-block;
  margin-left: 1em;
  color: #EC407A;
  border: 2px solid #EC407A;
  border-radius: 2px;
  -webkit-transition: .4s;
  transition: .4s; }
  .access:hover {
    text-decoration: none;
    background: #EC407A;
    color: #fff;
    -webkit-box-shadow: 0px 2px 4px 1px #c2adb6;
    box-shadow: 0px 2px 4px 1px #c2adb6; }

/* ------------------------------------------------ */
/* ナビ周り */
/* ------------------------------------------------ */
.navbar {
  padding: 0px;
  background: dimgrey;
  background-size: cover; }
  .navbar .navbar-brand {
    margin-left: 0.5rem;
    padding: 0px; }

.collapse {
  padding: 0px;
  margin: 0; }
  .collapse.show {
    padding: 15px 0px; }

li.sns {
  padding: 0; }
  li.sns a {
    font-size: 1.2rem;
    display: inline-block;
    height: 100%;
    min-width: 60px;
    min-height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff; }
    li.sns a#sns_fb {
      background-color: #3B5998; }
      li.sns a#sns_fb:hover {
        background-color: #263961; }
    li.sns a#sns_tw {
      background-color: #1DA1F2; }
      li.sns a#sns_tw:hover {
        background-color: #0b76b8; }
    li.sns a i {
      width: 1.2em;
      text-align: center;
      -webkit-transition: -webkit-transform 0.09s linear;
      transition: -webkit-transform 0.09s linear;
      transition: transform 0.09s linear;
      transition: transform 0.09s linear, -webkit-transform 0.09s linear; }
    li.sns a .sns_text {
      font-size: 0.9rem;
      display: none; }
    @media (max-width: 575px) {
      li.sns a .sns_text {
        display: inline; } }
