@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
h2.h2s {
	color:#000;
	border-color: orange;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	font-size: 1.5rem;
}

h2.h2g {
	color:#000;
	border-color: orange;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 3px;
	font-size: 1.4rem;
}

h3.inf {
	color:#000;
	border-color: #666;
	border-style: dotted;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	font-size: 1.4rem;
}

h3.shop {
	color:#000;
	border-color: #FF5400;
	border-style: dotted;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	margin: 30px 10px 30px 30px;
	font-size: 1.4rem;
}

h3.shop:before {
	content: url('./img/h3shop.gif');
	margin-right: 5px;
}

h3.shop-g {
	color:#000;
	border-color: #FF5400;
	border-style: dotted;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	margin: 0px 10px 10px 15px;
	font-size: 1.3rem;
	
}

h3.shop-g:before {
	content: url('./img/h3shop-g.gif');
	margin-right: 5px;
}

a.telmoji {
	font-size: 150%;
}
	
	 
.h5 {
    line-height: 1.8rem;
	font-size: 110%;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

/* ====== 新着情報 ====== */
table.news-o {
	width: 95%;
	margin: 30px auto 10px;
	border: solid 1px #ccc;
	position: relative;
	border-collapse: collapse;
	background-color: #fff;
}

table.news-o::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #FF6E00;
    color: #fff;
    font-weight: 500;
    content: attr(data-number);
}

table.news-g {
	width: 95%;
	margin: 30px auto 10px;
	border: solid 1px #ccc;
	position: relative;
	border-collapse: collapse;
	background-color: #fff;
}

table.news-g::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #990000;
    color: #fff;
    font-weight: 500;
    content: attr(data-number);
}

table.news-o tr td,
table.news-g tr td {
	padding: 10px 20px 0px;
	text-decoration: none;
}

table.news-o tr td a,
table.news-g tr td a {
	color: #000;
}

table.news-o tr th,
table.news-g tr th {
	padding: 0px 20px 20px;
	width: 120px;
	vertical-align: middle;
}

table.news-o tr td.bottom,
table.news-g tr td.bottom {
	padding: 0px 20px 20px;
	text-decoration: none;
}

table.news-o tr th a:hover,
table.news-g tr th a:hover {
	text-decoration: none;
}

/* ====== テーブル個別 ====== */
.news-o h2,
.news-g h2 {
	 font-size: 120%;
	 margin: 0;
}
.news-o hr {
	 border: 1px solid #FF6E00;
	margin: 10px 0;
}

.news-g hr {
	 border: 1px solid #990000;
	margin: 10px 0;
}

@media screen and (max-width: 767.98px){
table.news-o tr th,
table.news-g tr th {
    display: block;
    width: 100%;
	padding: 0px 0px 10px;
	text-align: right;
}
table.news-o tr td,
table.news-g tr td {
    display: block;
    width: 100%;
	padding: 10px 10px 0;
}}
/* ====== ボタン 岡崎 ====== */
.button-o {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100px;
    margin: 0px auto 0;
    padding: .5em 1em;
    border: none;
    border-radius: 20px;
    background-color: #FF6E00;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
}

.button-o::before {
    position: absolute;
    right: calc(1.2em + 2px);
    transform: translateX(50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

.button-o::after {
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 8px;
    border-top: 4px solid #FF6E00;
    border-right: 4px solid #FF6E00;
    content: '';
}
/* ====== ボタン 蒲郡 ====== */
.button-g {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100px;
    margin: 20px auto 0;
    padding: .5em 1em;
    border: none;
    border-radius: 20px;
    background-color: #990000;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
}

.button-g::before {
    position: absolute;
    right: calc(1.2em + 2px);
    transform: translateX(50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
}

.button-g::after {
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 8px;
    border-top: 4px solid #990000;
    border-right: 4px solid #990000;
    content: '';
}
/* ====== カラー指定 ====== */
.brand-color {
	color: #ff9933 !important;
}
.bg-brand-color {
	background-color: #ff9933 !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
	color: #fff;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	padding-bottom: 4rem;
}

/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list, .breadcrumb-list li {
	background-color: #CCC;
}
/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
}

.nav-underline {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #0E3B73;
}
.nav-underline {
	color: #44c2e9;
}
.nav-underline .active {
	font-weight: 500;
	color: #0E3B73;
}



/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/bg-top.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .jumbotron-fluid-s {
	background-image: url(../img/bg-top-s.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .jumbotron-fluid-g {
	background-image: url(../img/bg-top-g.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .catch {
	width: 90%;
	bottom: 10%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi {
	min-height: 100%;
}

/* ====== PROCESS ====== */
#flow .square {
	width: 60px;
	height: 60px;
	background: #ff9933;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#flow .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}

hr.gaiyo {
	border-top: dotted 7px #FC6;
	border-right: none;
    border-bottom: none;
    border-left: none;
	margin: 50px 0px 5px;
}
/* --------------------------------------------- */
#sec6 .circle-q, #sec6 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec6 .circle-q {
	background: #ff9933;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #ff9933;
	border: 3px solid #ff9933;
}
.schedule-img {
    width: 75%;
}

/*----------------------------
   ページ
-----------------------------*/
table.shopinf {
	width: 80%;
	padding: 10px 5px 10px 20px;
	margin: auto;
	border: 1px solid #cccccc;
}
.shopinf td{
	width: 40%;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
	font-weight: bold;
}
.shopinf th {
	width: 60%;
	padding: 5px;
	text-align: center;
	border: 1px solid #cccccc;
}
.shopinf th.off {
	background: #FF2B2B;
	font-size: 200%;
	color: #ffffff;
}
table.shopadd {
	border-collapse: separate;
	width: 100%;
}
.shopadd td{
	padding: 10px 5px 10px 20px;
	text-align: left;
	background: #edffdb;
}
.shopadd th {
	padding: 5px;
	background: #b2bfa4;
	font-weight: normal;
	text-align: center;
}
.shopadd th.season {
	background: #666;
	color: #fff;
	text-align: center;
}

table.shopadd-gama {
	border-collapse: separate;
	width: 100%;
}
.shopadd-gama td{
	padding: 12px 5px 12px 20px;
	text-align: left;
	background: #cfe6e6;
}
.shopadd-gama th {
	padding: 5px;
	background: #A3B8CC;
	font-weight: normal;
	text-align: center;
}
.shopadd-gama th.season {
	padding: 10px;
	background: #666;
	color: #fff;
	text-align: center;
}

table.staff {
	border-collapse: collapse;
	width: 100%;
}
.staff td{
	padding: 10px 20px;
	text-align: center;
	border: solid 1px #000;
}
.staff th {
	padding: 5px;
	background: #b2bfa4;
	font-weight: normal;
	text-align: center;
}

ul.check {
    margin: 0px 10px 10px;
    list-style: none;
}

.check li {
    position: relative;
    padding: 5px 0px 5px 30px;
    margin: 0px;
}

.check li:before,
.check li:after {
    position: absolute;
    top: 50%;
    height: 1em;
    contecontainernt: "";
}
.check li:before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #666;
}
.check li:after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #ff0000;
    border-right: 3px solid #ff0000;
}

.fuchidori {
	color: #000;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
/*----------------------------
   背景
-----------------------------*/
.gt {
	background-color: rgba(255, 255, 255, 0.8);
}


body.g::before {
  background: url(../img/bg-fixed-g.jpg) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
/*----------------------------                                         -----------------------------*/

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
}
  
table.tb01 th,
table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
}

.tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
}
}

.gmap {
	height: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 10%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
	color: #000;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 80%;
}
.display-3 {
	font-size: 3rem;
}
.footer-logo {
	width: 80%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
header .catch {
	bottom: 10%;
}
header .catch .h1 {
	font-size: 2rem;
}
header .catch h2 {
	font-size: 1rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }    
}
/* END */
