@charset "utf-8";

/*------------------------------*/
/*　　　　　　　　　　　　　　　　　　*/
/*　きつつきページ用　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　*/
/*------------------------------*/

html {
	scroll-behavior: smooth;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	height: 100%;
	margin: 0;
	word-wrap: break-word;
	background-color: #f6f6f6;
	font-size: 16px;
	letter-spacing: 0.1;
	line-height: 1.8;
	color: #333;
}
a {
	background-color: transparent;
	outline: 0;
	text-decoration: none;
}
a:-webkit-any-link {
	text-decoration: none;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
	object-fit: contain;
}
p {
	font-size: 1rem;
}
@media screen and (max-width: 768px){
	p {
		font-size: 0.9rem;
	}
}

/* ブランドカラー */
.kttk_blue1 {
	color: #00b1ce;
}
.kttk_blue2 {
	color: #7fd8e7;
}
.kttk_blue3 {
	color: #5ac8ed;
}
.kttk_blue4 {
	color: #0ec8e4;
}

/*アンカー調整*/
a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
@media screen and (max-width: 768px){
	a.anchor{
		padding-top: 10px;
		margin-top: -10px;
	}
}

/* 全体wrap */
#wrap {
	width:100%;
	margin:0 auto;
}

/* ヘッダー */
header {
	position: sticky;
	top: 0;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	z-index: 10;
}
.header_wrap {
	margin: 0 auto;
	max-width: 1000px;
}
.sub_header {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.sub_header div.logo {
	max-width: 300px;
}
@media screen and (max-width: 768px){
	.sub_header div.logo {
		padding-left: 20px;
	}
	.sub_header div.logo img {
		max-width: 100px;
	}
}

/* ナビゲーション */
nav {
}
/* ヘッダーメニュー */
.hd_menu {
	width: 100%;
}
.hd_menu ul {
	text-align: right;
}
.hd_menu li {
	display: inline-flex;
	color: #666;
	border-left: solid 1px #acacac;
}
.hd_menu li:nth-last-child(1) {
	border-right: solid 1px #acacac;
}
.hd_menu_item {
	padding: 10px 40px;
	max-width: 200px;
	font-size: 1rem;
	text-align: center;
}
.hd_menu_item_subtitle {
	font-size: 0.8rem;
}
.hd_menu li a:hover {
	color: #00b1ce;
}

@media screen and (max-width: 768px){
	.hd_menu ul {
		display: none;
	}
}
/* メニュー */
@media screen and (max-width: 768px){
	.menu {
		height: 20px;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 30px;
		z-index: 999;
	}
	.menu__line {
		background: #666;
		display: block;
		height: 2px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center {
		top: 9px;
	}
	.menu__line--bottom {
		bottom: 0;
	}
	.menu__line--top.active {
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active {
		transform:scaleX(0);
	}
	.menu__line--bottom.active {
		bottom: 10px;
		transform: rotate(135deg);
	}
}

/*gnav*/
.gnav {
	display: none;
}
@media screen and (max-width: 768px){
	.gnav {
		background: rgba(255,255,255,0.98);
		display: none;
		height: 45vh;
		width: 100%;
		position: fixed;
		z-index: 98;
		top: 0;
	}
	.gnav__wrap {
		width: 100%;
	}
	.gnav__menu {
		width: 100%;
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 1rem;
		color: #00b1ce;
		border-top: solid 1px #d7d7d7;
	}
	.gnav__menu li {
		padding: 10px;
		display: block;
		text-align: center;
		border-bottom: solid 1px #d7d7d7;
	}
	.gnav__menu__item {
		display: flex;
	}
	.gnav__menu__item .subtitle {
		font-size: 0.8rem;
		font-weight: 700;
		color: #d7d7d7;
	}
}

/* メインビジュアル */
/* SWIPER-きつつきCONCEPT-kitsutsuki_MV */
.kttk-mv {
	position: relative;
	z-index: -1;
	padding: 0;
	width: 100%;
	height: auto;
}
.kttk-mv img {
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}
/* SWIPERサイズ・画像位置*/
.kttk-mv .swiper {
    width: 100%;
    height: 70vh;
}
.kttk-mv .swiper-slide img {
	position: relative;
	/*top: -15vh;*/
	max-width: 1000px;
}
@media screen and (max-width: 768px){
	.kttk-mv .swiper {
		height: auto;
	}
	.kttk-mv .swiper-slide img {
		top: 0;
	}
}
/* メイン */
main {
	margin: 0 auto;
}

/* セクション */
section {
	padding: 50px 0 0;
	margin: 0 auto;
	max-width: 1000px;
}

/* コンテンツ */
.contents {
	margin: 0 auto;
	padding: 20px;
	border-bottom: solid 1px #dddddd;
}
.contents_wrap {
	display: flex;
	justify-content: space-between;
}
.contents_head {
	min-width: 120px;
	margin-right: 20px;
	padding-right: 20px;
	font-weight: 700;
	border-right: solid 5px #00b1ce;
}
.contents_head h3 {
	font-size: 1.8rem;
	line-height: 1;
}
.contents_head h3 span {
	font-size: 1.2rem;
}
.contents_head h4 {
	font-size: 2rem;
	line-height: 1.5;
	color: #d7d7d7;
}
.contents_info {
	flex-grow: 2;
}
.contents_chara {
	min-width: 65px;
}
@media screen and (max-width: 768px){
	.contents_head {
		margin-right: 10px;
		padding-right: 0;
	}
	.contents_head h3 {
		font-size: 1.2rem;
	}
	.contents_head h3 span {
		font-size: 0.9rem;
	}
	.contents_head h4 {
		font-size: 1.2rem;
	}
	.contents_chara {
		display: none;
	}
}

/* コンテナ */
.container {
	margin: 0 auto;
}

/* キャッチコピー */
.catchcopy {
	text-align: center;
}
.catchcopy p {
	font-size: 1.2rem;
	line-height: 2;
	margin: 10px 0 50px;
}
@media screen and (max-width: 768px){
	.catchcopy {
		text-align: left;
	}
	.catchcopy p {
		font-size: 0.9rem;
	}
}

/* コンセプト */
.concept_wrap {
	display: block;
	margin-top: 50px;
}
.concept_image {
	text-align: center;
	margin-bottom: 20px;
}
.concept_image img {
	padding: 10px;
	border: solid 1px #dddddd;
}
.concept_info {
	display: flex;
}
.inner_image {
	margin-bottom: 20px;
	width: 50%;
	text-align: center;
}
.inner_text {
	width: 	50%;
	text-align: left;
}
.fl_row_rev {
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px){
	.concept_image img {
		width: 80%;
	}
	.concept_info {
		display: block;
	}
	.inner_image, .inner_text {
		width: 100%;
		font-size: 0.9rem;
	}
	.inner_image img {
		height: 120px;
	}
	.inner_text {
		padding-bottom: 50px;
	}
	.fl_row_rev {
		flex-direction: column;
	}
}

/* SWIPER-きつつきCONCEPT-kitsutsuki_concept */
.kttk-concept {
}
/* SWIPERサイズ・画像位置*/
.kttk-concept .swiper {
	width: 100%;
	/*height: 100vh;*/
}
.kttk-concept .swiper-slide {
	width: 100%;
	/*height: 100vh;*/
}
/* SWIPER-きつつきCONCEPT-矢印色変更*/
.kttk-concept .swiper-button-next,
.kttk-concept .swiper-button-prev {
	color: #7fd8e7;
}
/*ページネーション-バレット上書き*/
.kttk-concept .swiper-pagination-bullet {
	background-color: #7fd8e7;
}
@media screen and (max-width: 768px){
	/* 前へ次への矢印カスタマイズ */
	.kttk-concept .swiper-button-prev:after,
	.kttk-concept .swiper-button-next:after {
		content: "";
		width: 1rem;
		height: 1rem;
		border: 0;
		border-top: solid 3px #7fd8e7;
		border-right: solid 3px #7fd8e7;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	/* 前への矢印カスタマイズ */
	.kttk-concept .swiper-button-prev:before {
		border-bottom: 20px solid transparent;
		border-right: 30px solid #7fd8e7;
		border-top: 20px solid transparent;
	}
	.kttk-concept .swiper-button-prev:after {
		transform: rotate(-135deg);
	}
	/* 次への矢印カスタマイズ */
	.kttk-concept .swiper-button-next:before {
		border-bottom: 20px solid transparent;
		border-left: 30px solid #7fd8e7;
		border-top: 20px solid transparent;
	}
	.kttk-concept .swiper-button-next:after {
		transform: rotate(45deg);
	}
}

/* 商品紹介 */
.brand_wrap {
	display: block;
	margin-top: 50px;
	text-align: center;
}
.brand_wrap h3 {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #5ac8ed;
}
.brand_wrap p {
	font-size: 1rem;
}
.brand_wrap ul {
	max-width: 450px;
	margin: 20px auto;
	font-size: 1rem;
	text-align: left;
}
.brand_wrap li::before {
	content: '●';
	margin-right: 5px;
	color: #5ac8ed;
}
@media screen and (max-width: 768px){
	.brand_wrap {
		text-align: left;
	}
	.brand_wrap p {
		font-size: 0.9rem;
	}
	.brand_wrap ul {
		font-size: 0.9rem;
	}
}
/* 商品紹介-BG- */
.brand_bg {
	position: absolute;
	width: 100%;
	min-height: 600px;
	background: url("../images/pho_nenrin.png") no-repeat;
	background-position: 105% 100px;
	background-size: 450px;
	overflow: none;
	z-index: -1;
}
@media screen and (max-width: 768px){
	.brand_bg {
		/*display: none;*/
		background-position: 200% 200px;
		background-size: 300px;
		opacity: 0.25;
	}
}

/* 商品紹介-アイテム- */
.kttk_category {
	display: block;
	margin-top: 50px;
}
.kttk_category h4 {
	width: fit-content;
	font-size: 1.2rem;
	font-weight: 400;
	color: #0ec8e4;
	border-top: solid 1px #0ec8e4;
	border-left: solid 1px #0ec8e4;
	border-right: solid 1px #0ec8e4;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px){
	.kttk_category h4 {
		width: fit-content;
		font-size: 0.8rem;
		padding: 5px 10px;
		border-radius: 10px 10px 0 0;
	}
}

.kttk_item_wrap {
	display: block;
}
.kttk_item_name {
	text-align: center;
}
.kttk_item_name h4 {
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #0ec8e4;	
}
.kttk_item_name p {
	text-align: left;
	margin-bottom: 10px;
}
.kttk_item_info {
	display: flex;
	padding: 20px 60px;
}
.kttk_item_info span {
}
.kttk_item_info span::after {
	content: ' ： ';
}
.item_image {
	margin-bottom: 20px;
	width: 50%;
	text-align: center;
}
.item_text {
	width: 	50%;
	text-align: left;
}
.item_lead {
	font-size: 1rem;
	padding-right: 20px;
	padding-bottom: 20px;
}
.kttk_item_cap {
	margin-top: 5px;
	font-size: 0.7rem;
	line-height: 1.2;
	text-indent: -0.7rem;
	padding-left: 0.7rem;
}
.kttk_item_cap::before {
	content: '※';
}
.kttk_inquiry {
	padding: 20px 0;
	color: #0ec8e4;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px){
	.kttk_item_name h4 {
		font-size: 1.2rem;
	}
	.kttk_item_info {
		padding: 20px 0 50px;
	}
	.item_image, .item_text {
		width: 100%;
		font-size: 0.9rem;
	}
	.item_image img {
		height: 240px;
	}
	.item_lead {
		font-size: 0.9rem;
		padding-right: 0;
	}
}
/* SWIPER-きつつきBRAND-kitsutsuki_concept */
.kttk-brand {
}
/* SWIPERサイズ・画像位置*/
.kttk-brand .swiper {
	width: 100%;
	/*height: 100vh;*/
}
.kttk-brand .swiper-slide {
	width: 100%;
	/*height: 100vh;*/
}
/* SWIPER-きつつきBRAND-矢印色変更*/
.kttk-brand .swiper-button-next,
.kttk-brand .swiper-button-prev {
	color: #7fd8e7;
	top: 280px;
}
.kttk-brand .swiper-button-disabled {
	opacity: 0.35;
}
/*ページネーション-バレット上書き*/
.kttk-brand .swiper-pagination-bullet {
	background-color: #7fd8e7;
}
@media screen and (max-width: 768px){
	.kttk-brand .swiper-button-next,
	.kttk-brand .swiper-button-prev {
		top: 190px;
	}
	/* 前へ次への矢印カスタマイズ */
	.kttk-brand .swiper-button-prev:after,
	.kttk-brand .swiper-button-next:after {
	  content: "";
	  width: 1rem;
	  height: 1rem;
	  border: 0;
	  border-top: solid 3px #7fd8e7;
	  border-right: solid 3px #7fd8e7;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
	/* 前への矢印カスタマイズ */
	.kttk-brand .swiper-button-prev:before {
	  border-bottom: 20px solid transparent;
	  border-right: 30px solid #7fd8e7;
	  border-top: 20px solid transparent;
	}
	.kttk-brand .swiper-button-prev:after {
	  transform: rotate(-135deg);
	}
	/* 次への矢印カスタマイズ */
	.kttk-brand .swiper-button-next:before {
	  border-bottom: 20px solid transparent;
	  border-left: 30px solid #7fd8e7;
	  border-top: 20px solid transparent;
	}
	.kttk-brand .swiper-button-next:after {
	  transform: rotate(45deg);
	}
}

/* 事務局案内 */
.profile_contact {
	display: block;
	margin: 50px 0 100px;
	padding: 50px 0;
	text-align: center;
	background: #fff;
}
.profile_contact h3 {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #5ac8ed;
}
.profile_contact h4 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.profile_contact h4.tel {
	font-size: 2.5rem;
}
.profile_contact p {
	font-size: 1rem;
}
.profile_contact p.office {
	font-size: 1rem;
	font-weight: 700;
}
.profile_heading {
	margin-top: 50px;
	text-align: center;
}
.profile_heading h4 {
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #fff;
	background-color: #0ec8e4;	
}
@media screen and (max-width: 768px){
	.profile_contact {
		padding: 20px 0;
	}
	.profile_contact h3 {
		font-size: 1rem;
	}
	.profile_contact h4 {
		font-size: 1.2rem;
	}
	.profile_contact h4.tel {
		font-size: 1.5rem;
	}
	.profile_contact p {
		font-size: 0.9rem;
	}
	.profile_contact p.office {
		font-size: 0.9rem;
	}
}
/* 説明リスト */
.kttk_dl_wrap dl {
	width: 100%;
	padding: 0 20px;
}
.kttk_dl_item {
	display: flex;
	text-align: left;
	padding: 10px 0;
}
.kttk_dl_item dt {
	width: 20%;
	font-weight: 400;
}
.kttk_dl_item dd {
	width: 80%;
}
.btn_map {
	padding: 3px;
	border: solid 1px #7fd8e7;
	border-radius: 5px;
	font-size: 0.7rem;
	color: #666;
}
@media screen and (max-width: 768px){
	.kttk_dl_wrap dl {
		padding: 0;
	}
	.kttk_dl_item {
		display: block;
		font-size: 0.9rem;
		border-bottom: solid 1px #d7d7d7;
	}
	.kttk_dl_item dt {
		width: 100%;
	}
	.kttk_dl_item dd {
		width: 100%;
	}
}

/* アクセスマップ */
.accessmap {
	display: block;
	margin: 50px 0;
	text-align: center;
}
.accessmap h4 {
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #5ac8ed;
}
.gmap {
	width: 100%;
	height: 550px;
}
@media screen and (max-width: 768px){
	.gmap {
		height: 200px;
	}
}

/* スマホ改行 */
@media screen and (max-width: 768px){
	.br-sp {
		display: none;
	}
}

/* トップへ戻る */
#page-top {
display: none;
	margin:0 auto;
	position: fixed;
	width: 112px;
	height: 136px;
	right: 10px;
	bottom: 50px;
	z-index: 5;
	background: url("../images/btn_pagetop.png") no-repeat;
	transition: all .3s;
}
#page-top:hover {
	background: url("../images/btn_pagetop_hover.png") no-repeat;
}
@media screen and (max-width: 768px){
	#page-top, #page-top:hover {
		width: 56px;
		height: 68px;
		background-size: 100%;
		bottom: 10px;
	}
}

/* フッター */
footer {
	margin: 0 auto;
	background: #7fd8e7;
	text-align: center;
}
.footer_wrap {
	margin: 0 auto;
	max-width: 1000px;
}
.sub_footer_top {
	padding: 30px 0;
}
.sub_footer_bottom {
	padding: 20px 0;
	border-top: solid 1px #f6f6f6;
}
/* フッター-address- */
.sub_footer_address {
	padding: 0 0 20px;
	text-align: center;
}
.sub_footer_address span {
	font-size: 0.8rem;
	font-weight: 700;
}
p span.addressname {
	font-size: 1.2rem;
	font-weight: 700;
}
/* コピーライト */
.copyright {
	padding: 10px 0;
	font-size: 0.8rem;
	text-align: center;
	color: #808080;
}