@charset "utf-8";

/* common
--------------------------------------------------------- */
body {
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  background-color: #f5eadf;
  /* background-image: url("../images/back.jpg"); */
  /* background-attachment: fixed; */
  /* background-position: top center; */
  /* background-repeat: no-repeat; */
}


input {
  font-family: 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
}

a {
  color: #E83151;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
  font-family: serif;
  text-align: center;
  font-weight: normal;
  position: relative;
}
h2:after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

/* header
--------------------------------------------------------- */
header {
}
.main_img {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
h1 {
  float: left;
  font-size: 20px;
  width: 70%;
}
h1 a {
  color: #333;
}
.sitemap_nav {
  float: right;
  text-align: center;
  color: #333;
  transition: all 0.2s;
  font-size: 20px;
}
.header_nav {
  z-index: 20;
  background: #f5eadf;
  position: relative;
  font-family: serif;
}
.header_inner {
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
}
.fixed {
  position: fixed;
  width: 100%;
  border-bottom: none;
  z-index: 100;
  top: 0;
  right:0;
  z-index: 100;
}

/* main
--------------------------------------------------------- */
main {
  position: relative;
  z-index: 20;
  background: #f5eadf;
  padding: 100px 0;
}
.main_inner {
  width: 70%;
  max-width: 1400px;
  margin: 0 auto;
}
.PageTop {
  position: fixed;
  display: none;
  bottom: 10px;
  right:2%;
  text-align: center;
  background: #cecece;
  color: #333;
  transition: 0.2s;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px 0px #797979;
  z-index: 100;
}
.PageTop:hover {
  opacity: 1;
  background: #969696;
}

/* top_container
--------------------------------------------------------- */
.top_container {
  margin-bottom: 100px;
  padding: 80px 0;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
}
.top_container img {
  float: right;
  width: 40%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.top_container h3 {
  clear: both;
  margin: 20px 0 10px;
  border-left: 5px solid #E83151;
  padding-left: 10px;
}

/* site_map
--------------------------------------------------------- */
.site_map {
  margin-bottom: 100px;
  padding: 80px 0;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
}
.site_map li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #969696;
}
.site_map li a {
  display: block;
}

/* box_flame1
--------------------------------------------------------- */
.box_flame1 {
  margin-bottom: 100px;
}
.box_flame1 a {
  display: block;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.box_flame1 a:before {
  display: block;
  content: "";
  width: 1400px;
  height: 500px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: -1400px;
  top: 50%;
  margin-top: -250px;
  transition: 0.7s;
  z-index: -1;
}
.box1_img {
  float: left;
  width: 55%;
}
.box1_text {
  float: right;
  width: 40%;
  color: #333;
}
.box1_text h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 30px;
}
.box1_text p {
  color: #868686;
}
.box_flame1 a:hover {
  opacity: 1;
}
.box_flame1 a:hover img {
  opacity: 1;
}
.box_flame1 a:hover:before {
  transform: translateX(1400px);
}

/* box_flame2
--------------------------------------------------------- */
.box_flame2 {
  margin-bottom: 70px;
}
.box_flame2 li {
  float: left;
  width: 23.5%;
  margin: 0 2% 30px 0;
  position: relative;
  padding: 15px 0;
  overflow: hidden;
}
.box_flame2 li:nth-child(4n) {
  margin-right: 0;
}
.box_flame2 img {
  margin-bottom: 10px;
}
.box_flame2 h3 {
  margin-bottom: 10px;
}
.box_flame2 p {
  color: #868686;
}
.more {
  display: block;
  text-align: center;
  border: 1px solid;
  margin: 20px auto 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: 0.5s;
}
.box_flame2 .more:before {
  display: block;
  content: "";
  width: 800px;
  height: 2px;
  background: #E83151;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  opacity: 0;
}
.more:hover {
  opacity: 1;
  background: #E83151;
  color: #fff;
}
.box_flame2 .more:hover:before {
  opacity: 1;
}

/* box_flame3
--------------------------------------------------------- */
.box_flame3 {
  margin-bottom: 70px;
}
.box_flame3 a {
  display: block;
  float: left;
  width: 23.5%;
  margin: 0 2% 30px 0;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.box_flame3 a:nth-child(4n) {
  margin-right: 0;
}
.box_flame3 img {
  margin-bottom: 10px;
}
.box_flame3 h3 {
  margin-bottom: 10px;
}
.box_flame3 p {
  color: #868686;
}
.box_flame3 a:before {
  display: block;
  content: "";
  width: 800px;
  height: 1000px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: -1000px;
  left: 50%;
  margin-left: -400px;
  transition: 0.7s;
  z-index: -1;
}
.box_flame3 a:hover {
  opacity: 1;
}
.box_flame3 a:hover img {
  opacity: 1;
}
.box_flame3 a:hover:before {
  transform: translateY(-1000px);
}

/* box_flame4
--------------------------------------------------------- */
.box_flame4 {
  margin-bottom: 100px;
}
.box_flame4 article {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-left: 8px;
}
.box4_img {
  width: 50%;
  float: left;
}
.box4_text {
  float: right;
  width: 50%;
  padding: 0 20px;
  text-align: center;
  display: table;
}
.box4_cap {
  display: table-cell;
  vertical-align: middle;
}
.box4_text h3 {
  margin-bottom: 10px;
}
.box4_text p {
  color: #868686;
}
.box4_text .more:before {
  display: block;
  content: "";
  width: 3px;
  height: 500px;
  background: #E83151;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  opacity: 0;
}
.box4_text .more:hover:before {
  opacity: 1;
}

/* box_flame5
--------------------------------------------------------- */
.box_flame5 {
  margin-bottom: 100px;
}
.box_flame5 article {
  margin-bottom: 50px;
  text-align: center;
}
.box_flame5 h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #E83151;
}
.box_flame5 p {
  color: #868686;
}
.box_flame5 .more {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

/* box_flame6
--------------------------------------------------------- */
.box_flame6 {
  margin-bottom: 70px;
}
.box_flame6 a {
  display: block;
  float: left;
  width: 48%;
  margin: 0 4% 30px 0;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  transition: 0.4s;
}
.box_flame6 a:nth-child(2n) {
  margin-right: 0;
}
.box_flame6 h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
.box_flame6 p {
  color: #333;
  line-height: 1.8;
  transition: 0.4s;
}
.box_flame6 a:hover {
  opacity: 1;
  background: #E83151;
  color: #fff;
}
.box_flame6 a:hover p {
  color: #fff;
}

/* post_list
--------------------------------------------------------- */
.post_list {
  margin-bottom: 100px;
}
.post_list ul {
  padding: 50px 30px 30px 60px;
  background: #fff;
  border: 1px solid #ddd;
}
.post_list li {
  float: left;
  width: 49%;
  margin: 0 2% 20px 0;
  list-style: square;
}
.post_list li:nth-child(2n) {
  margin-right: 0;
}

/* news_list
--------------------------------------------------------- */
.news_list {
  margin-bottom: 100px;
}
.news_list li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #868686;
}
.news_list li span {
  margin-right: 30px;
}
.news_list .More {
  width: 300px;
}

/* link_list
--------------------------------------------------------- */
.link_list {
  margin-bottom: 80px;
}
.link_list li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #868686;
}

/* footer
--------------------------------------------------------- */
footer {
  background: #E83151;
  padding: 50px 0 20px;
  z-index: 2;
  position: relative;
}
.footer_inner {
  width: 70%;
  max-width: 1400px;
  margin: 0 auto;
}
footer ul {
  width: 50%;
  margin-bottom: 30px;
  border-left: 1px solid #fff;
  padding-left: 15px;
}
footer li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
footer li:nth-child(3n){
  margin-right: 0;
}
footer a {
  color: #fff;
}
footer p {
  text-align: center;
  color: #fff;
}
footer p a {
  text-decoration: underline;
}

/* media screen
--------------------------------------------------------- */
@media screen and (max-width: 900px) {
.sitemap_nav {
  display: none;
}
h1 {
  width: 100%;
  float: none;
}
.main_inner,
.footer_inner {
  width: 90%;
}
.PageTop {
  display: none;
}
}

@media screen and (max-width: 700px) {
.box1_img {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.box1_text {
  float: none;
  width: 100%;
}
.box1_text h3 {
  margin-bottom: 10px;
}
.box_flame2 li {
  float: none;
  width: 100%;
}
.box_flame3 a {
  float: none;
  width: 100%;
}
.box4_img {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.box4_text {
  float: none;
  width: 100%;
}
footer ul {
  width: 100%;
  padding: 0;
  border:none;
}
footer li {
  border-bottom: 1px dashed #fff;
}
}

@media screen and (max-width: 480px) {
h1 {
  font-size: 18px;
}
.top_container img {
  width: 100%;
  margin: 0 0 20px;
}
.box_flame6 a {
  float: none;
  width: 100%;
}
.post_list li {
  float: none;
  width: 100%;
}
.news_list li span {
  display: block;
  border: none;
}
footer p a {
  display: block;
}
}