@charset "utf-8";


/*********************************************************************


**********************************************************************/

/* [HTML5+CSS3]
---------------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

b {font-weight:bold;}
* {padding:0;	margin:0;}

ul {
	list-style-type: none;
}

h1 {padding:0;	margin:0;}
h2 {padding:0;	margin:0;}
h3 {padding:0;	margin:0;}
h4 {padding:0;	margin:0;}

article, aside, dialog, figure, footer, header, menu, nav, section { display: block; }
.disp-none { display: none; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.f-red { color: red;}
.f-blue { color: blue;}
.error { color: red; }

.t-left { text-align: left;}
.t-center { text-align: center;}
.p-center { 
	text-align: center;
	margin: 0 auto;
}

.f_10 { font-size: 1em;}
.f_11 { font-size: 11px;}
.f_12 { font-size: 12px;}
.f_13 { font-size: 13px;}
.f_14 { font-size: 14px;}
.f_15 { font-size: 15px;}
.f_16 { font-size: 16px;}
.f_17 { font-size: 17px;}
.f_18 { font-size: 18px;}
.f_19 { font-size: 19px;}
.f_20 { font-size: 20px;}
.f_21 { font-size: 21px;}
.fo_1em { font-size: 1.1em;}

.pa-top_5px { padding-top: 5px; }
.pa-top_10px { padding-top: 10px; }
.pa-top_30px { padding-top: 30px; }
.pa_30px { padding: 30px; }
.ma-top_10px { margin-top: 10px; }
.ma-top_20px { margin-top: 20px; }
.ma-top_30px { margin-top: 30px; }
.ma-top_40px { margin-top: 40px; }
.space { 
	width: 1px; 
	height: 10px; 
}

section {
  margin-top : -80px;
  padding-top : 80px;
}
.clear { clear: both; }

.mincho { font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.mincho2 { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

hr.line {
	height: 4px;
	background: url(../img/line.png) repeat-x;
}

hr.line2 {
	height: 14px;
	background: url(../img/line2.png) repeat-x;
}

.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

.border_radius {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* [Body]
------------------------------------------------------------------------ */

html {  }

body {
	display: none;
	width: 100%;
	color: #666;
	font-family: 'Hiragino Kaku Gothic ProN',Meiryo, Helvetica, Arial, sans-serif;
	font-size:1em;
	text-align: left;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

.box_caution {
	width: 100%;
	margin: 60px auto;
}

.box_caution .header {
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height:1.9;
	padding: 5px 0;
	background: #990000;
}

.box_caution p {
	color: #995C5C;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin: 15px auto;
}

.box_caution ul {
	width: 420px;
	margin: 20px auto;
}

.box_caution ul li {
	color: #995C5C;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	padding: 10px 0;
	padding-left: 0px;
}

.box_caution ul li:first-child {
	border-bottom: none;
}

.box_caution ul li:last-child {
	border-bottom: none;
}

.box_caution .view {
	max-width: 400px;
	margin: 0 auto;
}

/* [Anchor]
------------------------------------------------------------------------ */

a {
	color: #111;
	outline: none;
}

a:link,a:visited,a:hover,a:active {
	text-decoration: none;
}

/*[Common HTML5 STYLE]
------------------------------------------------------------------------ */
section hr {
	clear: both;
	color: #333;
	border-width: 1px;
}

/* [Navigation STYLE]
------------------------------------------------------------------------ */
#page {
	box-shadow: none;
	width: 100%;
	min-width: 320px;
	padding: 100px 0 160px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: left;
}

#mm-blocker {
	background: rgba( 0, 0, 0, 0.5 );
}

.mm-opening #mm-blocker {
	background: rgba( 0, 0, 0, 0.8 );
	transition: background 1s ease 0.3s;
}

.mm-opening #page {
	border-left: 1px solid #ccc;
}

#hamburger {
	box-sizing: border-box;
	display: block;
	width: 56px;
	height: 32px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 99999;
}

#hamburger:before,#hamburger:after,#hamburger span {
	background: #555;
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	position: absolute;
	left: 18px;
}

#hamburger:before {
	top: 4px;
}

#hamburger span {
	top: 9px;
}

#hamburger:after {
	top: 14px;
}

/* Hamburger animation */
#hamburger:before,#hamburger:after,#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before,html.mm-opening #hamburger:after {
	top: 14px;
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
}

html.mm-opening #hamburger:before {
	transform: rotate( 45deg );
}

html.mm-opening #hamburger:after {
	transform: rotate( -45deg );
}

#localize {
	text-align: center;
	font-size: 12px;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#localize a {}
#localize a:after {
	margin: 0 5px;
}

#localize a:last-child:after {
	content: "";
}

/* [Layout STYLE]
------------------------------------------------------------------------ */
#wrapper {
	background: #fff;
	max-width: 640px;
	max-width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

#wrapper2 {
	background: #fff;
	max-width: 640px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

#wrapHeader {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 9999;
	text-align: center;
}

#wrapHeader.fixed {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0 auto;
	text-align: center;
}

.header-space {
	height: 0px;
}

#wrapHeader header {/*mo*/
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
	height: 70px;
	padding: 0;
	z-index: 9999;
}

#wrapHeader-jq header {/*mo*/
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
	height: 40px;
	padding: 0;
	z-index: 9999;
}

header h1 a img { /*mo*/
	width:150px;
	margin-top: 10px;
}

#content {
	max-width: 800px;
	height: 100%;
	padding-top: 60px;
	margin: 0 auto;
}

#under-content {
	width: 100%;
	margin: 0 auto 30px;
}

#wrapFooter {
	clear: both;
	background: #fff;
	width: 100%;
	color: #4f4f4f;
	font-size: 9px;
	text-align: left;
	margin-top: 200px;
	border-top: 1px solid #dcdcdc;
}

#wrapFooter footer {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto 15px;
}

#wrapFooter address {
	font-size: 12px;
	text-align: center;
	margin: 30px auto 10px;
}


#box_notice {
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	padding: 15px 0;
	margin: 0px auto 90px;
	background: #fff;
	border: 1px solid #dc143c;
}

#box_notice p {
	width: 85%;
	color: #dc143c;
	padding: 10px;
	margin: 0 auto;
}


/*[Common Style]
---------------------------------------------------------------------*/

/*
#top-img {
	text-align: center;
	margin: 20px auto 0; 
}

#top-img img {
	width: 100%;
	margin-bottom: 30px;
}
*/
#top-img {
	text-align: center;
	margin: 20px auto 0; 
}

#top-img img {
	width: 100%;
}

#top-img-event {
	text-align: center;
	margin: 100px auto 80px; 
}

#top-img-event img {
	max-width: 520px;
}

#top-img_concept {
	text-align: center;
	margin: 20px auto 60px; 
}

#top-img_concept img {
	width: 100%;
}

#box-index {
	width: 100%;
	text-align: center;
	margin: 60px auto 50px;
}

#box-index .shop-logo {
	max-width: 286px;
	margin: 0 auto;
}

#box-index .shop-logo img {
	width: 100%;
}

#box-index .title {
	width: 100%;
	font-size: 1.4em;
	color: #990000;
	text-align: center;
	margin: 50px auto; 
}

#box-index .title p {
	width: 97%;
	font-size: 18px;
	color: #fff;
	margin: 5px auto; 
	background: #de8a9d;
}

#box-index hr {
	width: 96px;
	text-align: center;
	border-top: solid 1px #131313;
	margin: 20px auto 25px; 
}

#box-index .text {
	width: 80%;
}

#box-index .information-img {
	max-width: 527px;
	text-align: center;
	margin:  0 auto;
}

#box-index .information-img img {
	width: 100%;
}

#box-index .information {
	width: 90%;
	text-align: left;
	margin:  30px auto 100px;
}

#box-index .information ul {
	width: 100%;
	margin: 30px auto;
}

#box-index .information ul li {
	font-size: 1.2em;
	color: #131313;
	text-align: center;
	padding: 20px 60px;
	margin: 20px auto;
	border: 4px solid #dcdcdc;
}

#box-index .information p {
	color: #666;
	font-size: 1.2em;
	text-align: center;
	margin: 0 auto 20px;
}

.information_sns {
	width: 90%;
	text-align: left;
	padding-top: 60px;
	margin:  60px auto 100px;
	border-top: 1px solid #dcdcdc;
}

.information_sns .title {
	color: #666;
	font-size: 1em;
	text-align: center;
	margin: 0 auto 30px;
}

.information_sns ul {
	width: 100%;
	margin: 30px auto;
}

.information_sns  li {
	display: inline-block;
	width: 19.3%;
	font-size: 1em;
	color: #131313;
	text-align: center;
	margin: 0px auto;
}

.information_sns  li img {
	width: 70%;
	padding: 2px;
	margin: 0px auto;
	border: 0px solid #dcdcdc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


#box-index .information2,#box-index .information3 {
	width: 90%;
	text-align: left;
	padding: 10px;
	margin:  30px auto;
	border: 2px solid #dcdcdc;
/*	background: url(../img/bg04.gif) ;*/
}

#box-index .information2 .title,#box-index .information3 .title {
	width: 100%;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 0.7em;
	padding: 7px 0;
	margin: 5px auto; 
	background: #de8a9d;
}

#box-index .information2 ul {
	margin: 20px auto;
	margin-left: 30px;
}

#box-index .information2 ul li {
	width: 650px;
	color: #666;
	font-size: 1.1em;
	line-height: 50px;
	padding: 5px;
	border-bottom: 1px dotted #dcdcdc;
}

#box-index .information2 ul li:last-child {
	border-bottom: none;
	
}

#box-index .information2 ul li img {
	vertical-align: middle;
	margin-right: 0.7em;
}

.information3 {
	margin-top:  100px;
}

#box-index .information3 ul.characteristic {
	width: 100%;
	list-style: none;
}

#box-index .information3 ul.characteristic li {
	color: #666;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.05;
	padding: 1em;
	border: 1px solid #dcdcdc;
	background: #fffbfe;
	background-color:#eef;
	margin: 10px 0;
}

#box-index .information3 ul.characteristic li p {
	width: 95%;
	text-indent: -1.8em;
	margin-top: -2em;
	padding: 10px 3px;
	padding-left: 1.8em;
	margin: 1em auto;
	background: #fff;
}

#box-index .information3 ul.characteristic li p img {
	vertical-align: middle;
	margin-left: 0.3em;
	margin-right: 0.7em;
}

#box-index .information3 ul.characteristic li .link a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 3px;
	background: #fff;
}

img.img_left{
	float: left;
	padding: 5px;
}
#box-index .information3 ul.characteristic li p a {
	display: block;
}

#box-index .information3 ul.characteristic li hr {
	width: 100%;
	margin: 0.5em auto;
	border-top: 1px solid #dcdcdc;
}

#box-index .information3 ul.characteristic_img {
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

#box-index .information3 ul.characteristic_img li {
	display: inline-block;
	width: 49%;
	text-align: center;
}

#box-index .information3 ul.characteristic_img li img {
	width: 101%;
}

#box-index .information ul li.main {
	font-size: 26px;
	color: #4b2711;
	margin-bottom: 20px;
}

#box-index .information p {
	margin-left: 1.8em;
}

#box-index .box-txt {
	width: 95%;
	text-align: left;
	line-height: 25px;
	margin: 80px auto 80px;
}

#box-index .box-txt p {
	padding-top: 10px;
	margin-left: 10px;
}

#box-index .box-txt p.indent {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 30px;
}

#box-index .box-txt ul.indent {
	padding-top: 10px;
	margin-left: 30px;
}

#box-index .box-txt p.indent span {
	color: #00b900;
	font-size: bold;
	padding: 0 0.3em;
}

#box-index .box-txt ul {
	width: 50%;
	margin: 30px auto;
}

#box-index .box-txt ul li {
	display: inline-block;
	width: 32%;
	height: 120px;
	font-size: 1.2em;
	color: #131313;
	line-height: 1;
	text-align: center;
	margin: 0px auto;
}

#box-index .box-txt .click {
	width: 174px;
	height: 73px;
	text-align: center;
	margin: 0 auto;
}

#box-index .box-txt .click img {
	width: 100%;
	margin: 0 auto;
}

#box-index .box-title {
	width: 100%;
	text-align: center;
	margin: 0 auto 25px;
}

#box-index .box-title .photo img {
	width: 100%;
	margin-top: 60px;
}

#box-index .box-title .title-link {
	width: 42%;
	height: 42%;
	margin: 15px auto;
}

#box-index .box-title hr {
	width: 48px;
	text-align: center;
	border-top: solid 1px #4b2711;
	margin: -5px auto 0px; 
}

#box-index .box-title p {
	font-size: 14px;
	color: #4b2711;
	text-align: center;
	margin: 12px auto;
}


#page-title {
	width: 100%;
	text-align: center;
	margin: 50px auto 0px; 
}

#page-title h2 .title-link {
	width: 42%;
	height: 42%;
	margin: 15px auto;
}

#page-title hr {
	width: 48px;
	text-align: center;
	border-top: solid 1px #4b2711;
	margin: -3px auto 0px; 
}

#page-title h3 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #4b2711;
	text-align: center;
	margin: 10px auto 0;
}


.linkDetail {
	display: block;
	background: #000;
	border: 0px solid #333;
	width: 90px;
	height: 22px;
	padding-top:1px;
	font-size: 12px;
	color: #fff;
	z-index: 888;
	line-height: 1.8em;
	text-align: center;
}

a.linkDetail {
	margin: 10px auto 0;
}
p.linkDetail {
	width: 90px;
	left: 0;
	right: 0;
	margin: 10px auto 0;
}

.linkReserv {
	display: block;
	background: #333;
	width: 100px;
	padding: 2px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8em;
	z-index: 888;
	text-align: center;
}

/* [index CSS]
------------------------------------------------------------------------ */
.title-top {
	text-align: center;
	margin: 60px auto 0px;
}

.title-top hr {
	width: 96px;
	text-align: center;
	border-top: solid 1px #131313;
	margin: 20px auto 25px; 
}

.title-top .text {
	width: 80%;
}

.title-top .sub_title {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 50px auto 0; 
}

.title-top .sub_title ul {
	width: 100%;
	margin: 50px auto 0; 
}

.title-top .sub_title ul li {
	width: 370px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding: 10px 0;
	margin: 0 auto; 
}

.title-top .sub_title p {
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 10px auto; 
}


.title-top .title {
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 1em auto; 
}

.title-top .title p {
	width: 97%;
	font-size: 0.8em;
	font-weight: 1;
	color: #666;
	letter-spacing: 1.5;
	margin: 1em auto; 
	background: #fff;
}

.title-top .sub_title2 {
	width: 90%;
	font-size: 1em;
	color: #fff;
	text-align: center;
	margin: 50px auto; 
	background: #de8a9d;
}

.title-top .info-img-event {
	width: 270px;
	text-align: center;
	margin: 50px auto 0;
}

.title-top .info-img-event img {
	width: 100%;
}

.bottom-info {
	font-size: 14px;
	line-height: 25px;
	margin: 20px auto 0px;
	text-align: center;
}

.bottom-photo {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
}

.bottom-photo img {
	width: 100%;
}


/* [index CSS]
------------------------------------------------------------------------ */
.box-title {
	width: 100%;
	text-align: center;
	margin: 0 auto 25px;
}

.box-title .photo img {
	width: 100%;
	margin-top: 60px;
}

.box-title .title-link {
	width: 42%;
	height: 42%;
	margin: 15px auto;
}

.box-title hr {
	width: 48px;
	text-align: center;
	border-top: solid 1px #4b2711;
	margin: -5px auto 0px; 
}

.box-title p {
	font-size: 14px;
	color: #4b2711;
	text-align: center;
	margin: 12px auto;
}

.box-title .concept-step-title {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 1em;
	color: #b6943f;
	text-align: center;
	padding-top: 2px;
	margin: 50px auto 0px;
}

.box-title .concept-menu {
	width: 90%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	padding: 0 auto;
	margin: 50px auto 60px;
}

.box-title .concept-menu ul {
	text-align: center;
	margin: 0 auto;
}

.box-title .concept-menu li {
	list-style: none;  
	font-size: 0.9em;
	padding: 5px 0;  
	border-bottom: 1px solid #666;
}

.box-title .concept-menu li:first-child {
	border-top: 2px solid #666;
}

.box-title .concept-menu li:last-child {
	border-bottom: 2px solid #666;
}

.box-title .concept-menu li a {
	display: block;  
	padding: 0;  
	background: #fff;  
	color: #333;  
	line-height: 40px;  
}

.box-title .concept-menu li a:hover {
	background: #eee;
}


/* [menu CSS]
------------------------------------------------------------------------ */
.menu-info {
	height: auto;
	width: 100%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	padding-top: 0px;
	margin: 50px auto 0px;
}

.menu-info2 {
	width: 100%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 13px;
	line-height: 22px;
	margin-top: -30px;
	margin-bottom: 70px;
	background: #f0e9d8;
}

.menu-info2 .inner {
	width: 90%;
	padding: 25px 5%;
}

.btn-coupon {
	text-align: center;
	margin: 20px auto 50px;
}

.btn-coupon {
	text-align: center;
	margin: 20px auto 50px;
}

.nail-itemheader {
	color: #b79540;
	text-align: center;
	margin: 50px auto 10px;
}

.nail-itemheader p {
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 23px;
	margin: 5px auto;
}


/* instagram
------------------------------------------------------------------------ */
.logo-instagram {
	width: 220px;
	text-align: center;
	margin: 30px auto 20px;
}

.btn-instagram {
	width: 160px;
	text-align: center;
	margin: 30px auto;
}

.box-instagram {
	width: 99%;
	margin: 0 auto;
	border: 1px solid red;
}

.box-instagram.img {
	width:100%;
	max-width: 100%;
}
 

/* sitemap-link
------------------------------------------------------------------------ */
.sitemap-link {
	margin: 60px auto 0px;
}

.sitemap-link ul {
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
}

.sitemap-link ul li {
	display: inline-block;
}

.sitemap-link ul li a {
	display: block;
	color: #fff;
}

.sitemap-link ul li a:hover {
	color: #fff;
}

.sitemap-link ul li.se {
	height: 28px;
	width: 35%;
	font-size: 13px;
	color: #fff;
	line-height: 28px;
	padding: 5px;
	background: #de8a9d;
}

.sitemap-link ul li.between {
	width: 10px;
}

/* [PageUp CSS]
------------------------------------------------------------------------ */

#pageup {/*mo*/
	float: right;
	font-size: 1.3rem;
	z-index: 10;
	padding: 0 0 0 20px;
	margin: 0 2em 10px 0;
	top: 0.07em;
	
}
#pageupStore {/*mo*/
	float: right;
	font-size: 1.3rem;
	z-index: 10;
	margin: 20px 2em 25px 0;
}
#pageup:before,
#pageupStore:before { /*mo*/
	content: "＜";
	position: absolute;
	right: 7.4em;
	letter-spacing:0.08em;
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	transform: rotate(-270deg); 
}

/* [Scroll STYLE]
------------------------------------------------------------------------ */

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block; }

  .ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999; }
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }
  .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px; }
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px; }
  .ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999; }
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
  .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999; }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
  .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999; }



.p-center {
	text-align: center;
}

/* [CSS HUCK]
------------------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 }
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */





/************modesign*************/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/* ----------------------------------------------------------------------
 top_view
---------------------------------------------------------------------- */
.top_view {
	width: 100%;
	height: auto;
	margin: 25px auto 0;
}

.top_view img {
	width: 100%;
}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.tp-banner {
	max-width: 640px;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.footer {
	width: 100%;
	overflow: hidden;
} 

.footer-top {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	margin-bottom: -3px;
	overflow:hidden;
}

.footer-top img {
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
}

.footer-top.static {
	position: static;
}

.footer-top .footer-banner {
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
}

.footer-top .footer-banner img {
	width: 100%;
}

.target{
	position: relative;
	display: block;
	overflow: hidden;
	width: 95%;
	height: 0px;
	padding-top: 50%;
	margin: 60px auto 0;
	background: #dcdcdc;
}
.target:before{
	content:"\9577\62BC\3057\3059\308B\3068\5730\56F3\304C\64CD\4F5C\3067\304D\307E\3059\3002";
	display:block;
	z-index:100;
	color:#000;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-0.5em 0 0 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.target:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}

.target.release:before,
.target.release:after{
	display:none !important;
}

.target iframe{
	position:absolute;
	text-align: center;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin:0 auto;
}

/* ポップアップ*/
#largeImg{
        display: none;
    }
    #back-curtain{
        background: rgba(0, 0, 0, 0.5); //
        display: none;
        position: absolute;
        left: 0;
        top: 0;
    }

#tbl-bdr {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 200px;
}
    
#tbl-bdr ul.thumb {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  /* flexboxで等間隔に並べる*/
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#tbl-bdr .thumb li{
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
	width: 32.5%;
  /* 正方形にするのに必要な部分 */
  height: auto;
  position: relative;
}

#tbl-bdr .thumb li:before {
  content: "";
  display: block;
  padding-top: 100%; /* ここを100％にすることで正方形になる */
}

#tbl-bdr .thumb li a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000%;
    height: 200px;/* 縦は用途応じて改変 */
    line-height: 2000px;
    margin:-1000px 0 0 -500%;
}

#tbl-bdr .thumb li a img {
    min-height: 100px;
    min-width: 10%;
    width: 120px;
    min-height: 120px;
    vertical-align: middle;
}
/* [contact CSS]
------------------------------------------------------------------------ */
.contact-info {
	height: auto;
	width: 100%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 12.5px;
	line-height: 22px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.sent-info {
	width: 100%;
	margin: 80px auto;
}

.sent-info p {
	width: 400px;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
	margin: 30px auto;
}

.sent-info2 {
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
	text-align: center;
	margin-top: 40px;
}

.sent-info2 a {
	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-decoration: underline;
}

#box-contact {
	width: 100%;
	padding-bottom: 8px;
	margin: 5px auto 80px;
}

#box-contact .box-tel {
	max-width: 310px;
	text-align: center;
	margin: 50px auto;
}

#box-contact .box-tel img {
	width: 100%;
}

#box-contact .box-txt {
	width: 95%;
	text-align: left;
	line-height: 25px;
	margin: 80px auto 80px;
}

#box-contact .box-txt .title {
	width: 100%;
	height: 24px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #dcdcdc;
	background: #de8a9d;
}

#box-contact .box-txt p {
	width: 600px;
	text-align: left;
	font-size: 1em;
	line-height: 1.5;
	margin: 60px auto;
}

#box-contact .information {
	width: 600px;
	text-align: left;
	font-size: 1em;
	line-height: 1.5;
	padding: 15px;
	margin: 60px auto;
	border: 2px solid #dcdcdc;
}

.contact-form {
	width: 680px;
	font-size: 1em;
	margin: 80px auto 0;
}

/* [入力フォーム] */
.contact-form dl,.contact-form dt,.contact-form dd {
  margin:0px;
  padding:0px;
}
 
.contact-form dl {
	width: 90%;
	margin: 0 auto;
}
 
.contact-form dt {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin-top: 20px;
	list-style-type: square;
	background-color: #f0e9d8;
}

.contact-form dt.comment {
	background-color: #e7e7e7;
}

.contact-form dt span {
	float: right;
	color: #b6943f;
	margin-right: 20px;
}


.contact-form dd {
	text-align: center;
	padding-top: 20px;
}
 
.contact-form dd.box-cate label {
	text-align: left;
	line-height: 35px;
}
 
button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"],input[type="tel"],input[type="email"] {
	border: 0;
	border: solid 2px #ccc;
	color: #444;
	font-size: 1.1em;
	margin: 0 0 0;
	padding: 10px;
	width: 400px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea,select {
	border: solid 2px #ccc;
	color: #444;
	font-size: 1.1em;
	margin: 3px 0;
	padding: 10px;
	width: 400px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	height: 310px;
}

input#submit_button {
	width: 250px;
	height: 45px;
	font-size: 13px;
	margin: 55px auto 0;
	background-color: #fff;
}

button.button {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin: 30px auto;
	background-color: #248;
	border-style: none;
}

button.button:hover {
	background-color: #24d;
}

input#submit_button-home {
	width: 50%;
	height: auto;
	font-size: 13px;
	margin: 55px auto 0;
	background-color: #fff;
	margin: 40px auto 0;
}

/* [個人情報] */
.privacy-policy dl,.privacy-policy dt,.privacy-policy dd {
  margin:0px;
  padding:0px;
}

.privacy-policy {
	width: 400px;
	font-size: 1em;
	padding: 5px;
	margin: 80px auto 0;
}

.privacy-policy .title {
	font-weight: bold;
	padding-bottom: 5px;
}

.privacy-policy dl {
	height: 100px;
	width: 100%;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 0.95em;
	text-align: left;
	line-height: 1.7;
	letter-spacing: 0.05em;
	padding: 10px;
	border: 1px solid #d1d1d1;
}

.privacy-policy dt {
	font-weight: bold;
	padding-top: 10px;
	background-color: #fff;
}

.privacy-policy dd {
	text-align: left;
	margin-top: -5px;
	padding-top: -5px;
	background-color: #fff;
}

.box-error p {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

/*---------------------------------------------------------------*/
/* menu - mpk
------------------------------------------------------------------------ */
.menu-info {
	width: 95%;
	font-size: 1.1em;
	line-height: 22px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 50px auto 0px;
	border: 3px solid #dcdcdc;
}

.menu-info-img {
	width: 520px;
	text-align: center;
	margin: 0 auto;
}

.menu-info img {
	width: 100%;
}

.menu-info .indent {
	margin-top: 50px;
	margin-left: 30px;
}

.menu-info .click {
	width: 174px;
	height: 73px;
	text-align: center;
	margin: 20px auto 0;
}

.menu-info .click img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#box-menu {
	width: 100%;
	margin: 60px auto 50px;
}

#box-menu .box-txt {
	width: 95%;
	text-align: left;
	line-height: 25px;
	margin: 80px auto 80px;
}

#box-menu .box-txt img {
	float: left;
	margin-right: 20px;
}

#box-menu .box-txt p {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 10px;
}

#box-menu .box-txt p.indent {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 30px;
}

#box-menu .box-txt ul.indent {
	padding-top: 10px;
	margin-left: 30px;
}

#box-menu .box-tel {
	max-width: 310px;
	text-align: center;
	margin: 0 auto 50px;
}

#box-menu .box-tel img {
	width: 100%;
}

/* アコーディオン */
#box-menu dl.acordion {
	width: 95%;
	margin: 0 auto;
 }
 
#box-menu dl.acordion h3 {
	width: 95%;
	display: inline;
	font-weight: normal;
	font-size: 1em;
	font-weight: bold;
	color: #d04255;
	margin: 0 auto;
 }
 
#box-menu dt.trigger {
	width: 740px;
	height: 35px;
	font-size: 1.2em;
	text-align: left;
	color: #000;
	text-indent: 1em;
	line-height: 35px;
	letter-spacing: 0.07;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-top: -1px;
 }
 
#box-menu dt.trigger img{
 vertical-align:middle;
 padding-right: 1em;
}

#box-menu dt.trigger-top {
	height: 35px;
	text-align: left;
	color: #000;
	font-size: 1.2em;
	text-indent: 1em;
	line-height: 35px;
	letter-spacing: 0.07;
	padding: 10px;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
 }
 
#box-menu dt.active{
	background: #dcdcdc;
 }
 
#box-menu dt.trigger span.open-close {
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/point_plus.png) no-repeat right top;
 }
 
#box-menu dt.active span.open-close {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../img/point_none.png) no-repeat right top;
}   
 
#box-menu dd.acordion_tree {
	width: 90%;
	margin-left: 3em;
	border-top: none;
}

#box-menu dd.acordion_tree ul {
	list-style-type: none;
	text-align: center;
}

#box-menu dd.acordion_tree ul li {
	list-style-type: none;
	font-size: 1em;
	text-align: left;
	text-indent: 0.5em;
	line-height: 2.5;
	padding: 15px;
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

#box-menu dd.acordion_tree ul li.p-center {
	text-align: center;
	margin: 0 auto;
}

#box-menu dd.acordion_tree ul li em {
	width: 300px;
	font-size: 1em;
	color: #666;
	font-weight: 600;
	margin: 0 auto;
}

#box-menu dd.acordion_tree ul li.wide {
	height: 30px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
}

#box-menu dd.acordion_tree ul li.end {
	line-height: 1.7;
	letter-spacing: 0.07;
	border-bottom: 1px solid #ccc;
}

#box-menu dd.acordion_tree ul li ul.inner {
	width: 100%;
	font-size: 0;
	margin: 0 auto;
	border-top: 1px solid #dcdcdc;
}

#box-menu dd.acordion_tree ul li ul.inner li {
	display: inline-block;
	text-align: left;
	margin-right: 1em;
}

#box-menu .etc_info {
	font-size: 1.1em;
	color: #666;
	font-weight: 600;
	text-align: center;
	margin: 40px auto 60px;
}

#box-menu .course-info {
	width: 100%;
	padding: 10px;
	margin: 40px auto;
	border-bottom: 1px solid #dcdcdc;
}

#box-menu .course-info2 {
	width: 100%;
	padding: 5px;
	margin: 40px auto;
	border-bottom: 1px solid #dcdcdc;
}

#box-menu .course-info2 ul {
	list-style: none;
	max-width: 564px;
	margin: 0 auto;
}

#box-menu .course-info2 ul li {
	height: 40px;
}

#box-menu .course-info2 ul li span {
	font-weight: bold;
	color: #d04255;
}

#box-menu .course-info2 ul li img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.menu-table {
	font-size: 14px;
	padding: 10px;
	margin: 0 auto 50px;
}

.menu-table .table-h {
	font-weight: bold;
	color: #d04255;
}

.menu-table ul {
	list-style: none;
	max-width: 640px;
	font-size: 0;
	padding: 5px;
	margin: 0 auto 20px;
	border: 1px solid #dcdcdc;
}

.menu-table ul li {
	display: inline-block;
	height: 35px;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
}

.menu-table ul li span {
	margin-left: -15px;
}

.menu-table .space {
	width: 17px;
}

.menu-table .space1 {
	width: 130px;
}

.menu-table .space2 {
	width: 290px;
}

.menu-table .space3 {
	width: 130px;
}

.menu-table2 {
	padding: 10px;
	padding-left: 20px;
	margin: 0 auto 50px;
}

.menu-table2 p {
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: 0.05;
}

.menu-table2 span {
	font-weight: bold;
	color: #d04255;
}

.menu-table2 ul {
	padding: 10px;
	margin: 0 auto;
}

.menu-table2 ul li {
	margin-bottom: 10px;
}

.menu-table2 ul li.title {
	font-size: 1em;
	font-weight: bold;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: 2px solid #dcdcdc;
}

/*---------------------------------------------------------------*/
/* info - mpk
------------------------------------------------------------------------ */

#box-info {
	width: 100%;
	margin: 60px auto 50px;
}

#box-info .info-img {
	max-width: 639px;
	text-align: center;
	margin: 50px auto;
}

#box-info .info-img img {
	width: 95%;
	text-align: center;
	margin: 30px auto;
}

#box-info .shop-logo {
	max-width: 286px;
	margin: 0 auto;
}

#box-info .shop-logo img {
	width: 100%;
}

#box-info .info-txt {
	width: 100%;
	margin-top: 80px;
}

#box-info .info-txt .info-txt-img img {
	float: left;
	vertical-align: middle;
	padding: 50px;
	margin-top: 80px;
	margin-right: 10px;
}

#box-info .info-txt ul {
	overflow: hidden;
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
}

#box-info .info-txt ul li {
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-indent: 0em;
	padding: 0.5em;
	padding-left: 1em;
	margin-bottom: 10px;
}

#box-info .info-txt ul li img {
	position: absolute;
	display: block;
	margin-top: 13px;
	margin-left: 45px;
}

#box-info .info-txt ul li p {
	width: 85%;
	padding: 15px;
	padding-left: 40px;
	margin-left: 35px;
	background: #ececec;
}

#box-info .info-txt ul li.title {
	color: #fff;
	font-size: 1.2em;
	padding: 0.3em;
	background: #ea688b;
}

#box-info .info-txt ul li.title_1 {
	color: #d04255;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
}

#box-info .info-txt ul li.sub_title {
	font-weight: bold;
	text-indent: 2em;
	margin-bottom: 0px;
}

#box-info .info-txt ul li.indent {
	padding-left:1em;
	text-indent:-1em;
}

#box-info .info-txt ul li.link {
	font-weight: bold;
	width: 360px;
	padding: 15px;
	padding-left: 40px;
	margin-left: 50px;
	background: #ececec;
}

#box-info .info-txt ul li span {
	font-size: 0.8em;
	color: #fff;
	margin-right: 1em;
	background: #ea688b;
}

.banner-freetrial {
	max-width: 520px;
	text-align: center;
	margin: 160px auto;
}

.banner-freetrial img {
	width: 100%;
}

.navi_photo {
	width: 100%;
	margin: 30px auto 120px;
}

.navi_photo ul {
	
}

.navi_photo li {
	display: inline-block; 
	width: 32.5%;
}

.navi_photo li img {
	max-width: 250px;
	border: 3px solid #dcdcdc;
}




#box-info .box-txt {
	width: 95%;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 25px;
	margin: 100px auto 80px;
}

#box-info .box-txt .click {
	width: 268px;
	height: 73px;
	text-align: center;
	margin: 20px auto 50px;
	
}

#box-info .box-txt img {
	float: left;
	margin-right: 20px;
}

#box-info .box-txt p {
	overflow: hidden;
	font-size: 1em;
	padding-top: 10px;
	margin-left: 10px;
}

#box-info .box-txt ul.indent {
	padding-top: 10px;
	margin-left: 30px;
}

#box-info .box-txt p.indent span {
	color: #00b900;
	font-size: bold;
	padding: 0 0.3em;
}

#box-info .box-txt p.indent {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 30px;
}

#box-info .box-txt ul.indent {
	width: 94%;
	list-style-type: disc;
	padding-top: 10px;
	margin-left: 30px;
}

#box-info .box-txt ul.indent li {
	font-size: 1em;
	line-height: 1.3;
	margin: 8px auto;
}

#box-info .box-txt ul li ul {
}

#box-info .box-txt ul.indent li ul li {
	list-style-type: none;
	margin-bottom: 3px;
}

#box-info .box-txt ul.indent li ul li.title {
	color: #fff;
	padding-left: 10px;
	background: #d04255;
}

.introduction .box-txt-area {
	width: 95%;
	font-size: 1em;
	text-align: left;
	padding: 5px;
	margin: 30px auto 0;
}

.introduction .box-txt-area img {
	float: left;
	vertical-align: top;
	margin-top: 80px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #dcdcdc;
}

.introduction .box-txt-area .name {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
	background: #de8a9d;
}

.introduction .box-txt-area ul {
	list-style-type: disc;
	padding: 10px;
	margin: 30px auto 80px;
}

.introduction .box-txt-area ul li {
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-left: 0em;
	margin-left: 190px;
	margin-bottom: 10px;
}

.introduction .box-txt-area ul li span {
	font-size: 20px;
	font-weight:bold;
}

.introduction .box-txt-area dt {
	font-size: 1.2em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 1em;
	padding: 5px;
	padding-left: 1em;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	background-color: #de8a9d;
}

.introduction .box-txt-area dd {
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333;
	padding: 8px;
	padding-left: 1em;
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: #de8a9d;
}

.introduction .equipment{
	width: 95%;
	margin: 0 auto;
}

.introduction .equipment ul {
	list-style-type: none;
	font-size: 0;
	margin: 0 auto;
}

.introduction .equipment ul li {
	display: inline-block; 
	width: 25%;
}

.introduction .equipment ul li img {
	width: 97%;
	border: 2px solid #dcdcdc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/*---------------------------------------------------------------*/
/* access - mpk
------------------------------------------------------------------------ */
#box-access {
	width: 100%;
	margin: 60px auto 50px;
}

#box-access ul {
	list-style: none;
	margin: 0px auto 0;
}

#box-access ul li {
	font-size: 15px;
	padding-bottom: 8px;
}

#box-access ul li.em {
	font-size: 14px;
	color: #b6943f;
}

#box-access ul li.text {
	font-size: 14px;
	line-height: 35px;
	padding-top: 0px;
	margin-bottom: 30px;
}

#box-access ul li.text p {
	width: 250px;
	height: 22px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	margin: 0 auto;
	background: #333;
}

#box-access .photo img {
	width: 100%;
	margin: -30px auto 30px;
}

#map {
	height: 240px;
	width: 96%;
	margin: 100px auto 0;
}
	
#box-access .access-add {
	width: 400px;
	text-align: center;
	margin: 60px auto 0;
}
	
#box-access .access-add span {
	font-size: 1.1em;
	font-weight: bold;
	color: #d04255;
}
	
#box-access .access-add a {
	text-decoration: underline;
}
	
#box-access .access-add ul {
	width: 250px;
	margin: 10px auto;
}
	
#box-access .access-add ul li {
	list-style-type: disc;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
#box-access .access-add ul li span {
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.box-map{
	position: relative;
	display: block;
	overflow: hidden;
	width: 95%;
	height: 0px;
	padding-top: 50%;
	margin: 110px auto 0;
	background: #dcdcdc;
}

.box-map:before{
	content:"\9577\62BC\3057\3059\308B\3068\5730\56F3\304C\64CD\4F5C\3067\304D\307E\3059\3002";
	display:block;
	z-index:100;
	color:#000;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-0.5em 0 0 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.box-map:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}

.box-map.release:before,
.box-map.release:after{
	display:none !important;
}

.box-map iframe{
	position:absolute;
	text-align: center;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	margin:0 auto;
}
/*---------------------------------------------------------------*/
/* sitemap - mpk
------------------------------------------------------------------------ */
#box-sitemap {
	width: 100%;
	margin: 80px auto 50px;
}

#box-sitemap ul.sitemap {
	width: 600px;
	margin: 80px auto;
	margin-bottom: 80px;
	padding: 0 auto;
	font-weight: bold; /* 一旦全ての文字を太字にする */
	list-style-type: none;
	font-size: 1em;
	color: #2b2b2b;
}

/* --- 入れ子にされたリスト用 --- */
#box-sitemap ul.sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* --- 全てのリスト項目 --- */
#box-sitemap ul.sitemap li {
	padding: 1px 0 0 10px; /* 1階層目のパディング（上右下左） */
	background: url(../img/sitemap/v_line1.gif) no-repeat left top; /* 1階層目の背景 */
	line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
#box-sitemap ul.sitemap div.contentNav {
	width: 100%; /* コンテナの幅 */
	margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
#box-sitemap ul.sitemap ul.section {
	width: 49.9%; /* セクションの幅 */
	float: left;
}

#box-sitemap ul.sitemap ul.separator {
background: url(../img/sitemap/v_separator.gif) repeat-y right top; /* セクション間の垂直区切り線 */
}

/* --- 2階層目以降のリスト項目 --- */
#box-sitemap ul.sitemap ul.section li {
	margin: 0 20px 20px 0; /* 2階層目のマージン（上右下左） */
	padding: 1px 0 10px 15px; /* 2階層目のパディング（上右下左）上書き */
	background: url(../img/sitemap/v_line4.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
	border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリストエリア --- */
#box-sitemap ul.sitemap ul.section ul {
	margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
	font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
#box-sitemap ul.sitemap ul.section ul li {
	margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
	padding: 0 0 0 12px; /* 3階層目のパディング（上右下左）上書き */
	background: url(../img/sitemap/triangle5.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
	border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* --- 4階層目以降のリスト項目 --- */
#box-sitemap ul.sitemap ul.section ul li li {
	padding: 0 0 0 9px; /* 4階層目以降のパディング（上右下左）上書き */
	background: url(square.gif) no-repeat 0 0.4em; /* 4階層目以降の背景 上書き */
}


/*---------------------------------------------------------------*/
/* sitemap - mpk
------------------------------------------------------------------------ */
#box-link {
	width: 95%;
	margin: 60px auto 50px;
}

#box-link a {
	color: #0000ff;
}

/* — リストエリア — */
#box-link ul.link_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px #808080 dotted;
}

/* — リスト項目 — */
#box-link ul.link_list li {
	padding: 10px 0px;
	border-bottom: 1px #808080 dotted;
}

/* — 項目内容 — */
#box-link ul.link_list dl {
	width: 100%;
	font-size: 0.9em;
	margin: 0;
}

/* — 写真エリア — */
#box-link ul.link_list dt.photo {
	width: 250px;
	float: left;
}
#box-link ul.link_list dt.photo img {
	border: 1px #808080 solid;
}

/* — キャプションエリア — */
#box-link ul.link_list dt.title,#box-link ul.link_list dd {
	margin: 0 0 0 250px;
}

/* — タイトルエリア — */
#box-link ul.link_list dt.title {
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* — コメントエリア — */
#box-link ul.link_list dd {
	line-height: 150%;
}

/* — 囲みのあるテキストエリア — */
#box-link .recomendPoint {
	border: 1px solid #FF0000;
	background-image: url(../img/img-top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}


/*---------------------------------------------------------------*/
/* [header]
------------------------------------------------------------------------ */
h2.header {
	position: relative;
	color: #d04255;
	text-align: left;
	padding: 5px 5px 5px 80px;
}
h2.header:before {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
	content: '＊*';
	color: #fff;
	text-shadow: 0 0 5px #eaa8bf, 0 0 0.5px #eaa8bf;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
}
h2.header:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	content: '';
	border-bottom: 2px dotted #eaa8bf;
}

/* h3
/*---------------------------*/

h3.header {
	font-size: 1.3em;
	font-weight: bold;
	color: #d04255;
	border-left: 7px solid #eaa8bf;
	border-bottom: 3px dashed #eaa8bf;
	margin: 2em auto 1em;
	padding: 5px 0 5px 18px;
}

h3.header2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.4);
    background: #f9b8cd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    margin: 2em auto 1.5em;
    padding: 0.4em 0.4em 0.4em 2em;
}
h3.header2:before,
h3.header2:after {
     content: "";
    position: absolute;
    display: block;
}
h3.header2:before{
    top: -0.1em;
    left: 0.5em;
    width: 20px;
    height: 23px;
    padding: 5px 0 0 0;
    background: #f69;/* リボン部分の色 */
    text-align: center;
}
h3.header2:after{
    top: 0.8em;
    left: 0.5em;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #f69;/* リボンの切りっぱなし部分の色 */
}

.box-txt ul.line {
	width: 50%;
	margin: 30px auto;
}

.box-txt ul.line li {
	display: inline-block;
	width: 32%;
	height: 120px;
	font-size: 1.2em;
	color: #131313;
	line-height: 1;
	text-align: center;
	margin: 0px auto;
}

/*************************************************************
　パンくずリスト
*************************************************************/
.breadcrumb {
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 1em;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: gray;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #f19ca7;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}



.menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

