@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;
}

.wrapper {
	width: 960px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}

header {
	width: 960px;
	order: 1;
	margin-bottom: 20px;
}

nav {
	width: 240px;
	order: 4;
}

.contents {
	width: 700px;
	margin-right: 20px;
	order: 3;
}

footer {
	order: 4;
	width: 960px;
	height: 150px;
	margin: 50px 0 0 0;
	background-image: url("../img/footer.png");
}




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

.header_inner {
	width: 960px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

h1 {padding-top: 14px;}

header .line_box {display: none;}

header .facebook_logo {
width: 40px;
}


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

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

nav h2 {
	width: 240px;
	height: 50px;
	background-image: url("../img/r_h2.png");
}

em {
	visibility: hidden;
}

nav h3 {
	margin: 20px 0 0 20px;
	color: ;
}

.NavMenu ul .first{
	display: block;
	margin-top: 20px;
}

.NavMenu ul {
	margin: 10px 0 0 10px;
	line-height: 2;
}

.NavMenu ul li {
}



.NavMenu ul a {
	text-decoration: none;
	color: #3DB7CC;
}

.NavMenu ul a:hover {
	text-decoration: underline;
	color: #ffa500;
}

.NavMenu .line_box {
	width: 220px;
	border: 1px solid #00b833;
	border-radius: 6px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.NavMenu .line_box img {
	display: block;
	margin: 0 auto 10px;
}


.NavMenu ul .facebook img {
	width: 200px;
}



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

.contents h2 {
	width: 630px;
	height: 50px;
	background-image: url("../img/l_h2.png");
	margin: 0 0 20px 0;
	color: #ffa500;
	padding: 14px 0 0 70px;
	font-weight: bold;
}

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


.contents p {
	margin: 0 0 20px 20px;
	padding: 0 20px 0 0;
}

.caution {color: #ffa500;}


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



img.campaign {
	margin: 0px 20px 20px;
}

.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: 10px;
}
.campaign_banner h3 {
	font-family: 'Kosugi Maru', sans-serif;
	background: none;
	font-size: 2.6rem;
	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: 2rem;
	margin-bottom: 0;
}
.campaign_caution {
	color: #ffa500;
}

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

.line_box_ind img {
	display: block;
	margin: 10px auto 10px;
}
.line_box_ind p {
	text-align: center;
	margin: 0;
	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 20px 0;
} 

dl#g_faq  dt{
	margin: 0 0 20px 0;
	background-color: #66CDAA;
	padding: 5px 10px;
} 

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

.faq_caution {color: #ffa500;}



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

dl#g_faq .line_box img {
	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;
} 

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

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

#rookie_p ul {
	margin: 0 0 0 40px;
}

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

/**  shop  **/

.shop_form {
	display: block;
	width: 40%;
	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);
}


/** 問合せ **/

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;
}


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;
}


.contents table {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #FED280;
	font-size: 1.4rem;
}

.contents table th {
	width: 35%;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #FED280;
	border-right: 1px solid #FED280;
	border-left: 3px solid #FED280;
	padding: 5px 0 5px 10px;
}

.contents table td {
	margin: 0 auto;
	border-top: 1px solid #FED280;
	border-right: 1px solid #FED280;
	padding: 5px 10px;
}



.contents table td input[type="text"] {width: 100px;}

.contents table th.must {
	border-left: 3px solid #ffa500;
}

p#contact_p {
	margin: 0 0 20px 30px;
}



input[type="text"],
.contents table textarea { width: 100% !important; }

.contents table textarea {
	height: 200px !important;
}

.contents table td .age {
	display: inline-block;
	width: 20% !important;
}

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

#privacy_p {

}

#privacy_p p{}

p.privacy_p {
	color: #f00;
}

#privacy_p ul {
	margin: 0 20px 20px 60px;
}

#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_navi {
	text-align:left;
	padding: 75px 0 0 240px;
}

#footer_navi li {
	display:inline;
	list-style-type:none;
	padding-right:6px;
	padding-left:10px;
	border-left:1px solid #666666;

}

#footer_navi li.footerHome {
	border-left:0;
	padding-left:0;
}

	a.site{
	    text-decoration:none;
	    color:#ffa500;
	}

	a:hover.site{
		text-decoration:underline;
	    color:#ffa500;
	}

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

}




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

.footer_area {
display: none;
}

.footer_area ul {}

.footer_area .footer_area_inner {}

.footer_area .footer_area_inner .footer_area_inner_btn {}

.inquiry_btn {}

.inquiry_line {}

.inquiry_btn:link, .inquiry_btn:visited {}

.footer_area_inner span{}

#siteBottom{}

.material-icons .white {}

.material-icons {}














