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

/*****************************************
* common
*****************************************/
.shadow-text {
  text-shadow: 2px 2px 5px black; /* 影の方向(右/下)、ぼかし、色 */
}

img {
    pointer-events: none;
    text-align: center;
}

p {
    margin-bottom: 0;
    line-height: 2;
    color: #706E6B;
    text-align: center;
}


h1.h1 {
	color: #826546;
}

h2.h2 {
	color: #826546;
}
h2.h2 span {
  font-size: 1.4rem;
  display: block;
	margin-top: .5rem;
}

h2.h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #FF8A00;
}

h3.h3 {
	color: #ff8a00;
  position:  relative;
  font-weight:  normal;
  padding-top: 10px;
  padding-left: 10px;
	text-align: left;
}
h3.h3::before {
  content:  '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 80px 50px;
  border-color: transparent transparent rgba(206,209,248,0.33) transparent; 
  position:  absolute;
  transform: rotate(30deg);
  top: -20px;
  left: 30px;
}

/* color */
.bg_color {
	background-color: #F8F4EF;
}

/* buttom */
.btn {
	border-radius: 0;
}

.btn-main {
  color: #fff;
  background-color: #ff8a00;
  border-color: #fff;
}

.btn-main:hover {
  color: #ff8a00;
  background-color: #fff;
  border-color: #fff;
}

.btn-main:focus, .btn-main.focus {
  box-shadow: 0 0 0 0.2rem rgba(130,101,70,0.50);
}

.btn-main.disabled, .btn-main:disabled {
  color: #ff8a00;
  background-color: #fff;
  border-color: #ff8a00;
}

.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.dropdown-toggle {
  color: #ff8a00;
  background-color: #fff;
  border-color: #ff8a00;
}

.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130,101,70,0.50);
}


.btn-sub {
  color: #fff;
  background-color: #ff8a00;
  border-color: #fff;
	width: 70%;
	margin: .5em auto;
}

.btn-sub:hover {
  color: #ff8a00;
  background-color: #fff;
  border-color: #fff;
}

.btn-sub:focus, .btn-sub.focus {
  box-shadow: 0 0 0 0.2rem rgba(130,101,70,0.50);
}

.btn-sub.disabled, .btn-sub:disabled {
  color: #fff;
  background-color: #ff8a00;
  border-color: #fff;
}

.btn-sub:not(:disabled):not(.disabled):active, .btn-sub:not(:disabled):not(.disabled).active,
.show > .btn-main.dropdown-toggle {
  color: #fff;
  background-color: #ff8a00;
  border-color: #fff;
}

.btn-sub:not(:disabled):not(.disabled):active:focus, .btn-sub:not(:disabled):not(.disabled).active:focus,
.show > .btn-sub.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130,101,70,0.50);
}



/* background */
.bg_1 {
	background: url("../images/bg_11.jpg") no-repeat center;
	background-size: cover;
}

.bg_2 {
	background: url("../images/bg_2.jpg") no-repeat center;
	background-size: cover;
}



/*navbar */
.fixed-top {
	background: #fff;
}

#top_logo img {
	width: 100%;
	max-width: 50px;
}


.mynav-link{
	color: #4A3724 !important;
	font-size: 1.1em;
	font-weight: 500;
}

.mynav-link:hover, .mynav-link:active{
	color: rgba(74,55,36,0.70) !important;
}

/*navbar Hamburger Menu*/
.mynavbar-toggler-color{
	border-style: solid 1px #fff;
	background-color: #fff;
}

.mynavbar-toggler-icon-color {
  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(74,55,36,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/*navbar 2rows*/

.fixnavbar-margin{
	padding-top: 134px
}

@media(min-width:992px){ 
	#top_logo {
		 justify-content: center !important;
	}
}


/*md Less than*/

@media(max-width:991.98px){ 
  .fixnavbar-margin{
    padding-top: 56px;
  }
  
  .navbarmobile-up{
    margin-top:-20px;
    z-index: -1;
  }
  
  .navbarmobile-topmargin{
    padding-top: 20px;
  }
  
  .mynav-link{
    text-align: center;
    line-height: 2em;
    border-bottom: solid 1px rgba(0,0,0,0.5);
  }
  
  .mynav-link:hover, .mynav-link:active{
    background: rgba(255,255,255,0.30);
  }

/*navbar scroll*/

  .navbarmobile-height{
    height: 100vh;
    overflow-y:auto;
    padding-top: 20px;
    padding-bottom: 52px;
    -webkit-overflow-scrolling: touch;
  }
  
  .navbarheight-mobile::-webkit-scrollbar {
    width: 5px;
  }
  
  .navbarheight-mobile::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  
  .navbarheight-mobile::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
  }

}


/* footer */
footer {
	background: #ff69b4;
	padding: 1rem 0;
}

footer ul{
	list-style: none;
	padding: 0;
}

footer ul li {
	border-bottom: 1px solid #fff;
	margin-bottom: .5em;
}

footer ul li a {
	color: white;
}
footer ul li a:hover {
	text-decoration: underline;
	opacity: 0.7;
	color: white;
}

footer p{
	color: white;
}

footer img {
	width: 100%;
	max-width: 90px;
}


@media(min-width:576px){ 
	footer ul {
    display:flex;
    width:100%;
    justify-content:space-between;
		padding: 1rem 0;
	}
	
	footer ul li {
	  border-bottom: none;
	}
}


/* page top */
#page_top{
  width: 80px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #826546;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #826546;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




/*****************************************
* トップページ
*****************************************/

/*Jumbotron*/

#top_header{
	height: 730px;
	background: url("../images/top_bg777.png") no-repeat center bottom;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

#top_concept{
	height: 630px;
	background: url("../images/leaf.png") no-repeat center;
	background-size: cover;
  position: relative;
	margin-bottom: 0;
}

@media(min-width:992px){ 
	#top_concept {
	  height: 530px;
	}
}

#top_concept::after {
  content: '';
  background-color: white(51,18,0.60);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


/* News&Event */
.top_nwsbox {
	padding: 0 2em;
}


.top_date {
	text-align: left;
	color: #533312;
	padding: 0 .1em .1em;
}

.top_title {
	text-align: left;
	color: #FF8A00;
	padding: 0 .1em .1em;
}

.top_newstext {
	text-align: left;
	color: #343638;
	font-size: 14px;
	padding: 0 .1em;
	margin-bottom: 1em;
}

@media(min-width:992px){ 
	.top_newstext {
		 margin-bottom: 0;
	}
}


/* Concept */
#top_concept h2.h2 {
	color: black;
  position: relative;
  z-index: 1;
}

#top_concept p {
	color: black;
  position: relative;
  z-index: 1;
}

#top_concept .btn {
  position: relative;
  z-index: 1;
}


/* Coordinate */



/* Access */
.top_table {
	width: 100%;
  padding: 0;
	margin: 0;
}

.top_table tr {
	border-top: 1px solid #826546;
}

.top_table th,
.top_table td{
	padding: 1em;
	text-align: left;
	color: #826546;
}

.top_table td{
	padding-left: 1em;
}


/*****************************************
* sample
*****************************************/
/*Jumbotron*/

#sub_header{
	height: 200px;
	background: url("../images/flowers.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 0;
}

#sub_header h1.h1 {
    color: #FF00B6;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: inherit;
}

#sub_header p {
	color: white;
	font-weight: 1rem;
}

h2.sub_h2 {
  position: relative;
  text-align: center;
  border: 2px solid #826546;
  background: #fff;
	color: #826546;
}

h2.sub_h2:before,
h2.sub_h2:after {
  position: absolute;
  content: '';
}

h2.sub_h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #826546;
  border-radius: 50%;
  background: #fff;
}

h2.sub_h2:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed #826546;
  background: #fff;
}

h2.sub_h2 i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 45px);
  width: 80px;
  height: 60px;
  text-align: center;
}

h2.sub_h2 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}

h2.sub_h2 span:before,
h2.sub_h2 span:after {
  position: absolute;
  content: '';
}

h2.sub_h2 span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #826546;
  border-radius: 50vw 50vw 0 0;
}

h2.sub_h2 span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}
