@charset "utf-8";

/* =====hero===== */
/*sp=============*/
@media screen and (max-width: 850px) {
.hero .mv_sp{
    object-fit: cover;
    width: 100%; 
    padding-top: 5rem;
}

.hero_inner {
    width: 90%;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    margin: 0 auto;
    font-weight: 400;
}
.hero_title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
	}

.hero_copy {/* heroの上に表示させるコピー */	
    line-height: 1.7;
    letter-spacing: 0.1em;
    padding: 0 15px;
    text-align: center;
    font-size: 2rem;
}

.txt_mark{
    color: #FA6400;
}
.prologue_img{
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
.wrap_prologue{
    text-align: center;
}

}

/*pc==============*/
@media screen and (min-width: 850px) {
.hero {
    position: relative;
    width: 100%;
    height: 600px;
	object-fit: cover;
    text-align: center;
}
.hero video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

	
.hero_inner {
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
	margin-left: 30px;
    font-weight: 400;
}
/* heroの上に表示させる内容 */
.hero_title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}

/* heroの上に表示させるコピー */	
.hero_copy {
    line-height: 4rem;
    letter-spacing: 0.1em;
    font-size: 2.2rem;
    padding: 0;
    text-align: center;
}

.txt_mark{
    color: #FA6400;
}

.prologue_img{
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
}
/* //hero==========================*/	

/*sp=============*/
@media screen and (max-width: 850px) {
.index_box{
        margin-bottom: 30px;
        text-align: center;
    }
.index_title{
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    }
}

/*pc=============*/
@media screen and (min-width: 850px) {
    .index_box{

        }
    .index_title{
        font-size: 3.5rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 0px;
        }
    }
/*PC============================================================================*/
@media screen and (min-width: 930px) {
	/*投稿サムネイル*/
.post-item {
    display: flex;
    margin: 0;
    width: calc(33.3333% - 2.3vw);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
.post-title{
	margin-top: 10px;
	font-size: 1.6rem;
	color: #000;
}
.post-date{
	margin-top: 10px;
	font-size: 12px;
	color: #000;
}
.title__blog {
    font-size: 4rem;
    padding: 0px;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    font-weight: 700;
    color: #005ea7;
}

}



.home.title-copy{
    margin-bottom: 15px;
}
/*home===============================================*/
.block_img_sp {
    width: 100%;
}
.block_img_sp figure {
    margin: 0 0 20px 0;
}
.section_inner_1-2.Ft .block_img_sp figure img {
    height: 170px;
    width: 70%;
    object-fit: cover;
}
.section_inner_1-2.tF .block_img_sp figure img {
    height: 160px;
    width: 70%;
    object-fit: cover;
    margin: 0 0 0 auto;
    display: block;
}
/* =====home===============*/
.home_item_text{
	font-size: 1.4rem;
	font-weight: bold;
}
.home_item_catch {/*SP左が画像*/
    font-size: 2.3rem;
    color: #0066cc;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .1em;
    text-align: left;
    margin-bottom: 5px;
    position: absolute;
}
/*タイトル*/
.home_room .home_item_catch {/*SP部屋のタイトル位置*/
    right: 0;
    padding-right: 15px;
    margin-top: -155px;
    width: 130px;
}
.home_activitie .home_item_catch {/*SP遊びのタイトル位置*/
    left: 0;
    padding-left: 20px;
    margin-top: -140px;
}
.home_cuisine .home_item_catch {/*SPごはんのタイトル位置*/
    right: 0;
    padding-right: 15px;
    margin-top: -155px;
    width: 135px;
}
.home_cuisine{
    margin-top: 0px;
}





/*home===============================================*/
.block_img_sp {
    width: 100%;
}
.block_img_sp figure {
    margin: 0 0 20px 0;
}
.section_inner_1-2.Ft .block_img_sp figure img {
    height: 170px;
    width: 70%;
    object-fit: cover;
}
.section_inner_1-2.tF .block_img_sp figure img {
    height: 160px;
    width: 70%;
    object-fit: cover;
    margin: 0 0 0 auto;
    display: block;
}

/* ================930px以上====================================== */
@media screen and (min-width: 930px) {

/*home　タイトル*/
.home_item_catch {
    color: #fff;
    font-size: 5rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .2em;
    text-align: left;
    text-shadow: 0 0 7px rgba(0,0,0,.6);
}
.home_cuisine .home_item_catch, .home_activitie .home_item_catch, .home_room .home_item_catch {/*SP用個別の幅解指定除*/
    width: 100%;
}
.home_item_title {
    color: #fff;
    font-size: 2.1rem;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.7;
    text-align: left;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}
.home_cuisine .home_item_title, .home_activitie .home_item_title, .home_room .home_item_title {/*SP用個別の幅解指定除*/
    width: 100%;
}
.home_item_text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: .1em;
    margin: 0;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}
}

/* ================930px以上====================================== */
@media screen and (min-width: 930px) {

/*home　タイトル*/
.home_item_catch {
    color: #fff;
    font-size: 5rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .2em;
    text-align: left;
    text-shadow: 0 0 7px rgba(0,0,0,.6);
}
.home_cuisine .home_item_catch, .home_activitie .home_item_catch, .home_room .home_item_catch {/*SP用個別の幅解指定除*/
    width: 100%;
}
.home_item_title {
    color: #fff;
    font-size: 2.1rem;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.7;
    text-align: left;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}
.home_cuisine .home_item_title, .home_activitie .home_item_title, .home_room .home_item_title {/*SP用個別の幅解指定除*/
    width: 100%;
}
.home_item_text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: .1em;
    margin: 0;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}
}

/* ==PC==== */
@media screen and (min-width: 930px) {
/*スクロールマーク=============*/
.scroll {
    text-align: center;
    display: block;
}
.scroll p {
    position: absolute;
    left: 50%;
    bottom: 75px;
    margin-left: -15px;
    font-size: 1.6rem;
    color: #fff;
}
.scroll p span {
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.scroll p span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
 0% {
 -webkit-transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 -webkit-transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform: translate(0, 0);
 opacity: 0;
}
 40% {
 opacity: 1;
}
 80% {
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
/*//スクロールマーク=============*/
	}