@charset "utf-8";

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

Common Setting

---------------------------------------------------------- */
/*pc + sp*/
.pc   {display:block}
.sp   {display:none}
@media only screen and (max-width:520px) {
.pc   {display:none}
.sp   {display:block}
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd  {
  position: relative;
  word-break:break-all;
  padding:0;
  margin:0;
  box-sizing:border-box;
  outline:none;
  font-family: 'Noto Sans JP', sans-serif;
}

h1,h2,h3,h4,h5,h6   {
  font-weight:normal;
  padding:0;
  margin:0
}

/*font
.yumincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}*/

/*ul dl*/
ul,ul li  {
  list-style:none;
  padding:0;
  margin:0
}

ul.disc li {
  list-style: disc;
  margin-left: 1em;
}

ul.li__mb18 li {
  margin-bottom: 18px;
}

  ul.li__mb18 li:nth-last-child(1) {
    margin-bottom: auto;
  }

ol  {
  margin-left: 1em;
}

/*lineheight*/
.line__height__175 {
  line-height: 1.75;
}

/*lineheight*/
.line__height__15 {
  line-height: 1.5;
}

/*position*/
.center {
  text-align:center
}

.left {
  text-align:left
}

.right  {
  text-align:right
}

.block  {
  display: block;
}

.large {
  font-size: calc(18px + 2px);
}

.xlarge {
  font-size: calc(18px + 4px);
}

.small {
  font-size: calc(18px - 2px);
}

.xsmall {
  font-size: calc(18px - 4px);
}

@media only screen and (max-width:520px) {
  .large {
    font-size: calc(calc(18px + 2px) / 1.15);
  }

  .xlarge {
    font-size: calc(calc(18px + 4px) / 1.25);
  }

  .small {
    font-size: calc(calc(18px - 2px) / 1.15);
  }

  .xsmall {
    font-size: calc(calc(18px - 4px) / 1.1);
  }


}


/*flex*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;/*
  align-items: top;*/
}

  .flex.alignitems__center {
    align-items: center;
  }

  .flex.space__between {
    justify-content: space-between;
  }

  .flex.center {
    justify-content: center;
  }

  .flex.left {
    justify-content: left;
  }

  .flex.right {
    justify-content: right;
  }


  .flex.align__items__center {
    align-items: center;
  }

  .flex.align__items__top {
    align-items: top;
  }


.flex.divided2 .flex__list {
  flex-basis: 48%;/*
  margin-bottom: 4%;*/
}

  .flex.divided2 .flex__list:nth-child(even) {
    margin-left: 2%;
  }

.flex.divided3 .flex__list {
  flex-basis: 32%;
  margin-bottom: 4%;
}

  .flex.divided3 .flex__list:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
  }

.flex .flex__list.w20 {
  flex-basis: 20%;
}

.flex .flex__list.w25 {
  flex-basis: 25%;
}

.flex .flex__list.w30 {
  flex-basis: 30%
}

.flex .flex__list.w31 {
  flex-basis: 31%
}

.flex .flex__list.w32 {
  flex-basis: 32%
}

.flex .flex__list.w33 {
  flex-basis: 33%
}

.flex .flex__list.w34 {
  flex-basis: 34%
}

.flex .flex__list.w35 {
  flex-basis: 35%
}

.flex .flex__list.w36 {
  flex-basis: 36%
}

.flex .flex__list.w37 {
  flex-basis: 37%
}

.flex .flex__list.w38 {
  flex-basis: 38%
}

.flex .flex__list.w39 {
  flex-basis: 39%
}

.flex .flex__list.w40 {
  flex-basis: 40%;
}

.flex .flex__list.w41 {
  flex-basis: 41%;
}

.flex .flex__list.w42 {
  flex-basis: 42%;
}

.flex .flex__list.w43 {
  flex-basis: 43%;
}

.flex .flex__list.w44 {
  flex-basis: 44%;
}

.flex .flex__list.w45 {
  flex-basis: 45%;
}

.flex .flex__list.w46 {
  flex-basis: 46%;
}

.flex .flex__list.w47 {
  flex-basis: 47%;
}

.flex .flex__list.w48 {
  flex-basis: 48%;
}

.flex .flex__list.w49 {
  flex-basis: 49%;
}

.flex .flex__list.w50 {
  flex-basis: 50%;
}

.flex .flex__list.w51 {
  flex-basis: 51%;
}

.flex .flex__list.w52 {
  flex-basis: 52%;
}

.flex .flex__list.w53 {
  flex-basis: 53%;
}

.flex .flex__list.w54 {
  flex-basis: 54%;
}

.flex .flex__list.w55 {
  flex-basis: 55%;
}

.flex .flex__list.w56 {
  flex-basis: 56%;
}

.flex .flex__list.w57 {
  flex-basis: 57%;
}

.flex .flex__list.w58 {
  flex-basis: 58%;
}

.flex .flex__list.w59 {
  flex-basis: 59%;
}

.flex .flex__list.w60 {
  flex-basis: 60%;
}

.flex .flex__list.w65 {
  flex-basis: 65%;
}

.flex .flex__list.w70 {
  flex-basis: 70%;
}

.flex__list a {
  text-decoration: none!important
}

@media only screen and (max-width:520px) {
  .flex.divided2 ,
  .flex.divided3  {
    margin-left: auto;
    margin-right: auto;
  }
  
  .flex.space__between {
    justify-content: center;
  }

  .flex .flex__list,
  .flex.divided2 .flex__list,
  .flex.divided3 .flex__list,
  .flex.divided2 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(even),
  .flex.divided3 .flex__list:nth-child(3n-1) {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex .flex__list.w20,
  .flex .flex__list.w25,
  .flex .flex__list.w30 ,
  .flex .flex__list.w31,
  .flex .flex__list.w32,
  .flex .flex__list.w33,
  .flex .flex__list.w34,
  .flex .flex__list.w35,
  .flex .flex__list.w36,
  .flex .flex__list.w37,
  .flex .flex__list.w38,
  .flex .flex__list.w39,
  .flex .flex__list.w40,
  .flex .flex__list.w41,
  .flex .flex__list.w42,
  .flex .flex__list.w43,
  .flex .flex__list.w44,
  .flex .flex__list.w45,
  .flex .flex__list.w46,
  .flex .flex__list.w47,
  .flex .flex__list.w48,
  .flex .flex__list.w49,
  .flex .flex__list.w50,
  .flex .flex__list.w51,
  .flex .flex__list.w52 ,
  .flex .flex__list.w53 ,
  .flex .flex__list.w54 ,
  .flex .flex__list.w55 ,
  .flex .flex__list.w56 ,
  .flex .flex__list.w57 ,
  .flex .flex__list.w58 ,
  .flex .flex__list.w59 ,
  .flex .flex__list.w60,
  .flex .flex__list.w65 ,
  .flex .flex__list.w70 {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
  }

}


/*wide*/
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}



@media only screen and (max-width:520px) {
  .alignright.w10,
  .alignright.w20,
  .alignright.w30,
  .alignright.w40,
  .alignright.w50,
  .alignright.w60,
  .alignright.w70,
  .alignright.w80,
  .alignright.w90,
  .alignright.w100,
  .alignleft.w10,
  .alignleft.w20,
  .alignleft.w30,
  .alignleft.w40,
  .alignleft.w50,
  .alignleft.w60,
  .alignleft.w70,
  .alignleft.w80,
  .alignleft.w90,
  .alignleft.w100 {
    width: 100%;
  }
}



/*link*/
a  {
  text-decoration: underline;
}

a,
a:hover {
  cursor:pointer;
  color: inherit;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition: 0.2s all;
}

a:hover {
  opacity: 0.7; 
}


a.underline {
  text-decoration: underline;
}

@media (min-width: 520px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
}

@media only screen and (max-width: 520px) {
  a:hover {
    opacity: 1.0; 
  }
}


/*radius*/
.radius9 {
  border-radius: 9px;
}

.radius18 {
  border-radius: 18px;
}


/*img*/
img {
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
  max-width:100%
}

figure  {
  padding-left: 0;
  margin-right: 0;
  margin-left: auto;
  margin-right: auto;
}

img.radius {
  border-radius: 36px;
}

@media only screen and (max-width:520px) {
  img.radius {
    border-radius:calc(36px / 2);
  }
}

img.round {
  border-radius: 100%;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter  {
  margin:0;
}

.alignleft  {
  display:inline;
  float:left;
  margin-top:9px;
  margin-right:36px;
  margin-bottom:18px
}

.alignright {
  display:inline;
  float:right;
  margin-top:9px;
  margin-left:36px;
  margin-bottom:18px
}

.aligncenter  {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

@media only screen and (max-width:520px) {
  .alignnone,
  .alignleft,
  .alignright,
  .aligncenter  {
    display:block;
    float:none;t
    ext-align:center;
    margin:1em auto
  }
}

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

Btn Setting

---------------------------------------------------------- */
/*btn*/
.btn, 
button[type="submit"], 
input[type="submit"]  {
  display:block;
  text-decoration: none;
  text-align:center;
  text-decoration:none;
  box-sizing:border-box;
  position:relative;
  cursor:pointer;
  box-shadow:none;
  outline:none;
  appearance:none;
  font-weight: 600;
}

.btn__primary {
  background: #84aa43;
  border: 1px solid #84aa43;
  text-align: center;
  color: #fff;
  padding:18px;
  border-radius: 9px;
}

  .btn__primary:hover,
  .btn__primary:focus  {
    color: #fff;
  }

.btn__secondary {
  background: #fff;
  border: 1px solid #84aa43;
  text-align: center;
  color: #84aa43;
  padding:18px;
  border-radius: 9px;
}

  .btn__secondary:hover,
  .btn__secondary:focus  {
    color: #84aa43;
  }

.btn__small {
  width:256px;
}

.btn__middle {
  width:468px;
}

.btn__xmiddle {
  width:600px;
}

.btn__large {
  width:100%x;
}

@media only screen and (max-width:520px) {
  .btn__primary,
  .btn__secondary {
    padding:calc(18px / 2);
  }

  .btn__small,
  .btn__middle,
  .btn__xmiddle,
  .btn__large {
    width:100%;
  }

}

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

Form Setting

---------------------------------------------------------- */
/*form reset
input[type=submit],
button,
button[type=submit],
button[type=button] {
  appearance:none;
  cursor:pointer;
  outline:none;
  box-sizing:border-boxt;
  border:none;
  background: transparent;
  font-size: 18px;
}
*/
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
textarea {
  appearance:none;
  outline:none;
  border-radius: 9px;
  border:1px solid #ccc;
  padding: 18px;
  box-sizing:border-box;
  max-width: 100%;
  font-size: 18px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
  transition: 0.3s;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.1)
}

/*radio checkbox*/
input[type=radio].scale2,
input[type=checkbox].scale2 {
  transform:scale(2.0)
}

/*select*/
.select select {
  box-sizing:border-box;
  width: 100%;
  outline: none;
  border:none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #000;
  max-width: 100%;
  padding: 18px 36px 18px 18px;
  font-size: 18px;
}

.select select::-ms-expand {
  display: none;
}

.select {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  border:1px solid #ccc;
  box-sizing:border-box;
  background: #fff;
}

.select::before {
  position: absolute;
  top: 45%;
  right:9px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #222;
  pointer-events: none;
}

::-webkit-input-placeholder {
  color:#aaa;
}
:-ms-input-placeholder {
  color:#aaa;
}
::placeholder{
  color:#aaa
}

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

Table Setting

---------------------------------------------------------- */
/*wide*/
table.w20 th {
  width: 20%;
}

table.w30 th {
  width: 30%;
}

table.w40 th {
  width: 40%;
}

table.w50 th {
  width: 50%;
}


/*table__bordered*/
table.table__bordered {
  border: none;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #84aa43;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__bordered tr th {
  text-align: left;
  font-weight: 400;
  border: 1px solid #84aa43;
  background: #f1f6e9;
  padding: 4px;
  font-weight: bold;
}

table.table__bordered tr td {
  text-align: left;
  font-weight: 400;
  border: 1px solid #84aa43;
  padding: 4px;
}

/*table__striped*/
table.table__striped {
  border: none;
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.table__striped tr th ,
table.table__striped tr td {
  text-align: left;
  font-weight: 400;
  padding: 18px;
}

table.table__striped tr th {
  font-weight: bold;
}

  table.table__striped tr:nth-child(odd) th ,
  table.table__striped tr:nth-child(odd) td {
    background: #f1f6e9;
  }

  table.table__striped tr:nth-child(even) th ,
  table.table__striped tr:nth-child(even) td {
    background: #fff;
  }


/*table__responsive*/
@media only screen and (max-width:520px) {
  /*table__responsive*/
  .table__responsive {
    table-layout: fixed;
  }

  .table__responsive tr th,
  .table__responsive tr td {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: block;
  }

  .table__responsive tr th,
  .table__striped.table__responsive tr th,
  .table__bordered.table__responsive tr th {
    padding-bottom: 2.25px;
    border: none;
  }

  .table__bordered.table__responsive tr {
    border: 1px solid #84aa43;
  }

  .table__responsive tr td,
  .table__striped.table__responsive tr td,
  .table__bordered.table__responsive tr td {
    padding-top: 2.25px;
    border: none;
  }

  .table__responsive.w20,
  .table__responsive.w30,
  .table__responsive.w40,
  .table__responsive.w50 {
    width: 100%;
  }
}


/*definition__list*/
.definition__list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:top;
  padding:1.75px 0;
}

.definition__list dl dt {
  font-weight: 500;
}

.definition__list dl dd {
}

.definition__list.w15 dl dt {
  flex-basis: 15%;
}

.definition__list.w20 dl dt {
  flex-basis: 20%;
}

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

}

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

Layout Setting

---------------------------------------------------------- */
body        {
  position: relative;
  font-feature-settings:"palt" 1;
  line-break:strict!important;
  overflow-wrap:break-word!important;
  word-wrap:break-word!important;
  box-sizing:border-box;
  width:100%;
  min-width: 1180px;
  color: #222;
  font-weight: normal;
  font-size:18px;
  line-height:2.1234567;
  padding:0;
  margin:auto;
}

main {
  position: relative;
  z-index: 12;
}

.container__fluid  {
  width:100%;
  margin:auto;
  max-width: 1980px;
}

.container  {
  width:1180px;
  max-width: 1980px;
  margin:auto;
}

.container__middle {
  max-width:1080px;
  margin:auto;
}

.container__narrow {
  max-width:1024px;
  margin:auto;
}

.container__xnarrow  {
  max-width:980px;
  margin:auto;
}

.container__xxnarrow {
  max-width:880px;
  margin:auto;
}

.container__xxxnarrow {
  max-width:780px;
  margin:auto;
}

.container__xxxxnarrow {
  max-width:680px;
  margin:auto;
}

@media only screen and (max-width:520px) {
  body  {
    min-width:1px;
    font-size:calc(18px / 1.18);
    line-height: 1.89;
    -webkit-text-size-adjust:100%;
    -webkit-overflow-scrolling:touch;
  }

  .container_wide,
  .container,
  .container__middle,
  .container__narrow,
  .container__xnarrow,
  .container__xxnarrow,
  .container__xxxnarrow,
  .container__xxxxnarrow {
    width:100%;
    max-width:100%;
    padding-left:1em;
    padding-right:1em;
    box-sizing:border-box
  }

  main {
    overflow-x: hidden;
  }
}

/*iPhone横*/
@media (orientation: landscape) and (max-width:900px)　{
  body  {
    min-width:1180px;
  }
}

/*iPad用*/
@media screen and (device- width : 768px ) and (device- height : 1024px ) and (-webkit-device-pixel-ratio: 2 ) {
  body  {
    min-width: 1024px;
  }
}

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

Header Setting

---------------------------------------------------------- */
/*topbar*/
.topbar {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 12345789;
}

.topbar__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.topbar .logo {
  flex-basis: calc(711px / 2);
  padding-top: 9px;
}

.topbar .logo a {
  text-decoration: none;
}

.topbar .logo img {
  margin-top: -9px;
}

.topbar .logo .small {
  display: block;
  text-align: left;
  line-height: 1.23456;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: auto;
  font-weight: 500;
}

.topbar__tel  {
  flex-basis: 410px;
  text-align: center;
}

.topbar__tel a {
  text-decoration:none;
  display: block;
  background: #84aa43;
  border-radius: 100px;
  padding: 10px 36px;
  color: #fff;
}

.topbar__tel a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  line-height: normal;
  padding: 0 4.5px;
}

  .topbar__tel a span.en {
    font-size: 18px;
  }

  .topbar__tel a span.tel {
    font-size: 30.5px;
  }

.topbar__tel .small {
  display: block;
  text-align: center;
  line-height: 1.23456;
  letter-spacing: 0.05em;
  font-size: 14px;
  margin: 9px auto auto;
  font-weight: 400;
}


@media only screen and (max-width:520px) {
  .topbar__container {
    padding: calc(18px / 1.5) 18px;
  }

  .topbar .logo {
    flex-basis: 80%;
    padding-top: 0;
  }

  .topbar .logo img {
    width: calc(711px / 3);
  }

  .topbar .logo .small {
    font-size: calc(15px / 1.2);
  }

  .topbar__tel  {
    display: none;
  }
}

/*gnav*/
.gnav__pc {
  width: 100%;
  margin: auto;
  text-align: center;
  z-index: 123456;
  padding: 13.5px 0;
}

.gnav__pc li  {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.gnav__pc li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 27px 49.5px;
}

.gnav__pc li:nth-last-child(1) a:after {
  display: none;
}

/*gnav_pc*/
nav.gnav__sp {
  display: none
}
@media only screen and (max-width:960px) {
  .gnav__pc {
    display: none;
  }

  nav.gnav__sp  {
    display:block;
    position:fixed;
    top:0;
    right:-55%;
    bottom:0;
    width:55%;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transition:all .5s;
    opacity:0;
    background:#84aa43;
    z-index: 1234567890123456789;
  }

  .open nav.gnav__sp  {
    right:0;
    opacity:1
  }

  nav.gnav__sp .inner {
    padding:0
  }

  nav.gnav__sp .inner ul  {
    list-style:none;
    margin-top: 36px;
    padding:18px;
  }

  nav.gnav__sp .inner ul li {
    position:relative;
    margin:0;
    text-align:left
  }

  nav.gnav__sp .inner ul li a     {
    display:block;
    color:#fff;
    box-sizing:border-box;
    font-size:17px;
    font-weight: 500;
    padding:28px 0;
    text-decoration:none;
    transition-duration:0.2s;
    border-bottom:1px solid rgba(255,255,255,0.5);
    color: #fff;
  }

  /*toggle__btn*/
  .toggle__btn {
    display:block;
    position:fixed;
    top:18px;
    right:1em;
    width:30px;
    height:30px;
    transition:all .5s;
    cursor:pointer;
    z-index: 123456789012345678901
  }

  .toggle__btn span {
    display:block;
    position:absolute;
    right:0;
    width:40px;
    height:2px;
    background-color:#84aa43;
    border-radius:0;
    transition:all .5s;
  }

  .toggle__btn span:nth-child(1) {
    top:4px
  }

  .toggle__btn span:nth-child(2) {
    top:12px
  }

  .toggle__btn span:nth-child(3)  {
    bottom:8px
  }

  .open .toggle__btn span {
    background-color:#fff
  }

  .open .toggle__btn span:nth-child(1) {
    -webkit-transform:translateY(8px) rotate(-315deg);
    transform:translateY(8px) rotate(-315deg)
  }

  .open .toggle__btn span:nth-child(2) {
    opacity:0
  }

  .open .toggle__btn span:nth-child(3) {
    -webkit-transform:translateY(-8px) rotate(315deg);
    transform:translateY(-8px) rotate(315deg)
  }
}

/*mask
#mask         {display:none;transition:all .5s}
.open #mask   {display:block;position:fixed;top:0;right:0;width:100%;height:100%;z-index:200000;cursor:pointer}
*/

/*home__mainvisual*/
.home__mainvisual {
  width: 100%;
  height:540px;
  max-width: 1980px;
  margin: auto;
}

.home__mainvisual__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.home__mainvisual__title {
  flex-basis: 45%;
  background: #fff;
  padding:81px 90px;
  text-align: left;
}

.home__mainvisual__title span {
  display: block;
  color: #527c68;
  font-size:30px;
  line-height: 2.12346;
  margin-left:calc((100% - 425px) / 1);
  font-weight: 700;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active > div img, 
.swiper-slide-duplicate-active > div img, 
.swiper-slide-prev > div img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.home__mainvisual__img {
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width:520px) {
  .home__mainvisual {
    width: 100%;
    height:calc(540px / 1.5);
    max-width: 100%;
    margin-bottom: -54px;
  }

  .home__mainvisual__title {
    flex-basis: 85%;
    margin-top: 120px;
    padding:18px;
  }

  .home__mainvisual__title span {
    font-size:calc(30px / 1.5);
    margin-left:auto;
  }

  .home__mainvisual__img {
    width: 200%;
    margin-left: -62.50%;
  }

}



/*mainvisual*/
.mainvisual {
  width: 100%;
  height: 250px;
  position: relative;
}

.mainvisual_container {
  width: 100%;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mainvisual_title  {
  flex-basis: 100%;
  text-align: center;
  margin: auto;
}

.mainvisual_title span {
  display: block;
  font-size: 44px;
  line-height: 2;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: auto;
}


@media only screen and (max-width:520px) {
  .mainvisual,
  .mainvisual_container {
    width: 100%;
    height: calc(250px / 1.5);
  }

  .mainvisual_title span {
    font-size: calc(44px / 1.6);
  }

}


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

Section Setting

---------------------------------------------------------- */
/*bg*/
.bg1 {
  background-color: #fff
}

.bg2 {
  background-color: #edf2e3;
}

.bg3 {
  background-color: #84aa43;
}

.color1 {
  color: #fff
}

.color2 {
  color: #edf2e3
}

.color3 {
  color: #84aa43;
}


/*section*/
.section {
  padding:90px 0 ;
}

.section.border__bottom {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width:520px) {
  .section {
    padding:calc(90px /1.5) 0 ;
  }
}

/*padding margin*/
.mt-4  {
  margin-top: -4.5px
}

.mt-9  {
  margin-top: -9px
}

.mt-18  {
  margin-top: -18px
}

.mt-27  {
  margin-top: -27px
}

.mt-36 {
  margin-top: -36px
}

.mt-45 {
  margin-top: -45px
}

.mt-54 {
  margin-top: -54px
}

.mt-63 {
  margin-top: -63px
}

.mt-72 {
  margin-top: -72px
}

.mt-81 {
  margin-top: -81px
}

.mt-90 {
  margin-top: -90px
}

.mb-9  {
  margin-bottom: -9px
}

.mb-18  {
  margin-bottom: -18px
}

.mb-27  {
  margin-bottom: -27px
}

.mb-36 {
  margin-bottom: -36px
}

.mb-45 {
  margin-bottom: -45px
}

.mb-54 {
  margin-bottom: -54px
}

.mb-63 {
  margin-bottom: -63px
}

.mb-72 {
  margin-bottom: -72px
}

.mb-81 {
  margin-bottom: -81px
}

.mb-90 {
  margin-bottom: -90px
}

.mt9 {
  margin-top: 9px;
}

.mt18 {
  margin-top: 18px;
}

.mt27 {
  margin-top: 27px;
}

.mt36 {
  margin-top: 36px;
}

.mt45 {
  margin-top: 45px;
}

.mt54 {
  margin-top: 54px;
}

.mt63 {
  margin-top: 63px;
}

.mt72 {
  margin-top: 72px;
}

.mt81 {
  margin-top: 81px;
}

.mt90 {
  margin-top: 90px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb27 {
  margin-bottom: 27px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb54 {
  margin-bottom: 54px;
}

.mb63 {
  margin-bottom: 63px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb81 {
  margin-bottom: 81px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt9 {
  padding-top: 9px;
}

.pt18 {
  padding-top: 18px;
}

.pt27 {
  padding-top: 27px;
}

.pt36 {
  padding-top: 36px;
}

.pt45 {
  padding-top: 45px;
}

.pt54 {
  padding-top: 54px;
}

.pt63 {
  padding-top: 63px;
}

.pt72 {
  padding-top: 72px;
}

.pt81 {
  padding-top: 81px;
}

.pt90 {
  padding-top: 90px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb18 {
  padding-bottom: 18px;
}

.pb27{
  padding-bottom: 27px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb54 {
  padding-bottom: 54px;
}

.pb63 {
  padding-bottom: 63px;
}

.pb72 {
  padding-bottom: 72px;
}

.pb81 {
  padding-bottom: 81px;
}

.pb90 {
  padding-bottom: 90px;
}

.pd9 {
  padding: 9px;
}

.pd18 {
  padding: 18px;
}

.pd27 {
  padding: 27px;
}

.pd36 {
  padding: 36px;
}

.pd45 {
  padding: 45px;
}

.pd54 {
  padding: 54px;
}
@media only screen and (max-width:520px) {
  .mt-4  {
    margin-top: calc(-4.5px / 2)
  }

  .mt-9  {
    margin-top: calc(-9px / 2)
  }

  .mt-18  {
    margin-top: calc(-18px / 2)
  }

  .mt-27  {
    margin-top: calc(-27px / 2)
  }

  .mt-36 {
    margin-top: calc(-36px / 2)
  }

  .mt-45 {
    margin-top: calc(-45px / 2)
  }

  .mt-54 {
    margin-top: calc(-54px / 2)
  }

  .mt-63 {
    margin-top: calc(-63px / 2)
  }

  .mt-72 {
    margin-top: calc(-72px / 2)
  }

  .mt-81 {
    margin-top: calc(-81px / 2)
  }

  .mt-90 {
    margin-top: calc(-90px / 2)
  }

  .mb-9  {
    margin-bottom: calc(-9px / 2)
  }

  .mb-18  {
    margin-bottom: calc(-18px / 2)
  }

  .mb-27  {
    margin-bottom: calc(-27px / 2)
  }

  .mb-36 {
    margin-bottom: calc(-36px / 2)
  }

  .mb-45 {
    margin-bottom: calc(-45px / 2)
  }

  .mb-54 {
    margin-bottom: calc(-54px / 2)
  }

  .mb-63 {
    margin-bottom: calc(-63px / 2)
  }

  .mb-72 {
    margin-bottom: calc(-72px / 2)
  }

  .mb-81 {
    margin-bottom: calc(-81px / 2)
  }

  .mb-90 {
    margin-bottom: calc(-90px / 2)
  }

  .mt9 {
    margin-top: calc(9px / 2)
  }

  .mt18 {
    margin-top: calc(18px / 2)
  }

  .mt27 {
    margin-top: calc(27px / 2)
  }

  .mt36 {
    margin-top: calc(36px / 2)
  }

  .mt45 {
    margin-top: calc(45px / 2)
  }

  .mt54 {
    margin-top: calc(54px / 2)
  }

  .mt63 {
    margin-top: calc(63px / 2)
  }

  .mt72 {
    margin-top: calc(72px / 2)
  }

  .mt81 {
    margin-top: calc(81px / 2)
  }

  .mt90 {
    margin-top: calc(90px / 2)
  }

  .mb9 {
    margin-bottom: calc(9px / 2)
  }

  .mb18 {
    margin-bottom: calc(18px / 2)
  }

  .mb27 {
    margin-bottom: calc(27px / 2)
  }

  .mb36 {
    margin-bottom: calc(36px / 2)
  }

  .mb45 {
    margin-bottom: calc(45px / 2)
  }

  .mb54 {
    margin-bottom: calc(54px / 2)
  }

  .mb63 {
    margin-bottom: calc(63px / 2)
  }

  .mb72 {
    margin-bottom: calc(72px / 2)
  }

  .mb81 {
    margin-bottom: calc(81px / 2)
  }

  .mb90 {
    margin-bottom: calc(90px / 2)
  }

  .pt9 {
    padding-top: calc(9px / 2)
  }

  .pt18 {
    padding-top: calc(18px / 2)
  }

  .pt27 {
    padding-top: calc(27px / 2)
  }

  .pt36 {
    padding-top: calc(36px / 2)
  }

  .pt45 {
    padding-top: calc(45px / 2)
  }

  .pt54 {
    padding-top: calc(54px / 2)
  }

  .pt63 {
    padding-top: calc(63px / 2)
  }

  .pt72 {
    padding-top: calc(72px / 2)
  }

  .pt81 {
    padding-top: calc(81px / 2)
  }

  .pt90 {
    padding-top: calc(90px / 2)
  }

  .pb9 {
    padding-bottom: calc(9px / 2)
  }

  .pb18 {
    padding-bottom: calc(18px / 2)
  }

  .pb27{
    padding-bottom: calc(27px / 2)
  }

  .pb36 {
    padding-bottom: calc(36px / 2)
  }

  .pb45 {
    padding-bottom: calc(45px / 2)
  }

  .pb54 {
    padding-bottom: calc(54px / 2)
  }

  .pb63 {
    padding-bottom: calc(63px / 2)
  }

  .pb72 {
    padding-bottom: calc(72px / 2)
  }

  .pb81 {
    padding-bottom: calc(81px / 2)
  }

  .pb90 {
    padding-bottom: calc(90px / 2)
  }

  .pd9 {
    padding: calc(9px / 2)
  }

  .pd18 {
    padding: calc(18px / 2)
  }

  .pd27 {
    padding: calc(27px / 2)
  }

  .pd36 {
    padding: calc(36px / 2)
  }

  .pd45 {
    padding: calc(45px / 2)
  }

  .pd54 {
    padding: calc(54px / 2)
  }

}


.section__content {
  padding: 18px 0;
}

p.leed {
  font-size: 18px;
}

p.leed.center {
  text-align: center;
}

@media only screen and (max-width:520px) {
  .section__content {
    padding:calc(18px / 1.5) 0;
  }

  p.leed {
    font-size: calc(18px / 1.18)
  }

}

/*section__title*/
.section__title,
.section__title span {
  text-align: center;
}

.section__title.left,
.section__title.left span {
  text-align: left;
}

.section__title span {
  display: block;
  font-weight:600;
  color: 000;
  margin-bottom: 9px;
}

.section__title span.ja {
  font-size: 40px;
  line-height: 1.456789;
  font-weight: 600;
}

@media only screen and (max-width:520px) {
  .section__title span {
    margin-bottom: calc(9px / 1.5);
  }

  .section__title span.ja {
    font-size: calc(40px / 1.85);
  }

}

/*section__subtitle*/
.section__subtitle {
  text-align: left;
}

.section__subtitle span {
  display: block;
  position: relative;
  text-align: left;
  font-size: 27px;
  line-height: normal;
  font-weight:600;
  margin-bottom: 18px;
}


@media only screen and (max-width:520px) {
  .section__subtitle span {
    font-size: calc(27px / 1.5);
    margin-bottom: calc(18px / 1.5);;
  }

}


/*breadnav*/
.breadnav {
  padding: 27px 0;
}

.breadnav p {
  font-size: 15.5px;
  line-height: 2
}

.breadnav p a {
  text-decoration: underline!important;
}

  .breadnav p a:focus ,
  .breadnav p a:hover  {
    text-decoration: none!important;
    transition: 0.3s;
  }

@media only screen and (max-width:520px) {
  .breadnav {
    padding: calc(27px / 1.5) 0;
  }

  .breadnav p {
    font-size: calc(15.5px / 1.2)
  }

}

/*circle*/
.circle {
  color: #84aa43!important;
  font-weight: bold;
}

/*caption*/
span.caption {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (max-width:520px) {
  span.caption {
    font-size: calc(18px / 1.18);
    margin-top: calc(18px / 2);
  }

}

@media only screen and (max-width:520px) {
/*figure*/
  figure.container__xnarrow {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

}

/*ifraem*/
iframe.map {
  width: 100%;
  height: 428px;
}

iframe.map.radius {
  border-radius: 36px;
}

@media only screen and (max-width:520px) {
  iframe.map {
    height: calc(428px / 1.5)
  }

  iframe.map.radius {
    border-radius: calc(36px / 2);
  }

}

/*common__consultation*/
.common__consultation__container {
  padding: 45px;
  margin-top: 45px;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-time: top;
}

  .bg2 .common__consultation__container {
    background: #fff;
  }

.common__consultation__time,
.common__consultation__calendar {
  flex-basis: 100%;
}
/*
.common__consultation__doctor {
  flex-basis: 100%;
}
  

@media only screen and (max-width:520px) {
  .section.common__consultation {
    padding: cacl(54px / 2) 0 cacl(54px / 2);
  }

  .common__consultation__container {
    padding:calc(18px / 2) 0 0;
  }

    .home .common__consultation__container {
      padding:calc(18px / 18) 18px 0;
    }

  .common__consultation__time,
  .common__consultation__calendar,
  .common__consultation__doctor {
    flex-basis: 100%;
    margin:9px auto
  }
}
*/


@media only screen and (max-width:520px) {
  .common__consultation__container {
    padding: 18px;
    margin-top:calc(45px / 1.5);
  }
}


/*calendar__table*/
.calendar__table  {
  padding:0 0 18px;
}

.calendar__table table {
  width: 100%;
  border-collapse: collapse;
  border-left: 0;
  border-right: 0;
}

.calendar__table thead th {
  text-align: center;
  border: none;
  padding:9px 4.5px ;
  border-bottom: 1.5px solid #84aa43;
}

.calendar__table tbody th ,
.calendar__table tbody td   {
  text-align: center;
  border-bottom: 1.5px solid #84aa43;
  padding:9px 4.5px ;
}

.calendar__table tbody th {
  width: 26%;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.calendar__table tbody td  {
  width: 11%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: inherit;
}

  .calendar__table table.top thead th,
  .calendar__table table.top tbody td,
  .calendar__table table.top tbody td {
    vertical-align: top;
  }

  .calendar__table table.middle thead th,
  .calendar__table table.middle tbody td,
  .calendar__table table.middle tbody td {
    vertical-align: middle;
  }
  /*

  .common__consultation__doctor .calendar__table tbody td  {
    font-weight: 500;
    padding: 18px ;
  }*/

.calendar__table tbody td span  {
  color: #84aa43;
  font-size: 36px;
  text-align: center;
}

.common__consultation__calendar .sat,
.common__consultation__time .sat,
.calendar__table tbody td.sat  {
  background: #bfe9f8;
}

.common__consultation__calendar .off,
.common__consultation__time .off,
.calendar__table tbody td.off  {
  background: #ffddea;
}

.calendar__caution   {
  display: block;
  margin-top:9px;
  font-size: 18px;
  line-height: inherit;
}

  .calendar__caution.right   {
    text-align: right;
  }
/*
.calendar__caution .mark   {
  width: 36px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4.5px;
  margin-top: -2.25px;
  margin-left: 9px;
}
*/

@media only screen and (max-width:520px) {
  .calendar__table  {
    padding: calc(18px / 2) 0 ;
  }

  .calendar__table thead th,
  .calendar__table tbody th ,
  .calendar__table tbody td   {
    padding:calc(9px /2) calc(4.5px /2);
  }
/*
  .common__consultation__time .calendar__table tbody th ,
  .common__consultation__time .calendar__table tbody td   {
    padding: calc(21.5px / 2) calc(4.5px / 2);
  }
*/
  .calendar__table tbody th {
    width: 25%;
  }

  .calendar__table tbody td  {
    width: 10%;
  }

  .calendar__table thead th ,
  .calendar__table tbody th ,
  .calendar__table tbody td  {
    font-size: calc(18px / 1.35)
  }

  .calendar__table tbody td span  {
    font-size: calc(36px / 1.5)!important
  }
/*
  .common__consultation__doctor .calendar__table tbody td,
  .common__consultation__doctor .calendar__table tbody th  {
    padding: calc(18px / 4) 2.25px;
    width: calc(100% / 8);
    font-size: 90%;
    border: 1px solid #84aa43;
  }
*/
  .calendar__caution   {
    margin-top: calc(9px / 1.5);
    font-size: calc(18px / 1.2);
    line-height: 1.56789;
  }

/*
  .calendar__caution .mark   {
    width: calc(36px / 2);
    height: calc(22px / 2);
    margin-right: calc(4.5px / 2);
    margin-top: calc(-2.25px / 2);
    margin-left: calc(9px / 2);
  }
*/

}

/*common__nav */
.common__nav__container {
  padding: 45px 0;
}

.common__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.common__nav__list li {
  flex-basis: 48%;
  margin: 0;
}

.common__nav__list li a {
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  border-radius: 9px;
  padding: 24px 54px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
}

.common__nav__list li a img {
  width: 40.5px;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}

.common__nav__list li a:after  {
  content: '';
  position: absolute;
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  top: 47.5%;
  right: 18px;
  width: 9px;
  height:9px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

@media only screen and (max-width:520px) {
  .common__nav__container {
    padding:18px
  }

  .common__nav__list li {
    flex-basis: 100%;
    margin: 9px auto;
  }

  .common__nav__list li a {
    border-radius: 9px;
    padding: calc(24px / 1.5) 18px calc(20px / 1.5);
    font-size: calc(19px /1.19);
  }

  .common__nav__list li a img {
    width: calc(40.5px / 1.5);
    margin-right: calc(9px / 1.5);
  }

  .common__nav__list li a:after  {
    content: '';
    position: absolute;
    display: block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    top: 47.5%;
    right: 18px;
    width: 9px;
    height:9px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }


}


/*common__access */
.common__access {
  padding-bottom:0;
}

.common__access__map {
  width: 100%;
}

.common__access__map iframe {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width:520px) {
  .common__access__map iframe {
    height: calc(500px / 1.5);
  }


}



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

Home Setting

---------------------------------------------------------- */
/*home__news*/
.home__news__container {
  padding: 45px 72px;
  background: #fff;
}

.home__news__list {
  height: 700px;
  overflow-y: scroll;
}

.home__news__list dl {
  padding: 18px 0;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px dotted #aaa;
}

.home__news__list dl:nth-last-child(1) {
  border-bottom: none;
}

.home__news__list dl dt {
  font-weight: bold;
}

.home__news__list dl dd {
}

.home__news__list dl dd span.strong.red {
  font-weight: bold;
  display: block;
  color: #db5860;
}

.home__news__list dl dd span.strong.blue {
  font-weight: bold;
  display: block;
  color: #5860db;
}

@media only screen and (max-width:520px) {
  .home__news__container {
    padding:18px;
  }

  .home__news__list {
    height: calc(700px / 1.5);
  }

  .home__news__list dl {
    padding: calc(18px /1.5) 0;
    font-size: calc(18px / 1.18)
  }

}



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

Footer Setting

---------------------------------------------------------- */
/*footer__sitemap*/
.footer__sitemap {
  padding: 45px 0;
  margin: 0;
  border-bottom: 1px solid #999;
}

.footer__sitemap__list {
  margin: auto;
  text-align: center;
}

.footer__sitemap__list ul li {
  font-size: 15.5px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-weight:600;
}

.footer__sitemap__list ul li a {
  display: block;
  text-decoration: underline;
  padding: 0 18px;
}

@media only screen and (max-width:520px) {
  .footer__sitemap {
    padding: calc(45px / 1.5) 18px;
  }

  .footer__sitemap__list ul li {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    font-size: calc(15.5px / 1.1);
  }

  .footer__sitemap__list ul li a {
    padding:9px 0 ;
    text-align: left;
  }

}


/*footer__container*/
.footer__container {
  padding: 90px 0 ;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:top;
  position: relative;
  z-index: 123456;
}

.footer__left {
  flex-basis: 50%;
  text-align: left;
}

.footer__right {
  flex-basis:45%;
  text-align: left;
}

.footer__logo {
  width: 356px;
}

.footer__logo img {
  width: 100%;
  height: auto;
}


.footer__text  {
  margin-bottom: 18px;
}

.footer__tel  {
  padding: 18px 0 ;
}

.footer__tel a {
  display: block;
  text-decoration: none;
}

.footer__tel span.tel {
  font-size: 66px;
  vertical-align: middle;
  font-weight: 900;
  color: #84aa43;
  line-height: 1;
}

.footer__tel img {
  width: 27px;
  vertical-align: middle;
  margin: 9px 4.5px 0 0;
  height: autp;
}

.footer__right .calendar__caution  {
  font-size: 18px;
  line-height: 1.789;
}

@media only screen and (max-width:520px) {
  .footer__container {
    padding: calc(90px /1.5) 0 calc(90px / 3);
  }

  .footer__left {
    flex-basis: 100%;
  }

  .footer__right {
    flex-basis:100%;
    margin-top: 18px;
  }

  .footer__logo {
    width: calc(356px /1.5);
    text-align: center;
    margin: auto;
  }

  .footer__text  {
    margin-bottom: calc(18px / 1);
  }

  .footer__left .footer__text  {
    text-align: left;
    margin: 9px 0 18px;
  }

  .footer__img {
    max-width: 100%;
    text-align: center;
    margin: auto;
  }

  .footer__tel  {
    padding: calc(18px / 1.5) 0 ;
    text-align: center;
    margin: auto;
  }

  .footer__tel span.tel {
    font-size: calc(66px / 1.5);
  }

  .footer__tel img {
    width: calc(27px /1.5);
    margin: calc(9px /1.5) calc(4.5px /1.5) 0 0;
  }

  .footer__right .calendar__caution  {
    font-size: calc(18px / 1.19);
  }

}


/*footer__copyright*/
.footer__copyright {
  text-align: center;
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  line-height: 2;
  margin:45px auto auto;
}

.footer__copyright address {
  font-style: normal;
  color: #9c9c9c;
}


@media only screen and (max-width:520px) {
  .footer__copyright {
    font-size: calc(14px / 1.2);
    margin:calc(45px / 1.5) auto auto;
  }

}


/*footer__nav__sp*/
.footer__nav__sp {
  display: none;
}

@media only screen and (max-width:520px) {
  .footer__nav__sp {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    margin: auto;
    z-index:12;
    color: #fff;
    line-height: inherit;
  }

  .footer__nav__sp a {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: auto;
    padding:4.5px 0 0;
  }

  .footer__nav__sp img {
    display: inline-block;
    vertical-align: middle;
    width: calc(93px / 4.5);
    margin-right: 9px;
    margin-top: 2.25px;
  }

  .footer__nav__sp span {
    display: inline-block;
    vertical-align: middle;
    font-size: 29.5px;
    font-weight: 600;
    text-align: center;
    transform: scale(1.1 ,1);
  }

  .footer__nav__sp small {
    display: block;
    font-size: 11px!important;
    margin-top: -9px;
    padding-bottom: 9px;
  }

}

/*追加*/
.center {
  text-align: center;
}

.image-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-item {
  width: 30%;
  height: auto;
}


.dotted-line {
  border-bottom: 1px dotted #84aa43; 
  padding-bottom: 5px; 
  margin-bottom: 10px; 
}

.w80 {
  width: 80%; 
  height: auto;
}

@media only screen and (max-width: 768px) {
  .w80 {
    width: 90%; 
  }
}

@media only screen and (max-width: 480px) {
  .w80 {
    width: 100%; 
  }
}









/*fixed__nav__pc
.fixed__nav__pc  {
  position: relative;
}

.fixed__nav__pc ul {
  position: fixed;
  top:270px;
  right:0;
  z-index:123456789;
  height:200px
}

.fixed__nav__pc ul li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}

.fixed__nav__pc ul li a {
  text-decoration: none;
  display: block;
  padding:36px 18px;
  background: #84aa43;
  color: #fff;
  border-radius: 13.5px 0 0 13.5px; 
  letter-spacing: 0.015wm;
}

@media only screen and (max-width:520px) {
  .fixed__nav__pc  {
    display: none;
  }
}
*/
