@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #000;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 { 
    padding: 1rem 0;
	font-weight: 700;
	letter-spacing: 3px;
}
.snsbox {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}



/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0rem 0;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
	text-align: center;
	color: #666;
	font-size: 4.0rem;
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #999;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*画像の角を丸く
-----------------------------------*/



figure img {
	border-radius:6px;

}


.wrap,
.wrap-l{
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	body{
        min-width: 1100px;
		font-size: 16px;
    }
    
    main{
        padding: 0;
    }

	.wrap{
        width: 800px;
    }

    .wrap-l{
        width: 1000px;
    }
}


/*--------------------- */
/* ------ common ------ */
/* -------------------- */


.mv{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv-ttl{
    text-align: center;
    font-size: 60px;
    font-size: 30px;
    font-weight: bold;
}

.sec-ttl{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
    .mv-ttl{
        font-size: 60px;
    }
}

/*--------------------- */




#about {
	/*background-color:#edfdff;*/
	padding:2rem 0;
	margin:0 auto;

background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(217, 251, 255, 1) 10px, rgba(217, 251, 255, 1) 30px );
}





#tver {
	background-color:#edfdff;
	padding:2rem 0;
	margin:0 auto;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}


#present {
	background-color:#edfdff;
	padding:2rem 0;
	margin:0 auto;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}


/*--------------------- */
/* ------ sec_01 ------ */
/* -------------------- */

.sec_01-block{
    margin-top: 80px;
}

.sec_01-block:first-of-type{
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .sec_01-block{
        margin-top: 100px;
    }
}


/*--------------------- */
/* ------ sec_02 ------ */
/* -------------------- */


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

.multiple-block-image{
    width: 49%;
    margin-top: 20px;
}

.multiple-block-image:nth-child(-n+2){
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .multiple-block-image{
        width: 32%;
    }
    
    .multiple-block-image:nth-child(-n+3){
        margin-top: 0;
    }
}


/*--------------------- */
/* ------ sec_03 ------ */
/* -------------------- */

/* common */
.sec_03-section{
    margin-top: 80px;
}

.sec_03-section:first-of-type{
    margin-top: 0;
}

/* zoom block */
.zoom-block{
    overflow: hidden;
}

.zoom-block-bg{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: url(../img/sample.jpg) no-repeat center/cover;
}

/* slide block */
.slide-block{
    margin-top: 40px;
}

.slide-block:first-of-type{
    margin-top: 0;
}

.slide-block-contents{
    margin-top: 20px;
}

.slide-block-ttl{
    font-size: 18px;
    font-weight: bold;
}

.slide-block-txt{
    margin-top: 10px;
}

/* fade up block */
.fade-up-block-image{
    margin-top: 20px;
}

.fade-up-block-image:first-of-type{
    margin-top: 0;
}

/* marker block */
.marker-block{
    margin-top: 40px;
}

.marker-block:first-of-type{
    margin-top: 0;
}

.marker-block-contents{
    margin-top: 20px;
}

.marker-block-ttl{
    font-size: 18px;
    font-weight: bold;
}

.marker-block-txt{
    margin-top: 10px;
}

/* fade left block */
.fade-left-block-item{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.fade-left-block-item:first-of-type{
    margin-top: 0;
}

.fade-left-block-num{
    color: #fff;
    background-color:#FFA500;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.fade-left-block-txt{
    width: calc(100% - 40px);
    margin-left: 10px;
}

@media screen and (min-width: 768px) {
    /* common */
    .sec_03-section{
        margin-top: 200px;
    }

    /* slide block */
    .slide-block{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 60px;
    }

    .slide-block:nth-child(odd){
        flex-direction: row-reverse;
    }

    .slide-block-image{
        width: 48%;
    }

    .slide-block-contents{
        width: 48%;
        margin-top: 0;
    }

    /* fade up block */
    .fade-up-block{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .fade-up-block-image{
        width: 32%;
    }

    .fade-up-block-image:nth-child(-n+3){
        margin-top: 0;
    }

    /* marker block */
    .marker-block{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .marker-block-image{
        width: 48%;
    }

    .marker-block-contents{
        width: 48%;
        margin-top: 0;
    }

    /* fade left block */
    .fade-left-block-txt{
        line-height: 1.8;
    }
}


/*------------------------------ */
/* ------ animation style ------ */
/* ----------------------------- */


/* fade zoom */
.u-fade-type-zoom.is-active{
    transition: 8s;
    transform: scale(1.06);
}

/* fade up */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

.is-active .u-fade-type-up{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

.is-active .u-fade-type-up:nth-child(2){transition-delay: .4s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: 1.2s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: 1.6s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 2s;}

/* fade left */
.u-fade-type-left{
    transform: translateX(50px);
    opacity: 0;
}

.u-fade-type-left.is-active{
    transition: .6s;
    transform: translateX(0);
    opacity: 1;
}

.is-active .u-fade-type-left{
    transition: .6s;
    transform: translateX(0);
    opacity: 1;
}

.is-active .u-fade-type-left:nth-child(2){transition-delay: .2s;}
.is-active .u-fade-type-left:nth-child(3){transition-delay: .4s;}
.is-active .u-fade-type-left:nth-child(4){transition-delay: .6s;}
.is-active .u-fade-type-left:nth-child(5){transition-delay: .8s;}

/* img */
.u-fade-type-slide{
    position: relative;
}

.u-fade-type-slide::after{
    content: '';
    display: block;
    width: 100%;
    transform: scaleX(1);
    transform-origin: 100% 0;
    height: 100%;
    background-color: #eee;
    position: absolute;
    top: 0;
    right: 0;
}

.u-fade-type-slide.is-active::after{
    transition: .6s;
    transform: scaleX(0);
}

/* single marker */
.u-fade-type-marker {
    background: linear-gradient(to right, transparent 50%,  rgba(255, 165, 0, 0.3) 50%);
    background: linear-gradient(to right, transparent 50%, rgba(255, 165, 0, 0.3) 50%);
    background-repeat: repeat-x;
    background-size: 200% .6em;
    background-position: 0 .6em;
    padding-bottom: .6em;
}

.u-fade-type-marker.is-active{
    transition: all 1.2s ease;
    background-position: -100% .6em;
}


main img {
	border-radius:6px;
}



.box_about {
	border-radius:10px;
	padding:2rem;
	margin:0 auto;
	background-color:#ffffff;
	width:80%;
}


.title_img_box {
	padding:0;
	margin:2rem auto;
	width:80%;
}

/*====================*/

div.photo_box {
  position: relative;
}

img.spot_img {
  width: 100%;
}


div.photo_box p {
color: #fff;
    font-size: 24px;
    position: absolute;
    left: 0%;
    right: 10%;
    top: -20px;
   width: 90%;
    background-color: #e91e63;}


div.photo_box_tr p {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right:0%;
  top:10%;
  background-color:#00bcd4;
}






/*==============================*/


div.photo_box h1 {
  color: #fff;
  position: absolute;
  left:0%;
  bottom:0%;
}


/*==============================*/

section {
	margin:1rem auto;
	padding:2rem 0;
}


/*==============================*/
.button_hp a {
    background: #03a9f4;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}
.button_hp a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f21a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.button_hp a:hover {
    background: #313131;
    color: #FFF;
}

/*==========================*/


h5 {
	position: relative;
	padding: 0.6em;
	background: #ffeb3b;
	font-size:2rem;
	font-weight: 900;

}

h5:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffeb3b;
	width: 0;
	height: 0;
}

/*==========================*/
.spot_list {
	margin-bottom:2rem;
	margin-right: 1rem;

}