@charset "UTF-8";


/* reset
----------------------------------- */

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

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,img,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
}


/* headline
----------------------------------- */

h1 {
}


h2 {
	color:#d19881;
	text-align:center;
	line-height:30px;
	font-size:18px;
}
h3 {
	color:#d19881;
	text-align:left;
	line-height:18px;
	font-size:16px;
	font-weight:normal;
}

h3 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color:#585858;
}

h3 span:before,
h3 span:after {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 0.5em;
}

h3 span:before {
    right: 100%;
}

h3 span:after {
    left: 100%;
}


h4 {
	font-size:17px;
	font-weight:bold;
	line-height:25px;
}

h4.message {
	text-align:center;
	font-size:20px;
	line-height:36px;
	margin-bottom:10px;
}
blockquote {
}
	
blockquote span {

}


/* body
----------------------------------- */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size:14px;
	letter-spacing:0.08em;
	color:#535353;
	margin:0;
	padding:0;
	line-height:20px;
	-webkit-text-size-adjust: 100%;
}

a {	 color:#535353; text-decoration:none; }
a:link {  color:#535353; text-decoration:none; }
a:hover {	color:#d19881; text-decoration:none; }


input, select, textarea { 
	color: #434343; 
	
border:none;
background:none;
	
}

.searcharea {
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
   -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
        box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
		border:1px solid #a5a4a4;
		text-indent:13px;
		}



/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.ud {
text-decoration:underline;

}



.center {
text-align:center;

}

.left {
	text-align:left;
}

a span {
}
 
br.sp {
}
br.pc {
	display:none;
}

.mt10s {
margin-top:10px;
}
.mt15s {
margin-top:15px;
}
.mt20s {
margin-top:20px;
}

.mb5s {
margin-bottom:5px;
}
.mb10s {
margin-bottom:10px;
}
.mb15s {
margin-bottom:15px;
}
.mb20s {
margin-bottom:20px;
}
.mb25s {
margin-bottom:25px;
}
.mb30s {
margin-bottom:30px;
}
.mb40s {
margin-bottom:40px;
}
.mb50s {
margin-bottom:50px;
}

.mr10s {
margin-right:10px;
}
.mr15s {
margin-right:15px;
}
.mr20s {
margin-right:20px;
}
.mr30s {
margin-right:30px;
}
.pl10s {
padding-left:10px;
}

.ml5s {
margin-left:5px;
}
.ml10s {
margin-left:10px;
}
.ml15s {
margin-left:15px;
}
.ml20s {
margin-left:20px;
}

/* oowaku
----------------------------------- */

#all {
	text-align:center;
	overflow:hidden;
	margin-top:59px;
}

#container {
	text-align:center;
	margin:0 auto;
}


/* head
----------------------------------- */
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
#header {
	display:none;
}

#header_in {
	display:none;
}

    #mobile-head {
        background: #d19881;
		opacity:0.9;
        width: 100%;
        height: 59px;
        z-index:90;
        position: relative;
		position:fixed;
		top:0;  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
  
	#header_sm #h1_sm {
        width: 88%;
        height: 59px;
		background:url(../img/header_logo_sm.png) no-repeat top left;
		background-size:auto 100%;
	}
	
	#header_sm h1 img {
		width:100%;
		padding:20px  0 0 0px;
		display:inline-block;
		text-align:center;
	}
 
.btn {
    background:transparent url(../img/btn.jpg) no-repeat 0 0;
	background-size: 100%;
    display: block;
    width:58px;
    height: 59px;
    position:fixed;
    top:0px;
    right:0px;
    cursor: pointer;
    z-index: 200;
}


.peke {
    background:transparent url(../img/peke.png) no-repeat 0 0;
	background-size: 100%;
    display: block;
    width:58px;
    height: 59px;
    position:fixed;
    top:0px;
    right:0px;
    cursor: pointer;
    z-index: 200;
}
.drawr {
    display: none;
     background-color: rgba(255,255,255,0.97);
    position:fixed;
    top: 0;
    right:0;
    width:100%; text-align: left;
        padding: 10px 0 20px;
		z-index:100;
		box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
#menu {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
}
#menu li {
        float: none;
        position: static;
}
#menu li span {
		font-size:11px;
		line-height:16px;
}
#menu li a {
        width: 100%;
        display: block;
        color: #434343;
        padding: 18px 7%;
		box-sizing:border-box;
}
.drawr p.txt {
		font-size:11px;
		padding:0 7%;
		margin-bottom:10px;
		text-align:center;
	}
	.drawr p.mail_icon {
		text-align:center;
	}
	.drawr p.mail_icon img{
		width:63px;
		margin:0 30px;
	}


#key {
	display:none;
}
#key img {
	display:none;

}
#key_sm {
	width:100%;
	background:#000;
}

#key_sm  img  {
	width:100%;
}


/* #top01
----------------------------------- */


#top01 {
  width: 100%;
  position: relative;
}


div.top01_in {
	margin:0 auto;
	text-align:left;
	padding:27px 0 0;
}

#top01 h2 {
}


#top01 h2 img {
	width:53px;
}

div.top01_in p {
	line-height:32px;
}

.btn_area {
	width:92%;
	margin:0 auto 51px;
	}

.my-parts {
  display: inline-block;
  padding:0 13px 0 15px;
  margin: 13px 0;
  background:url(../img/bg_yajirushi.png) no-repeat right center;
  background-size:auto 20px;
  border: 1px solid #d19881;
  color: #d19881;
  font-size: 18px;
  line-height:53px;
  width:100%;
  cursor: pointer;
  position: relative;
  text-align:left;
  box-sizing:border-box;
}


.my-parts_r {
  display: inline-block;
  padding:0 13px 0 15px;
  background:url(../img/bg_yajirushi_r.png) no-repeat right center,#d19881;
  background-size:auto 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height:53px;
  width:100%;
  cursor: pointer;
  position: relative;
  text-align:left;
  box-sizing:border-box;
}
/*.my-parts::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  top: 50%;
  right: .4em;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 30px;
}*/
.my-parts:hover {
  background:url(../img/bg_yajirushi_r.png) no-repeat right center,#d19881; 
  background-size:auto 20px;
  
  color: #fff;
}
.my-parts_r:hover {
  background:url(../img/bg_yajirushi.png) no-repeat right center,#fff;
  background-size:auto 20px;
  border: 1px solid #d19881;
  
  color: #d19881;
}

.btn_area02 {
	width:92%;
	margin:0 auto 51px;
	}
	
img.view_sm {
	width:100%;
}
	
/* #top02
----------------------------------- */
	div.top02 {
		display:none;
}
div.top02_in {
		display:none;
}
div.top02_in img {
		display:none;
}


/* #top03
----------------------------------- */
#top03 {
  width: 100%;
  position: relative;
  background:#fff;
  
  padding-bottom:70px;}



#top03 h2 img {
	width:56px;
}

div.top03_in {
  width: 92%;
	margin:0 auto;
	text-align:left;
}

#top03 h2 {
}
div.top03_in p {
	line-height:32px;
}
/* #bottom_link
----------------------------------- */

#bottom_link {
	text-align:left;
	line-height:60px;
	padding-left:4%;
	font-size:13px;
}


/* footer
----------------------------------- */
#footer {
	width:100%;
  position: relative;
  background:#d19881;
  height:27px;
}

.footer_in {
	width:100%;
	margin:0 auto;
}

#copyright {
	line-height:27px;
	text-align:center;
	color:#fff;
	font-size:10px;
	letter-spacing:0.1em;
}
#copyright span {
	display:block;
}
#page-top {
position: fixed;
bottom: 10px;
right: 30px;
z-index:100;
}
 
#page-top div a #img{
display:block;
width:36px;
height:36px;
padding-top:40px;
overflow:hidden;
background:url(../img/pagetop.png) no-repeat;
background-size:100% auto;
text-indent:-9999px;
}
 


/*lesson01
----------------------------------- */
#contents {
	width:100%;

}
.lesson01 .key img {
	width:100%;
	margin-bottom:24px;
}

.lesson01 .key02 img {
	width:100%;
	margin-bottom:24px;
}

.lesson01 .key_sm02 img {
	width:100%;
	margin-bottom:24px;
}

.lesson01 {
	width:100%;
	margin:0 auto;	
}
.lesson01 p {
	text-align:left;
	line-height:32px;
}

.lesson01 img {
	width:100%;
}

.lesson01 h2 img {
	width:56px;
}
.nabari_detail01 {
	width:92%;
	padding:0 4%;
}
.lesson01 .txt01 {
	line-height:32px;
	margin-bottom:20px;
	text-align:left;
}

table.schedule01 {
	border-top:1px solid #d19881;
	border-left:1px solid #d19881;
	text-align:center;
	width:100%;
	margin-bottom:25px;
}
table.schedule01 th {
	background:#f2caba;
	border-right:1px solid #d19881;
	padding:15px 0;
}
table.schedule01 td{
	border-right:1px solid #d19881;
	border-bottom:1px solid #d19881;
	padding:20px 0;
	width:50%;
}
table.schedule01 td span {
	display:none;
}


table.schedule02 {
	border-top:1px solid #d19881;
	border-left:1px solid #d19881;
	text-align:center;
	width:100%;
	margin-bottom:25px;
	
}
table.schedule02 th {
	background:#f2caba;
	border-right:1px solid #d19881;
	padding:15px 0;
}
table.schedule02 td{
	border-right:1px solid #d19881;
	border-bottom:1px solid #d19881;
	padding:20px 0;
	width:50%;
}



table.schedule03 {
	border-top:1px solid #d19881;
	border-left:1px solid #d19881;
	text-align:center;
	width:100%;
	margin-bottom:25px;
}
table.schedule03 th {
	background:#f2caba;
	border-right:1px solid #d19881;
	padding:15px 0;
}
table.schedule03 td{
	border-right:1px solid #d19881;
	border-bottom:1px solid #d19881;
	padding:20px 0;
	width:50%;
}


div.txt02 {
	width:92%;
	text-align:left;
	padding:0 4%;
}
div.txt02 h3 {
	margin-bottom:20px;
	text-align:center;
}
div.txt02 p {
}



table.schedule04 {
	border-top:1px solid #d19881;
	border-left:1px solid #d19881;
	text-align:center;
	width:92%;
	margin:0 auto 20px;
	
}
table.schedule04 th {
	background:#f2caba;
	border-right:1px solid #d19881;
	padding:15px 0;
}
table.schedule04 td{
	border-right:1px solid #d19881;
	border-bottom:1px solid #d19881;
	padding:15px 0;
	width:50%;
}
table.schedule04 td.bg{
	background:#faebe4
}

.lesson01 .txt03 {
	text-align:left;
	width:92%;
	padding:0 4%;
	margin:0 auto 40px;
	line-height:32px;
}

.lesson01 .txt03 b {
	line-height:24px;
	display:block;
	}

.lesson01 .txt03 span {
	color:#d19881;
	}

.lesson01 .img_box01 {
}


.lesson01 .img_box01 .img01 {
	margin-bottom:30px;
}

.lesson01 .img_box01 .img02 {
	display:none;
}

.lesson01 .img_box01 .img03 {
	display:none;
}




div.txt04 {
	width:92%;
	padding:0 4%;
}
div.txt04 h3 {
	margin-bottom:15px;
	text-align:center;
}
div.txt04 p {
}
div.txt04 p.detail {
	margin-bottom:30px;
}
div.txt04 p.detail02 {
	line-height:24px;
	margin-bottom:30px;
}
div.txt04 p.detail02 a {
	display:block;
	margin-top:20px;
}
.lesson01 .img_box02 img {
	width:50%;
	float:left;
}

.my-parts02_r {
  display: inline-block;
  padding:0 13px 0 15px;
  background:url(../img/bg_yajirushi_r.png) no-repeat right center,#d19881;
  background-size:auto 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height:53px;
  width:100%;
  cursor: pointer;
  position: relative;
  text-align:left;
  box-sizing:border-box;
  margin-bottom:10px;
}
.my-parts02_r:hover {
  background:url(../img/bg_yajirushi.png) no-repeat right center,#fff;
  background-size:auto 20px;
  border: 1px solid #d19881;
  color: #d19881;
}

/*lesson02
----------------------------------- */


table.schedule05 {
	border-top:1px solid #d19881;
	border-left:1px solid #d19881;
	text-align:center;
	width:100%;
	margin:0 auto 80px;
}
table.schedule05 th {
	background:#f2caba;
	border-right:1px solid #d19881;
	padding:15px 0;
}
table.schedule05 td{
	border-right:1px solid #d19881;
	border-bottom:1px solid #d19881;
	padding:15px 0;
}
table.schedule04 td.disp span {
	display:none;
}

.txt05 h3 {
	text-align:center;
	margin-bottom:65px;
}

.img_box03 {
	width:100%;
	margin:0 auto;
}

img_box03 img {
	width:100%;
	}
.img_box03 .img03 {
	display:none;
}

.txt05 .detail02 {
	width:92%;
	text-align:left;
	margin:0 auto 50px;
	line-height:24px;
	
}

.txt05 .detail02  img {
	display:none;
}

.txt05 .detail02 span {
	display:none;
}

.txt05 .detail02 a {
	line-height:80px;
}

/*koiushi
----------------------------------- */

.koushi {
	width:100%;
	margin:0 auto;	
}

.koushi .key {
	margin-bottom:25px;
}

.koushi .key img {
	width:100%;
}
.koushi h2 img {
	width:50px;
}

div.koushi_detail {
	width:100%;
	margin:0 auto 40px;
	text-align:left;
	
}
div.koushi_detail img {
	width:70%;
}

div.koushi_detail p.img {
	text-align:center;
	margin-bottom:20px;
}

div.koushi_detail p.txt {
	width:92%;
	margin:0 auto;
	line-height:32px;
}
div.koushi_detail p.txt span{
	display:inline-block;
	line-height:48px;
}

div.koushi_detail .img_link {
    width: 92%;
	margin: 10px auto 20px;
}

div.koushi_detail .img_link img{
	width: 100%;
}

#taiken {
	padding-bottom:180px;
	padding-top:59px;
}
#taiken .key {
	margin-bottom:25px;
}
#taiken .key img {
	width:100%;
}
#taiken h2 img {
	width:60px;
}


#taiken p {
	width:92%;
	margin:0 auto;
	text-align:left;
	line-height:32px;
}

#taiken p.tel {
	text-align:center;
}

#taiken p.tel span {
	color:#d19881;
	font-size:24px;
	line-height:100px;
}

#taiken p.tel a {
	color:#d19881;
}

#taiken .my-parts_r {
	width:92%;
	margin-bottom:10px;
}

#taiken p.txt02 {
	font-size:14px;
	line-height:32px;
}

/*policy
----------------------------------- */

.policy {
	width:92%;;
	margin:0 auto;
	padding:37px 0 87px;
	text-align:left;
	line-height:32px; 
}


.policy  h2 img {
	width:56px;
}