@charset "utf-8";

/* ==========================================================

title : 東通トラベル TOP
scope : 刀剣コレクションルーム×ホテル多度温泉 日帰り・宿泊バスツアー

last modify :　2017/10/20 310_takaki

memo  : 2017/04/24 306_kondo
※上層「honeymoon」カテゴリで想定した共有haneymoon.cssでは
再現不可能なページデザインのため新規追加、および既存CSS上書き用

========================================================== */
/* --------------------------------------
 ヘッダー　header
--------------------------------------- */
#header #logo {
	width:260px;
	height:80px;
	float:left;
	margin:29px 0 41px 8px;
	padding-left:85px;
	background:url(/image_cmn_new/hd_logo.png) no-repeat 0 20px;
	color:#000000;
	font-weight:normal;
	font-size:16px;
	letter-spacing: -0.7px;
}

#header #logo span {
	display: block;
	margin: -5px 0px 5px 15px;
	font-size:16px;
	font-weight: bold;
	letter-spacing: -0.7px;
}

#header .hd_inquiry {
	/*width:541px;*/
	float:right;
	margin:17px 8px 0 0;
	font-size:0;
}

#control-wrap{
	float:right;
	margin: 30px 20px 0 0;
	overflow: hidden;
	width: 340px;
}

#header #logo .bustour {
  margin: -5px 0px 5px 5px;
  font-size: 16px;
  letter-spacing: -0.7px;
}

/* --------------------------------------
  ページ内共通
--------------------------------------- */

body{
  font-size: 16px;
}

a:link, a:visited, a:active{ /* haneymoon.css内の上書き用 */
  color: #007194;
}

a:hover {
  color:#f00;
}

.opacity :hover {
    opacity: 0.8;
}

.space_short{
  letter-spacing: -0.05em;
}

.red{
  color: #E70003;
}

.blue{
  color: #2944E5;
}

/* --------------------------------------
  パンくずリスト　breadcrumb
 common.cssの上書き
--------------------------------------- */
#main .top_box #breadcrumb > p {
  font-size:14px;
  line-height: 1;
  padding :20px 20px 0;
}

/* --------------------------------------
 .video_bustour
--------------------------------------- */
.video_bustour{
  background: url("../image/bg_report.png") no-repeat center 0;
  background-size: 797px 535px;
  margin: 30px auto 0;
  width: 797px;
}
.video_bustour .h2{
  padding: 25px 0;
  text-align: center;
}
.video_bustour .h2 h2{
  padding-bottom: 15px;
}
.video_bustour .h2 .from {
  text-align: right;
  font-size: 16px;
  margin: 15px auto 0;
  width: 670px;
}
.video_bustour .video_area{
  margin: 0 auto;
  width: 720px;
}
.video_bustour .video_area .right figure{
  float: right;
  padding-left: 15px;
}
.right figure.hounou_movie{
  margin-bottom:40px;
}
.video_bustour .video_area .right .movie_check img{
  background: white;
  border: solid 1px #787878;
  padding: 4px;
}
.video_bustour .video_area .right .movie_check figcaption{
  color: #1b1295;
  font-size: 15px!important;
  padding-top: 5px;
  text-align: center;
}
.video_bustour .video_area .left {
  letter-spacing: 0.03em;
  line-height: 1.4em;
}
.video_bustour .video_area .left .pb1{
  padding-bottom: 1em;
}


/* --------------------------------------
  #lead
--------------------------------------- */

.end_tour{
	width: 590px;
	margin: 30px auto 0;
}

#lead p:last-of-type {
  font-size: 17px;
  margin: 25px auto 22px;
  width: 790px;
}

#lead img{
  margin: 13px 21% -15px;
}

/*#lead .decision {
    font-size: 22px;
    margin-top: 40px;
    text-align: center;
    text-decoration: underline;
}*/

/* --------------------------------------
  おすすめポイント
--------------------------------------- */

.point_recommended{
  background: url("../image/bg_point_recommended.png") no-repeat;
  background-size: 110%;
  margin: 118px auto 0;
}

.point_recommended > h2{
  margin: 0 auto;
  position: relative;
    top: -96px;
  width: 900px;
}

.point_recommended_contents{
  display:flex;
  flex-wrap:wrap;
  margin: -70px 25px 0;
  -moz-display:flex;
  -moz-flex-wrap:wrap;
  -webkit-display:flex;
  -webkit-flex-wrap:wrap;
}

.point_separate {
  display:flex;
  flex-direction:column;
  margin: 0 auto 40px;
  -moz-display:flex;
  -moz-flex-direction:column;
  -webkit-display:flex;
  -webkit-flex-direction:column;
  width: 280px;
}


.point_separate:nth-child(-n+3){
  margin-bottom: 35px;
}

.point_separate img {
  margin: 0 auto;
}

.detail_facility{
  position: relative;
    left: 70px;
    margin-top: -45px;
}

.point_separate .txt_facilityname {
  align-items: center;
  height: 75px;
  display: flex;
  -moz-align-items: center;
  -moz-display: flex;
  -webkit-align-items: center;
  -webkit-display: flex;
}

.point_separate .caption_point{
  color: #672510;
  font-weight: bold;
  margin: 8px 0 3px;
}

/* --------------------------------------
  スケジュール
--------------------------------------- */

.schedule{
  margin: 25px auto 76px;
  font-size: 15px;
}

.schedule > h2{
  margin: 0 auto;
  width: 864px;
}

.schedule_day1 , .schedule_day2 {
  width: 926px;
  margin: 0 auto;
}

.schedule_day1 > img {
  margin-top: -45px;
}

.destination{
  display:flex;
  flex-direction:row;
  font-size: 14px;
  -moz-display:flex;
  -moz-flex-direction:row;
  -webkit-display:flex;
  -webkit-flex-direction:row;
}

.destination_contents{
    display: flex;
    flex-direction: column;
    -moz-display: flex;
    -moz-flex-direction: column;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    width: 144px;
}

.destination_contents img{
  margin: 0 auto;
}

.destination_contents .txt_facilityname{
  padding-top: 5px;
  text-align: center;
}

/* .schedule_day1 */

.schedule_day1 .destination{
  margin: 10px 28px;
}

.schedule_day1 .destination .destination_contents{
  margin: 0 15px;
}

/*.schedule_day1 .destination_contents:nth-of-type(3) .txt_facilityname{
  margin: 0 auto;
  text-align: left;
}
*/
.schedule_day1 .asterisk{
  padding: 10px 0 0 25px;
}

/* .schedule_day2 */

.schedule_day2 > img {
  margin-top: 33px;
}

.schedule_day2 .destination{
  margin: 10px 80px;
}

.schedule_day2 .destination .destination_contents{
  margin: 0 50px;
}

/* .comments */

.comments{
  margin: 55px auto 70px;
  width: 755px;
}

.comments_item{
    list-style-type:none;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    -moz-display: flex;
    -moz-flex-direction: row;
    -webkit-display: flex;
    -webkit-flex-direction: row;
}

.comments .asterisk{
  padding-right: 15px;
}

/*-----------------------------------------------------------
 詳細
------------------------------------------------------------*/

.details {
  background: url("../image/bg_detail.png");
  background-size: cover;
  width: 919px;
  margin: 0 auto;
}

.details > h2{
  padding: 35px 330px;
}

.details :nth-of-type(1){
  margin-top: 0;
}

.detail_item{
  display:flex;
  flex-direction:row;
  margin: 19px 96px 0;
  -moz-display:flex;
  -moz-flex-direction:row;
  -webkit-display:flex;
  -webkit-flex-direction:row;
}

.detail_item:nth-of-type(3) .txt_item2 {
  display:flex;
  -moz-display:flex;
  -webkit-display:flex;
}

.detail_item:nth-of-type(3) .decision{
    font-size: 18.3px;
    letter-spacing: -1.6px;
    margin: -3px 0 0 15px;
    width: 470px;
}

.txt_item1{
  background: url("../image/icn_circle.png") no-repeat;
  background-size: 19px 19px;
  background-position: 0 3px;
  padding-left: 25px;
  width: 335px;
}

.txt_item2{
  padding-left: 7px;
  width: 1400px;
}

.sat{
  color: #254f8d;
}

.sun{
  color: #96250b;
}

.txt_small{
  font-size: 14px;
}

.brown {
  color: #570a0a;
}

.details .asterisk{
  padding-left: 265px;
}

/* 　催行人数に満たなかった場合　*/

.attention{
  background: url("../image/bg_attention.png") no-repeat;
  background-size: 841px 202px;
    height: 202px;
  margin: 45px auto;
  width: 841px;
}

.caption_attention{
  background: url("../image/icn_exclamation.png") no-repeat;
  background-size: 23px 23px;
    background-position: 35px 29px;
  font-size: 18px;
  font-weight: bold;
  padding: 28px 0 0 64px;
}

.txt_attention{
  padding: 36px 77px 15px;
}

.info_joken{
  padding: 0 35px;
  text-align: right;
}
.info_joken_icon {
  position: relative;
}
.info_joken_icon::before {
  position:absolute;
  content:"";
  display:block;
  background: url("../image/icn_triangle.png") no-repeat;
  background-size: 7px 9px;
  height:9px;
  width:7px;
  left:-10px;
  top:5px;
}

/* 催行確定画像 */
.attention > img {
    margin: 0 auto;
    position: relative;
    top: -130px;
    left: 168px;
}

/* 　施設概要　*/

.details .overview_facilyty > h3 {
    padding: 0 215px;
  width: 370px;
}

.details .overview_facilyty {
  padding: 0 60px;
}

.details .overview_facilyty .overview_facilyty_contents{
  color: #1E1E1E;
  font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 29px;
  display:flex;
  flex-direction:row;
  font-family: 游ゴシック体, "YuGothic", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
  margin: 23px auto 32px;
  -moz-display:flex;
  -moz-flex-direction:row;
  -webkit-display:flex;
  -webkit-flex-direction:row;
}

.details .overview_facilyty .overview_facilyty_contents .left{
  margin-right: 10px;
  width: 475px;
}

.details .overview_facilyty .overview_facilyty_contents .right{
    font-size: 0;
    line-height: 1;
  margin-left: 10px;
    padding: 7px 0 0;
  width: 300px;
}

.details .overview_facilyty .overview_facilyty_contents .right .btn_accessmap{
  margin-top: 20px;
}

.buttonlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 1.5em;
  margin: 0 auto;
  text-align: center;
  width: 880px;
}

.buttonlinks li{
  width: 32.5%;
}

.roll {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.roll:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------------
 お申込み
------------------------------------------------------------*/

.apply{
  margin: 30px auto 50px;
}

.apply p {
  margin: 35px auto 45px;
  text-align: center;
  width: 725px;
}

.mailform{
  width: 900px;
  margin: 0 auto;
}

.mailform img {
    padding: 0 35px;
}

.txt_info{
  width:725px;
  margin: 35px auto;
  text-align: center;
}

.txt_info img:first-child{
  padding-bottom: 25px;
}

.txt_info img:last-child{
  padding-top: 27px;
}


/* --------------------------------------
  おすすめリンク集
  slick.JS UI style
---------------------------------------- */

#link_area{
  margin-top: 60px;
}

#link_area > h2 {
  margin: 0 auto;
  width: 952px;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../../js/slick/ajax-loader.gif") center center no-repeat;
}
/* Arrows */

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 13px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 13px;
  background: url(../image/btn_carousel_arow.png) no-repeat center;
  background-size: cover;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-next:before {
  transform: rotate( 180deg );
  -webkit-transform: rotate( 180deg );
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 5px 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
  opacity: 0.35;
  background: #8c7446;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background: #871445;
}

/* リンクエリア */

#link_area .mod_bannerlist {
  position: relative;
  margin: 30px auto;

}
#link_area .mod_bannerlist .h_ttl {
  display: block;
  position: relative;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 0;
  text-align: center;
  overflow: hidden;
}
#link_area .mod_bannerlist .h_ttl > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#link_area .lst_box {
  width: 940px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 55px;
  overflow: visible;
}

/*バナー単体 */

#link_area .mod_bannerlist .lnk {
    display: block;
    width: 300px;
    margin: 0 10px 15px; 
    box-sizing: border-box;
}

#link_area .mod_bannerlist .lnk a {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  overflow: hidden;
}

#link_area .mod_bannerlist .lnk a:hover img {
  opacity: 0.8;
}

#link_area .mod_bannerlist .cap {
  line-height: 18px;
  text-align: left;
  margin: 5px 0 0;
}

/* トグルボタン */

#link_area .mod_bannerlist .btn_carousel {
  position: absolute;
  right: -23px;
  bottom: 10px;
  overflow: hidden;
  background-color: transparent;
  border-style: none;
  color: inherit;
}
#link_area .mod_bannerlist .btn_toggle {
  position: absolute;
  right: -23px;
  bottom: 10px;
  overflow: hidden;
  display: none;
  background-color: transparent;
  border-style: none;
  color: inherit;
}
#link_area .mod_bannerlist .btn_carousel:hover img, .mod_bannerlist .btn_toggle:hover img {
  opacity: 0.8;
}

/* カルーセル左右矢印 */
.mod_bannerlist .slick-arrow {
  top: 42px;
}

#link_area {
  margin-bottom: 70px;
}

#link_area .list_link {
  margin: 27px auto 0;
  overflow: hidden;
  width: 952px;
}

#link_area .list_link li {
  float: left;
  margin-left: 25px;
}

#link_area .box_blog {
  overflow: hidden;
}

#link_area .list_link_2clm {
  margin: 0 auto;
  width: 625px;
}

#link_area .box_blog .list_link_2clm li {
  margin-top: 27px;
}

#link_area .box_blog .list_link_2clm li:nth-child(even) {
  float: right;
}

#link_area .box_blog .list_link_2clm li:nth-child(odd) {
  float: left;
}

#link_area .list_link li:first-child {
  margin-left: 0;
}

/* --------------------------------------
  .arrow
--------------------------------------- */

#link_area a:link.arrow, a:visited.arrow, a:active.arrow {
  color:#333;
}

#link_area a:hover.arrow{
  color:#f00;
}

#link_area a.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}
#link_area a.arrow::before, a.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#link_area a.arrow::before{
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #841445;
}
#link_area a.arrow::after{
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}

#link_area .list_link.lnk01 {
	width: 302px;
	margin: 27px auto 0;
}

.lnk02 {
	width: 666px;
	margin: 0 auto;
}
