﻿@charset "UTF-8";
/*@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);*/

/* CSS Document */

body {
	color: #2f1804;
}
@media screen and (max-width: 767px) {
#wrap{
	width:100%;
  overflow:hidden;
  }
}

@media (min-width: 768px) {
header{
	padding: 20px 0 0 0;
	}
#head{
	padding:0 1em;
	}	
}

/*============== logo ===========*/
@media (min-width: 768px) {
#logo {
	background: url(../img/logo.png) no-repeat 0 0;
}
#logo a {
	height: 102px;
}
}
 @media screen and (max-width: 767px) {
h1#logo {
	font-size: 9px;
}
#logo {
	background: url(../img/logo.png) no-repeat top left;
	height: 103px;
	z-index: 999;
	margin-top: 20px;
}
#logo a {
	height: 103px;
}
}
/*============== tel ===========*/
.head-tel span {
	padding-left: 10px;
	font-size: 3.2rem;
}
.wrap-head-tel {
	text-align: right;
}
.btn-mail {
	font-size: 1.6rem;
}
 @media screen and (max-width: 767px) {
.btn-mail {
	font-size: 1rem;
}
.head-add {
	text-align: center;
	font-size: 14px;
	display:none;
}
.wrap-head-tel .head-tel {
	font-size: 16px;
	text-align: center;
	display: none;
}
.head-tel span {
	padding-left: 10px;
	font-size: 1.2rem;
}
header .d-flex {
	display: none !important;
}
}
/*============== navi ===========*/
/* ナビを2段に */

.gnav {
	flex-direction: column;
}
.navbar-toggler {
	border-color: #008fd4;
	background-color: #008fd4;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
.navbar-nav span {
	display: block;
	font-family: Century Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
 @media screen and (max-width: 767px) {
.navbar-toggler {
	position: absolute;
	top: -50px;
	right: 20px;
}
.navbar-nav {
	text-align: left;
	background: #008fd4 !important;
}
.navbar-nav span {
	display: block;
}
.nav-link.disabled {
    color: #fff;
}
.navbar-nav a{ color: #fff; }
.nav-item {
	text-align: left;
	border-bottom: 1px solid #eee;
	padding: 0 20px;
	position:relative;
}
.nav-item.tel-sp{
	padding:0 10px;
	}
.nav-item.tel-sp .text-blue{
	color: #008fd4 !important;
	}
.nav-item.tel-sp a:first-child{
	color: #008fd4 !important;
	}	
div.nav-item::after{
	font-family: "FontAwesome";
	content:'\f054';
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -.5em;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	}
.nav-item.tel-sp:after{
	display: none;
	}
.nav-item.tel-sp{ background: #fafafa; }
.navbar {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.navbar-collapse {
	text-align: left;
	display: block;
    width: 100%;
}
}
 @media (min-width: 992px) {
.navbar-nav {
	text-align: center;
}
.navbar-nav a {
	color: #2f1804;
}
.navbar-nav a:hover {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.nav-link {
	border-bottom: 10px solid;
	padding-right: 1.6em !important;
	padding-left: 1.6em !important;
	letter-spacing: 2px;
}
.about {
	border-color: #e40611;
}
.profile {
	border-color: #ee6d00;
}
.voice {
	border-color: #fdd23c;
}
.cal {
	border-color: #71b81a;
}
.map {
	border-color: #51c0ed
}
.about span {
	color: #e40611;
}
.profile span {
	color: #ee6d00;
}
.voice span {
	color: #fdd23c;
}
.cal span {
	color: #71b81a;
}
.map span {
	color: #51c0ed
}
}
 @media (min-width: 768px) {
.nav-item.tel-sp{ display: none; }
 }
/*============================ slider 
=============================================*/
/* slider */
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
	color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 20px;
	z-index: 99;
}
.slick-prev {
	left: 15px;
	z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #fff;
	
}
.slider-box {
	position: relative;
	overflow: hidden;
}
/*スライド画像の横幅可変*/
.slider-box img {
	max-width: 100%;
	height: auto;
}
 @media screen and (max-width: 767px) {
.slick-next, .slick-prev {
	
}
}
 @media (min-width: 992px) {
.txt-top {
	width: 757px;
	height: 292px;
	display: block;
	background: url(../img/txt-top.png) no-repeat top center;
	background-size: 757px;
	overflow: hidden;
	margin: 20px auto 10px;
	margin-bottom: 30px;
	position: absolute;
	z-index: 999;
	top: 320px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
}
.em {
	color: #f07900;
	font-size: 4rem;
}
 @media screen and (max-width: 767px) {
.txt-top {
	display: none;
}
.txt-top .hide-txt {
	display: none;
}
}
/*========================================== common ===========*/
/* 見出し */
.h-eng {
	display: block;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	color: #918780;
	font-size: 1.6rem;
}
.h-rainbow {
	text-align: center;
}
h1.h-rainbow {
	font-size: 2rem;
	background: url(../img/h-rainbow.png) no-repeat top center;
	padding-top: 40px;
	line-height: 150%;
}
.h-line {
	background: url(../img/h-line.png) no-repeat center;
	text-align: center;
}
.h-line span {
	background: #fde7d5;
	padding: 0 10px;
}
 @media screen and (max-width: 767px) {
h1.h-rainbow {
	font-size: 1.3rem;
}
.h-eng {
	font-size: 1rem;
}
h2 {
	font-size: 1.2rem;
}
}
/* ふせん見出し */
.fusen {
	position: relative;
	background: #fff !important;
	padding: 0.25em 0.5em;
	border-left: solid 2em #0b0be0;
}
.fusen span {
	content: "";
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fusen.bg-green {
	border-color: #71b81a;
}
.fusen.bg-yellow {
	border-color: #fdd23c;
}
.fusen.bg-red {
	border-color: #e40611;
}
 @media screen and (max-width: 767px) {
h3 {
	font-size: 1.3rem;
}
}
/* font */
.wf-sawarabigothic {
	font-family: "Sawarabi Gothic";
}
.text-primary {
	color: #2f1804 !important;
}
.text-secondary {
	color: #918780;
}
.text-blue {
	color: #008fd4;
}
.text-light-blue {
	color: #51c0ed;
}
.text-green {
	color: #71b81a;
}
.text-yellow {
	color: #fdd23c;
}
.text-orange {
	color: #ee6d00;
}
.text-red {
	color: #e40611;
}
.btn-primary {
	background: #008fd4 !important;
	border-color: #008fd4 !important;
}
.btn:hover {
	opacity: .6;
}
/* bg */

.bg-blue {
	background-color: #008fd4;
}
.bg-light-blue {
	background-color: #51c0ed;
}
.bg-green {
	background-color: #71b81a;
}
.bg-yellow {
	background-color: #fdd23c;
}
.bg-orange {
	background-color: #ee6d00;
}
.bg-red {
	background-color: #e40611;
}
 @media (min-width: 768px) {
.hidden-pc {
	display: none;
}
}
.hide-txt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
 @media (min-width: 768px) {
.hide-txt-pc {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
}
/* 背景 */
.box-bg {  /*#eee7e2;*/
	background: #fde7d5 /*rgb(238,109,0,.2)*/;
}
.box-bg.bg-yellow {
	background: rgba(253, 210, 60, .2);
}
.box-bg.bg-green {
	background: #effdda;
}
/* margin */
 @media screen and (max-width: 767px) {
.mb-5, .my-5 {
    margin-bottom: 1.2em !important;
}
 }
/* ============================================ リスト
================================================*/
ul.list-check {
	background: rgba(238, 109, 0, .2);
	padding: 0.5em 1em 0.5em 1em;
	position: relative;
	overflow:hidden;
	display:block;
}
ul.list-check li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;/*ポチ消す*/
}
/* ============================================ テーブル
================================================*/
.table-border th, .table-border td {
	border-bottom: 5px solid;
	border-top: 0px;
}
.table-border th {
	border-bottom-color: #51c0ed;
}
.table-border td {
	border-bottom-color: #ee6d00;
}
/*==========================lead
=====================================*/
#lead .container .first {
	background-image: url(../img/bg_illu.png);
	background-repeat: no-repeat;
	background-position: 30% 100%;
}
@media screen and (max-width: 767px) {
#lead .container .first {
	background-image: url(../img/bg_illu.png);
	background-repeat: no-repeat;
	background-size: 34%;
	background-position: left bottom;
}
#lead .fa-3x {
	font-size: 1.6rem;
}
}
/*==========================about
=====================================*/
@media (min-width: 768px) {
#about .table {
	width: 70%;
	margin: 0 auto;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 767px) {
#about .table{
	overflow: hidden;
	}
#about .table th,
#about .table td{
	display:block;
    float:left;
    clear:both;
    width: 100%;
}
#about .table, #about table.table tbody, #about table.table tr {
    display: block !important;
    width: 100% !important;
}
}
/*==========================banner contact
=====================================*/
@media screen and (max-width: 767px) {
.bnr_contact .btn-pc{ display: none; }
.bnr_contact .btn-sp{ display:block;  margin:0 auto; }
}
@media (min-width: 768px) {
.bnr_contact .btn-pc{ display:block; margin:0 auto; }
.bnr_contact .btn-sp{ display: none;}
}
	
/*========================== profile
=====================================*/
@media screen and (max-width: 767px) {
#profile img {
	width: 60%;
	margin: 0 auto;
}
}
/*==========================voice
=====================================*/
#voice .card-body {
	background: url(../img/bg-voice-card.png) no-repeat 99% 99%;
}
/*==========================calendar
=====================================*/

#calendar {
        max-width: 900px;
        margin: 0 auto;
}                
 
html > body {
        font-family: 'Noto Sans Japanese','Segoe UI','Verdana','Helvetica','Arial', sans-serif;
}
.fc-left h2 {
        font-weight: normal;
}
.fc-widget-header th {}
.fc-unthemed td.fc-today {
	background: rgb(253, 210, 60, .2);
	}

th.fc-day-header, th.fc-widget-header {
        color: #550000;
        font-size: 14px;
        font-weight: normal;
}
.fc-sun > span {
        color: #cd384b;
}
.fc-sat > span {
        color: #415ea6;
}
td.fc-sun {
        background-color: #fde7d5;
}
td.fc-sat {
        background-color: #dceef7;
}
.fc-unthemed .fc-content, 
.fc-unthemed .fc-divider, 
.fc-unthemed .fc-list-heading td, 
.fc-unthemed .fc-list-view, 
.fc-unthemed .fc-popover, 
.fc-unthemed .fc-row, 
.fc-unthemed tbody, 
.fc-unthemed td, 
.fc-unthemed th, 
.fc-unthemed thead {
        border-color: #d1ccd9;
}
 
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        float: left;
}

/*========================== footer
=====================================*/

#footer {
	color: #fff;
}
#footer h1 a {
	font-size: 1.8rem;
	color: #fff;
	text-decoration: none;
	line-height: 130%;
}
#footer h1 span {
	font-size: 1.3rem;
	display: block;
}
#footer h1 a:hover {
	opacity: .6;
}
#footer .tel span {
	padding-left: 10px;
	font-size: 3.2rem;
}
#footer .btn-mail {
	color: #FFF;
	border: 3px solid #fff;
	border-radius: 8px;
	font-size: 1.3rem;
}
 @media screen and (max-width: 767px) {
#footer {
	text-align: center;
}
#footer h1 a {
	font-size: 1.2rem;
}
#footer .tel {
	margin: 10px 0;
}
#footer .tel a{
	color: #fff !important;}
#footer .tel span {
	padding-left: 10px;
	font-size: 1.2rem;
}
.copy {
font-size: .7rem;
}
#footer .btn-mail {
	font-size: 1rem;
}
}
/*========================== pagetop
=====================================*/
@media (min-width: 768px) {
#pagetop {
	background: url(../img/pagetop.png) no-repeat right bottom;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 117px;
	height: 88px;
}
}
 @media screen and (max-width: 767px) {
/* #pageTopを使う場合 */
body {
	padding-bottom: 40px;
}
#pagetop {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	text-decoration: none;
	color: #008fd4;
	background: #fdd23c;
	text-align: center;
	line-height: 40px;
	font-size: 1.3rem;
	opacity: .6;
	font-size: 1.3rem;
	z-index: 9999 !important;
}
}
