body {
  /* font-family: "Sawarabi Mincho", serif;
  font-family: "Sawarabi Gothic", sans-serif; */
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.4px;
  padding-top: 80px;
}

.container-fuild {
  overflow: hidden;
}

p {
  line-height: 1.8;
}


.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  width: 100%;/* 100%表示 */
  display: none; /* ヘッダーバーを非表示 */
  z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
}


.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #00293b;
  padding: 10px 40px;
}

.navbar-expand-lg .navbar-collapse {
  background: #f1f1cd;
}

.dropdown-item {
  padding: 20px;
}

.table>:not(caption)>*>* {
  padding:1.2rem 0.5rem;
  line-height: 1.6;
}



.bg01 {
  background: #f1f1cd;
}

.bg02 {
  background: #f32b00;
  color: #fff;
}

h1 {
  line-height: 0.9;
}


.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

a img:hover {
  opacity: 0.5;
}

.img_wrap {
  width: auto;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.circle {
   animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}


.palla01 .palla02.area01 {
  background-image: url(../img/back01.jpg);
}

.palla01 .palla02 {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0);
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

a.btn-border span {
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}




.sec01 {
  font-size: 16px;
  border-top: 1px solid #bbb;
  padding-top: 4px;
}

.sec02 {
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f42900;
}

.sec02a {
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #032939;
}

.sec02c {
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f42900;
}

.sec03 {
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 2;
  padding: 10px 30px;
}

.sec04 {
  position: relative;
  padding: 1rem;
  font-weight: 700;
  font-size: 18px;
}

.sec04:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sec04 a {
  color: #000;
  text-decoration: none;
}

.sec04 a:hover{
  color: #f42900;
}


.sec05 {
  overflow: auto;
  height: 200px;
}

.sec06 {
  font-weight: 400;
  letter-spacing: 2px;
}

.sec07 {
  border-bottom: 2px solid #1c656c;
  display: inline-block;
  padding-bottom: 10px;
}

.sec08 {
  position: relative;
  padding: 1em 3em;
  text-align: center;
  background: #f1f1cd;
  display: inline-block;
  font-size: 24px;
}
.sec08::after {
  position: absolute;
  content: '';
  left: calc(50% - 20px);
  bottom: -40px;
  width: 0;
  height: 0;
  border-top: 20px solid #f1f1cd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.sec08a {
  position: relative;
  padding: 1em 3em;
  text-align: center;
  background: #fff;
  display: inline-block;
  font-size: 24px;
}
.sec08a::after {
  position: absolute;
  content: '';
  left: calc(50% - 20px);
  bottom: -40px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.sec09 {
  font-size: 24px;
  background: #f1f1cd;
  padding: 10px 20px;
  line-height: 2.0;
  border-left: 10px solid #1c656c;
}

.sec09a {
  font-size: 24px;
  background: #f1f1cd;
  padding: 10px 20px;
  line-height: 2.0;
  border-left: 10px solid #f42900;
}


.sec10 {
  font-size: 16px;
}

.sec11 {
  font-size: 18px;
  background: #00293b;
  color: #fff;
  padding: 10px 20px;
}

.sec12 {
  margin-bottom: 10px;
}

.sec13 p {
  margin-bottom: 0px;
}

.sec13 table tr td{
  padding: 3px;
  font-size: 14px;
}

.sec14 {
  text-align: right;
  display: inline-block;
}

.sec15 {
  border: 2px solid #005b70;
  padding: 10px;
  border-radius: 6px;
  background: #005b70;
  color: #fff;
}

.sec16 {
  font-size: 13px;
}

.sec17 {
  background: #fff;
  padding: 20px;
  font-size: 20px;
  border-left: 10px solid #f42900;
}

.sec18 {
  font-weight: 700;
  border-bottom: 1px solid #f42900;
  margin-bottom: 5px;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
}

.sec19 {
  background: #fff;
  padding: 20px;
  border-top: 5px solid #f42900;
  border-bottom: 5px solid #f42900;
  font-size: 20px;
}

.sec20 {
  font-size: 30px;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
}

.sec21 {
  font-weight: 700;
}

.sec22 {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 10px;
  background: #1c656c;
  color: #fff;
  border-radius: 6px;
  margin-left: 10px;
}

.sec09a a {
  text-decoration: none;
}

.sec09a a:hover{
  opacity: 0.7;
}

.sec23 {
  text-align: left;
}

.sec24 {
  padding: 10px 20px;
}





.navbar-brand {
  width: 40%;
}

.navbar-toggler {
  border: none;
  padding-right: 20px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  font-size: 30px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}





button {
  padding: 10px 40px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
}

button:hover {
  opacity: .7;
}



label {
  padding-bottom: 10px;
  padding-top: 20px;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 20.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}






#page-top {
   width: 40px;
   height: 40px;
   right: 10px;
   bottom: 10px;
   position: fixed;
   background: #1c656c61;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
}
#page-top::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
