@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav.gnav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav.gnav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
#contents {
	width: 100%;
	margin: 0 auto;
}
header + #contents {
	padding-top: 50px;
}
header {
	box-sizing: border-box;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
nav {
	width: 100%;
}
nav:after {
	content: '';
	display: block;
	clear: both;
}
.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
h1 {
	font-size: 28px;
}
h2 {
	margin: 110px auto 0;
	padding: 60px 0;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 20px;
	color: #000;
	text-align: center;
	line-height: 1.0;
	background-image: url(../images/Top-2.png);
}

@media screen and (max-width:768px) {
h2 {
	margin: 40px auto 0;
	padding: 38px 0;
	font-size: 22px;
	letter-spacing: 8px;
}
}


h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}
h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
p {
	margin: 0 0 1em 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #ff0000;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}
ul, ol, dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

@media screen and (min-width: 680px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
}

@media screen and (max-width: 680px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*================================================
 *  section0
 ================================================*/

.section0 {
	background-image: url(../images/Top-2.png);
	padding: 40px 0;
}
.imgL-1 {
	clear: both;
	overflow: hidden;
	margin: 60px;
}
.imgL-1 img {
	float: left;
	width: 300px;
	padding-right: 40px;
}
.imgL-1 .top-text2 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.imgL-1 p {
	font-size: 16px;
}
.top-btn2 {
	width: 20%;
	text-align: center;
	background: #410b60;
	margin: 30px auto;
	transition: all 0.3s;
	box-sizing: border-box;
	border: solid 1px #410b60;
}
.top-btn2 a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.top-btn2 a:hover {
	background: #fff;
	color: #410b60;
}

@media screen and (max-width:768px) {
.section0 {
	padding: 10px 0 20px;
}
.imgL-1 {
	clear: both;
	overflow: hidden;
	margin: 30px;
	text-align: center;
}
.imgL-1 img {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
.imgL-1 .top-text2 {
	font-size: 16px;
	text-align: center;
}
.imgL-1 p {
	font-size: 14px;
	text-align: center;
}
.top-btn2 {
	width: 70%;
}
}
/*================================================
 *  section1・section2　トップメイン
 ================================================*/

.top-contents {
	padding: 0;
}
.top-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-main .L-contents {
	width: 30%;
	background: #fff;
	padding: 0;
	background-image: url(../images/Top-nami.png);
	background-repeat: no-repeat;
	background-position: 0% 10%;
}
.top-main .R-contents {
	width: 70%;
}
.top-main .R-contents img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.top-main .L-contents .top-img1 {
	width: 140px;
	margin-left: auto;
}
.top-main h4 {
	padding: 10% 0 10%;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	width: 100px;
}
.top-main .top-text1 {
	text-align: center;
	line-height: 1.8;
	font-size: 1.4rem;
	padding: 0 0 15px;
}
.top-main .top-btn a {
	display: block;
	width: 60%;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #83BF77;
	margin: 10px auto 0;
	transition: all 0.3s;
	box-sizing: border-box;
	border: solid 1px #83BF77;
	text-decoration: none;
}
.section2 .top-main .top-btn a {
	display: block;
	width: 60%;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #7975A8;
	margin: 10px auto 0;
	transition: all 0.3s;
	box-sizing: border-box;
	border: solid 1px #7975A8;
	text-decoration: none;
}
.top-main .top-btn a:hover {
	color: #83BF77;
	background: #fff;
}
.section2 .top-main .top-btn a:hover {
	color: #7975A8;
	background: #fff;
}
.section2 .top-main {
	flex-direction: row-reverse;
	position: relative;
}
.section2 .top-main h4 {
	padding: 20% 0 10%;
	width: 100px;
}
.top-main .top-text1 {
	line-height: 1.6;
	font-size: 16px;
}
.section2 .top-main .top-img2 {
	text-align: left;
	width: 140px;
	padding: 0;
}

@media screen and (max-width:768px) {
.top-contents {
	padding: 0 0 40px;
}
.top-main h4, .section2 .top-main h4 {
	width: 80px;
}
.top-main .top-text1 {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	padding: 0 0 15px;
}
.top-main .L-contents {
	width: 100%;
}
.top-main .R-contents {
	width: 100%;
}
.top-main .L-contents {
	padding: 8% 0 12%;
}
.top-contents {
	padding: 20px 0;
}
.top-main .top-btn a, .section2 .top-main .top-btn a {
	margin: 7% auto 0;
}
}
/*================================================
 *  section3　ギャラリー（スライダー）
 ================================================*/

.section3 {
	background-image: url(../images/Top-2.png);
	padding: 100px 0;
}
/* スライダーのサイズと配置を指定しています。 */
.slide-box {
	width: 95%;
	height: 300px;
	margin: 0 auto 30px; /* 横方向に中央寄せします。 */
}
/* スライダーで表示する画像のサイズを指定しています。 */
.slide-box div img {
	width: 294px;
	height: auto;
	margin: 0 auto;
	border-radius: 20px;
}
.slick-slide {
	margin-right: 14px;  /* ガター */
}
.slick-slide {
	padding: 1.5em 0;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	outline: 0;
}

@media screen and (max-width:768px) {
.section3 {
	padding: 30px 0 100px;
}
.slide-box {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 60px;
}
}
/*================================================
 *  section4　アクセス
 ================================================*/

.access-title {
	width: 140px;
	margin: 0 auto -40px;
	position: relative;
	top: -90px;
}
.imgR-1 {
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}
.imgR-1 img {
	float: right;
	margin: 0 10px;
}
.imgR-1 iframe {
	float: right;
	margin: 0 0 0 15px;
}
.access-p {
	margin: 40px 10px;
}
.access-p span {
	font-size: 20px;
}
.top-btn3 {
	width: 26%;
	margin: 40px;
	background: #fff;
	transition: all 0.3s;
	box-sizing: border-box;
	border: solid 1px #808080;
}
.top-btn3 a {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #808080;
	text-decoration: none;
}
.top-btn3 a:hover {
	background: #808080;
	color: #fff;
}

@media screen and (max-width:768px) {
.access-title {
	width: 100px;
}
.imgR-1 {
	clear: both;
	overflow: hidden;
	margin: 0 10px;
}
.imgR-1 img {
	float: right;
	margin: 0 0 0 10px;
}
.imgR-1 iframe {
	float: right;
	margin: 0 0 15px 0;
}
.imgR-1 .google_map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.imgR-1 .google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgR-1 p {
	margin-left: 0px;
}
.top-btn3 {
	width: 70%;
}
}
/*================================================
 *  section5　地蔵寺について
 ================================================*/
.imgC2 {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.imgC2 img {
	width: 980px;
	margin: 20px auto 40px;
}
h4{
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 20px;
	font-weight: bold;
}
.line2 {
	margin: 0 auto 60px;
	padding: 30px 0;
	font-size: 22px;
	letter-spacing: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	background-color: #643f79;
}
.syushi {
	margin-bottom: 80px;
}
.syushi dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 20px 0;
	vertical-align: top;
	border-bottom: none;
}
.syushi dd {
	margin: 0;
	padding: 20px 0 20px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}
/* 写真左寄せ */
.imgL2 {
	clear: both;
	overflow: hidden;
	margin: 40px;
}
.imgL2 img {
	float: left;
	margin: 0 40px 0 20px;
	width: 440px;
}
.imgL2 .about-p{
	margin: 30px 20px;
	font-size: 16px;
}
@media screen and (max-width:768px) {
.imgC2 img {
	width: 100%;
	margin: 20px auto 20px;
}
.imgL2 {
	margin: 20px;
	text-align: center;
}
.imgL2 img {
	float: none;
	margin: 0 0 10px 0;
}
h4{
	padding: 10px 0;
	font-size: 16px;
}
.imgL2 .about-p{
	margin: auto 0;
	font-size: 14px;
}	
.line2 {
	margin: 10px auto 10px;
	padding: 18px 0;
	font-size: 18px;
	letter-spacing: 6px;
}
.syushi {
	margin: 0 10px 60px 10px;
}
.syushi dt {
	padding: 10px 0;
}
.syushi dd {
	margin: 0;
	padding: 10px 0 10px 6em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}
}
/*================================================
 *  section6　永代供養について
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear: both;
	overflow: hidden;
	margin: 0 auto 50px auto;
	margin-bottom: 50px;
	text-align: center;
}
.imgC img {
	margin: 60px 10px 20px;
}
.eitai {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}

@media screen and (max-width:768px) {
.imgC img {
	margin: 20px 0;
}
.eitai {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 10px;
}
}
.line {
	margin: 80px auto;
	padding: 30px 0;
	font-size: 22px;
	letter-spacing: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	background-color: #83BF77;
}


.twoCol-e {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin: 0 30px 40px;
}
.twoCol-e .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
 width: calc((480 / 980) *100%);
	height: auto;
	margin: 0 0 10px 0;
}

.twoCol-e .inner .image {
	width: 100%;
	min-height: 0%;
}
.imgR2 {
	clear: both;
	overflow: hidden;
	margin: 10px 40px 50px;
}
.imgR2 img {
	float: right;
	width: 400px;
	margin: 0 30px 0 20px;
}

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


.line {
	margin: 10px auto 10px;
	padding: 18px 0;
	font-size: 18px;
	letter-spacing: 6px;
}

.twoCol-e {
	margin: 0 0 10px;
	text-align: center;
}
.twoCol-e .inner {
	width : 100%;
	margin: 0 0 10px 0;
}
.twoCol-e .inner .image {
	width: 100%;
	min-height: 0%;
}

.imgR2 {
	clear: both;
	overflow: hidden;
	margin: 10px 10px 20px;
	text-align: center;
}
.imgR2 img {
	float: none;
	margin: 0 0 20px 10px;
}
}
/*================================================
 *  section7　法事・仏事について
 ================================================*/
.twoCol-butsuji {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin: 60px 60px 60px;
}
.twoCol-butsuji .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
 width: calc((480 / 980) *100%);
	height: auto;
	margin: 0 0 20px 0;
}
.twoCol-butsuji .inner p {
	width: 100%;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.twoCol-butsuji .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol-butsuji .inner img {
	width: 100%;
}

@media screen and (max-width:768px) {
.twoCol-butsuji {
	display: block;
	margin: 20px 0 20px;
}
.twoCol-butsuji .inner {
	width : 100%;
	margin: 0 0 10px 0;
}
}

/*================================================
 *  アクセス
 ================================================*/
/* 写真中央寄せ */
.imgC-map {
	clear: both;
	overflow: hidden;
	margin: 50px auto;
	margin-bottom: 50px;
	text-align: center;
}
.imgC-map img {
	width: 100%;
	margin-bottom: 50px;
}

@media screen and (max-width:768px){
	.imgC-map {
	margin: 20px auto;
	margin-bottom: 50px;
	text-align: center;
}
	.imgC-map img {
	margin-bottom: 20px;
}
}
/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}
/* 左寄せ */
.left {
	text-align: left;
}
/* 右寄せ */
.right {
	text-align: right;
}
/* 写真中央寄せ */
.imgC {
	clear: both;
	overflow: hidden;
	margin: 0 auto 50px auto;
	margin-bottom: 50px;
	text-align: center;
}
.imgC img {
	margin-bottom: 10px;
}
/* 写真左寄せ */
.imgL {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.imgL img {
	float: left;
	margin: 0 10px 0 0;
}

@media screen and (max-width:768px) {
.imgL {
	margin-bottom: 20px;
}
.imgL img {
	float: none;
	margin: 0 0 10px 0;
}
}
/* 写真右寄せ */
.imgR {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.imgR img {
	float: right;
	margin: 0 10px 0 10px;
}

@media screen and (max-width:768px) {
.imgR {
	clear: both;
	overflow: hidden;
	margin-bottom: 0px;
}
.imgR img {
	float: right;
	margin: 0 0 0 10px;
}
}
/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}
/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after {
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}
/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.twoCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
 width: calc((480 / 980) *100%);
	height: auto;
	margin: 0 0 20px 0;
}
.twoCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.twoCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.twoCol .inner > a {
	width: 100%;
	height: 100%;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width: 100%;
}
.twoCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.twoCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
.twoCol {
	display: block;
	margin-bottom: 20px;
}
.twoCol .inner {
	width : 100%;
	margin: 0 0 10px 0;
}
}
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
 width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:768px) {
.threeCol {
	display: block;
	margin-bottom: 20px;
}
.threeCol .inner {
	width : 100%;
	margin: 0 0 10px 0;
}
}
/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 23.46%;
 width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.fourCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.fourCol .inner > a {
	width: 100%;
	height: 100%;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}
.fourCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.fourCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:768px) {
.fourCol {
	margin-bottom: 20px;
}
.fourCol .inner {
	box-sizing: border-box;
	width: 48.98%;
 width: calc((480 / 980) *100%);
	margin-bottom: 10px;
}
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	background: #480064;
}
.logo {
	margin: 10px auto;
	text-align: center;
	padding: 0;
}
.logo h1 img {
	width: 300px;
}
header > .inner {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	padding: 20px 0;
}

@media screen and (max-width:768px) {
.logo {
	text-align: left;
	padding: 0;
}
.logo h1 img {
	width: 200px;
}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
nav {
	background: #FFF;
	z-index: 3;
	border-bottom: #480064 solid 1px;
}
/* 共通 */
nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
nav ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	background-color: #FFDB97;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	background: url(../images/icon.png) left 50px top 8px no-repeat;
	background-size: 20px auto;
}
nav ul li a:hover {
	color: #444;
	background-color: #fff;
	opacity: 0.7;
	border: #480064 solid 1px;
	border-bottom : 0;
	border-top: 0;
}
/* 1段目 */
nav ul.gnav > li {
	position: relative;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
nav ul.gnav > li:first-child {
	width: 25%;
}
}
/*================================================
 *  フッター
 ================================================*/
footer {
	padding-top: 10px;
	background-color: #7F4F92;
}
.footer-width {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.for-pc {
	display: block;
}
.footer-logo {
	width: 280px;
}
.footer-logo a:hover img {
	opacity: 0.3;
}
.footer-nav {
	margin: 0 30px;
}
.footer-nav .footer-L {
	float: left;
}
.footer-nav .footer-R {
	float: right;
}
.footer-nav-ul {
	padding-top: 20px;
}
.footer-nav-ul li {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 0px 20px;
}
.footer-nav-ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-nav-ul li a:hover {
	opacity: 0.5;
}
.copyright {
	padding: 20px 0;
	margin-top: 10px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #480064;
}

@media screen and (max-width:768px) {
.footer-nav-ul {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}
.footer-nav-ul li {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}
.footer-logo img {
	width: 240px;
	padding-top: 10px;
	margin: 0 auto;
　
}
.footer-nav .footer-L {
	float: none;
}
.footer-nav .footer-R {
	float: none;
}
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #333333;
}
.totop img:hover {
	background: #959595;
}
/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 150px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.slideInner li img{
	width: 100%;
}
@media screen and (max-width:768px) {
.slide {
	padding-top: 82px;
}
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
.inner {
	width: 100%;
}
#contents {
	box-sizing: border-box;
	width: 100%;
	padding: 0 8px;
}
footer {
	width: 100%;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:768px) {
.lock {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
header {
	padding: 0 10px;
}
header > .inner {
	display: block;
	padding: 0;
}
header h1 {
	margin-bottom: 10px;
}

nav ul {
	margin: 80px 0;
	padding: 0;
}
nav ul.gnav {
	display: none;
	z-index: 2;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
}
nav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #444;
	background: #fff;
}
nav li:first-child {
	border-top: 0;
}
nav li:last-child {
	border-bottom: 0;
}
nav li a {
	display: block;
	padding: 10px 30px;
	margin: 0 auto;
	color: #444;
	text-decoration: none;
	background: #FFF;
	text-align: center;
}
nav li a:hover {
	color: #000;
	background-color: #fff;
	opacity: 0.7;
}
#spMenu {
	display: block;
	z-index: 2;
	position: fixed;
	top: 30px;
	right: 30px;
}
#spMenu:hover {
	cursor: pointer;
}
#navBtn {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 5%;
	background: #FFF;
}
#navBtnIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #444;
	transition: .2s;
}
#navBtnIcon:before, #navBtnIcon:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #444;
	transition: 0.3s;
}
#navBtnIcon:before {
	margin-top: -6px;
}
#navBtnIcon:after {
	margin-top: 4px;
}
#navBtn .close {
	background: transparent;
}
#navBtn .close:before, #navBtn .close:after {
	margin-top: 0;
}
#navBtn .close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navBtn .close:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#main {
	float: none;
	width: 100%;
}
.slide {
	margin: 0;
}
.col_two_one ul {
	margin-right: 0;
}
.col_two_one li {
	width: 100%;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
}
