@charset "utf-8";
/* CSS Document */

.header-bg {
  width: 100%;
  background: #f8e1be url(../images/header-bg.png) repeat-x;
  min-height: 350px;
  height: 100%;
}
.copyright {
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  background: #59493f;
  color: #ffffff;
  font-size: calc(10px + 0.25vw);
  line-height: 1em;
  letter-spacing: 1.5px;
}
.notes {
  padding: 10px 20px 0;
  text-align: center;
  font-size: calc(10px + 0.25vw);
  color: #333;
  line-height: 1.5em;
}

/* wrap 関連
-------------------------*/
.header-wrap {
  max-width: 1000px;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  position: relative;
}
.header-sp {
  display: none;
}
.calender-wrap,
.info-wrap {
  box-sizing: border-box;
  padding: 20px;
  background: #eee8df;
}
.point-wrap,
.present-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

/* レイアウト 関連
-------------------------*/
.calender-contents,
.point-contents,
.info-contents,
.review-contents {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}
.info-contents {
  text-align: center;
}
.calender-contents {
  padding: 0;
  display: flex;
  /*align-items: flex-start;*/
  flex-flow: row-reverse;
}
.point-contents {
  padding: 50px 0 50px;
}
.calender-contents__left,
.calender-contents__right {
  width: 50%;
  box-sizing: border-box;
}
.calender-contents__left {
  padding-right: 20px;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  /*background: #beb6aa;*/
}
.calender-contents__right {
  padding-left: 20px;
  /*background: #b8a7a8;*/
}
.point-box,
.present-box {
  width: 33.3%;
  margin-right: 20px;
}
.point-box:last-child,
.present-box:last-child {
  margin-right: 0;
}
.point-box img {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.present-no,
.present-photo {
  max-width: 320px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.present-no-sp,
.present-arrow-sp,
.present-photo-sp {
  display: none;
}

/* タイトル周り　デザイン
-------------------------*/
.work-shop-title {
  max-width: 761px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 8rem;
}
.work-shop-bodycopy {
  display: block;
  box-sizing: border-box;
  padding: 10px 10px 15px;
  text-align: center;
  font-size: calc(16px + 0.25vw);
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #3b1d0d;
  border-bottom: solid 1px #e8d9d0;
  box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3);
}
.work-shop-calender,
.work-shop-info,
.work-shop-review {
  box-sizing: border-box;
  padding: 0 50px;
  text-align: center;
  font-size: calc(24px + 0.25vw);
  line-height: 1.5em;
  letter-spacing: 1.5px;
  color: #613e35;
  background-image: url(../images/zakkoku-donburi.png),
  url(../images/zakkoku-donburi.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 98% 50%, 2% 50%;
  background-size: contain;
}
.work-shop-calender{
  max-width: 380px;
  margin: 50px auto 20px;
}
.work-shop-info{
  max-width: 380px;
  margin: 0 auto 20px;
}
.work-shop-review {
  max-width: 500px;
  margin: 50px auto 20px;
  font-size: calc(30px + 0.25vw);
  background-image:none;
}
.h2-point-title {
  box-sizing: border-box;
  padding: 0 0 8px 34px;
  margin: 0 0 10px;
  font-size: calc(18px + 0.25vw);
  line-height: 1em;
  border-bottom: dashed 1px #59493f;
  color: #462a22;
  vertical-align: baseline;
  background: url(../images/shyamozi-icon.png) no-repeat 1% 50%;
}
.h2-point-title span {
  color: #dd3001;
  margin-left: 5px;
  font-size: calc(20px + 0.25vw);
  vertical-align: baseline;
}
.point-title {
  font-size: calc(24px + 0.25vw);
  line-height: 1.5em;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #462a22;
}
.point-title span {
  color: #dd3001;
}
.h1-present-title,
.h1-nomal-title {
  line-height: 1.5em;
  letter-spacing: 1.5px;
  text-align: center;
  color: #462a22;
  margin-top: 30px;
}
.h1-present-title {
  font-size: calc(30px + 0.25vw);
}
.h1-nomal-title {
  font-size: calc(20px + 0.25vw);
}
.h1-present-title span {
  color: #dd3001;
}
.present-limit {
  background: #dfd7cb;
  padding: 10px;
  text-align: center;
  font-size: calc(24px + 0.25vw);
  line-height: 1em;
  letter-spacing: 1.5px;
  margin: 20px 0;
  color: #462a22;
}
.present-limit span {
  font-size: calc(30px + 0.25vw);
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
  top: 2px;
}
.info-title {
  padding: 5px;
  background: #78616a;
  max-width: 320px;
  border-radius: 100px;
  color: #ffffff;
  margin: 0 auto 20px;
  font-size: calc(16px + 0.25vw);
}
.info-shop-title {
  font-size: calc(18px + 0.25vw);
  line-height: 1.5em;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #613e35;
}
.info-time {
  display: inline-block;
  margin-right: 10px;
  font-size: calc(18px + 0.25vw);
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  color: #613e35;
}
.shop-telphone a {
  font-size: calc(40px + 0.25vw);
  line-height: 1.5em;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #de4523;
  position: relative;
  top: 5px;
  text-decoration: none;
}

/* ワークショップページ
===================================*/
table.workshop-calender-list th {
  color: #a74325;
  font-size: calc(12px + 0.25vw);
  line-height: 1.5rem;
  vertical-align: top;
}
table.workshop-calender-list th.workshop-calender-list__title--time,
table.workshop-calender-list th.workshop-calender-list__title--place,
table.workshop-calender-list th.workshop-calender-list__title--price {
  vertical-align: top;
  padding-top: 8px;
}
td.workshop-calender-list_normal {
  font-size: calc(12px + 0.25vw);
  line-height: 1.5rem;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #7e7e7e;
}
td.workshop-calender-list__date,
td.workshop-calender-list__time,
td.workshop-calender-list__place,
td.workshop-calender-list__price {
  font-size: calc(26px + 0.25vw);
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #462a22;
  vertical-align: baseline;
  padding-bottom: 8px;
}
td.workshop-calender-list__date {
  line-height: 1.8rem;
}
td.workshop-calender-list__time,
td.workshop-calender-list__place {
  line-height: 1.2em;
}
td.workshop-calender-list__price {
  line-height: 1em;
}
td.workshop-calender-list__date span,
td.workshop-calender-list__price span {
  color: #dd3001;
  vertical-align: baseline;
}
span.place-font-m,
td.workshop-calender-list__price span.place-font-m {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  vertical-align: baseline;
}
span.place-font-m {
  font-size: calc(18px + 0.25vw);
}
td.workshop-calender-list__price span.place-font-m {
  font-size: calc(14px + 0.25vw);
  line-height: 1em;
  color: #462a22;
  padding-right: 5px;
}
td.workshop-calender-list__date samp,
td.workshop-calender-list__price samp {
  font-size: calc(14px + 0.25vw);
  font-weight: bold;
  margin-right: 10px;
  vertical-align: baseline;
}
td.workshop-calender-list__date span.zanseki {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: calc(16px + 0.25vw);
  line-height: 1.8rem;
  color: #d70e00;
  position: relative;
  top: -5px;
}
.teisei {
  text-decoration: line-through;
  color: #333;
}
.calender-bt,
.return-bt,
.review-bt {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0 auto;
}
.return-bt {
  max-width: 200px;
}
.review-bt {
  max-width: 420px;
}
.present-text {
  font-size: calc(14px + 0.25vw);
  line-height: 1.5em;
  color: #613e35;
  display: block;
  margin-bottom: 20px;
}
.present-text span {
  font-weight: bold;
}
.present-text strong {
  color: #de4523;
}
.webpage-url {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 0;
  font-size: calc(14px + 0.25vw);
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  color: #613e35;
}
.webpage-url a {
  font-weight: normal;
  text-decoration: none;
  color: #08af69;
}
.webpage-url a:hover {
  transition: .8s;
  color: #e43522;
}
.webpage-url span {
  display: inline-block;
}
.end-word {
  text-align: center;
  font-size: calc(18px + 0.25vw);
  color: #dd3001;
  line-height: 2.5rem;
  letter-spacing: 1.5px;
  font-weight: bold;
}

/* reviewページ
-------------------------*/
.review-text {
  font-size: calc(16px + 0.25vw);
  color: #613e35;
  line-height: 2rem;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 30px;
}
.review-title {
  font-size: calc(20px + 0.25vw);
  line-height: 2.0rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #613e35;
  margin-bottom: 30px;
}
.review-photobox,
.review-voicebox {
  display: flex;
  margin-bottom: 30px;
}
.review-photobox {
  align-items: flex-start;
}
.review-voicebox {
  flex-wrap: wrap;
}
.review-photo {
  width: 50%;
}
.review-voice-text {
  border-bottom: dashed 1px #f29a76;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #613e35;
}
.review-photo:first-child {
  margin-right: 20px;
}
.review-photo:last-child {
  margin-left: 20px;
}
.review-voice-text {
  width: 48%;
}
.review-voice-text:nth-child(2n+1) {
  margin-right: 2%;
}
.review-voice-text:nth-child(2n) {
  margin-left: 2%;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
.header-bg {
  display: none;
}
/* wrap 関連
-------------------------*/
.header-sp {
  display: block;
  max-width: 860px;
}
/* レイアウト 関連
-------------------------*/
.point-contents {
  padding: 50px 20px 20px;
}
/* タイトル周り　デザイン
-------------------------*/
.work-shop-calender,
.work-shop-review {
  margin: 20px auto;
}
.work-shop-review {
  font-size: calc(24px + 0.25vw);
}
.point-title {
  font-size: calc(18px + 0.25vw);
}
/* ワークショップページ
===================================*/
td.workshop-calender-list__date,
td.workshop-calender-list__time,
td.workshop-calender-list__place,
td.workshop-calender-list__price {
  font-size: calc(20px + 0.25vw);
}
span.place-font-m {
  font-size: calc(16px + 0.25vw);
}
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
/* wrap 関連
-------------------------*/
.calender-wrap {
  padding: 20px 10px;
}
.point-wrap,
.present-wrap {
  display: block;
  margin-bottom: 20px;
}
/* タイトル周り　デザイン
-------------------------*/
.h2-point-title {
  background-size: contain;
}
.h1-present-title {
  font-size: calc(20px + 0.25vw);
}
.h1-nomal-title {
  font-size: calc(18px + 0.25vw);
  box-sizing: border-box;
  padding:0 20px;
}
.present-limit {
  font-size: calc(18px + 0.25vw);
  margin-top: 10px;
}
.present-limit span {
  font-size: calc(24px + 0.25vw);
}
.info-title {
  padding: 5px;
  background: #78616a;
  max-width: 320px;
  margin: 0 auto 20px;
  font-size: calc(14px + 0.25vw);
}
.info-shop-title {
  font-size: calc(14px + 0.25vw);
  margin-bottom: 10px;
}
.info-time {
  display: block;
  margin-right: 0;
  font-size: calc(16px + 0.25vw);
}
.shop-telphone a {
  font-size: calc(35px + 0.25vw);
  line-height: 1em;
  letter-spacing: 0;
}
/* レイアウト 関連
-------------------------*/
.calender-contents,
.point-contents {
  display: block;
}
.point-contents {
  padding: 20px;
}
.calender-contents__left,
.calender-contents__right {
  width: 100%;
  padding: 0;
}
.calender-contents__left {
  margin: 20px 0 0;
}
.point-box,
.present-box{
  width: 100%;
  margin: 0 0 20px;
}
.present-no,
.present-photo {
  display: none;
}
.present-no-sp,
.present-photo-sp {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.present-arrow-sp {
  max-width: 50px;
  width: 100%;
  display: block;
  margin: auto;
}
/* ワークショップページ
===================================*/
table.workshop-calender-list th {
  font-size: calc(9px + 0.25vw);
}
td.workshop-calender-list__date samp {
  font-size: calc(11px + 0.25vw);
  font-weight: bold;
  margin-right: 5px;
}
.end-word {
  font-size: calc(16px + 0.25vw);
  line-height: 1.8rem;
}
/* reviewページ
-------------------------*/
.review-text {
  font-size: calc(14px + 0.25vw);
  line-height: 1.5rem;
}
.review-title {
    font-size: calc(18px + 0.25vw);
    line-height: 1.5rem;
}
.review-photobox,
.review-voicebox {
  display: block;
}
.review-photo {
  width: 100%;
}
.review-photo:first-child {
  margin: 0 0 20px;
}
.review-photo:last-child {
  margin-left: 0;
}
.review-voice-text {
  width: 100%;
}
.review-voice-text:nth-child(2n+1) {
  margin-right: 0%;
}
.review-voice-text:nth-child(2n) {
  margin-left: 0%;
}
}
@media screen and (max-width: 375px) {
/* タイトル周り　デザイン
-------------------------*/
.work-shop-calender,
.work-shop-info,
.work-shop-review {
  font-size: calc(18px + 0.25vw);
}
/* ワークショップページ
===================================*/
.end-word {
  font-size: calc(12px + 0.25vw);
  line-height: 1.5rem;
}
}

