@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style-type: none;
}
address {
  font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input,
select {
  font-size: 16px;
  vertical-align: middle;
}
textarea {
  font-size: 16px;
}

/* =============================================================================
   基本設定
   ========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-appearance: none;
}
html {
  overflow-y: scroll;
}
body {
  color: #000;
  line-height: 1.6;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*min-width: 1080px;*/
}
#overwrap {
  overflow: hidden;
  position: relative;
}
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:active {
  color: #333;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul {
  list-style: none;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

/*PCのmin-width1080PXで、スマホでは初期化*/

@media screen and (max-width: 769px) {
  /*body {
		// 初期化
		min-width: initial;
	}*/
}

/* ========================================================================== */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}

.shadow {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.active {
}
.mt30 {
  margin-top: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb10 {
  margin-bottom: 10px;
}
.pt20 {
  padding-top: 20px;
}
@media screen and (min-width: 1020px) {
  /*	body {background: #ccc; }*/
  .wrap {
    /*max-width: 1180px;*/
    padding: 0 10px;
    margin: 0 auto;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1019px) {
  /*body {background: #000;}*/
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }

  .btn a {
    width: 100%;
  }
  .btn1 a span:before {
    left: 32px;
  }
  .btn2 a span:before {
    left: 93px;
  }
  .btn1 a span:hover:before {
    left: 32px;
  }
  .btn2 a span:hover:before {
    left: 93px;
  }
  .mb60 {
    margin-bottom: 0;
  }
}

/* =============================================================================
    見た目調整用
   ========================================================================== */
#side {
  float: left;
  width: 260px;
  padding: 20px 20px 30px 0;
  border-right: 1px solid #000;
  background: #fff;
}
#contents {
  /*max-width: 1280px;
  max-width: 1020px;*/
  margin: 0 auto;
  background: #fff;
  z-index: 10;
}
#contInner {
  /*margin-left: 260px;*/
}
@media screen and (max-width: 1280px) {
  /*#contInner {
        margin-left: 280px;
    }*/
}
@media screen and (max-width: 1019px) {
  #contents {
    margin-bottom: 0;
    padding-top: 0;
    overflow: hidden;
  }
  #contInner {
    margin-left: 0;
    padding-bottom: 0;
  }
}

/* =============================================================================
    main
   ========================================================================== */

#main {
  /* float: right; */
  width: 100%;
  /* margin-left: -260px; */
  /* border-left: 1px solid #000; */
  /* padding-bottom: 30px; */
}
.ftBtn-wrap {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  /*#main {
        margin-left: -280px;
    }*/
}
@media screen and (min-width: 1020px) {
}
@media screen and (max-width: 1019px) {
  #main {
    float: none;
    margin-left: 0;
    border-left: none;
    min-height: inherit;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1019px) {
}

/* =============================================================================
   共通
   ========================================================================== */
@media screen and (min-width: 1020px) {

	h1{
		padding: 0 0 0 25px;
	}
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

 .top-wrap {
    padding: 0;
	padding-top: 0;
	background: #000;
	padding-bottom: 0;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
	position: fixed;
	z-index: 100;
	         height: 153px;
}
.flex_btn.shrink{
    transform: scale(0.8);
}

.top-btn{
	margin: 0 auto;
}
	#topMain .btn-wrap a{
		position: relative;
	}#topMain .btn-wrap a img{
		z-index: 20;
        position: relative;
	}
#topMain .btn-wrap a::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 150, 255, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 50%;
        height: 250px;
        top: -230px;
	}
	#topMain .btn-wrap .btn1 a::after,	
	#topMain .btn-wrap .btn4 a::after{
		background-color: rgba(229, 23, 125, 0.5);
	}
	#topMain .btn-wrap .btn3 a::after{
		background-color: rgba(248, 182, 43, 0.5);
	}
	#topMain .btn-wrap .btn5 a::after{
		background-color: rgba(19, 174, 103, 0.5);
	}
#topMain .btn-wrap a:hover::after {
  opacity: 1;
}
	#topMain .btn-wrap a:hover img{
		opacity: 1;
	}
.flex_btn{
	display: flex;
	justify-content: center;
	padding-top: 30px;
	transition: all 0.3s ease;
	 transform-origin: top center;
}
.flex_btn li{
text-align-last: center;
        margin: 0 10px;
        border-bottom: 3px solid #afafaf;
        width: 195px;
        position: relative;
        display: flex;
        align-items: center;
	}


		.flex_btn li.btn1:hover{
		border-bottom: 3px solid #e5117c;
	}
		.flex_btn li.btn2:hover{
		border-bottom: 3px solid #00b0ec;
	}
		.flex_btn li.btn3:hover {
		border-bottom: 3px solid #f8b62d;
	}
	.flex_btn li.btn4:hover {
		border-bottom: 3px solid #f17cb7;
	}
		.flex_btn li.btn5:hover {
		border-bottom: 3px solid #14ae67;
	}


}
@media screen and (max-width: 1020px) {
.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
	z-index: 99;
}
.header_inner {
  position: relative;
  padding: 15px;
}
 .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 80px;
	background: #000;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px; /* クリックしやすい幅 */
    height: 50px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
	  background-color: #f1d03a;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }

	.nav_list .btn1 a{
		border-top: 1px solid #f1d03a;
	}
		.nav_list .btn6 a{
		font-weight: bold;
			color: #fff;
	}
  .nav_item a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f1d03a;
    text-decoration: none;
    color: #f1d03a;
  }
  .nav_item a:hover {
    color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 9px;
    width: 32px;
    height: 2px;
    background-color: #000;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 15px;
  }
  .hamburger_border_center {
    top: 26px;
  }
  .hamburger_border_bottom {
    top: 36px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 26px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 26px;
  }
}

/* =============================================================================
    index.html
   ========================================================================== */

#topMain {
	background-color: #000;
  position: relative;
}
#topMain .wrap {
  position: relative;
}
#topMain h2 {
  text-align: center;
  padding: 0;
}
#topMain .wrapper h2 {
  margin-bottom: 50px;
}



@media screen and (min-width: 1020px) {
  #topMain .wrap {
    padding: 0 0px 100px;
  }
  #topMain .wrapper {
    justify-content: space-between;
  }


  #topMain .flex {
    margin: 0 auto;
    max-width: 1400px;
    justify-content: space-between;
  }

  #topMain .event {
    margin-top: 20px;
  }

	
}
@media screen and (max-width: 1366px) {
  #topMain .wrap {
  }
  #topMain h2 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #topMain .wrap {
  }
  #topMain h2 {
    margin: 0 auto;
  }
  #topMain .flex {
    margin: 0 auto;
    max-width: 1070px;
    justify-content: space-between;
  }
	#topMain .btn-wrap a::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 150, 255, 0.4);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 50%;
        height: 200px;
        top: -175px;
    }
  #topMain .btn img {
    height: 200px;
  }
}
@media screen and (max-width: 1019px) {
  #topMain .wrap {
    padding: 0;
  }
  #footer {
    padding: 20px 0;
  }
  #footer .logo {
    width: 49%;
    margin: 0 auto;
  }

  #topMain h2 {
        padding-top: 0;
        margin: 0 auto;
	   padding-bottom: 20px;
    }
  #topMain .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	padding-bottom: 30px;
  }
  #topMain .flex > div {
    width: 33%;
    text-align: center;
  }
#topMain .btn-wrap .btn2 {
    }

  #topMain .flex > div img {
    height: 150px;
    object-fit: contain;
  }
  #topMain .btn2 img {
    height: 157px !important;
  }
}

/* ページトップボタン */
@media screen and (min-width: 1020px) {
  #page_top {
    text-align: center;
    position: absolute;
    bottom: 100px !important;
    right: 60px;
  }
  #page_top a img {
    /* width: 108px; */
  }
}

@media screen and (max-width: 1019px) {
	#topMain {
  position: relative;
}
  #page_top {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 6px;
    position: absolute;
    bottom: 0 !important;
    right: 10px;
  }
  #page_top a img {
    width: 90px;
  }
  #gourmet .btn a {
    padding: 0;
  }
  #gourmet .btn {
    text-align: center;
    padding-bottom: 0;
  }
  #gourmet .btn a img {
    padding-right: 0;
  }
  .back {
    text-align: center;
    margin-top: 14px;
  }
}

/* ページ下部ボタン */

@media screen and (min-width: 1020px) {
  #btnWrap {
    text-align: center;
  }
  #btnWrap .flex {
    margin: 0 auto;
    max-width: 590px;
    width: 100%;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1019px) {
  #btnWrap .flex {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #btnWrap .flex li {
    width: 48%;
  }
  .back a {
    font-size: 14px;
  }
}
/* =============================================================================
フッター
   ========================================================================== */
#footer {
  background: #fff;
  text-align: center;
  
}

.back a {
  padding: 5px 10px;
  background: #000;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 1020px) {
  #footer {
    padding: 30px 0 40px;
  }
  #footer .homeBtn .btn {
    /*      text-align: right;
    padding-right: 30px; */
  }
  #footer .homeBtn a {
    text-align: center;
  }
}
@media screen and (max-width: 1019px) {
  #footer {
    padding: 30px 0;
  }
  #footer .wrap {
    /* padding-bottom: 30px; */
  }
  #footer .btn {
    /* text-align: left; */
  }
  #footer .btn a img {
    width: 75%;
  }
  #footer .homeBtn {
    padding-bottom: 20px;
  }
  #footer .homeBtn .btn {
    text-align: center;
  }

  #topMain #footer .homeBtn .btn a img {
    width: 36%;
  }
}

/* =============================================================================
フッター (下層)
   ========================================================================== */
#footer.underfoot {
  text-align: center;
  position: relative;
}
#page_top {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 6px;
  position: absolute;
  bottom: 207px !important;
  right: 10px;
}
#footer.underfoot {
  position: relative;
  padding-top: 0;
  background: #fff;
  padding-bottom: 30px;
}
#footer.underfoot .btn-wrap {
  padding: 0;
  padding-top: 70px;
  height: 369px;
  background: #000;
  padding-bottom: 20px;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
}

#footer.underfoot .btn-wrap .foot-btn {
  margin: 0 auto;
  max-width: 610px;
  justify-content: space-between;
  padding-bottom: 30px;
}
#footer.underfoot .btn-wrap .btn {
  padding: 20px 0;
}
#footer.underfoot .homeBtn {
  padding: 30px 0;
}
  #main #page_top {
    text-align: right;
    /* position: absolute; */
    position: sticky;
    bottom: 24px !important;
    padding: 0;
    padding-right: 20px;
    /* display: unset; */

  }
@media screen and (min-width: 1020px) {
  #footer.underfoot .wrap {
    max-width: 1200px;
  }
  #footer.underfoot .btn-wrap .btn img {
    /* width: 43%; */
  }
  #footer.underfoot .flex {
    padding-bottom: 30px;
    align-items: flex-start;
  }
  #footer.underfoot .btn-wrap li {
    width: 26%;
    margin-bottom: 10px;
  }
  #footer.underfoot .back {
    position: absolute;
    bottom: 27px;
    right: 30px;
    text-align: right;
    /* margin-bottom: 20px; */
  }
#main #page_top {
	    width: fit-content;
    right: 0;
    justify-self: right;
}
}

@media screen and (max-width: 1019px) {
  #footer.underfoot {
    padding-bottom: 0;
    /* border-top: 5px solid #e60012; */
  }
  #footer.underfoot .logo {
    width: 49%;
    margin: 0 auto;
  }
  #footer.underfoot .btn {
    width: 60%;
    margin: 0 auto;
  }
  #footer.underfoot .btn-wrap .foot-btn {
    padding-bottom: 0;
  }
  #footer.underfoot .btn-wrap .btn img {
    width: 100%;
  }
  #footer.underfoot .btn-wrap .btn {
    padding: 10px 0;
  }
  #footer.underfoot .btn-wrap {
    padding: 0;
    padding-top: 20px;
    background: url("../images/bg-btnSP.jpg") no-repeat top;
    padding-bottom: 10px;
    background-size: cover;
    height: 202px;
  }
  #footer.underfoot .btn a img {
    width: 70%;
  }
  #footer.underfoot .back {
            text-align: center;
        margin-top: 0px;
        margin-bottom: 60px;
  }
}

@media screen and (min-width: 1280px) {
  #footer.underfoot .flex {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (min-width: 768px) {
  #footer.underfoot .flex {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  #footer.underfoot .flex {
    margin: 0 auto;
    justify-content: center;
    max-width: 360px;
    justify-content: center;
  }
  #footer.underfoot .flex li {
    width: 30%;
  }
  #footer.underfoot .flex li img {
    height: 100px;
    object-fit: contain;
  }
	#main #page_top {
	text-align: right;
    position: absolute;
    position: sticky;
    bottom: 24px !important;
    margin-top: 40px;
    padding-right: 0;
    background-color: #e60021;
		text-align: center;
		font-weight: bold;
	}
	#main #page_top a{
		color: #fff;
		padding: 20px 0;
	}
}

/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 1280px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}

/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
