@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body{
font-family: 'Noto Serif JP', serif;
font-family: 'Lora', serif;
/*background-image: url("../images/backimg.jpg");*/
word-break: break-all;
}

a {
    color: #000000;

}

.height_200px {
	height: 200px;
}

.doubleline {
 border: thick double #777777!important;
}

p.indentfront{
  text-indent: 1em;
  padding-left: 1em;
}

p.indentback{
  text-indent: -1em;
  padding-left: 2em;
}


/*
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
*/

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

.double_line {
  display: inline-block;
  padding: 5px;
  border: double 10px #4682b4;
}
 
   
/*TEST */
.logo-title {
	font-family: "MS Serif";
	font-size: 130%; 
    padding-left: 16px;	
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {

    color: #fff;

    background-color: red;

}


.slant-bg {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
    top: 200px;
}

.slant-bg p {
    width: 65%;
    margin: 0 auto;
}

.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D1E28A;
    transform: skewY(-7deg);
    z-index: -1;
}
/*TEST */


.back_type_01 {
/*	background: url(../images/bootstrap_backimg1.png) no-repeat;*/
	background-color: #fdf8f3;
}

.back_type_00 {
/*	background: url(../images/bootstrap_backimg1.png) no-repeat;*/
	background-color: #333333; /* #08274d;*/
	color : #ffffff;
}

.g_map_size {
	width: 100%;
	height: 500px;
	text-align:center;
}


.cover-img {
	height: 600px;
	display: table;
	width: 100%;
	background-size: cover;
}

.cover-sub-img {
	height: 250px;
	display: table;
	width: 100%;
	background-size: cover;
}

img.header-logo {
	width: 30%;
	object-fit: cover;
/*    min-width: 100px; *//* 60px;*/	
	height: auto;
}

img.footer-logo {
	width: 50%;
	height: auto;
}

.logo-area {
	width: 100%;
	padding-left: 50px;
}
.container-color {
    background-image: url("../images/backimg.jpg");
    background-repeat: repeat;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.text-area {
	height: 100px;
}

.header-title {
	margin: 5px;
	vertical-align: center;
	font-weight: bold;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.frame-solid {
    border: 1px solid;
}

/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	
/* #6d9055 -> 166ad0    79a05f -> 1974e3 */
/* #1974e3 -> f90a01    166ad0 -> #eb0900*/

/*	background: #166ad0;*/ /* Old browsers */
	background: -moz-linear-gradient(top,  #f90a01 0%, #eb0900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f90a01), color-stop(100%,#eb0900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f90a01 0%,#eb0900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f90a01 0%,#eb0900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f90a01 0%,#eb0900 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f90a01 0%,#1eb0900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1974e3', endColorstr='#eb0900',GradientType=0 ); /* IE6-9 */
	
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }


.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-image-bg, .section-container-image-bg h2, .section-container-image-bg h3 {
    color: #fff;
}
.jumbotron{
    background-image: url("../images/home-subtitle.jpg");
}

.footer-top {
    padding: 60px 0;
    background-image: url("../images/backimg.jpg");
    background-repeat: repeat;      
    /*background: #333;*/
    text-align: left;
    color: #000; /* #aaa;*/
}
.footer-links a {
    color: #000;
    border: 0;
}

.footer-about img.logo-footer {
    max-width: 200px;
    margin-top: 0;
    margin-bottom: 18px;
    margin: auto;
    display: block;
}

.footer-bottom {
    padding: 15px 0 17px 0;
    background: #444;
    text-align: left;
    color: #aaa;
}

.footer-copyright {
    padding-top: 5px;
    text-align:center;
}

.footer-links a:hover {
    color: red; /*#ffffff;*/
}    

.footer-links a {
    text-decoration: none;	
}  


@media (min-width: 768px){
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	.cover-img {
		height: 800px;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
		height: 500px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
		height: 300px;
	}
	.logo-area {
	width: 100%;
	margin: auto 25%;
	}
}

.cover-text {
	display: table-cell;
	vertical-align: middle;
 	text-align: center;
}

.header-text-style {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000;
}

.jumbotron-extend {
    height: 100vh;
    min-height: 350px;
    margin-bottom: 60px;
    background: url(../image/image06.jpg) no-repeat center center;
    background-size: cover;
}
.jumbotron-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 30px;
    padding-right: 30px;
}
.site-name {
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
}
.btn-black {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Avenir', serif;
}
.btn-black:hover {
    background-color: #fff;
    color: #000;
}
.sns-button {
    position: absolute;
    bottom: 32px;
    left: 46px;
}

.description {
    margin-bottom: 30px;
}
.description .lead {
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "Myriad Pro", serif;
    font-size: 26px;
}
.feature-image {
    margin-bottom: 26px;
}
.feature-image .image {
    float: left;
    width: 45.6%;
}
.feature-image .image:nth-child(even) {
    float: right;
}


/* KOKOKARA */

.sermon-wrap.sermon-wrap-2 .img {
    display: block;
    height: 250px;
    margin-bottom: 0;
}
.sermon-wrap .img {
    width: 100%;
}
.img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


ul.flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow_list li{
	border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 4px 10px;
    position: relative;
}
ul.flow_list li::after{bottom: -34px;
    color:#ccc;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_list li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.15em;
}








.box-design14 {
  margin: 20px auto 20px 20px;
  padding: 20px;
  border: 2px solid #434343;
}
.box-design14-ttl {
  position: relative;
  left: -40px;
  background-color: #4c9ac0;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
/*  font-size: 20px;*/
  font-weight: bold;
}

.bg-blue {
  background-color: #4c9ac0;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}
.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}
@media (min-width: 768px)
.d-md-block {
    display: block !important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.d-none {
    display: none !important;
}
*, ::after, ::before {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
@media (max-width: 344px) { 
	.logo-title {font-size: 100%;width:50%;} 
	img.header-logo {object-fit: scale-down;width:50%;}

}

@media (min-width: 345px) and (max-width: 768px) { 
	.logo-title {font-size: 115%;} 
	img.header-logo {object-fit: scale-down;width:50%;}
	
}

@media (min-width: 768px) and (max-width: 992px) {
	.logo-title {font-size: 87%;} 

}

@media (min-width: 992px) and (max-width: 1200px) {
	.logo-title {font-size: 100%;} 

}

@media (min-width: 1200px) {
	.logo-title {font-size: 130%;} 

}


/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1200px) {
	iframe.youtube {
    	width: 100%;
    	height: 587px;
	}
	div.iframe-youtube{
	    margin: 0;
        padding: 0 !important;
        max-width: 100%;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	iframe.youtube {
    	width: 560px;
    	height: 315px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 768px) {
	iframe.youtube {
    	width: 560px;
    	height: 315px;
	}

}
