a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-weight: bold;
	line-height: 1.2em;
}
@media (min-width: 769px){

h1 {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -2px;
}
h2 {
  font-size: 30px;
  color: #434343;
  letter-spacing: -2px;
}
h3 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
h4 {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 18px 0 18px 0;
  line-height:160%;
}
h5 {
	font-size: 18px;
	color: #959595;
	font-weight: 600;
	letter-spacing: -1px;
	line-height:160%;
}
h6 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	letter-spacing: -1px;
	line-height:160%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-left: 5px;
}
}

@media (max-width: 768px){

h1 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -2px;
}
h2 {
  font-size: 25px;
  color: #434343;
  letter-spacing: -2px;
}
h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -2px;
}
h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 18px 0 18px 0;
  line-height:160%;
}
h5 {
	font-size: 18px;
	color: #959595;
	font-weight: 600;
	letter-spacing: -1px;
	line-height:160%;
}
h6 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	letter-spacing: -1px;
	line-height:160%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-left: 5px;
}
}

h2 .cotent_title_h2 {
    text-align: left;
    font-weight: bold;
    color: #333;
    font-size: 110%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
/*p {
  margin-bottom: 0px;
}
*/
.bold{
	font-weight: bold;
}
.bg_pink{
	font-size: 16px;
	background-color: #FED8E2;
	padding: 2px;
}
.catch-lead {
	font-size: 16px;
	line-height: 20px;
	color: #676667;
	margin: 0;
	text-decoration: none;
	font-weight: 600;
	height: 2.5em;
	padding-right: 1em;
}


.lead {
    font-size: 14px;
    line-height: 20px;
    color: #676667;
    margin: 0;
    text-decoration: none;
}

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

.leadarea {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	background-color:#1f6425;
	color:#FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../img/bg_leadarea.png);
	background-repeat: repeat-y;
	background-position: right bottom;
}

.leadarea .contentsection{
	max-width: 1200px;
	height: 335px;
	margin: 0 auto;
	color: #fff;
	background: inherit;
	position: relative;
}

.leadarea .content-img {
    /*overflow: hidden;*/
    float: left;
    width: 40%;
	height: 280px;
}

.leadarea .content-img img {
    min-width: 400px!important;
    object-fit: cover;
}

.leadarea .content-txt {
	float: right;
	width: 50%;
	margin: 0;
	vertical-align: middle;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2.5em;
}
}



@media only screen and (min-width: 769px) and (max-width: 1240px) {

.leadarea {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	background-color:#1f6425;
	color:#FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../img/bg_leadarea.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.leadarea .contentsection{
	max-width: 1200px;
	height: 280px;
	margin: 0 auto;
	color: #fff;
	background: inherit;
	position: relative;
}

.leadarea .content-img {
    /*overflow: hidden;*/
    float: left;
    width: 30%;
	height: 280px;
}

.leadarea .content-img img {
    min-width: 400px!important;
    object-fit: cover;
}

.leadarea .content-txt {
	float: right;
	width: 40%;
	margin: 0;
	vertical-align: middle;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2.5em;
}
}



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

.leadarea {
	font-size: 14px;
	line-height: 20px;
	color: #676667;
	text-decoration: none;
	background-color:#1f6425;
	color:#FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top:10px;
}

.leadarea .contentsection{
	width: 97%;
	height: auto;
	margin: 0 auto;
	color: #fff;
	background: inherit;
	position: relative;
}

.leadarea .content-img {

	text-align: center;
}

.leadarea .content-img img {
    width: auto;
}

.leadarea .content-txt {
	width: 98%;
	margin: 0;
	vertical-align: middle;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 0.5em;
}	
}

a.lead {
  text-decoration: none;
}
a.lead:hover {
  text-decoration: underline;
}
figure {
  width: 98%;
}
img.img-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.text-info {
  color: #676667;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
.link {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	display: inline-block;
	background: url(../img/marker.gif) right 7px no-repeat;
	padding-right: 10px;
	margin-top: 20px;
	text-decoration: none;
	float: right;
	margin-right: 15px;
}
.link-2 {
  text-decoration: none;
}
.link-2:hover {
  text-decoration: underline;
}
.clr {
  color: #ffffff;
}
.underline {
  text-decoration: underline;
}
a.underline {
  color: #656566;
}
a.underline:hover {
  color: #ffffff;
  text-decoration: underline;
}
.upper {
  text-transform: uppercase;
}
.top-0 {
  margin-top: 0 !important;
}
.bot-0 {
  margin-bottom: 0 !important;
}
.left-0 {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.indent-1 {
  margin-top: 58px;
}

.indent-rincafe {
margin-top: 58px;
	padding-bottom: 10px;
background-image: url(../images/t_back_coco.png);
background-repeat: no-repeat;
background-position: 1px -0px;
padding-left: 130px;
height: 100px;
padding-top: 20px;
	 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
}
.indent-2 {
  margin-top: 50px;
}
.indent-3 {
  padding-top: 23px;
}
.p0 {
  padding-bottom: 0px !important;
}
.p1 {
  margin-bottom: 7px !important;
}
.p2 {
  margin-bottom: 9px !important;
}
.p3 {
  margin-bottom: 40px !important;
}
.img-indent {
  margin: 29px 0 28px 0;
}
.extra-wrap {
  overflow: hidden;
}
ul.list,
ul.list-2 {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding: 5px 0 5px 13px;
  background: url(../img/marker.gif) 0 12px no-repeat;
  font-size: 12px;
  line-height: 20px;
}
ul.list li a {
  color: #666;
  text-decoration: underline;
}
ul.list li a:hover {
  text-decoration: none;
}
ul.list-2 li {
  padding: 5px 0 5px 13px;
  background: url(../img/marker.gif) 0 12px no-repeat;
  font-size: 12px;
  line-height: 20px;
}
ul.list-2 li a {
  color: #ffffff;
  text-decoration: none;
}
ul.list-2 li a:hover {
  text-decoration: underline;
}
/**/
/* buttons*/
.btn_ {
  background: #cf3046;
  border: none;
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 13px 8px 13px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.btn-small_ {
  padding: 8px 18px 8px 18px;
  color: #ffffff;
}
.btn_:hover {
  color: #000;
  background: #ffffff;
}
/**/
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 37px;
  height: 37px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -640px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background-position: right 0;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ header ------- */
header {
  padding: 10px 0 0 0;
  background: url(../img/header.png) 0 0 repeat-x #1b1a1d;
  position: relative;
  /*z-index: 999;*/
}
.header-block {
  /*background: url(../img/header-block.png) 0 0 repeat-x #1b1b1c;*/
  position: relative;
  z-index: 999;
}

.header-block-pad {
	padding-top: 5px;
	padding-right: 31px;
	padding-bottom: 10px;
	padding-left: 52px;

}
@media only screen and (min-width:769px){
h1.brand {
	display: inline-block;
	margin: 0px;
	padding: 0;
	text-transform: none;
}

.contacts {
	float: right;
	display: inline-block;
	color: #ffffff;
	line-height: 22px;
	background-repeat: repeat-y;
	background-position: right 0;
	margin-top: 7px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
}
@media only screen and (max-width:768px){
h1.brand {
	display: inline-block;
	padding: 0;
	text-transform: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.contacts {

	display: inline-block;
	color: #ffffff;
	line-height: 22px;
	background-repeat: repeat-y;
	background-position: right 0;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
}
h1.brand a {
  display: block;
  font-size: 0;
  line-height: 0px;
}
h1.brand span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #F0F0F0;
	font-weight: normal;
	margin: -1px 0 0 70px;
	letter-spacing: 0;
}

.contacts span,
.contacts a {
  color: #fff;
  text-decoration: none;
}
.contacts a:hover {
  color: #747474;
}
/* search-form */.navbar-form {
  background: url(../img/form-search.jpg) 0 0 repeat-x #1c1c1c;
  border-bottom: #515152 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 19px 0px 0 0;
  float: right;
}
.navbar-form input {
  background: none;
  border: none;
  box-shadow: none;
  line-height: 18px;
  width: 288px;
  float: left;
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 5px;
}
.navbar-form input:focus {
  box-shadow: none;
}
.navbar-form a {
  margin: 0;
  display: inline-block;
  width: 40px;
  height: 33px;
  background: url(../img/search.png) 0 0 no-repeat;
  float: right;
}
.navbar-form a:hover {
  background: url(../img/search.png) right 0 no-repeat;
}
/**/
/* navbar */
.navbar_ {
  margin: 0px 0 0 0;
}
.navbar_ .navbar-inner_ {
	margin: 0;
	/*background: url(../img/navbar.png) 0 0 repeat-x;*/
	border: none;
	min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 45px;
}
/*nav*/
.navbar_ .container {
	position: relative;
}
.nav-collapse_ {
  float: left;
  padding-top: 8px;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  background: url(../img/line-1.png) 0 0 repeat-y;
  padding: 0 10px 0 10px;
  line-height: 17px;
}
.nav-collapse_ .nav > li > a > em {
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url(../img/home.png) 0 0 no-repeat;
}
.nav-collapse_ .nav > li.li-first {
  background: none;
  padding-left: 0;
}
.nav-collapse_ .nav li a {
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
}
.nav-collapse_ .nav > li > a {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.nav-collapse_ .nav > li.li-first.sfHover a > em,
.nav-collapse_ .nav > li.li-first:hover a > em,
.nav-collapse_ .nav > li.li-first.active a > em,
.nav-collapse_ .nav > li.li-first.active a > em {
  background-position: right 0;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #cf3046;
  background: none;
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
	content: " ";
	position: absolute;
	background: url('../img/li-marker.png') left top no-repeat;
	width: 7px;
	height: 5px;
	right: 50%;
	top: 50%;
	margin: 10px -3px 0 0;
	z-index: 9999;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 0px;
  top: 28px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  background: #111111;
  padding: 20px 0 24px 0;
  margin: 0;
}
.nav-collapse_ .nav > li li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url('../img/li-marker.png') left top no-repeat;
  width: 7px;
  height: 5px;
  right: 10px;
  top: 10px;
}
.nav-collapse_ .nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  padding: 7px 10px 8px 24px;
  background: none;
  	font-size: 12px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.nav-collapse_ .nav ul ul {
  position: absolute;
  display: none;
  width: 158px;
  left: 158px;
  top: -20px;
  height: auto;
  list-style: none;
  z-index: 111;
  background: #111111;
  padding: 20px 0 24px 0;
  margin: 0;
}
/**/
/*social-icons*/
.social-icons {
  float: right;
  display: inline-block;
  margin: 0px 34px 0 0px;
}
.social-icons li {
  float: left;
  display: inline-block;
  margin-left: 3px;
}
.social-icons li a {
  display: block;
}
.social-icons li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/**/
/* slider */
.slider {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: -10px;
}
.camera_wrap {
  margin-bottom: 0 !important;
}
.camera_thumb {
  width: 150px;
  height: auto;
}
.camera_wrap .camera_pag {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -465px;
  z-index: 999;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  display: none;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b2b2b2;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #373737;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #373737;
  cursor: default;
}
.camera_caption {
  display: none;
}
/*--- header end ------*/
/*------ content ------- */
.content {
	background-color: #F5F5F5;
	/*background-image: url(../img/bg-content.jpg);*/
	background-repeat: repeat;
	background-position: 0 0;
}

.content_topphoto {
	background-color: #E0E0E0;
	/*background-image: url(../img/bg-content.jpg);*/
	background-repeat: repeat;
	background-position: 0 0;
}

.main-content {
  padding-bottom: 46px;
}
.sub-content {
  background: url(../img/sub-content.jpg) 0 0 repeat-x;
  padding-bottom: 46px;
}
/* thumbnails */
.thumbnails {
  margin-bottom: 0;
}
.thumbnails li {
  margin-bottom: 0px;
}
.thumbnails .thumbnail {
	border: none;
	padding: 0;
	min-height: 370px;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #2D2D2D;
	background-image: url(../img/thumbnail-bg.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.thumbnails .thumbnail .caption {
	padding: 27px 0px 23px 21px;
	overflow: hidden;
	background-color: #161618;
	background-repeat: repeat-x;
	background-position: 0 0;
}
.thumbnails .thumbnail h3 {
  color: #ffffff;
  font-size: 22px;
  margin: -3px 0 0 0;
}
.thumbnails .thumbnail:hover .caption {
	/* hover時に画像を発光させる */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background-color: #1f6425;
	background-repeat: repeat-x;
	background-position: 0 -204px;
}
.thumbnails .thumbnail img {
  float: left;
  margin-top: -9px;
}

a:hover img {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.thumbnails .thumbnail h5 {
  margin: 0;
}
.thumbnails .thumbnail:hover h5 {
	color: #6fb655;
}
.thumbnails .thumbnail .thumbnail-pad {
  padding: 25px 20px 30px 21px;
   color: #ffffff;
}
.thumbnails .thumbnail a.btn_ {
  margin-top: 3px;
  background: #171619;
}
/*.thumbnails .thumbnail a.btn_:hover {
  background: #cf3046;
  color: #ffffff;
}*/

.thumbnails .thumbnail a.btn_:hover {
  background: #307228;
  color: #ffffff;
}
.thumbnails .thumbnail_1 a.btn_ {
  margin-top: 3px;
  background: #cf3046;
  color: #ffffff;
}
.thumbnails .thumbnail_1 a.btn_:hover {
  background: #171619;
}
/**/
/* thumbnails_2 */
.thumbnails_2 {
  margin: 0px 0 0 -25px;
  padding-top: 8px;
}
.thumbnails_2 li.thumbnail_2 {
  margin: 0px 0px 24px 25px;
  padding: 0;
  display: block;
  float: left;
  width: 137px;
}
.thumbnails_2 .thumbnail_2 figure {
  margin: 0px 0 16px 0;
}
.thumbnails_2 li.thumbnail_2 .text-info {
  color: #ffffff;
}
/**/
/*lists*/
.lists {
  overflow: hidden;
}
.lists ul {
  margin-top: 15px;
}
.lists-width2 {
  overflow: hidden;
  margin-left: -15px;
}
.lists-width2 ul {
  margin-left: 15px;
  margin-top: 33px;
  width: 140px;
  float: left;
}
/**/
/*banners*/
.banners {
  margin: 0 0 0px -30px;
  overflow: hidden;
}
.banners li {
  margin-left: 30px;
  float: left;
  display: inline-block;
  margin-top: 18px;
}
/**/
/* thumbnail_3 */
.thumbnails_3 {
  margin: 0px 0 0 0px;
}
.thumbnails_3 .thumbnail_3 {
  margin: 27px 0 0px 0px;
}
.thumbnails_3 .thumbnail_3 {
  background: transparent;
  border: none;
  padding: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails_3 .thumbnail_3 figure {
  margin: 0px 0 15px 0;
}
.thumbnails_3 .thumbnail_3 figure img {
  width: 100%;
}
/**/
/* thumbnail_4 */
.thumbnails_4 {
  margin: 0px 0 0 0px;
}
.thumbnails_4 .thumbnail_4 {
  margin: 27px 0 10px 0px;
}
.thumbnails_4 .thumbnail_4 {
  background: none;
  border: none;
  padding: 0;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails_4 .thumbnail_4 figure {
  margin: 0px 0 15px 0;
}
.thumbnails_4 .thumbnail_4 figure img {
  width: 100%;
}
/**/
/*list-news*/
.list-news {
  margin: 0 0 0 0;
  padding-top: 6px;
}
.list-news li {
  display: block;
  margin-top: 30px;
}
.list-news li:first-child {
  margin-top: 0 !important;
}
.list-news li .text-info {
  margin-top: 15px;
}
.list-news li a.btn_ {
  margin-top: 0;
}
/**/
/*list-services*/
.list-services {
  margin: 0 0 0 -40px;
}
.list-services li {
  display: block;
  float: left;
  overflow: hidden;
  margin-top: 20px;
  width: 330px;
  margin-left: 40px;
  min-height: 180px;
}
.list-services li > div {
  overflow: hidden;
}
.list-services li img {
  float: left;
  margin-top: 0px;
}
/**/
.text-block-1 {
  padding-top: 7px;
}
.text-block-1 div {
  overflow: hidden;
  padding-bottom: 5px;
}
.text-block-1 img {
  float: left;
  margin-right: 20px;
  width: auto;
}
/*-- contacts page --*/
.map {
  padding: 7px 0 9px 0;
}
.map iframe {
  width: 100%;
  height: 353px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
address strong {
  font-weight: normal;
}
address span {
  display: inline-block;
  width: 70px;
}
.contact-form {
  padding-top: 11px;
}
.contact-form input {
  color: #c4c3c4;
  height: 36px;
  width: 270px;
  padding: 10px 0 11px 18px;
  line-height: 17px !important;
  margin: 0;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  background: url(../img/form-bg.png) 0 0 repeat;
}
.contact-form label {
  min-height: 56px;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  width: 100%;
}
.contact-form .error,
.contact-form .empty {
  display: none;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  color: #c4c3c4;
  float: left;
  margin: 2px 0 4px 10px;
  min-width: 160px;
}
.contact-form .success {
  display: none;
  padding-bottom: 5px;
}
.contact-form textarea {
  width: 100%;
  height: 246px;
  padding: 9px 0 0 18px;
  margin: 0;
  resize: none;
  color: #939393;
  border: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  background: url(../img/form-bg.png) 0 0 repeat;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: none;
}
.contact-form .btn_ {
  margin: 31px 0 0 16px;
}
/*privacy*/
.float {
  float: left;
}
.float2 {
  float: right;
}
/**/
/*404 page*/
.block-404 .span8 {
  padding-top: 64px;
  text-align: center;
}
.block-404 .span4 {
  padding-top: 37px;
}
.block-404 h1 {
  margin: 0px;
  font-size: 60px;
}
.block-404 h4 {
  margin: 28px 0 39px 0;
}
.form-404 {
  width: 100%;
  margin-top: 35px;
}
.form-404 input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  background: #fff;
  margin: 0;
  box-shadow: none;
  height: 30px;
  width: 175px;
  line-height: 17px;
  padding: 7px 10px 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #656566;
  float: left;
}
.form-404 input:focus {
  box-shadow: none;
}
.form-404 a.btn_ {
  margin: 0;
  width: 91px;
  text-align: center;
  padding: 7px 0 8px 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.form-404 a.btn_:hover {
  color: #ffffff;
  background: #171619;
}
/**/
/*-- end contacts --*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 26px 0 0 0;
  background: url(../img/footer.jpg) 0 0 repeat-x;
  color: #8e8e8e;
}
footer .span8 > a {
  text-decoration: underline;
  color: #cf3046;
}
footer .span8 > a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer-menu {
  display: block;
  border-bottom: #373638 1px solid;
  padding: 12px 0 47px 0;
  margin: 0 0 27px 0;
}
.footer-menu li {
  display: inline-block;
  float: left;
  color: #373739;
  font-size: 11px;
  line-height: 15px;
}
.footer-menu li a {
  margin: 0 12px;
  color: #8e8e8e;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-menu li:first-child a {
  margin-left: 0;
}
.footer-menu li a:hover,
.footer-menu li a.current {
  text-decoration: underline;
}
.footer-menu2 {
  display: block;
  padding: 12px 0 10px 0;
  margin: 0 0 0 0;
	text-align: center;
}
.footer-menu2 a {
  margin: 0 12px;
  color: #8e8e8e;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-menu2 a:hover,
.footer-menu2 a.current {
  text-decoration: underline;
}
/* form newsletter */
form#newsletter {
  margin: 0;
  background: url(../img/newsletter-bg.png) 0 0 repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px 27px 28px 28px;
}
form#newsletter input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  background: #fff;
  color: #1e1d20;
  margin: 0;
  box-shadow: none;
  height: 30px;
  line-height: 15px;
  padding: 7px 10px 8px 10px;
  width: 154px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
form#newsletter input:focus {
  box-shadow: none;
}
form#newsletter a.btn_ {
  margin-top: 0;
  width: 91px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
form#newsletter a.btn_:hover {
  color: #ffffff;
  background: #171619;
}
form#newsletter label {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
  text-transform: none;
}
/**/
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .camera_wrap .camera_pag {
    bottom: 48px;
  }
  .camera_wrap .camera_pag .camera_pag_ul li {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .camera_wrap .camera_pag {
    margin-left: -580px;
  }
  .thumbnails .thumbnail h3 {
    font-size: 28px;
  }
  form#newsletter input {
    width: 224px;
  }
  .lists-width2 {
    margin-left: -30px;
  }
  .lists-width2 ul {
    margin-left: 30px;
    width: 170px;
  }
  .thumbnails_2 {
    margin: 0px 0 0 -30px;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    width: 170px;
  }
  .list-services {
    margin: 0 0 0 -130px;
  }
  .list-services li {
    width: 370px;
    margin-left: 130px;
    min-height: inherit;
  }
  .form-404 input {
    width: 223px;
  }
}
@media (max-width: 1199px) {
  
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (min-width: 979px) {
  
}
@media (max-width: 979px) {
  .slider {
    height: auto;
  }
  .thumbnails .thumbnail .caption {
    padding: 17px 0px 13px 21px;
  }
  .thumbnails .thumbnail .thumbnail-pad {
    padding: 15px 20px 15px 21px;
  }
  .thumbnails .thumbnail h3 {
    font-size: 28px;
  }
  form#newsletter {
    margin-bottom: 20px;
    padding: 15px 27px 15px 28px;
  }
  form#newsletter input {
    width: 100%;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  form#newsletter a.btn_ {
    margin-top: 15px;
    float: right;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  /**/
  .thumbnails_2 {
    margin: 0px 0 0 -30px;
  }
  .list-services li {
    min-height: inherit;
    width: inherit;
  }
  .cols-1 .span4 img {
    width: inherit !important;
  }
  .thumbnails_2 li.thumbnail_2 img {
    width: 100%;
  }
  .text-block-1 img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .form-404 input {
    width: 100%;
    float: none;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
  }
  .form-404 a.btn_ {
    float: right;
    margin-top: 20px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
  }
  .footer-menu li a {
    margin: 0 6px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  .navbar-form input {
    width: 120px;
  }
  .contacts {
    margin-right: 20px;
    padding-right: 20px;
  }
  /* navbar */
  .navbar-inner_ .btn-navbar {
    display: none;
  }
  .navbar-inner_ .nav-collapse {
    overflow: visible;
    height: auto;
  }
  .navbar-inner_ .nav-collapse_ .nav > li {
    padding: 0 10px 0 10px;
    float: left;
  }
  .nav-collapse_ .nav > li.li-first {
    background: none;
    padding: 0 18px 0 0px;
  }
  .nav-collapse_ .nav > li > a {
    margin-bottom: 0;
  }
  /**/
  .cols-1 div + div {
    margin-left: 0 !important;
  }
  .cols-1 .span4 {
    width: 100% !important;
  }
  /* */
  .thumbnails .span3 {
    width: 352px;
  }
  .thumbnails .thumbnail p {
    min-height: 60px;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: none;
    width: 228px;
  }
  /**/
  .lists .lists-width2 {
    width: 200px;
  }
  .lists-width2 {
    margin-left: -30px;
  }
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
  }
  .thumbnails_4 .span3 {
    width: 352px;
  }
  .camera_wrap .camera_pag {
    margin-left: -350px;
  }
}
@media (max-width: 768px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .header-block-pad {
    padding: 18px 23px 14px 22px;
  }
  /*.contacts {
    padding-right: 0;
    margin-right: 0;
    margin-left: 40px;
    background: none;
  }*/
  .navbar-form input {
    width: 200px;
  }
  .navbar-form {
    margin-left: 20px;
  }
  .social-icons {
    margin: 5px 24px 0 0;
  }
  /* navbar */
  .navbar_ .navbar-inner_ {
    padding: 13px 0 10px 22px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    position: absolute;
    left: 0;
    top: 46px;
  }
  .navbar_ .btn {
    display: inline-block;
    float: left;
    background: #ffffff;
    padding: 12px 20px 12px 20px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    margin: 0;
    text-shadow: none;
    color: #000;
    box-shadow: none;
    border: none;
  }
  .navbar_ .btn:hover {
    background-color: #cf3046;
    color: #ffffff;
  }
  .nav-collapse_ .nav {
    position: relative;
    zoom: 1;
    z-index: 999;
    width: 168px;
    background: #111;
    padding: 20px 0 24px 0;
    margin: 0;
  }
  .nav-collapse_ .nav li {
    line-height: 15px;
    background: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .nav-collapse_ .nav li a {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: none;
    text-transform: uppercase;
    margin: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
  }
  .nav-collapse_ .nav > li > a,
  .nav-collapse_ .nav > li.li-first a {
    padding: 7px 10px 8px 28px;
  }
  .nav-collapse_ .nav > li.sfHover,
  .nav-collapse_ .nav > li:hover,
  .nav-collapse_ .nav > li.active,
  .nav-collapse_ .nav > li.active {
    background: none;
  }
  .nav-collapse_ .nav > li.sfHover > a,
  .nav-collapse_ .nav > li.sfHover > a:hover,
  .nav-collapse_ .nav > li > a:hover,
  .nav-collapse_ .nav > li.active > a,
  .nav-collapse_ .nav > li.active > a:hover {
    background: #fff;
    color: #000;
  }
  .sub-menu > a {
    position: relative;
    display: block;
  }
  .nav-collapse_ .nav > li.sub-menu > a:before,
  .nav-collapse_ .nav > li li.sub-menu > a:before {
    content: "";
    position: absolute;
    background: url(../img/li-marker.png) left top no-repeat;
    width: 7px;
    height: 5px;
    right: 10px ;
    top: 50%;
    margin-top: -3px;
  }
  .nav-collapse_ .nav ul,
  .nav-collapse_ .nav ul ul {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    list-style: none;
    zoom: 1;
    z-index: 9;
    padding: 0px;
    margin: 0;
    background: transparent;
  }
  .nav-collapse_ .nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    padding: 7px 10px 8px 35px;
    display: block;
  }
  .nav-collapse_ .nav ul li > a:hover,
  .nav-collapse_ .nav ul li.sfHover > a {
    background: #a9a9a9;
  }
  .nav-collapse_ .nav ul ul li a {
    padding: 7px 10px 8px 40px;
    text-transform: none;
  }
  /**/
  /*slider*/
  .camera_wrap .camera_pag {
    margin-left: 0;
    left: 8%;
  }
  .slider {
    padding-top: 10px !important;
    background: #1b1a1d;
  }
  /**/
  .lists-width2 {
    margin-left: -30px;
  }
  /**/
  .footer-menu {
    display: none;
  }
  .float {
    float: right !important;
  }
  .float2 {
    float: left !important;
  }
  /**/
}
/*@media (min-width: 626px) and (max-width: 736px) {
  .lists-width2 ul {
    margin-left: 30px;
    width: 45%;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: left;
    width: 45%;
  }
  .thumbnails_4 {
    margin-left: -25px;
  }
  .thumbnails_4 .span3 {
    float: left;
    margin-left: 25px;
    width: 45%;
  }
}*/
@media (max-width: 625px) {
  .navbar-form {
    margin-left: 0;
    float: none;
  }
  .contacts {
	display: block;
	clear: right;
	margin-right: auto;
	margin-left: auto;
  }
  /* contact-form */
  .contact-form input {
    width: 100%;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: none;
    width: auto;
  }
}
/**/
/*@media (min-width: 482px) and (max-width: 625px) {
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
  }
  .thumbnails_2 li.thumbnail_2 {
    margin: 0px 0px 24px 30px;
    float: left;
    width: 42%;
  }
  .thumbnails_4 {
    margin-left: -25px;
  }
  .thumbnails_4 .span3 {
    float: left;
    margin-left: 25px;
    width: 43%;
  }
}
@media (max-width: 481px) {
  .banners li {
    display: block;
    float: none;
  }
  .banners li a {
    display: block;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  .lists-width2 ul {
    margin-left: 30px;
    width: 40%;
    float: left;
  }
}
@media (max-width: 320px) {
  .navbar-form input {
    width: 161px !important;
  }
  .lists-width2 ul {
    margin-left: 30px;
    float: none;
    width: 100%;
  }
  .list-services li img {
    float: none  !important;
    margin-bottom: 10px;
  }
  .slider {
    margin-left: -20px !important;
  }
  .camera_pag {
    left: 40px !important;
  }
}
*/
/*Core variables and mixins*/
/*.clearfix {
  *zoom: 1;
}*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*--header--------------------*/
.icon{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
	font-weight: 600;
	color: #FFF;
	margin-top: 10px;
}
.icon .small{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	
}

/* hover時に画像を発光させる */
a img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
a:hover img {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}



/*--webアイコン-------------------------------*/
.fa{
	color: #090;
}

/* --- pageTOP --- */
.pagetop {
  text-align: right;
  margin: 0 auto;
}
 
.pagetop a {
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  padding: 6px 2em 4px;
  border-radius: 4px 4px 0 0;
  background: #000;
}



.pagetop2 {
	position: fixed;
	bottom: 24px;
	right: 24px;
	margin: 0 auto;
	z-index: 200;


}
 
.pagetop2 a:link {
	display: table-cell;
	width: 4em;
	height: 4em;
	text-align: center;
	vertical-align: middle;
    color: #fff:!important;
	line-height: 1.5;
	border-radius: 30%;
	behavior: url(PIE.htc);
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	opacity: 0.9;
	background-color: #1f6425;
}

.pagetop2 a:hover {

  color: #fff:!important;

}

/*  footer LinkSetting01  */



.pagetop2 A:link {
	text-decoration:none;
	color: #fff
}
.pagetop2 A:visited {
	text-decoration:none;
	color: #fff
}
.pagetop2 A:active {text-decoration:none; color: color: #fff}
.pagetop2 A:hover {
	text-decoration:none;
color: color: #fff; 	opacity: 0.8;
}



/*--スタジオphoto----------------------------------*/
@media only screen and (min-width:1200px){
.studio-photo{
	width: 20%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 205px;
}

.studio-photo img{
	width: 100%;

}
}

@media only screen and (min-width:769px) and (max-width: 1199px){
.studio-photo{
	width: 20%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	height: 205px;
}

.studio-photo img{
	width: 100%;

}
}


@media only screen and (min-width:461px) and (max-width: 768px) {
.studio-photo {
    width: 20%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
	overflow: hidden;
	height: 80px;
}

.studio-photo img {
    width: 100%;

}
}

@media only screen and (min-width: 0px) and (max-width:460px){
.studio-photo {
    width: 100%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
}

.studio-photo {
    width: 100%;
}
}



/*コンテンツページメインタイトルエリア*/
.title-belt {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 150px;
    background: url(../img/bg_con_maintitle.png) center/120vw auto no-repeat, linear-gradient(0deg, #71c7d5, #52c1e1);
        background-position-x: center, 0%;
        background-position-y: center, 0%;
    transition: background-position 1s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: background-position;
}
@media (min-width: 769px){
.title-belt .content-title {
	font-size: 4rem;
	/*font-family: "Rounded Mplus 1c";*/
    font-weight: bold;
	margin-left: 40px;
	margin-top:40px;
	color: #333;
}
.title-belt .content-title span {
    margin-left: 40px;

}
}
@media (max-width: 768px){
.title-belt .content-title {
	font-size: 2rem;
	/*font-family: "Rounded Mplus 1c";*/
    font-weight: bold;
	margin-left: 40px;
	margin-top:40px;
	color: #333;
}
.title-belt .content-title span {
    margin-left: 20px;

}
}
.title-belt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
body[data-page="works"] .title-belt {
    background-position: -3vw -42vw, center;
}
body.loaded .site-title, body.loaded .content-title, body.loaded .breadcrumb {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s;
}
.content-title {
    font-size: 4.8rem;
    line-height: 1;
    font-family: Pacifico, cursive;
    white-space: nowrap;
    text-transform: capitalize;
}
.content-title, body.loaded .breadcrumb {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s;
}


/* breadcrumb
----------------------------------------------------------*/
.bread_crumb {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
	background-color: #f5f5f5;
}
@media screen and (max-width: 736px) {
    .bread_crumb {
        display: none;
    }
}
.bread_crumb ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.bread_crumb ul li {
	display: inline-block;
	background-image: none;
	padding-left: 0px!important;
}



.bread_crumb ul li:before {
	content: '＞';
	display: inline-block;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
.bread_crumb ul li:first-child:before {
    content: none;
}
.bread_crumb ul li a {
	color: #666;
}



/*コンテンツ2分割*/
.col2 {
  margin-bottom: 0;
}
.col2 li {
	margin-bottom: 0px;
	list-style-type: none;
	margin-top: 10px;
}

.col2 li .ip {
	font-size: 20px;
	font-weight: 600;
	color: #F00;
}

.col2 li .studio {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.col2 li .CDpress {
	margin-bottom: 0px;
	list-style-type: none;
	margin-top: 10px;
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 15px;

}
.col2 .top {
	border: 1px solid #CCC;
	padding: 0;

	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #fff;
}
.col2 .top .caption {
	padding: 27px 0px 23px 21px;
	overflow: hidden;
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	background-position: 0 0;
}


.col2 .top .caption .title3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #DF0A2A;
}
.col2 .top .thumbnail-pad {
    padding: 25px 20px 30px 21px;
    color: #333;
}
.col2 .top .thumbnail-pad p.bold{
	font-size: 16px;
	font-weight: bold;
}

.col2 .top .thumbnail-pad .imp {
	font-size: 18px;
	font-weight: bold;
}

.col2 .top .thumbnail-pad .imp_price {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}
@media screen and (min-width: 737px) {
/*h3 囲み*/
.common{
	height: auto;
	clear: both;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 20px;
}
}
@media screen and (max-width: 736px) {
/*h3 囲み*/
.common{
	height: auto;
	clear: both;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 0px;
}
}

/*下層　説明文*/
@media screen and (min-width: 737px) {
.section{
	padding-left: 20px;
	font-size: 14px;
	width:97%;
	clear: both;
}

.section .link_left{
	text-align: left;
}
	.section .left{
	float: left;
}
	.section .right{
	float: right;
}
	.section .wp-pagenavi{
		text-align: center;
	}


.section .link_left a{
	color: #960;
}

.section .link_center{
	text-align: center;
}

.section .link_center a{
	color: #960;
}


.section2{
	width:810px;
	font-size: 14px;
}

}
@media screen and (max-width: 736px) {
.section{
	width: 97%;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 14px;	
}
.section2{
	width: 97%;
	margin-left:5px;
	margin-right:5px;
	font-size: 14px;
}


}


/* 画像 */
.section .img_left {
    float: left;
    margin: 0 20px 18px 0;
}
@media screen and (max-width: 736px) {
    .section .img_left {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 18px 0;
    }
}
.section .img_right {
    float: right;
    margin: 0 0 18px 20px;
}

.section .img_right ul li {
	float: none;
	margin-left: 10px;
	margin-bottom: 15px;
	list-style-type: none;
}



.section .img_right .cap {
        width: 300px;
}
@media screen and (max-width: 736px) {
    .section .img_right {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 18px 0;
    }
.section .img_right .cap {
        width: 100%;
}
}

/* テーブル */
.section table {
    margin: 0 0 20px 0;
}


/**/
.section .table01 {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
    border-top: solid 1px #BCBCBC;
    border-left: solid 1px #BCBCBC;
}
.section .table01 th,
.section .table01 td {
	padding: 10px 10px 8px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
}
.section .table01 th {
	font-weight: normal;
	color: #333;
	text-align: left;
	background-color: #E6E6E6;
    width: 25%;
}
.section .table01 td {
    background: #ffffff;
}



/**/
.section .table02 {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    border-top: solid 1px #7d7d7d;
    border-left: solid 1px #7d7d7d;
}
.section .table02 th,
.section .table02 td {
    padding: 10px 7px 8px 8px;
    border-bottom: solid 1px #7d7d7d;
    border-right: solid 1px #7d7d7d;
    text-align: center;
}
.section .table02 th {
    /*background: #f7f7f1;*/
    font-weight: 600;
    text-align: center;
    /*white-space: nowrap;*/
}
.section .table02 td {
    background: #ffffff;
}
.section .table02 tr:first-child th:first-child,
.section .table02 tr:first-child td:first-child {
   
}
.section .table02 tr:first-child th:last-child,
.section .table02 tr:first-child td:last-child {
   
}
.section .table02 tr:last-child th:first-child,
.section .table02 tr:last-child td:first-child {
   
}
.section .table02 tr:last-child th:last-child,
.section .table02 tr:last-child td:last-child {
   
}


@media screen and (min-width: 737px) {
/**/
.section .table03 {
	width: 67%;
	border-spacing: 0;
	border-collapse: separate;
	font-size: 14px;
	border-top: solid 1px #BCBCBC;
	border-left: solid 1px #BCBCBC;
	float: left;
}
.section .table03 th,
.section .table03 td {
	padding: 10px 10px 8px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
}
.section .table03 th {
	font-weight: normal;
	color: #333;
	text-align: left;
	background-color: #E6E6E6;
    width: 25%;
}
.section .table03 td {
    background: #ffffff;
}
}


@media screen and (max-width: 736px) {
/**/
.section .table03 {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	font-size: 14px;
	border-top: solid 1px #BCBCBC;
	border-left: solid 1px #BCBCBC;
}
.section .table03 th,
.section .table03 td {
	padding: 10px 10px 8px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
}
.section .table03 th {
	font-weight: normal;
	color: #333;
	text-align: left;
	background-color: #E6E6E6;
    width: 25%;
}
.section .table03 td {
    background: #ffffff;
}
}

/*写真2列並び*/
@media screen and (min-width: 737px) {
.photos {
	float: left;
	width: 46%;
	background: #ffffff;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	border: 1px solid #7d7d7d;
	padding: 8px;
	display: inline-block;
}




.photos img {
	width: 100%;
}


.photos .detail {
	float: left;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}




.photos .title{
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}


}


@media screen and (max-width: 736px) {
.photos {
	float: left;
	width: 98%;
	background: #ffffff;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #7d7d7d;

	padding: 8px;
}

.photos .title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}


}


/*写真3列並び*/

@media screen and (min-width: 737px) {
.photos03 {
	float: left;
	width: 350px;
	background: #ffffff;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #7d7d7d;
	padding: 8px;
	display: inline-block;
}


.photos03 .title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
	/*width:120px;*/
}

.photos03 .title2 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.photos03 .ico {
	float:left;
	width:46px;
}

.photos03 .sub_title {
	font-size: 16px;
	font-weight: 600;
	clear:both
}


.photos03 .ico img {
	width:100%;
}

.photos03 ul li {
	margin-top: 10px!important;
	margin-bottom: 5px!important;
	padding-bottom: 10px;
	background-image: none;
}
}

@media screen and (max-width: 736px) {
.photos03 {
float: left;
width: 43%;
background: #ffffff;
margin-top: 10px;
margin-right: 1%;
margin-bottom: 10px;
margin-left: 1%;
	border: 1px solid #7d7d7d;
	padding: 8px;
	display: inline-block;
}


.photos03 .title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	float:left;
	width:100%;
	line-height: 1.2em;
}

.photos03 .ico {
	float:right;
	width:25%;
}

.photos03 .sub_title {
	font-size: 16px;
	font-weight: 600;
	clear:both
}


.photos03 .ico img {
	width:100%;
}

.photos03 ul li {
	margin-top: 10px!important;
	margin-bottom: 5px!important;
	padding-bottom: 10px;
	background-image: none;
}
}


/*写真4列並び*/

@media screen and (min-width: 737px) {
.photos04 {
	float: left;
	width: 250px;
	background: #ffffff;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #7d7d7d;
	padding: 8px;
	display: inline-block;
}


.photos04 .title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	float:left;
	width:98%;
}

.photos04 .title2 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.photos04 .title3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #DF0A2A;
}


.photos04 .ico {
	float:left;
	width:46px;
}

.photos04 .sub_title {
	font-size: 16px;
	font-weight: 600;
	clear:both
}


.photos04 .ico img {
	width:100%;
}

.photos04 ul li {
	margin-top: 10px!important;
	margin-bottom: 5px!important;
	padding-bottom: 10px;
	background-image: none;
}
}

@media screen and (max-width: 736px) {
.photos04 {
float: left;
width: 43%;
background: #ffffff;
margin-top: 10px;
/*margin-right: 1%;*/
margin-bottom: 10px;
margin-left: 1%;
	border: 1px solid #7d7d7d;
	padding: 8px;
	display: inline-block;
}


.photos04 .title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	float:left;
	width:60%;
	line-height: 1.2em;
}

.photos04 .ico {
	float:right;
	width:25%;
}

.photos04 .sub_title {
	font-size: 16px;
	font-weight: 600;
	clear:both
}


.photos04 .ico img {
	width:100%;
}

.photos04 ul li {
	margin-top: 10px!important;
	margin-bottom: 5px!important;
	padding-bottom: 10px;
	background-image: none;
}
}


.clear {
  clear: both;
  margin-top: 20px;
}


/*レーベル　リリース*/
.catalog_artist_colb li ul {
    list-style-type: none;
}

.catalog_artist_colb li ul li {
    list-style-type: disc;
    padding-left: 10px;
    margin-bottom: 15px;
    background-image: none !important;
    margin-left: 20px;
}
.catalog_music li.no a:link {
    list-style-type: decimal;
    margin-top: 10px;
    list-style-position: outside;
    margin-left: 25px;
}
.catalog_music ol li.no.sicho a:link {
	background-image: url(../images/ico_shityou.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	padding-left: 0px;
}
.bold_crimson {
    font-weight: bold;
    color: #9E1022;
}

.section_cd {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 15px;
	background-color: #F2F2EE;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
#stage_itune_vo {
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 0px;
}

.itune_vo {
    text-align: center;
    height: 230px;
    width: 160px;
    float: left;
    margin: 10px;
}
.itune_vo_photo {
	height: 230px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;

}

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

/*レーベル　リリース*/
.catalog_left {
    float: left;
    margin-right: 5px;
    width: 400px;
}

.catalog_left img{
    width: 400px;
	margin-bottom: 7px;
}

table.catalog_detail {
    width: 400px;
    margin-top: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #D6D6D6;
    border-right-color: #D6D6D6;
}

.campaign {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background-color: #C0182F;
    padding: 10px;
    width: 380px;
}
.detailtxt {
    font-size: 105%;
    line-height: 150%;
    background-color: #FCE9EC;
    padding: 10px;
    width: 380px;
}
.catalog_right {
    float: right;
    margin-left: 0px;
    width: 700px;
}
.catalog_artist {
    line-height: 150%;
    color: #6D0D19;
    clear: both;
}
	.catalog_artist_xmas {
    line-height: 180%;
    color: #6D0D19;
    clear: both;
		background-image: url("../label/images/cd/winter_back01.png");
		background-repeat: repeat-y;
    background-position: 100% 0%;
		padding: 10px;
}

.catalog_artist_colb {
    line-height: 150%;
    color: #666;
    clear: both;
}


.catalog_sound {
    font-size: 120%;
    line-height: 150%;
    font-weight: bold;
    color: #930;
    padding-left: 0px;
    margin-top: 10px;
}
.catalog_music {
    line-height: 180%;
    background-color: #F2F2F2;
    padding: 20px;
    border: 1px dotted #D6D6D6;
    margin-top: 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
	.catalog_music .nomb {
   text-indent: 20px;
		line-height: 2.1em;
		background-image: url(../images/ico_shityou.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	padding-left: 0px;
}
.catalog_sound ul {
    list-style-type: none;
}
.catalog_sound li {
    list-style-type: none;
    float: left;
}
.lead2 {
	line-height: 150%;
	background-color: #EEEDE8;
	margin: 10px;
	padding: 10px;
	display: block;
}
table.catalog_detail {
    width: 400px;
    margin-top: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #D6D6D6;
    border-right-color: #D6D6D6;
}
table.catalog_detail td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #D6D6D6;
    border-left-color: #D6D6D6;
}

.catalog_music li.no {
    list-style-type: decimal;
    margin-top: 10px;
    list-style-position: outside;
    margin-left: 25px;
}
	
.catalog_music ol li.no.sicho a:link {
	background-image: url(../images/ico_shityou.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	padding-left: 0px;
}

	

	

#notes {
    width: 600px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 25px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    line-height: 160%;
}


}

.catalog_music li.ex {
    list-style-type: none;
    margin-top: 10px;
   
    margin-left: 25px;
}
	
.catalog_music ol li.ex a:link {
	background-image: url(../images/lyrics.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	padding-left: 0px;
}

@media screen and (max-width: 736px) {
/*レーベル　リリース*/
.catalog_left {
    margin-right: 5px;
    width: 98%;
}

table.catalog_detail {
    width: 98%;
    margin-top: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #D6D6D6;
    border-right-color: #D6D6D6;
}

.campaign {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background-color: #C0182F;
    padding: 10px;
    width: 94%;
}
.detailtxt {
    font-size: 105%;
    line-height: 150%;
    background-color: #FCE9EC;
    padding: 10px;
    width: 94%px;
}
.catalog_right {
    margin-left: 0px;
    width: 98%;
}
.catalog_artist {
    line-height: 150%;
    color: #6D0D19;
    clear: both;
}
.catalog_sound {
    font-size: 120%;
    line-height: 150%;
    font-weight: bold;
    color: #930;
    padding-left: 0px;
    margin-top: 10px;
}
.catalog_music {
    line-height: 180%;
    background-color: #F2F2F2;
    padding: 20px;
    border: 1px dotted #D6D6D6;
    margin-top: 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.catalog_sound ul {
    list-style-type: none;
}
.catalog_sound li {
    list-style-type: none;
    float: left;
}
.lead2 {
    line-height: 150%;
    background-color: #EEEDE8;
    margin: 10px;
    padding: 10px;
}
table.catalog_detail {
    width: 98%;
    margin-top: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #D6D6D6;
    border-right-color: #D6D6D6;
}
table.catalog_detail td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #D6D6D6;
    border-left-color: #D6D6D6;
}	

.catalog_music li.no {
    list-style-type: decimal;
    margin-top: 10px;
    list-style-position: outside;
    margin-left: 25px;
}
.catalog_music ol li.no.sicho a:link {
	background-image: url(../images/ico_shityou_sh.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	padding-left: 0px;
}
}

.crimson {
    color: #9E1022;
}



/*FAQ全体*/
.hidden_box {
    margin: 0.1em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	font-weight: bold;
	cursor :pointer;
	background-image: url(../img/icon_Q.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
	background-image: url(../img/icon_Q.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;

	padding-left: 20px;
}

/*クリックで中身表示*/
.hidden_box input:checked + .hidden_show {
	height: auto;
	opacity: 1;
	background-image: url(../img/icon_A.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}


/*アンドロイド対策*/
.android {
    /*Google Androidのみ*/
}
@media screen and (min-width: 479px){
.android .submenu_android{
	display: none;
}
}


@media screen and (max-width: 478px){
.android .submenu_android{
	width: 98%;
}
	.android .submenu_android ul li{
		list-style: none;
		padding: 5px;
		border-width: 1px;
		border-style: solid;
		border-color: #E6DEDE;
		text-align: center;
		margin-bottom: 5px;
		margin-top: 5px;		

	
}
}


/*アンドロイド対策*/
.sumaho {
    /*Google Androidのみ*/
}
@media screen and (min-width: 479px){
.sumaho .submenu_sumaho{
	display: none;
}
}


@media screen and (max-width: 478px){
.sumaho .submenu_sumaho{
	width: 98%;
}
	.sumaho .submenu_sumaho ul li{
		list-style: none;
		padding: 5px;
		border-width: 1px;
		border-style: solid;
		border-color: #E6DEDE;
		text-align: center;
		margin-bottom: 5px;
		margin-top: 5px;		

	
}
}


/*wordpress　2カラム用*/

#left {
    padding-top: 10px;
    float: left;
    width: 20%;
}

#right {
    padding-top: 10px;
    float: left;
    width: 100%;
}

/*SNS アイコン*/
.sns{}

.sns ul li{
	list-style: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}




.catalog_musiclist ul li{
	padding-left: 20px;
	list-style: none;
	margin-bottom: 5px;
}

.txt16{
	font-size:18px;
	font-weight: 600;
	text-align: center;
}

.txt16_left{
	font-size:18px;
	font-weight: 600;
	
}

.txt12{
	font-size:12px;
}


/*------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------
アコーディオン
------------------------------------------------------------*/

.hidden_box2 {
    margin: 0.1em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box2 label {
  font-weight: normal;
  cursor: pointer;
  border-radius: 20px;
  text-align: center;
  padding-right: 10 px;
  font-size: 12px;
  /* display: inline-block; */
  background-color: rgba(255, 255, 255, 1.00);
  border: rgba(176, 176, 176, 1.00) 1 px solid;
  /* left: 50%; */
  margin: 0 80%;
  width: 80px;
color:rgba(235,12,16,1.00);
}
/*ボタンホバー時*/
.hidden_box2 label:hover {
    background: #efefef;
	

}

/*チェックは見えなくする*/
.hidden_box2 input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box2 .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;

	padding-left: 0px;
}

/*クリックで中身表示*/
.hidden_box2 input:checked + .hidden_show {
	height: auto;
	opacity: 1;

	
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

  







.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 25px;
}

.readmore-content2{
    position: relative;
    overflow: hidden;

}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255) 100%, rgba(255,255,255) 100%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255) 100%, rgba(255,255,255) 100%, rgba(255,255,255,0.8) 50%, #fff 100%);
	
}

/* 続きを読むボタン */
@media (min-width: 769px){
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #ff7777;
    border-radius: 10px;
    color: #FFF;

}
}
@media (max-width: 768px){
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 45%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #ff7777;
    border-radius: 10px;
    color: #FFF;

}
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


