/*左右余白*/
.c-wrapper{
    max-width: 700px;
}

/*フッターのpaddingを抑える*/
.p-footer__inner{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/*aリンク青色＆下線削除*/
a {
  text-decoration: none !important;
  color: inherit !important;  /* 文字色も継承する */
}
/*ヘッダー固定表示 */
.p-header{
    position: fixed;
    width: 100%;
    z-index: 999;
}

/*ヘッダーメニューの文字*/
li{
    color:#573926;
    font-weight: bold;
    margin: 15px;
}


/*活動内容の文字を上下中央にするレイアウト*/
#section-68 .col-xs-12,#section-69 .col-xs-12,#section-70 .col-xs-12{
    display: grid;
    place-items: center;
}
/*見出しの謎の余白を削除するコード*/
.c-inner--one-elem.c-inner--xl{
    padding-bottom: 10px !important;
    padding: 0px auto !important;
    padding-top: 10px !important;
}

#section-67 .c-heading--block-main{
    margin-top: 20px !important;
}

/*見出しの四角デザイン*/
.c-heading{
    padding: 0px !important;
}

.u-ptsm
{
   position: relative;
   border: 1px solid #543926; /*枠線*/
   margin: 50px auto 30px;
   padding: 0px !important;
   background: #FF9409;
   color: #ffffff !important;
   max-width: 70%;
}
.u-ptsm span
{
    color: #ffffff !important;
}

}
.c-inner--xl,
.c-inner--one-elem{
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}

/*チケット画面のフォントカラー指定*/
.p-order-ticket-body{
    color: #573926 !important;
}

/* 代表紹介ブロックにカード風デザイン */
#section-78 .row-item-gutter--lg{
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(212, 150, 102, 0.40); /* D49666の25%透明度 */
  padding: 32px 24px;
  max-width: 600px;
  margin: 0 40px 60px;
  box-sizing: border-box;
}

#section-78 p{
    font-weight: normal;
    text-align: left;
}

/*代表取締役写真を上下中央配置*/
#section-78 .col-sm-5{
    margin:  auto !important;
}

/*Instagramボタン*/
#section-78 a{
  display: inline-block;
    padding: 1em 2em;
    border-radius: 10em;
    background-color: none !important;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7)) !important;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
}

/*送信ボタン*/
.btn-customform-submit{
    background-color: none !important;
    background: #ffffff !important;
    color: #FF9404 !important;
    font-weight: bold;
    border: 2px solid #FF9404 !important;
}

/*アクセスの見出し*/
#section-67 h2
{
    animation: none !important;
    opacity: 1 !important;
   transition: none !important;
   pointer-events: none;
}
#section-67 .c-heading--block-main
{
   position: relative;
   border: 1px solid #543926; /*枠線*/
   background:  rgba(255,255,255,0.8) !important;
   margin: 90px auto 50px;
   max-width: 80%;
   animation: none !important;
   opacity: 1 !important;
   transition: none !important;
   pointer-events: none;
}

/*電話番号の枠作成*/
#section-67 a{
    padding: 15px 15px;
    border-radius: 0.5em;
    margin: 100px auto;
    background-color: #fff;
}

.u-mbsm {
  margin-bottom: 30px;
}





