@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) 2018 plusi
 -------------------------------------------------------------------- */
/* ====================================
 ブラウザ デフォルト値のリセット
 ====================================== */
* { margin: 0; padding: 0; }

/* block */
address,blockquote,dl,fieldset,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,object {
font-size: 100%;
}
div, mg, p, a, ul, form, input, label, h1, h2, h3, table,object{
padding:0; margin:0;
}
/* inline */
button,cite {
font-size: 100%;
}

/* other */
caption,dd,dt,li,td,th,tr {
font-size: 100%;
}

/* form */
form,input,option,select,textarea {
}

/* style */
div,span {  }

/* img */
img  { vertical-align: top; }

/* link */
a {
/*	display:block;*/
	text-decoration: none;
}
a:link{ color: #0d0d0d; }
a:visited{ color: #0d0d0d; }
a:hover{ color: #da3a20; text-decoration: underline;}
a:active{ color: #666666; }

a img{ border-style: none; }

/* iframe */
object { overflow: auto; border: none; background-color: #d8caa8;}

/* ====================================
 基本タグ
 ====================================== */
/* --------------------------------------------------------------------
 Body
 -------------------------------------------------------------------- */
body{
	position: relative;
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/* --------------------------------
	FONT
   -------------------------------- */
.wf-kokoro { font-family: "Kokoro"; }
.wf-hannari { font-family: "Hannari"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/* --------------------------------
	HEADER_AREA
   -------------------------------- */
#header_area{
	position: fixed;

	padding: 5px 0px 5px 0px;
	z-index: 99;
	width: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.8);
	border-top: 8px solid #111;
	border-bottom: solid 1px #111;
}
/* LOGO(サイト名) */
.site{ }
.site h1 a{
	color: #000000;
	text-decoration: none;
}

.site h1{
	padding: 0;
	margin: 0;
	font-size: 30px;
	text-align: left;
}

.site img	{border: none;}


/* --------------------------------
	STAGE
   -------------------------------- */
#stage{
	clear: right;
	clear: left;
	padding: 0;
	margin: 0 auto;
	width: 768px;
}

/* --------------------------------
	CONTENTS_ARES
   -------------------------------- */
.contents_area{
	clear: right;
	clear: left;
	clear: all;
	width: 100%;
	margin: 0 auto;
}
.contents_area:after{
	clear: left;
	clear: right;
	content: "　";
	display: block;
	margin-bottom: 30px;
	/*border: 1px solid #ddd;*/
}
.contents_area.yel{ background-color: #f9eed5;}
h1{
	clear: both;
	clear: left!important;
	clear: right!important;

	margin: 60px 0 10px 0;
	padding-left: 0px;
	letter-spacing: 0px;
	font-size: 36px;
	font-weight: normal;
	text-align: center;

	font-family: 'Sawarabi Mincho';
}
h1.lsp{ letter-spacing: 10px;}
h1 span{ font-size: 80%; padding-right: 10px;}

h2{
	clear: both;
	clear: left!important;
	clear: right!important;
	margin: 0 0 40px 10px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
/* --------------------------------
	CONTENTS_BOX
   -------------------------------- */
.contents_box{
	clear: left;
	clear: right;
	clear: all;
	position: relative;
	margin: 20px 0;
}
.contents_fl{	/* harf対応 */
	clear: left;
	clear: right;
	float: left;
}
.harf{ width: 49%;}
.fL{ float: left;}
.fR{ float: right; }
.cls{
	clear: both!important;
	clear: left!important;
	clear: right!important;
}

.noSPtop{
	margin-top: 30px!important;
}
.SPtop{
	margin-top: 120px!important;
}

.contents_box p{
	font-size: 18px;
	max-width: 98%;
	margin: 14px 0 auto;
	padding: 20px 10px 10px 10px;
	line-height: 180%;
}
.contents_box p.midasi{
	font-size: 20px;
}

.contents_img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px
}



/* --------------------------------
	photo_box
   -------------------------------- */
.photo_box{
	width: 49%;
	position: relative;
	text-align: center;
	margin: 20px 0;
	padding-bottom: 20px;
}
.photo_box:after{
	clear: left;
	content: "";
	display: block;
}
.photo_box img{
	width: 96%;
	padding: 1%;
	margin: 0;
	position: relative;
}
/* --------------------------------
	SNS_area
   -------------------------------- */
.SNS_area{
	width: 100%;
	margin: 0 auto;
	text-align: center!important;
}
/* --------------------------------
	Google_Cal
   -------------------------------- */
.GoogleCal_area{
	margin: auto;
	width: 90%;
}
/* --------------------------------
	note_bloglink 2023.6.5追加
   -------------------------------- */
.note_link{
	margin: 0 auto!important;
	text-align: center;
	width: 90%;
	max-width: 700px!important;
	border: 2px solid #f3f3f3;
	margin-bottom: 30px;
}
.note_link img{ vertical-align:middle; }
@media (max-width: 767px) {
	.note_link{ padding-bottom: 10px!important;}
}
/* --------------------------------
	mailform_area
   -------------------------------- */
.mailform_area{
	margin: auto;
	width: 90%;
}
/* --------------------------------
	footer_area
   -------------------------------- */
footer{
	width: 100%;
	height: 180px;
}
#footer_area{
	height: 180px;
}

.footer_box{
	padding-top: 80px;
	padding-left: 20px;

}
.footer_info{
	float: left;
}

/* コピーライト */
.copyright p{
	float: right;
	margin: 0;
	padding-top: 120px;

	color: #666666;
	font-size: 14px;
}
/* --------------------------------
 ol/li
   -------------------------------- */
ol.num{
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
	background: #f5faff;
	width: 80%;
	margin: auto;
}
ol.num li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}

ol.num li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	background: #5c9ee7;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 13px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);

}
/* --------------------------------
 more
   -------------------------------- */
/* 続きを読む */
.more{
	font-size: 13px;
	margin: 10px 0;
	line-height: 1.4em;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 15px!important;
	background-color: #3077be;
	/*background-color: #54bce8;*/
	color: #ffffff!important;
}

.more i{ margin-left: 10px; }

/* --------------------------------
	gMap
   -------------------------------- */
.gMap{
	margin-left: 5px;
	border: 1px solid #ccc;
	width: 96%;
	height: 400px;
}
/* --------------------------------
	table
   -------------------------------- */
.table_area{
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center!important;
}
.table_area p{
	padding: 0;
	text-align: left;
}
.table_area table{
	margin: 20px 0 auto;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
table th,
table td {
	border: none;
	border-bottom: 1px solid #fff!important;
	border-right: 1px solid #fff!important;
	font-size: 18px;
}
table.mini th,
table.mini td {
	border: none;
	border-bottom: 1px solid #fff!important;
	border-right: 1px solid #fff!important;
	font-size: 16px;
	padding: 8px;
}
table th {
	background-color: #EFEFEF;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
}
table th.point{ color: #0F52BC; }
table td {
	background-color: #f6f6f6;
	padding: 10px 10px 10px 10px;
}
.table_area span{
	font-size: 80%;
	font-weight: normal;
}
table th.w40{ width: 40%; }
table th.w30{ width: 30%; }
table td.tx{ text-align: left; }
/* --------------------------------
	image
   -------------------------------- */
img.wide-all{
	width: 100%;
}
img.pC{
	text-align: center;
	margin: 0 auto;
	border: 1px soid red;
}
/* --------------------------------
	レイアウト
   -------------------------------- */
.container{
	display:table;
	width:100%;
	height:260px;
	text-align:center;
}
.container p{
	font-size: 18px;
	padding: 10px;
}
.container .pC{
	display:table-cell;
	vertical-align:middle;
	line-height: 180%;
}
.container .link{
	font-size: 16px;
}
.container img.flex{
	width:100%;
	max-width: 700px;
}
span.warning{
	display: block;
	line-height: 120%;
	color: gray;
}

/* --------------------------------
	装飾
   -------------------------------- */
p.warning{
	font-size: 16px;
}
p.posL{
	text-align: left;
}
p.posC{
	text-align: center;
}
p.thin{
	font-size: 18px;
	width: 80%;
	margin: 40px auto;
	text-align: left;
}
p.waku{ background-color: #f5f5f5; }
p.thinC{
	font-size: 18px;
	width: 80%;
	margin: 40px auto;
	text-align: center;
}
p.tit{
	clear: left;
	clear: right;

	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding: 20px 0;
}
p.point{
	font-size: 20px;
	font-weight: bold;
}
.ryouri_menu{
	display: block;
	font-size: 28px;
	padding-bottom: 3px;
	letter-spacing: 5px;
}
em.point{
	background-color: #fffacd;
	font-style: normal;
}
strong.noB{ font-weight: normal; }
em.noB{ font-weight: normal; }
.red{ color: red; }
span{font-size: 80%;}
/* --------------------------------
	HR
   -------------------------------- */
hr{
	height: 0;
	margin: 50px 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #bbb;
}
hr.nomargin{ margin: 0!important; }

/* --------------------------------
	font-awsome
   -------------------------------- */
i.pdf{
	color: red!important;
	padding-right: 10px;
}
.contents_box i.aws{
	padding-right: 5px;
	color: #54bce8;
}
/* --------------------------------
	スクロール
   -------------------------------- */
#page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 77%;
}
#page-top a {
	background: #aaa;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}
/* --------------------------------
	多言語対応
   -------------------------------- */
.JPorEN{
	float: right;
	margin: 0px 10px 0 0;
	font-size: 10px;
}
.JPorEN_footer{
	margin-top: 15px;
	font-size: 10px;
}
/* ================================
			767px以下
   ================================ */
@media (max-width: 767px) {

	#stage{
		padding-top: 25px;
		width: 100%;
	}

	/* サイト名 */
	.site img{
		width: 220px;
		height: auto;
	}

	/* FIXの解除 */
	#header_area{
		/*position: relative;*/
	}

	h1{
		font-size: 28px;
		margin: 40px 0 10px 0;
		padding-left: 0px;
		font-weight: normal;
		text-align: center;
	}
	h1 img{
		width: 320px;
		height: auto;
	}
	h1.long{
		letter-spacing: 2px;
		font-size: 26px;
	}
	h1 img.sns{
		width: 100px;
	}

	h1 span{ padding-right: 5px;}

	h2 {font-size: 18px; margin: 10px 2px 20px 2px; }

	.lead {font-size: 16px}

	.SPtop{ margin-top: 40px!important; }

	.contents_box.harf{
		/* float解除 */
		float: none;
		width: 100%;
	}

	.photo_box.harf{
		/* float解除 */
		float: none;
		width: 100%;
	}
	.photo_box.harf img{ width: 90%; margin: 0 auto; }

	.contents_box p{
		max-width: 90%;
		margin: auto;
		margin-top: 0;
		margin-bottom: 20px;

		font-size: 18px;
		padding: 20px 10px 0 10px;
		line-height: 140%!important;
	}

	.contents_box h1{ margin-top: 100px; }

	.container{
		height:160px;
	}

	.table_area{
		width: 94%;
	}
	.table_area th,
	.table_area td{
		font-size: 16px;
		padding: 10px 5px 10px 5px;
	}


	/* コピーライト */
	.copyright p{
		float: left;
		padding-top: 10px;
	}


	.photo_box{
		margin-bottom: 10px;
	}
	.photo_box:after{
		margin-bottom: 10px;
	}
	.photo_box img.tp2{
		float: left;
		width: 70%;
		padding: 1%;
		margin: 0 0 2% 10%;
		position: relative;
		background-color: #eee;
		/*background-color: #fffacd;*/
	}

	p.warning{
		font-size: 12px;
	}
	p.tit{
		font-size: 30px!important;
		letter-spacing: 10px;
		font-weight: normal;
	}

	#logo{
		float: left;
		width: auto;
	}

}
/* ================================
			768px以上
   ================================ */
@media screen and (min-width: 768px) {

	/* contents_areaとmenu_areaを横に並べる設定 */
	#stage:after{
		content: "";
		display: block;
		clear: both;
	}

	#logo{
		float: left;
		width: auto;
	}


}
/* ================================
			1190px以上
   ================================ */
@media (min-width: 1190px) {

	/* 全体の横幅を固定 */
	#stage{
		width: 1140px;
		margin-left: auto;
		margin-right: auto
	}

	/* 全体の横幅を固定 */
	#header_box,
	.topic_area,
	.footer_box{
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}

	/* 罫線を挿入 */
	#header_area{
		margin-bottom: 20px;
		border-bottom: solid 1px #dddddd;
	}

	.container{
		height:300px;
	}

}

