@charset "utf-8";

img.miniimage {
	 display: none; 
}

/*===============================================
画面の横幅が500px以上（パソコン・タブレット用）
===============================================*/
@media screen and (min-width: 500px){
この部分にパソコン用だけに対応させたいCSSコードを入力していく


.official-sns_midashi {
	width: 700px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 20px;
}

.official-sns_box {
	padding-bottom: 100px;
}
.official-sns_title {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.official-sns_account {
	font-weight: bold;
	color: #9A9A9A;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.official-sns_text {
	font-size: 14px;
	line-height: 20px;
}
.official-sns-icon {
	float: left;
	width: 75px;
	margin-bottom: 20px;
	padding-bottom: 50px;
}
.official-sns_right{
	float: left;
	height: 170px;
	width: 270px;
}

.official-sns_wrap {
	margin-bottom: 30px;
	width: 350px;
	border: 1px solid #B7B7B7;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.official-sns_midashi {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 20px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #868484;
	text-align: center;
	width: 760px;
	padding-top: 30px;
}

.official-sns_logo {
	float: left;
	width: 420px;
}

.official-sns_bt {
	clear: both;
	width: 100%;
	padding-top: 15px;
	font-size:16px
}
.official-sns_button-tw {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #55ACEE;
	border: 2px solid #55ACEE;
	color: #fff;
}
.official-sns_button-tw::before,
.official-sns_button-tw::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.official-sns_button-tw,
.official-sns_button-tw::before,
.official-sns_button-tw::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, sans-serif;
}
.official-sns_button-tw:hover {
	background-color: #fff;
	border-color: #55ACEE;
	color: #55ACEE;
	font-weight: bold;
}

.official-sns_button-fb {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #3B579D;
	border: 2px solid #3B579D;
	color: #fff;
}
.official-sns_button-fb::before,
.official-sns_button-fb::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.official-sns_button-fb,
.official-sns_button-fb::before,
.official-sns_button-fb::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, sans-serif;
}
.official-sns_button-fb:hover {
	background-color: #fff;
	border-color: #3B579D;
	color: #3B579D;
	font-weight: bold;
}

.official-sns_button-ig {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #E33F5E;
	border: 2px solid #E33F5E;
	color: #fff;
}
.official-sns_button-ig::before,
.official-sns_button-ig::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.official-sns_button-ig,
.official-sns_button-ig::before,
.official-sns_button-ig::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, sans-serif;
}
.official-sns_button-ig:hover {
	background-color: #fff;
	border-color: #E33F5E;
	color: #E33F5E;
	font-weight: bold;
}
.official-sns {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 300px;
}
}

/*===============================================
画面の横幅が499pxまで（スマホ用）
===============================================*/
@media screen and (max-width:499px){
この部分にスマホ用だけに対応させたいCSSコードを入力していく
img {
    width: 100%;
    height: auto;
}
.official-sns {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.official-sns_midashi {
	margin-bottom: 40px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 20px;
}
.official-sns_title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}
.official-sns_account {
	font-weight: bold;
	color: #9A9A9A;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.official-sns_text {
	font-size: 14px;
	line-height: 20px;
}
.official-sns-icon {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}
.official-sns_right{
	width: 100%;
}

.official-sns_wrap {
	margin-bottom: 20px;
	width: 96%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #BDBDBD;

}

.official-sns_midashi {
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-bottom: 20px;
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #868484;
	width: 94%;
	padding-top: 20px;
}

.official-sns_bt {
	clear: both;
	width: 100%;
	padding-top: 15px;
}

.official-sns_button-tw {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #55ACEE;
	border: 2px solid #55ACEE;
	color: #fff;
	line-height: 50px;
}
.official-sns_button-tw::before,
.official-sns_button-tw::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.official-sns_button-tw,
.official-sns_button-tw::before,
.official-sns_button-tw::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.official-sns_button-tw:hover {
	background-color: #fff;
	border-color: #55ACEE;
	color: #55ACEE;
}

.official-sns_button-fb {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #3B579D;
	border: 2px solid #3B579D;
	color: #fff;
	line-height: 50px;
}
.official-sns_button-fb::before,
.official-sns_button-fb::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.official-sns_button-fb,
.official-sns_button-fb::before,
.official-sns_button-fb::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.official-sns_button-fb:hover {
	background-color: #fff;
	border-color: #3B579D;
	color: #3B579D;
}

.official-sns_button-ig {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #E33F5E;
	border: 2px solid #E33F5E;
	color: #fff;
	line-height: 50px;
}
.official-sns_button-ig::before,
.official-sns_button-ig::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.official-sns_button-ig,
.official-sns_button-ig::before,
.official-sns_button-ig::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.official-sns_button-ig:hover {
	background-color: #fff;
	border-color: #E33F5E;
	color: #E33F5E;
}
}
