@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* ========== end △ */
body {
  background: #fefefe;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  body img {
    max-width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #3c3d46;
  overflow: hidden;
  font-size: 1.4rem;
  min-width: 320px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #wrapper {
    min-width: 1256px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #wrapper {
    min-width: 320px;
  }
}
/* ========== end △ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , YuMincho, 'Noto Serif JP',  "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #3c3d46;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
/* ========== end △ */
/* ==================================================
	header
================================================== */
/* ==================================================
	gnav
================================================== */
.h_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.h_sec > a img {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.h_sec > a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.h_sec > a:hover img {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.h_sec .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h_sec .right .top .top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 15px;
}

.h_sec .right .top .top_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_sec .right .top .top_left ul:first-child li a {
  font-size: 12.5px;
  text-decoration: none;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}

.h_sec .right .top .top_left ul:first-child li a:hover {
  text-decoration: underline;
}

.h_sec .right .top .top_left ul:first-child li:first-child a {
  border-left: none;
}

.h_sec .right .top .top_left ul:last-child li {
  margin-left: 10px;
}

.h_sec .right .top .top_left ul:last-child li a {
  display: block;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.h_sec .right .top .top_left ul:last-child li a img {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  border-radius: 100%;
}

.h_sec .right .top .top_left ul:last-child li:nth-child(2) a img {
  border-radius: 25%;
}

.h_sec .right .top .top_left ul:last-child li a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.h_sec .right .top .top_left ul:last-child li a:hover img {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-box-shadow: 0px 3px 5px #b96778;
  box-shadow: 0px 3px 5px #b96778;
}

.h_sec .right .top .top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_sec .right .top .top_right .ac1 {
  background: #fff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_sec .right .top .top_right .ac1:first-child {
  margin-right: 2px;
}

.h_sec .right .top .top_right .ac1 h2 {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  line-height: 1.4;
}

.h_sec .right .top .top_right .ac1 ul li {
  line-height: 1.4;
}

.h_sec .right .top .top_right .ac1 ul li:first-child {
  text-align: center;
}

.h_sec .right .top .top_right .ac1 ul li:first-child a {
  font-size: 20px;
  text-decoration: none;
  background: url(../common_img/h_icon3.png) no-repeat left center;
  padding-left: 15px;
}

.h_sec .right .top .top_right .ac1 ul li:last-child {
  font-size: 12.5px;
}

.h_sec .right .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h_sec .right .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_sec .right .bottom ul li {
  margin-left: 20px;
  margin-right: 30px;
}
@media only screen and (max-width: 1400px) {
    .h_sec .right .bottom ul li{
        font-size: 1.3rem;
        margin-right: 20px;
    }
    .h_sec .right .top .top_left ul:first-child li a{
        padding: 0 5px;
    }
    .h_sec .right .top .top_right .ac1{
      padding: 10px 18px;
    }
}
.h_sec .right .bottom ul li a {
  text-decoration: none;
  position: relative;
  font-weight: bold;
  display: inline-block;
}

.h_sec .right .bottom ul li a:after {
  display: block;
  content: "";
  left: -15px;
  top: 0;
  bottom: 0;
  background: #333;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  margin: auto;
}

.h_sec .right .bottom ul li a:before {
  content: "";
  position: absolute;
  margin: 5px auto 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #b96778;
  -webkit-transform: scale3d(0, 3, 1);
  transform: scale3d(0, 3, 1);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  bottom: 0px;
}

.h_sec .right .bottom ul li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.h_sec .right .bottom > a {
  display: block;
  text-decoration: none;
  background: #21222c url(../common_img/h_icon.png) no-repeat left 40px center;
  padding: 20px 40px 20px 60px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  color: #fff;
  font-size: 16px;
}

.h_sec .right .bottom > a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #b96778 url(../common_img/h_icon.png) no-repeat left 40px center;
}

@media only screen and (max-width: 639px) {
  #header .h_sec {
    display: none;
  }
}
/* ========== end △ */
#header .sp_h_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3%;
  position: relative;
  z-index: 3;
}

#header .sp_h_sec > a {
  width: 45%;
}

#header .sp_h_sec ul {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .sp_h_sec ul li:nth-child(2) {
  margin: 0 5%;
}

#header .sp_h_sec ul li:last-child img {
  display: none;
}

#header .sp_h_sec ul li:last-child img:first-child {
  display: block;
}

#header .sp_h_sec ul li:last-child img:last-child {
  display: none;
}

#header .sp_h_sec ul li:last-child.opened img {
  display: none;
}

#header .sp_h_sec ul li:last-child.opened img:first-child {
  display: none;
}

#header .sp_h_sec ul li:last-child.opened img:last-child {
  display: block;
}

#header .sp_h_sec.show {
  background: #fff;
}

/* #header .sp_h_sec.show > a {
  opacity: 0;
  visibility: hidden;
} */

/* #header .sp_h_sec.show ul li:nth-child(1), #header .sp_h_sec.show ul li:nth-child(2) {
  opacity: 0;
  visibility: hidden;
} */

#header .menu_hidden {
  padding: 3% 15px 3%;
  position: absolute;
  width: 100%;
  z-index: 4;
  display: none;
  background: #fff;
}

#header .menu_hidden ul:first-child li {
  width: 100%;
}

#header .menu_hidden ul:first-child li:last-child a {
  border-bottom: none;
}

#header .menu_hidden ul:first-child li a {
  text-decoration: none;
  display: block;
  padding: 3% 2%;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

#header .menu_hidden ul:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#header .menu_hidden ul:last-child li {
  width: 12%;
  margin: 0 1%;
}

@media print, screen and (max-width: 639px) {
    #header .menu_hidden ul{
        align-items: center;
    }
    #header .menu_hidden ul:last-child li:nth-child(n+3){
        width: 35%;
    }
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #header .sp_h_sec {
    display: none !important;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #header .menu_hidden {
    display: none !important;
  }
}
/* ==================================================
	content_area
================================================== */
/* title set
-------------------------------------------------- */
/* ==================================================
	main_content
================================================== */
/* section set
-------------------------------------------------- */
/* ==================================================
	aside_area
================================================== */
/* ==================================================
	footer
================================================== */
#footer {
  color: #fff;
  /* padding: 70px 0; */
  background: #21222c;
  border-bottom: 17px solid #000;
    position: relative;
}

#footer .page_up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
}
#footer .f_sec{
    padding: 80px 0;
}
#footer .f_top{
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#footer .f_top .logo{
    margin-right: 20px;
}
#footer .f_top li{
    margin: 0 5px;
}
#footer .f_top li .ameba{
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    margin-left: 10px;
    display: inline-block;
}
#footer .f_top li .ameba:hover{
    text-decoration: none;
}
#footer .sitemap{
    padding: 0 5%;
}
#footer .sitemap a{
    color: #fff !important;
    text-decoration: none;
}
@media only screen and (min-width: 640px) {
    #footer .sitemap a:hover{
        text-decoration: underline;
    }
}
#footer::before{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #999999;
    content: "";
}
@media only screen and (max-width: 1279px) {

}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #footer .page_up {
    width: 7%;
    bottom: 3% !important;
  }

  #footer .page_up a {
    display: block;
  }
    #footer .sitemap{
        padding: 0;
    }
    #footer .sitemap ul{
        width: 48%;
    }
}
@media only screen and (max-width: 480px) {
    #footer .f_top .logo{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    #footer .sitemap ul li a{
        font-size: 2.7vw;
    }
    #footer .f_sec{
        padding: 55px 0;
    }
}
/* ========== end △ */
#footer .f_sec .container .f_top > a {
  display: inline-block;
  /* margin-bottom: 30px; */
}

/* #footer .f_sec .container .f_top > ul {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

/* #footer .f_sec .container .f_top > ul li {
  margin-right: 10px;
}

#footer .f_sec .container .f_top > ul li:first-child {
  margin-right: 30px;
} */

/* #footer .f_sec .container .f_top > ul li:first-child a {
  font-size: 24px;
  line-height: 1.5;
  text-decoration: none;
  background: url(../common_img/f_icon1.png) no-repeat left center;
  padding-left: 25px;
  color: #fff;
} */

#footer .f_sec .container .f_top > ul li a {
  display: inline-block;
}

#footer .f_sec .container .f_top > ul li a img {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  border-radius: 100%;
}

#footer .f_sec .container .f_top > ul li:nth-child(2) a img {
  border-radius: 25%;
}

#footer .f_sec .container .f_top > ul li:nth-child(1) a:hover,
#footer .f_sec .container .f_top > ul li:nth-child(2) a:hover{
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

#footer .f_sec .container .f_top > ul li:nth-child(1) a:hover img,
#footer .f_sec .container .f_top > ul li:nth-child(2) a:hover img{
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-box-shadow: 0px 3px 5px #b96778;
  box-shadow: 0px 3px 5px #b96778;
}

#footer .f_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .f_sec .container .content .left p a {
  color: #fff;
}

#footer .f_sec .container .content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .f_sec .container .content .right ul {
  margin-left: 50px;
}

#footer .f_sec .container .content .right ul li {
  margin-bottom: 10px;
}

#footer .f_sec .container .content .right ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

#footer .f_sec .container .content .right ul li a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
  color: #b96778;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #footer .f_sec .container .f_top > ul li:nth-child(1),
  #footer .f_sec .container .f_top > ul li:nth-child(2) {
    width: 30px;
  }

  #footer .f_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #footer .f_sec .container .content .left {
    width: 100%;
    margin-bottom: 40px;
  }

  #footer .f_sec .container .content .right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #footer .f_sec .container .content .right ul {
    margin-left: 0;
    margin-right: 10px;
  }
}
/* ========== end △ */
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto         !important;
}

.m00 {
  margin: 0px         !important;
}

.m05 {
  margin: 5px         !important;
}

.m10 {
  margin: 10px         !important;
}

.m15 {
  margin: 15px         !important;
}

.m20 {
  margin: 20px         !important;
}

.m25 {
  margin: 25px         !important;
}

.m30 {
  margin: 30px         !important;
}

.m35 {
  margin: 35px         !important;
}

.m40 {
  margin: 40px         !important;
}

.m45 {
  margin: 45px         !important;
}

.m50 {
  margin: 50px         !important;
}

.m55 {
  margin: 55px         !important;
}

.m60 {
  margin: 60px         !important;
}

.m65 {
  margin: 65px         !important;
}

.m70 {
  margin: 70px         !important;
}

.m75 {
  margin: 75px         !important;
}

.m80 {
  margin: 80px         !important;
}

.m85 {
  margin: 85px         !important;
}

.m90 {
  margin: 90px         !important;
}

.mt00 {
  margin-top: 0px     !important;
}

.mt05 {
  margin-top: 5px     !important;
}

.mt10 {
  margin-top: 10px     !important;
}

.mt15 {
  margin-top: 15px     !important;
}

.mt20 {
  margin-top: 20px     !important;
}

.mt25 {
  margin-top: 25px     !important;
}

.mt30 {
  margin-top: 30px     !important;
}

.mt35 {
  margin-top: 35px     !important;
}

.mt40 {
  margin-top: 40px     !important;
}

.mt45 {
  margin-top: 45px     !important;
}

.mt50 {
  margin-top: 50px     !important;
}

.mt55 {
  margin-top: 55px     !important;
}

.mt60 {
  margin-top: 60px     !important;
}

.mt65 {
  margin-top: 65px     !important;
}

.mt70 {
  margin-top: 70px     !important;
}

.mt75 {
  margin-top: 75px     !important;
}

.mt80 {
  margin-top: 80px     !important;
}

.mt85 {
  margin-top: 85px     !important;
}

.mt90 {
  margin-top: 90px     !important;
}

.mr00 {
  margin-right: 0px   !important;
}

.mr05 {
  margin-right: 5px   !important;
}

.mr10 {
  margin-right: 10px   !important;
}

.mr15 {
  margin-right: 15px   !important;
}

.mr20 {
  margin-right: 20px   !important;
}
.mr23 {
  margin-right: 23px   !important;
}
.mr25 {
  margin-right: 25px   !important;
}

.mr30 {
  margin-right: 30px   !important;
}

.mr35 {
  margin-right: 35px   !important;
}

.mr40 {
  margin-right: 40px   !important;
}

.mr45 {
  margin-right: 45px   !important;
}

.mr50 {
  margin-right: 50px   !important;
}

.mr55 {
  margin-right: 55px   !important;
}

.mr60 {
  margin-right: 60px   !important;
}

.mr65 {
  margin-right: 65px   !important;
}

.mr70 {
  margin-right: 70px   !important;
}

.mr75 {
  margin-right: 75px   !important;
}

.mr80 {
  margin-right: 80px   !important;
}

.mr85 {
  margin-right: 85px   !important;
}

.mr90 {
  margin-right: 90px   !important;
}

.mb00 {
  margin-bottom: 0px  !important;
}

.mb05 {
  margin-bottom: 5px  !important;
}

.mb10 {
  margin-bottom: 10px  !important;
}

.mb15 {
  margin-bottom: 15px  !important;
}

.mb20 {
  margin-bottom: 20px  !important;
}

.mb25 {
  margin-bottom: 25px  !important;
}

.mb30 {
  margin-bottom: 30px  !important;
}

.mb35 {
  margin-bottom: 35px  !important;
}

.mb40 {
  margin-bottom: 40px  !important;
}

.mb45 {
  margin-bottom: 45px  !important;
}

.mb50 {
  margin-bottom: 50px  !important;
}

.mb55 {
  margin-bottom: 55px  !important;
}

.mb60 {
  margin-bottom: 60px  !important;
}

.mb65 {
  margin-bottom: 65px  !important;
}

.mb70 {
  margin-bottom: 70px  !important;
}

.mb75 {
  margin-bottom: 75px  !important;
}

.mb80 {
  margin-bottom: 80px  !important;
}

.mb85 {
  margin-bottom: 85px  !important;
}

.mb90 {
  margin-bottom: 90px  !important;
}

.ml00 {
  margin-left: 0px    !important;
}

.ml05 {
  margin-left: 5px    !important;
}

.ml10 {
  margin-left: 10px    !important;
}

.ml15 {
  margin-left: 15px    !important;
}

.ml20 {
  margin-left: 20px    !important;
}

.ml25 {
  margin-left: 25px    !important;
}

.ml30 {
  margin-left: 30px    !important;
}

.ml35 {
  margin-left: 35px    !important;
}

.ml40 {
  margin-left: 40px    !important;
}

.ml45 {
  margin-left: 45px    !important;
}

.ml50 {
  margin-left: 50px    !important;
}

.ml55 {
  margin-left: 55px    !important;
}

.ml60 {
  margin-left: 60px    !important;
}

.ml65 {
  margin-left: 65px    !important;
}

.ml70 {
  margin-left: 70px    !important;
}

.ml75 {
  margin-left: 75px    !important;
}

.ml80 {
  margin-left: 80px    !important;
}

.ml85 {
  margin-left: 85px    !important;
}

.ml90 {
  margin-left: 90px    !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px        !important;
}

.p05 {
  padding: 5px        !important;
}

.p10 {
  padding: 10px        !important;
}

.p15 {
  padding: 15px        !important;
}

.p20 {
  padding: 20px        !important;
}

.p25 {
  padding: 25px        !important;
}

.p30 {
  padding: 30px        !important;
}

.p35 {
  padding: 35px        !important;
}

.p40 {
  padding: 40px        !important;
}

.p45 {
  padding: 45px        !important;
}

.p50 {
  padding: 50px        !important;
}

.p55 {
  padding: 55px        !important;
}

.p60 {
  padding: 60px        !important;
}

.p65 {
  padding: 65px        !important;
}

.p70 {
  padding: 70px        !important;
}

.p75 {
  padding: 75px        !important;
}

.p80 {
  padding: 80px        !important;
}

.p85 {
  padding: 85px        !important;
}

.p90 {
  padding: 90px        !important;
}

.pt00 {
  padding-top: 0px    !important;
}

.pt05 {
  padding-top: 5px    !important;
}

.pt10 {
  padding-top: 10px    !important;
}

.pt15 {
  padding-top: 15px    !important;
}

.pt20 {
  padding-top: 20px    !important;
}

.pt25 {
  padding-top: 25px    !important;
}

.pt30 {
  padding-top: 30px    !important;
}

.pt35 {
  padding-top: 35px    !important;
}

.pt40 {
  padding-top: 40px    !important;
}

.pt45 {
  padding-top: 45px    !important;
}

.pt50 {
  padding-top: 50px    !important;
}

.pt55 {
  padding-top: 55px    !important;
}

.pt60 {
  padding-top: 60px    !important;
}

.pt65 {
  padding-top: 65px    !important;
}

.pt70 {
  padding-top: 70px    !important;
}

.pt75 {
  padding-top: 75px    !important;
}

.pt80 {
  padding-top: 80px    !important;
}

.pt85 {
  padding-top: 85px    !important;
}

.pt90 {
  padding-top: 90px    !important;
}

.pr00 {
  padding-right: 0px  !important;
}

.pr05 {
  padding-right: 5px  !important;
}

.pr10 {
  padding-right: 10px  !important;
}

.pr15 {
  padding-right: 15px  !important;
}

.pr20 {
  padding-right: 20px  !important;
}

.pr25 {
  padding-right: 25px  !important;
}

.pr30 {
  padding-right: 30px  !important;
}

.pr35 {
  padding-right: 35px  !important;
}

.pr40 {
  padding-right: 40px  !important;
}

.pr45 {
  padding-right: 45px  !important;
}

.pr50 {
  padding-right: 50px  !important;
}

.pr55 {
  padding-right: 55px  !important;
}

.pr60 {
  padding-right: 60px  !important;
}

.pr65 {
  padding-right: 65px  !important;
}

.pr70 {
  padding-right: 70px  !important;
}

.pr75 {
  padding-right: 75px  !important;
}

.pr80 {
  padding-right: 80px  !important;
}

.pr85 {
  padding-right: 85px  !important;
}

.pr90 {
  padding-right: 90px  !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl00 {
  padding-left: 0px   !important;
}

.pl05 {
  padding-left: 5px   !important;
}

.pl10 {
  padding-left: 10px   !important;
}

.pl15 {
  padding-left: 15px   !important;
}

.pl20 {
  padding-left: 20px   !important;
}

.pl25 {
  padding-left: 25px   !important;
}

.pl30 {
  padding-left: 30px   !important;
}

.pl35 {
  padding-left: 35px   !important;
}

.pl40 {
  padding-left: 40px   !important;
}

.pl45 {
  padding-left: 45px   !important;
}

.pl50 {
  padding-left: 50px   !important;
}

.pl55 {
  padding-left: 55px   !important;
}

.pl60 {
  padding-left: 60px   !important;
}

.pl65 {
  padding-left: 65px   !important;
}

.pl70 {
  padding-left: 70px   !important;
}

.pl75 {
  padding-left: 75px   !important;
}

.pl80 {
  padding-left: 80px   !important;
}

.pl85 {
  padding-left: 85px   !important;
}

.pl90 {
  padding-left: 90px   !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

.f25 {
  font-size: 25px !important;
}

.f26 {
  font-size: 26px !important;
}

.f27 {
  font-size: 27px !important;
}

.f28 {
  font-size: 28px !important;
}

.f29 {
  font-size: 29px !important;
}

.f30 {
  font-size: 30px !important;
}

/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex_container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

.add_font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.add_font2 {
  font-family: 'Oswald', sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*====================================================================================
■07.PAGE UP
====================================================================================*/
footer .page_up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
}

/*==========================================
■11.breadcrumb
====================================================================================*/
h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.cm_tt1 {
  line-height: 1.2;
  margin-bottom: 20px;
}

.cm_tt1 span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 57px;
  font-weight: 100;
  position: relative;
  display: inline-block;
}

.cm_tt1 span:after {
  display: block;
  width: 37px;
  height: 1px;
  background: #aeaeae;
  content: "";
  position: absolute;
  right: -60px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.cm_tt1 strong {
  font-size: 20px;
  margin-left: 70px;
  font-weight: normal;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt1 {
    text-align: center;
    width: 100%;
    display: block;
  }

  .cm_tt1 span {
    font-size: 45px;
    display: block;
  }

  .cm_tt1 span:after {
    display: none;
  }

  .cm_tt1 strong {
    margin-left: 0;
  }

  .cm_tt1:after {
    display: block;
    width: 37px;
    height: 1px;
    background: #aeaeae;
    content: "";
    position: relative;
    right: 0px;
    bottom: 0;
    top: 0;
    margin: 10px auto 0;
  }
}
/* ========== end △ */
.cm_tt2 {
  line-height: 1.2;
  margin-bottom: 20px;
}

.cm_tt2 span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 57px;
  font-weight: 100;
  position: relative;
  display: inline-block;
}

.cm_tt2 span:after {
  display: block;
  width: 37px;
  height: 1px;
  background: #aeaeae;
  content: "";
  position: absolute;
  right: -60px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.cm_tt2 strong {
  font-size: 20px;
  margin-left: 0px;
  font-weight: normal;
  display: block;
  width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt2 {
    text-align: center;
    width: 100%;
    display: block;
  }

  .cm_tt2 span {
    font-size: 45px;
    display: block;
  }

  .cm_tt2 span:after {
    display: none;
  }

  .cm_tt2 strong {
    margin-left: 0;
  }

  .cm_tt2:after {
    display: block;
    width: 37px;
    height: 1px;
    background: #aeaeae;
    content: "";
    position: relative;
    right: 0px;
    bottom: 0;
    top: 0;
    margin: 10px auto 0;
  }
}
/* ========== end △ */
.cm_tt3 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  position: relative;
}

.cm_tt3 span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 57px;
  font-weight: 100;
  position: relative;
  display: inline-block;
}

.cm_tt3 strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 3px;
}

.cm_tt3:after {
  display: block;
  width: 37px;
  height: 1px;
  background: #aeaeae;
  content: "";
  position: relative;
  right: 0px;
  bottom: 0;
  top: 0;
  margin: 20px auto 0px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt3 {
    text-align: center;
    width: 100%;
    display: block;
  }

  .cm_tt3 span {
    font-size: 45px;
    display: block;
  }

  .cm_tt3 span:after {
    display: none;
  }

  .cm_tt3 strong {
    margin-left: 0;
  }

  .cm_tt3:after {
    display: block;
    width: 37px;
    height: 1px;
    background: #aeaeae;
    content: "";
    position: relative;
    right: 0px;
    bottom: 0;
    top: 0;
    margin: 10px auto 0;
  }
}
/* ========== end △ */
.btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn1 a,.btn_left a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
    padding-right: 35px;
  min-width: 200px;
  background: #21222c;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.btn1 a:after,.btn_left a:after {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  content: "";
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.btn1 a:hover,.btn_left a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #b96778;
}

.btn1 a:hover:after,.btn_left a:hover:after {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  right: -30px;
  opacity: 0;
}

.btn1.white a {
  background: #fff;
  color: #000;
}

.btn1.white a:after {
  background: #000;
}

.btn1.white a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #b96778;
  color: #fff;
}

.btn1.white a:hover:after {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  right: -30px;
  opacity: 0;
}

.cm_hover {
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.cm_hover:hover {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-box-shadow: 0px 5px 5px #b96778;
  box-shadow: 0px 5px 5px #b96778;
}

.cm_sec {
  background: #f8f8f8;
  padding: 70px 0;
}

.cm_sec .container h2 {
  text-align: center;
  font-size: 25px;
  position: relative;
  margin-bottom: 50px;
}

.cm_sec .container h2:after {
  display: block;
  width: 37px;
  height: 1px;
  background: #aeaeae;
  content: "";
  position: relative;
  right: 0px;
  bottom: 0;
  top: 0;
  margin: 5px auto 0px;
}

.cm_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 175px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cm_sec .container .wrap_content .content {
  width: 353px;
}

.cm_sec .container .wrap_content .content h3 {
  margin-bottom: 20px;
}

.cm_sec .container .wrap_content .content h3 span {
  display: inline-block;
  background: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-size: 17px;
}

.cm_sec .container .wrap_content .content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.cm_sec .container .wrap_content .content dl dt {
  width: 138px;
  border-right: 1px solid #d8d8d8;
  margin-right: 20px;
  font-size: 15px;
}

.cm_sec .container .wrap_content .content dl dd {
  text-align: center;
}

.cm_sec .container .wrap_content .content dl dd a {
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  background: url(../common_img/cm_icon1.png) no-repeat left center;
  padding-left: 25px;
}

.cm_sec .container .wrap_content .content:last-child a {
  display: block;
  text-decoration: none;
  background: #21222c url(../common_img/h_icon.png) no-repeat left 105px center;
  padding: 25px 40px 25px 60px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.cm_sec .container .wrap_content .content:last-child a:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #b96778 url(../common_img/h_icon.png) no-repeat left 105px center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .btn_left{
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .cm_sec .container h2 {
    margin-bottom: 30px;
  }

  .cm_sec .container .wrap_content {
    padding: 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cm_sec .container .wrap_content .content {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .cm_sec .container .wrap_content .content dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cm_sec .container .wrap_content .content:last-child {
    margin-bottom: 0;
  }

  .cm_sec .container .wrap_content .content:last-child a {
    background: #21222c url(../common_img/h_icon.png) no-repeat left 15% center;
  }

  .cm_sec .container .wrap_content .content:last-child a:hover {
    background: #21222c url(../common_img/h_icon.png) no-repeat left 15% center;
  }
}
/* ========== end △ */
.cm_map .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm_map .wrap_content .left {
  width: 50%;
  background: #21222c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cm_map .wrap_content .left .content {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.cm_map .wrap_content .left .content p {
  margin-bottom: 30px;
}

.cm_map .wrap_content .left .content p a {
  color: #fff;
}

.cm_map .wrap_content .left .content .btn1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cm_map .wrap_content .right {
  width: 50%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_map .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cm_map .wrap_content .left {
    width: 100%;
    padding: 30px 15px;
  }

  .cm_map .wrap_content .left .content {
    width: 100%;
  }

  .cm_map .wrap_content .right {
    width: 100%;
  }

  .cm_map .wrap_content .right iframe {
    height: 250px;
  }
}
/* ========== end △ */

.h_sec .right .bottom li{
    position: relative;
}
.h_sec .right .bottom li .dropmenu{
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    background: #21222c;
    width: 230px;
    padding: 20px 10px;
    margin-left: -70px;
    z-index: 99;

    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 640px) {
    .h_sec .right .bottom li .dropmenu{
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
}
@media only screen and (min-width: 640px) {
    .h_sec .right .bottom li:hover .dropmenu{
        opacity: 1;
        visibility: visible;
    }
}

.h_sec .right .bottom li .dropmenu ul{
    display: block;
}
.h_sec .right .bottom li .dropmenu ul li{
    margin-bottom: 10px;
}
.h_sec .right .bottom li .dropmenu ul li a{
    color: #fff;
}
.h_sec .right .bottom li .dropmenu ul li a:after{
    background: #fff;
}
#header .menu_hidden .dropmenu{
border-bottom: 1px solid #e2e2e2;
    display: none;
    background: #21222c;
}
#header .menu_hidden .dropmenu ul{
    display: block;
    padding: 0 20px;
}
#header .menu_hidden .dropmenu ul li{
    width: 100% !important;
}
#header .menu_hidden .dropmenu ul li a{
    color: #fff;
}
#header .menu_hidden .trigger_sp{
    position: relative;
}
#header .menu_hidden .trigger_sp:before{
    content: '';
    position: absolute;
    top: 7px;
    /* left: 0; */
    right: 0;
    width: 35px;
    height: 35px;
    z-index: 99;
}
#header .menu_hidden .trigger_sp:after{
    content: '';
    position: absolute;
    top: 18px;
    /* left: 0; */
    right: 10px;
    width: 0;
    height: 0;
    margin: auto;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 99;
}
#header .menu_hidden .trigger_sp.opened:after{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.non-clickable{
    pointer-events: none;
}

.instagram_link {
    color: #ffffff;
}

.instagram_smalltext {
    font-size: 14px;
}
