/*-------------------------------
	common
-------------------------------*/
* {
  box-sizing: border-box; }

body {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: 100%;
  width: 100%; }

a {
  /*transition-duration: 0.4s;*/
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover {
  text-decoration: none;
  opacity: 1; }

/*a:hover img {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}*/
/*-------------------------------
	.wrapper
-------------------------------*/
main {
  background-color: #fff;
  padding-top: 60px; }

/*-------------------------------
	button_contact
-------------------------------*/
.button_contact {
  display: block;
  background-color: #00a73b;
  position: fixed;
  cursor: pointer;
  z-index: 28;
  text-align: center;
  padding-top: 5px;
  width: 80px;
height: 60px;}
  .button_contact .icon_img {
    width: 40px;
    display: inline-block;
    margin-bottom: 2px;
    line-height: 1; }
    .button_contact .icon_img img {
      width: 100%; }
  .button_contact .icon_txt {
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 1;
    color: #FFF; }

/*-------------------------------
	button_container
-------------------------------*/
body {
  background: #ffffff; }

.button_container {
  position: fixed;
  display: block;
  top: 12px;
  right: 20px;
  padding-bottom: 20px;
  height: 42px;
  width: 35px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity .25s ease;
  /*&:hover {
  	opacity: .7;
  }*/ }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff; }
  .button_container.active .middle {
    opacity: 0;
    background: #fff; }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff; }
  .button_container .icon_open {
    position: absolute;
    bottom: 0;
    left: 50%;
    cursor: pointer;
    font-size: 8px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1;
    color: #0080F5;
    transition: .5s;
    transform: translateX(-50%); }
  .button_container .icon_close {
    color: #fff; }
  .button_container span {
    background: #000000;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }
    .button_container span:nth-of-type(2) {
      top: 11px; }
    .button_container span:nth-of-type(3) {
      top: 22px; }

.overlay {
  position: fixed;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 30; }
  .overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%; }
    .overlay.open li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s; }
      .overlay.open li:nth-of-type(2) {
        animation-delay: .4s; }
      .overlay.open li:nth-of-type(3) {
        animation-delay: .45s; }
      .overlay.open li:nth-of-type(4) {
        animation-delay: .50s; }
      .overlay.open li:nth-of-type(5) {
        animation-delay: .55s; }
      .overlay.open li:nth-of-type(6) {
        animation-delay: .60s; }
      .overlay.open li:nth-of-type(7) {
        animation-delay: .65s; }
      .overlay.open li:nth-of-type(8) {
        animation-delay: .70s; }
      .overlay.open li:nth-of-type(9) {
        animation-delay: .75s; }
      .overlay.open li:nth-of-type(10) {
        animation-delay: .80s; }
      .overlay.open li:nth-of-type(11) {
        animation-delay: .85s; }
      .overlay.open li:nth-of-type(12) {
        animation-delay: .90s; }
  .overlay nav.overlay-menu {
    position: relative;
    height: 80%;
    top: 50%;
    font-size: 50px;
    transform: translateY(-50%);
    text-align: center; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 80%; }
    .overlay ul li {
      display: block;
      height: auto;
      height: calc(100% / 12);
      /*min-height: 30px;*/
      position: relative;
      opacity: 0; }
      .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        /*&:after {
        	content: '';
        	position: absolute;
        	bottom: 0;
        	left: 50%;
        	width: 0%;
        	transform: translateX(-50%);
        	height: 3px;
        	background: $color-link;
        	transition: .35s;
        }*/ }
        .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
          width: 100%; }
    .overlay ul li.share {
      /*display: flex;
      justify-content: center;*/
      /*width: 50%;*/
      /*margin: 0 auto 0 auto;*/
      padding-top: 20px;
      height: auto; }
      .overlay ul li.share a {
        display: inline-block;
        background-color: #000;
        margin: 0 10px 0 10px;
        width: 60px; }
        .overlay ul li.share a img {
          width: 100%; }
.overlay .sp_menu_logo {
  text-align: center;
  padding-top: 13px;
}

.overlay .sp_menu_logo img {
  width: 90px;
  height: auto;
    
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
/*-------------------------------
	header
-------------------------------*/
#header {
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%; }
  #header .logo_sp {
    text-align: center;
    padding-top: 13px; }
    #header .logo_sp a {
      display: inline-block;
      width: 90px; }
      #header .logo_sp a img {
        width: 100%; }

/*-------------------------------
	g_navi
-------------------------------*/
#g_navi_sp {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 0 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #231815; }
  #g_navi_sp .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding-top: 100px; }
    #g_navi_sp .row nav a {
      color: #fff;
      display: block;
      margin-bottom: 28px;
      font-size: 15px; }

/*-------------------------------
	sub_navi
-------------------------------*/
#sub_navi {
  width: 100%;
  padding: 17px 0 0 0;
  background-color: #595757;
  height: 48px; }
  #sub_navi .row {
    width: 100%;
    max-width: 920px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0; }
    #sub_navi .row nav {
      width: 100%;
      padding: 0 0 0 0;
      display: flex;
      justify-content: space-between; }
      #sub_navi .row nav a {
        display: block;
        color: #ccc;
        font-size: 11px;
        font-weight: bold;
        border-right: solid 1px #ccc;
        text-align: center; }
      #sub_navi .row nav .navi_01 {
        width: 14%;
        text-align: left; }
      #sub_navi .row nav .navi_02 {
        width: 16%; }
      #sub_navi .row nav .navi_03 {
        width: 21%; }
      #sub_navi .row nav .navi_04 {
        width: 16%; }
      #sub_navi .row nav .navi_05 {
        width: 18%; }
      #sub_navi .row nav .navi_06 {
        width: 15%;
        text-align: right;
        border-right: none; }

/*-------------------------------
	go_top
-------------------------------*/
#go_top {
  width: 100%;
  background-color: #3E3A39; }
  #go_top a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 0 16px 0; }
    #go_top a img {
      display: inline-block;
      width: 40px; }

/*-------------------------------
	footer
-------------------------------*/
footer {
  background-color: #231815; }
  footer .footer_cont {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0 0 90px 0; }
    footer .footer_cont .access {
      width: 100%;
      margin-bottom: 50px; }
      footer .footer_cont .access #map {
        height: 400px;
        margin-bottom: 24px;
        width: 100%; }
      footer .footer_cont .access p {
        text-align: center;
        margin-bottom: 18px; }
      footer .footer_cont .access .map_link {
        text-align: center; }
        footer .footer_cont .access .map_link a {
          display: inline-block;
          width: 80%;
          color: #fff;
          font-size: 16px;
          font-family: 'Oswald', sans-serif;
          font-weight: 500;
          border: solid 1px #fff;
          text-align: center;
          padding: 10px 0 9px 0; }
    footer .footer_cont .contact {
      width: 100%;
      padding: 0 100px 0 100px; }
      footer .footer_cont .contact .midasi {
        margin-bottom: 12px;
        background-image: url(../images/pc/common/foot_icon.png);
        background-repeat: no-repeat;
        background-position: left 3px;
        padding-left: 22px;
        display:inline-block;}

footer .footer_cont .contact .address {
  width: 270px;
  margin: 0 auto 30px;
}
      footer .footer_cont .contact .tel {
        width:338px;
        margin:0 auto 30px;
text-align: center;}
footer .footer_cont .contact .form {
  margin:0 auto;
  max-width: 470px;
  width:100%;
  text-align: center;
}
      footer .footer_cont .contact .contact_form .text {
        display: block;
        width: 100%;
        border: solid 1px #fff;
        padding: 12px 14px 12px 14px;
        color: #000;
        margin-bottom: 12px; }
      footer .footer_cont .contact .contact_form .texterea {
        display: block;
        width: 100%;
        height: 162px;
        border: solid 1px #fff;
        padding: 12px 14px 12px 14px;
        color: #000;
        margin-bottom: 20px; }
      footer .footer_cont .contact .contact_form .form_btn {
        margin: 0 auto 0 auto;
        display: block;
        width: 600px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding-top: 4px; }
        footer .footer_cont .contact .contact_form .form_btn .button {
          width: 200px;
          margin: 0 10px 0 10px;
          display: block;
          border: solid 1px #fff;
          padding: 12px 14px 11px 14px;
          color: #fff;
          background-color: #0080F5;
          cursor: pointer;
          transition-duration: 0.5s; }
        footer .footer_cont .contact .contact_form .form_btn .button:hover {
          background-color: #E5004F; }
  footer .footer_link {
    width: 100%;
    background-color: #fff; }
    footer .footer_link .footer_link_cont {
      width: 100%;
      display: flex;
      flex-direction: column-reverse;
      font-size: 10px; }
      footer .footer_link .footer_link_cont .fl_left {
        height: 50px;
        width: 100%;
        padding-top: 19px;
        text-align: center; }
      footer .footer_link .footer_link_cont .fl_right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center; }
        footer .footer_link .footer_link_cont .fl_right a {
          width: 50%;
          color: #231815;
          height: 60px;
          padding-top: 20px;
          font-size: 12px;
          border-bottom: solid 1px #E0E1E1; }
        footer .footer_link .footer_link_cont .fl_right a.privacy {
          width: 100%; }
        footer .footer_link .footer_link_cont .fl_right a:first-child {
          border-right: solid 1px #E0E1E1; }
footer .contact_button {
        width: 400px;
        margin: 0 auto;
        display: block;
        border: solid 1px #fff;
        padding: 12px 14px 11px 14px;
        color: #fff;
        background-color: #0080F5;
        cursor: pointer;
        transition-duration: 0.5s;
        text-align: center;
        font-size: 1.2em;
        letter-spacing: 0.1em;
}

footer .contact_button:hover {
  background-color: #E5004F;
}
/*-------------------------------
	look
-------------------------------*/
#btn_pluss {
  position: absolute;
  top: 10px;
  left: 80px;
  z-index: 200; }
  #btn_pluss .btn-pluss {
    overflow: hidden;
    position: relative;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 22px;
    width: 30px;
    margin: 0 auto;
    background-color: white;
    transition: width .3s .5s ease, border-radius 1.1s ease; }
    #btn_pluss .btn-pluss a {
      display: block;
      position: relative;
      color: #FA434B;
      text-decoration: none;
      overflow: hidden;
      padding: 5px;
      border-radius: 5px; }
      #btn_pluss .btn-pluss a:hover {
        text-decoration: inherit;
        color: white;
        background-color: #FA434B;
        transition: background-color .5s ease; }
    #btn_pluss .btn-pluss:after {
      content: '+';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      height: 20px;
      width: 20px;
      border-radius: 100%;
      line-height: 20px;
      text-align: center;
      font-size: 1.1rem;
      background-color: #FA434B;
      color: white;
      transform: translateY(-50%) translateX(-50%);
      transition: all .3s .5s ease;
      cursor: pointer;
      cursor: hand; }
    #btn_pluss .btn-pluss ul {
      opacity: 0; }
    #btn_pluss .btn-pluss ul {
      margin-top: 15px;
      opacity: 0;
      width: 100%;
      margin-left: 0px;
      transition: all .5s ease;
      text-align: center;
      font-size: 0.9rem; }
      #btn_pluss .btn-pluss ul li {
        background-color: #e4e4e4;
        margin-top: 5px;
        border-radius: 5px;
        width: 100%;
        height: 0px;
        overflow: hidden;
        transition: height 1s ease; }
  #btn_pluss .tooltip {
    position: relative;
    padding: 5px;
    border-radius: 5px;
    width: 70px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 15px;
    animation-duration: 3s;
    animation-name: jump;
    animation-iteration-count: infinite;
    background-color: #fff;
    color: #FA434B;
    transition: all 1s ease;
    pointer-events: none;
    z-index: 500; }
    #btn_pluss .tooltip::after {
      content: '';
      position: absolute;
      transform: rotate(45deg);
      display: block;
      height: 10px;
      width: 10px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: inherit; }
    #btn_pluss .tooltip::before {
      content: '';
      color: white; }
  #btn_pluss .btn-pluss-wrapper:hover .tooltip {
    animation-duration: 0s;
    transition: all 1s ease;
    color: white;
    width: 90px; }
    #btn_pluss .btn-pluss-wrapper:hover .tooltip::before {
      content: 'Choose!';
      display: block;
      color: #FA434B;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateY(-50%);
      transition: all 1s .3s ease; }
  #btn_pluss .btn-pluss-wrapper:hover .btn-pluss {
    width: 150px;
    border-radius: 15px;
    padding-bottom: 5px;
    transition: width .3s ease, border-radius .3s ease, padding-bottom .3s ease; }
    #btn_pluss .btn-pluss-wrapper:hover .btn-pluss::after {
      transition: all .3s ease;
      left: 50%;
      top: 10px;
      transform: translateY(-5px) translateX(-50%); }
    #btn_pluss .btn-pluss-wrapper:hover .btn-pluss ul {
      opacity: 1;
      margin-top: 30px;
      transition: all 1s ease; }
    #btn_pluss .btn-pluss-wrapper:hover .btn-pluss li {
      height: 25px;
      transition: height 1s ease; }
      #btn_pluss .btn-pluss-wrapper:hover .btn-pluss li:hover {
        border-bottom: 1px solid #d2c9c9; }
@keyframes jump {
  0% {
    transform: translateY(3px); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(3px); } }
/*-------------------------------
	tel_fot_pc
-------------------------------*/
#tel_fot_pc {
  background-color: #231815;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 15;
  transition: .8s;
  transform: translateY(100%); }
  #tel_fot_pc span {
    display: inline-block;
    width: 100%; }
    #tel_fot_pc span img {
      width: 100%; }

#tel_fot_pc.is_show {
  transform: translateY(0%); }

/*-------------------------------
	fadein
-------------------------------*/
.mv_fade {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s; }

.mv_fade_mv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/*-------------------------------
	common
-------------------------------*/
.font_oswald {
  font-family: 'Oswald', sans-serif; }

.blue {
  color: #0099cc; }

.red {
  color: #ff0000; }

.green {
  color: #309623; }

.txt_c {
  text-align: center; }

.display_block {
  display: none !important; }

.border_dot {
  border-bottom: dotted 1px #b2b2b2; }

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

.ml_24 {
  margin-left: 24px !important; }

.mr_24 {
  margin-right: 24px !important; }

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

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

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

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

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

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

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

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

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

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

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

.pd_25 {
  padding: 25px !important; }

.pd_0 {
  padding: 0 !important; }

.w_120 {
  width: 120px !important; }

.w_143 {
  width: 143px !important; }

.w_150 {
  width: 150x !important; }

.w_170 {
  width: 170px !important; }

.w_210 {
  width: 210px !important; }

.w_222 {
  width: 222px !important; }

.w_260 {
  width: 260px !important; }

.w_298 {
  width: 298px !important; }

.w_304 {
  width: 304px !important; }

.w_320 {
  width: 320px !important; }

.w_343 {
  width: 343px !important; }

.w_378 {
  width: 378px !important; }

.w_400 {
  width: 400px !important; }

.w_421 {
  width: 421px !important; }

.w_460 {
  width: 460px !important; }

.w_485 {
  width: 485px !important; }

.w_505 {
  width: 505px !important; }

.w_510 {
  width: 510px !important; }

.w_566 {
  width: 566px !important; }

.w_580 {
  width: 580px !important; }

.w_620 {
  width: 620px !important; }

.w_626 {
  width: 626px !important; }

.w_640 {
  width: 640px !important; }

.w_670 {
  width: 670px !important; }

.w_700 {
  width: 700px !important; }

.w_760 {
  width: 760px !important; }

.w_800 {
  width: 800px !important; }

.w_870 {
  width: 870px !important; }

.w_930 {
  width: 930px !important; }

br.pc {
  display: none;
}
