/*!
 * default.css
 * updatedAt: 2018.06.15
 * createdAt: 2018.06.14
 */
.s5-header1 {
  margin: 40px auto 20px;
	max-width: 1200px;
	padding: 0 30px;
}
.s5-header1 .s5-buttonContainer {
    margin: 0;
}
.s5-header1 img {
	width: 120px;
}
.s5-header1 p {
	margin-top: 10px;
}
.s5-header1 a {
	margin-right: 0;
	margin-left: 10px;
}
.c5-container {
	max-width: auto;
  margin: 0 auto;
	padding: 0;
}
.c5-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.c5-bg-color {
	background: #f5f8fc;
}
h2.c5-heading3 {
	background: url(../img/line_h2.png) repeat-x left bottom;
	background-size: 10px 12px;
}
h2.c5-heading3 span {
	background: #fff;
	padding: 0 15px;
}
.c5-bg-color h2.c5-heading3 span {
	background: #f5f8fc;
	padding: 0 15px;
}
.c5-section {
	padding: 100px 0;
}
.c5-section:last-child {
	padding-bottom: 0;
}
.s5-heading1 {
	padding-bottom: 80px;
}

@media (max-width: 640px){
.s5-header1 {
    padding: 0 20px;
}
.s5-secondaryButton {
	margin-left: 40px;
}
.c5-wrap {
	padding: 0 20px;
}
h2 {
	padding-bottom: 20px;
}
.c5-section {
	padding: 50px 0px;
}
.s5-heading1 {
	padding-bottom: 40px;
}
}

.c5-clearfix:after {
  clear: both;
  display: block;
  content: '';
} 

/*c5-mainVisual========================================*/
.c5-mainVisual-wrap {
  position: relative;
	min-height: 400px;
}
.c5-mainVisual-photo {
	width: 74%;
	min-height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.c5-mainVisual-photo.sapporo {
	background: url(../sapporo/img/mainvisual.jpg) no-repeat center 0px;
	background-size: cover;
}
@media (max-width: 979px){
	.c5-mainVisual-photo.sapporo {
		background: url(../sapporo/img/mainvisual.jpg) no-repeat center center;
		background-size: cover;
	}
}
.c5-mainVisual-photo.ginza {
	background: url(../ginza/img/mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.c5-mainVisual-photo.nagoya {
	background: url(../nagoya/img/mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.c5-mainVisual-photo.osaka {
	background: url(../osaka/img/mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.c5-mainVisual-photo.fukuoka {
	background: url(../fukuoka-tenjin/img/mainvisual.jpg) no-repeat center center;
	background-size: cover;
}


.c5-mainVisual-text {
	background: #E4E7EB;
	margin-left: 75%;
	min-height: 370px;
	padding: 15px;
}

.c5-sig {
	min-height: 128px;
	border: 1px solid #e4e6eb;
	overflow: hidden;
	display: block;
	margin-bottom: 60px;
}
.c5-sig .s5-row div {
	height: 128px;
	vertical-align: middle;
	padding-right: 20px;
}
.c5-sig .s5-row div:first-child {
	background: url(../img/img_sonygallery_photo.jpg) no-repeat center center;
	background-size: cover;
}
.c5-sig .s5-row div:nth-child(2n) {
	padding-bottom: 0;
	padding-left: 50px;
}
.c5-sig:hover {
	text-decoration: none;
	background: #f5f8fc;
}
.c5-sig .s5-row__col3 p {
	margin-top: 0px;
	margin-bottom: 10px;
}
@media (max-width: 979px){
.c5-mainVisual-wrap {
  position: static;
	min-height: auto;
}
.c5-mainVisual-photo {
	width: 100%;
	min-height: 200px;
	position: static;
}
.c5-mainVisual-text {
	margin-left: 0;
	min-height: auto;
}
.c5-sig {
	height: auto;
}
.c5-sig .s5-row div {
	height: auto;
	vertical-align: middle;
	padding-right: 0;
	text-align: center;
	width: 100%;
	display: block;
}
.c5-sig .s5-row div:first-child {
	height: 100px;
	margin-bottom: 5px;
}
.c5-sig .s5-row div:nth-child(2n) {
	padding-left: 0;
	padding-top: 10px;
}
}

/*c5-section-sort========================================*/

.c5-nav-tag-wrap {
	text-align: center;
}
.c5-section-sort ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 100%;
	display: inline-block;
}
.c5-section-sort li {
	display: inline-block;
	width: 16.6%;
}
.c5-section-sort.ginza li {
	width: 20%;
}
.c5-section-sort li a {
	display: block;
	border-right: 1px solid #e6e6e6;
	padding: 30px 10px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.c5-section-sort li a:hover {
	text-decoration: none;
	background: #f5f8fc;
}
.c5-section-sort li a.active {
	background: #f5f8fc;
}
.c5-section-sort li:first-child a {
	border-left: 1px solid #e6e6e6;
}
.c5-section-sort li a span {
	vertical-align: middle;
}
.c5-section-sort li .s5-icon-right {
	font-size: 1rem;
	margin-left: 15px;
}
.c5-section-sort li.c5-academy .s5-icon-right {
	margin-left: 0;
}
.c5-section-sort li.c5-academy {
	vertical-align: middle;
}
.c5-section-sort li.c5-academy a {
	padding: 10px 5px;
	text-align: center;
	background: #e4e7ec;
	display:block;
	margin-left: 20px;
}

@media (max-width: 979px){
.c5-section-sort ul {
	width: 100%;
	text-align: left;
}
.c5-section-sort li {
	width: 50%;
	margin-bottom: 10px;
}
.c5-section-sort.ginza li {
	width: 50%;
}
.c5-section-sort li a {
	padding: 15px;
}
.c5-section-sort li:nth-child(3n) a,
.c5-section-sort li:nth-child(5n) a {
	border-left: 1px solid #e6e6e6;
}
.c5-section-sort.ginza li:nth-child(5n) a {
	border-left: none;
}
.c5-section-sort li a span {
	font-size: 0.8rem;
}
.c5-section-sort li.c5-academy {
	vertical-align: bottom;
}
.c5-section-sort li.c5-academy a {
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
}

/*c5-section-list========================================*/
.c5-section-list {
	padding-bottom: 50px;
}
.c5-tag.c5-tag-none {
	width: 100%;
	padding: 50px 0px;
	display: none;
}
.c5-section-list .c5-row {
	background: #63983c;
}
.c5-section-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.c5-section-list ul li {
	display: table;
	background: #fff;
	padding: 40px;
	margin-bottom: 50px;
}
.c5-section-list ul li .c5-text {
	padding-right: 30px;
	width: 65%;
	display: table-cell;
	vertical-align: top;
}
.c5-rabel {
	font-size: 0;
	margin-bottom: 15px;
}
.c5-rabel span {
	margin-right: 5px;
	margin-bottom: 5px;
}
.c5-section-list ul li .c5-text .s5-buttonContainer {
	margin-top: 5px;
	margin-bottom: 0;
}
.c5-section-list ul li .c5-image {
	width: 35%;
	display: table-cell;
	text-align: right;
}
.c5-section-list ul li .c5-image img {
	width: 100%;
}
@media (max-width: 640px){
.c5-section-list {
	padding-bottom: 30px;
}
.c5-section-list ul li {
	padding: 25px;
	margin-bottom: 20px;
	display: block;
}
.c5-section-list ul li .c5-text {
	padding-right: 0;
	width: 100%;
	display: block;
}
.c5-rabel {
	margin-bottom: 10px;
}
.c5-section-list ul li .c5-text .s5-buttonContainer {
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
}
.c5-section-list ul li .c5-text .s5-buttonContainer a {
	width: 100%;
	text-align: center;
}
}

/*c5-section========================================*/

/*c5-access*/

.c5-access {
	margin-bottom: 40px;
}
.c5-access .c5-row {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
		margin: 0 -15px;
		font-size: 0;
}
.c5-access .c5-row a:hover {
	opacity: .5;
	text-decoration: none;
}
.c5-access .c5-row img {
	width: 100%;
}
.c5-access .c5-row__col5 {
	width: 20%;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	overflow: hidden;
}
@media (max-width: 640px){
.c5-access {
	margin-bottom: 20px;
}
.c5-access .c5-row {
	margin: 0 -10px;
}
.c5-access .c5-row .c5-row__col5 {
	width: 50%;
	padding: 0 10px;
}
.c5-access .c5-row img {
	width: 100%;
	float: none;
}
.c5-access .c5-row .c5-text {
	width: 100%;
	float: none;
	margin-left: 0;
}
.c5-access .c5-row .s5-button {
	padding-right: 0;
	padding-left: 0;
	margin-top: 5px;
}
}

/*error========================================*/
.c5-error {
	color: #777;
	background: #fff;
}

#c5-plaza__include--caution .c5-info__caution .c5-info__caution-txt p {
  margin-top: 0;
}
