@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/


body {
    font-size: 16px;
    color: #33333;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #333333;
    background-color: #FFFFFF;
    color: #333333;
}

.inner {
	position:relative;
	width:100%;
	margin:0 auto;
}

header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
    background-color: #d1002e;
	}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
#contents2 {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    background-color: #f1f1f1;
}
#contents3 {
    overflow: hidden;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
#contents33 {
    overflow: hidden;
    width: 730px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}
#contents4 {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-image: url(../hiroto_images/top_back_pc.jpg);
    background-size: 100% auto;
    min-height: 300px;
    background-repeat: no-repeat;
}
#contents5 {
    overflow: hidden;
    width: 970px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a.anchor{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

h1 {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 28px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 20px;
}
h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 21px;
    text-align: left;
    font-weight: 600;
    line-height: 1.3em;
    color: #d1002e;
    padding-left: 5px;
	padding-bottom: 3px;
    border-bottom: 2px solid #d1002e;
}
h3 {
    margin-top: 0px;
	margin-bottom: 5px;
	font-size: 20px;
    text-align: left;
    font-weight: 600;
	line-height: 1.1em;
	color:#000000;
}
h4 {
    margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
    text-align: left;
    font-weight: 600;
	line-height: 1.2em;
	color:#000000;
}
h5 {
    margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
    text-align: left;
    font-weight: 600;
	line-height: 1.1em;
	color:#000000;
}

p {
	margin:0 0 0.8em 0;
	font-size: 16px;
    text-align: left;
    font-weight: 300;
	line-height: 1.5em;
	color:#333333;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#000000;
	font-size: 1.1em;
}

pre {
	margin:1em 0;
	padding:1em;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
    margin-left: 0;
    margin-right: auto;
	margin-top: 5px;
}
th {
    padding-top: 3px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 3px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f2f2f2;
    vertical-align: top;
    font-size: 13px;
}
td {
	padding-top: 3px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 3px;
	text-align:left;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size: 13px;
	
}
.space00 {
	clear: both;
	height: 1px;
}
.space05 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}
.space-info {
	clear: both;
	height: 50px;
}
.space-h3 {
	clear: both;
	height: 15px;
}
.space-h4 {
	clear: both;
	height: 10px;
}
.top-news {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 820px;
    clear: both;
    border: 1px dotted #d1002e;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.top-news2 {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 8px;
    padding-bottom: 3px;
    color: #d1002e;
    font-size: 1.3em;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #d1002e;
}
.news1 {
    margin-bottom: 5px;
	margin-left:6px;
	margin-right: 15px;
    float: left;
    text-align: left;
    line-height: 135%;
	font-size: 16px;
	font-weight: 300;
	color: #333333;
}
.news2 {
    margin-bottom: 5px;
	margin-right: 6px;
	text-align: left;
    float: left;
	line-height: 135%;
	font-size: 16px;
	font-weight: 300;
	color: #333333;
}

.block-01 {
    float: left;
    width: 350px;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.block-02 {
    float: left;
    width: 620px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.block-03 {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.block-04 {
    float: left;
    width: 770px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.block-05 {
    float: left;
    width: 500px;
    margin-right: 20px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.block-06 {
    float: left;
    width: 470px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.block-07 {
    clear: both;
    width: 600px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.info-01 {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    clear: both;
}
.sponsor_logo1 {
	float: left;
    width: 460px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.sponsor_logo2 {
	float: left;
    width: 460px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.sponsor_logo3 {
	clear: both;
    width: 500px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.sponsor_logo4 {
	float: left;
    width: 350px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sponsor_logo5 {
	float: left;
    width: 350px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.info-02 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    clear: both;
}
.info-022 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    clear: both;
}
.info-03 {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 950px;
    clear: both;
}
.info-04 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    clear: both;
}

.mmm_1 {
	float: left;
    width: 188px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.mmm_2 {
	float: left;
    width: 188px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.mmm_3 {
	float: left;
    width: 188px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.mmm_4 {
	float: left;
    width: 188px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.mmm_5 {
	float: left;
    width: 188px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.top-infotext {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 21px;
    text-align: left;
    font-weight: 600;
	line-height: 1.7em;
	color:#000000;
}
.fphoto_1 {
    float: left;
    width: 316px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 13px;
}
.fphoto_2 {
	float: left;
    width: 158px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 13px;
}
.fphoto_3 {
	float: left;
    width: 316px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 13px;
}
.fphoto_4 {
	float: left;
    width: 158px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 13px;
}
.fphoto_5 {
	float: left;
    width: 238px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fphoto_6 {
	float: left;
    width: 238px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fphoto_7 {
	float: left;
    width: 238px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fphoto_8 {
	float: left;
    width: 238px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fphoto_9 {
	float: left;
    width: 317px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fphoto_10 {
	float: left;
    width: 317px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fphoto_11 {
	float: left;
    width: 317px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.instagram1 {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 850px;
    clear: both;
}
.instagram2 {
    margin-top: 0px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    width: 850px;
    clear: both;
}
.instagram_logo {
    width: 150px;
	margin-left: 5px;
}
.top-infotext2 {
	margin-left: 15px;
	margin-bottom: 10px;
}
.space-navi {
	clear: both;
	height: 30px;
}
.space-navi2 {
	clear: both;
	height: 20px;
}

.text-ss {
    color: #000000;
    font-weight: bold;
    font-size: 1.0em;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.text-90 {
    font-size: 0.8em;
}
.text-pro {
    font-size: 0.9em;
}
.text-day {
    font-size: 0.9em;
    font-weight: bold;
}
.text-110 {
    font-size: 1.1em;
    font-weight: bold;
}
.text-blue {
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 3px;
	margin-bottom: 2px;
    color: #0071BB;
}
.text-cap {
    font-size: 0.8em;
    line-height: 1.3em;
}
.text-win {
    font-size: 1.1em;
    font-weight: bold;
    color: #d1002e;
}
.text-win2 {
    color: #006837;
}
.text-tinfo {
    font-size: 0.8em;
    margin-top: 1px;
	line-height: 1.4em;
}
.text-url {
    font-size: 0.9em;
    margin-top: -2px;
}
.text-kiyaku {
    font-size: 12px;
    margin-bottom: 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: -5px;
    right: -1px;
    width: 100% !important;
    height: 100% !important;
}


.pc { display: block !important; }
.sp { display: none !important; }
.pc_area{
  display:block;
}
.phone_area{
  display:none;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
    padding-top: 12px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 12px;
}

.summary {
    width: 285px;
    margin-right: auto;
    margin-left: 5px;
}
.summary1 {
    width: 820px;
    margin-right: auto;
    margin-left: 20px;
	margin-bottom: 3px;
}
.summary2 {
	position:absolute;
	top:12px;
	right:78px;
	margin:0;
	width:135px;
}

/*================================================
 *  送信ボタン
 ================================================*/
.wl{
    display: block;
    width: 97%;
    padding: 8px;
    background: #ffffff;
    margin: 0.5em 0;
    font-size:16px;
}
.ws{
    display: block;
    width: 97%;
    padding: 8px;
    background: #ffffff;
    margin: 0.5em 0;
    font-size:16px;
}
.btn-square-pop {
    display: block;
    width: 250px;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #000000;
    font-size: 21px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-square-pop:hover {
  background-color: #666666;
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:15px;
	padding:2px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear: both;
}

.footmenu {
	width:100%;
	padding:10px 0;
	overflow:hidden;
	background:#efefef;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:left;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}
.copyright {
	clear:both;
	padding:25px 0;
	text-align:center;
	background:#d1002e;
}
.conte01 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: -5px;
    width: 250px;
}
.conte02 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: -10px;
    width: 100px;;
}




/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	width: 40px;
}
.totop img:hover {
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}
		body {
	font-size:14px;
}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	body {
	font-size:14px;
}

	
	header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 3px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
    background-color: #d1002e;
	}

	footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
	
.summary {
    width: 200px;
    margin-right: auto;
    margin-left: 5px;
}
.summary1 {
    width: 87%;
    margin-top: 10px;
	margin-right: auto;
    margin-left: 0px;
}
.summary2 {
	position:absolute;
	top:0px;
	right:38px;
	margin:0;
	width:40px;
}
	

#contents {
    overflow: hidden;
    width:100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
#contents2 {
    overflow: hidden;
    width:100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
#contents3 {
    overflow: hidden;
    width:94%;
    margin-top: 10px;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 0px;
}
#contents33 {
    overflow: hidden;
    width:94%;
    margin-top: 0px;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 20px;
}

#contents4 {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    background-image: url(../hiroto_images/top_back_sp.jpg);
	background-size: 100% auto;
    min-height: 230px;
    background-repeat: no-repeat;
}
	
	#topicpath {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 2px;
}


h1 {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 21px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
	text-align: center;
    padding-top: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    line-height: 1.3em;
    color: #d1002e;
    padding-left: 5px;
	padding-bottom: 3px;
    border-bottom: 2px solid #d1002e;
}
h3 {
    margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#000000;
}

p {
	margin:0 0 0.8em 0;
	font-size: 14px;
    text-align: left;
    font-weight: 300;
	line-height: 1.5em;
	color:#333333;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#000000;
	font-size: 1.1em;
}

pre {
	margin:1em 0;
	padding:1em;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
    margin-left: 0;
    margin-right: auto;
	margin-top: 5px;
}
th {
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f2f2f2;
    vertical-align: top;
    font-size: 10px;
	line-height: 125%;
}
td {
	padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
	text-align:left;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size: 10px;
	line-height: 125%;
}
.space00 {
	clear: both;
	height: 1px;
}
.space05 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}
.top-news {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 96%;
    clear: both;
    border: 1px dotted #d1002e;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.top-news2 {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 3px;
    padding-bottom: 0px;
    color: #d1002e;
    font-size: 1.1em;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #d1002e;
}
.news1 {
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 15px;
    text-align: left;
    line-height: 115%;
	clear: both;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
}
.news2 {
    margin-bottom: 5px;
	margin-right: 6px;
	text-align: left;
    clear: both;
	line-height: 135%;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
}

.block-01 {
    clear: both;
    width: 90%;
    margin-right: auto;
    margin-left: 5px;
    margin-top: 5px;
	margin-bottom: 0px;
}
.block-02 {
    clear: both;
    width: 100%;
    margin-right: 0%;
    margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.block-03 {
    clear: both;
    width: 40%;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 5px;
	margin-bottom: 10px;
}
.block-04 {
    clear: both;
    width: 100%;
    margin-right: 0%;
    margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.block-05 {
    clear: both;
    width: 90%;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.block-06 {
    clear: both;
    width: auto;
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
	padding-left:1em;
	text-indent:-1em;
}
.block-07 {
    clear: both;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
   margin-top: 10px;
}
.space-navi {
	clear: both;
	height: 5px;
}

.text-ss {
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left:-5px;
	float:none
}

.info-01 {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    width:auto;
}
.sponsor_logo1 {
	clear: both;
    width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sponsor_logo2 {
	clear: both;
    width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sponsor_logo3 {
	clear: both;
    width: 98%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sponsor_logo4 {
	clear: both;
    width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sponsor_logo5 {
	clear: both;
    width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 20px;
	margin-top: 10px;
}
.info-02 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
    clear: both;
}
.info-022 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
    clear: both;
}
.info-03 {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    clear: both;
}
.info-04 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
    clear: both;
}
.info-05 {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    width: auto;
    clear: both;
}
.info-06 {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    clear: both;
}
.info-07 {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    clear: both;
}
.info-08 {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: -3px;
    width: auto;
    clear: both;
}

.mmm_1 {
	float: left;
    width: 30%;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-top: 5px;
}
.mmm_2 {
	float: left;
    width: 30%;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-top: 5px;
}
.mmm_3 {
	float: left;
    width: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.mmm_4 {
	float: left;
    width: 30%;
	margin-right: 3%;
	margin-left: 15%;
	margin-bottom: 0px;
	margin-top: 8px;
}
.mmm_5 {
	float: left;
    width: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
}
.fphoto_1 {
    float: left;
    width: 64%;
    margin-right: 3%;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1.3em;
    font-size: 12px;
}
.fphoto_2 {
	float: left;
    width: 32%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fphoto_3 {
	float: left;
    width: 64%;
	margin-right: 3%;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_4 {
	float: left;
    width: 32%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_5 {
	float: left;
    width: 48%;
	margin-right: 3%;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_6 {
	float: left;
    width: 48%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_7 {
	float: left;
    width: 48%;
	margin-right: 3%;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_8 {
	float: left;
    width: 48%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_9 {
	clear: both;
    width: 80%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_10 {
	clear: both;
    width: 80%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.fphoto_11 {
	clear: both;
    width: 80%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.instagram1 {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    width:96%;
    clear: both;
}
.instagram2 {
    margin-top: 0px;
    margin-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
    width:96%;
    clear: both;
}
.instagram_logo {
    width: 30%;
}
.top-infotext {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 16px;
    text-align: left;
    font-weight: 600;
	line-height: 1.7em;
	color:#000000;
}
.top-infotext2 {
	margin-left: 5px;
	margin-bottom: 10px;
}

.pc { display: none !important; }
.sp { display: block !important; }
.pc_area{
    display:none;
  }
.phone_area{
    display:block;
  }
	
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
	
#topicpath {
	font-size:10px;
	margin-bottom:15px;
	padding:2px;
}


	
/*================================================
 *  フッター
 ================================================*/	
	

.copyright {
    clear: both;
    padding-top: -3px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
    background: #d1002e;
}
.conte01 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 5px;
	margin-top: -8px;
    width: 50%;
}
	
}
