@charset "UTF-8";
/*---font------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap');

/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.08em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  background-size: 103.3%;
  background: #000;
}

a {
  color: #383940;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

a:hover {
  opacity: 0.7;
  color: #383940;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* inner  */

.scInr {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.scInrS {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.scInrSS {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.scInrW {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}



/* font selected  */
.en {
  font-family: 'Crimson Text', serif;
}

.jp {
  font-family: 'Noto Sans JP', sans-serif;
}

.color_w {
  color: #fff;
}

.color_b {
  color: #a16725 !important;
}

.color_b {
  color: #1e2a53 !important;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 801px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .sp_only {
    display: none;
  }
}



/* animate
---------------------------------------------------------------------------------------*/
.effect_bg,
.fade_in,
.fade_logo,
.fade_up {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-slow {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-block-one {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeLogo {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeLogo {
  -webkit-animation-name: fadeLogo;
  animation-name: fadeLogo;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fade01 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade01 {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fade01 {
  -webkit-animation-name: fade01;
  animation-name: fade01;
}

/* layout
---------------------------------------------------------------------------------------*/
main {
  display: block;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
  -webkit-background-size: 200px;
  background-position: center;
}

@media screen and (max-width: 767px) {
  main {
    width: 100%;
    font-size: 1.4rem;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 1 0, color-stop(0.5, #f1f1f1), color-stop(0.5, transparent), to(transparent));
    -webkit-background-size: 160px;
    background-position: center;
  }
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.container_min {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container_min {
    width: 100%;
  }
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}



/* header
---------------------------------------------------------------------------------------*/

/* PC */

header.pc_only {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
}

header.pc_only.is-animation {
  height: 55px;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
}

header.pc_only.is-animation li {
  vertical-align: middle;
  display: inline-block !important;
  margin-top: 15px !important;
}

header.pc_only h1 {
  color: #fff;
  transition: .3s;
  display: inline-block;
}

.hdLogo {
  background: #1e2a53;
  transition: .3s;
  width: 149px;
  padding: 16px 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
  overflow: hidden;
}

header.pc_only h1 img {
  width: 100%;
}

nav#gNav {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  text-align: left;
}


nav#gNav ul {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

#gNav li {
  text-align: right;
  position: relative;
  margin: 0;
  display: inline-block;
  margin-left: 5%;
}

#gNav ul li a {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  display: block;
  padding: 5px 0;
}

#gNav ul li a p {
  font-weight: 800;
  font-style: italic;
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
}

.is-animation #gNav ul li a p {
  color: #000;
}

#gNav ul li a:hover {
  opacity: 1;
}

#gNav ul li a p:hover {
  color: #f60109;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#gNav ul li a p span {
  font-size: 10px;
  display: block;
  color: #bbb;
}

#gNav li.line {
  border-right: 1px solid #bbb;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-left: 3%;
}

#gNav li.mail {
  margin-left: 3%;
}

#gNav li {
  text-align: right;
  position: relative;
  margin: 0;
  display: inline-block;
  margin-left: 3%;
}

#gNav li.facebook {
  margin-left: 3%;
}

#gNav li.instagram {
  margin-left: 1%;
}


nav#gNav ul li.mail p {
  display: inline-block;
}

nav#gNav ul li.mail p span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 11px;
  color: #1e2a53;
}

#gNav li.telephone {
  margin-left: 2%;
}


#header.pc_only a:hover {
  color: #b69668;
  text-decoration: none;
}

gNav ul li a:hover::after,
#gNav ul li a:focus::after {
  opacity: 1;
}


nav#gNav p.contactTxt {
  font-size: 12px;
  line-height: 0;
  text-align: left;
}

nav#gNav p.tel {
  font-size: 19px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  line-height: 1.5;
  padding: 2px 15px;
  background: #eee;
  margin-top: 5px;
  color: #1e2a53;
}




.hdInr {
  width: 100%;
  overflow: hidden;
}

.is-animation h1 {
  color: #000;
}

.is-animation .hdLogo {
  background: #1e2a53;
  transition: .3s;
  width: 112px;
  padding: 8px 27px;
  display: inline-block;
}

.is-animation #gNav ul li a p span {
  display: none;
}

.is-animation .hdInr {
  line-height: 0;
}

.is-animation nav#gNav p.contactTxt {
  display: none;
}

.is-animation nav#gNav p.tel {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.is-animation #gNav li.line {
  margin-bottom: 5px;
  height: 10px;
}

.is-animation nav#gNav ul li.mail p i {
  font-size: 17px !important;
}

.is-animation #gNav li.mail {
  padding-top: 8px;
}

.is-animation #gNav ul li.mail p span {
  display: inline-block;
  font-size: 13px;
  margin-top: 4px;
}

.is-animation nav#gNav ul {
  padding: 0px;
}




/*sp*/


header.header {
  height: 61px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 104;
  font-family: 'Josefin Sans', 'Noto Sans JP', sans-serif;
  z-index: 9999999;
}

header.header .nav_btn {
  position: fixed;
  top: 0;
  right: 65px;
  background-color: #fffc61;
  z-index: 99;
  text-align: center;
  line-height: 0;
  z-index: 999999999999;
}

header.header a .nav_btn {
  line-height: 1;
  font-size: 24px;
  color: #051330;
  padding: 19px 40px 18px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.15em;
}

/* logo */
.sp_header a {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 18px 10px;
  opacity: 1;
}

.sp_header a img {
  width: 100%;
}

/* logo */

.g_nav {
  height: 100%;
  position: relative;
  z-index: 999;
}

.g_nav > ul {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g_nav ul li img {
  width: 40%;
  display: block;
}

.g_nav > ul > li:nth-child(1) img {
  width: 55%;
  display: inline-block;
}

.g_nav > ul > li:nth-child(8) img {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.g_nav > ul > li:nth-child(9) img {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.g_nav > ul {
  padding: 70px 0;
}

@media screen and (max-width: 800px) {
  #maincontants {
    padding-top: 61px;
  }


}



@media screen and (max-width: 640px) {
  .g_nav > ul {
    padding: 100px 0;
  }

  .g_nav > ul > li:first-child {
    background-color: #f60109;
    font-weight: bold;
    border-bottom: none;
  }

  .g_nav > ul > li:first-child a {
    color: #fff;
  }

  .g_nav > ul > li:nth-child(1) img {
    width: 70%;
    display: block;
  }

  .g_nav > ul > li.entry02 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .g_nav > ul > li.entry03 img {
    width: 70%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .bx-wrapper li {
    margin-top: 61px !important;
    padding-bottom: 61px !important;
  }


  .drawer-nav {
    margin-top: 61px !important;
    /*    width: 100% !important;*/
  }

  /*
  .drawer--right .drawer-nav {
    width: 100% !important;
  }
*/

  .drawer--right.drawer-open .drawer-hamburger {
    right: 5px !important;
  }

}

.g_nav > ul > li {
  font-size: 16px;
  padding: 20px 30px 20px 30px;
  margin: 7px 0;
  border-bottom: 1px solid #eee;
}

.g_nav > ul > li {
  width: 100%;
  font-size: 1.6rem;
  margin: 0;
  letter-spacing: 0.1em;
}

/*
.g_nav > ul > li:nth-child(1) {
  border-bottom: 1px dotted;
  margin: 0;
}

.g_nav > ul > li:nth-child(2) {
  margin-top: 14px;
}*/

.g_nav > ul > li.entry02 {
  overflow: hidden;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}

.g_nav > ul > li.entry03 {
  overflow: hidden;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}


.drawer-hamburger {
  top: 0.5% !important;
}


/*@media screen and (max-width: 767px) {
  .g_nav > ul > li {
    font-size: 1.4rem;
    padding: 0;
    margin: 7px 0;
  }
}*/

/*.g_nav > ul > li:after {
  margin: 15px 0;
  content: " ";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #383940;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}*/

/*@media screen and (max-width: 767px) {
  .g_nav > ul > li:after {
    margin: 10px 0 5px;
  }
}*/

/*.g_nav > ul > li:hover:after {
  margin: 15px 0;
  content: " ";
  display: inline-block;
  width: 55px;
  height: 2px;
  background: #383940;
}

@media screen and (max-width: 767px) {
  .g_nav > ul > li:hover:after {
    margin: 10px 0 5px;
  }
}*/

g_nav > ul a {
  color: #1e2a53 !important;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .g_nav > ul a {
    line-height: 1.4;
  }
}

g_nav > ul a:hover {
  color: #a46d30 !important;
}

.g_nav > ul a span {
  opacity: 0.8;
  font-size: 0.8rem;
  display: inline;
}

@media screen and (max-width: 767px) {
  .g_nav > ul a span {
    font-size: .6rem;
  }
}





/*---------------------------------------------------
mainV
---------------------------------------------------*/
/*
.main_V {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main_V.mvbg {
  background: url(../cmn_img/img_main01.jpg) center no-repeat;
  background-size: cover;
}*/

/*
@media screen and (max-width: 1400px) {

  .mv .slideWidth .slider01 li {
    height: 60vh !important;
  }

}*/

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: 100%;
}


/*topcontrol*/
#topcontrol {
  z-index: 900;
}

#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE8 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE7 */
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  /* IE6 */
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}






/* footer
---------------------------------------------------------------------------------------*/
.footer {
  text-align: center;
  padding: 50px;
}

.footer h3.logo {
  width: 250px;
  text-align: left;
}

.footer h3.logo img {
  width: 100%;
}

.footer p.location {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.5;
  text-align: left;
}

.footer .retop {
  text-align: center;
  margin-bottom: 60px;
}

.footer .retop img {
  width: 60px;
}

.footer .footer_logo p {
  font-size: 1rem;
}

.footer p.company a {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
}

.footer .ft_right p.mail_btn {
  font-size: 26px;
}

.footer .ft_right p {
  text-align: right;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
}

.footer .ft_right p a:hover {
  color: #f60109 !important;
  opacity: 1;
}

.footer .footer_logo img {
  width: 100px;
}

.footer .address {
  margin-bottom: 35px;
}

.footer .address p {
  margin-bottom: 1em;
}

.footer .ft_left {
  width: 50%;
  display: inline-block;
  float: left;
}

.footer .ft_right {
  width: 50%;
  display: inline-block;
  float: right;
}

.copyright {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
