@charset "utf-8";

/* ----------------------------------------
   index.css
---------------------------------------- */
/* 基本
---------------------------------------- */
html,
body {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
    font-size: 16px;
    background-color: #CDD1D6;
}

body * {
    box-sizing: border-box;
}

sup {
    vertical-align: top;
    font-size: 0.5em;
}

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

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

map,
area {
    outline: none;
}

.ib {
    display: inline-block;
}

/* 余白
---------------------------------------- */
.mt5p {margin-top: 5%;}
.mt8p {margin-top: 8%;}
.mt40 {margin-top: 40px;}

@media screen and (max-width: 768px) {
    .s-mb30p{margin-bottom: 30%;}
}

/* mv
---------------------------------------- */
.mv {
    position: relative;
    width: 100%;
    height: 60vw;
    overflow: hidden;
}
  
.mv::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/mv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 10s infinite linear;
    animation: zoom 10s infinite linear;
    animation-fill-mode: forwards;
}
@keyframes zoom {
    0% {
    transform: scale(1.5);
    }
    100% {
    transform: scale(1);
    }
}
  
.bgimg{
    position: absolute;
    top: 10%;
    left: 10%;
    margin: auto;
    width: 35%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .mv {
        height: 100vh;
    }    
    .mv::before {
        background-image: url(../img/sp_mv.png);
        -webkit-animation: none;
        animation: none;
    }
    .bgimg {
        width: 80%;
    }
}


/* content
---------------------------------------- */
#content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 8% 0;
}

.wrap_flex,
.wrap_flex2 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wrap_flex2 {
    flex-wrap: wrap;
}

.text {
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.text h2 {
    position: relative;
    font-family: "plantin", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    line-height: 0.8;
}

.text h2 span {
    font-size: 24px;
}

.text p {
    margin: 40px 0;
    line-height: 2;
}

.text p.note {
    margin: 0 0 30px;
    line-height: 0;
    font-size: 12px;
    padding-left:1em;
    text-indent:-1em;
}

.item,
.item2 {
    width: 180px;
    position: absolute;
    top: 40px;
    left: -56px;
}

.item2 {
    top: 65px;
}

.gazou,
.gazou2 {
    position: absolute;
    top: 0;
    right: -5%;
}

.gazou2 {
    top: 30%;
    right: -15%;
}

.w30 {
    width: 30%;
}

.w37 {
    width: 37%;
}

.data_flex {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.data_flex p {
    margin: 0;
}

ul.text {
    font-size: 12px;
}

ul.text li.note {
    padding-left:1em;
    text-indent:-1em;
}

.content {
    width: 49%;
    margin-bottom: 8%;
}

.content h3 {
    font-size: 26px;
    margin: 10px 0 -5px;
}

.content h4 {
    font-size: 14px;
}

.content p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 1.5;
}

.content p.mb40 {
    margin-bottom: 40px;
}

.content ul li {
    font-size: 12px;
    padding-left:1em;
    text-indent:-1em;
}

.max_w600 {
    max-width: 680px;
    margin: 8% auto 0;
}

.max_w600 div {
    width: 55%;
}

.max_w600 div:first-child {
    width: 40%;
}

.max_w600 div h2 {
    font-size: 18px;
    font-weight: bold;
}

.max_w600 div p {
    font-size: 13px;
    margin: 20px 0;
    line-height: 1.9;
}

.btn_flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 8% 0;
}

a.btn  {
    display: block;
    width: 42%;
    font-size: 24px;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0;
    text-align: center;
}
a.btn span{
    display: block;
    font-size: 18px;
}

.btn.red {
    background: rgb(153,0,18);
    background: linear-gradient(90deg, rgba(153,0,18,1) 0%, rgba(216,51,109,1) 100%);
}
.btn.gold {
    background: rgb(151,109,18);
    background: linear-gradient(90deg, rgba(151,109,18,1) 0%, rgba(203,159,58,1) 100%);
}
.btn.green {
    background: rgb(0,98,123);
    background: linear-gradient(90deg, rgba(0,98,123,1) 0%, rgba(44,138,168,1) 100%);
}
.btn.blue {
    background: rgb(46,56,135);
    background: linear-gradient(90deg, rgba(46,56,135,1) 0%, rgba(37,89,230,1) 100%);
}

.contact {
    text-align: center;
}

.contact p {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.contact p.text {
    font-size: 19px;
    text-align: center;
}

.contact a {
    font-size: 29px;
    font-weight: bold;
    color: #000;
}

.map {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1310px) {
    .gazou, .gazou2 {
        right: 5%;
    }
    .gazou2 {
        right: -5%;
    }
}
@media screen and (max-width: 1110px) {
    .gazou, .gazou2 {
        right: 7%;
    }
    .gazou2 {
        right: 5%;
    }
    .w37 {
        width: 34%;
    }
    .w30 {
        width: 27%;
    }
}
@media screen and (max-width: 980px) {
    .gazou, .gazou2 {
        right: 5%;
    }
    .gazou2 {
        right: 3%;
    }
    .w37 {
        width: 32%;
    }
    .w30 {
        width: 25%;
    }
}
@media screen and (max-width: 876px) {
    .gazou, .gazou2 {
        right: 1%;
    }
    .gazou2 {
        right: 1%;
    }
    .w37 {
        width: 32%;
    }
    .w30 {
        width: 25%;
    }
}


@media screen and (max-width: 768px) {
    #content {
        margin: 0 20px;
        padding: 15% 0;
    }
    .wrap_flex, .wrap_flex2 {
        display: block;
    }
    .gazou, .gazou2 {
        position: relative;
        top: 0;
        right: 0;
    }
    .text {
        font-size: 14px;
    }
    .text h2 {
        font-size: 25px;
    }
    .text h2 span {
        font-size: 20px;
    }
    .text p {
        margin: 20px 0;
    }
    .text .last p {
        margin: 20px 0 0;
    }
    .w37 {
        width: 80%;
        margin: 0 auto;
    }
    ul.text {
        font-size: 10px;
        margin-bottom: 40px;
    }
    ul.text li{
        padding-left:1em;
        text-indent:-1em;
    }
    .w30 {
        width: 80%;
        margin: 0 auto;
    }
    .content {
        width: 100%;
    }
    .max_w600 div,
    .max_w600 div:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
    .btn_flex {
        display: block;
    }
    a.btn {
        width: 100%;
        font-size: 16px;
        color: #fff;
        padding: 10px 0;
        margin: 20px 0;
    }
    a.btn span {
        font-size: 13px;
    }
    .contact p {
        font-size: 18px;
        margin: 5px 0;
    }
    .contact a {
        font-size: 22px;
    }
    .contact p.text {
        font-size: 13px;
    }
    .data_flex {
        justify-content: space-between;
    }
    .data_flex.last {
        margin: 0;
    }

    .data_flex ul{
        width: 80%;
    }
    .item, .item2 {
        top: 30px;
        left: -76px;
    }
    .item2 {
        top: 50px;
    }
    .content h3 {
        font-size: 24px;
    }
    .content h4 {
        font-size: 12px;
    }
    .text p.note {
        line-height: 1.5;
        font-size: 10px;
    }
}

/* 
---------------------------------------- */
.bg_black {
    background-color: #000;
    color: #fff;
    padding: 6% 0;
}

.bg_black h2 {
    font-size: 30px;
    font-family: "plantin", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.w980 {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 100px;
}

.area_produce {
    width: 47%;
    text-align: left;
}

.area_produce .wrap_flex div{
    width: 51%;
}
.area_produce .wrap_flex div:first-child{
    width: 43%;
}

.area_produce .wrap_flex div h3 {
    font-size: 17px;
    margin: 0;
}

.area_produce .wrap_flex div h4 {
    font-size: 13px;
}

.area_produce .wrap_flex div p {
    font-size: 12px;
    margin-top: 30px;
}

.area_produce h3 {
    font-size: 18px;
    font-family: "plantin", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 30px 0 10px;
}

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

.wrap_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 870px;
    margin: 5% auto 8%;
}

.wrap_logo a {
    width: 35%;
    margin: 0 40px;
}
.wrap_logo a:nth-child(2) {
    width: 20%;
}
.wrap_logo a:last-child {
    width: 23%;
}

.w980 h2 {
    font-family: "plantin", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}

.w980 ul {
    text-align: left;
}
.w980 ul li {
    font-size: 14px;
    padding-left:1em;
    text-indent:-1em;
}

@media screen and (max-width: 768px) {
    .bg_black {
        padding: 20% 0;
    }
    .w980 {
        margin: 0 40px;
        padding-top: 0;
    }
    .w980 h2 {
        font-size: 25px;
        margin-top: 50px;
    }
    .area_produce {
        width: 100%;
    }
    .area_produce .wrap_flex div,
    .area_produce .wrap_flex div:first-child {
        width: 100%;
    }
    .area_produce .wrap_flex div:first-child {
        width: 60%;
        margin: 0 auto;
    }
    .area_produce h3 {
        font-size: 17px;
    }
    .area_produce .wrap_flex div h3 {
        margin: 20px 0 0;
    }
    .area_produce .wrap_flex div p {
        margin-top: 10px;
    }
    .wrap_logo {
        display: block;
    }
    .wrap_logo a {
        display: block;
        width: 60%;
        margin: 20px auto;
    }
    .wrap_logo a:nth-child(2) {
        width: 38%;
    }
    .wrap_logo a:last-child {
        width: 40%;
    }
    .w980 ul li {
        font-size: 10px;
        padding-left: 1em;
        text-indent: -1em;
    }
    .bg_black h2 {
        font-size: 25px;
    }
}

/* footer
---------------------------------------- */

footer ul li {
    padding: 0 10px;
    line-height: 1.2;
    border-left: 1px solid #3e3a39;
}

footer ul li:last-child {
    border-right: 1px solid #3e3a39;
}

footer a {
    color: #3e3a39;
    font-size: 14px;
}

footer a:hover {
    text-decoration: underline;
}

#gototop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#gototop a {
    font-size: 15px;
    background: rgb(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}

#hotel_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
    text-align: center;
    margin-top: 70px;
}
#hotel_link > li {
    padding: 0 10px;
    border-left: solid 1px #000;
}
#hotel_link > li + li {
    border-right: solid 1px #000;
}
#hotel_link > li a {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #hotel_link {
        display: block;
        margin-top: 70px;
    }
}


/* ----------------------------------------
   PC
---------------------------------------- */
.pc{
	display: block;
}
.sp{
	display: none;
}

/* ----------------------------------------
   @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/* /@media */

@media screen and (max-width: 480px) {

    #profile {
        padding: 20px 0 40px;
    }

    footer ul {
        display: block;
    }

    footer ul li {
        border: none !important;
    }

    footer ul li+li {
        margin-top: 10px;
    }
}

/* /@media */


/* 英語対応用 */
.E-mt30{
    margin-top: 30px;
}

#section06 p.E-mt30{
    margin-top: 30px;
}

.E-mt-min10{
    margin-top: -10px;
}

.E-mt-min25{
    margin-top: -25px;
}

.E-mt-min30{
    margin-top: -30px;
}

#section01 .wrap-box div p.E-mt-min30{
    margin-top: -30px;
}

#section01 p.E-mt-min60{
    margin-top: -60px;
}


@media screen and (max-width: 768px) {
    #section06 p.E-mt30{
        margin-top: 0;
    }
    
    .E-mt-min10{
        margin-top: 0;
    }
    
    .E-mt-min25{
        margin-top: -20px;
    }
    
    .E-mt-min30{
        margin-top: 0;
    }
    
    #section01 .wrap-box div p.E-mt-min30{
        margin-top: 0;
    }
    
    #section01 p.E-mt-min60{
        margin-top: 0;
    }
}

/*
	anime
------------------------------ */
.fadeUp {
	animation-duration: 3s;
	animation-fill-mode: forwards;
	opacity: 0;
}

/* opacity */
.fadeUp {
	animation-name: fadeUpAnime;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.delay1 {
	animation-delay: 0.5s;
}

.delay2 {
	animation-delay: 1s;
}

.delay3 {
	animation-delay: 1.5s;
}

.delay4 {
	animation-delay: 2s;
}


/* ----------------------------------------------------
	fadeIn
---------------------------------------------------- */
/*
	共通初期設定
	パターン1：透明度が変化
------------------------------ */
.fadeBlock {
	opacity: 0;
	transition: all 1s;
}

.fadeBlock.fadeIn {
	opacity: 1;
}

/*
	パターン2：下から
------------------------------ */
.fadeBottom {
	transform: translateY(100px);
}

.fadeBottom.fadeIn {
	transform: translateY(0);
}