@media screen and (max-width: 800px) {
    .sp_hidden {
        display: none
    }
    .pc_hidden {
        display: inline
    }
    p {
        padding: 0;
        margin: 0;
    }
    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        -webkit-text-size-adjust: none;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000 !important;
        font-size: 10pt !important;
        line-height: 160% !important;
        letter-spacing: 1.4pt;
        text-align: left;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    img, iframe {
        vertical-align: bottom;
    }
    #wrap {}
    main img {
        width: auto;
        max-width: 100%;
    }
    .sec main {
        margin: 30px auto;
        width: 92%;
    }
    .content_wrap {
        width: 92%;
        margin: 0 auto;
    }
    ol {
        margin: 0;
        padding: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    ol.un {
        padding-bottom: 20px;
    }
    ol.un li {
        margin-left: 1.5em;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_basic th {
        background-color: #f9f9f9;
        padding: 8px 6px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: center;
        white-space: nowrap;
    }
    .table_basic td {
        background-color: #FFF;
        padding: 8px 6px;
        border-top: 1px solid #FFF;
    }
    .table_basic td.c {
        text-align: center;
    }
    .table_basic td .full {
        width: 100%;
    }
    .table_basic td textarea {
        width: 100%;
        height: 120px;
    }
    .table_basic2 {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_basic2 th {
        background-color: #f9f9f9;
        padding: 8px 6px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: center;
        white-space: nowrap;
    }
    .table_basic2 td {
        background-color: #FFF;
        padding: 8px 6px;
        border-top: 1px solid #FFF;
    }
    .scrool-table table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .table_scrool {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_scrool th {
        background-color: #f3f3f3;
        padding: 8px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: left;
    }
    .table_scrool td {
        background-color: #FFF;
        padding: 8px;
        border-top: 1px solid #FFF;
    }
    .table_scrool td img {}
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .sp_no {
        display: none
    }
    .h img {
        display: none;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        width: 100%;
        text-align: center;
    }
    .menu-btn {}
    
     .to_en {
        position: absolute;
		width: 200px;
		right: 10px;
		top: 10px;
		text-align: right;
		z-index: 9999999999999;
    }
     .to_en a{
			color: #FFFFFF;
			}
	 .to_en a img {
	width: 20px;
	margin-top: -3px;
	margin-right: 5px;
	}
    
     .to_yoyaku {
        display: none;
    }
    
     .to_yoyaku_sp {
        position: fixed;
		width: 100%;
		right: 0;
		bottom: 0;
		text-align:center;
		z-index: 9999999999999;
    }
    
     .to_yoyaku_sp a{
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        float: left;
        color: #FFFFFF;font-size: 12px;
    }
     .to_yoyaku_sp a:nth-child(1){
        background-color: #C80003;
        }
     .to_yoyaku_sp a:nth-child(2){
        background-color: #28539E;
        }
        
     .to_yoyaku_sp a::before {
content: '\f0f2';
font-family: FontAwesome;
font-weight: 900;
padding: 0 7px 0 0
}
    /*----------------------------------------Ｇナビ----------------------------------------*/
    /*----------------------------------------フッタ----------------------------------------*/
    #map {
        width: auto;
        height: 340px;
    }
    #map iframe{
    width: 100%;
    height: 300px;
}
    footer {
        background: #35457b url("../img/footer.png") no-repeat center top / cover;
        text-align: center;
        padding: 40px 0 20px;
        color: #fff;
        font-weight: 300;
    }
    footer .tit {
        font-size: 15pt;
        line-height: 15pt;
        letter-spacing: 5pt;
        padding-bottom: 30px;
        font-weight: 300;
    }
    footer .tit span {
        display: block;
        font-size: 11pt;
        padding-top: 15px;
        letter-spacing: 2pt;
        line-height: 1.8;
    }
    footer ol {
        background: rgb(35 38 64 / 74%);
        border: 1px solid rgb(152 156 182/ 60%);
        padding: 13px 5% 13px;
        margin-bottom: 40px;
    }
    footer ol li {
        text-align: left;
        padding: 7px 0;
        margin-left: 1em;
        list-style-type: disc;
        font-weight: 300;
    }
    footer .contact {
        text-align: center;
    }
    footer .contact div {
        font-size: 15pt;
        line-height: 15pt;
        letter-spacing: 5pt;
        font-weight: 300;
        padding-bottom: 20px;
    }
    footer .contact p {
        display: block;
        border-top: 1px solid rgb(255 255 255/ 35%);
        padding: 20px 0;
        line-height: 2.2;
    }
    footer .contact p a {
        color: #fff;
    }
    #topcontrol {
        position: fixed;
        bottom: 0px;
        right: 0px;
        background: #28a7e1;
    }
    #topcontrol img {
        display: block;
        width: 46px;
        height: 46px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .vhead {
        position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
        height: 100vh; /*高さを全画面にあわせる*/
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .vhead .logo {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        letter-spacing: .2em;
    }
    .vhead .logo img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .scrolldown1 {
        position: absolute;
        left: 50%;
        bottom: 20px;
        height: 50px;
    }
    .scrolldown1 span {
        position: absolute;
        left: -50px;
        top: -15px;
        color: #fff;
        font-size: 0.6rem;
        letter-spacing: 0.4em;
        font-weight: 300;
        width: 100px;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    }
    .scrolldown1::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 30px;
        background: #eee;
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0;
    }
    /*高さ・位置・透過が変化して線が上から下に動く*/
    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }
        30% {
            height: 30px;
            opacity: 1;
        }
        100% {
            height: 0;
            top: 50px;
            opacity: 0;
        }
    }
    #video-area {
        position: fixed;
        z-index: -1; /*最背面に設定*/
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
    }
    #video {
        /*天地中央配置*/
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /*縦横幅指定*/
        width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
        height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
        min-height: 100%;
        min-width: 100%;
    }
    /*----------------------------------------index----------------------------------------*/
    main {
        background: #fff;
    }
    #index01 {
        padding-top: 70px;
        margin-bottom: 30px;
        position: relative;
    }
    #index01 .island {
        right: 3%;
        top: -115px;
        position: absolute;
        width: 170px;
        z-index: 10;
    }
    #index01 .inner {
        margin: 0 auto;
        text-align: left;
    }
    #index01 .inner .tit {
        padding-top: 30px;
        color: #28a7e1;
        font-size: 13pt;
        line-height: 13pt;
        letter-spacing: 5pt;
    }
    #index01 .inner .tit p {
        display: flex;
        align-items: flex-end;
        margin-bottom: 26px;
    }
    #index01 .inner .tit p.t2 {
        margin-bottom: 20px;
    }
    #index01 .inner .tit p span {
        color: #28a7e1;
        font-size: 19pt;
        line-height: 19pt;
        letter-spacing: 5pt;
    }
    #index01 .inner .tit p span.span2 {
        font-size: 10pt;
        line-height: 10pt;
        letter-spacing: 5pt;
    }
    #index01 p.comment {
        line-height: 2;
        letter-spacing: 1.4pt !important;
    }
    #index02 {
        background: url("../img/index02_bg_sp.png") no-repeat center top;
        padding: 30px 4% 0;
        text-align: center;
    }
    #index02 .tit {
        text-align: center;
        color: #fff;
        font-size: 14pt;
        line-height: 2;
        letter-spacing: 5pt;
        border-bottom: 1px solid rgba(125, 206, 229, 0.77);
        border-top: 1px solid rgba(125, 206, 229, 0.77);
        display: block;
        margin: 0 auto 30px;
        padding: 15px 0px;
    }
    #index02 .tits {
        padding-bottom: 20px;
        text-align: center;
        color: #fff;
        font-size: 11pt;
        line-height: 11pt;
        letter-spacing: 3pt;
    }
    #index02 .color_b {
        color: #28a7e1;
    }
    #index03 {}
    #index03 .box {
        margin-bottom: 30px;
    }
    #index03 .box .pic {}
    #index03 .box .txt {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding-top: 30px;
    }
    #index03 .box .txt:before {
        content: "";
        flex-grow: 1;
        height: 50px;
        width: 1px;
        background: #d7d7d7;
        display: block;
        margin-right: 0.4em;
    }
    #index03 .box .txt p {
        width: 100%;
        background: #fff;
        line-height: 3;
        padding: 15px 0 0;
        border-radius: 15px 0px 0px 0px;
    }
    #index03 .box .txt p span {
        color: #28a7e1;
        font-size: 14pt;
        line-height: 2;
        letter-spacing: 5pt;
        display: block;
    }
    #index03 .box2 {
        margin-bottom: 40px;
    }
    #index03 .box2 .pic {}
    #index03 .box2 .txt {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding-top: 30px;
    }
    #index03 .box2 .txt:before {
        content: "";
        flex-grow: 1;
        height: 50px;
        width: 1px;
        background: #d7d7d7;
        display: block;
        margin-right: 0.4em;
    }
    #index03 .box2 .txt p {
        width: 100%;
        background: #fff;
        line-height: 3;
        padding: 15px 0 0;
        border-radius: 15px 0px 0px 0px;
    }
    #index03 .box2 .txt p span {
        color: #28a7e1;
        font-size: 14pt;
        line-height: 2;
        letter-spacing: 5pt;
        display: block;
    }
    #index04 {
        padding-bottom: 40px;
    }
    #index04 .tit {
        text-align: center;
        color: #28a7e1;
        font-size: 15pt;
        line-height: 15pt;
        letter-spacing: 12pt;
        border-bottom: 1px solid rgba(125, 206, 229, 0.77);
        border-top: 1px solid rgba(125, 206, 229, 0.77);
        display: block;
        margin: 0 auto 30px;
        padding: 20px 0px;
    }
    #index04 .tit span {
        display: block;
        padding-top: 12px;
        font-size: 10pt;
        letter-spacing: 3pt;
    }
    #index04 dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #eee;
    }
    #index04 dt {
        width: 50%;
        font-weight: 400;
        padding: 15px;
        border-bottom: 1px solid #eee;
        text-align: center;
        background: #f9f9f9;
    }
    #index04 dd {
        width: 50%;
        padding: 15px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    
#index05{
	background:url(../img/bg_glay.png) repeat;
	padding:30px 0;
}

    #index05 .tit {
        text-align: center;
        color: #28a7e1;
        font-size: 15pt;
        line-height: 15pt;
        letter-spacing: 12pt;
        border-bottom: 1px solid rgba(125, 206, 229, 0.77);
        border-top: 1px solid rgba(125, 206, 229, 0.77);
        display: block;
        margin: 0 auto 30px;
        padding: 20px 0px;
    }
    #index05 .tit span {
        display: block;
        padding-top: 12px;
        font-size: 10pt;
        letter-spacing: 3pt;
    }

#index05 .tit a:before {
	font-family: FontAwesome;
	content: "\f16d";
	margin-left:8px;
	color:#28a7e1;
	font-size:17pt;
	line-height:1;
	font-weight:normal;
}
#index05 p{
	margin-bottom:20px;}
#index05 ol{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
		-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
	}
#index05 ol li{
	list-style-type:none;
	margin-bottom:20px;
	width:48%;
}
#index05 ol li img{
	width:100%;
}
    
    /*--------------------------------------------------------------------------------*/
    h2 {
        margin: 0;
    }
    #kv_sec {
        background: url("../img/index02_bg.png") no-repeat center top / cover;
        height: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #kv_sec img {
        display: block;
        width: 100%;
        max-height: 220px;
        margin: 0 auto;
    }
    h3 {
        text-align: center;
        color: #28a7e1;
        font-weight: 400;
        font-size: 16pt;
        line-height: 16pt;
        letter-spacing: 7pt;
        border-bottom: 1px solid #28a7e1;
        border-top: 1px solid #28a7e1;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    h3 span {
        display: block;
        text-align: center;
        color: #28a7e1;
        font-weight: 400;
        font-size: 9pt;
        padding-top: 12px;
    }
    .mbs {
        margin-bottom: 10px !important;
    }
    .mbm {
        margin-bottom: 30px !important;
    }
    .mbl {
        margin-bottom: 40px !important;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 5px 0 5px 0.4em;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #00abb4;
    }
    /*----------------------------------------room----------------------------------------*/
    #room .box {
        margin-bottom: 30px;
    }
    #room .box .pic {}
    #room .box .txt {
        padding-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        text-align: center;
        line-height: 2.8;
    }
    #room .box .txt p {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    #room .box .txt p:before {
        content: "";
        flex-grow: 1;
        height: 50px;
        width: 1px;
        background: #d7d7d7;
        display: block;
        margin-right: 0.4em;
    }
    #room .box .txt span {
        color: #28a7e1;
        font-size: 14pt;
        line-height: 14pt;
        display: block;
        padding-bottom: 20px;
        padding-top: 30px;
    }
    #room .pics {
        margin-bottom: 40px;
    }
    /*----------------------------------------cuisine----------------------------------------*/
    #cuisine .ph {
        margin-bottom: 30px;
    }
    #cuisine p {
        text-align: center;
        margin-bottom: 30px;
        line-height: 2.8;
    }
    #cuisine p span {
        text-align: center;
        margin-bottom: 30px;
        color: #28a7e1;
        font-size: 14pt;
        line-height: 14pt;
        display: block;
        letter-spacing: 3pt;
    }
    #cuisine p span strong {
        text-align: center;
        color: #28a7e1;
        font-size: 11pt;
        line-height: 11pt;
        display: block;
        padding-top: 15px;
        font-weight: 400;
    }
    #cuisine ul li {
        text-align: left;
        padding: 5px 0;
        margin-left: 1em;
		margin-bottom: 2em;
        list-style-type: disc;
    }
    /*----------------------------------------wedding----------------------------------------*/
    #wedding .ph {
        margin-bottom: 30px;
    }
    #wedding p {
        text-align: center;
        margin-bottom: 30px;
        line-height: 2.8;
    }
    #wedding p span {
        text-align: center;
        margin-bottom: 30px;
        color: #28a7e1;
        font-size: 14pt;
        line-height: 14pt;
        display: block;
        letter-spacing: 3pt;
    }
    /*----------------------------------------access----------------------------------------*/
    #access #map {
        width: auto;
        height: 340px;
        margin-bottom: 30px;
    }
    /*----------------------------------------price----------------------------------------*/
    #price .ph {
        margin-bottom: 30px;
    }
    #price dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #eee;
    }
    #price dt {
        width: 50%;
        font-weight: 400;
        padding: 20px;
        border-bottom: 1px solid #eee;
        text-align: center;
        background: #f9f9f9;
    }
    #price dd {
        width: 50%;
        padding: 20px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    /*----------------------------------------faq----------------------------------------*/
    #faq div {
        border-bottom: 2px solid #eee;
        padding: 20px 0px 10px;
        text-align: left;
    }
    #faq div p {
        display: block;
        display: flex;
        padding-bottom: 10px;
    }
    #faq div:last-child {
        border-bottom: none;
    }
    #faq div p:first-child {
        font-size: 12pt;
        color: #28a7e1;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #faq div p u {
        display: block;
        text-decoration: none;
        width: calc(100% - 70px);
        font-weight: 400;
    }
    #faq div p u.intit {
        padding-top: 10px;
    }
    #faq div p span.q {
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        color: #fff;
        font-weight: 300;
        line-height: 14pt;
        background: #28a7e1;
        border-radius: 100px;
        width: 40px;
        height: 40px;
    }
    #faq div p span.a {
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        color: #fff;
        font-weight: 300;
        line-height: 14pt;
        background: #ccc;
        border-radius: 100px;
        width: 40px;
        height: 40px;
    }
    /*----------------------------------------reservation----------------------------------------*/
    #reservation ol {
        border-top: 1px solid #eee;
    }
    #reservation ol li {
        border-bottom: 1px solid #eee;
        padding: 15px;
    }
    #reservation ol li span {
        display: block;
        padding-bottom: 4px;
    }
    /*----------------------------------------contact----------------------------------------*/
    #contact dl {
        border-bottom: 2px solid #e9e9e9;
    }
    #contact dt {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0px 7px 0px;
        font-weight: normal;
        color: #00b2ff;
        font-size: 11pt;
    }
    #contact dt span {
        background: #28a7e1;
        color: #fff;
        border-radius: 100px;
        display: inline-block;
        padding: 5px 10px;
        font-size: 9pt;
        line-height: 1;
        margin-left: 7px;
    }
    #contact dt span.nn {
        background: #bbb;
    }
    #contact dd {
        text-align: left;
        padding: 7px 0px 15px 0px;
    }
    #contact dd input {
        background: #e9e9e9;
        border: none;
        padding: 10px;
    }
    #contact dd select {
        background: #e9e9e9;
        border: none;
        padding: 10px;
    }
    #contact dd input.sizeL {
        width: 100%;
    }
    #contact dd input.sizeS {
        width: 150px;
        margin-right: 10px;
    }
    #contact dd input.add2 {
        margin-top: 20px;
    }
    #contact dd input.radio {
        margin-right: 10px;
    }
    #contact dd input.checkbox {
        margin-right: 10px;
    }
    #contact dd span.come {
        margin-right: 20px;
    }
    #contact dd textarea {
        width: 100%;
        height: 200px;
        background: #e9e9e9;
        border: none;
        padding: 10px;
    }
    #contact .btn {
        text-align: center;
        padding-top: 30px;
    }
    #contact .btn a {
        background: #28a7e1;
        color: #fff;
        display: inline-block;
        padding: 15px 80px 20px;
        line-height: 1;
    }
    /*----------------------------------------loopslider----------------------------------------*/
    #loopslider, #loopslider2 {
        margin: 0px auto 20px auto;
        width: 100%;
        height: 180px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
    #loopslider ul, #loopslider2 ul {
        height: 180px;
        float: left;
        display: inline;
        overflow: hidden;
    }
    #loopslider ul li, #loopslider2 ul li {
        width: 260px;
        height: 180px;
        float: left;
        display: inline;
        overflow: hidden;
        margin: 0 0 0 0;
        text-align: center;
    }
    #loopslider ul li img, #loopslider2 ul li img {
        width: 240px;
    }
    /* =======================================ClearFixElements======================================= */
    #loopslider ul:after, #loopslider2 ul:after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }
    #loopslider ul, #loopslider2 ul {
        display: inline-block;
        overflow: hidden;
    }
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #al9, #al10, #al11, #al12 {}

}