@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Prata&display=swap&text=0123456789);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(sharefonts.css);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: normal;
	line-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

html {
	opacity: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	>font-size: 62.5%;
	-webkit-transition: opacity 2s linear;
	-moz-transition: opacity 2s linear;
	-o-transition: opacity 2s linear;
	transition: opacity 2s linear;
}

html.wf-active, html.loading-delay {
	opacity: 1;
}

body {
	font-family: 'Noto Serif JP';
	font-display: swap;
	color: #333;
}

html, body {
	height:100%;
}

body.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

article,
footer,
header,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

section,
div,
p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 1.8;
}

a {
	color: #333;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
	font-size: 1.0em;
	font-weight: normal;
}

.ch_img {
	display: block;
	overflow: hidden;
	height: 0!important;
}

img {
	border: 0;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
	margin:0 0 0 10px;
	float: right;
}

.alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	width:100%;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.6;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.6;
}

.pc {
	display: none;
}
/* Extras
======================================================== */
.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block0:after,
.block1:after,
.block2:after,
.block3:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 80;
}

.screen_active .screen {
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-moz-animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-moz-animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}
	
@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-moz-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-webkit-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
======================================================== */
#wrapper {
	padding:70px 0 0;
}
.block0 {
	padding:0 15px;
	font-size:1.6rem;
}
.block1,
.block2 {
	padding:50px 15px;
	font-size:1.6rem;
}
.block3 {
	padding:50px 15px;
	font-size:1.6rem;
}

@media screen and (min-width: 350px) {
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #FFF;
	-webkit-box-shadow: 0 5px 5px 0 rgba(84, 84, 84, 0.2);
	-moz-box-shadow: 0 5px 5px 0 rgba(84, 84, 84, 0.2);
	box-shadow: 0 5px 5px 0 rgba(84, 84, 84, 0.2);
	z-index: 200;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

header.check,
header.active {
	top:0;
}

header .block1 {
	position: relative;
	padding:0;
	height:70px;
}

header h1 {
	position: relative;
	margin:0 auto;
	width: 143px;
	height: 70px;
	z-index: 300;
}
	
header h1 a {
	display: block;
	height: 70px;
	background: url('../images/logo_sennenji.png') no-repeat center center;
	background-size: 143px 62px;
	padding: 42px 0 0;
	text-indent: -9999px;
}

header .menu {
	position: absolute;
	top:15px;
	right:12px;
	width:30px;
	overflow: hidden;
}

header .menu a {
	display: block;
	height:30px;
	position: relative;
}

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 4px;
	width: 22px;
	height: 2px;
	background-color: #333;
	transition: .3s;
}

header .menu a::before {
	top: 7px;
}

header .menu a::after {
	bottom: 7px;
}

header.active .menu a::before {
	top: 5px;
	left: 5px;
	width: 24px;
	-webkit-transform-origin:left top 0;
	-moz-transform-origin:left top 0;
	-ms-transform-origin:left top 0;
	-o-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	transform: rotate(44deg);
}

.active .menu a::after {
	bottom: 7px;
	left: 4px;
	width: 23px;
	-webkit-transform-origin:left top 0;
	-moz-transform-origin:left top 0;
	-ms-transform-origin:left top 0;
	-o-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

.menu b {
	display: block;
	content: '';
	position: absolute;
	top:14px;
	left: 4px;
	width: 22px;
	height: 2px;
	background-color: #333;
	transition: .3s;
}

.active .menu b {
	opacity: 0;
	left: 30px;
}

#globalnavi_block {
	display: none;
	position: fixed;
	top:70px;
	left:0;
	width:100%;
	height:130%;
	opacity: .8;
	background-color: #000;
}

.active #globalnavi_block {
	display: block;
}

#globalnavi_body {
	padding:0 0 30px;
	/*overflow-y: scroll;*/
	position: relative;
	-webkit-overflow-scrolling: touch;
}

#globalnavi {
	margin:0 15px 30px;
	padding:0;
}

#globalnavi li {
	font-size:1.8rem;
	border-bottom:1px solid #666;
	position: relative;
}

#globalnavi li a {
	display: block;
	padding:10px 0;
	color:#FFF;
	text-align: center;
}

#globalnavi li ul {
	display: none;
	padding:5px 0 0;
}

#globalnavi li.open ul {
	display: block;
}

#globalnavi li li {
	font-size:1.6rem;
	border-bottom:none;
}

#globalnavi li li a {
	padding:0 0 15px;
	font-weight: 600;
}

#globalnavi li li span {
	margin:0 10px 0 0;
}

#globalnavi_body .outlink {
	margin:0 15px 40px;
}

#globalnavi_body .outlink li {
	margin:0 auto 15px;
	width:290px;
}

#globalnavi_body .outlink li:last-child {
	margin-bottom:0;
}

#globalnavi_body .outlink li a {
	display: block;
	line-height:55px;
	text-align: center;
	color:#FFF;
	border:1px solid #666;
}

#globalnavi_body .outlink li b {
	display: inline-block;
	background: url('../images/common/sp_icon_outlink.svg') no-repeat right center;
	background-size: 12px 12px;
	padding:0 20px 0 0;
	font-weight: normal;
}

#globalnavi_body .sns {
	margin: 0 auto;
	display: flex;
  	justify-content: center;
}
#globalnavi_body .sns li {
		display: block;
		margin:0 15px 0 ;
		width:20px;
		height: 2rem;
		line-height: 2rem;
		font-size: 2rem;
		position: relative;
		white-space:nowrap;
		overflow:hidden;
}
#globalnavi_body .sns li a span {
	color:#FFF;
	display: block;
}

#globalnavi_body .sns li a span:before {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	color: #FFF;
}

#globalnavi_body .sns li a i {
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

footer {
	background-color: #494949;
}
footer .block1 {
	padding:5px 10px 55px;
}
.contacttitle {
	font-size: 2.5rem;
	color: #FFF;
	text-align: center;
	padding-bottom: 10px;
}
footer h2 {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: normal;
	padding-top: 30px;
}
footer address {
	font-size: 2.5rem;
	font-style: normal;
	text-align: center;
	color: #FFF;
}
footer address a {
	color: #FFF;
	font-size: 3.5rem;
}
.contactbox {
	background-color: #B6A627;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
footer nav {
	clear: both;
	padding: 50px 0 0;
	text-align: center;
}
footer nav li {
	display: inline-block;
	width:auto;
	font-size:1.3rem;
	border-bottom:none;
	padding: 0 5px;
}
footer nav li a {
	color: #fff;
}
footer .foot_webtitle {
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
footer small {
	padding: 50px 0 0;
	display: block;
	text-align: center;
	color: #CCC;
	font-size: 1rem;
}

.title_block {
	position: relative;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_page .title_block {
	background-image: url('../images/slide_02.jpg');
	background-position: calc(50% + 150px) 50%;
}
.eidaikuyo_page .title_block {
	background-image: url('../images/slide_03.jpg');
	background-position:  50% 50%;
}
.sogihoyo_page .title_block {
	background-image: url('../images/slide_06.jpg');
	background-position:  calc(50% - 150px) 50%;
}
.kito_page .title_block {
	background-image: url('../images/slide_04.jpg');
	background-position:  calc(50% - 100px) 50%;
}
.pet_page .title_block {
	background-image: url('../images/slide_05.jpg');
	background-position: 50% 50%;
}
.access_page .title_block {
	background-image: url('../images/slide_07.jpg');
	background-position: 50% 50%;
}
.contact_page .title_block {
	background-image: url('../images/slide_08.jpg');
	background-position: calc(50% + 50px) 50%;
}
.news_page .title_block {
	background-image: url('../images/slide_08.jpg');
	background-position: calc(50% + 50px) 50%;
}
.title_block h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow:0px 0px 10px #000;
	color: #FFF;
	font-size: 4rem;
	font-weight: normal;
	position: absolute;
}
.about_page .title_block h2 {
  		top: 60px;
  		left: 70%;
}
.eidaikuyo_page .title_block h2 {
	top: 30px;
	left: 80%;
}
.eidaikuyo_page .title_block p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	color: #FFF;
	top: 250px;
	left: calc(80% - 24rem);
	font-size: 1.8rem;
	font-style: normal;
	line-height: 3.8rem;
	opacity: 0.8;
}
.eidaikuyo_page .title_block p i {
	font-style: normal;
	display: block;
	text-align: right;
}
.sogihoyo_page .title_block h2 {
	top: 70px;
	left: 55%;
}
.kito_page .title_block h2 {
	top: 60px;
	left: 70%;
}
.pet_page .title_block h2 {
	top: 60px;
	left: 70%;
}
.access_page .title_block h2 {
	top: 110px;
	left: 60%;
}
.contact_page .title_block h2 {
	top: 60px;
	left: 75%;
}
.news_page .title_block h2 {
	top: 120px;
	left: 75%;
}

@media screen and (min-width: 768px) {

	/* 
	======================================================== */
	p {
		line-height: 1.8;
	}

	li {
		line-height: 1.6;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	/*
	======================================================== */
	body {
		background-size: 240px 240px;
	}

	#wrapper {
		padding:70px 0 0;
		min-width:1000px;
	}
	.block0{
		margin:0 auto;
		padding:0 0 100px;
		width:1000px;
		font-size:1.6rem;
	}
	.block1,
	.block2,
	.block3 {
		margin:0 auto;
		padding:90px 0 100px;
		width:1000px;
		font-size:1.6rem;
	}
	
	.block2 {
		padding:90px 50px 100px;
	}
	.block3 {
		padding:0 50px 0;
	}

	header {
		min-width:1100px;
	}

	header .block1 {
		padding:0;
		height:70px;
	}

	header h1 {
		position: absolute;
		top:0;
		left:0;
		margin:0;
		width: 143px;
		height: 62px;
		z-index: 300;
	}
	
	header h1 a {
		display: block;
		height: 62px;
		width: 143px;
		background-image: url('../images/logo_sennenji.png');
		background-size: 143px 62px;
		padding: 42px 0 0;
		text-indent: -9999px;
	}

	header .menu {
		display: none;
	}

	#globalnavi_block {
		display: block;
		position: absolute;
		left: 143px;
		top: 0;
		margin:0 auto;
		padding:0 120px 0 0;
		height:auto;
		opacity: 1;
		background-color: transparent;
	}

	#globalnavi_body {
		height:70px;
		text-align: center;
		overflow-y: visible;
	}

	#globalnavi {
		margin:0;
		padding:0;
	}

	#globalnavi li {
		display: inline-block;
		width:auto;
		font-size:1.3rem;
		border-bottom:none;
	}

	#globalnavi li.home {
		display: none;
	}

	#globalnavi li.gnavi4 {
		margin:0 90px 0 0;
	}

	#globalnavi li b {
		display: none;
	}
	
	#globalnavi li a {
		display: block;
		padding: 0 15px;
		line-height:65px;
		color:#333;
		border-bottom:5px solid transparent;
	}	
	
	#globalnavi li.on a,
	#globalnavi li:hover a {
		border-bottom:5px solid #000;
	}

	#globalnavi li:hover ul {
		display: block;
		position: absolute;
		top:70px;
		left:50%;
		margin:0 0 0 -75px;
		width:150px;
		padding:0;
		background-color: rgba(0, 0, 0, 0.6);
	}
	
	#globalnavi li.open ul {
		display: block;
	}
	
	#globalnavi li li {
		width:150px;
		font-size:1.4rem;
		border-bottom:none;
	}
	
	#globalnavi li li a {
		padding:0;
		line-height:45px;
		color:#FFF;
		border-bottom:none;
	}
	
	#globalnavi li.on li a,
	#globalnavi li:hover li a {
		border-bottom:none;
	}
	
	#globalnavi li li span {
		display: none;
	}

	#globalnavi_body .outlink {
		display: none;
	}

	#globalnavi_body .sns {
		position: absolute;
		top:5px;
		right:20px;
		margin:0;
		width:auto;
		text-align: center;
	}
	
	#globalnavi_body .sns li {
		display: block;
		margin:0 0 0 15px;
		width:20px;
		line-height: 1.5rem;
		font-size: 1.5rem;
		position: relative;
		white-space:nowrap;
		overflow:hidden;
	}
	#globalnavi_body .sns li a span {
		display: block;
		color: #333;
	}
	#globalnavi_body .sns li a span:before {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		color: #333;
	}

	#globalnavi_body .sns li a {
		display: block;
	}

	#globalnavi_body .morebox a {
		display: none;
	}

	.bread {
		display: block;
		margin:0 auto;
		width:1100px;
	}

	.bread li {
		display: inline-block;
		line-height:50px;
		font-size: 1.4rem;
	}	
	
	.area_mtitle {
		margin:0 0 40px;
		padding:0 0 25px;
		font-size: 2.5rem;
	}
	
	.mex {
		margin:0 0 90px;
		text-align: center;
	}
	
	.area_lead {
		margin:0 0 40px;
		font-size:2.5rem;
	}
	
	.area_ex {
		margin:0 0 40px;
		text-align: center;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	}

	.pagetop a {
		background-size: 22px 12px;
		padding: 50px 0 0;
	}
	footer {
		background-color: #494949;
	}
	footer .block1 {
		padding:5px 50px 55px;
	}
	footer h2 {
		font-size: 2rem;
	}
	.contacttitle {
		font-size: 3rem;
		color: #FFF;
		text-align: center;
		padding-bottom: 10px;
	}
	footer address {
		font-size: 2.5rem;
		font-style: normal;
		text-align: center;
		color: #FFF;
		width: 400px;
		float: left;
	}
	footer address a {
		color: #FFF;
		font-size: 3.5rem;
	}
	.contactbox {
		background-color: #B6A627;
		text-align: center;
		width: 400px;
		float: right;
		font-size: 2rem;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
	}
	footer small {
		padding: 50px 0 0;
		display: block;
		clear: both;
		text-align: center;
		color: #CCC;
		font-size: 1rem;
	}

	.title_block {
		position: relative;
		height: 470px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.about_page .title_block {
		background-image: url('../images/slide_02.jpg');
		background-position: 50% 50%;
	}
	.sogihoyo_page .title_block {
		background-image: url('../images/slide_06.jpg');
		background-position:  50% 50%;
	}
	.kito_page .title_block {
		background-image: url('../images/slide_04.jpg');
		background-position:  50% 50%;
	}
	.pet_page .title_block {
		background-image: url('../images/slide_05.jpg');
		background-position:  50% 50%;
	}
	.contact_page .title_block {
	background-image: url('../images/slide_08.jpg');
	background-position: 50% 50%;
	}
	.news_page .title_block {
	background-image: url('../images/slide_08.jpg');
	background-position: 50% 50%;
	}
	.title_block h2 {
		position: absolute;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
  		color: #FFF;
  		font-size: 5rem;
  		font-weight: normal;
	}
	.about_page .title_block h2 {
  		top: 60px;
  		left: 63%;
	}
	.eidaikuyo_page .title_block h2 {
  		top: 30px;
  		left: 60%;
	}
	.eidaikuyo_page .title_block p {
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
  		position: absolute;
  		color: #FFF;
  		top: 300px;
  		left: calc(60% + 13rem);
  		font-size: 1.8rem;
  		font-style: normal;
  		line-height: 3.8rem;
  		opacity: 0.8;
	}
	.eidaikuyo_page .title_block p i {
		font-style: normal;
		display: block;
		text-align: right;
	}
	.sogihoyo_page .title_block h2 {
  		top: 60px;
  		left: 70%;
	}
}

@media screen and (min-width: 769px) {

	/* 
	======================================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
}

/* Forms
======================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 5px;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-moz-placeholder {
	color: #AAA;
}

:-ms-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}