@charset "euc-jp";

body {
  background: #FFFFFF url(https://img.shop-pro.jp/tmpl_img/78/body_bg.gif);
  color: #4e5052;
}

a {
  color: #4e5052;
}

a:hover {
  color: #3292FF;
  opacity: 1;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

dl {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.col-lg-12 {
  padding: 0;
}

.btn {
  border-radius: 0;
}

/*  画像ボタンをhover時に透過させる
-----------------------------------*/
a.alpha img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a.alpha:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}

/* ************************************************
*  Layout
* ************************************************ */
/*
 * Layout
 */

.row, .grid_row {
  margin: 0 auto;
  *zoom: 1;
}
  .grid_row ul {
    margin: 0;
  }

.row:before, .row:after,
.grid_row:before, .grid_row:after {
  display: table;
  content: "";
  line-height: 0;
}

.row:after,
.grid_row:after {
  clear: both;
  width: 100%;
}

.col {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1%;
  padding-left: 1%;
  min-height: 1px;
  word-break: break-all;
  *padding-right: 1% !important;
  *padding-left: 1% !important;
}
  .col img {
    max-width: 100%;
    height: auto;
  }

.container {
  margin: 0 auto;
}

.col-lg-12 {
  width: 100%;
  *width: 97%;
}
.col-lg-11 {
  width: 91.6666667%;
  *width: 90.2%;
}
.col-lg-10 {
	float: left;
  width: 83.3333333%;
  *width: 81.7%;
}
.col-lg-9 {
	float: left;
  width: 75%;
  *width: 73.2%;
}
.col-lg-8 {
	float: left;
  width: 66.6666667%;
  *width: 64.6%;
}
.col-lg-7 {
	float: left;
  width: 58.3333333%;
  *width: 56.1%;
}
.col-lg-6 {
	float: left;
  width: 50%;
  *width: 47.5%;
}
.col-lg-5 {
	float: left;
  width: 41.6666667%;
  *width: 39%;
}
.col-lg-4 {
	float: left;
  width: 33.3333333%;
  *width: 30.4%;
}
.col-lg-3 {
	float: left;
  width: 25%;
  *width: 22%;
}
.col-lg-2 {
	float: left;
  width: 16.6666667%;
  *width: 13.3%;
}
.col-lg-1 {
	float: left;
  width: 8.33333333%;
  *width: 4.8%;
}

@media (max-width: 800px) {
	.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
		width: 100%;
		*width: 97%;
	}
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}
.ie8 .container {
  width: 1300px;
}

.container_product {
  max-width: 1100px;
  margin: 0 auto;
}

.header__section {
  padding-top: 2em;
  margin-bottom: 2em;
}

.header__logo {
  margin: 1em 0;
  float: left;
}

.header__logo-img {
  margin-top: 0;
}

.header-nav {
  float: right;
  list-style-type: none;
  text-align: right;
  margin: 30px 0 0;
}

.header-nav__unit {
  display: inline;
  white-space: nowrap;
  margin-left: 1em;
  font-weight: 600;
}
.header-nav__unit i {
  margin-right: 4px;
}

.header-nav__txt {
  color: #4e5052;
}
.header-nav__txt:hover {
  color: #4e5052;
}

.header-nav__btn {
  padding: 10px 15px;
}
.header-nav__btn i {
  left: -4px;
}

.header__postage {
  float: right;
  clear: right;
  color: #e66a6a;
  margin: 2em 0 1em;
}

.header__postage__list {
  list-style-type: none;
  margin: 0;
}

.header__search-switch {
  cursor: pointer;
}

.header__search-form__input {
  border: 1px solid #ccc;
}

.global-nav__pulldown-nav {
  display: none;
}

.global-nav {
  display: block;
  list-style-type: none;
  margin: 0;
}

.global-nav__unit {
  float: left;
  margin-right: 2em;
  letter-spacing: .2em;
}
.global-nav__unit a {
  display: block;
  padding: .3em 0;
  color: #4e5052;
  font-family:Arial, Helvetica, sans-serif;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: none;
  color: #3292FF;
}

.global-nav__unit__txt {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.header__pulldown-nav__list {
  list-style-type: none;
  margin: 2em 0 0;
  padding: 0;
  font-weight: 600;
}
.header__pulldown-nav__list li {
  margin: 0 0 10px;
  padding: 0 40px 0 0;
  white-space: nowrap;
}
.header__pulldown-nav__list a {
  color: #4e5052;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  color: #3292FF;
}

.global-nav-phone {
  text-align: center;
  margin: 0;
}
.global-nav-phone li {
  display: inline-block;
  margin: 0 .2em;
}
.global-nav-phone a {
  padding: .5em;
}

/* pagetop */
.btn-pagetop {
  padding: .9em 0;
  max-width: 50px;
  float: right;
  background: #A5A5A5;
  border: none;
}
a.btn-pagetop:hover,
a.btn-pagetop:focus {
  background: #3292FF;
}
.btn-pagetop i {
  position: static;
}

/* guide */
.footer__guide {
  background: #f5f5f5;
  padding: 1em 0;
}

.guide__col {
  padding: 0 30px;
}

.guide__unit {
  padding: 10px 30px 0 0;
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.8;
  color: #808080;
}

.guide__h3, .guide__h2 {
  color: #555;
  font-weight: normal;
}

.guide__h2 {
  font-size: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d3d3d3;
}

/* calender */
.cal__table table {
  max-width: 280px;
  margin: 2em auto;
  font-size: .9em;
}
.cal__table table th, .cal__table table td {
  text-align: center;
}

.cal__memo {
  text-align: center;
  font-size: .9em;
}

/* footer nav */
.footer__nav {
  padding: 40px 0 20px;
   background-color: fff;
  color: 000;
  font-size: 0.8em;
  letter-spacing: .1em;
}
.footer__nav a {
  color: 000;
}

.footer-nav__title {
  margin-top: 0;
  color: #1a8dbe;
  font-size: 1.5em;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.footer-nav__col {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.footer-nav__col li {
  margin: 1em 0;
}

/* shop owner */
.shop-owner {
  padding: 0;
  border-right: 1px solid #1a8dbe;
}

.shop-owner__photo {
  float: left;
  max-width: 50%;
}

.shop-owner__info {
  padding: 0 30px;
  overflow: hidden;
}

.shop-owner__name {
  margin: 0 0 1em;
  font-size: 1.6em;
  font-weight: normal;
}

.shop-owner__txt {
  line-height: 2;
}

/* copyright */
.footer__copyright {
  border-top: 1px solid #1a8dbe;
  margin-top: 30px;
  padding-top: 20px;
  font-size: .9em;
  text-align: center;
}
.footer__copyright p, .footer__copyright address {
  color: #000;
  margin: 0;
  text-align: center;
  font-size:14px;
}
.footer__copyright p a, .footer__copyright address a {
  color: #1a8dbe;
}
.footer__copyright .copyright__powered-by {
  color: #fff;
}
.footer__copyright .copyright__powered-by img {
  max-width: 200px;
  vertical-align: middle;
}

/* topicpath */
.topicpath-nav {
  font-size: .8em;
  color: #666;
  margin-bottom: 1em;
}
.topicpath-nav a {
  text-decoration: none;
  color: #666;
  margin-left: .5em;
}
.topicpath-nav ul {
  list-style-type: none;
  margin: 10px 0;
}
.topicpath-nav li {
  display: inline;
  padding: 0 .5em 0 0;
}
.topicpath-nav li:first-child a {
  margin-left: 0;
}

/* product list */
.select--sub-layer {
  max-width: 500px;
  display: block;
  margin: 2em auto;
}

.product-list__unit {
  padding: 0;
}
.product-list__unit a:hover {
  text-decoration: none;
}

.product-list__unit__inner {
	margin-bottom: 20px;
  padding: 0 20px;
}
.product-list__unit__inner p {
  margin: 0;
}

.product-list__photo {
  display: block;
  margin: 0 auto;
}

.product-list__text {
  display: block;
  margin: .6em 0;
  line-height: 1.5;
  text-align: center;
}

.product-list__name {
  font-weight: bold;
  color: #666;
}

.product-list__expl {
  font-size: .8em;
}

.product-list__price,
.option__price {
  color: #aaa;
}

.product-list__regular-price,
.option__regular-price {
  color: #aaa;
  text-decoration: line-through;
}

.product-list__soldout,
.option__stock {
  color: #e66a6a;
}

.product-list__sort {
  text-align: right;
  margin: 2em 0;
}

.product-list__freespace {
  margin: 3em 0;
}

.pagenation {
  margin: 1em 0 3em;
  text-align: center;
}

.pagenation__list {
  margin: 0 0 1em;
}

.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0 .3em 2em;
}
.pagenation__unit a {
  padding: .6em .9em;
  color: #fff;
  background: #4e5052;
  border-radius: 3px;
}
.pagenation__unit a:hover {
  text-decoration: none;
}
.pagenation__unit span {
  color: #aaa;
}

.pagenation__info {
  font-size: 1.4em;
}

/* shop keeper */
.page--shopkeeper .section__block, .page--privacy .section__block {
  max-width: 1000px;
}

/* privacy policy */
/*
 * Module
 */
.section__block {
  margin: 4em auto;
}
.section__block p {
  line-height: 2;
}

.section__title-h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif;
  margin: 50px 0;
  letter-spacing: 0.2em;
}

span.s_title {
  text-align: center;
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.section__title-h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 2em 0;
  letter-spacing: 0.2em;
}

.btn-primary {
  background: #4e5052;
  border: 1px solid #4e5052;
  color: #fff;
}
.btn-primary:hover {
  background: #4e5052;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.btn-secondary {
  background: #4e5052;
  border: 1px solid #4e5052;
  color: #fff;
}
.btn-secondary:hover {
  background: #4e5052;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.txt--sm {
  font-size: .8em;
}

.txt--c {
  text-align: center;
}

.txt--not-applicable {
  font-size: 1.5em;
  margin: 3em 0 4em;
  text-align: center;
  color: #999;
}

.dl-vertical-list {
  margin: 0;
  padding: 0;
}

.dl-vertical-list__title {
  font-weight: bold;
  margin: 0 0 .5em;
}

.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 1.8;
}

.pulldown-nav {
  display: none;
}

#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  border-left: none;
  background-position: bottom left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  border-right: none;
  background-position: bottom right;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  padding-top: 0;
  padding-bottom: 10px;
  bottom: 0;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f5f5f5;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #4e5052;
}

.carousel-slide .product-list {
  margin: 0;
}
.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}

@media (max-width: 1440px) {
  .global-nav__unit {
    margin-right: 1.8em;
  }
}

@media (max-width: 980px) {
  /* ~980px */

/*  画像ボタンをhover時に透過させる
-----------------------------------*/
  a.alpha:hover img{
	opacity: 1.0;
	filter: alpha(opacity=100); /* IE7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
  }

  .col-md-12 {
    padding: 0;
  }

  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .footer__guide {
    margin: 0;
  }

  .guide__col {
    padding: 0;
  }

  .shop-owner {
    border-right: none;
    margin-bottom: 30px;
  }

  .product-list {
    margin: 0 -15px;
  }

  .product-list__unit {
    padding: 0;
  }

  .page--privacy .section__block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  .col-sm-12 {
    padding: 0;
  }

  .section__block {
    margin: 1em auto;
  }

  .header__logo {
    float: none;
    text-align: center;
  }
  .header__logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
  }

  .header__postage {
    float: none;
  }

  .global-nav {
    display: none;
    margin-top: 1em;
  }
  .global-nav a {
    padding: .5em;
  }

  .global-nav__unit {
    float: none;
    margin-right: 0;
    text-align: center;
  }

  .global-nav__unit__txt {
    font-size: 1.2em;
  }

  .global-nav__pulldown-nav {
    padding: 2em 0 0;
    border-bottom: 2px solid #ccc;
  }

  .header__pulldown-nav__list {
    text-align: left;
    font-weight: normal;
  }
  .header__pulldown-nav__list li {
    padding-right: 0;
    margin: 0;
    overflow: auto;
    white-space: normal;
  }
  .header__pulldown-nav__list a {
    display: block;
    padding: .7em;
  }
  .header__pulldown-nav__list a:before {
    content: '- ';
  }

  .header__search-form--phone input, .header__search-form--phone button {
    display: block;
    height: 2.8em;
    margin-bottom: 1em;
    width: 100%;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__search-form--phone button {
    border-color: #4e5052;
    background: #4e5052;
    color: #fff;
  }
  .header__search-form--phone button:hover {
    background: #4e5052;
    color: #fff;
  }

  .footer-nav__title {
    text-align: center;
  }

  .footer-nav__col {
    text-align: center;
  }
  .footer-nav__col li {
    margin: 0;
  }
  .footer-nav__col a {
    display: block;
    padding: 1em;
  }

  .guide__unit {
    padding-right: 0;
  }

  .product-list__sort {
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .col-xs-12 {
    padding: 0;
  }

  .shop-owner__photo {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .shop-owner__info {
    padding: 0;
    overflow: auto;
  }

  .shop-owner__name {
    text-align: center;
  }

  .shop-owner__name,
  .shop-owner__txt {
    margin-top: 2em;
  }

  .btn-pagetop {
    max-width: 100%;
    float: none;
    margin-top: 2em;
  }

  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 50px;
    border: 1px solid #fff;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    border-left: none;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    border-right: none;
  }
}
/*
 * State
 */
.header__search-form {
  display: none;
}

.header__search-form--visible {
  display: inline;
}

.global-nav-phone--current a {
  background: #f1f1f1;
}

.is_tablet_lt .tab-block--visible {
  display: block;
}
.is_tablet_lt .tab-block--hidden {
  display: none;
}

/*
 * icons
 */
/* 24px black */
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-b, .icon-user.icon-w {
  background-position: -208px 0px;
}
.icon-cart.icon-b, .icon-cart.icon-w {
  background-position: -176px -64px;
}
.icon-search.icon-b, .icon-search.icon-w {
  background-position: -208px -16px;
}
.icon-chevron_thin_right.icon-b, .icon-chevron_thin_right.icon-w {
  background-position: -144px -144px;
}
.icon-chevron_thin_down.icon-b, .icon-chevron_thin_down.icon-w {
  background-position: -112px -144px;
}
.icon-chevron_thin_up.icon-b, .icon-chevron_thin_up.icon-w {
  background-position: -128px -144px;
}
.icon-list.icon-b, .icon-list.icon-w {
  background-position: -192px -96px;
}
.icon-play.icon-b, .icon-play.icon-w {
  background-position: -160px -112px;
}

.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-lg-b, .icon-user.icon-lg-w {
  background-position: -312px 0px;
}
.icon-cart.icon-lg-b, .icon-cart.icon-lg-w {
  background-position: -264px -96px;
}
.icon-search.icon-lg-b, .icon-search.icon-lg-w {
  background-position: -312px -24px;
}
.icon-chevron_thin_right.icon-lg-b, .icon-chevron_thin_right.icon-lg-w {
  background-position: -216px -216px;
}
.icon-chevron_thin_down.icon-lg-b, .icon-chevron_thin_down.icon-lg-w {
  background-position: -168px -216px;
}
.icon-chevron_thin_up.icon-lg-b, .icon-chevron_thin_up.icon-lg-w {
  background-position: -192px -216px;
}
.icon-list.icon-lg-b, .icon-list.icon-lg-w {
  background-position: -288px -144px;
}
.icon-play.icon-lg-b, .icon-play.icon-lg-w {
  background-position: -240px -168px;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
  }
  .icon-b.icon-user {
    background-position: -312px 0px;
  }
  .icon-b.icon-cart {
    background-position: -264px -96px;
  }
  .icon-b.icon-search {
    background-position: -312px -24px;
  }
  .icon-b.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-b.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-b.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-b.icon-list {
    background-position: -288px -144px;
  }
  .icon-b.icon-play {
    background-position: -240px -168px;
  }

  .icon-w {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
  }
  .icon-w.icon-user {
    background-position: -312px 0px;
  }
  .icon-w.icon-cart {
    background-position: -264px -96px;
  }
  .icon-w.icon-search {
    background-position: -312px -24px;
  }
  .icon-w.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-w.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-w.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-w.icon-list {
    background-position: -288px -144px;
  }
  .icon-w.icon-play {
    background-position: -240px -168px;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}

.conbox {
	max-width: 758px;
	text-align: left;
}

.conbox img {
max-width: 100%;
height: auto;
}

.mr80 {
	margin-right: 80px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb70 {
	margin-bottom: 70px;
}


.txc {
	text-align: center;
}

.txl {
	font-size: 13pt;
}

.conbox {
	max-width: 758px;
	text-align: left;
}

.conbox p{
	margin-bottom: 50px;
	padding-left:5px;
}


.conbox img {
max-width: 100%;
height: auto;
}

hr.gline01 {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	clear: both;
}

.gbox01 {
	max-width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul.gbox02 {
	max-width: 820px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
}

ul.gbox02 li {
	text-align: center;
	width: 370px;
	float: left;
	margin-bottom: 30px;
}

ul.gbox02 li.mailcontact {
	margin-right: 80px;
}

.btmail {
	font-size: 16pt;
}

.btmail a:link, .btmail a:visited {
	color: #000;
	text-decoration: underline;
}
.btmail a:hover, .btmail a:active {
	color: #999;
	text-decoration: underline;
}


.btmail img {
	vertical-align: middle;
	margin-right: 10px;
}

.section__title-h2b {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	margin: 50px 0 20px 0;
}

.gbox03 {
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none;
	text-align: left;
	clear: both;
}

.gbox03 p {
	line-height: 200%;
	margin-bottom: 50px;
}

ul.gbox04 {
	list-style-type: none;
}

ul.gbox04 li {
	text-align: center;
	width: 270px;
	float: left;
	margin-bottom: 30px;
	margin-right: 60px;
}

ul.gbox04 li.guiw01 {
	margin-right: 0px;
}

.bt01 img {
	vertical-align: middle;
	margin-right: 10px;
}

.bt01 a{
	width:280px;
	font-size:12pt;
	text-align:center;
	display:block;
	text-decoration:none;
	border:1px solid #000;
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #000;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}

.bt01 a:hover{
	background-color: #CCC;
}

.gbox05 {
	text-align: center;
	float: left;
	width: 460px;
	margin-right: 40px;
}

.gbox05 img{
	width: 397px;
	height: auto;
}

.gbox05 table {
	width: 100%;
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #626262;
	border-left-color: #626262;
	margin-bottom: 50px;
}

.gbox05 th {
	text-align: left;
	width: 70%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #626262;
	border-bottom-color: #626262;
}

.gbox05 td {
	text-align: center;
	width: 30%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #626262;
	border-bottom-color: #626262;
}

.guiw02 {
	background-color: #EDEDED;
}

.gbox06 {
	float: left;
	width: 460px;
}

.gbox06 img{
	width: 414px;
	height: auto;
}

.gbox06 dl {
}

.gbox06 dt {
	float: left;
}

.gbox06 dd {
	margin-left: 16px;
	margin-bottom: 30px;
}

@media screen and (max-width:960px){

	
	ul.gbox02 li.mailcontact {
		margin-right: 0px;
	}

	ul.gbox02 li {
		text-align: center;
		width: 100%;
		float: none;
	}

	ul.gbox04 {
		margin-left: 0px;
	}

	ul.gbox04 li {
		text-align: center;
		width: 100%;
		float: none;
		margin-bottom: 30px;
		margin-right: 0px;
	}

	.bt01 a{
		width:240px;
	}

	.gbox05 {
		text-align: left;
		float: none;
		width: 100%;
		margin-right: 0px;
	}

	.gbox05 img{
		max-width: 100%;
		height: auto;
	}

	.gbox06 {
		float: none;
		width: 100%;
	}

	.gbox06 img{
		max-width: 100%;
		height: auto;
	}

	.guide__h2 {
		margin-top: 30px;
	}

}

.footboxl {
	float: left;
	width: 47%;
	padding-right: 20px;

}

.footboxl .footlogo {
	float: left;
	width: 30%;
}

.footboxl .footlogo img {
	padding: 0 0 10px 0;
}

.footboxl .footlogo .row .col-lg-6 {
	text-align: center;
	padding: 0 0 20px 0;
}

.footboxl .footlogo .row .col-lg-6 a i {
	font-size: 48px;
	color: #000;
}

.footboxl .footlogo .row .col-lg-6 a i:hover {
	color: #666;
}

.footboxl .footinfotext {
	float: right;
	width: 64%;
	line-height: 1.9em;
}

.footboxl .footinfotext p {
	font-size: 1.0em;
    letter-spacing: .1em;
}

.footboxr {
	float: right;
	width: 47%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7C7C7C;
	padding-left: 40px;
	margin-bottom: 30px;
}

.footboxr:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .footboxr {
    height: 1em;
    overflow: visible;
}
/**/


.footboxr ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
	list-style-type: none;
}

.footboxr ul.footw01 {
	width: 28%;
}

.footboxr ul.footw02 {
	width: 28%;
}

.footboxr li {
	padding: 6px 0;
}
.footboxr li.foottitle {
	font-weight:800;
}

@media screen and (max-width:1024px){

	.footboxl {
    		float: none;
    		width: 100%;
    		margin: 0 auto;
    		padding-right: 0px;
			margin-bottom: 40px;
	}

	.footboxl .footlogo {
		float: none;
		width: 100%;
    		margin: 0 auto;
	    	text-align: center;
	}

	.footboxl .footlogo img {
    		max-width: 100%;
    		margin: 0 auto;
	    	text-align: center;
	}

	.footboxl .footinfotext {
		float: none;
		width: 100%;
		font-size: 14px;
	}
	.footboxr {
    		float: none;
    		width: 100%;
    		margin: 0 auto;
			border-left-width: 0px;
			padding-left: 0;
			margin-bottom: 30px;
	}

}

@media screen and (max-width:420px){
	.footer__nav {
		font-size: 1.0em;
	}
	.footboxr ul {
		width: 100%;
	}
	.footboxr ul.footw01 {
		width: 100%;
	}
	.footboxr ul.footw02 {
		width: 100%;
	}
	.footboxr li {
		padding: 12px 0;
		border-top: 1px solid #666;
	}
	.footboxr li a {
		display: block;
	}
}

.postagebox {
	margin-top: 40px;
}

.postagebox table.postage {
	width: 100%;
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #626262;
	border-left-color: #626262;
	margin-bottom: 50px;
}

.postagebox table.postage th {
	text-align: left;
	width: 70%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #626262;
	border-bottom-color: #626262;
}

.postagebox table.postage td {
	text-align: center;
	width: 30%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #626262;
	border-bottom-color: #626262;
}



.companyinfo {
	width: 960px;
	margin: 0 auto;
	margin-bottom:100px;
}


table.companyOverview {
	width: 100%;
	padding:5px;
	border-left: 2px #000000 solid;
	font-size: 18px;
}

table.companyOverview th {
	text-align: left;
	width: 20%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-weight: normal;
}

table.companyOverview td {
	text-align: left;
	width: 80%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}




.companyinfo {
	width: 960px;
	margin: 0 auto;
	margin-bottom:100px;
}


table.companyOverview {
	width: 100%;
	padding:5px;
	border-left: 2px #000000 solid;
	font-size: 18px;
}

table.companyOverview td {
	text-align: left;
	width: 80%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
}

table.companyOverview td.datehead {
	text-align: left;
	width: 20%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
}

@media screen and (max-width:960px){

	
	.companyinfo {
		width: 98%;
		margin: 0 auto;
		margin-bottom:60px;
	}

	table.companyOverview {
		font-size: 14px;
	}

	table.companyOverview td {
		width: 65%;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	table.companyOverview td.datehead {
		width: 35%;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

}

p.red-text {
	color: #F00;
	font-weight: bold;
}





/* ==========================================================================================================

	 Gallery Coote Page
 
============================================================================================================*/

/* Gallery Title Section
------------------------------------ */

.section__title-h2-gallery {
	width: 500px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	font-family: 'Crimson Text', serif;
	line-height: 1.8;
	letter-spacing: .2em;
	margin: 60px auto 80px auto;
	padding: 20px 0 30px 0;
    background-color: rgba(229, 198, 0, 1);
	border: 12px solid #DCDCDC;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
}

.section__title-h2-gallery span.coote_title {
	font-size: 20px;
	font-weight: 600;
	font-family: "Sawarabi Mincho";
}

.section__title-h2-gallery p.coote_subtitle {
	font-size: 24px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

.section__title-h2-gallery p.coote_txt {
	font-size: 16px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
}

.section__title-h3-coote {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	margin: 2em 0;
	letter-spacing: 0.2em;
}


/* Photo Section
------------------------------------ */
.row .cafe-photo-box{
width: 70%;
display: flex;
margin: 0 auto 80px auto;
}

.row.photo-box {
	margin: 0 0 80px 0;
	padding: 0;
}

.col-lg-4 .photo-inner {
	padding: 0;
}


/* Main-Title Section
------------------------------------ */

.row .col-lg-12.main-title02 {
	text-align: center;
	margin: 0 0 80px 0;
	padding: 0;
}

.row .col-lg-12.main-title02 h3.main-title02-lead {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: .2em;
	margin: 0;
	padding: 0 0 40px 0;
}

.row .col-lg-12.main-title02 p.main-title02-leadtxt {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.row .col-lg-12.main-title02 p.main-title02-leadtxt i {
	font-size: 60px;
	padding: 0 0 20px 0;
}



/* Gallery Information Section
------------------------------------ */

.row.information {
	color: #000;
	margin: 0 0 80px 0;
	padding: 60px 0;
    background-color: rgba(229, 198, 0, 1);
}

.row.information .col-lg-12.infobox h3.info-lead {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 40px 0;
}

.row .col-lg-4.infobox {
	text-align: center;
	padding: 0 0 30px 0;
}

.row .col-lg-4.infobox i {
	display: block;
	font-size: 60px;
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
}

.row .col-lg-4.infobox h3.info-leadti {
	display: inline-block;
	width: 140px
	font-size: 18px;
	line-height: 1.0;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}

.row .col-lg-4.infobox p.info-leadtxt {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto;
	padding: 0 5% 10px;
	text-align: left;
}

.row .col-lg-4.infobox p.info-leadtxt-center {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 auto;
	padding: 0 5% 10px;
	text-align: center;
}

.row .col-lg-4.infobox p.info-leadtxt span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.row .col-lg-4.infobox p.info-leadtxt span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

dl.info-item {
    width: 90%;
    padding: 0 0 0 5%;
    margin: 0;
}

dl.info-item dt {
    float: left;
    width: 16px;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

dl.info-item dd {
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    padding: 1px 0 8px;
}

dl.info-caution {
    width: 100%;
    padding: 0;
    margin: 0;
}

dl.info-caution dt {
    float: left;
    width: 16px;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}

dl.info-caution dd {
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    padding: 1px 0 8px;
}

@media (max-width: 860px) {
	.row .col-lg-6.infobox {
		padding: 0 0 40px 0;
	}
	.row .col-lg-4.infobox p.info-leadtxt {
		padding: 0 20% 10px;
	}
	.row .col-lg-4.infobox p.info-leadtxt-center {
		padding: 0 20% 10px;
		text-align: center;
	}
	dl.info-item {
		width: 60%;
		padding: 0;
		margin: 0 auto;
	}
}

@media (max-width: 580px) {
	.section__title-h2-gallery {
		width: 280px;
		font-size: 20px;
		border: 0px solid #DCDCDC;
		margin: 40px auto 30px auto;
	}
	.section__title-h2-gallery span.coote_title {
		font-size: 18px;
	}
	.section__title-h2-gallery p.coote_txt {
		font-size: 14px;
	}
	.row .col-lg-4.infobox p.info-leadtxt {
		padding: 0 0 10px;
	}
	.row .col-lg-4.infobox p.info-leadtxt-center {
		padding: 0 0 10px;
		text-align: center;
	}
	dl.info-item {
		width: 100%;
	}
}


/* Gallery Facebook 間取図 Section
------------------------------------ */

.col-lg-6 .gallery-inner {
	width: 500px;
	margin: 0 auto 60px auto;
	padding: 0;
}

.col-lg-6 .gallery-inner002 {
	margin: 0 0 60px 0;
	padding: 0;
}

.col-lg-6 .gallery-inner h3.gallery-subtitle02 {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 20px 0;
}

.col-lg-6 .gallery-inner002 h3.gallery-subtitle02 {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 20px 0;
}


/* Access Section
------------------------------------ */

.row.access {
	margin: 0;
	padding: 60px 0 20px 0;
    background-color: #f5f5f5;
}

.row.access .col-lg-12.accessbox h3.access-lead {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	font-family: 'Crimson Text', serif;
	letter-spacing: .2em;
	margin: 0;
	padding: 0 0 40px 0;
}

.row .col-lg-6.accessbox {
	text-align: center;
	padding: 0;
}

.row .col-lg-6.accessbox .access-inner {
	margin: 0;
	padding: 0 10px;
}

.row .col-lg-6.accessbox .access-inner {
	margin: 0;
	padding: 0 10px;
}

.row .col-lg-6.accessbox .access-inner02 {
	margin: 0;
	padding: 0px 35px 0 35px;
}

.row .col-lg-6.accessbox .access-inner02 div.gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.row .col-lg-6.accessbox .access-inner02 div.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 1024px) {
	.col-lg-6 .gallery-inner {
		width: 100%;
		margin: 0 0 60px 0;
	}
	.col-lg-6 .gallery-inner002 {
		width: 100%;
		margin: 0 0 60px 0;
	}
}

@media (max-width: 860px) {
	.row .col-lg-6.accessbox .access-inner {
		padding: 0 10px 20px 10px;
	}
	.row .col-lg-6.accessbox .access-inner02 {
		padding: 0px 25px 0 25px;
	}
}

@media (max-width: 580px) {
	.row .col-lg-6.accessbox .access-inner {
		padding: 0 0 20px;
	}
	.row .col-lg-6.accessbox .access-inner02 {
		padding: 0px 10px;
	}
}


/* ==========================================================================================================

	 Zakka Coote Page
 
============================================================================================================*/

/* Zakka Title Section
------------------------------------ */

.section__title-h2-zakka {
	width: 500px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	font-family: 'Crimson Text', serif;
	line-height: 1.8;
	letter-spacing: .2em;
	margin: 60px auto 80px auto;
	padding: 20px 0 30px 0;
    background-color: rgba(136, 204, 0, 1);
	border: 12px solid #DCDCDC;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
}

.section__title-h2-zakka span.coote_title {
	font-size: 20px;
	font-weight: 600;
	font-family: "Sawarabi Mincho";
}

.section__title-h2-zakka p.coote_subtitle {
	font-size: 24px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

.section__title-h2-zakka p.coote_txt {
	font-size: 16px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
}

.section__title-h3-coote {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	margin: 2em 0;
	letter-spacing: 0.2em;
}


/* Zakka Information Section
------------------------------------ */

.row.information02 {
	color: #000;
	margin: 0 0 80px 0;
	padding: 60px 0;
    background-color: rgba(136, 204, 0, 1);
}

.row.information02 .col-lg-12.infobox02 h3.info-lead02 {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 40px 0;
}

.row.information02 .container .row .col-lg-12.infobox02 {
	text-align: center;
	padding: 0;
}

.row.information02 .container .row .col-lg-12.infobox02 i {
	font-size: 60px;
	margin: 0;
	padding: 0;
}

.row.information02 .container .row .col-lg-12.infobox02 p.info-leadtxt02 {
	text-align: center;
	font-size: 16px;
	line-height: 2.0;
	margin: 0;
	padding: 15px 0 0 0;
}

.row.information02 .container .row .col-lg-12.infobox02 p.info-leadtxt02 span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

@media (max-width: 580px) {
	.section__title-h2-zakka {
		width: 280px;
		font-size: 20px;
		border: 0px solid #DCDCDC;
		margin: 40px auto 30px auto;
	}
	.section__title-h2-zakka span.coote_title {
		font-size: 20px;
	}
	.section__title-h2-zakka p.coote_txt {
		font-size: 14px;
	}
}


/* ==========================================================================================================

	 Cafe Coote Page
 
============================================================================================================*/

/* Cafe Title Section
------------------------------------ */

.section__title-h2-cafe {
	width: 500px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	font-family: 'Crimson Text', serif;
	line-height: 1.8;
	letter-spacing: .2em;
	margin: 60px auto 80px auto;
	padding: 20px 0 30px 0;
    background-color: rgba(171, 127, 92, 1);
	border: 12px solid #DCDCDC;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
}

.section__title-h2-cafe span.coote_title {
	font-size: 20px;
	font-weight: 600;
	font-family: "Sawarabi Mincho";
}

.section__title-h2-cafe p.coote_subtitle {
	font-size: 24px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

.section__title-h2-cafe p.coote_txt {
	font-size: 16px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
}

.section__title-h3-coote {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	margin: 2em 0;
	letter-spacing: 0.2em;
}


/* Cafe Information Section
------------------------------------ */

.row.information03 {
	color: #000;
	margin: 0 0 80px 0;
	padding: 60px 0;
	color: #000;
    background-color: rgba(171, 127, 92, 1);
}

.row.information03 .col-lg-12.infobox03 h3.info-lead03 {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	color: #FFF;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 40px 0;
}

.row.information03 .container .row .col-lg-12.infobox03 {
	text-align: center;
	padding: 0;
}

.row.information03 .container .row .col-lg-12.infobox03 h3.info-lead03 {
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	color: #FFF;
	margin: 0;
	padding: 0 0 40px 0;
}

.row.information03 .container .row .col-lg-12.infobox03 i {
	font-size: 60px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.row.information03 .container .row .col-lg-12.infobox03 h4.info-leadsubtitle03 {
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 1.0;
	letter-spacing: 2px;
	margin: 0;
	padding: 10px 0 0 0;
}

.row.information03 .container .row .col-lg-12.infobox03 p.info-leadtxt03 {
	text-align: center;
	font-size: 16px;
	color: #FFF;
	line-height: 2.0;
	margin: 0;
	padding: 15px 0 0 0;
}

.row.information03 .container .row .col-lg-12.infobox03 p.info-leadtxt03 span {
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding: 0;
}


/* Cafe Menu Section
------------------------------------ */

.row.menu03 {
	margin: 0 0 80px 0;
	padding: 0;
}

.row.menu03 .col-lg-12.menubox03 h3.menu-lead03 {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 40px 0;
}

.row.menu03 .container .col-lg-6.menu-afternoon {
    float: left;
    width: 47.5%;
	text-align: center;
	padding: 0;
}

.row.menu03 .container .col-lg-6.menu-evening {
    float: right;
    width: 47.5%;
	text-align: center;
	padding: 0;
}

.row.menu03 .container h3.menulist-midtitle03 {
	display: block;
	width: 80px;
	text-align: center;
	font-size: 20px;
	line-height: 1.0;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	text-align: center;
	border-bottom: solid 4px rgba(171, 127, 92, 1);
}

.row.menu03 .container .col-lg-12.menu-afternoon {
	padding: 15px 0% 20px;
}

.row.menu03 .container .row .col-lg-6.menubox03 {
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
}

.row.menu03 .container .row .col-lg-6.menubox03 h3.menu03 {
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 40px 0;
}

.row.menu03 .container .row .col-lg-6.menubox03 i {
	font-size: 48px;
	margin: 0;
	padding: 0;
}

.row.menu03 .container .row .col-lg-6.menubox03 h3.menulist-title03 {
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	margin: 0;
	padding: 15px 0 0 0;
}

.row.menu03 .container .row .col-lg-6.menubox03 dl.menulist {
    overflow: hidden;
    zoom: 1;
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 20px;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
	clear: both;
}

.row.menu03 .container .row .col-lg-6.menubox03 dl.menulist dt {
    float: left;
    width: 75%;
    font-size: 14px;
	font-weight: 400;
	text-align: left;
    margin: 0;
    padding: 6px 0;
}

.row.menu03 .container .row .col-lg-6.menubox03 dl.menulist dd {
    margin: 0 0 0 75%;
    padding: 6px 0;
}

table.menulist {
    width: 60%;
    margin: 20px auto 0;
    padding: 0;
}

table.menulist th {
    width: 75%;
    font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
    padding: 6px;
}

table.menulist th.curry {
    font-size: 16px;
	font-weight: bold;
	line-height: 2.0;
	text-align: center;
	vertical-align: middle;
    padding: 10px 6px;
	border: solid 2px #212121;
}


table.menulist td {
    width: 25%;
    font-size: 14px;
	text-align: right;
	vertical-align: middle;
    padding: 6px;
}

dl.item-guidelines02 {
    width: 60%;
    margin: 20px auto 0;
    padding: 0;
}
dl.item-guidelines02 dt {
    float: left;
    width: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 5px 0;
    margin: 0;
}
dl.item-guidelines02 dd {
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 5px 0;
}


/* ==========================================================================================================

	 Gajyuku Coote Page
 
============================================================================================================*/

/* Gajyuku Title Section
------------------------------------ */

.section__title-h2-gajyuku {
	width: 500px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	font-family: 'Crimson Text', serif;
	line-height: 1.8;
	letter-spacing: .2em;
	margin: 60px auto 80px auto;
	padding: 20px 0 30px 0;
    background-color: rgba(76, 195, 255, 1);
	border: 12px solid #DCDCDC;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
}

.section__title-h2-gajyuku span.coote_title {
	font-size: 20px;
	font-weight: 600;
	font-family: "Sawarabi Mincho";
}

.section__title-h2-gajyuku p.coote_subtitle {
	font-size: 24px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

.section__title-h2-gajyuku p.coote_txt {
	font-size: 16px;
	font-family: "Sawarabi Gothic", san-serif;
	text-align: center;
	margin: 0;
	padding: 15px 0 0 0;
}

.section__title-h3-coote {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	margin: 2em 0;
	letter-spacing: 0.2em;
}


/* Gajyuku Information Section
------------------------------------ */

.row.information04 {
	color: #000;
	margin: 0 0 80px 0;
	padding: 60px 0;
    background-color: rgba(76, 195, 255, 1);
}

.row.information04 .col-lg-12.infobox04 h3.info04-lead {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 40px 0;
}

.row .col-lg-6.infobox04 {
	text-align: center;
	padding: 0;
}

.row .col-lg-6.infobox04 i {
	font-size: 60px;
	margin: 0;
	padding: 0;
}

.row .col-lg-6.infobox04 p.info04-leadtitle {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 15px 0 0 0;
}

.row .col-lg-6.infobox04 p.info04-leadtxt {
	text-align: center;
	font-size: 16px;
	line-height: 2.0;
	margin: 0;
	padding: 15px 0 0 0;
}

.row .col-lg-6.infobox04 p.info04-leadtxt a {
	font-size: 16px;
	font-weight: 800;
	color: #000;
}

.row .col-lg-6.infobox04 p.info04-leadtxt a:hover {
	color: #FFF;
	text-decoration: none;
}

.row .col-lg-6.infobox04 p.info04-leadtxt span {
	font-size: 12px;
	color:#000;
	margin: 0;
	padding: 0;
	line-height: 3.0;
}

.row .col-lg-6.infobox04 p.info004-leadtxt {
	display: block;
	width: 300px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin: 10px auto 0;
	padding: 10px 10px;
	border: solid 1px #000;
}

@media (max-width: 1440px) {
	.row.menu03 .container .col-lg-6.menu-afternoon {
		width: 48.5%;
	}
	.row.menu03 .container .col-lg-6.menu-evening {
		width: 48.5%;
	}
}

@media (max-width: 1024px) {
	.row.menu03 .container .row .col-lg-3.menubox03 dl.menulist dt {
		width: 70%;
	}
	.row.menu03 .container .row .col-lg-3.menubox03 dl.menulist dd {
		margin: 0 0 0 70%;
	}
	.row.menu03 .container .col-lg-6.menu-afternoon {
		width: 48%;
	}
	.row.menu03 .container .col-lg-6.menu-evening {
		width: 48%;
	}
	table.menulist th {
		width: 68%;
	}
	table.menulist td {
		width: 32%;
	}
}

@media (max-width: 860px) {
	.row .col-lg-12.main-title02 h3.main-title02-lead {
		font-size: 20px;
		letter-spacing: .1em;
	}
	.row .col-lg-6.infobox04 {
		padding: 0 0 40px 0;
	}
	.row.information03 .container .row .col-lg-6.infobox03 p.info-leadtxt03 {
		padding: 15px 0 40px 0;
	}
	.row.menu03 .container .col-lg-6.menu-afternoon {
		float: none;
		width: 100%;
	}
	.row.menu03 .container .col-lg-6.menu-evening {
		float: none;
		width: 100%;
	}
}

@media (max-width: 580px) {
	.row .col-lg-12.main-title02 h3.main-title02-lead {
		font-size: 18px;
		letter-spacing: .0em;
	}
	.section__title-h2-cafe {
		width: 280px;
		font-size: 20px;
		letter-spacing: .1em;
		border: 0px solid #DCDCDC;
		margin: 40px auto 30px auto;
	}
	.section__title-h2-zakka {
		width: 280px;
		font-size: 20px;
		letter-spacing: .1em;
		border: 0px solid #DCDCDC;
		margin: 40px auto 30px auto;
	}
	.section__title-h2-gallery {
		width: 280px;
		font-size: 20px;
		letter-spacing: .1em;
		border: 0px solid #DCDCDC;
		margin: 40px auto 30px auto;
	}
	.section__title-h2-gajyuku {
		width: 280px;
		font-size: 20px;
		letter-spacing: .1em;
		border: 0px solid #DCDCDC;
		margin: 40px auto 30px auto;
	}
	.section__title-h2-cafe p.coote_subtitle, 
	.section__title-h2-zakka p.coote_subtitle, 
	.section__title-h2-gallery p.coote_subtitle, 
	.section__title-h2-gajyuku p.coote_subtitle {
		font-size: 18px;
	}
	.section__title-h2-cafe p.coote_txt, 
	.section__title-h2-zakka p.coote_txt, 
	.section__title-h2-gallery p.coote_txt, 
	.section__title-h2-gajyuku p.coote_txt {
		font-size: 14px;
	}
	.row .col-lg-12.main-title02 p.main-title02-leadtxt i {
		display: none;
	}
	.btn-primary {
		width: 100%;
		padding: 6px 0;
	}
	.row .col-lg-12.main-title02 p.main-title02-leadtxt {
		text-align: left;
		font-size: 14px;
	}
	.row .col-lg-12.main-title02 p.main-title02-leadtxt br {
		display: none;
	}
	.row.access .col-lg-12.accessbox h3.access-lead {
		font-size: 18px;
	}
	.row.menu03 {
    	margin: 0 0 30px 0;
	}
	table.menulist {
		width: 100%;
	}
	table.menulist th {
		width: 75%;
	}
	table.menulist td {
		width: 25%;
	}
	dl.item-guidelines02 {
    	width: 100%;
    	margin: 10px auto 0;
	}
}
/* Gajyuku Google Calendar Section
------------------------------------ */
.row.calendar04 {
	color: #000;
	margin: 0 0 80px 0;
	padding: 0;
}

.row.calendar04 .col-lg-12.calendarbox04 {
	text-align: center;
	padding: 0;
}

.row.calendar04 .col-lg-12.calendarbox04 h3.calendar-lead04 {
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 40px 0;
}

.row.calendar04 .col-lg-12.calendarbox04 h3.calendar-lead04 i {
	font-size: 60px;
	margin: 0;
	padding: 15px 0 0 0;
}
  
  
  
  
  
