@charset "utf-8";

body {
	font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
input[type="text"], button, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none !important;
}

/*--------------------------------------
　header
---------------------------------------*/
#header {
  height: auto;
}
#sp_header{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
	height: 60px;
  background: #FFFFFF;
}
#sp_header .logo {
  width: 122px;
}
#menu_btn,
#menu_btn span {
display: inline-block;
transition: all .3s;
box-sizing: border-box;
}
#menu_btn {
position: relative;
width: 25px;
height: 20px;
}
#menu_btn span {
position: absolute;
left: 0;
margin: auto;
width: 25px;
height: 2px;
background-color: #000;
}
#menu_btn span:nth-of-type(1) {
top: 0;
}
#menu_btn span:nth-of-type(2) {
top: 9px;
}
#menu_btn span:nth-of-type(3) {
top: 18px;
}
#menu_btn.active span:nth-of-type(1) {
-webkit-transform: translateY(9px) rotate(-45deg);
transform: translateY(9px) rotate(-45deg);
}
#menu_btn.active span:nth-of-type(2) {
opacity: 0;
}
#menu_btn.active span:nth-of-type(3) {
-webkit-transform: translateY(-9px) rotate(45deg);
transform: translateY(-9px) rotate(45deg);
}

#head_inner {
	width: auto;
  height: 400px;
  background-size: cover;
  background-position: center top;
}
#head_inner .imgttl{
  width: 210px;
  height: 210px;
}
header #sp_menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 15px 4%;
  box-sizing: border-box;
  z-index: 99;
	background-color: #192254;
}
header #sp_menu  ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header #sp_menu  ul.nav01 li{
  width: 50%;
  background-color: #fff;
	box-sizing: border-box;
  border-bottom: 1px solid #aaa;
}
header #sp_menu  ul.nav01 li:nth-child(2n + 1) {
  border-right: 1px solid #aaa;
}
header #sp_menu  ul.nav01 li:nth-last-child(1),
header #sp_menu  ul.nav01 li:nth-last-child(2){
  border-bottom: none;
}
header #sp_menu  ul.nav02 {
  justify-content: space-between;
  margin-top: 10px;
}
header #sp_menu  ul.nav02 li{
  width: 48.5%;
  background-color: #fff;
	box-sizing: border-box;
  border-bottom: 1px solid #aaa;
}
header #sp_menu  ul.nav02.wide li{
	width: 100%;
}
header #sp_menu  ul.nav02 li:nth-child(3){
  margin-top: 5px;
}
header #sp_menu  ul li a{
  color: #000;
  display: block;
  padding: 10px 5px 10px 18px;
  font-size: 11px;
  position: relative;
}
header #sp_menu ul.nav01 li a:before {
  position: absolute;
  content: '';
  background: #002e73;
  width: 5px;
  height: 5px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #sp_menu  ul.nav02 li a {
  text-align: center;
  padding: 10px 10px;
}
header #sp_menu  ul li>img{
  width: 100%;
  padding: 1px;
}
#wedding header #sp_menu ul.nav01 li:last-child {
    background-color: unset;
}
#chapel header #sp_menu ul.nav01 li:last-child {
    background-color: unset;
}
#top header #sp_menu ul.nav01 li:last-child {
    background-color: unset;
}
#sougi header #sp_menu ul.nav01 li:last-child {
    background-color: unset;
}

#linkArea {
  padding: 18px 0 20px;
}
#linkArea .box{
  width: auto;
  display: block;
}
#linkArea .box a {
  width: 75%;
  margin: 0 auto;
}
#linkArea .box a + a {
  margin-top: 15px;
}
/*--------------------------------------
　footer
---------------------------------------*/
#footer {
	width: 100%;
  background-image: url(../../img/sp/common/footer_bg_sp.jpg);
	background-size: cover;
}
#footer_top {
  display: block;
	width: auto;
  padding: 20px 4% 10px;
	font-size: 10px;
  border-bottom: none;
}
#footer_top .flogo{
  width: 220px;
  margin: 0 auto 10px;
}
#footer_top #fnav_box01,
#footer_top #fnav_box02{
  margin: 0;
  font-size: 12px;
}
#footer_top #fnav_box02 .flexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}
#footer_top #fnav_box02 #fnav02{
  margin-right: 25px;
}
#footer_top #fnav_box02 #fnav03 li:nth-child(1) {
  letter-spacing: -0.01rem;
  font-size: 13px;
}
#footer_top #fnav_box01 ul a,
#footer_top #fnav_box02 ul a,
#footer_top #fnav_box04 ul a{
  color: #FFFFFF;
  font-size: 12px;
}
#footer_top #fnav_box04 ul {
	width: 100%;
	flex-wrap: wrap;
}
#footer_top #fnav_box04 ul li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 10px;
}
#footer_top #fnav_box04 ul li:nth-child(1) {
	margin-left: 0;
}

#footer_middle {
  display: block;
	width: auto;
  padding: 0 4%;
  text-align: center;
}
#footer_middle .address {
  font-size: 12px;
  margin: 0 0 10px;
}
#footer_middle .contactBox {
  width: 240px;
  display: block;
  margin: 0 auto 15px;
}
#footer_middle .ftel {
  width: 218.5px;
  margin: 0 auto;
}
#footer_bottom {
	width: auto;
  text-align: center;
  height: auto;
  padding: 0;
}
#footer_bottom p {
  padding: 30px 0 15px;
}

.rental_bn {
    padding: 20px 0 10px 0px;
}
.rental_bn img{
	width: 180px;
}