@charset "utf-8";
/* CSS Document */
@media screen and (max-width:736px) {
    html, body {
        min-width: 0;
        width: 100%;
        height: 100%;
        -webkit-text-size-adjust : 100%;
    }

    img {
    	width: 100%;
        height: auto;
        vertical-align: bottom !important;
        line-height: 0;
    }

    .mobile{display: inherit;}
    .pc{display:none;}

    .inner,.inner.w1000, .inner.w900{
    	width:96%;
    	margin: 0 auto;
    	box-sizing: border-box;
    }
	
	.tac_pc{text-align: left;}
  
  
  
  .bg_diagonal {
    margin-top: 0;
    padding-top: 10.8rem;
    padding-bottom: 7rem;
  }

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

  header

  ---------*/
  header{
    display: block;
    align-items: baseline;
    width: 100%;
    height: 50px;
    padding: 0 0 0 0;
    position:static;
    z-index: 99;
    box-sizing: border-box;
    position: relative;
    box-shadow: 2px 4px 8px -1px rgba(0,0,0,0.2);
  }
  header.fixed{position: inherit;}
  
  header .hdr-in {
    height: 100%;
    padding-left: 0;
  }
  h1.siteid,
  header.fixed h1.siteid{
    width: 49%;
    padding: 4% 0 2% 3%;
    margin: 0 0 0 0;
    line-height: 0;
  }

  header #navi{
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    /*top: 60px;*/
    top:0;
    bottom: 0;
    z-index: 990;
    /*padding-top: 100px;*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #fff;
  }
  .open #navi {transform: translateX(0);}

  header #navi ul{
    flex-direction: column;
    margin-top: 50px;
    border-top: 1px dotted #ccc;
  }
  header #navi ul li{width: 100%;font-size: 1.4rem;}
  header #navi ul li a,
  header.fixed nav#navi ul li a{
    padding: 5% 3%;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #ccc;
  }
  header #navi ul a:hover{
    border-bottom:none;
    background-color: #1b1464;
    color: #fff;
  }

  #nav-toggle {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-sizing: border-box;
    background: #1b1464;
    z-index: 999;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 80%;
    height: 2px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {top: 10px;}
  #nav-toggle span:nth-child(2) {top: 18px;}
  #nav-toggle span:nth-child(3) {top: 26px;}
  #nav-toggle span:nth-child(4) {
    color: #fff;
    top: 30px;
    background:none;
    height: auto;
    left:8px;
    font-size: 1rem;
    text-align: center;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

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

  index

  ---------*/
  
/*---------- スライド---------*/
  .index-ttl-img img {
    width: 40vw;
  }
  .index-main{
    text-align: center;
    max-height: inherit;
    padding-bottom: 7rem;
    position: relative;
  }
  .index-main h1 img{width: 100%;}
  
  .index-main-catch {
    left: 0;
    right: 0;
    bottom: 7.5rem;
    margin: auto;
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.75em;
    letter-spacing: 0.1em;
  }  
  .index-main-catch span {
      padding: 0.35em 1em;
  }
  
  .index-scroll-arrow {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 7vw;
  }
  
  /*----------

  下層ページ共通

  ---------*/
  .pagemain{
    background-position: center top;
    padding: 5rem 0;
    margin-bottom: 0;
  }
  .pagemain-text{
    width: 100%;
  }
  .pagemain h1 {
    font-size: 2.2rem;
    padding: 0.5rem 3rem;
  }

  /* パンくず */
  #breadcrumbs{
    display: none;
  }

  h2{
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
  /* 見出し */
  .ttl_style01 {
    font-size: 2.6rem;
  }

  .ttl_style01 .en {
    font-size: 1.3rem;
    text-align: center;
  }  
  .ttl_style02 {
    font-size: 2.0rem;
    padding-bottom: 0.5rem;
    max-width: 90%;
    margin-bottom: 4rem;
  }

  .subtitle-001 .jp{
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
    margin-bottom: 2rem;
  }
  .subtitle-001 .jp::before,
  .subtitle-001 .jp::after{
    content: "";
   width: 20%;
  }
  .subtitle-001 .jp::before{margin-right: 1.75rem;}
  .subtitle-001 .jp::after{margin-left: 1.75rem;}

  .en-title{
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }

  .subtitle-002{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2.5rem;
  }
  .subtitle-002::before{
    content: '';
    width: 20px;
    height: 2px;
    margin-right: 10px;
  }

  .subtitle-003{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 35px;
    border-left: 5px solid #007580;
    padding-left: 1.2rem;
  }

  .green-title{
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
	.green-title.pc-center{
		text-align: left;
	}

	.txt-bg-green {
		padding: 0.5rem;
		margin: 0 0.3rem;
	}


  /* ボタン */
  .linkbtn {
    width: 75%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .linkbtn a{
    text-align: center;
    width:100%;
    padding: 1.5rem 3.5rem;
    font-size: 1.4rem;
  }
  .linkbtn a::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 45%;
  }
  
  .linkbtn02 {
    width: 80%;
  }

  .linkbtn02 a {
      font-size: 1.4rem;
      width: 100%;
      padding: 1.5rem 3.5rem;
  }
  
  
  /* 配置 */
  .center-img{
    text-align: center;
    margin:24px 0 30px;
  }
  .center-img img{max-width: 100%;}

  .comming-img{text-align: center; margin: 34px auto;}
  .comming-img img{width: 100%;}

  .w100-img img{width: 100%;}

  .tac-text{
    text-align: left;
    margin: 20px 0;
  }
  .min-width-text{
    width:80%;
  }

  
  .tableunit table{width: 100%; border-bottom: 1px solid #ccc;}
  .tableunit table tr th,
  .tableunit table tr td{
    padding: 1rem;
    font-size: 1.4rem;
    vertical-align: middle;
    display: block;
  }
  .tableunit table tr th{
    width: 100%;
    border-top: 2px solid #1b1464;
    border-bottom: none;
  }
  .tableunit table tr td{
    width: 100%;
    border-top: 1px dotted #ccc;
  }
  .tableunit table tr:last-of-type th{border-bottom: 2px solid #1b1464;}
  .tableunit table tr th:last-of-type{border-bottom: none;}
  
  .tableunit table tr td div.address{
    display: flex;
    margin-bottom: 24px;
  }
  .tableunit table tr td div.address p{
    width: 20%;
  }
  .tableunit table tr td div.address div,
  .tableunit table tr td div.address ul{
    width: 80%;
  }
  .tableunit table tr td div.address dl{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .tableunit table tr td div.address dl dt{
    width:24%;
  }
  .tableunit table tr td div.address dl dd{
    width:75%;
  }
  /*.tableunit.history table tr th,
  .tableunit.history table tr td{
    display:table-cell;
  }
  .tableunit.history table tr th{width: 20%;}
  .tableunit.history table tr td.month{
    width: 15%;
  }
  .tableunit.history table tr td.his-text{width: 65%;}
  .tableunit table tr:last-of-type td.month{border-bottom: 2px solid #88BEC8;}*/
  
  .tableunit02 {
    max-width: 100%;
  }

  .tableunit02 th, .tableunit02 td {
      display: block;
      padding: 1.5rem;
      font-size: 1.4rem;
  }

  .tableunit02 th {
      width: 100%;
  }
  
  .tableunit03 tr th, 
  .tableunit03 tr td {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .tableunit03 tr th {
      width: 28%;
      padding-left: 0;
  }
  

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

  404

  ---------*/
  .page404-detail .subttl{
    font-size: 1.8rem;
    font-weight: bold;
  }



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

  footer

  ---------*/

  /* side-bnr */
  .side-bnr{
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 90;
  }
  .side-bnr ul{
    display: flex;
  }
  .side-bnr li{
    margin-bottom: 0;
  }
  .side-bnr li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    padding: 5px;
    width: 100%;
    height: 100%;
  }
  .side-bnr li:not(:first-of-type) a {
    border-left: 1px solid #fff;
  }
  .side-bnr .side-bnr-bogo{
    width: 65%;
  }
  .side-bnr .bogo-language-switcher{
    height: 100%;
  }
  .side-bnr .bogo-language-switcher li {
    width: 33.33333%;
    display: flex;
  }

  .side-bnr .bogo-language-switcher li span {
      width: 100%;
  }
  .side-bnr .side-bnr-contact{
    width: 35%;
  }
  .side-bnr .side-bnr-contact a {
    background-position: center top 15px;
    padding-top: 30px;
  }
  

  /* page-top */
  #page-top {
      position: fixed;
      bottom: 10px;
      right: 2%;
      z-index: 900;
  }
  #page-top a {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  #page-top a:hover {
  	background-size: 100%;
  }

  .ftr-contact{padding-bottom: 3.5rem;}
  .ftr-contact .ttl_style01 {
      margin-bottom: 1.5rem;
  }

  .ftr-contact-btn {
      max-width: 100%;
  }

  .ftr-contact-btn a {
      border-top-width: 10px;
      border-bottom-width: 10px;
  }
  .ftr-contact-btn a .txt {
    font-size: 1.8rem;
    padding: 2.5rem 1.4rem;
  }

  .ftr-contact-btn a .txt:before {
      width: 20vw;
      height: 12.8vw;
      margin-right: 0;
      margin-bottom: 1rem;
  }
  
  .foot-content .inner{
    padding-top: 3.5rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
  }
  .foot-content .foot-logo {
    max-width: 70%;
  }
  
  .foot-sns-list {
    justify-content: center;
  }
  .foot-content .foot-tel{
    margin-top: 3.5rem;
  }
  .foot-content .foot-tel a{
    font-size: 2.8rem;
  }
  
  .foot-nav-list {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto 0;
    justify-content: space-between;
  }
  .foot-nav-list li {
    width: 48.5%;
    border-bottom: 1px dotted #bbbbbb;
  }
  .foot-nav-list a {
    font-size: 1.2rem;
    padding: 1.0rem 0.5rem;
    display: block;
  }
  
 .copy{
    padding: 2.0rem 6% 4rem;
  }
  .copy p  {
    text-align: center;
   font-size: 1.2rem;
  }
    
  

}
