@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans','Noto Sans Japanese',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:16px;
	color:#515151;
	word-wrap: break-word;
	overflow-wrap:break-word;
	min-width: 300px;
}
img{
	vertical-align:bottom;
}
em{
	font-style: normal;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	color:#515151;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	outline:none;
}
a:hover, a:focus{outline:none;}
#wrap{
	width:100%;
	margin:0 auto;
}
/*header*/
header {
	padding-top: 20px;
}
#header {
	width:100%;
	margin:0 auto;
	max-width: 1280px;
	position: relative;
	margin-bottom: 20px;
}
#header h1 {
	text-align: center;
}
#header #header_txt {
	text-align: center;
	color:#d2508e;
}
#header .contact_btn a {
	position: absolute;
	bottom:0px;
	right: 5%;
	padding: 10px 30px;
	background:#d2508e;
	color:#fff;
}
#header .contact_btn a:hover {
	background: #d6e9c0;
}
#header .contact_btn i {
	margin-right: 10px;
	font-size: 120%;
	vertical-align: middle;
}
/*main_menu*/
#main_menu {}
#main_menu ul {
	text-align: center;
	max-width: 1280px;
	width:100%;
	margin:0 auto;
}
#main_menu ul li {
	display: inline-block;
}
#main_menu ul li a {
	color:#d2508e;
	display: block;
	padding:10px 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#main_menu ul li span {
	color:#d2508e;
	display: block;
	padding:20px;
	transition: all 0.5s;

}
#main_menu ul li a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	background: #d2508e;
	color:#fff;
}
#main_menu #sub_menu_main{
	position: relative;
}
#main_menu li .submenu{
	display: none;
    position: absolute;
	background-color: #fff;
	width: 200%;
	text-align: left;
	border-left: 2px solid #d2508e;
	z-index: 99;
}
#main_menu li .submenu li{
	width: 100%;
	font-size: 14px;
}
#main_menu li .submenu a{
	display: block;
	color: #d2508e;
	border-left: 2px solid #fff;
}
#main_menu li .submenu a:hover{
	background: #d2508e;
	color:#fff;
	border-left: 2px solid #eacbda;
}
#main_menu li .submenu li:first-of-type{}
/*main_img*/
#main_img {
	width: 90%;
	max-width: 1152px;
	margin:0 auto;
}
/*info*/
#info_wrap {
	padding: 70px 0;
}
#info_wrap h2 {
	font-size: 150%;
	color:#d2508e;
	text-align: center;
	margin-bottom: 30px;
}
#info {
	display: flex;
	flex-direction: row;
	width: 90%;
	margin:0 auto;
	max-width: 1152px;
}
#info #map {
	display: block;
	width: 50%;
	background-color: #f9ecf3;;
}
#info #info_txt {
	width: 50%;
	box-sizing: border-box;
    padding: 60px 60px;
    text-align: left;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#info #info_txt table tr{
	padding-bottom: 10px;
	display: block;
}
#info #info_txt table th{
	color: #e89dbf;
	vertical-align: top;
	width: 90px;
	border-right: 2px solid #bebebc;
}
#info #info_txt table td{
	line-height: 20px;
	padding-left: 10px;
}
#info #info_txt a:hover{
	color: #e89dbf;
}
/*footer*/
footer {
	background: #e89dbf;
	padding-top: 70px;
}
#footer{
	width: 90%;
	max-width: 1152px;
	margin:0 auto;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #bebebc;
}
#footer .left{
	width: 440px;
}
#footer .left h3{
	text-align: left;
	margin-bottom: 30px;
}
#footer .left h3 img{
	width: 200px;
}
#footer .left #contact {}
#footer .left #contact form {}
#footer .left #contact form h4 {
	margin-bottom: 5px;
}
#footer .left #contact form input {
	border:1px solid #aa9d6f;
	width:100%;
	padding:3px;
	margin-bottom: 20px;
	font-size: 16px;
	box-sizing: border-box;
}
#footer .left #contact form textarea {
	border:1px solid #aa9d6f;
	width:100%;
	padding:3px;
	margin-bottom: 20px;
	font-size: 16px;
	box-sizing: border-box;
}
#footer .left #contact form input[type="submit"] {
	width:100px;
	padding: 10px 0;
	background: #e89dbf;
	color:#fff;
	-webkit-appearance:none;
	font-family: 'Noto Sans','Noto Sans Japanese',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	border:1px solid #fff;
}
#footer .left #contact form input[type="submit"]:hover,
#footer .left #contact input[type="reset"]:hover {
	color:#d2508e;
	border:1px solid #d2508e;
}
#footer .right{
	width: 300px;
	margin-left: auto;
}
#footer .right .sitemap{
	display: flex;
	margin-bottom: 30px;
	width: 100%;
}
#footer .right .sitemap ul{
	border-top: 2px solid #fff;
	padding-top: 20px;
	width: 130px;
	font-size: 80%
}
#footer .right .sitemap ul:first-of-type{
	margin-right: 40px;
}
#footer .right .sitemap ul li em{
	font-weight: bold;
}
#footer .right .sitemap ul li a{
}
#footer .right p{
	font-weight: bold;
	margin-bottom: 20px;
}
#footer .right .privacy{
	border: 1px solid #fff;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	opacity: 0.5;
	align-items: center;
}
#footer .right .privacy a {
	display: block;
	padding: 10px 0px;
	text-align: center;
	width: 150px;
}
#footer .right .privacy a:first-child{
	border-right: 1px solid #fff;
}
#copyright{
	opacity: 0.5;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}
#copyright p a{
	color: #fff;
}
/*その他*/
.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pchide {
	display: none;
}
.text {
	display: inline-block
}
.txt150 {
	font-size: 150%;
}
.txt120 {
	font-size: 120%;
}
.pink {
	color: #d2508e;
}
.pink_light {
	color: #e89dbf;
}
.red {
	color:red;
}
/*ページトップに戻る*/
#page-top {
	position: fixed;
	bottom: 40px;
	right:30px;
	z-index: 99;
}
#page-top a {
	width:80px;
	display:block;
}
/*.spbr{
	display: none;
}*/
#sp_menu{
	display: none;
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
body {
	font-size:14px;
}
#header h1 img {
	width:200px;
}
#header .contact_btn a {
	padding: 5px 20px;
}
#info_wrap {
	padding: 50px 0;
}
#info_wrap h2 {
	margin-bottom: 20px;
}
#info #info_txt {
    padding: 30px 30px;
}
footer {
	padding-top: 50px;
}
#footer .left{
	width: 100%;
	margin-bottom: 40px;
}
#footer .right{
	width: 100%;
	margin:  0 auto;
	margin-bottom: 40px;
}
#footer .right .sitemap ul{
	width: 48%;
	font-size: 100%
}
#footer .right .sitemap ul:first-of-type{
	margin-right: 4%;
}
#footer .right .privacy a{
	width: 50%;
}
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#header h1 img {
	width:200px;
}
#header #header_txt {
	margin-bottom: 10px;
}
#header .contact_btn a {
	position: static;
	display: block;
	margin:30px auto;
	width: 200px;
	text-align: center;
	padding: 10px 10px;
}
/*main_menu*/
#main_menu {
	display:none;
}
#main_img {
	width: 100%;
}
#info {
	display: block;
}
#info #map {
	width: 100%;
}
#info #info_txt {
	width: 100%;
}

/*SPメニューボタン*/
#sp_menu{
	display: block;
}
.button_container {
  position: fixed;
  top: 14px;
  right: 18px;
  height: 27px;
  width: 30px;
  cursor: pointer;
  z-index: 999999;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #d2508e;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #d2508e;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
	color: #fff;
	z-index: 99;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open p {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open p:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open p:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open p:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.overlay p {
  display: block;
  opacity: 0;
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 20px;
	}
.overlay p a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
	.overlay p span{
		display: block;
		padding-top: 14px;
	}
	.overlay p span a{
	font-size: 0.8rem;
	line-height: 10px;
		color:#f9ecf3;
	}

.overlay p a:hover:after, .overlay p a:focus:after, .overlay p a:active:after {
  width: 100%;
}
.overlay p a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}
#page-top {
	bottom: 20px;
	right:10px;
}
#page-top a {
	width:60px;
}
.pchide {
	display: block;
}
.sphide {
	display: none;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){

}