@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;
}
#sns-space {
    width:100%;
    margin:10px 0px;
text-align: center;

}

section {
    margin-bottom:50px;
}

a {
    color:#000;
}
a:hover {
    color:#e78f00;
}

h1 {
    color:#f19500;;
    font-size:28px;
    line-height:1.2;
}
h1 a {
    color:#000;
    text-decoration:none;
}
h1 a:hover {
    color:#0099FF;
    text-decoration:underline;

}

h1 img {
    width: 100%;
}/*h1の画像対応*/

/*h2 {
    margin-bottom:1em;
    padding-left:10px;
    font-size:20px;
    color:#000;
    border-left:5px solid #0099FF;
}*/

h2{
padding: 0.5em 0;
font-size:20px;
}
h2:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(102, 183, 255), transparent);
background: -webkit-linear-gradient(to right, rgb(102, 183, 255), transparent);
background: linear-gradient(to right, rgb(102, 183, 255), transparent);
}

/
h3 {
    margin-bottom:1em;
    padding:2px 5px;
    color: #0099FF;
    font-size:18px;
    border-bottom:1px solid #0099FF;
}

h3{
padding: 0.5em 0;
font-size:20px;
    color: #0099FF;
}
h3:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(102, 183, 255), transparent);
background: -webkit-linear-gradient(to right, rgb(102, 183, 255), transparent);
background: linear-gradient(to right, rgb(102, 183, 255), transparent);
}

h3 a {
	color: #0099ff;
}

h4 {
    margin-bottom:0.25em;
	margin-top: 2em;
    font-size:18px;
    color:#333;
}
h4:before {
    content:"\002605";
    color:#f19500;
}

h5 {
    margin-bottom:1em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
    margin-bottom:1em;
    padding:2px 5px;
    color:#FF6600;
    font-size:18px;
    border-bottom:1px dotted #FF6600;
}

/*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:#f19500;*/
}

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;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f6fbff;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
	
}
header h1 {
    margin-bottom:20px;
	
}

.contact {
    position:absolute;
    top:0;
    right:0;
    vertical-align:top;

}

.contact a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background:#638bc7;
    border-radius:4px;
    text-decoration:none;
    background:#638bc7 url(../images/mail.png) 10px 50% no-repeat;
}

.contact a:hover {
    color:#fff;
    background:#3366ff url(../images/mail.png) 10px 50% no-repeat;
}



.summary {
    clear:both;
	font-size: 1.2em;
	padding:0px;
}



/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    margin-bottom:10px;
    padding:0;
    /*background:#ddeeff;*/


background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);

    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:235px;
    padding:10px 0;
    color:#000;
    text-align:center;
    text-decoration:none;
}
nav li:first-child a {
    width:233px;
}
nav li a:hover {
    color:#000;
    text-decoration:none;
    background:#aaddff;
	/* background:#ddd; */
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.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:#f19500;
}
.totop img:hover {
    background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.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(../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;
	color: #FF9933;
}
.info dd {
    padding-bottom:1em;
    border-bottom:1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
    position:relative;
    overflow:hidden;
    padding-bottom:25px;
}

.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;
    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:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.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:#f19500;
}

/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:10px;
    margin-bottom:10px;
}

.topNaviColumn {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}

.topNaviColumn_01 {
    display:inline;
    width:100%;
    float:left;
    margin-right:1%;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px 10px 10px 10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    /*background:#f9ffff;*/
background:#f9ffff;
    border:2px solid #eeeeee;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:0px 10px 0px 10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#0099FF;
    border:none;
}

.topNaviCon:hover h2 {
    color:#f19500;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
    width:100%;
}


/* トップナビ R*/
* html .topNaviR {
    height:1em;
    overflow:visible;
}

.topNaviR {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:10px;
    margin-bottom:10px;
}

.topNaviColumnR {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}



.topNaviConR {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px 10px 10px 10px;
    text-decoration:none;
    color:#333;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#FCEBC9 ;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviConR:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviConR h2 {
    margin:0px 10px 0px 10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#0099FF;
    border:none;
}

.topNaviConR:hover h2 {
    color:#f19500;
}

.topNaviConR p {
    margin:10px;
}

.topNaviPhotoR img {
    width:100%;
}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@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;
    }
    .contact2 {
        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%;
    }

   .totop {
    display:none !important;
    }

    /* メインメニュー */
    nav {
        display:block;
        position:relative;
        width:100%;
    }
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#67aff7;
        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;
    }
    navv li a:before {
        content:"\0025a0";
        color:#5b4111;
    }
    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;
    }

}

/* 追加 */

.fontred {
	color: #FF0033;
}

.r_mark01 {
    position:relative;
    vertical-align:top;
	margin: 2em;
	padding: 5px;
	text-align: center;


}

.r_mark01 a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background: #ff0033;
    border-radius:4px;
    text-decoration:none;

}

.r_mark02 {
    position:relative;
    vertical-align:top;
	margin: 0.5em;
	padding: 5px;
	text-align: center;


}

.r_mark02 a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background: #0099ff;
    border-radius:4px;
    text-decoration:none;

}

.r_mark03 {
    position:relative;
    vertical-align:top;
	margin: 0.5em;
	padding: 5px;
	text-align: center;


}

.r_mark03 a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background:#66CC99;
    border-radius:4px;
    text-decoration:none;

}


.r_mark04 {
    position:relative;
    vertical-align:top;
	margin: 0.5em;
	padding: 5px;
	text-align: center;


}

.r_mark04 a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background:#FF99CC;
    border-radius:4px;
    text-decoration:none;

}

.r_mark05 {
    position:relative;
    vertical-align:top;
	margin: 0.5em;
	padding: 5px;
	text-align: center;


}

.r_mark05 a {
    display:block;
    padding:5px 10px 5px 29px;
    color:#fff;
    background:#66CCFF;
    border-radius:4px;
    text-decoration:none;

}


.waku001 {

	border: #666666 1px solid;
}

.waku002 {

	border: #66CCFF 1px solid;
}

p.resizeimage img {
	width: 100%;
}

#map_canvas{
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.font09f {
	color: #0099FF;
}

.fontf30 {
	color: #ff3300;
}

.font12 {
	font-size: 1.2em;
}

.font15 {
	font-size: 1.5em;
}

.font999 {
	color: #999999;
}

.sen01 {
	border: 1px solid #999999;
}

.font09 {
	font-size: 0.9em;
}

.font08 {
	font-size: 0.9em;
}

.kankaku01 li{
	margin-top: 1em;
	margin-bottom: 1em;
	color: #3399FF;
}

/*.kankaku01 li a{
	color: #3399FF;
}*/

.wakuiro01 {
	border: 1px solid #cccccc;
}

/*動画自動調整用*/
iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
}


/* ▼追加 */
#tour_info, #top_info {
  position: relative;
}

#tour_info .inner, #top_info .inner {
  padding: 3px 0 0;
}

#tour_info h2, #top_info h2 {
  padding: 4px 0 0;
  margin: 0;
  border: none;
}


#top_info ul {
  margin: 0 0 0 -25px;
}

#top_info ul li {
  padding: 0 0 5px 0;
  margin-top: 5px;
  margin-bottom: 10px;
  /*width: 710px;*/
  line-height: 1.7em;
  border-bottom: 1px dotted #dddddd;
  list-style-type: none;
}

#top_info ul li:first-child {
  padding-top: 10px;
  border-top: 1px dotted #b2b2b2;
}

#top_info .news_date {
  display: block;
  float: left;
  margin-right: 10px;

}

#top_info .news_category {
  display: block;
  float: left;
  width: 80px;
  height: 15px;
  margin-top: 3px;
  margin-right: 12px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  /*background-image: url("../images/category-tag-corners.png");*/
  background-repeat: no-repeat;
  background: #00a0e9;
}

#top_info .news_category.BLnews01 {
  background-color: #00a0e9;
}

#top_info .news_category.BLnews02 {
  background-color: #FF9933;
}

#top_info .news_category.BLnews03 {
  background-color: #5a3686;
}

#top_info .news_category.BLnews04 {
  background-color: #009678;
}


.waku01{
	margin:0 auto 30px;
	padding:10px;
	border:1px solid #CCC;
	
}
.waku02{
	margin:0;
	padding:5px;
	border:1px solid #CCC;
	

/* ▲追加 */



/*h2 {
color: #6cb4e4;
text-align: center;
padding: 0.25em;
border-top: solid 2px #6cb4e4;
border-bottom: solid 2px #6cb4e4;

}*/

/*h3{
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.1em 0.5em;
}*/

/*h3{
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
}*/



.news_category.BLnews001 {
  background-color: #00a0e9;
}

.news_category.BLnews002 {
  background-color: #FF9933;
}

.news_category.BLnews003 {
  background-color: #5a3686;
}

.news_category.BLnews004 {
  background-color: #009678;
}



.waku001 table, th, td {
    border:none;
}