@charset "utf-8";

/***リードエリア***/
.column-archive-lead{
	max-width: 600px;
	margin: 0 auto;
	width: 80%;
}
#archive-lead1 h2 .text{
	position: relative;
	z-index: 20;
}
#archive-lead1 .balloon-left{
	top: -78px;
	left: -150px;
	font-size: 16px;
}
#archive-lead2 .ribon-title{
	width: 350px;
	height: 94px;
	top: -100px;
	z-index: 20;
}
#archive-lead2 .ribon-title .tag-ribon {
	top: -5px;
	left: 0;
	z-index: 10;
}
#archive-lead2 .ribon-title .ten3{
	top: -30px;
	right: -40px;
}
.column-archive-lead p{
	position: relative;
	z-index: 20;
	padding-bottom: 0;
}
.column-archive-lead p.web-font{
	padding: 0 0 10px;
}
#archive-lead1 .photo1{
	top: -74px;
	left: -220px;
	z-index: 10;
}
#archive-lead1 .photo2{
	bottom: -40px;
	right: -280px;
	z-index: 1;
}
#archive-lead2 .photo1{
	bottom: -40px;
	left: -280px;
	z-index: 10;
}
#archive-lead2 .photo2{
	top: -74px;
	
	right: -280px;
	z-index: 1;
}
/***記事一覧エリア***/
.column-wrap{
	width: 100%;
	margin: 0 auto;
	position: relative;
	flex-wrap: wrap;
	align-items: stretch;
	overflow: visible;
}
.column{
	width: 31%;
	padding: 5px;
	font-size: 14px;
	line-height: 140%;
	background: #ffffff;
	border-radius: 6px;
	position: relative;
	margin: 0 1.1% 25px;
	transition: .2s;
	z-index: 10;
}
.column:hover{
	transition: .2s;
	opacity: 0.6;
}
#service-column-area .column{
	background: #f7f3e4;
	border: none;
}
#service-column-area .column:before{
	height: 18px;
	top: -3px;
	left: 0;
	right: 0;
	z-index: 3;
}
#taiwan-column-area .column:before{
	height: 23px;
	left: -5px;
	right: -5px;
	top: -7px;
	z-index: 3;
}
#service-column-area .column .back-inner-box{
	padding:30px 20px 5px;
	height: 100%;
}
#taiwan-column-area .column{
	padding: 38px 20px 5px;
	border: 4px solid #fbf7ee;
}
#taiwan-column-area .column:nth-child(odd){
	background: #f7f3e4;
}
#taiwan-column-area .column:nth-child(even){
	background: #fbfaf6;
}
.column .box-upper{
	background: url(../../common/images/line-diag-green.png) repeat-x left bottom;
	background-size: auto 8px;
	padding: 0 0 16px;
	margin: 0 auto 15px;
}
#service-column-area .column.box-brown .box-upper{
	background: url(../../common/images/line-diag-brown.png) repeat-x left bottom;
	background-size: auto 8px;
}
.column .text-num{
	display: flex;
	background: url(../../common/images/column-number.png) no-repeat center top;
	background-size: 100% auto;
	width: 54px;
	height: 50px;
	z-index: 100;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	padding: 2px 2px 0 0;
	margin: 0 15px 0 0;
	position: relative;
}
.column .text-num:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 24px;
	height: 24px;
	background-size: 100% auto !important;
	background: url(../../common/images/leaf-right1.png) no-repeat center top;
	bottom: -2px;
	right: -6px;
	z-index: -1;
}
.column h3{
	flex: 2;
	margin: 0;
	padding: 0;
	font-size: 17px;
}
#service-column-area h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#service-column-area h3:before{
	content: "";
	display:inline-block;
	flex-shrink: 0;
	margin: 0 6px 0 0;
	background-size: 100% auto !important;
}

#service-column-area .column:nth-child(odd) h3:before{
	background: url(../../common/images/icon-lump2.png) no-repeat center top;
	width: 46px;
	height: 44px;
}
#service-column-area .column:nth-child(even) h3:before{
	background: url(../../common/images/icon-building4.png) no-repeat center top;
	width: 50px;
	height: 44px;
}
.column .photo-box{
	position: relative;
	margin: 0 auto 25px;
	z-index: 20;
}
#service-column-area .photo-box:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 64px !important;
	height: 62px;
	background-size: 100% auto !important;
}
#service-column-area .column:nth-child(odd) .photo-box:before{
	background: url(../../common/images/leaf-left1.png) no-repeat center top;
	top: -10px;
	left: -55px;
}
#service-column-area .column:nth-child(even) .photo-box:before{
	background: url(../../common/images/leaf-right1.png) no-repeat center top;
	bottom: -20px;
	right: -55px;
}
#taiwan-column-area .photo-box:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	background-size: 100% auto !important;
}

#taiwan-column-area .column:nth-child(odd) .photo-box:before{
	background: url(../../common/images/flowers5.png) no-repeat center top;
	width: 116px !important;
	height: 100px;
	top: -40px;
	left: -55px;
}
#taiwan-column-area .column:nth-child(even) .photo-box:before{
	background: url(../../common/images/flowers6.png) no-repeat center top;
	width: 130px !important;
	height: 114px;
	bottom: -20px;
	right: -55px;
}
.column .button{
	margin: 10px auto 35px;
}
.go-top{
	max-width: 1140px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.go-top a{
	text-decoration: underline;
}
/***テキストリンク***/
#text-link-area{
	background: #f7f3e4;
	width: 98%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 35px 30px 50px;
}
#text-link-area ul{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#text-link-area li a{
	display: block;
	padding: 25px 0 25px;
	border-bottom: dashed 1px #ae9b8f;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#text-link-area li a:before {
	content: "";
	display: block;
	background: url(../../common/images/arrow-circle-brown.png) no-repeat center top;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin: 0 6px 0 0;
	position: relative;
	top: 5px;
}
/***装飾***/
#service-column-area .leaf-long-yellow1{
	z-index: 0;
	bottom: 20%;
	right: 5%;
}
#service-column-area .tiger7{
	top: -50px;
	right: 0;
}
#service-column-area .illust-7{
	bottom: 0;
	left: 20px;
	z-index: 3;
}
#service-column-area .circle-yellow1{
	left: -100px;
	bottom: -40px;
	z-index: 1;
}
#column-archive-wrapper1 .leaf-line7{
	top: -150px;
	z-index: 0;
}
#column-archive-wrapper1 .leaf-line13{
	bottom: 10%;
	z-index: 1;
	opacity: 0.6;
}
#column-archive-wrapper1 .circle1{
	top: -150px;
}
#column-archive-wrapper1 .circle2{
	bottom: 3%;
	z-index: -1;
}
#taiwan-column-area .leaf-long1{
	left: -150px;
	top: 12%;
	opacity: 0.6;
}
#taiwan-column-area .leaf-long2{
	right: -120px;
	top: 55%;
	opacity: 0.6;
}
#taiwan-column-area .leaf-long3{
	bottom: -30px;
	right: -150px;
	opacity: 0.5;
}
#column-archive-wrapper2 .leaf-line1{
	top: -150px;
	z-index: 0;
}
#column-archive-wrapper2 .circle1{
	top: 3%;
}
#column-archive-wrapper2 .circle2{
	top: 15%;
}
#column-archive-wrapper2 .circle3{
	top: 50%;
}
#column-archive-wrapper2 .circle4{
	bottom: -50px;
}
/**********コラム 記事ページ***********/

#column-article #article-inner{
	background: #f7f3e4;
	max-width: 1040px;
	margin: 0 auto 30px;
	width: 90%;
	border-radius: 6px;
	position: relative;
	padding: 50px 15px 30px;
}

#column-article .icon-column-top{
	display: block;
	margin: 0 auto 3px;
}
#column-article h1.title-brown{
	background: url(../../common/images/line-h2-darkbrown.png) no-repeat center bottom;
	background-size: auto 16px;
	margin: 0 auto 5px;
	text-align: center;
	padding-bottom: 24px;
	font-size: 30px;
	max-width: 800px;
	width: 90%;
}
#column-article .post{
	max-width: 900px;
	margin: 0 auto;
	width: 94%;
	padding-bottom: 100px;
	position: relative;
	z-index: 30;
}
#column-article .date{
	text-align: center;
	font-size: 0.9em;
	padding: 0 0 25px;
}
#article-cat {
	width: 170px;
	height: 50px;
	font-size: 15px;
	right: 12px;
	top: -15px;
	left: auto;
	padding: 0 0 2px;
}
#button-area{margin: 80px auto 100px;}
#button-area .button{
	position: relative;
	z-index: 20;
	margin: 0 15px;
}
#prev-button.button:after {
	background: url(../../common/images/arrow-brown-prev.png) no-repeat center top;
	background-size: 100% 100%;
	width: 18px;
	height: 10px;
	right: auto;
	left: 5px;
}
#column-back-button{
	width: 360px;
	position: relative;
	z-index: 20;
	margin: 0 auto 100px;
}
#column-back-button:hover{background: #f0f0f0;}
/*****パーツ*****/
.main-photo-area{
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	border-radius: 6px;
}
.main-photo-area img.main-photo-img{
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	border: 6px solid #d4bda0;
	display: block;
}
.main-photo-area .flower{
	z-index: 0;
	bottom: -15px;
	width: 280px;
}
.main-photo-area .flower1{left: -100px;}
.main-photo-area .flower2{right: -100px;}
h2.column-lead {
	font-size: 20px;
	text-align: center;
	margin: 0 auto 50px;
	background: url(../../common/images/line-h3-orange.png) repeat-x center bottom;
	background-size: auto 12px;
	padding: 0 0 21px;	
	max-width: 700px;
}
#column-article p a{
	text-decoration: underline;
	font-weight: bold;
	padding: 0 5px;
}

#column-article .photo-box{
	max-width: 500px;
	margin: 0 auto 40px;
	position: relative;
}
#column-article .photo-box-big{
	max-width: 700px;
	margin: 0 auto 40px;
	position: relative;
}

#column-article .point-area{
	background: url(../../common/images/background.jpg) repeat center bottom;
	border: 3px solid #b79c85;
	border-radius: 6px;
	margin: 0 auto 40px;
	padding: 50px 15px 30px;
}
#column-article .point-area .inner{
	width: 90%;
	margin: 0 auto;
}
#column-article .post .button{margin: 0 auto 25px;}
#column-article .post .button-big{
	width: 360px;
	margin: 0 auto 25px;
	line-height: 110%;
	padding: 0 30px;
}
#column-article .taiwan-page-banner{
	background: #fff;
	border: 3px solid #f4eeca;
	border-radius: 6px;
	width: 100%;
	margin: 55px auto 40px;
	align-items: center;
	padding: 4px;
	transition: .2s;
	animation-delay: 0.2s;
}
#column-article .taiwan-page-banner:hover{
	opacity: 0.6;
	transition: .2s;
}
#column-article .taiwan-page-banner .page-banner-p{
	position: absolute;
	top: -1.5em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 15px !important;
	text-align: center;
	line-height: 110% !important;
	color: #df902d;
}
#column-article .taiwan-page-banner .left{
	order: 1;
	flex-shrink: 0;
	width: 270px;
	margin: 0 auto;
	text-align: center;
}
#column-article .taiwan-page-banner h3{
	font-size: 15px !important;
	margin: 0 auto;
	padding: 12px 0 2px;
}
#column-article .taiwan-page-banner .page-banner-h2{
	margin: 0 auto 15px;
	padding: 0 0 12px;
	background: url(../../common/images/line-horizon.png) no-repeat center bottom;
	background-size: auto 9px;
}
#column-article .taiwan-page-banner .button{
	font-size: 12px;
	width: 200px;
	margin: 0 auto;
	min-height: 40px;
}
#column-article .taiwan-page-banner:hover .button{
	color: #726656;
	transition: .2s;
	background: #ede1d0;
}

#column-article .taiwan-page-banner .right{
	order: 2;
	flex: 2;
	max-width: 580px;
	height: 190px;
	border-radius: 3px;
	overflow: hidden;
}
#column-article .taiwan-page-banner .balloon-text{
	font-size: 11px;
	line-height: 120% !important;
	left: -30px;
	top: -14px;
	width: 110px;
	height: 80px;
	padding: 0 0 3px 0;
}
#column-article .taiwan-page-banner img.main-photo{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
#column-article .taiwan-page-banner .taiwan-photo1{
	bottom: -28px;
	right: -48px;
	z-index: 20;
}
#column-article .taiwan-page-banner .taiwan-photo2{
	bottom: 13px;
	right: 36px;
	z-index: 10;
}

#column-article .taiwan-page-banner .ten1{
	bottom: -7px;
	left: -35px;
	opacity: 0.8;
}


/***装飾***/
#article-area-wrapper .bird1{
	top: -29px;
	right: 0;
}
#article-area-wrapper .illust-1{
	bottom: 0;
	left: 20px;
	z-index: 1;
}
#article-area-wrapper .circle-yellow1{
	bottom: -50px;
	left: -100px;
	z-index: 0;
}
#article-area-wrapper .leaf-line15{
	top: -100px;
	opacity: 0.7;
}
#article-area-wrapper .leaf-long{z-index: 0;}
#article-area-wrapper .leaf-long1{
	left: -150px;
	top: 55%;
	opacity: 0.6;
}
#article-area-wrapper .leaf-long2{
	right: -120px;
	top: 22%;
	opacity: 0.6;
}
#article-area-wrapper .leaf-long3{
	bottom: -30px;
	right: -150px;
	opacity: 0.5;
}
#article-area-wrapper .circle1{
	top: -80px;
	z-index: -1;
}
#article-area-wrapper .circle2{
	top: 24%;
	z-index: -1;
}
#article-area-wrapper .circle3{
	top: 58%;
	z-index: -1;
}
@media only screen and (min-width:1501px){
	#column-archive-wrapper1 .leaf-line13 {
		width: 420px;
		right: 0;
		bottom: 50px;
		opacity: 0.6;
	}
	#column-archive-wrapper2 .leaf-line1 {
		width: 340px;
	}
	#article-area-wrapper .leaf-long3 {
		right: -250px;
	}

}
@media only screen and (min-width:1701px){
	
	#service-column-area .leaf-long-yellow1,
	#taiwan-column-area .leaf-long1 {
		width: 1000px;
	}
	#taiwan-column-area .leaf-long2,
	#taiwan-column-area .leaf-long3{
		width: 1100px;
	}
	#taiwan-column-area .leaf-long1,
	#article-area-wrapper .leaf-long1 {
		left: -250px;
	}
	#taiwan-column-area .leaf-long2,
	#article-area-wrapper .leaf-long2{
		right: -250px;
	}
	#article-area-wrapper .leaf-long3 {
		right: -300px;
	}
	#service-column-area .circle-yellow1,
	#article-area-wrapper .circle-yellow1 {
		width: 240px;
	}

	
	
}
@media only screen and (max-width:1140px){
	/**********コラム一覧ページ***********/
	#page-nav .button {width: 33%;}
	#service-column-area .column .back-inner-box {
		padding: 26px 12px 1px;
	}
	#taiwan-column-area .column {
		padding: 28px 12px 1px;
	}

	#column-archive-wrapper1 .leaf-line13 {
		bottom: 3%;
		z-index: -1;
		opacity: 0.6;
	}
	/**********コラム 記事ページ***********/
	#column-article .photo-box:after {
		top: -6px;
		bottom: -8px;
		right: -8px;
		left: -8px;
	}
	
	#article-area-wrapper .leaf-line15 {
		width: 300px;
		top: 0;
	}	
	#article-area-wrapper .leaf-long{opacity: 0.4;}
	
}
@media only screen and (max-width: 989px){
	/**********コラム一覧***********/
	
	.column-archive-lead {max-width: 500px;}
	.column-archive-lead p {
		line-height: 150%;
		font-size: 14px;
	}
	#archive-lead1 .balloon-left {
		width: 100px;
		height: 78px;
		top: -65px;
		left: -142px;
		font-size: 14px;
	}
	
	#archive-lead1 .lead-photo{
		width: 200px;
		height: auto;
	}
	#archive-lead1 .photo1 {
		top: auto;
		bottom: -64px;
		left: -200px;
	}
	#archive-lead1 .photo2 {
		bottom: auto;
		right: -190px;
		top: -36px;
	}
	#archive-lead2 .lead-photo{
		width: 220px;
		height: auto;
	}
	#archive-lead2 .photo1 {
		bottom: -37px;
		left: -212px;
	}
	#archive-lead2 .photo2 {
		top: auto;
		bottom: -64px;
		right: -215px;
	}
	.column-wrap {padding: 0 5px;}
	.column {
		width: 47%;
		margin: 0 1.5% 25px;
	}
	#service-column-area .column .back-inner-box {
		padding: 32px 18px 1px;
	}
	#taiwan-column-area .column {
		padding: 32px 18px 1px;
	}
	#text-link-area {
		width: 96%;
		padding: 20px 20px 30px;
	}
	#service-column-area .tiger7 {
		width: 140px;
		height: auto;
		top: -42px;
	}
	#service-column-area .illust-7 {
		width: 130px;
		height: auto;
	}
	#archive-spacer5{height: 50px !important;}
	#service-column-area .circle-yellow1 {
		z-index: -1;
	}
	/**********コラム 記事ページ***********/
	#column-article .taiwan-page-banner h3 {
		font-size: 13px !important;
	}

	#column-article .taiwan-page-banner .page-banner-h2 {
		font-size: 20px !important;
		margin: 0 10px 15px;
		background-size: auto 7px;
	}
	#column-article .taiwan-page-banner .balloon-text {
		font-size: 10px;
		left: -30px;
		top: -14px;
		width: 100px;
		height: 74px;
	}
	#column-article .taiwan-page-banner .right {
		height: 170px;
	}
	#column-article .taiwan-page-banner .taiwan-photo1 {
		width: 120px;
		height: auto;
		bottom: -23px;
		right: -50px;
	}
	#column-article .taiwan-page-banner .taiwan-photo2 {
		width: 120px;
		height: auto;
		bottom: 5px;
		right: 23px;
	}
	#column-article .taiwan-page-banner .ten1 {
		width: 82px;
		height: auto;
		bottom: -4px;
		left: -30px;
	}

	
	
}
@media only screen and (max-width: 789px){
	
	/**********コラム一覧***********/
	.column-archive-lead {
		max-width: 400px;
		z-index: 20;
	}
	#archive-lead1 h2 .icon-flex{
		width: 56px;
		height: auto;
	}
	#archive-lead2 h2 .icon-flex {
		width: 68px;
		height: auto;
	}
	#archive-lead2 .ribon-title {
		width: 300px;
		height: 90px;
		top: -94px;
	}
	#archive-lead2 .ribon-title .tag-ribon {
		width: 32px;
		height: auto;
		top: -2px;
	}
	
	#archive-lead1 .lead-photo {width: 160px;}
	#archive-lead1 .photo1 {
		top: auto;
		bottom: -48px;
		left: -150px;
	}
	#archive-lead1 .photo2 {
		right: -150px;
		top: -20px;
	}
	
	#archive-lead2 .lead-photo {width: 170px;}
	#archive-lead2 .photo1 {
		left: -163px;
	}
	#archive-lead2 .photo2 {
		bottom: -53px;
		right: -160px;
	}
	#service-column-area .column:before {height: 17px !important;}
	#taiwan-column-area .column:before {height: 21px !important;}
	.column h3 {
		font-size: 16px !important;
	}
	#service-column-area h3 {
		align-items: flex-start;
	}
	.column .box-upper {
		align-items: flex-start;
	}
	.column .text-num {
		width: 44px;
		height: 42px;
		padding: 2px 2px 0 0;
		margin: 0 9px 0 0;
	}
	.column .text-num:after {
		width: 18px;
		height: 18px;
	}
	#taiwan-column-area .column .photo-box {
		margin: 0 auto 15px;
	}
	#service-column-area .photo-box:before {
		width: 46px !important;
		height: 46px;
	}
	#service-column-area .column:nth-child(odd) .photo-box:before {
		top: -5px;
		left: -37px;
	}
	#service-column-area .column:nth-child(even) .photo-box:before {
		bottom: -20px;
		right: -36px;
	}
	#taiwan-column-area .column:nth-child(odd) .photo-box:before {
		width: 92px !important;
		height: 80px;
		top: -24px;
		left: -47px;
	}
	#taiwan-column-area .column:nth-child(even) .photo-box:before {
		width: 92px !important;
		height: 80px;
		bottom: -20px;
		right: -50px;
	}
	#service-column-area .column:nth-child(even) h3:before {
		width: 40px;
		height: 36px;
	}
	#service-column-area .column:nth-child(odd) h3:before {
		width: 40px;
		height: 40px;
	}
	
	#text-link-area li a {
		font-size: 15px;
		line-height: 140%;
	}
	#text-link-area li a:before {
		width: 14px;
		height: 14px;
		top: 3px;
	}
	#service-column-area .leaf-long-yellow1,
	#taiwan-column-area .leaf-long1 {
		width: 700px;
	}
	#taiwan-column-area .leaf-long2,
	#taiwan-column-area .leaf-long3{
		width: 800px;
	}

	#service-column-area .tiger7 {
		width: 120px;
		top: -36px;
	}
	#column-archive-wrapper1 .leaf-line7 {
		width: 260px;
		top: -150px;
		z-index: -1;
	}
	#column-archive-wrapper2 .leaf-line1 {width: 200px;}
	#archive-lead2 .ribon-title .ten3 {
		width: 100px;
		height: auto;
		top: -24px;
		right: -18px;
	}
	/**********コラム 記事ページ***********/
	#column-article .post {width: 100%;}
	#column-article h1.title-brown {
		background-size: auto 14px;
		padding-bottom: 16px;
		font-size: 24px;
		margin: 0 auto 6px;
	}
	#column-article .icon-column-top {
		width: 60px;
		height: auto;
	}
	#column-article .date {
		font-size: 0.8em;
		padding: 0 0 20px;
	}
	#article-cat {
		width: 150px;
		height: 44px;
		font-size: 13px;
		right: 2px;
		top: -11px;
	}
	#article-cat .icon-flex {
		width: 26px;
		height: auto;
	}
	#column-article #article-inner {
		margin: 0 auto 15px;
		width: 96%;
		padding: 16px 12px 30px;
	}
	
	
	
	h2.column-lead {
		width: 92%;
		font-size: 17px;
		background-size: auto 10px;
	}
	h2.column-lead br{display: none;}
	.main-photo-area img.main-photo-img{border-width: 3px;}
	.main-photo-area .flower {
		width: 200px;
	}
	.main-photo-area:after {
		width: 80px;
		height: 30px;
		top: -30px;
	}
	#column-article h2.title {

		width: 94%;
	}
	#column-article .photo-box {
		max-width: 460px;
		width: 96%;
	}

	#column-article .point-area {
		padding: 35px 15px 18px;
		width: 94%;
	}
	#column-article .point-area .inner {
		width: 96%;
	}
	#column-article .taiwan-page-banner {
		background: rgb(255 255 255 / 60%);
	}
	#column-article .taiwan-page-banner .left {
		width: 230px;
	}
	#column-article .taiwan-page-banner .page-banner-h2 {
		font-size: 19px !important;
		margin: 0 10px 15px;
	}	
	#column-article .taiwan-page-banner .button {
		font-size: 12px;
		width: 180px;
		min-height: 36px;
	}
	#column-article .taiwan-page-banner .balloon-text {
		font-size: 10px;
		left: -32px;
		top: -21px;
		width: 94px;
		height: 69px;
	}
	#column-article .taiwan-page-banner .right {
		height: 150px;
	}
	#column-article .taiwan-page-banner .taiwan-photo1 {
		width: 100px;
		bottom: -23px;
		right: -50px;
	}
	#column-article .taiwan-page-banner .taiwan-photo2 {
		width: 100px;
		bottom: 16px;
		right: -1px;
	}
	
	
	
	#article-area-wrapper .tiger1 {
		width: 64px;
		height: auto;
		top: -30px;
	}
	#article-area-wrapper .illust-1 {
		width: 78px;
		left: 13px;
	}
	#article-area-wrapper .leaf-line15 {
		width: 240px;
		top: -141px;
	}
	#article-area-wrapper .leaf-long1 {
		width: 650px;
	}
	#article-area-wrapper .leaf-long2,
	#article-area-wrapper .leaf-long3{
		width:750px;
	}
	
	
	
	
	

	
}
@media only screen and (max-width: 589px){
	/**********コラム一覧***********/
	.column-archive-lead {width: 90%;}
	.column-archive-lead p{
		padding: 0 36px;
	}
	#archive-lead1 .lead-photo {
		width: 130px;
	}
	#archive-lead1 .photo1 {
		top: auto;
		bottom: -38px;
		left: -75px;
	}
	#archive-lead1 .photo2 {
		right: -63px;
		top: -14px;
	}
	#archive-lead2 .lead-photo {
		width: 140px;
	}
	#archive-lead2 .photo1 {
		left: -91px;
		top: auto;
		bottom: -33px;
	}
	#archive-lead2 .photo2 {
		bottom: auto;
		right: -89px;
		top: -71px;
	}
	.column-wrap{
		padding: 0 15px ;
	}
	.column-half .text-area{
		display: none;
	}
	#service-column-area .column .back-inner-box,
	#taiwan-column-area .column{
		display: flex;
		flex-wrap: wrap;
	}
	.column-sp-big {
		display: block;
		width: 94%;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.column-half{
		width: 48%;
		margin: 0 1% 30px;
	}
	#service-column-area .column-half:before {
		height: 13px !important;
	}
	#service-column-area .column-sp-big:before {
		height: 18px !important;
	}
	#service-column-area .column-half .back-inner-box {
		padding: 17px 12px 1px;
	}
	.column-sp-big .text-area{
		display: block;
		order: 3;
	}
	.column-sp-big .photo-box {
		order: 1;
		width: 94%;
		max-width: 340px;
	}
	.column-sp-big .photo-box:after {
		top: -10px;
		bottom: -10px;
		right: -10px;
		left: -10px;
	}
	.column-half .photo-box{
		margin: 0 auto 12px;
	}
	#taiwan-column-area .column-sp-big .photo-box{
		order: 2;
		margin-bottom: 24px;
	}
	#service-column-area .column-half .photo-box:before {
		width: 34px !important;
		height: 34px;
	}
	#service-column-area .column:nth-child(odd).column-half .photo-box:before {
		left: -32px;
	}
	.column-half .box-upper {
		order: 2;
		position: initial;
		background: none !important;
		padding: 0;
		margin: 0;
	}
	#taiwan-column-area .column-sp-big .box-upper{
		order: 1;
	}
	#taiwan-column-area .column-half .box-upper{
		order: 3;
	}
	.column-sp-big h3 {
		font-size: 16px !important;
	}
	.column-half h3 {
		font-size: 14px !important;
	}
	#taiwan-column-area .column-half h3{margin-bottom: 10px;}
	#service-column-area .column-half h3:before {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: -17px;
		z-index: 10;
	}
	.column-half .text-num {
		position: absolute;
		width: 40px;
		height: 40px;
		margin: auto;
		left: 0;
		right: 0;
		top: -18px;
	}
	.column .date,
	.column .text-area{
		font-size: 12px;
		line-height: 140%;
	}
	.column .date{padding-bottom: 8px;}
	#taiwan-column-area .column-sp-big .date{
		order: 3;
	}
	.column .button {
		position: relative;
		order: 4;
		margin: 10px auto 12px;
	}
	.column-half .button{
		font-size: 12px;
		height: 40px;
		min-height: 30px;
		width: 100%;
	}
	.column-half .button:after {
		width: 14px;
		height: 14px;
		right: 8px;
	}
	#text-link-area {
		width: 92%;
		padding: 14px 5px 20px;
	}
	#text-link-area li a {
		font-size: 14px;
		line-height: 140%;
		padding: 18px 0 18px;
	}
	#archive-spacer4{display: none;}
	#archive-spacer6{height: 50px !important;}
	
	#service-column-area .leaf-long-yellow1,
	#taiwan-column-area .leaf-long1 {
		width: 600px;
	}
	#taiwan-column-area .leaf-long2,
	#taiwan-column-area .leaf-long3{
		width: 700px;
	}
	#service-column-area .illust-7 {
		width: 100px;
	}
	#service-column-area .circle-yellow1 {
		width: 160px;
		left: -50px;
	}	

	/**********コラム 記事ページ***********/
	#column-article{font-size: 15px;}
	#column-article h1.title-brown {
		background-size: auto 12px;
		padding-bottom: 20px;
		font-size: 22px;
		width: 94%;
		text-align: left;
	}
	.main-photo-area .flower {
		width: 180px;
	}
	.main-photo-area .flower1 {
		left: -56px;
	}
	.main-photo-area .flower2 {
		right: -56px;
	}
	h2.column-lead {
		margin: 0 auto 25px;
		padding: 0 0 21px;
		font-size: 16px !important;
	}
	
	#column-article .point-area p{
		padding-left: 0;
		padding-right: 0;
	}
	
	#button-area {margin: 40px auto 70px;}
	#button-area .button {
		margin: 0 1.5%;
		width: 47%;
		border-width: 1px;
	}
	#column-article .taiwan-page-banner {
		display: block;
		margin: 55px auto 35px;
	}
	#column-article .taiwan-page-banner .right {
		height: 120px;
	}
	#column-article .taiwan-page-banner img.main-photo {
		object-position: center bottom;
	}
	#column-article .taiwan-page-banner h3 {
		font-size: 12px !important;
	}
	#column-article .taiwan-page-banner .page-banner-h2 {
		font-size: 18px !important;
		margin: 0 auto 7px;
		background-size: auto 6px;
		padding: 0 0 10px 0;
	}
	#column-article .taiwan-page-banner .button {
		font-size: 11px;
		width: 180px;
		min-height: 34px;
		margin: 0 auto 10px;
	}
	#column-article .taiwan-page-banner .balloon-text {
		font-size: 10px;
		left: -17px;
		top: -17px;
		width: 94px;
		height: 72px;
		z-index: 20;
	}
	#column-article .taiwan-page-banner .page-banner-p {
		font-size: 14px !important;
		
	}
	
	
	#article-area-wrapper .illust-1 {
		width: 70px;
		left: 9px;
	}
	#article-area-wrapper .leaf-long1 {
		width: 550px;
	}
	#article-area-wrapper .leaf-long2,
	#article-area-wrapper .leaf-long3{
		width:650px;
	}
	
}
@media only screen and (max-width: 489px){
	/**********コラム一覧***********/
	
	#archive-lead1 h2 .icon-flex {width: 50px;}
	#archive-lead1 .balloon-left {
		width: 87px;
		height: 68px;
		top: -56px;
		left: -130px;
		font-size: 12px;
	}
	#archive-lead2 .ribon-title {
		width: 280px;
		height: 80px;
	}
	#archive-lead2 .ribon-title .tag-ribon {width: 27px;}
	#archive-lead2 h2 .icon-flex {
		width: 56px;
	}
	
	#archive-spacer7{height: 50px !important;}
	.column-archive-lead p {
		padding: 0 0 30px;
	}
	#archive-lead1 .lead-photo {
		width: 120px;
	}
	#archive-lead1 .photo1 {
		bottom: -62px;
		left: -57px;
	}
	#archive-lead1 .photo2 {
		right: -57px;
		top: 3px;
	}
	#archive-lead2 .lead-photo {
		width: 130px;
	}
	#archive-lead2 .photo1 {
		left: -67px;
		bottom: -56px;
	}
	#archive-lead2 .photo2 {
		bottom: -58px;
		right: -69px;
		z-index: 25;
	}
	.column-wrap {
		padding: 0 10px;
	}
	.column-sp-big {
		width: 97%;
	}
	.column-half {
		width: 47%;
		margin: 0 1.5% 23px;
	}
	#service-column-area .column-half{padding: 3px;}
	#service-column-area .column-half .back-inner-box {
		padding: 15px 9px 1px;
	}
	#taiwan-column-area .column{border-width: 2px;}
	#taiwan-column-area .column-half {
		padding: 25px 8px 1px;
	}
	#taiwan-column-area .column-half:before {
		height: 17px !important;
		left: -2px;
		right: -2px;
		top: -3px;
		z-index: 3;
	}
	#taiwan-column-area .column-half .photo-box {
		margin: 0 auto 10px;
	}
	#taiwan-column-area .column:nth-child(odd) .photo-box:before {
		width: 78px !important;
		height: 68px;
		top: -20px;
		left: -34px;
	}
	#taiwan-column-area .column:nth-child(even) .photo-box:before {
		width: 78px !important;
		height: 68px;
		bottom: -26px;
		right: -41px;
	}
	#taiwan-column-area .column-half .date{padding-bottom: 5px;}
	.column .button {
		margin: 2px auto 12px;
	}
	#service-column-area .tiger7 {
		width: 100px;
		top: -30px;
	}
	#column-archive-wrapper2 .leaf-line1 {
		width: 160px;
		top: -120px;
		z-index: -1;
	}
	/**********コラム 記事ページ***********/
	#article-cat {
		width: 120px;
		height: 40px;
		font-size: 10px;
		right: 2px;
		top: -11px;
	}
	#column-article h1.title-brown {font-size: 21px;}
	#button-area {margin: 40px auto;}
	#column-article .post .button-big {
		width: 96%;
		padding: 0 20px;
	}
	#column-back-button{margin: 0 auto;}
	
	#column-article .taiwan-page-banner {
		margin: 55px auto 35px;
	}
	#column-article .taiwan-page-banner .right {
		height: 100px;
	}
	#column-article .taiwan-page-banner .balloon-text {
		font-size: 10px;
		left: -23px;
		top: -5px;
		width: 90px;
		height: 68px;
		z-index: 20;
	}
	#column-article .taiwan-page-banner .left {
		width: 220px;
	}
	#column-article .taiwan-page-banner h3 {
		font-size: 11px !important;
	}
	#column-article .taiwan-page-banner .page-banner-h2 {
		font-size: 17px !important;
		margin: 0 auto 6px;
		background-size: auto 6px;
		padding: 0 0 9px 0;
	}
	#column-article .taiwan-page-banner .ten1 {
		width: 68px;
		
	}
	#column-article .taiwan-page-banner .taiwan-photo1 {
		width: 80px;
		bottom: -16px;
		right: -38px;
	}
	#column-article .taiwan-page-banner .taiwan-photo2 {
		width: 80px;
		bottom: 16px;
		right: -1px;
	}
	
	
	#article-area-wrapper .bird1{
		width: 40px;
		top: -23px;
	}

}
@media only screen and (max-width: 389px){
	/**********コラム一覧***********/
	.column-archive-lead p {
		font-size: 13px;
	}

	#archive-lead2 .photo2 {
		bottom: -58px;
		right: -88px;
	}
	.column-wrap {
		padding: 0 5px;
	}
	.column-sp-big {
		margin: 0 auto 20px;
	}
	#service-column-area .column-sp-big .back-inner-box {
		padding: 31px 11px 1px;
	}
	.column-sp-big .photo-box {
		margin: 0 auto 15px;
	}
	.column-sp-big .photo-box:after {
		top: -3px;
		bottom: -3px;
		right: -3px;
		left: -3px;
	}
	#service-column-area .photo-box:before {
		width: 38px !important;
		height: 36px;
	}
	#service-column-area .column:nth-child(odd) .photo-box:before {
		top: -5px;
		left: -30px;
	}
	#service-column-area .column:nth-child(even) .photo-box:before {
		right: -30px;
	}
	#service-column-area .column-half .photo-box:before {
		width: 30px !important;
		height: 31px;
	}
	#service-column-area .column:nth-child(odd).column-half .photo-box:before {
		left: -24px;
	}
	#service-column-area .column:nth-child(even).column-half .photo-box:before {
		right: -20px;
	}
	.column-sp-big h3 {
		font-size: 15px !important;
	}
	#service-column-area .column:nth-child(odd) h3:before {
		width: 34px;
		height: 34px;
	}
	#service-column-area .column:nth-child(even) h3:before {
		width: 34px;
		height: 29px;
	}
	#archive-lead2 .ribon-title .ten3 {
		width: 90px;
		top: -23px;
	}
	/**********コラム 記事ページ***********/
	#article-spacer1{display: none;}
	#column-article .article-inner {padding: 30px 0 0 0;}
	#column-article h1.title-brown {font-size: 20px;}
	.main-photo-area:after {
		width: 58px;
		height: 22px;
		top: -23px;
	}
	
	h2.column-lead {width: 98%;}	
	#column-article .point-area {
		padding: 28px 15px 7px;
		width: 98%;
		border-width: 2px;
	}
	#column-back-button {
		width: 90%;
	}
	#article-bottom-spacer{display: none;}
	#column-article .taiwan-page-banner {
		margin: 50px auto 35px;
	}
	#column-article .taiwan-page-banner .page-banner-p {
		font-size: 13px !important;
	}
	#column-article .taiwan-page-banner .right {
		height: 90px;
	}
	#column-article .taiwan-page-banner h3 {
		font-size: 10px !important;
		display: block;
		line-height: 1em !important;
	}
	#column-article .taiwan-page-banner .balloon-text {
		font-size: 9px;
		width: 86px;
	}
	
	#column-article .taiwan-page-banner .taiwan-photo1,
	#column-article .taiwan-page-banner .taiwan-photo2{
		display: none;
	}
}