@charset "utf-8";

@import url("css/layout.css");
@import url("css/parts.css");
@import url("css/reset.css");
body{
    /*background:#f3f3f3 url(../img/bg_washi.png);*/
    background: #fffbf0;
    background-size:48px 48px;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing:0.1em;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}



.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-sans-jp-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.green{ color: #136103;}
.yellow{ color:#f2ad00;}
.orange{ color: #EC6D44;}


.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

.pb100{
  padding-bottom: 100px;
}

.policy_box{
  width: 100%;
  height: 200px;
  padding: 50px;
  overflow-y: scroll;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  margin-bottom: 30px;
}

ul.num{
  margin-left: 20px;
}

ul.num li{
  list-style: decimal;
  margin-bottom: 20px;
}

ul.num li ul{
  margin-left: 20px;
}

ul.num li ul li{
  list-style: disc;
  margin-bottom: 5px;
}

#access .news-area{
    background:#fff;
    box-shadow: 0 4px 4px #ccc;
    width:90%;
    margin: 0 auto 100px auto;
    text-align: left;
}

.news-area h3{
  font-weight: normal;
  font-size: 1rem;
}

.inner1{
  padding: 50px 150px;
}

.flex{
  display: flex;
  width: 100%;
}

.flex-center{
  display: flex;
  justify-content: center;
  gap: 1%;
}

.flex-between{
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.flex-space-around{
  display: flex;
  justify-content: space-around;
  gap: 5%;
}

.flex-between .box1{
  width: 50%;
}

.midashi{
  font-size: 2rem;
  line-height: 50px;
}

.date{
  flex-basis:15%;
}

.n_title{
  flex-basis:85%;
}

.right{text-align: right;}
.left{text-align: left;}
.center{text-align: center;}

.pc_no{
  display: none;
}

/*.heading05 {
	position: relative;
	font-size: 2.5rem;
	text-align: center;
}

.heading05::before {
	content: attr(data-en);
	display: block;
	color: #136103;
	font-size: 1.5rem;
	text-transform: uppercase;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}*/

.heading05  {
  position: relative;
  text-align: center;
  font-size: 2.5rem;
  padding-bottom: 10px;
}
.heading05::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #136103;
}

.content{
  padding: 15vh 0 0 0;
  width: 70%;
  margin: auto;
}

.content .inner{
  padding: 60px;
  background: #fff;
  border-radius: 50px;
}

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}




.col-head-type1 td {
  padding: 20px 50px;
  background: #fffcfc;
  border: 1px solid #fff;

}

.col-head-type1 th {
  text-align: center;
  width: 30%;
  border: 1px solid #fff;

  padding: 20px 15px;
  background: #EC6D44;
  color: #fff;
  font-weight: normal;

}

.col-head-type2 {
  border-collapse: collapse;
  width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}




.col-head-type2 td {
  padding: 20px 50px;
  background: #fffcfc;
  border: 1px solid #fff;

}

.col-head-type2 th {
  text-align: center;
  width: 30%;
  border: 1px solid #fff;

  padding: 20px 15px;
  background: #cccccc;
  font-weight: normal;

}



.timeline{
  width:100%;
  margin:50px auto;
  padding:0 30px;
}

.timeline li{
    /*線の起点とするためrelativeを設定*/
    position: relative;
  list-style: none;
  padding:0 0 20px 0;
}

.timeline dl{
  margin:0 0 20px 3em;
}

.timeline dd strong{
  display: block;
  padding:10px 0;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
  position: absolute;
  left:0.2em;
  top:0;
  width:2px;/*線の太さ*/
  height:0;/*はじめは高さを0に*/
  background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:10px;
  height: 10px;
  background:#666;
  border-radius: 50%;
}

.grid-container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.img_radius img{
  border-radius: 30px;
}

/*.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab_label {
  color: #EC6D44;
  font-weight: bold;
  border: solid 2px #EC6D44;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 20px;
  margin: 0 5px;
  text-align: center;

}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #EC6D44;
}
.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #EC6D44 transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content, {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
}

.tabs .inner{
  padding: 30px 20px 0 20px;
}*/
.tab_set {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}



/* タブの名前のところだよ */
.tab_label {
  color: #EC6D44;
  font-weight: bold;
  border: solid 2px #EC6D44;
    padding: 20px;
    margin-right: 10px;
    order: -1;
    position: relative;
    line-height: 1;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

/* 本文をいれるところだよ */
.tab_content {
    display: none;
    padding: 30px 20px;
}

/* タブをクリックした時のCSSだよ */
.tab_switch:checked+.tab_label {
  color: #fff;
  background-color: #EC6D44;
}

.tab_switch:checked+.tab_label+.tab_content {
    display: block;
}

/* ラジオボタンだよ */
.tab_switch {
    display: none;
}

input,
textarea{
  border: 1px solid #ccc!important;
  background: #fff;
  border-radius: 5px;
  max-width: 100%;
}

[type="submit"]{
  padding: 10px 30px!important;
}



.bold{
  font-weight: bold;
}

.fs40{
  font-size: 40px;
}

.fs20{
  font-size: 20px;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 3rem;
  color: #fff;
  border-radius: 0;
  background: #146103;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #f2b814;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
 a[href^="tel:"]{
    pointer-events: none;
  }

.underline{
  text-decoration: underline;
}

 .news-area {
    border-top: 1px solid #f5f0f0;
    border-bottom: 1px solid #f5f0f0;
    padding:50px 30px;
  }

@media screen and (max-width:990px) {
  .inner1{
    padding: 50px 30px;
  }
 


  .news-area .flex{
    display: block;
  }

  .sp_no{
    display: none;
  }

  .pc_no{
    display: block;
  }

  .content{
    width: 80%;
  }

  .flex-between{
    display: block;
  }

    .flex-space-around{
    display: block;
  }

  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
    border: none;
  }

  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;

  }

  .col-head-type1 th{
    text-align: center;
    border: none;
    width: 100%;
  }

  .col-head-type1 td {
    text-align: center;
    border: none;
  }

  .col-head-type2 tr,
  .col-head-type2 th,
  .col-head-type2 td {
    display: block;
    width: auto;
    border: none;
  }

  .col-head-type2 tr:first-child {
    border-top: 1px solid #dbe1e8;

  }

  .col-head-type2 th{
    text-align: center;
    border: none;
    width: 100%;
  }

  .col-head-type2 td {
    text-align: center;
    border: none;
  }

  .grid-container {
  		  display: grid;
  		  grid-template-columns: repeat(1, 1fr);
  		}

      .fs40{
        font-size: 18px;
      }
      .content .inner{
        padding: 60px 30px;
      }

      .tab_set {
          display: block;
      }

      .tab_label {
          display: block;
          margin-right: 0;
      }

      .travelclinic .tab_label.last {
          border-bottom: none;
      }

      .travelclinic .tab_switch:checked+.tab_label {
          border-bottom: 1px solid #59A8B7;
      }


}

.share a {display : block;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align:center;
  line-height: 30px;
  }
.share  a:hover {opacity :0.8;
    color : #fff;}
.share  a:visited{ color: #fff;}
.share:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #000000;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line_ a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 40px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}*

.grecaptcha-badge { visibility: hidden; }
