@charset "UTF-8";

/*---------------------------------
  Google Fonts
---------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.NotoSans { font-family: 'Noto Sans JP', sans-serif; }
.NotoSerif { font-family: 'Noto Serif JP', serif; }
.ShipporiMincho { font-family: 'Shippori Mincho', serif; }

/*---------------------------------
  表示・非表示（PC / TB / SP）
---------------------------------*/
.pconly {
	display: block;
}
.tbonly {
	display: block;
}
.sponly {
	display: none !important;
}
.pcnone {
	display: none;
}
@media screen and (max-width: 767px) {
.pconly {
	display: none !important;
}
.tbonly {
	display: none !important;
}
.sponly {
	display: block;
}
.pcnone {
	display: inline-block;
}
.spnone {
	display: none;
}
}

/*---------------------------------
  html/bodyの設定
---------------------------------*/
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	color: #000000;
	background: #ffffff;
	overflow-x: hidden;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
html {
	font-size: 62.5%; /* 62.5%は10px */
	font-family: 'Noto Sans JP', sans-serif;
}
body {
	color: #000000;
	background: #ffffff;
	overflow-x: hidden;
    word-break: break-all;
}
}

/*---------------------------------
  画像
---------------------------------*/
img {
	width:100%;
	height:auto;
}
#maincontentswrap01 img {
   vertical-align:bottom;
   pointer-events: none;
}
#maincontentswrap01 a img {
	border-style:none;
}
#maincontentswrap01 img {
	width:100%;
	height:auto;
	image-rendering: auto;
}
#maincontentswrap01 img[src$=".svg"] {
    width: 100%;
}


/*---------------------------------
  テキストリンク
---------------------------------*/
#maincontentswrap01 a:link {
	color:#008bd3;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:visited {
	color:#008bd3;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:active {
	color:#d7823f;
	text-decoration:underline;
	transition: 1.0s;
}
#maincontentswrap01 a:hover {
	color:#d7823f;
	text-decoration:underline;
	opacity: 0.6;
	transition: 1.0s;
}

#k-maincontentswrap01 a:link {
	color:#008bd3;
	text-decoration:underline;
	transition: 1.0s;
}
#k-maincontentswrap01 a:visited {
	color:#008bd3;
	text-decoration:underline;
	transition: 1.0s;
}
#k-maincontentswrap01 a:active {
	color:#d7823f;
	text-decoration:underline;
	transition: 1.0s;
}
#k-maincontentswrap01 a:hover {
	color:#d7823f;
	text-decoration:underline;
	opacity: 0.6;
	transition: 1.0s;
}

/*---------------------------------
  画像リンク
---------------------------------*/
a img {
	display: block;
}


/*---------------------------------
  アンカー位置設定
---------------------------------*/
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: -130px 0 0;
	padding: 130px 0 0;
	position: absolute;
	z-index: 0;
}
@media screen and (max-width: 767px) {
#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10 {
	margin: -63px 0 0;
	padding: 63px 0 0;
	z-index: 0;
}
}


/*---------------------------------
  フォントカラー
---------------------------------*/
.font-white01 { color: #ffffff; }
.font-blue01 { color: #2B457D; }
.font-black01 { color: #000000; }
.font-red01 { color: #fa0000; }
.font-pink01 { color: #dc567f; }
.font-yellow01 { color: #fff338; }
.font-green01 { color: #3b6535; }


/*---------------------------------
  テキスト頭揃え
---------------------------------*/
.indent01-01 {
	text-indent: -1em;
	padding: 0 0 0 1em;
}
.indent01-05 {
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

/*---------------------------------
  文字間調整用
---------------------------------*/
.letterspace01 {
	letter-spacing: -0.02em;
}

/*---------------------------------
  テキスト位置
---------------------------------*/
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}

/*---------------------------------
  テキスト太さ
---------------------------------*/
.textbold {
	font-weight: 600;
}

/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "";
	white-space: pre;
}
.spno-break:before {
	content: "\A";
	white-space: pre;
}
@media screen and (max-width: 767px) {
.break:before {
	content: "\A";
	white-space: pre;
}
.pcno-break:before {
	content: "\A";
	white-space: pre;
}
.spno-break:before {
	content: "";
	white-space: pre;
}
}

/*---------------------------------
  ローディング
---------------------------------*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../common_img/bg01.jpg");
	background-size: cover;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 80%;
}

/*画面遷移アニメーション*/
/*画面遷移の後現れるコンテンツ設定*/
#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}
@media screen and (max-width: 767px) {
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../common_img/bg01.jpg");
	background-size: cover;
	z-index: 999999;
	text-align: center;
	color: #fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定 */
#splash-logo img {
	width: 80%;
}
}

/*---------------------------------
  ヘッダー
---------------------------------*/
#headwrap01 {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 888;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#headwrap02 {
	width: 90%;
	margin: 0 auto;
	display: table;
    padding: 40px 0;
}
.headinner01 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.headinner01:after {
	content: "";
	clear: both;
	display: block;
}
.headinner01 a:link {
	transition: 1.0s;
}
.headinner01 a:hover {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
	transition: 1.0s;
}
.headinner01:nth-child(1) a {
    display: block;
	width: 276px !important;
}
.headinner01:nth-child(2) {
	text-align: right;
}
.headinner01:nth-child(2) ul {
	display: block;
    float: right;
}
.headinner01:nth-child(2) ul li {
	display: block;
}
.headinner01:nth-child(2) ul li:after {
	content: "";
	clear: both;
	display: block;
}
.headinner01:nth-child(2) ul li:nth-child(1) a {
	display: block;
    width: 350px !important;
    margin: 0 0 13px;
}
.headinner01:nth-child(2) ul li:nth-child(2) a {
	display: block;
	width: 303px !important;
    float: right;
}
@media screen and (max-width: 767px) {
#headwrap01 {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 888;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
#headwrap02 {
	width: 90%;
	margin: 0 auto;
	display: table;
    padding: 2vw 0; /* 750px基準でpadding: 15px 0; */
}
.headinner01 {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.headinner01:after {
	content: "";
	clear: both;
	display: block;
}
.headinner01:nth-child(1) a {
    display: block;
	width: 36.8vw !important; /* 750px基準でwidth: 276px !important; */
}
.headinner01:nth-child(2) {
	text-align: right;
}
.headinner01:nth-child(2) ul {
	display: block;
    float: right;
}
.headinner01:nth-child(2) ul li {
	display: block;
}
.headinner01:nth-child(2) ul li:after {
	content: "";
	clear: both;
	display: block;
}
.headinner01:nth-child(2) ul li:nth-child(1) a {
	display: block;
    width: 46.666666666666664vw !important; /* 750px基準でwidth: 350px !important; */
    margin: 0 0 1.7333333333333332vw; /* 750px基準でmargin: 0 0 13px; */
}
.headinner01:nth-child(2) ul li:nth-child(2) a {
	display: block;
	width: 40.400000000000006vw !important; /* 750px基準でwidth: 303px !important; */
    float: right;
}
}


/*---------------------------------
  メインビジュアル（トップページ）
---------------------------------*/
#mainvisualwrap01 {
    width: 100%;
    position: fixed;
    z-index: 0;
}
#k-mainvisualwrap01 {
    width: 100%;
    position: fixed;
    z-index: 0;
}
@media screen and (max-width: 767px) {
#mainvisualwrap01 {
    width: 100%;
    position: fixed;
    z-index: 0;
}
#k-mainvisualwrap01 {
    width: 100%;
    position: relative;
    z-index: 1;
}
}


/*---------------------------------
  スライダー
---------------------------------*/
/* .スライダーの設定 */
.swiper01 {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swiper01 .slide-img img {
	width: 100%;
	height: auto;
}
/* 前へ次への矢印カスタマイズ */
.swiper01 .swiper-button-prev,
.swiper01 .swiper-button-next {
	width: 56px !important;
	height: 56px !important;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
}
.swiper01 .swiper-button-next, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-prev {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 56px !important;
	height: 56px !important;
	margin: 0 !important;
    right: 0;

}
.swiper01 .swiper-button-prev, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-next {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 56px !important;
	height: 56px !important;
	margin: 0 !important;
    left: 0;
}
/* 前への矢印カスタマイズ */
.swiper01 .swiper-button-prev, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-next:after {
    background-image: url("../common_img/slideblackprev.jpg");
}
/* 次への矢印カスタマイズ */
.swiper01 .swiper-button-next, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-prev:after {
    background-image: url("../common_img/slideblacknext.jpg");
}

.swiper01inner {
    text-align: center;
}
.swiper01inner img {
    display: block;
    padding: 0 0 5px;
}
@media screen and (max-width: 767px) {
/* .スライダーの設定 */
.swiper01 {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swiper01 .slide-img img {
	width: 100%;
	height: auto;
}
/* 前へ次への矢印カスタマイズ */
.swiper01 .swiper-button-prev,
.swiper01 .swiper-button-next {
	width: 6.666666666666667vw !important;
	height: 6.666666666666667vw !important;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0, -50%);
}
.swiper01 .swiper-button-next, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-prev {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 6.666666666666667vw !important;
	height: 6.666666666666667vw !important;
	margin: 0;
    right: 0;
}
.swiper01 .swiper-button-prev, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-next {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	width: 6.666666666666667vw !important;
	height: 6.666666666666667vw !important;
	margin: 0;
    left: 0;
}
/* 前への矢印カスタマイズ */
.swiper01 .swiper-button-prev, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-next:after {
    background-image: url("../common_img/slideblackprev.jpg");
}
/* 次への矢印カスタマイズ */
.swiper01 .swiper-button-next, .swiper01 .swiper-container-rtl .swiper01 .swiper-button-prev:after {
    background-image: url("../common_img/slideblacknext.jpg");
}

.swiper01inner {
    text-align: center;
}
.swiper01inner img {
    display: block;
    padding: 0 0 5px;
}
}


/*---------------------------------
  メインコンテンツ
---------------------------------*/
#maincontentswrap01 {
	width: 100%;
    padding: 200px 0 0;
    font-size: 1.6rem;
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#k-maincontentswrap01 {
	width: 100%;
    padding: 0;
    font-size: 1.6rem;
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#maincontentswrap02 {
	width: 100%;
	margin: 0 auto;
}
#maincontentswrap03 {
	width: 100%;
	background: #ffffff;
}
@media screen and (max-width: 767px) {
#maincontentswrap01 {
	width: 100%;
    padding: 26.666666666666668vw 0 0; /* 750px基準でpadding: 200px 0 0; */
    font-size: 3.4666666666666663vw; /* 750px基準で26px（1.4remくらい） */
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#k-maincontentswrap01 {
	width: 100%;
    padding: 0; /* 750px基準でpadding: 0; */
    font-size: 3.4666666666666663vw; /* 750px基準で26px（1.4remくらい） */
    line-height: 180%;
    position: relative;
    z-index: 1;
}
#maincontentswrap02 {
	width: 100%;
	margin: 0 auto;
}
#maincontentswrap03 {
	width: 100%;
	background: #ffffff;
}
}


/*---------------------------------
  コンテンツ（共通）
---------------------------------*/
.contentswrap01 {
	width: 100%;
	padding: 0;
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentsinner01 {
	width: 100%;
	margin: 0 auto;
}
.contentsinner02 {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 112px;
}
.contentsinner02:last-child {
    padding: 0;
}
@media screen and (max-width: 767px) {
.contentswrap01 {
	width: 100%;
	padding: 0;
}
.contentswrap01:after {
	content: "";
	clear: both;
	display: block;
}
.contentswrap01 img {
	display: block;
	width: 100%;
	height: auto;
}
.contentsinner01 {
	width: 100%;
	margin: 0 auto;
}
.contentsinner02 {
	width: 100%;
	margin: 0 auto;
    padding: 0 0 14.933333333333335vw; /* 750px基準でpadding: 0 0 112px; */
}
.contentsinner02:last-child {
    padding: 0;
}
}


/*---------------------------------
  バックグラウンド
---------------------------------*/
.contentsbg01 {
	background: url("../common_img/bg01.jpg");
	background-size: cover;
    padding: 60px 0;
}
.k-contentsbg01 {
	background: url("../common_img/bg01.jpg");
	background-size: cover;
    padding: 200px 0 60px;
}
.contentsbg02 {
	background: url("../common_img/bg02.jpg");
	background-size: cover;
    padding: 60px 0;
}
.contentsbg03 {
	background: url("../common_img/bg03.jpg");
	background-size: cover;
    padding: 60px 0;
}
.contentsbg04 {
	background: url("../common_img/bg04.jpg");
	background-size: cover;
    padding: 60px 0;
}
.contentsbg05 {
	background: #ffffff;
    padding: 60px 0;
}
@media screen and (max-width: 767px) {
.contentsbg01 {
	background: url("../common_img/bg01.jpg");
	background-size: cover;
    padding: 8vw 0; /* 750px基準でpadding: 60px 0; */
}
.k-contentsbg01 {
	background: url("../common_img/bg01.jpg");
	background-size: cover;
    padding: 26.666666666666668vw 0 8vw; /* 750px基準でpadding: 200px 0 60px; */
}
.contentsbg02 {
	background: url("../common_img/bg02.jpg");
	background-size: cover;
    padding: 8vw 0; /* 750px基準でpadding: 60px 0; */
}
.contentsbg03 {
	background: url("../common_img/bg03.jpg");
	background-size: cover;
    padding: 8vw 0; /* 750px基準でpadding: 60px 0; */
}
.contentsbg04 {
	background: url("../common_img/bg04.jpg");
	background-size: cover;
    padding: 8vw 0; /* 750px基準でpadding: 60px 0; */
}
.contentsbg05 {
	background: #ffffff;
    padding: 8vw 0; /* 750px基準でpadding: 60px 0; */
}
}


/*---------------------------------
  タイトル
---------------------------------*/
.titlewrap01 {
    width: 679px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.contentstitlewrap01 {
    width: 1000px;
    margin: 0 auto 28px;
    padding: 0 0 20px;
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    border-bottom: 2px solid #3b6535;
}
.contentstitlelarge01 {
    font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
.titlewrap01 {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 8vw; /* 750px基準でpadding: 0 0 60px; */
}

.contentstitlewrap01 {
    width: 90%;
    margin: 0 auto 3.733333333333334vw; /* 750px基準でmargin: 0 auto 28px; */
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
    font-size: 3.4666666666666663vw; /* 750px基準で26px */
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    border-bottom: 2px solid #3b6535;
}
.contentstitlelarge01 {
    font-size: 4.266666666666667vw; /* 750px基準で32px */
}
}


/*---------------------------------
  トップページ
---------------------------------*/
#topmaincatchwrap01 {
    font-size: 2.0rem;
    color: #D8D8D8;
    text-align: center;
    padding: 0 0 220px;
}
#topmaincatchwrap01 p {
    display: table;
    margin: 0 auto;
}
#topmaincatchwrap01 p:nth-child(1) {
    width: 485px;
    margin: 0 auto 30px;
}
#topmaincatchwrap01 p:nth-child(2) {
    width: 725px;
    margin: 0 auto 85px;
    padding: 20px 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 180%;
    color: #ffffff;
    text-align: center;
    background: rgba(123,73,76,0.7);
}
#topmaincatchwrap01 p:nth-child(3) {
    width: 725px;
}

#topmaincatchwrap02 {
    width: 100%;
    padding: 40px 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 180%;
    color: #ffffff;
    text-align: center;
    background: rgba(0,0,0,0.6);
}
#topmaincatchwrap02 p {
    display: block;
}
#topmaincatchwrap02 p:nth-child(1) {
    font-size: 2.6rem;
}

#floatbannerwrap01 {
    width: 1010px;
    display: flex;
    gap: 0 5px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 600;
}
.floatbannerinner01 {
    width: calc(100% / 3);
}

#topaboutwrap01 {
    padding: 0;
}
.toplistwrap01 {
    width: 1000px;
    margin: 0 auto;
}
.toplistwrap02 {
    padding: 0 0 30px;
}
.toplistwrap02:after {
	content: "";
	clear: both;
	display: block;
}
.toplistinner01 {
    width: 465px;
    float: left;
    position: relative;
    margin: 0 0 50px;
}
.toplistinner01:nth-child(2n) {
    float: right;
}
.toplistdetailwrap01 {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 20%);
}
.toplistdetailimgwrap01 {
    width: 362px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.toplistdetailtitlewrap01 {
    display: block;
    margin: 0 28px 35px;
    background: url("../img/abouttitlebgtop.png") , url("../img/abouttitlebgbottom.png");
    background-repeat: repeat-x;
    background-position: top , bottom;
}
.toplistdetailtitlewrap01 p {
    font-size: 3.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 130%;
    color: #3b6535;
    padding: 10px 0;
}
.toplistdetailtitlewrap01 p.one {
    padding: 32px 0;
}
.toplistdetailtextwrap01 {
    display: block;
    padding: 0 40px 35px;
    font-weight: 600;
    text-align: center;
}
.toplistdetailtextstrong01 {
    font-size: 2.6rem;
}

#toppointwrap01 {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 27px 20px;
}
.toppointinner01 {
    width: calc(100% / 3 - 40px);
    flex-grow: 1;
    padding: 3px;
    background: #ffffff;
    border: 2px solid #446a3f;
    box-sizing: border-box;
}
.toppointinner02 {
    width: 100%;
    border: 1px solid #446a3f;
}
.toppointinner02 ul {
    display: block;
}
.toppointinner02 ul li {
    display: block;
    padding: 20px;
    font-weight: 500;
    text-align: center;
}
.toppointinner02 ul li:nth-child(1) {
    font-size: 2.6rem;
    line-height: 140%;
    color: #dc567f;
    border-bottom: 1px solid #446a3f;
}

.topstructurewrap01 {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 43px;
}
.topstructurewrap01:last-child {
    padding: 0;
}
.topstructureinner01 {
    flex-grow: 1;
}
.topstructureinner01:nth-child(1) {
    width: 320px;
    padding: 3px;
    background: #ffffff;
    border: 2px solid #446a3f;
    box-sizing: border-box;
}
.topstructureinner01:nth-child(2) {
    width: calc(100% - 320px - 43px);
    padding: 20px;
    background: rgba(255,255,255,0.9);
}
.topstructureinner02 {
    width: 100%;
}
.topstructureinner01:nth-child(1) .topstructureinner02 {
    padding: 6px;
    border: 1px solid #446a3f;
}
.topstructureinner02 ul {
    display: block;
}
.topstructureinner02 ul li {
    display: block;
    font-weight: 500;
    padding: 20px 0 0;
}
.topstructureinner02 ul li:nth-child(1) {
    font-size: 2.6rem;
    line-height: 140%;
    color: #3b6535;
    border-bottom: 1px solid #446a3f;
    padding: 0 0 20px;
}

.topcemeterywrap01 {
    width: 1000px;
    margin: 0 auto;
}
.topcemeteryinner01 {
    width: 884px;
    margin: 0 auto;
    padding: 0 0 50px;
    position: relative;
}
.topcemeteryinner01:last-child {
    padding: 0;
}
.topcemeteryinner02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
    position: relative;
}
.topcemeteryinner02:last-child {
    padding: 0;
}
.cameraicon01 {
    width: 73px;
    display: block;
}
.cameraicon01:hover {
    cursor: pointer;
}
.modal01 {
    position: absolute;
    top: 360px;
    left: 560px;
    z-index: 100;
}
.modal02 {
    position: absolute;
    top: 660px;
    left: 450px;
    z-index: 100;
}
.modal03 {
    position: absolute;
    top: 942px;
    left: 458px;
    z-index: 100;
}

.topsliderwrap01 {
    display: flex;
    gap: 0 58px;
    width: 1000px;
    margin: 0 auto;
}
.topsliderinner01 {
    width: auto;
    position: relative;
}
.topsliderinner01:nth-child(1) {
    width: 320px;
    flex-grow: 1;
}
.topsliderinner01:nth-child(2) {
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.topsliderdetailinner01 {
    width: 320px;
    padding: 3px;
    background: #eef1ed;
    border: 2px solid #446a3f;
    box-sizing: border-box;
}
.topsliderdetailinner02 {
    width: 100%;
    border: 1px solid #446a3f;
}
.topsliderdetailinner02 ul {
    display: block;
}
.topsliderdetailinner02 ul li {
    display: block;
    padding: 20px;
    font-weight: 500;
}
.topsliderdetailinner02 ul li:nth-child(1) {
    font-size: 2.6rem;
    line-height: 140%;
    text-align: center;
    border-bottom: 1px solid #446a3f;
}

.topaccesswrap01 {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}
.topaccessinner01 {
    width: 50%;
}
.topaccessinner01:nth-child(2) {
    padding: 30px 20px;
    background: #fbf5eb;
}
.topaccesstitlewrap01 {
    font-size: 3.2rem;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #000000;
}
ul.access01 {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 0 0 20px;
}
ul.access02 {
    padding: 0 0 20px;
}
ul.access03 {
    display: block;
}
@media screen and (max-width: 767px) {
#topmaincatchwrap01 {
    font-size: 3.4666666666666663vw; /* 750px基準で26px */
    color: #000000;
    text-align: center;
    padding: 0 3% 50px;
}
#topmaincatchwrap01 p {
    display: table;
    margin: 0 auto;
}
#topmaincatchwrap01 p:nth-child(1) {
    width: 64.66666666666666vw; /* 750px基準でwidth: 485px; */
    margin: 0 auto 4vw; /* 750px基準でmargin: 0 auto 30px; */
}
#topmaincatchwrap01 p:nth-child(2) {
    width: 90.66666666666666vw; /* 750px基準でwidth: 680px; */
    margin: 0 auto 6.666666666666667vw; /* 750px基準でmargin: 0 auto 50px; */
    padding: 2.666666666666667vw 2%; /* 750px基準でpadding: 20px 0; */
    font-size: 3.4666666666666663vw; /* 750px基準でfont-size: 26px; */
    font-weight: 500;
    line-height: 180%;
    color: #ffffff;
    text-align: left;
    background: rgba(123,73,76,0.7);
}
#topmaincatchwrap01 p:nth-child(3) {
    width: 90.66666666666666vw; /* 750px基準でwidth: 680px; */
}

#topmaincatchwrap02 {
    width: 100%;
    padding: 5.333333333333334vw 2%; /* 750px基準でpadding: 40px 0; */
    font-size: 3.4666666666666663vw; /* 750px基準でfont-size: 26px; */
    font-weight: 500;
    line-height: 180%;
    color: #ffffff;
    text-align: left;
    background: rgba(0,0,0,0.6);
}
#topmaincatchwrap02 p {
    display: block;
}
#topmaincatchwrap02 p:nth-child(1) {
    font-size: 3.733333333333334vw; /* 750px基準でfont-size: 28px; */
    text-align: center;
}

#floatbannerwrap01 {
    width: 98%;
    display: flex;
    gap: 0 5px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 600;
}
.floatbannerinner01 {
    width: calc(100% / 3);
}
#topaboutwrap01 {
    padding: 0 5%;
}
.toplistwrap01 {
    width: 100%;
    margin: 0 auto;
}
.toplistwrap02 {
    padding: 0 0 20px;
}
.toplistwrap02:after {
	content: "";
	clear: both;
	display: block;
}
.toplistinner01 {
    width: 100%;
    float: none;
    position: relative;
    margin: 0 0 20px;
}
.toplistinner01:nth-child(2n) {
    float: none;
}
.toplistdetailwrap01 {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 20%);
}
.toplistdetailimgwrap01 {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px;
}
.toplistdetailtitlewrap01 {
    display: block;
    margin: 0 3.733333333333334vw 4.666666666666667vw; /* 750px基準でmargin: 0 28px 35px; */
    background: url("../img/abouttitlebgtop.png") , url("../img/abouttitlebgbottom.png");
    background-repeat: repeat-x;
    background-position: top , bottom;
}
.toplistdetailtitlewrap01 p {
    font-size: 5.333333333333334vw; /* 750px基準でfont-size: 40px; */
    font-weight: 600;
    text-align: center;
    line-height: 130%;
    color: #3b6535;
    padding: 2vw 0; /* 750px基準でpadding: 15px 0; */
}
.toplistdetailtitlewrap01 p.one {
    padding: 2vw 0; /* 750px基準でpadding: 15px 0; */
}
.toplistdetailtextwrap01 {
    display: block;
    padding: 0 5.333333333333334vw 4.666666666666667vw; /* 750px基準でpadding: 0 40px 35px; */
    font-weight: 600;
    text-align: center;
}
.toplistdetailtextstrong01 {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
}

#toppointwrap01 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}
.toppointinner01 {
    width: 100%;
    flex-grow: 1;
    padding: 3px;
    background: #ffffff;
    border: 2px solid #446a3f;
    box-sizing: border-box;
}
.toppointinner02 {
    width: 100%;
    border: 1px solid #446a3f;
}
.toppointinner02 ul {
    display: block;
}
.toppointinner02 ul li {
    display: block;
    padding: 2%;
    font-weight: 500;
    text-align: center;
}
.toppointinner02 ul li:nth-child(1) {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    line-height: 140%;
    color: #dc567f;
    border-bottom: 1px solid #446a3f;
}

.topstructurewrap01 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.topstructurewrap01:last-child {
    padding: 0;
}
.topstructureinner01 {
    flex-grow: 1;
}
.topstructureinner01:nth-child(1) {
    width: 100%;
    padding: 3px;
    background: #ffffff;
    border: 2px solid #446a3f;
    box-sizing: border-box;
    margin: 0 0 10px
}
.topstructureinner01:nth-child(2) {
    width: 100%;
    padding: 20px;
    background: rgba(255,255,255,0.9);
    margin: 0;
}
.topstructureinner02 {
    width: 100%;
}
.topstructureinner01:nth-child(1) .topstructureinner02 {
    padding: 6px;
    border: 1px solid #446a3f;
}
.topstructureinner02 ul {
    display: block;
}
.topstructureinner02 ul li {
    display: block;
    font-weight: 500;
    padding: 20px 0 0;
}
.topstructureinner02 ul li:nth-child(1) {
    font-size: 2.6rem;
    line-height: 140%;
    color: #3b6535;
    border-bottom: 1px solid #446a3f;
    padding: 0 0 20px;
}

.topcemeterywrap01 {
    width: 90%;
    margin: 0 auto;
}
.topcemeteryinner01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6.666666666666667vw; /* 750px基準でpadding: 0 0 50px; */
}
.topcemeteryinner01:last-child {
    padding: 0;
}
.topcemeteryinner02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6.666666666666667vw; /* 750px基準でpadding: 0 0 50px; */
    position: relative;
}
.topcemeteryinner02:last-child {
    padding: 0;
}
.cameraicon01 {
    width: 7.066666666666667vw; /* 750px基準でwidth: 53px; */
    display: block;
}
.cameraicon01:hover {
    cursor: pointer;
}
.modal01 {
    position: absolute;
    top: 36vw; /* 750px基準でtop: 270px; */
    left: 56.00000000000001vw; /* 750px基準でleft: 420px; */
    z-index: 100;
}
.modal02 {
    position: absolute;
    top: 66.13333333333333vw; /* 750px基準でtop: 496px; */
    left: 45.06666666666666vw; /* 750px基準でleft: 338px; */
    z-index: 100;
}
.modal03 {
    position: absolute;
    top: 94.26666666666667vw; /* 750px基準でtop: 707px; */
    left: 45.86666666666667vw; /* 750px基準でleft: 344px; */
    z-index: 100;
}

.topsliderwrap01 {
    display: block;
    gap: 0;
    width: 100%;
    margin: 0 auto;
}
.topsliderinner01 {
    width: 100%;
    position: relative;
}
.topsliderinner01:nth-child(1) {
    width: 90%;
    flex-grow: 1;
    margin: 0 auto;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}
.topsliderinner01:nth-child(2) {
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.topsliderdetailinner01 {
    width: 100%;
    padding: 3px;
    background: #eef1ed;
    border: 2px solid #446a3f;
    box-sizing: border-box;
}
.topsliderdetailinner02 {
    width: 100%;
    border: 1px solid #446a3f;
}
.topsliderdetailinner02 ul {
    display: block;
}
.topsliderdetailinner02 ul li {
    display: block;
    padding: 2%;
    font-weight: 500;
}
.topsliderdetailinner02 ul li:nth-child(1) {
    font-size: 4vw; /* 750px基準でfont-size: 30px; */
    line-height: 140%;
    text-align: center;
    border-bottom: 1px solid #446a3f;
}

.topaccesswrap01 {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.topaccessinner01 {
    width: 100%;
}
.topaccessinner01:nth-child(2) {
    padding: 4vw 2.666666666666667vw; /* 750px基準でpadding: 30px 20px; */
    background: #fbf5eb;
}
.topaccesstitlewrap01 {
    font-size: 4.533333333333333vw; /* 750px基準でfont-size: 34px; */
    font-weight: 600;
    margin: 0 0 2.666666666666667vw; /* 750px基準でmargin: 0 0 20px; */
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
    border-bottom: 1px solid #000000;
}
ul.access01 {
    font-size: 3.733333333333334vw; /* 750px基準でfont-size: 28px; */
    font-weight: 600;
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
}
ul.access02 {
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
}
ul.access03 {
    display: block;
}
}


/*---------------------------------
  ページトップ
---------------------------------*/
#pagetopwrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#pagetop {
    width: 180px;
}
#pagetop a:link {
    width: 180px;
    right: 0;
    bottom: 0;
    position: fixed;
    margin: 0;
    z-index: 7000;
	transition: 0.5s;
}
#pagetop a:hover {
    width: 180px;
    right: 0;
    bottom: 10px;
    position: fixed;
    margin: 0;
    z-index: 7000;
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
#pagetopwrap {
    width: 96%;
    margin: 0 auto;
    position: relative;
}
#pagetop {
    width: 26.666666666666668vw; /* 750px基準で200px */
}
#pagetop a:link {
    width: 26.666666666666668vw; /* 750px基準で200px */
    right: 0;
    bottom: 6.666666666666667vw; /* 750px基準でbottom: 50px; */
    position: fixed;
    margin: 0;
    z-index: 7000;
	transition: 0.5s;
}
#pagetop a:hover {
    width: 26.666666666666668vw; /* 750px基準で200px */
    right: 0;
    bottom: 10px;
    position: fixed;
    margin: 0;
    z-index: 7000;
	transition: 0.5s;
}
}


/*---------------------------------
  フッター
---------------------------------*/
#footer {
    width: 100%;
    display: block;
    padding: 40px;
    background: #000000;
}
.footerinner01 {
    display: table;
    margin: 0 auto;
    padding: 0 0 25px;
    vertical-align: bottom;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;

}
.footerinner01:nth-child(1) {
    width: 211px;
}
.footerinner01:nth-child(3) {
    padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
#footer {
    width: 100%;
    display: table;
    padding: 5.333333333333334vw; /* 750px基準でpadding: 40px; */
    background: #000000;
}
.footerinner01 {
    display: table;
    margin: 0 auto;
    padding: 0 0 2.666666666666667vw; /* 750px基準でpadding: 0 0 20px; */
    vertical-align: bottom;
    font-size: 2.933333333333333vw; /* 750px基準でfont-size: 22px; */
    text-align: center;
    color: #ffffff;
    line-height: 120%;
}
.footerinner01:nth-child(1) {
    width: 50%;
}
.footerinner01:nth-child(3) {
    padding: 0 0 6.666666666666667vw; /* 750px基準でpadding: 0 0 50px; */
}
}


/*---------------------------------
  マーカー
---------------------------------*/
.underline01 {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-repeat: repeat-x;
	background-size: 200% 1.2em;
	background-position: 0 1.2em;
	transition: all 2.5s ease;
	padding: 0 0.3em;
	margin: 0 0.5em;
}
.underline01.active{
	background-position: -100% 1.2em;
}
@media screen and (max-width: 767px) {
.underline01 {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 243, 56) 50%);
	background-repeat: repeat-x;
	background-size: 200% 1.2em;
	background-position: 0 1.2em;
	transition: all 2.5s ease;
	padding: 0 0.3em;
	margin: 0 0.5em;
}
.underline01.active{
	background-position: -100% 1.2em;
}
}


/*---------------------------------
  リンク無効
---------------------------------*/
.nolink01 {
    pointer-events: none;
}


/*---------------------------------
  共通リスト
---------------------------------*/
ul.list01 {
    width: 100%;
    display: table;
    border-bottom: 1px solid #d5d5d5;
}
ul.list01:first-child {
    border-top: 1px solid #d5d5d5;
}
ul.list01 li {
    width: 20%;
    display: table-cell;
    padding: 15px 20px 15px 0;
}
ul.list01 li:nth-child(1) {
    font-weight: 600;
}
ul.list01 li:nth-child(2) {
    width: calc(100% - 20% - 40px);
    padding: 15px 0 15px 20px;
}
ul.list02 {
    width: 100%;
    display: table;
}
ul.list02 li {
    display: table-cell;
    width: 60%;
}
ul.list02 li:nth-child(1) {
    font-weight: 400;
}
ul.list02 li:nth-child(2) {
    width: calc(100% - 60% - 1em);
    padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
ul.list01 {
    width: 100%;
    display: block;
    border-bottom: none;
}
ul.list01:first-child {
    border-top: none;
}
ul.list01:nth-child(2n) {
    background: #f3f3f3;
}
ul.list01 li {
    width: 100%;
    display: block;
    padding: 10px 2%;
}
ul.list01 li:nth-child(1) {
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
ul.list01 li:nth-child(2) {
    width: 100%;
    padding: 0 2% 15px;
}
ul.list02 {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0 0 10px;
}
ul.list02:last-child {
    padding: 0;
}
ul.list02 li {
    display: block;
    width: 100%;
    padding: 0;
}
ul.list02 li:nth-child(1) {
    font-weight: 400;
    text-align: left;
    margin: 0;
    border: none;
}
ul.list02 li:nth-child(2) {
    width: 100%;
    padding: 0;
    border: none;
}
}


/*---------------------------------
  予約ページ
---------------------------------*/
#reservationwrap01 {
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    background: #ffffff;
}
.catchwrap01 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    padding: 0 0 60px;
}

/* お問い合わせ */
.contactbuttonwrap01 { width: 824px; margin: 0 auto; padding: 0 0 56px; }
.contactbuttonwrap01:after { content:""; display:block; clear:both; }
.contactbuttoninner01 { width: 392px; float: left; }
.contactbuttoninner01:nth-child(2) { float: right; }

.contactattentionwrap01 { width: 85%; margin: 0 auto; padding: 30px 0 0; }

.formcontentsinner01 p.requisite { color: #FFFFFF; background: #ff3100; padding: 2px; }
.formcontentsinner01 p.optional { color: #464646; background: #d8d8d8; padding: 2px; }

.formwrap01 { display: block; padding: 0 0 50px; }

.formlist01 { display: table-cell; width: 7em; }
.formlist01:nth-child(2) { width: auto; }

ul.formlist02 li { display: block; margin: 0 0 10px; }
ul.formlist02 li:last-child { margin: 0; }

p.selectlist01 { width: auto; display: inline-block; padding: 0 1em 0 0; }
p.selectlist02 { width: 15%; display: inline-block; }
p.dateselect01 { padding: 0 0 5px 10px; }
p.dateselect01:last-child { padding: 0 0 0 10px; }
p.dateselect02 { padding: 0; }

.formattention01 { text-align: center; font-size: 16px; line-height: 160%; }

.formattentionwrap01 { display: block; border: 1px solid #d8d8d8; background: #FFFFFF; font-size: 11px; line-height: 180%; }

.formattentioninner01 { display: block; overflow-y: auto; min-height: 100px; max-height: 150px; padding: 2%; }
.formattentioninner02 { display: block; padding: 0 0 20px; }
.formattentioninner02:last-child { padding: 0; }

input { width:98%; padding:5px 1%; margin:0; border:1px solid #d8d8d8; }
input.datebox01 { width:30%; padding:5px 1%; margin:0; border:1px solid #d8d8d8; }
input.textbox01 { width:50%; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
select {
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
}
select { width:20%; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
select.date { width:22%; padding:8px 1%; margin:0 0 0 2%; border:1px solid #d8d8d8; }
select.timebox01 { width:4em; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
input.namebox { width:90%; padding:8px 1%; border:1px solid #d8d8d8; }
input#zip { width:18%; padding:8px 1%; border:1px solid #d8d8d8; }
input.addr { width:50%; padding:8px 1%; border:1px solid #d8d8d8; }
.number01 { width:3em; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
.number02 { width:100px !important; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
textarea { width:98%; height:200px; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
textarea.freetext01 { width:98%; height:30px; padding:8px 1%; margin:0; border:1px solid #d8d8d8; }
.ex { display:inline-block; }

input.checkbox{
	display: none;
}
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 3px 0 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	font-size: 16px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label:before{
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #3b6535;
	border-right: 3px solid #3b6535;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #3b6535;
	border-right: 3px solid #3b6535;
}
label[for="email_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="email_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
label[for="emailConfirm_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="emailConfirm_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
.pplist01 { padding: 0 0 0 1em; }
ul.check01 { width:100%; display:block; text-align: center; padding: 30px 0 15px; }
ul.check01 li {
	width:100%;
	display:block;
	background: #ededed;
	padding: 0.5em 0 1em;
	margin: 0;
}
ul.check02 { width:100%; display:block; text-align: left; }
ul.check02 li {
	width:auto;
	display:inline-block;
	padding: 0 1em 0 0;
}
ul.check03 { width:100%; display:block; text-align: left; }
ul.check03 li {
	width:auto;
	display:inline-block;
	padding: 0 1em 0 0;
}
label[for=consent01] {
	display: block;
	font-size: 16px;
	width: 58%;
	text-align: center;
	margin: 15px auto 0;
}
.ppattentiontext01 { width: 100%; display: block; font-size: 14px; line-height: 160%; margin: 0 auto; /*color: #d70000;*/ }

#privacywrap01 { display: block; border: 1px solid #ededed; padding: 20px; margin: 30px 0 0; line-height: 160%; }
#privacywrap02 { display: block; height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
#privacywrap02 ul { display: block; padding: 0 1em 1em; }
#privacywrap02 ul:last-child { padding: 0 1em; }
@media all and (-ms-high-contrast: none) {
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label:before{
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: -3px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #3b6535;
	border-right: 3px solid #3b6535;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #3b6535;
	border-right: 3px solid #3b6535;
}
}

#attentionbox01 {
	font-size:24px;
	font-weight:600;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #437820;
}

#attentionbox02 {
	width: 98%;
	font-size:20px;
	font-weight:bold;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
	line-height: 140%;
}

#attentionbox03 {
	width: 98%;
	font-size:20px;
	font-weight:bold;
	margin: 0 auto 50px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #e60012;
}

.buttonbox01 { width:392px; margin:0 auto; padding:15px 0 0 0; }
.buttonbox01 img { width:100%; height:auto; }
.buttonbox01 input { width:392px; height:auto; padding:0; margin:0; border:none; }
.buttonbox02 { width:804px; margin:0 auto; padding:15px 0 0 0; zoom:1; }
.buttonbox02:after { content:""; display:block; clear:both; }
.buttonbox02 img { width:100%; height:auto; }
.buttonbox03 { width:392px; float:left; }
.buttonbox03:nth-child(2) { width:392px; float:right; }
.buttonbox03 input { width:392px; height:auto; padding:0; margin:0; border:none; }

input.button { border:none; padding:0; margin:0; }

/* 項目調整用 */
.listitem01 { letter-spacing:3em; }
.listitem02 { letter-spacing:1em; }
@media screen and (max-width: 767px) {
#reservationwrap01 {
    width: 90%;
    margin: 0 auto;
    padding: 8vw 4vw; /* 750px基準でpadding: 60px 30px; */
    background: #ffffff;
}
.catchwrap01 {
    font-size: 2.933333333333333vw; /* 750px基準でfont-size: 22px; */
    font-weight: 500;
    text-align: center;
    line-height: 160%;
    padding: 0 0 4vw; /* 750px基準でpadding: 0 0 30px; */
}

.contactbuttonwrap01 { width: 100%; margin: 0 auto; padding: 0 0 15px; }
.contactbuttonwrap01:after { content:""; display:block; clear:both; }
.contactbuttoninner01 { width: 100%; float: none; padding: 0 0 15px; }
.contactbuttoninner01:nth-child(2) { float: none; padding: 0; }

.contactattentionwrap01 { width: 98%; margin: 0 auto; padding: 15px 0 0; }

.formwrap01 { display: block; padding: 0 0 20px; }

.formlist01 { display: table-cell; width: 7em; }
.formlist01:nth-child(2) { width: auto; }

.formcontentsinner01 p.requisite { color: #FFFFFF; background: #ff3100; padding: 2px; }
.formcontentsinner01 p.optional { color: #464646; background: #d8d8d8; padding: 2px; }

.formcontentsinner01 p.selectlist { width: 100%; display: block; }

.formattention01 { text-align: center; font-size: 12px; line-height: 160%; }

.formattentionwrap01 { display: block; border: 1px solid #d8d8d8; background: #FFFFFF; font-size: 11px; }

.formattentioninner01 { display: block; overflow-y: auto; min-height: 100px; max-height: 150px; padding: 2%; }
.formattentioninner02 { display: block; padding: 0 0 20px; }
.formattentioninner02:last-child { padding: 0; }

p.selectlist01 { width: 100%; display: block; }
p.selectlist02 { width: 100%; display: block; }
p.dateselect01 { width: 100%; padding: 0 0 5px 10px; }
p.dateselect01:last-child { padding: 0 0 0 10px; }
p.dateselect02 { padding: 0; }

input { width:98%; display:block; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
input.datebox01 { width:30%; padding:8px 1%; line-height: 100%; margin:0; border:1px solid #d8d8d8; display: inline-block; }
input.textbox01 { width:50%; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
select {
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
}
select { width:25%; display:block; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
select.date { width:22%; padding:8px 1%; margin:0 0 0 2%; border:1px solid #d8d8d8; display: inline-block; }
select.timebox01 { width:4em; padding:8px 1%; margin:0; border:1px solid #d8d8d8; display: inline-block; }
input#zip { width:20%; padding:6px 1%; border:1px solid #d8d8d8; }
input.addr { width:50%; padding:6px 1%; border:1px solid #d8d8d8; }
.number01 { width:3em; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
.number02 { width:25%; padding:8px 1%; border:1px solid #d8d8d8; display: inline-block; }
textarea { width:98%; height:200px; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
textarea.freetext01 { width:98%; height:30px; padding:6px 1%; margin:0; border:1px solid #d8d8d8; }
.ex { display:block; }


input.checkbox{
	display: none;
}
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0;
	text-indent: 0;
	padding:0 0 0 25px;
	border-radius: 1%;
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
	vertical-align:middle;
}
label:before{
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-radius: 50%;
	background: #3b6535;
}

input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #3b6535;
	border-right: 3px solid #3b6535;
}
label[for="email_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="email_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
label[for="emailConfirm_1"]{
	display: inline-block;
	position: relative;
	cursor: auto;
	margin-left: 0;
	text-indent: 0;
	padding:0;
	border-radius: 1%;
	font-size: 14px;
	text-align: left;
	line-height: 1.3;
	vertical-align:top;
}
label[for="emailConfirm_1"]:before{
	display: none;
	position: absolute;
	content: "";
	top: 9px;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #ffffff;
	border-radius: 5%;
	border:1px solid #d8d8d8;
}
.pplist01 { padding: 0 0 0 1em; }
ul.check01 { width:100%; display:block; text-align: center; padding: 15px 0; }
ul.check01 li {
	width:100%;
	display:block;
	background: #ededed;
	padding: 0.5em 0 1em;
	margin: 0;
}
ul.check02 { width:100%; display:block; text-align: left; }
ul.check02 li {
	width:auto;
	display:block;
	padding: 0;
}
ul.check03 { width:100%; display:block; text-align: left; }
ul.check03 li {
	width:auto;
	display:inline-block;
	padding: 0 1em 0 0;
}
label[for=consent01] {
	display: block;
	font-size: 3.2vw; /* 750px基準でfont-size: 24px; */
	width: 84%;
	text-align: center;
	margin: 15px auto 0;
}
.ppattentiontext01 { width: 98%; display: block; font-size: 3.2vw; /* 750px基準でfont-size: 24px; */ line-height: 160%; margin: 0 auto; /*color: #d70000;*/ }

#privacywrap01 { display: block; font-size: 3.2vw; /* 750px基準でfont-size: 24px; */ border: 1px solid #ededed; padding: 2%; margin: 30px 0 0; }
#privacywrap02 { display: block; height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
#privacywrap02 ul { display: block; padding: 0 1em 1em; }
#privacywrap02 ul:last-child { padding: 0 1em; }


#attentionbox01 {
	font-size:16px;
	font-weight:600;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #437820;
}

#attentionbox02 {
	width:94%;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
	line-height: 140%;
}

#attentionbox03 {
	width:94%;
	font-size:14px;
	font-weight:bold;
	margin: 0 auto 15px;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #e60012;
}

.buttonbox01 { width:40%; height:auto; margin:0 auto; padding:10px 0 0 0; text-align:center; }
.buttonbox01 img { width:100%; height:auto; }
.buttonbox01 input { width:100%; height:auto; padding:0; margin:0; border:none; }
.buttonbox02 { width:100%; margin:0 auto; padding:10px 0 0 0; text-align:center; }
.buttonbox02 img { width:100%; height:auto; }
.buttonbox03 { width:40%; height:auto; margin:0 auto 15px; display:block; float:none; text-align:center; }
.buttonbox03:nth-child(2) { width:40%; height:auto; margin:0 auto; display:block; float:none; }
.buttonbox03 img { width:100%; height:auto; }
.buttonbox03 input { width:100%; height:auto; padding:0; margin:0; border:none; }

.button { width:100%; height:auto; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; padding:0 !important; }

/* 項目調整用 */
.listitem01 { letter-spacing:3em; }
.listitem02 { letter-spacing:1em; }
}
/* //お問い合わせ */


/*---------------------------------
  共通リスト
---------------------------------*/
/* 共通リスト */
table.tablelist01 { width: 100%; }
table.tablelist01 tr { border-bottom: 1px solid #d4d4d4; }
table.tablelist01 tr:first-child { border-top: 1px solid #d4d4d4; }
table.tablelist01 td { padding: 1.5em 2em; vertical-align: middle; }
table.tablelist01 td:nth-child(1) { width: 34%; font-weight: 700; text-align: right; }
table.tablelist01 td:nth-child(2) { width: auto; border-right: 1px solid #d4d4d4; }
table.tablelist01 td:last-child { width: auto; border-right: none; }

.textspace01 { padding: 0 0 0 3em; }

.tablelistunderwrap01 { width: 80%; margin: 30px auto 0; }

.listwrap01 { width: 100%; padding: 30px 0 0; }
.listwrap01 ul { width: 100%; display: table; }
.listwrap01 ul li { width: 31.33333333333333%; padding: 2%; display: table-cell; }
@media screen and (max-width: 767px) {
table.tablelist01 { width: 100%; }
table.tablelist01 tr { border-bottom: none; }
table.tablelist01 tr:first-child { border-top: none; }
table.tablelist01 td { display: block; padding: 0.5em 1em; vertical-align: top; }
table.tablelist01 td:nth-child(1) { width: auto; margin: 0 0 10px; font-weight: 700; text-align: center; border-top: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; }
table.tablelist01 td:nth-child(2) { width: auto; margin: 0; padding: 0 1em; border-right: none; }
table.tablelist01 td:nth-child(3) { margin: 0; padding: 0 1em 10px; }
table.tablelist01 td:last-child { border-right: none; padding: 0 1em 10px; }
table.tablelist01 tr:last-child td:nth-child(3) { margin: 0; padding: 0 1em; }

.textspace01 { padding: 0 0 0 3em; }

.listwrap01 { width: 100%; padding: 15px 0 0; }
.listwrap01 ul { width: 100%; display: table; }
.listwrap01 ul li { width: 31.33333333333333%; padding: 2%; display: table-cell; }
}
/* //共通リスト */


/*---------------------------------
  モーダルウィンドウ（共通）
---------------------------------*/
/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
	margin: 0;
	padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal {
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 80001;
}

/* モーダル背景 */
.modal-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
}

/* モーダル本体 */
.modal-content {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 65%;
    font-size: 1.6rem;
    padding: 0;
    background: #FDF9E7;
	border-radius: 3.90625vw 0; /* 1280px基準でborder-radius: 50px 0; */
}

/* モーダルウィンドウ内容 */
.modal-detailwrap01 {
	position: relative;
}
.modal-detailbtninner01 {
	width: 1.7968749999999998vw; /* 1280px基準で23px */
	position: absolute;
	top: 1.171875vw; /* 1280px基準で15px */
	right: 1.171875vw; /* 1280px基準で15px */
}
.modal-detailinner01 {
	padding: 3.90625vw; /* 1280px基準でpadding: 50px; */
}
.modal-detailinner01 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
.modal-content {
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); ;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	max-height: 70%;
    font-size: 3.4666666666666663vw; /* 750px基準で26px ; */
	padding: 0;
    background: #FDF9E7;
    border-radius: 8vw 0; /* 750px基準でborder-radius: 35px 0; */
}

/* モーダルウィンドウ内容 */
.modal-detailwrap01 {
	position: relative;
}
.modal-detailbtninner01 {
	width: 4vw; /* 750px基準で30px */
	position: absolute;
	top: 4vw; /* 750px基準で30px */
	right: 4vw; /* 750px基準で30px */
}
.modal-detailinner01 {
	padding: 8vw 5.333333333333334vw; /* 750px基準でpadding: 60px 40px; */
}
.modal-detailinner01 img {
	width: 100%;
	height: auto;
}
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modal-content-inner {
	width: 100%;
	position: relative;
}

.js-modal-close-btn {
	z-index: 20;
}
.js-modal-close-btn img {
	width: 100%;
}