@charset "utf-8";
/* CSS Document */

/*
Theme Name: faith_custom
Author: Faith
Author URI: http://www.faithno1.co.jp
*/

/*wordpressSTART*/
/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}

/*wordpress END*/


body{
	margin: 0;
	padding: 0;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 62.5%; /* 10px */
	color: #333;
	background: url(images/other_bg.jpg) repeat-x;
}
body a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: color 0.5s;
}
a img {
	border-style:none;
}
a:link,
a:visited {
	color: #b0875c;
	text-decoration:none;
	transition: color 0.5s;
}
a:hover {
	color:#e98216;
	/*
	color:#bdf347;*/
}
/*--------------------------------------------
h1,2,3,4,p,ul,li
---------------------------------------------*/
h1 {
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
}
h4 {
}
p,li,th,td,dt,dd {
	font-size: 1.4em;
	line-height:25px;
}
li {
	list-style:none;
	list-style-image:none;
}
span {
	color: #e98216;
}
strong {
	font-size: 1.6em;
	font-weight: bold;
}
/*--------------------------------------------
table
---------------------------------------------*/
table {
	width: 90%;
	margin-bottom: 20px;
}
th {
	padding: 10px 10px 10px 30px;
	line-height: 15px;
	border-bottom: 1px #CCC dotted;
	vertical-align: middle;
}
td {
	padding: 10px;
	border-bottom: 1px #CCC dotted;
}
/*--------------------------------------------
dl,dt,dd
---------------------------------------------*/
dl {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px #CCC dotted;
}
dt {
	color: #b0875c;
}
dd {
	margin-bottom: 10px;
}
.gallery dl{
	border-bottom: none;
}
/*--------------------------------------------
section,article
---------------------------------------------*/
section, article {
}
/*--------------------------------------------
header
---------------------------------------------*/
header {
	width: 1200px;
	/*height: 90px;*/
	height: 137px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
header h1 {
	width: 100%;
	margin: 30px 0 10px 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: normal;
	color: #b0875c;
	border: none;
}
header p {
	margin: 0;
	padding: 0;
}

/*-logo-----------------------------*/
#logo {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
}
/*-nav-----------------------------*/
nav {
	width: 840px;
	float: right;
	margin-top: 25px;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav li {
	width: 140px;
	margin: 0;
	padding: 0;
	float: left;
}
nav li a {
	margin: 0;
	padding: 0;
}
nav li a:hover {
}

/*-head_ttl-----------------------------*/
#head_ttl {
	padding: 50px 0 0 0;
}
#head_ttl h1 {
	width: 1200px;
	margin: 0 auto;
	border: none;
}
/*--------------------------------------------
contents
---------------------------------------------*/
#conts_area {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding:0 0 35px 0;
}
#conts_area h1 {
	padding: 0 45px;
	margin: 15px 0;
	font-size: 1.8em;
}

/*--------------------------------------------
main
---------------------------------------------*/
#main {
	width: 880px;
	margin-bottom: 30px;
	/*padding: 0 20px 0 0;*/
	padding: 0 0 0 0;
	height: auto;
	float: left;
}
#main h1 {
	margin: 0 0 15px 0;
	padding: 2px 0 20px 0;
	font-size: 1.8em;
	color: #b0875c;
}
#conts_area p {
	margin-bottom: 15px;
	overflow: hidden;
}
.blog_data {
	margin: 15px;
	overflow: hidden;
}
p.blog_time {
	margin: 0 0 0 0;
	padding-bottom: 10px;
}
#main .box {
	/*width: 100%;*/
	width: 850px;
	margin-bottom: 25px;
	padding: 15px;
	clear: both;
	float: left;
	border-bottom: 1px #CCC dotted;
}
#main .box h1 {
	margin: 0;
	padding: 0 0 5px 0;
	clear: none;
	background: none;

	border: none;
}
#main .box h1 span {
	font-size: 0.7em;
	margin-left: 10px
}
.service_data {
	margin: 50px 0 0 0;
	padding: 0 60px 60px 50px;
	border: 5px #fbc892 solid;
	clear: both;
}
#main .service_data h1 {
	margin: 0;
	padding: 10px 0 50px 30px;
	background: url(images/pop.jpg) no-repeat;
	color: #FFF;
	margin-top: -20px;
}
#main .service_data h2 {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	color: #b0875c;
}
.service_data ul {
	width: 250px;
	margin:0 0 30px 0;
	padding: 0 0 0 0;
	float: left;
}
.service_data li {
	margin: 0;
	padding: 10px 25px;
	font-size: 1.6em;
	background:#edebeb;
	list-style: inside;
}
.service_data li:nth-child(even){
	background:#e9e8e8;
}
.mail table th,
.mail table td {
	border: none;
}
.top-rojinhome-bnr{
	z-index: -1;
	margin-bottom: 45px;
}
.top-rojinhome-bnr p{
	margin-bottom: 0 !important;
	line-height: 0;
}
.top-rojinhome-bnr a{
	position:relative;
	margin-top: -5.5em;
    right: 9.8em;
	float: right;
	z-index: 1;
}
/*--------------------------------------------
archive
---------------------------------------------*/
.archive_list {
	margin-left: 15px;
	margin-bottom: 20px;
}
.archive_list dl {
	overflow:hidden;
}
.archive_list dl:last-child {
	padding-bottom:12px;
	background:none;
	border-bottom: none;
}
.archive_list dl dt {
	margin: 0;
	width: 120px;
	float:left;
	line-height:26px;
}
.archive_list dl dd.arc {
	margin: 0;
	margin-right: 15px;
	float:left;
	line-height:24px;
}
.archive_list dl dd.arc a {
	display:block;
	height:24px;
}

.archive_list dl dd.title {
	width:500px;
	float:left;
	line-height:24px;
}
.archive_list dl dd.title a {
	font-size:13px;
	color:#333;
	line-height:24px;
	text-decoration:underline;
}
.archive_list dl dd.title a:hover {
	text-decoration:none;
}
.news,
.blog,
.recipe,
.service-guide,
.event,
.dayevent,
.other {
	margin-left: 15px;
	margin-right: 5px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	border-radius: 2px;
	text-align: center;
}
.news {
	width: 90px;
	background-color: #88abda;
}
.blog {
	width: 90px;
	background-color: #c490bf;
}
.recipe {
	background-color: #f29c9f;
	width: 90px;
}
.service-guide {
	background-color: #8fc31f;
	width: 90px;
}
.other {
	background-color: #f19149;
	width: 90px;
}
.event,.dayevent {
	width: 90px;
	background-color: #c1c1c1;
}


/*--------------------------------------------
side
---------------------------------------------*/
#side {
	width: 260px;
	height: auto;
	float: right;
	margin-top: 45px;
	margin-bottom: 30px;
}
#side h1 {
	font-size: 2.0em;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
#side h1.blog_side_ttl {
	font-size: 1.6em;
	margin: 0 0 5px 0;
	padding: 8px;
	background-color: #f1f1f1;
	border: none;
}
.widget_area ul {
	margin-bottom: 20px;
}
.widget_area li {
	padding: 5px 0 5px 8px;
	border-bottom: 1px #CCC dotted;
}
.widget_area li a {
	color: #666;
}

.side_bn ul {
	margin: 0;
	padding: 0;
}
.side_bn li {
	margin: 0 0 20px 0;
	padding: 0;
}

.page_nav {
	padding: 30px 0 0 0;
	width: 100%;
	font-size: 13px;
	border-top: 1px #CCC dotted;
	overflow: hidden;
}
.prev{
	float: right;
}
.next{
	float: left;
}
/*--------------------------------------------


.single_pagenav {
	width: 780px;
	margin: 30px 0;
	padding: 10px;
	border: 3px #f1f1f1 double;
	overflow: hidden;
}
.single_pagenav dl {
	padding: 0 0 0 25px;
	line-height: 25px;
	border: none;
}
.single_pagenav dt {
	float: left;
	width: 70px;
	clear: both;
}
.next {
	background: url(images/next.jpg) no-repeat;
}
.prev {
	background: url(images/prev.jpg) no-repeat;
}
.single_pagenav dd {
	margin: 0 0 0 70px;
}
.nopost {
	padding-left: 25px;
	line-height: 25px;
}
.post_contets {
	margin: 0 15px;
}

/*--------------------------------------------
pagetop
---------------------------------------------*/

#pagetop {
	width: 1000px;
	height: 22px;
	margin: 0 auto;
	text-align: right;
	clear: both;
}
#pagetop p {
	margin: 0;
	padding: 0;
}
/*--------------------------------------------
footer
---------------------------------------------*/

footer {
	width: 100%;
	height: 213px;
	margin: 0;
	background: url(images/foot_bg.jpg) repeat-x;
	clear: both;
}

footer #inner {
	width: 1200px;
	height: 183px;
	margin: 0 auto;
	padding: 15px 0;
}
#conts_area #foot_add h1 {
	border: none;
}
#foot_add {
	margin-bottom: 50px;
	height: auto;
	float: left;
}
#foot_add h1 {
	margin: 20px 0 0 0;
	float: left;
	border: none;
}
#foot_add p {
	margin: 0;
	padding: 0;
	clear: both;
	color: #b0875c;
}

footer nav {
	float: left;
	margin: 55px 0 0 30px;
}
footer nav ul {
	margin: 0;
	padding: 0;
}
footer nav li {
	width: auto;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;
	float: left;
	background: url(images/point_01.png) no-repeat;
	font-size: 1.3em;
}
p.copy {
	width: 1200px;
	margin: 0 auto;
	color: #FFF;
	clear: both;
	text-align: center;
}

#login {
	width: 1040px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	clear: both;
}
#login p a {
}
#login p a:hover {
}

/*--------------------------------------------
固定ページ
---------------------------------------------*/
.greeting {
	width: 600px;
	margin: 0 auto;
}
.greeting p {
	margin-bottom: 20px;
}
ul#ondo_news {
	width: 800px;
	height: auto;
	margin: 0;
}
ul#ondo_news li {
	width: 124px;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	text-align: center;
	color: #b0875c;
	font-weight: bold;
}
ul#ondo_news li img {
	border: 1px #CCC solid;
}
/*--------------------------------------------
Mosaic
---------------------------------------------*/

.mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.mosaic-backdrop {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #112c18;
}

.mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #112c18;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
	background: url(img/hover-magnify.png) no-repeat center center;
	opacity: 0;
	-ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	display: none;
}

.fade .mosaic-overlay {
	opacity: 0;
	-ms-filter:  "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background: url(img/bg-black.png);
}

.bar .mosaic-overlay {
	bottom: -100px;
	height: 100px;
	background: url(img/bg-black.png);
}

.bar2 .mosaic-overlay {
	bottom: -95px;
	height: 150px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

.bar3 .mosaic-overlay {
	top: -100px;
	height: 100px;
	background: url(img/bg-black.png);
}
/*** End Animation Styles ***/
/*contact
-------------------*/
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="tel-344"] {
        width: 80%;
}
 
.wpcf7 textarea[name="your-message"] {
        width: 80%;
}


/*=========================================
Clearfix
=========================================*/
.clearfix{
	display		: inline-table;
	min-height	: 1%;
}

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

/* FOR MAC IE \*/
* html .clearfix{
	height		: 1%;
}
.clearfix{
	display		: block;
}
/* END OF FOR MAC IE */
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.right {
	float: right;
	margin: 0 0 0 15px;
}
.left {
	float: left;
	margin: 0 15px 0 0;
}

/*20190302tuika*/
.inst-wrap h1{
	font-size: 2.3em !important;
	font-weight: 600;
}
.f01{
	font-size: 110% !important;
}
.f02{
	font-size: 100% !important;
}
.f1{
	font-size: 140% !important;
}
.f2{
	/* font-size: 150% !important; */
}
.f3{
	font-size: 160% !important;
}
.f4{
	font-size: 170% !important;
}
.mrgb-01{
	margin-bottom: 10px !important;
}
.mrgb-02{
	margin-bottom: 20px !important;
}
.mrgb-03{
	margin-bottom: 30px !important;
}
.mrgb-04{
	margin-bottom: 40px !important;
}
.mrgb-05{
	margin-bottom: 50px !important;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.Left{
	float: left;
}
.Right{
	float: right;
}
.cont-lbl01{
	font-weight: 500;
	font-size: 180%;
	color: #e98216;
	border-left: 5px solid #e98216;
	padding: .3em 0 .3em .8em;
}
.cont-lbl02 {}

/*.inst-box01{
	display: flex;
	justify-content: space-between;
}*/
.inst-box01 li{
	line-height: 1em;
}
.inst-tbl{
	border:none;
	border-collapse: collapse;
	width: 100%;
	font-size: 110%;
}
.inst-tbl th{
	border-right: 1px solid #e98216;
	width: 15%;
	color: #e98216;
	padding: 0;
    text-align: center;
}
.inst-tbl th,.inst-tbl td{
	border-bottom: none;
	vertical-align: middle;
}
.inst-tbl td{
	padding: 1em 1.5em;
}
.inst-tbl-w1{
	width: 55%;
}
.inst-tbl-w2{
	width: 30%;
}
.inst-tbl-w3{
	width: 15%;
}
.inst-tbl-w4{
	width: 70%;
}
.inst-tbl img{
	max-width: 100%;
	height: auto;
}
.inst-tbl-bo{
	border-bottom: 1px solid #999 !important;
    margin-bottom: 0 !important;
    padding-bottom: .5em;
}

/*recruit*/
.hitokoto {
	background: #e8e8e8;
	padding: 22px 28px;
}

.recruit-tbl {
	border-collapse: separate;
	border-spacing: 15px
}

.recruit-tbl th, .recruit-tbl td {
	border-bottom: 1px solid #ffffff;
	padding: 0;
}

.recruit-tbl th {
	border-right: 1px solid #e98216;
	color: #e98216;
	width: 15%;
}

.recruit-tbl td {
	padding-left: 5px;
}

.recruit-w10 {
	width: 11%;
}