@charset "utf-8";

html{
	overflow-y: scroll;
}
body{
	font-family: "Hiragino Kaku Gothic ProN" , "メイリオ", Meiryo, sans-serif;
	width: 100%;
	font-size: 14px;
	color: #363636;
	background: url("/images/back.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-text-size-adjust: 100%;
}
.clear{
	clear: both;
}

.news_frame { word-break: break-all; }

@media screen and (min-width: 641px){

/*----- 共通 -----*/
#contents{
	width: 1000px;
	margin: 0 auto;
}
#right_contents{
	float: left;
	width: 720px;
	margin: 0 0 0 40px;
}
#container{
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	height: 100%;
	padding: 6px 0 50px 0;
}
#page_title{
	text-align: center;
	border-bottom: 2px solid #ffffff;
	margin: 0 20px;
	padding: 0 0 1px 0;
}

#Preparation{
	text-align: center;
	font-size: 20px;
	padding: 250px 0;
}


/*----- サイドメニュー -----*/
#left_contents{
	margin: 25px 0;
	border-radius: 15px;
	float: left;
	width: 230px;
	height: 2300px;
}
#official_web{
	transition: .4s;
}
#official_web:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#menu{
	margin: 30px 0 0 0;
}
#menu a{
	display: block;
	margin: 8px 0;
	position: relative;
	transition: .4s;
}
#news_title{
	margin: 60px 0 0 0;
}
#menu_news{
	margin: 5px 0 0 0;
}
#side_banner{
	display: block;
	margin: 40px 0 -20px 0;
	transition: .4s;
}
#side_banner img{
	border-radius: 5px;
	width: 230px;
}
#side_banner:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*----- フッター -----*/
footer{
	width: 100%;
	margin: 160px 0 0 0;
}
#footer_main{
	background: rgba(255,255,255,0.7);
}
#footer_main_in{
	width: 1000px;
	height: 260px;
	margin: 0 auto;
}
#footer_main_in #f_left{
	float: left;
	position: relative;
	height: 200px;
	width: 545px;
}
#f_left #f_menu{
	margin: 40px 0 0 0;
	border-right: 1px solid #e50012;
}
#f_left #f_menu a{
	border-left: 1px solid #e50012;
	text-decoration: none;
	color: #363636;
	padding: 2px 20px;
	float: left;
	transition: .4s;
}
#f_left #f_menu a:hover{
	color: #e50012;
}
#banner_2{
	position: absolute;
	bottom: 40px;
	left: 0;
	transition: .4s;
}
#banner_3{
	position: absolute;
	bottom: 40px;
	right: 0;
	transition: .4s;
}
#banner_2:hover,
#banner_3:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#footer_sns_bt{
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer_main_in #f_right{
	float: right;
	width: 400px;
}
#f_right_text_1{
	font-weight: bold;
	text-align: left;
	margin: 42px 0 0 0;
}
#f_right_text_2{
	float: left;
	font-size: 13px;
	line-height: 18px;
}
#f_right_text_2 a{
	color: #ff9000;
	text-decoration: none;
	transition: .4s;
}
#f_textarea{
	width: 380px;
	height: 65px;
	outline: none;
	border: 1px solid #959595;
	border-radius: 5px;
	resize: none;
	margin: 15px 0 10px 0;
	padding: 8px 10px;
}
#f_right_bt{
	background: #ff9000;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	width: 105px;
	height: 35px;
	float: right;
	cursor: pointer;
	font: inherit;
	transition: .4s;
}
#f_right_bt:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#top_back{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #49bfeb;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	font-size: 17px;
	text-decoration: none;
	transition: .4s;
}
#top_back:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#top_back:before{
	content: url("/images/top_back_arrow.png");
	position: relative;
	top: 6px;
	margin: 0 8px 0 0;
}

.copylight_frame{
	text-align: center;
	height: 90px;
	background: #a1dfff;
}
.copylight_text_1{
	color: #363636;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 18px 0 0 0;
}
.copylight_text_2{
	color: #ffffff;
	font-size: 11px;
}


/*----- index.html -----*/
#top_contents{
	margin: 20px 0 0 0;
	position: relative;
}
#logo{
	display: block;
	width: 375px;
	margin: 0 auto;
}
#top_img{
	margin: 0 -49px;
	position: relative;
	z-index: -1;
}
#top_sns_bt{
	position: absolute;
	top: 70px;
	right: 0;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#top_img_under{
	margin: 10px 0 0 0;
}
#banner_1{
	display: block;
	width: 720px;
	margin: 0 auto;
	transition: .4s;
}
#banner_1:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#tw_follow{
	margin: 35px 0 0 0;
}
.tw_follow_frame,
.tw_follow_frame_2{
	width: 130px;
	height: 240px;
	text-align: center;
	position: relative;
	float: left;
	margin: 12px 7px;
}
.icon_border{
	display: inline-block;
	box-shadow: 0 0 0 5px #ffffff inset;
	border-radius: 10px;
	width: 130px;
	transition: .4s;
}
.icon_border:hover{
	box-shadow: 0 0 0 5px #ff9000 inset;
}
.tw_follow_frame .tw_icon,
.tw_follow_frame_2 .tw_icon{
	border-radius: 10px;
	width: 130px;
	position: relative;
	z-index: -1;
}
.tw_char_name{
	margin: 6px 0 0 0;
}
.tw_icon_name{
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	margin: 2px 0 0 0;
	text-shadow: 1px 1px 2px #333333;
	height: 30px;
}
.tw_icon_name_2{
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	margin: 5px 0 0 0;
}
.tw_follow_bt{
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 3px;
	background: #ff9000;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	width: 126px;
	height: 22px;
	line-height: 22px;
	transition: .4s;
}
.tw_follow_bt_none{
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 3px;
	border: 2px solid none;
	border-radius: 5px;
	text-align: center;
	width: 126px;
	height: 22px;
	line-height: 22px;
	transition: .4s;
}
.tw_follow_bt:hover{
	background: #55acee;
}
.tw_follow_border{
	clear: both;
	border-top: 2px solid #ffffff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.tw_char_name{
	color: #ffffff;
	text-shadow: 0 2px 0 #e50012, 2px 0 0 #e50012, 0 -2px 0 #e50012, -2px 0 0 #e50012,
	-2px -2px 0 #e50012, 2px -2px 0 #e50012, -2px 2px 0 #e50012, 2px 2px 0 #e50012;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}

.top_under_news{
	background: rgba(255,255,255,0.7);
	border-radius: 7px;
	padding: 20px 20px 13px 20px;
}
.top_under_news_t{
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	color: #444444;
	margin: 3px 0 28px 0;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
.top_under_news a{
	text-decoration: none;
	color: #1e7cb7;
}
.top_under_news a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}



/*----- about.html -----*/
#about_text_img{
	margin: 7px 0 0 0;
}
#about_text{
	font-size: 17px;
	line-height: 25px;
	padding: 0 30px;
	margin: 25px 0 0 0;
	text-align: center;
	font-weight: bold;
}
#about_text span{
	color: #e50012;
	font-weight: bold;
	font-size: 20px;
}
.about_sec{
	text-align: center;
	margin: 55px 0 0 0;
	font-size: 17px;
	font-weight: normal;
}
.about_arrow{
	display: block;
	margin: 55px auto 0 auto;
}


/*----- profile.html -----*/
#profile_text_img{
	display: block;
	margin: 15px auto 7px auto;
}
#kantou{
	margin: 30px 30px 0 30px;
}
#kantou_title{
	background: #f65390;
	color: #ffffff;
	padding: 7px 12px;
	font-size: 20px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
#map_canvas{
	width: 720px;
	height: 720px;
}
.kantou_char{
	width: 660px;
	height: 180px;
	box-shadow: 0 0 0 4px #f65390 inset;
	border-radius: 20px;
	background: #ffffff;
	margin: 0 0 10px 0;
}
.profile_img_frame{
	width: 210px;
	height: 180px;
	text-align: center;
	position: relative;
}
.profile_img{
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	overflow: auto;
	margin: auto;
}
.profile_right{
	float: right;
	width: 450px;
	position: relative;
}
.profile_name{
	color: #ffffff;
	text-shadow: 0 2px 0 #e50012, 2px 0 0 #e50012, 0 -2px 0 #e50012, -2px 0 0 #e50012,
	-2px -2px 0 #e50012, 2px -2px 0 #e50012, -2px 2px 0 #e50012, 2px 2px 0 #e50012;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	margin: 20px 0 8px 0;	
}
.profile_shop{
	font-size: 13px;
	border-bottom: 1px solid #aaaaaa;
	margin: 0 20px 0 0;
	padding: 0 0 5px 0;
}
.profile_text{
	height: 47px;
	font-size: 15px;
	line-height: 22px;
	-ms-line-height: 23px;
	margin: 8px 20px 0 0;
	position: relative;
	overflow:hidden;
	z-index: 1;
}
.profile_text:after {
	position: absolute;
	display: block;
	content: '…';
	line-height: 1.5em;
	width: 1.5em;
	height: 1.5em;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 2;
}
.profile_detail_bt{
	display: block;
	font-size: 18px;
	background: #e50012;
	color: #ffffff;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	transition: .4s;
	margin: 4px 0 0 0;
	text-decoration: none;
	float: left;
}
.profile_detail_bt:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.profile_tw_bt{
	position: absolute;
	top: 30px;
	right: 22px;
}
.profile_tw_bt a{
	transition: .4s;
}
.profile_tw_bt a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#tyuubu_title{
	background: #2ab6ff;
	color: #ffffff;
	padding: 7px 12px;
	font-size: 20px;
	border-radius: 5px;
	margin: 45px 0 10px 0;
}
.tyuubu_char{
	width: 660px;
	height: 180px;
	box-shadow: 0 0 0 4px #2ab6ff inset;
	border-radius: 20px;
	background: #ffffff;
	margin: 0 0 10px 0;
}

.shop_panel_pro{
	float: left;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	font-size: 17px;
	margin: 4px 0 0 8px;
	padding: 7px 12px 0 12px;
	color: #e50012;
}



/*----- profile 詳細 -----*/
.pro_detail_img1{
	float: left;
	margin: 10px 0 0 20px;
	border: 3px solid #f65390;
	border-radius: 7px;
	box-shadow: 1px 1px 5px #aaaaaa;
}
.pro_detail_img2{
	float: right;
	margin: 10px 20px 0 0;
	border: 3px solid #f65390;
	border-radius: 7px;
	box-shadow: 1px 1px 5px #aaaaaa;
}
.pro_detail_frame_all{
	margin: 0 20px;
}
.pro_detail_frame1{
	background: #ffffff;
	padding: 18px 20px;
	margin: 10px auto 0 auto;
	border-radius: 7px;
	box-shadow: 1px 1px 5px #aaaaaa;
}
.pro_detail_frame1 .char_name{
	color: #ffffff;
	background: #ffffff;
	text-shadow: 0 2px 0 #e50012, 2px 0 0 #e50012, 0 -2px 0 #e50012, -2px 0 0 #e50012,
	-2px -2px 0 #e50012, 2px -2px 0 #e50012, -2px 2px 0 #e50012, 2px 2px 0 #e50012;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	float: left;
}
.char_name span{
	font-size: 17px;
	font-weight: normal;
	text-shadow: none;
	color: #777777;
	margin: 0 0 0 20px;
	font-weight: bold;
}
.pro_detail_frame1 .tw_bt{
	float: right;
	margin: 0 0 3px 0;
	transition: .4s;
}
.pro_detail_frame1 .tw_bt:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pro_detail_frame1 .char_text{
	border-top: 1px solid #cccccc;
	font-size: 15px;
	line-height: 20px;
	margin: 9px 0 0 0;
	padding: 10px 0 0 0;
}

.pro_detail_frame2{
	background: #ffffff;
	padding: 18px 20px;
	margin: 10px auto 0 auto;
	border-radius: 7px;
	box-shadow: 1px 1px 5px #aaaaaa;
}
.shop_title{
	font-weight: bold;
	font-size: 21px;
	float: left;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
.shop_panel{
	float: left;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	font-size: 17px;
	margin: -5px 0 20px 30px;
	padding: 7px 12px;
	color: #e50012;
}
.shop_info{
	margin: 0 0 8px 0;
	font-size: 15px;
	line-height: 20px;
	padding-left: 3em;
	text-indent: -3em;
}
.shop_info_frame_left{
	float: left;
}
.shop_info_frame iframe{
	float: right;
	margin: -50px 0 0 0;
}
.pro_detail_frame2 .tw_left{
	float: left;
	width: 310px;
}
.pro_detail_frame2 .tw_right{
	float: right;
	width: 310px;
}
.tw_left_title{
	background: #73D4F1;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.tw_right_title{
#	background: #F6A453;
   	background: #73D4F1;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

.tw_left_title a{
	text-decoration: none;
	color: #FFFFFF;
}
.tw_left_title a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.tw_right_title a{
	text-decoration: none;
	color: #FFFFFF;
}
.tw_right_title a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pro_detail_frame2 .tw_center{
	/*float: left;
	width: 620px;*/
}
.tw_center_title{
	background: #73D4F1;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

.tw_center_title a{
	text-decoration: none;
	color: #FFFFFF;
}
.tw_center_title a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.google_map_posi{
	margin: 25px 0 0 0;
}

.char_push{
	display: block;
	width: 640px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F6A453;
	color: #ffffff;
	margin: 15px auto 0 auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	transition: .4s;
}
.char_push:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/*----- news.html -----*/
.news_all_frame{
	padding: 30px 30px;
}
.news_frame{
word-break: break-all;
#	border-bottom: 1px solid #ffffff;
	padding: 9px 0 11px 0;
}
.news_img{
	float: left;
	width: 115px;
}
.news_img img{
	width: 115px;
}
.news_title{
	float: right;
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 20px;
	font-size: 15px;
	line-height: 21px;
	width: 525px;
}
.news_in{
	padding: 10px 0 0 0;
	width: 525px;
	float: right;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
.news_in a{
	text-decoration: none;
	color: #f65390;
	font-weight: bold;
	transition: .4s;
}
.news_in a:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.news_title2{
	float: right;
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 20px;
	font-size: 15px;
	line-height: 16px;
	width: 500px;
}
.news_in2{
	padding: 2px 0 0 0;
	width: 500px;
	float: right;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
.news_in2 a{
	text-decoration: none;
	color: #f65390;
	font-weight: bold;
	transition: .4s;
}
.news_in2 a:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.news_date{
	padding: 14px 0 0 0;
	width: 525px;
	float: right;
	text-align: left;
	font-size: 11px;
	color: #888888;
}
.news_date i{
	margin: 0 4px 0 0;
}


/* ----------------------------------------------
  Twitterアーカイブ
------------------------------------------------- */
.tw_ar_all_frame{
    position: relative;
    width: 720px;
}
.tw_ar_left{
    float: left;
    width: 600px;
    margin: -20px 0 0 0;
}
.tw_ar_top{
    margin: 45px 0 15px 42px;
    padding: 0 0 7px 0;
}
.tw_ar_prev{
    text-align: left;
    float: left;
    width: 160px;
    font-size: 16px;
    margin: 8px 0 0 0;
}
.tw_ar_next{
    text-align: right;
    float: left;
    width: 160px;
    font-size: 16px;
    margin: 8px 0 0 0;
}
.tw_ar_month{
    text-align: center;
    float: left;
    width: 160px;
    font-weight: bold;
    font-size: 24px;
}
.tw_ar_main{
    width: 530px;
    margin: 0 auto 0 auto;
}
.tw_ar_under{
    margin: 40px 0 0 42px;
    padding: 7px 0 0 0;
}

.tw_ar_right{
    width: 145px;
    position: fixed;
    top: 120px;
    margin: 0 0 0 545px;
    background: #f5fcff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.tw_ar_right_title{
    text-align: center;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
    padding: 6px 0;
    margin: 0 0 15px 0;
    background: #19a6ec;
    color: #ffffff;
    font-size: 20px;
}
.tw_ar_right_in{
    margin: 0 0 20px 20px;
    padding: 0 0 20px 0;
}
.tw_ar_right_in a{
    line-height: 28px;
    font-size: 17px;
}


/*----- レスポンシブ対応 -----*/
.pc_dis{
	display: none;
}

/*----- フォーム部分 -----*/
.form_frame{
	margin: 40px 25px 25px 25px;
}
.form_frame_l{
	float: left;
	font-weight: bold;
	width: 110px;
	font-size: 16px;
	padding: 7px 0 0 0;
}
.form_frame_r{
	float: left;
}
.form_frame_r input[type="text"]{
	width: 400px;
	height: 25px;
	font-size: 15px;
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	padding: 3px 5px;
}
.form_frame input[type="submit"]{
	display: block;
	margin: 20px auto 0 auto;
	background: #e20a06;
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border-radius: 40px;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px;
}
.form_frame input[type="submit"]:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*--------- image.html ----------*/
.cheer2_frame{
	margin: 10px 0px 10px 0px;
}
.cheer2{
	width: 145px;
	height: 170px;
	background: #ffffff;
	float: left;
	margin: 5px 5px;
}
.cheer2_image_frame{
	width: 145px;
	height: 145px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #bfbfbf;
	overflow: hidden;
	margin: 0 auto;
	transition: 0.5s ;
}
.cheer2_image_frame:hover{
	border:1px solid #80bffe;
	box-shadow:0px 0px 12px -3px #80bffe;
	-moz-box-shadow:0px 0px 12px -3px #80bffe;
	-webkit-box-shadow:0px 0px 12px -3px #80bffe;
}
.cheer2_image_frame img{
	width: 100%;
}
.cheer2_name{
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin: 6px 0 1px 0;
}
.cheer2_id{
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.cheer2_cover{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 145px;
    height: 145px;
    background-size: cover;
}
}












































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

/*----- 共通 -----*/
#contents{
	margin: 0 auto;
}
#right_contents{
	margin: 35px 0 0 0;
}
#container{
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	padding: 6px 0 20px 0;
	margin: 25px 10px 0 10px;
}
#page_title{
	text-align: center;
	border-bottom: 2px solid #ffffff;
	margin: 0 20px;
	padding: 0 0 1px 0;
}
#Preparation{
	text-align: center;
	font-size: 20px;
	padding: 250px 0;
}

.w_100{
	width: 100%;
}


/*----- サイドメニュー -----*/
#left_contents{
	margin: 20px 15px 0 15px;
	border-radius: 15px;
}
#official_web{
	transition: .4s;
}
#official_web:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#side_banner img{
	display: block;
	width: 100%;
	border-radius: 5px;
	margin: 0 auto 30px auto;
}
#menu_news{
	margin: 0 auto;
	/*width: 85%;*/
}
.twitter-timeline{
	width: 720px !important;
        max-width: 100% !important;
	height: 400px !important;
}
.tw_right_title{
	width: 100% !important;
	height: 400px !important;
}

/*----- フッター -----*/
footer{
	width: 100%;
	margin: 50px 0 0 0;
}
#footer_main{
	background: rgba(255,255,255,0.7);
}
#footer_main_in{
	width: 100%;
	height: 170px;
	margin: 0 auto;
}
#footer_main_in #f_left{
	float: left;
	position: relative;
	height: 140px;
}
#f_left #f_menu{
	margin: 30px 10px 0 15px;
	border-right: 1px solid #e50012;
}
#f_left #f_menu a{
	border-left: 1px solid #e50012;
	text-decoration: none;
	color: #363636;
	font-size: 12px;
	padding: 2px 4px;
	float: left;
}

#banner_2{
	position: absolute;
	bottom: 30px;
	width: 46%;
	left: 15px;
}
#banner_3{
	position: absolute;
	bottom: 30px;
	width: 46%;
	right: 0;
}
#footer_sns_bt{
	position: absolute;
	bottom: 0;
	left: 15px;
	text-align: center;
}

#footer_main_in #f_right{
	display: none;
}

#top_back{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #49bfeb;
	color: #ffffff;
	font-weight: bold;
	line-height: 40px;
	font-size: 17px;
	text-decoration: none;
	transition: .4s;
}
#top_back:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#top_back:before{
	content: url("/images/top_back_arrow.png");
	position: relative;
	top: 6px;
	margin: 0 8px 0 0;
}

.copylight_frame{
	text-align: center;
	height: 90px;
	background: #a1dfff;
}
.copylight_text_1{
	color: #363636;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 18px 0 0 0;
}
.copylight_text_2{
	color: #ffffff;
	font-size: 11px;
}


/*----- index.html -----*/
#top_contents{
	margin: 20px 0 0 0;
	position: relative;
}
#logo{
	display: block;
	margin: 0 auto;
	width: 70%;
}
#top_img{
	margin: 0 auto;
	position: relative;
	z-index: -1;
}
#top_sns_bt{
	position: absolute;
	top: 0;
	right: 15px;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#top_img_under{
	margin: 10px 0 0 0;
}
#banner_1{
	display: block;
	margin: 0 auto;
	transition: .4s;
}

#tw_follow{
	margin: 35px 30px 0 30px;
}
.tw_follow_frame,
.tw_follow_frame_2{
	width: 47%;
	text-align: center;
	margin: 15px 0;
}
.tw_follow_frame:nth-child(odd){
	float: left;
}
.tw_follow_frame:nth-child(even){
	float: right;
}
.tw_follow_frame_2:nth-child(odd){
	float: right;
}
.tw_follow_frame_2:nth-child(even){
	float: left;
}
.icon_border{
	display: inline-block;
	box-shadow: 0 0 0 5px #ffffff inset;
	border-radius: 10px;
	width: 100%;
	transition: .4s;
}
.tw_follow_frame .tw_icon,
.tw_follow_frame_2 .tw_icon{
	border-radius: 10px;
	width: 100%;
	position: relative;
	z-index: -1;
}
.tw_char_name{
	margin: 6px 0 0 0;
}
.tw_icon_name{
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	margin: 2px 0 0 0;
	text-shadow: 1px 1px 2px #333333;
}
.tw_icon_name_2{
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	margin: 0 0 3px 0;
}
.tw_follow_bt{
	display: block;
	text-decoration: none;
	background: #ff9000;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 28px;
	transition: .4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tw_follow_bt_none{
	display: block;
	text-decoration: none;
	border: 2px solid none;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 28px;
	transition: .4s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tw_char_name{
	color: #ffffff;
	text-shadow: 0 2px 0 #e50012, 2px 0 0 #e50012, 0 -2px 0 #e50012, -2px 0 0 #e50012,
	-2px -2px 0 #e50012, 2px -2px 0 #e50012, -2px 2px 0 #e50012, 2px 2px 0 #e50012;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}

.top_under_news{
	background: rgba(255,255,255,0.7);
	border-radius: 7px;
	padding: 15px 15px 13px 15px;
	margin: 10px -15px 0 -15px;
}
.top_under_news_t{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #444444;
	margin: 3px 0 28px 0;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
.top_under_news a{
	text-decoration: none;
	color: #1e7cb7;
}
.top_under_news a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*----- profile.html -----*/
#profile_text_img{
	display: block;
	margin: 10px auto 7px auto;
	width: 70%;
}
#kantou{
	margin: 20px 10px 0 10px;
}
#kantou_title{
	background: #f65390;
	color: #ffffff;
	padding: 7px 12px;
	font-size: 20px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
#map_canvas{
	width: 100%;
	height: 260px;
}
.kantou_char{
	width: 100%;
	height: 180px;
	box-shadow: 0 0 0 4px #f65390 inset;
	border-radius: 20px;
	background: #ffffff;
	margin: 0 0 10px 0;
	z-index: -1;
}
.profile_img_frame{
	height: 300px;
	text-align: center;
	position: relative;
}
.profile_img{
	height: 150px;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	overflow: auto;
	margin: auto;
}
.profile_right{
	float: right;
	width: 100%;
	position: relative;
}
.profile_name{
	color: #ffffff;
	text-shadow: 0 2px 0 #e50012, 2px 0 0 #e50012, 0 -2px 0 #e50012, -2px 0 0 #e50012,
	-2px -2px 0 #e50012, 2px -2px 0 #e50012, -2px 2px 0 #e50012, 2px 2px 0 #e50012;
	font-size: 21px;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	margin: 15px 0 8px 16px;	
}
.profile_shop{
	font-size: 12px;
	border-bottom: 1px solid #aaaaaa;
	margin: 0 20px 0 15px;
	padding: 0 0 5px 0;
}
.profile_text{
	height: 36px;
	font-size: 13px;
	line-height: 17px;
	-ms-line-height: 23px;
	margin: 8px 15px 0 15px;
	position: relative;
	overflow:hidden;
	z-index: 1;
}
.profile_text:after {
	position: absolute;
	display: block;
	content: '…';
	line-height: 1.5em;
	width: 1.5em;
	height: 1.5em;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 2;
}
.profile_detail_bt{
	display: block;
	font-size: 15px;
	background: #e50012;
	color: #ffffff;
	width: 130px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 30px;
	transition: .4s;
	margin: 6px 0 0 15px;
	text-decoration: none;
	float: left;
}
.profile_tw_bt{
	position: absolute;
	top: 20px;
	right: 15px;
}
.profile_tw_bt img{
	width: 100px;
}

#tyuubu_title{
	background: #2ab6ff;
	color: #ffffff;
	padding: 7px 12px;
	font-size: 20px;
	border-radius: 5px;
	margin: 45px 0 10px 0;
}
.tyuubu_char{
	width: 100%;
	height: 300px;
	box-shadow: 0 0 0 3px #2ab6ff inset;
	border-radius: 10px;
	background: #ffffff;
	margin: 0 0 5px 0;
}

.shop_panel_pro{
	float: left;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	font-size: 12px;
	letter-spacing: -0.5px;
	margin: 5px 0 0 8px;
	padding: 8px 0 0 6px;
	color: #e50012;
}


/*----- profile 詳細 -----*/
.pro_detail_img1{
	float: left;
	margin: 10px 0 0 10px;
	border: 3px solid #f65390;
	border-radius: 7px;
	box-shadow: 1px 1px 4px #aaaaaa;
	width: 44%;
}
.pro_detail_img2{
	float: right;
	margin: 10px 10px 0 0;
	border: 3px solid #f65390;
	border-radius: 7px;
	box-shadow: 1px 1px 4px #aaaaaa;
	width: 44%;
}
.pro_detail_frame_all{
	margin: 0 10px;
}
.pro_detail_frame1{
	background: #ffffff;
	padding: 18px 20px;
	margin: 10px auto 0 auto;
	border-radius: 7px;
	box-shadow: 1px 1px 5px #aaaaaa;
}
.pro_detail_frame1 .char_name{
	color: #ffffff;
	background: #ffffff;
	text-shadow: 0 2px 0 #e50012, 2px 0 0 #e50012, 0 -2px 0 #e50012, -2px 0 0 #e50012,
	-2px -2px 0 #e50012, 2px -2px 0 #e50012, -2px 2px 0 #e50012, 2px 2px 0 #e50012;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	float: left;
}
.char_name span{
	display: block;
	font-size: 13px;
	text-shadow: none;
	color: #666666;
	margin: 8px 0 0 0;
	font-weight: bold;
}
.pro_detail_frame1 .tw_bt{
	float: right;
	margin: 0 0 3px 0;
}
.pro_detail_frame1 .tw_bt img{
	width: 110px;
}
.pro_detail_frame1 .char_text{
	border-top: 1px solid #cccccc;
	font-size: 13px;
	line-height: 17px;
	margin: 9px 0 0 0;
	padding: 10px 0 0 0;
}

.pro_detail_frame2{
	background: #ffffff;
	padding: 18px 20px;
	margin: 10px auto 0 auto;
	border-radius: 7px;
	box-shadow: 1px 1px 5px #aaaaaa;
}
.shop_title{
	font-weight: bold;
	font-size: 17px;
	float: left;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
.shop_panel{
	float: right;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	font-size: 16px;
	margin: -5px 0 -10px 0;
	padding: 5px 0 0 0;
	color: #e50012;
}
.shop_info{
	margin: 0 0 8px 0;
	font-size: 13px;
	line-height: 17px;
	padding-left: 3em;
	text-indent: -3em;
}
.shop_info_frame_left{
	float: left;
}
.shop_info_frame iframe{
	width: 100% !important;
	margin: 7px 0 0 0;
}
.pro_detail_frame2 .tw_left{
	width: 85%;
	margin: 0 auto 20px auto;
}
.pro_detail_frame2 .tw_right{
	width: 85%;
	margin: 0 auto 0 auto;
}
.tw_left_title{
	background: #73D4F1;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.tw_right_title{
	background: #F6A453;
   	background: #73D4F1;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

.tw_center_title a{
	text-decoration: none;
	color: #FFFFFF;
}
.tw_center_title a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pro_detail_frame2 .tw_center{
	/*width: 60%;*/
overflow-x: hidden;
	margin: 0 auto 20px auto;
}
.tw_center_title{
	background: #73D4F1;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.tw_center_title a{
	text-decoration: none;
	color: #FFFFFF;
}
.tw_center_title a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


.google_map_posi{
	margin: 25px 0 0 0;
}

.char_push{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #F6A453;
	color: #ffffff;
	margin: 10px auto 0 auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	border-radius: 5px;
}

.detail_under_tw{
	width: 85%;
	margin: 0 auto;
}


/*----- レスポンシブ対応 -----*/
.sp_dis{
	display: none;
}

.flex{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex > div{
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex > div:nth-child(1){
    -webkit-order: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}
.flex > div:nth-child(2){
    -webkit-order: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

header{
	background: #ffffff;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 99999;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
}
.sp_header_bt{
	display: block;
	padding: 10px 10px 6px 12px;
	font-size: 34px;
	font-weight: bold;
	width: 34px;
	cursor: pointer;
}
.sp_header_bt img{
	width: 29px;
}
.sp_menu_1,
.sp_menu_2,
.sp_menu_3,
.sp_menu_4,
.sp_menu_5{
	display: block;
	width: 100%;
	padding: 14px 15px;
	font-size: 19px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 3px solid #ffffff;
	text-decoration: none !important;
	color: #ffffff !important;
}
.sp_menu_1{
	background: #f6508b;
}
.sp_menu_2{
	background: #38afff;
}
.sp_menu_3{
	background: #fdad01;
}
.sp_menu_4{
	background: #67c656;
}
.sp_menu_5{
	background: #c38cfe;
}
.header_sns_bt{
	position: absolute;
	right: 15px;
	top: 16px;
}

.sp_tw_follow_title{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0 -30px 4px -30px;
	padding: 12px 0;
	background: rgba(255,255,255,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sp_news_title{
	color: #ffffff;
	text-shadow: 0 2px 0 #e50012, 2px 0 0 #e50012, 0 -2px 0 #e50012, -2px 0 0 #e50012,
	-2px -2px 0 #e50012, 2px -2px 0 #e50012, -2px 2px 0 #e50012, 2px 2px 0 #e50012;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
	text-align: center;
	padding: 10px 0;
	background: rgba(255,255,255,0.5);
	font-size: 19px;
	margin: 0 -15px 12px -15px;
}


/*----- フォーム部分 -----*/
.form_frame{
	margin: 30px 15px 10px 15px;
}
.form_frame_l{
	font-weight: bold;
	width: 110px;
	font-size: 16px;
	padding: 7px 0 0 0;
}
.form_frame_r{
	margin: 6px 0 0 0;
}
.form_frame_r input[type="text"]{
	width: 95%;
	height: 25px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	padding: 3px 5px;
}
.form_frame input[type="submit"]{
	-webkit-appearance: none;
	display: block;
	margin: 40px auto 0 auto;
	background: #e20a06;
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border-radius: 40px;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px;
}
.form_frame input[type="submit"]:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.cheer2_frame{
	margin: 20px 10px 0 10px;
}
.cheer2{
	width: 90px;
	height: 150px;
	background: #ffffff;
	float: left;
	margin: 5px 5px;
}
.cheer2_image_frame{
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #bfbfbf;
	overflow: hidden;
	margin: 0 auto;
	transition: 0.5s ;
}
.cheer2_image_frame:hover{
	border:1px solid #80bffe;
	box-shadow:0px 0px 12px -3px #80bffe;
	-moz-box-shadow:0px 0px 12px -3px #80bffe;
	-webkit-box-shadow:0px 0px 12px -3px #80bffe;
}
.cheer2_image_frame img{
	width: 100%;
}
.cheer2_name{
	font-size: 10px;
	text-align: center;
	color: #333333;
	margin: 6px 0 1px 0;
}
.cheer2_id{
	font-size: 10px;
	text-align: center;
	color: #666666;
}
.cheer2_cover{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    background-size: cover;
}
.coupon_banner{
	width: 92%;
}

}