/*共通部分*/

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

* {
  -ms-box-sizing: border-box;
  /*Internet Explorer*/
  -webkit-box-sizing: border-box;
  /*Google Chrome、Safari*/
  -moz-box-sizing: border-box;
  /*Firefox*/
  -o-box-sizing: border-box;
  /*Opera*/
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  letter-spacing: 2px;
  line-height: 1.9;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffffff;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #e24a46;
}

.inner {
  max-width: 960px;
  padding: 70px 50px 70px;
  width: 100%;
  margin: 0 auto;
}

.for_medium {
  display: none;
}

.for_small {
  display: none;
}

.for_wide {
  display: block;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.header i.fab {
  font-size: 25px;
  color: #000000;
}

/*
.header {
  background-color: #f3f3f3;
  max-width: 1440px;
}

.header_top {
  position: fixed;
  width: 100%;
  background-color: #f3f3f3;
  z-index: 1000500;
  height: 65px;
}

#top .header_top {
  background-color: #f3f3f3;
}

.header_top_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

#gnav ul {
  width: 100%;
  text-align: center;
}

#gnav ul li {
  display: inline-block;
  background-color: #f3f3f3;
  vertical-align: middle;
  height: 65px;
  line-height: 65px;
  padding-right: 4%;
}

#gnav ul li:last-child {
  padding-right: 0;
}

#top #gnav ul li {
  background-color: #f3f3f3;
}

#gnav ul li a {
  font-size: 16px;
  font-weight: 800;
  position: relative;
  text-decoration: none;
}
*/

.frame {
  border: 1px solid;
  padding: 10px;
}

.bold {
  font-weight: bold;
}

.weight600 {
  font-weight: 600;
}

.font_25 {
  font-size: 25px;
}

.font_20 {
  font-size: 20px;
}

.font_40 {
  font-size: 40px;
}

.font_30 {
  font-size: 30px;
}

.smaller{
  font-size: smaller;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_2{
  margin-bottom: 2%;
}

.asterisk {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

.parentheses {
  font-size: 0.9em;
}

.red{
  color:#dc143c;
}

.brown{
  color:#d2691e;
}

.darkbrown{
  color:#b22222;
}

.orange{
  color: #ffa500;
}

.indent{
  text-indent: -1em;
  padding-left: 1em;
}

.line-through{
  text-decoration: line-through;
}

.underline{
  text-decoration: underline;
}

.ml2{
  margin-left: 2%;
}

/*nav*/

nav.fixed_gnav {
  position: fixed;
  z-index: 1000500;
  top: 15%;
  left: 3%;
}

.fixed_nav {
  width: 11em;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}
/*
.fixed_nav:before {
  content: "";
  display: block;
  width: 277px;
  height: 124px;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 65%;
}*/

.zdo_drawer_nav li a {
  text-align: center;
  color: #946c45;
}

.zdo_drawer_nav .sns i.fab {
  font-size: 25px;
  color: #946c45;
}

.zdo_drawer_nav li.sns a {
  margin-right: 1em;
  text-align: center;
}

.zdo_drawer_menu .zdo_drawer_button {
  background-color:#946c45;
  padding: 5px;
}

/*footer----*/

.footer {
  clear: both;
  background-color: #fffcdb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer p.credit {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

dl.contact{
  width:170px;
  margin: 0 auto;
  margin-top: 0.5%;
}

dl.contact dt,dl.contact dd{
  float: left;
}

dl.contact dt {
  font-size: 14px;
  vertical-align: middle;
}

.footer .footer_logo {
  clear: both;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 249.5px;
  width: 50%;
}

/*----footer*/

/*main_img*/

.main_img {
  background-size: cover;
  background-position: center;
  background-image: url('../img/main_img_pc.jpg');
  background-repeat: no-repeat;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  align-items: flex-start;
}

.main_img .main_catch {
  margin: 0 auto;
  margin-top: 3%;
  width: 100%;
  max-width: 1613px;
  max-height: 84px;
}

.main_img .main_catch img {
  margin: 0 auto;
  width: 50%;
  max-width: 1613px;
  height: auto;
}

.main_img h1 {
  margin-left: 8%;
  width: 100%;
  height: auto;
}

.main_img h1 img {
  width: 50%;
  max-width: 800px;
  margin-top: 5%;
}


/*bnr*/

.bnr{
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 8%;
  flex-direction: column;
}

/*
.four_walling_bnr a{
  display: block;
}*/

.onlineT_bnr a{
  display: block;
}

.shop_bnr{
  margin-top: 5%;
}

.shop_bnr a{
  display: block;
}

/*----bnr*/

.main_img .credit {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.main_img .credit img {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}



/*sns*/

div.sns_btn {
  margin-bottom: 20px;
}

ul.sns_btn {
  text-align: center;
  margin: 0;
}

.sns_btn li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 5px;
  height: 20px;
  line-height: 1;
}

.sns_btn li.eigacom {
  margin-right: -20px;
}

.fb_iframe_widget>span {
  vertical-align: baseline !important;
}

ul.sns_timeline {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
  margin-bottom: 20px;
}

ul.sns_timeline li {
  float: left;
  margin-right: 20px;
  width: 300px;
  height: 350px;
}

ul.sns_timeline li:last-child {
  margin-right: 0;
}

/*announce flyer*/

.announce {
  margin: 0 auto;
  margin-bottom: 2%;
  ;
}

p.flyer_download {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 300px;
  text-align: center;
}

p.flyer_download a {
  color: #ffffff;
  background-color: #946c45;
  display: block;
  padding: 10px;
}

p.flyer_download a:hover {
  opacity: 0.8;
}

/*sub_catch*/

div.sub_catch.flex {
  background-size: cover;
  background-position: center;
  background-image: url('../img/main_img2.jpg');
  background-repeat: no-repeat;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  align-items: flex-start;
}

.sub_catch.flex {
  justify-content: flex-end;
}

.sub_catch.flex img {
  width: 35%;
  max-width: 489px;
}

/*共通*/

h2 {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
  z-index: 100;
}

h2:after {
  content: "";
  display: block;
  width: 66px;
  max-width: 100%;
  height: 56px;
  position: absolute;
  right: -30px;
  top: 5px;
  z-index: -1;
  background-image: url(../img/sprout.png);
  background-repeat: no-repeat;
  background-size: 70%;
}

h2 img {
  width: 70%;
}

/*trailer*/

#trailer h2 img {
  width: 60%;
  max-width: 189px;
}

h2:after {
  content: "";
  display: block;
  width: 66px;
  max-width: 100%;
  height: 56px;
  position: absolute;
  right: -5px;
  top: 5px;
  z-index: -1;
}

#trailer .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 70px;
  margin-bottom: 70px;
}

#trailer .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#trailer .red_seed {
  background-size: cover;
  background-position: center;
  background-image: url('../img/red_seed.jpg');
  background-repeat: no-repeat;
  width: 100%;
  max-height: 400px;
  height: auto;
}

/*story*/

#story {
  background-color: #fffcdb;
}

#story h2 img {
  width: 80%;
  max-width: 314px;
}

#story .flex {
  align-items: flex-start;
  justify-content: space-between;
}

#story .catch1, #story .catch2 {
  margin-bottom: 10%;
  width: 100%;
}

#story .catch1>img, #story .catch2>img {
  margin-bottom: 5%;
}

#story .catch1 .flex img, #story .catch2 .flex img {
  width: 20%;
}

#story .catch1 p {
  margin-right: 5%;
  width: 75%;
}

#story .catch2 p {
  margin-left: 5%;
  width: 75%;
}

#story .band.flex {
  justify-content: center;
}

#story .band img {
  width: 33%;
  max-width: 730px;
}

/*director_comments*/

#director_comments .comments p {
  margin-bottom: 5%;
}

#director_comments .flex {
  align-items: flex-start;
  justify-content: space-between;
}

#director_comments .photo {
  margin-right: 5%;
  width: 30%;
}

#director_comments .profile_text {
  width: 65%;
}

#director_comments h3 {
  font-size: 20px;
  color: #622d18;
  font-weight: bold;
  margin-bottom: 5%;
}

#director_comments .name {
  font-weight: bold;
}

#director_comments .profile_history {
  margin-bottom: 5%;
}

#director_comments .filmography p.films, #director_comments .filmography p.book {
  font-weight: bold;
}

#director_comments .filmography li {
  margin-top: 2%;
}

#director_comments p.book {
  margin-top: 5%;
}

#director_comments .band.flex {
  justify-content: center;
}

#director_comments .band img {
  width: 33%;
  max-width: 730px;
}

/*staff*/

#staff {
  background-color: #fffcdb;
}

#staff dl {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

#staff dt {
  float: left;
  clear: left;
  max-width: 13em;
  width: 100%;
  position: relative;
}

#staff dd {
  margin-left: 13em;
  max-width: 20em;
  width: 100%;
}

#staff dt.support {
  margin-top: 5%;
  margin-bottom: 5%;
}

#staff dd.support{
  margin-top: 5%;
  margin-bottom: 5%;
}


/*theater*/

#theater {
  background-size: contain;
  background-image: url('../img/background_soile.jpg');
  background-repeat: no-repeat;
  background-color: #d6c6af;
  width: 100vw;
  height: 50%;
  min-height: 100vh;
  align-items: flex-start;
}


#theater .polepole_info img {
  margin: 0 auto;
  margin-bottom: 5%;
}

#theater .polepole_info a.polepole_map img:hover {
  opacity: 0.8;
}

#theater .polepole_talkinfo {
  margin-bottom: 5%;
}

#theater .polepole_talkinfo h3 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 5%;
  color: #622d18;
  text-align: center;
  border: 2px solid #622d18;
  padding: 1%;
}

#theater .polepole_talkinfo p.info1, #theater .polepole_talkinfo p.info2 {
  font-size: 120%;
  font-weight: bold;
}

#theater .polepole_talkinfo p.info1 {
  color: #dc143c;
}

#theater .polepole_talkinfo p.info2 {
  color: #a52a2a;
}

#theater .polepole_talkinfo ol.aug {
  margin-top: 5%;
}

#theater .polepole_talkinfo ol.oct {
  margin-top: 5%;
}

#theater .polepole_talkinfo ol li {
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 2%;
}

#theater .polepole_talkinfo p.new {
  font-size: 120%;
  font-weight: bold;
  color: #dc143c;
  margin-top: 5%;
}

#theater div.repeater_special{
  border: 2px solid  #622d18;
  padding: 2%;
  margin-bottom: 5%;
}

#theater .repeater_special p{
  color: #622d18;
  font-weight: bold;
}

#theater .repeater_special p:first-child{
  font-size: 120%;
  margin-bottom: 2%;
  text-align: center;
}

/**table**/
#theater .theaterInfo h3{
  background-color: #66492c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1%;
  width: 8em;
  margin: 0 auto;
  margin-top: 10%;
}

#theater .fourWallingInfo h3{
  background-color: #66492c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1%;
  width: 15em;
  margin: 0 auto;
  margin-top: 10%;
}

#theater .theater-table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 30px;
  font-size: 1.0em;
  line-height: 1.4em;
}

#theater td {
  color: #622d18;
  padding: 2%;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #946c45;
}

#theater .theaterInfo td:first-of-type{
  width:14%;
}

#theater .theaterInfo td:nth-of-type(2){
  width:28%;
}

#theater .theaterInfo td:nth-of-type(3){
  width:58%;
  word-wrap:break-word;
  overflow-wrap : break-word;
}

#theater .fourWallingInfo td:first-of-type{
  width:14%;
}

#theater .fourWallingInfo td:nth-of-type(2){
  width:28%;
}

#theater .fourWallingInfo td:nth-of-type(3){
  width:28%;
  word-wrap:break-word;
  overflow-wrap : break-word;
}

#theater .fourWallingInfo td:nth-of-type(4){
  width:30%;
  word-wrap:break-word;
  overflow-wrap : break-word;
}


#theater td a {
  color: #622d18;
  font-weight: bold;
}

#theater td a.red {
  color:#dc143c;
  font-weight: bold;
}

#theater td a:hover {
  color: #e24a46;
}

#theater tr.header {
  background-color: #946c45;
  font-weight: bold;
  text-align: center;
  padding: 2%;
}

#theater tr.header td {
  color: #fff;
}

#theater .area {
  background-color: #fff;
  color: #946c45;
}

#theater td span.finished{
  color:#ad7c68;
}

#theater td  span.finished a{
  color:#ad7c68;
}


/*four_walling*/

#four_walling h2 img{
  width: 90%;
}

#four_walling h2:after {
  position: absolute;
  right: -35px;
  top: 3px;
}

#four_walling h2+p{
  margin-bottom: 5%;
}

#four_walling h3{
  color: #39b54a;
  text-align: center;
  width: 100%;
  font-size: 150%;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 5%;
}

#four_walling #fw_flow h4{
  background-color: #c69c6d;
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
  padding: 2%;
  margin-bottom: 3%;
}

#four_walling  a.linkRed{
  font-weight: bold;
  color: #e24a46;
}

#four_walling ul.flex{
  justify-content: center;
}

#four_walling .linkBtn{
  margin-right: 2%;
}

#four_walling .linkBtn a{
  display: block;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #39b54a;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 3%;
  width: 20em;
}

#four_walling .linkBtn:first-child a,#four_walling .linkBtn:last-child a{
  width: 12em;
}

#four_walling .linkBtn:nth-child(2n) a{
  margin-right: 0;
}

#four_walling #fw_contact a.linkBtn {
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 15em;
  background-color: #39b54a;
  border-radius: 10px;
  padding: 8px;
}

#four_walling .linkBtn a:hover,#four_walling #fw_contact a.linkBtn:hover {
  opacity: 0.8;
  color: #ffffff;
}


#four_walling #fw_flow{
  margin-top: 10%;
}

#four_walling #fw_barrier-free,#four_walling #fw_material,#four_walling #fw_contact {
  margin-top: 20%;
}

#four_walling #fw_flow ul li{
  background-color: #c1e882;
  padding: 5% 8%;
  position: relative;
  margin-bottom: 10%;
}

#four_walling #fw_flow ul li:last-child{
  margin-bottom: 10%;
}

#four_walling #fw_flow ul li:before{
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent; /* 三角形の元となる指定（一旦全て透過にする） */
  border-top-color: #c1e882; /* 作成したい三角形に合わせて１辺の色をつける */
  bottom: -120px;
  left: 50%; /* 中央寄せに使用 */
  margin-left: -50px; /* 中央寄せに使用*/
}

#four_walling #fw_flow ul li:last-child:before, #four_walling #fw_flow .AfS ul li:last-child:before{
  border:none;
}

#four_walling #fw_flow ul.li_child li{
  margin-bottom: 0;
  padding: 0;
}


#four_walling #fw_flow ul li dt{
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin: 0 auto;
  margin-bottom: 2%;
}

#four_walling #fw_flow ul li dt.left{
  text-align: left;
  margin-bottom: 1%;
}

#four_walling #fw_flow ul li dd{
  margin: 0 auto;
}

#four_walling #fw_flow .ScD{
  background-color: #f15a24;
  padding: 2%;
  margin-bottom: 10%;
}

#four_walling #fw_flow .ScD p{
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
}

#four_walling #fw_flow .thanks{
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  width:  100%;
  margin: 0 auto;
}

#four_walling #fw_barrier-free ul{
  margin-top: 2%;;
}

#four_walling #fw_barrier-free ul li dl{
  margin-bottom: 2%;;
}

#four_walling #fw_barrier-free ul li dt{
  font-weight: bold;
  font-size: 110%;
}

#fw_barrier-free h4,#fw_material h4{
  font-size: 120%;
  font-weight: bold;
}

#fw_material h3+p{
  margin-bottom: 2%;
}

#fw_contact .flex{
  align-items: center;
}

#fw_contact .flex img,#fw_contact .flex p{
  margin-right: 5%;
}

#fw_contact .flex p:last-child{
  margin-right: 0;
}

#four_walling #fw_contact .flex.button{
  justify-content: center;
}

#four_walling #fw_contact .flex.button a.linkBtn{
  margin: 0;
}

#four_walling #fw_contact .flex.button .linkBtn.pdf{
  margin-right: 2%;
}

/*onlineTheater*/

#onlineTheater{
  background-color: #fffcdb;
}

#onlineTheater h2 img{
  width: 90%;
}

#onlineTheater h2:after {
  position: absolute;
  right: -35px;
  top: 3px;
}

#onlineTheater h2+p{
  margin-bottom: 5%;
}

#onlineTheater h3{
  color: #f15a24;
  text-align: center;
  width: 100%;
  font-size: 150%;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 3%;
}

#onlineTheater div.about_onlineT{
  border: 2px solid #c69c6d;
  padding: 5%;
  margin-bottom: 5%;
}

#onlineTheater div.about_onlineT ul{
  width: 95%;
  margin: 0 auto;
}

#onlineTheater div.about_onlineT li:before{
  content:  "";     /* 空の要素作成 */
  width:  10px;               /* 幅指定 */
  height:  10px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  background-color: #f15a24;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
  margin-right: 1%;
}

#onlineTheater ul.about_onlineT li{
  margin-bottom: 2%;
}

#onlineTheater .vimeo{
  width: 95%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

#onlineTheater .vimeo .linkBtn{
  margin-right: 2%;
}

#onlineTheater .vimeo .linkBtn{
  display: block;
  font-weight: bold;
  font-size: 90%;
  text-align: center;
  color: #ffffff;
  background-color: #39b54a;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 3%;
  width: 15em;
  height: 80px;
}

#onlineTheater .vimeo .linkBtn:first-child{
  display: flex;
  justify-content: center;
  align-items: center;
}

#onlineTheater .aboutBf{
  margin-top: 10%;
  margin-bottom: 10%;
}

#onlineTheater .aboutBf h4{
  font-weight: bold;
  font-size: 105%;
  margin-top: 5%;
}

#onlineTheater .talk_ev{
  background-color: #f9f7b4;
  padding: 5%;
  margin-top: 5%;
}

#onlineTheater .talk_ev .finished_info{
  max-width: 20em;
  margin: 0 auto;
  margin-bottom: 2%;
  text-align: center;
  font-weight: bold;
  font-size: 105%;
}

#onlineTheater .talk_ev h3{
  max-width: 20em;
  margin: 0 auto;
  background-color: #ff3;
  margin-bottom: 5%;
}

#onlineTheater .talk_ev dl.schedule, #onlineTheater .talk_ev dl.venue, #onlineTheater .talk_ev dl.price{
  margin-top: 8%;
}

#onlineTheater .talk_ev dl.venue dd p{
  word-break: break-all;
}

#onlineTheater .talk_ev dl.schedule>dt, #onlineTheater .talk_ev dl.venue>dt, #onlineTheater .talk_ev dl.price>dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #f15a24;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
  color: #ffffff;
  font-weight: bold;
  margin-right: 5%;
}

#onlineTheater .talk_ev dl.schedule>dd, #onlineTheater .talk_ev dl.venue>dd, #onlineTheater .talk_ev dl.price>dd{
  max-width: 630px;
}

#onlineTheater .talk_ev dl.schedule dl{
  margin-bottom: 5%;
}

#onlineTheater .talk_ev dl.schedule dl dd{
  text-indent: 1em;
  padding-left: -1em;
}

#onlineTheater .online_finished{
  color: #a9a9a9;
}

#onlineTheater .procedure h4, #onlineTheater .precaution h4 {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #39b54a;
  border-radius: 10px;
  padding: 8px;
  width: 15em;
  margin:0 auto;
  margin-top: 10%;
  margin-bottom: 10%;
}

#onlineTheater .procedure ol{
  margin-bottom: 5%;
}

#onlineTheater .procedure .flex{
  align-items: center;
}

 #onlineTheater .procedure li img{
   margin-right: 5%;
}



#onlineTheater .procedure p:before,#onlineTheater .precaution li:before{
  content:  "";     /* 空の要素作成 */
  width:  15px;               /* 幅指定 */
  height:  15px;              /* 高さ指定 */
  display:  inline-block;     /* インラインブロックにする */
  background-color: #f15a24;  /* 背景色指定 */
  border-radius:  50%;        /* 要素を丸くする */
  margin-right: 1%;
}

#onlineTheater .procedure li, #onlineTheater .procedure p, #onlineTheater .precaution li{
  margin-bottom: 3%;
}

#onlineTheater .procedure li.step1, #onlineTheater .procedure li.step2, #onlineTheater .procedure li.step3, #onlineTheater .procedure li.step4{
  align-items: flex-start;
}

#onlineTheater .procedure li.step1 p, #onlineTheater .procedure li.step2 p, #onlineTheater .procedure li.step3 p, #onlineTheater .procedure li.step4 p{
    width: 630px;
}


#onlineTheater .procedure h4+p:before, #onlineTheater .procedure li.step1 p:before, #onlineTheater .procedure li.step2 p:before, #onlineTheater .procedure li.step3 p:before, #onlineTheater .procedure li.step4 p:before{
    content: none;
}

#onlineTheater .procedure li p{
    margin-bottom: 0;
}

#onlineTheater .shop_bnr a{
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 5%;
}


/*field_img*/
div.field_img img {
  width: 100%;
  height: auto;
object-fit: cover;
}

/*talkinfo_polepole.html,talkinfo_kawagoe.html*/

 header.talkinfo div{
  background-color: #fffcdb;
  padding: 20px;
}

#theater.talkinfo {
background: none;
}
