@charset "utf-8";

/*******************************************************************

　リセット

*******************************************************************/
* {
	margin: 0;
	padding: 0;
    vertical-align: middle;
	text-decoration: none;
	border-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	margin: 0;
	padding: 0;
    background: #fff;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
}

a {
 	color: #666;
}

a:hover {
	color: #ccc;
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

a img {
	border: none;
}

img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

table {
    border-collapse: collapse;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

.clear:after{
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
	line-height: 0;
    clear: both; 
    visibility:hidden;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*******************************************************************

　ヘッダー

*******************************************************************/
header {
	padding: 0;
	margin: 0;
}

/*******************************************************************

　スマホナビ

*******************************************************************/
header {
  position: relative;
	z-index: 1000000;
}
#headLogoLink {
  position: relative;
	float: left;
	width: 80%;
	background: #271545;
}

#headLogoLink img {
	width: auto;
	height: 50px;
}


.toggle {
	float: right;
	width: 20%;
	height: 50px;
	padding: 0 .5em;
	color: #fff;
	text-align: right;
    line-height: 50px;
	font-size: 1.5em;
	background: #271545;
}

.toggle i {
	vertical-align: baseline;
}

#spMenu {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
	text-align: left;
	background: #271545;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#spMenu li {
  display: inline-block;
	width: 50%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
#spMenu li:nth-child(odd) {
  border-right: 1px solid #fff;
}
#spMenu li:last-child {
  border-bottom: none;
}

#spMenu li a{
    display: block;
	padding: 0 .5em;
	height: 50px;
	color: #fff;
	line-height: 50px;
    background: #271545;
}





/*******************************************************************

　フッター

*******************************************************************/
footer {
}

#footBannar {
	width: 100%;
	padding: 0 5%;
}

#footBannarList {
}

#footBannarList li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}

#footBannarList li:nth-child(2n) {
	margin: 0 0 2%;
}

#footBannarList:after{
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
	line-height: 0;
    clear: both; 
    visibility:hidden;
}

#footBannar2 {
	width: 100%;
	padding: 0 5% 10%;
}

#footBannar2List li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}

#footBannar2List li:nth-child(2n) {
	margin: 0 0 2%;
}

#footBannar2List:after{
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
	line-height: 0;
    clear: both; 
    visibility:hidden;
}
#footArea {
}

#footLink {
	width: 100%;
}

#footLink td {
	display: block;
}

#footLink td .link a {
	display: block;
	width: 100%;
	padding: 3%;
	color: #fff;
	background: #606060;
	border-top: 1px solid #fff;
}

#footFacebook {
	padding: 0;
}

#copyright {
	width: 100%;
	padding: 5% 0;
	color: #fff;
	font-size: .8em;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

/*******************************************************************

　PC・SP設定

*******************************************************************/
.spImage {
  position: relative;
	z-index: 0;
}
.spImage p {
  position: absolute;
	top: 58%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: #fff;
	font-weight: bold;
	text-shadow: -2px 2px 2px #000;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-family: serif;
}
.spImage img {
  width: 100%;
}




#upButton a {
	display: block;
	position: fixed;
	right: 3%;
	bottom: 2%;
	padding: .5em 1em;
	color: #fff;
	font-size: .8em;
	text-align: center;
	background: #271545;
	border: 1px solid #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	z-index: 60000;
}

#upButton a:after {
	margin: 0 0 0 10px;
	content: "\f077";
    font-family: "FontAwesome";
}

/************************************
** 新着情報　アーカイブ
************************************/
ul.archiveList li:nth-child(n+7) {
  display: none;
}

/*******************************************************************

　下層ページ　共通

*******************************************************************/
.pageCover {
}

.contentsBox {
	padding: 0 5%;
}

.pageComment {
	padding: 0 0 10%;
}

.pageComment br {
	display: none;
}
.contents-pageComment {
	margin: 20px 0;
    padding: 0 10px;
    line-height: 1.8;
}

.linkButton a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

.linkButton a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

/*******************************************************************

　タイトル　共通

*******************************************************************/
.h2Title {
	margin: 1em 0;
	padding: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
}

.h3Title {
	padding: 3% 0;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	text-shadow: -1px 1px 1px rgba(0,0,0,.6);
	background: url(img/h3_mark.png) #271545;
}

.h3TitleWhite {
	padding: 1em;
	font-size: 1em;
}

/*******************************************************************

　新着情報

*******************************************************************/
#pageNews {
	width: 100%;
}

#newsBox {
}

#newsBox li {
	margin: 0 0 10%;
}

#newsBox li .box {
}

#newsBox li .box .title {
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#newsBox li .box .date {
	border-bottom: 1px solid #ccc;
}

#newsBox li .box .comment {
	margin: 10px 0 0;
}

#newsBox li .image {
}

#newsBox li .link a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

#rightArea #newsList li .link_single a {
	clear: both;
	display: block;
	width: 160px;
	height: 20px;
	margin: 0 auto 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

.link_single a {
	clear: both;
	display: block;
	width: 298px;
	height: 38px;
	margin: 0 auto 20px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

/*******************************************************************

　生田神社とは

*******************************************************************/
#pageIntroduction {
	width: 100%;
}

#introductionList {
	padding: 0 5%;
}

#introductionList .pickupArea .box {
	margin: 0 0 3%;
	padding: 0 0 10%;
}

#introductionList .pickupArea .box .image {
	margin: 0 0 3%;
	padding: 0 20%;
}

#introductionList .pickupArea .box .boxText {
	clear: both;
}

#introductionList .pickupArea .box .boxText .title {
	margin: 0 0 3%;
	font-size: 1.2em;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#introductionList .pickupArea .box .boxText .comment {
	margin: 0 0 5%;
	padding: 5%;
	border-radius: 8px;
	background: #efefef;
}

#introductionList .pickupArea .box .boxText .link a {
	display: block;
	width: 80%;
	margin: 0 auto 5%;
	padding: 3% 0;
	color: #fff;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border: 1px solid #fff;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6940ae), color-stop(0.00, #271545));
    background: -webkit-linear-gradient(#271545, #6940ae);
    background: -moz-linear-gradient(#271545, #6940ae);
    background: -o-linear-gradient(#271545, #6940ae);
    background: -ms-linear-gradient(#271545, #6940ae);
    background: linear-gradient(#271545, #6940ae);
}

/*******************************************************************

　生田神社とは　由緒・歴史

*******************************************************************/
#pagePedigree {
	width: 100%;
}

#pedigreeBox {
	margin: 0 0 10%;
	padding: 0;
}

#pedigreeBox .title {
	width: 100%;
	margin: 5% 0;
	padding: 5%;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: url(img/pedigree_god_back.jpg) no-repeat top center;
	background-size: cover;
}

#pedigreeBox .comment {
	margin: 0 0 5%;
}

#pedigreeBox .comment br {
	display: none;
}

#pedigreeBox .image {
}

#historyList {
	margin: 5% 0 10%;
}

#historyList li {
}

#historyList li .title {
	padding: 3% 0;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border-bottom: 1px solid #ccc;
}

#historyList li .title img {
	display: none;
	vertical-align: top;
}

#historyList li .comment {
	padding: 3% 0 10%;
}

#historyList li .comment br {
	display: none;
}

/*******************************************************************

　生田神社とは　境内を歩く（神社編）

*******************************************************************/
#pagePrecinct {
	width: 100%;
}

.mainShrine {
	margin: 5% 0 5%;
	padding: 5%;
	background: #efefef;
	border: 1px solid #ccc;
}

.mainShrine .name {
	font-size: 1.2em;
}

.mainShrine .navi {
	margin: 0 0 3%;
}

.mainShrine .listTitle {
	text-align: center;
}

.mainShrine .list {
	padding: 3%;
	border-radius: 8px;
	border: 1px solid #ccc;
	background: #fff;
}

.mainShrine .list li {
	text-align: center;
}



.thumbShrine {
	display: none;
}

#mapping {
	display: none;
}



#precinct2List {
}

#precinct2List li {
	margin: 0 0 5%;
	padding: 5%;
	background: #efefef;
	border: 1px solid #ccc;
}

#precinct2List li .title {
	margin: 0 0 3%;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#precinct2List li .title img {
	display: none;
}

#precinct2List li .comment {
}

#precinct2List li .image {
}


/*******************************************************************

　祭事・年中行事

*******************************************************************/
#pageEvent {
	width: 100%;
}

#eventListCover {
}
	
#eventList {
}

#eventList li {
	float: left;
	width: 50%;
	border: 1px solid #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

#eventList:after{
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
	line-height: 0;
    clear: both; 
    visibility:hidden;
}

#eventList li .season a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5% 0;
	color: #fff;
	text-align: center;
}

#eventList li .season a span {
	vertical-align: baseline;
}

#eventList li .table {
	display: none;
	background: url(img/event_list_table_1.jpg) no-repeat;
}

#eventList li:nth-child(2) .table {
	background: url(img/event_list_table_2.jpg) no-repeat;
}

#eventList li:nth-child(3) .table {
	background: url(img/event_list_table_3.jpg) no-repeat;
}

#eventList li:nth-child(4) .table {
	background: url(img/event_list_table_4.jpg) no-repeat;
}

#eventList li .table td {
	width: 210px;
	padding: 5px;
	border-right: 1px dashed #c5c5c5;
}

#eventList li .table td:last-child {
	border: none;
}

#eventList li .table .month li {
	float: left;
	width: 28px;
	height: 50px;
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: none;
	box-shadow: none;
}

#eventList li .table .list li {
	float: left;
	width: 28px;
	height: 270px;
	font-size: 16px;
	line-height: 28px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: none;
	box-shadow: none;
}

#eventList li .table .list li span {
	font-size: 14px;
	vertical-align: baseline;
}

#eventList li .table .list li a {
	color: #8a1d00;
}

#eventList li .table .list li a:hover {
	color: #5a1200;
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

#monthlyList {
	margin: 5% 0 10%;
}

#monthlyList .list {
}

#monthlyList .list li {
	padding: 3% 0;
	border-bottom: 1px solid #c5c5c5;
}

#monthlyList .list li:last-child {
	border: none;
}

#monthlyList .list li:after{
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
	line-height: 0;
    clear: both; 
    visibility:hidden;
}

#monthlyList .list li .eventDate {
	width: 150px;
	height: 30px;
	margin: 0 0 3%;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: url(img/event_list_title_back.png) no-repeat;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

#monthlyList .list li .eventTitle {
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#monthlyList .list li .upButton a {
	display: none;
	float: right;
	width: 100px;
	height: 30px;
	margin: 20px 0 0 860px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	background: #303030;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

#monthlyList .list li .upButton a:hover {
	color: #c5c5c5;
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

#monthlyList .list li .eventTitle span {
	font-size: .6em;
	vertical-align: baseline;
}

#monthlyList .list li .eventComment {
	margin: 0;
}

#monthlyList .list li .eventImage {
}

/*******************************************************************

　ご祈祷

*******************************************************************/
#pagePrayer {
	width: 100%;
}

#prayerBox {
	margin: 10% 0;
}

#prayerBox .table {
	width: 100%;
}

#prayerBox .table th.title {
	color: #303030;
	font-size: 1.6em;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: #fff;
	border: none;
}

#prayerBox .table th {
	display: block;
	padding: 1% 3%;
	color: #fff;
	font-weight: normal;
	background: #606060;
}

#prayerBox .table td {
	display: block;
	padding: 3% 0;
}

#prayerBox .image {
	display: none;
}

#prayerBox .comment {
}

#prayerBox .comment span {
	display: none;
}

#prayerPersonal {
	margin: 5% 0 0;
}

#prayerPersonal li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
	padding: 2%;
	border: 1px solid #ccc;
	background: #efefef;
}

#prayerPersonal li:nth-child(2n) {
	margin: 0 0 2%;
}

#prayerPersonal li .image {
}

#prayerPersonal li .name {
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#prayerPersonalComment {
	margin: 0 0 10%;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#prayerGroup {
	margin: 5% 0 0;
}

#prayerGroup li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
	padding: 2%;
	border: 1px solid #ccc;
	background: #efefef;
}

#prayerGroup li:nth-child(2n) {
	margin: 0 0 2%;
}

#prayerGroup li .image {
}

#prayerGroup li .name {
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#prayerGroupComment {
	margin: 0 0 10%;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#prayerTrip {
	margin: 5% 0 0;
}

#prayerTrip li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
	padding: 2%;
	border: 1px solid #ccc;
	background: #efefef;
}

#prayerTrip li:nth-child(2n) {
	margin: 0 0 2%;
}

#prayerTrip li .image {
}

#prayerTrip li .name {
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#prayerTripComment {
	margin: 0 0 10%;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}
















#prayerGroupCover {
}

#prayerGroupTitle span {
    display: block;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	background: #271545;
}

#prayerGroupList {
	margin: 5% 0 10%;
}

#prayerGroupList .image {
}

#prayerGroupList .list {
}

#prayerGroupList .list li {
}

#prayerGroupList .list li span {
	color: #ffb130;
}

#prayerWorship {
	background: url(img/photo_back.jpg);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

#prayerWorshipComment {
	text-align: center;
}

#prayerPersonalList {
	margin: 5% 0 10%;
}

#prayerPersonalList li {
}

#prayerPersonalList li .title {
	padding: 3% 0;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border-bottom: 1px solid #271545;
}

#prayerPersonalList li .title .name {
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	font-size: 1.4em;
	letter-spacing: 0.6rem;
	font-weight: bold;
	color: #271545;
}

#prayerPersonalList li .title .up {
	display: none;
}

#prayerPersonalList li .comment {
	padding: 3% 0 10%;
}

#prayerPersonalList li .image {
	display: none;
}

#prayerPersonalList li .link a {
	display: block;
	width: 80%;
	margin: 0 auto 10%;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

.yaku {
	width: 100%;
	margin: 0 0 20px;
}

.yaku td.date {
	color: #fff;
	text-align: center;
	background: #666;
	border: 1px solid #666!important;
}

.yaku td.female {
	color: #fff;
	text-align: center;
	padding: 2%;
	background: #d8c293;
}

.yaku td.male {
	color: #fff;
	text-align: center;
	padding: 2%;
	background: #d8c293;
}

.yaku td {
	padding: 2%;
	background: #fff;
	border-right: 1px solid #d8c293!important;
	border-bottom: 1px solid #d8c293!important;
	border-left: 1px solid #d8c293!important;
}

/*******************************************************************

　お宮参り

*******************************************************************/
#pageWorship {
	width: 100%;
}

#worshipBox {
	margin: 10% 0;
}

#worshipBox .table {
	width: 100%;
}

#worshipBox .table th.title {
	color: #303030;
	font-size: 1.6em;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: #fff;
	border: none;
}

#worshipBox .table th {
	display: block;
	padding: 1% 3%;
	color: #fff;
	font-weight: normal;
	background: #606060;
}

#worshipBox .table td {
	display: block;
	padding: 3% 0;
}

#worshipBox .image {
	display: none;
}

#worshipBox .comment {
}

#worshipBox .comment span {
	display: none;
}

#worshipDishe {
	margin: 10% 0;
}

#worshipDishe .image {
}

#worshipDishe .comment {
}

#worshipDishes {
	margin: 0 0 10%;
	padding: 0 5%;
}

#worshipDishesTitle span {
    display: block;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	background: #271545;
}

#worshipDishesImage {
	margin: 5% 0;
}

#worshipDishesImage li {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}

#worshipDishesImage li:last-child {
	margin: 0;
}

#worshipDishesComment {
	margin: 0 0 5%;
}

#worshipDishesComment br {
	display: none;
}

#worshipLinkButton a {
	display: none;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

#worshipLinkButton a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

/*******************************************************************

　お札・お守り

*******************************************************************/
#pageAmulet {
	width: 100%;
}

#amuletList {
  margin-bottom: 40px;
  font-size: 0;
	text-align: left;
}
#amuletList li {
  display: inline-block;
	width: 48.5%;
	margin-right: 3%;
	padding: 2%;
	font-size: 13px;
	background: #efefef;
	border: 1px solid #ccc;
	vertical-align: top;
}
#amuletList li:nth-child(2n) {
  margin-right: 0;
}
#amuletList li:nth-child(n+3) {
	margin-top: 15px;
}

#amuletList li .image {
	margin: 0 0 3%;
}

#amuletList li .table {
	width: 100%;
	background: #fff;
}

#amuletList li .table tr {
	border-bottom: 1px dashed #e5e5e5;
}

#amuletList li .table tr:last-child {
	border: none;
}

#amuletList li .table th {
	padding: 2%;
	font-weight: normal;
}

#amuletList li .table .name {
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#amuletList li .table td {
	padding: 2%;
}

#waterAmulet {
}

#waterAmuletTitle span {
    display: block;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	background: #271545;
}

#waterAmuletComment {
	margin: 5%;
}

#waterAmuletComment br {
	display: none;
}

#waterAmuletList {
	margin: 0 0 10%;
	padding: 0 5%;
}

#waterAmuletList li {
	margin: 0 0 5%;
}

#wagerAmuletList li .image {
}

#waterAmuletList li .number {
}

/*******************************************************************

　アクセス

*******************************************************************/
#pageAccess {
	width: 100%;
}

#accessList {
}

#accessList li {
	margin: 5% 0;
}

#accessList li:last-child {
	margin: 0;
}

#accessList li .box {
	margin: 5% 0 10%;
	padding: 5%;
	background: #fff;
	border: 1px solid #ccc;
}

#accessList li .box .image {
	margin: 0 0 3%;
}

#accessList li .box .address {
}

#accessList li .box .address .title {
	padding: 2% 0;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: #ccc;
}

#accessList li .box .address .comment {
	margin: 0 0 3%;
}

#accessList li .box .address .comment span {
	color: #919d21;
	vertical-align: base-line;
	border-bottom: 1px solid #919d21;
}

#accessList li .box .address .comment span .fa {
	line-height: 10px;
}

#accessList li .box .address .link a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

#accessList li .box .address .link a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

#accessList li .box .map {
	margin: 0 0 3%;
}

/*******************************************************************

　よくある質問

*******************************************************************/
#pageFaq {
	width: 100%;
}

#faqList {
	margin: 0 auto;
}


#faqList .list {
	margin: 5% 0 10%;
}

#faqList .list li {
	margin: 0 0 5%;
}

#faqList .list li .question {
	clear: both;
	margin: 0;
}

#faqList .list li .question:before {
	margin: 0 2% 0 0;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
    display: inline-block;
	text-decoration: none;
    content: 'Q.';
    color: #919d21;
}

#faqList .list li .answer {
	padding: 5%;
	border-radius: 8px;
	background: #efefef;
}

#faqList .list li .answer:before {
	float: left;
	height: 30px;
	margin: 0 2% 0 0;
	padding: 0 0 3em;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
    display: block;
	text-decoration: none;
    content: 'A.';
    color: #919d21;
}

.faqlist {
	width: 100%;
	margin: 0 auto;
}
.faqlist li {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 40px;
}
.faqlist li dl {}
.faqlist li dl dt {
	margin: 0 0 10px;
}
.faqlist li dl dt:before {
	height: 30px;
	margin: 0 10px 0 0;
	font-family: "Times New Roman", Times, serif;
    font-size: 24px;
	line-height: 30px;
    display: inline-block;
	text-decoration: none;
    content: 'Q.';
    color: #919d21;
}
.faqlist li dl dd {
	position: relative;
	padding: 20px 20px 20px 40px;
	border-radius: 6px;
	background: #efefef;
}
.faqlist li dl dd:before {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    content: 'A.';
    color: #919d21;
}

/*******************************************************************

　お問い合わせ

*******************************************************************/

#pageContact {
	width: 100%;
}

#contactList {

}

#contactList li {
	margin: 0 0 5%;
	padding: 5%;
	background: #fff;
	border: 1px solid #ccc;
}

#contactList li .image {
	margin: 0 0 3%;
}

#contactList li .title {
	height: 30px;
	color: #919d21;
	font-size: 18px;
	line-height: 30px;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border-bottom: 1px solid #303030;
}

#contactList li:nth-child(2) .title {
	color: #93219d;
}

#contactList li:nth-child(3) .title {
	color: #216a9d;
}

#contactList li .comment {
	padding: 10px 0;
	font-size: 15px;
}

#contactList li .link a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}

#contactList li .link a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

#contactList li .link a:after {
	margin: 0 0 0 10px;
	content: "\f0e0";
    font-family: "FontAwesome";
}


#pageContactTable {
	width: 100%;
}

#pageContactTable input {
	width: 100%;
	padding: 1em;
	border: 1px solid #ccc;
}

#pageContactTable textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #ccc;
}

#pageContactTable th {
	display: block;
	padding: 1% 3%;
	font-weight: normal;
	background: #efefef;
}

#pageContactTable td {
	display: block;
	padding: 5% 0;
}

#pageContactButton {
	margin: 0 0 10%;
	font-size: 1.6em;
	text-align: center;
}

#pageContactButton .button {
	width: 100%;
	padding: .6em 0;
	font-size: .8em;
	color: #fff;
	border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
	cursor: pointer;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
	-webkit-appearance: none;
}

#contactDownload {
	display: none;
}

.downloadButtonPdf a {
	display: block;
	width: 80%;
	margin: 1em auto;
	padding: .5em 1em;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);

}
/*******************************************************************

　恋愛成就

*******************************************************************/
#pageLove {
	width: 100%;
}

#loveWood {
	margin: 5% 0 10%;
}

#loveWood .comment {
	margin: 0 0 3%;
}

#loveWood .comment br {
	display: none;
}

#loveWood .image {
}

#loveWater {
	margin: 5% 0 10%;
}

#loveWater .comment {
	margin: 0 0 3%;
}

#loveWater .comment br {
	display: none;
}

#loveWater .image {
	margin: 0 0 3%;
}

#loveTamaki {
	margin: 5% 0 10%;
}

#loveTamaki .comment {
	margin: 0 0 3%;
}

#loveTamaki .comment br {
	display: none;
}

#loveTamaki .image {
	flex-wrap: wrap;
	margin: 0 0 3%;
}

#Yaenoito {
	margin: 5% 0 10%;
}

#Yaenoito .image {
	flex-wrap: wrap;
	margin: 0 0 3%;
}

#gosyuin table {
    width: 100%;
	margin: 0 auto;
    border: 1px solid #d8c293;
}
#gosyuin table th {
    width: 100px;
	padding: 10px;
	background: #d8c293;
    border: 1px solid #d8c293;
	border-bottom: 1px solid #FFFFFF;
}
#gosyuin table tr:last-child th {
	border-bottom: 1px solid #d8c293;
}
#gosyuin table td {
    padding: 10px;
	border: 1px solid #d8c293;
    background: rgba(255,255,255,0.6);
}
#post_data table td {
	padding: 10px 20px;
	border: 1px solid #271545;
}

#loveAmuletTitle {
	width: 90%;
	margin: 0 auto;
	padding: 5%;
    overflow: hidden;
    text-align: center;
}

#loveAmuletTitle span {
    display: inline-block;
    padding: 0 5%;
	color: #303030;
	font-size: 1.2em;
    position: relative;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#loveAmuletTitle span:before,
#loveAmuletTitle span:after {
    border-top: 1px solid #d5d5d5;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

#loveAmuletTitle span:before {
    right: 100%;
}

#loveAmuletTitle span:after {
    left: 100%;
}

#loveAmulet {
	margin: 5% 0 10%;
}

#loveAmulet .image {
	margin: 0 0 3%;
}

#loveAmulet .comment {
	margin: 0 0 3%;
}

#loveAmulet .comment br {
	display: none;
}

#loveBox {
	margin: 10% 0;
}

#loveBox .table {
	width: 100%;
}

#loveBox .table th.title {
	color: #303030;
	font-size: 1.6em;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: #fff;
	border: none;
}

#loveBox .table th {
	display: block;
	padding: 1% 3%;
	color: #fff;
	font-weight: normal;
	background: #606060;
}

#loveBox .table td {
	display: block;
	padding: 3% 0;
}

#loveBox .image {
	display: none;
}

#loveBox .comment {
}



#loveAmuletListTitle {
	width: 90%;
	margin: 0 auto;
	padding: 5%;
    overflow: hidden;
    text-align: center;
}

#loveAmuletListTitle span {
    display: inline-block;
    padding: 0 5%;
	color: #303030;
	font-size: 1.2em;
    position: relative;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#loveAmuletListTitle span:before,
#loveAmuletListTitle span:after {
    border-top: 1px solid #d5d5d5;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

#loveAmuletListTitle span:before {
    right: 100%;
}

#loveAmuletListTitle span:after {
    left: 100%;
}

#loveAmuletList {
	margin: 5% 0 10%;
}

#loveAmuletList li {
	margin: 0 0 5%;
	padding: 2%;
	background: #efefef;
	border: 1px solid #ccc;
}

#loveAmuletList li:nth-child(3n) {
	margin: 0 0 15px;
}

#loveAmuletList li .image {
	margin: 0 0 3%;
}

#loveAmuletList li table {
	width: 100%;
	background: #fff;
}

#loveAmuletList li table tr {
	border-bottom: 1px dashed #e5e5e5;
}

#loveAmuletList li table tr:last-child {
	border: none;
}

#loveAmuletList li table th {
	padding: 2%;
	font-weight: normal;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}


/*******************************************************************

　神前結婚式

*******************************************************************/
#pageWedding_1 {
}

#weddingComment1 {
	padding: 10% 0;
	font-size: .8em;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#pageWedding_2 {
}

#weddingComment2 {
	padding: 10% 0;
	font-size: .8em;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#pageWedding_3 {
}

#weddingComment3 {
	padding: 10% 0;
	font-size: .8em;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#pageWedding_4 {
}

#weddingComment4 {
	padding: 10% 0;
	font-size: .8em;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#pageWedding_5 {
}

#weddingComment5 {
	padding: 10% 0;
	font-size: .8em;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#pageWedding_6 {
}

#weddingComment6 {
	padding: 10% 0;
	font-size: .8em;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#pageWedding_7 {
}

#weddingComment7 {
	margin: 5% 0 10%;
}

#weddingComment7 .comment {
	margin: 0 0 5%;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#weddingComment7 .logo {
	width: 60%;
	margin: 0 auto;
}

/*******************************************************************

　七五三

*******************************************************************/
#page753 {
	width: 100%;
}

#price753Box {
}

#price753Box .table {
	margin: 0 0 5%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#price753Box .table th {
	font-weight: normal;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

#price753Box .table th.title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #303030), color-stop(0.00, #606060));
    background: -webkit-linear-gradient(#606060, #303030);
    background: -moz-linear-gradient(#606060, #303030);
    background: -o-linear-gradient(#606060, #303030);
    background: -ms-linear-gradient(#606060, #303030);
    background: linear-gradient(#606060, #303030);
	color: #fff;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#price753Box .table td {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

#price753Box .image {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
	background: url(img/photo_back.jpg);
}

#price753Box .comment {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 28px;
}

#page753 #imageList {
	margin: 0 0 20px;
}
.kitou_img {
    margin: 20px auto;
}
#sec_kinenhin {
    text-align: center;
}
.sec_souvenir {
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:1rem;
	width:98%;
	max-width:960px;
	margin:auto
}
@media screen and (max-width: 599px){
	.sec_souvenir{
		grid-template-columns:1fr 1fr
	}
}
#sec_kinenhin .sub_title {
    padding: 10px 0;
}
#sec_kinenhin .con_01 {
    width: 100%;
    margin: 0 auto;
}
#sec_kinenhin .con_01 .item {
    margin: 10px 0;
    text-align: center;
}
#sec_kinenhin .con_01 .item img {
    border-radius: 10px;
}
#sec_faq {
    width: 90%;
    margin: 1em 5%;
}
#faq_list dt {
    position: relative;
    padding: 0.5em 1em;
    background: #86004c;
    border: 2px solid #9C2B6B;
    font-size: 1.2em;
    color: #ffffff;
}
#faq_list dt:after {
  position: absolute;
  color: #FFF;
  top: 0.5em;
  right: 1em;
  font-family: "FontAwesome";
}
#faq_list dt:after {
  content: "\f13a";
}

#faq_list dt.open:after {
  content: "\f139";
}

#faq_list dt:first-child:after {
  content: "\f139";
}
#faq_list dt:first-child.open:after {
  content: "\f13a";
}
#faq_list dt:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.4s;
}
#faq_list dd {
    padding: 0;
}
#faq_list dd ul li {
    margin: 1em 0 ;
    padding: 1em;
    border: 1px solid #b2b2b2;
}
#faq_list dd ul li .question {
    font-size: 1em;
    font-weight: bold;
    color: #86004c;
}
/*******************************************************************

　兵庫宮御旅所

*******************************************************************/
#pageOtabi {
	width: 100%;
}

#pageOtabi .otabiComment {
}

#otabiBox {
	margin: 10% 0;
}

#otabiBox .title {
	width: 100%;
	margin: 5% 0;
	padding: 5%;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: url(img/pedigree_god_back.jpg) no-repeat top center;
	background-size: cover;
}

#otabiBox .comment {
	margin: 0 0 3%;
}

#otabiBox .image {
	margin: 0 0 3%;
}

#otabiBox .check {
}

#otabiBox .check .checkImage {
}

#prayerOtabi {
	margin: 10% 0;
}

#prayerOtabi .table {
	width: 100%;
}

#prayerOtabi .table th.title {
	color: #303030;
	font-size: 1.6em;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: #fff;
	border: none;
}

#prayerOtabi .table th {
	display: block;
	padding: 1% 3%;
	color: #fff;
	font-weight: normal;
	background: #606060;
}

#prayerOtabi .table td {
	display: block;
	padding: 3% 0;
}

#prayerOtabi .image {
	display: none;
}
#otabiImage {
	background: #fff;
	border-bottom: 1px solid #d8c293;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.2) inset;
}

#otabiImage li {
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
}

#otabiEventListCover {
}
	
#otabiEventList {
	margin: 5% 0 10%;
}

#otabiEventList li {
}

#otabiEventList li .season {
	padding: 2% 5%;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: #ccc;
}

#otabiEventList li .season span {
	vertical-align: baseline;
}

#otabiEventList li .table {
}

#otabiEventList li .table td {
	vertical-align: text-top;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#otabiEventList li .table td p {
}

#otabiEventList li .table td p span {
	border-bottom: 1px solid #303030;
}

#otabiEventList li .table td .image {
}

#otabiEventList li .table td:last-child {
	border: none;
}

#otabiEventList li .table td dl {
	margin: 0 0 .5em;
}

#otabiEventList li .table td dl:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	line-height: 0;
	clear: both;
	visibility:hidden;
}

#otabiEventList li .table td dl dt {
	margin: .5em 0;
}

#otabiEventList li .table td dl dt span {
	vertical-align: baseline;
}

#otabiEventList li .table td dl dd {
	margin: .5em 0;
}

#otabiEventList li .table td dl dd img {
}














#otabiEvent {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#otabiEvent th {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

#otabiEvent td {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.prayerComment {
	text-align: right;
}

#otabiMap {
}

#parishioner {
	margin: 5% 0 10%;
}

#parishioner .parishionerList {
	margin: 0 0 5%;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #ccc;
}

#parishioner .parishionerList li {
	height: 30px;
	padding: 0 20px;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
}

#parishioner .parishionerList li:first-child {
	text-align: center;
	font-size: 20px;
	color: #271545;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border: none;
}

#chronologyList {
	margin: 5% 0 10%;
}

#chronologyList .chronologyBox {
}

.chronologyTitle {
	margin: 0 0 5%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	background: #271545;
}

.chronologyTitle:after {
	content: "\f078";
    font-family: "FontAwesome";
}

.chronology {
	margin: 0 0 5%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background: #fff;
}

.chronology th {
	width: 40%;
	padding: 2%;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.chronology th span {
	display: none;
}

.chronology td {
	width: 60%;
	padding: 2%;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

/*******************************************************************

　巫女募集

*******************************************************************/
#pagePriestess {
	width: 100%;
}

#priestess {
	margin: 0 auto;
}

#priestess:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#priestess table {
	width: 100%;
	margin: 0 0 1em;
	background: #fff;
}

#priestess th {
	display: block;
	padding: 1% 3%;
	font-weight: normal;
	background: #efefef;
}

#priestess td {
	display: block;
	padding: 3% 0;
}

#priestess .title {
	padding: 0 0 1em;
	color: #919d21;
	font-size: 1.3em;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: none;
}

#priestess .subImage {
	margin: 0 0 1em;
}

#priestess ul {
	margin: 0 0 1em;
}

#priestess ul a {
	color: #919d21;
	font-weight: bold;
}

#priestess ul li {
	padding: .5em;
	border-bottom: 1px solid #919d21;
}


#priestess .mainImage {
	margin: 0 0 1em;
}

#priestess #imageList {
	display: none;
}
.priestess_info {
    width: 100%;
    margin-bottom: 3rem;
}
.priestess_info p {
    margin: 0.5rem auto;
    line-height: 1.8;
}

.priestess_info_ttl {
	color: #919d21;
	font-size: 20px;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border: none;
}
/*******************************************************************

　巫女就職説明会

*******************************************************************/
#pageMiko {
	width: 100%;
}

#miko {
	margin: 0 auto;
}

#miko:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#miko table {
	width: 100%;
	margin: 0 0 1em;
	background: #fff;
}

#miko th {
	display: block;
	padding: 1% 3%;
	font-weight: normal;
	background: #efefef;
}

#miko td {
	display: block;
	padding: 3% 0;
}

#miko .mainImage {
	margin: 0 0 1em;
}

/*******************************************************************

　生田神社とは　崇敬会

*******************************************************************/
#pageCulture {
	width: 100%;
}

#tableCulture {
	width: 100%;
	margin: 0 0 10%;
	background: #fff;
}

#tableCulture th {
	display: block;
	padding: 1% 3%;
	color: #fff;
	font-weight: normal;
	background: #606060;
}

#tableCulture td {
	display: block;
	padding: 3% 0;
}

#listCulture {
	margin: 0 0 10%;
}

#listCulture li {
	margin: 0 0 5%;
	padding: 5%;
	border: 1px solid #d8c293;
	background: #fff;
}

#listCulture li:last-child {
	margin: 0;
}

#listCulture li .box {
}

#listCulture li .box .title {
	margin: 0 0 3%;
	padding: 3% 5%;
	color: #fff;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	background: #271545;
}

#listCulture li .box .title img {
	display: none;
}

#listCulture li .box .description {
	margin: 0 0 3%;
}

#listCulture li .box .description br {
	display: none;
}

#listCulture li .image {
	margin: 0 0 3%;
}

#listCulture li .contact a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	color: #fff;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border: 1px solid #fff;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6940ae), color-stop(0.00, #271545));
    background: -webkit-linear-gradient(#271545, #6940ae);
    background: -moz-linear-gradient(#271545, #6940ae);
    background: -o-linear-gradient(#271545, #6940ae);
    background: -ms-linear-gradient(#271545, #6940ae);
    background: linear-gradient(#271545, #6940ae);
}

#listCulture li .contact a:hover {
	background: #52446a;
    -webkit-transition: 0.4s ease-in-out; 
       -moz-transition: 0.4s ease-in-out; 
         -o-transition: 0.4s ease-in-out; 
            transition: 0.4s ease-in-out;
}

/*******************************************************************

　トップページ設定

*******************************************************************/
.contentsTitle {
	width: 90%;
	margin: 0 auto;
	padding: 5%;
    overflow: hidden;
    text-align: center;
}

.contentsTitle span {
    display: inline-block;
    padding: 0 5%;
	color: #303030;
	font-size: 1.6em;
    position: relative;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

.contentsTitle span:before,
.contentsTitle span:after {
    border-top: 1px solid #d5d5d5;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.contentsTitle span:before {
    right: 100%;
}

.contentsTitle span:after {
    left: 100%;
}

.contentsTitleWhite {
	width: 90%;
	margin: 0 auto;
	padding: 5%;
    overflow: hidden;
    text-align: center;
}

.contentsTitleWhite span {
    display: inline-block;
    padding: 0 5%;
	color: #303030;
	font-size: 1.6em;
    position: relative;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

.contentsTitleWhite span:before,
.contentsTitleWhite span:after {
    border-top: 1px solid #d5d5d5;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.contentsTitleWhite span:before {
    right: 100%;
}

.contentsTitleWhite span:after {
    left: 100%;
}

#fullpage {
}

/*1ページ目*/
#topPage1 {
}

#catch {
  display: none;
	padding: 20% 0;
	text-align: center;
	font-size: 1.2em;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}


/*2ページ目*/
#topPage2 {
}

#topNews {
	margin: 0 0 10%;
}

#topNewsList ,#topNewsList2 {
	margin: 0 auto 5%;
	padding: 0 5%;
}

#topNewsList li ,#topNewsList2 li {
	margin: 0 0 2%;
	padding: 2%;
	background: #efefef;
}

#topNewsList li .mark1 ,#topNewsList2 li .mark1 {
	display: none;
}

#topNewsList li .image ,#topNewsList2 li .image {
	float: left;
	width: 30%;
}

#topNewsList li .title ,#topNewsList2 li .title {
	float: right;
	width: 70%;
	padding: 0 0 0 5%;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#topNewsList li .time ,#topNewsList2 li .time {
	float: right;
	width: 70%;
	padding: 0 0 0 5%;
	color: #ffb130;
	text-align: right;
}

#topNewsList li:after ,#topNewsList2 li:after{
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
	line-height: 0;
    clear: both; 
    visibility:hidden;
}

#topNewsList li .comment ,#topNewsList2 li .comment {
	display: none;
}

#topNewsList li .link ,#topNewsList2 li .link {
	clear: both;
	margin: 0;
	text-align: right;
}

#topNewsList li .link a ,#topNewsList2 li .link a {
	color: #303030;
}


#topNewsLink a {
	display: block;
	width: 80%;
	margin: 0 auto 40px;
	padding: 3% 0;
	color: #fff;
	text-align: center;
	border: 1px solid #f6efe5;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #271545), color-stop(0.00, #6940ae));
    background: -webkit-linear-gradient(#6940ae, #271545);
    background: -moz-linear-gradient(#6940ae, #271545);
    background: -o-linear-gradient(#6940ae, #271545);
    background: -ms-linear-gradient(#6940ae, #271545);
    background: linear-gradient(#6940ae, #271545);
}
.sp_topnews {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 30px;
}
.sp_topnews li {
    position: relative;
    height: 200px;
}
.sp_topnews li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp_topnews p.title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background: rgba(0,0,0,0.7);
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

/*3ページ目*/
#topPage3 {
}

#topPickup {
	margin: 0 0 10%;
}

#pickupArea {
	padding: 0;
}

#pickupArea li {
	float: left;
	width: 50%;
	margin: 0;
	border: 1px solid #fff;
}


#pickupArea li .image {
}


/*4ページ目*/
#topPage4 {
	margin: 0 0 10%;
}

#top4Image {
}

#bridalImage {
	width: 100%;
	padding: 0;
}

#top4Heading {
	padding: 3% 0;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

.topBridalComment {
	margin: 0 5%;
	padding: 5%;
	border-radius: 8px;
	background: #efefef;
}

.topBridalComment2 {
	text-align: center;
}

#topBridalLink a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3% 0;
	color: #fff;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border: 1px solid #fff;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #910052), color-stop(0.00, #86004c));
    background: -webkit-linear-gradient(#86004c, #910052);
    background: -moz-linear-gradient(#86004c, #910052);
    background: -o-linear-gradient(#86004c, #910052);
    background: -ms-linear-gradient(#86004c, #910052);
    background: linear-gradient(#86004c, #910052);
}

#kaikan_logo {
	width: 60%;
	margin: 3% auto;
}


/*SNSページ目*/
#topSns {
    margin: 0 0 10%;
}
#topSns_content  {
    width: 300px;
    margin: 0 auto;
}

.top_weddingHeading {
	width: 100%;
    margin: 0 0 20px;
	font-size: 18px;
    line-height: 1.6;
	text-align: center;
}
.top_weddingComment {
	margin: 0 10px;
}
.topBridalLink a {
	display: block;
	width: 80%;
	margin: 10px auto 0;
	padding: 3% 0;
	color: #fff;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border: 1px solid #fff;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #910052), color-stop(0.00, #86004c));
    background: -webkit-linear-gradient(#86004c, #910052);
    background: -moz-linear-gradient(#86004c, #910052);
    background: -o-linear-gradient(#86004c, #910052);
    background: -ms-linear-gradient(#86004c, #910052);
    background: linear-gradient(#86004c, #910052);
}

/*5ページ目*/
#topPage5 {
}

#topAccess {
	margin: 0 0 10%;
}

#topAccessText {
	padding: 0 5%;
}

#topAccessText .comment {
	margin: 0 0 3%;
}

#topAccessText .comment .heading {
}

#topAccessMap {
	margin: 0 5% 3%;
}

#topAccessLink a {
	display: block;
	width: 80%;
	margin: 0 auto 5%;
	padding: 3% 0;
	color: #fff;
	text-align: center;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border: 1px solid #fff;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6940ae), color-stop(0.00, #271545));
    background: -webkit-linear-gradient(#271545, #6940ae);
    background: -moz-linear-gradient(#271545, #6940ae);
    background: -o-linear-gradient(#271545, #6940ae);
    background: -ms-linear-gradient(#271545, #6940ae);
    background: linear-gradient(#271545, #6940ae);
}

#contactBox {
	border: 1px solid #888;
}

#contactBox td {
	font-weight: normal;
	text-align: center;
	letter-spacing: normal;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border-bottom: 1px solid #888;
}

#contactBox td br {
	display: none;
}

#contactBox td .number {
	display: inline-block;
	padding: 0;
	font-size: 24px;
	text-align: right;
	letter-spacing: normal;
	vertical-align: baseline;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#contactBox td.contact {
	text-align: center;
}



/*******************************************************************

　新年特別参拝のご案内

*******************************************************************/
#pageYears {
	width: 100%;
}

#pageYears .reserve_start {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	background-image:
		linear-gradient(-45deg, #8a1d00 10px, transparent 0),
		linear-gradient(135deg, #8a1d00 10px, transparent 0);
	border: 1px solid #8a1d00;
	font-size: 16px;
}

#pageYears .message {
	padding: 0 0 .5em;
}

#pageYears .message br {
	display: none;
}

#pedigreeBox .comment br {
	display: none;
}
#pageYears .comment {
	margin: 0 0 5%;
}

#pageYears .comment p {
	display: none;
}

#pageYears .tableBox {
	margin: 0 0 1em;
}

#pageYears .tableBox .image {
}

#pageYears .tableBox .tableTitle {
	width: 90%;
	margin: 0 auto;
	padding: 5%;
    overflow: hidden;
    text-align: center;
}

#pageYears .tableBox .tableTitle span {
    display: inline-block;
    padding: 0 5%;
	color: #303030;
	font-size: 1.2em;
    position: relative;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

#pageYears .tableBox .tableTitle span:before,
#pageYears .tableBox .tableTitle span:after {
    border-top: 1px solid #d5d5d5;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

#pageYears .tableBox .tableTitle span:before {
    right: 100%;
}

#pageYears .tableBox .tableTitle span:after {
    left: 100%;
}

.yearTable table {
	width: 100%;
	margin: 0 0 1em;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.yearTable th {
	width: 30%;
	padding: .5em;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.yearTable th.title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #303030), color-stop(0.00, #606060));
    background: -webkit-linear-gradient(#606060, #303030);
    background: -moz-linear-gradient(#606060, #303030);
    background: -o-linear-gradient(#606060, #303030);
    background: -ms-linear-gradient(#606060, #303030);
    background: linear-gradient(#606060, #303030);
	color: #fff;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
}

.yearTable table td {
	width: 70%;
	padding: .5em;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.yearTable td span {
	color: #ff6900;
}

#pageYears .tableBox .note {
	padding: 1em 0 0;
}

#pageYears .tableBox ul {
}

#pageYears .tableBox ul li {
}

#pageYears .tableBox ul li:last-child {
	margin: 0;
}

#pageYears .information {
	margin: 0 0 1em;
	font-weight: bold;
}

#pageYears .information span {
	font-weight: normal;
}

#pageYears .addressBox {
	margin: 0 0 1em;
	padding: .5em;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#pageYears .addressBox .box {
}

#pageYears .addressBox .title {
	color: #919d21;
	font-size: 1.2em;
    font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	border-bottom: 1px solid #303030;
}

#pageYears .addressBox .address, #pageYears .addressBox .address a {
	vertical-align: baseline;
	color: #333;
}

#pageYears .addressBox .address span {
	font-weight: bold;
	vertical-align: baseline;
}

#pageYears .addressBox .image {
	margin: 0 0 .5em;
}

#pageYears input {
	font-size: 1em;
}

/*******************************************************************

　共通設定リスト ※960px用(下部の余白は40pxに統一)

*******************************************************************/
/*
.imgCursor img {
	cursor: pointer;
}

.imgCursor img:hover {
    opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.6s ease-in-out; 
       -moz-transition: 0.6s ease-in-out; 
         -o-transition: 0.6s ease-in-out; 
            transition: 0.6s ease-in-out;
}
*/

.list1, .list2, .list3, .list4, .list5 {
}

.single {
    margin: 0 0 1em;
}

.single li {
	margin: 0 0 2%;
}

.double {
	margin: 0 0 1em;
}

.double li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}

.double li:nth-child(2n) {
	margin: 0 0 2%;
}

.triple {
	margin: 0 0 1em;
}

.triple li {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}

.triple li:nth-child(3n) {
	margin: 0 0 2%;
}


#back753_photo {
}

#back753_photo .comment {
	padding: 1em 0;
	font-size: .8em;
	text-align: center;
}

.closeButton a {
	display: block;
	float: right;
	width: 120px;
	margin: 10px 10px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	cursor: pointer;
	background: #303030;
}

.modal-content {
	display: none;
	position: fixed;
	z-index: 70001;
	width: 75%;
}


#modal-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 120%;
	top: 0 ;
	left: 0 ;
	background: rgba(0,0,0,.9);
	z-index: 70000;
}

#slide_753 {
	position: relative;
	width: 100%;
	margin: 1em auto 2em;
	padding: .5em 0;
	z-index: 10000;
	background: #333;
}

/*******************************************************************

　2022.03.15ページ追加　ファミリア・生田神社コラボ授与品のご案内

*******************************************************************/
#pageFamiliar-collabo {
	width: 100%;
}
.pageCover {
}

#pageFamiliar-collabo .contentsBox {
   padding: 5%;
	background-color: #6EA3DC;
	background-blend-mode: soft-light;
   box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
#pageFamiliar-collabo .page_ttl {
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 2px solid #B5935B;
	font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	font-size: 1.4em;
}
.collabo_list {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
	margin-top: 40px;
}
.collabo_con {
	max-width: 1200px;
	margin: 60px  auto auto;
	padding: 10px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #fff;
	border-radius: 6px;
}
.collabo_mainvisual {
	margin-bottom: 2em;
}
.collabo_item {
  padding: 0.5em;
  background: #fff;
	border: 2px solid #CCC4B8;
}
.collabo_item_img {
	border: 2px solid #CCC4B8;
}
.collabo_item_data {
	margin-top: 20px;
}
.collabo_item_ttl {
	margin-bottom: 20px;
	text-align: center;
	font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	font-size: 1.5em;
}
.collabo_item_price {
	margin-top: 30px;
	font-size: 1.1em;
	font-weight: bold;
}
.collabo_announce {
	padding: 2em 0 0;
	font-size: 1.1em;
	line-height: 1.6;
}
.collabo_alert {
	margin-top: 30px;
	padding: 20px;
	border: 2px solid #B5935B;
	line-height: 1.6;
}
.collabo_alert h3 {
  margin-bottom: 1em;
  background: #8AC0F7;
  text-align: center;
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝",  serif;
	font-size: 1.1em;
  line-height: 2;
  color: #fff;
}
.collabo_alert span {
	font-size: 1.1em;
	font-weight: 600;
	color: red;
}

