@charset "utf-8";

body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
color:#33414d;
}
img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align:middle;
	display: block;
	border:0;
	width:100%;
	height: auto;
	line-height:0;
	font-size:0;
}
a:link,
a:visited {
color: #2660ad;
}

/*header*/
#headarea {
padding: 15px 0 0 0;
background: url("../images/headbk.jpg") center top no-repeat;
-webkit-background-size: 100% auto;
background-size: 100% auto;
}
/*nav*/
.navbar {
    padding: 0;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav .nav-item {
	border-left: #eadcbe 3px dotted;
}
.navbar-nav .nav-item:last-child {
	border-right: #eadcbe 3px dotted;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
justify-content: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 .8rem;
}
}


.navbar-btn .navbar-toggler {
    border: 2px solid transparent;
}
.navbar-btn .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.navbar-btn .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' p='round' stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-btn .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar-btn button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}




/*main*/
.parallax-window {
    min-height: 600px;
    background: transparent;
}
article section h2 {
text-align: center;
margin: 0 20% 45px 20%;
}
#contact h2 {
text-align: center;
margin: 0 15% 45px 15%;
}


#slidearea {
padding: 20px 0 40px 0;
}
.slide-photo {
padding: 1rem 2% 3rem  2%;
}
.slide-photo .swiper-pagination-bullet-active {
    background: #333;
    opacity: 1;
}
.slide-photo .swiper-button-next,
.slide-photo .swiper-button-prev {
    --swiper-navigation-color: #fff;
    top: var(--swiper-navigation-top-offset, 47%);
}
.sp-image-container {
position: relative;
}
#gaiyo .col-lg-6:first-of-type {
padding-right: 5px;
}
#gaiyo .col-lg-6:last-of-type {
padding-left: 5px;
}
#contact {
background: url("../images/back.gif");
}
#teikei ul {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
#teikei ul li {
margin: 0 2% .5rem 0;
padding: 0 0 0 .75rem;
width: 32%;
list-style: none;
background: url("../images/bullet.gif") left top 8px no-repeat;
}
#teikei ul li:nth-child(3n) {
margin: 0;
}
.contentsbox {
padding: 100px 0;
}
.cntbox {
}
.txtbox {
background-color: #fff;
border-radius: 5px;
padding: 30px;
margin-bottom: 30px;
}
.cntbox .h3ttl {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0 5px 0;
  margin: 0 0 0 -50px;
  width: calc(100% + 50px);
  color: white;
  background: #FF621C;
  margin-bottom: 30px;
}
.cntbox .h3ttl h3 {
  vertical-align: middle;
  margin: 0;
  padding: 3px 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 1.75rem;
  line-height: 1.6;
}
.cntbox .h3ttl:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #98390f;
}
.cntbox .h3ttl:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.cntbox .h4ttl2 {
  font-size: 1.5rem;/*文字の大きさ*/
  color: #ff7e00;/*文字色*/
  margin: 30px 0 20px 0;
  text-align: center;
}

.cntbox .h4ttl {
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 1.5rem;/*文字の大きさ*/
  background: #ff7e00;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  margin: 30px 0 20px 0;
}
.cntbox .h4ttl:before,
.cntbox .h4ttl:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.cntbox .h4ttl:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.cntbox .h4ttl:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.cntbox .h4ttl i,
.cntbox .h4ttl2 i {
  margin: 0 0.5em;
}
.cntbox h5 {
color:#FF621C;
font-size: 1.20rem;
line-height: 1.6;
margin: 0 0 10px 0;
padding: 0.3em 0.7em 0.2em 0.7em;
border-radius: 5px;
background-color: #fff3e7;
}
#hoshin ol {
margin: 0 0 0 2em;
padding: 0;
}
#hoshin ol li {
margin: 0 0 0.5em 0;
padding: 0;
font-size: 1.25rem;
}
#aboutlead {
font-size: 1.25rem;
line-height: 1.8;
text-align: center;
margin-bottom: 2em;
text-shadow:0px 0px 10px #dddddd;
}
#ichijibox p {
text-align: center;
font-size: 1.15rem;
line-height: 1.6;
color:#fff;
margin: 0;
padding: 0;
}
#ichijibox i {
font-size: 4.5rem;
line-height: 1.6;
color:rgba(255,255,255,0.7);
}
#ichijibox .ichijisbox {
padding: 1em 0 2em 0;
}
#ichijibox .col-lg-4:first-child .ichijisbox {
background: #56b6f2;
}
#ichijibox .col-lg-4:nth-child(2) .ichijisbox {
background: #59c3c4;
}
#ichijibox .col-lg-4:last-child .ichijisbox {
background: #ba97d9;
}
#ichijilead {
text-align: center;
font-size: 1.35rem;
line-height: 1.7;
margin: 2em 0;
color: #ff0000;
}
.cntbox .lead {
font-size:1.15em;
line-height:1.6;
}
.cntbox .lead strong {
font-weight: bold;
}
.figurebox p {
text-align: center;
margin: 0;
color:#fff;
}
.figurebox .text {
padding: 1em 0;
}
.figurebox .text p:first-child {
font-size: 2.25rem;
margin: 0;
}
.figurebox .text p:last-child {
font-size: 1.15rem;
margin: 0;
}
#mokuhyo .col-lg-4:first-child .text {
background-color: #67add1;
}
#mokuhyo .col-lg-4:nth-child(2) .text {
background-color: #94af33;
}
#mokuhyo .col-lg-4:last-child .text {
background-color: #e87d7d;
}
.checkbox {

}
.checkpoint {
margin: 0 0 20px 0;
padding: 0;
}
.checkpoint li {
margin: 0 0 0.2em 1.1em;
padding: 0;
list-style: none;
font-size: 1rem;
text-indent: -0.55em;
}
.checkpoint li i {
margin: 0 0.5em 0 0;
color:#FF621C;
}
.table {
width: 100%;
}
.table th,
.table td {
padding: .3rem .5em;
font-size: 1rem;
vertical-align: top;
}
.table th {
font-weight: normal;
background-color: #fff7e5;
}
.table thead th {
background-color: #ffd472;
}
.table td table {
margin:0.3em 0 0 0;
}
.table td p {
margin:0;
}
.table caption {
    padding: 0.3em 0.5em;
    color: #33414d;
	font-weight: bold;
    caption-side: top;
	background-color: #f6ba34;
	font-size: 1.25rem;
}
#gaiyo .table th {
width: 18%;
}
ul.notice {
margin: 0.3em 0 1rem 0;
padding: 0;
}
ul.notice li {
margin: 0 0 0.3em 1.2em;
padding: 0;
list-style: none;
font-size: .75rem;
text-indent: -1.2em;
}
p.notice {
margin: 0.3em 0 1rem 1.2em;
font-size: .75rem;
text-indent: -1.2em;
}
.table td .notice {
margin-bottom: 0;
}
.map {
position: relative;
padding-bottom: 45%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tel {
text-align: center;
font-size: 4em;
color:#E30000;
}
.tel a {
color:#E30000;
text-decoration: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
/*footer*/
#footarea {
padding: 2em 0;
text-align: center;
}
#copyright {
margin: 0.5em 0 0 0;
padding: 0;
font-family: Arial, Helvetica, "sans-serif";
font-size:.75rem;
color:#4d3c00;
}
#pagetop {
position: fixed;
bottom: 15px;
right: 15px;
padding: 0;
margin: 0;
z-index: 100000;
}
#pagetop a {
display: block;
background: #ffcc33;
padding: 0.5em 1em;
border-radius: 50%;
color:#fff;
}
.txt-s {
font-size: .875rem !important;
}



@media screen and (max-width:1199px) {

}
@media screen and (max-width:991px) {
.navbar {
    padding: .3rem;
	flex-direction: row-reverse;
	background-color: rgba(255,204,51,1);
	border-radius: 5px;
}
.navbar-toggler {
    padding: .15rem .5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-nav {
	border:none !important;
	padding: 0;
	margin: 5px 0.5% 0 0.5%;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
}
.navbar-nav .nav-item {
	border:none !important;
	padding: 0;
	margin: 0;
	flex-grow: 0;
	background: #fff;
	border-radius: 3px;
	flex-basis: 32.6666%;
}
.navbar-nav .nav-item {
	margin: 0.5%;
}
.navbar-nav .nav-item:nth-child(1),
.navbar-nav .nav-item:nth-child(3),
.navbar-nav .nav-item:nth-child(4),
.navbar-nav .nav-item:nth-child(6) {
	margin: 0.5% 0;
}
.navbar-nav .nav-item:nth-child(2),
.navbar-nav .nav-item:nth-child(5) {
	margin: 0.5% 1%;
}

.nav-link {
    padding:0.5em 0 !important;
}
article section h2 {
text-align: center;
margin: 0 0% 20px 0%;
}
#contact h2 {
text-align: center;
margin: 0 0% 20px 0%;
}
#aboutlead {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1em;
}
.cntbox .h3ttl h3 {
    padding: 1px 30px 0 15px;
    font-size: 1.5rem;
}
.cntbox .h3ttl:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 25px 10px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
.cntbox .lead {
    font-size: 1em;
    line-height: 1.6;
}
#ichijibox p br {
	display: none;
}
#ichijilead {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.6;
    margin: 1em 0;
    color: #ff0000;
}
.txtbox ol {
padding-left: 0.7em;
}
.tel {
    font-size: 3em;
}
#teikei ul li {
margin: 0 2% .3rem 0;
width: 49%;
}
#teikei ul li:nth-child(3n) {
    margin: 0 2% .3rem 0;
}
#teikei ul li:nth-child(even) {
margin: 0;
}



}
@media screen and (max-width:767px) {

}
@media screen and (max-width:565px) {

#headarea {
padding: 15px 0 0 0;
background: url("../images/headbk.jpg") center top no-repeat;
-webkit-background-size: 120% auto;
background-size: 120% auto;
}
#slidearea {
    padding: 10px 0 5px 0;
}
.slide-photo .swiper-button-next,
.slide-photo .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 43%);
}
.slide-photo .swiper-button-prev,
.slide-photo .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 20px);
}
.slide-photo .swiper-button-next,
.slide-photo .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 20px);
}
article section h2 {
text-align: center;
margin: 0 0% 10px 0%;
}
#contact h2 {
text-align: center;
margin: 0 0% 10px 0%;
}
.contentsbox {
    padding: 40px 0 10px 0;
}
.cntbox .h3ttl h3 {
    font-size: 1.25rem;
}
.cntbox .h3ttl {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0 5px 0;
    margin: 0 0 0 -27px;
    width: calc(100% + 27px);
    color: white;
    background: #FF621C;
    margin-bottom: 20px;
}
.cntbox .h3ttl:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 12px #98390f;
}
.cntbox .h4ttl {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 1.3rem;
    margin: 15px 0 10px 0;
}
.txtbox {
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 15px;
}
.checkpoint {
    margin: 0 0 15px 0;
    padding: 0;
}
.figurebox .text p br {
	display: none;
}
.cntbox h5 {
    color: #FF621C;
    font-size: 1.10rem;
    line-height: 1.4;
    margin: 0 0 6px 0;
    padding: 0.2em 0.5em 0.1em 0.5em;
    border-radius: 3px;
}
#hoshin ol {
    margin: 0 0 0 1.4em;
    padding: 0;
}
#hoshin ol li {
    margin: 0 0 0.3em 0;
    padding: 0;
    font-size: 1rem;
}
.table caption {
    padding: 0.2em 0.4em;
    font-size: 1rem;
}
.table th, .table td {
    padding: 0.2em 0.4em;
    font-size: 1rem;
}
#oneday .table tbody th {
	width: 35%;
}
#yeartable tr {
background-color: #fff7e5;
}
#yeartable th {
float: left;
display:block;
width: 20%;
padding: 0;
margin: 0;
border:none;
border-top: #dee2e6 1px solid;
}
#yeartable td {
float: left;
display:block;
width: 65%;
padding: 0;
margin: 0;
background-color: #fff;
border-top: none;
border-right: none;
border-bottom: #dee2e6 1px solid;
border-left: #dee2e6 1px solid;
}
.cntbox .h4ttl2 {
    font-size: 1.25rem;
    margin: 15px 0 10px 0 !important;
}
#ichijibox .ichijisbox {
    padding: 0.5em 1em 1em 1em;
}
#ichijibox i {
    font-size: 3.5rem;
}
#ichijilead {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0.5em 0;
}
.ichijisbox {
	display: table;
	width: 100%;
}
.ichijisbox p:first-child {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
.ichijisbox p:last-child {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	text-align: left;
}
#ichijibox p br {
    display:inline-block;
}
.txtbox ol {
    padding-left: 1em;
}
#contact p {
	margin: 0 0 0.5em 0;
}
.tel {
    font-size:2em;
}
#footarea {
    padding: 0.5em 0 0.7em 0;
}
}



