/**--==================================  1200px以上(lg)  **/
@media (min-width: 1200px) {

}
/**--==================================  992px以上(md)   **/
@media (max-width: 992px) {

header {
        width: 100%;
        top: 0;
        position: fixed;
        margin-top: 0;
        height: 60px;
        z-index: 300;
    }
  /* Fixed reset */
#mobile-head {
        width: 100%;
        z-index: 999;
}
header nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -560px;
		left: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
header nav #global-nav {
        list-style: none;
		padding-top: 60px;
        position: static;
        right: 0;
        top: 0;
        font-size: 16px;
        background: rgba(0,0,0,0.75);
}
header nav h2 {
        float: none;
        position: static;
		display: block;
}
header nav h2 a {
        width: 100%;
        display: block;
        color: #FFF;
        padding: 20px 5%;
		margin: 0;
		border-bottom: 2px dotted #FFF;
}
#nav-toggle {
        display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
}
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(440px);
        -webkit-transform: translateY(440px);
        transform: translateY(440px);
}


/*:::::::::::::::::::::::::::::::::
    pagetop
:::::::::::::::::::::::::::::::::*/
.pagetop a{
    position: static;
}

/**-----------------------------------------------  footer  **/ 

footer h1 a{
	width: 100%;
	font-size: 60px;
	text-align: center;
	padding: 15px;
}
footer p {
	width: 100%;
	color: #666;
	font-size: 14px;
	text-align: center;
	float: none;
	padding: 15px;
}
.copyright {
	font-size: 18px;
}

/* title */
.title a h2{
	font-size: 14px;
	padding: 28px 0 20px 18px;
}
.title a h2 span{
	font-size: 32px;
}
.title a i{
	font-size: 24px;
	margin-top: -8px;
}
/* menu */
a.menu figure h3 {
    font-size: 18px;
}
a.menu figure h3 span {
    font-size: 72px;
}
a.menu figure h3.Tinos span {
    font-size: 70px;
}

/* content */
.content {
	width: 100%;
	background-color: #222;
	padding: 15px;
	text-align: left;
	}
.content h3 a{
	font-size: 14px;
	}
.content h3 a span{
	font-size: 32px;
}
.content a p{
	font-size: 14px;
	}
.content a h4{
	width: 100%;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #444;
	text-align: right;
	margin: 5px 0 0 0;
	line-height: 50%;
	}
.content a h4:hover{
	color: #9D7A36;
	}
/* line */
.line {
	margin: 30px 15px 0 15px;
	}




.mt60 {
	margin-top: 30px;
}
.mt30 {
	margin-top: 15px;
}













/**-----------------------------------------------  subcommon  **/ 


/*:::::::::::::::::::::::::::::::::
    main
:::::::::::::::::::::::::::::::::*/
/* main ************/
.main {
    height: 300px;
}
.main h3{
	padding-top: 140px;
}
.pc80sp40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

/**-----------------------------------------------  contents_menu  **/
.contents_menu {
	margin: 0 0 40px 0;
}
.contents_menu h3 {
	margin: 20px 0 0 0;
}
/**-----------------------------------------------  company_menu  **/ 


#greetings p {
	text-align: left;
	margin-left: 0px;
}


/**-----------------------------------------------  top  **/ 
/*  slider ************/
.flexslider {
	height: 480px;
}
.slides01,
.slides02,
.slides03,
.slides04,
.slides05 {
    height: 480px;
	margin-top: 0;
}
#contact_area .white_btn {
	font-size: 14px;
	line-height: 150%;
}
#contact_area .white_btn span{
	font-size: 48px;
}
#link_area .beige_btn {
	font-size: 14px;
	line-height: 150%;
}
#link_area .beige_btn span{
	font-size: 48px;
}

div.news{
	padding: 15px 10px;
}

a div.news aside i,
a div.live aside i{
	font-size: 24px;
}
a div.news article {
	font-size: 28px;
}
a div.live article.place {
	font-size: 16px;
}
a div.live article.place span {
	font-size: 28px;
}
a div.live article.article {
	font-size: 28px;
}


/*  menu ************/
a.menu {
    display: block;
	height: 100%;
    overflow: hidden;
	width: 100%;
}
a.menu figure h5 {
    font-size: 24px;
}


/*:::::::::::::::::::::::::::::::::
    company
:::::::::::::::::::::::::::::::::*/

#company #map{
	background-image: url(../img/sub/company02.jpg);
	height: 280px;
	}

/*:::::::::::::::::::::::::::::::::
    studio & hall
:::::::::::::::::::::::::::::::::*/
#studio .studio h4{
	padding: 36px 5px;
	text-align: center;
	font-size: 18px;
	margin: 15px 0;
}
#studio .studio p,
#hall .hall p{
	text-align: left;
	font-size: 14px;
	padding: 15px 15px 40px 15px;
}
#studio .studio p span,
#hall .hall p span{
	font-size: 110%;
}

#sub_contact_area .white_btn {
	font-size: 14px;
	line-height: 150%;
}
#sub_contact_area .white_btn span{
	font-size: 48px;
}

/*:::::::::::::::::::::::::::::::::
    contact
:::::::::::::::::::::::::::::::::*/
#contact #sub_contact_area h4{
	font-size: 16px;
	}

/*:::::::::::::::::::::::::::::::::
    goods
:::::::::::::::::::::::::::::::::*/
.goods_5 img{
	width: 20%;
	float: left;
	}
.goods_4 img{
	width: 25%;
	float: left;
	}

/**--==================================  767px以下(xs)  **/
@media screen and (max-width: 767px) {


header h1 a{
	font-size: 48px;
	margin: 0 0 0 4%;
}
/* Toggle Button */
#nav-toggle {
	margin-top: -45px;
}


.mtmb80 {
	margin-top: 40px;
	margin-bottom: 40px;
}
	
/**-----------------------------------------------  footer  **/ 

.copyright {
	font-size: 16px;
}




.red_btn {
	padding: 0px 10px;
}

/* title */
.title a i{
	margin-top: -16px;
}

/* menu */
a.menu figure h3 {
    font-size: 16px;
}
a.menu figure h3 span {
    font-size: 64px;
}
a.menu figure h3.Tinos span {
    font-size: 60px;
}













	
	
	
	
	
/**-----------------------------------------------  subcommon  **/ 


/*:::::::::::::::::::::::::::::::::
    main
:::::::::::::::::::::::::::::::::*/
/* main ************/
.main {
    height: 240px;
}
.main h3{
	font-size: 42px;
	padding-top: 120px;
}
.main h2{
	font-size: 16px;
}

/**-----------------------------------------------  top  **/ 
/*  slider ************/
.flexslider {
	height: 320px;
}
.slides01,
.slides02,
.slides03,
.slides04,
.slides05 {
    height: 360px;
	background-position: center;
}
.slides01 {
	background-image: url(../img/top/top_main01_sp.jpg);
}
.slides02 {
	background-image: url(../img/top/top_main02_sp.jpg);
}
.slides03 {
	background-image: url(../img/top/top_main03_sp.jpg);
}
.slides04 {
	background-image: url(../img/top/top_main04_sp.jpg);
}
.slides05 {
	background-image: url(../img/top/top_main05_sp.jpg);
}

/*:::::::::::::::::::::::::::::::::
    news
:::::::::::::::::::::::::::::::::*/
/*:::   common   :::*/
a div.news div.day {
	width: 60px;
	height: 60px;
	position: relative;
}
a div.news div.day p{
	font-size: 16px;
	line-height: 60%;
	position: absolute;
	top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
a div.news div.day p span{
	font-size: 32px;
	display: block;
	padding-top: 14px;
}
a div.news article {
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0px 0 75px;
}

/*:::   news   :::*/
div.news div.day {
	width: 60px;
	height: 60px;
	position: relative;
}
div.news div.day p{
	font-size: 16px;
	line-height: 60%;
	position: absolute;
	top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
div.news div.day p span{
	font-size: 32px;
	display: block;
	padding-top: 14px;
}
div.news article {
	font-size: 18px;
	font-weight: 250;
	margin: 0px 0px 0 75px;
}
div.news p,
div.live p {
	font-size: 14px;
	margin: 15px 0;
	font-weight: 250;
	}
/*:::::::::::::::::::::::::::::::::
    live
:::::::::::::::::::::::::::::::::*/
/*:::   common   :::*/
a div.live div.day {
	width: 60px;
	height: 60px;
	position: relative;
}
a div.live div.day p{
	font-size: 16px;
	line-height: 50%;
	position: absolute;
	top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
a div.live div.day p span{
	font-size: 32px;
	display: block;
	padding: 12px 0 2px 0;
}

a div.live article.place {
	font-size: 12px;
	margin: 5px 0px 0 75px;
}
a div.live article.place span {
	font-size: 18px;
}
a div.live article.article {
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0px 0 75px;
}
/*:::   live   :::*/
div.live div.day {
	width: 60px;
	height: 60px;
	position: relative;
}
div.live div.day p{
	font-size: 16px;
	line-height: 50%;
	position: absolute;
	top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
div.live div.day p span{
	font-size: 32px;
	display: block;
	padding: 12px 0 2px 0;
}

div.live article.place {
	font-size: 12px;
	margin: 5px 0px 0 75px;
}
div.live article.place span {
	font-size: 18px;
}
div.live article.article {
	font-size: 18px;
	font-weight: 250;
	margin: 5px 0px 0 75px;
}
/*:::::::::::::::::::::::::::::::::
    mainlogo
:::::::::::::::::::::::::::::::::*/
#mainlogo {
	width: 280px;
	margin: -55px auto 0 auto;
	}
#mainlogo #freehall {
	width: 184px;
	margin: 0 0 0 52px;
	}
#mainlogo #freehall p{
	font-size: 28px;
	}
#mainlogo #freehall figure.freehall{
	margin-top: 0px;
	}
#mainlogo #freehall svg {
	margin: -2px 6px 0 6px;
	}
#mainlogo #freehall .freehallp1{
	font-size: 14px;
	line-height: 110%;
	}
#mainlogo #freehall .freehallp2{
	font-size: 14px;
	line-height: 0%;
	margin-top: -15px;
	}
#mainlogo #jbky h2{
	font-size: 64px;
	line-height: 80%;
	}
#mainlogo #jbky h3{
	font-size: 24px;
	line-height: 80%;
	}

#contact_area .white_btn {
	font-size: 13px;
	padding: 24px 0 10px 0;
}
#contact_area .white_btn span{
	font-size: 36px;
}

#contact_area {
	margin-top: -58px;
	height: 320px;
	padding: 60px 0 0 0;
	}
#contact_area div div a{
	margin-top: 20px;
	}

#link_area .beige_btn {
	font-size: 13px;
	padding: 24px 0 10px 0;
}
#link_area .beige_btn span{
	font-size: 36px;
}

#link_area {
	}
#link_area div div a{
	margin-top: 15px;
	}


/*:::::::::::::::::::::::::::::::::
    company
:::::::::::::::::::::::::::::::::*/
#company .company table th{
	width: 100%;
	display: block;
	padding: 15px 15px 0 15px;
	border-bottom: none;
	}
#company .company table td{
	width: 100%;
	display: block;
	padding: 5px 15px 15px 15px;
	border-bottom: #222 solid 2px;
	font-weight: 400;
	}
#company .company table td span{
	font-size: 120%;
	}
#company #map{
	height: 200px;
	}
#company #map h3{
	font-size: 42px;
	padding-top: 80px;
}
#company #map h2{
	font-size: 16px;
}
#company .map h5{
	font-size: 42px;
	padding-top: 80px;
}
#company .map h4{
	font-size: 16px;
	padding-bottom: 30px;
}
#company .map iframe{
	height: 300px;
	padding-bottom: 15px;
}
#company .map p{
	text-align: left;
	padding-bottom: 60px;
	font-size: 14px;
}
#company .map p span{
	font-size: 14px;
}



/*:::::::::::::::::::::::::::::::::
    studio
:::::::::::::::::::::::::::::::::*/

#studio .studio h3,
#hall .hall h3{
	font-size: 42px;
	padding-top: 80px;
}
#studio .studio h3 span,
#hall .hall h3 span{
	font-size: 42px;
}
#studio .studio h2,
#hall .hall h2{
	font-size: 16px;
	padding-bottom: 30px;
}
#studio .studio div.studiop p,
#hall .hall div.hallp p{
	font-size: 12px;
}
#sub_contact_area .white_btn {
	font-size: 13px;
	padding: 4px 0 17px 0;
}
#sub_contact_area .white_btn span{
	font-size: 36px;
}
#sub_contact_area {
	margin-top: 0px;
	padding: 50px 0 0 0;
	}
#sub_contact_area div div a{
	margin-top: 20px;
	}

/*:::::::::::::::::::::::::::::::::
    goods
:::::::::::::::::::::::::::::::::*/
.goods_5 img{
	width: 33%;
	float: left;
	}
.goods_4 img{
	width: 50%;
	float: left;
	}
	
/*:::::::::::::::::::::::::::::::::
    rental
:::::::::::::::::::::::::::::::::*/
.rental{
	padding: 8px;
}

.rental table{
	width: 100%;
	font-size: 12px;
}

.rental table td{
	font-weight: normal;
	padding: 8px 5px;
	line-height: 1.2em;
}

.rental table th{
	font-weight: normal;
	padding: 0 5px 8px 0;
	line-height: 1.2em;
}

.rental .br-sp{
	display: block;
}

/**-----------------------------------------------  contact **/ 
#sub_contact_area table th{
	border-right: none;
	width: 100%;
	text-align: left;
}

#sub_contact_area table td {
	width: 100%;
	padding: 0;
}

#sub_contact_area textarea{
	width: 100%;
}

#sub_contact_area input{
	width: 100%;
	margin-bottom: 10px;
}
#sub_contact_area .sub_contact_area_from .white_btn{
	width: 50%;
}



#contact #sub_contact_area div div a{
	width: 86%;
}


.table_style table {
	width: 100%;
	margin: 20px auto 20px auto;
}
.table_style table th {
	padding: 3% 1% 1% 1%;
	text-align: left;
	border-right: none;
	width: 100%;
	display: block;
	font-weight: 900;
	font-size: 14px;
	border-right: none;
}
.table_style table td {
	display: block;
	width: 100%;
	border-bottom: 1px solid #B5B3BB;
	text-align: left;
	padding: 0 1% 3% 1%;
	font-size: 14px;
	border: none;
}
.table_style table td.last {
	border-bottom: none;
}





/**--==================================  768px以上(sm)   **/
@media (min-width: 768px) {


}




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