@charset "UTF-8";

html {
	font-family: "Noto Sans JP", sans-serif;
	/*font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
}

/*******************************************************/

#pageTop {
	position: fixed;
	right: 0;
	bottom: 4%;
}
#pageTop a {
	width: 50px;
	height: 50px;
	background: rgba(180,0,20,0.7);
	display: block;
	font-size: 4rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 46px;
}
#pageTop a span::before {
	font-family: "FontAwesome";
	content: "\f106";
}

.contentsWrapper {
  padding-top: 80px;
}
.contentsWrapper p {
	font-size: 1.4rem;
}

/**************************************
ヘッダー
***************************************/
.header {
	position: fixed;
	background: #fff;
  top: 0;
	width: 100%;
	z-index: 999;
  border-top: 5px solid #b50030;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.header .contents-inner {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
	max-width: 980px;
	align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.header #logo {
	width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 0 5px;
}
.header .NavMenu {
  width: 100%;
}
.header .NavMenu ul {
  width: 100%;
  display: flex;
}
.header .NavMenu ul li {
  width: 25%;
  margin: 0;
  background: #e8d5b7;
  text-align: center;
  border-right: solid thin #fff;
}
.header .NavMenu ul li a {
  font-size: 1.2rem;
  line-height: 30px;
}


/**************************************
Hero　まとめ
***************************************/
.hero {
	position: relative;
  background: url("../images/top_hero.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 300px;
}
.hero .copy {
	position: absolute;
	left: 0;
	bottom: 3%;
  width: 100%;
  text-align: center;
}
.hero .copy h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.hero .copy h1 span {
  font-size: 1.4rem;
  font-weight: 600;
}
.hero .copy a {
  color: #fff;
  font-size: 2.8rem;
  font-family: "Times New Roman", Times, "serif";
  line-height: 1.2;
}
.hero .copy a::before {
	font-family: "FontAwesome";
	content: "\f095";
  font-size: 2.2rem;
  margin-right: 0.24em;
}

#contact-form .hero {
  background: url("../images/hero_contact.jpg") no-repeat center center;
  min-height: 150px;
}
#contact-form .copy {
  top: 70px;
}
#contact-form .copy h1 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
}


/**************************************
コンテンツ
***************************************/
.wide-full {
	width: 100%;
}
.wide980 {
	width: 94%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.wide800 {
	width: 94%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.contentsWrapper section {
  padding-top: 30px;
}
.heading-box {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 20px;
}
h2 {
  text-align: center;
  position: relative;
	font-weight: 300;
	font-size: 2.8rem !important;
	line-height: 1.4;
	margin-bottom: 20px;
}
h2::after {
	position: absolute;
	content: " ";
	border-bottom: solid 1px #000;
	width: 40px;
	bottom: -3px;
  left: calc(50% - 20px);
	display: block;
}
h2 + p {
	padding: 1.5em 0 1em;
  text-align: center;
}
h3 {
	font-size: 1.8rem !important;
	line-height: 1.6;
	margin: 0.35em 0 0.25em !important;
}

ul.circle-item {
  text-align: center;
}
ul.circle-item li {
  margin-bottom: 30px;
}
ul.circle-item .cirle-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

#takeout {
  background: url("../images/bg_takeout.jpg") no-repeat -60px center;
  background-size: cover;
}
#takeout .contents-inner {
  padding-left: 18%;
}
#takeout .contents-inner ul li.icon {
  width: 50px;
  margin: 0 auto 10px;
}
#takeout h2 {
  font-weight: 600;
}

/**　　タブコンテンツ　　***********************************/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  max-width: 980px;
  margin: 0 auto 0;
}
.tab-label {
  width: 24%;
  text-align: center;
  color: #333;
  order: -1;
  border: solid 2px #333;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.3rem;
  padding: 36px 0 0;
  margin-bottom: 10px;
}
#TAB-02 + .tab-label {
  margin-left: 1.3%;
  margin-right: 0.7%;
}
#TAB-03 + .tab-label {
  margin-left: 0.7%;
  margin-right: 1.3%;
}
.tab-label span {
  position: relative;
}
.tab-label span::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: calc(50% - 14px);
  bottom: 1.6em;
  background: url("../images/icon_takeout.svg") no-repeat center center;
  background-size: contain;
}
#TAB-02 + .tab-label span::before {
  background: url("../images/icon_food.svg") no-repeat center center;
}
#TAB-03 + .tab-label span::before {
  background: url("../images/icon_drink.svg") no-repeat center center;
}
#TAB-04 + .tab-label span::before {
  background: url("../images/icon_lunch.svg") no-repeat center center;
}
.tab-content {
  width: 100%;
  background: url("../images/bg_menu.jpg");
  display: none;
  padding: 15px;
  border: solid 2px #333;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -2px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  z-index: 10;
  margin-bottom: 0;
  background: url("../images/bg_menu.jpg");
  border: solid 2px #333;
  border-bottom: none;
  font-weight: bold;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/****************　メニュー一覧　**************************/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-list dt {
  width: 39.5%;
  margin: 10px 0 15px;
  padding-right: 4.5%;
  padding-bottom: 10px;
  border-bottom: dotted thin #000;
}
.menu-list dd {
  width: 60%;
  margin: 10px 0 15px;
  padding-bottom: 10px;
  border-bottom: dotted thin #000;
}
.menu-list dd h4 {
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 0.25em;
}
.menu-list dd p {
  font-size: 1.2rem;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.menu-list dd.ttl {
  width: 100%;
}
.menu-list dd.no-photo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.menu-list dd.drink02 h4 {
  width: 100%;
}
.menu-list dd .price {
  font-size: 1.6rem;
  text-align: right;
  color: #c00;
  font-weight: 600;
}
.menu-list dd .price span {
  font-size: 1.2rem;
  font-weight: 400;
}
.menu-list dd.no-photo .price {
}
.to-menutop {
  text-align: center;
}

/*****************　アクセス　*********************/
#access p {
  text-align: center;
  margin-bottom: 30px;
}
#access .contents-inner iframe {
  width: 100%;
  height: 250px;
}

/*****************　感染対策　*********************/
#covid19 .contents-inner {
  background: #c3e9ff;
  padding: 30px 0 5px;
}
#covid19 .contents-inner .cirle-photo {
  background: #fff;
}

/*****************　ショップインフォ　*********************/
#shopinfo dl {
  border-bottom: solid 1px #e8d5b7;
}
#shopinfo dl dt {
  width: 100%;
  background: #e8d5b7;
  font-size: 1.3rem;
  font-weight: 600;
  color: #444;
  padding: 0.1em 0.5em;
}
#shopinfo dl dd {
  width: 100%;
  font-size: 1.5rem;
  padding: 0.4em 0 1em;
}


/***************************************
フッター
***************************************/
.footer {
	width: 100%;
}
.footer #footer-content {
	max-width: 980px;
	padding: 1.5em 5.5% 1.3em;
}
.footer .logo-f {
	width: 270px;
	margin: 0 auto 1.5em;
}
.footer .copyright {
	width: 100%;
	padding: 0.25em 0;
}
.footer .copyright p {
	text-align: center;
	font-size: 1.2rem;
}


/* メディアクエリサンプル */
/* =============================================================================================
	device setting
	画面幅が480以下（PC小・タブレット・スマホ横　スタイル）
 ============================================================================================= */
@media screen and (max-width: 768px) {
	.hide_sp {
		display: none;
	}
  

}

/* メディアクエリサンプル */
/* =============================================================================================
	画面幅が768以上のみ（PC　スタイル）
 ============================================================================================= */
@media screen and (min-width: 769px) {
	.hide_pc {
		display: none;
	}
  

	#pageTop {
		right: 0;
		bottom: 0;
	}
	.contentsWrapper p {
		font-size: 1.6rem;
		line-height: 2;
	}
	.contentsWrapper p.cap {
		font-size: 1.4rem;
	}

	/**************************************
  ヘッダー
  ***************************************/
	.header {
		height: 80px;
    padding-top: 25px;
	}
  .header .contents-inner {
    align-items: center;
  }
  .header #logo {
    max-width: 250px;
    margin-left: 10px;
    padding: 0;
    transition: 0.25s ease;
  }
  .header #logo:hover {
    opacity: 0.5;
  }
  .header .NavMenu {
    width: auto;
  }
  .header .NavMenu ul {
    width: auto;
    margin-right: 15px;
  }
  .header .NavMenu ul li {
    width: auto;
    margin: 0;
    background: none;
    text-align: right;
    border-right: none;
    padding-left: 2.5em;
  }
  .header .NavMenu ul li a {
    font-size: 1.6rem !important;
    line-height: 30px;
    transition: 0.25s ease;
  }
  .header .NavMenu ul li a:hover {
    color: #b50030;
  }

	/**************************************
  本文　共通
  ***************************************/
	.contentsWrapper {
	}

	/**************************************
  Hero
  ***************************************/
	.hero {
    height: 560px;
  }
  .hero .copy {
    left: 0;
    bottom: 3%;
  }
  .hero .copy h1 {
    color: #fff;
    font-size: 6.0rem;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  }
  .hero .copy h1 span {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .hero .copy a {
    font-size: 3.6rem;
    line-height: 1.2;
  }
  .hero .copy a::before {
    font-size: 3.0rem;
  }
  #contact-form .hero {
    height: 220px;
    background-size: cover;
  }
  #contact-form .hero .copy h1 {
    text-shadow: none;
  }

	/**************************************
  コンテンツ
  ***************************************/
	.contentsWrapper section {
    padding-top: 50px;
  }
  .heading-box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 20px;
  }
  h2 {
    font-size: 4.2rem !important;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  h2 + p {
    font-size: 1.8rem !important;
  }
  h2::after {
    width: 80px;
    left: calc(50% - 40px);
  }
  h3 {
    font-size: 2.4rem !important;
    line-height: 1.6;
    margin: 0.35em 0 0.25em !important;
  }

  ul.circle-item {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  ul.circle-item li {
    margin-bottom: 50px;
  }
  ul.circle-item li p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  
  #takeout {
    background: url("../images/bg_takeout.jpg") no-repeat left center;
    background-size: cover;
    padding: 40px 0 30px;
  }
  #takeout .contents-inner {
    padding-left: 35%;
  }
  #takeout .contents-inner ul {
    min-width: 400px;
  }
  #takeout .contents-inner ul li.icon {
    width: 65px;
    margin: 0 auto 20px;
  }
  #takeout h2 {
    font-weight: 600;
    font-size: 4.5rem !important;
  }
  
  /**　　タブコンテンツ　　***********************************/
  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 96%;
    max-width: 980px;
    margin: 0 auto 0;
  }
  .tab-label {
    width: 20%;
    text-align: center;
    color: #333;
    order: -1;
    border: solid 2px #333;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.5rem;
    padding: 20px 0 10px;
    margin: 0 1% 10px;
  }
  #TAB-01 + .tab-label {
    margin-left: 7%;
  }
  #TAB-04 + .tab-label {
    margin-right: 7%;
  }
  .tab-label span {
    position: relative;
    padding-left: 40px;
    opacity: 0.4;
    transition: all 0.3s;
  }
  .tab-label span:hover {
    opacity: 1;
  }
  .tab-label span::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    bottom: -5px;
    background: url("../images/icon_takeout.svg") no-repeat center center;
    background-size: contain;
  }
  .tab-content {
    border-radius: 10px;
  }
  /* アクティブなタブ */
  .tab-switch:checked+.tab-label {
  }
  .tab-switch:checked+.tab-label span {
    opacity: 1;
  }
  .tab-label:hover {
  cursor: pointer;
  }
  .tab-switch:checked+.tab-label:hover {
  cursor: default;
  }
  
  /****************　メニュー一覧　**************************/
  .menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start ;
    margin-left: 2%;
    width: 98%;
    
  }
  .menu-list dt {
    width: 150px;
    margin: 10px 0 15px;
    padding-right: 2%;
    padding-bottom: 10px;
    border-bottom: dotted thin #000;
  }
  .menu-list dt:nth-of-type(even),
  #menu-drink .menu-list .no-photo:nth-of-type(odd) {
    margin-left: 4%;
  }
  .menu-list dd {
    width: calc(47% - 150px);
    margin: 10px 0 15px;
    padding-bottom: 10px;
    border-bottom: dotted thin #000;
  }
  .menu-list dd h4 {
    line-height: 1.4;
    font-size: 1.6rem;
    margin-bottom: 0.25em;
  }
  .menu-list dd p {
    font-size: 1.2rem;
    line-height: 1.45;
    margin-bottom: 0.5em;
  }
  .menu-list dd.ttl,
  .soft-drink dd.no-photo {
    width: 100% !important;
  }
  .menu-list dd.no-photo {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .menu-list dd.drink02 h4 {
    width: 100%;
  }
  .menu-list dd .price {
    font-size: 1.6rem;
    text-align: right;
    color: #c00;
    font-weight: 600;
  }
  .menu-list dd .price span {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .menu-list dd.no-photo .price {
  }

  /*****************　アクセス　*********************/
  #access p {
    text-align: center;
    margin: 30px 0 50px;
  }
  #access .contents-inner iframe {
    width: 100%;
    height: 450px;
  }

  /*****************　感染対策　*********************/
  #covid19 .contents-inner {
    background: #c3e9ff;
    padding: 10px 0 0;
    margin-top: 40px;
  }

  /*****************　ショップインフォ　*********************/
  #shopinfo dl {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    border-top: solid thin #333;
    border-left: solid thin #333;
    margin: 30px 0 50px
  }
  #shopinfo dl dt {
    width: 160px;
    background: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    padding: 10px 0.2em;
    border-right: solid thin #333;
    border-bottom: solid thin #333;
  }
  #shopinfo dl dd {
    width: calc(100% - 160px);
    font-size: 1.6rem;
    padding: 10px 15px;
    border-right: solid thin #333;
    border-bottom: solid thin #333;
  }
  
  
	/***************************************
  フッター
  ***************************************/
	.footer {
		width: 100%;
	}
	.footer #footer-content {
		margin: 0 auto;
		padding: 50px 2%;
    text-align: center;
	}
	.footer .logo-f {
		width: 270px;
		margin: 0 auto 30px;
	}
	.footer .copyright {
		width: 100%;
		background-color: #f1eee3;
		padding: 0.5em 0;
	}
}
