@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
a{transition: .3s;}
a:link,
a:visited{color: #0952a4;}
a:hover{opacity: 0.7;}
.search_kokunaiBar .serchBox > ul li.select {background: #039!important;}
.search_kokunaiBar .serchBox > ul {border-bottom: 2px solid #039!important;}
body { background: #F0F5FA;}
main { background: #fff;font-feature-settings: "palt"}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.spnone{display:none;}
#dirPathBlock,#anchorLinkBlock { background: #F0F5FA;}
#dirPathBlock p,#anchorLinkBlock a{
	font-size: 10px;
	margin: 0 1%;
	padding: 10px 0;
}

.inner {
	width: 95%;
    margin: 0 auto;
	padding: 5% 0;
}
/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}
#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}
#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}
	
	.box_line{
        border-bottom: 1px solid #333;
        padding-bottom: 1rem;
	}	
/* ------------------------------------------
	nav
------------------------------------------ */
nav {
  background-color: #6C30A4;
  padding: 10px 0;
}

nav ul {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto); 
  list-style: none;
  font-size: 0.9rem;
  text-align: center;
  padding: 0;
row-gap: 10px;
}
	
	
/* 上段メニュー */
.nav_top li {
  flex: 1;
  text-align: center;
  border-right: 1px dashed #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_top li:nth-child(3){
  border-right: none;
}

.nav_top a {
  display: block;
  padding: 10px 0;
  color: #FFF;
  text-decoration: none;
}

/* 下段メニュー */
.nav_bottom {
  background-color: #FFF;
  margin-top: 10px;
  font-weight: bold;
}

.nav_bottom li {
  flex: 1;
  text-align: center;
  border-right: 1px dashed #6C30A4;
}

.nav_bottom li:last-child {
  border-right: none;
}

.nav_bottom a {
  display: block;
  color: #6C30A4;
  text-decoration: none;
}

/* 花組〜雪組をラップするブロック */
.nav_bottom_blocked_wrapper {
  position: relative;
  display: flex;
  flex: 4;
}

/* オーバーレイ */
.nav_bottom_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.7);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}


.coming_soon_text {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}


.nav_bottom {
  display: flex;
}

.nav_bottom>li {
  flex: 1;
  text-align: center;
  border-right: 1px dashed #6C30A4;
}

.nav_bottom>li:last-child {
  border-right: none;
}

.nav_bottom a {
  display: block;
  color: #6C30A4;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
}

	
/* ------------------------------------------
	メインビジュアル
------------------------------------------ */	
h1 img {width: 100%;}

/* ------------------------------------------
	共通
------------------------------------------ */		

section {
    padding: 0 0 2rem;
}	
	
.bgimg {
  background: #EAD3FF url(../images/bg_img.jpg) repeat;
}

		
h2.main_c_title_wrap {
 font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  margin: 0 auto 0.5rem;
  display: flex;
  flex-direction: column;
}

h2.main_c_title_wrap span {
  display: flex;
  align-items: center;
  color: #6C30A4;
  font-size: 20px;
}

h2.main_c_title_wrap .main_contentsts_title {
  color: #000;
  font-size: 2rem;
}
	
    .main_contentsts_title_small {
        font-size: 16px !important;
        color: #333 !important;
        padding-left: 10px;
		flex: 1;
    }	

h2.main_c_title_wrap span.sub_contentsts_title::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 1px;
  background-color: #6C30A4;
}

.contents_box {
  background: #FFF;
  color: #3C4141;
  padding: 20px;
  font-size: 1rem;
}
	

	
/* ------------------------------------------
	宝塚歌劇旅のポイント
------------------------------------------ */
#point{
		text-align: center;
	padding: 2rem 0 0;
}	
	
	
    h2.main_pt_title {
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-weight: 900;
        margin: 0 auto 0.5rem;
        color: #7830A3;
    }
	
    p.sub_pt_title {
        font-size: 1.2rem;
        padding: 0 0 2px 0;
        letter-spacing: 2px;
    }
    p.main_pt_title {
        font-size: 2rem;
    }
	
    .point_txt {
        font-size: 1.3rem;
        color: #3C4141;
        line-height: 1.5;
        letter-spacing: 1px;
        padding: 15px 0;
    }
	
/* ------------------------------------------
	公演概要
------------------------------------------ */
	
.program_wrap {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
}
	
#program .contents_txt_wrap {
    flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	
	
.program_img {
    background: #F0EAF6;
}	
.program_img img {
    width: 100%;
}	
.program_img p {
    padding: 10px;
    font-size: 1rem;
}
	
	
span.icon {
    font-weight: bold;
    font-size: 1.6rem;
	display: flex;
        align-items: center;
}
	

p.program_group {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 25px;
        gap: 20px;
        background: #6C30A4;
        padding: 7px;
        color: #FFF;
        justify-content: center;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

p.program_area {
        border: 1px solid #3C4141;
        padding: 4px 7px 5px 10px;
        font-size: 1rem;
        white-space: nowrap;
        text-align: center;
}

.border_f {
  border-bottom: 1px solid #3C4141;
  padding-bottom: 10px;
}

span.program_title {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: block;
  margin: 5px 0;
}

span.program_type, span.created{
    margin: 10px 0;
    display: block;
}
	
p.program_discription {
    line-height: 1.5;
}		
/* ------------------------------------------
	公演スケジュール
------------------------------------------ */	
.schedule_table {
  display: flex;
    flex-direction: column;
    gap: 0;
  flex-wrap: wrap;
}

.schedule_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #6C30A4;
    flex: 1;
margin: 0;
}

.schedule_list dt,
.schedule_list dd {
        padding: 5px;
        border-bottom: 1px solid #6C30A4;
        border-right: 1px solid #6C30A4;
        font-size: 1rem;
        font-weight: normal;
        text-align: center;
}
#schedule p.contents_txt {
    padding: 10px 0 0 0;
}
.schedule_list dt:last-of-type,
.schedule_list dd:last-of-type {
  border-bottom: none;
}

/* --.schedule_list dt {
  background-color: #F0EAF6;
}--- */	

.schedule_list dd {
  background-color: #FFF;
}

.schedule_list .header {
  background-color: #6C30A4;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.schedule_list .border-white {
  border-left: 1px solid #FFF;
}



	
.schedule_list dd:nth-child(2n) {
  border-right: none;
}
	

  .schedule_table dl.schedule_list:nth-of-type(2) dt.header,
  .schedule_table dl.schedule_list:nth-of-type(2) dd.header {
    display: none!important;
  }

  .schedule_table dl.schedule_list:nth-of-type(2) dt:nth-of-type(2),
  .schedule_table dl.schedule_list:nth-of-type(2) dd:nth-of-type(2) {
    border-top: none!important;
  }
  .schedule_list:nth-of-type(1),
  .schedule_list:nth-of-type(1) {
    border-bottom: none!important;
  }		
	
/* ------------------------------------------
	宝塚大劇場お席のご案内
------------------------------------------ */		
	
	.allseats_img{
		width: 100%;
		padding: 0 0 10px 0;
	}	
	
.seats_wrap img {
    width: 100%;
}
    .seats_wrap {
        display: flex;
        margin: 2rem auto 0;
        flex-direction: column;
    }
	
	.seats_title{
		font-weight: bold;
        font-size: 1.8rem;
        padding: 10px 0;
	}
	
p.seats_txt {
    font-size: 1rem;
    line-height: 1.4;
}	
/* ------------------------------------------
	お申し込み
------------------------------------------ */	
	

/* タブ */
.tab_wrap input[type="radio"] {
  display: none;
}
.tab_area {
  display: flex;
  gap: 10px;
}
.tab_label {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  background: #a6abd0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  letter-spacing: 2px;
}
.panel_area {
  background: #fff;
  padding: 20px;
}
.tab_panel {
  display: none;
}

/*  reserve用タブ  */
.tab_wrap_reserve #tab_tyugoku:checked ~ .tab_area label[for="tab_tyugoku"] {
  background: #6c30a4;
}
.tab_wrap_reserve #tab_hokuriku:checked ~ .tab_area label[for="tab_hokuriku"] {
  background: #2bb1a1;
}
.tab_wrap_reserve #tab_kyushu:checked ~ .tab_area label[for="tab_kyushu"] {
  background: #b1ac2b;
}
.tab_wrap_reserve #tab_tyugoku:checked ~ .panel_area .tab_panel:nth-of-type(1),
.tab_wrap_reserve #tab_hokuriku:checked ~ .panel_area .tab_panel:nth-of-type(2),
.tab_wrap_reserve #tab_kyushu:checked ~ .panel_area .tab_panel:nth-of-type(3) {
  display: block;
}

/*  reserve02用タブ  */
.tab_wrap_reserve02 #tab_tyugoku02:checked ~ .tab_area label[for="tab_tyugoku02"] {
  background: #6c30a4;
}
.tab_wrap_reserve02 #tab_hokuriku02:checked ~ .tab_area label[for="tab_hokuriku02"] {
  background: #2bb1a1;
}
.tab_wrap_reserve02 #tab_kyushu02:checked ~ .tab_area label[for="tab_kyushu02"] {
  background: #b1ac2b;
}
.tab_wrap_reserve02 #tab_tyugoku02:checked ~ .panel_area .tab_panel:nth-of-type(1),
.tab_wrap_reserve02 #tab_hokuriku02:checked ~ .panel_area .tab_panel:nth-of-type(2),
.tab_wrap_reserve02 #tab_kyushu02:checked ~ .panel_area .tab_panel:nth-of-type(3) {
  display: block;
}

	.tab_labe_tyugoku,.tab_labe_hokuriku,.tab_labe_kyusyu{
        padding: 3px 10px 3px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
		margin: 0 0 2rem;
	}
.tab_labe_tyugoku{color: #6c30a4; border-bottom: solid 2px #6c30a4;}
.tab_labe_hokuriku{color: #2bb1a1; border-bottom: solid 2px #2bb1a1}
.tab_labe_kyusyu{color: #b1ac2b; border-bottom: solid 2px #b1ac2b}
		
	
.plan_box {
  margin-top: 35px;
  border-radius: 8px;
  background: #fff;
}
.plan_title {
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
	
    .plan_label {
        background: #333;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        padding: 3px 10px 0;
        font-size: 23px;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 10px;
    }
	
    .plan_depart {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
.plan_price {
  font-size: 35px;
  color: #b5281d;
  font-weight: bold;
}
	
.plan_price .yen {
  font-size: 0.65em;
        position: relative;
        top: 0;
}	
.plan_text {
        font-size: 1rem;
        line-height: 1.25;
        margin: 0 0 15px;
        text-align: center;
}
.plan_linkbtn {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
    .plan_btn {
        background-color: #b5281d;
        border-radius: 5px;
        text-align: center;
        width: 100%;
    }
.plan_btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
}
.plan_btn a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.plan_note {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
	p.plan_note.plan_red {
    color: red;
}	
/* ------------------------------------------
	行程表
------------------------------------------ */	
    .itinerary_title {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        background: #6C30A4;
        padding: 10px;
        color: #FFF;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    }
    .flexarea li.koumoku2 {
        margin: 0 10px 0 0;
        font-weight: 900;
        color: #05386d;
    }
	

    .itineraryBox span {
        font-size: 0.8rem;
    }
    .plandetail dl dt {
        margin: 0 auto 10px;
              padding: 30px 0 10px;
        border-bottom: 2px solid #ccc;
        font-size: 1.35rem;
    }
    .itineraryBoxin {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px dotted #05386d;
    }
	
    .plandetail dl dt span {
      color: #6C30A4;
    }

	
	
    .itineraryBox {
        margin-bottom: 5px;
        padding: 15px;
        border: 1px solid #ccc;
        background: #fff;
        font-size: 1.1rem;
        line-height: 2;
    }

	
	
	.itinerary_red{
		color: red;
		font-size: 1rem;
 line-height: 1.25;
	}
    .itineraryBox span {
      font-size: 16px;
    }

    .itineraryBox img {
      vertical-align: middle;
      padding: 0 5px 3px;
    }

    .infoList {
      margin: 0 0 30px;
      padding-left: 25px;
      list-style: disc;
      font-size: 16px;
      line-height: 1.8;
    }
	
	
	
dd.koutei a {
    text-decoration: underline !important;
}
	
dd.koutei p.contents_txt {
    line-height: 1.5;
}	
	
    dd.koutei ul.infoList {
        list-style: disc;
        font-size: 1rem;
        line-height: 1.8;
        margin: 0px 0 30px 0;
        padding: 20px 0 0 20px;
    }	
	
.hotel_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 40px;
        margin: 25px 0 40px;
        flex-direction: column;
}


.hotel_item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

}


.hotel_img img {
  width: 100%;
  object-fit: cover;
}
.hotel_info {
    width: 100%;
}
    .hotel_info h4 {
        font-size: 1.35rem;
        line-height: 1.25;
        font-weight: bold;
        padding: 10px 0 0;
    }

.hotel_info p {
  font-size: 1rem;
  margin: 10px 0;
  color: #333;
line-height: 1.35;
}


.hotel_buttons {
  display: flex;
  gap: 8px;
}

.hotel_buttons .btn {
        font-size: 1rem;
        color: #fff;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3px;
}

.hotel_buttons .btn.single {
  background-color: #15A2C2; 
}

.hotel_buttons .btn.twin {
  background-color: #A52323; 
}	
	
.plandetail {
    margin: 3rem 0 0;
}
	
	.plandetail_first{
		margin: 0 0;
	}	
	
	p.contents_txt {
    line-height: 1.5;
}
	
	.i_attention{
	font-size: 1rem;
	line-height: 1.25;
		padding: 5px 0 0;
}	
	
.hotel_info {
    display: flex;
    flex-direction: column;
}
	.hotel_title_title{
text-align: center;
        font-size: 25px;
        font-weight: bold;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        display: flex;
        gap: 5px;
        justify-content: center;
        color: #FFF;
        background: #6C30A4;
        padding: 5px;
        flex-direction: column;
    }

.hotel_title_label {
        background: #FFF;
        color: #6C30A4;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 20px;
        font-weight: bold;
        padding: 2px 6px;
        text-align: center;
        display: flex;
        align-items: center;
        margin: 3px;
        justify-content: center;
    }
	
    .hotel_label {
        background: #333;
        color: #FFF;
        font-size: 15px;
        font-weight: bold;
        padding: 2px 6px;
        width: 90px;
        text-align: center;
        margin: 1rem 0 0;
    }
/* ------------------------------------------
	ご案内
------------------------------------------ */	
	
    .attention {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
        padding: 20px;
        border: 2px #F00 solid;
        text-align: left;
        background: #FFF;
    }	
	
   #infomation h3 {
        margin: 20px 0 10px;
        font-size: 16px;
        color: #0E357F;
        font-weight: bold;
    }
	
	    ul.infoList {
        list-style: disc;
        font-size: 16px;
        line-height: 1.8;
        margin: 0px 0 30px 0;
        padding: 0 0 0 25px;
    }
	
	    ul.infoList {
        list-style: disc;
        font-size: 16px;
        line-height: 1.8;
        margin: 0px 0 30px 0;
        padding: 0 0 0 25px;
    }
}

/*760px以上*/
@media screen and (min-width: 760px),print {
.pcnone{display:none;}
#dirPathBlock,#anchorLinkBlock{ background: #fff;}
#dirPathBlock p,#anchorLinkBlock a {
	display: block;
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
}

.inner {
	width: 970px;
	margin: 0 auto;
	padding: 25px 0;
}

/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*footer*/
#footer {background-color: #F0F5FA;}
#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}
#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}
#footer .inner ul li:last-child {border-right: none;}
#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}
	
	.box_line{
        border-top: 1px solid #333;
	}
/* ------------------------------------------
	nav
------------------------------------------ */
nav {
  background-color: #6C30A4;
  padding: 10px 0;
}

nav ul {
  width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 18px;
  letter-spacing: 2px;
}

/* 上段メニュー */
.nav_top li {
  flex: 1;
  text-align: center;
  border-right: 1px dashed #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_top li:last-child {
  border-right: none;
}

.nav_top a {
  display: block;
  padding: 10px 0;
  color: #FFF;
  text-decoration: none;
}

/* 下段メニュー */
.nav_bottom {
  background-color: #FFF;
  margin-top: 10px;
  font-weight: bold;
}

.nav_bottom li {
  flex: 1;
  text-align: center;
  border-right: 1px dashed #6C30A4;
}

.nav_bottom li:last-child {
  border-right: none;
}

.nav_bottom a {
  display: block;
  color: #6C30A4;
  text-decoration: none;
}

/* 花組〜雪組をラップするブロック */
.nav_bottom_blocked_wrapper {
  position: relative;
  display: flex;
  flex: 4;
}

/* オーバーレイ */
.nav_bottom_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.7);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}


.coming_soon_text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}


.nav_bottom {
  display: flex;
}

.nav_bottom>li {
  flex: 1;
  text-align: center;
  border-right: 1px dashed #6C30A4;
}

.nav_bottom>li:last-child {
  border-right: none;
}

.nav_bottom a {
  display: block;
  color: #6C30A4;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
}

	
/* ------------------------------------------
	メインビジュアル
------------------------------------------ */	
#mv_title {
  width: 100%;
  background: #141213 url(../images/MV_bg.jpg) no-repeat center top;
  text-align: center;
  height: 430px;
}

/* ------------------------------------------
	共通
------------------------------------------ */		
	
.bgimg {
  background: #EAD3FF url(../images/bg_img.jpg) repeat;
}

		
h2.main_c_title_wrap {
 font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.6;
  position: relative;
  margin: 0 auto 0.5rem;
  display: flex;
  flex-direction: column;
  letter-spacing: 2px;
}

h2.main_c_title_wrap span {
  display: flex;
  align-items: center;
  color: #6C30A4;
  font-size: 20px;
}

h2.main_c_title_wrap .main_contentsts_title {
  color: #000;
  font-size: 40px;
}
	
    .main_contentsts_title_small {
        font-size: 16px !important;
        color: #333 !important;
        padding-left: 10px;
    }


h2.main_c_title_wrap span.sub_contentsts_title::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 1px;
  background-color: #6C30A4;
}

.contents_box {
  background: #FFF;
  color: #3C4141;
  padding: 20px;
  font-size: 20px;
}

	
/* ------------------------------------------
	宝塚歌劇旅のポイント
------------------------------------------ */
#point{
		text-align: center;
	padding: 5rem 0;
}	
	
	
    h2.main_pt_title {
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-weight: 900;
        margin: 0 auto 0.5rem;
        color: #7830A3;
    }
	
    p.sub_pt_title {
        font-size: 25px;
        padding: 0 0 5px 0;
        letter-spacing: 3px;
    }
    p.main_pt_title {
        font-size: 55px;
        letter-spacing: 5px;
    }
	
.point_txt{
        font-size: 22px;
        color: #3C4141;
        line-height: 2;
        letter-spacing: 3px;

	}	
/* ------------------------------------------
	公演概要
------------------------------------------ */
	
.program_wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
	
#program .contents_txt_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	
	
.program_img {
    background: #F0EAF6;
}	
.program_img img {
    width: 100%;
}	
.program_img p {
    padding: 10px;
    font-size: 16px;
}
	
	
span.icon {
    font-weight: bold;
    font-size: 30px;
    display: flex;
    align-items: center;
}
	

p.program_group {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 25px;
        gap: 20px;
        background: #6C30A4;
        padding: 7px;
        color: #FFF;
        justify-content: center;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    }

p.program_area {
        border: 1px solid #3C4141;
        padding: 4px 7px 5px 10px;
        font-size: 23px;
        white-space: nowrap;
        text-align: center;
}

.border_f {
  border-bottom: 1px solid #3C4141;
  padding-bottom: 10px;
}

span.program_title {
  font-size: 45px;
  font-weight: bold;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: block;
  margin: 5px 0;
}

span.program_type, span.created{
    margin: 10px 0;
    display: block;
}
	
p.program_discription {
    line-height: 1.5;
}	
	
/* ------------------------------------------
	公演スケジュール
------------------------------------------ */		
.schedule_table {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.schedule_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #6C30A4;
    flex: 1;
}

.schedule_list dt,
.schedule_list dd {
        padding: 8px;
        border-bottom: 1px solid #6C30A4;
        border-right: 1px solid #6C30A4;
        font-size: 23px;
        font-weight: normal;
        text-align: center;
}
#schedule p.contents_txt {
    padding: 10px 0 0 0;
}
.schedule_list dt:last-of-type,
.schedule_list dd:last-of-type {
  border-bottom: none;
}

/* --.schedule_list dt {
  background-color: #F0EAF6;
}--- */	

.schedule_list dd {
  background-color: #FFF;
}

.schedule_list .header {
  background-color: #6C30A4;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.schedule_list .border-white {
  border-left: 1px solid #FFF;
}



	
.schedule_list dd:nth-child(2n) {
  border-right: none;
}	
/* ------------------------------------------
	宝塚大劇場お席のご案内
------------------------------------------ */		
	
	.allseats_img{
		width: 100%;
		padding: 10px 0;
	}	
	
	


	
/* ------------------------------------------
	お申し込み
------------------------------------------ */	
	

/*  タブ共通スタイル  */
.tab_wrap input[type="radio"] {
  display: none;
}
.tab_area {
  display: flex;
  gap: 10px;
}
.tab_label {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  background: #a6abd0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  letter-spacing: 2px;
}
.panel_area {
  background: #fff;
  padding: 20px;
}
.tab_panel {
  display: none;
}

/*  reserve用タブ  */
.tab_wrap_reserve #tab_tyugoku:checked ~ .tab_area label[for="tab_tyugoku"] {
  background: #6c30a4;
}
.tab_wrap_reserve #tab_hokuriku:checked ~ .tab_area label[for="tab_hokuriku"] {
  background: #2bb1a1;
}
.tab_wrap_reserve #tab_kyushu:checked ~ .tab_area label[for="tab_kyushu"] {
  background: #b1ac2b;
}
.tab_wrap_reserve #tab_tyugoku:checked ~ .panel_area .tab_panel:nth-of-type(1),
.tab_wrap_reserve #tab_hokuriku:checked ~ .panel_area .tab_panel:nth-of-type(2),
.tab_wrap_reserve #tab_kyushu:checked ~ .panel_area .tab_panel:nth-of-type(3) {
  display: block;
}

/*  reserve02用タブ  */
.tab_wrap_reserve02 #tab_tyugoku02:checked ~ .tab_area label[for="tab_tyugoku02"] {
  background: #6c30a4;
}
.tab_wrap_reserve02 #tab_hokuriku02:checked ~ .tab_area label[for="tab_hokuriku02"] {
  background: #2bb1a1;
}
.tab_wrap_reserve02 #tab_kyushu02:checked ~ .tab_area label[for="tab_kyushu02"] {
  background: #b1ac2b;
}
.tab_wrap_reserve02 #tab_tyugoku02:checked ~ .panel_area .tab_panel:nth-of-type(1),
.tab_wrap_reserve02 #tab_hokuriku02:checked ~ .panel_area .tab_panel:nth-of-type(2),
.tab_wrap_reserve02 #tab_kyushu02:checked ~ .panel_area .tab_panel:nth-of-type(3) {
  display: block;
}

	.tab_labe_tyugoku,.tab_labe_hokuriku,.tab_labe_kyusyu{
        padding: 3px 10px 3px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
	}
	
.tab_labe_tyugoku{color: #6c30a4; border-bottom: solid 2px #6c30a4;}
.tab_labe_hokuriku{color: #2bb1a1; border-bottom: solid 2px #2bb1a1}
.tab_labe_kyusyu{color: #b1ac2b; border-bottom: solid 2px #b1ac2b}
	
	
.plan_box {
  padding: 25px;
  border-radius: 8px;
  background: #fff;
}
.plan_title {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        display: flex;
        gap: 10px;
        justify-content: center;
        margin: 1.5rem 0;
}
	
	
	
	.plan_label{
        background: #333;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        padding: 3px 10px 0;
        font-size: 20px;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
    .plan_depart {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.plan_price {
  font-size: 50px;
  color: #b5281d;
  font-weight: bold;
  margin-left: 10px;
}
	
.plan_price .yen {
  font-size: 0.65em;
        position: relative;
        top: 0;
}	
.plan_text {
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 15px;
  text-align: center;
}
.plan_linkbtn {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
    .plan_btn {
        background-color: #b5281d;
        border-radius: 5px;
        text-align: center;
        width: 100%;
    }
.plan_btn a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.plan_btn a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.plan_note {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

p.plan_note.plan_red {
    color: red;
}	
/* ------------------------------------------
	行程表
------------------------------------------ */	
.itinerary_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: #6C30A4;
  padding: 10px;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  margin-bottom: 20px;
}

.plandetail dl dt {
  margin: 25px auto 0;
  padding-bottom: 7px;
  font-size: 1.35rem;
}
.plandetail dl dt span {
  color: #6C30A4;
}

.itineraryBox {
  margin-bottom: 5px;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  line-height: 2;
}
p.i_attention {
    line-height: 1.1;
    padding: 10px 0 0;
}
	.itinerary_red{
		color: red;
		font-size: 16px;
		line-height: 1.1;
	}
	
.flexarea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
font-size: 1.1rem;
}
.flexarea li.koumoku2 {
  width: 11%;
  margin-right: 10px;
  font-weight: 900;
  color: #05386d;
}

.itineraryBox span {
  font-size: 14px;
}

.contents_txt {
  font-size: 16px;
}

.infoList {
  list-style: none;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 30px;
  padding-left: 0;
}
.infoList img {
  vertical-align: middle;
}

.plandetail a {
  text-decoration: underline;
  color: #05386d;
}

.plandetail {
    margin: 0 0 2rem;
}
	
.plandetail:nth-last-child(1){
    margin: 0;
}	
    .itineraryBoxin{
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px dotted #05386d;
    }
	


.hotel_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  margin: 0 0 40px;
}


.hotel_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  width: calc(50% - 20px);
}


.hotel_img img {
  width: 200px;
  object-fit: cover;
}


.hotel_info h4 {
        font-size: 20px;
        line-height: 1.25;
        font-weight: bold;
}

.hotel_info p {
  font-size: 16px;
  margin: 10px 0;
  color: #333;
  line-height: 1.35;
}


.hotel_buttons {
  display: flex;
  gap: 8px;
}

.hotel_buttons .btn {
        font-size: 15px;
        color: #fff;
        width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
	padding: 5px;
}

.hotel_buttons .btn.single {
  background-color: #15A2C2; 
}

.hotel_buttons .btn.twin {
  background-color: #A52323; 
}
	
.hotel_info {
    display: flex;
    flex-direction: column;
}
	

	
		.hotel_title_title{
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        display: flex;
        gap: 10px;
        justify-content: center;
        color: #FFF;
        background: #6C30A4;
        padding: 5px;
    }
.hotel_title_label {
        background: #FFF;
        color: #6C30A4;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 20px;
        font-weight: bold;
        padding: 2px 6px;
        text-align: center;
        display: flex;
        align-items: center;
        margin: 3px;
	        border-radius: 5px;
    }
	
    .hotel_label {
        background: #333;
        color: #FFF;
        font-size: 15px;
        font-weight: bold;
        padding: 2px 6px;
        width: 90px;
        text-align: center;
    }
/* ------------------------------------------
	ご案内
------------------------------------------ */	
	
    .attention {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
        padding: 20px;
        border: 2px #F00 solid;
        text-align: left;
        background: #FFF;
    }	
	
   #infomation h3 {
        margin: 20px 0 10px;
        font-size: 16px;
        color: #0E357F;
        font-weight: bold;
    }
	
	    ul.infoList {
        list-style: disc;
        font-size: 16px;
        line-height: 1.8;
        margin: 0;
        padding: 0 0 0 25px;
    }
	

}