@charset "utf-8";
/* index */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&family=Noto+Serif&display=swap');

html {
font-size:62.5%;
}

body {
	margin:0;
	padding:0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	color:#91A1A2;
}

#top-image-01 {
	background-position: center center;
    background-size: cover;
    display: flex;
	height: 50vh;
	width: 100%;
	position:relative;
	background-image:url(../images/concept_top.png);
}

#top-image-02 {
	background-position: center center;
    background-size: cover;
    display: flex;
	height: 50vh;
	width: 100%;
	position:relative;
	background-image:url(../images/coupon_top.png);
}

#top-image-03 {
	background-position: center center;
    background-size: cover;
    display: flex;
	height: 50vh;
	width: 100%;
	position:relative;
	background-image:url(../images/menu_top.png);
}

#header {
	width: 100vw;
	height:140px;
	background-color:#fff;
	background: rgba(255,255,255,0.8);
	top:0;
}

#logo{
	display:block;
	margin:12px 0 0 20px;
	float:left;
	width:289px;
	height:108px;
	background-image:url(../images/logo_02.png);
}

#mini-logo{
	display:block;
	margin:12px 0 0 20px;
	float:left;
	width:289px;
	height:108px;
	background-image:url(../images/mini_logo.png);
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:#91A1A2;
}

article {
	margin-top:60px;
	text-align:center;
	position:relative;
}

.text-color{
	color:#E2B100;
	font-weight:bold;
}

footer {
	width:100%;
	text-align:center;
	padding:30px 0 30px 0;
	background-color:#E2B100;
	color:#FFF;
	margin-top:60px;
}

a img {
	-webkit-transition: all .3s;
	transition: all .3s;
}

a img:hover {
	opacity: 0.6;
	filter: brightness(110%);
}

img {
	image-rendering: -webkit-optimize-contrast;
}

img {
	image-rendering: crisp-edges;
}

.none {
	display:none;
}

.loader{
  background:#E2B100;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:10;
}
 
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#ffffff;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:1em;
  height:4em;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:10px;
  color:#ffffff;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-1.5em;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}

@media only screen and (min-width:1005px) {
/*tablet、PC用*/

#page-title {
	display:inline-block;
	position:absolute;
	top: calc(50% + 70px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  	font-size: 4rem;
	font-weight:bold;
	color:#fff;
}

nav.globalMenuSp {
	float:right;
}
 
nav.globalMenuSp ul {
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
	float:left;
	padding:80px 35px 0 0;
	font-weight:bold;
}

nav.globalMenuSp ul li img{
	width:35px;
	height:auto;
	margin-top:-10px;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
}
 
nav.globalMenuSp ul li a {
	color:#C52B15;
	position: relative;
	display: inline-block;
	transition: .3s;
}

nav.globalMenuSp ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #C52B15;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

nav.globalMenuSp ul li a:hover::after {
	width: 100%;
}

/* このクラスを、jQueryで付与・削除する */

.navToggle {
	display:none;
}
 
.navToggle span {
	display:none;
}

.top-text {
	width:100%;
	text-align: center;
	margin-top:20px;
	font-size: 4rem;
	line-height:6rem;
	letter-spacing: 0.1em;
	color:#E2B100;
	font-family: 'Noto Sans JP', sans-serif;
}

.top-text-e {
	font-family: 'Noto Serif', serif;
	margin-top:20px;
	font-size: 2rem;
}

.box-l {
	display: inline-block;
	width:calc(100% - 40px);
	max-width:615px;
	text-align:left;
	margin-right:20px;
}

.box-r {
	display: inline-block;
	width:calc(100% - 40px);
	max-width:615px;
	text-align:left;
	margin-left:20px;
}

.lead {
	color:#E2B100;
	font-size: 2.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	width:calc(100% - 40px);
	max-width:615px;
}

.box-text {
	margin-top:20px;
	width:calc(100% - 40px);
	max-width:615px;
}

.left{
	float:left;
	width:50%;
	height:auto;
	text-align:right;
}

.left img{
	margin-right:20px;
	width:calc(100% - 40px);
	max-width:615px;
	height:auto;
}

.right iframe{
	margin-left:20px;
}

.right{
	float:right;
	width:50%;
	height:auto;
	text-align:left;
}

.right img{
	margin-left:20px;
	width:calc(100% - 40px);
	max-width:615px;
	height:auto;
}

.center {
}

.center img {
	width:calc(100% - 40px);
	max-width:1270px;
}

.menu-box {
	display:inline-block;
	width:222px;
	height:365px;
	color:#C52B15;
	margin-left:40px;
	vertical-align:top;
}

.menu-title {
	font-size: 2.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
}

.menu-sub {
	font-weight:bold;
}

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #91A1A2;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#map-02{
	display:none;
}

.bread {
	width:calc(100% - 40px);
	text-align:left;
	margin:-20px 0 0 40px;
}

#erase {
	display:none;
}

}

@media screen and (max-width:1004px) {
/*スマホ用*/

nav.globalMenuSp {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #E2B100;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	mix-blend-mode: multiply;
}
 
nav.globalMenuSp ul li {
    font-size: 2.2em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 4px dotted #FFF;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #FFF;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 30px;
    top: 20px;
    width: 126px;
    height: 126px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 90px;
    border-bottom: solid 6px #C52B15;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 18px;
}
 
.navToggle span:nth-child(1) {
    top: 27px;
}

.navToggle span:nth-child(2) {
    top: 54px;
}
 
.navToggle span:nth-child(3) {
    top: 81px;
}
 

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 54px;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 54px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#page-title {
	display:inline-block;
	position:absolute;
	top: calc(50% + 70px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  	font-size: 7rem;
	font-weight:bold;
	color:#fff;
	width:100%;
	text-align:center;
}

.top-text {
	width:100%;
	text-align: center;
	margin-top:20px;
	font-size: 7rem;
	line-height:9rem;
	letter-spacing: 0.1em;
	color:#E2B100;
	font-family: 'Noto Sans JP', sans-serif;
}

.top-text-e {
	font-family: 'Noto Serif', serif;
	margin-top:20px;
	font-size: 2rem;
}

.left{
	width:100%;
}

.left img{
	width:calc(100% - 80px);
	height:auto;
}

.right{
	width:100%;
	margin-top:40px;
}

.right img{
	width:calc(100% - 80px);
	height:auto;
}

article {
	margin:40px 0 40px 0;
}

.lead {
	width:calc(100% - 80px);
	color:#E2B100;
	font-size: 6rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	margin:0 0 0 40px;
}

.center {
}

.center img {
	width:calc(100% - 80px);
	height:auto;
}

.menu-box {
	display:inline-block;
	width:50%;
	height:700px;
	color:#C52B15;
	vertical-align:top;
	float:left;
}

.menu-box img{
	display:inline-block;
	width:calc(100% - 60px);
}

.menu-title {
	font-size: 6rem;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
}

.menu-sub {
	font-size: 4rem;
	font-weight:bold;
}

.box-text {
	font-size: 3rem;
	width:calc(100% - 80px);
	margin:20px 0 0 40px;
	text-align:left;
}

.right iframe{
	max-width:calc(100% - 80px);
	max-height:90%;
}

#page_top{
	display:none;
}

#map-01{
	display:none;
}

.bread {
	width:100%;
	text-align:left;
	margin:40px 0 0 40px;
	font-size: 3rem;
}

#erase {
    color: #FFF;
}

}
