@charset "UTF-8";
@import url("../webfonts/GenShinGothic-P-Regular/stylesheet.css");
@import url("../webfonts/fontello/css/fontello.css");
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*---------------------------- <preset>-------------------------------- */
/*==========================
font-set
============================*/
/*基本デバイス フォント定義*/
/* line 20, common.scss */
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* line 25, common.scss */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #4c4948;
}

/* line 32, common.scss */
h1, h2, h3, h4, h5, h6 {
  color: #007837;
  letter-spacing: 1px;
  margin-bottom: 3%;
  font-family: "GenShinGothic-P-Regular";
}

/*==========================
font-size-set
============================*/
/*pc font-size-set*/
/* line 53, common.scss */
h1 {
  font-size: 2.7rem;
  font-size: 27px;
}

/* line 54, common.scss */
h2 {
  font-size: 2.5rem;
  font-size: 25px;
}

/* line 55, common.scss */
h3 {
  font-size: 2.5rem;
  font-size: 25px;
}

/* line 56, common.scss */
h4 {
  font-size: 2.5rem;
  font-size: 25px;
}

/* line 57, common.scss */
h5 {
  font-size: 2.3rem;
  font-size: 23px;
}

/* line 58, common.scss */
h6, dt {
  font-size: 1.7rem;
  font-size: 17px;
}

/* line 59, common.scss */
p, li, dl, dd {
  font-size: 1.6rem;
  font-size: 16px;
}

/* line 60, common.scss */
nav li {
  font-size: 1.5rem;
  font-size: 15px;
}

/*tablet font-size-set*/
@media only screen and (max-width: 768px) {
  /* line 64, common.scss */
  h1 {
    font-size: 1rem;
    font-size: 10px;
  }

  /* line 65, common.scss */
  h2 {
    font-size: 2.2rem;
    font-size: 22px;
  }

  /* line 66, common.scss */
  h3 {
    font-size: 2rem;
    font-size: 20px;
  }

  /* line 67, common.scss */
  h4 {
    font-size: 1.8rem;
    font-size: 18px;
  }

  /* line 68, common.scss */
  h5 {
    font-size: 1.6rem;
    font-size: 16px;
  }

  /* line 69, common.scss */
  h6, dt {
    font-size: 1.4rem;
    font-size: 14px;
  }

  /* line 70, common.scss */
  p, li, dl, dd {
    font-size: 1.2rem;
    font-size: 12px;
  }

  /* line 71, common.scss */
  nav li {
    font-size: 1.3rem;
    font-size: 13px;
  }
}
/*smartphone font-size-set*/
@media only screen and (max-width: 479px) {
  /* line 76, common.scss */
  h1 {
    font-size: 0.9rem;
    font-size: 9px;
  }

  /* line 77, common.scss */
  h2 {
    font-size: 2.2rem;
    font-size: 22px;
  }

  /* line 78, common.scss */
  h3 {
    font-size: 2.8rem;
    font-size: 28px;
  }

  /* line 79, common.scss */
  h4 {
    font-size: 1.9rem;
    font-size: 19px;
  }

  /* line 80, common.scss */
  h5 {
    font-size: 1.7rem;
    font-size: 17px;
  }

  /* line 81, common.scss */
  h6, dt {
    font-size: 1.5rem;
    font-size: 15px;
  }

  /* line 82, common.scss */
  p, li, dl, dd {
    font-size: 1.6rem;
    font-size: 16px;
  }
}
/* line 86, common.scss */
small {
  font-size: 60%;
}

/*============================
setting
============================*/
/* line 95, common.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 100, common.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 107, common.scss */
article a, aside a {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 112, common.scss */
article a:hover:not(.no_opacity), aside a:hover:not(.no_opacity) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 120, common.scss */
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  min-width: 320px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 125, common.scss */
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

/* line 133, common.scss */
a {
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

/* line 140, common.scss */
a:link, a:visited {
  color: inherit;
}

/* line 145, common.scss */
hr {
  clear: both;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}

/*==========================
not-break
============================*/
/* line 157, common.scss */
.not-break {
  display: inline-block;
}

/*==========================
clearfix
============================*/
/* line 167, common.scss */
.cf .cf:before, .cf .cf:after {
  content: " ";
  display: table;
}
/* line 171, common.scss */
.cf .cf:after {
  clear: both;
}
/* line 174, common.scss */
.cf .cf {
  *zoom: 1;
}

/*==========================
space-set
============================*/
/* line 183, common.scss */
.space_half {
  padding-right: 0.5em;
}

/* line 187, common.scss */
.space_1em {
  padding-right: 1em;
}

/* line 191, common.scss */
.space_2em {
  padding-right: 2em;
}

/* line 195, common.scss */
.space_3em {
  padding-right: 3em;
}

/*============================
smooth_top_scroll
============================*/
/* line 202, common.scss */
#page-top {
  position: fixed;
  z-index: 100;
  bottom: 3vh;
  right: 20px;
  font-size: 77%;
}
/*============================
gotop_top_scroll
============================*/
#gallery {
  position: fixed;
  z-index: 100;
  bottom: 15vh;
  right: 20px;
  font-size: 77%;
}

/* line 210, common.scss */
#page-top a {
  background: #FFA299;
  text-decoration: none;
  color: #ffffff;
  width: 80px;
  padding: 30px 0;
  text-align: center;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gallery a {
	animation: flash 2s linear infinite;
  background: rgba(0, 120, 55, 0.9);
  text-decoration: none;
  color: #ffffff;
  width: 80px;
  padding: 30px 0;
  text-align: center;
  display: block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity:0.8;
  }
}

/* line 222, common.scss */
#page-top a:hover {
  text-decoration: none;
  background: #c3c3c3;
}

/*-------------------------------------------------------------------- */
/*============================
body
============================*/
/* line 236, common.scss */
body {
  border-top: 10px solid #007837;
}

/*============================
header
============================*/
/* line 245, common.scss */
header {
  position: relative;
  padding-bottom: 2%;
  overflow: hidden;
}
/* line 250, common.scss */
header h1 {
  margin: 1% 1% 1% 0;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}
/* line 257, common.scss */
header p.logo {
  margin-top: 2%;
}
/* line 260, common.scss */
header p.logo a {
  display: block;
}
/* line 265, common.scss */
header p + p {
  position: absolute;
  top: 5%;
  right: .2%;
  width: 100%;
  text-align: right;
  font-size: 70%;
  color: #000000;
}
/* line 274, common.scss */
header p + p:before {
  content: "r";
  font-family: "fontello";
  margin-right: .5%;
}
/* line 281, common.scss */
header ul#other {
  text-align: right;
  margin-top: -5%;
}
/* line 285, common.scss */
header ul#other li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 288, common.scss */
header ul#other li:nth-of-type(1) {
  width: 225px;
  font-size: 200%;
  font-family: "GenShinGothic-P-Regular";
  color: #345473;
  margin-right: 2%;
  white-space: nowrap;
}
/* line 296, common.scss */
header ul#other li:nth-of-type(1):before {
  content: "t";
  font-family: "fontello";
  font-size: 60%;
  margin-right: 2%;
  color: #345473;
}
/* line 306, common.scss */
header ul#other li:nth-of-type(2) {
  font-size: 1.7rem;
  font-size: 17px;
  color: #345473;
  width: 180px;
}
/* line 311, common.scss */
header ul#other li:nth-of-type(2) a {
  border: 1px solid #345473;
  white-space: nowrap;
  padding: 5%;
}
/* line 316, common.scss */
header ul#other li:nth-of-type(2) a:hover {
  color: #ffffff;
  background: #345473;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 321, common.scss */
header ul#other li:nth-of-type(2) a:hover:before {
  color: #ffffff;
}
/* line 326, common.scss */
header ul#other li:nth-of-type(2) a:before {
  content: "m";
  font-family: "fontello";
  font-size: 80%;
  margin-right: 3%;
  color: #345473;
}
@media only screen and (max-width: 499px) {
  /* line 245, common.scss */
  header {
    margin-bottom: 10%;
  }
	div#header {
    background-size: cover !important;
}
  /* line 344, common.scss */
  header h1 {
    text-align: center;
  }
  /* line 351, common.scss */
  header p + p {
    display: none;
  }

	header ul{
	text-align: center !important;
    margin-top: 0.5rem !important;
    display: flex;
    width: auto;
    font-size: 100%;
    justify-content: center;
    align-items: center;
		
    margin-bottom: 0.5rem;
	}
	/* line 296, common.scss */
header ul#other li:nth-of-type(1):before {
  content: "t";
  font-family: "fontello";
  font-size: 100%;
  margin-right: 2%;
  color: #345473;
}

	
  /* line 357, common.scss */
  header ul#other li {
    text-align: center;
  }
  /* line 360, common.scss */
  header ul#other li:nth-of-type(1) {
    margin-right: 1rem;
    font-size: 1.4rem;
    width: 50%;
    text-align: center;
  }
  /* line 364, common.scss */
  header ul#other li:nth-of-type(2) {
   font-size: 1rem;
  color: #345473;
  width: 50%;
  }
	header ul#other li:nth-of-type(2) a {
    border: 2px solid #345473;
    white-space: nowrap;
    padding: 2% 5%;
    display: block;
		background-color: #ffffff;
}
}

/*============================
nav
============================*/
/* line 381, common.scss */
.wide_nav {
  margin-bottom: 2%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGE0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjgzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(270deg, #008a45 0%, #006837 100%);
  background-image: -webkit-linear-gradient(270deg, #008a45 0%, #006837 100%);
  background-image: linear-gradient(180deg, #008a45 0%, #006837 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF008A45', endColorstr='#FF006837');
}
@media only screen and (max-width: 499px) {
  /* line 381, common.scss */
  .wide_nav {
    display: none;
  }
}

/* line 408, common.scss */
nav ul {
  font-size: 0;
}
/* line 411, common.scss */
nav ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 14.28571%;
  min-width: 90px;
  color: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  -moz-box-shadow: rgba(255, 255, 255, 0.3) -1px 0 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) -1px 0 0 inset;
  box-shadow: rgba(255, 255, 255, 0.3) -1px 0 0 inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 420, common.scss */
nav ul li:nth-of-type(7) {
  border-right: 1px solid transparent;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) -1px 0 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) -1px 0 0 inset;
  box-shadow: rgba(255, 255, 255, 0.3) -1px 0 0 inset;
  -moz-box-shadow: 0 0 0px 0 transparent;
  -webkit-box-shadow: 0 0 0px 0 transparent;
  box-shadow: 0 0 0px 0 transparent;
}
/* line 425, common.scss */
nav ul li a {
  display: block;
  font-size: 1.2em;
  line-height: 3.5;
  text-align: center;
  -moz-transition: all 0.43s ease;
  -o-transition: all 0.43s ease;
  -webkit-transition: all 0.43s ease;
  transition: all 0.43s ease;
}
/* line 433, common.scss */
nav ul li a:hover {
  background: #00b55f;
  color: #00351c;
}
@media only screen and (max-width: 499px) {
  /* line 444, common.scss */
  nav ul li a {
    font-size: 1.35em;
    line-height: 2.3;
  }
}

/*============================
#wide_back
============================*/
/* line 459, common.scss */
.wide_back {
  width: 100%;
  margin-bottom: 5%;
  padding: 3% 0 3% 0;
  background: #f3f7e3;
}

/*============================
#topic_path 
============================*/
/* line 471, common.scss */
#topic_path {
  display: none;
}

/* line 475, common.scss */
#gallery #topic_path {
  display: block;
}

/* line 479, common.scss */
#topic_path {
  margin-top: 2%;
}
@media only screen and (max-width: 499px) {
  /* line 479, common.scss */
  #topic_path {
    display: none;
  }
}
/* line 488, common.scss */
#topic_path ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: .9em;
}
/* line 492, common.scss */
#topic_path ul li a {
  color: #4c4948;
}
/* line 495, common.scss */
#topic_path ul li a:hover {
  color: #999594;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*============================
campaign キャンペーン
============================*/
/* line 512, common.scss */
#campaign {
  margin-bottom: 10%;
}
/* line 515, common.scss */
#campaign p {
  text-align: center;
}

/*============================
#baner
============================*/
/* line 527, common.scss */
#baner {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset;
  margin-bottom: 10%;
}
/* line 533, common.scss */
#baner ul {
  margin-top: 5%;
  font-size: 0;
}
/* line 537, common.scss */
#baner ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 29.33333%;
  margin-left: 6%;
  border: 1px solid #dad7d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 545, common.scss */
#baner ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 499px) {
  /* line 527, common.scss */
  #baner {
    display: none;
  }
}

/*============================
footer
============================*/
/* line 569, common.scss */
#wide_footer {
  width: 100%;
  background: #f3f7e3;
}

/* line 574, common.scss */
footer {
  padding-top: 5%;
  background: #f3f7e3;
}
/* line 578, common.scss */
footer p {
  text-align: center;
}
/* line 584, common.scss */
footer p.contact_ptn {
  width: 26%;
  min-width: 200px;
  margin: 0 auto 5%;
  font-size: 120%;
  text-align: center;
  border: 1px solid #A9A9A9;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 594, common.scss */
footer p.contact_ptn a {
  display: block;
  padding: 5% 3% 5% 3%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NTQ3MyIvPjxzdG9wIG9mZnNldD0iNzYuOTQlIiBzdG9wLWNvbG9yPSIjODU5OGFiIi8+PHN0b3Agb2Zmc2V0PSI4Mi44MSUiIHN0b3AtY29sb3I9IiM4Mjk1YTkiLz48c3RvcCBvZmZzZXQ9Ijg3LjY5JSIgc3RvcC1jb2xvcj0iIzc3OGRhMiIvPjxzdG9wIG9mZnNldD0iOTIuMjElIiBzdG9wLWNvbG9yPSIjNjY3ZTk2Ii8+PHN0b3Agb2Zmc2V0PSI5Ni40OCUiIHN0b3AtY29sb3I9IiM0ZTZhODUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDU0NzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(90deg, #345473 0%, #8598ab 76.94%, #8295a9 82.81%, #778da2 87.69%, #667e96 92.21%, #4e6a85 96.48%, #345473 100%);
  background-image: -webkit-linear-gradient(90deg, #345473 0%, #8598ab 76.94%, #8295a9 82.81%, #778da2 87.69%, #667e96 92.21%, #4e6a85 96.48%, #345473 100%);
  background-image: linear-gradient(0deg, #345473 0%, #8598ab 76.94%, #8295a9 82.81%, #778da2 87.69%, #667e96 92.21%, #4e6a85 96.48%, #345473 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFB7B6B6', endColorstr='#FF515151');
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 603, common.scss */
footer p.contact_ptn a:hover {
  color: #808080;
  background: #ffffff;
}
/* line 615, common.scss */
footer p.logo {
  text-align: center;
  margin-bottom: 5%;
}
/* line 621, common.scss */
footer address {
  margin-bottom: 3%;
}
/* line 624, common.scss */
footer address p {
  font-size: 180%;
  font-family: "GenShinGothic-P-Medium";
  color: #222222;
}
/* line 629, common.scss */
footer address p:before {
  content: "t";
  font-family: "fontello";
  font-size: 60%;
  margin-right: .5%;
  color: #222222;
}
@media only screen and (max-width: 499px) {
  /* line 646, common.scss */
  footer ul li:nth-of-type(n+1) {
    float: left;
    width: 100%;
    margin-right: 2.12766%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3%;
  }
}

/* line 660, common.scss */
.copyright {
  font-size: .5em;
  margin-top: -2em;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  background: #007837;
}

/*--------20191209-------*/
header,.wide_back .wrapper{max-width: 960px;
	margin: 0 auto;}
.wrapper{width: auto;
    max-width: inherit;}
main .wrapper,.wide_nav .wrapper{max-width: 960px;}
#baner {
    max-width: 960px;
	margin: 0 auto 10% auto;}
div#header {
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
}
.text-center {text-align: center;}
.text_large{font-size: 130%;}
.mb-5{margin-bottom:2.5rem;}