


/*---------------------------------------------

  hero

---------------------------------------------*/
#hero{
	position: relative;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.table_inner {
    display: table-cell;
    vertical-align: middle
}

/* slideshow */
.bxslider {
	display: none;
}
.cover-ss-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cover-ss-wrap .bx-wrapper {
    width: 100%;
    background-color: #000;
}
.cover-ss-wrap .bxslider .cs {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
@media screen and (max-width: 720px) {
	#hero , .bxslider li.cs,.cover-ss-wrap .bx-wrapper,.cover-ss-wrap .bx-viewport,#kv_inner {
		height: 240px !important;
	}
	#hero , .bxslider li.cs,.cover-ss-wrap .bx-wrapper,.cover-ss-wrap .bx-viewport,#kv_inner {
		-webkit-background-size: contain;
		background-size: contain;
	}
.table {
    display: block;
    width: 100%;
    height: 240px;
    top: 0;
    left: 0;
    z-index: 0;
}
.table_inner {
    display: block;
    vertical-align: middle
}

/* slideshow */
.bxslider {
	display: inherit;
	}
.cover-ss-wrap {
    width: 100%;
    height: 240px;
    z-index: -1;
}
.cover-ss-wrap .bx-wrapper {
    width: 100%;
    background-color: #000;
}
.cover-ss-wrap .bxslider .cs {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
}

/*copy*/
#kv_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#kv_inner p.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -110px;/*-header/2*/
}

/*gmic-scroll*/
div.gmic-scroll {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    width: 80px;
    margin-left: -40px;
    text-align: center;
}
div.gmic-scroll a {
    padding-top: 70px;
    margin-left: 0;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 3px;
}
div.gmic-scroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@media screen and (max-width: 720px) {
#kv_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#kv_inner p.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -35px;/*-header/2*/
}
#kv_inner p.kv_logo img {
    width: 120px;
	height: 120px;
}

div.gmic-scroll {
    display: none;
}
}


/*---------------------------------------------

  index content

---------------------------------------------*/
.top--copy {
	text-align: center;
	margin-top: 100px;
}
.top--copy p strong {
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	color: #887028;
	letter-spacing: .3em;
}
.top--copy p:last-child {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4;
	color: #887028;
	margin-top: 40px;
}

.col--plan,
.col--contents,
.col--gallery,
.col--blog {
	margin-top: 40px;
}

.col--计划 .col-w-4-1 {
	background: #f8f7f3;
	box-sizing: border-box;
	text-align: center;
}
.col--计划 .col-w-4-1 p {
	color: #887028;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 20px;
}
.col--计划 .col-w-4-1 p span {
	color: #beaf87;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
	display: block;
	margin-bottom: 6px;
}
/*hover*/
.col--计划 .col-w-4-1,
.col--计划 .col-w-4-1 img,
.col--计划 .col-w-4-1 a span{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.col--计划 .col-w-4-1:hover {
	background: #f2f2f2;
}
.col--计划 .col-w-4-1:hover img{
	opacity: .9;
}
.col--计划 .col-w-4-1:hover a span{
	color: #887028;
}

.col--contents .col-w-4-1 {
	position: relative;
	text-align: center;
}
.col--contents .col-w-4-1 small {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #ffffff;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .2em;
}
/*hover*/
.col--contents .col-w-4-1 img,
.col--contents .col-w-4-1 a small{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.col--contents .col-w-4-1:hover img{
	opacity: .9;
}
.col--contents .col-w-4-1:hover a small{
	color: #887028;
	letter-spacing: .15em;
}

/*hover*/
.col--集合 .col-w-5-1 img{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.col--集合 .col-w-5-1:hover img{
	opacity: .9;
}

.col--blog .col-w-4-1 p {
	color: #666666;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
	min-height:90px;
}
.col--blog .col-w-4-1 a span {
	color: #beaf87;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
	margin-top: 20px;
	text-align: center;
	letter-spacing: .1em;
}
/*hover*/
.col--blog .col-w-4-1 img,
.col--blog .col-w-4-1 p,
.col--blog .col-w-4-1 a span{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.col--blog .col-w-4-1:hover img{
	opacity: .9;
}
.col--blog .col-w-4-1:hover p{
	color: #887028;
}
.col--blog .col-w-4-1:hover a span{
	color: #BEAF87;
}


/*box-insta*/
.box-insta {
	margin-top: 20px;
	background: #f8f7f3;
	border: 4px solid #f1efe7;
	padding: 16px;
	width: 1160px;
}
.ttl-insta {
	text-align: center;
}
.ttl-insta h2 {
	display: inline-block;
}
.ttl-insta h2 span {
	color: #beaf87;
	display: block;
	margin-bottom: 16px;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: .2em;
	line-height: 1;
}
.ttl-insta h2 small {
	display: inine-block;
	letter-spacing: .1em;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	color: #887028;
	font-weight: 500;
	background: url(../image/kinari-insta1.svg) no-repeat 0 4px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	padding-left: 18px;
}
.box-insta ul li {
	float: left;
	width: 180px;
	/*height: 180px;*/
	margin-left: 16px;
}
.box-insta ul li img {
	width: 100%;
	height: auto;
	/*width: 180px;
	height: 180px;*/
}
.box-insta ul li:first-child {
	margin-left: 0;
}
@media screen and (max-width:720px){
.top--copy {
	margin-top: 40px;
}
.top--copy p strong {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .2em;
	font-weight: 700;
}
.top--copy p:last-child {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2;
	margin-top: 20px;
}

.col--计划,
.col--contents,
.col--集合,
.col--blog {
	margin-top: 10px;
}

.col--计划 .col-w-4-1 p {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: .1em;
	padding: 10px 12px;
}
.col--计划 .col-w-4-1 p span {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: .2em;
	margin-bottom: 6px;
}

.col--contents .col-w-4-1 small {
	font-size: 20px;
	font-size: 2.0rem;
}

.col--blog .col-w-4-1 p {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-top: 12px;
	min-height:70px;
}
.col--blog .col-w-4-1 a span {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 12px;
}

/*box-insta*/
.box-insta {
	margin-top: 10px;
	padding: 10px;
	width: auto;
}
.ttl-insta h2 span {
	margin-bottom: 8px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
}
.ttl-insta h2 small {
	display: inine-block;
	letter-spacing: .1em;
	line-height: 1;
	font-size: 12px;
	font-size: 1.2rem;
	color: #887028;
	font-weight: 500;
	background: url(../image/kinari-insta1.svg) no-repeat 0 2px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	padding-left: 18px;
}
.box-insta ul li {
	width: 50%;
	height: auto;
	margin-left: 0;
}
.box-insta ul li img {
	width: 100%;
	/*height: 140px;*/
}
}


/*---------------------------------------------

  second content

---------------------------------------------*/
#second-hero{
	width: 1200px;
	height: 300px;
	margin: 0 auto 80px;
	padding: 80px 0 0;
	position: relative;
}

.hero-plan { background: url(../image/hero.png) no-repeat 50% 100%;}
.hero-gallery { background: url(../image/hero.png) no-repeat 50% 100%;}
.hero-flow { background: url(../image/hero.png) no-repeat 50% 100%;}
.hero-about { background: url(../image/hero.png) no-repeat 50% 100%;}
.hero-faq { background: url(../image/hero.png) no-repeat 50% 100%;}
.hero-blog { background: url(../image/hero.png) no-repeat 50% 100%;}
.hero-contact { background: url(../image/hero.png) no-repeat 50% 100%;}
.hero-404 { background: url(../image/hero.png) no-repeat 50% 100%;}
/* .herd-plan{background: url(../image/hero.png) no-repeat 50% 100%;} */
.second-hero-ttl {
  top: 50%;
  left: 50%;
	margin-top: 40px;
	position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
	font-size: 60px;
	font-size: 6rem;
	color:#ffffff;
	font-weight: 500;
	letter-spacing: .15em;
}
#second-hero .pankz{
	width: 1200px;
	height: 40px;
	padding: 0;
	background: rgba(190,175,135,.5);
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
}
#second-hero .pankz aside{
	width: 1160px;
	height: 40px;
	margin: 0 auto;
}
#second-hero .pankz aside ul li{
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
}
#second-hero .pankz aside ul li:nth-child(n+2):before{
	content:">";
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	margin: 0 8px;
}
#second-hero .pankz aside ul li a {
	color: #fff;
}
#second-hero .pankz aside ul li:first-child a span {
	display: none;
}
#second-hero .pankz aside ul li:first-child a {
	content:"";
	display: block;
	background: url(../image/kinari-home.svg) no-repeat 0 10px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	width: 20px;
	height: 28px;
}
@media screen and (max-width: 720px) {
#second-hero{
	width: 100%;
	height: 76px;
	padding: 44px 0 0;
	margin: 0 auto 30px;
}

.hero-计划 { background: url(https://www.sunsemweb.com/data/template/preview_33/static/fonts/e7e3ec86076746f3b9bc5c0ae3cf3d11.svg) no-repeat 0 0;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
}
}


/*------------------------------------

second-common

------------------------------------*/
.wrap--2col {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.main__Column {
	float: left;
	width: 920px;
}
.right__Column {
	float: right;
	width: 170px;
}
.right__Column p {
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #887028;
	text-align: center;
	padding: 10px 4px;
	margin-bottom: 10px;
}
.right__Column p strong {
	color: #887028;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
}
.right__Column aside ul li{
	line-height: 1.8;
	padding: 10px 0;
	font-size: 10px;
	letter-spacing: .1em;
	border-bottom: 1px solid #beaf87;
}
.right__Column aside ul li a{
	color: #beaf87;
	display: block;
}
.right__Nav {
	width: 170px;
}

.wrap--2col.is-fixed .right__Nav {
  position: fixed;
  top: 100px;
}

/*col--nv 集合 + flow*/
.col--nv li {
	float: left;
	width: 294px;
	margin-left: 8px;
	text-align: center;
}
.col--nv li:first-child {
	margin-left: 0;
}
.col--nv li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 28px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: .1em;
	
	color: #fff;
	position: relative;
	z-index: 2;
}
.col--nv li a:after {
	display:inline-block;
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background:rgb(181 159 101 / 0.6);
	z-index: -1;
}
.col--nv li a:hover {
	background-color: #cbbf9f;
}

/*go contact 20170804*/
.go_contact {
	text-align: right;
}
.go_contact a.btn {
	font-size: 13px;
	font-size: 1.3rem;
	list-style-type: 0em;
}
.pg-集合 .go_contact {
	text-align: center;
}
@media screen and (max-width: 720px) {
.wrap--2col {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.main__Column {
	float: none;
	width: auto;
}
.right__Column {
	float: none;
	width: auto;
	margin-top: 20px;
}
.right__Column aside ul li{
	line-height: 1.6;
	padding: 14px 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.right__Nav {
	width: auto;
}

.wrap--2col.is-fixed .right__Nav {
  position: static;
  top: inherit;
}

/*col--nv 集合 + flow*/
.col--nv li {
	width: 49%;
	margin-left: 2%;
}
.col--nv li:nth-child(2n-1) {
	margin-left: 0;
}
.col--nv li:nth-child(n+3) {
	margin-top: 2%;
}
.col--nv li a {
	padding: 14px 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .0em;
	background: #beaf87;
}
}

/*------------------------------------

kinari-集合

------------------------------------*/
.ttl--col {
	border-bottom: 2px solid #beaf87;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.ttl--col h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #887028;
}
.ttl--col span {
	float: right;
	font-size: 16px;
	font-size: 1.6rem;
	color: #beaf87;
}
@media screen and (max-width: 720px) {
.ttl--col {
	margin-bottom: 10px;
}
.ttl--col h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
.ttl--col span {
	float: none;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 4px;
}
}


/*------------------------------------

kinari-flow

------------------------------------*/
.ttl--flow {
	min-height: 220px;
	margin-bottom: 30px;
	position: relative;
}
.ttl--flow.flow01 { background: url(../image/flow01.png) no-repeat top right #f2efe7;}
.ttl--flow.flow02 { background: url(../image/flow02.png) no-repeat top right #f2efe7;}
.ttl--flow.flow03 { background: url(../image/flow03.png) no-repeat top right #f2efe7;}
.ttl--flow.flow04 { background: url(../image/flow04.png) no-repeat top right #f2efe7;}
.ttl--flow h2 {
  top: 50%;
  left: 80px;
	position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	font-weight: 32px;
	font-size: 3.2rem;
	font-weight: 500;
	color: #887028;
}
.ttl--flow span {
	font-weight: 16px;
	font-size: 1.6rem;
	color: #beaf87;
	display: block;
	margin-top: 20px;
}

.col--flow {
	margin-bottom: 30px;
	position: relative;
}
.col--flow:after {
	display: block;
	content: "";
	background: url(../image/kinari-tri.svg) no-repeat 0 0;
	width: 10px;
	height: 10px;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	position: absolute;
	bottom: -18px;
	left: 22px;
}
.col--flow:last-child:after {
	display: none;
}
.col--flow strong {
	display: inline-block;
	background: #beaf87;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 48px;
	letter-spacing: .05em;
	width: 240px;
	padding: 4px;
	text-align: left;
}
.col--flow strong span {
	float: left;
	margin-right: 16px;
	padding: 4px 8px;
	background: #fff;
	color: #887028;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.col--flow strong span small {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
.col--flow p {
	top: 50%;
  left: 280px;
	position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	float: left;
	color: #666666;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: .05em;
}
@media screen and (max-width: 720px) {
.ttl--flow {
	min-height: inherit;
	height: 180px;
	margin-bottom: 20px;
	position: relative;
}
.ttl--flow.flow01 { background: url(../image/flow01.png) no-repeat 50% 50%; background-size: cover;}
.ttl--flow.flow02 { background: url(../image/flow02.png) no-repeat 50% 50%; background-size: cover;}
.ttl--flow.flow03 { background: url(../image/flow03.png) no-repeat 50% 50%; background-size: cover;}
.ttl--flow.flow04 { background: url(../image/flow04.png) no-repeat 50% 50%; background-size: cover;}
.ttl--flow h2 {
  top: 50%;
  left: 50%;
	width: 80%;
	padding: 10px;
	background:rgba(190,175,135,.5);
	position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
	font-weight: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-shadow: 0 1px 0 #887028;
	text-align: center;
	font-weight: 700;
}
.ttl--flow span {
	font-weight: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin-top: 8px;
}

.col--flow {
	margin-bottom: 16px;
	position: static;
}
.col--flow:after {
	position: static;
	margin: 8px auto 0;
}
									
.col--flow strong {
	display: inline-block;
	background: #fff;
	color: #887028;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .05em;
	width: auto;
	padding: 0;
	text-align: left;
}
.col--flow strong span {
	float: none;
	margin-right: 12px;
	padding: 0;
	color: #887028;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	text-align: left;
}
.col--flow strong span small {
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 4px;
}
.col--flow p {
	top: inherit;
  left: inherit;
	position: static;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
	float: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 6px;
}
}


/*------------------------------------

kinari-about

------------------------------------*/
.col--about .col-about-3-1 {
	width: 420px;
}
.col--about .col-about-3-2 {
	width: 690px;
	margin-left: 90px;
}
.col--about .col-about-3-2 p {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2;
	margin-top: 30px;
}
.col--about .col-about-3-2 p:first-child {
	margin-top: 0;
}
.col--about .col-about-3-2 div {
	display: inline-block;
	margin-top: 30px;
	padding: 14px 20px;
	border: 1px dotted #ebe7db;
}
.col--about .col-about-3-2 div p {
	color: #887028;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}
.col--about .col-about-3-3 {
	width: 144px;
	height: 420px;
	position: relative;
}
.col--about .col-about-3-3 ul {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
}
.col--about .col-about-3-3 ul li:last-child a.btn {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 10px;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 720px) {
.col--about .col-about-3-1 {
	width: auto;
}
.col--about .col-about-3-2 {
	width: auto;
	margin-left: 0;
	/*margin-top: 16px;*/
	margin-top: 0;
}
.col--about .col-about-3-2 p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 12px;
}
.col--about .col-about-3-2 div {
	display: inline-block;
	margin-top: 14px;
	padding: 10px 14px;
	box-sizing: border-box;
}
.col--about .col-about-3-2 div p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: .05em;
}
.col--about .col-about-3-3 {
	width: auto;
	height: auto;
	position: static;
}
.col--about .col-about-3-3 ul {
	position: static;
	margin: 0 0 14px;
}
.col--about .col-about-3-3 ul li:last-child a.btn {
	font-size: 12px;
	font-size: 1.2rem;
}
}


/*------------------------------------

kinari-faq

------------------------------------*/
.col--Q--A{
	margin-bottom: 90px;
}
.col--Q--A:last-child{
	margin-bottom: 0px;
}
.col--Q--A h3{
	font-size: 26px;
	font-size: 2.6rem;
	color: #887028;
	padding-bottom: 8px;
	border-bottom: 2px solid #887028;
	margin-bottom: 40px;
}
.box--Q--A{
	margin-bottom: 26px;
}

.box--Q--A h4{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #887028;
	margin-bottom: 26px;
}
.box--Q--A .box--Answer{
	
}
.box--Q--A .box--Answer p{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #666;
}
.box--Q--A .box--Answer ul {
	margin-top: 26px;
}
.box--Q--A .box--Answer ul li{
	margin-bottom: 26px;
}
.box--Q--A .box--Answer ul li p strong{
	font-weight: 700;
	display: block;
}
@media screen and (max-width: 720px) {
.col--Q--A{
	margin-bottom: 30px;
}
.col--Q--A h3{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.box--Q--A{
	margin-bottom: 14px;
}

.box--Q--A h4{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 14px;
	line-height: 1.8;
}
.box--Q--A .box--Answer{
	
}
.box--Q--A .box--Answer p{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
}
.box--Q--A .box--Answer ul {
	margin-top: 14px;
}
.box--Q--A .box--Answer ul li{
	margin-bottom: 14px;
}
}



/*------------------------------------

kinari-计划

------------------------------------*/
.col--计划--nav {
	background: url(https://www.sunsemweb.com/data/template/preview_33/static/images/%E8%AE%A1%E5%88%92--bg-nv.png) no-repeat 0 0;
	width: 1200px;
	height: 380px;
	position: relative;
}
.col--计划--nav ul li {
	width: 300px;
	height: 380px;
	margin: 0;
	float: left;
	position: relative;
}
.col--计划--nav ul li a {
	position: absolute;
	bottom: 2%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.ttl--计划 {
	border-bottom: 1px solid #887028;
	padding: 8px 20px;
	margin-bottom: 30px;
	background: #f2efe7;
}
.ttl--计划 h2 {
	font-weight: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #887028;
}
.ttl--计划 span {
	float: right;
	font-weight: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding-top: 8px;
	color: #887028;
}

.col--计划 .col-w-2-1 {
	width: 450px;
}
.col--计划 .col-w-2-2 {
	width: 710px;
}
.col--计划 .col-w-2-2 p.lead {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	color: #666;
	margin-bottom: 30px;
}
.col--计划 .col-w-2-2 p.sub {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .1em;
	color: #666;
	margin-top: 20px;
}
.col--计划 .col-w-2-2 > span {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .05em;
	margin-top: 6px;
	color: #666;
}
.col--计划 .col-w-2-2 > span a {
	color: #95C5DB;
	text-decoration: underline;
}
.col--计划 .col-w-2-2 ul {
	margin-top: 24px;
	display: block;
}
.col--计划 .col-w-2-2 ul li {
	  float: right;
	  margin-left: 8px;
}
.col--计划 .col-w-2-2 .btn {
	padding: 6px 14px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 0;
}

.ttl--计划--m {
	border-bottom: 1px solid #887028;
	padding: 8px 0;
	margin-bottom: 30px;
}
.ttl--计划--m h2 {
	font-weight: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #887028;
}
.col--album .col-w-2-1 {
	width: 572px;
	margin-left: 56px;
}
.col--album .col-w-2-1:first-child {
	margin-left: 0;
}
	.col--album .col-w-2-1 ul li {
		float: left;
		width: 49%;
		margin-left: 2%;
	}
	.col--album .col-w-2-1 ul li:first-child {
		margin-left: 0;
	}

.col--album .col-w-2-1 p strong {
	font-size: 18px;
	font-size: 1.8rem;
	color: #887028;
	display: block;
	margin-bottom: 8px;
}
.col--album .col-w-2-1 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0;
	color: #666;
	margin-top: 30px;
	margin-bottom: 20px;
}

.col--film .col-w-2-1 {
	width: 592px;
}
	.col--film .col-w-2-1 ul li {
		float: left;
		width: 49%;
		margin-left: 2%;
	}
	.col--film .col-w-2-1 ul li:first-child {
		margin-left: 0;
	}
.col--film .col-w-2-2 {
	width: 576px;
}
.col--film .col-w-2-2 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0;
	color: #666;
	margin-bottom: 20px;
}
.col--film .col-w-2-2 .film--计划 {
	text-align: right;
}
@media screen and (max-width: 720px) {
.col--计划--nav {
	display: none;
}

.ttl--计划 {
	padding: 8px 10px;
	margin-bottom: 0;
}
.ttl--计划 h2 {
	font-weight: 16px;
	font-size: 1.6rem;
}
.ttl--计划 span {
	float: none;
	display: block;
	font-weight: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding-top: 0;
	margin-top: 4px;
}

.col--计划 .col-w-2-1 {
	width: auto;
}
.col--计划 .col-w-2-2 {
	width: auto;
}
.col--计划 .col-w-2-2 p.lead {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: .05em;
	margin-top: 10px;
	margin-bottom: 16px;
}
.col--计划 .col-w-2-2 p.sub {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 10px;
}
.col--计划 .col-w-2-2 > span {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 8px;
}
.col--计划 .col-w-2-2 ul {
	margin-top: 16px;
}
.col--计划 .col-w-2-2 ul li {
	margin-left: 4px;
}
.col--计划 .col-w-2-2 .btn {
	padding: 4px 10px;
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 0;
}

.ttl--计划--m {
	margin-bottom: 20px;
}
.ttl--计划--m h2 {
	font-weight: 16px;
	font-size: 1.6rem;
}
.col--album .col-w-2-1 {
	width: auto;
	margin-left: 0;
}
.col--album .col-w-2-1:first-child {
	margin-left: 0;
	margin-bottom: 20px;
}
.col--album .col-w-2-1 p strong {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 6px;
}
.col--album .col-w-2-1 p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}

.col--film .col-w-2-1 {
	width: auto;
	margin-bottom: 8px;
}
.col--film .col-w-2-2 {
	width: auto;
}
.col--film .col-w-2-2 p {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 6px;
	margin-bottom: 10px;
}
}



/*------------------------------------

kinari-blog

------------------------------------*/
.col--post h3 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #887028;
	padding-bottom: 8px;
	border-bottom: 2px solid #887028;
	margin-bottom: 40px;
}
.post--inner p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 20px;
	color: #666;
}
.post--inner h1 {
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	color: #887028;
	margin-bottom: 20px;
}
.post--inner h2 {
	font-weight: 700;
	font-size: 15px;
	font-size: 1.5rem;
	color: rgba(136,112,40,0.80);
	margin-bottom: 16px;
}

input,
option,
select,
selected,
textarea {
	font-size: 13px;
	font-size: 1.3rem;
	width: 100%;
	box-sizing: border-box;
	padding: 2%;
	background: #f2f2f2;
	border: none;
	letter-spacing: 1px;
	margin: 0;
	}
@media screen and (max-width: 720px) {
.col--post h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.post--inner p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 12px;
	letter-spacing: .1em;
}
.post--inner h1 {
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .1em;
	margin-bottom: 12px;
}
.post--inner h2 {
	font-weight: 700;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .1em;
	margin-bottom: 12px;
}

input,
option,
select,
selected,
textarea {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2%;
	margin: 8px 0 0;
	}
}

/*------------------------------------

kinari-contact

------------------------------------*/
.col--contact {
	text-align: center;
	margin-bottom: 30px;
}
.col--contact p {
	color: #887028;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}
.col--contact p a {
	color: #BEAF87;
	text-decoration: underline;
}

.page-contact .wpcf7-form p {
	width: 100%;
	margin-bottom: 50px;
	font-size: 14px;
	font-size: 1.4rem;
}
.page-contact .wpcf7-form p:last-child {
	margin-bottom: 0;
}
.page-contact .wpcf7-form p strong {
	display: block;
	margin-bottom: 12px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #887028;
}
.page-contact .wpcf7-submit {
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	background:#b5a680;
	cursor: pointer;
	width: 50%;
	margin: 0 auto;
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(241 206 104) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}
.page-contact .wpcf7-submit:hover {
	background-position: -100% 0;
	color: #fff;
}


.page-contact input,
.page-contact option,
.page-contact select,
.page-contact selected,
.page-contact textarea {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
	padding: 1% 1.2%;
	background: #f2f2f2;
	border: none;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 400;
}
.page-contact label input {
	width: auto;
}
.page-contact option,
.page-contact select,
.page-contact selected {
	-webkit-appearance: textfield;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}
div.wpcf7-response-output {
	margin: 0 !important;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
	letter-spacing: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

span.wpcf7-list-item { display: block; margin-top: 6px; margin-left: .2em;}
span.wpcf7-list-item.first { margin-top: 0;}

@media screen and (max-width: 720px) {
.col--contact {
	margin-bottom: 20px;
	text-align: left;
}
.col--contact p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.page-contact .wpcf7-form p {
	margin-bottom: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .05em;
}
.page-contact .wpcf7-form p strong {
	margin-bottom: 4px;
	font-size: 14px;
	font-size: 1.4rem;
}
.page-contact input,
.page-contact option,
.page-contact select,
.page-contact selected,
.page-contact textarea {
	font-size: 13px;
	font-size: 1.3rem;
}
}

/*------------------------------------

kinari-404

------------------------------------*/
.col--404 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 30px;
	color: #666666;
}
@media screen and (max-width: 720px) {
.col--404 p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 0px;
}
}


/*------------------------------------

insta

------------------------------------*/

@supports not (-ms-ime-align:auto){

#instafeed img{
width: 180px;
height: 180px;
object-fit: cover;
}

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

#instafeed li{
position: relative;
}

#instafeed a{
display:block;
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
}

#instafeed img{
width: 100%;
height: 100%;
object-fit: cover;
}


#instafeed li{
padding-top: 50%;
}

}
}

/* display */
.pc_hide, .pc_hide_il, .pc_hide_ilb {
 display: none !important; }
.sp_hide {
 display: block; }
.sp_hide_il {
 display: inline; }
.sp_hide_ilb {
 display: inline-block; }

@media screen and (max-width: 720px) {
 .pc_hide {
   display: block !important; }
 .pc_hide_il {
   display: inline !important; }
 .pc_hide_ilb {
   display: inline-block !important; }
 .sp_hide, .sp_hide_il, .sp_hide_ilb {
   display: none; }
}

@media screen and (max-width: 720px) {
.col--计划 .col-w-4-1,
.col--计划 .col-w-4-1 img,
.col--计划 .col-w-4-1 a span{
	-webkit-transition:none;
	transition:none;
}

.col--contents .col-w-4-1 img,
.col--contents .col-w-4-1 a small{
	-webkit-transition:none;
	transition:none;
}
}
