* {margin: 0; padding: 0; outline: 0;}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
  font-family: 'Noto Sans CJK JP', '游ゴシック体', 'Yu Gothic', YuGothic, yu-gothic-pr6n, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;	color: #333;
	font-size: 10px;
}

h1, h2 {
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}
h1 {
	font-size: 3.2rem;
	letter-spacing: -1px;
	line-height: 100%;
}
h2 {
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 2rem;
}
h3 {
	font-size: 1.1rem;
	font-weight: 300;
	margin-bottom: 1em;
}
p {
	font-size: 1.1rem;
	line-height: 1.5em;
}
a {
	color: #3e3e3e;
}
strong {
	font-weight: 500;
}
.clear {
	clear: both;
}
.wrap {
	width: 100%;
/*min-width: 960px;*/
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #FFF;

}
.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	min-height: 200px;
}

.inner {
	margin: 0 auto;
	position: relative;
	padding: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.inner:after {
	  content: "";
	  display: table;
	  clear: both;
}


.subMenu {
	z-index: 50;
	width: 100%;
	background: #FFF;
}
.subMenu .inner {
	margin: 0 auto;
}
.subNavBtn {
	letter-spacing: 0.1rem;
	float: left;
	margin: 0 1.2em 0.5em;
	text-decoration: none;
	font-size: 1rem;
	padding: 0;
	text-align: center;
	color: #000;
}
.subMenu a:hover {
	border-bottom: solid 1px #000;
	color: #000;
}
.active {
	background: #efefef;
	color: #000;
}
.end {
	margin: 0;
}

/* SECTIONS */
.sTop {
	min-height: 3rem;
	background:#fff;
	color:#3d3d3d;
	padding: 10px;
}

/* SECTIONS 1 椿 */
.s1 {
	background: url(../img/photo2/tsubaki_wide.jpg) no-repeat bottom;
	background-size: cover;
	color:#fff;
	margin-top: 30px;
	min-height: 380px;
}
.s1 .inner h2.tit {
	color: FFF;
}

p.event-finish {
	padding: 1em;
	border: 1px solid #ccc;
	text-align: center;
	background: #ccc;
	color: #fff;
}


/* SECTIONS // 2 gallery// ----------------- */
.s2 {
	background: #FFF;
}
.s2 a {
	color: #fff;
}
/* SECTIONS // 3 bridal// ----------------- */
.s2,
.s3 {
	background: #FFF;
	text-align: center;
}

/* SECTIONS // 4 archive// ----------------- */
.s4 {
}
.s4 h3 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	margin: 1.5em 0 0.2em;
}
.s4 h4 {
	font-size: 0.9em;
	font-weight: nrormal;
	color: #3d3d3d;
}
.s6 h2 {
	margin-bottom: 1em;
}

.s9 > .inner p,
.s8 > .inner p,
.s5 > .inner p,
.s4 > .inner p {
	font-size: 0.9rem;
	color: #3d3d3d;
}
.s4 > .inner p {
	margin: 1em 3em 1em 8em;
	line-height: 1.4em;
}
.s4 > .inner p span.date {
	margin-left: 0.2em;
}

/* SECTIONS // 5 about// ----------------- */
.s5 {
	color: #666;
}
/* SECTIONS // 6 contact // ----------------- */
.s6 {
	background: #ededed;
	text-align: center;
}
/* SECTIONS // 7 Footer / address ----------------- */
.s7 {
	background: #161616;
	text-align: center;
}

/* SECTIONS // 8 Wagon // ----------------- */
.s8 {
	color: #000;
	background: #FFF;
	padding: 1em;
}

.wagon h3 {
	font-size: 1.6rem;
    padding: 0em;
}
.wagon h4 {
	font-size: 1.3rem;
}
.lesson {
	border: 1px #DADADA solid;
	padding: 2em;
	margin: 2em;
}

/* SECTIONS  // 9 Wagon archive// -----------------  */
.s9 {
	background: #efefef;
}
.s9 img,
.s8 img,
.s3 img,
.s2 img {
	width: 90%;
}

.inner {
	width: 90vw;
}

.profile {
	display: block;
	float: left;
	margin-left: 1em;
}
.profile > h3 {
	font-size: 1rem;
    padding: 0.5em 0 0;
}
.profile > h3 span {
	font-size: 0.8rem;
}
.s5 .profile > p {
	font-size: 0.8rem;
    padding: 0.2em 2em 1em 0;
}


.inner address p {
	font-style:normal;
	font-size: 0.9rem;
	color: #999;
}
dl, ul {
    margin: 0 2em 2em 8em;
}
dt {
	clear: both;
	font-size: 1.0rem;
	display: list-item;
	line-height: 1.3em;
	list-style: circle;
	float: left;
}
dd {
	font-size: 1.0rem;
	line-height: 1.3em;
	margin-bottom: 0.5rem;
	margin-left: 2em;
	float: left;
}
li {
    list-style: upper-latin;
}
/*
div.c3 {
    display: flex;
	margin-left: 1em;
}*/
p span.date {
    font-size: 0.8rem;
    color: #999;
}
p.copy {
	font-size: 0.9rem;
	color: #666;
}
.important {
	font-weight: bolder;
	font-size: 1.1rem;
	color: #D20B00;
}
/*
.strike {
	text-decoration: line-through;
}
*/
.over {
	color: firebrick;
}
@media only screen and (max-width: 480px) {
.s9 {
	text-align: left;
}
.profile {
	display: block;
	float: none;
	margin-left: 1em;
}
.s4 > .inner p {
	margin: 1em 1em 1em 2em;
}
dl, ul {
    margin: 0 1em 2em 1em;
}
dt, dd {
	float: none;
	font-size: 1.5em;
}
dd {
	margin-left: ０em;
}

.lesson {
	padding: 0;
	margin: 0;
}
.lesson > dl {
	padding: 0 0.5em;
	margin: 1em 0 1em;
}
.lesson > dl dt {
	list-style: none;
	font-weight: 600;
	margin-left: 1em;
}
}

/* =modal
-------------------------------------------------------------- */

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 90%;
  height: 80%;
  overflow: scroll;
  z-index: 100; 
}

@media only screen and (max-width: 480px) {
  .c-modal_content{
    top: 50%;
  }
}

.c-modal_content_inner {
  position: relative;
  padding: 24px;
  color: #000;
}

.c-modal_content_inner p {

  font-size: 1.2em;
}
.c-modal_content_inner a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  right: 13px;
}

.c-modal_content_inner form > .info-form > div {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

.c-modal_content_inner form > .info-form > div > label {
  font-size: 1.3em;
}

.c-modal_content_inner form > .info-form > div > input, 
.c-modal_content_inner form > .info-form > div > textarea,
.c-modal_content_inner form > .info-form > div > select {
  color: #444;
	transition: background-color 0.3s ease 0s;
	padding: 7px 10px;
	margin: 4px 0;
	font-size: 1.3em;
	border: 1px solid #CBCBCB;
  width: 100%;
}

.c-modal_content_inner form button, 
.c-modal_content_inner form input, 
.c-modal_content_inner form > .info-form > div > select,
.c-modal_content_inner form textarea {
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.c-modal_content_inner form button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

#preb-payjp {
  color: #000;
  border: solid 2px#4E0C00;
  background: none;
}
.c-modal_content_inner form button:hover, 
.c-modal_content_inner form button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #eecbd6;
}

.c-modal_content_inner form label.error 
{
  color: #f00;
  margin-left: 1rem;
}

#plan_id, #reservation_date, #schedule_time_id,#reservation_number,#fee{
  background:#b3adad;
  opacity:0.7;
}

.inputed_reservation_date{
  color: #000;
  font-size: 1.3em;
  margin-left: 10px;
																																}
.bg-shadow{
  background: #b3adad;
  opacity:0.7;
}
.bg-shadow select{
  background: #b3adad;
  opacity:0.7;
}

@media only screen and (max-width: 480px) {
.payjp-form{
    margin-top: 10px;
  }
}

.payjp-form > div{
  padding: 1rem;
}

div.payjs-outer {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  padding: 12px 10px;
  margin: 4px 0;
  height: 46px;
}

.payjp-form > div > label {
  font-size: 1.8em;
}

.InputContainer input {
  height: 37px;
}

#error_payjp{
  display:block;
	color: firebrick;
}

@media only screen and (max-width: 767px) {
  .payjp-form{
      margin-top: 10px;
    }
  .payjp-form .flex-between{
    display:block;
    text-align: center;
  }
  .payjp-form .flex-between > div{
    margin-bottom: 1rem;
  }
  }

.class {
}

a.btn_contact {
	display: block;
	margin: 1rem;
	padding:  2rem 1rem;
	background: #fff;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	font-size: 1.5em;
}
a:hover.btn_contact {
	background: #000;
	border: 1px solid #000;
	text-decoration: none;
	color: #fff;
}
.center {
	text-align: center;
}