* {
  box-sizing: border-box;
}

:root {
  --color-default: #222222;
  --color-bagu:#eeeeee;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", Comfortaa, Baloo2, Neonderthaw,"Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-default);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #181818;
  background-color: #eeeeee;
}

a {
  transition: all 0.15s ease-out;
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

a[href^="tel:"]{
	pointer-events: none;
}

#home {
  position: absolute;
  top: 0px;
}

#home-wrap {
  position: static;
}

#head-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-link-img {
  overflow: hidden;
}

.bg-link-img a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 75%;
	transition-duration: .3s;
}

.bg-link-img a:hover {
	transition-duration: .3s;
	transform: scale(1.2);
	opacity: .6;
}

.bg-link-img img {
  width:100%;
  height:100%;
  opacity:0;
}

header h1 {
  font-size: 1.3em;
}
iframe {
  vertical-align: bottom;
}

/*--------------------------------------
  上書き用
  --------------------------------------*/
.headlogo {
  width: 50px!important;
}

#header1 {
	background: rgba(0, 0, 0, 0.2);
}

#header2 {
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menu-ul li {
  font-family: Comfortaa;
  font-weight: 700;
  letter-spacing: 2px;
}



/*--------------------------------------
  共通
  --------------------------------------*/
.pc-nav-title h1{
	font-size: 1.3em;
	font-weight: 800;
	color: #FFFFFF;
}
#header2 h1{
	color: #f0857d;
}

.bg-black {
  background-color: #000000;
  color: #eeeeee;
}
.bg-bage {
  background-color: #eeeeee;
  color: #003b5c;
}

.bg-white{
  background-color: #FFFFFF;
}
.bg-smoke{
  background-color: #eeeeee;
}


.orikaeshi {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

section.min {
	margin-right: auto;
  margin-left: auto;
  padding: 30px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
section.full{
  padding: 0;
  width: 100%;
  text-align: center;
}
.section-title,
.access-section-title {
  font-family: 'Neonderthaw', "ヒラギノ角ゴ Pro W3";
	margin: 50px 0;
	font-size: 3em;
	text-align: center;
  font-weight: 400;
}
.img-cover-bk {
  position: absolute;
  top: 0;
  opacity:0;
  background-color: black;
  width:100%;
  height:100%;
}
#img-cover-logo {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
	height: auto;
}
.img-cover-logo-back{
  opacity: 0.3;
  background-color: #000000;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
	height: 400px;
}
#home-slider {
  width: 100%;
  height: 800px;
}

.contact-btn-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;

}
.contact-btn{
}
.contact-btn-l{
	margin-right: 50px;
}
.contact-btn-round{
  display: block;
	color: #f0857d !important;
	background-color: #FFFFFF;
	border: 5px solid #f0857d;
	font-weight: 800;
	border-radius: 50px;
	padding: 5px 30px 10px;
}
.contact-btn-round i{
	position: relative;
	top: 7px;
}

/*--------------------------------------
	message
	--------------------------------------*/

.top-message-wrap{
	padding: 200px 50px;
}

.top-message{
	text-align: center;
	font-size: 1.5;
	font-weight: 300;
	line-height: 2.5;
}


/*--------------------------------------
	メインコンテンツ共通
	--------------------------------------*/
.cb-section-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cb-section-bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	opacity:0.4;
	background-position: center;
	background-size: cover;
}

.cb-section-header{
	position: relative;
	margin-top: 80px;
	margin-bottom: 100px;
}

.cb-section-content {
	position: relative;
	padding: 30px 0px 50px;
	margin-bottom: 100px;
}
.cb-section-title{
	color: #444444;
	line-height: 1.2;
}
.cb-section-discription{
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	font-size: 1.3em;
	font-weight: 200;
	line-height: 1.5;
}

.cb-content-wrap{
	max-width: 1200px;
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


	/*--------------*/
.cb-img::before {
	position: absolute;
	z-index: 3;
	height: 600px;
	content: “”;
	display: block;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.cb-subcontent-area {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 0px 100px 0px;
}
.cb-subcontent-box {
	width: 50%;
	padding: 20px;
	display: flex;
	flex-flow: column;
}
.cb-img {
	width: 30vw;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin:30px auto;
}
.cb-img-discripstion {
	display: block;
	flex-wrap: wrap;
}
.cb-img-discripstion p {
	padding: 20px;
	text-align: left;
}
.cb-img-discripstion-title {
	font-size: 1.3em;
	font-weight: 700;
}
.cb-list-box {
	padding: 10px;
}
.cb-list-name {
	padding: 10px;
	text-align: center;
}

.cb-img-gallary {
	display: flex;
}
.cb-img-gallary-sub {
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}





/*--------------------------------------
	制作体験（ワークショップ）
	--------------------------------------*/

.workshop-section-bg-img {
	background-image: url(../imgw/1600/cb_workshop__IMG_8482.jpg);
}
.workshop-content {
	text-align: left;
}
.workshop-content ul {
	margin-left: 32px;
}
.workshop-content li {
	list-style-type: circle;
}
.workshop-guidance{
	text-align: center;
}




/*--------------------------------------
	ハーバリウム（Herbarium）
	--------------------------------------*/
.herbarium-section-bg-img {
	background-image: url(../imgw/1600/cb_herbarium__top01.jpg);
}

.herbarium-content {
	max-width: 900px;
	text-align: left;
}






/*--------------------------------------
	手形足形アート
	--------------------------------------*/

.art-section-bg-img {
	background-image: url(../imgw/1600/cb_ashigata__art001.jpg);
}

.art-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.art-content-a{
	width: calc(100% - 350px);
	min-width: 350px;
	margin-right: 20px;
	text-align: left;
}

.art-content-b{
	width: 300px;
	text-align: left;

  background: #fffde8;
  border: dashed 2px #f0857d;
  border-radius: 9px;
  padding: 10px;
}

.art-content-b ol {
  counter-reset: number;
  list-style-type: none!important;
  padding: 0.5em;
}

.art-content-b ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 30px;
}

.art-content-b ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #f0857d;
  color: #FFFFFF;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.art-content-s{
	margin-top: 50px;
}

.art-img-gallary{
	justify-content: center;
}





/*--------------------------------------
	gallary
	--------------------------------------*/

.gallery-content-box{
	padding: 100px 0px 170px;
}

.gallery-discription{
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	font-weight: 200;
	line-height: 1.5;
	margin-bottom: 50px;
}

.gallery-section-title{
}

.gallery-title-area{
}

.insta-photos-area{
}

.insta-photos {
	display: flex;
	max-width: 1200px;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}

.insta-photos-item {
	width: auto;
	height: auto;
	margin: 0px auto;
}

.insta-photos-item img {
	/* width: 300px; */
	width: 360px;
	object-fit: cover;
	margin: 15px 5px;
}

.gallery-insta-btn a{
	color: #181818;
}
.gallery-insta-btn i{
	position: relative;
	top: 7px;
}

/*--------------------------------------
	About
	--------------------------------------*/

.about-title-area{
	margin-top: 30px;
}

.about-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

.about-history{
	min-width: 400px;
	max-width: calc(100% - 370px);
	margin: 10px;
}

.about-history dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-history dl dt {
	text-align: right;
	width: 6em;
	padding: 0.5em 1.0em 0.5em 0.5em;
	position: relative;
	line-height: 1.5;
}

.about-history dl dd {
	width: calc(100% - 6em);
	padding: 0.5em 1.0em 0.5em;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}

.about-profile{
	width: 330px;
	margin: 10px;
	padding: 25px;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #222222;
}

.about-profile img{
  display: block;
  width: 200px;
  height: 200px;
  border-radius:50%;
  margin: 0 auto;
}

.about-profile h3{
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}

.about-profile-description{
	padding: 10px 0px;
}

.about-insta-btn{
	text-align: center;
	font-weight: 800;
}
.about-insta-btn a{
	color: #181818;
}

/*--------------------------------------
	access
	--------------------------------------*/
.access-content-wrap {
	padding: 0px 0px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.access-img-box{
	width: 400px;
	height: 500px;
}
.access-discription {
	padding: 0px 0px 0px 80px;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	text-align: left;
}
.access-subtitle {
	font-size: 1.5em;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}
.access-disc-address {
	font-size: 1em;
	font-weight: 500;
}
.access-disc-box{
	margin: 30px 0;
}
.access-disc-area {
	width: 450px;
	padding: 6px 0;
	font-family: 'ヒラギノ角ゴ Pro W3';
}

.access-disc-area dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.access-disc-area dl dt {
	padding-top: 5px;
	width: 6em;
	font-weight: 700;
	position: relative;
	line-height: 1.5;
}

.access-disc-area dl dd {
	width: calc(100% - 7em);
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	font-weight: 500;
}

.access-disc-area a{
  color: #222222;
}


/*--------------------------------------
	footer
	--------------------------------------*/
.footer-content-area {
	padding: 50px 0px;
}
.footer-menu-list{
	column-count: 2;
}
.footer-menu-list li{
	width: 200px;
}


/*--------------------------------------
	animetion
	--------------------------------------*/
.headerFadeIn1 {
	animation-name: headerFadeIn1;
	animation-duration: 1s;
	opacity: 1;
	height: 60px;
}
@keyframes headerFadeIn1 {
	0% {
		opacity: 0;
		height: 60px;
	}
	100% {
		opacity: 1;
		height: 60px;
	}
}

.headerFadeIn2 {
	animation-name: headerFadeIn2;
	animation-duration: 1s;
	opacity: 1;
	height: 60px;
}
@keyframes headerFadeIn2 {
	0% {
		opacity: 0;
		height: 60px;
	}
	100% {
		opacity: 1;
		height: 60px;
	}
}

.headerFadeOut1 {
	animation-name: headerFadeOut1;
	animation-duration: 1s;
	opacity: 1;
	height: 60px;
}
@keyframes headerFadeOut1 {
	0% {
		opacity: 1;
		height: 60px;
	}
	100% {
		opacity: 0;
		height: 60px;
	}
}

.headerFadeOut2 {
	animation-name: headerFadeOut2;
	animation-duration: 1s;
	height: 60px;
}
@keyframes headerFadeOut2 {
	0% {
		opacity: 1;
		height: 60px;
	}
	100% {
		opacity: 0;
		height: 60px;
	}
}

.fade-up {
	opacity: 0;
}

.fade-up.view {
	opacity: 0;
	animation: fade-up-in 1.2s .1s ease-out forwards;
}

@keyframes fade-up-in {
	0% {
			opacity: 0;
			transform: translateY(20px);
	}
	100% {
			opacity: 1;
			transform: translateY(0);
	}
}








/*--------------------------------------
	tablet
	--------------------------------------*/
@media screen and (max-width: 960px) {
	.about-discription {
		width: 90%;
	}
	.menu-discription {
		width: 90%;
	}
	.insta-photos-area {
		padding: 0 30px;
	}
	.cb-img-gallary-sub {
	}
	.cb-section-discription {
		width: 100%;
	}
	.cb-subcontent-area {
		padding: 40px 30px 100px;
	}
	.cb-img {
		width: 40vw;
	}

	.workshop-content{
		width: 80%;
	}

	.art-content{
		width: 90%;
	}

	.herbarium-content{
		width: 80%;

	}
	.access-img-box {
		min-width: 350px;
		height: 400px;
	}
	.access-discription {
		margin-top: 50px;
	}
	.access-disc-box {
		margin: 20px 0 0 0;
	}
	.access-disc-area {
		display: block;
	}
	.access-disc-subtit {
	}
	.footer-menu-list{
		column-count: 1;
	}
	.footer-menu-list li{
		text-align: left;
	}
	.footer-menu{
		margin-right: auto;
		margin-left: auto;
		width: 200px;
	}
}









/*--------------------------------------
	mobile
	--------------------------------------*/
@media screen and (max-width: 640px){
	.headerFadeIn1 {
		animation-name: headerFadeIn1;
		animation-duration: 1s;
		opacity: 1;
		height: 90px;
	}
	@keyframes headerFadeIn1 {
		0% {
			opacity: 0;
			height: 90px;
		}
		100% {
			opacity: 1;
			height: 90px;
		}
	}

	.headerFadeIn2 {
		animation-name: headerFadeIn2;
		animation-duration: 1s;
		opacity: 1;
		height: 90px;
	}
	@keyframes headerFadeIn2 {
		0% {
			opacity: 0;
			height: 90px;
		}
		100% {
			opacity: 1;
			height: 90px;
		}
	}

	.headerFadeOut1 {
		animation-name: headerFadeOut1;
		animation-duration: 1s;
		opacity: 1;
		height: 90px;
	}
	@keyframes headerFadeOut1 {
		0% {
			opacity: 1;
			height: 90px;
		}
		100% {
			opacity: 0;
			height: 90px;
		}
	}

	.headerFadeOut2 {
		animation-name: headerFadeOut2;
		animation-duration: 1s;
		opacity: 1;
		height: 90px;
	}
	@keyframes headerFadeOut2 {
		0% {
			opacity: 1;
			height: 90px;
		}
		100% {
			opacity: 0;
			height: 90px;
		}
	}

	body {
		font-size: 24px;
	}
	a[href^="tel:"]{
		pointer-events: auto;
	}
	#img-cover-logo {
		width: 230px;
	}
	.button-area {
		text-align: center;
	}
	section.min {
		padding: 40px 30px 0;
	}
	.section-title,
	.access-section-title {
		font-size: 2em;
		line-height: 1.2;
		margin: 0;
	}
	.about-discription,
	.cb-img-discripstion {
		width: 100%;
	}
	.access-discription {
		margin-top: 50px;
	}
	.content-box {
		display: block;
		padding: 0 0 40px 0;
	}
	.img-box {
		width: 100%;
	}
	.img-discription {
		width: 100%;
		padding: 30px;
	}
	.img-discription h3 {
		font-size: 1.5em;
	}
	.img-discription p {
	}
	.insta-photos-area {
		padding: 0 10px;
		display: flex;
	}
	h3.menu-content-title {
		text-align: center;
		font-size: 1.8em;
		padding-left: 0px;
	}
	.menu-content-box {
		display: block;
	}

	.contact-btn-l{
		margin-right: 0px;
	}
	.contact-btn-round{
		padding: 20px 30px 25px;
		margin: 15px 0px;
	}

	.cb-section-wrap {
		height: auto;
		margin-top: 0;
	}
	.cb-section-header {
		margin-bottom: 10px;
		padding: 0;
	}
	.cb-section-content {
		margin: 0px 0px 70px 0px;
		padding: 0;
	}
	.cb-section-bg-img {
		margin-top: 0;
		background-image:none;
		height: 400px;
	}
	.cb-section-bg-img .img-cover-bk{
		display:none;
	}

	.cb-section-discription {
		width: 90%;
		text-align: left;
		margin-top: 30px;
	}
	.cb-subcontent-area {
		display: block;
		padding: 0 10px;
		width: auto;
	}
	.cb_gallary .cb-img-gallary-sub {
	}
	.cb-subcontent-box {
		width: 100%;
		padding: 0;
	}
	.cb-img {
		width: 100%;
		margin-top: 0;
	}
	.cb-img-discripstion p {
		padding: 0;
		line-height: 2.5;
	}
	.cb-img-gallary {
		display: block;
	}
	.cb-img-gallary-sub{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.cb-content-wrap{
		margin-top: 50px;
	}

	.art-content{
		width: 100%;
	}
	.art-content-a{
		width: 85%;
	}
	.art-content-b{
		width: 85%;
	}
	.art-content-b ol li{
		padding-left: 50px;
	}
	.art-content-b ol li:before{
		font-size: 24px;
		width: 35px;
		height: 35px;
		line-height: 32px;
	}
	.art-content-s{
		padding: 0px 25px;
	}

	.gallery-discription {
		width: 90%;
		text-align: left;
		margin-top: 30px;
	}

	.insta-photos-item:first-child img{
		width: 600px;
	}
	.insta-photos-item img {
		width: 300px;
		/* width: 360px; */
	}

	.access-subtitle{
		font-size: 2em;
		line-height: 1.2;
		margin: 0;
		text-align: center;
		font-weight: 400;
	}
	.about-history{
		width: 95%;
		max-width: 95%;
	}
	.about-profile{
		width: 90%;
	}

	.access-section-title {
		padding-top: 70px;
	}
	.access-content-wrap {
		padding: 0px 0 30px;
	}
	.access-img-box {
		min-width: 350px;
		height: 400px;
		order: 1;
	}
	.access-discription{
		order: 0;
		margin-top: 20px;
		padding-left: 0px;
	}

	.access-disc-address {
		margin-top: 30px;
	}
	.access-disc-box {
		min-width: 300px;
		margin: 10px 0;
	}
	.access-disc-area {
		width: 85%;
		min-width: 350px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding: 10px 0;
	}
	.access-disc-area dl {
		display: block;
	}
	.access-disc-area dl dd {
		width: 100%;
	}

	.footer-menu-list{
		column-count: 1;
	}
	.footer-menu-list li{
		text-align: left;
	}
	.footer-menu{
		margin-right: auto;
		margin-left: auto;
		width: 200px;
	}

}
