body {
  /* font-family: "Sawarabi Mincho", serif;
  font-family: "Sawarabi Gothic", sans-serif; */
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #fff;
}

.img-fluid {
  width:100%;
}

.container-fuild {
  overflow: hidden;
}

p {
  margin-bottom: 0px;
}

/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}



.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: 15px;
  color: #fff;
  padding: 10px 40px;
}

.navbar-expand-lg .navbar-collapse {
  background: rgb(244 244 244 / 0%);
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.bg01 {
  background: rgb(0 0 0 / 50%);
}

.bg02 {
  background: #141a1d;
  color: #fff;
}

.bg03 {
  background: rgb(222 222 222 / 60%);
}

.bg04 {
  background: #000;
}

.bg05 {
  background: #1c1c1c;
}

.bg06 {
  background:url(../img/bg001.png);
  background-color:rgba(255,255,255,0.1);
  background-blend-mode:lighten;
}



h1 {
  line-height: 0.9;
  font-size: 30px;
  line-height: 1.8;
}


.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;
} */

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}




.palla01:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/back2.jpg) center no-repeat;
  background-size:cover;
}

.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;
}

.table>:not(caption)>*>* {
  padding: 20px;
}

.navbar-toggler {
  border: none;
}

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



.sec01 {
  font-size: 16px;
  border-top: 1px solid #ccc;
  margin-top: 14px;
  padding-top: 11px;
  display: inline-block;
}

.sec01a {
  font-size: 14px;
  border-top: 1px solid #ccc;
  margin-top: 14px;
  padding-top: 11px;
  display: inline-block;
}

.sec02 {
  font-size: 24px;
  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;
}

.sec03 {
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 2;
  color: #fff;
  padding: 10px;
  background: #ed5f3a;
  border-radius: 6px;
}

.sec03a {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 2;
  color: #fff;
  padding: 10px;
  background: #ed5f3a;
  border-radius: 6px;
}

.sec04 {
  font-size: 16px;
}

.sec04a {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 2.0;
}

.sec05 {
  overflow: auto;
  height: 239px;
  font-size: 14px;
}

.sec05 table tr td{
  padding: 20px;
}


.sec06 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
}

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

.sec08 {
  border-bottom: solid 2px #999fa3;
  position: relative;
  font-size: 22px;
  padding-bottom: 10px;
}
.sec08::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #896749;
  bottom: -2px;
  width: 30%;
}

.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;
}

.sec08b {
  border-bottom: solid 2px #999fa3;
  position: relative;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1.8;
}
.sec08b::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #896749;
  bottom: -2px;
  width: 30%;
}

.sec08c {
  border-bottom: solid 2px #999fa3;
  position: relative;
  font-size: 22px;
  padding-bottom: 10px;
  color: #fff;
}
.sec08c::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #896749;
  bottom: -2px;
  width: 30%;
}

.sec09 {
  font-size: 22px;
  border: 1px solid #ccc;
  color: #000;
  padding: 10px 20px 10px 40px;
  line-height: 2.0;
}

.sec10 {
  margin-top: -60px;
}

.sec11 {
  font-size: 12px;
  margin-bottom: 10px;
}

.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: 15px;
  z-index: 1;
  background: #f8f8f8;
  /* border-radius: 50%; */
}

.sec16a {
  z-index: 9999;
  background: #f1f1f1;
  border-radius: 200px;
}

.sec17 {
  display: inline-block;
  padding: 10px 20px;
  background: #4b606b;
  color: #fff;
}

.sec18 {
  font-size: 30px;
}

.sec19 {
  font-weight: 700;
}

.sec20 {
  font-size: 18px;
}

.sec21 {
  line-height: 2.0;
}

.sec22 {
  font-size: 14px;
}

.sec22 a {
  color: #000;
}

.sec22 a:hover {
  opacity: 0.6;
}

.sec23 {
  font-size: 26px;
}

.sec24 a{
  color: #ccc;
}

.sec25 {
  letter-spacing: 2px;
  font-size: 12px;
  color: #fff;
}

.sec26 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
}



table a {
  color: #000;
}




.nav2>.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

label {
  padding-bottom: 10px;
}

.form-group {
  margin-top: 10px;
}

form ul {
  padding-left: 0px;
}

.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%;
}




a.btn_24 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #000;
	color: #000;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.btn_24:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_24:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #3f2f11;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_24:hover {
 color: #ffffff;
 border: 1px solid #3f2f11;
}

a.btn_24:hover:before {
 top: -35%;
 background-color: #3f2f11;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn_24:hover:after {
 top: -45%;
 background-color: #000;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


a.btn_25 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	padding: 1rem 2rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #000;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.btn_25:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_25:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #3f2f11;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_25:hover {
 color: #ffffff;
 border: 1px solid #3f2f11;
}

a.btn_25:hover:before {
 top: -35%;
 background-color: #3f2f11;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn_25:hover:after {
 top: -45%;
 background-color: #3f2f11;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}



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

button:hover {
  opacity: .7;
}

table{
  table-layout:fixed;
}

table td{
  word-wrap:break-word;
}

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 12px;
    color: #fff;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    letter-spacing: 1.2px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/
