/*!
Theme Name: gw-custom-vr12
Text Domain: gw-custom-vr12
*/

/*
* {
outline: 1px solid magenta;
}*/

body {
  margin: 0;
  padding: 0;
/*  font-family: "TelopMinPro-B", "Noto Sans JP", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
/*  font-family: "FOT-マティスV Pro B", "FP-ヒラギノUD明朝 StdN W6", serif;*/
font-family: "FP-ヒラギノUD角ゴ StdN W5", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

  font-size: 16px;
  line-height: 1.8em;
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
/*  font-family: "TelopMinPro-B", sans-serif;*/
  font-family: "FOT-マティス Pro B", "FP-ヒラギノ明朝 StdN W8", serif;

}

#footer_main a:link,
#footer_main a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#footer_main a:hover {
  color: #ffffff;
  text-decoration: none;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.tb_only {
  display: none;
}


/* .gtranslate_wrapper {
		position: fixed;
	    right: 110px;
		bottom: 30px;
		z-index: 2;
} */


/* index ボタン
---------------------------------------------- */
.button_01 {
    display: inline-block;
}

.button_01[data-type="center"] {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.button_01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 25px;
  width: 250px;
  font-size: 18px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}

.button_01 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #a5a5a5;
  transition: 0.2s;
}

.button_01 a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button_01 a:hover {
  text-decoration: none;
  background-color: #F2F2F2;
  color: #000;
}

.button_01 a:hover::before {
  top: 2px;
  left: 2px;
}

.button_01 a:hover::after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}



/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}


/* メニューページ調整
------------------------------------------------ */
.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1em;
    color: var(--e-global-color-text);
}
.menu-height {
    line-height: 1.4em;
    margin: 0;
}
.desc {
    font-size: 85%;
    line-height: 1.5em;
    margin: -5px 0 0 0;
    color: var(--e-global-color-secondary);
    clear: both;
}


@media (max-width: 1024px) {
  html {
    overflow-x: hidden !important;
  }
  body {
    overflow-x: hidden !important;
  }
}


/* TB表示調整
------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: none;
    }
    .tb_only {
        display: block;
    }
}


/* sp ------------------------------------------
------------------------------------------------ */
@media (max-width: 767px) {
  html,
  body {
    /* display:inline-block; */
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  .wrap {
    overflow-x: hidden;
  }

  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
    /* display: inline-block; */
  }
  .tb_only {
    display: none;
  }


  .button_01[data-type="center"] {
        width: 200px;
}
    .button_01 a {
        padding: 15px 20px;
        width: 200px;
        font-size: 15px;
    }

  /* .gtranslate_wrapper {
		position: fixed;
	    right: 110px;
		bottom: 80px;

} */
}

/* ポップアップ閉じるボタンの線消し */
a.dialog-close-button {
  text-decoration: none;
  color: initial;
}

:focus {
  outline: none;
}
