@charset "UTF-8";

/* 基本
------------------------------------------------------------- */
*, *::before, *::after {
	box-sizing: border-box;
}



body {
	font-family: 'Noto Serif JP', serif;
	color: #333;
	line-height: 1.5;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

table {
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

nav ul {
	list-style: none;
	padding-left: 0;
}

.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.tel-link a {
	color: inherit;
	text-decoration: none;
}




.bg {
	background-color: #F2F2F2;
}


a.link1 {
	transition: 0.5s;
}

a.link1:hover {
	opacity: .8;
}
a.linkblock {
	text-decoration: none;
	color: inherit;
}
a.linkblock > * {
	transition: 0.5s;
}
a.linkblock:hover > * {
	background-color: #DDD;
}

a.linkblock.linkblock2:hover > * {
	background-color: #F6F9E5;
}


a.linkblock:hover .ohaka-copy {
	color: #006837;
	text-decoration: underline;
}




.badge {
	border-radius: 50%;
	text-align: center;
	font-family: 'Noto Sans JP', serif;
}
.badge_nagaoka {
	background-color: #6D931E;
	color: #FFF;
	font-size: 39px;
	width: 148px;
	transform: rotate(-10deg);
	font-weight: bold;
}
.badge_mitsuke {
	background-color: #3A8D81;
	color: #FFF;
	font-size: 39px;
	width: 148px;
	transform: rotate(-10deg);
	font-weight: bold;
}

.badge-content {
	transform: rotate(10deg);
	padding-top: 15px;
	padding-bottom: 15px;
}






.copyright {
	font-family: 'Noto Sans JP', serif;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom:15px;
	font-size: 11px;
	margin-bottom: 0;
}

.copyright a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}


.note {
	font-size: 12px;
}
.note2 {
	font-size: 12px;
	list-style-type: none;
}

/* font-size */
.xxs {
	font-size: .5em;
}
.xs {
	font-size: .75em;
}
.lg {
	font-size: 1.25em;
}
.xl {
	font-size: 1.5em;
}
.2x {
	font-size: 2em;
}
.3x {
	font-size: 3em;
}



h1, h2, h3, h4, h5, h6 {
	text-align: center;
}



/* reien関連霊園 */
.reien {
	font-family: 'Noto Sans JP', serif;
	background-color: #F4F4E4;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
}
.reien-title {
	font-size: 14px;
	font-weight: normal;
}

.reien ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}
.reien li {
	display: inline-block;
	padding-right: 2em;
}
.reien li:last-child {
	padding-right: 0;
}
.reien li a {
	text-decoration: none;
	color: #9D7228;
	font-size: 20px;
}
.reien li a:hover {
	text-decoration: underline;
}



/* footer_nav */
.footer_nav {
	font-family: 'Noto Sans JP', serif;
	border-top: 2px solid #F2F2F2;
	border-bottom: 2px solid #F2F2F2;
	list-style-type: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_nav li a {
	text-decoration: none;
	padding: 10px 18px;
	color: #4D4D4D;
}

/* footer_nav2 */
.footer_nav2 {
	font-family: 'Noto Sans JP', serif;
	list-style-type: none;
	padding-left: 0;
	font-size: 12px;
	margin-left: 10%;
	margin-right: 10%;
}
.footer_nav2 li {
	display: inline-block;
	padding-right: 2em;
}
.footer_nav2 li a {
	text-decoration: none;
	color: #4D4D4D;
}


/* ページトップへ */
.page_top {
	font-family: 'Noto Sans JP', serif;
  position: fixed;
  bottom: 40px;
  right: 10px;
  text-align: center;
  z-index: 1000;
  line-height: 1.2;
}
.page_top a {
	display: inline-block;
  color: rgba(0, 104, 55, 0.7);
  text-decoration: none;
  font-size: 10px;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 10px;
  padding: 2px;
}
.page_top a:hover {
	opacity: .7;
}
.page_top i {
  color: rgba(119, 182, 55, 0.7);
  font-size: 2em;
}




/* トップページ
------------------------------------------------------------- */


canvas {
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: -1;
}


/* header */
.top .header {
	background-image: url(../images/top/top_bg.png), url(../images/top/top_bg2.png);
	background-repeat: no-repeat;
	background-position:center bottom, center top;
	background-size:100% auto, 100% auto;
	height: 1030px;
}


body{
	background-image:url(../images/top/top_bg2.png);
	background-repeat: no-repeat;
	background-position:center top;
	background-size:100% auto;
}

.top{
	background:none;
}


.top .header-main {
	position: absolute;
	top: 185px;
	left: 0;/* 水平方向中央 */
	right: 0;/* 水平方向中央 */
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

.top h2 {
	font-size: 26px;
	color: #754C24;
	text-shadow: white 3px 3px 5px;
	line-height: 0;
    margin-top: 35px;
	letter-spacing: 1px;
}

.top h4 {
	font-size: 18px;
    color: #754C24;
    text-shadow: white 5px 5px 5px;
}

.header .tel {
	text-align: right;
	color: #C13459;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 12px;
	right: 10%;
}

.header .tel-number {
	font-size: 28px;
	letter-spacing: .018em;
}

.tel a {
	text-decoration: none;
	color: inherit;
}

.tel-border {
	width: calc(10% + 510px);
	height: 3px;
	border-top: 2px solid #C13459;
	position: absolute;
	top: 65px;
	right:0;
}



/* tel欄の葉っぱ */
.header .tel-string::before {
	content: url(../images/common/tel_leaf_left.png);
	position: absolute;
	display: inline-block;
    transform: rotate(35deg);
	z-index: 999;
	right: 505px;
	top: 30px;
}

.header .tel-string::after {
	content: url(../images/common/tel_leaf_right.png);
	position: absolute;
	display: inline-block;
	transform: rotate(160deg);
	z-index: 999;
	top: 30px;
}

/* main */
.top main {
	margin-top: 0;
}


/* お墓 */
.ohaka {
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-bottom: 30px;
}


.copy {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .05em;
}

.ohaka-copy {
	font-size: 20px;
	letter-spacing: .05em;
	text-align: center;

}

.ohaka-area {
	position: absolute;
	right: 5%;
	top: 70px; 
	display: flex;
	justify-content: center;
	height: 88px;
	z-index: 1;
}

.ohaka-area .badge:last-child {
	margin-left: 10px;
}

.badge-content {
	margin-top: 0;
}

/* 長岡・見附 2分割タイプ */
.h_ohaka-area3 {
	margin-bottom: 40px;
}

.ohaka-area3 {
	width: 100%;
	top: 200px;
	right: inherit;
}

.ohaka-area3 div {
	flex: 1 0 50%;
}



/* お墓写真レイアウト */
.ohaka-image {
	display: grid;
	display: -ms-grid;
	grid-template-columns: 1fr 51.7% 1fr;
	-ms-grid-columns: 1fr 51.7% 1fr;
	overflow: hidden;
}
.ohaka-image * {
	margin: 0;
	padding: 0;
}

.ohaka-image-01 {
	grid-row: 1 / 2;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.ohaka-image-02 {
	grid-row: 2 / 3;
    grid-column: 1 / 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.ohaka-image-03 {
	grid-row: 1 / 3;
    grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}
.ohaka-image-04 {
	grid-row: 1 / 2;
    grid-column: 3 / 4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
}
.ohaka-image-05 {
	grid-row: 2 / 3;
    grid-column: 3 / 4;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
}
.ohaka-image img {
	width: 100%;
	height: auto;
}


.ohaka-image_nireibo {
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
}
.ohaka-image_nireibo .ohaka-image-01 {
	grid-row: 1 / 2;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.ohaka-image_nireibo .ohaka-image-02 {
	grid-row: 1 / 2;
    grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}


.ohaka-image_gassoubo {
	grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
}
.ohaka-image_gassoubo .ohaka-image-01 {
	grid-row: 1 / 2;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.ohaka-image_gassoubo .ohaka-image-02 {
	grid-row: 1 / 2;
    grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}

.ohaka-image_pet {
	grid-template-columns: 51.7% 1fr 1fr;
	-ms-grid-columns: 51.7% 1fr 1fr;
}


.ohaka-image-001{
	background-color: #c9e6eb;
	color: #000;
    font-size: 24px;
	font-weight: bold;
    margin: 0 auto;
    padding: 7px 0;
    letter-spacing: -.5px;
	width: 100%;
    text-align: center;
	grid-row: 1 / 2;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}

.ohaka-image-002{
	background-color: #cde3b6;
	color: #000;
    font-size: 24px;
	font-weight: bold;
    margin: 0 auto;
    padding: 7px 0;
    letter-spacing: -.5px;
	width: 100%;
    text-align: center;
	grid-row: 1 / 2;
    grid-column: 2 / 4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
}


.ohaka-image_pet .ohaka-image-01 {
	grid-row: 2 / 4;
    grid-column: 1 / 2;
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
}
.ohaka-image_pet .ohaka-image-02 {
	grid-row: 2 / 3;
    grid-column: 2 / 3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}
.ohaka-image_pet .ohaka-image-03 {
	grid-row: 2 / 3;
    grid-column: 3 / 4;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
}
.ohaka-image_pet .ohaka-image-04 {
	grid-row: 3 / 4;
    grid-column: 2 / 3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}
.ohaka-image_pet .ohaka-image-05 {
	grid-row: 3 / 4;
    grid-column: 3 / 4;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
}



.price85{
	position: absolute;
	right: 10%;
	bottom: -10px;
	z-index: 1;
}

.price85 img{
	height:176px;
}

.ohaka-price {
	position: absolute;
	right: 10%;
	bottom: 10px;
	z-index: 1;
}

/* ローン */
.loan {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
	letter-spacing: .05em;
}

.title2 {
	font-size: 40px;
}
.loan-copy {
	font-size: 24px;
	line-height: 1.75;
	margin-bottom: .5em;
}

.badge2 {
	background-color: #B69042;
	color: #FFF;
	font-size: 24px;
	width: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
	letter-spacing: 0;
}

.badge2-text {
	font-size: 48px;
	line-height: 1;
}

.loan-point {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 440px;
}

.loan-point ul {
	text-align: left;
	list-style-type: none;
	padding-left: 1em;
	line-height: 1.75;
}
.loan-point li::before {
	content: "・";
	color: #B69042;
	margin-left: -1em;
}
.loan-point li {
	padding-left: 1em;
}



/* アクセス */
.access {
	text-align: center;
}
.access-tel {
	color: #BF3636;
	font-size: 36px;
	margin-top: 0;
}
.shop_map {
	border: none;
	width: 100%;
	height: 410px;
	margin-bottom: 20px;
}
.access-address {
	padding-left: 0;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	width: 800px;
}
.access-title {
	margin-bottom: 0;
	font-size: 32px;
}
.access-nagaoka {
	color: #e4521b;
	padding-right: .25em;
}
.access-mitusuke {
	color: #1E9C5A;
	padding-right: .25em;
}


/* お問い合わせ */
.contact {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.contact-box {
	font-family:'Noto Sans JP', serif;
	width: 90%;
	max-width: 640px;
	margin:40px auto;
	text-align:left;
	line-height:1.8;
	font-size:20px;
}
	
#name,#kana,#address,#email,#type,#message,#shi,#banchi{
	outline: none;
	width: 100%;
	height: 45px;
	border: 1px solid rgba(153,153,153,1);
	padding-left: .5em;
	padding-right: .5em;
}


#ken, #postalcode, #tel {
	width:50%;
	outline: none;
	height: 45px;
	border: 1px solid rgba(153,153,153,1);
	padding-left: .5em;
	padding-right: .5em;
}
	
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: .5em;
	border-radius: 0;
	background-color:#FFF;
}

#message {
	height:160px;
	padding-top: .5em;
	padding-bottom: .5em;

}

.submit button {
	width:100%;
	color:#FFF;
	background-color:rgba(193,52,89,1);
	border:none;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 28px;
}

.submit button:hover{
	opacity: 0.8;
}
	
.required {
	color: rgba(193,39,45,1);
}



/* 対応 */
.consultation {
	text-align: center;
	background-color: #F2F2F2;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-bottom: 60px;
}
.consultation .title2 {
	margin-top: 10px;
	margin-bottom: 0;
	letter-spacing: .1em;
}
.consultation .title2::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #B69042 transparent transparent transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: .2em;
	position: relative;
}




.consultation ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 22px;
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.consultation li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: .6em;
}
.consultation li:before {
	content: "□";
	color: #B69042;
	padding-right: .5em;
}
.consultation .fa-check {
	color: #B69042;
}
.mark {
	color: #AA3121;
	font-weight: bold;
}

.consultation-content {
	background-color: #FCFCFC;
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5%;
	margin-top: -10px;
	border-radius: 20px;
}



/* 霊園の特徴 */
.features {
	text-align: center;
	background-color: #FCF8F5;
	padding-top: 1em;
	padding-bottom: 1em;
}
.features ul {
	list-style-type: none;
	padding-left: 0;
	font-size: 24px;
	text-align: left;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.features li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: .6em;
}
.features li:before {
	content: "□";
	color: #B69042;
	padding-right: .5em;
}
.features .fa-check {
	color: #B69042;
}

.font80per {
	font-size: 80%;
}


/* 告知 */
.news {
	width:700px;
	margin:auto;
	margin-top: 40px;
	line-height:0;
	font-size: 22px;
    text-align: center;
}




/* 下層ページ
------------------------------------------------------------- */

/* header */
.header {
	height: 240px;
}

.header-main {
	position: absolute;
	top: 185px;
	left: 0;/* 水平方向中央 */
	right: 0;/* 水平方向中央 */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

/* main */
main {
	margin-top: 90px;
}


/* 墓 */
.ippanbo-wrap , .nireibo-wrap , .gassou-wrap , 
.jumokusou-wrap {
	text-align:center;
}

.p01 {
	margin:45px 0;
	line-height:1.8;
	font-size: 32px;
}

.p07 {
	font-size: 18px;
	line-height: 1.8;
}
	
.p02 {
	border-top:solid 1px #C93;
	border-bottom:solid 1px #C93;
	font-size:20px;
	color: #754C24;
	padding-top: .25em;
	padding-bottom: .25em;
	width: 30%;
	margin: 40px auto 45px;
}

.p04,
.p05,
.p06 {
	font-size:38px;
}

.p03 {
	font-size: 28px;
}


.p04 {
	font-weight: bold;
	line-height: 1.8;
}

.p05 {
	background-color: #333;
	color: #FFF;
	font-size: 24px;
	padding: 1em 3%;
	line-height: 1.2;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	min-width: 13em;
}

/*テラス墓地ページ テキストインデント調整*/

.terracebochi_page .p03 {
	text-indent: -9px;
}

.terracebochi_page .p05 {
	text-indent: 24px;
}


.p06 {
	font-size: 24px;
	border: 1px solid #333;
	padding-top: .25em;
	padding-bottom: .25em;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	min-width: 13em;
}

.kanri_p{
	font-size: 24px;
	width: 240px;
    margin: auto;
    text-align: left;
	padding-bottom: 5px;
}

.kanri_p:first-child{
	padding-top: 10px;
}


.kanri_area{
	font-size: 23px;
	font-weight: bold;
	padding-right: 22px;
}

.kuyou_kikan{
	font-size: 17px;
}


.pet_kasou {
	border-top:solid 2px #C93;
	border-bottom:solid 2px #C93;
	font-size:25px;
	color: #754C24;
	padding-top: .25em;
	padding-bottom: .25em;
	width: 50%;
	margin: 40px auto 45px;
	font-weight: 800;
}


.small1 {
	font-size: 50%;
}


.contents-01 {
	margin-bottom: 60px;
}

.contents-02,
.contents-03 {
	margin-bottom: 45px;
}



h3 {
	font-size:23px;
}

p em {
	font-style:normal;
	vertical-align:baseline;
}

.tiny {
	font-size:34px;
}

	

	
.title-border{
	display: flex;
	align-items: center;
}

.title-border::before,
.title-border::after {
	border-top: 1px solid;
	border-color:#009245;
	content: "";
	flex-grow: 1;
	}
.title-border::before {
	margin-right: 1rem;
	}
.title-border::after {
	margin-left: 1rem;
}


/* ギャラリー */
.gallery1, .gallery2, .gallery3, .gallery4 {
	margin:40px 0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	max-width:940px;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}


.gallery1 li, .gallery2 li, .gallery3 li, .gallery4 li {
	width: calc(20% - 10px);
	list-style:none;
	margin:0 10px 10px 0;
	padding:0;
}

.gallery1 li:nth-child(5n), .gallery2 li:nth-child(5n), .gallery3 li:nth-child(5n), .gallery4 li:nth-child(5n) {
	margin-right:0; 
}

.gallery1 a img, .gallery2 a img, .gallery3 a img, .gallery4 a img {
	transition: transform .15s ease;
	z-index: 10;
}
	
.gallery1 a:hover img, .gallery2 a:hover img, .gallery3 a:hover img, .gallery4 a:hover img {
  transform: scale(1.06);
  position: relative;
}


/* ペット改修
------------------------------------------------------------- */
.new_pet_top{
	margin-top: 30px;
}

.new_pet_top_l, .new_pet_top_r{
	width: 50%;
	float: left;
}

.new_pet_top img{
	width: 100%;
}

.new_pet_top p{
	margin: 0 ;
}

.new_pet_top h4{
	color: #000;
	font-size: 24px;
	margin: 0 auto;
	padding: 7px 0;
	letter-spacing: -.5px;
}

.new_pet_top_l h4{
	background-color: #c9e6eb;
	
}

.new_pet_top_r h4{
	background-color: #cde3b6;
}



/* 資料請求
------------------------------------------------------------- */
.catalogue_page main {
	margin-top: 0;
}

.catalogue_page .contact {
	margin-top: 30px;
}

.catalogue {
	text-align: center;
	color: #006837;
	margin-top: 2em;
	margin-bottom: 2em;
}
.catalogue-text {
	margin-top: .5em;
}

.main-title1 {
	font-size: 34px;
	letter-spacing: .1em;
	font-weight: bold;
	text-align: center;
	color: #754C24;
	border-top: 1px solid #C6AE6D;
	padding-top: .2em;
	padding-bottom: 1em;
	margin-bottom: 30px;
}


.catalogue_page .header-main {
	top: 100px;
}

.catalogue_title img {
	max-width: 250px;
}

.catalogue_box {
	font-family: 'Noto Sans JP', serif;
	width: 80%;
	max-width: 900px;
	margin: 40px auto;
	text-align: left;
	line-height: 1.8;
	font-size: 20px;
	border-top: 1px solid #CCC;
	background-color: #FAFAFA;
}

.catalogue_box-child {
	padding: 10px 5%;
	border-bottom: 1px solid #CCC;
}

.catalogue_box-child:last-child {
	border-bottom: none;
}



/* 個人情報保護方針
------------------------------------------------------------- */
.privacy_title {
	margin-bottom: 40px;
	margin-top: 40px;
}

.privacy_title img {
	max-width: 480px;
}

.privacy_copy {
	margin-bottom: 40px;
}

.privacy-box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


/* フォーム
------------------------------------------------------------- */
.form-wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.pc_none{
	display: none;
}

@media only screen and (max-width: 1500px) {

/* トップページ
------------------------------------------------------------- */

.top .header {
	height: 880px;
}

}

@media only screen and (max-width: 1200px) {

/* トップページ
------------------------------------------------------------- */

.top .header {
	height: 740px;
}

/* お墓 */
.ohaka-area {
	height: 66px;
	top: 105px;
	right: 3%;
}

/* 長岡・見附 2分割タイプ */
.ohaka-area3 {
	right: inherit;
	top: 190px;
}

.badge_nagaoka,
.badge_mitsuke {
	font-size: 30px;
	width: 111px;
}
.badge-content {
	padding-top: 9px;
	padding-bottom: 9px;
}


}






@media only screen and (max-width: 1000px) {

header, .header-main, main, footer {
	width: 100%;
}

.wrap {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.footer_nav li a {
    padding: 10px 10px;
	font-size: 15px;
	}



/* トップページ
------------------------------------------------------------- */
.consultation-content {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.consultation ul {
	width: 100%;
}

/* お墓 */
.ohaka h3 img {
	max-width: 35vw;
}

/* お墓（個別納骨墓） */
.ohaka .kobetsu img {
	max-width: 58vw;
}

/* お墓（ペット） */
.ohaka .pet img {
	max-width: 55vw;
}

.ohaka-area {
	flex-direction: column;
	top: 60px;
}

	
.terrace .ohaka-area2 {
    top: 60px;
}
	
/* テラス墓地 */	
.ohaka .terrace img {
	max-width: 50vw;
}

/* 長岡・見附 2分割タイプ */
.ohaka-area3 {
	flex-direction: row;
	top: 180px;
}


.badge_nagaoka,
.badge_mitsuke {
	font-size: 20px;
	width: 100px;
	height: 60px;
}
.ohaka-area .badge:last-child {
	margin-top: 10px;
	margin-left: 0;
}

/* 長岡・見附 2分割タイプ */
.ohaka-area3 .badge:last-child {
	margin-left: 2%;
}


.badge-content {
	padding-top: 14px;
}

.copy {
	font-size: 24px;
}
.ohaka-price, .price85 {
	right: 5%;
}

/* アクセス */
.access-address {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}




/* 下層ページ
------------------------------------------------------------- */

/* お墓 */
.ohaka h2 img {
	max-width: 35vw;
}


/* 個人情報保護方針
------------------------------------------------------------- */
.ohaka .privacy_title img {
	max-width: 80vw;
	width: 60%;
}

/* 資料請求
------------------------------------------------------------- */
.catalogue_title img {
	width: 30%;
}

	
/* ペット改修
------------------------------------------------------------- */

.new_pet_top_l h4, .new_pet_top_r h4{
	font-size: 21px;
	}
		


}





@media only screen and (max-width: 800px) {

/* 下層ページ
------------------------------------------------------------- */

/* header */
.header {
	height: 260px;
}

.news {
	width:600px;
	margin-top: 30px;
}

}




@media only screen and (max-width: 768px) {

body {
	font-size: 14px;
	background-size: 100%;
}

.title2 {
	font-size: 20px;
}
.header .tel {
	line-height: 1.2;
	font-size: 11px;
}
.header .tel-number {
	font-size: 24px;
}
.tel-number:first-child::after {
	content: "";
	display: block;
}
.tel-border {
	width: calc(10% + 220px);
	top: 52px;
}

/* tel欄の葉っぱ */
.header .tel-string::before {
	right: 210px;
	top: 20px;
}
.header .tel-string::after {
	content: "";
	background-image: url(../images/common/tel_leaf_right2.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 50px;
	top: 30px;
	right: -26px;
	transform: rotate(15deg);
}



/* reien */
.reien {
	margin-top: 4em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.reien li a {
	font-size: 14px;
}



/* footer_nav */
.footer_nav {
	flex-wrap: wrap;
}
.footer_nav li:first-child {
	width: 80%;
}
.footer_nav li {
	width: 33.3333%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer_nav li a {
	padding: 0;
}

/* アクセス */
.access-address div {
	width: 45%;
}
.access-title {
	font-size: 20px;
	line-height: 1.2;
}
.access-tel {
	line-height: 1.2;
}

/* お問い合わせ */
.contact-box {
	font-size: 16px;
}
.submit button {
	font-size: 20px;
}
#ken, #postalcode, #tel {
	width: 70%;
}


/* ページトップへ */
.page_top a {
  font-size: 8px;
}
.page_top i {
  font-size: 2em;
}
	
/*テラス墓地ページ テキストインデント調整*/

.terracebochi_page .p03 {
	text-indent: -6px;
}

.terracebochi_page .p05 {
	text-indent: 17px;
}





/* トップページ
------------------------------------------------------------- */
.top .header {
	height: 75vh;
	background-size: 140% auto;
}	
.top .header-main {
	width: 80%;
	top: 160px;
}
.top h2 {
	font-size: 21px;
}
	
.top h4 {
    font-size: 15px;
}

.consultation ul {
	font-size: 14px;
}

.main-title1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.news {
	width: 75%;
    margin-top: 4%;
}


/* お墓 */
.ohaka {
	margin-bottom: 20px;
}

/* 長岡・見附 2分割タイプ */
.h_ohaka-area3 {
	margin-bottom: 30px;
}
.ohaka-area3 {
	top: 150px;
}


.copy {
	font-size: 20px;
}
.ohaka-copy {
	font-size: 16px;
}
.ohaka-price img {
	height: 64px;
}

.price85 img {
	height: 128px;
}


/* ローン */
.loan {
	margin-top: 20px;
	margin-bottom: 20px;
}
.loan-point {
	width: 420px;
}
.loan-copy {
	font-size: inherit;
}

/* 霊園の特徴 */
.features ul {
	font-size: inherit;
}

/* お問い合わせ */
.contact {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-box {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* 告知 */
.news {
	font-size: 16px;
}

.catalogue {
    margin-top: 1em;
}


/* 下層ページ
------------------------------------------------------------- */

/* header */
.header {
	height: 220px;
}

.header-main {
	width: 80%;
	top: 160px;
}

/* main */
main {
	margin-top: 60px;
}

.p01 {
	margin: 20px 0;
	line-height: 1.6;
	font-size: 24px;
}

.p07 {
	font-size: 13px;
	line-height: 1.8;
}

.p02 {
	font-size:14px;
	width: 10em;
	margin: 20px auto 25px;
}



.p04,
.p05,
.p06 {
	font-size: 26px;
}
.p03 {
	font-size: 18px;
}
.p04 {
	line-height: 1.6;
}
.p04 img {
	height: 74px;
}

.p05 {
	font-size: 16px;
}

.p06 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

.contents-01 {
	margin-bottom: 20px;
}

.contents-02,
.contents-03 {
	margin-bottom: 15px;
}




/* ギャラリー */
.gallery1, .gallery2, .gallery3, .gallery4 {
	margin: 30px 0;
}
.gallery1 li, .gallery2 li, .gallery3 li, .gallery4 li {
	width: calc(20% - 2px);
	list-style:none;
	margin:0 2px 2px 0;
	padding:0;
}


/* 個人情報保護方針
------------------------------------------------------------- */
.privacy_title {
	margin-bottom: 20px;
	margin-top: 20px;
}
.privacy_copy {
	margin-bottom: 20px;
}


/* 資料請求
------------------------------------------------------------- */
.catalogue_page .contact {
	margin-top: 0;
}



/* ペット改修
------------------------------------------------------------- */

.new_pet_top_l h4, .new_pet_top_r h4{
	font-size: 18px;
	}
		

/* ペット改修＆エリア
------------------------------------------------------------- */
.badge_nagaoka, .badge_mitsuke {
    font-size: 18px;
    width: 85px;
    height: 55px;
}	
	
	
.ohaka-image-001, .ohaka-image-002 {
    font-size: 17px;
  }
	
.pet .ohaka-area {
    top: 40px;
}
	

	
}



@media only screen and (max-width: 560px) {

/* トップページ
------------------------------------------------------------- */

.ohaka-area {
	right: 2%;
}
/* 長岡・見附 2分割タイプ */
.ohaka-area3 {
	right: inherit;
	top: 130px;
}


/* お墓 */
.ohaka-price img {
	height: 40px;
}

.price85 img{
	height:80px;
}

.price85 {
	bottom: 0px;
}


.ohaka-copy {
	font-size: 14px;
}
	
	/* ペット改修
------------------------------------------------------------- */

.new_pet_top_l, .new_pet_top_r{
		width: 100%;
}
	

/* 個別供養墓
------------------------------------------------------------- */
	
.kanri_p{
	font-size: 16px;
	width: 175px;
    }

.kanri_p:first-child{
	padding-top: 10px;
}


.kanri_area{
	font-size: 17px;
	padding-right: 10px;
}

.kuyou_kikan{
	font-size: 13px;
}
	
	
	
}





@media only screen and (max-width: 480px) {
	
body {
	background-size: 100%;
}

/* トップページ
------------------------------------------------------------- */

	
.top .header {
	height: 63vh;
}			
	
.top h2 {
	ont-size: 17px;
    margin-top: 25px;
}
	
.top h4 {
    font-size: 12px;
}


.news {
	width: 90%;
	text-align: center;
	font-size: 14px;
	margin-top: 5%;
}



/* アクセス */
.access-tel {
	font-size: 20px;
}

/* ローン */
.loan-point {
	width: 100%;
}
.loan-point ul {
	width: calc(100% - 120px);
	padding-left: .5em;
}

/* お墓 */
.copy {
	font-size: 16px;
}
.ohaka-area {
	top: 25px;
}
.ohaka-area2 {
	top: 30px;
}
/* 長岡・見附 2分割タイプ */
.ohaka-area3 {
	top: 105px;
}

.badge-content {
	padding-top: 10px;
}
.badge_nagaoka,
.badge_mitsuke {
	font-size: 14px;
    width: 60px;
    height: 40px;
}
	
.ohaka-price {
	bottom: 14px;
}
.ohaka-copy {
	margin-left: auto;
	margin-right: calc(5% + 140px);
	text-align: right;
}

.ohaka-copy_pet {/* 文字数が長いため */
	margin-right: calc(5% + 100px);
}


/* 下層ページ
------------------------------------------------------------- */

.header {
	height: 180px;
}


.pet_kasou {
	font-size:19px;
	width: 90%;
}
	
	
.ohaka-image-001, .ohaka-image-002 {
    font-size: 12px;
	font-weight: normal;
  }
	
.pc_none{
	display: block;
}

	
}


@media only screen and (max-width: 375px) {

/* トップページ
------------------------------------------------------------- */
	
.top .header {
	height: 75vh;
}			
	
.ohaka-area2 {
	top: 25px;
}
	
.terrace .ohaka-area2 {
    top: 40px;
}
	
.pet .ohaka-area {
    top: 25px;
}
	
/* 長岡・見附 2分割タイプ */
.ohaka-area3 {
	top: 100px;
}

.ohaka-area .badge:last-child {
	margin-top: 2px
}

.pet_kasou {
	font-size:17px;
}


}