@charset "utf-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", sans-serif;
  font-feature-settings: "palt";
}

main {
  display: block;
}

p,table,blockquote,address,pre,iframe,form,figure,dl {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 75%;
}

svg,img,embed,object,iframe {
  vertical-align: bottom;
}

img {
    max-width: 100%;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.sp {
    display: none !important
}

.txt-center{
    text-align: center
}

.w1000{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

header{
    background-color: #f7f9fa
}

header h1{
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 28px;
    padding: 10px 20px
}

section{
    padding: 50px 0 78px 0
}

section .headline{
    text-align: center;
    margin-bottom: 25px;
	margin-top: -20px;
}

section.sec01{
    background: url(../images/bg01.png)
}

section.sec02{
    background: url(../images/bg02.png)
}

.mv .slick-dots {
    display: none !important;
}

.mv .slick-dots li button:before {
    font-size: 20px;
    color: #cbcbcb;
    opacity: 1
}

.mv .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
    font-size: 24px;
}

.mv .slick-dots li {
    margin: 0 10px
}

.mv .slick-prev, .mv .slick-next {
    width: 64px;
    height: 64px;
    z-index: 1
}

.mv .slick-prev {
    left: 40px
}

.mv .slick-prev:before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/slider_left_arrow.png) no-repeat;
    background-size: cover
}

.mv .slick-next {
    right: 40px
}

.mv .slick-next:before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/slider_right_arrow.png) no-repeat;
    background-size: cover
}

.thumbnail .slick-track {
    /* display: flex;
    justify-content: center;
    column-gap: 17px;
    margin-bottom: 15px;
	transform: unset !important */
    display: none;
}

.thumbnail li {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #1e4682;
    max-width: 288px;
    background-color: #cbcbcb;
    padding: 6px 0;
    border-radius: 6.5px;
    cursor: pointer
}

.thumbnail li.slick-current {
    background-color: #fff
}

.info{
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 320px));
    gap: 20px
}

.info .details{
    /*background-image: linear-gradient(90deg, #0071bb, #29aae1);*/
	background-color: #efefef;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 14px
}

.info .details::before{
    content: "";
    display: block;
    width: 56px;
   
    position: relative;
    left: 26px
}

.info .details:hover{
    background-color: CornflowerBlue;
}

.info .details .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    text-align: center
}

.info .details figure{
    display: flex;
    align-items: center;
	aspect-ratio: 320 / 226
}

.info .details .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    color: #fff;
    margin: 20px;
    padding: 20px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 12px
}

.info .details .detail-headline {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.info .details .txt small{
    display: block;
    font-size: 10.5px;
    line-height: 15px;
    margin-top: 1em
}

.note{
    font-size: 19px;
    font-weight: 700;
    color: #f7f9fa;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    margin-top: 28px;
    padding: 8.5px 0
}

.out-link {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-top: 56px
}

.out-link a {
    display: block;
/*
    font-size: 36px;
    color: #fff;
    background-color: #1e4682;
    border-radius: 14px;
*/
    margin-top: 21px;
/*
    padding: 45px 60px;
    position: relative
*/
}
/*
.out-link a::after {
    content: "";
    display: block;
    width: 17px;
    height: 28px;
    background: url(../images/btn_arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto
}
*/

.sec02 .headline + p {
    font-size: 23px;
    font-weight: 700;
    text-align: center
}

.detail-wrap {
    background-color: #fff;
    border-left: 8px solid;
    border-right: 8px solid;
    border-image: linear-gradient(to bottom, #0071bb, #29aae1);
    border-image-slice: 1;
    box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    padding: 26px 46px 6px
}

.detail-wrap h3 {
    display: flex;
    align-items: center;
    column-gap: 27px;
    font-size: 28px;
    font-weight: 700;
    color: #0071bb;
    margin-bottom: 30px
}

.detail-wrap h3 span {
    position: relative;
    bottom: -8px
}

.detail-wrap .col-2{
    display: flex;
    column-gap: 29px
}

.gallery {
    width: 354px;
}

.gallery .slick-dots {
	top: 260px;
    bottom: auto
}

.gallery .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 9px;
    top: 4.5px;
    left: 4.5px;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
    color: #fff;
    opacity: 1
}

.gallery .slick-dots li.slick-active button:before {
    background-color: #b2b2b2;
    opacity: 1;
}

.gallery .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0
}

.gallery .slick-dots li button {
    width: 16px;
    height: 16px
}

.gallery .slick-prev, .gallery .slick-next {
    width: 32px;
    height: 32px;
	top: 132.5px;
    z-index: 1
}

.gallery .slick-prev {
    left: 2px
}

.gallery .slick-prev:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/slider_left_arrow.png) no-repeat;
    background-size: cover
}

.gallery .slick-next {
    right: 2px
}

.gallery .slick-next:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/slider_right_arrow.png) no-repeat;
    background-size: cover
}

.detail-wrap .txt {
    display: flex;
    flex-direction: column;
    font-size: 19px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 30px
}

.detail-wrap .access{
    margin-top: auto
}

.detail-wrap .access h4 {
    display: inline-block;
    color: #666;
    line-height: 31px;
    background-color: #ecdfcc;
    padding: 0 24px;
    position: relative;
    bottom: -18px
}

.detail-wrap .access p {
    font-size: 20px;
    border: 2px solid #ecdfcc;
    padding: 22px 32px
}

footer {
    font-size: 14px;
    font-weight: 700;
    /*padding-top: 60px*/
}

#page-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
	z-index: 15
}

footer ul:nth-of-type(2) {
  margin-top: 1.5em;
}

footer ul li {
    line-height: 24px;
	padding-left:1em;
	text-indent:-1em
}

footer .copy-right {
    line-height: 18px;
    margin: 40px 0 73px
}

.footer-logo {
    text-align: center;
    background-color: #f2f2f2;
    padding: 30px 0
}

#search-btn{
	display: none;
    position: fixed;
	top: 80px;
    right: 0;
	z-index: 10
}

@media screen and (max-width: 1024px) {
    .info{
		grid-template-columns: repeat(2, 1fr)
	}
	#search-btn .pc{
	    display: none !important
	}
	#search-btn .sp{
	    display: block !important
	}
	#search-btn{
		top: auto;
		bottom: 0;
		width: 100%;
	}
	#search-btn a{
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto
	}
}
@media screen and (max-width: 767px) {
	.pc {
        display: none !important
    }
    .sp {
        display: block !important
    }
    header{
        background-color: #f7f9fa
    }
    header h1{
        font-size: 20px;
		line-height: 25px;
        column-gap: 20px;
		padding: 5px 20px
    }
    header h1 img{
        width: 84px
    }
    section{
        padding: 22px 0 35px 0
    }
    section.sec01 {
        padding-top: 32px;
    }
    section .headline{
        display: flex;
        justify-content: center;
        margin-bottom: 15px
    }
    section.sec01 .headline{
        margin-bottom: 22px
    }
    .mv .slick-dots li button:before {
        font-size: 20px
    }
    .mv .slick-dots li.slick-active button:before {
        font-size: 24px;
    }
    .mv .slick-dots li {
        margin: 0 5px
    }
    .mv .slick-prev, .mv .slick-next {
        width: 25px;
        height: 25px
    }
    .mv .slick-prev {
        left: 12px
    }
    .mv .slick-prev:before {
        width: 25px;
        height: 25px
    }
    .mv .slick-next {
        right: 12px
    }
    .mv .slick-next:before {
        width: 25px;
        height: 25px
    }
    .thumbnail .slick-track {
        flex-wrap: wrap;
        gap: 10px
    }
    .thumbnail li {
        font-size: 10px;
        max-width: 170px;
        width: 100% !important
    }
    .thumbnail .slick-track:before, .slick-track:after {
        content: none
    }
    .info {
        display: block;
		margin-bottom: 40px !important
    }
	.info .slick-list{
	    padding: 0 3% 0 0 !important;
    	margin-right: -20px
	}
    .info .details {
        margin-right: 10px
    }
	.info .details figure {
        height: auto;
		aspect-ratio: 337 / 237;
        align-items: baseline
    }
    .info .details figure img {
        max-width: none;
        width: 100%
    }
    .info .details .txt {
        height: 210px;
        font-size: 12px;
        line-height: 19px;
        padding: 15px
    }
    .info .details .txt small {
        display: block;
        font-size: 11px;
        line-height: 16px;
        margin-top: 1em
    }
	.info .slick-dots li button:before {
		font-size: 20px;
		color: #989898;
		opacity: 1
	}
	.info .slick-dots li.slick-active button:before {
		color: rgba(0,0,0,0);
		opacity: 1;
		font-size: 20px;
		border: 2px solid #989898;
		border-radius: 50%;
		width: 11px;
		height: 11px;
		top: 3.5px;
		left: 4px
	}
	.info .slick-dots li {
		margin: 0
	}
	.info .slick-prev, .info .slick-next {
		width: 25px;
		height: 25px;
		top: 65%;
		z-index: 1
	}
	.info .slick-prev {
		left: 3px
	}
	.info .slick-prev:before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background: url(../images/slider_left_arrow.png) no-repeat;
		background-size: cover
	}
	.info .slick-next {
		right: 3px
	}
	.info .slick-next:before {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background: url(../images/slider_right_arrow.png) no-repeat;
		background-size: cover
	}
    .note{
        font-size: 9.5px;
        line-height: 13px;
        margin-top: 28px
    }
    .out-link {
        font-size: 11px;
		line-height: 16px;
        margin-top: 15px
    }
    .out-link a {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
/*
        padding: 10px;
		border-radius: 7px
*/
    }
/*
    .out-link a::after {
        width: 8px;
        height: 13px;
        right: 12px
    }
*/
    .sec02 .headline + p {
        font-size: 12px;
        line-height: 17px
    }
    .detail-wrap {
        border-left: 4px solid;
        border-right: 4px solid;
        margin-top: 25px;
        padding: 15px 23px 20px
    }
    .detail-wrap h3 {
        column-gap: 14px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px
    }
    .detail-wrap h3 img {
        width: 35px
    }
    .detail-wrap h3 span {
        bottom: 0
    }
    .detail-wrap .col-2{
        display: block
    }
    .gallery {
        width: 100%
    }
    .gallery li img {
        max-width: none;
        width: 100%
    }
    .gallery .slick-dots {
		top: auto;
        bottom: -15px
    }
    .gallery .slick-dots li button:before {
        content: "";
        width: 8px;
        height: 8px;
        top: 4px;
        left: 4px
    }
    .gallery .slick-dots li {
        width: 12px;
        height: 12px
    }
    .gallery .slick-dots li button {
        width: 12px;
        height: 12px
    }
    .gallery .slick-prev, .gallery .slick-next {
        width: 20px;
        height: 20px;
		top: 50%
    }
    .gallery .slick-prev:before {
        width: 20px;
        height: 20px
    }
    .gallery .slick-next:before {
        width: 20px;
        height: 20px
    }
    .detail-wrap .txt {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 0
    }
    .detail-wrap .access h4 {
        font-size: 10px;
        line-height: 18px;
        padding: 0 12px;
        bottom: -10px
    }
    .detail-wrap .access p {
        font-size: 12px;
        padding: 14px 10px;
        text-align: center
    }
    footer {
        font-size: 10px;
        /*padding-top: 40px*/
    }
    #page-top {
        right: 30px;
        bottom: 70px
    }
	#page-top img {
        width: 39px
    }
    footer ul {
	    margin-top: 10px !important;
	}
    footer ul li {
        line-height: 16px
    }
    footer .copy-right {
        line-height: 13px;
        margin: 20px 0 37px
    }
    .footer-logo {
        padding: 15px 0
    }
    .footer-logo img{
        width: 130px
    }
	}
