@charset "UTF-8";
/* -------------------------------
 * google font
 * Signika
 * https://fonts.google.com/specimen/Signika
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
.en {
  font-family: 'Roboto Condensed', sans-serif;
}

.telphone {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.telphone small {
  font-size: 0.75em;
}

/* -------------------------------
	base CSS
-------------------------------- */
html {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 100%;
  /* 16px */
}

body {
  color: #111;
  font-size: 15px;
  line-height: 1.8666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
}

p, ul, ol, dl, table, pre {
  margin-bottom: 1.5em;
}

small, .font_small {
  font-size: 0.8125em;
}

/* 見出し・フォント */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-bottom: 1em;
}

h1, .h1 {
  font-size: 50px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 25px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

h1, h2 {
  margin: 0;
}

p + h3, ul + h3, ol + h3, dl + h3, table + h3, pre + h3 {
  margin-top: 2em;
}
p + h4, ul + h4, ol + h4, dl + h4, table + h4, pre + h4 {
  margin-top: 2em;
}
p + h5, ul + h5, ol + h5, dl + h5, table + h5, pre + h5 {
  margin-top: 2em;
}

a {
  color: #333;
  text-decoration: underline;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #333;
  text-decoration: none;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

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

dt, dd, figure, figcaption {
  padding: 0;
  margin: 0;
}

/* -------------------------------
	form
-------------------------------- */
/* form */
input[type="text"], input[type="tel"], input[type="password"], textarea {
  line-height: 2;
  width: 100%;
  padding: 5px;
  border: 1px solid #A9B3C4;
  border-radius: 0px;
  vertical-align: middle;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  font-size: 0.85em;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.85em;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.85em;
}

input:focus[type="text"], input:focus[type="tel"], input:focus[type="password"], textarea:focus {
  padding: 5px;
  border: 1px solid #8E9AB0;
  background-color: #F2F3F6;
  outline: none;
}

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: 2px;
}

select {
  padding: 5px 10px;
}

button {
  outline: none;
}
button:hover, button:focus {
  outline: none;
}

/* -------------------------------
	common
-------------------------------- */
.container {
  width: 1140px;
  margin: 0 auto;
  *zoom: 1;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------
	header
-------------------------------- */
#header {
  border-top: solid 5px #505454;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.row-head {
  *zoom: 1;
}
.row-head:after {
  content: "";
  display: table;
  clear: both;
}
.row-head .logo {
  float: left;
  width: 162px;
}
.row-head .logo h1 {
  font-size: 20px;
  line-height: 4;
  text-align: center;
  margin: 0;
  background-color: #000;
  background-image: url("../images/common/head_bg_1.png");
  background-repeat: no-repeat;
}
.row-head .logo h1 img {
  vertical-align: middle;
}
.row-head .head_navi {
  float: left;
  width: 815px;
}
.row-head .head_navi > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.row-head .head_navi > ul > li {
  float: left;
  width: 162px;
  margin-left: 1px;
}
.row-head .head_navi > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  display: block;
  padding-top: 15px;
  width: 100%;
  height: 65px;
  background-color: #000;
  background-image: url("../images/common/head_bg_1.png");
  background-repeat: no-repeat;
}
.row-head .head_navi > ul > li > a small {
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.row-head .head_navi > ul > li > a i {
  color: #b39018;
  display: block;
}
.row-head .head_navi > ul > li > a:hover, .row-head .head_navi > ul > li.active > a {
  background-image: url("../images/common/head_bg_1_o.png");
}
.row-head .col {
  float: left;
  width: 162px;
  height: 80px;
  margin-left: 1px;
  background-image: url("../images/common/head_bg_1.png");
  background-repeat: no-repeat;
}
.row-head .head_tel {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-top: 18px;
}
.row-head .head_tel i {
  display: block;
  margin-bottom: 5px;
}
.row-head .head_tel a {
  color: #fff;
}

/* -------------------------------
	gNavi
-------------------------------- */
#gNavi {
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
#gNavi > ul {
  list-style: none;
  padding: 0 5px;
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
#gNavi > ul > li {
  font-size: 15px;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: auto;
  position: relative;
}
#gNavi > ul > li > a {
  color: #333333;
  text-align: center;
  display: block;
  padding: 1.5667em 0;
}
#gNavi > ul > li > a:hover, #gNavi > ul > li > a:focus, #gNavi > ul > li.active > a {
  color: #079143;
  font-weight: bold;
  text-decoration: none;
}
#gNavi ul li ul {
  min-width: 100%;
  position: absolute;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  border: solid 1px #ccc;
  background-color: #fff;
  z-index: 0;
}
#gNavi ul li ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 0;
}
#gNavi ul li ul:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ccc transparent;
  z-index: -1;
}
#gNavi ul li ul li {
  border-bottom: dotted 1px #ccc;
}
#gNavi ul li ul li:last-child {
  border-bottom: none;
}
#gNavi ul li ul li a {
  color: #333;
  font-size: 0.9333em;
  text-align: center;
  white-space: nowrap;
  padding: 5px 10px;
  display: block;
}
#gNavi ul li ul li a:hover, #gNavi ul li ul li a:focus, #gNavi ul li ul li.active a {
  text-decoration: none;
  background-color: #f8f8f8;
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  color: #fff;
  font-size: 13px;
  line-height: 1.846;
  padding: 45px 0 0;
  background-color: #0e1d35;
}
#footer h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#footer .foot_nav {
  text-align: center;
  margin: 30px 0;
}
#footer .foot_nav > ul {
  list-style: none;
  letter-spacing: -.4em;
  padding: 0;
  margin: 0;
}
#footer .foot_nav > ul > li {
  letter-spacing: normal;
  display: inline;
  padding: 0 18px;
}
#footer .foot_nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
#footer .foot_nav > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
}
#footer .foot_nav > ul > li > a:hover:after {
  transform: scaleX(1);
  visibility: visible;
}
#footer .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  padding: 8px;
  background-color: #060f1e;
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  overflow: hidden;
}

/* -------------------------------
	main
-------------------------------- */
.main_ttl {
  color: #fff;
  padding-top: 85px;
  height: 300px;
  background-color: #363636;
  position: relative;
  z-index: 0;
}
.main_ttl > img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main_ttl .container h2 {
  text-align: right;
  margin-top: 150px;
}
.main_ttl .container h2 .in_box {
  display: inline-block;
}
.main_ttl .container h2 .en, .main_ttl .container h2 .sub {
  display: block;
}
.main_ttl .container h2 .en {
  font-size: 1.25em;
  line-height: 1;
}
.main_ttl .container h2 .sub {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.main_ttl .container h2 .sub:before {
  content: "";
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 2px;
  margin-top: -1px;
  margin-right: .75em;
  background: #b39018;
  display: block;
}

/* -------------------------------
	title
-------------------------------- */
.hh_ttl_1 {
  color: #0e1d35;
  padding-bottom: 0.1em;
  border-bottom: solid 1px #0e1d35;
  position: relative;
}
.hh_ttl_1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: #0e1d35;
}

.hh_ttl_2 {
  border-left: solid 3px #0e1d35;
  padding: 0.25em 0 0.25em 0.75em;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: none;
  z-index: 99;
}

/* -------------------------------
	box
-------------------------------- */
.box-padding-a {
  padding-top: 80px;
  padding-bottom: 40px;
}
.box-padding-a .mb {
  margin-bottom: 40px;
}

.box-style-blue {
  background-color: #609CCF;
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  height: 300px;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 43px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -------------------------------
	画像
-------------------------------- */
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* トリミング */
.cover img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* -------------------------------
	画像
-------------------------------- */
.row-gallery {
  letter-spacing: -.4em;
  margin-left: -15px;
  margin-right: -15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row-gallery .col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------
	table
-------------------------------- */
.table-standard {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #0f1e35;
  border-left: 1px solid #0f1e35;
}
.table-standard > thead > tr > th, .table-standard > thead > tr > td {
  color: #fff;
  text-align: center;
  padding: 10px;
  border-right: solid 1px #fff;
  background-color: #0f1e35;
}
.table-standard > thead > tr > th:last-child, .table-standard > thead > tr > td:last-child {
  border-right: none;
}
.table-standard > tbody > tr > th, .table-standard > tbody > tr > td {
  padding: 10px;
  border-right: 1px solid #0f1e35;
  border-bottom: 1px solid #0f1e35;
}
.table-standard > tbody > tr > th {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
}

.table-line {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #485C7B;
}
.table-line > tbody > tr > th, .table-line > tbody > tr > td {
  padding: 15px 10px;
  border-bottom: 1px solid #485C7B;
}
.table-line > tbody > tr > th {
  font-weight: normal;
  text-align: center;
}

/* -------------------------------
	list
-------------------------------- */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-style-a {
  list-style: none;
  padding-left: 0;
}
.list-style-a li {
  color: #2a529f;
  font-weight: bold;
  border-radius: 6px;
  padding: 0.2333em 1em 0.2333em 2em;
  background-color: #fff;
  position: relative;
}
.list-style-a li:before {
  content: "-";
  position: absolute;
  left: 1em;
  top: .2333em;
}
.list-style-a li + li {
  margin-top: 11px;
}
.list-style-a.orange li {
  color: #fff;
  background-color: #FF7700;
}

.list-icon-arrow-1 {
  line-height: 1.6;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin-right: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-icon-arrow-1 li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  padding-right: 2em;
  padding-left: 1em;
  margin-bottom: 10px;
  position: relative;
}
.list-icon-arrow-1 li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 0.8em;
  left: 0.1em;
  margin-top: -.5em;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	btn
-------------------------------- */
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn, .btn:before, .btn:after {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  outline: 0;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
}

.btn-a {
  color: #2a529f;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  min-width: 225px;
  padding: 10px 1.5em;
  background-image: url("../images/common/btn_1_bg.png");
  background-repeat: repeat-x;
}
.btn-a:hover {
  color: #2a529f;
  background-image: url("../images/common/btn_1_bg_o.png");
}

.btn-b {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  min-width: 225px;
  padding: 10px 1.5em;
  border: solid 1px #0f1e35;
  box-shadow: inset 0 0 0 2px #fff;
  background-color: #0f1e35;
}
.btn-b:hover {
  color: #fff;
  background-color: #08101C;
}

.btn-c {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  min-width: 225px;
  padding: 10px 1.5em;
  border: solid 1px #F59100;
  box-shadow: inset 0 0 0 2px #fff;
  background-color: #F59100;
}
.btn-c:hover {
  color: #fff;
  background-color: #FF7600;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l i {
  left: 1.5em;
}

.btn-icon-r i {
  right: 1.5em;
}

/* -------------------------------
	flex
-------------------------------- */
.box-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* 縦中央 */
.flex-items-center {
  align-items: center;
}

/* 寄せ */
.flex-content-center {
  justify-content: center;
}

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

/* 右から */
.flex-direction-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/**/
.c-flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: auto;
}

/* 余白 */
.box-flex-30 {
  margin: 0 -15px;
}
.box-flex-30 > div {
  padding: 0 15px;
}

/* -------------------------------
	各共通クラス
-------------------------------- */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

/* float */
.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* img float */
img.aligncenter {
  margin: 0 auto 15px;
  display: block;
}

img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* width */
.ww940 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* color */
.text-red {
  color: #ff0000 !important;
}

/* font size */
.fs13 {
  font-size: 13px !important;
}

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

/* text */
.text-left {
  text-align: left !important;
}

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

.text-blue {
  color: #0e1d35 !important;
}

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

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* margin */
.mb1x {
  margin-bottom: 1em !important;
}

.mb2x {
  margin-bottom: 2em !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;
}

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

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

/* -------------------------------
	print
-------------------------------- */
@page {
  margin: 8mm;
  margin: 10mm 8mm 10mm 8mm;
}
@media print {
  /* スクロールバー非表示 */
  html {
    -ms-overflow-style: none;
    /* ie */
  }

  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }

  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }

  body {
    min-width: 1200px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
