@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////
	reset
//////////////////////////////////////////////////////////////////// */
@import url("/assets/font/fontawesome.min.css");
@import url("//use.fontawesome.com/releases/v5.0.11/css/all.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

button {
  background: none;
  border: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ////////////////////////////////////////////////////////////////////
	tmpMain
		- base
		- module
		- head
		- main
		- foot
//////////////////////////////////////////////////////////////////// */
/* ====================================================================
	base
==================================================================== */
body {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #444444;
  -webkit-print-color-adjust: exact;
}

@media all and (-ms-high-contrast: none) {
  body {
    /* IE11 */
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
}

body button, body input, body textarea, body select, body option {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

a {
  color: #444444;
  text-decoration: none;
}

/* ====================================================================
	module
==================================================================== */
.btn-pwr {
  display: inline-block;
  background-color: #FFF;
  color: #444444;
  padding: 1.5em 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #5c3723;
  font-size: 1.8rem;
  font-weight: bold;
}

.btn {
  display: inline-block;
  background-color: #5c3723;
  color: #FFF;
  padding: 10px 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.btnWhite {
  display: inline-block;
  background-color: #fff;
  color: #444444;
  padding: 10px 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.btnGray {
  display: inline-block;
  background-color: #efede7;
  color: #444444;
  padding: 10px 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.icnNewwin::before {
  display: inline-block;
  font-family: "Font Awesome\ 5 Pro";
  content: "";
  padding-right: 0.5em;
}

.content {
  width: 1100px;
  margin: auto;
  margin-bottom: 5%;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.contentThin {
  max-width: 880px;
  position: relative;
  margin: auto;
  margin-bottom: 5%;
}

.contentThin::after {
  content: "";
  display: block;
  clear: both;
}

.contentWide {
  position: relative;
  margin: auto;
  margin-bottom: 5%;
}

.contentWide::after {
  content: "";
  display: block;
  clear: both;
}

.clm2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm2 > * {
  width: 48%;
  margin-right: 4%;
}

.clm2 > *:nth-of-type(2n) {
  margin-right: 0;
}

.clm2 > * {
  margin-bottom: 5em;
}

.clm2 > *:nth-last-of-type(1), .clm2 > *:nth-last-of-type(2) {
  margin-bottom: 0;
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 > * {
  margin-bottom: 5em;
}

.clm3 > *:nth-last-of-type(1), .clm3 > *:nth-last-of-type(2), .clm3 > *:nth-last-of-type(3) {
  margin-bottom: 0;
}

.clm3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.clm3 > * {
  width: 30%;
  margin-right: 5%;
}

.clm3 > *:nth-of-type(3n) {
  margin-right: 0;
}

.clm3 li {
  margin-bottom: 5em;
}

.clm3 li:nth-last-of-type(1), .clm3 li:nth-last-of-type(2), .clm3 li:nth-last-of-type(3), .clm3 li:nth-last-of-type(4) {
  margin-bottom: 0;
}

ul.basic {
  padding: 0 0 0 1.2em;
}

ul.basic li {
  list-style: disc;
  margin-bottom: 1em;
}

ul.basic li:last-of-type {
  margin-bottom: 0;
}

ol.basic {
  padding: 0 0 0 1.2em;
}

ol.basic li {
  list-style: decimal;
  margin-bottom: 1em;
}

ol.basic li:last-of-type {
  margin-bottom: 0;
}

dl.basic {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

dl.basic dt, dl.basic dd {
  border-top: 1px #dcdcdc solid;
  padding: 0.5em;
}

dl.basic dt:last-of-type, dl.basic dd:last-of-type {
  border-bottom: 1px #dcdcdc solid;
}

dl.basic dt {
  width: 25%;
  text-align: center;
}

dl.basic dd {
  width: 75%;
  text-align: left;
}

table.basic {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px #dcdcdc solid;
}

table.basic thead th {
  background-color: #444444;
  color: #fff;
}

table.basic th, table.basic td {
  padding: 0.5em;
  border: 1px #dcdcdc solid;
}

table.basic th {
  background-color: #efede7;
}

.shadow {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.shadow-all {
  box-shadow: 2px 2px 4px #ccc;
}

button {
  cursor: pointer;
}

.ex:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: bold;
  margin-left: 7px;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

div.bread-crumb {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 15px;
  padding-left: 3%;
}

div.bread-crumb.btm {
  margin-bottom: 15px;
}

div.bread-crumb ul li {
  display: block;
  color: #5c3723;
}

div.bread-crumb ul li:before {
  content: '\f104';
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
}

div.bread-crumb ul li a {
  color: #5c3723;
}

div.bread-crumb ul li a:hover {
  text-decoration: underline;
}

/* ====================================================================
	main
==================================================================== */
#main {
  width: 1100px;
  margin: auto;
  min-height: 700px;
}

#main::after {
  content: "";
  display: block;
  clear: both;
}

#main section {
  margin: 0 auto 80px;
}

#main section.maxW {
  width: 100%;
  max-width: 100%;
}

/* ====================================================================
	foot
==================================================================== */
#foot::after {
  content: "";
  display: block;
  clear: both;
}

#pagetopLink {
  z-index: 100;
  position: fixed;
  bottom: 3%;
  right: 3%;
  margin-top: -2em;
  /* ------ SP ------*/
}

#pagetopLink a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  width: 2em;
  height: 2em;
  border-radius: 1.5em;
  background-color: #5c3723;
  color: #fff;
  border: solid 1px #FFF;
}

#pagetopLink a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f106";
}

@media screen and (max-width: 767px) {
  #pagetopLink {
    bottom: 1%;
    right: 1%;
  }
  #pagetopLink a {
    opacity: 0.8;
  }
}
