@charset "UTF-8";
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; }

html {
  line-height: 1; }

ol, ul {
  list-style: 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; }

a img {
  border: none; }

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

@media print, screen and (min-width: 651px) {
  .tab_only {
    display: none; }

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

  .tab_only {
    display: none; }

  img {
    max-width: 100%;
    height: auto; } }
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  color: #000;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  min-width: 1080px; }
@media only screen and (max-width: 650px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 16px;
    line-height: 21px;
    position: relative; } }

a:link {
  color: #000; }

a:visited {
  color: #000; }

a:hover {
  color: #cd646e; }

a:active {
  color: #cd646e; }

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

a {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

a img {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}
@media only screen and (max-width: 650px) {
  .pagetop {
    bottom: 7px;
    right: 3px; }
  .pagetop img{
    width: 50%; } }

#header {
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  border-top: 2px #cd646e solid;
  background: #faf5e6; }
@media only screen and (max-width: 650px) {
  #header {
    width: 100%;
	padding: 10px 0 0;
    position: relative; } }
#header .header_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  width: 1080px; }
#header .header_inner h1 {
    padding: 30px 0 0; }
@media only screen and (max-width: 650px) {
  #header .header_inner {
    display: block;
    padding: 0 0 10px;
	width: 100%; } }
@media only screen and (max-width: 650px) {
  #header .header_inner h1 {
    text-align: center;
	padding: 20px 0; }
  #header .header_inner h1 img {
    width: 40%; } }
#header .header_inner .header_info {
  width: 470px;
  text-align: center; }
@media only screen and (max-width: 650px) {
  #header .header_inner .header_info {
    display: none; } }
#header .header_inner .header_info span.fax {
  background: #e3cfb6;
  border-radius: 7px;
  padding: 2px 5px;
  font-size: 16px;
  color: #80552d;
  font-weight: bold;
  text-align: center; }
#header .header_inner .header_info p.tel {
  font-size: 21px;
  color: #000;
  font-weight: bold; }
#header .header_inner .header_info p {
  padding: 0 0 5px; }
#menu_btn {
  display: none; }
@media only screen and (max-width: 650px) {
  #menu_btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../image/index/btn_close.png") no-repeat center center;
    background-size: 100% auto; }
  #menu_btn.on {
    background: url("../image/index/btn_open.png") no-repeat center center;
    background-size: 100% auto; } }
#nav {
  padding: 5px 0;
  background: #cd646e; }
@media only screen and (max-width: 650px) {
  #nav {
    display: none;
    background: none;
    width: 100%;
    border-top: none;
    padding: 0; } }
#nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 auto;
  width: 1080px; }
@media only screen and (max-width: 650px) {
  #nav ul {
    display: block;
    width: 100%;
    border-top: 1px solid #cd646e; } }
#nav ul li {
  border-right: 1px dashed #fff;
  line-height: 35px; }
@media only screen and (max-width: 650px) {
  ##nav ul li {
    border-right: none;
    padding: 0;
    text-align: left; } }
#nav ul li:last-of-type {
  border-right: none; }
#nav ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 0 30px;
  color: #fff;
  text-decoration: none; }
#nav ul li a:hover {
   background: url("../image/index/on.png") no-repeat center center; }
@media only screen and (max-width: 650px) {
  #nav ul li a {
    display: block;
    padding: 3px 10px;
    font-weight: bold;
	border-bottom: 1px solid #cd646e;
	color: #000; } }
#nav ul li a:hover {
  color: #fff; }
@media only screen and (max-width: 650px) {
  #nav ul li a:hover {
	color: #cd646e; } }
#nav .sp_header_info {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #cd646e; }
#nav .sp_header_info p {
  padding: 5px 10px; }
#nav .sp_header_info p img {
  width: 60%; }

#footer {
  text-align: center;
  border-top: 1px solid #cd646e; }
#footer .footer_inner {
  padding: 0;
  margin: 0 auto;
  width: 1080px; }
@media only screen and (max-width: 650px) {
  #footer .footer_inner {
    display: block;
    padding: 0 0 10px;
	width: 100%; } }
#footer .footer_inner .footer_info {
  margin: 0 auto;
  width: 35%;
  float:left;
  padding: 60px 0 20px 20px; }
#footer .footer_inner .footer_info h1 {
	font-size: 24px;
	color: #237d00;
	font-weight: bold;
	padding: 10px 0;
	text-align: left; }
@media only screen and (max-width: 650px) {
  #footer .footer_inner .footer_info {
    width: 94%;
	float:none;
    padding: 20px 0; }
  #footer .footer_inner .footer_info h1 {
    width: 40%;
	font-size: 16px; } }
#footer .footer_inner .footer_info p {
  text-align: left;
  padding: 0 0 0 10px; }
@media only screen and (max-width: 650px) {
  #footer .footer_inner .footer_info p {
    font-size: 14px; } }
#footer .footer_inner .footer_nav {
  width: 60%;
  float:left;
  padding: 60px 0 20px 20px; }
#footer .footer_inner .footer_nav .nav_inner {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  padding-left: 80px; }
#footer .footer_inner .footer_nav .nav_inner .dan ul li {
  padding: 0 30px;
  font-size: 12px;
  text-align: left;
  background: url("../image/index/arrow.png") no-repeat 10px center; }
#footer .footer_inner .footer_nav .nav_inner .dan ul li a {
  color: #000;
  text-decoration: none; }
#footer .group_nav {
  padding: 30px 0 60px; }
@media only screen and (max-width: 650px) {
  #footer .group_nav {
    width: 100%; } }
@media only screen and (max-width: 650px) {
  #footer .group_nav {
    width: 94%;
    margin: 0 auto;
    padding: 10px 0 20px; } }
#footer .group_nav ul li {
  display: inline-block;
  padding: 0 8px; }
#footer .group_nav ul li a {
  display: block;
  width: 170px }
@media only screen and (max-width: 650px) {
  #footer .group_nav ul li {
    width: 30%;
    padding: 0 3px;
    text-align: center; }
  #footer .group_nav ul li a {
    width: 90%;
	margin: 0 auto; } }
#footer .copyright {
  background: #cd646e;
  font-size: 11px;
  color: #fff;
  text-align: center; }

.clearfix:after {
content: " ";/* ピリオドを消してスペース入れました。 */
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */