@charset "utf-8";
html {
  font-family: "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo,
    serif;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
}
h2 {
  font-weight: 600;
	letter-spacing: 1px;
}

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

img {
  vertical-align: top;
}
a{
	transition: 0.3s;
}
a:hover{
    opacity: 0.8;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;	
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.anchor{
	display: block;
	padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
}
/*header設定*/
#header {
   /*position: relative;
  /*h1の中央寄せ配置の起点とするためのrelative*/
  /*height: 100vh;
    高さを全画面にあわせる*/
}

.head-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 180px;
}

.head-container h1 {
  font-size: 25px;
  font-weight: 700;
  width: 40%;
  text-align: center;
}
.head-container h1 a{
	text-decoration:none;
	color:#000;
}

.head-container .head-logo{
	background-color: #c10d23;
	width: 260px;
	height: 180px;
	padding: 25px 50px;
	text-align: center;
}
.head-container img {
  width: 120px;
}

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

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

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

.head-container p {
  text-align: center;
  font-size: 19px;
  line-height: 33px;
  margin: 10px 0 0 0;
}
.head-container a {
  text-decoration: none;
  color: #000;
}
.head-container p span {
  font-size: 1.5em;
}
.head-container .head-info ul{
	margin: 10px;
}

nav {
  background-color: #000;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

nav.site-menu ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

nav.site-menu ul li {
  border-right: 1px solid #fff;
  text-align: center;
}

nav.site-menu ul li:last-child {
  border-right: none;
}

nav.site-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

nav.site-menu ul li.under-set {
  position: relative;
}

nav.site-menu ul li ul.under-link {
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  display: block;
  width: 310px;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 1px solid #000;
  display: none;
  z-index: 2;
}

nav.site-menu ul li ul.under-link li {
  border-bottom: 1px solid #000;
}

nav.site-menu ul li ul.under-link li:last-child {
  border-bottom: unset;
}

nav.site-menu ul li ul.under-link a {
  font-size: 16px;
  color: #000;
  padding: 20px 15px;
  box-sizing: border-box;
  display: block;
}

nav.site-menu ul li:hover ul.under-link {
  display: block;
}
nav.site-menu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8); /* 背景のみ半透明 */
}

/*  */

/*共通*/

.container-wrap {
  max-width: 1000px;
  width: 100%
}

/* スライダー */
.swiper-slide img {
  width: 100%;
  height: calc(100vh - 300px);
  object-fit: cover;
}

.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px !important; /* 追加 */
}

.swiper .swiper-pagination-bullet {
  background-color: #000;
}

/* fast */
.fast-container {
  background-color: #c10d23;
  padding: 110px 0 100px 0;
  display: flex;
  justify-content: center;
}

.fast-container .container-wrap {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.fast-container .container-wrap img {
  max-width: 50%;
  width: 100%;
  height: auto;
}
.fast-container .container-wrap .beniya-gaikan1 {
  width: 100%;
  height: auto;
}
.fast-container p {
  font-size: 18px;
  color: #fff;
  line-height: 2.5em;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
}

/* second */
.second-container {
  position: relative;
  height: 600px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.second-container .img-wrap {
  display: flex;
  flex-direction: row;
  height: 600px;
  filter: brightness(50%);
}

.second-container .img-wrap img {
  width: calc(100% / 4);
  height: 100%;
  object-fit: cover;
}

.second-container .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}

.second-container .text-wrap h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  position: relative;
  margin:20px 20px 10px 20px
}

.second-container .text-wrap h2::before {
 position: absolute;
  left: calc(50% - 5em);
  width: 10em;
  height: 1px;
  content: "";
  background: #fff;
  top: 55px;
}

.second-container .text-wrap h2 span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;	
}
.second-container .text-wrap h2 br {
  display: none;
}

.second-container .text-wrap p {
  max-width: 800px;
  width: 100%;
  font-size: 18px;
  line-height: 2.4em;
  text-align: justify;
  margin: 10px 20px 20px 20px;
}

.second-container .text-wrap .text-wrap-btn {
 background: #fff;
  border-radius: 30px;
  border: 1px solid #000;
  padding: 12px 40px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

/* third */
.third-container {
  background-color: #000;
  color: #fff;
  padding: 100px 0 130px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.third-container h2 {
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  position: relative;
}

.third-container h2::before {
  position: absolute;
  left: calc(50% - 5em);
  width: 10em;
  height: 1px;
  content: "";
  background: #fff;
  top: 55px;
}

.third-container h2 span {
  display: block;
  font-size: 30px;
  margin-top: 5px;	
}

.third-container p {
  max-width: 815px;
  width: 90%;
  margin: 20px 0;	
  font-size: 18px;
  line-height: 2.4em;
  text-align: justify;
}

.third-container ul {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 550px;
  margin-top: 50px;
}

.third-container ul li {
  font-size: 22px;
  border-bottom: 1px solid #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
}

.third-container ul li:last-child {
  border-bottom: none;
}

.third-container .img-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  max-width: 1000px;
  width: 95%
}
.third-container .img-wrap figure {
  margin: 0;
}

.third-container .img-wrap figcaption {
  margin-top: 20px;
}

.third-container .img-wrap img {
	max-width: 330px;
	width: 95%;
	height: auto;
}

/* forth */
.forth-container {
  background-image: url(images/background-washi.jpg);
  background-repeat: repeat;
  padding: 80px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forth-container .forth-title h2 {
  font-size: 22px;
  text-align: center;
  background-image: url(images/title_img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 60px;
  position: relative;
}

.forth-container .forth-title h2::before {
  position: absolute;
  left: calc(50% - 2.5em);
  width: 5em;
  height: 1px;
  content: "";
  background: #000;
  top: 54px;
}

.forth-container h2 span {
  display: block;
  font-size: 35px;
  margin-top: 5px;
  letter-spacing: 2px;
}

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

.forth-title p {
  background: #b08047;
  padding: 12px 22px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  font-size: 20px;
  margin: 5px 20px 20px 20px;	
}

.forth-container .menu-container,
.forth-container .course-container {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 95%;
}

.forth-container .menu-container .left-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.forth-container .menu-container .left-menu h3{
  color: #b08047;
  background: #fff;
  margin: 0;
  padding: 10px;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}
.forth-container .menu-container .right-menu h3 {
  color: #fff;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.forth-container .menu-container .right-menu h3 span {
  background: #b08047;
  padding: 12px 22px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  font-size: 20px;
  margin: 5px 10px;	
  font-weight: 500;
}
.forth-container .menu-container .kaiseki-image {
   max-width: 37%;
   width: 100%;
	margin-right: 5%;
}
.forth-container .menu-container .left-menu .text-menu {
  max-width: 550px;
  width: 100%
}

.forth-container .menu-container .left-menu .text-menu ul {
  padding-left: 0;
  list-style: none;
  font-weight: 600;
}

.forth-container .menu-container .left-menu .text-menu ul li {
  font-size: 32px;
  padding: 30px 0;
  border-bottom: 1px solid #c7c8c8;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.forth-container .menu-container .left-menu .text-menu ul li span.en {
  color:#B08047;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 700;
  width: 30%;
	
}
.forth-container .menu-container .left-menu .text-menu ul li span.price {
	font-size: 25px;
}
.forth-container .menu-container .left-menu .text-menu ul li span.tax {
  font-size: 18px;
}
.forth-container .menu-container .left-menu .text-menu ul li:last-child {
  border-bottom: none;
}

.forth-container .menu-container .left-menu .text-menu p {
  font-size: 18px;
  margin: 40px 0 40px 0;
  font-weight: 500;
}

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

.forth-container .menu-container .left-menu .text-menu p:last-child {
  font-size: 25px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 500;	
}

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

.forth-container .menu-container .right-menu .text-menu {
  max-width: 1000px;
  width: 100%;
  color: #fff;
  background-color: #0D1B39;
}

.forth-container .menu-container .right-menu .zuwaigani-box {
	padding: 50px;
}

.forth-container .menu-container .right-menu .text-menu .zuwaigani-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.forth-container .menu-container .right-menu .text-menu .zuwaigani-img img{
	max-width: 48.9%;
	width: 100%;
}

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

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

.forth-container .menu-container .right-menu .text-menu p:nth-child(2) {
  font-size: 25px;
  font-weight: 600;
  margin: 35px 0 10px 0;
  line-height: 1.6em
}

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

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

.forth-container .course-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #c7c8c8;
  max-width: 1000px;
  width: 95%
}

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

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

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

.forth-container .course-container .noon-wrap {
  padding: 30px 0 30px 80px;
}

.forth-container .course-container .night-wrap p:nth-child(2),
.forth-container .course-container .noon-wrap p:nth-child(2) {
  color: #fff;
  margin: 0;
  padding: 12px 25px;
  display: inline-block;
  font-size: 20px;
  border-radius: 7px;
  font-weight: 500;	
}

.forth-container .course-container .night-wrap p:nth-child(2) {
  background: #171c61;
}

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

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

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

.forth-container .course-container p span {
  font-size: 18px;
  font-weight: normal;
}

/* fifth */

.fifth-container {
  background: #000;
  color: #fff;
  padding: 100px 0 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fifth-container h2 {
  font-size: 22px;
  text-align: center;
  background-image: url(images/title_img.png);
  background-position: center;
  background-size: contain;
  line-height: 55px;
  background-repeat: no-repeat;
  font-weight: 700;
  margin: 20px 0;
}
.fifth-container .ceremony-container{
	max-width: 1000px;
	width: 95%;
}
.fifth-container h2 span {
  display: block;
  font-size: 35px;
}

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

.fifth-title p {
  background: #b08047;
  padding: 12px 22px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  font-size: 20px;
  margin: 5px 20px 20px 20px;	
}

.fifth-container .ceremony-container p {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 10px 0;
}

.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: row;
  background: #24201f;
  border: 1px solid #fff;
  padding: 30px;
  margin: 60px 0 50px 0;
  box-sizing: border-box;
}

.fifth-container .smp-wrap .smp-menu {
  width: 45%;
  padding: 20px 30px;
  border-right: 1px solid #c7c8c8;
}

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

.fifth-container .smp-wrap .smp-menu p {
  font-size: 18px;
  text-align: left;
  line-height: 35px;
  margin: 10px 0 0 0;
}

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

.fifth-container .smp-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fifth-container .smp-img img {
  max-width: 49%;
  width: 100%;
}
.fifth-container .ceremony-container .ceremony-text {
  font-size: 25px;
  text-align: center;
  line-height: 1.8em;
  margin: 50px 0 0 0;
}
.fifth-container .ceremony-container .ceremony-text span {
  font-size: 18px;
}

.fifth-container .ceremony-container a{
  background: #fff;
  width: 220px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  margin: 50px auto 0 auto;
  padding: 12px 0;
  border-radius: 30px;
  display: block;
  text-align: center;
}
.fifth-container .funeral-container {
  border-top: 1px solid #c7c8c8;
  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: 50%;
  width: 100%;
}

.fifth-container .funeral-container h3 {
  font-size: 35px;
  margin: 30px 0 60px 0;
}

.fifth-container .funeral-container p {
  font-size: 25px;
  text-align: center;
  line-height: 1.8em;
  margin: 50px 0 0 0;
}

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

.fifth-container .funeral-container p:nth-child(4) {
  font-size: 18px;
  margin: 15px 0 50px 0;
}
.fifth-container .bridal-bn {
	max-width: 1000px;
	width: 95%;
	height: auto;
	display: flex;
	border: 1px solid #fff;
}
.fifth-container .bridal-bn .bridal-bn-left {
	width: 50%;
	background-image: url(images/bridal-img.jpg);
	background-size: cover
}
.fifth-container .bridal-bn .bridal-bn-right {
	width: 50%;
	background-color: #C10D23;
	background:url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='48' height='26' viewBox='0 0 120 60' preserveAspectRatio='none'%3e%3cpath fill='%23AF0307' d='M-60-30v120h240v-120z'/%3e%3cpath fill='%23C10D23' d='M13.005 31.426a55 55 0 0 1 93.99 0 60 60 0 0 0-9.89 3.114 45 45 0 0 0-74.21 0 60 60 0 0 0-9.89-3.114zm14.499 5.249a40 40 0 0 1 64.992 0 60 60 0 0 0-8.496 5.325 30 30 0 0 0-48 0 60 60 0 0 0-8.496-5.325zm12.371 8.493a25 25 0 0 1 40.25 0 60 60 0 0 0-7.063 7.458 15 15 0 0 0-26.124 0 60 60 0 0 0-7.063-7.458zm10.477 12.202a10 10 0 0 1 19.296 0 60 60 0 0 0-1.897 3.133 60 60 0 0 0-15.502 0 60 60 0 0 0-1.897-3.133zM-46.995 61.426a55 55 0 0 1 93.99 0 60 60 0 0 0-9.89 3.114 45 45 0 0 0-74.21 0 60 60 0 0 0-9.89-3.114zm14.499 5.249a40 40 0 0 1 64.992 0 60 60 0 0 0-8.496 5.325 30 30 0 0 0-48 0 60 60 0 0 0-8.496-5.325zM73.005 61.426a55 55 0 0 1 93.99 0 60 60 0 0 0-9.89 3.114 45 45 0 0 0-74.21 0 60 60 0 0 0-9.89-3.114zm14.499 5.249a40 40 0 0 1 64.992 0 60 60 0 0 0-8.496 5.325 30 30 0 0 0-48 0 60 60 0 0 0-8.496-5.325zM-46.995 1.426a55 55 0 0 1 93.99 0 60 60 0 0 0-9.89 3.114 45 45 0 0 0-74.21 0 60 60 0 0 0-9.89-3.114zm14.499 5.249a40 40 0 0 1 64.992 0 60 60 0 0 0-8.496 5.325 30 30 0 0 0-48 0 60 60 0 0 0-8.496-5.325zm12.371 8.493a25 25 0 0 1 40.25 0 60 60 0 0 0-7.063 7.458 15 15 0 0 0-26.124 0 60 60 0 0 0-7.063-7.458zm10.477 12.202a10 10 0 0 1 19.296 0 60 60 0 0 0-1.897 3.133 60 60 0 0 0-15.502 0 60 60 0 0 0-1.897-3.133zM73.005 1.426a55 55 0 0 1 93.99 0 60 60 0 0 0-9.89 3.114 45 45 0 0 0-74.21 0 60 60 0 0 0-9.89-3.114zm14.499 5.249a40 40 0 0 1 64.992 0 60 60 0 0 0-8.496 5.325 30 30 0 0 0-48 0 60 60 0 0 0-8.496-5.325zm12.371 8.493a25 25 0 0 1 40.25 0 60 60 0 0 0-7.063 7.458 15 15 0 0 0-26.124 0 60 60 0 0 0-7.063-7.458zm10.477 12.202a10 10 0 0 1 19.296 0 60 60 0 0 0-1.897 3.133 60 60 0 0 0-15.502 0 60 60 0 0 0-1.897-3.133zM50.352-2.630a10 10 0 0 1 19.296 0 60 60 0 0 0-1.897 3.133 60 60 0 0 0-15.502 0 60 60 0 0 0-1.897-3.133zM-60-30v120h240v-120z'/%3e%3c/svg%3e");
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text{
	padding: 50px 60px;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3{
	font-size: 35px;
	margin: 0;
	padding: 10px 0
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title {
	position: relative;
	text-align: center;
	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 {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title::before {
	top: 0;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text h3.bridal_h3title::after {
	bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text p{
	font-size: 18px;
	line-height: 1.6em;
	margin: 20px 0;
}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text .bridal-btn{}
.fifth-container .bridal-bn .bridal-bn-right .bridal-text a {
	display: block;
	width: 220px;
	font-size: 20px;
	text-align: center;	
	background: #B08047;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	margin-top: 10px;	
	padding: 12px 0;
	border-radius: 30px;

}
/* sixth */
.sixth-container {
  background-image: url(images/background-washi.jpg);
  background-repeat: repeat;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.sixth-title h2 {
  font-size: 22px;
  text-align: center;
  line-height: 2em;
  margin: 20px 0;
}

.sixth-title h2 span {
  display: block;
  font-size: 35px;
  font-weight: 700;
  background-image: url(images/title_img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 25px;
}

.sixth-title p {
  background: #b08047;
  padding: 12px 22px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  font-size: 20px;
  margin: 20px;
}

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

.sixth-container .menu-container .left-menu,
.sixth-container .menu-container .right-menu {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

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

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

.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: row;
  justify-content: flex-end;
}
.sixth-container .menu-container .right-menu img {
	max-width: 37.5%;
	width: 100%
}
.sixth-container .menu-container p span {
  font-size: 18px;
}

.sixth-container .menu-container .left-menu p:nth-child(2),
.sixth-container .menu-container .right-menu p:nth-child(2) {
  font-size: 25px;
  font-weight: 600;
  margin: 10px 0 15px 0
}
.sixth-container .menu-container .left-menu p:nth-child(3),
.sixth-container .menu-container .right-menu p:nth-child(3) {
  font-size: 18px;
}

.sixth-container .menu-container .text-menu a {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background: #fff;
  padding: 12px 0;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  width: 220px;
  margin-top: 40px;
}

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

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

.sixth-container .sp-course .smp-img {
  max-width: 900px;
  width:95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sixth-container .sp-course .smp-img img {
	width: 49%;
}
.sixth-container .sp-course h3 {
  font-size: 35px;
  color: #b08047;
  background: #fff;
  padding: 8px 25px;
  margin: 0;
}

.sixth-container .sp-course p span {
  font-size: 18px;
  letter-spacing: 1px
}

.sixth-container .sp-course p:nth-child(2) {
  font-size: 25px;
  font-weight: 600;	
  color: #b08047;
  margin: 20px 0 24px 0;	
}

.sixth-container .sp-course p:nth-child(4) {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  margin: 30px 0 0 0;
}

.sixth-container .sp-course p:nth-child(5) {
  font-size: 18px;
  text-align: center;
  line-height: 1.6em;
  margin: 30px 0 10px 0;
}
.sixth-container .sp-course p:nth-child(6) {
  font-size: 16px;
  text-align: center;
  line-height: 1.6em;
  margin: 10px 0;
}

/* seventh */
.seventh-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  background-image: url(images/rec-background.jpg);
  background-size: cover;
  position: relative;
}

.seventh-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.seventh-container .reserve-wrap {
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.seventh-container .reserve-wrap h2 {
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding: 0 15px 15px 15px
}

.seventh-container .reserve-wrap a {
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
  margin: 20px 0;
  color: #b08047;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600	
}

.seventh-container .reserve-wrap a span {
  display: block;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-top: 5px;
}
.seventh-container .reserve-wrap a span img {
	width: 30px;
	vertical-align: baseline;
}

.seventh-container .reserve-wrap p:nth-child(3) {
	font-size:18px;
	line-height: 1.8em;
}
.seventh-container .reserve-wrap p:nth-child(4) {
	font-size:16px;
	line-height: 1.8em;
}

/* last */
.last-container {
  background-color: #c10d23;
  padding: 120px 0 200px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.last-container h2 {
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding: 0 15px 15px 15px;
  margin: 0 0 80px 0;
}
.last-container h3 {
  font-size: 25px;
}
.last-container .logo {
	width: 180px;
}
.last-container .shop-img {
    display: flex;
	flex-direction: column;
	padding: 80px 0 50px 0;
	align-items: center;
}
.last-container .shop-img img {
	max-width: 750px;
	width: 100%;
}
.last-container p.text-box {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  border: 1px solid #fff;
  padding: 20px 50px;
  border-radius: 10px;
}

.last-container .wrap-list-box {
  max-width: 1000px;
  width: 95%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 80px 0;
}

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

.last-container .wrap-list-box ul li {
  padding: 15px 0;
  font-size: 15px;
  line-height: 2em;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: row;
}

.last-container .wrap-list-box ul li:last-child {
  border-bottom: none;
}

.last-container .wrap-list-box ul li span.info1 {
  width: 30%;
  display: block;
  text-align: center;
}
.last-container .wrap-list-box ul li span.info2 {
  width: 70%;
  display: block;
	padding:0 20px 0 50px; 
}


.fb-page {
  max-width: 340px;
	width: 100%;
}

.last-container .hanare-bn {
	max-width: 700px;
	width: 100%;
	height: 220px;
	display: flex;
	border: 1px solid #fff;
}
.last-container .hanare-bn .hanare-bn-left {
	width: 350px;
	background-image: url(images/hanare-gaikan.jpg);
	background-size: cover
}
.last-container .hanare-bn .hanare-bn-right {
	width: 350px;
	background-color: #000;
	text-align: center;
}
.last-container .hanare-bn .hanare-bn-right .hanare-text{
	padding: 40px 40px;
}

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

.last-container .hanare-bn .hanare-bn-right .hanare-text .hanare-btn{
	text-align: center;
}
.last-container .hanare-bn .hanare-bn-right .hanare-text a {
	display: block;
	width: 170px;
	font-size: 16px;
	text-align: center;	
	background: #fff;
	color: #000;
	text-decoration: none;
	margin: 15px  auto;
	padding: 8px 0;
	border-radius: 30px;

}

/* footer */

footer p {
  background-color: #000;
  margin: 0;
  color: #fff;
  text-align: center;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
