@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Animation
	 3. General
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Animation
-------------------------------------------------- */

@keyframes fade-in3 {
	0% {
	  opacity: 0;
	  transform: translate3d(0, 20px, 0);
	}
	100% {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
}

@keyframes fade-in4 {
	0% {
	  opacity: 1;
	  transform: translate3d(0, 20px, 0);
	}
	100% {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
}

/* --------------------------------------------------
	 3. General
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	color: #333;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: normal;
	overflow-wrap: normal;
	word-wrap: normal;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	padding-top: 140px;
	letter-spacing: .15rem;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.65rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  margin: 5px;
  padding: 6px;
  color: #222222;
  font-size: 1rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #000;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.is-fixed {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	opacity: 0;
}

.is-fixeds {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	opacity: 0!important;
}

.js_fadein {
  opacity: 0;
}

.is_show {
    animation-name: fade-in3;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

.pc {
	display: inline-block!important;
}

.sp {
	display: none!important;
}

header {
	height: auto;
	position: relative;
    overflow: hidden;
}

header h1 {
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 210px;
    max-height: 50px;
    text-align: center;
    z-index: 2;
}

header h1 img {
	width: 100%;
}

header .ttl {
	position: absolute;
    top: 40%;
    left: 25px;
    z-index: 2;
    font-size: 1.5rem;
}

header .ttl:first-letter {
    font-size: 2rem;
	color: #A07943;
}

header .ttl span {
	display: inline-block;
	margin-left: 7px;
    font-size: 1rem;
}

header h2 {
	color: #FFF;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	max-width:100%;
	max-height:60px;
	text-align: center;
	z-index: 2;
}

header h2 strong {
	background-color: #476501;
	display: inline-block;
	font-size: 35px;
	line-height: 1;
}

header h2 span {
	display: block;
	font-size: 40px;
	text-shadow:0 0 10px #000;
}

header nav {
	background-color: #FFF;
	right: 0px;
	height: 140px;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

header nav ul {
	position: absolute;
    padding-top: 65px;
    right: 100px;
}

header nav ul li {
	display: inline;
	font-size: 11px;
	margin-right: 20px;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header nav ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none!important;
}

header nav ul li a::after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 0;
	height: .5px;
	background: #000;
	transition: all 0.3s ease 0s;
}

header nav ul li a:hover {
	cursor: pointer;
}

header nav ul li a:hover::after {
	width: 100%;
}

header nav ul.sns {
	position: absolute;
    padding-top: 45px;
    right: 20px;
}

header nav ul.sns li {
	margin-right: 10px;
}

header nav ul.sns li:last-child {
	margin-right: 0px;
}

header nav ul.sns li.instagram,
header nav ul.sns li.line {
	font-size: 0%;
	height: 32px;
	width: 32px;
    display: inline-block;
}

header nav ul.sns li.instagram a,
header nav ul.sns li.line a {
	height: 32px;
	width: 32px;
}

header nav ul.sns li.instagram a {
    background: transparent url(/img/icon_inst.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
}

header nav ul.sns li.line a {
    background: transparent url(/img/icon_line.png) no-repeat center center;
    background-size: cover;
    display: inline-block
}

header nav ul.sns li.instagram a:hover::after,
header nav ul.sns li.line a:hover::after {
	width: 0%;
}

header nav p.entry {
	display: inline;
	position: relative;
	z-index:1:
	width: 80px;
}

header nav p.entry img {
	width: 80px;
 	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

header nav p.entry:hover img {
	opacity: 0.7;
}

header .slider {
}

.navToggle {
	display: none;
}

.globalMenu {
	font-size: 9px;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 2;
    color: #FFF;
    text-align: center;
	background-color: #F5F0E9;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 
.globalMenu li {
	font-size: 8px;
	margin: 25px 2.5%;
	text-align: center;
}

.globalMenu li a {
	color: #444;
}

.globalMenu li span {
	display: block;
	font-family: 'Karla', sans-serif;
	letter-spacing: 0px;
	margin-top: 5px;
}
 
.globalMenu li a {
}

.globalMenu li a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: .5px;
	background: #FFF;
	transition: all 0.3s ease 0s;
}

.globalMenu li a:hover {
	cursor: pointer;
}

.globalMenu li a:hover::after {
	width: 100%;
}

.globalMenu.active {
    transform: translateX(0%);
}


/* --------------------------------------------------
	 INNNER
-------------------------------------------------- */
.inner {
	margin: 0 auto;
	width: 1000px;
}

/* --------------------------------------------------
	 INBOX
-------------------------------------------------- */
.inbox {
	margin: 50px auto;
	overflow: hidden;
}

/* --------------------------------------------------
	 SECTION
-------------------------------------------------- */
section {
	padding: 90px 0;
}

/* --------------------------------------------------
	 MORE
-------------------------------------------------- */
p.more {
	text-align: center;
}

p.more a {
	background-color: #A17A43;
    color: #FFF;
    display: block;
    font-size: 11px;
    line-height: 1;
    width: 300px;
    margin: 0 auto;
    padding: 17px 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

p.more a:hover {
	background-color: #EFEFEF;
	color: #A17A43;
	text-decoration: none;
}

.bg p.more a:hover {
	background-color: #FFF;
}


/* --------------------------------------------------
	 H3
-------------------------------------------------- */
h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1;
	font-weight: 100;
	margin-bottom: 50px;
}

h3:first-letter {
	color: #A07943;
}

h3 span {
	display: block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: normal;
}

/* --------------------------------------------------
	 section
-------------------------------------------------- */

#primary section {
	padding: 100px 0;
	font-size: 12px;
	line-height: 2.2;
}

#primary section.bg {
	background-color: #F5F0E9;
}

section p {
	font-size: 12px;
	line-height: 2.2;
}


section p.ttl {
	text-align: center;
	font-size: 22px;
	margin-bottom: 150px;
}

section p.center {
	text-align: center;
}

/* --------------------------------------------------
	 itemcenter
-------------------------------------------------- */

.itemcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}





@media screen and (max-width:764px) {

}











/* --------------------------------------------------
	 pagetop
-------------------------------------------------- */
#pagetop {
	position: fixed;
    right: 30px;
    bottom: 80px;
	z-index: 1;
}

/* --------------------------------------------------
	 copyright
-------------------------------------------------- */
.copyright {
	font-size: 9px;
	text-align: right;
	padding: 20px 20px 30px 0;
}

/* --------------------------------------------------
	 footer
-------------------------------------------------- */

#footer {
	border-top: solid 1px #F5F0E9;
	position: relative;
    overflow: hidden;
    padding-top: 50px;
}

#footer nav {
	position: absolute;
	right: 20px;
	top: 0px;
}

#footer nav ul li {
	font-size: 9px;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
    text-align: center;
}

#footer nav ul li span {
    display: block;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0px;
    margin-top: 5px;
}

#footer nav ul li a {
	display: inline-block;
    position: relative;
    text-decoration: none!important;
}

#footer nav ul li a::after {
	position: absolute;
    content: '';
    top: -25px;
    left: 0;
    width: 0;
    height: 3px;
    background: #A17A43;
    transition: all 0.3s ease 0s;
}

#footer nav ul li a:hover::after {
	width: 100%;
}

#footer dl {
	margin-left: 30px;
}

#footer dl dt {
}

#footer dl dt a.logo {
	display: inline-block;
	margin-right: 15px;
	width: 168px;
}

#footer dl dt a.logo img {
	display: block;
	width: 100%;
}

#footer dl dt ul.sns {
    display: inline-block;
}

#footer dl dt ul.sns li {
	margin-right: 5px;
	float: left;
}

#footer dl dt ul.sns li:last-child {
	margin-right: 0px;
}

#footer dl dt ul.sns li.instagram,
#footer dl dt ul.sns li.line {
	font-size: 0%;
	height: 26px;
	width: 26px;
    display: block;
}

#footer dl dt ul.sns li.instagram a,
#footer dl dt ul.sns li.line a {
	height: 22px;
	width: 22px;
}

#footer dl dt ul.sns li.instagram a {
    background: transparent url(/img/icon_inst.png) no-repeat center center;
    background-size: cover;
    display: block;
}

#footer dl dt ul.sns li.line a {
    background: transparent url(/img/icon_line.png) no-repeat center center;
    background-size: cover;
    display: block
}

#footer dl dd {
	font-size: 9px;
	margin-top: 15px;
	font-size: 11px;
}

#footer dl dd ul li {
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #CCC;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer dl dd ul li a {
	position: relative;
}

#footer dl dd ul li a:hover {
	text-decoration: none;
}

#footer dl dd ul li a::after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: .5px;
	background: #CCC;
	transition: all 0.3s ease 0s;
}

#footer dl dd ul li a:hover {
	cursor: pointer;
}

#footer dl dd ul li a:hover::after {
	width: 100%;
}


















@media screen and (max-width:1024px) {

header .ttl,
header nav ul {
	display: none;
}




/* --------------------------------------------------
	 INNNER
-------------------------------------------------- */
.inner {
	width: 90%;
}


}

@media screen and (max-width:764px) {
.pc {
    display: none!important;
}

/* --------------------------------------------------
	 section
-------------------------------------------------- */

/* --------------------------------------------------
	 MORE
-------------------------------------------------- */

p.more a {
    width: 60%;
}

/* --------------------------------------------------
	 H3
-------------------------------------------------- */

/* --------------------------------------------------
	 pagetop
-------------------------------------------------- */

/* --------------------------------------------------
	 footer
-------------------------------------------------- */

}





select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  margin: 0px;
  padding: 12px!important;
  color: #222222;
  font-size: 1rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #CCC;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    width: 100%;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
}


@media screen and (min-width: 764px) {
    body {
        width: 764px;
        margin: 0 auto;
		padding-top: 2.5%;
    }
}
@media screen and (max-width: 764px) {
    body {
        width: 100%;
        padding: 10% 5% 5% 5%;
    }
}


/* --------------------------------------------------
	 contact
-------------------------------------------------- */

#primary table {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: .9rem;
    width: 100%;
}

#primary table input {
	margin-right: 10px;
    font-size: 13px;
}

#primary table input[type="checkbox"] {
	margin-right: 0px;
}

#primary table th {
    width: 30%;
	background: #EFEFEF;
    border-bottom: solid 1px #ddd;
}

#primary .hiss {
	font-size: 12px;
    color: #FF0000;
}

#primary table td span.annotation {
	display: inline;
	font-size: 13px;
    color: #AAA;
}

.wpcf7-not-valid-tip {
	display: block!important;
	color: #dc3232!important;
	padding-left: 0px!important;
}

span.wpcf7-list-item {
	margin: 0 10px 0 0!important;
}

.wpcf7-form-control-wrap.where .wpcf7-list-item {
	display: block!important;
}

#primary table td input.size_l {
    width: 100%;
}

#primary table td input.size_m {
    width: 70%;
}

#primary table td input.size_s {
    width: 30%;
}

#primary table td textarea {
	resize: none;
	width: 100%;
}

#primary .confirmarea {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 60%;
    margin: 0 auto;
}

#primary .confirmarea input {
    padding: 15px 100px!important;
    background: none;
    border: solid 1px #CCC;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
	color: #222;
	font-weight: normal!important;
}

#primary .confirmarea input a {
	color: #222!important;
	font-weight: normal!important;
}

#detail.request #primary .confirmarea input:hover {
    color: #FFF!important;
    background: #333;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #F5F0E9!important;
    text-align: center;
    padding: 0.5em 1em;
    background-color: #F5F0E9;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #333!important;
    text-align: center;
    color: #FFF;
    padding: 0.5em 1em;
    background-color: #333;
}

div.wpcf7 .ajax-loader {
	display: none!important;
}

#primary section:nth-child(even) {
    background-color: #FFF;
}

#primary .content_ttl {
    background-color: #F5F0E9;
}

#primary .confirmarea input[type="checkbox"],
#primary .confirmarea input[type="radio"] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: none; }
input[type="checkbox"] {
  background: #FFF;
  border: 1px solid #CCC !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  position: relative;
  -webkit-box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 8px; }
input[type="checkbox"]:checked {
  background: #2D75C7!important;
  border: 1px solid #2D75C7 !important; }
input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  display: block;
  width: 5px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 9px;
  content: "";
  width: 8px;
  height: 2px;
  background: #FFF;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }

#primary .confirmarea input[type="checkbox"] {
    background: #FFF;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
	vertical-align: -25%;
    -webkit-appearance: none;
    position: relative;
    -webkit-box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
#primary table th p,
#primary table td p {
	font-size: 13px;
}
.wpcf7-not-valid-tip {
	margin-bottom: 10px;
}
p.ttl {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: solid 1px #ddd;
}
.wpcf7-spinner {
    display: none!important;
}
@media screen and (max-width:764px) {
#primary table th,
#primary table td {
	display: block;
	width: 100%;
}
#primary table th {
	padding: 15px;
	margin-bottom: 10px;
}
#primary table td {
	padding: 0;
	margin-bottom: 15px;
}
#primary table td.day p span {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    margin-right: 2%;
}
#primary table td.day p span:nth-child(2) {
    margin-right: 0;
}
#primary table td input.size_s {
    width: 45%;
    margin-right: 2%;
}
#primary table td.day input.size_s {
    width: 100%;
    margin-right: 0%;
}
#primary table td input.size_m {
    width: 100%;
	margin-bottom: 10px;
}
#primary .confirmarea {
    width: auto;
}
#primary .confirmarea input {
    margin: 0 auto;
    display: block;
}
#primary table input {
    margin-right: 0px;
}
}

#primary table td input::placeholder {
  color: #c7c7c7;
}
#primary table td input:focus::-webkit-input-placeholder {
	color: transparent;
}
#primary table td input:focus::-moz-placeholder {
	color: transparent;
}
#primary table td input:focus::-ms-input-placeholder {
	color: transparent;
}
#primary table td input:focus::placeholder {
	color: transparent;
}