@charset "UTF-8";

.typograph .entry:after,
.typograph .entry .boxMeta:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.typograph .entry,
.typograph .entry .boxMeta{
	zoom: 1;
}

.text-blue{
	color:#F19164;
}


a.line-yellow {
	font-size:1.4em;
	color:#222222 !important;
	text-decoration: none !important;
	margin-bottom: 20px;
	background: linear-gradient(transparent 50%, #ffff99 60%);
}
a:hover.line-yellow{
	background: linear-gradient(transparent 50%, #ffd737 60%);
}
.btnType1{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.btnType1 a{
	background: #F19164;
	padding: 6px 20px 6px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btnType1 a:hover{
	background: #b2daf0;
	padding: 6px 20px 6px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #222;
	text-decoration: none;
}
.btnType2{
	font-size: 0.9em;
	line-height: 120%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.btnType2 a{
	background: #d5d5d5;
	padding: 3px 5px 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btnType2 a:hover{
	background: #e5e5e5;
	padding: 3px 5px 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #666;
	text-decoration: none;
}
.btnType3{
	font-size: 1.4em;
	line-height: 120%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.btnType3 a{
	background: #F19164;
	padding: 22px 26px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.btnType3 a:hover{
	background: #e5e5e5;
	padding: 22px 26px;
	display: block;
	color: #666;
	text-decoration: none;
}

.btn-1sttime{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.btn-1sttime a{
	background: #F19164;
	padding: 6px 20px 6px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

.btn-reserve{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.btn-reserve a{
	background: #F19164;
	padding: 6px 20px 6px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

/* text position */
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

/* margin */
.margin-bottom-xl {
	margin-bottom: 40px !important;
}
.margin-bottom-lg {
	margin-bottom: 30px !important;
}
.margin-bottom-xm {
	margin-bottom: 20px !important;
}
.margin-bottom-md {
	margin-bottom: 12px !important;
}
.margin-bottom-sm {
	margin-bottom: 6px !important;
}
.margin-bottom-xs {
	margin-bottom: 3px !important;
}

/* TOC */
#toc_container{
	margin:20px auto 30px;
	background-color:rgba(0,134,205,.04);
	border:3px solid rgba(0,134,205,.2);
	border-radius:3px;
	padding:20px 20px;
	display:table;
	min-width: 68%;
}

/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list{
	list-style: none;
}
#toc_container ul.toc_list li::before{
	content:none;
	padding:0;
	margin:0;
	width:0;
	height:0;
	background:none;
	box-shadow:none;	
}

/* 目次の見出しタイトル */
#toc_container .toc_title{
	text-align:center;
	font-weight:bold;
	font-size:100%;
	padding:0;
}


/* 表示／非表示トグル */
#toc_container .toc_toggle a{
	font-size:13px;
	font-weight:normal;
	padding:2px 4px;
}

/* 目次エリア */
#toc_container p.toc_title + ul.toc_list{
	padding:20px 0 0;
	margin:20px 0 0;
	border-top:1px solid rgba(0,0,0,.1);
}

/* 目次のリストの共通スタイル */
#toc_container ul.toc_list li{
	padding:0;
	margin:0;
}

/* 目次のリンク */
#toc_container ul.toc_list li a{
	position:relative;
	font-size:85%;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	transition:all .3s ease;
}

/* 目次のリンクカラー */
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited{
	color:#F19164;
}

/* マウスオーバー時 */
#toc_container ul.toc_list a:hover{
	opacity:.88;
	text-decoration:none;
}

/* 親の目次 */
#toc_container ul.toc_list > li > a{
	font-size:110%;
	font-weight:bold;
	margin-left:20px;
	margin-top:5px;
}

/* 番号振り用のスタイル */
#toc_container .toc_number{
	margin-right:5px;
	color:#444;
}

/* 親の目次の番号 */
#toc_container .toc_number.toc_depth_1{

}

/* 子の目次の番号 */
#toc_container .toc_number:not(.toc_depth_1){

}

/* 子の目次 */
#toc_container ul.toc_list > li > ul{
	list-style: none;
	margin-left:40px;
}

/* レスポンシブ設定(667px幅以下) */
@media only screen and (max-width: 667px){
	#toc_container{
		padding:20px 3vw;
		min-width: auto;
		width:90%!important;
	}
	#toc_container p.toc_title+ul.toc_list{
		padding:20px 0 0;
	}
	#toc_container ul.toc_list > li > ul{
		margin-left:30px;
	}
}
/* PC
-------------------------------------------- */
@media print, screen and (min-width: 681px){

span.break_pc{
	display: block;
}
.hide_pc{
	display: none;
}
.typograph {
}

.typograph h2{
	background: url(/image/common/pagetitle_bg.jpg) no-repeat;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	font-weight:normal;
	font-size:2.4em;
	color:#444;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 #FFF;
	line-height:140%;
	padding:28px 30px 20px 30px;
	margin-bottom:8px;
}

.typograph h3{
	clear:both;
	background: url(/image/common/page_subtitle_bg.png) ;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	font-size:1.85em;
	line-height:160%;
	color:#444;
	letter-spacing: 2px;
	padding:18px 16px 14px 20px;
	margin:22px 0 18px 0;
}
.typograph h3 a {
	color:#444;
	text-decoration:none;
}
.typograph h3 a:hover {
	color:#777;
	text-decoration:none;
}

.typograph h4{
	clear:both;
	font-size:1.6em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	color:#444;
	letter-spacing: 1px;
	line-height:145%;
	padding:8px 15px;
	margin-bottom:20px;
	border-bottom: 3px solid #F19164;
}
.typograph h4 a {
	color:#444;
	text-decoration:none;
}
.typograph h4 a:hover {
	color:#777;
	text-decoration:none;
}
.typograph h5{
	font-size:1.45em;
	line-height:145%;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	letter-spacing: 1px;
	margin-bottom:15px;
	padding-left: 15px;
	border-left: 5px solid;
	color: #2f83cc;
}
h6 {
	font-size:1.2em;
	background-color: #EEE;
	margin: 0 0 10px 0;
	padding:10px;
}

/* Text elements */
.typograph p{
	font-size:1.3em;
	font-weight:normal;
	line-height:180%;
	color:#555;
	margin-bottom:15px;
	padding:0 5px 0 5px;
	letter-spacing:1px;
}
.typograph table p {
	font-size: 100%;
}
.typograph .btn{
	margin-left:5px;
}
.typograph p.wp-caption-text{
	font-size:1.0em;
	color:#777;
	line-height:130%;
	margin:5px 0 0 0;
}

p.archiveTitle{
	font-size:1.4em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	font-weight:bold;
	color:#555;
	margin-bottom:15px;
	padding-left:6px;
}

.typograph .entry{
	margin-bottom:45px;
}
.typograph .entry .boxMeta{
	margin-bottom:18px;
}
.typograph .entry .thumbnail{
	float: right;
	margin: 0 0 20px 20px;
}
.typograph .entry .thumbnail img{
	border:1px solid #EFEFEF;
}

.typograph .entry p.date{
	float:left;
	font-size:1.3em;
	font-weight:bold;
	color:#888;
	margin-bottom:4px;
}
.typograph .entry p.terms{
	float:left;
	padding-top:3px;
	margin-left:5px;
}

.typograph .entry p.category,
.report .entry p.tag{
	clear:both;
	font-size:0.9em;
	color:#999;
	margin-bottom:4px;
}
.typograph .entry p.category a,
.report .entry p.tag a {
	color:#999;
	text-decoration:none;
}
.typograph .entry p.category a:hover,
.report .entry p.tag a:hover {
	color:#F19164;
	text-decoration:none;
}

.report .entry .image{
	text-align: center;
	margin: 24px 0 24px 0;
}

/* Alignment */
.typograph .alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
.typograph .alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}
.typograph .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Table */
.typograph table{
	clear:both;
	width:100%;
	margin:10px auto;
	margin-bottom:20px;
	border-collapse: collapse;
	border-spacing: 0;
}
.typograph table th{
	font-size:16px;
	font-weight:bold;
	padding: 10px;
	border:1px solid #DEDEDE;
	background-color:#F6F4EF;
}
.typograph table td{
	font-size:16px;
	padding: 10px;
	border:1px solid #DEDEDE;
}

.typograph .table-noborder th{
	background-color:#EEE;
	border:none;
}
.typograph .table-noborder td{
	font-size:16px;
	border:none;
}

.typograph .layout th{
	font-size:12px;
	padding:0;
	border:none;
	}
.typograph .layout td{
	font-size:12px;
	padding: 0;
	border:none;
	}

/* List style */
.typograph ul,
.typograph ol {
	list-style-position: inside;
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
.typograph ul {
	list-style: square;
}
.typograph li {
	margin: 0 0 5px 0;
}
.typograph ol {
	list-style-type: decimal;
}
.typograph ol ol {
	list-style: upper-alpha;
}
.typograph ol ol ol {
	list-style: lower-roman;
}
.typograph ol ol ol ol {
	list-style: lower-alpha;
}
.typograph ul ul,
.typograph ol ol, ul ol, ol ul {
	margin-bottom: 0px;
}
.typograph dl {
	margin: 0 1.625em;
}
.typograph dt {
	font-size: 15px;
	font-weight: bold;
}
.typograph dd {
	margin: 0 0 1.625em;
}
.typograph strong {
	font-weight: bold;
}
.typograph cite, em, i {
	font-style: italic;
}
.typograph cite {
	border: none;
}
.typograph big {
	font-size: 131.25%;
}

.typograph p.tel{
	font-size:2.0em;
	font-weight:bold;
	color:#333;
	text-shadow: 0 -1px 0 #000;
	line-height:105%;
	margin-bottom:2px;
}
.typograph .photo{
	padding: 4px;
	background: white;border: 1px solid #EFEFEF;
}


}


/* Mobile
-------------------------------------------- */
@media screen and (max-width: 680px){

span.break_mob{
	display: block;
}

.btnType1{
	margin:20px 0 0 20px;
}

.typograph .entry:after,
.typograph .entry .boxMeta:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.typograph .entry,
.typograph .entry .boxMeta{
	zoom: 1;
}

.typograph {
}

.typograph h2{
	background: url(/image/common/pagetitle_bg.jpg) no-repeat;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	font-weight:normal;
	font-size:2.4em;
	color:#444;
	letter-spacing: 2px;
	text-shadow: 0 1px 0 #FFF;
	line-height:140%;
	padding:28px 30px 20px 30px;
	margin-bottom:8px;
}

.typograph h3{
	clear:both;
	background: url(/image/common/page_subtitle_bg.png) ;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	font-size:1.65em;
	line-height:160%;
	color:#444;
	letter-spacing: 1px;
	padding:18px 10px 14px 10px;
	margin:22px 5px 18px 5px;
}
.typograph h3 a {
	color:#444;
	text-decoration:none;
}
.typograph h3 a:hover {
	color:#777;
	text-decoration:none;
}
.typograph h4{
	clear:both;
	font-size:1.6em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	color:#444;
	letter-spacing: 1px;
	line-height:145%;
	padding:8px 15px;
	margin:0 5px 20px 5px;
	border-bottom: 3px solid #F19164;
}
.typograph h4 a {
	color:#444;
	text-decoration:none;
}
.typograph h4 a:hover {
	color:#777;
	text-decoration:none;
}
.typograph h5{
	font-size:1.45em;
	line-height:145%;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	letter-spacing: 1px;
	margin-bottom:15px;
	padding-left: 15px;
	border-left: 5px solid;
	color: #2f83cc;
}
h6 {
	font-size:1.2em;
	background-color: #EEE;
	margin: 0 0 10px 0;
	padding:10px;
}

/* Text elements */
.typograph p{
	font-size:1.3em;
	font-weight:normal;
	line-height:170%;
	color:#555;
	margin-bottom:5px;
	padding:0 5px 0 5px;
}
.typograph li{
	font-size:1.3em;
	line-height:170%;
}
.typograph table p {
	font-size: 100%;
	line-height:170%;
}
.typograph .btn{
	margin-left:5px;
}
.typograph p.wp-caption-text{
	font-size:1.0em;
	color:#777;
	line-height:130%;
	margin:5px 0 0 0;
}

p.archiveTitle{
	font-size:1.4em;
	font-family: "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	font-weight:bold;
	color:#555;
	margin-bottom:15px;
	padding-left:6px;
}

.typograph .entry-content p{
	width: 90%;
	margin: auto;
}

.typograph .entry{
	margin-bottom:35px;
}
.typograph .entry .boxMeta{
	margin-bottom:18px;
}
.typograph .entry .thumbnail{
	float: right;
	width: 30%;
	margin: 0 0 16px 16px;
	border:1px solid #EFEFEF;
}

.typograph .entry .thumbnail img{
	border:1px solid #EFEFEF;
}
.typograph .entry p.date{
	font-size:1.0em;
	font-weight:bold;
	color:#222;
	margin-bottom:4px;
}
.typograph .entry p.terms{
	float:left;
	padding-top:3px;
	margin-left:5px;
}
.typograph .entry p.category,
.typograph .entry p.tag{
	display:none;
}


/* Alignment */
.typograph .alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
.typograph .alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}
.typograph .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Table */
.typograph table{
	clear:both;
	width:100%;
	margin:10px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.typograph table th{
	font-size:14px;
	font-weight:bold;
	padding: 8px;
	border:1px solid #DEDEDE;
	background-color:#F6F4EF;
}
.typograph table td{
	font-size:14px;
	line-height:160%;
	padding: 8px;
	border:1px solid #DEDEDE;
}

.typograph .table-noborder th{
	background-color:#EEE;
	border:none;
}
.typograph .table-noborder td{
	font-size:14px;
	line-height:160%;
	border:none;
}

.typograph .layout th{
	font-size:12px;
	padding:0;
	border:none;
	}
.typograph .layout td{
	font-size:12px;
	padding: 0;
	border:none;
	}

/* List style */
.typograph ul,
.typograph ol {
	list-style-position: inside;
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
.typograph ul {
	list-style: square;
}
.typograph li {
	margin: 0 0 5px 0;
}
.typograph ol {
	list-style-type: decimal;
}
.typograph ol ol {
	list-style: upper-alpha;
}
.typograph ol ol ol {
	list-style: lower-roman;
}
.typograph ol ol ol ol {
	list-style: lower-alpha;
}
.typograph ul ul,
.typograph ol ol, ul ol, ol ul {
	margin-bottom: 0px;
}
.typograph dl {
	margin: 0 1.625em;
}
.typograph dt {
	font-size: 15px;
	font-weight: bold;
}
.typograph dd {
	margin: 0 0 1.625em;
}
.typograph strong {
	font-weight: bold;
}
.typograph cite, em, i {
	font-style: italic;
}
.typograph cite {
	border: none;
}
.typograph big {
	font-size: 131.25%;
}



.typograph p.tel{
	font-size:1.6em;
	font-weight:bold;
	color:#333;
	text-shadow: 0 -1px 0 #000;
	line-height:105%;

	margin-bottom:2px;

}
.typograph .photo{
	padding: 4px;
	background: white;border: 1px solid #EFEFEF;
}

}