


html {
  font-size: 62.5%;
}


.main-content {
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif ,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ;
	font-weight:500;
}


@media only screen and (min-width: 768px) {
  #container-seizou-m { display: none; }
  #container { display: block; }
  #type_a { display: block; }
  #type-seizou-m { display: none; }
}

@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #container-seizou-m { display: block; }
  #container { display: none; }
  #type_a { display: none; }
  #type-seizou-m { display: block; }
  .main-content {
   overflow: hidden;
   background: #FFF;
  }
  .sect-main{
   padding-bottom: 80px;
}
}

@media only screen and (max-width: 767px) {
  .main-content {
    margin-top: 55px;
  }
  .is-tablet .main-content {
  margin-top: 80px;
}
  .sect-main{
   padding-bottom: 30px;
}
}


/* menu */
@media only screen and (min-width: 641px) {
  .seizou-menu {
   max-width: 963px ;
   margin: 0 auto;
   padding:40px 0px 20px 0px;
    }
  
  .seizou-menu-table {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
  
  .seizou-menu-table li{
  display: table-cell;
  vertical-align: middle;
  }
  
  .seizou-menu a{
    background-color:#ffffff;
    display:block;
}

  .seizou-menu a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        
    -ms-filter: "alpha(opacity=60)"; 
    -moz-opacity:0.6;                
    -khtml-opacity: 0.6;              
    opacity:0.6;
    zoom:1;
}
    .seizou-tour {
        width: 100%;
        padding-top: 30px;
        display: flex; 
        justify-content: center;
    }

}

@media only screen and (max-width: 640px) {
  .seizou-menu {
   margin: 0 auto;
   padding:25px 0px 1px 10px;
    }
  
  .seizou-menu-table ul {
  text-align: center;
  width: 100%;
}
  
  .seizou-menu-table li{
  float:left;
  vertical-align: middle;
  width: 33.33%;
  }
}

 .seizou-tour {
         padding-top: 20px;
    }


.sect-tit img {
   vertical-align:middle;
   padding-right:20px;
  }

/* slide */

#seizou-slide .sp-thumbnail-image-container {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#seizou-slide .sp-thumbnail-image {
	height: 100%;
}

#seizou-slide .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#seizou-slide .sp-thumbnail-title {
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 5px;
	color: #333;
}

#seizou-slide .sp-thumbnail-description {
	font-size: 12px;
	color: #333;
}

@media (max-width: 500px) {
	#seizou-slide .sp-thumbnail {
		text-align: center;
	}

	#seizou-slide .sp-thumbnail-image-container {
		display: none;
	}

	#seizou-slide .sp-thumbnail-text {
		width: 120px;
	}


	#seizou-slide .sp-thumbnail-description {
		display: none;
	}
}






/* #mq-mark
----------------------------------------------------------*/
#mq-mark {
  display: none;
}
@media only screen and (min-width: 768px) {
  #mq-mark {
    font-family: 'pc';
  }
}
@media only screen and (max-width: 767px) {
  #mq-mark {
    font-family: 'sp';
  }
}



@media only screen and (min-width: 768px) {
  .l-inner-pc {
    margin: 0 auto;
    width: 1000px;
  }
}

@media only screen and (max-width: 767px) {
  .l-inner-sp {
    padding-right: 15px;
    padding-left: 15px;
  }
}



/* .m-head01
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .m-head01 {
   padding-top: 50px;
   margin-bottom: 60px;
  }
  .m-head01:after {
    height: 12px;
    background-size: 12px auto;
  }
  .m-head01-txt {
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 2.273;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .m-head01 {
   padding-top: 25px;
   margin-bottom: 30px;
  }
  .m-head01:after {
    height: 10px;
    background-size: 10px auto;
  }
  .m-head01-txt {
    margin-bottom: 13px;
    text-align: center;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.4773;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.m-head01:after {
  display: block;
   background-position: center center;
  background-repeat: no-repeat;
  content: '';
}



/* clearfix
----------------------------------------------------------------------*/
.u-cf:after {
  display: block;
  clear: both;
  content: '';
}

/* imghover
----------------------------------------------------------------------*/
.u-ov:hover img {
  opacity: .8;
}

.u-dib {
  display: inline-block;
}

.u-gothic {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', Osaka, sans-serif;
}

.m-kv {
  width: 100%;
  background: #333333 url() center center no-repeat;
  background-size: cover;
  position: relative;
}


@media only screen and (min-width: 768px) {
  .m-kv-titwrap {
    height: 475px;
  }
  .m-kv-titinner {
    position: relative;
    margin-top: -2.5em;
    z-index: 99;
  }
  .m-kv-tit-en {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-kv-tit-ja {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .m-kv.m-kv-grad .m-kv-titwrap {
    position: relative;
  }
  .m-kv.m-kv-grad .m-kv-titwrap:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

  }
}
@media only screen and (max-width: 767px) {
  .m-kv-titwrap {
    height: 225px;
    overflow: hidden;
  }
  .m-kv-titinner {
    position: relative;
    margin-top: -2.5em;
  }
  .m-kv-tit-en {
    margin-bottom: 3px;
    font-size: 13.75px;
    font-size: 1.375rem;
  }
  .m-kv-tit-ja {
    font-weight: bold;
    font-size: 23.75px;
    font-size: 2.375rem;
  }
}
.m-kv-titwrap {
  width: 100%;
  text-align: center;
  position: relative;
}
.m-kv-titinner {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.m-kv-tit-en {
  letter-spacing: .12em;
  font-style: italic;
}
.m-kv-tit-ja {
  letter-spacing: .2em;
}



/* .main-content
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .main-content {
    padding-bottom: 100px;
  }
}

/* .main-content .m-kv
----------------------------------------------------------*/
.main-content .m-kv {
  background-color: #000;
}
.main-content .m-kv .m-kv-titwrap {
  overflow: hidden;
  position: relative;
}
.main-content .m-kv .m-kv-titwrap .m-kv-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img_corporate/index/products_bg.jpg) no-repeat 50% -150px #090a0b;
  padding-top: 40px;
  z-index: 1;
  padding-left: 1px;
}
@media only screen and (max-width: 767px) {
  .main-content .m-kv .m-kv-titwrap .m-kv-bg {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    padding-top: 0;
  }
}
.main-content .m-kv .m-kv-titwrap .m-kv-bg .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.main-content .m-kv .m-kv-titwrap .m-kv-bg .m-kv-sprite {
  position: absolute;
  top: -150px;
  left: 50%;
  width: 163px;
  height: 510px;
  margin-left: 58px;
  background: url(/img_corporate/index/products_sprite.jpg) no-repeat 0 0 #090a0b;
  -webkit-animation: sprite2 4.04s steps(98) infinite;
  -moz-animation: sprite2 4.04s steps(98) infinite;
}
@-webkit-keyframes sprite2 {
  from {
    background-position: 0 0;
  }
  99.9%,to {
    background-position: -15974px 0;
  }
}
@-moz-keyframes sprite2 {
  from {
    background-position: 0 0;
  }
  99.9%,to {
    background-position: -15974px 0;
  }
}
.main-content .m-kv .m-kv-titwrap .m-kv-titinner {
  top: 999px;
}
@media only screen and (max-width: 767px) {
  .main-content .m-kv {
    background-position: 65% center;
  }
}



/* .main-content テキスト
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .seizou-box-txt {
   width: 100%;
   max-width: 945px; 
   margin: auto;
   padding: 30px 0px 50px 0px;
   font-size: 14px;
   font-size: 1.4em;
   letter-spacing: .2em;
   line-height: 1.5em;
   
  }
}

@media only screen and (max-width: 767px) {
  .seizou-box-txt {
   width: 100%;
   margin-bottom: 20px;
  }
  
}

/* .main-content .sect-the-best
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .main-content .sect-the-best {
    margin-bottom: 95px;
    padding-top: 68px;
  }
  .main-content .sect-the-best .sect-main .list {
  width: 100%;
  }
  .main-content .sect-the-best .sect-main .list::after {
    display: block;
    clear: both;
  }
  .main-content .sect-the-best .sect-main .list > li {
    float: left;
    width: 200px;
    text-align: center;
  }
  .main-content .sect-the-best .sect-main .list > li .photo {
    margin-bottom: 24px;
  }
  .main-content .sect-the-best .sect-main .list > li .tit {
    margin-bottom: 13px;
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .main-content .sect-the-best .sect-main .list > li .txt {
    letter-spacing: .1em;
    line-height: 1.846;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .main-content .sect-the-best .sect-main .list > li.short {
    width: 332px;
  }
}
@media only screen and (max-width: 767px) {
.main-content .sect-the-best {
    margin-bottom: 40px;
    padding-top: 35px;
  }
  .main-content .sect-the-best .sect-main .list {
   width: 100%;
  }
  .main-content .sect-the-best .sect-main .list > li {
    margin-bottom: 15px;
  }
  .main-content .sect-the-best .sect-main .list > li::after {
    display: block;
    clear: both;
  }
  .main-content .sect-the-best .sect-main .list > li:last-child {
    margin-bottom: 0;
  }
  .main-content .sect-the-best .sect-main .list > li .photo {
	width: 33.33333%;
	height: auto;
	vertical-align:middle;
  }
  .main-content .sect-the-best .sect-main .list > li .box-txt {
	float: right;
	width: 62%;
	vertical-align: top;
  }
  .main-content .sect-the-best .sect-main .list > li .tit {
    margin-bottom: 7px;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.191;
    font-size: 12px;
    font-size: 1.4rem;
  }
  .main-content .sect-the-best .sect-main .list > li .txt {
    letter-spacing: .1em;
    line-height: 1.875;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* .main-content .sect-pagecommon
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .main-content .sect-pagecommon .box-tp {
    display: table;
    margin-bottom: 40px;
	padding-top: 120px;
    width: 100%;
  }
  .main-content .sect-pagecommon .box-tp:after, .main-content .sect-pagecommon .box-tp:before {
    display: table-cell;
    width: 50%;
    background: url() center center no-repeat;
    background-size: cover;
    content: '';
    vertical-align: top;
  }
  .main-content .sect-pagecommon .box-tp:before {
    display: none;
  }
  .main-content .sect-pagecommon .box-tp .area-inner {
    display: table-cell;
    padding: 65px 50px 60px;
    background: #4b6e2d;
    color: #ffffff;
    vertical-align: middle;
  }
  .main-content .sect-pagecommon .box-tp .tit-box {
    margin-bottom: 25px;
  }
  .main-content .sect-pagecommon .box-tp .tit-box .box-inner {
    text-align: center;
  }
  .main-content .sect-pagecommon .box-tp .tit-box .box-inner .sect-tit {
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
  }


  .main-content .sect-pagecommon .box-tp .leading-box .leading {
    margin-bottom: 32px;
    letter-spacing: .1em;
    line-height: 2.154;
    font-size: 14px;
    font-size: 1.4rem;
  }


  .main-content .sect-pagecommon .box-tp .leading-box .btn-buy .btn-inner:after {
    position: relative;
    top: -.15em;
    display: inline-block;
    margin-left: 20px;
    width: 6px;
    height: 10px;
    background-size: 6px auto;
    vertical-align: middle;
  }
  .main-content .sect-pagecommon .box-tp.box-tp-reverse:before {
    display: table-cell;
  }
  .main-content .sect-pagecommon .box-tp.box-tp-reverse:after {
    display: none;
  }
  .main-content .sect-pagecommon .sect-main .list::after {
    display: block;
    clear: both;
  }
  .main-content .sect-pagecommon .sect-main .list > li {
    float: left;
    margin-left: 17px;
    width: 322px;
    margin-top: 35px;
  }
  .main-content .sect-pagecommon .sect-main .list > li:nth-child(1), .main-content .sect-pagecommon .sect-main .list > li:nth-child(2), .main-content .sect-pagecommon .sect-main .list > li:nth-child(3) {
    margin-top: 0;
  }
  .main-content .sect-pagecommon .sect-main .list > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .main-content .sect-pagecommon .sect-main .list > li .photo {
    margin-bottom: 22px;
  }
  .main-content .sect-pagecommon .sect-main .list > li .photo img {
    max-width: 100%;
    height: auto;
  }
  .main-content .sect-pagecommon .sect-main .list > li .tit {
    margin-bottom: 10px;
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-content .sect-pagecommon .sect-main .list > li .txt {
    letter-spacing: .1em;
    line-height: 1.846;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-content .sect-pagecommon .box-tp {
    margin-bottom: 1px;
  }
  .main-content .sect-pagecommon .box-tp .tit-box {
    display: table;
    width: 100%;
    background: #333333 url() center center no-repeat;
    background-size: cover;
    color: #ffffff;
  }
  .main-content .sect-pagecommon .box-tp .tit-box .box-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .main-content .sect-pagecommon .box-tp .tit-box .box-inner .sect-tit {
    position: relative;
    display: inline-block;
    padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
    letter-spacing: .1em;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
  }
  .main-content .sect-pagecommon .box-tp .tit-box .box-inner .sect-tit:before, .main-content .sect-pagecommon .box-tp .tit-box .box-inner .sect-tit:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #FFCC00;
  }
  .main-content .sect-pagecommon .box-tp .tit-box .box-inner .sect-tit:before {
    top: 0;
    left: -17px;
    border-right: none;
    border-bottom: none;
  }
  .main-content .sect-pagecommon .box-tp .tit-box .box-inner .sect-tit:after {
    right: -17px;
    bottom: -9px;
    border-top: none;
    border-left: none;
  }
  .main-content .sect-pagecommon .box-tp .leading-box {
    padding: 20px 16px 24px;
    background: #4b6e2d;
    color: #ffffff;
  }
  .main-content .sect-pagecommon .box-tp .leading-box .leading {
    margin-bottom: 10px;
    letter-spacing: .1em;
    line-height: 1.875;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .main-content .sect-pagecommon .sect-main .list::after {
    display: block;
    clear: both;
  }
  .main-content .sect-pagecommon .sect-main .list > li {
    float: left;
    margin-top: 20px;
    width: 50%;
  }
  .main-content .sect-pagecommon .sect-main .list > li:nth-child(1), .main-content .sect-pagecommon .sect-main .list > li:nth-child(2) {
    margin-top: 0;
  }
  .main-content .sect-pagecommon .sect-main .list > li:nth-child(odd) {
    clear: both;
  }
  .main-content .sect-pagecommon .sect-main .list > li:nth-child(odd) .photo:after {
    position: absolute;
    top: -1px;
    right: 0;
    width: 1px;
    height: 100%;
    padding: 1px 0;
    background: #f3ecdb;
  }
  .main-content .sect-pagecommon .sect-main .list > li:nth-child(odd) .box-txt {
    padding-left: 15px;
    padding-right: 5px;
  }
  .main-content .sect-pagecommon .sect-main .list > li:nth-child(even) .box-txt {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-content .sect-pagecommon .sect-main .list > li .photo {
    position: relative;
  }
  .main-content .sect-pagecommon .sect-main .list > li .box-txt {
    padding-top: 15px;
  }
  .main-content .sect-pagecommon .sect-main .list > li .tit {
    margin-bottom: 10px;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.283;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .main-content .sect-pagecommon .sect-main .list > li .txt {
    letter-spacing: .1em;
    line-height: 1.591;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 1020px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }	
}


/* .main-content .sect-facilities
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .main-content .sect-facilities {
    margin-bottom: 95px;
  }
  .main-content .sect-facilities .box-tp:after {
    background-image: url("images/img_facility_bg.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .main-content .sect-facilities {
    margin-bottom: 23px;
  }
  .main-content .sect-facilities .box-tp .tit-box {
    background-image: url("images/img_facility_bg.jpg");
	background-position: center top;
  }
}

/* .main-content .sect-dining
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .main-content .sect-dining {
    margin-bottom: 95px;
  }
  .main-content .sect-dining .box-tp:before {
    background-image: url("images/img_diner_bg.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .main-content .sect-dining {
    margin-bottom: 22px;
  }
  .main-content .sect-dining .box-tp .tit-box {
    background-image: url("images/img_diner_bg.jpg");
  }
}

/* .main-content .item-encounter
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .main-content .item-encounter {
    margin-bottom: 95px;
  }
  .main-content .item-encounter .box-tp:after {
    background-image: url("images/img_encounter_bg.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .main-content .item-encounter {
    margin-bottom: 25px;
  }
  .main-content .item-encounter .box-tp {
    margin-bottom: 17px;
  }
  .main-content .item-encounter .box-tp .tit-box {
    background-image: url("images/img_encounter_bg.jpg");
    background-position: center top;
  }

}



/* ツアー紹介
----------------------------------------------------------*/

 .m-tourlist {
    margin: 0 auto 78px;
    width: 800px;
  }
  
 .m-tourlist {
    margin-bottom: 15px;
  }
  
  
  
  /* .m-tourlist
----------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .m-tourlist::after {
    display: block;
    clear: both;
  }
  .m-tourlist > li {
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    width: 480px;
  }
  .m-tourlist > li::after {
     display: block;
    clear: both;
  }
  .m-tourlist > li:nth-child(1), .m-tourlist > li:nth-child(2) {
    margin-top: 0;
  }
  .m-tourlist > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .m-tourlist .m-tourlist-photo {
    float: left;
    width: 165px;
  }
  .m-tourlist .m-tourlist-photo img {
    max-width: 100%;
    height: auto;
  }
  .m-tourlist .m-tourlist-txtbox {
    float: right;
    margin-top: -5px;
    width: 320px;
  }
  .m-tourlist .m-tourlist-infobox {
    margin-bottom: 7px;
  }
  .m-tourlist .m-tourlist-type {
    margin-bottom: 4px;
    color: #4b6e2d;
    letter-spacing: .1em;
    font-size: 13px;
    font-size: 1.3rem;
	font-weight:bold;
  }
  .m-tourlist .m-tourlist-tit {
    color: #4b6e2d;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.846153846;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-tourlist .m-tourlist-txt {
    letter-spacing: .1em;
    line-height: 1.846153846;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-tourlist .m-tourlist-categories {
    margin-top: 13px;
  }
  .m-tourlist .m-tourlist-categories > li {
    margin-right: 10px;
  }
  .m-tourlist .m-tourlist-categories > li a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .m-tourlist .m-tourlist-categories > li a:hover {
    opacity: 0.6;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .m-tourlist .m-tourlist-categories > li .m-tourlist-cateinner {
    display: block;
    padding: 4px 5px 2px;
    letter-spacing: .1em;
    line-height: 1.0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .m-tourlist.m-tourlist-vertical > li {
    display: table;
    float: none;
    margin-bottom: 23px;
    margin-left: 0;
    padding-bottom: 27px;
    width: 100%;
    border-bottom: 1px solid #c9c2af;
  }
  .m-tourlist.m-tourlist-vertical > li:last-child {
    margin-bottom: 0;
  }
  .m-tourlist.m-tourlist-vertical .m-tourlist-photo {
    display: table-cell;
    float: none;
    padding-top: 3px;
    width: 165px;
    vertical-align: top;
  }
  .m-tourlist.m-tourlist-vertical .m-tourlist-txtbox {
    display: table-cell;
    float: none;
    padding-left: 20px;
    width: auto;
    vertical-align: top;
  }
  .m-tourlist.m-tourlist-vertical .m-tourlist-type {
    margin-bottom: 10px;
  }
  .m-tourlist.m-tourlist-vertical .m-tourlist-tit {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
}


@media only screen and (max-width: 767px)	 {


  .m-tourlist .m-tourlist-txtbox {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
  }	
  
  .m-tourlist > li {
    display: table;
    margin-bottom: 13px;
    width: 100%;
  }
  .m-tourlist > li:last-child {
    margin-bottom: 0;
  }
  .m-tourlist .m-tourlist-photo {
    display: table-cell;
	float:left;
    padding-top: 5px;
	vertical-align: top;
	
  }
  .m-tourlist .m-tourlist-txtbox {
    float:left;
    padding-left: 15px;
	vertical-align: top;
	width: 28%;
  }
  .m-tourlist .m-tourlist-infobox {
    margin-bottom: 8px;
    color: #4b6e2d;
	
  }
  .m-tourlist .m-tourlist-type {
    color: #4b6e2d;margin-bottom: 5px;
    letter-spacing: .1em;
    font-size: 11px;
    font-size: 1.1rem;
	font-weight:bold;
  }
  .m-tourlist .m-tourlist-tit {
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 1.461538462;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-tourlist .m-tourlist-txt {
    letter-spacing: .1em;
    line-height: 1.591;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .m-tourlist .m-tourlist-categories {
    margin-top: 12px;
  }
  .m-tourlist .m-tourlist-categories > li {
    margin-right: 5px;
  }
  .m-tourlist .m-tourlist-categories > li a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .m-tourlist .m-tourlist-categories > li .m-tourlist-cateinner {
    display: block;
    padding: 3px 3px 2px;
    letter-spacing: .1em;
    line-height: 1.0;
    font-size: 10px;
    font-size: 1rem;
  }
  .m-tourlist.m-tourlist-vertical > li {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dad5c2;
  }
  .m-tourlist.m-tourlist-vertical > li:last-child {
    margin-bottom: 0;
  }
}


.m-tourlist .m-tourlist-categories::after {
   display: block;
  clear: both;
}
.m-tourlist .m-tourlist-categories > li {
  float: left;
  color: #ffffff;
}
.m-tourlist .m-tourlist-categories > li.uji-tour .m-tourlist-cateinner, .m-tourlist .m-tourlist-categories > li.sabo-tour .m-tourlist-cateinner, .m-tourlist .m-tourlist-categories > li.byodoin-tour .m-tourlist-cateinner, .m-tourlist .m-tourlist-categories > li.kyotoekimae-tour .m-tourlist-cateinner, .m-tourlist .m-tourlist-categories > li.taipei-tour .m-tourlist-cateinner {
  background: #4B6E2D;
}


.sttl_detail{
	background-color:#4b6e2d;
	font-size:12px;
	color:#FFF;
	width:38px;
	text-align:center;
	line-height:12px;
	padding-bottom:1px;
	display:inline-block;
	margin-right:3px;
}


