@charset "utf-8";

body{width: 100%;}

html{font-family: "Noto Serif JP",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}
h2{font-weight: normal;}

.smp-vw{display: block;}
.pc-vw{display: none;}

img{max-width: auto;}

/*header設定*/
#header {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
    /*height: 100vh;
    高さを全画面にあわせる*/
}

.head-container-smp{
    background-color: #b40c0c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 30px;
}

.head-container-smp p{
color: #fff;
text-align: center;
}

.head-container-smp p span{
    font-size: 1.5em;
}

.head-container-smp .head-logo{
}
.head-container-smp img {
  width: 150px;
}

.head-container-smp div {
}
.head-container-smp div p span.head-tel {
	display: block;
}
.head-container-smp div p span.tel-icon {
  font-size: 25px;
	margin-right: 5px;
}
.head-container-smp div p span.tel-icon img {
	width: 25px;
	vertical-align: baseline;
}
.head-container-smp div p span {
  font-size: 30px;
  font-weight: 700;
}

.head-container-smp div p a {
	text-decoration: none;
	color: #fff;
}

.head-container-smp div ul li {
  width: fit-content;
  margin: auto;
  font-size: 13px;
  line-height:1.5em;
}

.head-container-smp nav ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.head-container-smp p {
  text-align: center;
  font-size: 19px;
  line-height: 1.6em;
  margin: 20px 0 0 0;
}
.head-container-smp p span {
  font-size: 1.5em;
}
.head-container-smp .head-info ul{
	margin: 10px;
	padding: 0  10px 0 30px;
	color: #fff
}

nav.site-menu-smp{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;}

nav.site-menu-smp h1{
    color: #fff;
}



/* ここから下がハンバーガーメニューに関するCSS */

.smp-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
}

.smp-nav h1{
	font-size: 23px;
    color: #fff;
    padding: 0 20px;
	margin: 20px 0;}

/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

  /* ハンバーガーアイコンの設置スペース */
.drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
}

  /* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
}

  /* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
    bottom: 8px;
}

  /* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
    top: 8px;
}

  /* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
}

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}
    
/* メニューのデザイン*/
.nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 65px;
    left: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #000;
    transition: .5s;
    padding: 0;
}

  /* メニュー黒ポチを消す */
.nav_list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.nav_list li{
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
}

.nav_list li:last-child{
    border-bottom: 1px solid #fff;
}


.nav_list li a{
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    width: 100%;
    text-align: center;
}

  /* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
    left: 0;/* メニューを画面に入れる */
    top: 65px;
}

/*共通*/


.container-wrap{
    width: 100%;
}


.swiper-slide img {
    height: auto;
    width: auto;
    max-width: 100%;
}

/* fast */
.fast-container{
    flex-direction: column;
    padding: 50px 0;
}

.fast-container .container-wrap{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.fast-container .container-wrap img{
    max-width: 100%;
    width: 100%;
}

.fast-container p{
	font-size: 18px;
    height: auto;
    width: 90%;
    text-align: justify;
    margin: 10px 0 60px 0;
    writing-mode: horizontal-tb;
    line-height: 2em;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;}

.fast-container p br{
    display: none;
}

/* second */

.second-container {
  height: 600px;
}
.second-container .img-wrap {
  height: 100%;
}

.second-container .img-wrap img {
  height: 100%;
}

.second-container .text-wrap {
  width: 100%;
}

.second-container .text-wrap h2 {
  font-size: 18px;
  line-height: 2.8em;
  margin:0 20px 10px 20px
}

.second-container .text-wrap h2::before {
  left: calc(50% - 5em);
  width: 10em;
  height: 1px;
  top: 45px;
}

.second-container .text-wrap h2 span {
  font-size: 25px;
  margin-top: 12px;	
	line-height: 1.5em
}
.second-container .text-wrap h2 br {
  display: block;
}


.second-container .text-wrap p {
  width: 90%;
  font-size: 18px;
  line-height: 2em;
  margin: 10px 20px 20px 20px;
}

.second-container .text-wrap .text-wrap-btn {
  border-radius: 30px;
  padding: 12px 35px;
  font-size: 18px;
}

/* third */
.third-container {
  padding: 60px 0 80px 0;
}

.third-container h2 {
  font-size: 18px;
  line-height: 2.8em;
}

.third-container h2::before {
  left: calc(50% - 5em);
  width: 10em;
  height: 1px;
  top: 45px;
}

.third-container h2 span {
  font-size: 25px;
  margin-top: 5px;
  line-height: 1.5em;
}

.third-container p {
 width:90%;
  font-size: 18px;
  line-height: 2em;
}

.third-container ul {
  width: 90%;
  margin-top: 50px;
}

.third-container ul li {
   font-size: 20px;
  padding: 20px 0;
  line-height: 1.5em;
}

.third-container ul li:last-child {
}

.third-container .img-wrap {
  display: flex;
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}
.third-container .img-wrap figure {
  margin: 30px auto;
  width: 80%;
}

.third-container .img-wrap figcaption {
  margin-top: 10px;
  font-size: 16px;
}

.third-container .img-wrap img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

/* forth */
.forth-container {
  padding: 60px 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forth-container .forth-title h2 {
  font-size: 18px;
  text-align: center;
  line-height: 2.6em;
  margin: 10px 0
}

.forth-container .forth-title h2::before {
  left: calc(50% - 2.5em);
  width: 5em;
  height: 1px;
  top: 48px;
}

.forth-container h2 span {
  font-size: 25px;
  margin-top: 5px;
  letter-spacing: 2px;
  line-height: 1.5em;
}

.forth-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forth-title p {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  margin: 5px 20px 20px 20px;	
}

.forth-container .menu-container,
.forth-container .course-container {
  margin-top: 40px;
}

.forth-container .menu-container .left-menu {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
}

.forth-container .menu-container .left-menu h3{
  margin: 0;
  padding: 20px 10px;
  font-size: 22px;
  text-align: center;
  display: block;
}
.forth-container .menu-container .right-menu h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 22px;
  text-align: center
}
.forth-container .menu-container .right-menu h3 span {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  margin: 15px 20px 16px 20px;	
}
.forth-container .menu-container .kaiseki-image {
   width: 80%;
   margin: 0 auto;
   max-width: 100%;
}
.forth-container .menu-container .left-menu .text-menu {
  width: 100%;
  margin: 80px auto 0 auto;
}

.forth-container .menu-container .left-menu .text-menu ul {
  padding-left: 0;
}

.forth-container .menu-container .left-menu .text-menu ul li {
  font-size: 28px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.forth-container .menu-container .left-menu .text-menu ul li span.en {
  letter-spacing: 0;
  font-size: 15px;
  width: auto;
  margin: 10px 0
}
.forth-container .menu-container .left-menu .text-menu ul li span.price {
	font-size: 22px;
}
.forth-container .menu-container .left-menu .text-menu ul li span.tax {
  font-size: 16px;
}
.forth-container .menu-container .left-menu .text-menu ul li:last-child {
}

.forth-container .menu-container .left-menu .text-menu p {
  font-size: 18px;
  margin: 40px 0 40px 0;
  line-height: 1.6em;
}

.forth-container .menu-container .left-menu .text-menu p span {
  font-size: 14px;
}

.forth-container .menu-container .left-menu .text-menu p:last-child {
  font-size: 18px;
  line-height: 1.6em;
}

.forth-container .menu-container .right-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.forth-container .menu-container .right-menu .text-menu {
  width: 100%;
}

.forth-container .menu-container .right-menu .zuwaigani-box {
	padding: 50px 0 80px 0;
	width: 90%;
	margin: 0 auto;
}

.forth-container .menu-container .right-menu .text-menu .zuwaigani-img {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.forth-container .menu-container .right-menu .text-menu .zuwaigani-img img{
	width: 90%;
	margin-top: 20px;
	max-width: 100%;
}

.forth-container .menu-container .right-menu .text-menu p span {
  font-size: 16px;
}

.forth-container .menu-container .right-menu .text-menu p:nth-child(1) {
  font-size: 25px;
}

.forth-container .menu-container .right-menu .text-menu p:nth-child(2) {
  font-size: 22px;
  margin: 35px 0 10px 0
}

.forth-container .menu-container .right-menu .text-menu p:nth-child(3) {
  font-size: 16px;
  margin: 20px 0;
  line-height: 2em;
}

.forth-container .menu-container .right-menu .text-menu p:nth-child(4) {
  font-size: 15px;
  margin: 10px 0 30px 0;
  line-height: 1.9em;
}

.forth-container .course-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: none;
}

.forth-container .course-container h2 {
  font-size: 16px;
  text-align: left;
  margin: 20px 0 16px 0;
}

.forth-container .course-container span {
  font-size: 26px;
  margin-top: 10px;
}

.forth-container .course-container .night-wrap,
.forth-container .course-container .noon-wrap {
  width: 90%;
  max-width: 100%;
  margin: 50px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.forth-container .course-container .night-wrap {
  padding: 0 0 30px 0;
  border-right:none;
  border-bottom: 1px solid #c7c8c8;
}
.forth-container .course-container .noon-wrap {
  padding: 0;
}

.forth-container .course-container .night-wrap p:nth-child(2),
.forth-container .course-container .noon-wrap p:nth-child(2) {
  margin: 0;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
}

.forth-container .course-container .night-wrap p:nth-child(2) {
}

.forth-container .course-container .noon-wrap p:nth-child(2) {
}

.forth-container .course-container p:nth-child(3) {
  font-size: 22px;
  line-height: 1.6em;
  margin: 35px 0 30px 0;
}

.forth-container .course-container p:nth-child(3) br {
	display: none;
}

.forth-container .course-container p:nth-child(4) {
  font-size: 16px;
  line-height: 2em;
}

.forth-container .course-container p span {
  font-size: 16px;
}
/* fifth */

.fifth-container {
  padding: 60px 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fifth-container h2 {
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  margin: 20px 0;
  width: 90%
}

.fifth-container h2 span {
  font-size: 25px;
  line-height: 1.6em
}

.fifth-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fifth-title p {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  margin: 5px 20px 16px 20px;	
}
.fifth-container .ceremony-container{
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
		
}
.fifth-container .ceremony-container p {
  text-align: justify;
  font-size: 16px;
  margin: 30px 0 10px 0;
  line-height: 2em;
}

.fifth-container .ceremony-container p span {
  font-size: 18px;
}

.fifth-container .ceremony-container p:last-child {
  font-size: 25px;
  line-height: 44px;
  margin: 65px 0 0 0;
}

.fifth-container .smp-wrap {
  display: flex;
  flex-direction: column;
  padding: 5px 25px;
  margin: 60px 0 40px 0;
  box-sizing: border-box;
  width: 100%;
}

.fifth-container .smp-wrap .smp-menu {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #c7c8c8;
  border-right: none;
}

.fifth-container .smp-wrap .smp-menu h3 {
  font-size: 22px;
  margin: 0;
}

.fifth-container .smp-wrap .smp-menu p {
  font-size: 16px;
  text-align: justify;
  line-height: 2em;
  margin: 10px 0 0 0;
}

.fifth-container .smp-wrap .smp-menu:last-child {
  border-bottom: none;
}

.fifth-container .smp-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fifth-container .smp-img img {
    width: 90%;
	max-width: 100%;
	margin-top: 20px
}
.fifth-container .ceremony-container .ceremony-text {
  font-size: 18px;
  line-height: 2em;
  margin: 40px 0 0 0;
  text-align: justify;	
}
.fifth-container .ceremony-container .ceremony-text span {
  font-size: 14px;
}

.fifth-container .ceremony-container a{
  width: 200px;
  font-size: 18px;
  margin: 40px auto 0 auto;
  padding: 12px 0;
  border-radius: 30px;
}
.fifth-container .funeral-container {
  border-top: 1px solid #c7c8c8;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 0 0;
  margin: 80px 0 20px 0;
}

.fifth-container .funeral-container img {
	max-width: 100%;
	width: 90%;
}

.fifth-container .funeral-container h3 {
  font-size: 25px;
  margin: 20px 0 50px 0;
}

.fifth-container .funeral-container p {
  font-size: 18px;
  line-height: 2em;
  margin: 40px 0 0 0;
  text-align: justify;
}

.fifth-container .funeral-container p span {
  font-size: 14px;
}

.fifth-container .funeral-container p:nth-child(4) {
  font-size: 18px;
  margin: 15px 0 50px 0;
}
.fifth-container .bridal-bn {
	width: 90%;
	height: auto;
	display: flex;
	border: 1px solid #fff;
	flex-direction: column;
}
.fifth-container .bridal-bn .bridal-bn-left {
	width: 100%;
	height: 200px;
}
.fifth-container .bridal-bn .bridal-bn-right {
	width: 100%;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text{
	padding: 40px 30px;
	text-align: center;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3{
	font-size: 25px;
	margin: 0;
	padding: 10px 0
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title {
	padding: 20px 0
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title::before,
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title::after {
	width: 100%;
	height: 6px;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title::before {
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title::after {
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text p{
	font-size: 16px;
	line-height: 2em;
	margin: 20px 0;
	text-align: justify;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text p br{
	display: none;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text .bridal-btn{}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text a {
	width: 200px;
	font-size: 18px;
	margin: 10px auto 0 auto;	
	padding: 12px 0;
	border-radius: 30px;
}
/* sixth */
.sixth-container {
  padding: 60px 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sixth-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}

.sixth-title h2 {
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
  margin: 20px 0;
  width: 90%;
}

.sixth-title h2 span {
  font-size: 25px;
  margin-top: 25px;
  line-height: 1.5em;
}

.sixth-title p {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  margin: 5px 20px 16px 20px;
}

.sixth-container .menu-container {
  margin-top: 50px;
}

.sixth-container .menu-container .left-menu,
.sixth-container .menu-container .right-menu {
  width: 90%;
  margin: 0 auto;
}

.sixth-container .menu-container .left-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.sixth-container .menu-container .left-menu img {
	width: 80%;
	max-width: 100%;
}
.sixth-container .menu-container .left-menu h3,
.sixth-container .menu-container .right-menu h3 {
  padding: 10px 0;
  font-size: 25px;
  line-height: 1.6em;
  margin: 30px 0 0 0;
}

.sixth-container .menu-container .left-menu img {
  margin-right: 0;
}

.sixth-container .menu-container .left-menu .text-menu p {
  font-size: 20px;
}

.sixth-container .menu-container .left-menu .text-menu p:last-child {
  font-size: 25px;
}

.sixth-container .menu-container .right-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.sixth-container .menu-container .right-menu img {
	width: 80%;
	max-width: 100%;
}
.sixth-container .menu-container p span {
  font-size: 16px;
}

.sixth-container .menu-container .left-menu p:nth-child(2),
.sixth-container .menu-container .right-menu p:nth-child(2) {
  font-size: 22px;
  margin: 10px 0 15px 0;
  line-height: 1.6em;
  text-align: justify;
}
.sixth-container .menu-container .left-menu p:nth-child(3),
.sixth-container .menu-container .right-menu p:nth-child(3) {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}

.sixth-container .menu-container .text-menu a {
  font-size: 18px;
  padding: 12px 0;
  border-radius: 30px;
  width: 200px;
  margin: 30px auto 0 auto;
}

.sixth-container .menu-container .right-menu img {
  margin-left: 0;
}

.sixth-container .sp-course {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.sixth-container .sp-course .smp-img {
width: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
}

.sixth-container .sp-course .smp-img img {
	width: 85%;
	margin-top: 20px;
}
.sixth-container .sp-course h3 {
  font-size: 25px;
  padding: 8px 25px;
  margin: 0;
}

.sixth-container .sp-course p span {
  font-size: 16px;
}

.sixth-container .sp-course p:nth-child(2) {
  font-size: 22px;
  margin: 20px 0 24px 0;	
}

.sixth-container .sp-course p:nth-child(4) {
  font-size: 18px;
  line-height: 2em;
  margin: 30px 0 0 0;
  width: 90%;
  text-align: justify;
}
.sixth-container .sp-course p:nth-child(4) br {
	display: none
}

.sixth-container .sp-course p:nth-child(5) {
  font-size: 16px;
 text-align: justify;
  line-height: 1.6em;
  margin: 30px 0 10px 0;
}
.sixth-container .sp-course p:nth-child(6) {
  font-size: 14px;
  text-align: justify;
  line-height: 1.6em;
  margin: 10px 0;
}
/* seventh */
.seventh-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 80px 0;
}

.seventh-container::after {
}

.seventh-container .reserve-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90%
}

.seventh-container .reserve-wrap h2 {
  font-size: 22px;
  padding: 0 15px 15px 15px
}

.seventh-container .reserve-wrap a {
  padding: 20px 35px;
  border-radius: 10px;
  margin: 20px 0;
  font-size: 20px;
}

.seventh-container .reserve-wrap a span {
  font-size: 30px;
  margin-top: 5px;
}
.seventh-container .reserve-wrap a span img {
	width: 25px;
}
.seventh-container .reserve-wrap p:nth-child(3) {
	font-size:18px;
	line-height: 2em;
	text-align: justify;
}
.seventh-container .reserve-wrap p:nth-child(4) {
	font-size:16px;
	line-height: 2em;
	text-align: justify;
}

/* last */
.last-container {
  padding: 80px 0 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.last-container h2 {
  font-size: 22px;
  padding: 0 15px 15px 15px;
  margin: 0 0 80px 0;
}
.last-container h3 {
  font-size: 22px;
}
.last-container .logo {
	width: 130px;
}
.last-container .shop-img {
  padding: 70px 0 40px 0;
}
.last-container .shop-img img {
	width: 90%;
}
.last-container p.text-box {
 font-size: 18px;
  line-height: 1.8em;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  text-align: justify;
}
.last-container p.text-box br {
	display: none
}

.last-container .wrap-list-box {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 50px 0 80px 0;
  align-items: center;
}

.last-container .wrap-list-box ul {
  padding-left: 0;
  margin-right: 0;
  width: 100%;
}

.last-container .wrap-list-box ul li {
 padding: 15px 0;
  font-size: 15px;
  line-height: 2em;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.last-container .wrap-list-box ul li:last-child {
}

.last-container .wrap-list-box ul li span.info1 {
  width: 35%;
  display: block;
  text-align: center;
}
.last-container .wrap-list-box ul li span.info2 {
  width: 45%;
  display: block;
	padding:0 20px 0 40px; 
}
.fb-page {
	text-align: center;
	margin: 20px 0 0 0;
	width: 100%
}
.facebook_wrap{
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
}

.last-container .hanare-bn {
	width: 90%;
	height: 100%;
	display: flex;
	border: 1px solid #fff;
	flex-direction: column;
	align-items: center;
}
.last-container .hanare-bn .hanare-bn-left {
	width: 100%;
	height: 200px;
}
.last-container .hanare-bn .hanare-bn-right {
	width: 100%;
}
.last-container .hanare-bn .hanare-bn-right .hanare-text{
	padding: 40px 40px;
}

.last-container .hanare-bn .hanare-bn-right .hanare-logo{
	width: 60px
}

.last-container .hanare-bn .hanare-bn-right .hanare-text .hanare-btn{
	text-align: center;
}
.last-container .hanare-bn .hanare-bn-right .hanare-text a {
	width: 180px;
	font-size: 18px;
	margin: 15px  auto;
	padding: 8px 0;
	border-radius: 30px;

}
/* footer */

footer p{
    padding: 1em 0;
}