@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    width:100%;
    margin:0 auto;
    font-size:14px;
    color:#382400;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    width:940px;
    margin:10px auto;
}

nav {
    width:100%;
}

#contents {
    width:940px;
    margin:10px auto;
}

#main {
    float:right;
    width:620px;
}

#sub {
    float:left;
    width:300px;
}

#subnav {
    display:none;
}

section {
    margin-bottom:50px;
}

a {
    color:#000;
}
a:hover {
    color:#154657;
}

h1 {
    color:#cc0000;;
    font-size:13px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin:0 0 1em 0;
}
h1 a {
    color:#cc0000;
    text-decoration:none;
}
h1 a:hover {
    color:#cc0000;
    text-decoration:underline;
}

h2 {
    margin-bottom:0.5em;
    padding-left:10px;
    font-size:18px;
    color:#000;
    border-left:5px solid #154657;
}

h3 {
    margin-bottom:0.5em;
    padding:2px 5px;
    color:#154657;
    font-size:16px;
    border-bottom:1px solid #154657;
}

h4 {
    margin-bottom:0.25em;
    font-size:16px;
    color:#333;
}
h4:before {
    content:"\002605";
    color:#022122;
}

h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
    margin-bottom:0.25em;
    color:#382400;
    font-size:14px;
    font-weight:bold;
}

p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#022122;
}

small {
    font-size: 80%;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
    margin-bottom:0.5em;
    border-bottom:1px dotted #ddd;
}
dt:before {
    content:"\0025a0";
}
dd {
    margin-bottom:1em;
}

table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f5f5f5;
	font-size: 80%;
}
td {
    padding:10px;
    border:1px solid #ddd;
	font-size: 80%;
}
.fb_iframe_widget > span {
  margin-right:5px;
  vertical-align: baseline !important;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}
header h1 {
    margin-bottom:10px;
}

.contact {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;

}

.contact a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background:#022122;
    border-radius:4px;
    text-decoration:none;
    background:#022122 url(../../new/images/mail.png) 10px 50% no-repeat;
}

.contact a:hover {
    color:#fff;
    background:#154657 url(../../new/images/mail.png) 10px 50% no-repeat;
}

.summary {
    clear:both;
}
.header_red {
    color:#cc0000;;
    font-size:13px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin:0 0 1em 0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    margin-bottom:10px;
    padding:0;
    background:#f7f5f1;
    overflow:hidden;
}
nav ul {
    width:940px;
    margin:0 auto;
    padding:0;
}
nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
nav li a {
    display:block;
    width:157px;
    padding:10px 0;
    color:#000;
    text-align:center;
    text-decoration:none;
}
nav li:first-child a {
    width:155px;
}
nav li a:hover {
    color:#000;
    text-decoration:none;
    background:#ddd;
}
p.resizeimage img {
	width: 90%;
}

.btn_bkg {
	text-decoration: none;
	background: #FF6600;
	border: 1px solid #DDD;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.85),0px 0px 5px rgba(0,0,0,1);
	width: 120px;
	padding: 10px 15px;
}
.btn_bkg:hover {
	background-color: #cccccc;
}
.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-2::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-2:hover {
    background-color: #1579c0;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}


.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:300px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}

.footmenu {
    width:100%;
    padding:20px 0;
    overflow:hidden;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
.footmenu ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:12px;
    text-align:center;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#022122;
}
.totop img:hover {
    background:#154657;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../../new/images/check.png) 0 5px no-repeat;
}

.photo {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:5px solid #ddd;
    background:#fff;
}

.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}

.info dt {
    border-bottom:none;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}
.border_red {
	margin: 6px 0;
	padding: 5px 10px 0px;
	border: 1px solid #cc0000;
	background-color: #ffeeee;
	width: 95%;
	border-radius: 5px;
}
.border_orange {
	margin: 6px 0;
	padding: 5px 10px 0px;
	border: 1px solid #ee7d00;
	background-color: #ffecd9;
	width: 95%;
	border-radius: 5px;
}
.text_small {
	font-size: 12px;
}
.remarks {
	font-size: 11px;
}
.text_red {
    color:#cc0000;
}
.text_red_bold {
    color:#cc0000;
	font-weight: bold;
}
.text_orange_bold {
    color:#EE7D00;
	font-weight: bold;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
    position:relative;
    overflow:hidden;
}

.slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}

.slidePrev img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideNext img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}

.slideInner {
    position:relative;
    margin:0 0 5px 0;
    padding:0;
}
.slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slideInner li img {
    margin:0 5px;
    padding:0;
}

.filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}

.controlNav {
      position:relative;
      float:left;
      left:50%;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#999;
      cursor:pointer;
}
.controlNav span.current {
      background:#022122;
}

/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn {
    display:inline;
    width:24%;
	/* width:32%; */
    float:left;
    margin-right:1%;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #022122;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#022122;
    border:none;
}

.topNaviCon:hover h2 {
    color:#022122;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
}

/* ホテルリスト */
* html .hotelList {
    height:1em;
    overflow:visible;
}

.hotelList {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:10px;
    margin-bottom:20px;
}

.hotelListColumn {
    display:inline;
    width:90%;
    float:left;
    margin-right:1%;
    margin-bottom:5px;
}

.hotelListCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.hotelListCon:hover {
    color:#000;
    background:#F8F8F5 none repeat scroll 0 0;
    border:1px solid #022122;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.hotelListCon h2 {
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#022122;
    border:none;
}

.hotelListCon:hover h2 {
    color:#022122;
}

.hotelListCon p {
    margin-left:10px;
}

.hotelListPhoto img {
    margin:10px;
}

/**************************
* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
background:#fff;
box-shadow:0 0 3px #ddd;
margin-left: 10px;
margin-bottom: 10px;
}

.grid h3{
padding:5px 0;
font-weight:bold;
color:#fff;
background:#333333;
text-align:center;
}

.grid h4{
margin-left: -20px;
padding:5px 0;
font-weight:bold;
color:#fff;
background:#666666;
margin-bottom:20px;
}

.grid p{
padding:5px 10px;
}

.grid p.img{
padding:0;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }

    header {
        width:100%;
    }

    header h1 {
        margin-bottom:0;
    }

    .contact {
        position:relative;
        float:right;
        margin:10px 0;
    }

    #contents {
        width:100%;
}

    #main {
        float:none;
        width:100%;
    }

    #sub {
        float:none;
        width:100%;
    }

    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
        float:left;
        width:48%;
        margin:0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#999;
        border:none;
    }
    nav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    nav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    nav ul {
        width:100%;
    }

    nav li {
        width:33.33%;
        margin:0;
        padding:0;
        list-style:none;
    }
    nav li:first-child a {
        width:100%;
    }

    nav li a {
        display:block;
        width:100%;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }

    /* トップナビ */
    .topNavi {
        margin-right:0;
    }

    .topNaviColumn {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }
	
    /* 打消し線 */
    .del {
		text-decoration-line: line-through;
		text-decoration-style:solid;
		text-decoration-color: red;
    }
}
/*================================================
 *  Google Mapサイズ調整
 ================================================*/

	.ggmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
 
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*================================================
 *  問い合わせボタン
 ================================================*/

.btn_bkg {
	text-decoration: none;
	background: #FF6600;
	border: 1px solid #DDD;
	color: #FFF;
	width: 120px;
	padding: 10px 15px;
	}

/*================================================
 *  クッキーポップアップ
 ================================================*/

  .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: -100px;
    left: calc(50% - 650px/2);
    width: 650px;
    font-size: 12px;
    background: #fff;
    padding: 1.2em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    visibility: visible;
    transition: .5s;
    z-index: 10000;
  }
  .cookie-consent.is-show {
    top: 30px;
  }
  .cookie-text {
    width: 90%;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 650px) {
    .cookie-consent {
      flex-direction: column;
      width: 300px;
      left: calc(50% - 300px/2)
    }
    .cookie-text {
      width: 100%;
      margin-bottom: 1em;
    }
  }
/*PC・スマート表示切替
---------------------------------------------------------------------------*/
.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (max-width : 920px){
.for-pc { display:none; }
.for-sp { display:block; }
}