@media screen and (max-width: 600px) {
  /* sample code */
  .samples {
    width: 500px;
    margin: 0 auto; }
  .sampleCode {
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px 15px; }
  .gradGreen {
    background: linear-gradient(#399f1a, #08740d); }
  .gradGray {
    background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  ul, ul li {
    list-style: none; }
  img {
    border: none;
    vertical-align: top; }
  html {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden; }
  a {
    color: #0072ba; }
    a:hover {
      text-decoration: underline;
      color: #0030ba; }
  .forPC {
    display: none !important; }
  .btnW {
    display: block;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 3px 0 #ccc;
    color: #000 !important;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); }
    .btnW:hover {
      text-decoration: none;
      opacity: .7; }
    .btnW span {
      vertical-align: middle;
      margin-right: 5px; }
  a[href^=tel] {
    text-decoration: none;
    color: #000; }
  /* ----------------------- tag color ----------------- */
  .tag {
    min-width: 130px;
    color: #fff;
    text-align: center; }
    .tag.calamity {
      background-color: #b60000; }
    .tag.oshirase {
      background-color: #ffd9d9;
      color: #000 !important; }
    .tag.seminar {
      background-color: #ddffbf;
      color: #000 !important; }
    .tag.report {
      background-color: #fff99b;
      color: #000 !important; }
    .tag.network {
      background-color: #bfefff;
      color: #000 !important; }
    .tag.all {
      background-color: #5b5b5b; }
    .tag.watch {
      background-color: #d94b2d; }
    .tag.other {
      background-color: #9b9b99; }
    .tag.reserve1 {
      background-color: #f5d1ff; }
    .tag.kouza {
      background-color: #a6d396; }
    .tag.volunteer {
      background-color: #3172dc; }
    .tag.event {
      background-color: #43cbd4; }
    .tag.workShop {
      background-color: #58d10f; }
    .tag.subsidy {
      background-color: #ffb502; }
    .tag.donation {
      background-color: #f41459; }
    .tag.intern {
      background-color: #6e14b3; }
    .tag.kouza {
      background-color: #a6d396;
      color: #000 !important; }
    .tag.recruit {
      background-color: #6e14b3; }
  /* ----------------------- header -------------------- */
  header {
    width: 100%;
    border-top: 3px solid #178a13;
    background-image: url(../images/common/sp-header-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    /*
		#siteName{
			vertical-align: middle;
			padding: 0 10px;
			line-height: 1;

			img{
				width: 100%;
				height: auto;
			}
		}
		*/ }
    header .inner {
      width: 100%;
      position: relative;
      padding-top: 5px;
      display: flex;
      flex-wrap: wrap; }
      header .inner:after {
        content: "";
        display: block;
        width: 1px;
        height: 0;
        overflow: hidden;
        clear: both; }
      header .inner > a {
        display: block;
        padding: 0 0 0 10px;
        flex: 1; }
        header .inner > a #siteName {
          vertical-align: middle; }
          header .inner > a #siteName img {
            width: 100%;
            height: auto; }
    header #headItem0 {
      width: 100%;
      padding-bottom: 5px; }
      header #headItem0 ul {
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        header #headItem0 ul li {
          height: auto; }
          header #headItem0 ul li:nth-of-type(2) {
            white-space: nowrap; }
          header #headItem0 ul li a {
            display: flex;
            align-items: center;
            font-size: 12px;
            height: 100%;
            padding: 5px;
            margin-left: 5px; }
            header #headItem0 ul li a .txt {
              font-size: 13px;
              font-weight: 700;
              flex: 1; }
              header #headItem0 ul li a .txt span {
                font-size: 10px;
                font-weight: 400; }
    header #headerItems {
      padding: 0 10px;
      height: 56px;
      display: flex;
      justify-content: flex-end; }
      header #headerItems #setsubi {
        width: 48px;
        height: 48px;
        margin-right: 4px; }
        header #headerItems #setsubi img {
          width: 100%;
          height: auto; }
      header #headerItems .access {
        width: 48px;
        height: 48px; }
        header #headerItems .access a {
          display: block;
          width: 48px;
          height: 48px;
          background-image: url(../images/common/header-access_btn.png);
          background-size: 100% auto; }
          header #headerItems .access a span {
            display: none; }
      header #headerItems .headItemB ul {
        display: flex; }
        header #headerItems .headItemB ul li.access {
          margin-right: 4px; }
      header #headerItems .spHeadSearch {
        width: 48px;
        height: 48px;
        background: linear-gradient(#399f1a, #08740d);
        color: #fff;
        border-radius: 5px; }
        header #headerItems .spHeadSearch span {
          display: block;
          text-align: center;
          line-height: 1; }
          header #headerItems .spHeadSearch span.icon-search {
            font-size: 25px;
            padding-top: 5px; }
          header #headerItems .spHeadSearch span.searchTxt {
            font-size: 10px; }
      header #headerItems #searchForm {
        position: absolute;
        width: 100vw;
        height: 60px;
        top: 59px;
        left: 100%;
        background-color: #f5f5f5;
        padding: 15px 10px;
        display: flex;
        transition: all .3s;
        z-index: 999; }
        header #headerItems #searchForm.opend {
          left: 0%; }
        header #headerItems #searchForm form {
          display: table;
          width: 100%; }
        header #headerItems #searchForm span {
          display: table-cell; }
          header #headerItems #searchForm span:nth-child(1) {
            width: 95%; }
            header #headerItems #searchForm span:nth-child(1) input {
              padding-left: 5px;
              font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
              background-color: #fff;
              border: 2px solid #178a13;
              width: 100%;
              height: 34px;
              border-radius: 5px 0 0 5px; }
          header #headerItems #searchForm span:nth-child(2) {
            width: 40px; }
        header #headerItems #searchForm button {
          font-size: 12px;
          font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
          color: #000;
          border-radius: 0 5px 5px 0;
          border: 2px solid #178a13;
          border-left: none;
          background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
          width: 50px;
          height: 34px; }
      header #headerItems #langChanger {
        width: 104px;
        height: 48px;
        position: relative;
        display: block;
        display: flex; }
        header #headerItems #langChanger #langSelect {
          width: 48px;
          height: 48px;
          background-image: url(../images/common/header-lang_btn.png);
          background-size: 48px auto;
          display: block;
          margin-right: 4px; }
        header #headerItems #langChanger .langList {
          position: absolute;
          left: 0px;
          top: 45px;
          z-index: 10000;
          border: 1px solid #d5d5d5;
          background-color: #fff;
          width: 140px;
          border-radius: 0 0 5px 5px;
          display: none; }
          header #headerItems #langChanger .langList li {
            width: 140px;
            height: 40px; }
            header #headerItems #langChanger .langList li:not(:last-of-type) {
              border-bottom: 1px dotted #d5d5d5; }
            header #headerItems #langChanger .langList li a {
              display: block;
              width: 100%;
              height: 39px;
              line-height: 39px;
              text-decoration: none;
              text-align: center;
              color: #000; }
        header #headerItems #langChanger .yasashii {
          width: 48px;
          height: 48px;
          display: block;
          background-image: url(../images/common/header-yasashii_btn.png);
          background-size: 48px auto; }
          header #headerItems #langChanger .yasashii a {
            display: block;
            width: 100%;
            height: 100%; }
            header #headerItems #langChanger .yasashii a:after {
              display: none; }
  #globalMenu {
    width: 100%;
    height: 60px;
    background: linear-gradient(#399f1a, #08740d); }
    #globalMenu ul {
      width: 100%;
      height: 60px;
      display: table;
      margin: 0 auto;
      table-layout: fixed;
      border-left: 1px solid #286f12;
      border-right: 1px solid #5ea859; }
      #globalMenu ul li {
        display: table-cell;
        border-right: 1px solid #286f12;
        border-left: 1px solid #5ea859;
        background-repeat: no-repeat;
        background-position: center 50%; }
        #globalMenu ul li a {
          display: block;
          width: 100%;
          height: 60px;
          padding: 0 5px 0 4px;
          position: relative; }
          #globalMenu ul li a img {
            vertical-align: middle;
            display: block;
            position: absolute;
            margin: auto 0;
            top: 0;
            bottom: 0;
            width: 90%;
            height: auto; }
  /* -------------------------- footer -------------------- */
  footer {
    border-top: 5px solid #045e07; }
    footer a[target$=blank]:after {
      background-position: 9999px 9999px; }
    footer .footerRead {
      width: 90%;
      margin: 0 auto 20px;
      font-size: 12px;
      line-height: 1.5;
      text-align: center;
      background-image: url(../images/common/sp-footer-logo.png);
      background-size: 191px auto;
      background-position: center 30px;
      background-repeat: no-repeat;
      padding-top: 100px; }
    footer #spTel {
      width: 90%;
      margin: 0 auto 10px;
      background-color: #fff9d0;
      border: 3px solid #ecdf96;
      padding: 5px 0  10px;
      vertical-align: middle;
      text-align: center;
      border-radius: 5px; }
      footer #spTel .telNum {
        font-size: 25px;
        margin-bottom: 0; }
        footer #spTel .telNum span {
          vertical-align: middle;
          display: inline-block;
          line-height: 1; }
          footer #spTel .telNum span img {
            width: 43px;
            height: auto;
            padding-right: 10px; }
      footer #spTel .telInfo {
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0; }
    footer #footerA .inner {
      position: relative; }
      footer #footerA .inner ul {
        width: 90%;
        margin: 0 auto 20px;
        border: 1px solid #d5d5d5;
        border-radius: 5px; }
        footer #footerA .inner ul li {
          background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); }
          footer #footerA .inner ul li:not(:last-child) {
            border-bottom: 1px solid #d5d5d5; }
          footer #footerA .inner ul li:last-child {
            border-radius: 0 0 5px 5px; }
          footer #footerA .inner ul li:first-child {
            border-radius: 5px 5px 0 0; }
          footer #footerA .inner ul li a {
            display: block;
            width: 100%;
            height: 44px;
            line-height: 44px;
            padding: 0 30px 0 10px;
            color: #000;
            text-decoration: none;
            font-size: 14px;
            position: relative; }
            footer #footerA .inner ul li a:after {
              content: "";
              display: block;
              width: 7px;
              height: 7px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              border-top: solid 2px #999;
              border-right: solid 2px #999;
              top: 17px;
              right: 15px;
              position: absolute; }
      footer #footerA .inner #footerTwi {
        width: 48px;
        height: 48px;
        margin: 0 auto; }
        footer #footerA .inner #footerTwi img {
          width: 100%;
          height: auto; }
      footer #footerA .inner #pageTop {
        width: 48px;
        height: 48px;
        background-color: #178a13;
        border-radius: 50%;
        position: absolute;
        bottom: -24px;
        right: 0;
        left: 0;
        margin: 0 auto;
        position: relative; }
        footer #footerA .inner #pageTop:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          border-top: 2px solid #fff;
          border-left: 2px solid #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          vertical-align: middle;
          margin-right: 10px;
          margin-top: 5px;
          top: 19px;
          left: 0;
          right: 0;
          margin: 0 auto;
          position: absolute; }
    footer #footerB {
      background-color: #178a13; }
      footer #footerB .footerRightSide {
        color: #fff;
        font-size: 14px;
        line-height: 1.6;
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
        text-align: center; }
        footer #footerB .footerRightSide .credit {
          font-size: 10px;
          line-height: 1.3;
          padding-top: 15px; }
  /* ---------------------- contents -------------------- */
  #contents {
    width: 100%;
    margin: 0 auto; }
    #contents #gt {
      height: 30px;
      margin-top: -20px;
      margin-bottom: 10px;
      margin: 10px 10px -40px 0; }
      #contents #gt #google_translate_element {
        float: right; }
  #subColumn {
    background-color: #f5f5f5; }
    #subColumn #iconMenu {
      margin-bottom: 5px; }
      #subColumn #iconMenu ul {
        width: 90%;
        margin: 0 auto;
        padding-top: 15px; }
        #subColumn #iconMenu ul:after {
          display: block;
          content: "";
          width: 1px;
          height: 0;
          overflow: hidden;
          clear: both; }
        #subColumn #iconMenu ul li {
          background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
          border: 1px solid #d5d5d5;
          border-radius: 5px;
          float: right;
          width: 48%;
          margin-bottom: 15px; }
          #subColumn #iconMenu ul li:nth-child(odd) {
            float: left; }
          #subColumn #iconMenu ul li a {
            display: table;
            width: 100%;
            color: #047139;
            text-decoration: none;
            font-size: 14px;
            line-height: 1.3;
            height: 60px; }
            #subColumn #iconMenu ul li a span.cell {
              display: table-cell;
              vertical-align: middle; }
              #subColumn #iconMenu ul li a span.cell:nth-of-type(2) {
                padding-right: 5px; }
              #subColumn #iconMenu ul li a span.cell span {
                padding: 0 5px;
                vertical-align: middle; }
    #subColumn #banner {
      background-color: #fff;
      padding-top: 15px; }
  
  
  
  #subColumn #banner ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*
        #subColumn #banner ul:after {
          display: block;
          content: "";
          width: 1px;
          height: 0;
          overflow: hidden;
          clear: both; }
  */
  #subColumn #banner ul li{
    width: 48%;
    margin-top: 15px;
  }
  /*
  #subColumn #banner ul li:nth-child(odd) {
            float: left; }
  */
  #subColumn #banner ul li a{
    display: block;
  }
  #subColumn #banner ul li a:after{
    display: none;
  }
  #subColumn #banner ul li a img{
    width: 100%;
    height: auto;
  }
  
  
  
  /* ------------------------- area map ------------------ */
  h2.greenHeading {
    background-image: url(../images/common/bg-kusa.png);
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center; }
  #areaMap h3 {
    width: 90%;
    margin: 0 auto 5px;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    padding: 10px 0; }
  #areaMap .subArea {
    width: 90%;
    margin: 0 auto 20px; }
    #areaMap .subArea:after {
      content: "";
      display: block;
      clear: both;
      width: 1px;
      height: 0;
      overflow: hidden; }
    #areaMap .subArea a {
      background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
      display: block;
      width: 23%;
      border: 1px solid #d5d5d5;
      font-size: 12px;
      text-align: center;
      color: #000;
      text-decoration: none;
      padding: 10px 0;
      margin-bottom: 4px;
      margin-right: 1%;
      margin-left: 1%;
      float: left; }



  
  


  
  // ---------------- instagram smartphone ---------------------------- //
  
  
  .instaWrap{
    background-color: #fff;
    padding-top: 15px;
  }
  .instaWrap{
    background-color: #fff;
    padding-top: 15px;
  }
  #instaWrap .title{
    width: 90%;
    margin: 30px auto 0;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 5px 0 0 0;
  }
 
    #instaWrap ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 5px 5px 5px;
          width: 90%;
    margin: 0 auto 20px;
  }
  #instaWrap ul li{
    width: 49%;
    margin-top: 5px;
  }
  #instaWrap ul li img{
    width: 100%;
    height: auto;
  }

  
  





}

@media print, screen and (min-width: 601px) {
  /* sample code */
  .samples {
    width: 500px;
    margin: 0 auto; }
  .sampleCode {
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px 15px; }
  .gradGreen {
    background: linear-gradient(#399f1a, #08740d); }
  .gradGray {
    background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  ul, ul li {
    list-style: none; }
  img {
    border: none;
    vertical-align: top; }
  html {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    background-image: url(../images/common/body-bg.png);
    background-position: center top;
    background-repeat: repeat-y; }
  a {
    color: #0072ba; }
    a:hover {
      text-decoration: underline;
      color: #0030ba; }
  img {
    width: auto;
    height: auto; }
  .forSP {
    display: none !important; }
  .inner {
    width: 980px;
    margin: 0 auto; }
    .inner:after {
      content: "";
      width: 1px;
      height: 0;
      overflow: hidden;
      clear: both;
      display: block; }
  .btnW {
    display: block;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 0 3px 0 #ccc;
    color: #000 !important;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); }
    .btnW:hover {
      text-decoration: none;
      opacity: .7; }
    .btnW span {
      vertical-align: middle;
      margin-right: 5px; }
  a[href^=tel] {
    text-decoration: none;
    color: #000; }
  /* ----------------------- tag color ----------------- */
  .tag {
    min-width: 130px;
    color: #fff;
    text-align: center; }
    .tag.calamity {
      background-color: #b60000; }
    .tag.oshirase {
      background-color: #ffd9d9;
      color: #000 !important; }
    .tag.seminar {
      background-color: #ddffbf;
      color: #000 !important; }
    .tag.report {
      background-color: #fff99b;
      color: #000 !important; }
    .tag.network {
      background-color: #bfefff;
      color: #000 !important; }
    .tag.all {
      background-color: #5b5b5b; }
    .tag.watch {
      background-color: #d94b2d; }
    .tag.other {
      background-color: #9b9b99; }
    .tag.reserve1 {
      background-color: #f5d1ff; }
    .tag.kouza {
      background-color: #a6d396; }
    .tag.volunteer {
      background-color: #3172dc; }
    .tag.event {
      background-color: #43cbd4; }
    .tag.workShop {
      background-color: #58d10f; }
    .tag.subsidy {
      background-color: #ffb502; }
    .tag.donation {
      background-color: #f41459; }
    .tag.intern {
      background-color: #6e14b3; }
    .tag.kouza {
      background-color: #a6d396;
      color: #000 !important; }
    .tag.recruit {
      background-color: #6e14b3; }
  /* ----------------------- header -------------------- */
  header {
    width: 100%;
    height: 167px;
    border-top: 6px solid #178a13;
    padding-top: 10px;
    background-color: #fff;
    background-image: url(../images/common/pc-header-bg.png);
    background-repeat: no-repeat;
    background-position: center top; }
    header .inner {
      background-repeat: no-repeat;
      height: 101px;
      width: 1020px;
      display: flex;
      align-items: center; }
    header #siteName {
      width: 220px;
      height: 92px;
      background-image: url(../images/common/header-logo.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      float: left;
      margin-right: 10px; }
    header #headCal {
      width: 135px;
      height: 83px;
      background-image: url(../images/common/day-board.png);
      background-position: left bottom;
      background-repeat: no-repeat;
      font-size: 12px;
      line-height: 1.2;
      padding: 36px 0 0 5px;
      float: left;
		display: none;
	}
      header #headCal a {
        color: #000;
        text-decoration: none;
        margin: 0 auto; }
        header #headCal a:hover {
          opacity: .7; }
      header #headCal .Y {
        font-size: 16px; }
      header #headCal .M, header #headCal .D {
        font-size: 18px;
        font-weight: 700; }
    header #headerItems {
      flex: 1;
      display: flex;
      flex-wrap: wrap;
		justify-content: flex-end;
	}
      header #headerItems .headItemA {
        text-align: right;
        position: relative; }
        header #headerItems .headItemA > ul {
          display: flex; }
          header #headerItems .headItemA > ul > li {
            display: table;
            padding-left: 5px;
            position: relative; }
            header #headerItems .headItemA > ul > li:nth-of-type(1) {
              padding-left: 0; }
            header #headerItems .headItemA > ul > li .txtLink {
              font-size: 14px;
              line-height: 1;
              color: #000;
              text-decoration: none; }
              header #headerItems .headItemA > ul > li .txtLink:after {
                content: "";
                display: inline-block;
                width: 8px;
                height: 10px;
                border-right: solid 1px #178a13;
                margin-left: 5px; }
              header #headerItems .headItemA > ul > li .txtLink:hover {
                color: #666; }
            header #headerItems .headItemA > ul > li .btnLink {
              font-size: 14px;
              text-align: center;
              height: 35px;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 0 5px; }
              header #headerItems .headItemA > ul > li .btnLink span {
                width: 18px;
                height: 21px; }
            header #headerItems .headItemA > ul > li .btnLink2 {
              font-size: 14px;
              text-align: center;
              height: 35px;
              display: flex;
              justify-content: center;
              align-items: center;
              line-height: 1;
              padding: 0 5px; }
              header #headerItems .headItemA > ul > li .btnLink2 span {
                width: 18px;
                height: 21px; }
                header #headerItems .headItemA > ul > li .btnLink2 span.sCap {
                  width: auto;
                  font-size: .8em;
                  line-height: 1;
                  height: auto;
                  margin: 0; }
      header #headerItems #langChanger {
        float: left;
        position: relative;
        z-index: 10;
        padding-left: 5px; }
        header #headerItems #langChanger span#langSelect {
          display: block;
          width: 145px;
          height: 35px;
          background-color: #fff;
          border: 1px solid #d5d5d5;
          border-radius: 5px;
          background-image: url(../images/common/icon-earth.png);
          background-repeat: no-repeat;
          background-position: 10px 50%;
          line-height: 33px;
          padding-left: 35px;
          position: relative;
          cursor: pointer;
          transition: all .3s; }
          header #headerItems #langChanger span#langSelect:hover {
            background-color: #f4f4f4; }
          header #headerItems #langChanger span#langSelect:after {
            content: "";
            display: block;
            position: absolute;
            width: 8px;
            height: 8px;
            border-right: 2px solid #999;
            border-bottom: 2px solid #999;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            top: 10px;
            right: 10px;
            transition: all .5s; }
          header #headerItems #langChanger span#langSelect.opened:after {
            -webkit-transform: rotate(225deg);
                    transform: rotate(225deg); }
        header #headerItems #langChanger .langList {
          position: absolute;
          left: 5px;
          top: 30px;
          z-index: 10;
          border: 1px solid #d5d5d5;
          background-color: #fff;
          width: 145px;
          border-radius: 0 0 5px 5px;
          display: none; }
          header #headerItems #langChanger .langList li {
            width: 143px;
            height: 30px; }
            header #headerItems #langChanger .langList li:not(:last-of-type) {
              border-bottom: 1px dotted #d5d5d5; }
            header #headerItems #langChanger .langList li a {
              display: block;
              width: 100%;
              height: 29px;
              line-height: 29px;
              text-decoration: none;
              text-align: center;
              color: #000;
              transition: all .3s; }
              header #headerItems #langChanger .langList li a:hover {
                background-color: #f4f4f4; }
      header #headerItems .yasashii {
        text-align: right;
        width: 100%; }
        header #headerItems .yasashii a {
          color: #0088d1;
          font-size: 12px; }
          header #headerItems .yasashii a:after {
            content: "";
            display: inline-block;
            width: 14px;
            height: 14px;
            background-image: url(../images/second/icon-blank.png);
            background-repeat: no-repeat; }
      header #headerItems .headItemB {
        vertical-align: middle;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
		  justify-content: flex-end;
	}
        header #headerItems .headItemB ul {
          display: inline-table;
          vertical-align: middle; }
          header #headerItems .headItemB ul li {
            display: table-cell;
            vertical-align: middle;
            padding-right: 15px; }
            header #headerItems .headItemB ul li a.icoLink {
              font-size: 14px;
              line-height: 1;
              color: #000;
              vertical-align: middle;
              text-decoration: none; }
              header #headerItems .headItemB ul li a.icoLink:hover {
                text-decoration: none;
                color: #666; }
              header #headerItems .headItemB ul li a.icoLink span {
                vertical-align: middle;
                display: inline-block;
                padding-right: 5px;
                margin-top: -3px; }
            header #headerItems .headItemB ul li a.twi {
              display: inline-block;
              width: 25px;
              height: 25px; }
              header #headerItems .headItemB ul li a.twi:after {
                display: none; }
              header #headerItems .headItemB ul li a.twi img {
                width: 25px;
                height: 25px; }
              header #headerItems .headItemB ul li a.twi:hover {
                opacity: .7; }
        header #headerItems .headItemB #searchForm {
          display: inline-table;
          vertical-align: middle; }
          header #headerItems .headItemB #searchForm span {
            display: table-cell;
            position: relative; }
            header #headerItems .headItemB #searchForm span:nth-child(1) {
              width: 174px;
              height: 34px;
              border: 1px solid #d5d5d5;
              border-radius: 4px 0 0 4px; }
              header #headerItems .headItemB #searchForm span:nth-child(1) input {
                border: none;
                width: 100%;
                height: 100%;
                padding-left: 5px;
                font-size: 12px;
                font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
                border-radius: 5px 0 0 5px; }
            header #headerItems .headItemB #searchForm span:nth-child(2) {
              width: 64px;
              height: 34px;
              border: 1px solid #d5d5d5;
              border-width: 1px 1px 1px 0;
              border-radius: 0 4px 4px 0; }
          header #headerItems .headItemB #searchForm button {
            border: none;
            width: 100%;
            height: 100%;
            font-size: 12px;
            font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
            color: #000;
            border-radius: 0 5px 5px 0;
            cursor: pointer;
            background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); }
            header #headerItems .headItemB #searchForm button:hover {
              opacity: .7; }
  #globalMenu {
    width: 100%;
    height: 50px;
    background: linear-gradient(#399f1a, #08740d);
    box-shadow: 0 3px #ccc; }
    #globalMenu ul {
      width: 1020px;
      height: 50px;
      display: table;
      margin: 0 auto;
      table-layout: fixed;
      border-left: 1px solid #286f12;
      border-right: 1px solid #5ea859; }
      #globalMenu ul li {
        display: table-cell;
        border-right: 1px solid #286f12;
        border-left: 1px solid #5ea859;
        background-repeat: no-repeat;
        background-position: center 50%;
        height: 50px; }
        #globalMenu ul li a {
          display: block;
          width: 100%;
          height: 50px; }
          #globalMenu ul li a:hover, #globalMenu ul li a.now {
            background-color: rgba(255, 255, 255, 0.3); }
        #globalMenu ul li:nth-child(1) {
          background-image: url(../images/common/menu1.png); }
        #globalMenu ul li:nth-child(2) {
          background-image: url(../images/common/menu2.png); }
        #globalMenu ul li:nth-child(3) {
          background-image: url(../images/common/menu3.png); }
        #globalMenu ul li:nth-child(4) {
          background-image: url(../images/common/menu4.png); }
        #globalMenu ul li:nth-child(5) {
          background-image: url(../images/common/menu5.png); }
  /* -------------------------- footer -------------------- */
  footer {
    background-color: #045e07;
    width: 100%; }
    footer a[target$=blank]:after {
      background-position: 9999px 9999px; }
    footer #footerA {
      background-image: url(../images/common/pc-footer-bg.png); }
      footer #footerA .inner {
        padding: 30px 20px;
        position: relative; }
        footer #footerA .inner ul {
          width: 670px; }
          footer #footerA .inner ul li {
            display: inline-block;
            width: 325px;
            vertical-align: middle; }
            footer #footerA .inner ul li:before {
              content: "";
              display: inline-block;
              width: 4px;
              height: 4px;
              background-color: #fff;
              border-radius: 50%;
              margin-right: 5px;
              vertical-align: middle; }
            footer #footerA .inner ul li a {
              color: #fff;
              font-size: 12px;
              line-height: 32px;
              text-decoration: none;
              vertical-align: middle; }
              footer #footerA .inner ul li a:hover {
                text-decoration: underline; }
        footer #footerA .inner #pageTop {
          width: 154px;
          height: 40px;
          background: linear-gradient(#09750e, #1d8d19);
          color: #fff;
          position: absolute;
          top: -40px;
          right: 0;
          border-radius: 5px 5px 0 0;
          text-align: center;
          line-height: 40px;
          font-size: 12px;
          vertical-align: middle;
          cursor: pointer; }
          footer #footerA .inner #pageTop:before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            vertical-align: middle;
            margin-right: 10px;
            margin-top: 5px;
            left: 5px; }
          footer #footerA .inner #pageTop:hover {
            opacity: .7; }
    footer #footerB {
      color: #fff;
      padding: 30px 0; }
      footer #footerB .footerLeftSide {
        width: 50%;
        float: left; }
        footer #footerB .footerLeftSide #footerName {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 20px; }
          footer #footerB .footerLeftSide #footerName span {
            font-size: 10px;
            display: block; }
        footer #footerB .footerLeftSide #footerAccess {
          font-size: 12px;
          line-height: 1.5; }
          footer #footerB .footerLeftSide #footerAccess a {
            color: #fff; }
      footer #footerB .footerRightSide {
        width: 50%;
        float: right;
        font-size: 12px;
        padding-left: 50px;
        padding-top: 10px; }
        footer #footerB .footerRightSide .caution {
          margin-bottom: 20px; }
  /* ---------------------- contents -------------------- */
  #contents {
    width: 990px;
    margin: 0 auto;
    padding-bottom: 55px;
    padding-top: 20px; }
    #contents:after {
      content: "";
      font: 1px;
      height: 0;
      overflow: hidden;
      display: block;
      clear: both; }
    #contents #mainColumn {
      width: 725px;
      float: left; }
      #contents #mainColumn p img {
        max-width: 100%;
        height: auto; }
    #contents #gt {
      height: 30px;
      margin-top: -20px;
      margin-bottom: 10px; }
      #contents #gt #google_translate_element {
        float: right; }
  #subColumn {
    width: 235px;
    float: right; }
    #subColumn #subjects {
      margin-bottom: 20px; }
      #subColumn #subjects h2 {
        width: 100%;
        min-height: 36px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        background-image: url(../images/common/bg-kusa.png);
        border-radius: 5px 5px 0 0;
        line-height: 1.2;
        padding: 10px 10px 5px; }
        #subColumn #subjects h2 a {
          color: #fff; }
      #subColumn #subjects ul {
        border: 1px solid #d5d5d5; }
        #subColumn #subjects ul li:not(:last-child) {
          border-bottom: 1px solid #d5d5d5; }
        #subColumn #subjects ul li a {
          background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
          display: table-cell;
          width: 233px;
          height: 50px;
          position: relative;
          color: #000;
          text-decoration: none;
          vertical-align: middle;
          line-height: 1.3;
          padding: 5px 30px 5px 10px; }
          #subColumn #subjects ul li a:after {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            border-top: 2px solid #999;
            border-right: 2px solid #999;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            position: absolute;
            top: 21px;
            right: 10px;
            background-position: 9999px 9999px; }
          #subColumn #subjects ul li a:hover {
            opacity: .7; }
        #subColumn #subjects ul li.parent {
          position: relative; }
          #subColumn #subjects ul li.parent:after {
            content: "";
            display: block;
            width: 15px;
            height: 15px;
            background-color: #047139;
            position: absolute;
            z-index: 5;
            top: 20px;
            right: 7px;
            cursor: pointer; }
          #subColumn #subjects ul li.parent > span {
            background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
            display: table-cell;
            width: 233px;
            height: 56px;
            position: relative;
            color: #000;
            vertical-align: middle;
            line-height: 1.3;
            padding: 5px 30px 5px 10px;
            cursor: pointer;
            position: relative; }
            #subColumn #subjects ul li.parent > span:after {
              content: "";
              width: 11px;
              height: 1px;
              background-color: #fff;
              position: absolute;
              right: 9px;
              top: 27px;
              z-index: 6;
              transition: all .3s; }
            #subColumn #subjects ul li.parent > span:before {
              content: "";
              width: 1px;
              height: 11px;
              background-color: #fff;
              position: absolute;
              right: 14px;
              top: 22px;
              z-index: 6;
              transition: all .3s; }
            #subColumn #subjects ul li.parent > span.open:after {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            #subColumn #subjects ul li.parent > span.open:before {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
        #subColumn #subjects ul li > ul {
          border: none;
          display: none;
          border-top: 1px solid #d5d5d5; }
          #subColumn #subjects ul li > ul li:not(:last-child) {
            border-bottom: 1px solid #fff; }
          #subColumn #subjects ul li > ul li a {
            background: none;
            background-color: #eee;
            padding: 5px 30px 5px 30px; }
            #subColumn #subjects ul li > ul li a.now {
              color: #047139; }
    #subColumn #schedule {
      width: 100%;
      background-image: url(../images/common/bg-kusa.png);
      border-radius: 5px;
      padding-bottom: 10px;
      margin-bottom: 20px; }
      #subColumn #schedule h2 {
        width: 100%;
        height: 36px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 36px; }
      #subColumn #schedule #calendar {
        margin: 0 auto;
        width: 216px; }
        #subColumn #schedule #calendar table {
          width: 218px;
          table-layout: fixed;
          border: 1px solid #d5d5d5;
          border-collapse: collapse;
          background-color: #fff; }
          #subColumn #schedule #calendar table tr th, #subColumn #schedule #calendar table tr td {
            text-align: center;
            font-size: 14px;
            line-height: 1;
            border: 1px solid #d5d5d5;
            height: 35px;
            font-weight: 400; }
            #subColumn #schedule #calendar table tr th.active-date a, #subColumn #schedule #calendar table tr td.active-date a {
              color: #fff;
              text-decoration: none; }
              #subColumn #schedule #calendar table tr th.active-date a:hover, #subColumn #schedule #calendar table tr td.active-date a:hover {
                text-decoration: underline; }
            #subColumn #schedule #calendar table tr th.sun, #subColumn #schedule #calendar table tr td.sun {
              color: #b71010; }
            #subColumn #schedule #calendar table tr th.sat, #subColumn #schedule #calendar table tr td.sat {
              color: #4e7db7; }
            #subColumn #schedule #calendar table tr th.eveDay, #subColumn #schedule #calendar table tr td.eveDay {
              background-color: #ccf2cb; }
              #subColumn #schedule #calendar table tr th.eveDay a, #subColumn #schedule #calendar table tr td.eveDay a {
                text-decoration: none;
                color: #000;
                display: block;
                width: 100%;
                height: 35px;
                line-height: 35px; }
                #subColumn #schedule #calendar table tr th.eveDay a:hover, #subColumn #schedule #calendar table tr td.eveDay a:hover {
                  background-color: #43c33f; }
            #subColumn #schedule #calendar table tr th.holiday, #subColumn #schedule #calendar table tr td.holiday {
              color: #b71010; }
          #subColumn #schedule #calendar table thead {
            background-color: #09770d;
            color: #fff; }
            #subColumn #schedule #calendar table thead .prev, #subColumn #schedule #calendar table thead .next {
              background: linear-gradient(#399f1a, #08740d); }
              #subColumn #schedule #calendar table thead .prev a, #subColumn #schedule #calendar table thead .next a {
                color: #fff;
                text-decoration: none; }
    #subColumn #iconMenu {
      margin-bottom: 20px; }
      #subColumn #iconMenu ul {
        border: 1px solid #d5d5d5;
        border-radius: 5px; }
        #subColumn #iconMenu ul li {
          background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%); }
          #subColumn #iconMenu ul li:nth-child(1) {
            border-radius: 6px 6px 0 0; }
          #subColumn #iconMenu ul li:last-child {
            border-radius: 0 0 6px 6px; }
          #subColumn #iconMenu ul li:not(:last-child) {
            border-bottom: 1px solid #d5d5d5; }
          #subColumn #iconMenu ul li a {
            display: table;
            width: 100%;
            color: #047139;
            text-decoration: none;
            font-size: 16px;
            line-height: 1.5;
            height: 60px; }
            #subColumn #iconMenu ul li a span.cell {
              display: table-cell;
              vertical-align: middle; }
              #subColumn #iconMenu ul li a span.cell:nth-of-type(2) {
                padding-right: 10px; }
              #subColumn #iconMenu ul li a span.cell span {
                padding-left: 10px;
                vertical-align: middle; }
            #subColumn #iconMenu ul li a:hover {
              opacity: .7; }
    #subColumn #banner {
      margin-bottom: 20px; }
      #subColumn #banner ul {
        width: 100%; }
        #subColumn #banner ul li {
          margin-bottom: 10px; }
          #subColumn #banner ul li a {
            display: block;
            width: 100%; }
            #subColumn #banner ul li a:after {
              display: none; }
            #subColumn #banner ul li a img {
              width: 100%;
              height: auto; }
            #subColumn #banner ul li a:hover {
              opacity: .7; }
  /* ------------------------- area map ------------------ */
  h2.greenHeading {
    background-image: url(../images/common/bg-kusa.png);
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 20px; }
  #areaMap {
    width: 725px;
    height: 442px;
    position: relative;
    background-image: url(../images/home/map-tokyo.png); }
    #areaMap a {
      background: linear-gradient(to bottom, #fff 50%, #e6e6e6 100%);
      display: block;
      width: 56px;
      height: 40px;
      border: 1px solid #d5d5d5;
      font-size: 12px;
      text-align: center;
      color: #000;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      line-height: 1.3;
      word-break: break-all; }
      #areaMap a:hover {
        opacity: .7; }







  
  // ---------------- instagram PC ---------------------------- //
  
  
  #instaWrap{
  }
  #instaWrap .title{
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    padding: 5px 5px 0 5px;
    overflow: hidden;
  }
  #instaWrap ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 5px 5px 5px;
  }
  #instaWrap ul li{
    width: 49%;
    margin-top: 5px;
  }
  #instaWrap ul li img{
    width: 100%;
    height: auto;
  }

  
  
}




.grecaptcha-badge{
	z-index: 999;
}


/*# sourceMappingURL=map/common.css.map */
