/*全体
--------------------------------------------------------------------------*/
@media screen and (max-width:959px){
img{
max-width: 100%;
height: auto;
width :auto;
}
/*以下、画面の横幅が959pxまでの場合のスタイル記入～*/

body {
	margin: 0;
	padding: 0;
	COLOR: #111;
	FONT-SIZE:15px;
font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
	LINE-HEIGHT: 150%;
	text-align: center;
	background: none;
}

/*paddingとborderをwidthに含める*/
* {	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

#con{
    width:100%;
	height:auto;
	margin:0px auto;
	padding:0;
	position:relative;
	text-align: center;
}

/*page-top用*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:0;
}

a:link,a:visited{
	outline:0;
	color:#083392;
    text-decoration: none;
}

a:hover{
	outline:0;
	color: #d61919;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

br.sp{
	display:none;
}
br.spt{
	display:inherit;
}
br.spm{
	display:none;
}
br.sm{
	display:inherit;
}
br.smt{
	display:inherit;
}
br.smm,.smm{
	display:none;
}
.nsp{
	display:none;
}
.nst{
	display:inherit;
}
.nss{
	display:none;
}
@media only screen and (max-width: 479px) {
br.spt{
	display:none;
}
br.spm{
	display:inherit;
}
br.smt{
	display:none;
}
br.smm{
	display:inherit;
}
.nsp{
	display:inherit;
}
.nst{
	display:none;
}
.nss{
	display:inherit;
}
}

/*ヘッダ
--------------------------------------------------------------------------*/
header{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
text-align: center;
	background: url("image/back-body.png") repeat-x left top/100% 100%;
}

header img{
float: none;
max-width: 100%;
margin: 15px 0 0;
}

#header-text{
float: right;
width: 100%;
height: auto;
margin: 10px 0 0;
padding: 0;
text-align: center;
}

header #header-text img{
display: none;
float: right;
max-width: 100%;
margin: 0;
}

header h1{
display: none;
font-size: 13px;
line-height: 150%;
margin: 0;
padding: 0 3%;
text-align: left;
font-weight: normal;
color: #fff;
}

/*メニュー
--------------------------------------------------------------------------*/
menu{
clear: both;
float: left;
	width:100%;
	height: auto;
	margin:10px auto 0;
	padding: 0;
}

menu ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

menu li,menu li.bno{
float: left;
width: 33.3%;
list-style-type: none;
color: #a1818b;
margin: 0;
padding: 13px 0 10px;
border-right: 1px solid #fff;
font-size: 13px;
text-align: center;
}

menu a:link,menu a:visited{
display: block;
text-decoration: none;
color: #fff;
}
menu a:hover{
text-decoration: underline;
}

/*========= 途中からハンバーガーメニューに変化するのためのCSS ===============*/
/*========= ボタンのためのCSS ===============*/

/*ボタン全体の形状*/
.openbtn{
    /*はじめは非表示に*/
	display: none;
    /*ボタンの位置*/
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 999;
    /*ボタンの形状*/
	background:#000;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

/*ボタンのアイコン設定*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*========= ヘッダーナビゲーションのためのCSS ===============*/

/*.doneクラスがついたヘッダー*/
#header.dnone {
	opacity: 0;/*透過0にして非表示に*/
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
	opacity: 1;/*不透明にして出現*/
}

/*==ヘッダーのテキストナビゲーションの形状*/
menu ul{
	list-style: none;
	display: flex;
	justify-content: center;
}

/*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
#header.dnone menu{
    /*固定位置にして最背面に*/
    position:fixed;
	top: 0;
    left: 0;
	z-index: -1;
    /*高さと幅*/  
	width:100%;
	height: 30%;
    /*天地中央＆テキスト中央揃え*/  
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    /*はじめは透過0に*/  
    opacity: 0;
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
#header.dnone.panelactive menu li,#header.dnone.panelactive menu li.bno{
float: left;
width: 100%;
list-style-type: none;
color: #a1818b;
margin: 0;
padding: 13px 0 10px;
border-right: 1px solid #fff;
font-size: 15px;
text-align: center;
}

#header.dnone.panelactive menu a:link,#header.dnone.panelactive menu a:visited{
display: block;
	padding:10px;
text-decoration: none;
color: #fff;
letter-spacing: 0.1em;
font-weight: bold;
transition:all 0.3s;
}
#header.dnone.panelactive menu a:hover{
text-decoration: underline;
}

#header.dnone.panelactive menu{
	opacity: 1;/*不透明に*/
	z-index:3;/*最前面に*/
	background: rgba(0,0,0,0.8);
}

#header.dnone.panelactive menu ul{
	display:block;/*flexの横並びをblockにして縦並びに*/
	border-left: none;
border-top: none;
border-bottom: none;
}

/*メイン
--------------------------------------------------------------------------*/
main{
clear: both;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

main p{
	margin:0 0 30px;
	padding:0;
	text-align:justify;
	text-justify:inter-ideograph;
}

#top-mind{
clear: both;
width: 100%;
height: auto;
margin: 0;
padding: 0 3% 0;
background: url("image/top-mind.png") no-repeat 98% 15%/45%,#852f51;
}

#top-mind-text{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 50px 0 30px;
}

#top-mind h1{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
text-align: left;
color: #fff;
font-weight: normal;
font-size: 30px;
line-height: 170%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#top-mind h1 .f-mind{
font-size: 50px;
color: #ebde67;
}

#top-mind p{
font-size: 15px;
line-height: 200%;
margin: 0;
padding: 0;
text-align: left;
color: #fff;
text-shadow: 1px 1px 0 #852f51;
}

@media only screen and (max-width: 479px) {
#top-mind{
clear: both;
width: 100%;
height: auto;
margin: 0;
padding: 0 3% 100px;
background: url("image/top-mind.png") no-repeat center 98%/65%,#852f51;
}

#top-mind-text{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 40px 0 30px;
}

#top-mind h1{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: center;
color: #fff;
font-weight: normal;
font-size: 26px;
line-height: 170%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#top-mind h1 .f-mind{
font-size: 45px;
color: #ebde67;
}
#top-mind p{
font-size: 13px;
line-height: 200%;
margin: 0;
padding: 0;
text-align: left;
color: #fff;
text-shadow: 1px 1px 0 #852f51;
}
}

#top-info{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

#top-info-box{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 40px 3% 0;
background: url("image/top-info.png") no-repeat center/contain;
}

.f30{
font-size: 30px;
line-height: 130%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
.f40{
font-size: 40px;
line-height: 130%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}

#top-info p{
text-align: left;
font-size: 20px;
line-height: 150%;
margin: 0 0 20px;
}
#top-info p.topinfo{
text-align: center;
line-height: 250%;
margin: 170px 0 0;
color: #852f51;
font-size: 15px;
}

@media only screen and (max-width: 479px) {
#top-info-box{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 40px 3% 0;
background: url("image/top-info.png") no-repeat center 60%/contain;
}
.f30{
font-size: 23px;
line-height: 130%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
.f40{
font-size: 26px;
line-height: 130%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}

#top-info p{
text-align: left;
font-size: 15px;
line-height: 150%;
margin: 0 0 10px;
}
#top-info p.topinfo{
text-align: center;
line-height: 200%;
margin: 170px 0 0;
color: #852f51;
font-size: 13px;
}
}

#top-photo{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

#top-photo-box{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 30px 0;
}

.top-photo-waku{
float: left;
width: 48%;
height: auto;
margin: 0 1% 15px;
padding: 10px;
border: 1px solid #111111;
text-align: center;
}

.top-photo-waku img{
max-width: 100%;
margin: 0 0 15px;
}

#top-photo-box p{
text-align: center;
margin: 0 0 10px;
font-size: 15px;
}
#top-photo-box p.f18{
color: #852f51;
margin: 0;
line-height: 180%;
font-weight: bold;
font-size: 16px;
}
#top-photo-box p .f50{
color: #852f51;
margin: 0 1% 0 0;
line-height: 180%;
font-weight: bold;
font-size:40px;
}
#top-photo-box p .f30{
color: #852f51;
margin: 0;
line-height: 180%;
font-weight: bold;
font-size: 23px;
}

@media only screen and (max-width: 479px) {
#top-photo-box{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 20px 3%;
}
.top-photo-waku{
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 10px;
border: 1px solid #111111;
text-align: center;
}

.top-photo-waku img{
max-width: 100%;
margin: 0 0 15px;
}

#top-photo-box p{
text-align: center;
margin: 0 0 10px;
font-size: 15px;
}
#top-photo-box p.f18{
color: #852f51;
margin: 0;
line-height: 180%;
font-weight: bold;
font-size: 16px;
}
#top-photo-box p .f50{
color: #852f51;
margin: 0 1% 0 0;
line-height: 180%;
font-weight: bold;
font-size:40px;
}
#top-photo-box p .f30{
color: #852f51;
margin: 0;
line-height: 180%;
font-weight: bold;
font-size: 23px;
}
}

#top-area-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 50px 0 0;
padding: 0 0 50px;
background: #852f51;
}

#top-area{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 40px 3% 0;
text-align: center;
}
#top-area img{
float: right;
margin: -350px 0 0;
}

#top-area h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0;
text-align: center;
color: #fff;
font-size: 30px;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 100%;
font-weight: normal;
}

#top-area-text{
clear: both;
float: left;
width: auto;
height: auto;
margin: 0;
padding: 0;
text-align: left;
}

#top-area-text h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 0;
text-align: left;
color: #fff;
font-weight:bold;
font-size: 20px;
line-height: 100%;
}

#top-area-text p{
text-align: left;
color: #fff;
margin: 0 0 50px;
}
#top-area #top-area-text img{
float: none;
margin: 0;
z-index: 1;
position: relative;
}

@media only screen and (max-width: 479px) {
#top-area-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 40px 0 0;
padding: 0 0 40px;
background: #852f51;
}

#top-area{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 30px 3% 0;
text-align: center;
}
#top-area img{
float:none;
margin: -120px 0 0;
}

#top-area h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0;
text-align: center;
color: #fff;
font-size: 25px;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 100%;
font-weight: normal;
}

#top-area-text{
clear: both;
float: left;
width: auto;
height: auto;
margin: 0;
padding: 0;
text-align: left;
}

#top-area-text h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 0;
text-align: left;
color: #fff;
font-weight:bold;
font-size: 16px;
line-height: 100%;
}

#top-area-text p{
text-align: left;
color: #fff;
margin: 0 0 40px;
font-size: 13px;
}
#top-area #top-area-text img{
float: none;
margin: 0;
z-index: 1;
position: relative;
}
}

#top-jigyo-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 60px 0 0;
padding: 0;
}

#top-jigyo{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0 0 40px;
}

#top-jigyo h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: center;
font-size: 30px;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 100%;
font-weight: normal;
}

#top-jigyo-wakubox{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
}

#top-jigyo p{
text-align: center;
line-height: 180%;
margin: 0 0 30px;
font-size: 15px;
}

.top-jigyo-waku{
float: left;
width: 48%;
margin: 0 1%;
padding: 0 0 15px;
text-align: center;
}
.top-jigyo-waku img{
max-width: 100%;
margin: 0 0 20px;
}
#top-jigyo .top-jigyo-waku p{
text-align: center;
margin: 0;
font-size:15px;
line-height: 150%;
}

.f15{
font-size: 15px;
}
@media only screen and (max-width: 479px) {
#top-jigyo h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: center;
font-size: 25px;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 100%;
font-weight: normal;
}

#top-jigyo-wakubox{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0 3%;
}

#top-jigyo p{
text-align: center;
line-height: 180%;
margin: 0 3% 30px;
font-size: 13px;
}

.top-jigyo-waku{
float: left;
width: 48%;
margin: 0 1%;
padding: 0 0 15px;
text-align: center;
}
.top-jigyo-waku img{
max-width: 80%;
margin: 0 0 10px;
}
#top-jigyo .top-jigyo-waku p{
text-align: center;
margin: 0;
font-size:13px;
line-height: 130%;
}

.f15{
font-size: 15px;
}
}

#top-omotenashi-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 0;
padding: 0;
background: #852f51;
}

#top-omotenashi{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 50px 3% 40px;
text-align: center;
}

#top-omotenashi h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0;
text-align: center;
color: #fff;
font-size: 30px;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 100%;
font-weight: normal;
}

#top-omotenashi img{
float: none;
max-width: 60%;
}

#top-omotenashi-text{
clear: both;
float: left;
width: 100%;
margin: 0 0 30px;
}
#top-omotenashi #top-omotenashi-text img{
float: none;
}

#top-omotenashi p{
text-align: center;
color: #fff;
line-height: 200%;
margin: 0 0 30px;
font-size: 15px;
}
@media only screen and (max-width: 479px) {
#top-omotenashi{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 50px 3% 20px;
text-align: center;
}

#top-omotenashi h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: center;
color: #fff;
font-size: 25px;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 120%;
font-weight: normal;
}

#top-omotenashi img{
float: none;
max-width: 80%;
}

#top-omotenashi-text{
clear: both;
float: left;
width: 100%;
margin: 0 0 30px;
}
#top-omotenashi #top-omotenashi-text img{
float: none;
}

#top-omotenashi p{
text-align: center;
color: #fff;
line-height: 170%;
margin: 0 0 30px;
font-size: 13px;
}
}

#top-mugen-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 50px 0 0;
padding: 0;
background: url(image/top-mugen-sakura.png) no-repeat center center/contain;
}

#top-mugen{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0 0 20px;
}

#top-mugen p{
text-align: center;
font-size: 15px;
line-height: 200%;
margin: 0 0 30px;
}
#top-mugen p strong{
font-weight: bold;
color: #852f51;
font-size: 1.1em;
}
@media only screen and (max-width: 479px) {
#top-mugen-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 50px 0 0;
padding: 0;
background: url(image/top-mugen-sakura.png) no-repeat center center/contain;
}

#top-mugen{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0 3% 20px;
}

#top-mugen p{
text-align: center;
font-size: 13px;
line-height: 200%;
margin: 0 0 30px;
}
#top-mugen p strong{
font-weight: bold;
color: #852f51;
font-size: 1.1em;
}
#top-mugen img{
max-width: 50%;
}
}

#top-slide{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
}

#top-slide ul{
margin: 0;
padding: 0;
}

/*スライダーのためのcss*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

/*光るテキスト*/
.glowAnime span{opacity: 0;}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

@keyframes glow_anime_on{
  0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
  50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
  100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}

h1.sub-page{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding:50px 0;
background: #852f51;
color: #ebde67;
font-size: 30px;
font-weight: normal;
line-height: 100%;
text-align: center;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
@media only screen and (max-width: 479px) {
h1.sub-page{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 40px 0;
background: #852f51;
color: #ebde67;
font-size: 25px;
font-weight: normal;
line-height: 100%;
text-align: center;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
}

article{
clear: both;
width: 100%;
height: auto;
margin: 0 auto 30px;
padding: 0;
text-align: center;
}

#prof{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 30px;
padding: 0;
}

#prof img{
float: none;
max-width: 40%;
margin: 0 0 20px;
}

dl{
float: right;
width: 100%;
height: auto;
margin: 0;
padding: 0 3%;
}

dt{
clear: both;
float: left;
width: 15%;
height: auto;
margin: 0 0 30px;
padding: 0;
line-height: 150%;
text-align: left;
font-size: 15px;
font-weight: bold;
}

dd{
float: left;
width: 82%;
height: auto;
margin: 0 0 30px 3%;
padding: 0;
line-height: 150%;
text-align: left;
font-size: 15px;
}
@media only screen and (max-width: 479px) {
img.prof-sm{
max-width: 150%;
margin: 0 0 0 -50%;
}
#prof img{
float: none;
max-width: 70%;
margin: 0 0 20px;
}
dt{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 10px;
padding: 0;
line-height: 100%;
text-align: left;
font-size: 15px;
font-weight: bold;
}

dd{
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
line-height: 150%;
text-align: left;
font-size: 13px;
}
}

#prof-box,#prof-box2{
clear: both;
float: left;
width: 94%;
height: auto;
margin: 0 3% 50px;
padding: 30px 3% 0;
border: 1px solid #852f51;
}
#prof-box2{
margin: 0 3% 100px;
}

#prof-box img{
float: right;
margin: 0 0 10px 3%;
}

#prof-box p{
margin: 0 0 30px;
line-height: 150%;
font-size: 13px;
}
@media only screen and (max-width: 479px) {
#prof-box,#prof-box{
clear: both;
float: left;
width: 94%;
height: auto;
margin: 0 3% 20px;
padding: 20px 3% 0;
border: 1px solid #852f51;
}
#prof-box2{
margin: 0 3% 50px;
}

#prof-box img{
float: none;
margin: 0 0 20px 3%;
}

#prof-box p{
margin: 0 0 30px;
line-height: 150%;
font-size: 13px;
}
}

#prof-box2 h5{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: left;
font-weight: bold;
font-size: 20px;
line-height: 100%;
}
#prof-box2 h6{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: left;
font-weight: bold;
font-size: 15px;
line-height: 100%;
color: #852f51;
}
#prof-box2 p{
margin: 0 0 30px;
font-size: 13px;
}
#prof-box2 img{
max-width: 80%;
margin: 0 0 30px;
}

#tra-info{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0;
padding: 0 3%;
background: url("image/tra-info.png") no-repeat 97% 5%/50%;
}

#tra-info p{
line-height: 200%;
margin: 0 25% 30px 0;
text-align: left;
font-size: 13px;
}
#tra-info p.f50{
font-size: 40px;
color: #852f51;
line-height: 120%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
@media only screen and (max-width: 479px) {
#tra-back{
clear: both;
float: left;
width: 100%;
height:auto;
margin: 0;
padding: 0 3%;
background: rgba(255,255,255,0.6);
}
#tra-info{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0 0 0;
background: url("image/tra-info.png") no-repeat 97% 0%/90%;
}

#tra-info p{
line-height: 180%;
margin: 0 0 30px 0;
text-align: left;
font-size: 13px;
}
#tra-info p.f50{
font-size: 26px;
color: #852f51;
line-height: 120%;
text-shadow: -2px 2px 2px #fff;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
}

#tra-step{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
}

article h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
text-align: center;
font-weight: normal;
font-size: 30px;
color: #852f51;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 120%;
border-bottom: 2px solid #852f51;
}
@media only screen and (max-width: 479px) {
article h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
text-align: center;
font-weight: normal;
font-size: 25px;
color: #852f51;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 120%;
border-bottom: 2px solid #852f51;
}
}

.tra-step-box{
float: left;
width: 31.3%;
margin: 0 1%;
padding: 0;
text-align: center;
}
@media only screen and (max-width: 479px) {
.tra-step-box{
float: left;
width: 100%;
margin: 0 0 20px;
padding: 0;
text-align: center;
}
}

.tra-step-box h3{
clear: both;
float: left;
width: 70%;
margin: 0 15% 20px;
padding: 10px 5% 7px;
border: 1px solid #111;
border-radius: 7px;
font-size: 20px;
}

.tra-step-box img{
margin: 0 0 30px;
}

.tra-step-box ul{
clear: both;
float: left;
width: 90%;
height: auto;
margin: 0 5%;
padding: 0;
}

.tra-step-box li{
margin: 0 0 15px;
padding: 0;
text-align: center;
font-size: 15px;
line-height: 120%;
list-style-type: square;
}
.tra-step-box li ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.tra-step-box li ul li{
list-style-type: disc;
margin: 15px 0 0;
font-size: 13px;
}

#tra-point{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 3%;
}

#tra-point h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 35px 0 40px;
text-align: center;
font-weight: normal;
color: #fff;
font-size: 25px;
line-height: 100%;
background: url("image/tra-point-h2.png") no-repeat center top/contain;
border-bottom: none;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#tra-point h2 .f40{
font-size: 30px;
}
#tra-point h2 .f50{
font-size: 50px;
}
@media only screen and (max-width: 479px) {
#tra-point h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 10px 0 30px;
text-align: center;
font-weight: normal;
color: #fff;
font-size: 22px;
line-height: 100%;
background: url("image/tra-point-h2.png") no-repeat center top/contain;
border-bottom: none;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#tra-point h2 .f40{
font-size: 22px;
}
#tra-point h2 .f50{
font-size: 35px;
}
}

#tra-point-box1,#tra-point-box2,#tra-point-box3{
float: left;
width:100%;
height: auto;
margin: 0 0 20px 0;
padding: 90px 0 0 10%;
background: url("image/tra-point1.png") no-repeat left top/20%;
text-align: left;
}
#tra-point-box2{
width: 100%;
padding: 80px 0 0 10%;
background: url("image/tra-point2.png") no-repeat left top/20%;
}
#tra-point-box3{
width: 100%;
padding: 75px 0 0 10%;
background: url("image/tra-point3.png") no-repeat left top/20%;
}
@media only screen and (max-width: 479px) {
#tra-point-box1,#tra-point-box2,#tra-point-box3{
float: left;
width:100%;
height: auto;
margin: 0 0 20px 0;
padding: 0 0 0 13%;
background: url("image/tra-point1.png") no-repeat left top/30%;
text-align: center;
}
#tra-point-box2{
width: 100%;
padding: 0 0 0 13%;
background: url("image/tra-point2.png") no-repeat left top/30%;
}
#tra-point-box3{
width: 100%;
padding: 0 0 0 13%;
background: url("image/tra-point3.png") no-repeat left top/30%;
}
}

#tra-point-box1 img,#tra-point-box2 img,#tra-point-box3 img{
margin: 0 0 20px;
max-width: 20%;
}
#tra-point-box1 h3,#tra-point-box2 h3,#tra-point-box3 h3{
clear: both;
float: right;
width: 80%;
height: auto;
margin: 0 0 10px;
padding: 0;
text-align: left;
line-height: 120%;
font-weight: bold;
font-size: 25px;
color: #852f51;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#tra-point-box2 h3{
color: #ebde67;
}
#tra-point p{
margin: 0 3% 30px 20%;
}
@media only screen and (max-width: 479px) {
#tra-point-box1 img,#tra-point-box2 img,#tra-point-box3 img{
margin: 0 0 20px;
max-width: 20%;
}
#tra-point-box1 h3,#tra-point-box2 h3,#tra-point-box3 h3{
clear: both;
float: right;
width: 100%;
height: auto;
margin: 0 0 10px;
padding: 0;
text-align: center;
line-height: 120%;
font-weight: bold;
font-size: 22px;
color: #852f51;
font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#tra-point-box2 h3{
color: #ebde67;
}
#tra-point p{
margin: 0 3% 30px 0;
font-size: 13px;
}
}

#skill-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 0 20px;
background: #eee;
}

#skill{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding:50px 0 20px;
text-align: center;
}

#skill p{
text-align: center;
margin: 0 0 20px;
font-size: 15px;
line-height: 200%;
}
#skill p.fuki{
width:70%;
background: #fff;
border-radius: 7px;
margin: 0 15% 0;
padding: 20px 3%;
line-height: 120%;
}
#fuki-back{
clear: both;
padding: 0 0 20px;
margin: 0 0 20px;
background: url("image/fuki.png") no-repeat center bottom;
}

#skill p.f40{
font-size: 35px;
font-weight: bold;
line-height: 120%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#skill p.f40 span{
font-size: 25px;
font-weight: normal;
padding: 0 0.5%;
}
@media only screen and (max-width: 479px) {
#skill p{
text-align: center;
margin: 0 0 20px;
font-size: 13px;
line-height: 200%;
}
#skill p.f40{
font-size: 30px;
font-weight: bold;
line-height: 120%;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
#skill p.f40 span{
font-size: 20px;
font-weight: normal;
padding: 0 0.5%;
font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
}

.skill-box{
clear: both;
float: left;
width: 94%;
height: auto;
margin: 0 3% 30px;
padding: 0 0 15px;
border: 1px solid #852f51;
background: #fff;
}
.skill-pict{
background: url("image/skill-pict1.png") no-repeat right bottom/30%;
}
@media only screen and (max-width: 479px) {
.skill-pict{
background: none;
}
}

.skill-box h4{
margin: 0 0 30px;
padding: 25px 0 15px;
background: #852f51;
color: #fff;
font-size: 25px;
font-family: 'Kosugi Maru',"メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
line-height: 120%;
text-align: center;
font-weight: bold;
}
.skill-box h4 .f20{
font-size: 20px;
font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
font-weight: normal;
}

.skill-box-text{
clear: both;
float: left;
width: 94%;
height: auto;
margin: 0 3%;
padding: 0;
}

.skill-box p{
font-size: 13px;
margin: 0 30% 30px 0;
}
@media only screen and (max-width: 479px) {
.skill-box p{
font-size: 13px;
margin: 0 0 30px 0;
}
}

.skill-box p.f25{
font-size: 20px;
color: #852f51;
font-weight: bold;
line-height: 150%;
margin: 0 0 30px 0;
font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}

.skill-line{
padding: 0 0 5px;
background: url("image/skill-line.png") no-repeat left bottom/contain;
line-height: 190%;
}

#manabu{
clear: both;
float: left;
width:80%;
height: auto;
margin: 0 20% 0 0;
padding: 0;
}
#manabu img{
float: left;
margin: 0 3% 0 0;
max-width: 27%;
}
@media only screen and (max-width: 479px) {
#manabu{
clear: both;
float: left;
width:100%;
height: auto;
margin: 0;
padding: 0;
background: url("image/skill-pict1.png") no-repeat right top/40%;
}
#manabu img{
float: left;
margin: 0 0 15px 10%;
max-width: 40%;
}
}

ol{
float: left;
width: 68%;
height: auto;
margin: 0 0 0 2%;
padding: 20px 0 0;
}
ol li{
font-size: 15px;
font-weight: bold;
line-height: 120%;
margin: 0 0 15px;
padding: 0;
text-align: left;
list-style-type: disc;
}
@media only screen and (max-width: 479px) {
ol{
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 3% 0;
background: rgba(255,255,255,0.7);
}
ol li{
font-size: 15px;
font-weight: bold;
line-height: 120%;
margin: 15px 3% 0;
padding: 0;
text-align: left;
list-style-type: disc;
}
}

.skill-box dl{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 3%;
}

.skill-box dt{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 5px;
padding: 10px 0 15px 50px;
text-align: left;
font-size: 20px;
font-weight: bold;
line-height: 130%;
background: url("image/skill-pin.png") no-repeat left top;
}
.skill-boxdt span{
font-size: 15px;
font-weight: normal;
margin: 0 0.5%;
}

.skill-box dd{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 20px;
padding: 0 0 20px 6%;
text-align: left;
font-size: 13px;
line-height: 180%;
border-bottom: 1px dashed #111;
}
.skill-box dd.bno{
margin: 0;
padding: 0 0 0 6%;
border-bottom: none;
}
@media only screen and (max-width: 479px) {
.skill-box dt{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 5px;
padding: 0 0 15px 50px;
text-align: left;
font-size: 17px;
font-weight: bold;
line-height: 130%;
background: url("image/skill-pin.png") no-repeat left top/8%;
}
.skill-boxdt span{
font-size: 15px;
font-weight: normal;
margin: 0 0.5%;
}
}

#theme{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 60px 0 20px;
padding: 0;
}

#theme h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0 0 15px;
text-align: center;
font-weight: normal;
font-size: 25px;
line-height: 100%;
border-bottom: 1px solid #111;
color: #111;
}
@media only screen and (max-width: 479px) {
#theme h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0 0 5px;
text-align: center;
font-weight: normal;
font-size: 20px;
line-height: 100%;
border-bottom: 1px solid #111;
color: #111;
font-family: "メイリオ", Osaka, "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック";
}
}

#theme-waku{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
}

#theme-waku ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

#theme-waku li{
float: left;
width: 48%;
height: auto;
min-height: 80px;
border: 1px solid #852f51;
margin: 0 1% 15px;
padding: 30px 0 0 6%;
font-size: 15px;
line-height: 120%;
list-style-type: none;
text-align: left;
background: url("image/theme-li.png") no-repeat left top;
}
#theme-waku li.bno{
padding: 22px 0 0 6%;
}

#theme-waku ul p{
float: right;
font-size: 15px;
margin: 10px 0 0;
}

@media only screen and (max-width: 479px) {
#theme-waku ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 3%;
}
#theme-waku li{
float: left;
width: 100%;
height: auto;
min-height: auto;
border: 1px solid #852f51;
margin: 0 0 15px;
padding: 15px 0 12px 10%;
font-size: 13px;
line-height: 120%;
list-style-type: none;
text-align: left;
background: url("image/theme-li.png") no-repeat left top/10%;
}
#theme-waku li.bno{
padding: 15px 0 12px 10%;
}
#theme-waku ul p{
float: right;
font-size: 13px;
margin: 0;
}
}

#theme p{
text-align: center;
line-height: 180%;
font-size: 13px;
margin: 0 3% 30px;
}

#theme h5{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 30px;
padding: 0;
font-weight: bold;
line-height: 100%;
font-size: 25px;
text-align: center;
}

/*フッタ
--------------------------------------------------------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	color:#fff;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#6e6c67;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	color:#fff;
}
 
#page-top p:hover{
	background:#8b8b8b;
	color:#fff;
}
 
#move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

#footer-back{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 30px 0 10px;
background: url("image/footer-back.png") repeat-x center top,#852f51;
}

footer{
clear: both;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0 3% 0 0;
text-align: center;
}
footer img{
max-width: 40%;
}

#footer-box{
float: right;
width: 30%;
height: auto;
margin: 0;
padding: 30px 0 0;
text-align:center;
}
#footer-box img{
max-width: 100%;
}

@media only screen and (max-width: 479px) {
footer img{
max-width: 60%;
}

#footer-box{
float: right;
width: 40%;
height: auto;
margin: 0;
padding: 30px 0 0;
text-align:center;
}
#footer-box img{
max-width: 100%;
}
}

footer ul{
display: none;
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
}
footer li{
list-style-type: none;
display: inline;
margin: 0 0 0 5%;
color: #a1818b;
}
footer li a:link,footer li a:visited{
color: #fff;
text-decoration: underline;
}

}