@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
	line-height: 1.5;
	color: #595856;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	background: url(/travel/common/img/bg_texture_01.jpg) 0 0 repeat;
}
body, input, textarea, select, button {
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	/* 明朝フォント
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;	font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
address, caption, code, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}
/* ==========================================================
 base Link
========================================================== */
a {
	color: #595856;
	text-decoration: none;
}
a:visited {}
a:hover,
a:active,
a:focus { text-decoration: none;}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
	content: "";
	display: table;
}
.clearfix:after,
.contents:after
{
	clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
	*zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
html.is-open { overflow: hidden;}
.is-open .header {
  height: auto;
  bottom: 0;
}
.mb05 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb25 { margin-bottom:25px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.mb70 { margin-bottom:70px;}
.mb80 { margin-bottom:80px;}
.mb90 { margin-bottom:90px;}
.mb100 { margin-bottom:100px;}

.mt05 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}

/* ==========================================================
 body
========================================================== */
body { min-width: 1px;}
@media screen and (max-width: 767px) {
	body { min-width: 2px;}
}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
	width: 100%;
}
/* ==========================================================
 header
========================================================== */
.header-wrap {
  position: fixed;
  width: 100%;
	min-width: 1000px;
  height: 161px;
  z-index: 999;
	top: 0;
		left: 0;
}
.header {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #fff;
}
	.header-in {
		width: 1000px;
		margin: 0 auto;
		text-align: left;
	}
	.header-logo {
		float: left;
		padding-top: 14px;
	}
		.header-logo a {
			display: block;
			width: 135px;
		}
			.header-logo a img { width: 135px; }
	.header-utility {
		float: right;
		padding-top: 14px;
		overflow: hidden;
	}
		.header-lan {
			float: right;
			margin-right: 20px;
		}
			.header-lan li { float: left; }
				.header-lan li a {
					display: table-cell;
					vertical-align: middle;
					width: 72px;
					height: 30px;
					border-right: 1px solid #e0e0e0;
					line-height: 1;
					font-size: 12px;
					text-align: center;
					color: #76b7b9;
				}
				.header-lan li:first-child a { border-left: 1px solid #e0e0e0; }
				
				.header-lan li a:hover,
				.header-lan li.current a { color: #595856; }
		.header-fsize {
			float: right;
			overflow: hidden;
		}
			.header-fsize li {
				float: left;
				margin-right: 5px;
			}
			.header-fsize li:last-child { margin-right: 0; }
				.header-fsize li a {
					display: table-cell;
					vertical-align: middle;
					width: 30px;
					height: 30px;
					border-radius: 2px;
					font-weight: 700;
					text-align: center;
					line-height: 1;
					background-color: #76b7b9;
					border: 1px solid #76b7b9;
					color: #fff;
				}
				.header-fsize li.sm a { font-size: 12px; }
				.header-fsize li.md a { font-size: 16px; }
				.header-fsize li.lg a { font-size: 20px; }
				.header-fsize li a:hover,
				.header-fsize li a.active {
					background-color: #fff;
					border: 1px solid #e0e0e0;
					color: #000;
				}
		.header-search {
			display: none;
			float: right;
			position: relative;
		}
			.header-search .input-search {
				width: 180px;
				height: 30px;
				padding: 5px 0 0 30px;
				border: 1px solid #e0e0e0;
			}
			.header-search .btn-search {
				position: absolute;
				width: 30px;
				height: 28px;
				background: url(/travel/common/img/ico_search_01.png) center center no-repeat;
				border: 0;
				text-indent: -9999px;
				overflow: hidden;
				-webkit-appearance: none;
				top: 1px;
				left: 1px;
			}
		.header-social {
			float: right;
			overflow: hidden;
		}
			.header-social li {
				float: left;
				margin-left: 15px;
			}
				.header-social li a {
					display: block;
					width: 30px;
				}
					.header-social li a img { width: 100%; }
      
      .btn-lang-sp,
      .btn-search-sp,
      .btn-menu-sp { display: none;}

@media screen and (max-width: 767px) {
.header-wrap {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
	min-width: inherit;
}
.header {
  position: static;
	height: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
	.header-in {
		width: auto;
		margin: 0 auto;
		text-align: left;
	}
	.header-logo {
		float: left;
    width: 115px;
		padding: 15px 0 0 10px;
	}
		.header-logo a { width: 115px;}
		.header-logo a img { width: 100%; }
    
	.header-utility {
		float: right;
    min-width: 170px;
    max-width: 215px;
		padding-top: 0;
	}
    .btn-lang-sp {
      display: block;
      float: left;
      width: 45px;
      height: 60px;
			margin-left: 6px;
    }
      .btn-lang-sp a {
        display: block;
        height: 60px;
        background: #f4f4f3 url(/travel/common/img/btn_lang_sp.png) center no-repeat;
        background-size: 45px 45px;
        text-indent: -99999px;
      }
        .btn-lang-sp a.open {
          background: #f4f4f3 url(/travel/common/img/btn_lang_sp_open.png) center no-repeat;
          background-size: 45px 45px;
        }
		.header-lan {
      position: absolute;
      top: 60px;
      left: 0;
      right: 0;
			float: none;
			margin-right: 0;
		}
			.header-lan li { float: none; }
				.header-lan li a {
					display: block;
					width: 100%;
					height: 44px;
          line-height: 44px;
          background-color: rgba(244,244,243,0.98);
					border-right: none;
          border-bottom: 1px #30957f solid;
					font-size: 170%;
					text-align: center;
				}
				.header-lan li:first-child a { border-left: none; }
				.header-lan li a:hover,
				.header-lan li.current a { color: #000; }
        
		.header-fsize { display: none;}
		
    .btn-search-sp {
      display: none;
      float: left;
      width: 45px;
    }
      .btn-search-sp a {
        display: block;
        width: 45px;
        height: 60px;
        background: url(/travel/common/img/btn_search_sp.png) center no-repeat;
        background-size: 45px 45px;
        text-indent: -99999px;
      }	
		.header-social { float: left;}
			.header-social li {
				float: left;
				margin-left: 0;
			}
				.header-social li a {
					display: table;
					width: 40px;
          height: 60px;
				}
  				.header-social li a span {
            display: table-cell;
            vertical-align: middle;
            line-height: 0;
            text-align: center;
          }
					.header-social li a img {
            width: 25px;
            height: 25px;
          }
    
    .btn-menu-sp { 
      display: block;
      float: right;
      width: 45px;
      height: 60px;
    }
      .btn-menu-sp a { 
        display: block;
        width: 45px;
        height: 60px;
        background: #30957f url(/travel/common/img/btn_menu_sp.png) center no-repeat;  
        background-size: 45px 45px;
        text-indent: -99999px;
      }
        .btn-menu-sp a.open { 
          background: #30957f url(/travel/common/img/btn_menu_sp_open.png) center no-repeat;
          background-size: 45px 45px;
        }
        
        .box-accordion { display: none;}
}
/* ==========================================================
 header-search-box 180521
========================================================== */
.header-search-box {
  position: relative;
  float: right;
  margin-right: 16px;
}
  .header-search-box .keyword {
    width: 186px;
    height: 30px;
    line-height: 1.2;
    padding: 0 40px 0 15px;
    border: none;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    outline: none;
    background-color:#f0f0f0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .header-search-box .keyword::-webkit-input-placeholder {
    color:#aaa;
  }
  .header-search-box .keyword::-moz-placeholder {
    color:#aaa;
  }
  .header-search-box .keyword:-ms-input-placeholder {
    color:#aaa;
  }
  .header-search-box .keyword:-moz-placeholder {
    color:#aaa;
  }
  .header-search-box .fadeover {
    position:absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 8px 12px 7px 4px;
    outline: none;
  }
  .header-search-box .fadeover:hover { opacity: 0.7; }
@media screen and (max-width: 767px) {
.header-search-box {
  float: none;
  margin-right: 0;
  padding: 18px 15px 18px 12px;
  background-color: rgba(48,148,128,0.98);
}
  .header-search-box .keyword {
    z-index: 10;
    width: 100%;
    height: 48px;
    line-height: 1.2;
    padding: 0 48px 0 25px;
    font-size: 123.1%;
  }
  .header-search-box .fadeover {
    top: 50%;
    right: 15px;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    padding: 14px 21px 12px 6px;
  }
}
/* ==========================================================
 nav-global
========================================================== */
.nav-global {
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 60px;
	left: 0;
	z-index: 1;
}
	.nav-global > ul {
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
		.nav-global > ul > li {
			display: inline-block;
      position: relative;
		  padding: 22px 0 15px;
			margin-left: 25px;
			margin-right: 25px;
			line-height: 1;
		}
		.nav-global > ul > li:first-child { /*margin-left: auto;*/ }
			.nav-global > ul > li > a {
				display: inline-block;
				text-align: center;
			}
				.nav-global > ul > li > a .icon {
					display: block;
					margin-bottom: 15px;
				}
				.nav-global > ul > li > a .text {
					display: block;
					font-size: 14px;
					color: #fff;
					line-height: 1;
				}
        
      .nav-global > ul > li .ico-nav a { display: none;}
      .nav-global > ul > li .nav-sub { display: none;}
      .nav-global > ul > li:hover .nav-sub {
        display: block;
        position: absolute;
        top: 101px;
        left: -20px;
        z-index: 10;
        width: auto;
        padding: 18px 20px;
        background-color: rgba(0,0,0,0.3);
        text-align: left;
      }
      .nav-global > ul > li:first-child:hover .nav-sub { left: 0;}
        .nav-global > ul > li .nav-sub li { margin-bottom: 13px;}
          .nav-global > ul > li .nav-sub li:last-child { margin-bottom: 0;}
          .nav-global > ul > li .nav-sub li a {
            white-space: nowrap;
            font-size: 139%;
            color: #fff;
          }
            .nav-global > ul > li .nav-sub li a:hover {
              -ms-filter: 'alpha( opacity=70)';
              filter: alpha( opacity=70);
              opacity: 0.7;
            }
      
@media screen and (max-width: 767px) {
.nav-global {
  position: fixed;
  top: 60px;
  bottom: 0;
  overflow-y: auto;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: transparent;
}
   .nav-global > ul {
    width: auto;
    padding: 0;
    background-color: rgba(48,148,128,0.98);
   }
		.nav-global > ul > li {
      position: relative;
			display: block;
      width: 100%;
			margin-left: 0;
			margin-right: 0;
      padding: 0;
      border-bottom: 1px #fff solid;
		}
			.nav-global > ul > li > a {
				display: block;
				text-align: center;
        padding: 0 9px;
        height: 44px;
        line-height: 44px;
			}
				.nav-global > ul > li > a .icon { display: none;}
				.nav-global > ul > li > a .text {
					display: block;
          font-size: 170%;
					color: #fff;
					line-height: inherit;
				}
        
      .nav-global > ul > li .ico-nav a { 
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 44px;
        background: url(/travel/common/img/ico_nav_open.png) right center no-repeat;
        background-size: 35px 44px;
        text-indent: -99999px;
      }
        .nav-global > ul > li .ico-nav .open { 
          background: url(/travel/common/img/ico_nav_close.png) right center no-repeat;
          background-size: 35px 44px;
        }
      .nav-global > ul > li .nav-sub {
        display: none;
        background-color: rgba(130,189,177,0.98);
      }
        .nav-global > ul > li:hover .nav-sub {
          display: none;
          position: static;
          top: 101px;
          left: -20px;
          z-index: 10;
          width: auto;
          padding: 0;
           background-color: rgba(130,189,177,0.98);
          text-align: center;
        }
        .nav-global > ul > li .nav-sub > li { 
          border-top: 1px #fff solid;
          margin-bottom: 0;
        }
          .nav-global > ul > li .nav-sub > li > a {
            display: block;
            line-height: 1.5;
            padding: 6px 9px;
            font-size: 170%;
            white-space: normal;
          }
            .nav-global > ul > li .nav-sub li a:hover {
              -ms-filter: 'alpha( opacity=100)';
              filter: alpha( opacity=100);
              opacity: 1.0;
            }
}
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb { background-color: rgba(255,255,255,0.4);}
	.nav-breadcrumb ul {
		width: 1000px;
		padding: 20px 0;
		margin: 0 auto;
		overflow: hidden;
	}
		.nav-breadcrumb ul li {
			float: left;
			font-size: 108%;
			color: #000;
			line-height: 1.2;
		}
			.nav-breadcrumb ul li a { color: #76b7b9; text-decoration: underline; }
			.nav-breadcrumb ul li span {
				display: inline-block;
				padding: 0 3px;
				color: #76b7b9;
			}

@media screen and (max-width: 1000px) {
	.nav-breadcrumb ul {
		width: auto;
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
.nav-breadcrumb {}
		.nav-breadcrumb ul li { font-size: 85%;}
			.nav-breadcrumb ul li a {}
			.nav-breadcrumb ul li span {
				display: inline-block;
				padding: 0 2px;
				color: #000;
			}

}
/* ==========================================================
 contents
========================================================== */
.contents {
}
.contents-main {
}

/* ==========================================================
 footer
========================================================== */
.footer {
  position: relative;
	width: 100%;
	background-color: #fdfcfa;
	margin-top: 200px;
}
	.footer-menu {
		display: table;
		width: 1000px;
		padding: 60px 0 70px;
		margin: 0 auto;
	}
	.top-page .footer-menu { display: none; }
	.footer-links {
		display: table-cell;
		position: relative;
		width: 200px;
		padding: 0 20px 5px;
		border-left: 1px solid #e1e1e1;
	}
	.footer-links:last-child { border-right: 1px solid #e1e1e1; }
	.footer-links .title {
		position: relative;
		padding-top: 35px;
		margin-bottom: 12px;
		font-size: 139%;
		color: #000;
		line-height: 1.7;
	}
		.footer-links .title a {
			display: inline-block;
			color: #000;
		}
		.footer-links .title a:hover {
			color: #478B8D;
		}
	.footer-links .title:before {
		position: absolute;
		content: "";
		height: 20px;
		top: 0;
		left: 0;
	}
	.footer-links.about .title:before {
		width: 15px;
		background: url(/travel/common/img/ico_footer_train_01.png) 0 0 no-repeat;
	}
	.footer-links.tickets .title:before {
		width: 27px;
		background: url(/travel/common/img/ico_footer_ticket_01.png) 0 0 no-repeat;
	}
	.footer-links.places .title:before {
		width: 15px;
		background: url(/travel/common/img/ico_footer_marker_01.png) 0 0 no-repeat;
	}
	.footer-links.plan .title:before {
		width: 20px;
		background: url(/travel/common/img/ico_footer_book_01.png) 0 0 no-repeat;
	}
			.footer-list-links li a {
				font-size: 108%;
				line-height: 2.1;
				color: #000;
			}
			.footer-list-links li a:hover {
				color: #478B8D;
			}
	.footer-copyright {
		height: 130px;
		padding-top: 25px;
		background-color: #fff;
		border-top: 1px solid #595856;
		font-size: 93%;
		line-height: 1.8;
		text-align: center;
	}

@media screen and (max-width: 767px) {
.footer { margin-top: 34px;}
	.footer-menu {
		display: block;
		overflow: hidden;
		width: auto;
		padding: 30px 20px 0;
	}
	.top-page .footer-menu { display: none; }
	.footer-links {
		display: block;
		float: left;
		width: 50%;
		padding: 20px 0 0;
		border-left: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
		.footer-links:after {}
		.footer-links:nth-child(1),
		.footer-links:nth-child(2) {
			padding-top: 0;
			padding-bottom: 20px;
		}
		.footer-links:nth-child(odd) { 
			padding-right: 20px;
			border-left: none;
		}
		.footer-links:nth-child(even) { padding-left: 20px;}
		
	.footer-links.general { 
		position: relative;
		width: 100%;
		margin: 35px 0 0;
		padding: 20px 20px 35px;
		border-right: none;
    border-bottom: none;
		background-color: #f2eee6;
	}
		.footer-links.general:before {
			content: '';
			display: block;
			position: absolute;
			top: -36px;
			left: 0;
			right: 0;
			background-color: #fdfcfa;
			width: 100%;
			height: 1px;
		}
		.footer-links.general:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			left: -20px;
			right: -20px;
			width: 200%;
			overflow: hidden;
			height: auto;
			background-color: #f2eee6;
			z-index: 0;
		}
	.footer-links .title {
		padding-top: 20px;
		margin-bottom: 0;
		font-size: 124%;
	}
		.footer-links .title a {}
	.footer-links .title:before { height: 15px;}
	.footer-links.about .title:before {
		width: 12px;
		background-size: 12px 15px;
	}
	.footer-links.tickets .title:before {
		width: 20px;
		background-size: 20px 15px;
	}
	.footer-links.places .title:before {
		width: 12px;
		background-size: 12px 15px;
	}
	.footer-links.plan .title:before {
		width: 15px;
		background-size: 15px 15px;
	}		
		.footer-list-links {
			position: relative;
			z-index: 1;
		}
			.footer-list-links li a { font-size: 100%;}
	.footer-copyright {
		height: 60px;
		padding-top: 15px;
		font-size: 85%;
	}
	
	/* footer-links.general */
	.footer-links.general { padding: 20px 0 35px;}
	.footer-links.general .footer-list-links { overflow: hidden;}
		.footer-links.general .footer-list-links li {
			float: left;
			width: 50%;
		}
  		.footer-links.general .footer-list-links li:nth-child(even) { padding-left: 21px;}
			.footer-links.general .footer-list-links li a { font-size: 92%;}
}

/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
	.grid-cmn > .col {
	}
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
	padding: 50px 0;
}
.sec-cmn-02 { padding-top: 50px;}
/* section last margin */
section:last-of-type {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
.sec-cmn-02 { padding-top: 25px;}
}
/* ==========================================================
 box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
.box-cmn {
}
/* box-label-01
---------------------------------------------------------- */
.box-label-01 {
}
	.box-label-01 a {
		display: block;
		position: relative;
	}
	.box-label-01 a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		right: 0;
		bottom: 0;
		border-top: 20px solid transparent;
		border-bottom: 0 solid transparent;
		border-right: 20px solid rgba(0,0,0,0.2);
	}
		.box-label-01 .image img { width: 100%; }
		.box-label-01 .label {
			width: 125px;
			height: 20px;
			float: left;
			padding: 1px 0 0 30px;
			margin: 22px 0 5px;
			text-align: center;
			font-size: 93%;
			font-weight:700;
			color: #fff;
			letter-spacing: 1px;
		}
		.box-label-01 .title {
			clear: both;
			padding: 0 30px;
			margin-bottom: 10px;
			font-size: 231%;
			color: #323232;
		}
		.box-label-01 .text { padding: 0 30px 20px; }

@media screen and (max-width: 767px) {
.box-label-01 {}
	.box-label-01 a {
		display: block;
		position: relative;
	}
	.box-label-01 a:after {
		border-top: 10px solid transparent;
		border-right: 10px solid rgba(0,0,0,0.2);
	}
		.box-label-01 .image img { width: 100%; }
		.box-label-01 .label {
			width: 100px;
			height: 16px;
			margin: 11px 0 5px;
			font-size: 77%;
		}
		.box-label-01 .title {
			padding: 0 15px;
			margin-bottom: 5px;
			font-size: 147%;
		}
		.box-label-01 .text {
			padding: 0 15px 10px; 
			font-size: 108%;
		}
}


/* box-label-02
---------------------------------------------------------- */
.box-label-02 {
}
	.box-label-02 a {
		display: block;
		position: relative;
	}
	.box-label-02 a:after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		right: 0;
		bottom: 0;
		border-top: 20px solid transparent;
		border-bottom: 0 solid transparent;
		border-right: 20px solid rgba(0,0,0,0.2);
	}
		.box-label-02 .image img { width: 100%; }
		.box-label-02 .label {
			width: 125px;
			height: 20px;
			float: left;
			padding: 1px 0 0 30px;
			margin: 22px 0 5px;
			text-align: center;
			font-size: 93%;
			font-weight:700;
			color: #fff;
			letter-spacing: 1px;
		}
		.box-label-02 .title {
			clear: both;
			padding: 0 30px;
			margin-bottom: 10px;
			font-size: 199%;
			color: #323232;
		}
		.box-label-02 .text { padding: 0 30px 20px; }

@media screen and (max-width: 767px) {
.box-label-02 {}
	.box-label-02 a {
		display: block;
		position: relative;
	}
	.box-label-02 a:after {
		border-top: 10px solid transparent;
		border-right: 10px solid rgba(0,0,0,0.2);
	}
		.box-label-02 .image img { width: 100%; }
		.box-label-02 .label {
			width: 100px;
			height: 16px;
			margin: 11px 0 5px;
			font-size: 77%;
		}
		.box-label-02 .title {
			padding: 0 15px;
			margin-bottom: 5px;
			font-size: 147%;
		}
		.box-label-02 .text {
			padding: 0 15px 10px; 
			font-size: 108%;
		}
}


/* ==========================================================
 hero
========================================================== */
/* hero-cmn-01
---------------------------------------------------------- */
.hero-cmn-01 {
	position: relative;
	height: 390px;
	margin-top: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.hero-cmn-01 .hero-title {
		position: absolute;
		width: 100%;
		top: 180px;
		left: 0;
		font-size: 462%;
		font-weight: 300;
		color: #fff;
		line-height: 1.2;
		text-align: center;
	}

@media screen and (max-width: 767px) {
.hero-cmn-01 { 
	height: auto;
	margin-top: 60px;
}
	.hero-cmn-01:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 28.125%;
	}
	.hero-cmn-01 .hero-title {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		font-size: 262%;
	}
		.hero-cmn-01 .hero-title span {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			width: 100%;
		}
}

/* ==========================================================
 module
========================================================== */

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 17px;
	font-size: 277%;
	color: #000;
	text-align: center;
}
	.ttl-cmn-01:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 100px;
		height: 2px;
		margin-left: -50px;
		background-color: #76b7b9;
	}
    .ttl-cmn-01.type-01:after { background-color: #da4a24;}
    .ttl-cmn-01.type-02:after { background-color: #c7494f;}
    
@media screen and (max-width: 767px) {
.ttl-cmn-01 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	font-size: 169%;
}
	.ttl-cmn-01:after {
		width: 50px;
		height: 1px;
		margin-left: -25px;
	}

}
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  margin-bottom: 29px;
  font-size: 216%;
  text-align: center;
  color: #000;
}
  .ttl-cmn-02 span { 
    position: relative;
    padding-left: 34px;
  }
    .ttl-cmn-02 span:after {
      display: block;
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #30957f;
    }
    .ttl-cmn-02.type-01 span:after { background-color: #da4a24;}
    .ttl-cmn-02.type-02 span:after { background-color: #c7494f;}
  .ttl-cmn-02.type-03 span { padding-left: 0;}
    .ttl-cmn-02.type-03 span:after { display: none;}
 
@media screen and (max-width: 767px) {
.ttl-cmn-02 {
  margin-bottom: 10px;
  font-size: 139%;
}
  .ttl-cmn-02 span { 
    position: relative;
    padding-left: 17px;
  }
    .ttl-cmn-02 span:after {
      width: 10px;
      height: 10px;
      top: 6px;
    }
 }
  
  
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
}
/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
.txt-cmn {
}
/* txt-intro-01
---------------------------------------------------------- */
.txt-intro-01 {
	width: 760px;
	padding: 45px 0 32px;
	margin: 0 auto;
	font-size: 108%;
	line-height: 1.7;
	text-align: center;
}

@media screen and (max-width: 767px) {
.txt-intro-01 {
	width: auto;
	padding: 20px 10px;
	margin: 0 auto;
}
}

/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-cmn {
}
	.list-cmn li {
	}
/* list-box-link-01
---------------------------------------------------------- */
.list-box-link-01 {
	margin: -50px 0 0 -50px;
	overflow: hidden;
}
	.list-box-link-01 li {
		width: 300px;
		float: left;
		margin: 50px 0 0 50px;
	}
		.list-box-link-01 li a,.list-box-link-01 li.no-link {
			display: block;
			position: relative;
			padding: 10px 0 28px;
			background-color: #fff;
		}
		.list-box-link-01 li a:after {
			position: absolute;
			content: "";
			width: 0;
			height: 0;
			right: 0;
			bottom: 0;
			border-top: 20px solid transparent;
			border-bottom: 0 solid transparent;
			border-right: 20px solid rgba(51,51,51,0.2);
		}
			.list-box-link-01 li .image {
				padding: 0 10px;
				margin-bottom:30px;
			}
				.list-box-link-01 li .image img { width: 280px; }
			.list-box-link-01 li .title {
				padding: 0 30px;
				font-size: 180%;
				color: #323232;
				line-height: 1.7;
			}
        .list-box-link-01 li .title.pink { color: #e78499;}
        .list-box-link-01 li .title.brown { color: #bd4b34;}
		.list-box-link-01 li .title.small { font-size: 120%;}
			.list-box-link-01 li .text {
				padding: 0 30px;
				font-size: 108%;
				line-height: 1.5;
			}
			.list-box-link-01 li .link {
				padding: 0 30px;
				font-size: 108%;
				line-height: 1.5;
        color: #76b7b9;
        -ms-word-break: break-all;
        word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
			}
/* type-01 */
.list-box-link-01.type-01 {
	margin: -40px 0 0 -40px;
}
	.list-box-link-01.type-01 li {
		width: 480px;
		float: left;
		margin: 40px 0 0 40px;
	}
	.list-box-link-01.type-01 li a { padding-top: 0; }
	.list-box-link-01.type-01 li .image { padding: 0; }

@media screen and (max-width: 767px) {
.list-box-link-01 { margin: 0 0 -15px;}
	.list-box-link-01 li {
		width: auto;
		float: none;
		margin: 0 0 15px;
	}
		.list-box-link-01 li a {
			display: block;
			position: relative;
			padding: 10px 0 15px;
			background-color: #fff;
		}
		.list-box-link-01 li a:after {
			border-top: 10px solid transparent;
			border-right: 10px solid rgba(51,51,51,0.2);
		}
			.list-box-link-01 li .image {
				padding: 0 10px;
				margin-bottom: 10px;
			}
				.list-box-link-01 li .image img { width: 100%; }
			.list-box-link-01 li .title {
				padding: 0 15px;
				font-size: 124%;
			}
			.list-box-link-01 li .text,
			.list-box-link-01 li .link { padding: 0 15px;}

/* type-01 */
.list-box-link-01.type-01 { margin: 0;}
	.list-box-link-01.type-01 li {
		width: auto;
		float: none;
		margin: 0 0 15px;
	}
	.list-box-link-01.type-01 li:last-child { margin-bottom: 0;}

}


/* ==========================================================
 box-scroll
========================================================== */
/* list-cmn-scroll-01
---------------------------------------------------------- */
.list-cmn-scroll-01 {
  overflow: hidden;
  margin-bottom: 38px;
  padding: 28px 40px;
  background-color: #eceae6;
}
  .list-cmn-scroll-01 li { 
    float: left;
    padding-left: 15px;
    background: url(/travel/common/img/hotels/ico_arrow_down_01.png) left top 15px no-repeat;
  }
  .list-cmn-scroll-01 li:nth-child(3n+1) { width: 340px;}
  .list-cmn-scroll-01 li:nth-child(3n-1) { width: 295px;}
  .list-cmn-scroll-01 li:nth-child(3n) { width: 285px;}
    .list-cmn-scroll-01 li a {
      font-size: 124%;
      color: #30957f;
      line-height: 2.2;
    }

@media screen and (max-width: 767px) {
.list-cmn-scroll-01 {
  margin-bottom: 25px;
  padding: 15px 20px;
}
  .list-cmn-scroll-01 li { background-position: left top 12px;}
  .list-cmn-scroll-01 li:nth-child(3n+1),
  .list-cmn-scroll-01 li:nth-child(3n-1),
  .list-cmn-scroll-01 li:nth-child(3n) { width: 100%;}
    .list-cmn-scroll-01 li a {
      display: block;
      font-size: 108%;
    }
}

/* box-cmn-list-01
---------------------------------------------------------- */
.box-cmn-list-wrap { padding-top: 30px;}
.box-cmn-list-01 { 
  margin-bottom: 68px;
  overflow: hidden;
}
  .list-cmn-01 {}
    .list-cmn-01 > li {
      margin-bottom: 40px;
      padding: 29px 40px 40px;
      background-color: #fff;
    }
      .list-cmn-01 > li:last-child { margin-bottom: 0;}
      .list-cmn-01 > li .txt-01 {
        margin-bottom: 25px;
        font-size: 108%;
        color: #000;
      }
      .list-cmn-01 > li .box-01 {}
        .list-cmn-01 > li .img-01 {
          float: right;
          width: 270px;
          margin-left: 30px;
        }
          .list-cmn-01 > li .img-01 img { width: 100%;}
        .list-cmn-01 > li .col-01 { overflow: hidden;}
        
        /* box-cmn-address-01 */
        .box-cmn-address-01 {
          padding: 24px 30px;
          background-color: #fffef6;
          border: #dfd7c9 solid;
          border-width: 1px 0;
        }
          .box-cmn-address-01 dl {
            overflow: hidden;
            font-size: 108%;
            color: #000;
          }
            .box-cmn-address-01 dl dt {
              float: left;
              width: 100px;
              padding-right: 5px;
            }
            .box-cmn-address-01 dl dd { overflow: hidden;}
              .box-cmn-address-01 dl dd a { color: #30957f;}
              .link-url {
                display: inline-block;
                -ms-word-break: break-all;
                word-break: break-all;
                -webkit-hyphens: auto;
                -moz-hyphens: auto;
                -ms-hyphens: auto;
                hyphens: auto;
              }
              .box-cmn-address-01 dl dd ul {}
                .box-cmn-address-01 dl dd ul li {
                  padding-left: 10px;
                  text-indent: -10px;
                }

@media screen and (max-width: 767px) {
.box-cmn-list-wrap { padding-top: 15px;}
.box-cmn-list-01 { margin-bottom: 25px;}
  .list-cmn-01 {}
    .list-cmn-01 > li { 
      margin-bottom: 20px;
      padding: 15px;
    }
      .list-cmn-01 > li .txt-01 { margin-bottom: 15px;}
      .list-cmn-01 > li .box-01 {}
        .list-cmn-01 > li .img-01 {
          float: none;
          width: auto;
          margin: 0 0 15px;
        }
        .list-cmn-01 > li .col-01 {}
        
        /* box-cmn-address-01 */
        .box-cmn-address-01 { padding: 15px 10px;}
          .box-cmn-address-01 dl {}
            .box-cmn-address-01 dl dt { width: 85px;}
            .box-cmn-address-01 dl dd {}
              .box-cmn-address-01 dl dd a {}
              .box-cmn-address-01 dl dd a.js-checktel { color: #000;}
              .box-cmn-address-01 dl dd ul {}
                .box-cmn-address-01 dl dd ul li {}


}

/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn {
}
	.table-cmn th,
	.table-cmn td {
	}
	.table-cmn th {
	}
	.table-cmn td {
	}
/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
/* btn-cmn-01 */
.btn-cmn-01 {
	display: inline-block;
	width: 300px;
	padding: 20px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #30957f;
	font-size: 108%;
	color: #fff;
	text-align: center;
}
	.btn-cmn-01.type-01 {
		background-color: #fff;
		color: #000;
	}

@media screen and (max-width: 767px) {
.btn-cmn-01 {
	width: 69.235%;
	padding: 12px 10px;
	font-size: 108%;
}
	.btn-cmn-01.type-01 {}
}

/* btn-cmn-02 */
.btn-cmn-02 {
	display: inline-block;
	width: 240px;
	padding: 12px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #30957f;
	font-size: 92%;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
/* btn-cmn-02 type-blank 01062018
---------------------------------------------------------- */
.btn-cmn-02.type-blank span {
	position: relative;
	padding-left: 22px;
	display: inline-block;
}
.btn-cmn-02.type-blank span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	background-image: url('/travel/common/img/ico_blank.png');
	background-size: 100% auto;
	background-position: 0;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
.btn-cmn-02 {
	width: 69.235%;
	padding: 12px 10px;
	font-size: 108%;
}
}

/* btn-cmn-03 */
.btn-cmn-03 {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #EAA12E;
  font-size: 120%;
  font-weight: 500;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn-cmn-03 {
    width: 69.235%;
    padding: 12px 10px;
    font-size: 108%;
  }
}

/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  position: fixed;
  bottom: 30px;
  right: 100px;
	z-index: 1;
}
  .btn-cmn-pagetop a {
    -webkit-transition: opacity 0.2s; 
    -moz-transition: opacity 0.2s; 
    transition: opacity 0.2s;
  }
    .btn-cmn-pagetop a:hover {
      -ms-filter: 'alpha( opacity=50)';
      filter: alpha( opacity=50);
      opacity: 0.5;
    }

@media screen and (max-width: 767px) {
.btn-cmn-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 1;
}
	.btn-cmn-pagetop img { width: 30px;}
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn-01 {
	color: #2f957f;
	text-decoration: underline;
}
.link-cmn-01:hover {
	text-decoration: none;
}
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn {
}
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {
}
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {
}
/* select */
select {
}
/* textarea */
textarea {
}
/* button */
button {
}
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {
}
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {
}
/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio {
}
/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
}
/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
}
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button {
}
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
	-ms-filter: 'alpha( opacity=100)';
	opacity: 1;
	-webkit-transition: opacity 0.2s; 
	-moz-transition: opacity 0.2s; 
	transition: opacity 0.2s;
	-webkit-font-smoothing: antialiased;
}
.is-opacity:hover
{
	-ms-filter: 'alpha( opacity=70)';
	filter: alpha( opacity=70);
	opacity: 0.7;
}
.is-opacity-light
{
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.is-opacity-light >*:before
{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 0;
	-webkit-transition: opacity 0.2s; 
	-moz-transition: opacity 0.2s; 
	transition: opacity 0.2s;
}
.is-opacity-light:hover >*:before
{
	opacity: 1;
}

@media screen and (max-width: 767px) {
.is-opacity:hover {
	-ms-filter: 'alpha( opacity=100)';
	filter: alpha( opacity=100);
	opacity: 1.0;
}
.is-opacity-light >*:before {	background-color: rgba(255, 255, 255, 0);}

}
/* css animation 
---------------------------------------------------------- */
.is-animate
{
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n		 { font-weight: normal;}
.s-fw-b		 { font-weight: bold;}
.s-ta-l		 { text-align: left !important;}
.s-ta-c		 { text-align: center !important;}
.s-ta-r		 { text-align: right !important;}
.s-va-t		 { vertical-align: top !important;}
.s-va-m		 { vertical-align: middle !important;}
.s-va-b		 { vertical-align: bottom !important;}
.s-ov-h		 { overflow: hidden;}
.s-clear		{ clear: both;}
.s-hide		 { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n		 { background: none !important;}
.s-mt-00		{ margin-top: 0 !important;}
.s-mt-50		{ margin-top: 50px !important;}
.s-mb-00		{ margin-bottom: 0 !important;}
.s-ml-00		{ margin-left: 0 !important;}
.s-mr-00		{ margin-right: 0 !important;}
.s-full-w		{ max-width: 100%; }
.s-fc-r		 { color: #ff0000; }
.s-fc-b		 { color: #02205F; }
.note-s { font-size: 80%; }
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-tb,
.only-sp,
.no-pc { display: none !important;}
.no-tb {}
.no-sp {}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
.only-pc,
.no-sp,	 
.only-tb,
img.only-tb	{ display: none !important;}
.only-sp,
.no-pc,
.no-tb		 { display: block !important;}
img.only-sp,
img.no-pc,
img.no-tb	{ display: inline-block !important;}
}
/* ==========================================================
 tool
========================================================== */
.container-01 {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.container-01 {
	width: auto;
	margin: 0 10px;
}
}

/* list-btn-social-01
---------------------------------------------------------- */
.list-btn-social-01 { overflow: hidden; }
	.list-btn-social-01 .list-btn {
		float: right;
		margin-left: -10px;
	}
		.list-btn-social-01 .list-btn li {
			float: left;
			margin-left: 10px;
		}

#social-share {
	float: right;
}

#social-share .fb-share-button, #social-share .twitter-share-button {
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
#social-share {
	float: none;
	text-align: center;
}
}