﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
ヘッダー
========================*/
header {
  position: relative;
  width: 100%;
  margin-bottom: 42px;
}
header .headlogo{
  position: absolute;
  bottom: -100px;
  right: 42px;
}
header .headlogo img{
  width: 100%;
  max-width: 820px;
}
@media screen and (max-width: 1140px) {
header .headlogo{
  bottom: -84px;
  }
header .headlogo img{
  max-width: 640px;
  }
}
@media screen and (max-width: 840px) {
header .headlogo{
  bottom: -64px;
  right: 32px;
  }
header .headlogo img{
  max-width: 520px;
  }
}
@media screen and (max-width: 640px) {
header .headlogo{
  bottom: -48px;
  right: 24px;
  }
header .headlogo img{
  max-width: 420px;
  }
}
@media screen and (max-width: 480px) {
header {
  margin-bottom: 24px;
  }
header .headlogo{
  bottom: -42px;
  right: 18px;
  }
header .headlogo img{
  max-width: 300px;
  }
}


/*========================
動画埋め込み枠
========================*/
h1 {
  font-size: 2em;
  line-height: 1.6;
  color: #222;
  font-weight: 700;
}
h1 .eng {
  font-size: 0.8em;
  color: #888;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 840px) {
h1 {
  font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
h1 .eng {
  font-size: 0.75em;
  }
}

.videocol {
  width:100%;
  max-width: 1420px;
  margin: 48px auto 18px;
  padding:0 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.videocol li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 32px;
}
h2 {
  font-size: 1.3em;
  line-height: 1.6;
  color: #222;
  font-weight: 700;
  margin-top: 18px;
  padding: 0 0.6em;
}
h2 .eng {
  font-size: 0.7em;
  color: #888;
  font-weight: 400;
  line-height: 1.5;
}
h3 {
  font-size: 0.85em;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 8px;
  padding: 0 0.8em;
}
h3 .eng {
  font-size: 1em;
  color: #888;
  font-weight: 400;
  line-height: 1.5;
  margin: 5px 0 8px;
}
.price {
  font-size: 1.2em;
  line-height: 1.6;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 6px;
  padding: 0 0.6em;
}
.price span{
  font-size: 0.65em;
  line-height: 1.6;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-left: 0.3em;
}
@media screen and (max-width: 840px) {
.videocol {
  display: block;
  flex-direction: column;
  }
.videocol li{
  width: 100%;
  max-width:100%;
  padding: 0 0 32px;
  }
}
@media screen and (max-width: 640px) {
.videocol {
  padding:0 15px;
  }
}
@media screen and (max-width: 480px) {
.videocol {
  margin: 32px auto 0;
  }
h2 {
  margin-top: 12px;
  }
}


/*========================
店舗情報
========================*/
.information {
  width:100%;
  height: auto;
  margin: 0 auto 64px;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
  background-color: #F0E9E1;
}
.information li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
}
.information li:last-child{
	padding: 64px 32px;
}
@media screen and (max-width: 1000px) {
.information {
  flex-direction: column;
  display:block;
  }
.information li {
  width:100%;
  max-width:100%;
  }
.information li:first-child{
  height: 420px;
  }
}
@media screen and (max-width: 480px) {
.information {
  margin: 0 auto 48px;
  }
.information li:last-child{
	padding: 48px 32px;
  }
}

/*-------------------------
店舗情報中身
--------------------------*/
.infoinner {
	max-width: 480px;
	margin: 0 auto;
  font-weight: 500;
  color: #222;
}
.infoinner .logoimg {
	width: 100%;
	max-width: 320px;
	margin-bottom: 24px;
}
.infoinner .engtext {
  font-size: 0.85em;
  color: #555;
  font-weight: 400;
  margin-top: 32px;
}
@media screen and (max-width: 1000px) {
.infoinner {
	max-width: 640px;
	}
}
@media screen and (max-width: 480px) {
.infoinner .logoimg {
	max-width: 240px;
	}
}


/*========================
バナー
========================*/
.banner {
  width:100%;
  max-width: 1240px;
  margin: 0 auto 32px;
  padding:0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.banner li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 24px;
}
@media screen and (max-width: 767px) {
.banner {
  display: block;
  flex-direction: column;
  }
.banner li{
  width: 100%;
  max-width:100%;
  padding: 0 8px 18px;
  }
}



