@charset "utf-8";

/*Color */

.my-bgcolor{
	background: #000066;
}

.my-bgcolorgrad{
	background-image: linear-gradient(90deg,rgba(136,0,193,1.00) 0%,rgba(68,197,120,1.00) 20%,rgba(136,0,193,1.00) 100%);
}

.my-nav-bgcolor{
    background-color: #7F0125 !important;
}
.my-nav-xmasbgcolor{
    background-color: #ff0000 !important;
}
.mynavbar-green {
	background-color: #006400 !important;
}

.myft-bgcolor {
	background-color: #006400 !important;
}

.mynav-link{
	color: #FFFFFF !important;
	font-size: 0.8em;
	font-weight: 500;
}

.active .mynav-link{
	text-decoration: underline;
	text-underline-position:under;
}

.mynav-link:hover, .mynav-link:active{
	color: #FFF800 !important;
}

/*Jumbotron*/

.my-jumbotron{
    height: 100vh;
    background: url("../imges/hyakunenjt.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.takeout-jumbotron{
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-image: url(../../img/rest/_U0A6777.jpg);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 66.68%;
}

.my-jumbotron-inner{
	width: 100%;
}

.my-jumbotron-inner .catchtext{
	color: #ffffff;
	text-shadow:2px 1px 2px #000000;
	text-align: center;
	font-weight: bold;
}

.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: Red;/*背景色*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  }

.example img {
  width: 100%;
  }

.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.h3skyline {
    border-bottom: 10px groove #1DFC00;
    border-left-width: 2px;
}
.h3skylineautumn {
    border-bottom: 10px groove #ff3300;
    border-left-width: 2px;
}
.col6 {
}
.red-border {
    border-left: 20px solid #ff3300;
}
.course-border {
    border-left: 3px outset #FF0004;
}

.row-0{
    margin-left:0px;
    margin-right:0px;
 
    div{
        padding-right:0px;
        padding-left:0px;
    }
}
.row-10{
    margin-left:-5px;
    margin-right:-5px;
 
    > div{
        padding-right:5px;
        padding-left:5px;
    }
}
.row-20{
    margin-left:-10px;
    margin-right:-10px;
 
    > div{
        padding-right:10px;
        padding-left:10px;
    }
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
 
    > div{
        padding-right:15px;
        padding-left:15px;
    }
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
 
    > div{
        padding-right:20px;
        padding-left:20px;
    }
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.bg-colorz {
    background-color: #FF0000 ;


}
.bg-infog {
    background-color: #DDD6D6;
}

.img-box {
  position: relative;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.img-box:hover .active {
  opacity: 1;
}

.relative {
    position: relative;
	bottom: 33px;
	right:  -8px;
}
.absolute {
    position: absolute;
	right:  30px;
    bottom: 30px;
}

.stripe {
  	width: 100vw;
	height: 90vh;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

.stripe2 {
  background: repeating-linear-gradient(-45deg, #ffdab9, #ffdab9 5px, #fce6ba 5px, #fce6ba 10px);
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

h1,

h2 {font-family: a-otf-futo-go-b101-pr6n, sans-serif;
font-style: normal;
font-weight: 500;}
h6 {
	font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
}

bbver {
	font-family: jesaya, sans-serif;
	font-style: normal;
	font-weight: 200;
}.bottledream {
    background-color: #6A0404;
}
.xmas {
    background-color: #FF0004;
}
.hakkou {
    background-color: #490F00;
}

.hakkoujt {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../img/rest/hakkou/_U0A6184.jpg);
    background-size: cover;
    height: 40vh;
}
.top-border {
    border-top: 3px solid #FFFFFF;
}

td.rec {
white-space: nowrap;
}
th.rec {
white-space: nowrap;
}

.recside {
    width: 100px;

    overflow: hidden;
    zoom: 1;
}
.recsidep {
    overflow: hidden;
    zoom: 1;
}
.recsideImg {
    float: left;
}
.announceborder {
    border: 2px double #FF0004;
}
.hinabg {
    background-image: url(../../img/rest/hina/hinabg.jpg);
}
.hina {
    font-family: 'Charmonman', cursive;
    color: #FF0004;
    font-weight: 300
}
.cancel {
    white-space: nowrap;
}
.cancelbd {
    border: 5px solid #FF0004;
}
.bottomborder {
    border-bottom: 4px solid #0F7700;
}
.bottomborder1 {
    border-bottom: 3px solid #FF0004;
}

.takeout 
   { body font-family ：'Crimson Pro' 、serif ; font-size ：48px ; }

.bcborder {
    border-left: 13px solid #20DD20;
}
.bcframe {
    background-color: #DDFFEE;
    border: 1px solid #AADDBB;
}
.bcborder_b {
    border-left: 1px solid #AAAAAA;
    padding-left: 0px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.waza {
	color: #FF00DD;
}
.reserve {
    color: #B96E3A;
    border-top: 2px solid #ABABAB;
    background-color: #DFDFDF;
}
.reserve2 {
    color: #B96E3A;
}
.reservecont {
    border: 4px solid #E9E9E9;
}
.reservet {
    color: #E7C9B4;
    border-top: 2px solid #ABABAB;
    background-color: #5B4933;
    vertical-align: middle;
}
.covid19 {
    background-color: #009933;
    color: #FFFFFF;
}

div.card-box div.card {
    transition:transform 0.3s;
}
 
div.card-box div.card:hover {
    transform:scale(1.1);
}
.dsub {
    width: auto;
    height: auto
    
}

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.footr {
    opacity: 0.5;
}
.footr:hover {
    opacity: 1;
}

.col-6 .row .px {
	color: #FF0004;
}