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

/*****************************************
* common
*****************************************/

p {
	margin-bottom: 0;
  line-height: 2;
	color: #706E6B;
}
P.p1 {
	margin:0;
	padding: 0;
 	color: #706E6B;
	display: inline-block;
    text-align: left;
	}
P.p1 a{text-decoration: underline;}
P.p2 {
	margin-top: 15px;
 	color: #706E6B;
    display: inline-block;	

	}

.bg-gray {background-color: #F8F4EF;}

a,a:hover,a:visited{
    color: inherit;
	
}

a:hover img{
	opacity:0.7;
}


#copyright p{
  background-color: #826546;
  color: white;
  text-align: center;
}
.sm-br {display: none;}

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: #826546;
  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(130,101,70,0.23) transparent; 
  position:  absolute;
  transform: rotate(30deg);
  top: -20px;
  left: 30px;
}

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

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

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

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

.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: #826546;
  background-color: #fff;
  border-color: #826546;
}

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

.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: #826546;
  border-color: #fff;
	width: 70%;
	margin: .5em auto;
}

.btn-sub:hover {
  color: #826546;
  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: #826546;
  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: #826546;
  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_1.png") no-repeat center;
	background-size: cover;
}

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



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

#top_logo img,
#ft_logo img{
	width: 100%;
	max-width: 150px;
}


.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;
}

/* 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;
}


/*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: 100px
}

@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;
  }

}

/* 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: -35px;
  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;
}	
/* *****btn***** */
.btn-box {
  text-align: center;
  margin-top: 1em;
}
.btn {
  width: 100%;
	padding: 1em 1em;
	font-size: 1.3em;
	font-weight: bold;
	margin: .5em;
}

a.btn-contact {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  border: 2px solid;
  transition: all 0.3s;
  color: #8e1c23;
  z-index: 1;
  overflow: hidden;
}
a.btn-contact:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -25px;
  bottom: -25px;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(120deg, #8e1c23 10%, #8e1c23 100%);
  transform: rotate(-30deg);
  transition: all 0.3s;
}
a.btn-contact .arrow {
  color: #000;
  position: absolute;
  bottom: 14px;
  right: 10px;
  margin-left: 2px;
  margin-top: 10px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
a.btn-contact .arrow:before {
  content: "";
  position: absolute;
  right: 1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn-contact:hover {
  background-image: linear-gradient(120deg, #8e1c23 10%, #8e1c23 100%);
  border-color: #fff;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
	color: #ffffff;
}
a.btn-contact:hover:before {
  right: -80px;
}
a.btn-contact:hover .arrow {
  right: -20px;
}
a.btn-reserve {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  transition: all 0.3s;
  color: #ffffff;
  z-index: 1;
  overflow: hidden;
	background-color: #8e1c23;
	border: 1px solid #8e1c23;
}
a.btn-reserve:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -25px;
  bottom: -25px;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(120deg, #ffffff 10%, #ffffff 100%);
  transform: rotate(-30deg);
  transition: all 0.3s;
}
a.btn-reserve .arrow {
  color: #000;
  position: absolute;
  bottom: 14px;
  right: 10px;
  margin-left: 2px;
  margin-top: 10px;
  width: 20px;
  height: 1px;
  background-color: #8e1c23;
  transition: all 0.3s;
}
a.btn-reserve .arrow:before {
  content: "";
  position: absolute;
  right: 1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #8e1c23;
  border-right: solid 1px #8e1c23;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn-reserve:hover {
  background-image: linear-gradient(120deg, #ffffff 10%, #ffffff 100%);
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
	color: #8e1c23;
}
a.btn-reserve:hover:before {
  right: -80px;
}
a.btn-reserve:hover .arrow {
  right: -20px;
}

/* *****top img***** */
#top_header{

	background: url("../images/top_bg_sm.jpg") no-repeat center top;
	background-size: cover;
	height: 310px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 0;
	border-radius: 0;
}

/* footer */
footer {
	background: #826546;
	color:#fff; 
	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;
}

/* ***** sns ***** */
ul#sns-box {
  list-style: none;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-left: 0;
	margin-bottom: 0;
}
ul#sns-box a {
  margin: 1em 1em 1em 0;
  width: 100%;
	display: inline-block;
}
ul#sns-box a:hover img{opacity: 0.7;}

	.top_date {
	color: #533312;
	padding: 0 .1em .1em;
	font-weight: bold;
	font-size: 18px;
}

.top_title {
	color: #FF8A00;
	padding: 0 .1em .1em;
}

@media(min-width:576px){ 
 	footer ul {
    display:flex;
	list-style: none;	
    width:100%;
    justify-content:space-between;
	padding: 1rem 0;
	}
	
	footer ul li {
	  border-bottom: none;}
	
	footer ul li a {
	color: white;
}
footer ul li a:hover {
	text-decoration: underline;
	opacity: 0.7;
	color: white;
}
.text-mphasis4,
.text-mphasis5 {
        font-size: 1em;
}	
.sm-br {display: block;}	

/* map */
.map {
  position: relative;
	width: 100%;
  padding-top: 25%;
	text-align: center;
}

.map iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
#sub_header{
	height: 200px;
	background: url("../images/company1.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 0;
}

#sub_header h1.h1 {
	color: dimgray;
	padding-top: 1em;
}

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


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

/*Jumbotron*/

@media(min-width:992px){ 
 #top_header{
	height: 700px;
	background: url("../images/top_bg1.jpg") no-repeat center top;
	background-size: cover;
	display: flex;
	justify-content: center;
	
}
	
#top_concept::after {
  content: '';
  background-color: rgba(83,51,18,0.60);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
}

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


.top_date {
	color: #533312;
	padding: 0 .1em .1em;
	font-weight: bold;
	font-size: 18px;
}

.top_title {
	color: #FF8A00;
	padding: 0 .1em .1em;
}

.top_newstext {
	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: white;
  position: relative;
  z-index: 1;
}

#top_concept p {
	color: white;
  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;
}
	

@media (max-width: 480px) {
	
	.top_date {
	color: #533312;
	padding: 0 .1em .1em;
	font-weight: bold;
	font-size: 18px;
}

.top_title {
	color: #FF8A00;
	padding: 0 .1em .1em;
}
	.top_table th,
	.top_table td {
	  display: block;
	}



@media (min-width: 1400px) {
 .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }

	#top_header{
	height: 880px;
	background: url("../images/top_bg1.png") no-repeat center top;
	background-size: cover;
	display: flex;
	justify-content: center;	
}
#sub_header{
	height: 200px;
	background: url("../images/company1.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 0;
}

#sub_header h1.h1 {
	color: dimgray;
	padding-top: 1em;
}

#sub_header p {
	color: dimgray;
	font-weight: 1rem;
}	
	
	
/* 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: -35px;
  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;
}	
	
/*****************************************
* sample
*****************************************/
/*Jumbotron*/

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;
}}}