@charset "utf-8";

/* フォント読込 */

@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New&display=swap');


/* スライドインアニメーション */

@keyframes SlideIn {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* *****共通設定***** */

main{
    display: block;
    background-color: #fbfbf2;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5em;
}
h2 {
   font-family: "Shippori Mincho B1", serif;
   font-weight: 400;
   color: #332732;
   text-align: center;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* ナビバー */
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8%;
    transition: .5s;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.8);
}
.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 50px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar a{
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #332732;
}
.navbar a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  transform: translateX(-50%);
}
.navbar a:hover::after{
  width: 100%;
}
.navbar h2 {
    font-size: 1.3em;
    color: #2f2f2f;
    margin: 0;
}


/* フッター */
#footer{
    background-color: #ffcd96;
}
#footer .container{
    width: 80%;
    color: #363636;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #000000;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}

/* *****トップページ***** */
/* メイン画像 */

h1{
    animation-name: SlideIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    font-size: 3rem;
    font-weight: bold !important;
    color: #fff;
    padding: 1em 2em;
    background: rgba(0,0,0,0.8);
}
#page-top .jumbotron-fluid{
    height: 100svh;
    background-color: #fff;
    border-bottom: #dddddd;
    background: url("top-image.png") no-repeat center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

/* 各セクション */
section .container p {
    font-size: 1.2em;
    font-weight: normal;
}
#page-top section{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 3rem 0 8rem;
}
#page-top section .container > h2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em .2em 2em;
    text-align: center;
    font-size: 2.5rem;
}
#page-top section .container > h2::before,h2::after {
    content: '';
    display: inline-block;
    margin: 0 1em;
    width: .5em;
    height: 1em;
    font-size: 1.5em;
}
#page-top section .container > h2::before {
    margin-bottom: .5em;
    border-top: solid 1px #332732;
    border-left: solid 1px #332732;
}
#page-top section .container > h2::after {
    margin-top: .5em;
    border-right: solid 1px #332732;
    border-bottom: solid 1px #332732;
}
#page-top section .container > h2 + p {
    margin: 0 auto 50px;
}

#sec1 .container {
    margin-right: calc(-1 * var(--global-space));
    padding: 0;
    max-width: 100%;
}

#sec1 figure.side_image {
    display: flex;
    margin-bottom: 10em;
}

#sec1 img {
    width: 40%;
    margin-left: 7%;
    border-radius: 20px 0 0 20px;
}
#sec1 p {
    max-width: 40%;
    margin: 0 auto;
    display: inline-block;
    line-height: 2em;
}
#sec1 h3{
    font-size: 1.4rem;
}
#sec1 th, #sec1 td {
    border-bottom: solid 1px #c4a18f;
    padding: 10px;
    padding-left: 1em;
    font-weight:  normal;
}
#sec1 th {
    width: 30%;
    background-color: #fff4e8;
}
#sec1 table {
    background-color: #fff;
    width: 70%;
    margin: auto;
    line-height: 2.5em;
}
#sec2 th, #sec2 td {
    border: solid 1px #c4a18f;
    padding: 10px;
    font-weight:  normal;
}
#sec2 th {
    text-align: center;
    width: 30%;
    background-color: #fff9f2;
}
#sec2 table {
    background-color: #fff;
    border-collapse:  collapse;
    width: 80%;
    margin: auto;
}
#sec3 {
    line-height: 180%;
}

@media screen and (min-width: 481px) {

#sec3 table {
    background-color: #fff;
    border-collapse:  collapse;
    margin: auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px 40px;
}
#sec3 td {
    border: solid 1px #c4a18f;
    border-radius: 5px;
    width: 220px;
    padding: 1em 1em 1.5em;
    font-size: 0.8em;
    word-break: break-word;
    line-height: 1.5em;
}
#sec3 a {
    color: #2f2f2f;
    display:block;
    text-decoration: none;
}

#sec3 .zoomIn img{
    transform: scale(1);
    transition: .2s ease-in-out;
}
#sec3 .zoomIn a:hover img{
    transform: scale(1.2);
}
#sec3 .mask{
    display: block;
    line-height: 0;
    overflow: hidden;
}
#sec3 a{
  color: #333;
  text-decoration: none;
}
#sec3 img{
  width:100%;
  height: auto;
}
#sec3 .zoomIn{
    width:90%;
    margin: 0 auto;
}

#sec4 img {
    width: 100%;
    height: auto;
}
#sec4 .container {
    position: relative;
}
#sec4 .kensa {
    display: flex;
    margin-bottom: 10%;
}
#sec4 .kensa .image {
    width: 800px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#sec4 .kensa .text {
    width: 45%;
    height: auto;
    margin: 10% 0 0 20px;
    padding: 1.5em;
    line-height: 2em;
    top: 20%;
    left: 50%;
    background: rgba(255, 221, 181,0.8);
    position: absolute;
 }
}


/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #ffbc73;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background-color: #ffbc73;
}
.breadcrumb a{
    color: rgba(255,255,255,1);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("") no-repeat center center;
    background-size:cover;
    border-radius: initial;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}

#page main img{
    max-width: 100%;
}


/* *****スマホサイズ***** */
@media screen and (max-width:480px) {
.table-scroll{
    overflow: auto;
    width: 80%;
    margin: 0 auto;
}

h1{
    font-weight: bold !important;
    color: #fff;
    padding: 1em .5em;
    background: rgba(0,0,0,0.8);
    margin: 2em 0;
}
h2{
    margin-bottom: 5em;
}
/* スクロールバー */
.table-scroll::-webkit-scrollbar{　　
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
    background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #999;
}
section .container p {
    font-size: 1em;
    font-weight: normal;
}
#page-top section .container > h2 + p {
    width: 90%;
}
#sec1 table {
    width: 90%;
    margin: auto;
    line-height: 2em;
}
#sec2 table {
    width: 90%;
}
#sec3 img {
    width: 180px;
    margin-bottom: 1.5em;
}
#sec3 table, #sec3 td {
    border: solid 1px #c4a18f;
}
#sec3 .table-scroll table {
    background-color: #fff;
    border-collapse:  collapse;
    margin: auto;
    max-width: 90%;
    margin: auto;
}
#sec3 .table-scroll td {
    padding: 1em;
    line-height: 150%;
    font-size: 0.8em;
    width: 180px;
    word-break: break-word;
}
#sec3 a {
    color: #2f2f2f;
    display:block;
    text-decoration: none;
}
#sec4 img {
    width: 100%;
    height: auto;
}
#sec4 .container {
    position: relative;
}
#sec4 .kensa {
    position: relative;
    margin-bottom: 10%;
}
#sec4 .kensa .image {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#sec4 .kensa .text {
    width: 85%;
    margin: 10% auto;
    padding: 1.5em;
    line-height: 2em;
    background: #ffead1;
    border-top: solid 5px #f0b46c;
    border-bottom: solid 5px #f0b46c;
}
}


/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}