@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-bottom:30px;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
	/*font-family:'M PLUS Rounded 1c', sans-serif;*/
  /*background: url("../images/bg_page.png")no-repeat top 720px center;*/
  background-size: 100%;
}
#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;
}
.text_red {
	color: #ff0000;
}
.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.5;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
	font-size: 105%;
  padding-bottom: 5px;
}
.deco span{
	font-weight: normal;
  display: inline-block;
	padding: 0 18px;
	background: url("../images/slash2_left.svg") no-repeat center left,url("../images/slash2_right.svg") no-repeat center right ;
	background-size: 15px auto;
}
.deco1 span{
	font-weight: normal;
  display: inline-block;
	padding: 0 18px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size: 15px auto;
}
@media screen and (max-width: 759.9px){
  .deco span{
		padding: 0 12px;
    background: url("../images/slash2_left.svg") no-repeat center left,url("../images/slash2_right.svg") no-repeat center right ;
		background-size: 10px;
	}
  .deco1 span{
		padding: 0 12px;
    background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size: 10px;
	}
}
a.godetail{
	width: 90%;
	max-width: 300px;
	display: flex;
  align-items: center;
  justify-content: center;
	height: 60px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_red.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail.pink{
	background: url("../images/button_pink.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 90%;
		height: 55px;
  }
}
p.credit{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  color: #FFFFFF;
  background: rgba(0,0,0,0.6);
  padding: 2px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 759.9px){
	p.credit {
    position: absolute;
    bottom:8px;
    /*bottom: auto;*/
    right:8px;
    padding: 0 10px;
    font-size: 10px;
  }
}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  z-index: 0;
}
.page_roof .obi{
  width: 100%;
  height: 130px;
	background: #1A1A1A;
}
.obi h2{
  width: 100%;
  height: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.obi h2 img{
  width:auto;
  height: 95%;
}
@media screen and (max-width: 759.9px){
  .page_roof .obi{
    width: 100%;
    height: 70px;
  }
  .obi h2 img{
    width:95%;
    height: auto;
  }
  .page_roof p.credit{
    white-space: nowrap;
    bottom: 2px;
    transform: scale(0.6);
    transform-origin: bottom right;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.pageContent .inner{
  width: 90%;
	max-width: 930px;
	margin: 0 auto;
}
@media screen and (max-width: 759.9px){
	.pageContent {
		width: 100%;
	}
}

/*------------pageTopLead--------------*/
#pageTopLead {
  background-image: url("../images/bg_intro.jpg");
	background-repeat: no-repeat;
	background-position: top center;
  background-size: 1100px;
	padding: 20px 0 30px;
}
#pageTopLead .inner {
	width: 90%;
	max-width: 930px;
	margin: 0 auto;
}
#pageTopLead img.logo{
	text-align: center;
	width: 40%;
	max-width: 200px;
	height: auto;
	margin: 0 auto 15px;
	display: block;
}
#pageTopLead .inner > h2{
	text-align: center;
	font-size: 200%;
  margin-bottom: 15px;
	font-weight:bold; 
}
.inner .comment p{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.8;
}
@media screen and (max-width: 759.9px){
	#pageTopLead {
		width: 100%;
  	background-size: 120%;
	}
	#pageTopLead .inner > h2{
		font-size: 160%;
	}
	.inner .comment p{
		font-size: 120%;
	}
}
.inner .title {
	width: 100%;	
	margin: 0 auto 20px;
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100% auto;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
}
.inner .title.shadow {
	box-shadow: -15px -15px #c4a968;
}
.inner .title.gold.shadow {
	box-shadow: -15px -15px #47280e;
}
.inner .title h3 {
	font-size: 200%;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.inner .title p {
	font-size: 160%;
	font-weight: bold;
}
.inner .title .bgc {
	background: #3b2213;
	padding: 2px 30px 5px;
	display: inline;
}
.inner .title.red {
	background-image: url("../images/bg_title_red.png");
}
.inner .title.gold {
	background-image: url("../images/bg_title_gold.png");
}
.inner .title.recommend {
	background-image: url("../images/bg_title_recommend.png");
}
.inner ul.info {
	width: 90%;
	margin: -10px auto 30px;
	font-size: 110%;
	background: rgba(255,255,255,0.5);
}
.inner ul.info li{
	text-indent: -1em;
	margin: 0 0 5px 1em;
}
.inner > p.attention {
	font-size: 120%;
	color: #FF0000;
}

@media screen and (max-width: 759.9px){
	.inner .title {
		margin: 0 auto 20px;
		padding: 15px 0;
	}
	.inner .title.shadow {
		box-shadow: -10px -10px #c4a968;
	}
	.inner .title.gold.shadow {
		box-shadow: -10px -10px #47280e;
	}
	.inner .title h3 {
		font-size: 140%;
	}
	.inner .title p {
		font-size: 110%;
	}
	.inner ul.info {
		width: 95%;
		font-size: 100%;
	}
}
/*------------reservation--------------*/
#jizenyoyaku {
  margin: 30px auto;
}
#jizenyoyaku dl {
  margin: 30px auto;
  display: flex;
  border: 2px solid #7B1511;
}
#jizenyoyaku dt{
  background: url("../images/bg_title_red.png") repeat top center #7B1511;
  background-size:cover;
  color: #FFFFFF;
  font-weight: bold;
  padding: 20px 20px;
  font-size: 130%;
}
#jizenyoyaku dd{
  font-size: 120%;
  padding: 10px 20px;
}
#jizenyoyaku .info_pdf{
  font-size: 90%;
	margin-top: 10px;
}
@media screen and (max-width: 759.9px){
  #jizenyoyaku dl {
    flex-wrap: wrap;
    justify-content: center;
  }
  #jizenyoyaku dt{
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    font-size: 110%;
  }
  #jizenyoyaku dd{
    width: 100%;
    font-size: 100%;
    padding: 5px 20px;
  }
}

/*-------------campaign--------------*/
.campaign {
	background: #F5F5F5;
	padding: 80px 0 20px;
}
.campaign .inner{
  width: 90%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.campaign .inner::before {
	content: "";
	position: absolute;
	top:-100px;
	left: -100px;
	width: 300px;
	height: 300px;
	background: url("../images/bg_campaign.png")no-repeat center;
	background-size:contain;
	z-index: -1;
}

.campaign p.attention {
	color: #333;
	text-align:left;
	font-size: 100%;
}
.campaign .attention_unit {
  text-align: center;
	margin:-20px auto 20px;
	display: flex;
	justify-content: center;
}
.campaign p.attention {
	color: #333;
	text-align:left;
	font-size: 100%;
}
@media screen and (max-width: 759.9px){
	.campaign .inner::before {
		content: "";
		position: absolute;
		top:-50px;
		left: -50px;
		width: 140px;
		height: 140px;
	}
  .campaign .attention_unit {
    width: 80%;
    flex-wrap: wrap;
  }
  .campaign p.attention {
    width: 100%;
  }

}
/*-------------特典--------------*/
#tokuten {
	background: url("../images/bg_campaign.jpg")no-repeat top right;
	background-size: 30%;
	padding-top: 120px;
	margin-bottom: 60px;
}
#tokuten h2 {
  font-size: 160%;
  margin-bottom: 10px;
}

#tokuten .choice {
  text-align: center;
  font-size: 100%;
  margin-bottom: 10px;
}
#tokuten .tokuten_unit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#tokuten .tokuten_unit li {
  font-size: 160%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 5px 10px;
}
#tokuten .annai {
  width: 90%;
  background: rgba(255,255,255,0.7);
  padding: 20px 30px;
  margin: 0 auto 10px;
  color: #3b2213;
}
#tokuten .annai h3{
  font-size: 120%;
  margin-bottom: 10px;
  text-shadow: none;
  text-align: center;
}
#tokuten .annai p{
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
#tokuten .annai ul{
  margin-left: 1em;
  margin-bottom: 10px;
}
#tokuten .annai li{
  text-align: left;
  font-size: 110%;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 759.9px){
	#tokuten {
		background: url("../images/bg_campaign.jpg")no-repeat top right -30px;
		background-size: 55%;
		padding-top: 80px;
		margin-bottom: 40px;
	}
  #tokuten h2 {
    font-size: 130%;
    margin-bottom: 10px;
  }
  #tokuten .choice {
    font-size: 90%;
  }
  #tokuten .tokuten_unit {
    display: block;
  }
  #tokuten .tokuten_unit li {
    width: 80%;
    text-align: center;
    margin:0 auto 10px;
    font-size: 120%;
    padding: 3px;
  }
  #tokuten .annai {
    padding: 10px 8px;
  }
  #tokuten .annai h3{
    font-size: 110%;
  }
  #tokuten .annai p{
    font-size: 100%;
  }
  #tokuten .annai li{
    font-size: 100%;
    margin-left: 5px;
  }
}

/*-------------特別公開一覧--------------*/
#releaselist {
	margin-bottom: 50px;
}
#releaselist dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#releaselist dl dt{
	width: 50%;
	padding-bottom: 30px;
	position: relative;
}
#releaselist dl .label{
	display: inline-block;
	padding: 10px 20px;
	background: url("../images/bg_label.png")no-repeat center;
	position: absolute;
	top:20px;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(71,40,14,1),-1px -1px 2px rgba(71,40,14,1), 1px 1px 2px rgba(71,40,14,1),-1px -1px 2px rgba(71,40,14,1);
	font-weight: bold;
	font-size: 110%;
	z-index: 1;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
#releaselist  dl:nth-of-type(odd) .label{
	left:-2px;
}
#releaselist  dl:nth-of-type(even) .label{
	right:-2px;
}

#releaselist dl dd{
	width: 50%;
	padding: 40px 25px 20px;
}
#releaselist dl h3{
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}
#releaselist dl h3 span{
	font-size: 80%;
	font-weight: normal;
}
#releaselist dl p.lead{
	font-size: 120%;
	margin-bottom: 15px;
}
#releaselist dl ul{
	font-size: 100%;
}
#releaselist dl ul li{
	text-indent: -1em;
	margin: 0 0 5px 1em;
}
#releaselist dl ul li p.text_red{
	margin-left: 1em;
}
#releaselist dl:nth-of-type(odd) h3{
	text-align:right;
}

@media screen and (min-width: 760px){
	#releaselist dl:nth-of-type(odd){
		background: url("../images/bg_dl_odd.jpg")no-repeat right top;
		background-size: 55%;
	}
	#releaselist dl:nth-of-type(even){
		flex-direction: row-reverse;
		background: url("../images/bg_dl_even.jpg")no-repeat left top;
		background-size: 55%;
	}
}

@media screen and (max-width: 759.9px){
	#releaselist dl:nth-of-type(odd) dd{
		background: url("../images/bg_dl_odd.jpg")no-repeat right top -20px #f4f1f0;
		background-size: 100%;
	}
	#releaselist dl:nth-of-type(even) dd{
		flex-direction: row-reverse;
		background: url("../images/bg_dl_even.jpg")no-repeat left top -20px #f2efed;
		background-size: 100%;
	}
	#releaselist dl dt{
		width: 100%;
		padding-bottom: 0;
	}
	#releaselist dl dd{
		width: 100%;
		padding-top: 30px;
	}
	#releaselist dl h3 span{
		font-size: 15px;
		/*font-weight: normal;*/
	}
	#releaselist dl:nth-of-type(odd) p.credit{
		top:8px;
		right:5px;
		left: auto;
		bottom: auto;
	}
	#releaselist dl:nth-of-type(even) p.credit{
		top:8px;
		left:5px;
		right: auto;
		bottom: auto;
	}

}
/*-------予約-------*/
.yoyaku{
	width: 100%;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 20px;
}
.yoyaku p{
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}
.yoyaku .yoyaku_unit{
  width: 100%;
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.yoyaku .yoyaku_unit a{
  margin: 0 1.5% 15px;
}
@media screen and (max-width: 759.9px){
  .yoyaku p{
    font-size: 120%;
  }
}
/*-------------caution--------------*/
#caution {
	background: #F5F5F5;
	padding-bottom: 60px;
  margin-bottom: 50px;
}
#caution .inner{
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}
#caution .inner ul li{
	text-indent: -1em;
	margin: 0 0 5px 1em;
}
#caution h2 {
	text-align:center;
	margin-bottom:10px;
	font-size: 140%;
}
@media screen and (max-width: 759.9px){
  #caution{
    margin-bottom: 30px;
  }
}

/*-----京都観光オフィシャルサイト-----*/
#kyotoofficial .title {
  text-align: center;
  margin-bottom: 20px;
}
#kyotoofficial .title p{
  font-size: 150%;
  margin-bottom: 10px;
  color: #333;
}
#kyotoofficial .title h2{
  font-size: 180%;
  color: #333;
}
#kyotoofficial .article {
  background-image: url("../images/kyonofuyunotabi.jpg");
  background-repeat: no-repeat;
  background-position: center left 8px;
  background-size: 28%;
  border: 1px solid #CCCCCC;
  padding: 8px 10px 18px 30%;
  color: #333;
  margin-bottom: 30px;
}
#kyotoofficial .head{
  margin-bottom: 5px;
}
#kyotoofficial .head h3{
  font-size: 140%;
  color: #333;
}
#kyotoofficial .comment p{
  font-size: 120%;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
  color: #333;
}
#kyotoofficial .curator {
  font-size: 90%;
}
@media screen and (max-width: 759.9px) {
  #kyotoofficial .title p{
    font-size: 110%;
    margin-bottom: 5px;
  }
  #kyotoofficial .title h2{
    font-size: 120%;
  }
  #kyotoofficial .article {
    background: none;
    padding: 8px;
  }
  #kyotoofficial .head{
    background-image: url("../images/kyonofuyunotabi.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 32%;
    color: #333;
    margin-bottom: 10px;
    padding: 10px 0 10px 35%;
  }
  #kyotoofficial .head h3{
    font-size: 120%;
  }
  #kyotoofficial .comment p{
    font-size: 100%;
    margin-bottom: 10px;
  }
}

/*----------おすすめの京都プラン------------*/
#recommend {
	padding-top: 30px;
	text-align: center;
}
#recommend ul {
  width: 100%;
  display: flex;
	align-items: flex-end;
	margin-top: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
#recommend ul a{
  width: 31%;
  text-align: center;
  margin: 0 1% 20px;
  color: inherit;
  text-decoration: none;
}
#recommend ul a p{
  color: inherit;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 100%;
	line-height: 1.4;
}
#recommend ul a img{
	width: 100%;
	height: auto;
  border: solid 1px #EEEEEE;
}
#recommend ul a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 759.9px){
	#recommend ul a{
		width: 75%;
	}
  #recommend ul a p{
    font-size: 90%;
    margin-bottom: 5px;
  }
}

/*-----スライド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: 5px;
}
.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%;
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.swiper-pagination.inbox {
	bottom: 12px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:15px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:3px;
	top:48%;
}
.swiper-button-next.inbox{
	right:3px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:10px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}