@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
@media (min-width: 800px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 799px) {
  .pc {
    display: none !important;
  }
}
/* main
==================================*/
main {
  display: block; /*IE対策*/
}

/*　Retina対応時のCSS↓　*/
/*=================================
	.header
==================================*/
.header {
  background-color: #fff;
  width: 100%;
  padding: 8px 0;
}
.header .inner {
  box-sizing: border-box;
  position: relative;
  padding: 8px 20px;
  width: 100%;
}
.header .logo-area {
  display: inline-block;
}
.header .logo-area .logo {
  max-width: 130px;
}
.header .logo-area .logo img {
  width: 100%;
}
.header .sns-area {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  transform: translate(0, -50%);
}
.header .sns-area a {
  display: block;
  width: 23px;
  height: 23px;
  margin-left: 12px;
}
.header .sns-area a img {
  width: 100%;
}

/*=================================
	.button-area
==================================*/
.button-area {
  text-align: center;
}
.button-area .text {
  font-size: 24px;
  padding-bottom: 16px;
  line-height: 1;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.button-area .button {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #18244a;
  color: #fff;
  width: 300px;
  height: 50px;
  border-radius: 99px;
  margin: 0 auto;
  font-weight: 900;
}

/*=================================
	.footer
==================================*/
.footer {
  padding-top: 60px;
  padding-bottom: 36px;
}
.footer .copy {
  font-size: 12px;
  text-align: center;
  display: block;
}

/*=================================
	#pageTop
==================================*/
#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}
#pageTop a:hover {
  opacity: 0.7;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  /*=========================
  	.visual-area
  =========================*/
  /*=========================
  	.section-news
  =========================*/
  /*=========================
  	.section-itachi
  =========================*/
  /*=========================
  	.section-shop
  =========================*/
  /*=========================
  	.section-contact
  =========================*/
}
#Top main .visual-area {
  padding-bottom: 40px;
  /*.inner
  ------------------------*/
  /*.photo-area
  ------------------------*/
  /*.text-area
  ------------------------*/
}
#Top main .visual-area .inner {
  margin: 0 auto;
}
#Top main .visual-area .photo-area {
  padding-bottom: 32px;
}
#Top main .visual-area .photo-area .photo {
  position: relative;
}
#Top main .visual-area .photo-area .photo img {
  width: 100%;
}
#Top main .visual-area .photo-area .photo .text {
  width: 56vw;
  position: absolute;
  top: 50%;
  transform: translate(40px, -50%);
}
#Top main .visual-area .photo-area .photo .text img {
  width: 100%;
}
#Top main .visual-area .text-area {
  text-align: center;
}
#Top main .visual-area .text-area .main-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 24px;
}
#Top main .visual-area .text-area .main-title .pc-br {
  display: none;
}
#Top main .visual-area .text-area .text {
  font-size: 16px;
  line-height: 1.8;
}
#Top main .visual-area .text-area .text .pc-br {
  display: none;
}
#Top main .section-news {
  background-image: url(../images/common/bkg-img.jpg);
  background-size: cover;
  padding: 40px 0;
  /*.inner
  ------------------------*/
  /*.news-title
  ------------------------*/
  /*.news-lists
  ------------------------*/
}
#Top main .section-news .inner {
  padding: 0 20px;
}
#Top main .section-news .news-title {
  font-size: 22px;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding-bottom: 18px;
}
#Top main .section-news .news-lists li {
  font-size: 16px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 13px 0;
  position: relative;
}
#Top main .section-news .news-lists li:nth-last-child(1) {
  border-top: 0;
}
#Top main .section-news .news-lists li .label {
  text-align: center;
  width: 90px;
  height: 25px;
  font-size: 14px;
  display: inline-block;
  border: solid 1px #000;
  background-color: #fff;
  line-height: 1.8;
  margin-bottom: 8px;
}
#Top main .section-news .news-lists li .text {
  font-size: 16px;
}
#Top main .section-news .news-lists li .time {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 14px;
  margin-right: auto;
}
#Top main .section-itachi {
  padding-top: 42px;
  padding-bottom: 54px;
  position: relative;
  /*.inner
  ------------------------*/
  /*.sub-section
  ------------------------*/
  /*.coffee-img
  ------------------------*/
}
#Top main .section-itachi .inner {
  margin: 0 auto;
  padding: 0 20px;
}
#Top main .section-itachi .sub-section {
  padding: 32px 0;
  border-bottom: solid 1px #000;
}
#Top main .section-itachi .sub-section.last {
  margin-bottom: 54px;
}
#Top main .section-itachi .sub-section .itachi-title {
  font-size: 21px;
  font-weight: 900;
  padding-bottom: 16px;
}
#Top main .section-itachi .sub-section .sub-title {
  font-size: 21px;
  padding-bottom: 16px;
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#Top main .section-itachi .sub-section .text {
  font-size: 16px;
  line-height: 1.6;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8);
}
#Top main .section-itachi .sub-section .text .label {
  z-index: 1;
  text-align: center;
  width: 90px;
  height: 20px;
  font-size: 13px;
  display: inline-block;
  border: solid 1px #000;
  background-color: #fff;
  line-height: 1.4;
  margin-left: 12px;
}
#Top main .section-itachi .coffee-img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  opacity: 0.3;
  width: 53.3333333333vw;
}
#Top main .section-itachi .coffee-img img {
  width: 100%;
}
#Top main .section-shop {
  padding: 40px 0;
  background-image: url(../images/common/bkg-img.jpg);
  background-size: cover;
  /*.inner
  ------------------------*/
  /*.shop-title
  ------------------------*/
  /*.shop-data-area
  ------------------------*/
}
#Top main .section-shop .inner {
  margin: 0 auto;
  padding: 0 20px;
}
#Top main .section-shop .shop-title {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 26px;
}
#Top main .section-shop .shop-data-area {
  /*.address-area
  ------------------------*/
}
#Top main .section-shop .shop-data-area .photo-area {
  padding-bottom: 40px;
}
#Top main .section-shop .shop-data-area .photo-area .photo {
  width: 100%;
}
#Top main .section-shop .shop-data-area .photo-area .photo img {
  width: 100%;
}
#Top main .section-shop .shop-data-area .photo-area .text {
  padding-top: 16px;
  text-align: center;
}
#Top main .section-shop .shop-data-area .address-area .map-area {
  width: 100%;
  height: 200px;
  padding-bottom: 16px;
}
#Top main .section-shop .shop-data-area .address-area .map-area iframe {
  width: 100%;
  height: 100%;
}
#Top main .section-shop .shop-data-area .address-area .data-area {
  box-sizing: border-box;
  font-size: 14px;
}
#Top main .section-shop .shop-data-area .address-area .data-area .text-area {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #000;
}
#Top main .section-shop .shop-data-area .address-area .data-area .text-area p {
  font-size: 14px;
}
#Top main .section-shop .shop-data-area .address-area .data-area .sns-area {
  display: flex;
  justify-content: center;
}
#Top main .section-shop .shop-data-area .address-area .data-area .sns-area a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
#Top main .section-shop .shop-data-area .address-area .data-area .sns-area a:nth-last-child(1) {
  margin-right: 0;
}
#Top main .section-contact {
  padding-top: 40px;
  padding-bottom: 0;
}