@charset "UTF-8";
/*========================================================================
 *
 *	[file]      teahouse.css
 *	[version]   1.0
 *	[copyright] 
 * 
 *	[notes]	
 *
 *========================================================================*/
/*------------------------------------------------
	RESET
------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  /* = 1em=10px */
}
html.legacy {
  line-height: 1.6;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f6bcb7;
  min-width: 1000px;
  letter-spacing: .03em;
  -webkit-text-size-adjust: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

/*------------------------------------------------
	LINK
------------------------------------------------*/
.more {
  position: relative;
}
.more:after {
  content: '＞';
  position: absolute;
  top: 0;
  right: -16px;
  line-height: 1.2;
}

.pagetop {
  margin: 3em 0;
  text-align: right;
}
.pagetop a {
  position: relative;
  padding-left: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
}
.pagetop a:before {
  content: '^';
  position: absolute;
  top: 1px;
  left: 0;
}

.rollover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rollover:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*------------------------------------------------
	BUTTON
------------------------------------------------*/
.btn, .main .main--inner .inquery--content .btn-group .btn-reset > input,
.main .main--inner .inquery--content .btn-group .btn-submit > input {
  position: relative;
  display: inline-block;
  margin: 2em 0;
  padding: 8px 20px;
  color: #fff;
  letter-spacing: .08em;
  background-color: #4f311b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:hover, .main .main--inner .inquery--content .btn-group .btn-reset > input:hover,
.main .main--inner .inquery--content .btn-group .btn-submit > input:hover {
  text-decoration: none;
  background-color: #72471b;
}

.btn-inquery {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.btn-inquery:before {
  content: '＞';
  margin-right: 6px;
}

/*------------------------------------------------
	FONT SIZE
------------------------------------------------*/
.fontsize-10 {
  font-size: 10px;
  font-size: 1rem;
}

.fontsize-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fontsize-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fontsize-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fontsize-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fontsize-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fontsize-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fontsize-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fontsize-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fontsize-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fontsize-20 {
  font-size: 20px;
  font-size: 2rem;
}

.fontsize-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.fontsize-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fontsize-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.fontsize-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.mw_wp_form_input .hidden-form {
  display: none;
}

.mw_wp_form_confirm .hidden-form {
  display: table-row;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/*------------------------------------------------
	COLUMN
------------------------------------------------*/
.container {
  max-width: 1000px;
  margin: auto;
}

/* 画像置換 */
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.visibility-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}

.alignright {
  float: right;
  margin-left: 2em;
}

.alignleft {
  float: left;
  margin-right: 2em;
}

/*------------------------------------------------
	MICRO CLEARFIX
------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*-----------------------------------------------
 * TEAHOUSE HEADER
 *-----------------------------------------------*/
#th-header {
  position: relative;
  padding: 40px 0;
  text-align: center;
}
#th-header .brand-logo {
  overflow: hidden;
  display: inline-block;
  width: 317px;
  height: 72px;
  text-align: left;
}
#th-header .brand-logo a {
  display: block;
  height: 72px;
  background: url(../../assets/images/teahouse/th-logo.png) no-repeat left top;
}

/*-------------------------------------------------
 * 	TEAHOUSE MAIN
 *-------------------------------------------------*/
.main {
  min-height: 600px;
  margin: 0 0 10em;
}
.main .main--inner .main--title {
  padding: 1em 0;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .2em;
  text-align: center;
  background-color: #4f311b;
}
.main .main--inner .inquery--content {
  padding: 8em;
  background-color: #fff;
}
.main .main--inner .inquery--content .note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.main .main--inner .inquery--content .require {
  color: #e2061c;
}
.main .main--inner .inquery--content .confirm-text {
  margin: 2.4em 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.main .main--inner .inquery--content .entry--info {
  position: relative;
  margin: 0 0 6em;
  padding: 0 0 1em;
  text-align: center;
  font-weight: bold;
}
.main .main--inner .inquery--content .entry--info:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  margin-left: -24px;
  border-bottom: 1px solid #000;
}
.main .main--inner .inquery--content .entry--info .event-date,
.main .main--inner .inquery--content .entry--info .event-store {
  font-size: 17px;
  font-size: 1.7rem;
}
.main .main--inner .inquery--content .entry--info .event-store {
  margin-right: 10px;
}
.main .main--inner .inquery--content .entry--info .entry--title {
  margin: .8em 0;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.main .main--inner .inquery--content .entry--info .entry--content {
  margin: .8em 0;
  padding: 0px 10em;
  font-size: 1.25rem;
  #text-align: center;
  color: #0022ff;
}
.main .main--inner .inquery--content .entry--info .store-cat {
  width: 536px;
  margin: 3em auto;
}
.main .main--inner .inquery--content .entry--info .store-cat .store {
  display: inline-block;
  width: 158px;
  margin: 0 8px;
  padding: 6px 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #939393;
  border: 1px solid #939393;
}
.main .main--inner .inquery--content .entry--info .store-cat .store.active {
  background-color: #fff;
}
.main .main--inner .inquery--content .form {
  width: 570px;
  margin: 4em auto 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.main .main--inner .inquery--content .form .require {
  margin-left: .5em;
}
.main .main--inner .inquery--content .form th {
  width: 200px;
  font-weight: bold;
  letter-spacing: .2em;
}
.main .main--inner .inquery--content .form th.top {
  vertical-align: top;
}
.main .main--inner .inquery--content .form th,
.main .main--inner .inquery--content .form td {
  height: 50px;
  padding: 10px 0;
}
.main .main--inner .inquery--content .form input,
.main .main--inner .inquery--content .form textarea {
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}
.main .main--inner .inquery--content .form input {
  width: 330px;
  height: 30px;
}
.main .main--inner .inquery--content .form textarea {
  width: 330px;
  resize: vertical;
}
.main .main--inner .inquery--content .form .select-wrapper {
  position: relative;
  width: 180px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 16px;
  background-color: #f9f9f9;
}
.main .main--inner .inquery--content .form .select-wrapper .error {
  position: absolute;
  bottom: -20px;
  left: 0;
}
.main .main--inner .inquery--content .form .select-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 5px;
  background: url(../../assets/images/teahouse/ico-select.png) no-repeat left center;
}
.main .main--inner .inquery--content .form .select-wrapper select {
  width: 105%;
}
.main .main--inner .inquery--content .form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
.main .main--inner .inquery--content .form select:focus {
  outline: none;
}
.main .main--inner .inquery--content .thanks {
  width: 570px;
  margin: auto;
}
.main .main--inner .inquery--content .thanks .thanks-ttl {
  margin: 0 0 2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.main .main--inner .inquery--content .thanks .thanks-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.main .main--inner .inquery--content .mw_wp_form_confirm .form .select-wrapper {
  border: none;
  background: transparent;
  padding-left: 0;
}
.main .main--inner .inquery--content .mw_wp_form_confirm .form .select-wrapper:after {
  display: none;
}
.main .main--inner .inquery--content .btn-group {
  margin-top: 2em;
  text-align: center;
}
.main .main--inner .inquery--content .btn-group .btn-reset,
.main .main--inner .inquery--content .btn-group .btn-submit {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}
.main .main--inner .inquery--content .btn-group .btn-reset > input,
.main .main--inner .inquery--content .btn-group .btn-submit > input {
  -webkit-appearance: none;
  width: 200px;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
.main .main--inner .inquery--content .btn-group .btn-reset > input {
  background-color: #acacac;
}

/*-------------------------------------------------
 * 	TEAHOUSE FOOTER
 *-------------------------------------------------*/
#global-footer {
  color: #4f311b;
}
#global-footer .foot-nav {
  padding: 20px 0;
  border-top: 1px solid #4f311b;
  border-bottom: 1px solid #4f311b;
}
#global-footer .foot-nav ul {
  text-align: center;
}
#global-footer .foot-nav ul li, #global-footer .foot-nav ul a {
  display: inline-block;
}
#global-footer .foot-nav ul li {
  position: relative;
  margin: 0 0 0 2em;
  padding: 0 0 0 1.8em;
  line-height: 2.2;
}
#global-footer .foot-nav ul li:after {
  content: '＞';
  position: absolute;
  top: 0;
  left: 0;
}
#global-footer .foot-nav ul li a {
  font-size: 11px;
  font-size: 1.1rem;
  color: #4f311b;
  letter-spacing: 0.08em;
}
#global-footer .copyright {
  padding: 2em 0 6em;
  letter-spacing: .08em;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
