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


.img-fluid {
  width:100%;
}

.container-fuild {
  overflow: hidden;
}

p {
  margin-bottom: 0px;
}

@media screen and (max-width:572px) {
  .navbar-brand {
    width: 60%;
  }
}

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

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

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

.bg02 {
  background-image: url(../img/bg.png);
  width: 100%;
  background-size: cover;
}

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

.bg04 {
  background: #1e2847;
}

.bg05 {
  background: #bfb68b;
}

.bg06 {
  background: #00264e;
}


.naname {
    position: relative;
    margin-top: 40px
}

.naname .naname-bg {
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: auto;
    left: -5%;
    z-index: -1;
    width: 110%;
    height: 50px;
    background: #2d2db4;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

/* ナビ */

.dropdown-item {
  font-size: 16px;
  line-height: 2.0;
  padding: 10px 30px;
}

/* ループスライド */

.loop {
  margin-top: 0px;
}

.loop2 {
  margin-top: 0px;
}

.loopSlide {
    display: flex;
    width: 100vw;
    height: auto;
    overflow: hidden;

    img {
        width: auto;
        height: 100%;

        &:first-child {
            animation: slide1 60s -30s linear infinite;
        }
        &:last-child {
            animation: slide2 60s linear infinite;
        }
    }
}

@keyframes slide1 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}



h1 {
  line-height: 1.8;
  font-size: 20px;
  text-align: center;
}


.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

a img:hover {
  opacity: 0.5;
}


.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 .palla02.area01 {
  background-image: url(../img/back2.jpg);
}

.palla01 .palla02 {
  width: 100%;
  height: 300px;
  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;
}

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

.navbar-toggler {
  border: none;
}

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


.sec01 {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}


.sec02 {
  font-size: 18px;
  position: relative;
}

.sec02:after {
  content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 3px;
 background: -webkit-repeating-linear-gradient(-45deg, #3b3b3b, #252d2c 2px, #fff 2px, #fff 4px);
 background: repeating-linear-gradient(-45deg, #466763, #6664b7 2px, #fff 2px, #fff 4px);
}

.sec03 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.sec04 {
  font-size: 15px;
}

.sec04a {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.sec04b {
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-left: 15px solid #0c2b81;
  padding-left: 10px;
}

.sec05 {
  overflow: auto;
  height: 160px;
  font-size: 14px;
  display: flex;
   align-items: center;
   justify-content: center;
   color: #333333;
   background-color: #dddddd;
   font-size: 30px;
   border-radius: 3px;
   box-shadow: 9px 14px 10px -6px rgba(0, 0, 0, 0.3);
}

.sec05 table tr td{
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.sec06 {
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(transparent 50%, #ffef43 50%);
  padding: 0 0.1em;
}

.sec06a {
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(transparent 50%, #ffef43 50%);
  padding: 0 0.1em;
}

.sec07 {
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #000;
  display: inline-block;
  padding: 15px 60px;
  line-height: 1.8;
}

.sec07a {
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #000;
  display: inline-block;
  padding: 15px 60px;
  line-height: 1.8;
}

.sec08 {
  text-align: left;
  font-size: 15px;
}


.sec09 {
  font-size: 20px;
  color: #000;
}

.sec10 {
  font-size: 18px;
}

.sec11 {
  font-size: 12px;
  color: #fff;
}

.sec12 {
  font-size: 12px;
}

.sec13 {
  font-size: 16px;
}

.sec14 {
  border: 4px solid #00673a;
  text-align: center;
  display: inline-block;
  padding: 40px;
  font-weight: 500;
  font-size: 20px;
}

.sec15 {
  box-shadow: 4px 5px 10px -6px rgba(14, 93, 0, 0.8);
}

.sec16 {
  line-height: 1.8;
  font-size: 18px;
}

.sec17 {
  font-size: 40px;
  letter-spacing: 2px;
}

.sec18 {
  font-size: 20px;
}

.sec19 {
  font-size: 20px;
  letter-spacing: 2px;
}

.sec20 {
  background: #00673a;
}


.accordion-button:not(.collapsed) {
  background: #222e5da3;
  color: #fff;
}

.bs-accordion-btn-focus-box-shadow {
  border: none;
}

.accordion-button {
  border: 2px solid #354b73;
}












ul {
  padding: 10px;
}

.form-group {
  padding-top: 40px;
}

label {
  padding-bottom: 10px;
}


.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: 16px;
	border: 3px 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: #253563;
 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: #00663e;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

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


a.btn_25 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 1rem 4rem 0.5rem;
	font-weight: bold;
	border-radius: 16px;
	border: 3px solid #d13978;
	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: #253563;
 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: #d13978;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

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

.grayscale-map {
  filter: grayscale(100%);



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

button:hover {
  opacity: .7;
}



/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 12px;
    color: #000;
    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;
}
/***トップへ戻るボタンここまで***/
