@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:100%;
    -moz-osx-font-smoothing: grayscale;
}

p {
	font-size:90%;
	line-height:1.8em;
	color:#fff;
}

a,p a {
	color:#fff;
}

a:hover {
	text-decoration:none;
}

div#wrapper {  
    width:100%;  
    margin: 0 auto;
	background: url(../../images/bg_01.jpg) center repeat-y;
	/*background-size: cover; */ 
}  



#main-contents {
	margin:auto;
	position: relative;
	padding-top: 120px;
}

#main-contents section {
	width: 1000px;
	margin:0 auto;
	margin-bottom: 120px;
}

section p {
	text-align: center;
}

/*-----------header------------*/
header {
	position:fixed;
    top: 0;
  	left: 0;
  	z-index: 2;
	width:100%;
	height: 120px;
	padding-bottom: 5px;
	background:#ffffff;
}

header .headerTop{
    padding:20px;
}
header .siteTitle a{
    display: block;
	text-align: center;
    text-decoration: none;
}

.navDrawr>ul {
	width: 1000px;
	margin: 0 auto;
}

.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    width: 18%;
    position: relative;
	font-family:'Century Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
}

.navDrawr>ul>li:nth-child(6),
.navDrawr>ul>li:nth-child(7) {
	width: 5%;
}

.navDrawr a {
    display: block;
    color: #434343;
    text-decoration: none;
    padding: 10px;
}
.navDrawr .sub li:last-child a {
    border: none;
}
.navDrawr>ul>li>a {
    text-align: center;
}
.navDrawr>ul>li>a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	color: #DBD1AD;
}
#contents{
    padding-top:20px;
}

footer {
	clear:both;
	background-color: #000;
	/*margin-top:100px;*/
	/*background:url(../../images/ST044.JPG) no-repeat;*/
	padding:20px;
}





footer .copyright {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color: #969696;
	text-align:center;
}



/*.back-top {
  position: fixed;
  bottom: 12%;
  right: 0%;
  display: none;
}*/




h2 {

	font-family:'Century Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-weight:normal;

	font-size:50px;

	text-align:center;

	color: #E3B070;

	margin-bottom: 20px;

	margin-top: 60px;

}



h3 {

	text-align:center;

	padding:30px 0;

	line-height:1.5em;

	color:#E3B070;

}



h3 span {

	font-size:12px;

	margin:10px;

}



.top_img {
   	width: 100%;
	max-height: 900px;
    overflow: hidden;
    position: relative;
   	object-fit: cover;
   	margin-bottom: 100px;
}





/*----------- About us ----------*/

.img_about {

	overflow: hidden;

	width: 100%;

	height: auto;

	position: absolute;

	ransform: translate(-50%, -50%);

	margin: 30px 0;

}



/*----------- odermade ----------*/

.box-odermade {
	margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
}



.box-odermade .list-odermade {
	width: 100%;
    letter-spacing: -.4em;
}

.box-odermade .list-odermade img {
	height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}

.box-odermade .list-odermade li {
	display: inline-block;
	overflow: hidden;
	margin: 0 2% 2% 0;
	width: 30%;
	height: auto;
	font-size: 12px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
}

.box-odermade .list-odermade li span {
	font-size: 11px;
	font-weight: bold;
}

.box-odermade .list-odermade li figure {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
}

.box-odermade .list-odermade li figure img {
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box-odermade .list-odermade li figcaption {
	/*background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 1;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;*/
	position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 59.89583%;
    color: #fff;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box-odermade .list-odermade li figcaption h3{
	color: #fff;
}

.box-odermade .list-odermade li a:hover figure img {
	transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
		opacity: 0.7;
	 /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
     opacity: 0.7;
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
	 overflow: hidden;
	 height: auto;*/
}

.box-odermade .list-odermade li a:hover > figure figcaption {
	opacity: 1;
}

/*== small ==*/
.box-odermade .list-odermade-small {
	width: 100%;
    letter-spacing: -.4em;
}

.box-odermade .list-odermade-small img {
	height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}

.box-odermade .list-odermade-small li {
	display: inline-block;
	overflow: hidden;
	margin: 0 2% 2% 0;
	width: 30%;
	height: 100px;
	font-size: 14px;
	/*font-size: 1.2em;*/
	font-weight: bold;
	letter-spacing: normal;

}

.box-odermade .list-odermade-small li span {
	font-size: 11px;
	font-weight: bold;
	line-height: -0.8em;
}

.box-odermade .list-odermade-small li figure {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
}

.box-odermade .list-odermade-small li figure img {
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box-odermade .list-odermade-small li figcaption {
	/*background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 1;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;*/
	position: absolute;
    top: 45%;
    left: 50%;
    display: block;
    width: 75%;
    color: #fff;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box-odermade .list-odermade-small li figcaption h3{
	color: #fff;
}



.box-odermade .list-odermade-small li a:hover figure img {
	transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
		opacity: 0.7;
	 /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
     opacity: 0.7;
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
	 overflow: hidden;
	 height: auto;*/
}

.box-odermade .list-odermade-small li a:hover > figure figcaption {
	opacity: 1;
}

.box-btn {
	width: 100%;
	clear: both;
}

ul.btn_odermade {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

ul.btn_odermade li {
	width: 250px;
	float: left;
	background-image: url(../../images/img_btn_oder_full.jpg);
	padding: 30px;
	margin-right: 20px;
}

ul.btn_odermade li a {
	text-decoration: none;
	color: #fff;
}

ul.btn_odermade li a:hover {
	opacity: 0.7;
}




/*----------- contact ----------*/
.img_contact img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

/*----------- school ----------*/
section .school_cont h2,
section .school_cont h3,
section .odermade_cont h2,
section .odermade_cont h3 {
	text-align: left;
}

/*----------- page-title ----------*/
.page_img {
	position: relative;
}

p.resizeimage img {
	width: 100vw;
}

.page_img_inner {
	margin: 0 auto;
	width: 1000px;
}

.page_title h1 {
	position: absolute;
	bottom: 40%;
	font-family:'Century Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 60px;
	font-weight: normal;
}

.photo-gallery {
	margin-bottom: 40px;
}

.photo-gallery figure {
	width: 23.9%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}



/*----------- list ----------*/

ul.list_note li {
	list-style: disc;
	font-size: 90%;
	color: #ffffff;
	line-height: 1.8em;
	margin-left: 20px;
}

dl.list_school {
	font-size: 90%;
	color: #ffffff;
}

dl.list_school dt,
dl.list_school dd {
	line-height: 1.8em;
}

dl.list_school dt {
	font-weight: bold;
	color: #E3B070;
	clear:left;
    float: left;
    width: 100px;
    display:block;
}

dl.list_school dd {
	margin-left:100px;
	margin-bottom: 20px;
}

dl.list_school dd ul li {
	font-size: 100%;
}


dl.list_odermade {
	color: #ffffff;
}

dl.list_odermade dt,
dl.list_odermade dd {
	line-height: 1.8em;
}

dl.list_odermade dt {
	font-weight: bold;
	color: #E3B070;
}

dl.list_odermade dd {
	font-size: 90%;
	margin-bottom: 20px;
}

dl.list_odermade dd ul li {
	font-size: 100%;
}



/*----------- table -----------*/

.table_01 {
	font-size:90%;
	line-height:1.5em;
	color:#fff;
	margin: 20px auto;
}

.table_01 th,td {
	padding:10px;
}

/*----------- btn -----------*/
.btn {
	display: block;
	line-height: 50px;
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
}

/* 

========================

      BUTTON ONE

========================

*/

.btn-one {
    color: #E3B070;
	font-weight: bold;
    transition: all 0.3s;
    position: relative;
}

.btn-one span {
    transition: all 0.3s;
}

.btn-one a {
	color: #E3B070;
}

.btn-one a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #E3B070;
    border-bottom-color: #E3B070;
    transform: scale(0.1, 1);
}

.btn-one:hover span {
    letter-spacing: 2px;
}

.btn-one a:hover::before {
    opacity: 1; 
    transform: scale(1, 1); 
}

.btn-one a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    /*background-color: rgba(255,255,255,0.1);*/
	border: solid 1px #E3B070;

}

.btn-one a:hover::after {
    opacity: 0; 
    transform: scale(0.1, 1);
}


/*----------- box-content -----------*/
.box-content {
	clear:both;
	overflow: hidden;
	zoom: 1;
}

.box-content p {
	text-align: left;
}

.box-content .img-left {
	float: left;
	width: 360px;
	height: auto;
	margin-right: 20px;
}

.box-content .img-right {
	float: right;
	width: 360px;
	height: auto;
	/*margin-left: 20px;*/
}


.box-content .content-body {
	float: right;
}

.box-content .content-body-left {
	/*float: left;*/
	margin-right: 380px;
}

.box-content .content-body-left .list_note {
}

.box-content .content-body.btn  {
	display: block;
	text-align: right;
}

.clear {
	clear: both;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { 
	display: inline-table; 
}  



/*----------- align -----------*/

/* Horizontal */

.align-left {

  text-align: left !important;

}

.align-center {

  text-align: center !important;

}

.align-right {

  text-align: right !important;

}

/* Vertical */

.align-top {

  vertical-align: top !important;

}

.align-middle {

  vertical-align: middle !important;

}

.align-bottom {

  vertical-align: bottom !important;

}

.align-baseline {

  vertical-align: baseline !important;

}



/* Margin */
.mlr-auto {
	margin-left: auto;
	margin-right: auto;
} 

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}



/* 1000pxまでの幅の場合に適応される */

@media screen and (max-width: 1000px) {

/*-----------header------------*/
header {
	position:fixed;
    top: 0;
  	left: 0;
  	z-index: 2;
	width:100%;
	height: 120px;
	padding-bottom: 5px;
	background:#ffffff;
}

header .headerTop{
    padding:20px;
}
header .siteTitle a{
    display: block;
	text-align: center;
    text-decoration: none;
}

.navDrawr>ul {
	width: 100%;
	margin: 0 auto;
}

.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    width: 18%;
    position: relative;
	font-family:'Century Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
}

.navDrawr>ul>li:nth-child(6),
.navDrawr>ul>li:nth-child(7) {
	width: 5%;
}

.navDrawr a {
    display: block;
    color: #434343;
    text-decoration: none;
    padding: 10px;
}
.navDrawr .sub li:last-child a {
    border: none;
}
.navDrawr>ul>li>a {
    text-align: center;
}
.navDrawr>ul>li>a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	color: #DBD1AD;
}

#main-contents {
	padding-top: 120px;
}

#main-contents section {
	width: auto;
	margin:auto;
	margin-bottom: 120px;

}





/*----------- odermade ----------*/

.box-odermade {

	margin: 0 auto;

    /*max-width: 1000px;*/

    width: 100%;

    overflow: hidden;

}



.box-odermade .list-odermade {

	width: 100%;

    letter-spacing: -.4em;

}



.box-odermade .list-odermade li {

	display: inline-block;

	margin: 0 1.96078% 1.96078% 0;

	width: 30%;

	font-size: 12px;

	font-size: 1.2rem;

	font-weight: bold;

	letter-spacing: normal;

	color: #434343;

	

}



.box-odermade .list-odermade li span {

	font-size: 11px;

	font-weight: bold;

}



.box-odermade .list-odermade li figure {

	position: relative;

	overflow: hidden;

}



.box-odermade .list-odermade li figure img {

	-moz-transition: all 0.2s;

    -o-transition: all 0.2s;

    -webkit-transition: all 0.2s;

    transition: all 0.2s;

}



.box-odermade .list-odermade li figcaption {

	position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    color: #fff;

    text-align: center;

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}



.box-odermade .list-odermade li figcaption h3 {

	color: #fff;

}



.box-odermade .list-odermade li a:hover figure img {

	 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

     opacity: 0.7;

     -moz-transform: scale(1.1);

     -ms-transform: scale(1.1);

     -webkit-transform: scale(1.1);

     transform: scale(1.1);

}


/*.back-top {

  	position: fixed;

  	bottom: 12%;

  	right: 0%;

  	display: none;

  	width: 40px;

  	height: auto;

}*/

}

@media screen and (min-width: 768px) {
/* ---- display ------*/
.sp_on {
	display: none;
}
}

/* 767pxまでの幅の場合に適応される */

@media screen and (max-width: 767px) {
#wrapper{
        overflow:hidden;
}

.navDrawr {
	background-color: #efefef;
    position: fixed;
    width: 270px;
    top: 100px;
    bottom: 0;
    right: -270px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
    body.menuOpen #wrapper{
        padding-top:0px;
    }
    .overlay {
        display: none;
        background-color: rgba(0,0,0,0.49);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    header {
        /*position:relative;*/
		position:fixed;
        height: 90px;
        padding: 10px 0 0 0;
    }
    body.menuOpen header{
        position: fixed;
        top:0;
        width: 100%;
    }
    header .headerTop{
        padding:inherit;
    }
	
    header .siteTitle a {
		text-align: left;
		margin-left: 10px;
    }
    .navDrawrBtn {
        text-align: right;
    }
    .navDrawrBtn span {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .navDrawrBtn span::before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 24px;
        color: #000;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 60px;
    }
    body.menuOpen .navDrawrBtn span::before {
        content: "\f00d";
    }
    .navDrawr a {
        position: relative;
    }
    .navDrawr a::after {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 15px;
        font-family: FontAwesome;
        content: "\f054";
    }
    .navDrawr>ul>li {
        float: none;
        width: auto;
    }
	
.navDrawr>ul>li:nth-child(6),
.navDrawr>ul>li:nth-child(7) {
	display: none;
}
	
    .navDrawr>ul>li>a {
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }
    .navDrawr .sub {
        position: static;
        display: block!important;
    }

 
ul.imgList{}
ul.imgList::after{
    display: table;
    line-height: 0;
    content: "";
    clear:both;
}
ul.imgList li{
    float: left;
    width: 31.33333333%;
    margin: 1%;
}
ul.imgList li .thumbnail{
    background-color: #FFF;
    padding: 20px;
    border:solid 1px #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
ul.imgList li img{
    margin-bottom:10px;
}
ul.imgList li .caption{}
ul.imgList li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

#contents{
    padding-top:20px;
}

#main-contents {
	padding-top: 90px;
}

#main-contents .top_img {
  	width: 100%;
  	height: auto;
  	object-fit: cover;
	overflow: hidden;
}

section {
	padding: 0 10px;
	width: auto;
}

.box-odermade .list-odermade li {
	display: inline-block;
	overflow: hidden;
	margin: 0 2% 2% 0;
	width: 30%;
	font-size: 12px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	background-color: rgba(0,0,0,1.00)
}

/*----------- page-title ----------*/
.page_img {
	position: relative;
}

p.resizeimage img {
	width: 100vw;
	height: auto;
}

.page_img_inner {
	margin: 0 auto;
	width: 1000px;
}

.page_title h1 {
	position: absolute;
	bottom: 40%;
	font-family:'Century Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #ffffff;
	font-size: 48px;
	font-weight: normal;
	margin-left: 10px;
}


/*----------- box-content -----------*/
.box-content {
	clear:both;
	overflow: hidden;
	zoom: 1;
}

.box-content p {
	text-align: left;
}

.box-content .img-left {
	float: left;
	width: 35%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.box-content .img-right {
	float: right;
	width: 35%;
	height: auto;
	/*margin-left: 20px;*/
}


.box-content .content-body {
	float: right;
	width:60%;
}

.box-content .content-body-left {
	/*float: left;*/
	width:60%;
}

.box-content .content-body-left .list_note {
}

.box-content .content-body.btn  {
	display: block;
	text-align: right;
}

/*== small ==*/
.box-odermade .list-odermade-small {
	width: 100%;
    letter-spacing: -.4em;
}

.box-odermade .list-odermade-small img {
	height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}

.box-odermade .list-odermade-small li {
	display: inline-block;
	overflow: hidden;
	margin: 0 2% 2% 0;
	width: 50%;
	max-height: 100px;
	font-size: 14px;
	/*font-size: 1.2em;*/
	font-weight: bold;
	letter-spacing: normal;

}

.box-odermade .list-odermade-small li span {
	font-size: 11px;
	font-weight: bold;
	line-height: -0.8em;
}

.box-odermade .list-odermade-small li figure {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
}

.box-odermade .list-odermade-small li figure img {
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box-odermade .list-odermade-small li figcaption {
	/*background-color: rgba(0,0,0,0.6);
    color: #FFF;
    opacity: 1;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 25%;*/
	position: absolute;
    bottom: -10%;
    left: 50%;
    display: block;
    width: 75%;
    color: #fff;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box-odermade .list-odermade-small li figcaption h3{
	color: #fff;
}



.box-odermade .list-odermade-small li a:hover figure img {
	transform: scale(1.15,1.15);
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
		opacity: 0.7;
	 /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
     opacity: 0.7;
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
	 overflow: hidden;
	 height: auto;*/
}

.box-odermade .list-odermade-small li a:hover > figure figcaption {
	opacity: 1;
}

/* ---- photo-gallery ---- */
.photo-gallery figure {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}



}



/* 480pxまでの幅の場合に適応される */

@media screen and (max-width:480px) {
h2 {
	font-size: 35px;
}

.top_img {
   	width: 100%;
	height: 900px;
  /*  overflow: hidden;*/
    position: relative;
   	object-fit: fill; 
   	margin-bottom: 100px;
}

header .siteTitle img {
	width: 190px;
	margin-top: 5px;
}

ul.imgList li{
    float: none;
    width: 98%;
    margin: 1%;
}
	
/*----------- About us ----------*/

.img_about {

	overflow: hidden;

	width: 100vw;

	height: auto;

	position: absolute;

	ransform: translate(-50%, -50%);

	margin: 30px 0;

}


/*----------- odermade ----------*/
.box-odermade {
	margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    overflow: hidden;
}

.box-odermade .list-odermade {
	width: 100%;
    letter-spacing: -.4em;
}

.box-odermade .list-odermade img {
	height: auto;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}

.box-odermade .list-odermade li {
	display: inline-block;
	overflow: hidden;
	margin: 0 2% 2% 0;
	width: 70%;
	height: auto;
	font-size: 12px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: normal;

}



.box-odermade .list-odermade li span {

	font-size: 11px;

	font-weight: bold;

}



.box-odermade .list-odermade li figure {

	position: relative;

	overflow: hidden;

	background-color: rgba(0,0,0,0.6);

}



.box-odermade .list-odermade li figure img {

	-moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



.box-odermade .list-odermade li figcaption {

	/*background-color: rgba(0,0,0,0.6);

    color: #FFF;

    opacity: 1;

    font-size: 16px;

    font-size: 1.6rem;

    position: absolute;

    text-align: center;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    padding-top: 25%;*/

	position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    width: 59.89583%;

    color: #fff;

    text-align: center;

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}



.box-odermade .list-odermade li figcaption h3{

	color: #fff;

}



.box-odermade .list-odermade li a:hover figure img {

	transform: scale(1.15,1.15);

        -webkit-transform:scale(1.15,1.15);

        -moz-transform:scale(1.15,1.15);

        -ms-transform:scale(1.15,1.15);

        -o-transform:scale(1.15,1.15);

		opacity: 0.7;

	 /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);

     opacity: 0.7;

     -moz-transform: scale(1.1);

     -ms-transform: scale(1.1);

     -webkit-transform: scale(1.1);

     transform: scale(1.1);

	 overflow: hidden;

	 height: auto;*/

}



.box-odermade .list-odermade li a:hover > figure figcaption {

	opacity: 1;

}

.box-odermade .list-odermade-small li {
	display: inline-block;
	overflow: hidden;
	margin: 0 2% 2% 0;
	width: 100%;
	max-height: 100px;
	font-size: 14px;
	/*font-size: 1.2em;*/
	font-weight: bold;
	letter-spacing: normal;

}

.box-odermade .list-odermade-small li figcaption {
	position: absolute;
    left: 50%;
	bottom: -10%;
    display: block;
    width: 75%;
    color: #fff;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*----------- contact ----------*/



.img_contact img {

	width: 100vw;

	height: 150px;

	object-fit: cover;

}

/*----------- page-title ----------*/
.page_title h1 {
	bottom: 32%;
	font-size: 36px;
}

/*----------- table -----------*/

.table_01 {

	font-size:80%;

	line-height:1.5em;

	color:#fff;

	margin: 20px auto;

}



.table_01 th,td {

	padding:10px;

}

.table_01 th {
	white-space: nowrap;
}

/*----------- list ----------*/
dl.list_school {
	font-size: 90%;
	color: #ffffff;
}

dl.list_school dt,
dl.list_school dd {
	line-height: 1.8em;
}

dl.list_school dt {
	clear: both;
    float: none;
}

dl.list_school dd {
	margin-left: 0;
	margin-bottom: 20px;
}

dl.list_school dd ul li {
	font-size: 100%;
}

/*----------- box-content -----------*/
.box-content {
	clear:both;
	overflow: hidden;
	zoom: 1;
}

.box-content p {
	text-align: left;
}

.box-content img.img-left {
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.box-content .img-right {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	/*margin-left: 20px;*/
}


.box-content .content-body {
	float: none;
	width:100%;
}

.box-content .content-body div.btn {
	margin-left: auto;
	margin-right: auto;	
}

.box-content .content-body-left {
	/*float: left;*/
	width:100%;
}

.box-content .content-body-left .list_note {
}

.box-content .content-body.btn  {
	display: block;
	text-align: right;
}

.photo-gallery figure {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

}