p,li,td, figcaption {
    /*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;*/
    font-family: "Noto Sans JP"!important;
}

#content ol,
#content ul{
    margin:0;
    padding:0;
}

#content ol li{
    margin-bottom:10px;
    margin-left:20px;
    line-height:150%;
}

#content ul{
  margin-top:10px;
  /*margin-left:10px;*/
}

#content ul li{
       margin-bottom:5px;
       line-height:150%;
}



@media screen and (max-width:767px) {
#content ul.top{
       padding-left:0;
}
}


#content p{
  margin-top:5px;
}

#content table p{
       margin-left:0px;
}

#content table{
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
}
#content td,th{
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:10px;
text-align:left;
}
#content table ul{ margin-top:10px}
#content table ul li{
       margin-bottom:5px;
       line-height:150%;
       margin-left:10px;
}

.clearfix:after { 
    content: "";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}



/* ページ内ジャンプのずれを消す */

@media screen and (max-width:767px) {
#kiba{
margin-top:-150px;
padding-top:150px;
}
}


/*  Layout
----------------------------------------------- */
img {
    max-width:100% !important;
    height:auto !important;
    margin:0;
    padding:0;
    border:none;
    vertical-align:top;
}

figure {
    max-width:100% !important;
    height:auto;
}

figure img {
    max-width:100% !important;
    height:auto !important;
    margin:0;
    padding:0;
    border:none;
}

#cc-inner {
    overflow:hidden;
}

.cc-map-canvas img { max-width:none !important; }

/* 文字の折り返し位置指定  */
.wsnw { white-space:nowrap; }


/* 上下中央表示*/
.valign-center{
    width: 100%;
    margin:0 auto;
    display:-webkit-flex;
    display:flex;
    /* 横一行に配置   */
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    /* 中央配置 */
    -webkit-justify-content:center;
    justify-content:center;
    /* クロス軸 中央配置    */
    -webkit-align-items:center;
    align-items:center;
    box-sizing:border-box;
}   

@media screen and (max-width:999px) {
    .inner_base_box{
        width:100%;
    }
}
/*--カラム部分など--*/
@media screen and (max-width:767px) {
    .cc-m-hgrid-column {
        width:100% !important;
        float:none !important;
    }
    #cc-m-12974771887 .cc-m-hgrid-column{ /* トップページ */
        float:left!important;
        width:23%!important;
    }

    #cc-m-12994689387 .cc-m-hgrid-column{ /* トップページ */
        float:left!important;
        width:48%!important;
    }

/*#cc-m-12994689387 .cc-m-hgrid-column .n {
    padding: 0px 0 10px 0!Important;
}*/

}



a img {
    background-color:transparent;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    transition:0.3s;
}

a:hover img {
    filter:alpha(opacity=65);
    opacity:0.65;
}

.head_logo a:hover img {
    filter:alpha(opacity=100);
    opacity:1;
}


body {
    padding:0;
    margin:0;
    min-width:1000px;
    background:url(https://u.jimcdn.com/cms/o/s799d4053524357ff/userlayout/img/bg.png?t=1633683444) repeat-x left top;
}


@media screen and (max-width:999px) {
    body {
        min-width:initial;
        min-width:auto;
        background: none;

    }
}

/*----------------*/
/*-- ヘッダー   --*/
/*----------------*/

#header {
    width: 100%;
    max-width: 1010px;
    margin:0 auto;
    padding: 10px 0 0;
}

##google_translate_element {
        text-align: center;
}
#google_translate_element img {
        display: inline;
}

#header .head_row{
    margin: 0;
    padding: 0px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 横一行に配置   */
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
     box-sizing: border-box;
}


#header .head_logo_sp {
    display:none;
}

#header .head_logo {
    /* 左寄り*/
    margin-right: auto;
    max-width:350px!Important;
    margin-top:5px;
}

#header .head_logo img{
    max-width:350px!Important;
}

#header .ggl{
    margin-top:20px;
    /*margin-left:5%;*/
}

.gsc-control-cse {
    background-color: rgba(255,246,228,0)!Important;
    border:none!Important;
}


#header .contact{
    display: block;
    margin-left:15px;
    margin-top:10px;
}

#header .spmenu{
  display:none;
}


#header .sp{
  display:none;
}



@media screen and (max-width: 1010px) {
    #header .head_row{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    #header {
        padding: 0;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        height:80px;
        position: fixed;
    }

    #header h1.head_text{
        display:none;
    }
   #header .head_row_top{
      display:none;
   }
    #header .head_row{
        padding: 0px 10px 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header .head_logo {
    display:none;
   }
   #header .head_logo_sp {
        margin-top: 10px;
        margin-right: auto;
        display:block;
   }

   #header .head_logo_sp img {
        max-width:70%!Important;
    }

    #header h1.head_title,
    #header .contact,
    #header .tel_time {
        display: none;
    }
    #header .spmenu{
       margin-top:-7px;
       margin-left:8px;
       color:#f6e41b;
       display:block;
       font-size:12px;
    }
  #header .sp{
   width:50px; 
   text-align:center;
   display:block;
   background:#ffffff!Important;
   margin-left: auto;
  }

  #header .menu-disp{ color:#333333; font-size:13px; margin-top:-18px!Important; }
  #header .ggl{
    display:none;
    margin-top:0px;
  }


}

@media screen and (max-width:480px) {
    #header .sp_tel{
        padding-left:10px;
    }
    #header #switch {
        padding-left:10px;
    }
}
/*--ヘッダここまで--*/



/*--スマホ固定ボタン*/
#footerMenuCover{
   position: fixed;
   bottom: 0px;
   z-index: 9999;
   width:100%;
   opacity: 0.9; 
   margin-left:0;
}
#mb-btm-header{
    display:none;
}
@media screen and (max-width:767px) {

    #mb-btm-header{
        display:block;
    }
    .mb-bnr-cover {
         padding:0px 0px 0px 0w;
    }

 .mb-bnr-cover img{
         width:100%;
    }

    .mb-bnr {
        padding:0 0px;
        /*max-width: 200px;*/
    }
}

@media screen and (max-width:767px) {
   ul.cc-FloatingButtonBarContainer{
       bottom:100px;
   }
}


/*--------------------*/
/*-- PCグローバルナビ  --*/
/*--------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#g-nav-outer {
    width:100%;
    margin:0;
    padding: 15px 0 0px;
    text-align:center;
    background:white;
}
#g-nav {
max-width:1000px;
    margin: 0 auto 10px;
    width: 100%;
}
#g-nav ul {
    list-style-type: none;
}
#g-nav ul.cc-nav-level-0 { /* 第一階層のul */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     justify-content: space-between;
    justify-content: space-between;
    *zoom: 1; /*forIE6,7*/
    flex-wrap: wrap;
    margin:0;
    padding:0;
}

#g-nav ul.cc-nav-level-0 li ul {
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding:0;
    z-index: 10000000 !important;
}
#g-nav ul.cc-nav-level-0 li:hover > ul {
        visibility: visible;
}
#g-nav ul.cc-nav-level-1 li {
    width: auto !important;
}

#g-nav ul.cc-nav-level-2 {
    top:-1px;
    left:100%;
}
#g-nav ul.cc-nav-level-0>li>a {
    display:block;
    padding:0px 0px 3px;
    margin:0;
    color:#333333;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    font-family: "Noto Sans JP"!important;
}
#g-nav ul.cc-nav-level-0 li a { /*forIE6*/
    zoom: 1;
}
#g-nav ul.cc-nav-level-0>li>a:hover {
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    border-bottom:3px solid #9f9684;
}
#g-nav ul.cc-nav-level-0 > li > a.cc-nav-current,
#g-nav ul.cc-nav-level-0 > li.cc-nav-parent > a {
    text-decoration:none;
    border-bottom:3px solid #9f9684;
}
#g-nav ul.cc-nav-level-0 li ul {
    margin: 0 0 0 0;
    padding:0;
    border:1px solid #333333;;
}
#g-nav ul.cc-nav-level-2 {
    margin: 0;
    padding:0;
}


#g-nav ul.cc-nav-level-1 li{
    margin:0!Important;
}

#g-nav ul.cc-nav-level-1 li a {
    display: block;
    width:153px;
    height:auto;
    text-align:left;
    margin:0px 0px 0px 0px!Important;
    font-size:14px;
    line-height:18px;
    font-weight:normal;
    color:#333;;
    padding:15px 10px;
   /* border-bottom:1px solid #0c1154;;*/
    text-decoration: none;
    background-color:white;
}
#g-nav ul.cc-nav-level-1 li:last-child>a {
/*    border-bottom:none;*/
}
#g-nav ul.cc-nav-level-1 li a:hover {
    text-decoration:none;
    color:#fff;
    background-color: #999999;
}
#g-nav ul.cc-nav-level-1 a.cc-nav-current, ul.cc-nav-level-2 a.cc-nav-current {
    font-weight:bold !important;
    text-decoration:none !important;
    color:#fff;
    background-color: #999999;
}

@media screen and (max-width:999px) {
#g-nav ul.cc-nav-level-0>li>a {
    padding:13px 15px 10px;
    font-size:14px;
}
}


/*--グローバルナビここまで--*/

/* スマホボタン */
#panel-btn{ 
   display:none;
}
@media screen and (max-width: 767px){
#panel-btn{
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0px 0 0px;
  border-radius:5px;
}
/*#panel-btn:hover{
  background: #fafafa;
}*/

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 47%;
  left: 33%;
  width: 28px;
  height: 4px;
  margin: -1px 0 0 -7px;
  background: #333333;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 4px;
  background: #333333;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
}

/*--モバイル用ナビここまで--*/

/*------------------*/
/* ナビ非表示調整     */
/*------------------*/


ul li#cc-nav-view-2286457177, /* アクセス */
ul li#cc-nav-view-2286455877{ /* お問い合わせ */
   display:none;
}

/* Slider　*/

#cc-matrix-3770091287{
  margin-top:-13px;
}

.cc-m-gallery-slider .bx-wrapper .bx-viewport ul li {
    margin-right: 0!Important;
    margin-left: 0!Important;
}

#cc-m-gallery-12974795287 {
margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width:768px) {
.bx-wrapper .bx-caption span {
    font-size: 12px!Important;
    padding: 3px 10px!Important;
}

.cc-m-gallery-slider .bx-wrapper .bx-caption span {
    font-size: 12px!Important;
    padding: 5px 10px!Important;
}

.bx-wrapper ul li{
    font-size: 12px!Important;
    line-height:100%!Important;
}

}


/*------------------*/
/* パンくず         */
/*------------------*/
/* 非表示画面は、HTMLへ直接記述　ページ表示時以外は非表示 */
.access_bc { display:none; }
/*#page-1048400966 .access_bc { display: inherit; }*/
.apply_bc { display:none; }
#page-2554997478 .apply_bc { display: inherit; }
.cancelpolicy_bc { display:none; }
#page-2554997378 .cancelpolicy_bc { display: inherit; }

/* 以下のページはパンくずを表示しない */

#page-2554996978 #bc-wrap,  /* 概要 */
.cc-indexpage #bc-wrap,     /* トップページ */
.cc-page-blog #bc-wrap, 
.cc-pagemode-notfound #bc-wrap, 
.cc-pagemode-overlay #bc-wrap, /* プライバシー、サイトマップ、ブログ*/
.cc-pagemode-sitetemplate #bc-wrap /* 利用規約、返品条件、ショップ情報、精算 */
{
    display: none;
}

@media screen and (max-width:999px) {
   #bc-wrap{
    margin-left:10px;
   }
}

#breadcrumb {
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    padding:10px 10px 0 0;
    display:block;
    box-sizing:border-box;
}

#breadcrumb a.home-link {
    width:auto;
    padding: 0 15px 0 0px;
    color:#333333;
    background: url(https://u.jimcdn.com/cms/o/s799d4053524357ff/userlayout/img/arrow.png?t=1632794999) no-repeat right center;
    font-size:12px;
    float:left;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#breadcrumb ol li {
    float: left;
    margin: 0;
    font-size:10px;
    color:#333333;
}
#breadcrumb ol li a {
    padding: 0 15px 0 5px;
    color:#333333;
    background: url(https://u.jimcdn.com/cms/o/s799d4053524357ff/userlayout/img/arrow.png?t=1632794999) right center no-repeat;
    font-size:12px;
}
#breadcrumb ol li a.cc-nav-current {
    text-decoration: none;
    color:#333333;
    background: none;
}


/*--------------------------*/
/*-- コンテンツ部分基本設定 --*/
/*--------------------------*/
#content-wrap {
    margin: 0 auto;
    padding:0;
    width: 100%;
    max-width: 1030px;
}

@media screen and (max-width:767px) {
#content-wrap {
    margin-top: 70px!Important;
}

.cc-indexpage #content-wrap {
    margin-top: 0px;
}
}
.cc-pagemode-notfound #content-wrap,
.cc-pagemode-overlay #content-wrap {
    width:100%;
    margin:0 auto;
    padding:0px 0px 0px 0px !important;
    background-image:none !important;
    box-sizing:border-box;
}

/*--Sidebar--*/
/*--サイドバー--*/
#side{
	width:100%;
	margin:0;
	padding:0;
        background:#faf5eb;
}

#sidebar{
    margin:0 auto;
    padding:30px 10px 10px 20px;
    max-width:1010px;
}


#side p{
}


.cc-indexpage #side {
    padding-top:0px;
}




/*--サイドバーここまで--*/


/*--メインコンテンツ--*/
#content {
    width:100%;
    margin:0 auto;
    padding:0px 15px 30px 10px!Important;
    box-sizing:border-box;
    background-color:white;
}

/*-- コンテンツ部分基本設定 ここまで--*/

/*--------------------*/
/*--メインコンテンツ    --*/
/*--------------------*/

/*--pタグ--*/
.j-text p {
/*    color: #333333;
    font-size: 16px;
    line-height: 1.5!important;*/
}

/*--見出し--*/
.j-header h1,
h1.j-blog-header,
#content h1 {
    background: url(https://u.jimcdn.com/cms/o/s799d4053524357ff/userlayout/img/h1.png?t=1633683075) center bottom no-repeat;
    line-height:1!important;
    padding:0px 10px 15px;
    margin-bottom:10px;
    margin-top:20px;
    font-family: "Noto Sans JP"!important;
    letter-spacing:1px;
}
.j-header h2,
.j-blogarticle h2,
#content h2 {
    background: url(https://u.jimcdn.com/cms/o/s799d4053524357ff/userlayout/img/h2.png?t=1633683137) left 10px no-repeat;
    line-height:150%!important;
    padding:0px 0 2px 40px;
    margin-bottom:10px;
    margin-top:20px;
    font-family: "Noto Sans JP"!important;
    border-bottom:1px solid #efebe4;
}
.j-header h3,
.j-blogarticle h3,
#content h3 {
    padding:0px 0 0 22px;
    line-height:150%!important;
    font-family: "Noto Sans JP"!important;
    font-size:22px;
    text-align:left;
    margin-top:20px;
    background: url(https://u.jimcdn.com/cms/o/s799d4053524357ff/userlayout/img/h3.png?t=1633683101) left 10px no-repeat;
}

#content ul{
    padding-left:10px;
}
@media screen and (max-width:999px) {
    .j-header h1,
    h1.j-blog-header,
    #content h1 {
      font-size:26px;
      line-height:130%!important;
    }
}

@media screen and (max-width:767px) {
/*    .j-header h2,
    h2.j-blog-header,
    #content h2 {
    background: url(h2.jpg) left 5px no-repeat;
      font-size:22px;
      line-height:130%!important;
      border-bottom:1px solid #94a8cc;
      padding-bottom:10px;
    }*/
}


/*-コンテンツここまで--*/




/*------------*/
/*--フッター --*/
/*------------*/
#footer-wrap {
    margin: 0 auto;
    padding: 10px 0 30px 0;
    max-width: 1010px;
    width: 100%;
    box-sizing: border-box;
    display:flex;
}

#footer-wrap .head_logo {
    max-width:360px!Important;
    /* 左寄り*/
    margin-right: auto;
}

#footer-wrap .head_logo img{
    max-width:360px!Important;
}


#footer-wrap .logo {
   margin-top:10px
}


#footer-wrap .contact{
    display: block;
    padding-left:15px;
}
#footer {
    clear:both;
    width: 100%;
    margin: 0 auto;
    padding:0px 5px 0px;
    box-sizing:border-box;
        background:#faf5eb;
}


#footer a:hover {
    text-decoration: underline;
    color: #397712;
}

.gutter{
    width: 100%;
    margin:0 auto;
    padding:5px 15px 10px;
    box-sizing:border-box;
}

@media screen and (max-width:767px) {
#footer{display:none;}
}

.j-blogarticle .c {
    display:none;
}

/*--管理ページ用メニュー--*/

/*--Jimdo概要P補正--*/
#imprint h2 {
    background:none;
    height:auto;
}

/*--ブログページ関連など--*/
.post .datetime,
.j-blogarticle .datetime {
    font-size:13px;
    font-weight:bold;
    color:#351913 !important;
    /*font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;*/
    font-family: "Noto Sans JP"!important;

}

.post .datetime .datetime-inner,
.j-blogarticle .datetime .datetime-inner {
    line-height:100% !important;
}

.j-blogarticle .datetime .datetime-inner {
    padding:3px 10px 3px 10px !important;
}

.post .postmeta {
    font-size:14px;
    font-weight:bold;
    color:#351913;
    margin:0 !important;
    padding:0 !important;
}

.j-blogarticle a{
  text-decoration:none!Important;
}

/*===================================================================
  global-nav-sp
===================================================================*/

#global-nav-sp {
    display:none;
}

@media screen and (max-width: 767px) {
#g-nav-outer {
        display:none;
    }


#global-nav-sp {
   display: block;
   z-index: 9999;
}
	
#global-nav-sp {
  width: 100%;
  background-color: #eeeeee;
  background-size: contain;
  margin-top:5px;
}
#global-nav-sp ul{
  margin:0;
  padding:0;
}

#global-nav-sp ul li a{
  display: block;
  text-decoration: none;
  font-weight:bold;
  padding: 45px 0 0px;
  list-style:none!Important;
  /*background-size: contain;*/
  line-height:130%;
}


#global-nav-sp ul.cc-nav-level-0{
display:none;
}

#global-nav-sp ul.cc-nav-level-0 li a {
background-color: #eeeeee;;
padding:7px 20px 7px 20px;
border-bottom:1px solid #fefefe;
color:#333333;
font-size:15px;
}

#global-nav-sp ul.cc-nav-level-0 li > ul {
visibility: visible;
display: none;
}

#global-nav-sp ul.cc-nav-level-0 li:hover > ul,
#global-nav-sp ul ul:hover  {
visibility: visible;
display: none;
}


#global-nav-sp ul.cc-nav-level-0 > li > a.cc-nav-current {
  color: #333333;
  font-weight:bold;
}


#global-nav-sp ul.cc-nav-level-0 li ul {
position: relative;
width: 100%;
}

#global-nav-sp ul.cc-nav-level-1 li a,
#global-nav-sp ul.cc-nav-level-2 li a {
font-size:12px!important;
width: 110%;
text-indent: 2.25em;
text-align: left !important;
background-color: #ffffff;
color:#342f27;
font-weight:normal;
padding:5px 20px 5px 10px;
}



#global-nav-sp ul.cc-nav-level-1 li,
#global-nav-sp ul.cc-nav-level-2 li {
font-size:12px!important;
}

#global-nav-sp ul.cc-nav-level-2 li a {
text-indent: 4em;
font-weight: normal;
}

#global-nav-sp ul.cc-nav-level-1 a.cc-nav-current,
#global-nav-sp ul.cc-nav-level-2 a.cc-nav-current {
        background-color: #ffffff;
        color: #ff6d3a;
}

#global-nav-sp ul.cc-nav-level-0 li ul li a {
}


/* n-arr */
#global-nav-sp .n-arr {
display: block;
position: relative;
}

#global-nav-sp .n-arr a:link,
#global-nav-sp .n-arr a:visited{
position: absolute;
top: -34px;
right: 0;
display: block;
background-color: #eeeeee;
color: #333333;
height: 18px;
width: 13%;
line-height: 1;
text-align: center;
text-indent: 0;
}

    }
#global-nav-sp .n-arr a{
        border:none!Important;
}

#global-nav-sp .n-arr a span:after {
font-family: "Font Awesome 5 Free";
		content: "\f078";
		color: #333333;
		font-weight: 900;
		font-size:18px;
}

}

/*--モバイル用ナビここまで--*/

/*--------------------- 
** ボタン
--------------------- */
.j-callToAction{
}
.j-callToAction a{
background-color:#efefef;
color:#333333!Important;
border:1px solid #0c1154!Important;
border-radius:5px;
}

.j-callToAction a:hover{
background-color:#333333;
color:#fff!Important;
border:1px solid #333333!Important;
}

.j-callToAction a.j-calltoaction-link-style-3{
font-size:16px;
border-radius:30px;
padding:10px 20px;
}

#page-2473313387 .j-callToAction a.j-calltoaction-link-style-2{
font-size:16px;
border-radius:30px;
padding:10px 20px;
background-color:#fabe01;
border:1px solid #fabe01!Important;
}



@media screen and (max-width: 767px){
  .j-callToAction a{
    width:90%!Important;
  }
}

/* スマホPC改行調整 */

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* 画像付き文章 */
.cc-m-textwithimage-inline-rte p{
 padding-top:10px;
}

/* ページ内ジャンプ */
#hino,
#adachi,
#koutou,
#sumida,
#cc-m-12989787687,
#cc-m-12989787887,
#cc-m-12989788287{
/* margin-top:-100px!Important;
  padding-top:100px!Important;*/
}

/* フォーム */
form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper select{
  font-size:18px;
}

/* 委託・助成事業 */
#cc-m-12983524787 table{
  border-collapse:collapse;
}

#cc-m-12983524787 table td,
#cc-m-12983524787 table td p{
  font-size:14px;
}

/* 偶数行しましまのスタイル */
#cc-m-12983524787 tr:nth-child(even){
  background-color:#f9f9f9;
}

/* ふれあいこどもまつり */
/* 奇数行しましま */
#page-2462674987 table tr:nth-child(odd),
#page-2469195587 table tr:nth-child(odd){
  background-color:#f9f9f9;
}

#page-2462674987 h1.title,
#page-2461840787 h1.title{
  border-bottom:8px solid #eeeeee;
  background:none;
  padding:0px 0 15px;
  font-size:26px;
}

#cc-m-12983569887,
#cc-m-12983570487,
#cc-m-12983570187,
#cc-m-12984682687{
  border:8px solid #eeeeee;
  border-radius:10px;
}

/* チケット申し込みボタン */
.btn-orange,
a.btn-orange {
  color: #fff!Important;
  background-color: #f56500;
  padding:3px;
  text-decoration:none!Important;
}
.btn-orange:hover,
a.btn-orange:hover {
  color: #fff;
  background: #c14f00;
}

a.btn-radius {
   border-radius: 100vh;
}

/*@media screen and (max-width: 767px){
#cc-m-12983524787 table th{
  display:none;
}

#cc-m-12983524787 table td{
  border-bottom: none;
  border-top: none;
    display: block;
    width: 100%;
  }
}*/

/* ベイビーシアター */
table.baby{
   margin-bottom:30px;
  border-right;1px solid #cccccc;
  border-top;1px solid #cccccc;
  border-spacing:0px;
  width:100%;
}
table.baby th{
  width:20%;
  background-color:#efefef;
}

table.baby th, table.baby td{
  border-left;1px solid #cccccc;
  border-bottom;1px solid #cccccc;
}


/* ベイビーシアター2022 #page-2470080487 */
/* ベイビーシアター2024 #page-2472720487 */

#cc-m-13085094787 table,
#cc-m-13142734987 table{
  border-bottom:1px solid #ec6d65;
  border-left:1px solid #ec6d65;
}
#cc-m-13085094787 td,
#cc-m-13142734987 td{
  border-top:1px solid #ec6d65;
  border-right:1px solid #ec6d65;
   padding:10px;
}

#page-2470080487 h2,
#page-2472720487 h2 {
  position: relative!Important;
  padding: 0.4em 0.6em!Important;
  background: #ec6d65!Important;
  background-image:none;
  color:white!Important;
  border-radius:10px;
  margin-top:0!Important;
  font-size:22px;
  letter-spacing:2px;
}

#page-2470080487 h2:after,
#page-2472720487 h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ec6d65;
  width: 0;
  height: 0;
}

#page-2470080487 h2.blue,
#page-2472720487 h2.blue {
  background: #74b4e2!Important; 
}

#page-2470080487 h2.blue:after,
#page-2472720487 h2.blue:after {
  border-top: 15px solid #74b4e2;
}


#page-2472720487 h2.green{
  background: #69bd83!Important; 
}


#page-2472720487 h2.green:after {
  border-top: 15px solid #69bd83;
}


.cc-pagemode-default #cc-m-13085264787{
   margin-top:-10px;
   margin-right: calc(50% - 50vw);
   margin-left: calc(50% - 50vw);
   background-color:#fff9af;
}

.cc-pagemode-default #cc-m-13142760987,
.cc-pagemode-default #cc-m-13143678087{
   margin-top:-10px;
   margin-right: calc(50% - 50vw);
   margin-left: calc(50% - 50vw);
   background-color:#ecf4d9;
}



#page-2470080487 div.hr{
   border-bottom:1px dashed #ec6d65!Important;
}


#page-2472720487 div.hr{
   border-bottom:1px dashed #e0e0e0!Important;
}

#cc-m-13085085787,
.cc-pagemode-default #cc-m-13142733887{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#cc-m-13085085787 img,
.cc-pagemode-default #cc-m-13142733887 img{
	display: block;
	width: 100%;
	height: auto;
}

/* シアタータイトル */
#cc-m-13085095987 .cc-m-hgrid-column .n, 
#cc-m-13085100887 .cc-m-hgrid-column .n,
#cc-m-13085100887 .cc-m-hgrid-column .n,
#cc-m-13085126587 .cc-m-hgrid-column .n,
#cc-m-13085128287 .cc-m-hgrid-column .n,
#cc-m-13085129487 .cc-m-hgrid-column .n,
#cc-m-13085130687 .cc-m-hgrid-column .n,
#cc-m-13085131987 .cc-m-hgrid-column .n,
#cc-m-13085125987  .cc-m-hgrid-column .n{
   padding:0px!Important;
}

/* シアター説明文 */
#cc-m-13085096587,
#cc-m-13085101187,
#cc-m-13085125187,
#cc-m-13085126887,
#cc-m-13085128587,
#cc-m-13085129787,
#cc-m-13085130987,
#cc-m-13085132287 {
    border: 3px solid #ec6d65;
    border-radius:10px 10px 10px 10px;
    padding:10px!Important;
    margin-top:10px;
}

@media screen and (max-width: 767px){
#cc-m-13085095987 .last, 
#cc-m-13085100887 .last,
#cc-m-13085100887 .last,
#cc-m-13085126587 .last,
#cc-m-13085128287 .last,
#cc-m-13085129487 .last,
#cc-m-13085130687 .last,
#cc-m-13085131987 .last,
#cc-m-13085125987  .last{
    margin-top:10px;
  }

#cc-m-13085096587,
#cc-m-13085101187,
#cc-m-13085125187,
#cc-m-13085126887,
#cc-m-13085128587,
#cc-m-13085129787,
#cc-m-13085130987,
#cc-m-13085132287 {
    margin-top:-10px;
    border-radius:10px 10px 10px 10px;
    padding:10px!Important;
}

}

/* シアター説明文 2024 */
#cc-m-13142736787,
#cc-m-13142741387,
#cc-m-13142737987{
    border: 3px solid #ec6d65;
    border-radius:10px 10px 10px 10px;
    padding:10px!Important;
    margin-top:10px;
}

#cc-m-13142740287,
#cc-m-13142742487,
#cc-m-13142743587{
    border: 3px solid #74b4e2;
    border-radius:10px 10px 10px 10px;
    padding:10px!Important;
    margin-top:10px;
}


#cc-m-13142739187,
#cc-m-13142744787,
#cc-m-13142751287{
    border: 3px solid #69bd83;
    border-radius:10px 10px 10px 10px;
    padding:10px!Important;
    margin-top:10px;
}



a.ticket{
border: 1px solid #EC6D65;
    padding: 3px;
    border-radius: 5px;
    padding: 1px 3px;
    text-decoration: none!Important;
    background-color: #fadcda;
    color:#EC6D65!Important;
    font-size:14px;
    white-space: nowrap;
}




/* 新着情報 */
table.news{
  border-left:none!Important;
}

table.news td{
  border-right:none!Important;
}

/* 偶数行のスタイル */
table.news tr:nth-child(even){
  background-color:#f8f8f8;
}

/* R5 ふれあいこどもまつり */
h1.title-fureai {
  position: relative!Important;
  padding: 1em 0.6em!Important;
 background-image:none; 
  margin-top:30px!Important;
  font-size:22px;
  letter-spacing:2px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

h1#komae{
  background: #e95283!Important;
  color:white!Important;
}

h1#hino{
  background: #664498!Important;
  color:white!Important;
}

h1#tama{
  background: #69bd83!Important;
  color:white!Important;
}

h1#koutou{
  background: #03b8df!Important;
  color:white!Important;
}


h1#adachi{
  background: #f18d00!Important;
  color:white!Important;
}

/*#page-2470201887 #content h2{
  background-image:none!Important;
  padding-left:0!Important;
}*/

/* ふれあいこどもまつり　R6　申込ボタン */
#cc-m-13169990387{
    width: 100%;
    position: fixed;
    left: 20px;
    bottom: 0px;
    z-index: 9999;
    display: inline-block;
    margin: 0 0.5rem;
    animation: bounce 3;
    animation-duration: 2s;
}

@media screen and (max-width: 767px){
#cc-m-13169990387{
    bottom: 50px;
    left: 0px;
}

#cc-m-13169990387 img{
    width:50%;
    text-align:center;
}
}

/* 偶数行のスタイル */
#page-2470201887 #content table tr:nth-child(even){
  background-color:#f8f8f8;
}


/* ページ内ジャンプ */
@media screen and (min-width: 768px){
#cc-m-13086541287,
#cc-m-13086541687,
/*#cc-m-13086540887*/
#cc-m-13087426287{
 margin-top:-100px!Important;
  padding-top:100px!Important;
}
}
@media screen and (max-width:767px){
  #cc-matrix-3814788287 .cc-imagewrapper img {
    width:100%;
  }
}

@media screen and (min-width:768px){
#cc-m-13242722087{
    position: fixed;
    left: 5px;
    bottom: 0px;
    z-index: 9999;
    display: inline-block;
    margin: 0 0.5rem;
}
.cc-indexpage #cc-m-13242722087{
    animation: bounce 3;
    animation-duration: 2s;
}
}