@charset "utf-8";

/**********************************
 *
 *　　　　　フォント関連
 *
 ***********************************/
/* Regular */
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url('../../fonts/NotoSansJP-Regular.woff2') format('woff2'),
       url('../../fonts/NotoSansJP-Regular.woff') format('woff'),
       url('../../fonts/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../../fonts/Roboto-Regular.woff2') format('woff2'),
       url('../../fonts/Roboto-Regular.woff') format('woff'),
       url('../../fonts/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}

/* Light */
@font-face {
  font-family: 'NotoSansJP-Light';
  src: url('../../fonts/NotoSansJP-Light.woff2') format('woff2'),
       url('../../fonts/NotoSansJP-Light.woff') format('woff'),
       url('../../fonts/NotoSansJP-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../../fonts/Roboto-Light.woff2') format('woff2'),
       url('../../fonts/Roboto-Light.woff') format('woff'),
       url('../../fonts/Roboto-Light.ttf') format('truetype');
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'NotoSansJP-SemiBold';
  src: url('../../fonts/NotoSansJP-SemiBold.woff2') format('woff2'),
       url('../../fonts/NotoSansJP-SemiBold.woff') format('woff'),
       url('../../fonts/NotoSansJP-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../../fonts/Roboto-Medium.woff2') format('woff2'),
       url('../../fonts/Roboto-Medium.woff') format('woff'),
       url('../../fonts/Roboto-Medium.ttf') format('truetype');
  font-display: swap;
}


/**********************************
 *
 *　　　　　　基本スタイル
 *
 ***********************************/
/*---------------------------------
 *　　　　　　　共通
 *---------------------------------*/

/* ナビゲーション */
#nav01 { border: none; position: relative; left:5px; }
#nav02 { border: none; position: relative; left:-5px; }
#nav03 { border: none; position: relative; left:-10px; }
#nav04 { border: none; position: relative; left:-15px; }
#nav05 { border: none; position: relative; left:-20px; }

body {
	margin: 0px;
	font-size: 100%;
	font-family: 'Roboto-Regular','NotoSansJP-Regular', sans-serif;
	line-height: 1.7;
	color: #444444;
	background: #bfbcb4;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	background-color: white;

	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 19px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 19px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.65098) 0px 0px 19px 3px;	
}
#header {
	height: 5px;
}
#globalNavi {
	/* PCメニューは表示 */
	display:block;
}
#globalNavi_mini {
	/* スマホメニューは非表示 */
	display:none;
}
/* スマホメニュー定義 */
#globalNavi_mini {
	display:none;
	height: auto;
	background-color: #461f10;
	margin: 0;
	padding: 0;
}
#globalNavi_mini .nav_menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#globalNavi_mini .nav_menu .nav_item {
	flex: 1;
	text-align: center;
}
#globalNavi_mini .nav_menu .nav_item .nav_link {
	color: #b1a09c;
	display: block;
	font-size: 3.9vw;
	font-family: 'Roboto-Medium','NotoSansJP-SemiBold', sans-serif;
	padding: 15px 8px;
	text-align: center;
	text-decoration: none;
	line-height: 250%;
}
#globalNavi_mini .nav_menu .nav_item .current {
	color: #f5ded8;
	text-decoration: underline 3px;
	text-underline-offset: 10px;
	text-decoration-color: #f5ded8;
}
.btn_access_wrapper {
	width: 100%;
	text-align: right;
	padding: 20px 20px 0 0;
	margin: 0;
}
.btn_access {
	color: #491f12;
	font-family: 'Roboto-Medium','NotoSansJP-SemiBold', sans-serif;
	font-size: 3vw;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	margin-right: 10px;
	border-radius: 8px;
	padding: 8px 25px;
	background-color: #b1a09c;
	width: auto;
	height: auto;
}
#globalNavi_mini .btn_access_wrapper .current {
	color: #f5ded8;
	background-color: #7d564b;
}
#globalNavi_mini .btn_access .current {
	background-color: #946a5d;
}
#globalNavi {
	height: 80px;
	margin: 0 0 0 10px;
}
#globalNavi .nav_menu {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
}
#globalNavi .nav_menu .nav_item {
	text-align: center;
}
#globalNavi .nav_menu .nav_item .nav_link {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0 2px;
}
#title_pic {
	text-align: center;
}
.img_border {
	border-style: solid;
	border-width: 1px;
	border-color: #7F7F7F;
}
#welcome {
	display: flex;
	flex-direction: row;
	width:100%;
}
#container {
	position: relative;
	margin: 0px;
	width: 100%;
}
#primary {
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
}
#primary2 {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 160px;
}
#secondary {
	position: relative;
	top: 0px;
	margin-left: 170px;
	margin-right: 10px;
}
#subfooter1 {
	margin: 20px 0px 0px 0px;
	padding: 5px;
	text-align: center;
	color: #0000FF;
	left: 0px;
	top: 0px;
	background: #000000 url(../img/footer1.jpg) center top;
	font-size: small;
}
#subfooter2 {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: small;
	color: #DDDDDD;
	background-color: #555555;
}
#announcement {
	color: red;
	border: 2px dashed #F00;
	border-radius: 5px;
	font-weight: bold;
	margin: 10px 30px;
	padding: 10px;
}
#announcement2 {
	color: #F00;
	border: dashed #F00;
	border-radius: 15px;
	border-width: 2px;
	margin: 20px 45px 20px 0px;
	padding: 15px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto-Regular','NotoSansJP-Regular', sans-serif;
	font-weight: normal;
}
h1
{
	color: #351300;
	font-size: 110%;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
    padding: 10px 10px 5px;
    border: 1px solid #D1D1D1;
	border-left:solid 10px #FF8F4E;
	border-bottom:solid 2px #DC8F4E;
	background: #000000 url(../img/subject_bg.jpg) center top;
/*
	font-size: 1.3em;
	border-bottom: solid 3px #fde4c9;
	position: relative;
	text-indent: 1em;
	margin-left: 10px;
	margin-right: 10px;
	/*font-size: 1.7em;*/
}
/*
h1:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #c8824e;
	bottom: -3px;
	width: 20%;
}
/**/
h2
{
	font-size: 110%;
	margin: 30px 10px 10px 30px;
    padding: 10px 10px 2px 0px;
    border-bottom: 2px solid #c02700;
	color: #c02700;
}

p {
	margin-left: 30px;
	margin-right: 10px;
}
#box
{
	background-color: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-size: 80%;
	margin: 10px 10px 10px 30px;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* 注釈 */
#ref {
	font-weight: bold;
	color: #F00;
}

/* 画像マウスオーバーで白い半透明にする */
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* 打ち消し線 */
.strike {
	color: #F00;
	text-decoration: line-through;
}
.strike_str {
	color: #888;
}

/* ページトップへ */
#toTop {
	font-size: small;
	text-align: right;
}


/*---------------------------------
 *　　　「お知らせ」ページ
 *---------------------------------*/
.newsdate {
	color: white;
	margin: 20px 0 0 30px;
	padding: 1px;
	width: 60px;
	font-size: 60%;
	text-align: center;
	background: #6e6e6e;
	border-radius: 5px;
}
.news {
	margin: 5px 10px 0 30px;
	padding-left:1em;
	text-indent:-1em;
}

#pastor {
	margin: 15px 10px 0 30px;
}

#pastor_msg {
	margin: 15px 10px 0 0;
}

/*---------------------------------
 *　　　「礼拝と集会」ページ
 *---------------------------------*/

/* テーブルレイアウト */
table {
	margin-left: 30px;
	margin-bottom: 40px;
	width: 480px;
}
td {
	padding: 3px 10px;
	color: #333;
	background-color: #e9e6dd;
}
.table_header, .table_contents {
	padding: 13px;
    width: 100%;
	background-color: #cccccc;
	font-size: inherit;
}

.table_header {
	color: white;
	background-color: #601A0B;
	text-align: center;
}

/*---------------------------------
 *　　　　「MJK」ページ
 *---------------------------------*/

#hitsuji_title {
	margin: 10px auto;
	text-align: center;
	width: 250px;
	font-size: 1.4em;
}
#hitsuji_lyrics {
	margin: 20px auto;
	margin-bottom: 50px;
	width: 320px;
	font-size: 1em;
	text-align: left;
}
#hitsuji_video {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #7F7F7F;
}
#hitsuji_wrap {
	margin: 30px;
}
#hitsuji_dl {
	text-align: left;
	max-width: 350px;
	margin: 20px auto;
	background-color: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-size: 80%;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* MJKダウンロードボタン */
.buttonIcon {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 180px;
	height: 44px;
	padding: 8px 16px 8px 8px;
	font-family: NotoSansJP-SemiBold;
	font-size: 1em;
	color: #fff;
	text-align: center;
	text-decoration:none;
	overflow-wrap: anywhere;
	background-color: #50931b;
	border-radius: 15px;
	margin-top: 10px;
}
@media (any-hover: hover) {
	.buttonIcon:hover {
		background-color: #356112;
	}
}
.button_wrapper {
	width: 200px;
	height: auto;
	margin: 20px auto;
}

/*---------------------------------
 *　　　「特別行事」ページ
 *---------------------------------*/

 .event_img {
	border: solid 1px #999;
 }
 .event_date {
	margin: 0 5px;
	font-size: 0.6em;
	color: white;

	border-radius: 4px;
	padding: 4px;
	background-color: #373a8f;
	width: auto;
	height: auto;
 }

/*---------------------------------
 *　　　「アクセス」ページ
 *---------------------------------*/

/* GoogleMap */
iframe {
	width: 98%;
	height: 420px;
	border: 1px #a5a5a5 solid;
}

/* 略図 */
#map {
	height: auto;
	width /***/:auto;
	border-style: solid;
	border-width: 2px;
	border-color: #a5a5a5;
	margin: 0 20px 0 0;
}

#address_flex {
	display: flex;
	flex-direction: row;
	margin: 0 30px 20px 30px;
}

#address_box1 {
	font-size: 110%;
	width: 300px;
	height: auto;
	margin-right: 20px;
}

#address_box2 {
	height: auto;
	width /***/:auto;
	text-align: left;
	margin-top: 30px;
	margin-left: 30px;
}

/* アクセスの説明文 */
ol {
	padding: 0;
}
ol li {
	text-indent: -1em;
	padding-left: 2em;
	margin-left: 0;
}


/**********************************
 *
 * 画面幅に応じて表示方法を変更する
 *
 ***********************************/

/* スマホ対応（679px以下の場合）*/
@media (max-width: 710px) {

	/*---------------------------------
	 *　　　　　　　共通
	 *---------------------------------*/
	#header {
		display:none;
	}
	#globalNavi{
		/* PCメニューは非表示 */
		display:none;
	}
	#globalNavi_mini {
		/* スマホメニューは表示 */
		display:block;
	}
	/* GlobalNaviのアクセスボタン */
/*
	.buttonIcon {
		display: flex;
		gap: 8px;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 180px;
		height: 44px;
		padding: 8px 16px 8px 8px;
		font-family: NotoSansJP-SemiBold;
		font-size: 1em;
		color: #fff;
		text-align: center;
		text-decoration:none;
		overflow-wrap: anywhere;
		background-color: #50931b;
		border-radius: 15px;
		margin-top: 10px;
	}
*/
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	p {
		padding: 0;
		margin: 0 20px;
		width /***/:auto;
	}
	h1{
		margin-left: 10px;
		margin-right: 10px;
	}
	h2
	{
		font-size: 100%;
	}
	table {
		margin: 5px 0px 30px 20px;
		width: 440px;
	}
	#wrapper {
		width: 100%;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;

		/* border-radius */
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	#primary {
		width: 100%;
	}
	#primary2 {
		display: none;
		margin-left: 0;
	}
	#secondary {
		margin-left: 0;
	}
	#announcement {
		margin: 0 10px;
		color: red;
		padding: 3px;
		margin: 0 0 30px 30px;
		border: solid #F00;
	}
	.img_border {
		border-style: none none solid none;
	}
	
	/*---------------------------------
	 *　　　「お知らせ」ページ
	 *---------------------------------*/
	#pastor {
		margin: 15px 10px 0 15px;
	}
	#pastor img{
		max-width: 120px;
		height: auto;
		width /***/:auto;
	}

	/*---------------------------------
	 *　　　　「MJK」ページ
	 *---------------------------------*/
	 #hitsuji_lyrics {
		margin: 20px auto;
		width: 320px;
		font-size: 0.8em;
		text-align: left;
	}

	/*---------------------------------
	 *　　　「アクセス」ページ
	 *---------------------------------*/
	 #map {
		max-width: 95%;
	}
}

/* アクセス（住所）のみのBrakPoint（620px以下の場合）*/
@media (max-width: 620px) {

	/*---------------------------------
	 *　　　「アクセス」ページ
	 *---------------------------------*/
	#address_flex {
		display: flex;
		flex-direction: column;
	}
	
	#address_box1 {
		font-size: 110%;
		height: 200px;
		width: 300px;
		margin-right: 20px;
	}
	
	#address_box2 {
		height: auto;
		width /***/:auto;
		text-align: left;
		margin-left: 30px;
	}
}
