@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');

:root {
    --primary: #0d6efd;
    --dark : #333333;
    --success: #4d3b3a;
    --body: #888888;
    --warning: ;
    --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

body{
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-5 {
    color: var(--dark);
    font-weight: 500;
}

/*
.container{
    display: flex;
}
*/

a {
    color: var(--dark);
    text-decoration: none;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.navbar .nav-link {
color: #505050 !important;
font-size: 16px;
font-weight: 500;
padding-top: 16px;
}

.nav .nav-link {
color: #505050 !important;
font-size: 16px;
font-weight: 500;
padding-top: 16px;
}

#navbarNav {
	min-width: 730px;
}

.btn {
    padding: 14px 18px;
    border-width: 2px;
    border-radius: 5px;
}

.btn-sm{
	padding: 1px 1px;
    border-width: 2px;
    border-radius: 5px;
}

.hero {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

.hero::after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(77, 59, 58);
    z-index: -1;
}

/*
.iconbox {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    background-color: var(--primary);
    border-radius: 100px;
}
*/

.col-img {
    background-image:url("") ;
    background-position: center;
    background-size: cover;
    min-height: 500px;
}

.news{
    background-color:#4d3b3a;
    color: white;
}

.news h1{
    color: white;
    font-weight: 400;
}

/*コンテンツページ要素*/
.main{
    background-color:#4d3b3a;
    color: white;
    margin-top: 0;
}

.main h1{
    color: white;
    font-weight: 400;
}

.main_container {
  max-width: 960px;
}

main .lead{
    margin-top: 30px;
    margin-bottom: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: 300;
}

.main_lead{
	color: #262626;
	font-size: 16px;
	font-weight:400;
	padding-top: 30px;
}

.list-group{
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
}

/*フローリスト*/
.flowlist {
 box-sizing: border-box;
}
.flowlist body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
  font-size: 14px;
  color: #505050;
}

.flow {
  border: 3px solid rgb(77, 59, 58);
}
.flow > li {
  padding: 30px;
}
.flow > li:not(:last-child) {
  border-bottom: 3px solid rgb(77, 59, 58);
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(77, 59, 58);
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  webkit-box-align: center;
  ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: rgb(77, 59, 58);
  ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
  text-align: start;
}
.flow > li dl dt .icon {
  font-size: 14px;
  color: #fff;
  background: rgb(184,122,35);
  background: -moz-linear-gradient(left, #e5bb09 0%, #e5bb09 100%);
  background: -webkit-linear-gradient(left, #e5bb09 0%,#e5bb09 100%);
  background: linear-gradient(to right, #e5bb09 0%, 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  text-align: center;
}

.location-list{
    list-style:none;
}

/*
.area p {
  font-size: 18px;
  padding: 1rem 2rem;
  border: 2px dotted #333333;
}
*/

/*テキスト装飾CSS*/
.pen span{
background: linear-gradient(transparent 70%, #e5bb09 70%);
}

p span{
/*border-bottom: dashed 2px #e5bb09;*/
font-weight: 500;
color: crimson;
}


/*footer*/
.number{
    font-size: 30px;
    font-weight: 500;
}

.number p{
    line-height: 40px;
}

.fixed-bottom{
	background:rgba(184,122,35,0.8);
/*	background:rgba(80, 80, 80, 0.8);*/
}
.card-body{
	padding: 3px;
}

/*icons*/


/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    color: #737373;
    padding: 10px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,0.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
/***トップへ戻るボタンここまで***/

.footer_nav{
    background-color: #E3E3E3;
}

.featurette-divider {
  margin: 20px 0; /* ブートストラップの&lt;hr&gt;をもっと外に出す */
}

/* レスポンシブCSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* カルーセルコンテンツのサイズを大きくする */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
	
}
/*
  .featurette-heading {
    font-size: 50px;
  }
}
*/

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
	

}