img{
	vertical-align:bottom;
}
header {
	position: fixed;
	/* top: 0; */
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #f7a102;
	/* background-color: #fff; */
	background-color: #d3d3d3;
	/* color: #efefef; */
	z-index: 999;
	bottom: -60px;
	transition: bottom 0.5s;
}
header.active{
	bottom: 0px;
}
.dumy{
	width: 100%;
	height: 50px;
	background-color: #9e9e9e69;
}
.sp-mode-logo {
	position: fixed;
	width: 26%;
	z-index: 90;
	margin: 4% 6%;
}
footer {
	height: 100px;
	background-color: #9e9e9e69;
}
footer p {
	font-family: "Taviraj", serif;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	padding: 43px 0;
}

/* --------------------------------------------- */
a{
	text-decoration: none;
	color: #000;
	}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before , ::after {
	box-sizing: inherit;
}
button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
	/* position: fixed; */
	position: absolute;
	/* top: 32px; */
	right: 13px;
	z-index: 10;
	width: 30px;
	height: 30px;
	bottom: 10px;
	left: 10px;
}
/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: .2s;
	border-radius: 2px;
}
/***** 上下のバーガー線 *****/
.btn-line::before, .btn-line::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	transition: .5s;
	border-radius: 2px;
}
.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-10px);
}
.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(10px);
}
/***** メニューオープン時 *****/
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}
.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}
.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}
.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}
/**************** ここまで、ハンバーガーボタンのスタイリング ****************/
/**************** 以下、メニューのスタイリング ****************/

.menu {
	display: flex;
	display: none;
	flex-direction: column;
	position: fixed;
	width: 100%;
	bottom: 50px;
	height: 100vh;
	background-color: #fdfdfd;
	color: #000000;
	transition: .8s;
	opacity: 0;
	font-family: 'Noto Sans JP';
}
/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
	display: flex;
	position: absolute;
	bottom: 50px;
	opacity: 1;
}
/***** メニューオープン時位置0にして画面内に *****/
.menu-wrap {
	margin-top: 40%;
}
.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.menu-list:hover {
	background-color: rgba(255, 255, 255, .5);
	color: #333;
	cursor: pointer;
	transition: .3s;
}
.view-text{
	position: relative;
}
.hukidasi {
    display: none;
    display: block;
    width: 210px;
    position: absolute;
    top: 0px;
    right: -141px;
    background: #ffffff;
}

a:hover .hukidasi {
	display: block;
}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 768px) {
.hukidasi {
    display: none;
    /* display: block; */
    /* width: 210px; */
    /* position: absolute; */
    top: -27px;
    right: -119px;
    background: 0;
}
.hukidasi:after {
    position: absolute;
    width: 0;
    height: 0;
    top: 6px;
    left: 51px;
    margin-left: 10px;
    border: solid;
    border-color: rgba(51, 204, 153, 0);
    /* border-top-color: #33cc99; */
    border-bottom-color: #000000;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}
	.dumy{
		display: none;
	}
	.btn {
		display: none;
	}
	.menu {
		display: flex;
    flex-direction: row;
    top: 16px;
    left: 30%;
    width: 43%;
    width: 50%;
    height: 30px;
    background-color: #ffffff00;
    opacity: 1;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff00;
	transition: background-color 0.8s ease-in-out;
	/* color: #efefef; */
	z-index: 999;
}
.sp-mode-logo {
	display: none;
}
}
/**************** ここまで、メニューのスタイリング ****************/

/* zoom slider */
.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
	/* animation: zoomanime 10s linear 0s normal both; */
	animation: zoomanime 10s linear 0s normal both, fadeOut 5s ease-out 5s forwards;
}

@keyframes zoomanime {
	0% {
		transform: scale(1);
  }
  100% {
		transform: scale(1.15);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* zoom slider end*/



#scroll {
	position: relative;
	width: 100%;
	z-index: 90;
	/* height: 300px; */
	top: -2px;
}
#service {
	max-width: 768px;
	margin-top: 94px auto;
	width: 100%;
	height: auto;
	margin: -2px auto;
	padding: 20px;
	/* background-color: aquamarine; */
}
/* #sample {
	width: 100%;
	height: auto;
	background-color: #fff1df;
	padding-bottom: 80px;
	max-width: 1920px;
	margin: 0 auto;
	} */
	.yoko-roop{
	 background-color: #fff1df;
 }
 .yoko-roop p {
	text-align: center;
	font-size: 3rem;
	padding: 20px;
}
#about {
	width: 100%;
	padding-bottom: 40px;
	/* height: 1000px; */
	/* background-color: cadetblue; */
}
main img {
	width: 100%;
	height: auto;
}
#main_view {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.main_title {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	color: #F2994A;
	text-shadow: 1px 1px 3px white,
-1px 1px 3px white,
1px -1px 3px white,
-1px -1px 3px white;
}

.main_title_wrap {
	position: absolute;
	top: 25%;
	left: 27%;
	z-index: 990;
}
.pcdr {
	display: block;
	margin: 10px auto;
	width: 30%;
	height: auto;
}
.waku {
	position: absolute;
	top: 1%;
	right: 6%;
	width: 11%;
	height: auto;
	z-index: 90;
}
@keyframes rolling {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}
.circle-text {
	animation: rolling 20s linear infinite;
		 height: 100%;
		 width: 100%;
}
.circle-text img{
		 height: 100%;
		 width: 100%;
}
.waku-logo {
	position: absolute;
	top: 41%;
	right: 23%;
	width: 56%;
	height: auto;
	z-index: 90;
}
/* 文字横スクロール */

.bbs {
	align-items: center;
	background: #cccccc30;
	color: #4d9ecf;
	display: flex;
	height: 70px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	margin-top: 0px;
	z-index: 1;
}
.bbs ul {
	animation: flowing 50s linear infinite;
	transform: translateX(100%);
	margin: 0;
	padding: 0;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bolder;
}
.bbs ul li{
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

		/* 文字横スクロール　end */
		/* サービスセクション */
		.service-wrap {
			display: flex;
			/* flex-direction: column; */
			justify-content: space-around;
			align-items: center;
			width: 100%;
			height: 100%;
			flex-wrap: wrap;
	}
	.card-wrap {
    max-width: 330px;
    height: 420px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    border-radius: 5%;
    /* border: solid 3px #000000; */
    box-shadow: 2px 2px 20px gray;
}
.card-wrap p {
	padding-top: 20px;
	line-height: 1.4;
	font-weight: bold;
}
#service img {
	width: 200px;
	height: auto;
	padding: 20px;
}
#service h2 {
	text-align: center;
	font-size: 2rem;
	padding: 20px;
}
/* #sample p {
	text-align: center;
	font-size: 2rem;
	padding: 20px;
} */
.card-wrap-height {
	height: 500px;
}
#sample img {
	width: 300px;
	height: auto;
	padding: 20px;
}
/* 横ループ０１ */
section {
	display: block;
}

.l-inner {
	position: relative;
	-webkit-box-sizing: content-box;
					box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10rem;
}

/* .l-section {
	border-top: 1px solid #eee;
} */
.l-section .l-inner {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

[class*=swiper]:focus {
	outline: none;
}

.slide-media,
.thumb-media {
	position: relative;
	overflow: hidden;
}
.slide-media img,
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		 object-fit: cover;
}


.swiper-button-prev, .swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
					box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid var(--color-gray);
	border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
					transform: rotate(-135deg);
}
.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}

.card05 {
	overflow: hidden;
}
.card05 .swiper01 {
	overflow: visible;
}
.card05 .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
					transition-timing-function: linear !important;
}
.card05 .swiper-slide {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.card05 .slide {
	overflow: hidden;
	width: 36rem;
	border-radius: 4px;
	-webkit-box-shadow: var(--box-shadow);
					box-shadow: var(--box-shadow);
}
.card05 .slide-media {
	padding-top: 62.5%;
}
.card05 .slide-media img {
	height: calc(100% + 16px);
	-webkit-transform: translateY(-16px);
					transform: translateY(-16px);
}
.card05 .slide-content {
	padding: 3.2rem;
}
.card05 .slide-date {
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	color: var(--color-theme);
}
.card05 .slide-title {
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	height: 3.2em;
	margin-top: 1.6rem;
}



@media only screen and (max-width: 1024px) {
	html {
		-webkit-text-size-adjust: 100%;
	}
	.l-inner {
		padding: 0 4rem;
	}
	.pc {
		display: none !important;
	}
}

@media only screen and (max-width: 599px) {
	html {
		font-size: 50%;
	}
	.pc-tab {
		display: none !important;
	}
	/* .card05 .slide {
		width: 24rem;
	} */
}

@media only screen and (min-width: 1025px) {
	.tab-sp {
		display: none !important;
	}
	.swiper-button-prev::before, .swiper-button-next::before {
		-webkit-transition: var(--transition);
		transition: var(--transition);
	}
	.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
		-webkit-transform: scale(1.2);
						transform: scale(1.2);
	}
	.card05 .slide {
		-webkit-transition: var(--transition);
		transition: var(--transition);
	}
	.card05 .slide img {
		-webkit-transition: var(--transition);
		transition: var(--transition);
	}
	.card05 .slide:hover {
		-webkit-transform: translateY(-16px);
						transform: translateY(-16px);
		-webkit-box-shadow: var(--box-shadow-hover);
						box-shadow: var(--box-shadow-hover);
	}
	.card05 .slide:hover img {
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
	.card05 .swiper01:hover .slide:not(:hover) {
		opacity: 0.3;
	}
}

@media only screen and (min-width: 600px) {
	.sp {
		display: none !important;
	}
}
/* 横ループ０１END */
/* about */
table {
	line-height: 2;
}
.about-container {
	width: 90%;
	margin: 0 auto;
}
#about h2 {
	text-align: center;
	font-size: 2rem;
	padding: 20px;
}
.about-wrap {
	line-height: 2;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px 40px;
}

.ceo {
	width: 265px;
	padding: 20px;
	padding-top: 0;
}
.td-midashi {
	width: 23%;
}
.td-naiyou {
	width: 430px;
}
.about-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	gap: 20px;
}

/* about end */

/* デフォルト：479px以下用（スマートフォン用）の記述 */
@media screen and (min-width: 480px) {
	/* 480px以上用（タブレット／スマートフォン用）の記述 */
}
@media screen and (min-width: 768px) {
	/* 768px以上用（タブレット用）の記述 */
	.card05 .slide {
    width: 20rem;
}
	header.active {
    background-color: burlywood;
    background-color: rgb(199 198 198 / 78%);
    /* transition: 0.8s ease-in-out; */
}

	.menu-wrap {
    margin-top: 4%;
    display: flex;
    flex-direction: row;
    width: 593px;
}
.pcdr {
	/* margin: 24px 4%; */
	width: 16%;
	margin-top: 14px;
	margin-left: 4%;
}
.main_title_wrap {
	margin-top: 2%;
	margin-left: 0%;
}
.main_title {
	font-size: 2.2rem;
}
#scroll {
	top: -7px;
}
.bbs {
	height: 120px;
}
.bbs ul {
	font-size: 4rem;
}

}
@media screen and (min-width: 1024px) {
.card05 .swiper-slide {
    width: 33%;
}
	.pcdr {
    margin-top: 12px;
}
#service {
	max-width: 768px;
}
.about-flex {
	padding-top: 60px;
}
/* .td-midashi {
	width: 22%;
} */
.ceo {
	margin: 0;
}
/* .td-naiyou{
	width: 75%;
} */
	/* .waku {
    right: 40px;
    width: 120px;
} */
	/* 1024px以上用（PC用）の記述 */
}
@media screen and (min-width: 1440px) {
	/* 1440px以上用（PC用）の記述 */
.hukidasi {
    top: 46px;
    right: -190px;
    padding: 16px;
    border-radius: 5px;
    background: #33cc99;
    color: #fff;
}
.hukidasi:after {
    position: absolute;
    width: 0;
    height: 0;
    top: -11px;
    left: -8px;
    margin-left: 10px;
    border: solid;
    border-color: rgba(51, 204, 153, 0);
    border-top-color: #33cc99;
    /* border-bottom-color: #000000; */
    border-width: 10px;
    pointer-events: none;
    content: " ";
}
	.card05 .swiper-slide {
    width: 28%;
}
	.main_title {
    font-size: 4.2rem;
}
.main_title_wrap {
	margin-top: 0%;
	margin-left: 3%;
}
.menu {
    top: 11px;
    left: 40%;
}
.pcdr {
	width: 12%;
	margin-top: 3px;
}
#service {
	max-width: 1200px;
}
.service-wrap {
	flex-wrap: wrap;
}
}
@media screen and (min-width: 1920px) {
	header {
    height: 70px;
}
/* .hukidasi {
    display: none;
    display: none;
    width: 210px;
    position: absolute;
    top: 46px;
    right: -10px;
    padding: 16px;
    border-radius: 5px;
    background: #33cc99;
    color: #fff;
    font-weight: bold;
} */
	/* 1920px以上用（PC用）の記述 */
	/* .ceo img {
    object-fit: cover;
    object-position: 0 44%;
} */
.pcdr {
	width: 12%;
	margin-top: 3px;
}
.ceo {
	width: 265px;
	padding: 20px;
	padding-top: 0;
}
}