@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}

/*基本レイアウト・フォント装飾関連---------------------------------------------------*/
#wrapper {
	background: #FFFDFD;
}
h2{
	font-weight:normal;
	padding:15px 0 20px;
	text-align:center;
	font-family: "Mplus 1p";
	color:#fff;
	clear:both;
    background: url("../images/tit_bg.png?update=20240322") no-repeat;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 34px;
	margin-bottom: 30px;
}
h3 {
    padding: .75em 0;
    width:100%;
    display: inline-block;
    margin:0 0 20px;
    box-sizing: border-box;
    font-size: 26px;
	font-weight: bold;
    text-align: center;
}
h3.green {
    color: #67be12;
    border-top: 2px solid #67be12;
    border-bottom: 2px solid #67be12;
}
h3.blue {
    color: #20ade5;
    border-top: 2px solid #20ade5;
    border-bottom: 2px solid #20ade5;
}
h3.orange {
    color: #f38f00;
    border-top: 2px solid #f38f00;
    border-bottom: 2px solid #f38f00;
}
h3.purple {
    color: #C34F7E;
    border-top: 2px solid #C34F7E;
    border-bottom: 2px solid #C34F7E;
}
h4 {
    display: inline-block;
    width:100%;
    background: #DFCEE2;
    font-size: 22px;
    padding: 15px 10px 10px;
    margin-top:30px;
    margin-bottom: 20px;
    border-bottom: 3px solid #4B2752;
    text-align: center;
    overflow: hidden;
    color: #4B2752;
    font-weight: bold;
    box-sizing: border-box;
}
.f-green { color: #67be12;}
.f-orange { color: #f38f00;}

/* CSS初期設定 */
.clear {
	clear: both;
}

/*mv---------------------------------------------------*/
#main_title img{
	max-width: 100%;
}

/*nav---------------------------------------------------*/
#navi{
    margin-top:30px;
	text-align:center;
	letter-spacing:-0.4em;
	padding:10px 0;
}
#navi ul {
    margin: 0 auto;
    padding: 0;
    max-width: 950px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#navi li{
	width: calc(100% / 6);
	display:inline-block;
	letter-spacing:normal;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 18px;
    font-weight: bold;
    background: url(../images/navi_line.png?update=20240322) no-repeat left;
    color: #614576;
    text-align: center;
}
#navi li:nth-child(1),
#navi li:nth-child(2),
#navi li:nth-child(3),
#navi li:nth-child(4){
	margin: auto;
}
#navi li:last-child{
    background: url(../images/navi_line.png?update=20240322) no-repeat right, url(../images/navi_line.png?update=20240322) no-repeat left;
	margin: auto;
}
#navi li a{
    color: #614576;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}

/*contents---------------------------------------------------*/

/*commonBox*/
.commonBox{
	background: #FFFDFD;
}
.commonBox img{
	width:100%;
	height:auto;
}

/*　プラン3列　*/
.commonPlanBox_2,
.commonPlanBox_3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}
.commonPlanBox_2 {
	margin-bottom: 20px;
}
.commonPlanBox_2 li{
	width: calc((100% - 150px) / 3);
	padding:15px;
    border:2px solid #f38f00;
	position: relative;
}
.commonPlanBox_3 li{
	width: calc((100% - 150px) / 3);
	padding:15px;
    border:2px solid #cfe3a1;
	position: relative;
}
.commonPlanBox_2 li dl dt,
.commonPlanBox_3 li dl dt{
	padding:10px 0 0;
	font-size:17px;
	color:#111;
	text-align:center;
}
.commonPlanBox_2 li dl dd,
.commonPlanBox_3 li dl dd{
	font-size:14px;
	margin-top:10px;
	line-height:170%;
	padding-top:0px;
}
p.kanko_area01 {
    position: absolute;
    top:0;
    left:0;
    background: #f38f00;
    color: #fff;
    padding: 5px 10px;    
}
p.kanko_area02 {
    position: absolute;
    top:0;
    left:0;
    background: #67be12;
    color: #fff;
    padding: 5px 10px;    
}

/*rhythm*/
.read3_rhythm {
    display: flex;
    justify-content: start;
	flex-wrap: wrap;
	gap: 24px;
}
.read3_rhythm li{
	width: calc((100% - 150px) / 3);
	padding:15px;
    border:2px solid #dceaf5;
	position: relative;
}
.read3_rhythm li dl dt{
	padding:13px 0 0;
	font-size:17px;
	color:#111;
	text-align:center;
}
.read3_rhythm li dl dt span {
    font-size: 80%;
}
.read3_rhythm li dl dd{
	font-size:14px;
	margin-top:10px;
	line-height:170%;
	padding-top:0px;
}
.read3_rhythm img{
	max-width:100%;	
	height:190px;
	object-fit: cover;
}
.rhythm_info{
	padding-left:1em;
	text-indent:-1em;
}
.read3_rhythm p.icon_rhythm01,
.read3_rhythm p.icon_rhythm02,
.read3_rhythm p.icon_rhythm03,
.read3_rhythm p.icon_rhythm04{
    position: absolute;
    top:0;
    left:0;
    color: #fff;
    padding: 5px;   
}
.read3_rhythm p.icon_rhythm01 {
    background: #ed798e;
}
.read3_rhythm p.icon_rhythm02 {
    background: #2cb6af;
}
.read3_rhythm p.icon_rhythm03 {
    background: #f18d00;   
}
.read3_rhythm p.icon_rhythm04 {
    background: #92539d;
}
.read3_rhythm p.icon_rhythm01 span,
.read3_rhythm p.icon_rhythm02 span,
.read3_rhythm p.icon_rhythm03 span,
.read3_rhythm p.icon_rhythm04 span{
    font-size: 140%;
    font-weight: bold;
    margin: 0 2px 0 1px;
}

/*滋賀エリアマップ 滋賀エリア紹介*/
p.midashi {
    display: inline-block;
    margin:0 0 20px;
    text-align: center;
    width:100%;
    font-size: 20px;
}
p.lead {
    display: inline-block;
    margin:0 0 20px;
    text-align: center;
    width:100%;
    font-size: 16px;
    line-height: 1.8;
}
p.map {
    position: relative;
    padding-bottom:30px;
}
.areamap {
    padding:0 100px 30px;
    max-width:750px;
}
a span.area01 {
    position: absolute;
    top:38%;
    left:2%;
    background: #f38f00;
    color: #fff;
    border: 2px #fff solid;
    border-radius: 5px;
    padding:15px;
    text-align: center;
}
a span.area02 {
    position: absolute;
    top:78%;
    right:2%;
    background: #67be12;
    color: #fff;
    border: 2px #fff solid;
    border-radius: 5px;
    padding:15px;
    text-align: center;
}

/*お申込み*/
.planBtn6 a {
    display: block;
    max-width: 750px;
    margin: 25px auto 0;
    padding: 20px 0;
    color: #111 !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #DEBBBA;
    background: #E9D2D2;
    font-size: 20px;
    box-sizing: border-box;
}
.planBtn6 a:hover{
	opacity: 0.8;
}
.planBtn6 a {
    position: relative;
    margin-bottom:0px;
}
.planBtn6 a i{
	position:absolute;
	right:0;
	top:30%;
}
.fas {
    margin-right: 15px;
}
.pamp {
    max-width:750px;
    margin:15px auto 0;
    padding: 0;
}

/*紫式部ゆかりの地 240209add*/
div.shikibu_bg {
	background: linear-gradient(-50deg, rgba(255,255,255,0.2) 0%, rgba(248,216,216,0.3) 40%, rgba(255,253,232,0.4) 70%, rgba(255,255,255,0.2) 90%, rgba(0,0,0,0) 100%);
}
ul.shikibu_1,
ul.shikibu_2 {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
ul.shikibu_1 {
	margin: 24px 0;
}
ul.shikibu_2 {
	align-items: center;
}
ul.shikibu_1 li dl div img,
ul.shikibu_2 li div img {
	vertical-align: bottom;
}
ul.shikibu_1 li dl dd,
ul.shikibu_2 li dl dd {
	padding: 0px 10px;
	line-height: 170%;
}
ul.shikibu_1 li {
	width: calc((100% - 48px) / 3);
	margin-bottom: 10px;
}
ul.shikibu_1 li dl dt {
	border-bottom: 2px dotted #C34F7E;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 0;
	margin: 0 10px 10px;
	line-height: 130%;
}
ul.shikibu_1 li dl div {
	position: relative;
}
ul.shikibu_1 li dl div span.ttl_s {
	position: absolute;
	left: -5px;
	bottom: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 4px 5px;
	background: rgba(197,155,171,0.80);
}
ul.shikibu_1 li dl dd.txt {
	margin-bottom: 10px;
}
ul.shikibu_1 li dl dd:nth-child(n+2) {
	font-size: 14px;
}
ul.shikibu_1 li dl dd span {
	color: #C34F7E;
	font-weight: 500;
}
ul.shikibu_2 {
	padding: 0 15px 24px;
}
ul.shikibu_2 li:first-child {
	width: 44%;
}
ul.shikibu_2 li:last-child {
	width: 56%;
}
ul.shikibu_2 dl dt {
	color: #C34F7E;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 16px;
}
ul.shikibu_2 dl dt span {
	font-size: 13px;
	font-weight: 400;
}
ul.shikibu_2 dl dd {
	color: #7F506B;
}
.shikibu_slide {
  height: 300px;
  width: 400px;
  max-width: 100%;
  ma-height: 100%;
  position: relative;
  margin: 0 auto;
}
.slideImages1,
.slideImages2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  animation: slide-animation 25s infinite;
}
@keyframes slide-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}
.slideImages1:nth-child(1) {
	background-image: url("../images/slideImg1_1.jpg");
	animation-delay: 0s;
}
.slideImages1:nth-child(2) {
	background-image: url("../images/slideImg1_2.jpg");
	animation-delay: 5s;
}
.slideImages1:nth-child(3){
	background-image: url("../images/slideImg1_3.jpg");
	animation-delay: 10s;
}
.slideImages1:nth-child(4) {
	background-image: url("../images/slideImg1_4.jpg");
	animation-delay: 15s;
}
.slideImages1:nth-child(5) {
	background-image: url("../images/slideImg1_5.jpg");
	animation-delay: 20s;
}
.slideImages2:nth-child(1) {
	background-image: url("../images/slideImg2_1.jpg");
	animation-delay: 0s;
}
.slideImages2:nth-child(2) {
	background-image: url("../images/slideImg2_2.jpg");
	animation-delay: 5s;
}
.slideImages2:nth-child(3){
	background-image: url("../images/slideImg2_3.jpg");
	animation-delay: 10s;
}
.slideImages2:nth-child(4) {
	background-image: url("../images/slideImg2_4.jpg");
	animation-delay: 15s;
}
.slideImages2:nth-child(5) {
	background-image: url("../images/slideImg2_5.jpg");
	animation-delay: 20s;
}
div.info_box {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding: 16px 8px 16px 16px;
	background: #C59BAB;
}
dl.event_info {
	color: #fff;
	width: 60%;
}
dl.event_info dt,
dl.event_price dt {
	width: 80px;
	text-align: center;
	color: #fff;
	background: #C34F7E;
	padding: 2px 0;
	margin-bottom: 4px;
}
dl.event_info dd,
dl.event_price dd {
	margin-left: 8px;
	margin-bottom: 8px;
}
dl.event_price {
	width: 40%;
}
dl.event_price ul {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
dl.event_price ul li {
	color: #7F506B;
	width: calc((100% - 2px) / 3);
	text-align: center;
	line-height: 1.2;
	padding: 8px 0; 
	border-right: 1px solid #AF7D99;
	border-bottom: 1px solid #AF7D99;
}
dl.event_price ul li:nth-child(n+7){
	border-bottom: none;
}
dl.event_price ul li:nth-child(3n){
	border-right: none;
}
dl.event_price ul li span {
	font-size: 12px;
}
p.copy_ph {
	color: #636363;
	font-size: 14px;
	margin: 4px 0;
}

/*滋賀のグルメ 240209add*/
p.gourmet_txt {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 24px;
}
p.gourmet_txt span {
	font-size: 16px;
	font-weight: 400;
}
ul.gourmet_1 li dl dt,
ul.gourmet_2 li dl dt {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	padding: 10px 0;
}
ul.gourmet_1 li dl dt span {
	display: inline-block;
	border-bottom: 2px dotted #C34F7E;
	padding: 0 10px;
	margin-bottom: 10px;
}
ul.gourmet_1 li dl dd,
ul.gourmet_2 li dl dd {
	font-size: 14px;
	line-height: 170%;
}
ul.gourmet_1 li dl dd {
	padding: 0 15px 15px;
}
ul.gourmet_1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 0;
}
ul.gourmet_1 li {
	width: calc((100% / 4) - 24px);
    border:2px solid #C59BAB;
	margin-bottom: 30px;
}
ul.gourmet_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}
ul.gourmet_2 li {
	width: calc((100% - 150px) / 3);
	padding:15px;
	position:relative;
    border:2px solid #C59BAB;
	margin-bottom: 16px;
}
ul.gourmet_2 li:last-child {
	margin-bottom: 0;	
}
ul.gourmet_2 li div {
	position: relative;
}
ul.gourmet_2 li div span {
    position: absolute;
    top: -15px;
    left: -15px;
    color: #fff;
    padding: 5px 10px;  
}
ul.gourmet_2 li div span.area1 {
	background: #67BE12;
}
ul.gourmet_2 li div span.area2 {
	background: #F38F00;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.smpnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}
h2{
    margin-bottom: 0.7rem;
	font-size:1.4rem!important;
	font-weight:normal;
	padding:15px 0 20px;
    line-height: 1.0;
    text-shadow: 2px 2px 3px #B089B3,-2px -2px 3px #B089B3;
}
h3 {
    padding: 15px;
    margin: 0.5rem 0px 0.8rem;
    font-size: 1.2rem;
	font-weight: normal;
}
h3.purple {
	font-size: 17px;
}
h4 {
    font-size: 1.1rem;
    margin-top:30px;
    margin-bottom: 0.8rem;
}		
#navi li {
	width: calc(100% / 2);
}
#navi li:nth-child(1),
#navi li:nth-child(3),
#navi li:nth-child(5){
	background: none;
}
#navi li:last-child{
    background: url(../images/navi_line.png?update=20240322) no-repeat left;
}
.commonPlanBox_2,
.commonPlanBox_3,
.read3_rhythm,
ul.shikibu_1,
ul.shikibu_2,
div.info_box,
ul.gourmet_1,
ul.gourmet_2 {
	flex-direction: column;
	align-items: center;
	gap: 0;
}
ul.shikibu_1 li,
div.info_box dl,
ul.gourmet_1 li {
	width: 100%;
	margin-bottom: 20px;
}
.commonPlanBox_2 li,
.commonPlanBox_3 li,
.read3_rhythm li,
ul.gourmet_2 li {
	width: calc(100% - 30px);
	margin-bottom: 20px;
}
ul.shikibu_2 {
	padding: 0;
}
ul.shikibu_2 li:first-child,
ul.shikibu_2 li:last-child {
	width: 100%;
}
ul.shikibu_2 li:last-child {
	padding: 0 0 20px;
}
.areamap {
	width: 100%;
	padding: 0;
}
.commonPlanBox_2 li dl dt,
.commonPlanBox_3 li dl dt{
	font-size:15px;
	font-weight: bold;
}
.commonPlanBox_2 li dl dd,
.commonPlanBox_3 li dl dd{
	font-size:13px;
	line-height:130%;
}
.read3_rhythm p.icon_rhythm01 span,
.read3_rhythm p.icon_rhythm02 span,
.read3_rhythm p.icon_rhythm03 span,
.read3_rhythm p.icon_rhythm04 span{
    font-size: 120%;
    margin: 0 5px 0 0;
}
p.midashi {
    margin:0.5rem 0 1rem;
    font-size: 0.95rem;
}
p.lead {
    display: inline-block;
    margin:0 0 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
}
.planBtn6 a {
    font-size: 1rem;
}
.planBtn6 a {
    position: relative;
    margin-bottom:0.8rem;
}
.map {
    padding-bottom:0px;
}
a span.area01 {
    top:39%;
    padding:0.5rem;
}
a span.area02 {
    padding:0.5rem;
}
ul.shikibu_1 {
	margin: 24px 0 0;
}
ul.shikibu_1,
ul.shikibu_2 {
	font-size: 13px;
}
ul.shikibu_1 li {
	padding-bottom: 16px;
}
ul.shikibu_1 li dl dt {
	font-size: 15px;
}
ul.shikibu_1 li dl div span.ttl_s {
	font-size: 12px;
	font-weight: 400;
}
ul.shikibu_1 li dl dd:nth-child(n+2) {
	font-size: 13px;
}
ul.shikibu_2 dl dt {
	font-size: 15px;
}
ul.shikibu_2 dl dt span {
	font-size: 12px;
}
div.info_box {
	font-size: 13px;
	padding: 10px 10px 10px 0;
}
p.copy_ph {
	font-size: 13px;
}
p.gourmet_txt {
	font-size: 15px;
}
p.gourmet_txt span {
	font-size: 13px;
}
ul.gourmet_1 li dl dt,
ul.gourmet_2 li dl dt {
	font-size: 15px;
	font-weight: 600;
}
ul.gourmet_1 li dl dd,
ul.gourmet_2 li dl dd {
	font-size: 13px;
}
	
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
.pcnone{display:none;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner{
	width: 96%;
	max-width:950px;
	margin: 0 auto;
	padding:30px 0 20px;
	display: block;
}
	
#main_title{
	position:relative;
	background:url(../images/bg.jpg?update=20240322) repeat-x 50% 50% #DFCEE2;
	text-align:center;
	overflow:hidden;
	padding:0;
	height:350px;
}

a span.area01,
a span.area02 {
	font-size: 24px;
}	
	
}