@charset "utf-8";

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/NotoSerifCJKjp-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSerifCJKjp-Light.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSerifCJKjp-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/NotoSerifCJKjp-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/NotoSerifCJKjp-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSerifCJKjp-Bold.woff) format('woff');
}


/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #333;

  /*游ゴシックバージョン*/
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  font-size: 16px;
  /*letter-spacing: .05em;*/
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #000000;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}

.sp{
  display: none;
}
.center {
  text-align: center;
}

/* web font
-----------------------------------------------------------------*/
.ft_pd{
  font-family: 'Playfair Display', serif;
}
.ft_dl{
  font-family: 'David Libre', serif;
}
.ft_min{
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  position: relative;
}
#Header .menu_btn{
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
  transition: .5s;
}
#Header .menu_btn:hover{
  opacity: .7;
}
#Header .global_navi{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  background: #000;
}
#Header .global_navi .global_navi_inner{
  padding: 0 40px;
}
#Header .global_navi #Navi{
  padding: 150px 20px 0 20px;
}
#Header .global_navi #Navi ul{
  width: 160px;
}

#Header .global_navi #Navi ul li a{
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 4rem;
}
#Header .global_navi #Navi ul li a:before{
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 20px;
  border-width: 7px 0 7px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #808080;
  content: '';
}
#Header .global_navi #Navi ul li ul li a{
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-indent: 28px;
}
#Header .global_navi #Navi ul li ul li a:before{
  display: inline-block;
  width: 0;
  height: 0;
  padding-right: 20px;
  border-width: 0;
  border-style: none;
  content: none;
}
#Header .mv{
  background: url(../images/0918-B.jpg) no-repeat center;
  background-size: cover;
  background-position: 50% 0%;
  text-align: center;
  color: #fff;
}
#Header .mv .mv_inner{
  height: 900px;
}
#Header .mv .mv_inner .date{
  margin-top: 40px;
  font-size: 2rem;
}
#Header .mv .mv_inner .txt{
  font-size: 2rem;
}
#Header .mv .mv_inner .txt{
  margin-bottom: 50px;
  font-size: 1.6rem;
}
#Header .mv .mv_inner .btn{
  position: relative;
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
#Header .mv .mv_inner .btn a{
  display: block;
  height: 69px;
  font-size: 2rem;
  line-height: 6.5rem;
  transition: .5s;
  color: fff;
}
#Header .mv .mv_inner .btn p{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 280px;
  color: #fff;
  border: solid 2px #fff;
}
.title_logo h1 {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title_logo h1 img {
    max-width: 650px;
	width: 100%;
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------------------
   Header 201810更新
---------------------------------------------------------------------------*/
/* ページ内リンク（ドロワーメニュー）非表示 */
#Header .menu_btn{
	display: none;
}

/* 共通メニュー表示・調整 */
.nav_area {
    width: 100%;
    height: 40px;
    padding: 15px 0 15px 0;
    background: #fff;
    z-index: 997;
	box-shadow: 0 0 2px 0 #ccc;
}
.nav_area .logo {
    float: left;
    height: 40px;
    padding: 0 0 0 25px;
}
.nav_area .logo .yasuda_logo {
    padding: 0 15px 0 0;
}
.nav_area .logo a {
    display: flex;
    align-items: center;
}
.nav_area .logo span {
    color: #231815;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Noto Serif Japanese', serif, "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho";
    font-weight: 600;
	border-left: 1px solid #231815;
    padding: 0 0 0 15px;
}
.smp, .ipad, .iPhone {
    display: none;
}
.nav_area nav {
    float: right;
    color: #231815;
    font-size: 16px;
    padding: 6px 25px 0 0;
    height: 33px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.nav_area nav ul {
    display: flex;
}
.nav_area nav li {
    height: 33px;
}
.nav_area nav li a {
    margin-left: 32px;
    color: #231815;
    transition: all 0.2s ease-out;
    /* font-weight: 600; */
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: fix 0.3s;
}

.nav_area nav li img {
    width: 25px;
    height: 25px;
    display: inline-block;
}
a#Hamburger {
    display: none;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
/* Main
-----------------------------------------------------------------*/

#Main section{
  padding-top: 80px;
  padding-bottom: 80px;
}

#Main h2.ttl{
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 4rem;
}

#Main .btn{
  position: relative;
  width: 280px;
  margin: 0 auto;
  text-align: center;
}
#Main .btn a{
  display: block;
  height: 69px;
  font-size: 2rem;
  line-height: 6.5rem;
  transition: .5s;
}
#Main .btn p{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 280px;
  border: solid 2px #000;
}
#Main .btn span{
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  width: 283px;
  height: 67px;
  background: #e6d773;
  transition: .5s;
}
#Main .btn a:hover{
  opacity: 1;
}
#Main .btn a:hover span{
  background: #2cbbed;
}

#Main .space_icon{
  text-align: center;
}

/* section共通
-----------------------------------------------------------------*/
.l-innner {
    padding: 5% 0 6%;
    width: 70%;
    margin: 0 auto;
}
.section_box  {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}
.padding_point  {
    padding: 3% 0;
}
.m_section_ttl {
    font-family: 'Playfair Display', serif;
    font-size: 300%;
    color: #222;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 40px;
}
.m_section_ttl span {
    font-size: 80%;
}

/* #Event
-----------------------------------------------------------------*/
#Event {
    background-color: #f1f1f1;
    text-align: center;
}
#Event .event_box {
    background: #fff;
    padding: 5% 0;
    margin-bottom: 3%;
}
#Event .event_box p.day_place {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.9;
    margin-bottom: 1%;
}
#Event .event_box p.day_place_access {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.9;
    width: 40%;
    margin: 0 auto 4%;
}
#Event .event_box p.day_place_access a {
    color: #333;
    background: #ffccc0;
    display: block;
    padding: 5px 0;
    border-radius: 10px;
}
#Event .event_box p.day_place_access a:hover {
    background: #d2674b;
    color: #fff;
    transition: 1.0s;
    opacity: 1;
}
#Event .event_box p.time {
    font-size: 120%;
    line-height: 1.6;
    margin-bottom: 3%;
    display: block;
}
#Event .event_box .p_time{
    margin: 0 0 40px 0;
}
#Event .event_box p.time span {
    background: #222;
    color: #fff;
    padding: 7px 10px;
    margin-right: 15px;
    font-weight: bold;
}
#Event .event_box ul.ha-rau {
    margin: 5% 0;
}
#Event .event_box ul.ha-rau li.h_title, #Event .event_box ul.musician li.m_title {
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 50%;
    margin: 0 auto;
    font-size: 120%;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 2%;
    padding: 7px 0;
}
#Event .event_box ul li {
    font-size: 100%;
    line-height: 1.6;
    font-weight: normal;
    margin-bottom: 10px;
}
#Event .event_ticket_info {
    background: #d2674b;
    color: #fff;
    padding: 3% 0;
}
#Event .event_ticket_info p.eti_text {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 15px 0;
}
#Event .event_ticket_info p.eti_price {
    font-size: 130%;
    line-height: 1.9;
    font-weight: 500;
}


/* #Musician
-----------------------------------------------------------------*/
#Musician {
  background-color: #222;
}
#Musician .m_section_ttl {
    color: #EBB07A;
}
#Musician .musician_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}
#Musician .musician_box:last-child {
    margin-bottom: 0;
}
#Musician .musician_box.change {
    flex-direction: row-reverse;
}
#Musician .musician_box img {
    max-width: 900px;
    display: block;
    width: 60%;
}
#Musician .musician_box p {
    width: 40%;
    display: block;
    color: #EBB07A;
    font-family: 'Playfair Display', serif;
    font-size: 220%;
    font-weight: bold;
    line-height: 1.6;
    font-style: italic;
    border-bottom: 1px solid;
    box-sizing: border-box;
    padding-left: 20px;
}

/* #Ticket
-----------------------------------------------------------------*/
#Ticket {
    background-color: #dddddd;
}
#Ticket .ticket_box_cart {
    width: 60%;
    margin: 0 auto;
    background: #fff;
    padding: 5%;
}
#Ticket .ticket_box_cart form {
    width: 100%;
}
#Ticket .ticket_box_cart dl {
    margin-bottom: 30px;
}
#Ticket .ticket_box_cart dl.date dd {
    position: relative;
    border: 1px solid #dddddd;
    background: #ffffff;
}
#Ticket .ticket_box_cart dl.date dd::before {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333333;
    pointer-events: none;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#Ticket .ticket_box_cart dl.date dd select::-ms-expand {
 display: none;
}
#Ticket .ticket_box_cart dl.date dd select {
    padding: 0 40px 0 20px;
    background: #fff;
    color: #222;
    height: 50px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
#Ticket .ticket_box_cart dl.count dd input {
    width: 25%;
    position: absolute;
    padding: 0 5px;
    height: 40px;
    margin: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #222;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
}
#Ticket .ticket_box_cart dl.count {
    position: relative;
    height: 40px;
    top: 0;
    right: 0;
}
#Ticket .ticket_box_cart dl.count dt {
    position: absolute;
    top: 6px;
    left: 0;
}
#Ticket .ticket_box_cart .cart_btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
	height: 69px;
	background: #fff;
	color:#333;
	border-radius: 0;
}
#Ticket .ticket_box_cart input[type="submit"] {
	position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 69px;
    display: block;
    font-size: 2rem;
    line-height: 6.5rem;
    transition: .5s;
    background: #bd2d2d;
	color:#fff;
	border-radius: 0;
	border: 0px;
	appearance: none;
    -webkit-appearance: none;
}
#Ticket .ticket_box_cart input[type="submit"]:hover {
    background: #cf5050;
}
#Ticket .ticket-info {
    width: 60%;
    margin: 5% auto 0;
    padding: 5%;
    text-align: center;
    background: #d2674b;
}
#Ticket .ticket-info p {
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    color: #fff;
}
#Ticket .ticket-info p strong {
    font-size: 120%;
}
/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
footer {
    background: #222;
}
footer p {
    color: #fff;
}
#footer-inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 60px 0 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
#footer-inner a {
    color: #fff;
}
#footer-inner .footer-top p {
    padding: 10px 0;
    line-height: 1.8;
}
#footer-inner .footer_gnavi {
    text-align: center;
    padding: 30px 0;
}
#footer-inner .footer_gnavi ul {
    display: inline-flex;
}
footer #footer-inner .footer_gnavi ul li:first-child {
    border-left: none;
}
footer #footer-inner .footer_gnavi ul li:last-child {
    border-right: none;
}
#footer-inner .footer_gnavi ul li {
    padding: 0 15px;
    border-right: 1px solid #fff;
    border-left: 1px #fff solid;
}
#footer-inner .footer_gnavi ul li a {
    color: #fff;
}
#Footer .footer_inner .copy{
  padding: 15px 0;
  background: #000;
  text-align: center;
  color: #787878;
  letter-spacing: .5rem;
}
#footer-inner #copyright p {
    font-size: 14px;
}
#footer-inner .sns_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1% 0 0;
}
#footer-inner .sns_area a {
    margin-right: 3%;
}
#footer-inner .sns_area a:last-child{
	margin-right: 0;
}
#footer-inner .sns_area a:hover {
    text-decoration: none;
}
#footer-inner .sns_area a img {
    width: 30px;
    display: block;
    margin: 0;
}

@media screen and (max-width:768px){
#footer-inner .sns_area {
    margin: 2% 0 1%;
}
#footer-inner .sns_area a {
    margin-right: 5%;
}	
}

/*-----------------------------------------------------------------
section調整
-----------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
/* 1200pxまでの幅の場合に適応される */
.l-innner {
    padding: 8% 0 9%;
    width: 94%;
}	
.m_section_ttl {
    padding-bottom: 50px;
}
#Event .event_box {
    padding: 7% 0;
}	
#Ticket .ticket_box_cart , #Ticket .ticket-info {
    width: 75%;
}	
}


@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.m_section_ttl {
	font-size: 250%;
}	
#Event .event_box p.day_place {
    font-size: 140%;
}
#Event .event_box p.day_place_access {
    font-size: 100%;
    width: 40%;
}    
#Event .event_box p.time {
    margin-bottom: 2%;
	font-size: 100%;
}	
#Event .event_box ul.ha-rau {
    margin: 4% 0;
}	
#Event .event_box ul.ha-rau li.h_title, #Event .event_box ul.musician li.m_title {
    width: 70%;
}
#Musician .musician_box img {
    width: 70%;
}	
#Musician .musician_box p {
    width: 30%;
    font-size: 180%;
}	
}

@media screen and (max-width: 768px) {	
/* 共通メニュー表示・調整 */
.nav_area {
    width: 100vw;
    height: 39px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9997;
    padding: 15px 0;
}
.nav_area .logo {
    float: left;
    padding: 0 0 0 15px;
}
.nav_area .logo a {
    display: block;
    height: 39px;
}
.nav_area .logo span{
		display: none;		
	}
#Hamburger {
    float: right;
    display: block;
    margin-right: 20px;
    padding-top: 10px;
    cursor: pointer;
}
#Hamburger div {
    width: 30px;
    height: 6px;
    border-top: 3px solid #231815;
}
.nav_area #NaviMenu {
    display: none;
    position: fixed;
    top: 69px;
    right: 0;
    width: 100%;
    background-color: #fff;
}
.nav_area nav li {
    height: 50px;
}
.nav_area nav li a {
    text-align: center;
    font-size: 16px;
    padding: 12px 0 11px 0;
    color: #231815;
    transition: all 0.2s ease-out;
    display: block;
    position: relative;
    border-top: 1px solid #231815;
	margin-left: 0;
}
/* 共通メニュー表示・調整 */

#Event .event_box ul.ha-rau li.h_title, #Event .event_box ul.musician li.m_title {
    width: 85%;
}
#Event .event_ticket_info p.eti_text {
    font-size: 120%;
}	
#Event .event_ticket_info p.eti_price {
    font-size: 100%;
}
#Event .event_box p.day_place_access {
    width: 60%;
}    
#Ticket .ticket_box_cart , #Ticket .ticket-info {
    width: 90%;
}
#Ticket .ticket-info {
    padding: 8% 5%;
}    
footer {
    padding: 0 0 3%;
}	
footer p {
    color: #fff;
}
footer #footer-inner {
    color: #fff;
    text-align: center;
    font-size: 15px;
	padding: 40px 0 0;
}
footer #footer-inner .footer-top {
    text-align: center;
}
#footer-inner .footer-top p {
    padding: 10px 0;
    line-height: 1.8;
}
#footer-inner .footer-top p a {
    text-decoration: none;
    color: #fff;
}
#footer-inner .footer_gnavi {
    text-align: center;
    padding: 30px 0;
}
footer #footer-inner .footer_gnavi ul {
    display: block;
    margin: 0 20px;
}
footer #footer-inner .footer_gnavi ul li {
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 15px;
    border-right: none;
    border-left: none;
    position: relative;
    list-style: none;
}
#footer-inner .footer_gnavi ul li a {
    color: #fff;
}
footer #footer-inner .footer_gnavi ul li a:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: calc(25% - 0.4rem);
    right: 15px;
    font-size: 20px !important;
    color: #fff;
    content: '\f105';
}
/* 768pxまでの幅の場合に適応される */
}

@media screen and (max-width: 580px) {
div#Page {
    padding-top: 12%;
}	
#Header .mv .mv_inner {
    height: 500px;
}	
#Header .mv {
    background-position: 25% 0%;
}
.title_logo h1 img {
    width: 60%;
}
.m_section_ttl {
    font-size: 38px;
    padding-bottom: 30px;
}	
#Event .m_section_ttl {
    font-size: 34px;
}	
#Event .event_box {
    padding: 10% 4%;
}
#Event .event_box p.time {
    margin-bottom: 4%;
}	
#Event .event_box ul.ha-rau {
    margin: 7% 0;
}	
#Event .event_box ul.ha-rau li.h_title, #Event .event_box ul.musician li.m_title {
    width: 100%;
}	
#Event .event_box p.day_place_access {
    width: 75%;
}    
#Musician .musician_box {
    flex-wrap: wrap;
	margin-bottom: 10%;
}	
#Musician .musician_box img, #Musician .musician_box p {
    width: 90%;
    margin: 0 auto 3%;
}	
#Ticket .ticket-info p {
    font-size: 90%;
}    
/* 580pxまでの幅の場合に適応される */
}

@media screen and (max-width: 480px) {
div#Page {
    padding-top: 14%;
}	
#Header .menu_btn{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  cursor: pointer;
  transition: .5s;
}
#Header .global_navi .global_navi_inner{
 height: 500px;
}
#Header .global_navi #Navi{
  padding: 120px 20px 0 20px;
}
#Header .global_navi #Navi ul{
  width: 160px;
}
#Header .global_navi #Navi ul li a{
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 3.7rem;
}
#Main section{
  padding-top: 40px;
  padding-bottom: 40px;
}
#Main h2.ttl{
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
#Main .btn a{
  height: 50px;
  font-size: 1.6rem;
  line-height: 5rem;
}
#Main .btn span{
  height: 54px;
}
.l-innner {
    padding: 10% 0 13%;
}	
#Event .m_section_ttl {
    font-size: 28px;
}
.m_section_ttl {
    font-size: 32px;
}	
#Event .event_box p.day_place {
    font-size: 120%;
}
#Event .event_box ul.ha-rau li.h_title, #Event .event_box ul.musician li.m_title {
    font-size: 100%;
    padding: 5px 0;
	margin-bottom: 5%;
}	
#Event .event_box ul li {
    font-size: 90%;
}
#Event .event_ticket_info {
    padding: 7% 0;
}	
#Event .event_box p.day_place_access {
    width: 90%;
}    
#Ticket .ticket_box_cart .cart_btn {
    height: 50px;
}	
#Ticket .ticket_box_cart input[type="submit"] {
    height: 50px;
    font-size: 1.5rem;
    line-height: 1.6;
}	
#Ticket .ticket_box_cart {
    width: 80%;
	padding: 10% 9%;
}	
#Ticket .ticket-info p br.d-sp{
    display: none;
}
footer #footer-inner .footer-top {
    margin: 0 20px;
    font-size: 14px;
}
#footer-inner .footer-top p a {
    text-decoration: underline;
}
#footer-inner .footer-top p span {
	display: inline-block;
}	
/* 480pxまでの幅の場合に適応される */
}


@media screen and (max-width: 414px) {
div#Page {
    padding-top: 17%;
}	
#Event .m_section_ttl {
    font-size: 26px;
}
#Event .event_box p.day_place {
    font-size: 110%;
	margin-bottom: 2%;
}	
#Event .event_box p.day_place_access {
    margin: 0 auto 9%;
}    
#Event .event_box p.time {
    font-size: 90%;
}
#Event .event_box ul.ha-rau {
    margin: 10% 0;
}
#Event .event_ticket_info p.eti_text {
    font-size: 110%;
}	
#Event .event_ticket_info p.eti_price {
    font-size: 90%;
}	
#Musician .musician_box p {
    font-size: 140%;
}	
#Ticket .ticket-info {
    padding: 10% 5%;
}    
/* 414pxまでの幅の場合に適応される */
}	

@media screen and (max-width: 375px) {
/* 375pxまでの幅の場合に適応される */
#Event .m_section_ttl {
    font-size: 24px;
}	
}	

/*----------------------------------------------
SOLD OUT・お席残りわずか追記 20220831
----------------------------------------------*/
.soldout_info {
    width: 40%;
    margin: 3% auto 1%;
    display: block;
}
.soldout_info p {
    padding: 5px 0;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
}
.soldout_info p:last-child {
    margin-bottom: 0;
}
.soldout_info p.si_red {
    border: 2px solid #df2424;
    color: #df2424;
}
.soldout_info p.si_orange {
    border: 2px solid #dd7e28;
    color: #dd7e28;
}

@media screen and (max-width: 768px) {
.soldout_info {
    width: 60%;
    margin: 4% auto 1%;
}	
}

@media screen and (max-width: 580px) {
.soldout_info {
    width: 75%;
    margin: 6% auto 0;
}
.soldout_info p {
	padding: 7px 0;
}	
}

@media screen and (max-width: 480px) {
.soldout_info {
    width: 90%;
	margin: 7% auto 0;
}
.soldout_info p {
    font-size: 90%;
}	
}

/*----------------------------------------------
公演終了追記 20220930
----------------------------------------------*/
.top_info {
    border: 2px solid #df2424;
    color: #df2424;
    font-weight: 600;
    padding: 10px 0;
    margin: 0 auto 50px;
    border-radius: 5px;
    font-size: 110%;
}
.top_info br{
	display: none;
}

@media screen and (max-width: 768px) {
.top_info {
    font-size: 85%;
    width: 94%;
    padding: 10px 3%;
    margin: 0 auto 30px;
    line-height: 160%;
}
.top_info br{
	display: block;
}
}


/*----------------------------------------------
紹介文章追記・公演情報レイアウト変更 20221110
----------------------------------------------*/
.live_info {
	display: flex;
	justify-content: space-between;
}
.live_info .event_box{
	width: 100%;
}
.info{
    margin: 0 0 60px;
    font-size: 20px;
    line-height: 200%;
    font-weight: 500;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
.live_info {
	display: block;
}
.live_info .event_box{
	width: auto;
}
.info{
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 200%;
    font-weight: 500;
}
}

/*-----------------------------------------------------------------
    終演コメント
-----------------------------------------------------------------*/
section.thanks_message {
    display: block;
    width: 100%;
    text-align: center;
    padding: 6% 0;
    background-image: linear-gradient(0deg, rgb(255 204 192), rgb(210 103 75));
}
.me_box {
    width: 80%;
    max-width: 1200px;
    padding: 4% 0;
    margin: 0 auto;
    background: #ffffff70;
}
.me_box h4 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    line-height: 1;
    color: #333333;
}
.me_box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    padding-top: 3%;
}
.me_box p br.d_smp {
    display: none;
}

@media screen and (max-width: 1200px){
section.thanks_message {
    padding: 10% 0;
}    
.me_box {
    padding: 7% 0;
}   
}

@media screen and (max-width: 1024px){
.me_box h4 {
    font-size: 50px;
}
.me_box p {
    padding-top: 5%;
}    
}

@media screen and (max-width: 768px){
section.thanks_message {
    padding: 15% 0;
}    
.me_box {
    padding: 10% 5%;
}   
}

@media screen and (max-width: 580px){ 
section.thanks_message {
    padding: 18% 0;
}    
.me_box {
    padding: 13% 5%;
}    
.me_box h4 {
    font-size: 45px;
}    
.me_box p {
    padding-top: 8%;
}    
.me_box p br.d_smp {
    display: block;
}    
}

@media screen and (max-width: 480px){   
.me_box {
    padding: 15% 5%;
}    
.me_box h4 {
    font-size: 40px;
}
.me_box p {
    font-size: 16px;
}    
}

@media screen and (max-width: 414px){
.me_box h4 {
    font-size: 32px;
}
.me_box p {
    font-size: 15px;
}    
}
