@charset "utf-8";
:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/*------------------------------------------------------------
    about_us
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.gNaviIne {
		width: 300px;
	}
}

.aboutUs,
.privacy,
.website,
.accessory_guide {
	background: #fff;
}

.aboutWrap {
	padding-top: 148px;
	margin-bottom: 105px;
}

.aboutTitleWrap {
	margin-bottom: 102px;
}

.aboutTitleWrap .baseTitle {
	font-size: 32px;
	margin-top: 2px;
	margin-bottom: 38px;
	font-family: var(--Classico);
	font-style: normal;
	font-weight: normal;
}

.aboutTitleWrap p {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .4px;
	text-align: left;
}

.aboutItemTitle {
	font-size: 30px;
	text-align: center;
	letter-spacing: 1.2px;
	border-bottom: 1px solid #B89152;
	padding-bottom: 16px;
	color: #988666;
	font-family: var(--Classico);
}

.profileList li {
	border-bottom: 1px solid #DBC8A8;
	display: flex;
	padding: 25px 0 27px;
}

.profileLeft {
	flex: 0 0 154px;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.profileRight,
.profileRight a {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .7px;
/* 	color: #666666; */
}

.profilelink {
	text-decoration: underline;
	transition: color .5s ease;
}

.profilelink:hover {
	color: #999;
}

.profilelink .iconTarget {
	margin-left: 4px;
	vertical-align: middle;
}

.profileWrap {
	max-width: 700px;
	margin: 0 auto 106px;
}

.aboutMapCon {
	position: relative;
}

.aboutMapCon>img {
	width: 100%;
	opacity: 1;
	display: block;
}

.aboutMapCon>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.aboutMap .googleMap {
	text-align: right;
	padding-top: 9px;
}

.aboutMap .googleMap a {
	font-size: 11px;
	letter-spacing: .4px;
	overflow: hidden;
}

.aboutMap .iconTarget {
	margin-left: 6px;
	vertical-align: middle;
}

.aboutMap .googleMap span {
	text-decoration: underline;
}

.accessWrap {
	max-width: 700px;
	margin: 0 auto 104px;
}

.sazabyWrap {
	max-width: 700px;
	margin: 0 auto;
}

.sazabyWrap .aboutItemTitle {
	margin-bottom: 45px;
}

.sazabyLink {
	display: flex;
	flex-wrap: wrap;
	padding: 0 8px 40px 80px;
}

.sazabyLink li {
	flex: 0 0 50%;
	margin-bottom: 7px;
	font-size: 14px;
/* 	color: #666; */
	letter-spacing: .6px;
}

.btnBoth a {
	display: inline-block;
	width: 40%;
	padding: 17px 20px;
	min-width: 200px;
	background: #fff;
	font-size: 22px;
	line-height: 1.2;
	transition: all .5s ease;
	text-align: center;
	color: #988666;
	float: left;
	border: 1px solid #DBC8A8;
}

.btnBoth a:hover {
	background: #988666;
	color: #fff;
    border-color: #988666;
}

.btnBoth a:hover .iconTarget {
	fill: #fff
}

.btnBoth a .iconTarget {
	fill: #988666;
	width: 10px;
	height: 10px;
	margin-left: 6px;
	vertical-align: 0px;
}

.btnBoth a:nth-child(2) {
	float: right;
}

.sazabyWrap1 {
	margin-top: 113px;
}

.sazabyWrap1 .btnBoth a {
	float: none;
	display: block;
	margin: auto;
	margin-top: 28px;
}

.sazabyWrapText {
	font-size: 14px;
	line-height: 2.1;
	margin-bottom: 45px;
	letter-spacing: .6px;
}

.baseTitleWrap p {
	color: #333;
	text-align: center;
}

.aboutMapCon {
	height: 425px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.btnBoth a {
		display: block;
		float: none;
		margin: auto;
		margin-top: 28px;
		width: 87%;
	}
	.btnBoth a:hover {
		background: #fff;
		color: #988666;
	}
	.btnBoth a:hover .iconTarget {
		fill: #988666;
	}
	.btnBoth a:nth-child(2) {
		float: none;
	}
	.aboutWrap {
		padding-top: 80px;
		margin: 0 auto 99px;
	}
	.aboutTitleWrap {
		margin-bottom: 64px;
	}
	.aboutTitleWrap p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: .6px;
	}
	.aboutItemTitle {
		padding-bottom: 16px;
	}
	.aboutTitleWrap .baseTitle {
		font-size: 23px;
		margin-bottom: 20px;
		margin-top: 8px;
	}
	.company .aboutWrap .baseTitleWrap p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: .6px;
		margin: 0 25px;
		text-align: left;
	}
	.profileWrap {
		margin: 0 25px 66px;
	}
	.company .aboutMapCon {
		height: 200px;
	}
	.profileList li {
		display: block;
		padding: 21px 0 21px;
	}
	.profileLeft {
		padding-left: 0;
		font-size: 13px;
		letter-spacing: 0;
		margin-bottom: 9px;
	}
	.profileRight,
	.profileRight a {
		font-size: 13px;
	}
	.accessWrap {
		margin: 0 25px 63px;
	}
	.aboutMap .googleMap {
		padding-top: 12px;
		padding-right: 1px;
	}
	.aboutMap .googleMap a {
		font-size: 14px;
	}
	.aboutMap .googleMap span {
		letter-spacing: .4px;
		font-size: 14px;
	}
	.aboutMap .googleMap .iconTarget {
		margin-left: 5px;
	}
	.aboutMapCon {
		height: auto;
	}
	.aboutMapCon>img {
		height: 197px;
	}
	.sazabyWrap {
		margin: 0 25px;
	}
	.sazabyWrap.sazabyWrap1 {
		margin-top: 72px;
	}
	.sazabyWrapText {
		margin-bottom: 34px;
		line-height: 1.85;
		font-size: 13px;
	}
	.sazabyWrap .aboutItemTitle {
		margin-bottom: 29px;
	}
	.sazabyLink {
		display: block;
		padding: 0;
		margin-left: -5px;
		margin-bottom: 42px;
	}
	.sazabyLink li {
		margin-bottom: 4px;
		font-size: 13px;
/*		line-height: 1.3;*/
	}
	.profilelink:hover {
		color: inherit;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sazabyWrap .aboutItemTitle {
		letter-spacing: 1.2px;
	}
}


/*------------------------------------------------------------
    Privacy Policy
------------------------------------------------------------*/

.privacyWrap {
	padding-top: 145px;
	margin-bottom: 110px;
}

.privacyWrap .aboutTitleWrap {
	margin-bottom: 108px;
}

.privacyWrap .aboutTitleWrap h3 {
	font-family: "SnellRoundhand";
	font-style: normal;
	font-weight: normal;
}

.privacyItem {
	margin-bottom: 72px;
}

.priTitle {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
	padding-bottom: 16px;
	border-bottom: 1px solid #DBC8A8;
	color: #988666;
}

.prisubTitle {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
	padding-bottom: 16px;
}

.privacyList {
	max-width: 700px;
	margin: 0 auto 92px;
}

.privacyItem ul {
	padding-top: 24px;
}

.privacyItem ul li {
	display: flex;
	margin-bottom: 8px;
}

.priNum {
	font-size: 14px;
	flex: 0 0 26px;
	line-height: 1.7;
}

.privacyItem ul li.priFull {
	margin-bottom: 19px;
}

.priWord,
.privacyItem ul li p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .4px;
	line-height: 1.7;
}

.privacyItem .priWord {
	flex: 1;
}

.link01 {
	font-size: 14px;
	padding-bottom: 4px;
	letter-spacing: .7px;
	display: inline-block;
	margin-right: 3px;
	text-decoration: underline;
	transition: color .5s ease, opacity .5s ease, border-color .5s ease;
}

.link01 .iconTarget {
	vertical-align: middle;
}

.link01:hover {
	border-color: #999;
}

.privacyDate {
	max-width: 700px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .7px;
}

.privacyList .note {
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
	transition: color .5s ease;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.privacyWrap {
		padding-top: 80px;
		margin: 0 auto 96px;
	}
	.privacyWrap .aboutTitleWrap {
		margin-bottom: 65px;
	}
	.privacyList {
		margin: 0 25px;
	}
	.privacyItem {
		margin-bottom: 54px;
	}
	.priTitle {
		font-size: 13px;
	}
	.prisubTitle {
		font-size: 13px;
	}
	.privacyItem ul {
		padding-top: 20px;
	}
	.privacyItem ul li {
		margin-bottom: 11px;
	}
	.priWord,
	.privacyItem ul li p {
		font-size: 13px;
		letter-spacing: .5px;
		line-height: 1.6;
	}
	.link01 {
		font-size: 13px;
		padding-bottom: 2px;
	}
	.link01:hover {
		border-color: inherit;
	}
	.privacyDate {
		font-size: 13px;
		letter-spacing: .6px;
		margin: 40px 23px 0 25px;
	}
}


/*------------------------------------------------------------
    Website Policy
------------------------------------------------------------*/

.websiteWrap {
	padding-top: 145px;
	margin-bottom: 110px;
}

.websiteWrap .aboutTitleWrap {
	margin-bottom: 109px;
}

.websiteWrap .aboutTitleWrap h3 {
	font-family: "SnellRoundhand";
	font-style: normal;
	font-weight: normal;
}

.websiteList {
	margin: 0 auto;
	max-width: 700px;
}

.websiteList .priTitle {
	margin-bottom: 23px;
}

.websiteList li {
	margin-bottom: 66px;
}

.link02 {
	display: block;
}

.link02 a {
	display: inline-block;
	font-size: 11px;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
	text-decoration: underline;
	transition: color .5s ease;
}

.link02 a:hover {
	color: #999;
}

.link03 {
	display: inline-block;
	text-decoration: underline;
}

.websiteList .note {
	display: inline-block;
	font-size: 11px;
	font-weight: 300;
	color: #666;
	line-height: 1.6;
	letter-spacing: .5px;
	padding-left: 1em;
	text-indent: -1em;
	transition: color .5s ease;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.websiteWrap {
		padding-top: 80px;
		margin-bottom: 95px;
	}
	.websiteWrap .aboutTitleWrap {
		margin-bottom: 65px;
	}
	.websiteList {
		margin: 0 25px;
	}
	.websiteList li {
		margin-bottom: 55px;
	}
	.websiteList .priTitle {
		margin-bottom: 20px;
	}
	.link02 {
		padding-top: 5px;
	}
	.link02 a {
		line-height: 1.5;
	}
	.link02 a:hover {
		color: inherit;
	}
}


/*coordinate*/

.coordWrap {
	margin-bottom: 150px;
	display: flex;
}

.coordList {
	flex: 0 0 calc((100% - 450px) / 2);
}

.coordList li {
	width: calc(50% - 9px);
	float: left;
	margin: 0 9px 9px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 1;
	transition: opacity .5s ease;
}

.coordRight li {
	margin-left: 9px;
	margin-right: 0;
}

.coordList li:last-child,
.coordList li:nth-last-child(2) {
	margin-bottom: 0;
}

.coordList li img {
	width: 100%;
	display: block;
}

.coordList li a {
	display: block;
}

.coordList li:hover {
	opacity: .7;
}

.coordCenBg {
	flex: 0 0 450px;
	background: #2d2622;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coordCenter {
	color: #fff;
}

.coordCenter a {
	display: inline-block;
	color: #fff;
}

.coordCenter a:hover {
	color: #999;
}

.coordCenter .baseTitleWrap {
	padding-bottom: 15px;
	margin-bottom: 34px;
}

.coordCenter .baseTitleWrap2::after {
	background: rgba(255, 255, 255, .8);
}

.coordCenter .baseTitle {
	font-size: 52px;
	margin-bottom: 0;
}

.coordText {
	text-align: center;
	font-size: 12px;
	letter-spacing: .8px;
	margin-bottom: 55px;
}

.coordLink {
	display: block;
	text-align: center;
	opacity: 1;
	transition: opacity .5s ease;
}

.coordCenter a:hover .coordLink {
	opacity: .7;
	color: inherit;
}

.coordIns {
	fill: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-bottom: 7px;
}

.coordLink span {
	font-size: 15px;
	color: #fff;
	display: block;
	letter-spacing: 1.8px;
}


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

.company .baseTitleWrap3 p {
	text-align: center;
}

.website .baseTitleWrap3 p,
.privacy .baseTitleWrap3 p {
	text-align: center;
}

.company .aboutTitleWrap .baseTitle,
.website .aboutTitleWrap .baseTitle,
.privacy .aboutTitleWrap .baseTitle {
	color: #988666;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.website .baseTitleWrap3 p,
	.privacy .baseTitleWrap3 p,
	.company .baseTitleWrap3 p {
		text-align: left;
		line-height: 1.8;
		letter-spacing: .6px;
		margin: 0 25px;	
	}
	.coordWrap {
		display: block;
		margin: 0 25px 74px;
	}
	.coordList li {
		width: calc( 50% - 4px);
		margin: 0 0 8px 0;
	}
	.coordList li:nth-child(2n) {
		float: right;
	}
	.coordLeft li:last-child,
	.coordLeft li:nth-last-child(2) {
		margin-bottom: 8px;
	}
	.coordCenBg {
		display: block;
		margin-bottom: 8px;
	}
	.coordCenter {
		padding: 40px 10px 38px;
	}
	.coordCenter .baseTitleWrap {
		padding-bottom: 11px;
		margin-bottom: 23px;
	}
	.coordCenter .baseTitle {
		font-size: 40px;
	}
	.coordCenter .baseTitleWrap2::after {
		width: 70px;
	}
	.coordCenter a {
		display: inherit;
	}
	.coordText {
		letter-spacing: 1.2px;
		margin-bottom: 40px;
	}
	.coordIns {
		margin-bottom: 6px;
	}
	.coordLink span {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.coordRight li {
		padding-left: 0;
	}
}