@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@500;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,900&display=swap');

/*
 * "Comfo
rtaa" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

全体の設定

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}


/*基準を1rem=10pxに設定*/
html {
    font-size: 50.5%;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}



body {
  color: #28292B;
  font-family: 'Roboto', 'Oswald', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}



a {
  color: #fffccc;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  color: #fffccc;
}

.bg-darkgray {
  background-color: #a9a9a9;
}

.bg-dark2 {
  background-color: #333333;
}

.bg-wt {
  background-color: #ffffff;
}


.container,
.container-fulid {
  overflow: hidden;

}

/* 見出しを太字に */
h1,
h
+
2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}


@media (min-width: 800px){
  .sample{ display: none; }
}



/* 英字タイトルをWEBフォントに */
header a,

.display-3,

.circle-badges {
  font-family: 'Oswald' , 'Comfortaa', cursive;
}

.display-1,

.circle-badges {
  font-family: 'Oswald' , 'Comfortaa', cursive;
}

.lead,
.display-4, {
	font-family: 'Roboto', 'Oswald', 'Noto Sans JP', sans-serif;
}



/* パンくずリスト */
.breadcrumb {
  background: transparent;
}

.breadcrumb li + li:before {
  content: '»' !important;
}

/* ヘッダー営業時間 */
.top-stitch {
  padding: .5rem 0;
  color: #565656;
  background-color: #333333;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto', 'Oswald', 'Noto Sans JP', sans-serif;
}

.top-stitch p {
  margin: 0;
  padding: 0;
  font-family: 'Oswald' , 'Comfortaa', cursive;
}

/* ロゴマーク */
.logo-mark {
  left:5%;
  top: 100px;
  z-index: 999;
  border-radius: 50%;
  height: 240px;
  width: 240px;
}

/* ロゴマークの中身 */
.logo-mark img {
  top: 10%;
  left: 10%;
}

.main-txt {
  left: 5%;
  bottom: 15px;
  background-color: rgb(255 255 255 / 0.8);
  padding: 50px;
}

.main-txt2 {
  left: 20%;
  bottom: 50px;
  background-color: rgb(255 255 255 / 0.8);
  padding: 50px;
}

.main-txt3 {
  left: 5%;
  bottom: 200px;
  background-color: rgb(255 255 255 / 0.8);
  padding: 50px;
}

.main-txt4 {
  right: 3%;
  bottom: 15px;
  background-color: rgb(255 255 255 / 0.8);
  padding: 50px;
}


.intro {
  position: relative;
  padding: 0;
  background-color:#F4E3D3;
  color: #fff;
}


.intror {
  position: relative;
  padding: 0;
  background-color:#AD002D;
  color: #fff;
}

.introo2 {
  position: relative;
  padding: 0;
  background-color:#E6E0D5;
  color: #212529;
}

.introo {
  position: relative;
  padding: 0;
  background-color:#FFF9EE;
  color: #212529;
}


.introb {
  position: relative;
  padding: 0;
  background-color:#212529;
  color: #fff;
}


.accsess a {
	color: red;
	font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Roboto', 'Oswald', 'Noto Sans JP', sans-serif;
}



/* 普通 */
.access {
  position: relative;
  padding: 0;
  background-color: #fff3b8;
}



/* コピーライト*/
.copy {
  position: relative;
  padding-top: 5%;
  background-color: #333333;
}




/* ------------------------------
地図サイズ
--------------------------------- */
iframe {
  display: block;
  width: 100%;
  height: 600px;
}


/* ------------------------------
フッター
--------------------------------- */
.stitch {
  padding:2.5rem !important;
  color: #565656;
  background-color: #212529;
}

.stitch p {
  margin-bottom: .5rem;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

トップページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* トップ画像 */
.top-image {
  background-image: url("../img/cafe-image.jpg") ;
  background-size: cover;
  background-position: center center;
  height: 800px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
}


/* 画像② */
.top-image2 {
  background-image: url("../img/higashimise.png");
  background-size: cover;
  background-position: center center;
  height: 800px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
}


/* 画像③ */
.top-image3 {
  background-image: url("../img/cafe-image3.jpg");
  background-size: cover;
  background-position: center center;
  height: 800px;
  box-shadow: 0px 5px 6px 0px #e2e2e2;
  border-radius: 0;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

メディアクエリ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) 
{
	.logo-mark {
	left: 5%;
	}

	.main-txt {
	left: 5%;
	}

	.access {
	margin: 10% 0;
	}
}
/* END */


/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) 
{
	/* ロゴマークを小さく設定 */
	.logo-mark {
	left:100%;
	top:20px;
	z-index: 999;
	border-radius: 50%;
	height: 100px;
	width:100px;
	}
	.logo-mark img {
	width: 50%;
	}
	.lead {
	font-size: 1rem;
	}
	.circle-badges {
	top:-10px;
	width:100px;
	height:100px;
	}
	.top-image {
	background-image: url("../img/cafe-image-s1.jpg") ;
	}
}
/* END */



/* 極小デバイス（縦向きモバイル, 576px 未満）
	============================================== */
@media screen and (max-width: 575.98px) {
	.display-3,
	.display-4 {
	font-size: 2rem;
	}
	/* ロゴマークを小さく設定 */
	.logo-mark {
	left:10%;
	top:30px;
	z-index: 999;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	}
	.logo-mark img {
	top: 25%;
	left: 25%;
	}
	.access {
	margin:15% 0;
	}
	.stitch img {
	width:100%;
	}
}


#wrap {
    position: relative;
	}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');


/*PAGE TOPボタン追加*/
#pagetop {
	display:inline-block;
	position:fixed;
	bottom:0;
	right:0;
	}
#pagetop a {
	padding:20px 10px;
	display:block;
	background:#008b8b;
	color:#fff;
	text-align:center;
	}


.tbl01 {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	background: #E9E3DD;
	}
.tbl01 p{
	display: inline-block;        /* インラインブロック要素にする */
	padding: 10px 0 0 0 ;
	font-weight: bold;
	}
.tbl01 tr:nth-child(2n+1) {
	background: E4DEBE;
	}
.tbl01 th {
	padding: 10px;
	border: solid 1px #ffffff;
	background: #2D2A29;
	color: #ffffff;
	vertical-align: bottom;
	}
.tbl01 td {
	padding: 10px;
	border: solid 3px #ffffff;
	color: #000;
	}
.tbl-b th {
	color: #fff;
	padding: 0.6em;
	}
.tbl-b tr:nth-child(odd) th {
	background: #141414;
	}
.tbl-b tr:nth-child(odd) td {
	background: #141414;
	}
.tbl-b td {
	padding: 1.2em;
	}

@media screen and (max-width:480px) {
	.tbl-b {
	width: 100%;	
	}
	.tbl-b th,
	.tbl-b td {
	border-bottom: none;
	display: block;
	width: 100%;
	padding:1.0em;
  	}
}





.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



.uline {
	padding-bottom: 8px;
	border-bottom: 2px solid #000;
	display: inline-block;
}

.uliney {
	background: linear-gradient(transparent 60%, yellow 30%);
	display: inline-block;
}


.c1 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



@media screen and (max-width: 768px) {
  .box_map{
    position: relative;
    width: 100%;
    padding: calc(500 / 560 * 100%) 0 0;
  }
  .box_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}





header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}

#container {
  padding-top: 45px;
}


---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}

.services .service-item:hover i {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item i {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #43ba7f;
  margin-bottom: 30px;
  margin-right: 30px;
}




/* END */
