/* ----------------------------------------
こだわり　〇〇〇〇
---------------------------------------- */
.pc_off {
	display: none;
}
a {
	text-decoration: none;
}
.point_tl {
	text-align: center;
	padding: 65px;
}
.point_tl img {
	margin-bottom: 40px;
}
h2 {
	font-size: 45px;
	font-weight: normal;
}
.point-box {
	display: flex;
	justify-content: center;
	padding: 60px;
}
.point-box-inner {
	width: 640px;
	padding-right: 60px;
}
h3 {
	margin-bottom: 40px;
}
.point-box:nth-child(2n+1) .point-box-inner {
	padding-left: 60px;
	padding-right: 0;
}
.point-txt {
	font-size: 15px;
	padding: 0 0 40px 40px;
	line-height: 30px;
}
.point-btn {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	display: flex;
	justify-content: flex-end;
}
.point-btn a {
	display: block;
	border: 1px solid #000000;
	padding: 20px 0 20px 40px;
	background-color: #ffffff;
	width: 360px;
	color: #000;
}
.point-btn a:hover {
	background-color: #000;
	color: #ffffff;
	transition: 0.5s;
}
.point-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -200px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.point-btn::after {
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.point-btn:hover::after {
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: 0.5s;
}
.point-box-color {
	background-color: #f5f5f5;
}
.point-box:nth-child(2n+1) {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.point-sub-tl {
	border-bottom: 1px solid #000;
	font-size: 17px;
	margin-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.point-box img:nth-child(2) {
	width: 500px;
}
.point-u-img {
	padding: 30px 0 0 52px;
}
.point-img {
	text-align: center;
}
.point-box-another {
	display: flex;
	justify-content: center;
}
.point-box-another-inner {
	width: 1100px;
}
.point-box-another-u {
	display: flex;
	justify-content: flex-end;
}
.point-box-another-u img {
	margin-top: 20px;
}
.point-txt-another {
	font-size: 15px;
	padding: 65px 50px 0 0;
	line-height: 30px;
}
/*gallery before after*/
.gallery, .before, .after {
	display: flex;
	justify-content: center;
	margin: 60px 0;
	position: relative;
}
.gallery::before, .before::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
}
.after h3 {
	display: flex;
	flex-direction: row-reverse;
}
.after::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: -1;
}
.gallery-inner, .before-inner {
	width: 1200px;
}
.gallery-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
	position: relative;
}
.gallery-inner li {
	margin-bottom: 60px;
}
/*story*/
.story-img-inner {
	width: 1200px;
	margin: 0 auto;
}
.story-img-inner p {
	color: #000;
	margin: 25px;
	font-size: 16px;
	line-height: 30px;
}
.story-img li p {
	text-align: center;
	font-size: 15px;
	margin: 0;
	margin: 5px 0;
}
.story-img ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
	position: relative;
}
.story-img li {
	margin-bottom: 20px;
}
/*offshot*/
.offshot {
	display: flex;
	justify-content: center;
	margin: 60px 0;
	position: relative;
}
.offshot::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
}
.offshot-inner {
	width: 1200px;
}
.offshot-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.offshot-inner li {
	margin-bottom: 20px;
}
.offshot p {
	text-align: center;
	font-size: 15px;
	margin: 5px 0;
}
/*blog*/
.blog-box {
	width: 1200px;
	background-color: #f5f5f5;
	margin: 0 auto;
	margin-top: 60px;
}
.blog-box a {
	display: block;
	display: flex;
	justify-content: center;
	text-decoration: none;
	padding: 50px;
}
.blog-box a:hover {
	background-color: #dbdbdb;
	transition: 0.5s;
}
.blog-box a:hover .blog-btn {
	background-color: #000;
	color: #ffffff;
	transition: 0.5s;
}
.blog-box img {
	width: 300px;
	height: 200px;
	object-fit: cover;
}
.blog-box-inner {
	width: 715px;
	height: 200px;
	padding-left: 85px;
}
.blog-box-inner img {
	width: auto;
	height: auto;
}
h4 {
	color: #000;
	font-size: 17px;
	line-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
h4 img {
	padding-right: 10px;
}
.blog-txt {
	color: #000;
	margin: 25px 0;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 30px;
}
.blog-btn {
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	border: 1px solid #000000;
	padding: 0 0 0 85px;
	width: 250px;
	line-height: 45px;
	color: #000;
	margin: 0 0 0 auto;
}
.blog-btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -200px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.blog-btn::after {
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.blog-box a:hover .blog-btn::after {
	right: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	transition: 0.5s;
}
/*completion*/
.completion {
	width: 1200px;
	margin: 0 auto;
}
.completion-inner {
	width: 1100px;
	margin: 0 auto;
}
.completion h3 {
	margin: 0;
}
.completion-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
	margin: 0 auto;
}
.completion-inner li {
	margin-bottom: 40px;
}
.completion-txt {
	text-align: left;
	width: 520px;
	font-size: 15px;
	line-height: 30px;
	margin: 42px 0 30px 0;
}
.completion-txt-center {
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.completion-movie {
	width: 960px;
	height: 540px;
	margin: 60px auto;
}
.completion-movie video {
	width: 960px;
	height: 540px;
}
/*quiz*/
.completion-quiz {
	width: 1200px;
	margin: 0 auto;
}
.completion-quiz-inner {
	width: 1100px;
	margin: 0 auto;
}
.completion-quiz-box {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}
.completion-quiz-box img {
	max-height: 60px;
}
.completion-quiz-box-grey {
	background-color: #eeeeee;
	width: 100%;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: bold;
}
.completion-quiz-box-hint {
	display: flex;
	flex-direction: row;
	border: 1px solid #000;
	margin-top: 10px;
	display: inline-flex;
	font-weight: 100;
}
.completion-quiz-box-hint p {
	padding: 5px 10px;
}
/*beforeafter*/
.beforeafter {
	width: 100%;
	text-align: center;
}
.beforeafter-box:nth-child(2n) {
	background-color: #f5f5f5;
}
.beforeafter-box {
	padding: 70px 0;
}
/*room*/
.room-main {
	width: 1200px;
	margin: 60px auto 30px;
	position: relative;
}
.room-main-tl {
	position: absolute;
	top: 70px;
	left: 0;
}
.room-main-img {
	z-index: 2;
	width: 1100px;
	height: 550px;
	display: block;
	margin: 0 0 0 auto;
}
.room-main p {
	margin: -30px auto 0 0;
	border: 1px solid #000;
	padding: 60px 40px;
	display: table;
	z-index: 1;
}
.room-gallery {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	position: relative;
}
.room-gallery::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: -1;
}
.room-gallery-inner {
	width: 1200px;
}
.room-gallery-inner h3 {
	text-align: right;
}
.room-gallery-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
	position: relative;
}
.room-gallery-inner li {
	margin-bottom: 60px;
}
.room-gallery-inner li img {
	width: 360px;
	height: 230px;
}
.room-gallery-inner p {
	border: 1px solid #000;
	width: 1000px;
	padding: 35px;
	margin: -40px auto 0;
	text-align: left
}
.wet-toilet {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	position: relative;
	margin-bottom: 60px;
}
.wet-toilet::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
}
.wet-toilet-inner {
	width: 1200px;
}
.wet-toilet-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.wet-toilet-inner li {
	margin-bottom: 20px;
}
.wet-toilet-inner li img {
	width: 360px;
	height: 230px;
}
.wet-toilet-inner p {
	border: 1px solid #000;
	width: 1000px;
	padding: 35px;
	margin: 40px auto 0;
}
.room-gallery-wet {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	position: relative;
	margin-bottom: 60px;
}
.room-gallery-wet::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: -1;
}
/*room-info*/
.room-info {
	position: relative;
}
.room-info::before {
	content: "";
	background-color: #f5f5f5;
	width: 80%;
	height: 35%;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
}
.room-info-inner {
	width: 1200px;
	margin: 0 auto;
}
.room-info-inner h3 {
	text-align: center;
}
.room-info-inner ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.room-info-inner a {
	display: block;
}
.room-info-inner a:hover {
	opacity: 0.8;
}
/* こだわり　スライダー
---------------------------------------- */
.sticking_slider_ttl {
	width: 1200px;
	margin: 40px auto 0;
	position: relative;
	text-align: center;
}
.sticking_slider_ttl img {
	width: 500px;
}
.sticking_slider_ttl .ttl_sub {
	font-size: 15px;
	color: #999;
}
.sticking_wrap {
	width: 1100px;
	margin: 30px auto 80px;
}
.sticking_link a {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.sticking_link a:hover {
	opacity: 0.8;
}
.sticking_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.sticking_bottom img:nth-child(1) {
	margin-left: -15px;
}
.sticking_bottom-right {
	display: flex;
	flex-direction: row;
	margin-top: 12px;
}
.sticking_bottom-right p {
	color: #000;
	font-weight: bold;
}
.sticking_bottom-right img {
	max-height: 10px;
	margin: 5px 0 0 10px;
}
/* ----------------------------------------
after_bottom
---------------------------------------- */
.after_btm {
	background: #eee;
	margin: 60px auto;
	padding: 30px 0;
}
.after_btm ul {
	display: flex;
	justify-content: center;
}
.after_btm li {
	margin: 0 15px;
}
.after_btm a {
	background: #fff;
	color: #111;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 60px;
}
.after_btm a:hover {
	background: #111;
	color: #fff;
}

.contents{
	width: 1200px;
	margin: 30px auto;
    position: relative;
}

/* ----------------------------------------
idea
---------------------------------------- */
.idea_main_bg{
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background-image: url(/musasino/f_residence/idea/img/main_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.idea_wrap{
}
.idea_textbox{
	width: 480px;
	height: 80px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 15px;
}
.idea_main_ttl{
	font-size: 30px;
	line-height: 52px;
	text-align: center;
}
.idea_main_subttl{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.idea_cont01{
	margin: 0 auto;
	width: 1000px;
}
.idea_cont01_ttl{
	font-size: 50px;
	line-height: 180px;
	height: 180px;
	text-align: center;
	margin-bottom: 30px;
}
.idea_cont01_box{
	width: 1000px;
}

.idea_cont01_inbox{
	display: flex;
	justify-content: space-between;
	margin-bottom:80px;
}
.idea_cont01_inbox:nth-last-child(){
	margin-bottom:0;
}
.idea_cont01_inbox_image{
	width: 20%;
}
.idea_cont01_inbox_image img{
	width: 180px;
}
.idea_cont01_inbox_text{
	padding: 0 20px;
	width: 75%;
	margin-top: 6px;
}

.idea_cont01_inbox_text p{
	font-size: 15px;
	line-height: 28px;
}
.idea_cont01_inbox_text_ttl{
	font-size: 38px;
	padding-bottom: 15px;
}
.idea_cont01_inbox_text_ttl.floor2{
	color: #206f10;
}
.idea_cont01_inbox_text_ttl.floor1{
	color: #959036;
}
.idea_cont01_inbox_text_ttl.floor{
	color: #776a6a;
}
.idea_cont02{
	margin: 0 auto;
	width: 1000px;
	margin-top: 120px;
}

.idea_cont02_box{
	display: flex;
	justify-content: space-between;
}
.idea_cont02_inbox{
	margin-left: 40px;
}
.idea_cont02_ttl{
	font-size: 25px;
	line-height: 44px;
	text-indent: 20px;
	color: #fff;
	background-color: #776a6a;
}
.idea_cont02_catch{
	font-size: 40px;
	line-height: 60px;
	padding: 40px 0;
}
.idea_cont02_inbox p{
	font-size: 15px;
	line-height: 28px;
}
.idea_cont03{
	margin: 0 auto;
	margin-top: 150px;
}
.idea_cont03_ttl{
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	color: #514f4f;
	margin-bottom: 60px;
}
.idea_cont03_box{
	display: flex;
	justify-content: space-between;
}
.idea_cont03_box_image{
	max-width: 25%;
}
.idea_cont03_box_image img{
}

.idea_cont03_box p{
	font-size: 15px;
	line-height: 28px;
	padding:0 20px;
}
.idea_cont04{
	width: 100%;
	background-color: #e8f0e7;
	margin-top: 160px;
	padding-bottom: 50px;
}
.idea_cont04_ttl{
	font-size: 40px;
	line-height: 60px;
	padding: 50px 0 30px;
	text-align: center;
}
.idea_cont04_box{
	width: 1150px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 50px 0 30px;
}
.idea_cont04_inbox{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
}
.idea_cont04_inbox img{
	height: 100%;
	max-height: 320px;
	object-position: bottom;
}
.idea_cont04_inbox p{
	font-size: 15px;
	line-height: 28px;
	padding:0 20px;
}
/* ----------------------------------------
gallery
---------------------------------------- */
.gallery_main_bg{
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: url(/musasino/f_residence/gallery/img/main_bg.png)center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.gallery_wrap{
}
.gallery_textbox{
	width: 480px;
	height: 80px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 15px;
}
.gallery_main_ttl{
	font-size: 30px;
	line-height: 52px;
	text-align: center;
}
.gallery_main_subttl{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}


.gallery_branch_bg{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	background: url(/musasino/f_residence/gallery/img/main_bg.png)center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.gallery_branch_textbox{
	width: 480px;
	height: 80px;
	background-color: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 15px;
}
.gallery_branch_ttl{
	font-size: 30px;
	line-height: 52px;
	text-align: center;
}
.gallery_branch_subttl{
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.gallery_btn_box{
	margin: 0 auto;
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.gallery_btn_box p{
	
}
.gallery_btn_box .btn1{
}
.gallery_btn_box .btn1 a{
	width: 500px;
	height: 80px;
	border-radius: 10px;
	border:#959036 3px solid;
	font-size: 60px;
	line-height: 80px;
	padding: 10px;
	color: #959036;
	text-align: center;
	display: block;
}
.gallery_btn_box .btn1 a:hover{
	opacity: 80%;
}
.gallery_btn_box .btn2{
}
.gallery_btn_box .btn2 a{
	width: 500px;
	height: 80px;
	border-radius: 10px;
	border:#206f10 3px solid;
	font-size: 60px;
	line-height: 80px;
	padding: 10px;
	color: #206f10;
	text-align: center;
	display: block;
}
.gallery_btn_box .btn2 a:hover{
	opacity: 80%;
}

.gallery_btn_subbox{
	width: 1320px;
	margin: 0 auto;
}
.gallery_btn_subbox ul{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
}
.gallery_btn_subbox ul li{
	margin-bottom: 20px;
	margin-right: 10px;
}
.gallery_btn_subbox ul li a{
	width: auto;
	height: 30px;
	border-radius: 6px;
	border:#206f10 2px solid;
	font-size: 25px;
	line-height: 30px;
	padding: 10px;
	color: #206f10;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	min-width:128px;
}
.gallery_btn_subbox ul li a:hover{
	opacity: 80%;
	background-color: #e8f0e7;
}
.gallery_btn_subbox li.floor{
	height: 30px;
	border-radius: 6px;
	border:#206f10 2px solid;
	font-size: 32px;
	line-height: 30px;
	padding: 10px;
	background-color: #206f10;
	color: #fff;
	text-align: center;
	display: inline-block;
	min-width:128px;
}

.gallery_btn_subbox li.floor_yellow{
	height: 40px;
	border-radius: 6px;
	border:#959036 2px solid;
	font-size: 32px;
	line-height: 30px;
	padding: 10px;
	background-color: #fff;
	color: #959036;
	text-align: center;
	display: inline-block;
	min-width:128px;
}
.gallery_madori_wrap{
	width: 100%;
	background-image: url(/musasino/f_residence/gallery/img/hougan.png) ;
	background-repeat: repeat;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.gallery_ttl_img{
	position: absolute;
	top: -80px;
	right: 0;
	left: 0;
	text-align: center;
}
.gallery_madori_box{
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0;
	margin-top: 200px;
}
.gallery_madori_box img{
	width: 500px;
}

.gallery_slick_wrap{
	width: 1000px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 60px;
}

.gallery_lightbox_wrap{
	width: 100%;
	background-color: #eeeeee;
	padding: 80px 0 50px;
}
.gellery_mainbox{
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top:50px;
}
.gallery_box{
	width: 640px;
	height: 480px;
	background-color: #fff;
	padding: 20px 30px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}
.gallery_box.full{
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	padding: 20px 30px;
	margin-bottom: 40px;
}
.gallery_box_ttl{
	font-size: 40px;
	line-height: 82px;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}
.gallery_box_ttl.yellow{
	color:#959036;
}
.gallery_box_ttl.green{
	color:#206f10;
}

.gallery_box_conts{
}

.gallery_box_conts p{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 50px;
	text-align: center;
}

.gallery_box .image01{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-content:space-around;
	flex-wrap:wrap;
}
.gallery_box .image01 img{
	width: 128px;
}
.gallery_box .image02{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-content:space-around;
	flex-wrap:wrap;
}
.gallery_box .image02 img{
	width: 160px;
}
.gallery_box .image03{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-content:space-around;
	flex-wrap:wrap;
}
.gallery_box .image03 img{
	width: 198px;
}
.gallery_box .image04{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-content:space-around;
	flex-wrap:wrap;
}
.gallery_box .image04 img{
	width: 306px;
}
.gallery_box .image_full{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-content:space-around;
	flex-wrap:wrap;
}
.gallery_box .image_full img{
	width: 440px;
	margin-bottom: 34px;
}
.gallery_box .image_full02{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-content:space-around;
	flex-wrap:wrap;
}
.gallery_box .image_full02 img{
	width: 675px;
	margin-bottom: 34px;
}
.gallery_box .image_tate{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.gallery_box .image_tate img{
	width: 198px;
	margin: 22px 0;
}

/* ----------------------------------------
articlelink
---------------------------------------- */
.articlelink{
	margin:0 auto;
	margin-top: 70px;
	margin-bottom: 50px;
	width: 900px;
}
.articlelink ul{
	width: 900px;
}
.articlelink li{
}

.articlelink li a:link{
	display: flex;
	width: 100%;
	border: 1px solid #555;
	border-radius: 6px;
	margin:0 auto;
	margin-bottom: 25px;
	line-height: 80px;
}
.articlelink a:hover{
	color: #000;
	background-color: #fff;
	opacity: 0.6;
}
.articlelink img{
	max-height: 90px;
	margin-right: 20px;
}	
.articlelink p{
	width: 700px;
	font-size: 20px;
	color: #555;
	float: right;
}



/* ----------------------------------------
slider
---------------------------------------- */
/* -----
slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}
----- */