@charset "UTF-8";
/* CSS Document */


/* =========================================================
　ホーム
========================================================= */
.home a,.home a *{
	transition: all 0.31s;
}

/* ホームレイアウト
--------------------------------------------------------- */
@media screen and (min-width:737px) ,print {

main {

}
.home {
	width: 100%;
	z-index : 1;
}
.home_mv{
	position: relative;
	background-color: #fff;
}
.home_mv::before{
	content: "";
	background:  url("../img/contents-line-p.png") repeat-x center top;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.home_mv_w::before{
	content: "";
	background:  url("../img/contents-line-w.png") repeat-x center top;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.home_mv::after{
	content: "";
	background:  url("../img/pink-line-bt.png") repeat-x center top;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
/*スライドを上書き*/
	.slick-dots li button::before {
font-size:10px;
content: '●';
	}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    z-index: 999;
}	
.top_slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.top_slider.slick-initialized{
  opacity: 1;
}	
	
.corner {
	clear : both;
	width: 1000px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background: #fcf3f6;
}

.corner_box {
	width: 48%;
	padding: 20px 30px;
	float : right;
	border-radius: 10px;
	background-color : #ffffff;
	box-sizing: border-box;	
}
.corner_box2 {
	width: 48%;
	padding:0;
	float : left;
	border-radius: 10px;
	background: none;
	box-sizing: border-box;	
}

.home {
	width: 100%;
}

.member-site {
	clear : both;
	width: 100%;
	display : block;
	background-color: #f5e9d3;
}

.member-site-t{
	background:  url(../img/bj-line-t.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.member_box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5e9d3;
	text-align : center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.member_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;

}
.member_box h2.s_title span {
	background: #f5e9d3;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}
.member_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}

.member_box ul {
	margin : 0;
	padding : 0;
}

.member_box ul li {
	float : left;
	padding-right : 20px;
}
.member_box ul li:nth-of-type(6n){
	padding-right : 0px;
}

.gaibu-site {
	clear : both;
	width: 100%;
	background-color: #fcf3f6;
}

.gaibu-site-t{
	background:  url(../img/titline-b.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.gaibu_box {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fcf3f6;
	text-align : center;
}

.gaibu_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;
}
.gaibu_box h2.s_title span {
	background: #fcf3f6;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}
.gaibu_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}

.gaibu_box ul {
	margin : 0;
	padding : 0;
}

.gaibu_box ul li {
	float : left;
	padding-right : 8px;
}


}/*@media*/

.kyugyo{
	background-color:#F74F60;
	text-align: center;
	padding: 0;
	margin-bottom: 2.5em;
	transition: all 0.31s;
}
.kyugyo a{
	color: #fff;
	padding: 0.5em;
	display: block;
	font-size: 1.5em
}
.kyugyo:hover{
	opacity: 0.9;
}
/* ホームレイアウト（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){

main {
}

.home {
	width: 100%;
	z-index : 1;
}
.home_mv{
	position: relative;
	background-color: #fff;
}
/*スライドを上書き*/
	.slick-dots li button::before {
font-size:10px;
content: '●';
	}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    z-index: 999;
}
.slick-slide img {
   width: 100%;
}
.corner {
	clear : both;
	width: 100%px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background: #fcf3f6;
}
.corner {
	padding: 2em 0;
}
.corner_box2 {
	background: none;
}
.corner_box {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	border-radius: 10px;
	box-sizing: border-box;
	background-color : #ffffff;
}

.home {
	width: 100%;
}

.member-site-t{
	background:  url(../img/bj-line-t.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.member-site {
	clear : both;
	width: 100%;
	display : block;
	background-color: #f5e9d3;
}

.member_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5e9d3;
	text-align : center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.member_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;

}
.member_box h2.s_title span {
	background: #f5e9d3;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}
.member_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}

.member_box ul {
	max-width : 338px;
	width: 100%;
	text-align : center;
	margin : 0 auto;
	padding : 0 5px;
	box-sizing: border-box;
}

.member_box ul li {
	float : left;
/*	padding:5px;*/
	width: 50%;
	box-sizing: border-box;
}
.member_box ul li img{
	width: 150px;
	height: auto;
/*	width: 100%;*/
}

.member_box ul li:nth-child(even){
	float : left;
}

.gaibu-site-t{
	background:  url(../img/titline-b.png) repeat-x center top;
	display : block;
	bottom : 5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.gaibu-site {
	clear : both;
	width: 100%;
	background-color: #fcf3f6;
}

.gaibu_box {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fcf3f6;
	text-align : center;
}

.gaibu_box h2.s_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0.4em 0 1.4em 0;
}

.gaibu_box h2.s_title span {
	background: #fcf3f6;
	padding: 0 1em;
	font-weight : bold;
	font-size : 100%;
	line-height : 100%;
	color : #71411b;
}

.gaibu_box h2.s_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #71411b;
	margin-top: -15px;
	margin-bottom: 30px;
}



}/*@media*/

/* =========================================================
　メインビジュアル　スライダー設定
========================================================= */
.top_slider .slid_box img{
	width: 100%;
}

/* スライダー上下のライン（PC版）
--------------------------------------------------------- */

@media screen and (min-width:737px) ,print {
.wideslider-box{
	background:  url(../img/titline-t.png) repeat-x center top;
	display : block;
	bottom : -5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.wideslider-box-bt{
	background:  url(../img/titline-b.png) repeat-x center bottom;
	display : block;
	top : -80px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

}/*@media*/


/* スライダー上下のライン（スマホ）
--------------------------------------------------------- */

@media screen and (max-width:736px){
.wideslider-box{
	background:  url(../img/titline-t.png) repeat-x center top;
	display : block;
	bottom : -5px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

.wideslider-box-bt{
	background:  url(../img/titline-b.png) repeat-x center bottom;
	display : block;
	top : -60px;
	z-index: 3000000;
	height : 5px;
	position: relative;
}

}/*@media*/

/* =========================================================
　bnr_slider（サブメインスライダー）
========================================================= */

/*bnr_wrap
-------------------------------------------------- */
.bnr_wrap{
	clear : both;
	width: 1000px;
	display: block;
	height : 70px;
	margin: 0 auto;
	padding:  0 0 0px 0;
	text-align : center;
}
#bnr_ul{
	margin:  0 auto;
	padding: 0;
	width: 1000px;
	display: block;
	text-align : center;
}
.bnr_li{
	display: block;
	width: 160px;
	height: auto;
	position: relative;
}
.bnr_li a{
	display: block;
}

.bnr_li img{
	width: 160px;
	height: auto;
}

/*ボタン*/
/* big buttons, no circle */
#bnr_ul .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border : none;
	background: transparent;
}

#bnr_ul .flickity-prev-next-button.previous {
	background: #fff url(../../images/slide_prev2.png) no-repeat right center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul .flickity-prev-next-button.next {
	background: #fff url(../../images/slide_next2.png) no-repeat left center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul .flickity-prev-next-button.previous:hover {
  opacity: 0.6;
}

#bnr_ul .flickity-prev-next-button2.next:hover {
  opacity: 0.6;
}

#bnr_ul .flickity-prev-next-button:hover {
	border : none;
}

/* hide disabled button */
#bnr_ul .flickity-prev-next-button2:disabled {
  display: none;
}
/*スマホ用スライダー隠す*/
#bnr_ul_sp{
	display: none;
}



/*bnr_wrap（スマホ）
-------------------------------------------------- */
@media screen and (max-width:736px){
.bnr_wrap_sp{
	padding: 0 0 0;
}
#bnr_ul_sp{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
}

#bnr_ul_sp li{
	width: 175px;
	height: auto;
	padding: 0 2px;
}
.bnr_li{
	display: block;
	width: 50%;
}
.bnr_li img{
	width: 100%;
	height: auto;
}

/*ボタン*/
/* big buttons, no circle */
#bnr_ul_sp .flickity-prev-next-button {
	width: 30px;
	height: 30px;
	border : none;
	background: transparent;
}

#bnr_ul_sp .flickity-prev-next-button.previous {
	background: #fff url(../../images/slide_prev2.png) no-repeat right center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul_sp .flickity-prev-next-button.next {
	background: #fff url(../../images/slide_next2.png) no-repeat left center;
	background-size : 30px 30px;
	border : none;
}

#bnr_ul_sp .flickity-prev-next-button.previous:hover {
  opacity: 0.6;
}

#bnr_ul_sp .flickity-prev-next-button2.next:hover {
  opacity: 0.6;
}

#bnr_ul_sp .flickity-prev-next-button:hover {
	border : none;
}

/*PC用スライダー隠す*/
#bnr_ul{
	display: none;
}

}/*@media*/


/*角丸白BOX(PC)
------------------------------------------------------*/
@media screen and (min-width:737px) ,print {
.content_wrap{
	width: 1000px;
	margin: 0 auto;
}
.right_corner{
	width: 650px;
	float: right;
	box-sizing: border-box;
}
.news .corner_box{
	margin-top : 35px;
	margin-bottom : 50px;
	display : block;
}
.event .corner_box h2{
	width : 239px;
	display : block;
	box-sizing: border-box;
	padding-left : 45px;
	padding-top : 10px;
	padding-bottom : 20px;
	background:url("../../images/stit1-ico.png") no-repeat left center    ;
	font-size: 1.3em;
	font-weight: bold;
	color: #0C62A3;
}
.news .corner_box h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 80px;
	padding-top : 7px;
	background:url("../../images/stit2-ico.png")no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position:left center;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #0C62A3;
	}
.news .corner_box .tab2_label h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 140px;
	padding-top : 7px;
	background:url("../../images/stit3-ico.png")no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position:left center;
	font-size: 1.3em;
	font-weight: bold;
	color: #0C62A3;
}

.btn_ichiran{
	float:right;
	color:#ffffff;
	background-image:url("../../images/itiran-btn.png");
	width:120px;
	height:40px;
	box-sizing: border-box;
	text-align : center;
	vertical-align : midlle;
	padding-top: 12px;
	}
/*
.btn_ichiran.green{
	background-image:url("../../images/itiran-btn-g.png");
	}
*/

.btn_ichiran a{	
	color:#ffffff;
	font-size:80%;
	display : block;
	width:120px;
	height:40px;
}

.btn_ichiran a::before {
	position: relative;
	float: left;
	display: block;
	top : 5px;
	left : 20px;
	content: "";
	width: 6px;
	height: 10px;
	background: url("../../images/tri-ichiran.png") center left no-repeat;
	background-size: 6px 10px;
	color : #ffffff;
	padding-right : 3px;
}

.btn_ichiran_sp{
	display: none;
}

.box-h{
	height : 360px;
	overflow:hidden;
	overflow-y: scroll;
}
.box-h dl{	clear : both;
	margin-top : -1px;
}

.box-h dl dt{

	border-top: 1px solid #efefef;
	padding-bottom:10px;
	padding-top:10px;
/*	width:160px;*/
/*	float:left;*/
	display : none;
}

.box-h dl dd {
	margin-left:0px;
	border-top: 1px solid #efefef;
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	display : block;
	}

.box-h dl dd::after {
	clear : both;
}
.box-h dl dt img{
	padding-right:10px;
	width:150px;
	display: none;
	}



.box-h dl dd h3{
	color:#ffffff;
	background-color:#664422;
	padding:2px .8em;
	display:inline-block;
	width:auto;
	text-align:center;
	font-size:80%;
	}

.box-h dl dd h4{
	color:#664422;
	font-size:110%;
	line-height : 130%;
	font-weight: normal;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-right:20px;
	}
.box-h dl dd h4 a{
	color:#664422;
	font-size:100%;
	line-height : 130%;
	}
.box-h dl dd h4 a:hover{
	text-decoration: underline;
}
.box-h dl dd h4 a span{
	color:#0F3667;
	font-size:80%;
	font-weight:normal;
	}
.tab_wrap{
	width: 100%;
/*	margin:80px auto;*/
}
input[type="radio"]{
	display:none;
}
.tab_area{
/*	font-size:0; margin:0 10px;*/
	display:flex;
	justify-content: space-between;
}
.tab_area label{
/*	width:150px; */
	margin:0; 
	padding:12px 15px; 
	color:#999; 
	background: #ededed;
	cursor:pointer; 
	border-radius: 10px 10px 0px 0px;
	transition: ease 0.2s;
	width: 49.5%;
	box-sizing: border-box;
	display:inline-block;
	font-size: 1.3em;
}
.tab_area label:hover{
/*	opacity:0.5;*/
}
.panel_area{
	background:#fff;
	border-radius: 0 0 10px 10px;
}
.tab_panel{
	width:100%; 
	display:none;
	padding: 10px 30px 70px;
	box-sizing: border-box;
	position: relative;
}
.tab_panel .btn_ichiran{
	position: absolute;
	bottom: 15px;
	right: 30px;
	}
.tab_panel p{
	font-size:14px; letter-spacing:1px; text-align:center;
}

#tab1:checked ~ .tab_area .tab1_label{
	background:#76ADE6; 
}
.tab_area .tab1_label h2,
#tab1:checked ~ .tab_area .tab1_label h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top : 7px;
	background:url("../../images/stit2-ico.png")no-repeat;
	white-space:nowrap;
	overflow:hidden;
	background-position:left center;
	font-size: 1em;
	font-weight: bold;
	color: #76ADE6;
}
#tab1:checked ~ .tab_area .tab1_label h2{
	color: #fff;
}
#tab1:checked ~ .panel_area #panel1{
	display:block;
	border-top: 5px solid #76ADE6;
}
#tab2:checked ~ .tab_area .tab2_label{
	background:#45983b; 
	color:#000;
}
.tab_area .tab2_label h2,
#tab2:checked ~ .tab_area .tab2_label h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 45px;
	padding-top : 7px;
	background:url("../../images/stit3-ico.png")no-repeat;
	white-space:nowrap;
	overflow:hidden;
	background-position: left center;
	color: #5E8B6B;
	font-size: 1em;
	font-weight: bold;
}
#tab2:checked ~ .tab_area .tab2_label h2{
	color: #fff;
}
#tab2:checked ~ .panel_area #panel2{
	display:block;
	border-top: 5px solid #45983b;
}

}/*@media*/


/*縦位置が気になるもののみIE時フォント変更*/
@media all and (-ms-high-contrast:none) {
	.box-h dl dd h3{
	padding:4px .8em 1px;
	}
}


/* 角丸白BOX（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){
	.news,.event {
	}
.event .corner_box{
	display : block;
	margin-left : auto;
	margin-right : auto;
	padding-bottom: 68px;
	padding-top: 40px;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
.news .corner_box{
	margin-top : 35px;
	margin-bottom : 50px;
	display : block;
	margin-left : auto;
	margin-right : auto;
	padding: 30px 0 40px;
}
.corner_box.corner_box2{
	background: none;
}
.event .corner_box h2{
	height : 40px;
	width : 239px;
	display : block;
	box-sizing: border-box;
	padding-left : 45px;
	padding-top : 7px;
	background:url("../../images/stit1-ico.png") no-repeat left center    ;
	font-size: 1.3em;
	font-weight: bold;
	color: #0C62A3;
}

.news .corner_box h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 80px;
	padding-top : 7px;
	background:url("../../images/stit2-ico.png")no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position:left center;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #0C62A3;
	}
.news .corner_box .tab2_label h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 140px;
	padding-top : 7px;
	background:url("../../images/stit3-ico.png")no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position:left center;
	font-size: 1.3em;
	font-weight: bold;
	color: #0C62A3;
}
.corner_box_head{
		display: flex;
	justify-content: space-between;
}
.corner_box_head .btn_ichiran{
		order: 2;
}
.btn_ichiran {
    float: right;
    color: 
#ffffff;
background-image: url("../../images/itiran-btn.png");
width: 120px;
height: 40px;
box-sizing: border-box;
text-align: center;
vertical-align: midlle;
	padding-top: 12px;
margin-top: 10px;
}
.btn_ichiran a {
    color: 
    #ffffff;
    font-size: 80%;
    display: block;
    width: 120px;
    height: 40px;
}
.btn_ichiran a::before {
    position: relative;
    float: left;
    display: block;
    top: 5px;
    left: 20px;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../../images/tri-ichiran.png") center left no-repeat;
        background-size: auto;
    background-size: 6px 10px;
    color: 
    #ffffff;
    padding-right: 3px;
}

/*
.btn_ichiran_sp{
	clear:both;
	color:#ffffff;
	background-image:url("../../images/itiran-btn.png");
	background-size:cover;
	width:90%;
	height:40px;
	box-sizing: border-box;
	text-align : center;
	vertical-align : midlle;
	padding-top: 12px;
	margin : 0 auto;
	}

.btn_ichiran_sp a{	
	color:#ffffff;
	font-size:80%;
	display : block;
	width:120px;
	height:40px;
	margin-bottom: 20px;
}

.btn_ichirans_sp a::before {
	position: relative;
	float: left;
	display: block;
	top : 5px;
	left : 20px;
	content: "";
	width: 6px;
	height: 10px;
	background: url("../../images/tri-ichiran.png") center left no-repeat;
	background-size: 6px 10px;
	color : #ffffff;
	padding-right : 3px;
}
*/
.box-h{
	height : 360px;
	overflow:hidden;
	overflow-y: scroll;
txt-align : center;
	width:100%;
}

.box-h dl{
	clear : both;
	margin-top : -1px;
	width:100%;
	margin-left : auto;
	margin-right : auto;
}

.box-h dl dt{

	border-top: 1px solid #efefef;
	padding:10px 0;
	width:100%;
	display : block;
	margin-left : auto;
	margin-right : auto;
}

.box-h dl dd {
	clear : both;
	margin-left:0px;
	border-top: 1px solid #ffffff;
	padding-bottom:10px;
	padding-top:0px;
	width:100%;
	display : block;

	}

.box-h dl dd::after {
	clear : both;
}
.box-h dl dt img{
	margin:10px auto;
	padding-right:0px;
	width:100%;
	text-align : center;
	display: none;
	}



.box-h dl dd h3{
	color:#ffffff;
	background-color:#664422;
	padding:2px;
	display:block;
	width:50px;
	text-align:center;
	font-size:80%;
	}

.box-h dl dd h4{
	color:#664422;
	font-size:110%;
	line-height : 130%;
	font-weight: normal;
	margin-bottom : 0px;
	padding-bottom : 0px;
	padding-right:20px;
	}

.box-h dl dd h4 a{
	color:#664422;
	font-size:100%;
	line-height : 130%;
	}


.box-h dl dd h4 a span{
	color:#0F3667;
	font-size:80%;
	font-weight:normal;
	}
.tab_wrap{
	width: 100%;
/*	margin:80px auto;*/
}
input[type="radio"]{
	display:none;
}
.tab_area{
/*	font-size:0; margin:0 10px;*/
	display:flex; 
}
.tab_area label{
/*	width:150px; */
	margin:0px; 
	padding:12px 15px; 
	color:#999; 
	background: #ededed;
	cursor:pointer; 
	transition:ease 0.2s opacity;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
}
.tab_area label:hover{
/*	opacity:0.5;*/
}
.panel_area{
	background:#fff;
	border-radius: 0 0 10px 10px;
}
.tab_panel{
	width:100%; 
	display:none;
	padding: 10px 15px 70px;
	box-sizing: border-box;
	position: relative;
}
.tab_panel .btn_ichiran{
	position: absolute;
	bottom: 15px;
	right: 30px;
}
.tab_panel .btn_ichiran{
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.tab_panel p{
	font-size:14px; letter-spacing:1px; text-align:center;
}

#tab1:checked ~ .tab_area .tab1_label{
	background:#76ADE6; 
}
.tab_area .tab1_label h2,
#tab1:checked ~ .tab_area .tab1_label h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top : 7px;
	background:url("../../images/stit2-ico.png")no-repeat;
	white-space:nowrap;
	overflow:hidden;
	background-position:left center;
	font-size: 1em;
	font-weight: bold;
	color: #76ADE6;
}
#tab1:checked ~ .tab_area .tab1_label h2{
	color: #fff;
}
#tab1:checked ~ .panel_area #panel1{
	display:block;
	border-top: 5px solid #76ADE6;
}
#tab2:checked ~ .tab_area .tab2_label{
	background:#45983b; 
	color:#000;
}
.tab_area .tab2_label h2,
#tab2:checked ~ .tab_area .tab2_label h2{
	height : 36px;
	display : block;
	box-sizing: border-box;
	padding-left: 45px;
	padding-top : 7px;
	background:url("../../images/stit3-ico.png")no-repeat;
	white-space:nowrap;
	overflow:hidden;
	background-position: left center;
	color: #5E8B6B;
	font-size: 1em;
	font-weight: bold;
}
#tab2:checked ~ .tab_area .tab2_label h2{
	color: #fff;
}
#tab2:checked ~ .panel_area #panel2{
	display:block;
	border-top: 5px solid #45983b;
}
}/*@media*/




/* バナーエリア
--------------------------------------------------------- */
.bnr {
	clear: both;
	padding: 0 0 4em;
}
.bnr .h_title {
	display: none;
}
.bnr ul {
	margin: 0 -5px;
}
.bnr li {
	float: left;
	margin: 0 5px;
}
.bnr img {
	border: 1px solid #ccc;
}

/* バナーエリア（スマホ）
--------------------------------------------------------- */
@media screen and (max-width:736px){
.bnr{
	box-sizing: border-box;
	padding:0;
}
.bnr ul{
	margin: 0 0 20px;
}
.bnr li{
	width: 50%;
	box-sizing: border-box;
	padding:0 7px 15px 0;
	margin: 0;
	float: left;
	display: block;
}
.bnr ul li:nth-child(2n){
	padding:0 0 15px 7px;
}
.bnr li img{
	width: 100%;
	height: auto;
}
}/*@media*/





/*=========================================================
=========================================================
2020/10/1
=========================================================
=========================================================*/


/* =========================================================
　共通要素
========================================================= */
/*コンテンツ*/
.home_content{
	padding: 70px 0;
}
	/*コンテンツ SP*/
	@media screen and (max-width:736px){
		.home_content{
			padding: 50px 20px;
		}
	}/*@media*/

/*背景白*/
.home_bg_w{
	background-color: #fff;
	position: relative;
}
.home_bg_w::before{
	content: "";
/*	background:  url("../img/pink-line-bt.png") repeat-x center top;*/
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.home_bg_w::after{
	content: "";
	background:  url("../img/contents-line-p.png") repeat-x center bottom;
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*見出し*/
.home_title{
	background-image: url("../../images/home_midashi_bg_p.png");
	background-size: 690px auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 0 50px;
}
.home_bg_w .home_title{
	background-image: url("../../images/home_midashi_bg_w.png");
}
.home_title img{
	height: 62px;
	width: auto;
	padding: 20px 2.5em 10px;
	font-size: 1em;
	margin: 0;
	background-color: #fcf3f6;
	line-height: 100px;
}
.home_bg_w .home_title img{
	background-color: #fff;
}
	/*見出し SP*/
	@media screen and (max-width:736px){
		.home_title{
			background-size: 345px auto;
			background-position: center center;
		}
		.home_title img{
			padding: 10px 1em 10px;
		}
	}/*@media*/

/*ボタン common上書き*/
.home_content .btn_box01{
	max-width: 600px;
	margin: 30px auto 0;
	display: block;
}
	/*ボタン common上書き SP*/
	@media screen and (max-width:736px){
		.home_content .btn_box01{
			max-width: 600px;
			width: auto;
			margin: 30px auto 0;
			display: block;
		}
	}/*@media*/

/*各項目の背景写真バナー*/
.content_bn a{
	background-position: center center;
	background-size: cover;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding: 20px;
}
.content_bn a img{
	height: 180px !important;
	width: auto !important;
}
	/*各項目の背景写真バナー*/
	@media screen and (max-width:736px){
		.content_bn a img{
			height: 150px !important;
		}
.content_bn a{
	padding: 2%;
	box-sizing: border-box;
}
	}/*@media*/





/* =========================================================
　お知らせ
========================================================= */
#info{
	overflow: auto;
}
/* お知らせ（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
}/*@media*/



/* =========================================================
　特集
========================================================= */
.feature_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.feature_list li{
	width: 19.3%;
	background-color: #fcf3f6;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.feature_list li a{
	color: #664422;
	display: block;
	position: relative;
}
.feature_list li p{
	font-size: 0.8em;
}
.feature_list li a:hover img{
	opacity: .8;
}
.feature_list li a:hover .feature_title{
	color: #0089E1;
}
.feature_list li img{
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
.feature_list li span{
	position: relative;
	overflow: auto;
	display: block;
}
.feature_list li span::after{
	content: "";
	background-image: url("../../images/feature_title_bg.png");
	background-position: top center;
	background-size: auto 20px;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
}
.feature_title{
	margin: 0;
	text-align: center;
	color: #0F3667;
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.5em;
	padding: .5em 8px;
}
.feature_text{
	padding: 0 10px 15px;
}
/* 特集（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
	.feature_list{
		display: block;
	}
	.feature_list li{
		width: 100%;
		margin-bottom: 20px;
	}
}/*@media*/


/* =========================================================
　観光
========================================================= */
.sightseeing_list{
	width: 100%;
	display: flex;
	letter-spacing: -.3em;
	flex-wrap: wrap;
	justify-content: space-around;
}
.sightseeing_list li{
	width: 48%;
	display: inline-table;
	letter-spacing: normal;
	margin-bottom: 40px;
}
/*
.sightseeing_list li:nth-child(2n + 1){
	float: right;
}
*/
/*12湯*/
/*
.sightseeing_list li.content_bn_12tou{
	width: 100%;
}
*/
.content_bn_12tou a{background-image: url("../../images/home_title_12tou_bg.jpg");}
/*体験する*/.content_bn_taiken a{background-image: url("../../images/home_title_taiken_bg.jpg");}
/*観る*/.content_bn_spot a{background-image: url("../../images/home_title_spot_bg.jpg");}
/*泊まる*/.content_bn_spa a{background-image: url("../../images/home_title_spa_bg.jpg");}
/*遊ぶ*/.content_bn_activity a{background-image: url("../../images/home_title_activity_bg.jpg");}
/*食べる*/.content_bn_gourmet a{background-image: url("../../images/home_title_gourmet_bg.jpg");}



.content_bn_12tou a:hover{background-image: url("../../images/home_title_12tou_bg_o.jpg");}
/*体験する*/.content_bn_taiken a:hover{background-image: url("../../images/home_title_taiken_bg_o.jpg");}
/*観る*/.content_bn_spot a:hover{background-image: url("../../images/home_title_spot_bg_o.jpg");}
/*泊まる*/.content_bn_spa a:hover{background-image: url("../../images/home_title_spa_bg_o.jpg");}
/*遊ぶ*/.content_bn_activity a:hover{background-image: url("../../images/home_title_activity_bg_o.jpg");}
/*食べる*/.content_bn_gourmet a:hover{background-image: url("../../images/home_title_gourmet_bg_o.jpg");}
/*食べる*/.content_bn_gourmet a:hover{background-image: url("../../images/home_title_gourmet_bg_o.jpg");}

/*タクシープラン*/
h4.s_title{
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 3em 0 2em 0;
}
h4.s_title span {
	background: #fcf3f6;
    padding: 0 1em;
    font-weight: bold;
    font-size: 100%;
    line-height: 100%;
    color: #71411b;
}
h4.s_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #71411b;
    margin-top: -15px;
    margin-bottom: 30px;
}

/*どんぐりとやまねこ号*/.content_bn_donguriyamanekogou a{
	background-image: url("../../images/home_title_donguriyamaneko_bg.jpg");
	border: 1px solid #ddd;
}
/*神楽の日限定タクシープラン*/.content_bn_kagura a{background-image: url("../../images/home_title_kagura_bg.jpg");}
/*神楽の日限定タクシープラン*/.content_bn_hinamaturi a{background-image: url("../../images/home_title_hinamaturi_bg.jpg");}
.taxi-remodal{
	max-width: 1080px;
	padding: 20px;
}

/*どんぐりとやまねこ号*/.content_bn_donguriyamanekogou a:hover{background-image: url("../../images/home_title_donguriyamaneko_bg_o.jpg");}
/*神楽の日限定タクシープラン*/.content_bn_kagura a:hover{background-image: url("../../images/home_title_kagura_bg_o.jpg");}
/*「宿場の雛まつり号」*/.content_bn_hinamaturi a:hover{background-image: url("../../images/home_title_hinamaturi_bg_o.jpg");}

@media screen and (max-width:736px){
h4.s_title span {
    padding: 0;
}
h4.s_title:after {
    margin-top: -20px;
}
}



/*エリアマップ*/
.area_map_title{
	background-color: #0C62A3;
	border-radius: 10px 10px 0 0;
	padding: 30px;
	margin: 0;
	font-size: 1em;
	color: #fff;
}
.area_map_title span{
	display: inline-block;
	font-weight: normal;
	margin: 0 30px;
}
.area_map_title img{
	 height: 43px;
	 width: auto;
}
.area_map img{
	 width: 100%;
	 height: auto;
}
.area_map_bn{
	text-align: center;
	margin: 30px 0 0;
}
.area_map_bn img{
	width: 100%;
	height: auto;
	max-width: 600px;
}
.area_map_bn a:hover{
	opacity: .85;
}
.area_map area{
	cursor: pointer !important;
}
/*モーダル共通設定*/
.modal_map{
	max-width: 1000px;
	padding: 0;
}
.remodal-close{
	left: auto;
	right: 0;
}
.modal_map_img{
	margin: 0;
	padding: 0;
}
.modal_map_img img{
	width: 100%;
	height: auto;
}
.modal_map_text{
	text-align: center;
	margin: 1em 0;
	padding: 0 20px;
	font-size: 1.8em;
	font-weight: bold;
}
.modal_map_list_wrap{
	display: flex;
	justify-content: space-between;
	padding: 0 50px 50px;
}
.modal_map_list{
	width: 48%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.modal_map_list li{
	margin: 0;
	padding: 0;
}
.modal_map_list li + li{
	margin-top: 10px;
}
.modal_map_list li a{
	display: block;
	background-color: #fff;
	border-radius: 25px;
	color: #000;
	font-weight: bold;
	font-size: 28px;
	padding: 16px 10px 16px 55px;
	position: relative;
	text-align: left;
}
.modal_map_list li a::before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url("../../images/map/12tou01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
}
/*12湯*/
#map_12tou{
	background-color: #F7D9AA;
}
#map_12tou .modal_map_text,
#map_12tou .modal_map_list li a:hover{
	color: #B6871A;
}
#map_12tou .modal_map_list{
	width: 31%;
}
#map_12tou .modal_map_list li.map01 a::before{background-image: url("../../images/map/12tou01.png");}
#map_12tou .modal_map_list li.map02 a::before{background-image: url("../../images/map/12tou02.png");}
#map_12tou .modal_map_list li.map03 a::before{background-image: url("../../images/map/12tou03.png");}
#map_12tou .modal_map_list li.map04 a::before{background-image: url("../../images/map/12tou04.png");}
#map_12tou .modal_map_list li.map05 a::before{background-image: url("../../images/map/12tou05.png");}
#map_12tou .modal_map_list li.map06 a::before{background-image: url("../../images/map/12tou06.png");}
#map_12tou .modal_map_list li.map07 a::before{background-image: url("../../images/map/12tou07.png");}
#map_12tou .modal_map_list li.map08 a::before{background-image: url("../../images/map/12tou08.png");}
#map_12tou .modal_map_list li.map09 a::before{background-image: url("../../images/map/12tou09.png");}
#map_12tou .modal_map_list li.map10 a::before{background-image: url("../../images/map/12tou10.png");}
#map_12tou .modal_map_list li.map11 a::before{background-image: url("../../images/map/12tou11.png");}
#map_12tou .modal_map_list li.map12 a::before{background-image: url("../../images/map/12tou12.png");}

/*石鳥谷*/
#map_ishidoriya{
	background-color: #D1ECF3;
}
#map_ishidoriya .modal_map_text,
#map_ishidoriya .modal_map_list li a:hover{
	color: #2F4D7A;
}
#map_ishidoriya .modal_map_list li.map01 a::before{background-image: url("../../images/map/ishidoriya01.png");}
#map_ishidoriya .modal_map_list li.map02 a::before{background-image: url("../../images/map/ishidoriya02.png");}
#map_ishidoriya .modal_map_list li.map03 a::before{background-image: url("../../images/map/ishidoriya03.png");}

/*大迫*/
#map_oohasama{
	background-color: #E7CBD9;
}
#map_oohasama .modal_map_text,
#map_oohasama .modal_map_list li a:hover{
	color: #562A55;
}
#map_oohasama .modal_map_list li.map01 a::before{background-image: url("../../images/map/oohasama01.png");}
#map_oohasama .modal_map_list li.map02 a::before{background-image: url("../../images/map/oohasama02.png");}
#map_oohasama .modal_map_list li.map03 a::before{background-image: url("../../images/map/oohasama03.png");}
#map_oohasama .modal_map_list li.map04 a::before{background-image: url("../../images/map/oohasama04.png");}
#map_oohasama .modal_map_list li.map05 a::before{background-image: url("../../images/map/oohasama05.png");}

/*東和*/
#map_towa{
	background-color: #DCEBC6;
}
#map_towa .modal_map_text,
#map_towa .modal_map_list li a:hover{
	color: #3B5934;
}
#map_towa .modal_map_list li.map01 a::before{background-image: url("../../images/map/touwa01.png");}
#map_towa .modal_map_list li.map02 a::before{background-image: url("../../images/map/touwa02.png");}
#map_towa .modal_map_list li.map03 a::before{background-image: url("../../images/map/touwa03.png");}
#map_towa .modal_map_list li.map04 a::before{background-image: url("../../images/map/touwa04.png");}

/*花巻*/
#map_hanamaki{
	background-color: #F8CCC4;
}
#map_hanamaki .modal_map_text,
#map_hanamaki .modal_map_list li a:hover{
	color: #BC5A39;
}
#map_hanamaki .modal_map_list li.map01 a::before{background-image: url("../../images/map/hanamaki01.png");}
#map_hanamaki .modal_map_list li.map02 a::before{background-image: url("../../images/map/hanamaki02.png");}
#map_hanamaki .modal_map_list li.map03 a::before{background-image: url("../../images/map/hanamaki03.png");}
#map_hanamaki .modal_map_list li.map04 a::before{background-image: url("../../images/map/hanamaki04.png");}
#map_hanamaki .modal_map_list li.map05 a::before{background-image: url("../../images/map/hanamaki05.png");}
#map_hanamaki .modal_map_list li.map06 a::before{background-image: url("../../images/map/hanamaki06.png");}
#map_hanamaki .modal_map_list li.map07 a::before{background-image: url("../../images/map/hanamaki07.png");}
#map_hanamaki .modal_map_list li.map08 a::before{background-image: url("../../images/map/hanamaki08.png");}
#map_hanamaki .modal_map_list li.map09 a::before{background-image: url("../../images/map/hanamaki09.png");}
#map_hanamaki .modal_map_list li.map10 a::before{background-image: url("../../images/map/hanamaki10.png");}

/* 観光（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
	.sightseeing_list{
	}
	.sightseeing_list li{
		width: 100%;
		margin-bottom: 10px;
	}
	/*エリアマップ*/
	.area_map_title{
		padding: 20px;
	}
	.area_map_title img{
		 height: auto;
		 width: 100%;
	}
	.area_map_title span{
		margin: 15px 0 0;
	}
	/*モーダル共通設定*/

	.modal_map_text{
		font-size: 1.2em;
		line-height: 1.7em;
	}
	.modal_map_list_wrap{
		display: flex;
		padding: 0 20px 20px;
	}
	.modal_map_list{
		padding: 0 1%;
		width: 48%;
	}
	.modal_map_list li,
	.modal_map_list li + li{
		margin: 0;
		display: inline-table;
		width: 100%;
		margin-top: 5px;
	}
	.modal_map_list li a{
		border-radius: 12.5px;
		color: #000;
		font-weight: bold;
		font-size: 16px;
		padding: 10px 10px 10px 40px;
		line-height: 25px;
	}
	.modal_map_list li a::before{
		width: 25px;
		height: 25px;
		top: 10px;
		left: 10px;
		display: inline-block;
		margin: 0 .5em 0 0;
		vertical-align: middle;
	}
	/*12湯*/
	#map_12tou .modal_map_list_wrap{
		display: block;
	}
	#map_12tou .modal_map_list{
		display: block;
		width: 100%;
		letter-spacing: -.4em;
	}
	#map_12tou li{
		padding: 0 1%;
		width: 48%;
		letter-spacing: normal;
	}
}/*@media*/

/* =========================================================
　モデルコース
========================================================= */
.modelcourse_bn{
	margin: 3em 0 40px;
}
.modelcourse_bn img{
	width: 100%;
	height: auto;
}
.modelcourse_bn a:hover{
	opacity: .85;
}
.modelcourse_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.modelcourse_list li{
	width: 31.5%;
	background-color: #fcf3f6;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.modelcourse_list li a{
	color: #664422;
	display: block;
	position: relative;
}
.modelcourse_list li a:hover img{
	opacity: .8;
}
.modelcourse_list li a:hover .modelcourse_title{
	color: #0089E1;
}
.modelcourse_list li img{
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
}
.modelcourse_list li span{
	position: relative;
	overflow: auto;
	display: block;
}
.modelcourse_list li span::after{
	content: "";
	background-image: url("../../images/modelcourse_title_bg.png");
	background-position: top center;
	background-size: auto 20px;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
}
.modelcourse_title{
	margin: 0;
	text-align: center;
	color: #0F3667;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	padding: .5em 20px;
}
.modelcourse_text{
	padding: 0 15px 15px;
}
/* モデルコース（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
	.modelcourse_bn{
		margin: 3em 0 20px;
	}
	.modelcourse_list{
		display: block;
	}
	.modelcourse_list li{
		width: 100%;
		margin-bottom: 20px;
	}
}/*@media*/


/* =========================================================
　花巻名物
========================================================= */
.specialty_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.specialty_list li{
    width: 24%;
}
.specialty_list li img{
	width: 100%;
	height: auto;

}
.specialty_list li a:hover img{
	opacity: .8;
}
.content_bn_goods a{
	background-image: url("../../images/home_title_goods_bg.jpg");
	padding: 26px 0;
}
.content_bn_goods a:hover{
	background-image: url("../../images/home_title_goods_bg_o.jpg");
}
.content_bn_goods a:hover img{
	opacity: 1 !important;
}
.content_bn_goods a img,.content_bn_netshop a img{
	opacity: 1 !important;
	max-height: 132px;
}
.content_bn_netshop a{
	background-image: url("../../images/home_title_netshop_bg.jpg");
	padding: 26px 0;
}
.content_bn_netshop a:hover{
	background-image: url("../../images/home_title_netshop_bg_o.jpg");
}
.content_bn_netshop a:hover img{
	opacity: 1 !important;
}
/* 花巻名物（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
	.specialty_list{
		display: block;
	}
	.specialty_list li{
		width: 100%;
		margin-bottom: 20px;
	}
}/*@media*/



/* =========================================================
　サブコンテンツ
========================================================= */
#sub_pickup{
	padding: 20px 0;
}
.sub_pickup_list{
	background-image: url("../../images/subnav_bg.png");
	background-size: 1008px auto;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 188px;
	margin: 0;
	padding: 0;
	display: table;
	letter-spacing: -.3em;
	width: 100%;
}
.sub_pickup_list li{
	display: inline-table;
	letter-spacing: normal;
	width: 33.3%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.sub_pickup_list li a{
	text-align: center;
	display: block;
	padding: 15px;
	width: 100%;
	height: 95px;
	line-height: 65px;
	box-sizing: border-box;
	font-size: 1.333em;
	color: #664422;
	font-weight: bold;
}
.sub_pickup_list li a:hover{
	color: #0089E1;
}
/* サブコンテンツ（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
	#sub_pickup{
		padding: 15px;
	}
	.sub_pickup_list{
		display: block;
		background-image: none;
	}
	.sub_pickup_list li{
		display: block;
		width: 100%;
		border-bottom: 1px solid #CCCCCC;
	}
	.sub_pickup_list li:last-child{
		border-bottom: none;
	}
	.sub_pickup_list li a{
		font-size: 1em;
		line-height: 1.5em;
		height: auto;
	}
}/*@media*/


/* =========================================================
　SNS
========================================================= */
.sns_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sns_title{
	margin: 0 0 .5em;
	padding: 0;
	color: #664422;
    font-size: 1.2em;
	position: relative;
}
.sns_title span{
    background: #fbf4f6;
    padding:0 0.6em;
    position: relative;
    z-index: 1;
}
.sns_title::after{
	position: absolute;
	content:"";
	top: 50%;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #daa570;
}
.sns_box{
	width: 31%;
}
.sns_box img{
	width: 100%;
	height: auto;
}
.inst{
	position: relative;
}
.inst a{
	display: block;
	position: absolute;
	width: 100%;
	/*max-width: 310px;*/
	height: 100%;
	/*max-height: 630px;*/
	z-index: 3;
}
.twitter .sns{
	background: url("../../images/sns_twitter_bg.jpg"),#fff;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	border-radius: 20px;
	border: 1.5px solid #DFE7EC;
}
.account{
	padding: 6em 20px 3em;
}
.twitter .sns img{
	max-width: 140px;
}
.twitter p{
	font-size: 1.2em;
	font-weight: bold;
	color:#664422;
}
.twitter .name{
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
.twitter .name span{
	font-size: 0.8em;
	font-weight: bold;
	color: #727272;
	display: block;
}
.twitter .btn_box01 a{;
background-color: #333333;
}

/* SNS（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
	.sns_wrap{
		display: block;
	}
	.sns_box{
		width: 100%;
		margin-bottom: 20px;
	}
}/*@media*/



/* =========================================================
　要素
========================================================= */

/* 要素（SP）
--------------------------------------------------------- */
@media screen and (max-width:736px){
}/*@media*/


