@charset "utf-8";
/* 共通 */
html,body{
	font-family : -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium','Yu Gothic Medium', 'Yu Gothic', meiryo, sans-serif;

}
*, *:before, *:after {
    -webkit-box-sizing : border-box;
       -moz-box-sizing : border-box;
         -o-box-sizing : border-box;
        -ms-box-sizing : border-box;
            box-sizing : border-box;
}
h1,h2,h3,h4,h5,p,ul,ol{
	margin : 0;
	padding : 0;
	font-weight : normal;
}
ul li,ol li{
	list-style : none;
}
a{
	text-decoration : none;
}

strong.toyaba{
	font-weight: normal;
	color: #ff0000;
}
strong.toyaba_b{
	color: #ff0000;
	font-size: 1.2rem;
}

.arial{

	font-family: arial;
}


.display_pc{
	display: inline-block;
}
.display_sh{
	display: none;
}



/* 共通nav */
header nav,
.footer_nav{
	position : relative;;
	width : 100%;
	height : 40px;
	text-align : center;
	background : #006838;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d774a+1,1d774a+52,1d774a+52,006838+52,006838+100 */
	background: #1d774a; /* Old browsers */
	background: -moz-linear-gradient(top, #1d774a 1%, #1d774a 52%, #1d774a 52%, #006838 52%, #006838 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1d774a 1%,#1d774a 52%,#1d774a 52%,#006838 52%,#006838 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1d774a 1%,#1d774a 52%,#1d774a 52%,#006838 52%,#006838 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d774a', endColorstr='#006838',GradientType=0 ); /* IE6-9 */

}
header nav ul,
.footer_nav ul{
	position : relative;
	display : inline-block;
	margin : 0 0 0 0;
	overflow : visible;
}
header nav ul li,
.footer_nav ul li{
	float : left;
	padding : 0 0px;
	border-right : 1px solid #457c60;
}
header nav ul li:last-child,
.footer_nav ul li:last-child{
	border : none;
}
header nav ul li a,
.footer_nav ul li a{
/*	color : #fff;
	font-size : 18px;
	padding : 10px 10px;
	display : block;*/
	color: #fff;
    font-size: 17px;
    padding: 10px 6px;
    display: block;
    letter-spacing: -1px;

}
header nav ul li a:hover,
.footer_nav ul li a:hover{
	background-color: rgba(255,255,255,0.1);
}
/* header */
.main_top_header,
.logo_sub_title{
	display : none;
}
header{
/*	position : relative;
	width : 100%;
	height : 644px;
	margin : 0 0 75px 0;*/
	position: relative;
	width: 100%;
	/* height: 644px; */
	margin: 0 0 0px 0;
	/*background-color: #ddd;*/
}

#top header{
	padding-bottom: 10px;
}
.top_back{
	display : block;
	position : absolute;
	width: 100%;
    height: 450px;
    overflow: hidden;
    text-align: center;

}
.top_back img{
	/*width : 100%;*/
	height : 600px;
	margin:0px -50%;
	/*object-fit : cover;*/
}
.logo{
	position : relative;
	display : block;
    padding-top: 65px;
    padding-bottom: 65px;
}
.logo img{
	display : block;
	margin : 0 auto;
}
/* header sub */
.sub_top_header{
	position : relative;
	width : 100%;
	/*height : 115px;*/
	height : 95px;
	background : #E6D791;
}
/* footer */
.footer_contents{
	position : relative;
	background : #E6D791;
}
.footer_contents_box{
	position : relative;
	width : 1200px;
	margin : 0 auto;
	padding : 30px 0;
}
.footer_contents_box p{
	color : #A5653F;
	font-size : 18px;
	line-height : 1.5;
	/*position : absolute;*/
	bottom : 30px;
	z-index : 1111;
}
.footer_contents_box p a{
	color : #A5653F;
}
.footer_contents_box span{
	position : relative;
	text-align : center;
}
.footer_logo{
	display : none;
}

.copy_area{
	color : #fff;
	background : #006838;
	text-align : center;
	padding : 10px 0;
}
.copy_sp{
	display : none;
}
#pageTop{
/*	position : absolute;
	bottom : 22px;
	right : 0;
	z-index : 111111;*/
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 111111;
}
/****************************************************************************
toyaba
****************************************************************************/

/* Slider */

.top_slider{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 58px;
	background-color: #ddd;
	padding-bottom: 15px;
}
.slider-items {
    padding: 20px 0px 10px 20px;
    width: 82%;
    margin: 0 auto 10px;
}
.slider-items li {
	text-align: center;
}
.slider-items li img{
	width: 98%;
}
.slider-items li img:hover{
	opacity: 0.7;
}

.slick-prev:before, .slick-next:before{
	color: #000;
	font-size:35px;
}

/* top_banner */
.top_banner{
	text-align : center;
	margin : 55px 0 55px 0;
}
.top_banner a:hover{
	opacity : 0.5;
}
/* nw_area */
.nw_area{
	padding-bottom: 15px;
	background : #B8ECF8;
}
.nw_area h2{
	color : #fff;
	font-size : 24px;
	background : #33BAFF;
	text-align : center;
	padding : 5px 0;
}
.nw_area h2 img{
	vertical-align : top;
	margin : 0 15px 0 0;
}
.nw_area h2 span{
	position : relative;
	font-size : 19px;
	margin : 0 0 0 15px;
	top : -7px;
}

.nw_area .iframe-content {
   width: 90%;
   max-width: 800px;
   margin: 15px auto 0px;
}
.nw_area .iframe-content iframe {
    width: 100%;
    height: 150px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 40px: 
}
.nw_area_news li{
	/* list-style-type: disc; */
	/* margin-left: 30px; */
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0px 10px 0px;
}


/* ins_area */
.top_insta{
	position : relative;
	width : 1200px;
	height : auto;
	margin : 20px auto 10px;
}
.ins_area{
	background : -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3C06F), color-stop(0.72, #F27944), color-stop(0.45, #DD4061), color-stop(0.29, #E23E76), color-stop(0.11, #84529F), color-stop(0.00, #515EA8));
	background : -webkit-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : -moz-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : -o-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : -ms-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : linear-gradient(to bottom, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	text-align : center;
	padding : 15px 0 70px 0;
	margin : 0 0 0px 0;
}
.ins_area h2 span{
	position : relative;
	display : inline-block;
	color : #fff;
	font-size : 18px;
	line-height : 1.5;
}
.ins_area a img:hover{
	opacity : 0.5;
}
/* link_area */
.link_area{
	width : 100%;
	max-width : 1200px;
	margin : 0 auto;
}

.link_area ul{
	overflow : hidden;
}
.link_area ul li{
	margin : 0 0 30px 0;
}
.link_area ul li:nth-child(odd){
	float : left;
}
.link_area ul li:nth-child(even){
	float : right;
}
.link_area ul li ul{
	width : 573px;
	overflow : hidden;
}
.link_area ul li ul li{

}
.link_area ul li img:hover{
	opacity : 0.5;
}
/****************************************************************************
kikaku
****************************************************************************/
header.sub_header{
	height : auto;
	margin : 0;
}
.sub_top_header .logo{
	padding-top : 1.5%;
}
.sub_main_kikaku{
	position : relative;
	background : url(../images/kikaku/kikaku_01_1.jpg) center top no-repeat;
	height : 1305px;
}
.sub_main_kikaku h2{
	position : relative;
	text-align : center;
	top : 130px;
}
.sub_main_kikaku p,
.sub_main_kikaku h3{
	position : relative;
	color : #fff;
	font-size: 22px;
	line-height: 1.6;
	text-align : center;
	top : 140px;
	text-shadow : 2px 2px 5px #20b3e7,-2px -2px 5px #20b3e7,2px 2px 5px #20b3e7,-2px -2px 5px #20b3e7;
}
.sub_main_kikaku h3{
	font-size : 35px;
	font-weight : bold;
	line-height : 1.5;
	top : 180px;
}
.chara{
	position : relative;
	display : block;
	margin : auto;
	z-index : 11111;
	bottom : -1px;
	left : 0;
	right : 0;
	bottom : -446px
}
.info{
	position : relative;
	display : block;
	left : 0;
	right : 0;
	margin : auto;
	bottom : 90px;
	z-index : 1111;
}
.sub_contents_kikaku{
	position : relative;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0.10, #00568E), color-stop(0.00, #009CD9));
	background : -webkit-linear-gradient(top, #009CD9 0%, #00568E 10%);
	background : -moz-linear-gradient(top, #009CD9 0%, #00568E 10%);
	background : -o-linear-gradient(top, #009CD9 0%, #00568E 10%);
	background : -ms-linear-gradient(top, #009CD9 0%, #00568E 10%);
	background : linear-gradient(to bottom, #009CD9 0%, #00568E 10%);

}
.kikaku_wrap{
	position : relative;
	width : 1200px;
	height : auto;
	margin : 0 auto;
	overflow : hidden;
	padding : 30px;
}
.content_box_left{
/*	float : left;*/
	width : 70%;
	margin: 0 auto 0;
}
.sub_info_box{
	position : relative;
	background : #fff;
	border-radius : 7px;
	overflow : hidden;
	padding : 25px 30px 25px 80px;
	margin-bottom : 30px;
}
.sub_info_box span{
	position : relative;
	float : left;
	margin-right : 70px;
}
.sub_info_box_text{
	float : left;
	width : 70%;
}
.sub_info_box_text h2{
	font-weight : bold;
	border-bottom : 1px solid #231F20;
	padding-bottom : 15px;
	margin-bottom : 15px;
}
.sub_info_box_text h2 span{
	font-weight: normal;
	font-size: 17px;
	padding-bottom: 15px;
	float: none;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 15px;
}
.sub_info_box_text p{
	line-height : 1.5;
	text-align : justify;
	font-size: 18px;
}
.content_box_right{
	float : right;
	width : 30%;
	padding-left : 30px;
}
.content_box_right h3{
	color : #fff;
	font-size : 26px;
	font-weight : bold;
	text-align : center;
	border-bottom : 1px solid #fff;
	padding-bottom : 10px;
	margin-bottom : 10px;
	letter-spacing : 5px;
}
.content_box_right ul{
	padding : 20px;
}
.content_box_right ul li{
	line-height : 2;
	border-bottom : 1px dotted #fff;
	padding-bottom : 5px;
	margin-bottom : 5px;
}
.content_box_right ul li a{
	color : #fff;
	font-size : 18px;
}
.content_box_right img{
	width:100%;
	margin-bottom: 20px; 
}
.content_box_right ul li a:hover{
	opacity : 0.5;
}
/****************************************************************************
loca
****************************************************************************/
.loca_youtube_wrap{
	position : relative;
	width : 680px;
	height : auto;
	margin : 30px auto 40px;
}
.loca_main_image{
	position : relative;
	display : block;
	width : 1200px;
	margin : 0 auto;
	z-index : 1111;
}
.loca_line{
	position : absolute;
	width : 100%;
	overflow : hidden;
	z-index : 1000;
}
.movie_contents .sub_image_box{
	padding-top : 27px;
}
/**/
.location_main{
	position : relative;
	/*background : url(../images/loca/loca_back_01.jpg) center top no-repeat;*/
	background : url(../images/loca/loca_back_01.jpg) center top repeat-y;
	padding-bottom : 50px;
}
.loca_main_image img{
	position : relative;
	display : block;
	margin : 0 auto;
	width : 75%;
}
.loca_main_info{

	position : absolute;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	text-align : center;
	text-shadow : 2px 2px 5px #fff,-2px -2px 5px #fff,2px 2px 5px #fff,-2px -2px 5px #fff;
	left : 0;
	right : 0;
	top : 218px;
}
.location_contents{
	position : relative;
	top : -21px;
}
.location_area{
	position : relative;
	width : 1200px;
	height : auto;
	margin : 0 auto 0;
	overflow : hidden;
	padding-top : 10px;
}
.colorbox{
	padding : 10px 0;
}
.location_area h3{
	position : relative;
	background : #231F20;
	height : 65px;
	padding : 10px 0;
}
.location_area h3 img{
	position : relative;
	float : left;
	top : -20px;
	left : 30px;
}
.location_area h3 span{
	float : left;
	color : #fff;
	font-size : 16px;
	line-height : 1.3;
	margin-left : 60px;
}
.location_area h3 span span{
	float : none;
	margin : 0;
}
.location_area h3 span.loca_name{
	position : relative;
	font-size : 19px;
	font-weight : bold;
	top : 2px;
}
.location_box.area{
	position : relative;
	overflow : hidden;
	padding : 0 0 0 20px;
}
.location_box_s,
.location_box_m{
	float : left;
	margin-right : 17px;
}
.location_box_s{
	position : relative;
	width : 260px;
}
.location_box_s h4 img{
	margin-bottom : 0;
}
.location_box_s img{
	margin-bottom : 5px;
}
.location_box_s p{
	font-size : 16px;
	line-height: 1.3;
	text-align : justify;
}
.location_box_l{
	overflow : hidden;
}
.location_box_l .sub_location_box_l,
.location_box_l .sub_location_box_l02,
.location_box_l .sub_location_box_l03{
	float : left;
}
.location_box_l .sub_location_box_l{
	margin-right : 20px;
}
.location_box_l .sub_location_box_l02{
	width : 355px;
	margin-right : 20px;
}
.location_box_l .sub_location_box_l02 img{
	width : 100%;
	margin-bottom : 15px;
}

.location_box_m2 .sub_location_box_l p{
	font-size : 16px;
	line-height: 1.3;
	text-align : justify;
}

.location_box_l .sub_location_box_l02 p,
.location_box_l .sub_location_box_l03 p{
	font-size : 16px;
	line-height : 1.3;
	text-align : justify;

}
.location_box_l .sub_location_box_l03{
	width : 275px;
}
.location_box_l .sub_location_box_l03 h5{
	font-size : 18px;
	font-weight : bold;
}
.location_box_l .sub_location_box_l03 img{
	width : 100%;
	margin-bottom : 32px;
}
.location_box_m2,
.location_box_m3{
	position : relative;
	float : left;
	width : 570px;
	overflow : hidden;
}
.location_box_m2.loca_box_left,
.location_box_m3.loca_box_left{
	margin-right : 40px;
}
.sub_location_box,
.sub_location_box2,
.sub_location_box3,
.sub_location_box4,
.sub_location_box5{
	float : left;
	width : 270px;
	margin-right : 30px;
	margin-top : 10px;
}
.sub_location_box3{
	width : 330px;
}
.sub_location_box4{
	width : 180px;
}
.sub_location_box2{
	width : 180px;
}


.sub_location_box2.w230{
	width : 230px;
}

.sub_location_box5{
	margin-right : 0px;
}

.sub_location_box img,
.sub_location_box2 img,
.sub_location_box3 img,
.sub_location_box4 img,
.sub_location_box5 img
{
	width : 100%;
}
.sub_location_box p,
.sub_location_box2 p,
.sub_location_box3 p,
.sub_location_box4 p,
.sub_location_box5 p{
	font-size : 16px;
	line-height : 1.3;
	text-align : justify;
}
h4.box_title_r{
	text-align : right;
	margin-right : 75px;
}
.sub_location_box4 h5{
	font-size : 16px;
	font-weight : bold;
	text-align : center;
	margin-bottom : 5px;
}
.location_bottom {
    position: relative;
    width: 1200px;
    margin: 25px auto 30px;
    background-color: rgba(255,255,255,0.5);
    padding: 5px 20px 20px;
}
.location_bottom h3{
	margin-bottom : 0px;
	text-align: center;
}
.location_bottom p{
	font-size : 16px;
	line-height : 1.5;
}

.location_bottom h3 span{
	font-weight: normal;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.box_sp{
	display : none;
}

/* added by masuko 0721 */
.location_box_m p{
	font-size : 16px;
	line-height: 1.3;
	text-align : justify;
}

.location_place{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.link_button {
    background: url(../images/loca/loca_link.png) no-repeat right 10px center #b76e1e;
    line-height: 25px;
    display: inline-block;
    width: 120px;
    font-size: 16px;
    padding: 2px 5px 2px 10px;
    color: #fff;
    border-radius: 5px;
    background-size: 20px 20px;
}
.link_button:hover{
    opacity: 0.5;
}

.location_link {
	text-align: center;
}
.location_link img{
	max-width: 90%;
}

.location_link p{
    margin-bottom: 10px; 
}

.location_link a{
	background: url(../images/loca/loca_link2.png) no-repeat right 10px center #000;
	height: 73px;
	display: inline-block;
	width: auto;
	padding: 8px 36px 0px 10px;
	color: #fff;
	border-radius: 5px;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.location_link a:hover{
    opacity: 0.8;
}

.location_others{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.location_move{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
}
.location_move a img{
	width: 330px;
}
.clear{
	clear: both;
}

/* movie_contents */
.movie_contents .sub_image_box span{
	display : block;
	overflow : hidden;
	text-indent : 100%;
	white-space : nowrap;
	height : 0;
}
.movie_contents{
	position : relative;
	margin-bottom: 30px;
}
.movie_contents .sub_image_box{
	position : relative;
	display : block;
	text-align : center;
	background : #000;
}
.movie_bottom_contents{
	background : url(../images/loca/loca_08.jpg) center top no-repeat;
	text-align : center;
	color : #fff;
	position : relative;
	padding-bottom: 30px;
}
.movie_bottom_contents h2{
	font-size : 36px;
	font-weight : bold;
	letter-spacing : 2px;
	margin : 0 0 15px 0;
}
.movie_bottom_contents p{
	position : relative;
	width : 1200px;
	margin : 0 auto;
	font-size : 16px;
	line-height : 2;
}
.movie_bottom_contents .movie_title{
	font-size : 24px;
	letter-spacing : 2px;
	line-height : 1;
	margin : 0 0 30px 0;
	padding : 10px 0 0 0;
	width : 100%;
}
.movie_bottom_contents .movie_info{
	font-size : 30px;
	padding-bottom : 50px;
	width : 100%;
}
/****************************************************************************
photo
****************************************************************************/
.photogenic_wrap{
	background : -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F3C06F), color-stop(0.72, #F27944), color-stop(0.45, #DD4061), color-stop(0.29, #E23E76), color-stop(0.11, #84529F), color-stop(0.00, #515EA8));
	background : -webkit-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : -moz-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : -o-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : -ms-linear-gradient(top, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	background : linear-gradient(to bottom, #515EA8 0%, #84529F 11%, #E23E76 28%, #DD4061 45%, #F27944 72%, #F3C06F 100%);
	padding-bottom : 30px;
}
.photogenic_area{
	position : relative;
	width : 1200px;
	margin : 0 auto;
	padding : 0px 0 20px 0;
	overflow : hidden;
}
.photo_header{
/*	position : relative;
	float : left;*/
	text-align: center;
}
.photo_header h2{
	margin-bottom : 5px;
}
.photo_header h2 img{
	float : none;
	width: 65%;
}

.photo_pc{
	display: inline-block;
}
.photo_sh{
	display: none;
}

.photo_header p{
	position : relative;
/*	float : left;*/
	color : #fff;
	line-height : 1.3;
	font-size: 18px;
	margin : 0px 15px 0 5px
}
.photo_header img{
/*	float : left;*/
}
.photo_header_content{
/*	position : relative;
	float : right;*/
	width : 1000px;
	margin: 30px auto;
	background : #fff;
	border : 4px solid #FFCA4E;
	border-radius : 8px;
	padding : 20px 25px;
}
.photo_header_content h3{
	margin : 0 0 10px 0;
	font-size : 22px;
}
.photo_header_content h3 span{
	position : relative;
	display : inline-block;
	margin-bottom : 5px;
	font-weight : bold;
	background : -webkit-gradient(linear,transparent 55%, #FFF372 55%);
	background : -webkit-linear-gradient(transparent 55%, #FFF372 55%);
	background : linear-gradient(transparent 55%, #FFF372 55%);
}
.photo_header_content h4{
	font-size : 15px;
	font-weight : bold;
	background : -webkit-gradient(linear,transparent 55%, #FFF372 55%);
	background : -webkit-linear-gradient(transparent 55%, #FFF372 55%);
	background : linear-gradient(transparent 55%, #FFF372 55%);
}
.photo_header_content p.content_flow_title{
	font-weight : bold;
}
.photo_header_content ul{
	overflow : hidden;
	/*margin : 10px 0 10px 0;*/
	margin : 10px 0 20px 0;/*★*/
}
.photo_header_content li{
	float : left;
	margin-right : 10px;
	border-right : 1px dotted #6D6E70;
	font-size : 13px;
	line-height : 1.3;
	text-align : justify;
	/*height : 330px;*/
	height : 320px;/*★*/
}
.photo_header_content li:nth-child(1){
	width : 280px;
	padding-right : 10px;
}
.photo_header_content li:nth-child(2){
	width : 200px;
	padding-right : 10px;
}
.photo_header_content li:nth-child(3){
	float : right;
	border : none;
	margin : 0;
	/*width : 410px;*/
	width : 420px;/*★*/
}
.photo_header_content li h4{
	text-align : center;
	background : none;
}
.photo_img_box{
	position : relative;
	display : block;
	height : 170px;
}
.photo_header_content li img{
	position : relative;
	display : block;
	margin : 0 auto 10px;
}
.photo_header_content ul li p a{
	color : #1B75BA;
	text-decoration : underline;
}
.photo_header_content ul li p a:hover{
	opacity : 0.5;
}

.photo_header_content li img.wait{
	float: right;
	margin-left: 10px;
	width: 170px
}


.photo_flow_area{
	position : relative;
	width : 1000px;
	margin : 30px auto;
	overflow : hidden;
}
.photo_flow{
	position : relative;
	float : left;
	/*width : 310px;*/
	width : 470px;/*★*/
}
.photo_flow.type1,
.photo_flow.type2{
	margin-right : 30px;
}
/*.photo_flow.type1{
	margin-right : 30px;
}
*/
.photo_flow.type3{
	display: none;/*★*/
}

.photo_flow.type1 .photo_flow_head{
	background : #6D67AD;
}
.photo_flow.type2 .photo_flow_head{
	background : #B55EA2;
}
.photo_flow.type3 .photo_flow_head{
	background : #EE5B87;
}
.photo_flow_head{
	color : #fff;
	padding : 15px;
	box-shadow : 4px 4px 2px #3e3e3e;
	margin-bottom : 20px;
}
.photo_flow_head h2{
	font-size : 20px;
	margin-bottom : 5px;
}
.photo_flow_head p{
	font-size : 14px;
	line-height : 1.5;
}
.flow_title{
	position : relative;
	color : #fff;
	border : 1px solid #fff;
	border-radius : 5px;
	text-align : center;
	padding : 3px 0;
}
.flow_title img{
	position : absolute;
	left : 5px;
	top : 7px;
}
.photo_flow_body dl{
	color : #fff;
	overflow : hidden;
	margin : 0;
}
.photo_flow_body dl dt{
	float : left;
	width : 40px;
	height : 35px;
	border-right : 1px solid #fff;
	display : inline-block;
	text-align : center;
	padding : 5px 0 5px 0;
}
.photo_flow_body dl dd{
	float : left;
/*	width : 240px;*/
	width : 400px;
	margin : 0 0 0 10px;/*★*/
	height : 35px;
	padding : 10px 0 0 0;
}
.photo_flow_body dl.flow_single dt{
	height : 69px;
	padding : 27px 0 0 0;
}
.photo_flow_body dl.flow_single dd{
	padding : 31px 0 0 0;
}
.photo_flow_info{
	position: relative;
    /*width: 310px;*/
    width: 480px;/*★*/
    height: 375px;
    background: #fff;
    box-shadow: 4px 4px 2px #3e3e3e;
    padding: 5px 23px 0 23px;
}
.photo_flow_info img{
	margin-bottom : 5px;
	margin-top : 15px;
	width: 100%;
}
.photo_flow_info h3{
	margin : 5px 0;
}
.photo_flow_info p{
	font-size : 14px;
	line-height : 1.5;
	text-align : justify;
	padding : 0 27px 0 0;
}
.photo_flow_info.info02 h3,
.photo_flow_info.info02 p{
	position : relative;
	top : -30px;
}
.icon_text{
	position : relative;
	font-size : 15px;
	top : -10px;
}
.icon_text img{
	position : relative;
	top : 5px;
	margin-left : 5px;
}
/* insta */
.insta_title_box{
	position : relative;
	width : 1200px;
	margin : 0 auto;
	text-align : center;
	padding-top : 10px;
}
.insta_title_box_01{
/*	position : absolute;
	top : 50%;*/
	float: left;
	width: 40%;
	margin:-bottom: 10px;
	text-align: left;
}
.insta_title_box_02{
/*	position : relative;
	text-align : center;*/
	float: left;
	width: 20%;
	margin:-bottom: 10px;
	text-align: center;
}
.insta_title_box_02 img{
	width: 150px;
}

.insta_title_box_03{
	float: left;
	width: 40%;
	margin:-bottom: 10px;
	text-align: right;
}

.insta_title_box_03 img{
		width: 200px;
		height: auto;
}
.insta_title_box_03 a:hover img{
	opacity: 0.6;
}

.photo_insta_area{
	position : relative;
	background : #F0F0F0;
	overflow : hidden;
}
.photo_insta_area h2{
	position : relative;
	display : inline-block;
	text-align : left;
	margin-bottom : 10px;
}
.photo_insta_area h2 span{
	position : relative;
	display : inline-block;
	margin-bottom : 0x;
	font-size : 20px;
	line-height: 1.3;
	font-weight : bold;
	background : -webkit-gradient(linear,transparent 55%, #FFF372 55%);
	background : -webkit-linear-gradient(transparent 55%, #FFF372 55%);
	background : linear-gradient(transparent 55%, #FFF372 55%);
}
/* orbit */
.orbit{
	position : relative;
	background : url(../images/photo/photo_2_01.jpg) repeat;
	/*background-size : cover;*/
	padding-top : 30px;
	padding-left : 12px;
	padding-bottom: 30px;
}
.orbit h2{
	text-align : center;
}
.orbit_info{
	position : relative;
	width : 670px;
	font-size : 18px;
	font-weight : bold;
	line-height : 1.5;
	margin : -40px auto 15px;
}
.orbit_map{
	position : relative;
	display : block;
	margin : 0 auto 20px;
	text-align : center;
}
.orbit_map img{

}
.orbit ol{
	position : relative;
	width : 1200px;
	margin : 0 auto;
	overflow : hidden;
}
.orbit ol li{
	position : relative;
	float : left;
	width : 372px;
	height : 530px;
	margin-bottom : 15px;
}
.orbit ol li:nth-child(1),
.orbit ol li:nth-child(2),
.orbit ol li:nth-child(4),
.orbit ol li:nth-child(5){
	margin-right : 20px
}
.orbit ol li:nth-child(8){
	float : right;
	margin : 40px 15px 0 0;
}
.orbit ol li h3{
	position : relative;
	top : 20px;
	z-index : 1111;
}
.orbit_list{
	position : relative;
	padding : 30px 25px 0;
	/*background : #E8D2B2;*/
	background-color: rgba(154,101,58,0.7);
	height : 475px;
	color: #fff;
}
.orbit_list p{
	font-size : 14px;
	line-height : 1.5;
	text-align : justify;
	margin : 10px 0;
}
.orbit_list p.orbit_link_box{
	text-align : right;
}
.orbit_list dl{
	overflow : hidden;
	/*color : #7C5C42;*/
	font-size : 14px;
}
.orbit_list dl dt{
	text-indent : -8px;
	margin-bottom : 5px;
}
.orbit_list dl dd{
	margin : 0;
}

.orbit_link{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #ff6f36;/*ボタン色*/
    color: #aa461f;/*ボタン色より暗く*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #aa461f;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.orbit_link:active,.orbit_link:hover   {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.tetsukido_link{
	text-align: center;;
}

.tetsu_img{
	text-align: right;
}
/****************************************************************************
tube
****************************************************************************/
.tube_wrap{
	position : relative;
	background : #EEEBE9;
	padding : 20px 0 0 0;
}
.tube_title,
.tube_title_icon{
	position : relative;
	display : block;
	text-align : center;
	margin-bottom : 15px;
}
.tube_title_icon{
	font-size : 55px;
	font-weight : bold;
	margin-bottom : 65px;
}
.tube_title_icon img{
	position : relative;
	top : 13px;
	margin-right : 15px;
}
.tube_info{
	position : relative;
	width : 1200px;
	margin : 0 auto 10px;
	overflow : hidden;
}
.tube_info span{
	float : left;
}
.tube_info p{
	float : right;
	width : 620px;
	margin-top: 20px;
	font-size : 20px;
	font-weight : bold;
	line-height : 1.4;
}
.tube_area{
	position : relative;
	width : 930px;
	height : auto;
	background : #fff;
	padding : 30px 65px;
	margin : 0 auto 70px;
	box-shadow : 2px 2px 5px #ccc;
}
.youtube{
	position : relative;
	width : 100%;
	padding-top : 56.25%;
}

/* 暫定施策 */
.youtube{
	background-color:#888;
	text-align: center;
}
.youtube p {
    margin-top: -30%;
    color: #fff;
    font-size: 30px;
}
/* 暫定施策 */

.youtube iframe{
	position : absolute;
	top : 0;
	right : 0;
	width : 100% !important;
	height : 100% !important;
}
.tube_area h2{
	font-weight : bold;
	border-bottom : 1px solid #231F20;
	padding-bottom : 15px;
	margin-bottom : 35px;
}
.tube_area h2 span{
	font-size : 40px;
	margin-left : 10px;
}
.tube_area h3{
	font-size : 50px;
	font-weight : bold;
	letter-spacing : 2px;
	margin : 25px 0;
}
.tube_area .channel{
	position : relative;
	overflow : hidden;
}
.under{
	clear : both;
	position : relative;
	border-bottom : 1px solid #007ABF;
	padding-bottom : 15px;
	margin-bottom : 30px;
}
.under:before{
	content : "";
	line-height : 0;
	display : block;
	overflow : hidden;
	position : absolute;
	bottom : -1px;
	width : 70%;
	border-bottom : 1px solid #BABCBE;
}
.tube_area .channel .channel_data{
	position : relative;
}
.metal{
	float : left;
	margin : 0 20px 10px 0;
}
.show_sp{
	display : none;
}
.tube_area .channel .channel_data h4{
	font-size : 32px;
	margin : 0 0 20px 0;
}
.tube_area .channel .channel_data h4 span{
	margin-left : 20px;
}
.show{
	position : absolute;
	display : block;
	bottom : 55px;
	right : 0;
}
/* 追記 */
.comment_image.comment_data img{
	float : left;
	margin : 0 20px 10px 0;
}
.tube_area .comment{
	position : relative;
	overflow : hidden;
	margin-bottom : 30px;
}
.tube_area .comment .comment_data{
	position : relative;
}
.tube_area .comment .comment_data h4{
	color : #007ABF;
	font-size : 24px;
	margin-bottom : 10px;
	word-break : break-all;
}
.tube_area .comment .comment_data p{
	line-height : 2;
}

.tube_list{
	text-align: center;
	max-width: 1200px;
	margin: 10px auto 20px;
}
.tube_list a {
	width: 30%;
	padding:10px 5px 10px 5px;
	display: inline-block;
}
.tube_list a img{
	width: 100%;
}
.tube_list a:hover{
	opacity: 0.8;
}
/****************************************************************************
relative
****************************************************************************/
.relative_wrap{
	position : relative;
	background : #EEEBE9;
	overflow : hidden;
}
.relative_wrap h2{
	position : relative;
	color : #fff;
	font-size : 52px;
	font-weight : bold;
	background : #cc2427;
}
.relative_title{
	position : relative;
	display : block;
	width : 1200px;
	margin : 0 auto;
	overflow : hidden;
}
.relative_text{
	position : relative;
	top : 34px;
}
.relative_title img{
	position : relative;
	top : 45px;
	margin : 0 15px 0 0;
}
.relative_title span img{
	float : right;
	top : 0;
	margin : 0;
}
.relative_sub_title{
	margin : 15px 0;
	font-weight : bold;
	text-align : center;
}
.relative_wrap .relative_contents{
	position : relative;
	width : 1200px;
	margin : 0 auto 50px;
	padding : 30px 35px;
	background : #fff;
	overflow : hidden;
	box-shadow : 2px 2px 5px #ccc;
}
.relative_wrap .relative_contents h3{
	font-size : 52px;
	font-weight : bold;
	margin-bottom : 25px;
}
.relative_wrap .relative_contents h3 img{
	position : relative;
	vertical-align : sub;
	margin-right : 25px;
}
.relative_left_box{
	position : relative;
	float : left;
	width : 50%;
}
.relative_left_box h4{
	position : relative;
	font-size : 30px;
	font-weight : bold;
	margin : 30px 0 15px;
	overflow : hidden;
}
.relative_left_box h4:after{
	content : "";
	line-height : 0;
	display : block;
	overflow : hidden;
	position : absolute;
	bottom : 19px;
	left : 90px;
	width : 84%;
	border-bottom : 1px solid #BABCBE;
}
.relative_left_box .relative_data{
	font-weight : bold;
	line-height : 1.5;
	padding-left : 10px;
}
.relative_left_box a.relative_link{
	position : relative;
	display : inline-block;
	color : #fff;
	background : #cc2427;
	border-radius : 4px;
	padding : 5px 15px;
	float : right;
	margin-right : 20px;
}
.relative_left_box a.relative_link:hover{
	opacity : 0.5;
}
.relative_right_box{
	position : relative;
	float : right;
	width : 50%;
	padding-left : 20px;
}
.relative_right_box ul{

}
.relative_right_box ul li{
	margin-bottom : 15px;
	overflow : hidden;
}
.relative_right_box ul li img{
	position : relative;
	float : left;
	margin-right : 10px;
}
.relative_comment_box{
	position : relative;
	text-align : justify;
}
.relative_comment_box h4{
	margin-bottom : 10px;
	color : #007ABF;
	word-break : break-all;
}
.relative_comment_box p{
	line-height : 1.5;
}
/*  */
.relative_footer{
	position : relative;
	border-top : 65px solid #cc2427;
	padding-top : 60px;
}
.relative_footer_wrap{
	position : relative;
	width : 1200px;
	margin : 0 auto;
	overflow : hidden;
}
.relative_footer_wrap h2{
	font-size : 26px;
	font-weight : normal;
	text-align : center;
	width : 240px;
	padding : 7px 0;
	margin-bottom : 35px;
	background : #58595B;
}
.relative_footer_box{
	position : relative;
	float : left;
	width : 40%;
	margin : 0 100px 50px 0;
}
.relative_footer_box h3,
.relative_footer_box h3 a{
	font-weight : bold;
	margin-bottom : 15px;
	color: #f05a3f;
}
.relative_footer_box h3 a{
	background:url(../images/relative/relative_03.png) right center no-repeat ;
	padding: 0 30px 0 0;
	background-size: 20px 20px;
}
.relative_footer_box p{
	line-height : 1.5;
	text-align : justify;
}
.relative_footer_box a{
	color : #000;
}
.relative_footer_box a:hover{
	opacity : 0.5;
}
.relative_left_box a.relative_link span{
	position : relative;
	top : -5px;
}
.relative_left_box a.relative_link img{
	position : relative;
	top : 2px;
	margin-left : 10px;
}
.relative_footer_chara{
	position : absolute;
	bottom : 45px;
	right : 20px;
}

.relative_wrap .link_area{
	text-align:center;
	vertical-align: top;
	margin-bottom: 30px;
}
.relative_wrap .link_area a{
	padding:10px 10px 10px 40px;
	margin: 5px 5px 5px 5px;
	width: 250px;
	max-width:250px;
	display: inline-block;
	background: url(../images/relative/relative_13.png) left 5px center no-repeat #fff;
	background-size: 20px 20px;
	color: #000;
	font-size: 20px;
	border-radius: 10px;
}

/****************************************************************************
library
****************************************************************************/
.library_wrap{
	position : relative;
	background-color:  #EEEBE9;
	padding : 0px 0 30px 0;
}
.library_wrap h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    background: #cc2427;
    text-align: center;
    padding: 10px 10px;
}
.library_title,
.library_title_icon{
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}
.library_title{

}
.library_title_icon img{
	width: 60px;
	height: auto;
}

.library_content {
    width: 900px;
    height: auto;
    margin: 0 auto 0;
    padding-top: 10px;
}

.library_info{
	float: left;
	width: 68%
}

.library_img {
	float: right;
	width: 30%;
	background: url(../images/library/library_03.png) center bottom 20px repeat-x;
	background-size: 650px 124px;
	text-align: right;
}

.library_img img{
	height: 170px;
	margin-right: 10px;
}

.library_info p{
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
	line-height: 1.5em;
}
.library_area{
	position : relative;
	width : 930px;
	height : auto;
	background : #fff;
	padding : 30px 65px;
	margin : 0 auto 70px;
	box-shadow : 2px 2px 5px #ccc;
	text-align: center;
}
.library_area p{
	margin-bottom: 20px;

}
.catalogue{
	text-align: center;
	float: left;
	width: 50%;
}
.catalogue a img{
	margin-bottom: 30px;
	width: 90%;
	margin: 0 auto;
}
.catalogue a img:hover{
	opacity: 0.6;
}
.youlibrary{
	position : relative;
	width : 100%;
	padding-top : 56.25%;
}
.library_area h3{
	font-size : 40px;
	font-weight : bold;
	letter-spacing : 2px;
	margin : 25px 0;
}
/****************************************************************************
responsive
****************************************************************************/
@media screen and (max-width : 1224px){
/****************************************************************************
top
****************************************************************************/
header{
	/*height : 770px;*/
	margin : 0 0 0px 0;
}
.sub_top_header{
	display : none;
}
.main_top_header{
	display : block;
	position : relative;
	width : 100%;
	height : 126px;
	background : #E6D791;
}
.logo_sub_title{
	display : block;
	position : relative;
	width : 380px;
	margin : 0 auto;
	top : 26px;
	font-size : 16px;
	font-weight : bold;
	color : #006838;
}
.main_top_header .logo{
	padding-top : 27px;
}
header nav{
	display : none;
}
header nav,
.footer_nav{
	height : auto;
	text-align : left;
}
header nav ul,
.footer_nav ul{
	display : block;
	margin : 0;
}
header nav,
.footer_nav{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006838+0,006838+97 */
	background: #006838; /* Old browsers */
	background: -moz-linear-gradient(top, #006838 0%, #006838 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #006838 0%,#006838 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #006838 0%,#006838 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006838', endColorstr='#006838',GradientType=0 ); /* IE6-9 */
}
header nav ul li,
.footer_nav ul li{
	float : none;
	border-right : none;
	border-bottom : 1px solid #fff;
	padding : 0px 0 0px 0px;

}
header nav ul li a,
.footer_nav ul li a{
	font-size : 18px;
	letter-spacing: 0px;
}
.top_banner{
	width : 100%;
	padding : 0 20px;
	margin : 25px 0 10px 0;
}
.top_banner img{
	width : 100%;
}
.ins_area h2,
.top_insta,
.ins_area a{
	display : block;
	width : 100%;
	padding : 0 20px;
}
.ins_area h2 img,
.ins_area a img{
	width : 100%;
}
.link_area{
	max-width : 100%;
	padding : 0 20px;
}
.link_area ul li:nth-child(odd),
.link_area ul li:nth-child(even){
	float : none;
}
.link_area ul li img{
	width : 100%;
}
.link_area ul li ul{
	width : 100%;
}
.link_area ul li ul li:nth-child(odd){
	float : left;
}
.link_area ul li ul li:nth-child(even){
	float : right;
}
.link_area ul li ul li:nth-child(odd),
.link_area ul li ul li:nth-child(even){
	width : 48%;
}
.footer_contents_box{
	width : 100%;
}
.footer_contents_box p{/*
	position : relative;*/
	width : 90%;
	margin : 0 auto;
	bottom : 0;
}
#pageTop{
	width : auto;
	border : 1px solid #fff;
	right : 20px;
	bottom : -10px;
}
#pageTop a{
	display : block;
	width : 60px;
	height : 60px;
}
/****************************************************************************
kikaku
****************************************************************************/
.sub_main_kikaku{
	width : 100%;
	background : url(../images/kikaku/kikaku_sp_01.jpg) center top no-repeat;
	background-size : cover;
}
.chara{
	position : absolute;
	bottom : 0;
}
.kikaku_wrap{
	width : 100%;
	padding : 30px 0
}
.sub_main_kikaku h2{
	width : 100%;
	top : 10.5vw;
	padding : 0 20px;
}
.sub_main_kikaku h2 img{
	width : 100%;
}
.content_box_left{
	float : none;
	width : 100%;
	padding : 0 20px;
}
.sns_box.link_area{
	padding : 0;
}
.sns_box.link_area ul li:nth-child(odd){
	float : left;
}
.sns_box.link_area ul li:nth-child(even){
	float : right;
}
.sns_box.link_area ul li:nth-child(odd),
.sns_box.link_area ul li:nth-child(even){
	width : 48%;
}
.sns_box.link_area .link_area ul li img{
	width : 100%;
}
.content_box_right{
	float : none;
	width : 100%;
	padding : 0;
}
.content_box_right ul{
	padding : 0;
}
.content_box_right ul li{
	padding-left : 30px;
}
.info{
	bottom : 0;
	top : 14vw;
}
/****************************************************************************
loca
****************************************************************************/
.location_area{
	width : 100%;
}
.location_main{
	background-repeat : repeat-y;
}
.loca_main_image{
	width : 100%;
}
.loca_main_info{
	font-size : 1.4vw;
	top : 18vw;
}
.location_area h3{
	height : auto;
	padding : 0 10px 20px;
}
.location_area h3 img{
	float : none;
	display : block;
	top : -10px;
	left : 0px;
}
.location_area h3 span{
	float : none;
	margin : 0;
}
/**/
.location_box.area{
	padding : 0 20px 20px;
}
.location_box.area .location_box_m3.loca_box_left{
	padding : 0 0 20px;
}
.location_box_m3.loca_box_left{
	padding : 0 20px 20px;
}
.location_area h4 img{
	width : auto;
}
.location_box_s,
.location_box_m{
	float : none;
	width : 100%;
	margin : 0 0 30px 0;
}
.location_box_s img,
.location_box_m img{
	width : 100%;
}
.location_box_l .sub_location_box_l,
.location_box_l .sub_location_box_l02,
.location_box_l .sub_location_box_l03{
	float : none;
	width : 100%;
	margin : 0 0 30px 0;
}
p.loca_map,
p.loca_map img {
	width: 100%;

}

.location_box_m2 .sub_location_box_l img,
.location_box_l .sub_location_box_l img,
.location_box_l .sub_location_box_l02 img,
.location_box_l .sub_location_box_l03 img{
	width : 100%;
}
.location_box_m2,
.location_box_m3,
.sub_location_box,
.sub_location_box2,
.sub_location_box2.w230,
.sub_location_box3,
.sub_location_box4,
.sub_location_box5{
	float : none;
	width : 100%;
	margin : 0 0 30px 0;
}
h4.box_title_r{
	text-align : left;
	margin-right : 0;
}
.box_pc{
	display : none;
}
.box_sp{
	display : block;
}
.location_bottom{
	width : 100%;
	padding : 20px 20px;
}
/**/
p.sub_image_box img{
	width : 100%;
}
.movie_bottom_contents p{
	width : 100%;
	padding : 0 10px;
}
.movie_bottom_contents p span{
	display: block;
	font-size: 3.5vw;
}
.sub_location_box img,
.sub_location_box2 img,
.sub_location_box3 img,
.sub_location_box4 img,
.sub_location_box5 img{
	margin-bottom : 10px;
}
.sub_location_box4.box_sp img{
	display : block;
	width : 50%;
	margin : 0 auto 15px;
}
.sub_location_box2 .loca_img_sp,
.location_box_l .sub_location_box_l03 .loca_img_sp,
.sub_location_box4 .loca_img_sp{
	display : block;
	width : 80%;
	margin : 0 auto 20px;
}
/****************************************************************************
photo
****************************************************************************/
.photogenic_area{
	width : 100%;
	padding : 0 20px;
}
.photo_header{
	float : none;
	overflow : hidden;
	margin : 20px 0;
}
.photo_header h2{
	text-align : center;
}

.photo_header h2 img{
    width: 100%;
}

.photo_header_info{
	position : relative;
	width : 550px;
	font-size: 18px;
	line-height: 1.3;
	margin : 0 auto 20px;
	overflow : hidden;
}

.photo_header_info p span{
	display: block;
}
.photo_header_content{
	float : none;
	margin : 0 auto 30px;
}
.photo_flow_area{
	width : 100%;
	padding : 0 20px;
}
.photo_flow{
	float : none;
}
.photo_flow.type1,
.photo_flow.type2{
	margin : 0 0 50px 0;
}
.photo_flow.type1,
.photo_flow.type2,
.photo_flow.type3{
	width : 100%;
}
.photo_flow_info{
	width : 100%;
	height : auto;
	padding : 5px 10px 10px;
}
.photo_flow_info img{
	width : 100%;
}
.photo_flow_body dl dd{
	width : 93%;
}


.insta_title_box_03 img{
	width: 47%;
}
.insta_title_box{
	width : 100%;
	padding : 8px 10px 0;
}
.insta_title_box_01{
	position : relative;
	top : 0;
}
.photo_insta_area h2{
	margin-bottom : 15px;
	text-align: center;
}
.photo_insta_area h2 span{
	font-size : 15px;
}
/**/
.orbit ol{
	width :auto;
	margin: 0px auto;
	/*text-align: center;*/

}
.orbit ol li:nth-child(1),
.orbit ol li:nth-child(3),
.orbit ol li:nth-child(5),
.orbit ol li:nth-child(7){
	float : left;
	margin : 0 0px 0 5%;
}
.orbit ol li:nth-child(2),
.orbit ol li:nth-child(4),
.orbit ol li:nth-child(6),
.orbit ol li:nth-child(8){
	float : right;
	margin : 0 5% 0 0px;
}
/****************************************************************************
tube
****************************************************************************/
.tube_info{
	width : 100%;
	padding : 0 20px;
}
.tube_info span,
.tube_info p{
	float : none;
	margin : 0 auto;
	text-align: center;
	width: 100%;
}
.tube_info span{
	position : relative;
	display : block;
	text-align : center;
}
.relative_left_box,
.relative_right_box{
	float : none;
	width : 100%;
	margin-bottom : 20px;
	padding : 0;
}
.relative_left_box a.relative_link{
	float : none;
	margin-top : 10px;
}
/****************************************************************************
relative
****************************************************************************/
.relative_title{
	width : 100%;
	padding : 0 20px;
}
.relative_wrap .relative_contents{
	width : 100%;
	padding : 20px 20px;
}
.relative_footer_wrap{
	width : 100%;
	padding : 0 20px;
}
.relative_footer_box{
	float : none;
	width : 100%;
	margin : 0 0 30px 0;
}
.relative_footer_chara{
	display : none;
}


/****************************************************************************
library
****************************************************************************/
.library_content {
    width: 100%;
}

.library_info,
.library_img {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	padding:0 10px;
}

}/*

1224px
__________________________________________________________*/

@media screen and (max-width : 950px){
/****************************************************************************
tube
****************************************************************************/
.tube_area{
	width : 100%;
	padding : 30px 20px;
}
/****************************************************************************
library
****************************************************************************/
.library_area{
    width: 100%;
    padding: 20px 20px;
}

.library_area p span{
	display: block;
}

.catalogue{
	text-align: center;
	float: none;
	width: 90%;
	margin: 0 auto;
}

.catalogue img{
	width: 90%;
	margin: 0 auto;
}

}/*

950px
__________________________________________________________*/

@media screen and (max-width : 920px){
/****************************************************************************
kikaku
****************************************************************************/
.info{
	width : 90%;
}
.chara{
	width : 90%;
}
/****************************************************************************
photo
****************************************************************************/
.orbit{
	padding : 30px 20px 0;
}
.orbit h2 img,
.orbit_map img{
	width : 100%;
}
.orbit_info{
	width : 100%;
	font-size : 15px;
}

}/*

920px
__________________________________________________________*/

@media screen and (max-width : 900px){
/****************************************************************************
loca
****************************************************************************/
.loca_main_info{
	position : relative;
	top : 0;
	width : 100%;
	font-size : 13px;
	margin-top : 15px;
	margin-bottom : 30px;
}

.location_others,.location_move{
	width : 100%;
	float: none;
}

.location_bottom h3 span{
	font-size : 15px;
	display: block;
	margin-bottom: 10px;
}

.location_move img{
	width: 90%;	
}

}/*

900px
__________________________________________________________*/

@media screen and (max-width : 855px){
/****************************************************************************
kikaku
****************************************************************************/
.sub_info_box{
	padding : 25px;
}
.sub_info_box span{
	float : none;
	display : block;
	margin : 0 0 0 0;
	text-align : center;
}
.sub_info_box_text{
	float : none;
	width : 100%;
}
.sub_info_box_text h2{
	text-align : center;
}
.sns_box.link_area{
	margin-bottom : 50px;
}
.sns_box.link_area ul li:nth-child(odd),
.sns_box.link_area ul li:nth-child(even){
	float : none;
	width : 100%
}
}/*

855px
__________________________________________________________*/

@media screen and (max-width : 890px){
/****************************************************************************
photo
****************************************************************************/

.orbit ol li:nth-child(1),
.orbit ol li:nth-child(3),
.orbit ol li:nth-child(5),
.orbit ol li:nth-child(7),
.orbit ol li:nth-child(2),
.orbit ol li:nth-child(4),
.orbit ol li:nth-child(6),
.orbit ol li:nth-child(8){
	float : none;
	margin : 0 auto 0;
}
.orbit ol li:nth-child(8){
	margin-top : 20px;
}
	width:100%;
.orbit ol li:nth-child(8) img{
	width:90%;
}
.orbit_info{	
	margin-top : 5px;
}


.tetsu_img{
	text-align: center;
}

.tetsu_img img.tetsu_img1{
margin-left: -50px;
}

}/*

830px
__________________________________________________________*/

@media screen and (max-width : 775px){
/****************************************************************************
relative
****************************************************************************/
.relative_title img{
	width : 12%;
	top : 1vw;
}
.relative_text{
	font-size : 7vw;
	top : -1vw;
}
.relative_title span img{
	width : 20vw;
	top : 0;
}
}/*

775px
__________________________________________________________*/

@media screen and (max-width : 755px){
/****************************************************************************
photo
****************************************************************************/
.photo_flow_body dl dd{
	width : 88%;
}

.photo_pc{
	display: none;
}
.photo_sh{
	display: inline-block;
}

.insta_title_box_01,
.insta_title_box_02,
.insta_title_box_03{
	float: none;
	width: 100%;
	text-align: center;
}
.insta_title_box_03 img{
	width: 47%;
}



}/*

755px
__________________________________________________________*/

@media screen and (max-width : 730px){
/****************************************************************************
top
****************************************************************************/
.btn_hamburger{
	right : 10px;
}
.main_top_header{
	padding : 0 20px;
}
.main_top_header .logo_sub_title,
.main_top_header .logo img{
	margin : 0;
}
.ins_area,
.top_banner
.ins_area h2,
.top_insta,
.ins_area a,
.link_area ul li{
	margin-bottom : 10px;
}

.ins_area h2 span{
	font-size : 16px;
}
.top_insta{
	padding : 0 10px;
}
.top_banner,
.link_area{
	padding : 0 20px;
}
.copy_pc{
	display : none;
}
.copy_sp{
	display : block;
}

.slick-prev, .slick-next {
	display: none;
}
.slider-items {
    padding: 10px 5px 10px 5px;
    width: 100%;
    margin: 0 auto 10px;
}
.slick-prev:before, .slick-next:before{
	color: #ddd;
}

}/*

730px
__________________________________________________________*/

@media screen and (max-width : 700px){

/****************************************************************************
loca
****************************************************************************/
.loca_youtube_wrap{
	width : 100%;
	padding : 10px 20px;
}


/****************************************************************************
tube
****************************************************************************/

.tube_area .comment .comment_data p{
	line-height: 1.5;
	font-size: 14px;
	display: block;
	float: left;
	width: 70%;
}

}/*
700px
__________________________________________________________*/

@media screen and (max-width : 650px){
/****************************************************************************
tube
****************************************************************************/
.tube_title{
	width : 100%;
	padding : 0 20px;
}
.tube_title img{
	width : 100%;
}
.tube_area .comment_image,
.tube_area .channel .channel_data{
	float : none;
	width : 100%;
}



.tube_info{
	margin : 0 auto 30px;
}
.tube_info p{
	font-size : 3.5vw;
}
.tube_area .comment_image{
	margin : 0 0 10px 0;
}
.tube_title_icon{
	font-size : 9vw;
	margin-bottom : 20px;
}
.tube_title_icon img{
	width : 15%;
	top : 1.5vw;
}
.show{
	clear : both;
	position : relative;
	bottom : 0;
}
/****************************************************************************
relative
****************************************************************************/
.relative_right_box ul li img{
	float : left;
	margin : 0 20px 10px 0;
}
.relative_comment_box{
	float : none;
	width : 100%;
}
.relative_wrap .relative_contents h3{
	font-size : 8vw;
}
.relative_wrap .relative_contents h3 img{
	width : 15%;
	margin-right : 5px;
	top : 6px;
}
.relative_title img{
	top : 1vw;
}
.relative_text{
	top : -1.4vw;
}
}/*
650px
__________________________________________________________*/

@media screen and (max-width : 630px){
.photo_header h2{
	width : 100%;
}
.photo_header h2 img,
.tube_info img{
	width : 100%;
}
.photo_header_info{
	float : none;
	width : 100%;
}
.photo_header p{
	float : none;
	margin : 10px 0;
	font-size : 3.5vw;
	line-height : 1.5;
}
.photo_header_info img{
	display : none;
}
.photo_header_content{
	width : 100%;
	padding : 15px 20px;
}
.photo_header_content h3,
.photo_header_content p.content_flow_title,
.photo_header_content h4{
	font-size : 3.4vw;
}
.photo_header_content h4{
	background : none;
}
.photo_header_content li{
	float : none;
	width : 100%;
	height : auto;
	margin-bottom : 20px;
	border-right : none;
	border-bottom : 1px dotted #6D6E70;
}
.photo_header_content li:nth-child(1),
.photo_header_content li:nth-child(2),
.photo_header_content li:nth-child(3){
	width : 100%;
	padding : 0 0 10px 0;
}
.photo_img_box{
	width : 100%;
	height : auto;
}
.photo_header_content li:nth-child(1) .photo_img_box img{
	width : 60%;
}
.photo_header_content li:nth-child(2) .photo_img_box img{
	width : 40%;
}
.photo_header_content li:nth-child(3) .photo_img_box img{
	width : 80%;
}
}/*
630px
__________________________________________________________*/

@media screen and (max-width : 580px){
/****************************************************************************
kikaku
****************************************************************************/
.sub_main_kikaku{
	height : 0;
	padding-top : 175%;
}
.sub_main_kikaku h2{
	position : absolute;
	padding : 0 20px;
}
.sub_main_kikaku p{
	position : absolute;
	text-align : left;
	top : 39vw;
	padding : 0 20px;
	font-size : 2.65vw;
	line-height : 1.6;
	text-align : justify;
}
.sub_main_kikaku h3{
	position : absolute;
	font-size : 5.5vw;
	padding : 0 20px;
	top : 74vw;
	left : 0;
	right : 0;
}
.chara{
	position : relative;
	top : -25vw;
	bottom : 0;
}
.info{
	top : -98vw;
}

/****************************************************************************
tube
****************************************************************************/

.tube_list a {
	width: 90%;
}

.tube_area .comment .comment_data p{
	line-height: 1.5;
	font-size: 14px;
	display: block;
	float: left;
	width: 65%;
}

/****************************************************************************
relative
****************************************************************************/


.relative_sub_title{
	font-size: 13px;
}

.relative_wrap .link_area a{
	padding: 5px 10px 5px 40px;
	margin: 4px 5px 4px 5px;
}

}/*
580px
__________________________________________________________*/

@media screen and (max-width : 550px){

	.display_pc{
		display: none;
	}
	.display_sh{
		display:block;
	}

/****************************************************************************
top
****************************************************************************/
.tw_area h2{
	text-align : center;
}
.tw_area h2 img{
	display : none;
}
.tw_area h2 span{
	display : block;
	margin-top : 5px;
}
/****************************************************************************
tube
****************************************************************************/
.comment_image .view{
	width : 68%;
}
.comment_image .check{
	width : 6%;
}

/****************************************************************************
relative
****************************************************************************/
.relative_title img{
	width : 60px;
	top : 7px;
}
.relative_text{
	font-size : 40px;
	top : -4px;
}
.relative_title span img{
	display : none;
}

.relative_comment_box p {
    line-height: 1.2;
    font-size: 15px;
}

}/*
550px
__________________________________________________________*/

@media screen and (max-width : 500px){
.footer_contents_box p{
	width : 98%;
	padding : 0 20px;
	font-size : 4.6vw;
}
.footer_contents_box p span{
	display: block;
}
#pageTop{
	padding : 0;
}
/****************************************************************************
top
****************************************************************************/
header{
	height : auto;
	overflow : hidden;
}

#top header{
	padding-bottom: 0px
}
.top_header{
	height : auto;
	padding-bottom : 107px;
}
.top_back{
	width : 100%;
	height : 0;
	padding-top : 128%;
	background : url(../images/toyaba/top_sp_01.jpg)no-repeat;
	background-size : contain;
}
.top_back img{
	display : none;
}
#pageTop span{
	width : auto;
}
.main_top_header .logo{
	width : 82%;
}
.top_logo,
.footer_logo{
	position : relative;
	width : 100%;
	padding : 0 20px;
}
.logo.top_logo{
	padding-top : 34.5vw;
}
.main_top_header .logo img,
.top_logo img,
.footer_logo img{
	width : 100%;
}
/****************************************************************************
kikaku
****************************************************************************/
.content_box_left{
	padding : 0 20px;
}
.sub_info_box{
	padding : 25px 10px;
}
/****************************************************************************
loca
****************************************************************************/
.movie_bottom_contents h2{
	font-size : 5.5vw;
	padding : 0 20px;
}
.movie_bottom_contents .movie_info{
	font-size : 24px;
	text-align : left;
	line-height : 1.5;
}
.location_bottom h3{
	position : relative;
	width : 100%;
}
.location_bottom h3 img{
	/*width : 100%;*/
}
.location_bottom{
	padding : 0 20px;
}

.loca_main_info strong.toyaba_b{
	display:block;
}

}/*

500px
__________________________________________________________*/

@media screen and (max-width : 480px){
/****************************************************************************
tube
****************************************************************************/
.tube_area h3{
	font-size : 34px;
	margin : 15px 0;
}
.tube_area .channel .channel_data h4,
.tube_area .comment .comment_data h4{
	font-size : 18px;
}
.tube_area .channel .channel_data h4{
	margin : 0 0 10px 0;
}
.metal{
	float : left;
	margin : 0 20px 10px 0;
}
.comment_image .check{
	position : relative;
	width : 6%;
	top : 1px;
}
.comment_image .view{
	width : 50vw;
}
.show{
	display : none;
}
.show_sp{
	display : block;
	font-size : 14px;
	margin-top : 10px;
}
.tube_area .comment .comment_data p{
	line-height: 1.5;
	font-size: 14px;
	display: block;
	float: right;
	width: 56%;
}
.comment_image img{
	width : 35%;
}
/****************************************************************************
relative
****************************************************************************/
.relative_right_box ul li img{
	width : 35%;
}
}/*

480px
__________________________________________________________*/

@media screen and (max-width : 475px){
.sub_main_kikaku h3{
	font-size : 5.3vw;
}
}/*

480px
__________________________________________________________*/

@media screen and (max-width : 475px){
/****************************************************************************
photo
****************************************************************************/
.photo_flow_body dl dt.icon_title{
	height : 55px;
}
.photo_flow_body dl dd{
	width : 80%;
}
.photo_flow_body dl dt,
.photo_flow_body dl dd{
	height : 45px;
}
/****************************************************************************
relative
****************************************************************************/
.relative_footer_box p span{
	display : block;
}
}/*

455px
__________________________________________________________*/

@media screen and (max-width : 435px){
.relative_title img{
	width : 51px;
	top : 4px;
	margin-right : 5px;
}
.relative_text{
	font-size : 28px;
	top : -7px;
}
}

@media screen and (max-width : 415px){
.orbit_list{
	height : auto;
	padding : 30px 10px 5px;
}
.orbit ol li,
.orbit ol li h3 img,
.orbit_list img{
	width : 100%;
}
}

@media screen and (max-width : 400px){
.relative_wrap .relative_contents h3 img{
	top : 4px;
}
}

@media screen and (max-width : 380px){
.comment_image .view{
	width : 57%;
}
}

@media screen and (max-width : 375px){
.sub_main_kikaku h3{
	font-size : 5.2vw;
	top : 80vw;
}
}

@media screen and (max-width : 360px){
.comment_image .check{
	display : none;
}
}

@media screen and (max-width : 340px){
.sub_main_kikaku p{
	top : 35vw;
}
.sub_main_kikaku h3{
	font-size : 5.0vw;
	top : 93vw;
}
.location_area h4 img{
	width : 100%;
}
.relative_text{
	font-size : 25px;
}

.relative_footer_box h3,
.relative_footer_box h3 a{
	font-size: 17px;
}
}