@charset "utf-8";
/*
Theme Name: mh-tec SmartPack
Theme URI: http://www.miew.co.jp/
Author: Miew Design team
Author URI: http://www.miew.co.jp/
Version: 2.0
*/
/*--------------------------------------------------------------
Don't touch Zone!! 
--------------------------------------------------------------*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 15.5px;
    line-height: 150%;
    color: #47372c;
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 300;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}

article,aside,footer,header,nav,section {
    display: block;
}
figcaption,figure,main,section {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #444;
    font-weight: 300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
a:active,a:hover {
    outline-width: 0;
    color: #775400;
}
b,strong {
    font-weight: inherit;
    font-weight: 700;
}
small {
    font-size: 80%;
}
big {
  font-size: 115%;
  font-weight: 500;
}
audio,video {
    display: inline-block;
}
img {
    border-style: none;
}
button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,input {
    overflow: visible;
}
button,select {
    text-transform: none;
}
textarea {
    overflow: auto;
}
img {
    max-width: 100%;
    height: auto;
}
div#sidebar {
    list-style: none;
}

span.marker {background: linear-gradient(transparent 40%, #e7ff64 40%);padding: 0 5px;}
.row {
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
* {box-sizing:border-box;}

/*#kv .kv_pc */
.metaslider .flexslider {margin-bottom: 0!important;}
#kv {
  position: relative;
  overflow: hidden;
  text-align: center;
}

#kv .kv_inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 980px;
}
#kv img.kv_info01 {
  position: absolute;
  right: 0;
  /*top: 0;*/
  top: 50%; /* ADD */
  /*bottom: 0;*/
  margin: auto;
  transform: translateY(-50%); /* ADD */

  height: 60%;
  width: auto;

  vertical-align: middle;
}

#kv img.slide_shadow {
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#kv img.slide_bg {width: 100%;max-width: initial;vertical-align: top;}
/*#kv img.slide_text {
  vertical-align: top;
  position: absolute;
  width: 100%;
  height: 30%;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}*/
#kv .kv_inner .kv_btn {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 77%;
}
#kv .kv_inner .kv_btn a {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 8vh;
}

#kv #spare-widget {
  position: absolute;
  z-index: 99;
  right: 8%;
  top: 5%;
}

        @media (max-width: 543px) { /* xs */
          #kv:after {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-image: url(./img/line.png);
            background-size: 300%;

            position: absolute;
            top: 0;
            left: 0;
          }
          #kv .kv_inner .kv_btn a span {
            font-size: 14px!important;
          }
          #kv .kv_inner {
            max-width: 80%;
          }
          #kv img.kv_info01 {
            height: 70%;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #kv:after {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-image: url(./img/line.png);
            background-size: 300%;

            position: absolute;
            top: 0;
            left: 0;
          }
          #kv .kv_inner {
            max-width: 80%;
          }
          #kv img.kv_info01 {
            height: 70%;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          #kv:after {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-image: url(./img/line.png);
            background-size: 300%;

            position: absolute;
            top: 0;
            left: 0;
          }
          #kv .kv_inner {
            max-width: 80%;
          }
          #kv img.kv_info01 {
            height: 70%;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          #kv .kv_inner {
            max-width: 90%;
          }
          #kv img.kv_info01 {
            height: 50%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }

#menu {
  padding: 0px 30px;
  z-index: 999;
  
  position: relative;
}

/*.nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 990;
}
.nav.is-fixed {
    position: fixed;
}*/



/*--------------------------------------------------




/*--------------------------------------------------------------
Free Zone
--------------------------------------------------------------*/

header {
  position: relative;
  padding: 20px 0px 0px;
  margin: 0 auto;
  z-index: 1;
  text-align: left;
  background-color: #fff;

}

header .container {
  position: relative;
  vertical-align: bottom;
}

header h1 img.header_logo_pc {max-width: 325px;width: 100%;position: relative;z-index: 9999;margin-bottom: 10px;}
header h1 img.header_logo_sp {max-width: 250px;width: 85%;height: auto;vertical-align: top;padding: 10px;box-sizing: border-box;margin-bottom: 10px;}
header h1 {
  margin: 0 auto;
  padding: 15px 0px;
  width: auto;
  /*text-align: center;*/
  z-index: 3;
  position: relative;
  display: inline-block;
}

header #spare-widget {
  display: inline-block;
  float: right;
  margin-right: 50px;
  padding: 13px 0px;
}

header #spare-widget img {

}


header img.language_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: auto;
  vertical-align: bottom;
  padding: 15px 0px;
}
header img.language_icon:hover {
  opacity: 0.7;
}

    /*header responsive*/
        @media (max-width: 543px) { /* xs */
          header {
            padding-top: 15px;
          }
          header h1 {
            padding: 0;
          }
          header h1 img.header_logo_pc {display: none;}
          header h1 img.header_logo_sp {
            margin-bottom: 0;
          }
          header img.language_icon {
            width: 50px;
            right: 60px;
            padding: 0;
            top: -2px;
          }
          header #spare-widget {
            margin-right: 0;
            padding-top: 5px;
          }
          header #spare-widget img {
            max-width: 48%;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          header {
            padding-top: 15px;
          }
          header h1 {
            padding: 0;
          }
          header h1 img.header_logo_pc {display: none;}
          header h1 img.header_logo_sp {
            margin-bottom: 0;
          }
          header img.language_icon {
            width: 50px;
            right: 60px;
            padding: 0;
            top: -2px;
          }
          header #spare-widget {
            margin-right: 100px;
            padding-top: 5px;
            text-align: left;
            display: block;
            float: none;
          }
          header #spare-widget img {
            max-width: 200px;
          }

        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          header h1 {padding: 0;}
          header h1 img.header_logo_pc {display: none;}
          header h1 {text-align: left;}
          header img.language_icon {
            width: 50px;
            right: 60px;
            padding: 0;
            top: -6px;
          }
          header #spare-widget {
            margin-right: 100px;
            padding-top: 0;
            text-align: left;
            display: block;
            float: none;

          }
          header #spare-widget img {
            

          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          header h1 img.header_logo_pc {display: inline-block;}
          header h1 img.header_logo_sp {display: none;}
        }
        @media screen and (min-width:1200px) { /* xl */
          header h1 img.header_logo_pc {display: inline-block;}
          header h1 img.header_logo_sp {display: none;}
        }

/* ------------------------------------------------------------------------------------
  
------------------------------------------------------------------------------------ */

  #under-content p.text-left,
  .text-left {
    text-align: left;
  }

  #under-content p.text-right,
  .text-right {
    text-align: right;
  }

  #under-content p.text-center,
  .text-center {
    text-align: center;
  }

/* ------------------------------------------------------------------------------------
  btn_type
------------------------------------------------------------------------------------ */

  a.btn_type01 {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 15px;
    background: linear-gradient(to left, #edead3, #edead3);
    color: #775400!important;
    text-align: center;
    min-width: 250px;
    max-width: 100%;
    font-weight: 300;
    text-decoration: none!important;
  }
  a.btn_type01::after {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #775400!important;
      float: right;
  }

  a.btn_type01:hover {
    opacity: 0.5;
    text-decoration: none!important;
  }

  a.btn_red {
    color: #fff!important
    background-color: #da0439;
    background: linear-gradient(to left, #ee7e77, #da0439);
  }

  a.btn_green {
    color: #fff!important
    background-color: #00997f;
    background: linear-gradient(to left, #94d0c4, #00997f);
  }

  a.btn_bule {
    color: #fff!important
    background-color: #00767f;
    background: linear-gradient(to left, #3eafcd, #00767f);
  }

  a.btn_purple {
    color: #fff!important
    background-color: #731485;
    background: linear-gradient(to left, #b87fb5, #731485);
  }

  a.btn_orange {
    color: #fff!important
    background-color: #d56014;
    background: linear-gradient(to left, #f29847, #d56014);
  }

    /*btn_type responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
body.home
--------------------------------------------------------------*/

  body.home section {
    padding: 10vh 0;
  }

  body.home .container {
    max-width: 980px;
    margin: 0 auto;
  }

  body.home header .container {
    max-width: 100%;
  }

  body.home .container h2 {
    font-size: 28px;
  }


    /*responsive*/
        @media (max-width: 767px) { /* xs */
          body.home .container {
            max-width: 90%;
          }
          body.home .container h2 {
            font-size: 25px;
            line-height: 165%;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          body.home .container {
            max-width: 90%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
kv_text Zone
--------------------------------------------------------------*/

  #kv_text {
    padding-top: 0px;
    padding-bottom: 0;
  }

  #kv_text p {
    font-size: 16px;
    line-height: 185%;
  }


/*--------------------------------------------------------------
information Zone
--------------------------------------------------------------*/

  #information {
    background-image: url(https://expo.smartcity.kyoto/en/wp/wp-content/uploads/2021/08/bg_illust01.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    padding-bottom: 0;
  }

  #information .container {
    padding-bottom: 30vh;
    position: relative;
    z-index: 1;    
  }

  #information .container img.bg_illust02 {
    position: absolute;
    right: 0;
    bottom: -10px;
  }

  #information h2 {
    position: relative;
    color: #47372c;
    font-weight: 200;
    padding: 0 100px 15px 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  #information h2 .btn_info {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px;
  }

  #information h2:after {
    content: "";
    height: 2px;
    width: 100%;
    background-image: url(./img/line.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    background-position: left center;
    left: 0;
    bottom: 0;
  }

  #information ul.info-list li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  #information .info_day {
    font-size: 13px;
  }

  #information img.icon-line {
    width: 125px;
    max-width: 100%;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #information .container {
            padding-bottom: 20vh;
          }
          #information .container img.bg_illust02 {
            width: 100px;
            height: auto;
            bottom: -6px;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
top-about
--------------------------------------------------------------*/

  #top-about {
    background-color: #edead3;
    background-image: url(./img/logo_vertical_white.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
    text-align: center;
  }

  #top-about h2 {
    position: relative;
    color: #47372c;
    font-weight: 200;
    padding: 0 100px 15px 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
  }

  #top-about h2 .btn_info {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px;
  }

  #top-about h2:after {
    content: "";
    height: 2px;
    width: 100%;
    background-image: url(./img/line.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    background-position: left center;
    left: 0;
    bottom: 0;
  }

  #top-about p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 185%;
    text-align: left;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #top-about {
            background-size: auto 350px;
          }
          #top-about img.bg_illust03 {
            margin-bottom: 15px;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #top-about {
            background-size: auto 350px;
          }
          #top-about img.bg_illust03 {
            margin-bottom: 15px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          #top-about img.bg_illust03 {
            margin-top: 5vh;
          }
        }

/*--------------------------------------------------------------
top-event
--------------------------------------------------------------*/

  #top-event {
    background-image: url(./img/bg_rainbow.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right 5% top;
    text-align: center;
  }
  #top-event .andmore figcaption {
    white-space: nowrap;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */

        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #top-event .andmore figcaption {
            padding-top: 20vh;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          #top-event .andmore figcaption {
            padding-top: 20vh;
          }
        }

/*--------------------------------------------------------------
top-sponsor
--------------------------------------------------------------*/

  #top-sponsor {
    background-color: #f1f1f1;
    background-image: url(https://expo.smartcity.kyoto/en/wp/wp-content/uploads/2021/08/bg_illust04.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  #top-sponsor h2 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 23px;
  }

  #top-sponsor figure {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-right: 10px solid #f1f1f1;
    text-align: center;
  }

  #top-sponsor figure img {
    width: auto;
    max-width: 100%;
  }

  #top-sponsor .banner_platinum figure img {
    max-height: 120px;
  }

  #top-sponsor .banner_gold figure img {
    max-height: 80px;
  }

  #top-sponsor .banner_silver figure img {
    max-height: 45px;
  }

  #top-sponsor .banner_promotion figure img {
    max-height: 30px;
  }

  #top-sponsor .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5vh;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #top-sponsor {
            background-size: 50% auto;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #top-sponsor {
            background-size: auto 200px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */

        }


/*--------------------------------------------------------------
footer Zone
--------------------------------------------------------------*/

  footer#footer {
    position: relative;
    color: #fff;
  }

  footer#footer .container {
    padding: 0;
    color: #fff;
  }

  footer#footer .container,
  footer#footer .container a {
    color: #fff;
  }

  footer#footer h2 {
    position: relative;
    font-weight: 400;
    background: rgba(36,97,147,0.8);
    line-height: 100%;
    padding: 10px 5px 10px 23px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;

    margin-top: 30px;
  }

    footer#footer h2:first-child {
        margin-top: 0;
    }

  footer#footer h2:after {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 80%;
    position: absolute;
    left: 6px;
    top: 0;
  }

  footer#footer h2 a.btn_info {
    float: right;
    background-color: #fff;
    color: #775400!important;
    text-decoration: none!important;
    line-height: 100%;
    padding: 5px 15px 5px 20px;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    margin-top: -2px;
    margin-right: 10px;
  }
  footer#footer h2 a.btn_info:hover {
    background-color: transparent;
    color: #fff!important;
  }

  footer#footer h3 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 155%;
  }

  footer#footer #footer-menu-left h2,
  footer#footer #footer-menu-right h2 {
    margin-bottom: 15px;
  }

  footer#footer p {
    line-height: 145%;
    font-size: 13px
    margin-bottom: 15px;
    color: #fff;
  }

  footer#footer p strong { 
    font-size: 15px;
    display: inline-block;margin-bottom: 5px;
  }


  footer#footer .textwidget {
      line-height: 145%;
  }

  footer#footer .copy p {
    margin-bottom: 0;color: #edead3!important;
  }
  footer#footer .copy {
      text-align: center;
      font-size: 12px;
      text-align: center;
      font-weight: 300;
      background-color: #7c685d;
      padding: 30px 15px 20px;
      letter-spacing: 0;
  }

  footer#footer .copy a {
    color: #fff;
  }


      /*wrapper responsive*/
          @media (max-width: 543px) { /* xs */
            footer#footer {
              background-size: 250% auto;
            }
          }
          @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            footer#footer {
              background-size: 200% auto;
            }
          }
          @media screen and (min-width:768px) and (max-width:991px) { /* md */
          }
          @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          }
          @media screen and (min-width:1200px) { /* xl */
            footer#footer .container {width: 980px;}
          }

/*--------------------------------------------------------------
side Zone
--------------------------------------------------------------*/

nav {
    text-align: center;
    background-color: #fff;
    position: relative;
}

nav:before,
nav:after {
  content: "";
  height: 2px;
  width: 100%;
  background-image: url(./img/line.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  background-position: left center;
  left: 0;
}

nav:before {
  top: 0;
}

nav:after {
  bottom: 0;
}

ul#menu-main_menu {
  list-style: none;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
ul#menu-main_menu > li {
    display: inline-block;
    line-height: 100%;
    text-align: center;
    box-sizing:border-box;
    vertical-align: middle;
    position: relative;
    width: 15%;
}
ul#menu-main_menu > li a {
  display: block;
  text-align: center;
    font-weight: 400;
    display: block;
    color: #47372c;
    font-size: 14px;
    letter-spacing: 0px;
    cursor: pointer;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
    padding: 15px 0;
}

ul#menu-main_menu > li.update > a:before {
  display: inline-block;
  content: "New";
  background-color: red;
  line-height: 100%;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  text-align: center;
}

ul#menu-main_menu > li.menu_2line a {
  padding: 8px 0;
}
ul#menu-main_menu > li li a {text-shadow: none;}

/*ul#menu-main_menu > li.menu-item-has-children > a {pointer-events:none;}*/
ul#menu-main_menu > li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    margin-left: 5px;
}
ul#menu-main_menu > li > a:before {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
}


ul#menu-main_menu > li a:hover {
  text-decoration: none!important;
  opacity: 0.6;
}

ul#menu-main_menu > li ul {
  z-index: 9999;
  position: absolute;
  top: 37px;
  left: -5px;
  list-style: none;
  text-align: left;
  display: none;
  width: 190px;
}
ul#menu-main_menu > li:hover ul {
  display: block;
}

ul#menu-main_menu > li ul a {
  margin: 0;
  box-shadow: none;
  font-weight: normal;
  text-align: left;
  color: #444;
  width: 100%;
  display: block;
  padding-left: 15px!important;
}
ul#menu-main_menu > li ul a:before {display: none;}


ul#menu-main_menu > li ul li {
  overflow: hidden;
  font-size: 13.5px;
  width: 100%;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  margin: 0;
  position: relative;
  background-color: rgba(255,255,255,0.8);
  border-bottom: 1px solid #ddd;

}

ul#menu-main_menu > li ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #775400;  
}

ul#menu-main_menu > li:hover ul li{
  overflow: visible;
  padding: 0;
  height: auto;
  font-weight: normal!important;
}

.pure-drawer #global-menu {float: none;display: block;}
.pure-drawer {width: 80%!important;max-width: 300px;}
.pure-drawer a {
  font-weight: 400;
  padding: 10px 15px;
  border-bottom: 1px solid #775400;
  display: block;
  color: #473832;
  text-align: left;
}
.pure-drawer a br {display: none;}
.pure-drawer h2 {
  width: 100%;
  padding: 15px;
  font-size: 30px;
  line-height: 45px;
  background-color: #775400;
  color: #fff;
}
.pure-drawer li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 600;
    content: "\e5cf";
    margin-left: 5px;
}
.pure-drawer li.menu-item-has-children > a {border-bottom: none;}
.pure-drawer .sub-menu {border-bottom: 1px solid #775400;}
.pure-drawer .sub-menu li {margin-left: 25px;}
.pure-drawer .sub-menu li:first-child a {padding-top: 5px;}
.pure-drawer .sub-menu li a {border-bottom: 1px dotted #775400;}
.pure-drawer .sub-menu li:last-child a {border-bottom:none}

.pure-drawer ul#menu-main_menu li {display: block;width: 100%;padding: 5px 15px;}
.pure-drawer ul#menu-main_menu li a:after {
    content: "";
}

.pure-drawer ul#menu-main_menu a {padding-right: 0;}
.pure-drawer ul#menu-main_menu {margin-top: 0;margin-right: 10px;}

    /*navi responsive*/
        @media (max-width: 543px) { /* xs */
          .nav #menu {display: none;}
          .index_nav {height: auto!important;}
          .pure-drawer ul#menu-main_menu {margin-right: 5px;margin-left: 30px;}
          .pure-drawer ul#menu-main_menu li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-main_menu li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .nav #menu {display: none;}
          .pure-drawer ul#menu-main_menu li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-main_menu li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:768px) and (max-width:990px) { /* md */
          .nav #menu {display: none;}
          .pure-drawer ul#menu-main_menu li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-main_menu li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:991px) and (max-width:1199px) { /* lg */
          li.top_sp {display: none!important;}
          ul#menu-main_menu > li ul a {
            min-width: 180px;
            padding: 10px 5px;
          }
          ul#menu-main_menu a {font-size: 15px;}
          ul#menu-main_menu > li {width: 16%;}


        }
        @media screen and (min-width:1200px) { /* xl */
          li.top_sp {display: none!important;}
          ul#menu-main_menu > li {width: 16%;}
        }

/*--------------------------------------------------------------
Page-top Zone
--------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none!important;
    color: #edead3!important;
    padding: 6px 7px;
    text-align: center;
    display: block;
    font-weight: 400;
    background-color: #7c685d;
    text-shadow: none!important;
    

}
#page-top a i {display: block;font-size: 20px;}
#page-top a:hover {
    opacity: 0.6;
}
/*--------------------------------------------------------------
Responsive Free Zone
--------------------------------------------------------------*/
.content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 992px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 1200px) {
  .content-area {
    padding: 10px;
}
}


/*--------------------------------------------------------------
#under-content
--------------------------------------------------------------*/

  #under-content {
    padding: 5vh 15px 5vh;
    margin-bottom: 0px;
    box-sizing: border-box;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
#under-content .container
--------------------------------------------------------------*/

  #under-content .container {
    max-width: 980px;
    background-color: #fff;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content .container {
            max-width: 90%;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #under-content .container {
            max-width: 85%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
#under-kv
--------------------------------------------------------------*/

#under-kv {
  background-image: url(https://expo.smartcity.kyoto/en/wp/wp-content/uploads/2021/08/kv_under.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding: 13vh 0;
  position: relative;
  background-color: #edead3;
}

#under-kv h1 {
  color: #47372c;
  font-size: 35px;
  text-align: left;
  max-width: 980px;
  margin: 0 auto;
  letter-spacing: 2px;
}

body.single #under-kv h1 {
  font-size: 30px;
  text-align: left;
  line-height: 165%;
}
body.single #under-kv h1 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0;
}


    /*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #under-kv {
            padding: 8vh 15px;
          }
          #under-kv h1 { 
            font-size: 30px;
          }

          body.single #under-kv h1 {
            font-size: 25px;
            line-height: 145%;
          }

          #under-kv:after {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-image: url(./img/line.png);
            background-size: 300%;

            position: absolute;
            top: 0;
            left: 0;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #under-kv {
            padding: 8vh 15px;
          }
          #under-kv h1 { 
            font-size: 30px;
          }

          body.single #under-kv h1 {
            font-size: 25px;
            line-height: 145%;
          }

          #under-kv:after {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-image: url(./img/line.png);
            background-size: 350%;

            position: absolute;
            top: 0;
            left: 0;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          #under-kv:after {
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            background-image: url(./img/line.png);
            background-size: 350%;

            position: absolute;
            top: 0;
            left: 0;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
ul.next_post_link
--------------------------------------------------------------*/

ul.next_post_link {
  margin-top: 10vh;
  padding-top: 5vh;
  border-top: 1px solid #ddd;
}
ul.next_post_link li {
  display: inline-block;
  width: 49%;
}
ul.next_post_link li.left {
  text-align: left;
}
ul.next_post_link li.right {
  text-align: right;
}

/*--------------------------------------------------------------
#under-content h
--------------------------------------------------------------*/

#under-content h1 span.day {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
#under-content h1 {
  color: #47372c;
    position: relative;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 135%;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 15px 10px;
}
#under-content h1:after {
  content: "";
  height: 2px;
  width: 100%;
  background-image: url(./img/line.png);
  background-position: left center;
  background-repeat: repeat-x;

  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 3px;
}
#under-content h1 span {
  display: block;
  font-size: 50%;
  color: #666;
  line-height: 100%;
  margin-bottom: 10px;
}

#under-content h2 {
  color: #47372c;
    position: relative;
    font-weight: 300;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 7vh;
    line-height: 135%;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 15px 10px;
}
#under-content h2:after {
  content: "";
  height: 2px;
  width: 100%;
  background-image: url(./img/line.png);
  background-position: left center;
  background-repeat: repeat-x;

  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 3px;
}

#under-content h2 em {
  display: inline-block;
  font-size: 55%;
  line-height: 165%;
  margin-top: 10px;
}

#under-content h3 {
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #edead3;
    padding: 6px 15px 10px 16px;
    margin-bottom: 20px;
    line-height: 135%;
    display: block;
    text-align: left!important;
    box-sizing: border-box;
    font-weight: 500;
}

#under-content h3 em {
  display: block;
  font-size: 80%;
  line-height: 145%;
  margin-top: 10px;
}

#under-content h3:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: #775400;

}

#under-content h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
#under-content h4:before {content: "●";font-size: 10pt;margin-right: 0.5em;color: #edead3;}


#under-content h5 {
  font-weight: 500;
  font-size: 16px;
  margin-left: 0;
  padding: 0;
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: .5em;
}
#under-content h5:before {content: "【";margin-right: 0.5em;}
#under-content h5:after {content: "】";margin-left: 0.5em;}
#under-content h5:before,#under-content h5:after {
  color: #775400;
}

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content h1 {font-size: 21px;}
          #under-content h2 {font-size: 25px;}
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* ------------------------------------------------------------------------------------
　下層 リスト
------------------------------------------------------------------------------------ */

  /*ul　通常*/

  #under-content ul.dot {
    padding:0 0 0 0em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul > li.dot {
    text-indent: -1.5em;
    padding-left: 1.5em;
  } 
  #under-content ul > li.dot:before { 
    content: "・";
    color: #5b528b;
    margin-right: 0.5em;
  }

  /*ul　アスタリスク*/

  #under-content ul.asterisk_list {
    padding:0 0 0 0.5em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.asterisk_list > li {text-indent: -1em;padding-left: 1em;} 
  #under-content ul.asterisk_list > li:before { content: "※";}


  /*ul　矢印*/

  #under-content ul.ul_arrow {
    padding:0 0 0 1.5em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.ul_arrow > li {text-indent: -1.5em;padding-left: 1em;margin-bottom: 15px;} 
  #under-content ul.ul_arrow > li:before {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #2c3970;
      margin-right: 0.5em;
  }


  /*OL*/

  #under-content ol {
    padding:0 0 0 2.5em;
    margin:0 0 20px;
  }
   
  #under-content ol > li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt2;
    text-indent: -1.7em;
    margin-bottom: 10px;
  }

  #under-content ol > li:before{
    display: marker;
    content: counter(cnt2) "．";
  }


/*--------------------------------------------------------------
#under-content other
--------------------------------------------------------------*/

  #under-content section {margin-bottom: 50px;}
  #under-content article {margin-bottom: 35px;}
  #under-content p {margin-bottom: 1.5em;line-height: 180%;text-align: left;}
  #under-content p:empty {display: none;}
  #under-content small {display: inline-block;line-height: 145%;}
  #under-content p a {text-decoration: underline;}
  #under-content .asterisk { display: inline-block;padding-left: 1em;text-indent: -1em; }
  #under-content .asterisk:before { content: "※"; }
  #under-content .red {color: #c6000b;}
  #under-content .wp-caption-text {text-align: center;}
  #under-content img {max-width: 100%;width: auto;}
  #under-content .attention {
    box-sizing: border-box;
    padding:  25px;
    border: 1px dotted #ff0000;
    text-align: center;
    border-radius: 5px;
  }
  #under-content .attention table {
    width: auto;
    display: inline-block;
  }
  #under-content .attention table td {
    font-size: 18px;
    font-weight: 600;
  }
  #under-content ol {
    padding:0 0 0 2em;
    margin:0;
  }
   

  #under-content p a {
    color: #775400;
    text-decoration: underline;
  }

  #under-content p a.blank:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e89e";
    margin: 0px 5px;
  }

  #under-content sup,
  #under-content sub {
    font-size: 60%;
  }
  #under-content sup {
    top: 0.6em;
  }
  #under-content sub {
    bottom: 1em;
  }

  #under-content hr {
    border: none;
    height: 1px;
    white-space: 100%;
    background-color: #ddd;
    padding: 0;
    margin: 15px 0;
  }
  .wp-caption {text-align: center;margin: 0 auto;}

    /*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #under-content {padding: 3vh 0px;}
          #under-content .attention {padding: 15px;}
          #under-content .attention table td {font-size: 14px;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #under-content {padding: 5vh 15px;}
          #under-content .attention table td {font-size: 16px;}
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
 mailform
------------------------------------------------------------------------------------ */

/*#section#mailform*/
  section#mailform {max-width: 980px;margin: 0 15px;}
  section#mailform dl {}
  section#mailform dt label {padding: 2px 10px;width: 100%;display: inline-block;border-left: 4px solid #775400;font-weight: normal;border-bottom: 1px solid #ddd;margin-bottom: 15px;font-weight: 600;font-size: 16px;}
  section#mailform dt {padding: 5px 10px ;vertical-align: top;}
  section#mailform dd {padding: 0px 10px 20px;vertical-align: top;}
  section#mailform dd.privacy_policy {padding: 10px;}
  section#mailform dd.privacy_policy p {
    padding: 15px;
    border: 1px solid rgb(171, 171, 171);
    box-sizing:border-box;
    height: 100px;
    overflow-y: scroll;
    overflow-x: none;
    background-color: #fff;
  }

  span.xs {color: #ff0000;font-size: 12px;display: inline-block;margin-left: 10px;}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 0px;
  padding: 7px 10px;
  width: 100%;
  background-color: #fff;
}

input[type="submit"], button.btn-check, button.btn-send, button.btn-back {
  color: #ffffff;
  /* text-shadow: 0px 0px 4px #fff; */
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: #775400;
  border: 1px solid #775400;
  border-radius: none!important;
  cursor: pointer;
  margin-bottom: 15px;
}

input[type="submit"]:hover {
  color: #775400; 
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #222;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: .2em;
  border: 2px solid #222;
}

input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: 25px;
}

input[type="radio"] {
  width: 20px;
}

ul#menu-main_menu p {
    font-weight: 500;
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
}

.events_none,
.events_none > a,
a.events_none { pointer-events: none; } /* aタグ無効 */

/*--------------------------------------------------------------
table 
--------------------------------------------------------------*/

table.tablepress {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
table.tablepress tr:nth-child(even) { background-color: #f1f1f1;/* 偶数番目の指定*/}


table.tablepress td {
  border-top: 1px solid #999;
  padding: 5px 10px;
}
table.tablepress th:nth-child(1), table.tablepress td:nth-child(1) {border-left: none;}
table.tablepress th {
  padding: 5px 10px;
  font-size:14px;
  background-color: #888!important;
  text-align: center;
  font-weight: 500!important;
  color: #fff;
  vertical-align: top;
  min-width: 4em;
}
table.tablepress td {font-size:14px;}
table.tablepress tbody strong {font-weight: 500;display: block;text-align: right;min-width: 4em;}
table.tablepress tbody strong:after {content: ":";}
table.tablepress .time {font-size:12px;text-align: center;vertical-align: middle;white-space: nowrap; }
table.tablepress .fa-chevron-right {font-size: 10px;}
table.tablepress .fa-file-pdf-o {margin-right: 5px;}
table.tablepress a {color: #afa02e;font-size: 95%;}


/*--------------------------------------------------------------
page link
--------------------------------------------------------------*/

#under-content ul.page_link {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  border-top: 3px solid #e9fbff;
  border-bottom: 3px solid #e9fbff;
}
#under-content ul.page_link > li {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 7px 15px 7px 7px;
  border-right: 1px dotted;
  line-height: 130%;
  font-size: 14.5px;
  vertical-align: middle;
  margin-bottom: 10px;
  min-height: 41px;
  text-indent: 0;
  position: relative;
  letter-spacing: 0;

}
#under-content ul.page_link > li a {
    text-decoration: none;
}
#under-content ul.page_link > li::before {
    display: none;
}
#under-content ul.page_link > li::after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    
    position: absolute;
    right: 8px;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */

}

    /*page_link responsive*/
        @media (max-width: 543px) { /* xs */
            #under-content ul.page_link > li {
                width: 49%;
            }          
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            #under-content ul.page_link > li {
                width: 49%;
            }
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
            #under-content ul.page_link > li {
                width: 32%;
                min-height: 35px;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:1200px) { /* xl */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }


/* ------------------------------------------------------------------------------------
#under-content .su-tabs
------------------------------------------------------------------------------------ */

#under-content .su-tabs {
  background: #edead3;
}

#under-content .su-tabs-nav span {
  font-size: 15px;
  font-weight: bold;
}

#under-content .su-tabs-pane {
  padding: 20px;
}

#under-content .su-tabs-pane p {
  font-size: 15px;
}

#under-content .su-tabs-mobile-stack .su-tabs-nav span {
    display: inline-block;
}



/* ------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ */
