@charset "utf-8";

/* CSS Document */

body {
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}

p,
li,
th,
td {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.8em;
    letter-spacing: 1px;
}

ul,
ol {
    padding-left: 0;
}

a {
    transition: all 0.5s 0s ease;
    text-decoration: none;
    color: #000;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

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

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.txt-center {
    text-align: center;
}

.p30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.wrap {
    overflow: hidden;
}

.gradiantbg {
    background: rgb(244, 209, 207);
    background: linear-gradient(360deg, rgba(244, 209, 207, 1) 0%, rgba(252, 233, 229, 1) 100%);
}

.wholepage {
    background: url("../img/sakurabg1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item5 {
    width: calc(20% - 10px);
}

.item3 {
    width: calc(33.3% - 10px);
}

.item2 {
    width: calc(50% - 10px);
}

.notice {
    padding-top: 80px;
    padding-bottom: 80px;
}

.notice .container {
    background-color: rgba(255, 255, 255, .5);
    padding: 50px;
}

.banners {
    padding-top: 80px;
    padding-bottom: 80px;
}

.banners .item2 {
    margin-bottom: 20px;
}

.tl_min {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}

.notice a,
.notice2 a {
    color: #cd7c9a;
    text-decoration: underline;
}

.notice a:hover,
.notice2 a:hover {
    color: #cd7c9a;
    text-decoration: line-through
}

.pinktxt {
    color: #cd7c9a;
}

.bluetxt {
    color: #6c849b;
}

.engsm {
    font-family: 'Martel Sans', sans-serif;
    font-size: 15px;
    line-height: 0;
    margin-bottom: 20px;
    color: #55c1d8;
    font-weight: bold;
}

.mv {}

.kasou_mv {
    height: 280px;
    background: url("../img/kasoumv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.imgbtns li {
    display: inline-block;
    margin-right: 20px;
}

.imgbtns {
    margin-top: 20px;
    text-align: center;
}

.kasou_mv h1 {
    text-align: center;
    padding-top: 90px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}

.eng_sub {
    color: #fff;
    font-size: 24px;
    font-family: 'Martel Sans', sans-serif;
    font-weight: bold;
}

.gallery {
    padding-top: 90px;
    padding-bottom: 90px;
}

.innerthum img {
    object-fit: cover;
    height: 180px;
    width: 100%;
    margin-bottom: 10px;
}

.gallery .item5 {
    margin-bottom: 30px;
}

.innerbox h4 {
    font-size: 16px;
}

.innerbox p {
    font-size: 14px;
}

.gallery a:hover {
    color: #000;
}

.page-link {
    background-color: #333;
    color: #fff;
    border-color: #fff;
}

.lightgray {
    text-align: center;
    width: 25%;
    background-color: rgba(221, 172, 175, .1)!important;
}

.dark {
    text-align: center;
    font-weight: 600;
    background-color: rgba(221, 172, 175, .1)!important;
}

.btn-base {
    margin-top: 20px;
    color: #fff;
    letter-spacing: 3px;
    background: rgba(221, 172, 175, 1);
    padding: 8px 35px;
    border-radius: 0;
    transition: all 0.5s 0s ease;
}

.btn-base:hover {
    color: #fff;
    background-color: rgba(221, 172, 175, .5);
}

.btn_img {
    margin-top: 20px;
    color: #fff;
    letter-spacing: 3px;
    background: rgba(175, 205, 213, 1);
    padding: 4px 25px;
    border-radius: 30px;
    transition: all 0.5s 0s ease;
    font-size: 13px;
}

.btn_img:hover {
    color: #fff;
    background-color: rgba(175, 205, 213, .5);
}

.pg {
    margin-top: 40px;
}

.pagination {
    justify-content: center;
}


/*.notice2, .formarea{
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(160deg, rgba(255,255,255,1) 0%, rgba(255,239,227,1) 36%, rgba(255,248,250,1) 68%, rgba(227,234,245,1) 100%);
}*/

.formarea {
    background: #F6F6F6;
    padding-top: 80px;
    padding-bottom: 80px;
}

.fake {
    border: solid #ccc 1px;
    width: 100%;
    height: 70vh;
    background: #fff;
}

.formarea .container {
    background-color: rgba(255, 255, 255, 1.00);
    padding: 50px;
    height: 80vh;
}

.noticeinner {
    background: #fff;
    box-shadow: 0px 23px 49px 0px rgb(61 82 96 / 15%);
    margin-bottom: 150px;
}

.noticetxt {
    padding: 80px
}

.work_article {
    padding-top: 50px;
    padding-bottom: 100px;
}

.sec_bx {
    padding-top: 80px;
    padding-bottom: 80px;
}

.button01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    background-color: #cccccc;
    transition: 0.3s;
}

.mt20 {
    margin-top: 20px;
}

.btnbase {
    position: relative;
    display: inline-block;
    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;
}

.btn,
a.btn {
    color: #fff;
    border-radius: 0;
    letter-spacing: 3px;
    background: #333;
    padding: .5rem 3rem;
    font-size: 14px;
}

.btn:hover,
a.btn:hover {
    color: #fff;
    background-color: rgba(51, 51, 51, .8)
}

.aboutcat {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bggray {
    background: #f6f6f6;
}

.navbar {
    padding: 30px 0;
    background-color: rgba(255, 255, 255, .8)
}

.navbar-brand {
    background: url("../img/logo_01.svg");
    width: 177px;
    height: 67px;
    background-repeat: no-repeat;
}

.navbar-nav li {
    font-size: 16px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-toggler {}

.navbar-light .navbar-toggler:hover {
    border: none !important;
}

.navbar-light .navbar-toggler:focus {
    border: none !important;
    box-shadow: none;
}

.navbar-light .navbar-toggler:visited {
    border: none !important;
}

footer {
    background-color: #F6F6F6;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

footer li {
    display: inline-block;
    margin-right: 1em;
}

.copy {
    font-size: 12px;
}

.fa-heart {
    color: #fb5656;
}


/* add 20230125*/

.innerbox p {
    font-size: 13px;
}

.heartver {
    font-size: 15px;
}

.vote_number {
    color: #55c1d8;
    ;
}

.gallery .item5 {
    width: calc(25% - 10px);
}

.gallery .innerthum img {
    height: 210px;
}

/* add 20230131*/
.gal_comment{
    padding-top: 90px;
}

/* add 20230220*/

.gallery .flex_box{
    justify-content:flex-start;
}

  .gallery .innerbox{
        margin-right: 5px;
        margin-left: 5px;
    }

.opa_img:hover{
    opacity: .5;
}


@media screen and (max-width: 770px) {
    .item2 {
        width: 100%;
    }
    .gallery .item5 {
        width: calc(50% - 5px);
    }
    .innerthum img {
        height: 150px;
        margin-bottom: 10px;
    }
    .gallery .innerthum img {
        height: 150px;
    }
    .kasou_mv {
        height: 200px;
    }
    .kasou_mv h1 {
        padding-top: 50px;
        font-size: 30px;
    }
    .work_article td {
        font-size: 12px;
    }
    .btn-base {
        font-size: 13px;
    }
    .noticetxt {
        padding: 30px 25px;
    }
    .innerbox h4 {
        font-size: 14px;
    }
    .innerbox p {
        font-size: 13px;
    }
    .navbar {
        padding: 5px 0;
    }
    navbar {
        padding: 5px 0;
        position: fixed;
        top: 0;
        width: 100%;
    }
    .navbar-brand {
        height: 48px;
        width: 127px;
        background-repeat: no-repeat;
    }
    
    /* add 20230131*/
.gal_comment{
    padding-top:20px;
}
    
      /* add 20230220*/
    .gallery .item5{
       width:50%;
}
    
    .gallery .innerbox{
        margin-right: 5px;
        margin-left: 5px;
    }
}

.navbar-toggler {
    border: 0 !important;
}

#navbarNavDropdown {
    padding-top: 20px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}


/* Lines of the Toggler */

.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: rgba(0, 0, 0, .55);
    display: block;
    transition: all 0.2s;
}


/* Adds Space between the lines */

.middle-bar {
    margin: 5px auto;
}


/* State when navbar is opened (START) */

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}


/* State when navbar is opened (END) */


/* State when navbar is collapsed (START) */

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}


/* State when navbar is collapsed (END) */


/* Color of Toggler when collapsed */

.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}

/*検索機能　2024.02.13*/
.gallery{
    padding-top:30px;
}
.gal_comment{
    padding-top: 30px;
    font-weight: 700;
   
}

.gal_comment p{
  font-size: 16px;
}

/*ver1　2024.02.13*/
.search1{
    margin-top: 60px;
    margin-bottom: 60px;
}

.search1 select{
    width: 100%;
    height:42px;
    padding: 0 20px;
    border-color:#ccc;
}

.btn-sakura{
    display: block;
    width: 50%;
    margin: auto;
    padding: 12px 0;
}

@media screen and (max-width: 770px) {
    
    .search1 .item2{
        margin-bottom: 10px;
    }
    
    .search1 select{
         font-size: 14px;  
    }
    
    .btn-sakura{
        font-size: 14px;
        width: 70%;}
}

/*ver2　2024.02.13*/

.search2 ul{
    margin-bottom: 0;
}

.areasort2{margin-bottom: 15px;}
.areasort2 li{
    display: inline-block;
    margin-left: 10px;
     padding-right: 10px;
    border-right: 1px solid #ccc;
}
.areasort2 li:first-child{
     margin-left: 0;
      padding-right:0;
      border-right:none;
}

.areasort2 li:last-child{
      border-right:none;
}

.displayorder2 li{  display: inline-block;
}


.areasort2 a, .displayorder2 a{
    color: #23abdd;
}

.areasort2 a:hover, .displayorder2 a:hover{
    color: #23abdd;
    text-decoration: underline;
}

.search2{
    
 width:fit-content;
    padding:15px 20px;
    margin-top: 30px;
    background: #f8f8f8;}

@media screen and (max-width: 770px) {
    .search2 li{
        font-size: 13px;
    }
}

.catbudge {
  color: #fff;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 12px;
}
.pinkbg {
  background: #ff9aa2;
}
.greenbg {
  background: #92d4ac;
}
.bluebg {
  background: #bfccde;
}
.purplebg {
  background: #b5abcc;
}
.orangebg {
  background: #d4ae94;
}
.yellowbg {
  background: #e6d297;
}
.lightpinkbg {
  background: #d6a7b8;
}
.darkbluebg {
  background: #7f99ad;
}
.lightgreenbg {
  background: #b0d1b0;
}