﻿@import url(./kankou_body.css);
@import url(./topFreearea_map.css);

/* body */
body
{

}

/*:::::::::::::::::::::::::
 * 特集コンテンツ
 *::::::::::::::::::::::::*/
#main-visual {
	height:auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flash
{
	height:auto;
	overflow:hidden;
    width: 100%;
}
.flash img
{
    display: none; /* 読み込みされただけの画像は非表示 */
}
.bx-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width:100% !important;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    background: none repeat scroll 0 0;
    margin:0px auto;
}
.bx-wrapper .bx-pager{
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-loading {
    background: url("../images/top1SP/bx_loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    color: #666666;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    display:none;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-controls
{
    height:0px;
}
.bx-controls-direction
{
    position:absolute;
    top:50%;
    /*height:44px;*/
    height:0;
    margin-top:-22px;
    z-index:100;
    cursor:pointer;
    width:100%;
}
/*.fluid-width-video-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.fluid-width-video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.bx-wrapper .bx-controls-direction .bx-wrapper .bx-controls-direction .bx-prev{
	background:none;
	width: 30px;
}
.bx-wrapper .bx-controls-direction .bx-next:before{
    position: absolute;
    top: -4px;
    margin-left: -15px;
    content: '\f138';
    color: rgba(255,255,255,.5);
    font-size: 36px;
    font-family: fontAwesome;	
    right:10px;
    left:auto;
}

.bx-wrapper .bx-controls-direction .bx-prev:before{
    position: absolute;
    top: -4px;
    content: '\f137';
    color: rgba(255,255,255,.5);
    font-size: 36px;
    font-family: fontAwesome;	
    left:10px;
    right:auto;
}
.flash li img
{
    width:100%;
}
div.bx-caption
{
	position:absolute;
	color:snow;
	bottom:0px;
	background:url("../../common/images/slideViewer/transparentCap.png") repeat scroll 0 0 transparent;
	font-size:0.8em;
	height:45px;
	line-height:1.4;
	width:99%;
	z-index:99;
}
div.bx-caption span
{
    margin:5px 2px 5px 5px;
    display:block;
}
.bx-controls-auto
{
	width:100%;
	height:20px;
	overflow:hidden;
	z-index:99;
    display: block;
    padding:3px 0px;
	position:relative;
    bottom:30px;
    left:0px;
    margin:0px auto;
}
.bx-controls-auto .bx-controls-auto-item {
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 99;
    text-align: center;
    display: block;
    padding: 3px;
    background-color: #ffffff;
	position:relative;
    float:left;
    margin-left:12px;
}
/* 停止ボタン */
.bx-controls-auto a.bx-stop{
    background: rgba(0, 0, 0, 0) url("../images/slideViewer/controls.png") no-repeat scroll -86px -44px;
    display: block;
    height: 11px;
    margin: 0 0px 0px 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
/* 再開ボタン */
.bx-controls-auto a.bx-start{
    background: rgba(0, 0, 0, 0) url("../images/slideViewer/controls.png") no-repeat scroll -86px -11px;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-controls-auto a.bx-stop:hover, .bx-controls-auto a.bx-stop.active {
    background-position: -86px -33px;
}
.bx-controls-auto a.bx-start:hover, .bx-controls-auto a.bx-start.active {
    background-position: -86px 0px;
}
#ulSv25
{
    padding:0px;
}

/*:::::::::::::::::::::::::
 * Navigation Skip
 *::::::::::::::::::::::::*/
#Navigation ul,
.Navigation ul{
	margin: 0;
	padding: 0;
}
#Navigation li,
.Navigation li{
	position: absolute; text-align: left; margin: 0; padding: 0; display: block;
}
#Navigation a,
.Navigation a{
	padding: 5px;
	display: inline;
	z-index: 99;
	text-decoration: none;
	position: absolute; 
	width:300px;
	left: -1000em;
	top: 0;
	font-weight: bold;
	text-align:center;
	font-size:125%;
	/zoom:1;
}

#Navigation a:focus,
#Navigation a:active,
.Navigation a:focus,
.Navigation a:active
{
	position: absolute; 
	top: 30px;
	left: 250px;
	background:#fff !important;
	border:2px solid #000;
}
img.imgFromText
{
	max-height:126px !important;
	max-width:90px !important;
}
* html img.imgFromText
{
	height:126px !important;
	width:90px !important;
}

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}

/*Loading*/
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -69px 0 0 -69px;
  width: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

ol, ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: .5em;
    margin-left: 0;
    padding: 0;
}


.h1, h1{    font-size: 26px;}
.h2, h2{    font-size: 22px;}
.h3, h3{    font-size: 18px;}
.h4, h4{    font-size: 16px !important;}
.h5, h5{    font-size: 14px;}
.h6, h6{    font-size: 14px;}

.mincho{
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}

a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a img:hover{
	opacity: .5;
}

img{
	max-width:100%;
}

#main{
	overflow:hidden;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.7;
}
#main .inner {
	padding: 60px;
}


.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-button-next,.swiper-button-prev{
	background:none;
	width: 30px;
}
.swiper-button-next:before{
  content: '\f138';
  color: rgba(255,255,255,.5);
  font-size: 36px;
  font-family: fontAwesome;	
}

.swiper-button-prev:before{
  content: '\f137';
  color: rgba(255,255,255,.5);
  font-size: 36px;
  font-family: fontAwesome;	
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
  background-image:none !important;
}
.swiper-annai .swiper-button-next:before,
.swiper-food .swiper-button-next:before{
  content: '\f105';
  color: rgba(255,255,255,.5);
  font-size: 36px;
  font-family: fontAwesome;	
}

.swiper-annai .swiper-button-prev:before,
.swiper-food .swiper-button-prev:before{
  content: '\f104';
  color: rgba(255,255,255,.5);
  font-size: 36px;
  font-family: fontAwesome;	
}


.swiper-annai .swiper-pagination-bullet-active,
.swiper-food .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.about-in,
.schedule{
    padding: 60px 0;
}

.about-in h2{
    max-width: 214px;
    margin:10px auto 20px;
}

.swiper-annai {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 30px;
}


.food-in{
    padding: 60px 0;
}
.food-in h2{
    max-width: 124px;
    margin:10px auto 20px;
}
.swiper-food {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 30px;
}

.swipercomment {
    position: relative;
    text-align: center;
    bottom: -30px;
    width: 100%;
    padding: 0 10px;
}

.schedule h2{
    max-width: 400px;
    margin:10px auto 40px;
}
.about-in div.swiper-slide a img:hover,
.food-in div.swiper-slide a img:hover
{
    opacity:1.0;
}



#copyright{
	text-align:center;
	margin:10px auto 0;
}

#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

.pg-title{
	padding:1em;
	margin:0;
	position:relative;
}

.pg-title:before{
	content:"";
	height:20px;
	margin-top:-20px;
	position:absolute;
	background:#f7f3f0;
}

.midashi{
	padding: 0.4em 0.5em;
	border-left: solid 5px #e19324;
}

.midashi-tab{
	border-bottom:3px solid #e19324;
}
.midashi-tab span{
	position:relative;
	display:inline-block;
	padding: 0.5em 0.8em;
	border-radius:8px 8px 0 0;
}

.midashi-bd {
    position: relative;
    padding: 1em 0 10px 0;
    clear:both;
}
.midashi-bd:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 33px;
    background: #65bcab;
}


.news{
	padding: 10px 0 50px;
}

.info .postdate{
    margin-right: 1em;
    font-size: 14px;
    padding:0;
    font-weight: 700;
	position:relative;
}
.info .postdate:after {
	display:block;
	width:106%;
	content:"";
	position:absolute;
	height:3px;
	top:1.2em;
	left:-1%;
    border-bottom:2px solid #65bcab;
}
.info h4 {
	display:block;
    margin: .5em 0;
    line-height: 1.3;
}
.post-content {
    width: 100%;
    padding: 12px 0;
    display: -webkit-box;
    display: flex;
}
.post-content .thum {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 4px 4px;
}
.post-content .post-in {
    margin: 0 0 0 15px;
    -webkit-box-flex: 1;
    flex: 1;
}
.post-in .postdate{
	display:inline-block;
}
.post-in .postmore{
    padding: 3px 6px 3px;
    border-radius:5px;
	font-size:11px;
    white-space: nowrap;
	margin-left:5px;
}
.info-bg{
	padding-left:10px;
	padding-right:10px;

}
.info-title {
    text-align: center;
    display: block;
    padding: 8px 0px;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 0;
}
.info-title span{
	display:block;
	font-size:15px;
	padding:10px;
}

.sc-section{
	margin-bottom:1em;
}

.sc-title{
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
	font-size:16px;
}
.sc-content{
    padding: 20px 20px 20px 150px;
    margin-left: -90px;
    position: relative;
    z-index: 0;
    top: -10px;
    border-radius: 10px;
}

.sc-content a{
	display:block;
}
.sc-content a:before{
	font-family:FontAwesome;
	content:"\f101 ";
	margin-right:2px;
}

.yoyaku{
	padding: 60px 0;
}

.yoyaku table{
	border: 1px solid #606060;
}
.yoyaku .table > thead > tr > th,
.yoyaku .table > tbody > tr > th,
.yoyaku .table > thead > tr > td,
.yoyaku .table > tbody > tr > td{
	vertical-align:middle;
	border:none;
}
.yoyaku .table th{
	white-space:nowrap;
	width:270px;
}


.yoyaku .fa{
	font-size:46px;
}
.bgblk{
	text-align:center;
}
.bgblk h3{
    padding-top: 80px;
    padding-bottom: 80px;
	margin:0;
	font-size:20px;
	line-height:1.6;
}

.tel{
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 4px;
}
.tel span{display:block;font-size:18px;line-height:1.6 }
.tel span.eigyo{font-size:12px;}

.web{
	font-size:18px;line-height:1.6
}
.yoyaku-hosoku{width:90%;margin:0 auto}



.banner{
	padding:20px 0;
}

.banner ul {
    margin: 10px;
    letter-spacing:-.4em;
}

.banner ul li {
	display:inline-block;
	width:25%;
	padding:.5%;
	text-align:center;
}


/*-------------------------- --------------------
button style
-----------------------------------------------*/
/*btn action base*/
.btn0 {
	display: inline-block;
	width: 220px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.btn0::before,
.btn0::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn0,
.btn0::before,
.btn0::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn1 {
    position: relative;
    z-index: 2;
    border: 1px solid #666;
    line-height: 38px;
}
.btn1:hover {
	border-color: #65bcab;
	text-decoration:none;
}

.btn1::before,
.btn1::after {
  top: 0;
  width: 50%;
  height: 100%;
}
.btn1::before {
  right: 0;
}
.btn1::after {
  left: 0;
}
.btn1:hover::before,
.btn1:hover::after {
  width: 0;
}


.btn-rad{
    display: inline-block;
    padding: 10px 20px;
	border-radius: 20px;
    text-decoration: none;
}
.btn-rad:hover {
    text-decoration: none;
}


.moreall {
    margin-top: 2em;
    text-align: center;
}

.nodata
{
    text-align:center;
}

/*:::::::::::::::::::::::::
 * フリーエリア用
 *::::::::::::::::::::::::*/
.freeareaKankou
{
    margin-top:15px;
    margin-bottom:15px;
}
/*記事タイトル*/
h2.title
{
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f7f3f0;
    border-left: solid 5px #e19324;
    font-size:22px;
    font-weight:600;
}
/*段落見出しタイトル*/
h3.title
{	
    border-bottom:3px solid #e19324;
    font-size:18px;
    padding:0.5em 0.8em;
}

@media screen and (max-width: 1079px) {
	.sc-content {
	    padding-left: 100px;
	    margin-left: -110px;
	}
}

@media screen and (max-width: 768px) {
	/*.swiper-button-prev,
	.swiper-button-next{
		display:none;
	}*/
	.post-content .thum {
	    width: 80px;
	    height: 80px;
	}

	.banner ul li {
		display:inline-block;
		width:50%;
	}
	
	.yoyaku .table th,
	.yoyaku .table td{
		display:block;
		width:100%;
	}

	.bgblk h3{padding:20px}
	.tel span{font-size:14px;}
	.yoyaku-hosoku{width:100%}

	.sc-content {
	    padding:10px;
	    margin-left: 0px;
	    top:5px;
	}

	.about-in, .food-in,.schedule{
		padding: 20px 0;
	}
	.yoyaku{padding:30px 0}


}
@media screen and (max-width: 414px) {
	.tel{font-size:30px;}
	.about-in h2{max-width:200px;}
	.food-in h2{max-width:128px;}
}
@media screen and (max-width: 320px) {


}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}



.insta-title,
.pickup-title {
    text-align: center;
    font-size: 46px;
    position: relative;
    font-weight: 600;
    display: block;
}

/*INSTA*/
.insta {
    padding: 30px 0;
}
/* instaslide
--------------------------------------------------------- */
#instaslide.slideFrame .slideCell {
    width: 220px;
    padding: 10px;
}

#instaslide {
    height: 220px;
    overflow: hidden;
    margin: 0 0 0px;
    position: relative;
}

    #instaslide.slideFrame .slideCell img {
        border-radius: 50%;
    }

    #instaslide.slideFrame .slideCell {
        position: relative;
    }

        #instaslide.slideFrame .slideCell:after {
            font-family: FontAwesome;
            position: absolute;
            content: "\f030 ";
            width: 40px;
            height: 40px;
            top: 14px;
            left: 30px;
            background: yellow;
            color: rgba(0,0,0,.6);
            font-weight: 800;
            border-radius: 25px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
        }

    #instaslide.slideFrame .slideCell {
        border-radius: 50%;
    }

        #instaslide.slideFrame .slideCell img {
            border-radius: 50%;
        }

.insta_btn {
    display: inline-block;
    text-align: center; /*中央揃え*/
    text-decoration: none; /*下線消す*/
}

    .insta_btn:hover { /*ホバー時*/
        transition: .5s; /*ゆっくり変化*/
    }

    .insta_btn .insta-title { /*アイコンの背景*/
        position: relative; /*相対配置*/
        display: inline-block;
        width: 50px; /*幅*/
        height: 50px; /*高さ*/
        vertical-align: middle; /*垂直中央に*/
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
        overflow: hidden; /*はみ出た部分を隠す*/
        border-radius: 13px; /*角丸に*/
        top: -5px;
        left: -5px;
    }

        .insta_btn .insta-title:before { /*グラデーションを重ねるため*/
            content: '';
            position: absolute; /*絶対配置*/
            top: 23px; /*ずらす*/
            left: -18px; /*ずらす*/
            width: 60px; /*グラデーションカバーの幅*/
            height: 60px; /*グラデーションカバーの高さ*/
            background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
            background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%); /*グラデーション②*/
        }

    .insta_btn .fa-instagram { /*アイコン*/
        color: #FFF; /*白に*/
        position: relative; /*z-indexを使うため*/
        z-index: 2; /*グラデーションより前に*/
        font-size: 35px; /*アイコンサイズ*/
        line-height: 35px; /*高さと合わせる*/
        top: -5px;
    }

.insta {
    background: #c9e7db;
}