@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
  overflow: hidden;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.disnon2 {
  visibility: hidden;
	height: 0;
}

.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
  line-height: 1.4;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.invalid{
	pointer-events: none;
}
a.godetail{
  display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin: 0 2% 20px;
	text-align: center;
	text-decoration: none;
	background-image: url("../images/button.png");
	background-repeat:  no-repeat;
	background-position: center bottom;
	background-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
  color: #FFFFFF;
}
a.godetail.chubu{
	background-image: url("../images/button_chubu.png") ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background-image: url("../images/button_gray.png");
	pointer-events: none;
}
.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 15px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 10px auto;
}
@media screen and (max-width: 759.9px){
  a.godetail{
		height: 50px;
    font-size: 90% ;
    margin-bottom: 15px;
  }
  .deco{
    display: inline-block;
		padding: 0 10px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
}
p.credit {
	position: absolute;
	top:10px;
	right:10px;
	text-align: right;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 90%;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  z-index: 0;
}
.page_roof .obi{
  width: 100%;
  height: 130px;
  background: url("../images/top_obi.png")no-repeat center left,
    url("../images/top_obi.png")no-repeat center right;
  background-size: 40%,40%;
}
.page_roof .roof{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  z-index: 2;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  width:auto;
  height: 90%;
}
@media screen and (max-width: 759.9px){
  .page_roof .obi{
    width: 100%;
    height: 70px;
    background: url("../images/top_obi.png")no-repeat center left,
      url("../images/top_obi.png")no-repeat center right;
    background-size: 70%,70%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin:0 auto 20px;
}
.pageContent .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  padding:30px 0;
}
.pageContent .title{
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  background: url("../images/title_top.png")repeat-x top center,
		url("../images/title_bottom.png")repeat-x bottom center #EF857D;
  background-size:auto 30px,auto 30px;
  padding: 30px 10px;
  color: #FFFFFF;
}
.pageContent .subtitle{
  width: 100%;
  margin-top: -15px;
  margin-bottom: 20px;
  text-align: center;
}
.pageContent .subtitle p{
  font-size: 160%;
}
.pageContent .title h2{ 
  width: 100%;
  max-width: 950px;
  margin: 0 auto 10px;
  font-size: 260%;
  line-height: 1.2;
  position: relative;
}
.pageContent .title p{ 
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  font-size: 160%;
  font-weight:bold;
  line-height: 1.2;
}
.pageContent .title.deco1 h2::before{ 
  content: "";
  position: absolute;
  bottom:-0.4em;
  left:0;
  width: 3em;
  height: 2em;
  background: url("../images/title_deco1_left.png")no-repeat center bottom;
  background-size:contain;
}
.pageContent .title.deco1 h2::after{ 
  content: "";
  position: absolute;
  bottom:-0.4em;
  right:0;
  width: 3em;
  height: 2em;
  background: url("../images/title_deco1_right.png")no-repeat center bottom;
  background-size:contain;
}
.pageContent .title.deco2 h2::before{ 
  content: "";
  position: absolute;
  bottom:-2em;
  left:1em;
  width: 2em;
  height: 3.5em;
  background: url("../images/title_deco2_left.png")no-repeat center bottom;
  background-size:contain;
}
.pageContent .title.deco2 h2::after{ 
  content: "";
  position: absolute;
  bottom:-2em;
  right:0;
  width: 3.5em;
  height: 2.5em;
  background: url("../images/title_deco2_right.png")no-repeat center bottom;
  background-size:contain;
}
.pageContent .title.deco3 h2::before{ 
  content: "";
  position: absolute;
  bottom:0;
  left:1em;
  width: 1.5em;
  height: 2em;
  background: url("../images/title_deco3.png")no-repeat center bottom;
  background-size:contain;
}
.pageContent .title.deco3 h2::after{ 
  content: "";
  position: absolute;
  bottom:0;
  right:1em;
  width: 1.5em;
  height:2em;
  background: url("../images/title_deco3.png")no-repeat center bottom;
  background-size:contain;
}
@media screen and (max-width: 759.9px){
  .pageContent .title{
		background-size:auto 20px,auto 20px;
    padding: 20px 10px;
  }
  .pageContent .title h2{ 
    font-size: 4.5vw;
  }
  .pageContent .title p{ 
    font-size: 110%;
  }
  .pageContent .subtitle p{
    font-size: 120%;
  }
  .pageContent .title.deco1 h2::before{ 
    bottom:-1em;
    left:-0.5em;
    width: 2.5em;
  }
  .pageContent .title.deco1 h2::after{ 
    bottom:-1em;
    right:-1em;
    width: 2.5em;
  }
  .pageContent .title.deco2 h2::before{ 
    bottom:-3em;
    left:0;
    width: 2em;
    height: 4em;
  }
  .pageContent .title.deco2 h2::after{ 
    bottom:-3.5em;
    right:-1em;
    width: 4em;
    height: 3em;
  }
  .pageContent .title.deco3 h2::before{ 
    bottom:0.2em;
    width: 2em;
  }
  .pageContent .title.deco3 h2::after{ 
    bottom:0.2em;
    width: 2em;
  }


}
.pageContent .box_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_unit .box{
  width: 48%;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  border-radius:40px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  position: relative;
  margin-bottom: 40px;
}
.box_unit .box::before{
  content: "";
  position: absolute;
  top:-20px;
  left:-20px;
  width:100px;
  height: 100px;
  background: url("../images/corner_top.png")no-repeat top left;
  background-size: contain;
}
.box_unit .box::after{
  content: "";
  position: absolute;
  bottom:-20px;
  right:-20px;
  width:100px;
  height: 100px;
  background: url("../images/corner_bottom.png")no-repeat bottom right;
  background-size: contain;
}
.box .shop{
  text-align: center;
  padding: 15px 10px;
}
.box .shop h3{
  font-size: 150%;
}
.box .shop p{
  font-size: 130%;
	font-weight: bold;
}
.box .photo{
  width: 100%;
  margin-bottom: 10px;
}
.box .photo img{
  width: 100%;
}
.box .comment{
  width: 100%;
  padding: 10px 15px 30px;
  background: url("../images/line_deco.png")no-repeat bottom center;
  background-size: 95%;
  margin-bottom: 10px;  
}
.box .comment p{
  font-size: 100%;
}
.box .info{
  width: 100%;
  margin-bottom: 10px;
}
.box .info dl{
  width: 90%;
  display: flex;
  margin: 0 auto 5px;
  padding:0 5px 5px;
  border-bottom: 1px dotted #CCCCCC;
}
.box .info dl dt{
  white-space: nowrap;
}
.box .info dl dt::before{
  content: "◆";
  color: #ef857d;
  white-space: nowrap;
  margin-right: 5px;
}
.box .info p{
  width: 80%;
  margin: 0 0 5px 15%;
}
.box .yoyaku{
	width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.box .yoyaku p{
  text-align: center;
  font-size: 110%;
  margin-bottom: 15px;
}
.box .yoyaku .yoyaku_unit{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box .yoyaku .yoyaku_unit > div,
.box .yoyaku .yoyaku_unit > a{
	width: 70%;
  max-width: 350px;
}
.box .yoyaku .yoyaku_unit > div p{
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
.box .yoyaku .yoyaku_unit > div a.godetail{
	width: 100%;
	display: block;
}
@media screen and (max-width: 759.9px){
	.box_unit{
    justify-content: center;
  }
	.box_unit .box{
		width:80%;
		margin:0 auto 20px;
	}
	.box .shop h3{
		font-size: 130%;
	}
	.box .shop p{
		font-size: 120%;
	}

}
/*-------------タブナビ　エリア--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
nav#pageNav {
	width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
}
nav#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap:nowrap;
  justify-content: center;
  align-items: center;
}
nav#pageNav ul li{
  background: #CCCCCC;
  border-radius: 30px;
	padding: 0 30px;
  cursor: pointer;
  position: relative;
  margin:0 10px 20px;
  text-align: center;
  font-size: 130%;
	height: 90px;
	display: flex;
	align-items: center;
}
nav#pageNav ul li:hover,
nav#pageNav ul li.selected{
  background: #fcee21;
  font-weight: bold;
  font-size: 150%;
}
@media screen and (max-width: 759.9px){
	nav#pageNav ul li {
		font-size: 110%;
		height: 80px;
  	margin:0 5px 10px;
		padding: 0 20px;
	}
	nav#pageNav ul li:hover,
	nav#pageNav ul li.selected{
		font-size: 130%;
	}
}



/*-------------タブコンテンツ   --------------*/
.tab_wrap {
  width: 100%;
	margin:0 auto 20px;visibility: visible;
	height: auto;
}
.tab_wrap > h2{
  text-align: center;
  margin-bottom: 50px;
}
.tab_wrap .inner{
  width: 98%;
  max-width: 950px;
	margin:0 auto;
  padding-bottom: 50px;
}
.tab_wrap .title{
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.tab_wrap .title h2 img{
  max-width: 70%;
  margin-top: -40px;
}
/*-----モデルコース--------------------*/
.modelcourse {
  width: 95%;
  max-width: 950px;
  margin: 0 auto ;
  padding-bottom: 30px;
}
.modelcourse .left {
  background: url("../images/footprints2.png")no-repeat top left;
  background-size:70%;
}
.modelcourse .right {
  background: url("../images/footprints1.png")no-repeat top right;
  background-size:70%;
}
.modelcourse .fukidashi{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  font-size: 130%;
  font-weight: bold;
	width: 25%;
}
.modelcourse .left .fukidashi{
  background: url("../images/fukidashi1.png")no-repeat center;
  background-size:contain;
	margin-left: -5%;
}
.modelcourse .right .fukidashi{
  background: url("../images/fukidashi2.png")no-repeat center;
  background-size:contain;
	margin-right: -5%;
	margin-left: auto;
}
.modelcourse #ninenzaka.fukidashi{
	margin-bottom: 35px;
}
.modelcourse h3{
  font-size: 200%;
	font-weight: bold;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 20px;
	position: relative;
	width: 55%;
}
.modelcourse .right h3{
	margin-left:auto;
}
.modelcourse h3 .marker{
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
  padding:0 30px 10px 30px;
	position: relative;
}
.modelcourse .time{
  font-size: 20px;
	font-weight: bold;
  background: url("../images/bg_time.png")no-repeat center;
  background-size:contain;
	line-height: 1.2;
	width: 140px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modelcourse .left .time{
	position: absolute;
	top:-20px;
	right: -10px;
	transform: rotate(10deg);
  z-index: 10;
}
.modelcourse .right .time{
	position: absolute;
	top:-20px;
	left: -10px;
	transform: rotate(-10deg);
  z-index: 10;
}
.modelcourse .left h3 .time{
	position: absolute;
	top:-15px;
	right: 70px;
	transform: rotate(10deg);
}
.modelcourse .right h3 .time{
	position: absolute;
	top:-15px;
	left: 70px;
	transform: rotate(-10deg);
}
.modelcourse dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	background: url("../images/bg_comment.png")repeat-x center;
	background-size: auto 90%;
}
.modelcourse dl dt{
  width: 55%;
  text-align: center;
	position: relative;
}
.modelcourse dl dt .photo{
  width: 95%;
  margin: 0 auto;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.modelcourse .photo img{
  width: 100%;
}
.modelcourse dl dd{
  width: 45%;
	display: flex;
	align-items: center;
	padding: 30px;
  font-size: 110%;
  font-weight: bold;
  text-shadow: 0 0 2px #FFFFFF;
  line-height: 1.8;
}
.modelcourse .right > .photo{
  width: 54%;
  margin: 0 1% 0 auto;
}

@media screen and (min-width: 760px){
	.modelcourse .right dl dt{
		order: 2;
	}
	.modelcourse .right dl dd{
		order: 1;
	}
}	
@media screen and (max-width: 759.9px){
	.modelcourse .left {
		background: url("../images/footprints2.png")no-repeat top left;
		background-size:90%;
	}
	.modelcourse .right {
		background: url("../images/footprints1.png")no-repeat top right;
		background-size:90%;
	}
	.modelcourse .fukidashi{
		height: 100px;
		font-size: 90%;
		width: 30%;
		margin-bottom: 10px;
	}
	.modelcourse .left .fukidashi{
		background: url("../images/fukidashi1.png")no-repeat center;
		background-size:contain;
		margin-left: -2%;
	}
	.modelcourse .right .fukidashi{
		background: url("../images/fukidashi2.png")no-repeat center;
		background-size:contain;
		margin-right: -2%;
	}
  .modelcourse #ninenzaka.fukidashi{
    margin-bottom: 20px;
  }
	.modelcourse h3{
		font-size: 130%;
		font-weight: bold;
		text-align: center;
		margin-top: -30px;
		margin-bottom: 20px;
		width: 80%;
		line-height: 2;
	}
	.modelcourse .time{
		font-size: 14px;
		width: 100px;
		height: 40px;
	}
	.modelcourse .right .time{
		position: absolute;
		top:0;
		left:auto;
		right: -10px;
		transform: rotate(15deg);
	}
	.modelcourse .left .time{
		position: absolute;
		top:0;
		right:auto;
		left: -10px;
		transform: rotate(-15deg);
	}
	.modelcourse .right h3 .time{
		position: absolute;
		top:auto;
		left:auto;
		right: 30px;
		bottom:-30px;
		transform: rotate(-10deg);
		z-index: 1;
	}
	.modelcourse .left h3 .time{
		position: absolute;
		top:auto;
		right:auto;
		left: 30px;
		bottom:-30px;
		transform: rotate(10deg);
		z-index: 1;
	}
	.modelcourse dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	background: url("../images/bg_comment.png")repeat-y center bottom;
	background-size: 100% auto;
	padding-bottom: 20px;
}
	.modelcourse dl dt{
		width: 100%;
		position: relative;
		padding: 20px 20px 0 20px;
	}
	.modelcourse dl dt .photo{
    width: 80%;
    position: relative;
    z-index: 1;
    margin: 0 auto 0 0;
	}
	.modelcourse .right dl dt .photo{
    margin: 0  0 0 auto;
	}
	.modelcourse dl dd{
		width: 100%;
		padding: 15px;
    font-size: 100%;
	}

}
.modelcourse .start {
  background:none;
}

/*-----その他のおすすめ京都--------------------*/
#recommend .recommend_box_unit {
  width: 100%;
  display: flex;
	flex-wrap: wrap;
}
.recommend_box_unit .recommend_box{
  width: 31.3%;
  margin: 0 1% 20px;
}
.recommend_box h3{
	height: 3em;
  margin-bottom: 5px;
  font-size: 100%;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommend_box .photo{
	width: 100%;
	margin-bottom: 20px;
}
.recommend_box .photo img{
	width: 100%;
}
.recommend_box a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 759.9px){
	.recommend_box_unit .recommend_box{
		width: 48%;
		margin: 0 1% 20px;
	}
	.recommend_box h3{
		font-size: 90%;
	}
}
.recommend_box .yoyaku_unit{
  width: 100%;
  display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.recommend_box .yoyaku_unit > a{
	width: 48%;
	margin: 0 1%;
}
@media screen and (max-width: 759.9px){
	.recommend_box .yoyaku_unit > a{
		width: 90%;
		margin-bottom: 15px;
		line-height: 1.5;
		font-size: 80%;
	}

}





/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----topSwiper-------------------*/
.swiper-container.top .swiper-slide img{
	border-left: 1px solid #CCC;
	width: 100%;
}
.swiper-container.top .swiper-wrapper{
  transition-timing-function:linear !important;
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}

