@charset "UTF-8";



/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. シンプル 枠（影）
		03. SNSボタン
	---------------------------

 ** ************************************* **/




/** 01. Globals
 **************************************************************** **/
.content_full {
		margin: 20px -10px;
		padding: 20px;
}
.module-green {
		background-color: #ebffea;
}
.top_space {
		margin-top: 30px;
}
#content .contact.pink {
		border: solid #F22B67 2px;
		padding: 0.5em;
}
#content .contact.pink p {
		margin-bottom: 0;
		line-height: 1.5;
}






/** 02. シンプル 枠（影）
 **************************************************************** **/
.kakomi-box {
		margin: 1em 0;
		padding: 10px;
		width: 100%;
		background-color: #FFF5EE; /* 背景色 */
		box-shadow: 0 0 5px 1px #ccc; /* 影 */
}






/** 03. SNSボタン
 **************************************************************** **/
.btn-social {
		position: relative;
		padding-left: 44px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
}
.btn-social > :first-child {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 32px;
		line-height: 34px;
		font-size: 1.6em;
		text-align: center;
		border-right: 1px solid rgba(0, 0, 0, 0.2)
}
.btn-social.btn-lg {
		padding-left: 61px
}
.btn-social.btn-lg > :first-child {
		line-height: 45px;
		width: 45px;
		font-size: 1.8em
}
.btn-social.btn-sm {
		padding-left: 38px
}
.btn-social.btn-sm > :first-child {
		line-height: 28px;
		width: 28px;
		font-size: 1.4em
}
.btn-social.btn-xs {
		padding-left: 30px
}
.btn-social.btn-xs > :first-child {
		line-height: 20px;
		width: 20px;
		font-size: 1.2em
}
.btn-social-icon {
		position: relative;
		padding-left: 44px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 34px;
		width: 34px;
		padding: 0
}
.btn-social-icon > :first-child {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 32px;
		line-height: 34px;
		font-size: 1.6em;
		text-align: center;
		border-right: 1px solid rgba(0, 0, 0, 0.2)
}
.btn-social-icon.btn-lg {
		padding-left: 61px
}
.btn-social-icon.btn-lg > :first-child {
		line-height: 45px;
		width: 45px;
		font-size: 1.8em
}
.btn-social-icon.btn-sm {
		padding-left: 38px
}
.btn-social-icon.btn-sm > :first-child {
		line-height: 28px;
		width: 28px;
		font-size: 1.4em
}
.btn-social-icon.btn-xs {
		padding-left: 30px
}
.btn-social-icon.btn-xs > :first-child {
		line-height: 20px;
		width: 20px;
		font-size: 1.2em
}
.btn-social-icon > :first-child {
		border: none;
		text-align: center;
		width: 100% !important
}
.btn-social-icon.btn-lg {
		height: 45px;
		width: 45px;
		padding-left: 0;
		padding-right: 0
}
.btn-social-icon.btn-sm {
		height: 30px;
		width: 30px;
		padding-left: 0;
		padding-right: 0
}
.btn-social-icon.btn-xs {
		height: 22px;
		width: 22px;
		padding-left: 0;
		padding-right: 0
}
.btn-twitter {
		color: #fff;
		background-color: #55acee;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:focus, .btn-twitter.focus {
		color: #fff;
		background-color: #2795e9;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:hover {
		color: #fff;
		background-color: #2795e9;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
		color: #fff;
		background-color: #2795e9;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
		color: #fff;
		background-color: #1583d7;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
		background-image: none
}
.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
		background-color: #55acee;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-twitter .badge {
		color: #55acee;
		background-color: #fff
}
.btn-X {
		color: #fff;
		background-color: #000000;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-X:focus, .btn-X.focus {
		color: #fff;
		background-color: #333333;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-X:hover {
		color: #fff;
		background-color: #333333;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-X:active, .btn-X.active, .open > .dropdown-toggle.btn-X {
		color: #fff;
		background-color: #333333;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-X:active:hover, .btn-X.active:hover, .open > .dropdown-toggle.btn-X:hover, .btn-X:active:focus, .btn-X.active:focus, .open > .dropdown-toggle.btn-X:focus, .btn-X:active.focus, .btn-X.active.focus, .open > .dropdown-toggle.btn-X.focus {
		color: #fff;
		background-color: #1583d7;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-X:active, .btn-X.active, .open > .dropdown-toggle.btn-X {
		background-image: none
}
.btn-X.disabled:hover, .btn-X[disabled]:hover, fieldset[disabled] .btn-X:hover, .btn-X.disabled:focus, .btn-X[disabled]:focus, fieldset[disabled] .btn-X:focus, .btn-X.disabled.focus, .btn-X[disabled].focus, fieldset[disabled] .btn-X.focus {
		background-color: #000000;
		border-color: rgba(0, 0, 0, 0.2)
}
.btn-X .badge {
		color: #000000;
		background-color: #fff
}
.btn-social.btn-X > :first-child {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 32px;
		line-height: 34px;
		font-size: 1.6em;
		text-align: center;
		border-right: 1px solid rgba(255, 255, 255, 0.80)
}
.sns_icon {
		float: left;
		margin: 5px 0 10px 0;
		padding: 0;
		width: 50px;
}
.sns_icon img {
		border-radius: 20px;
		height: 40px;
		width: 40px;
}
.sns_content h5 {
		margin: 5px 0;
		padding: 2px 0;
		font-size: 110%;
		font-weight: bold;
		letter-spacing: 0;
		color: #3b536b;
		border-bottom: solid 0px #ccc;
		border-left: 0px solid #005b9f;
}
.btn-insta {
		color: #fff;
		-webkit-transition-timing-function: ease;
		-o-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-property: all;
		-o-transition-property: all;
		transition-property: all;
		border-color: #f13f79;
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション?*/ ;
}
.btn-insta:focus, .btn-insta.focus {
		color: #fff;
		background: -webkit-linear-gradient(135deg, #2F6EF5 0%, #F62C6D 70%) no-repeat;
		background: linear-gradient(135deg, #2F6EF5 0%, #F62C6D 70%) no-repeat; /*グラデーション?*/ ;
		border-color: #f13f79;
}
.btn-insta:hover {
		color: #fff;
		background: -webkit-linear-gradient(135deg, #2F6EF5 0%, #F62C6D 70%) no-repeat;
		background: linear-gradient(135deg, #2F6EF5 0%, #F62C6D 70%) no-repeat; /*グラデーション?*/ ;
		border-color: #f13f79;
}
.btn-insta:active, .btn-insta.active, .open > .btn-insta.dropdown-toggle {
		color: #fff;
		background: -webkit-linear-gradient(135deg, #2F6EF5 0%, #F62C6D 70%) no-repeat;
		background: linear-gradient(135deg, #2F6EF5 0%, #F62C6D 70%) no-repeat; /*グラデーション?*/ ;
		border-color: #f13f79;
}