@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(//fonts.googleapis.com/css?family=Cormorant+Infant:400,400i,700,700i);
@import url(//fonts.googleapis.com/css?family=Lora:400,400i,700,700i);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", serif;
  font-size: 1.6em;
  background: #fff;
  color: #5d5d5d;
  line-height: 1.8;
}

a {
  color: #2d2116;
  text-decoration: none;
  transition: opacity .2s ease;
}
a:hover {
  opacity: .7;
  transition: opacity .2s ease;
}
a.link-tel {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.disp-pc {
  display: block;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

.fa-phone-square {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
}

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

@media only screen and (max-width: 480px) {
  a.link-tel {
    pointer-events: auto;
  }
}

/*------------------------------------------
  parts
------------------------------------------*/
/*  layout
-------------------------*/
.layout-type01 {
  padding: 0 40px;
  max-width: 1400px;
  margin: auto;
}

.layout-type02 {
  padding: 0 40px;
  max-width: 1080px;
  margin: auto;
}

/*  flexbox
-------------------------*/
.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*  title
-------------------------*/
.title-type01 {
	font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #555;
  margin-bottom: 3rem;
}

.title-type02 {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  border-bottom: 2px solid #9FB4EE;
}
.title-type02:after {
  content: "";
  width: 3em;
  height: 2px;
  background: #071F79;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.title-type03 {
  text-align: center;
  line-height: 1.5;
  position: relative;
  color: #5d5d5d;
  text-shadow: 3px 3px 3px #fff;
}
.title-type03 .ttl-en {
	color: #5D5D5D;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Noto Sans Japanese", serif;
  letter-spacing: .08em;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.title-type03 .ttl-en:after {
  content: "";
  width: 75px;
  height: 3px;
  background: #071F79;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.title-type03 .ttl-ja {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: .8em;
  letter-spacing: .08em;
}

.title-type04 {
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.title-type04 .ttl-en {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Lora", "Noto Sans Japanese", serif;
  font-style: italic;
  letter-spacing: .08em;
  line-height: 1.1;
  position: relative;
  padding-bottom: .4em;
}
.title-type04 .ttl-en:after {
  content: "";
  width: 46px;
  height: 3px;
  background: #be920e;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
}
.title-type04 .ttl-ja {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: .8em;
  letter-spacing: .08em;
}

.title-type05 {
  color: #555;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: .3em;
  border-bottom: 1px solid #ccc;
}

.title-type06 {
  font-size: 20px;
  font-size: 2rem;
  border-left: 4px solid #c2b8ae;
  line-height: 1.3;
  padding: 0 .5em;
  position: relative;
  font-weight: bold;
}
.title-type06:after {
  content: "";
  width: 4px;
  height: 50%;
  background: #be920e;
  position: absolute;
  left: -4px;
  bottom: 0;
}

.title-type07 {
  color: #be920e;
  font-size: 30px;
  font-size: 3rem;
}

/*  btn
-------------------------*/
.btn-type01 {
  display: inline-block;
  margin: 5rem auto 0;
  text-align: center;
  background: #fff;
  font-size: 18px;
  color: #5d5d5d;
  padding: 1rem 5rem;
  border: 1px solid #071F79;
  box-sizing: border-box;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
.btn-type01:hover {
  opacity: 1;
  background: #071F79;
  color: #fff;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
.btn-type02 {
  display: inline-block;
  margin: 5rem auto 0;
  text-align: center;
  background: #071F79;
  font-size: 18px;
  color: #fff;
  padding: 1rem 10rem;
  border: 1px solid #071F79;
  box-sizing: border-box;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}
.btn-type02:hover {
  opacity: 1;
  background: #fff;
  color: #071F79;
  -webkit-transition: all ease 0.5s;
          transition: all ease 0.5s;
}

.btn-type03 {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Cormorant Infant", "Noto Sans Japanese", serif;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}
.btn-type03 span {
  position: relative;
  padding: 0 1.5em;
}
.btn-type03 span i {
  font-size: 85%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-type03:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.btn-type04 {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lora", "Noto Sans Japanese", serif;
  width: 166px;
  text-align: center;
  background: #be920e;
  color: #fff;
  border: 2px solid #be920e;
  border-radius: 20px;
}
.btn-type04 span {
  position: relative;
  padding: 0 1.5em;
}
.btn-type04 span i {
  font-size: 85%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*  table
-------------------------*/
.table-type01 {
  width: 100%;
  background: url(../images/common/patt02.png) repeat-x top;
}
.table-type01 tr {
  background: url(../images/common/patt02.png) repeat-x bottom;
}
.table-type01 th, .table-type01 td {
  text-align: left;
  padding: 1em 0;
}
.table-type01 th {
  width: 7em;
}
.table-type01 td {
  padding-left: 1em;
}

.table-type02 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
}
.table-type02 tr {
  border-bottom: 1px solid #ccc;
}
/*
.table-type02 tr:nth-child(odd) {
  background: #ccc;
}
*/
.table-type02 th, .table-type02 td {
  border-right: 1px solid #ccc;
  padding: 1em .6em;
  vertical-align: middle;
}
.table-type02 th {
  background: #D0EAFC;
  color: #000;
}

.table-type03 {
  width: 100%;
  border-top: 1px solid #c2b8ae;
}
.table-type03 tr {
  border-bottom: 1px solid #c2b8ae;
}
.table-type03 th, .table-type03 td {
  vertical-align: middle;
  box-sizing: border-box;
}
.table-type03 th {
  background: #071F79;
  color: #fff;
  width: 11em;
  padding: .6em 1em;
}
.table-type03 td {
  padding: 1.5em;
  padding-right: 0;
}

/*  list
-------------------------*/
.list-type01 li {
  position: relative;
  padding-bottom: 4%;
  margin-bottom: 4%;
}
.list-type01 li.noitem {
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.list-type01 li:nth-child(odd) .item-image {
  right: 0;
}
.list-type01 li:nth-child(even) .item-image {
  left: 0;
}
.list-type01 li:nth-child(even) .item-text {
  float: right;
}
.list-type01 li:last-child {
  margin-bottom: 0;
}

.list-type01 .item-image {
  position: absolute;
  top: 12%;
  width: 48%;
}

.list-type01 .item-text {
  background: #fff;
  position: relative;
  width: 56%;
  box-sizing: border-box;
  padding: 3em;
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
          box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
}

.list-type02 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.list-type02 li {
  width: 28%;
  margin-bottom: 6%;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
          box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
}
.list-type02 a {
  display: block;
}
.list-type02 .item-image img {
  width: 100%;
}
.list-type02 .item-text {
  padding: 1.5em 2em;
}
.list-type02 .item-text .title {
  font-weight: bold;
  margin-bottom: .6em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.list-type03 li {
  border-bottom: 1px solid #a6a6a6;
}
.list-type03 li:first-child {
  border-top: 1px solid #a6a6a6;
}
.list-type03 li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}
.list-type03 li a {
  display: block;
  padding: 1.2em 0;
}

.list-type03 .date {
  color: #071F79;
  font-family: "Noto Sans Japanese", serif;
  margin-right: 1.5em;
}

.list-type04 .list-item {
  width: 32%;
  position: relative;
  background: #fff;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, .2);
}
.list-type04 .list-item:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

.list-type04 .item-text {
  padding: 1em;
}

.list-type04 .item-image img {
  width: 100%;
  height: auto;
}

.list-type05 .list-item {
  border: 1px solid #ccc;
  width: 48%;
  margin-bottom: 4%;
  box-sizing: border-box;
  padding: 1em;
}

.list-type05 .item-image {
  width: 36%;
  margin-right: 4%;
  text-align: center;
}

.list-type05 .item-text {
  width: 60%;
  line-height: 1.5;
}

.list-type05 .item-title {
  font-weight: bold;
  color: #be920e;
  font-size: 18px;
  font-size: 1.8rem;
}
.list-type05 .item-title span {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

.list-type05 .item-sammary {
  color: #888;
}

.list-type06 .num {
  position: absolute;
  left: 0;
  font-weight: bold;
  line-height: 1.1;
  width: 28px;
  height: 28px;
  text-align: center;
  display: table;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.list-type06 .num span {
  display: table-cell;
  vertical-align: middle;
}

.list-type06 .item-text01, .list-type06 .item-text02 {
  position: relative;
  padding-left: 36px;
}

.list-type06 .item-text01 {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.list-type06 .item-text01 .num {
  background: #071F79;
}

.list-type06 .item-text02 {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px dashed #071F79;
}
.list-type06 .item-text02 .num {
  background: #be920e;
}
.list-type06 .item-text02 a {
  color: #fff;
  text-decoration: underline;
}

/*  column
-------------------------*/
.column-type01 {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.column-type02 {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.column-type03 {
	-webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.col-w20 { width: 20%;}
.col-w25 { width: 25%;}
.col-w32 { width: 32%;}
.col-w33 { width: 33.333333%;}
.col-w35 { width: 35%;}
.col-w50 { width: 50%;}
.col-w30 { width: 30%;}
.col-w40 { width: 40%;}
.col-w46 { width: 46%;}
.col-w48 { width: 48%;}
.col-w49 { width: 49%;}
.col-w56 { width: 56%;}
.col-w60 { width: 60%;}
.col-w66 { width: 66%;}

/*  textbox
-------------------------*/
.textbox-type01 .box-title {
  margin-bottom: 1em;
}

.textbox-type01 .box-txt {
  font-size: 15px;
  font-size: 1.5rem;
}
.textbox-type01 .box-txt p {
  margin-bottom: 1em;
}
.textbox-type01 .box-txt p:last-child {
  margin-bottom: 0;
}

.textbox-type01 .box-btn {
  margin-top: 2em;
}

.textbox-type02 {
  padding: 1em;
  border: 1px solid #be920e;
  background: #f7f5f1;
}

/*  article
-------------------------*/
.article-type01 {
  margin-bottom: 6%;
  padding: 3% 5% 0;
}
.article-type01 .article-header {
  margin-bottom: 2em;
}
.article-type01 .article-thumb {
  margin-bottom: 2em;
}

.article-type02 {
  margin-bottom: 6%;
  padding: 3% 5% 0;
}
.article-type02 .article-header {
  margin-bottom: 2em;
  text-align: center;
}
.article-type02 .article-contents {
  margin-bottom: 2em;
}
.article-type02 .article-thumb {
  margin-bottom: 2em;
  text-align: center;
}

/*  pager
-------------------------*/
.pagenav {
  text-align: center;
  margin-top: 2em;
}

.pagenav a {
  color: #848484;
  display: block;
  padding: .4em 1.5em;
  border: 2px solid #071F79;
}

.pagenav .prev, .pagenav .next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.pager-type01 {
  text-align: center;
  margin-top: 4%;
}
.pager-type01 span, .pager-type01 a {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  background: #fff;
  line-height: 32px;
  border: 1px solid #071F79;
  padding: .1em 1em 0;
  font-weight: bold;
}
.pager-type01 .current {
  background: #071F79;
  color: #fff;
}
.pager-type01 .next, .pager-type01 .prev {
  background: none;
  border: none;
  padding: 0;
}

.pager-type02 {
  text-align: center;
  margin-top: 4%;
}
.pager-type02 li {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 .4em;
}
.pager-type02 li a {
  display: block;
  border: 2px solid #666;
  padding: .4em;
}
.pager-type02 .all a {
  border-color: #555;
  background: #555;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  /* layout */
  .layout-type01 {
    padding: 0 20px;
  }
  .layout-type02 {
    padding: 0 20px;
  }
  /* list */
  .list-type02 li {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  /* layout */
  .layout-type01 {
    padding: 0 10px;
  }
  .layout-type02 {
    padding: 0 10px;
  }
  /* title */
  .title-type01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .title-type02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type03 .ttl-en {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .title-type03 .ttl-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .title-type04 .ttl-en {
    font-size: 30px;
    font-size: 3rem;
  }
  .title-type04 .ttl-en:after {
    width: 26px;
    height: 2px;
    margin-left: -13px;
  }
  .title-type04 .ttl-ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .title-type05 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type06 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-type07 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* btn */
  .btn-type01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn-type02 {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 1rem 5rem;
  }
  .btn-type02 i {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .btn-type03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn-type04 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* list */
  .list-type01 li {
    padding-bottom: 0;
    max-width: 600px;
    margin: 0 auto 4%;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
            box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .2);
  }
  .list-type01 li:last-child {
    margin-bottom: 0;
  }
  .list-type01 .item-image {
    position: static;
    width: 100%;
    text-align: center;
  }
  .list-type01 .item-text {
    float: none !important;
    width: 100%;
    padding: 1.5em 1em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .list-type02 li {
    width: 48%;
    margin-bottom: 4%;
  }
  .list-type02 li:nth-child(3n+2) {
    margin: 0 0 4%;
  }
  .list-type02 .item-text {
    padding: 1em;
  }
  .list-type02 .item-text .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .list-type02 .item-text .text {
    text-align: left;
  }
  .list-type03 .title {
    display: block;
    margin-top: .5em;
  }
  .list-type04 .list-item {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 5%;
  }
  .list-type04 .list-item:nth-child(3n+2) {
    margin: 0 auto 5%;
  }
  .list-type04 .list-item:last-child {
    margin-bottom: 0;
  }
  .list-type05 .list-item {
    width: 100%;
  }
  .list-type05 .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-type05 .item-title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* textbox */
  .textbox-type01 .box-title {
    margin-bottom: .6em;
  }
  .textbox-type01 .box-txt p {
    margin-bottom: .6em;
  }
  /* article */
  .article-type01 {
    padding: 0;
  }
  .article-type01 .article-header {
    margin-bottom: 1em;
  }
  .article-type01 .article-thumb {
    margin-bottom: 1em;
  }
  .article-type02 {
    padding: 0;
  }
  .article-type02 .article-header {
    margin-bottom: 1em;
  }
  .article-type02 .article-contents {
    margin-bottom: 1em;
  }
  .article-type02 .article-thumb {
    margin-bottom: 1em;
  }
  /* table */
  .table-type01 {
    background-size: 3px;
  }
  .table-type01 tr {
    background-size: 3px;
  }
  .table-type01 th {
    text-align: left;
    padding-right: 1em;
  }
  /* column */
  .column-type01 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .column-type02 .col {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .col-o1 {
    order: 1;
  }
  .col-o2 {
    order: 2;
  }
  .col-o3 {
    order: 3;
  }
}

@media only screen and (max-width: 480px) {
  /* table */
  .table-type03 {
    border: none;
  }
  .table-type03 tr {
    border: 1px solid #071F79;
  }
  .table-type03 th, .table-type03 td {
    border: none;
    width: 100%;
    display: block;
  }
  .table-type03 td {
    padding: 1em;
  }
  /* pager */
  .pager-type01 span, .pager-type01 a {
    margin: 0 2px;
    line-height: 26px;
    padding: .1em .6em 0;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.cmn-header {
  position: relative;
}

.header-logo {
  text-align: center;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.header-logo a:hover {
	opacity: 1;
}
.header-logo img {
	width: 100%;
	max-width: 180px;
}

.gnav {
	display: none;
}
.gnav-list {
  display: block;
  position: fixed;
  width: 240px;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  left: -240px;
  z-index: 20;
  -webkit-transition: .4s;
          transition: .4s;
}

.gnav-list-open {
  border-right: 1px solid #c2b8ae;
  left: 0 !important;
  -webkit-transition: .4s;
          transition: .4s;
}

.gnav-item {
  width: 100%;
  text-align: left;
  -webkit-flex: none;
          flex: none;
  border-bottom: 1px solid #c2b8ae;
}

.gnav-link {
  display: block;
  padding: 1em 2em;
  font-weight: bold;
}
.gnav-link:hover {
  opacity: 1;
  color: #fff;
  background: rgba(194, 184, 174, .8);
}

.gnav-toggle {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  top: 35px;
  z-index: 20;
}

.gnav-toggle-icon {
  position: relative;
}
.gnav-toggle-icon div {
  position: absolute;
  width: 40px;
  height: 26px;
  top: 12px;
  left: 5px;
}
.gnav-toggle-icon span {
  -webkit-transition: .2s;
          transition: .2s;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #2a89e5;
  position: absolute;
  left: 0;
}
.gnav-toggle-icon span:nth-of-type(1) {
  top: 0;
}
.gnav-toggle-icon span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
}
.gnav-toggle-icon span:nth-of-type(3) {
  bottom: 0;
}

.gnav-open .gnav-toggle-icon span {
  -webkit-transition: .2s;
          transition: .2s;
}
.gnav-open .gnav-toggle-icon span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}
.gnav-open .gnav-toggle-icon span:nth-of-type(2) {
  opacity: 0;
}
.gnav-open .gnav-toggle-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.gnav-child {
  display: none;
  background: #f9f9f9;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
.gnav-child a {
  color: #071F79;
  padding: 1em 0;
}

@media only screen and (max-width: 1024px) {
  .gnav-toggle {
    top: 20px;
    right: 20px;
  }
  .gnav-child {
    position: static;
  }
  .gnav-child a {
    padding: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .gnav-toggle {
    top: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .gnav-list {
    width: 60%;
    left: -60%;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
.cmn-footer {
  position: relative;
  z-index: 1;
}
.footer-section01 {
	/* border-top: 1px solid #5d5d5d; */
	border-bottom: 1px solid #5d5d5d;
	padding: 7rem 0;
}
.footer-section01 a {
	margin-top: 0;
}
.footer-section02 {
	padding: 5rem 0;
}
.footer-section02 .text01 {
	font-size: 28px;
}
.footer-section02 ul li {
	display: inline-block;
	margin: 0 2rem;
}
.footer-section02 ul li a {
	font-size: 50px;
}
.footer-section02 .item01 a {
	color: #2B4182;
}
.footer-section02 .item02 a {
	color: #3678B7;
}
.footer-section02 .item03 a {
	color: #2BA329;
}
.footer-section02 .text02 {
	font-size: 18px;
}
.footer-section02 .text03 {
	font-size: 32px;
	margin: 1rem 0;
}
.footer-section02 .text04 {
	font-size: 18px;
}
.footer-section04 {
	text-align: center;
	padding: 1.5rem 0 2rem;
}


.fix-bnr {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #071F79;
  padding: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fix-bnr a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1.2em .6em;
  border: 1px solid #fff;
  letter-spacing: .08em;
}

.BD-seminar .fix-bnr {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
	.footer-section02 .text02 {
		font-size: 14px;
	}
  .fix-bnr {
    padding: .5em;
    text-align: center;
    right: 12px;
  }
  .fix-bnr a {
    padding: 1em .5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 480px) {
}

/*------------------------------------------
  contents
------------------------------------------*/
/*  page
-------------------------*/
.cmn-main {
  position: relative;
  z-index: 1;
  background: #fff;
}

.cmn-main-page {
  margin-top: 0;
/*   padding-bottom: 10%; */
}

.cmn-breadcrumb {
  background: #d5effc;
  padding: .8em 0;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
}
.cmn-breadcrumb a {
  display: inline-block;
}
.cmn-breadcrumb span {
  display: inline-block;
}

.cmn-pagetitle {
	margin-top: 57px;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  display: table;
  background: url(../images/common/bg-hpage.png) no-repeat center;
  background-size: cover;
}
.cmn-pagetitle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/patt01.png) repeat center;
}
.cmn-pagetitle .pagetitle {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-top: 2em;
  text-shadow: none;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.cmn-pagetitle .ttl-en,.cmn-pagetitle .ttl-ja {
	color: #fff;
}
.cmn-pagetitle .ttl-en {
  text-transform: capitalize;
}

.page-section {
  padding: 6% 0;
}

.pageslider .slick-list {
  max-width: 828px;
  margin: auto;
}
.pageslider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -30px auto 0;
  padding: 0;
  border: none;
  background: #be920e;
  border-radius: 50%;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  outline-style: none;
}
.pageslider .slick-arrow:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.pageslider .slick-prev {
  left: 0;
}
.pageslider .slick-prev:after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 24px;
}

.pageslider .slick-next {
  right: 0;
}
.pageslider .slick-next:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 24px;
}

.page-section .text-typ01 {
	font-size: 24px;
	border-bottom: 1px solid #5d5d5d;
	margin-bottom: 5rem;
}
#page-link01,#page-link02,#page-link03,#page-link04 {
  margin-top:-55px;
  padding-top: 55px;
}


/*  about
-------------------------*/
.page-about .page-about01 {
	margin-bottom: 8rem;
}
.page-about .flexbox {
	margin-top: 5rem;
}
.page-about .page-about02 .flex02 .col01 {
	 order: 2;
}
.page-about .page-about02 .flex02 .col02 {
	 order: 1;
}
.page-about .page-about02 .col {
	position: relative;
}
.page-about .page-about02 .text01 {
	background: #fff;
	border: 1px solid #5d5d5d;
	box-sizing: border-box;
	padding: 1.5rem 2rem;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.page-about .page-about02 .text01 span {
	font-size: 30px;
	margin-left: 1rem;
}

/*  acupuncture
-------------------------*/
.page-acupuncture .page-acupuncture01 {
	margin-bottom: 8rem;
}
.page-acupuncture .flexbox {
	margin-top: 5rem;
}
.page-acupuncture .page-acupuncture01 .col01 {
	 order: 2;
}
.page-acupuncture .page-acupuncture01 .col02 {
	 order: 1;
}
.page-acupuncture .acupuncture-box p {
	font-size: 14px;
}
.page-acupuncture .acupuncture-box .text01 {
	font-size: 30px;
	text-align: center;
	border-bottom: 1px solid #5d5d5d;
	margin-top: 5rem;
	padding-bottom: 1rem;
}
.page-acupuncture .acupuncture-box .text02 {
	margin: 0.5rem 0;
	font-size: 18px;
	font-weight: bold;
}
.page-acupuncture .page-acupuncture02 .text-area {
	border: 1px solid #5d5d5d;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
	margin-top: 1.5rem;
}

/*  menu
-------------------------*/
.page-menu .flexbox {
	margin-top: 5rem;
}
.page-menu .flexbox .col {
	position: relative;
}
.page-menu .menu-box .text01 {
	font-size: 30px;
	text-align: center;
	border-bottom: 1px solid #5d5d5d;
	margin-top: 7rem;
	padding-bottom: 1rem;
}
.page-menu .menu-box .text02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px dashed #5d5d5d;
}
.page-menu .menu-box .text02 span {
	position: absolute;
	right: 0;
}

/*  guide
-------------------------*/
.page-guide .title-type03 {
	margin-bottom: 5rem;
}
.page-guide .btn-type01 {
	margin: 0;
}
.page-guide .arrow01 {
	text-align: center;
	margin: 3rem 0;
	font-size: 50px;
	color: #5d5d5d;
}
.page-guide .page-guide01 .col-w40 {
	border: 1px solid #5d5d5d;
}
.page-guide .page-guide01 .text01 {
	font-size: 30px;
	margin: 1.5rem 0 2rem;
}
.page-guide .page-guide02 {
	margin-top: 8rem;
}
.page-guide .page-guide02 dl {
	margin-bottom: 3rem;
}
.page-guide .page-guide02 dt {
	border-bottom: 1px dotted #5d5d5d;
	font-size: 20px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.page-guide .page-guide02 dd {
	padding: 0 5rem;
	position: relative;
}
.page-guide .page-guide02 dd:before {
	content: "A.";
	display: inline-block;
	font-size: 20px;
	position: absolute;
	top: -0.3rem;
	left: 2.5rem;
}
.page-guide .page-guide02 dd ul {
	border: 1px solid #5d5d5d;
	padding: 1.5rem 2rem;
	box-sizing: border-box;
	margin-top: 1rem;
}
.page-guide .page-guide02 dd li {
	border-bottom: 1px dotted #5d5d5d;
	margin: 0.5rem 0;
}

/*  archive
-------------------------*/
.page-archive .section-contents {
	margin: 5rem 0;
}
.page-archive .list-type03 .archive-img {
	max-width: 330px;
	width: 100%;
	display: inline-block;
	margin-right: 3rem;
}
.page-archive .list-type03 .archive-img img {
	width: 100%;
}
.page-archive .list-type03 .archive-info {
	display: inline-block;
	vertical-align: top;
}
.page-archive .list-type03 .archive-info span {
	display: block;
}
.page-archive .list-type03 .archive-info .title {
	margin: 2rem 0;
	font-size: 20px;
}

/*  sitemap
-------------------------*/
#sitemap_list {
  max-width: 800px;
  margin: auto;
}
#sitemap_list li {
  margin-bottom: 1.5em;
}
#sitemap_list a {
  display: block;
  padding: .5em 1em;
  border: 2px solid #071F79;
  position: relative;
}
#sitemap_list a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #071F79;
  border-right: 2px solid #071F79;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 1.2em;
  top: 50%;
  margin-top: -4px;
}

/*  form
-------------------------*/
.form-block .txt-form {
  margin-bottom: 2%;
}

.form-block .txt-form-conf {
  display: none;
}

.form-block .input-text input, .form-block .input-textarea textarea {
  width: 100%;
  border: 1px solid #c2b8ae;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.form-block .input-text input {
  height: 36px;
  padding: 0 .5em;
}

.form-block .input-textarea textarea {
  padding: .5em;
}

.form-block .input-submit {
  text-align: center;
  margin-top: 2em;
}
.form-block .input-submit span {
  display: inline-block;
  vertical-align: middle;
}
.form-block .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.form-block .input-submit .back input {
  background: #ccc;
}
.form-block .input-submit .enter input {
  background: #071F79;
  color: #fff;
}

.mw_wp_form_preview .form-block .txt-form-entry {
  display: none;
}

.mw_wp_form_preview .form-block .txt-form-conf {
  display: block;
}

.mw_wp_form_preview .input-submit span {
  margin: 0 5px;
}

/*  single
-------------------------*/
.single-section {
	margin: 5rem 0;
}

/*  home
-------------------------*/
.top-mainvisual {
  position: relative;
/*
  position: fixed;
  top: 0;
  left: 0;
*/
  width: 100%;
  height: 82vh;
  display: table;
  margin-top: 80px;
}
/*
.top-mainvisual:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/patt01.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
}
*/
.top-mainvisual .main-slider {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.top-mainvisual .slide-item {
  height: 82vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*
.top-mainvisual .v-txt {
  opacity: 0;
  margin-top: 2em;
  padding: 0 1.5em;
  font-weight: bold;
  line-height: 2;
  -webkit-transition: .8s 1.8s;
          transition: .8s 1.8s;
}
*/
/*
.top-mainvisual .ico-scroll {
	color: #fff;
  opacity: 0;
  -webkit-transition: .8s 3s;
          transition: .8s 3s;
  position: absolute;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", serif;
  bottom: 1em;
  padding-bottom: 2em;
  left: 50%;
  z-index: 1;
  line-height: 1.2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-mainvisual .ico-scroll .icon {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -11px;
  animation: scroll01 2s infinite;
}
*/
.top-mainvisual.active .v-catch, .top-mainvisual.active .v-txt, .top-mainvisual.active .ico-scroll {
  opacity: 1;
}
.top-mainvisual.active .v-catch {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

@keyframes scroll01 {
  0% {
    bottom: 1em;
  }
  100% {
    bottom: -1em;
    opacity: 0;
  }
}

.flex-nav {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
	border-bottom: 1px solid #5D5D5D;
	border-top: 1px solid #5D5D5D;
	align-items: center;
	content: "";
	clear: both;
}
.flex-nav.fixed {
	position: fixed;
	top: 0;
}
.flex-nav .flex-logo {
	width: 150px;
	padding: 1rem;
	margin-right: auto;
}
.flex-nav .flex-list {
	float: right;
}
.flex-nav .flex-list li {
	display: table-cell;
}
.flex-nav .flex-list li a {
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 80px;
	line-height: 80px;
	padding: 0 1.5rem;
}
.flex-nav .flex-list li a:hover {
	-webkit-animation: zoom .3s;
  animation: zoom .3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
.flex-nav .flex-contact a {
	background: #ff0000;
	color: #fff;
	display: block;
	text-align: center;
	padding: 1.4rem 1rem;
	line-height: 1.5;
}
.flex-nav .flex-contact i {
	font-size: 28px;
}

.top-section {
  position: relative;
  margin: 5rem 0 8rem;
}
.top-section .section-header {
  margin-bottom: 4%;
}

.top-section01 .col {
	border: 1px solid #000;
}
.top-section01 .col .text01 {
	padding: 1.5rem 0;
	color: #5D5D5D;
}

.top-section02 .col {
	position: relative;
	text-align: center;
}
.top-section02 .col:after {
	content: "";
	width: 68px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 4;
}
.top-section02 .col01:after {
	/* background: url(../images/top/blue.png) no-repeat center; */
	/* background-size: cover; */
}
.top-section02 .col02:after {
	background: url(../images/top/blue01.png) no-repeat center;
	background-size: cover;
}
.top-section02 .col03:after {
	background: url(../images/top/blue02.png) no-repeat center;
	background-size: cover;
}
.top-section02 .col04:after {
	background: url(../images/top/blue03.png) no-repeat center;
	background-size: cover;
}
.top-section02 .col a {
	display: block;
	z-index: 2;
	position: relative;
}
.top-section02 .col a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

top-section02 .col1 a:after{
  display: none;
}

.top-section02 .text01 {
	color: #fff;
	font-size: 28px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.top-section02 .text01 span {
	display: block;
	font-size: 14px;
}

.top-section03 .text01 {
	font-size: 24px;
	border-bottom: 1px solid #5d5d5d;
	margin-bottom: 5rem;
	position: relative;
}
.top-section03 .text01:after {
	content: "Tomonori Wakita";
	display: block;
	position: absolute;
	right: 0;
	bottom: -28px;
	font-size: 14px;
}

@media only screen and (max-width: 1200px) {
	.top-section02 .text01 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1024px) {
  .section-message .section-contents {
    padding: 20px;
  }
  .flex-nav {
		display: none;
	}
	.gnav {
	  display: block;
	  position: relative;
  }
  .gnav .flex-logo {
	  position: absolute;
	  z-index: 3;
	  width: 150px;
	  top: 20px;
	  left: 20px;
  }
  .top-mainvisual {
	  margin-top: 0;
  }
  .cmn-pagetitle {
    height: 180px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  /*  page
-------------------------*/
/*
  .cmn-main-page {
    margin-top: 180px;
    padding-bottom: 18%;
  }
*/
  .gnav .flex-logo {
	  top: 10px;
	  left: 10px;
  }
  .cmn-breadcrumb {
    margin-bottom: 2em;
  }
  .page-section {
    padding-bottom: 10%;
  }
  .pageslider .slick-arrow {
    width: 40px;
    height: 40px;
    margin: -20px auto 0;
  }
  .pageslider .slick-arrow:after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-width: 2px;
  }
  .pageslider .slick-prev:after {
    left: 18px;
  }
  .pageslider .slick-next:after {
    right: 18px;
  }
  .page-section .text-typ01 {
	  font-size: 18px;
	  margin-bottom: 1rem;
  }
  .page-about .page-about02 .flex02 .col01 {
	  order: 1;
  }
  .page-about .page-about02 .flex02 .col02 {
	  order: 2;
  }
  .page-menu .menu-box .text01 {
	  font-size: 20px;
  }
  .page-menu .flexbox {
	  margin-top: 2.5rem;
  }
  .page-menu .menu-box .text02 {
	  position: static;
	  margin-top: 3rem;
  }
  .page-acupuncture .page-acupuncture01 .col01 {
	  order: 1;
  }
  .page-acupuncture .page-acupuncture01 .col02 {
	  order: 2;
  }
  .page-acupuncture .acupuncture-box .text01 {
	  font-size: 20px;
  }
  .page-acupuncture .flexbox {
	  margin-top: 2.5rem;
  }
  /*  home
-------------------------*/
  .top-mainvisual:after {
    background-size: 1px;
  }
/*
  .top-mainvisual .v-txt {
    padding: 0 1em;
  }
*/
  .top-section {
    padding: 10% 0;
  }
  .top-section .section-header {
    margin-bottom: 6%;
  }
  .top-section02 .col {
	  margin-bottom: 0;
  }
  .top-section02 .col {
	  width: 50% !important;
  }
  .top-section02 .text01 {
	  font-size:24px;
  }
}

@media only screen and (max-width: 480px) {
	.top-mainvisual {
		height: 30vh;
	}
	.top-mainvisual .slide-item {
		height: 30vh;
	}
	.top-mainvisual .v-catch {
		font-size: 2rem;
	}
	.top-section .disp-pc {
		display: none;
	}
	.top-section1,.top-section3,.top-section5 {
		display: none;
	}
	.top-section02 .col {
	  width: 100% !important;
  }
	.page-guide .page-guide02 dd {
		padding: 0 2rem;
	}
	.page-guide .page-guide02 dd:before {
		left: 0;
	}
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix, .list-type01 li {
  *zoom: 1;
}
.clearfix:after, .list-type01 li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}