@charset "utf-8";


/****************************************
		Lay out
*****************************************/

html {font-size: 62.5%;/* 10px */}

body{font-size: 1.6rem;/* 16px */}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	background-color: #f7fef7;
	color: #282e2e;
}

h1,h2,h3,h4,h5,h6,p,ul,dl,table {
	font-size: 1.6rem;/* 16px */
	font-weight: normal;
	line-height: 1.6;
}

#main {
	width: 660px;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

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

.wrapper {
	width: 98%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

header {
	width: 100%;
	margin: 0 auto;
	order: 2;
	position: relative;
}

nav {
	width: 100%;
	order: 1;
}

.contents {
	width: 100%;
	margin: 0 auto;
	order: 3;
}

footer {
	order: 4;
	margin: 0 auto;
	margin: 0 auto;
}




/* ==============================
header
============================== */

.header_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

header .facebook_logo {
	position: absolute;
	right:54px;
	top: 8px;
	width: 45px;
	height: 45px;
}

header .line_box {
	display: none;
}

header  .line_box p {display: none;}
.pc { display: none !important; }
.sp { display: block !important; }

/* marquee */
.marquee {
	width: 100%;
	margin: 55px 0 5px;
	padding: 10px 0;
	overflow: hidden;
	text-align: left;
	background: #87ccc7;
	border-top: 1px solid #e4cce4;
	border-bottom: 1px solid #e4cce4;
	color: #596060;
}

.marquee h1:after {
	content: "";
	white-space: nowrap;
}
.marquee h1 {
	margin: 0;
	padding-left: 100%;
	display: inline-block;
	white-space: nowrap;
		-webkit-animation-name:marqueeRL;
		-webkit-animation-timing-function:linear;
		-webkit-animation-duration:12s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-name:marqueeRL;
		-moz-animation-timing-function:linear;
		-moz-animation-duration:12s;
		-moz-animation-iteration-count:infinite;
		-ms-animation-name:marqueeRL;
		-ms-animation-timing-function:linear;
		-ms-animation-duration:12s;
		-ms-animation-iteration-count:infinite;
		-o-animation-name:marqueeRL;
		-o-animation-timing-function:linear;
		-o-animation-duration:12s;
		-o-animation-iteration-count:infinite;
		animation-name:marqueeRL;
		animation-timing-function:linear;
		animation-duration:12s;
		animation-iteration-count:infinite;
}

@-webkit-keyframes marqueeRL {
	from {-webkit-transform:translate(0);} to {-webkit-transform:translate(-100%);}
}
@-moz-keyframes marqueeRL {
	from {-moz-transform:translate(0);} to {-moz-transform:translate(-100%);}
}
@-ms-keyframes marqueeRL {
	from {-ms-transform:translate(0);} to {-ms-transform:translate(-100%);}
}
@-o-keyframes marqueeRL {
	from {-o-transform:translate(0);} to {-o-transform:translate(-100%);}
}
@keyframes marqueeRL {
	from {transform:translate(0);} to {transform:translate(-100%);}
}



/* ==============================
nav
============================== */

nav h2 {}

/*ナビのスタイル*/
nav.NavMenu{
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	background: #e8fce8;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
}

nav.NavMenu ul{
	width: 100%;
	height: 100%;
	margin: 0 auto 300px;
	padding: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

nav.NavMenu ul li{
	list-style-type: none;
	width: 100%;
	padding-bottom: 0;
	line-height: 1;
}

.NavMenu ul li .first {
	font-size: 1.6rem;
	color: #ee9a00;
}

nav.NavMenu ul li ul {margin-bottom: 30px;}

nav.NavMenu ul li:last-child{padding-bottom: 0;}

nav.NavMenu ul li a{
	display: block;
	color: #282e2e;
	padding: 0;
	margin-top: 24px;
	font-size: 1.6rem;
	text-decoration: underline;
}

/*ボタンのスタイル*/
.Toggle {
	position: fixed;
	right:6px;
	top: 8px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	z-index: 13;
	display: block;
	background: #ffa500;
}

.Toggle span {
	display: block;
	position: absolute;
	width: 35px;
	border-bottom: solid 4px #596060;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 5px;
}

.Toggle span:nth-child(1) {
top: 9px;
}

.Toggle span:nth-child(2) {
top: 20px;
}

.Toggle span:nth-child(3) {
top: 31px;
}

.Toggle.active span:nth-child(1) {
	top: 20px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 3px #596060;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 3px #596060;
}

em {visibility: hidden;}

nav.globalMenuSp h3 {display: none;}

nav .line_box {display: none;}

nav .line_box img {display: none;}


.NavMenu ul .facebook {display: none;}




/* ==============================
contents
============================== */

.contents h2 {
	position: relative;
	height: 36px;
	line-height: 36px;
	margin: 2rem 0 1rem 0;
	padding: 0 0.5em;
	font-size: 1.5rem;
	color: #ff6944;
	background: #87ccc7;
	border-top: 1px solid #cc878c;
	border-bottom: 1px solid #cc878c;
}

.contents h2::before,
.contents h2::after {
	content: '';
	position: absolute;
}

.contents h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 18px 18px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #f7fef7;
}

.contents h3{
	margin: 0 0 20px 0;
	background-color: #66CDAA;
	padding: 5px 10px;
}



.contents p {
	width: 96%;
	margin: 0 auto 20px;
	font-size: 1.6rem;
}

.contents .last {
	margin-bottom: 20px;
}

.caution {color: #ffa500;}


.contents a {
	color: #282e2e;
	text-decoration: underline;
}



img.campaign {
	display: block;
	width: 96%;
	margin: 0 auto;
}


.campaign_banner {
	box-sizing: border-box;
	width: 96%;
	margin: 10px auto;
	border: 1px solid #66cdaa;
	background: #b7e0dd;
	background-image: linear-gradient(#e6f7f1, #cceee3 50%, #e6f7f1);
	border-radius:6px;
	padding: 4px;
}
.campaign_banner h3 {
	font-family: 'Kosugi Maru', sans-serif;
	background: none;
	font-size: 1.8rem;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	text-shadow:1px 1px 0 #ffa500,-1px 1px 0 #ffa500,1px -1px 0 #ffa500,-1px -1px 0 #ffa500;
	color: #555;
}

.campaign_banner p {
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.campaign_caution {
	color: #ffa500;
}

.line_box_ind {
	padding: 0;
	margin: 0 0 20px 0;
}

.line_box_ind img {
	width: 50%;
	display: block;
	margin: 10px auto 10px;
}

.line_box_ind p {
	margin: 0 0 0 10px;
	padding: 0;
}

.contents a {
	color: #ffa500;
}








dl#g_faq a,
#left p a {
	color: #282e2e;
}

dl#g_faq a:hover,
#left p a:hover {
	color: #777;
}

/**  女性　FAQ  **/

dl#g_faq  {
	margin: 20px 0 0;
	font-size: 1.6rem;
} 

dl#g_faq  dt{
width: 90%;
	margin: 0 auto 20px;
	background-color: #66CDAA;
	padding: 5px 10px;
	font-size: 1.6rem;
} 

dl#g_faq  dd{
	margin: 0 0 20px 20px;
} 

.faq_caution {color: #ffff00;}


dl#g_faq .line_box {
	padding: 0;
	margin: 0 0 20px 0;
}

dl#g_faq .line_box img {
	width: 50%;
	display: block;
	margin: 10px auto 10px;
}
dl#g_faq .line_box p {
	margin: 0;
	padding: 0;
}


/** rookie.html **/

#rookie_p h3{
	margin: 0 0 20px 0;
	background-color: #66CDAA;
	padding: 5px 10px;
}

#rookie_p h4{
	margin: 0 0 20px 40px;
	background-color: #CCCCCC;
	padding: 5px 10px;
}
#rookie_p dl {
	margin: 20px 0 0 0;
	font-size: 1.6rem;
}

#rookie_p dl dt{
	margin:0 0 20px 10px;
	background-color: #cccccc;
	padding: 5px 10px;
}

#rookie_p dl dd{
	margin: 0 0 20px 20px;
	line-height: 1.7;
}

#rookie_p ul {
	margin: 10px 0 0 20px;
	font-size: 1.6rem;
}

#rookie_p ul li{
	margin: 0 0 20px 0;
	line-height: 1.7;
}

/**  shop  **/

.shop_form {
	display: block;
	width: 80%;
	margin: 10px auto 20px;
	border: 1px solid #ffa500;
	background-image: linear-gradient(#ffd588, #ffa500);
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	text-decoration: none !important;
	color: #332100 !important;
	font-weight: bold;
}

.shop_form a{}

.shop_form:hover{
	background-image: linear-gradient(#ffa500, #ffd588);
}

/** 問合せ **/

.contents table {
	width: 96%;
	margin: 0 auto ;
	font-size: 1.6rem;
}

.contents table th,
.contents table td {
	display: block;
}

.contents table th {
	text-align: left;
}

.contents table td {
	margin-bottom: 20px;
}
.contents table td .age {
	width: 20%;
	display: inline-block;
}
.contents table th.must {
}



input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}


p#contact_p {}

input[type="text"],
textarea {
	box-sizing: border-box;
	border: 1px solid #bbb;
	display: block;
	padding: 7px 5px;
	width: 100%;
	transition: 0.8s;
	border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
	border: 1px solid #ffa500;
	background: #e9f5fb;
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}



input[type="radio"],input[type="checkbox"]{
  width:5%;
  height:1rem;
  position: relative;
  top: -4px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
input[type="submit"],
input[type="reset"] {
	border: 1px solid #bbb;
	background: #6fc2bc;
	border-radius: 4px;
	padding: 7px 5px;
	color: #fff;
}


/** 個人情報保護 **/

#privacy_p {
font-size: 1.6rem;
}

#privacy_p p{}

p.privacy_p {
	color: #f00;
}

#privacy_p ul {
	margin: 0 20px 20px 30px;
	font-size: 1.6rem;
}

#privacy_p ul li {
	list-style-type: decimal;
}

#privacy_p ul#privacy_nn  {

}

#privacy_p ul#privacy_nn li {
	list-style-type: none;
}


#privacy_p ul#privacy_nn li a{
	text-decoration: none;
	color: #282e2e;
}

#privacy_p ul#privacy_nn li a:hover{
	text-decoration: underline;
	color: #282e2e;
}


#privacy_p .information li {
	list-style-type: none;
}



/* ==============================
footer
============================== */

footer {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 100px;
	background: #cce4cc;
}

#footer_navi {display: none;}

#footer_navi li {


}

#footer_navi li.footerHome {}


address{
	font-family:"Times New Roman", Times,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, 
	"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size: 1.6rem;
	font-style:normal;
}


/****************************************
		スマホ用 footer 電話リンク
*****************************************/

.footer_area {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	background-color: rgba( 85, 85, 85, 0.6 );
	z-index: 8000;
}

.footer_area ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}



.footer_area .footer_area_inner {
	position: relative;
	width: 100%;
	margin: 0px auto;
	margin-right: 0px;
}

.footer_area .footer_area_inner .footer_area_inner_btn {
	width: 50%;
	padding: 11px 0;
	font-size: 1rem;
	font-weight: bold;
	margin-left: 15px;
	line-height: 1.3;
}

.inquiry_btn {
	background: #31ae36;
	-webkit-border-radius: 6px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 60px;
	height: 50px;
	padding: 8px 0 0;
	font-size: 1rem;
}

.inquiry_line {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 60px;
	height: 60px;
	font-size: 1rem;
}

.inquiry_btn:link, .inquiry_btn:visited {color: #ffffff !important;}

.footer_area_inner span{color: #fff;}

#siteBottom{margin-bottom: 85px;}

.material-icons .white {color: #fff;}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	display: inline-flex;
	vertical-align: middle;
}
