/* mainVisual
==========================================*/
#activity .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/img01.jpg"); }
#activity.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -870px center; }

#activity_fish_market .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/fish_market/img01.jpg"); }
#activity_fish_market.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -1350px center; }

#activity_sumo .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/sumo/img01.jpg"); }
#activity_sumo.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -970px center; }

#activity_architecture_cutting_edge .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/architecture_cutting_edge/img01.jpg"); }
#activity_architecture_cutting_edge.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: center center; }

#activity_architecture_good_old .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/architecture_good_old/img01.jpg"); }
#activity_architecture_good_old.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -930px center; }

#activity_fujiyama_photo .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/fujiyama_photo/img01.jpg"); }
#activity_fujiyama_photo.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -940px center; }

#activity_fujiyama_sky .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/fujiyama_sky/img01.jpg"); }
#activity_fujiyama_sky.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -1090px center; }

#activity_home_visit .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/home_visit/img01.jpg"); }
#activity_home_visit.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -980px center; }

#activity_kushi_chicken .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/kushi_chicken/img01.jpg"); }
#activity_kushi_chicken.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -910px center; }

#activity_kushi_dango .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/kushi_dango/img01.jpg"); }
#activity_kushi_dango.modeSP .mainVisualWrap > div:nth-of-type(3) { background-position: -910px center; }

#activity_shibuya_photo .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/shibuya_photo/img01.jpg"); }
#activity_shibuya_photo.modeSP .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/shibuya_photo/img01_sp.jpg"); }

#kinbaku-art .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/kinbaku-art/img01.jpg"); }
#kinbaku-art.modeSP .mainVisualWrap > div:nth-of-type(3) {background-image: url("/img/stay/activity/kinbaku-art/img01_sp.jpg"); }

/* box01 - page top message
==========================================*/
.box01 { margin: 0 auto; }
.modePC .box01 {
	width: 960px;
	margin-top: 150px;
}
.modeSP .box01 {
	width: 630px;
	margin-top: 130px;
}
.modePC .box01 .en{ margin-top: 50px; }
.modeSP .box01 .en{ margin-top: 40px; }

.box01 .information-COVID-19 p{
color: #d40000;
line-height: 1.5;
}
.modePC .box01 .information-COVID-19 p{
font-size: 11px;
margin-bottom: 16px;
}
.modeSP .box01 .information-COVID-19 p{
font-size: 22px;
margin-bottom: 32px;
}


/* box02 - activity top list
==========================================*/
.box02 { margin: 0 auto; }
.modePC .box02 {
	width: 1100px;
	margin-top: 150px;
}
.modePC .box02:nth-of-type(3) { margin-top: 70px; }
.modeSP .box02 {
	width: 630px;
	margin-top: 130px;
}

.modePC .box02 h2 { margin-bottom: 80px; }
.modeSP .box02 h2 { margin-bottom: 40px; }

.box02 li{ position: relative; }
.modePC .box02 li{
	width: 540px;
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 80px;
}
.modeSP .box02 li{
	margin-bottom: 40px;
	/*height: 200px;*/
}
.modePC .box02 li:nth-of-type(2n){ margin-right: 0; }

.modeSP .box02 li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 650px;
}

.modePC .box02 li .lbox{
	float: left;
	width: 300px;
	height: 200px;
}
.modePC .box02 li .rbox{
	float: right;
	padding-left: 15px;
	height: 200px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.modePC .box02 li .rbox{ width: 240px; }
.modeSP .box02 li .rbox{ width: 330px; }

.modePC .box02 li .rbox p{
	padding-right: 20px;
	line-height: 1.6;
}


.box02 li .rbox p span{
	line-height: 1.2;
	display: block;
	color: #666;
}
.modePC .box02 li .rbox p span{
	margin-top: 3px;
	font-size: 11px;
}
.modeSP .box02 li .rbox p span{
	margin-top: 12px;
	font-size: 20px;
}

.modePC .box02 .lbox img{ width: 300px; }
.modeSP .box02 .lbox img{ width: 300px; }

.box02 li h3{ font-weight: bold; }
.modePC .box02 li h3{
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.modeSP .box02 li h3{
	font-size: 27px;
	line-height: 1.2;
	padding-bottom: 8px;
}

.box02 li h3 span{ display: block; }
.modePC .box02 li h3 span{ font-size: 13px; }
.modeSP .box02 li h3 span{ font-size: 24px; }

.box02 li a{ display: block; }
.modePC .box02 li a{ height: 200px; }
/*.modeSP .box02 li a{ height: 200px; }*/

.modePC .box02 li .viewMore{
	position: absolute;
	bottom: 10px;
	right: 0;
	background: none;
	padding-right: 18px;
}
.modeSP .box02 li .viewMore{
/*	position: absolute;
	bottom: 0;
	right: 0;*/
	padding-left: 200px;
}

.box02 li a .viewMore span{
	position: relative;
}
.modePC .box02 li a .viewMore span:nth-of-type(1):after {
	content: '';
	position: absolute;
	bottom: -6px;
	right: 75px;
	width: 20px;
	height: 1px;
	background-color: #000;
	/*Animation*/
	 -webkit-transition-property: width;
		-moz-transition-property: width;
			 transition-property: width;
	 -webkit-transition-duration:.2s;
		-moz-transition-duration:.2s;
			 transition-duration:.2s;
}
.modeSP .box02 li a .viewMore span:nth-of-type(1):after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 119px;
	width: 40px;
	height: 2px;
	background-color: #000;
}

.modePC .box02 li a:hover .viewMore span:nth-of-type(1):after {
	width: 50px;
}


/* box03 activity details box
==========================================*/
.box03 { margin: 0 auto; }
.modePC .box03 {
	width: 960px;
	margin-top: 150px;
	margin-bottom: 150px;
}
.modeSP .box03 {
	width: 630px;
	margin-top: 130px;
	margin-bottom: 130px;
}

.modePC .box03 .p1{ margin-bottom: 80px; }

.box03 .p2{text-align: center;}
.modePC .box03 .p2 p:nth-of-type(1){ margin-bottom: 5px; }
.modeSP .box03 .p2 p:nth-of-type(1){ margin-bottom: 10px; }

.modePC .box03 .p2 p:nth-of-type(2){ margin-bottom: 25px; }
.modeSP .box03 .p2 p:nth-of-type(2){ margin-bottom: 40px; }

/*table*/
.modePC .box03 table{
	width: 465px;
	font-size: 14px;
	float: left;
}
.modePC .box03 table:nth-of-type(1){ margin-right: 20px; }
.modeSP .box03 table{
	width: 630px;
	margin: 0 auto;
	margin-bottom: 80px;
}

.box03 table tr th{ text-align: left; font-weight: bold; }
.modePC .box03 table tr th{
	padding-bottom: 10px;
	border-bottom:1px #000 solid;
}
.modeSP .box03 table tr th{
	padding-bottom: 20px;
	font-size: 24px;
	border-bottom:1px #999 solid;
}

.modePC .box03 table tr td{ padding: 15px 0 40px 0; }
.modeSP .box03 table tr td{ padding: 20px 0 50px 0; }

.box03 table tr td li{
	text-indent: -1em;
	padding-left: 1em;
}


