@charset "utf-8";

/*--------------------

	  common

--------------------*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  margin: 0;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height:1.5;
	letter-spacing:0;
	color: #333333;
  background: url(../images/body_bg.jpg) repeat center top / auto;
  background-image: url(../images/body_foot.png), url(../images/body_bg.jpg);
  background-repeat: no-repeat,repeat;
  background-position: center bottom,center bottom;
  -webkit-background-size: 100% auto, auto;
  background-size: 100% auto, auto;
}

/* links */

a{transition: all 0.3s;}
a:link { color: #a4005b; }
a:visited { color: #a4005b; }
a:hover { color: #790144; }
a:hover img { opacity: 0.6;}
a:active { color: #a4005b; }

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
li{
  margin: 0;
  padding: 0;
}
strong{
  font-weight: bold;
}
.red{
  color: #f00;
}
/* whole settings */

#wrapper {
	width: 100%;
	height: 100%;
}

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

/* header */

#header {
  background: #fff;
}

#header h1 {
	text-align: center;
	color: #555;
	padding: 10px 0 20px 0;
}

.headerMain {
  position: relative;
	width: 1000px;
	margin: 0 auto;
  padding: 20px 0;
}
.headerMain .sns_btn{
  float: right;
}
.headerMain .sns_btn ul{
  display: inline-block;
  vertical-align: top;

}
.headerMain .sns_btn ul li{
  display: inline-block;
margin-left: 10px;
vertical-align: top;
}

.headerMain .headSearch {
	width: 290px;
	height: 30px;
	position: absolute;
  top: 20px;
	right: 0;
}


button.search_btn{
  display: none;
}


input.search-field {
	-webkit-appearance: none;
  display: inline-block;
  width:210px;
  margin-bottom: 30px;
  border:1px solid #6f2e6f;
  behavior: url(/PIE.htc);
    padding: 9px 5px;
  color: #ccc;
  font-size: 18px;
  vertical-align: top;
}
input.search-submit {
	-webkit-appearance: none;
  display: inline-block;
  width: 80px;
  margin-left: -5px;
    padding: 10px 5px;
  background-color: #6f2e6f;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  line-height: 1.2;
}
.screen-reader-text {
    display: none;
}


.headerMain .headLogo {
  float: left;
	text-align: center;
}
.headerMain .headLogo a{
  display: block;
  width: 412px;
}
.headerMain .headLogo a img{
  max-width: 100%;
}
.mv_cont{
  position: relative;
  margin-bottom: -170px;

}

.mv{
  position: relative;
  background: url(../images/mv_bg.jpg) no-repeat center top / auto;
  padding: 0 0 48px;
  z-index: -1;
}

.mv .inner{
  position: relative;
  max-width: 1000px;
  height: 540px;
  margin: 0 auto 20px;
  text-align: center;
}

.mv_cont .fb_cont{
  position: absolute;
  top: 200px;
  left: 400px;
  right: 0;
  width: 340px;
  height: 210px;
  margin: auto;
  /* z-index: 999; */
}



/* main */

#main {
	width: 960px;
	margin: 40px auto 0;
	padding: 20px 20px 20px;
  background: #fff;
  z-index: 1;
}

.home #main {margin: 0 auto 0;    overflow: hidden;}


/* contents */

#content {
}

.content{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
}
.page-title{
  margin-bottom: 20px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #6f2e6f;
  font-size: 20px;
  font-weight: bold;
}

.image img{
  max-width: 100%;
}

/* .contentWrap{
  border: 1px solid #6f2e6f;
} */


/* side */



/* footer */

#footer {
  width: 1000px;
  margin: 0 auto;
	padding-top: 40px;
  text-align: center;
}

#footer .footCont {
	position: relative;
}
#footer .footCont .footLogo {
  width: 1000px;
  margin: 0 auto;
	padding-top: 20px;
  text-align: center;
}
#footer .footLogo a{
  display: block;
	width: 412px;
  margin: 0 auto;
}
#footer .footLogo img{
	max-width: 100%;
}

#footer .footCont ul.fnav {
	width: 340px;
  margin: 40px auto;
}

#footer .footCont ul.fnav li {
  display: inline-block;
	padding: 5px 0 5px;
  width: 140px;
}

#footer .footCont ul.fnav li a {
	font-size: 15px;
	color: #fff;
}


#footer .copyright {
	text-align: center;
	color: #fff;
	clear: both;
	padding: 20px 0;

}

.pagetop {
	position: fixed;
	bottom: -300px;
	right: 20px;
	transition: .4s;
}

.pagetop.is-active:hover {
	bottom: 10px;
}

.pagetop.is-active {
	bottom: -110px;
}


.pc {
	display: block;
}

.sp {
	display: none;
}
@media (max-width: 767px){
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }
}

#sp_panel {
	display: none;
}
