margin-right: 0.8em;@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

html {
    scroll-behavior: smooth;
}

/* リセット  */
body, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background: #9fcedf;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
}
li {
	list-style-type: none;
}
ol#kenkyuujo_gyoumu li {
	list-style-type: decimal;
	text-indent: 10px;
	padding-right: 10px;
}
img {
	vertical-align: bottom;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
*, *:before, *:after {
	box-sizing: border-box
}
a {
	transition: 0.5s;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
#wrap_body {
	width: 100%;
	max-width: 1000px;
	background-color: #fff;
	margin: 0 auto;
}

span.nowrap {
	display:inline-block
}

@media only screen and (max-width: 499px) {
	.pc00{
		display: none;
	}
}
@media only screen and (min-width: 500px) {
	.sp00{
		display: none;
	}
}

/*------------------------------------------------------------
↓↓↓　ハンバーガーメニュー　ここから　↓↓↓
------------------------------------------------------------*/
@media only screen and (max-width: 799px) {
	#menu {
		position: fixed;
		top:0;
		z-index: 100;
		background: #fff;
		border-bottom: 1px solid #ccc;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 80px;
		padding: 0 20px;
	}
	.header__logo {
		width: 72px;
	}
	.header__logo a img {
		width: 72px;
		height: auto;
	}
	/*  ライン　図解する  */
	.btn .icon-bar {
		display: block;
		width: 8vw;
		height: 1px;
		border-radius: 1px;
		background-color: #0071ce;
		margin-top: 8px;
	}
	.btn .icon-bar:first-child {
		margin-top: 0;
	}
	/*  メニューを非表示  */
	#gNav ul {
		display: none;
		height: 100vh;
	}
	#gNav ul.open {
		display: block;
	}
	#gNav {
		position: absolute;
		top: 100%; /*  親要素#menuの高さを基準にしている */
		left: 0;
		width: 100%;
		background-color: #f4f8ff;
		padding: 0 14.4vw 0 14.4vw;
		z-index: 9999999;
		overflow-y: scroll;
	}
	#gNav li {
		border-top: 1px solid #ccc;
        font-size: 20px;
	}
	#gNav br {
		display: none;
	}
	/*
	#gNav li:last-of-type {
	border: 1px solid #0071ce;
	padding: 0px 9px 4px;
	}*/
	#gNav li:first-of-type {
		border-top: none;
	}
	#gNav li a {
		display: block;
		padding: 1.2em 0;
		text-decoration: none;
		color: #1cad19;
		text-align: left;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#gNav ul li:last-of-type a {
		/* color: #588DD8; */
	}
    #gNav ul li:last-of-type::after {
        content: '　';
        font-size: 1em;
        padding-bottom: 3em;
        /*vertical-align: bottom;*/
}
}

@media only screen and (max-width: 500px) {
	.btn .icon-bar {
		display: block;
		width: 6vw;
		height: 1px;
		border-radius: 1px;
		background-color: #0071ce;
		margin-top: 8px;
	}
}

@media only screen and (min-width: 800px) {
	#menu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 95%;
		max-width: 880px;
		height: 80px;
		margin: 0 auto;
		border: 0px solid #000;
	}
	.header__logo {
		width: 72px;
	}
	.header__logo a img {
		width: 100%;
		height: auto;
	}
	.btn {
		display: none;
	}
	#gNav {}
	#gNav li:first-of-type {
		margin-top: 0;
	}
	#gNav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 660px; /*  メニューの長さに応じて変更する  */
		/*border: 1px solid #16a085;*/
	}
	#gNav li {
		line-height: 1.4em;
		/*border: 1px solid #f00;*/
	}
	#gNav ul li:last-of-type {
		/* border: 1px solid #0071ce;
		;
		padding: 0px 9px 4px; */
	}
	#gNav li a {
		text-decoration: none;
		color: #1cad19;
		padding: 0;
		font-size: 16px;
		line-height: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}
	#gNav ul li:last-of-type a {
		/* font-size: 12px;
		line-height: 14px;
		color: #0071ce; */
	}
}
/*------------------------------------------------------------
↑↑↑　ハンバーガーメニュー　ここまで　↑↑↑
------------------------------------------------------------*/

.wrap_main {
	padding: 0;
	margin: 0;
	border-top: 3px solid #315f30;
	border-bottom: 1px solid #315f30;
	position: relative;
}
@media only screen and (max-width: 799px) {
	main {
		margin: 80px 0 0 0;
	}
}

/*ーーー各ページ見出しーーー*/
.single {
	margin: 0 auto 0px;
	width: 100%;
	height: 220px;
}
#kenkyuujo .single {
	background-color: #C2E580;
}
#book .single {
	background-color: #A484A3;/*#d4bbda*/
}
#blog .single {
	background-color: #f19676;
}
#goods .single {
	background-color: #55AA38;
}
#contact .single {
	background-color: #DFB25D;
}
#news .single {
	background-color: #38A4F1;
}
.single img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 0.8;
}
.main_zettai {
	position: absolute;
	width: 57%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#kenkyuujo .main_zettai {
	width: 52%;
}
#book .main_zettai {
	width: 33%;
}
#blog .main_zettai {
	width: 33%;
}
#goods .main_zettai {
	width: 43%;
}
#contact .main_zettai {
	width: 43%;
}
#news .main_zettai {
	width: 33%;
}
.main_zettai img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 799px) {
	#kenkyuujo .main_zettai {
	  width: 90%;
	}
	#book .main_zettai {
	  width: 45%;
	}
	#blog .main_zettai {
	  width: 45%;
	}
	#goods .main_zettai {
	  width: 52%;
	}
	#contact .main_zettai {
	  width: 52%;
	}
    #news .main_zettai {
      width: 45%;
    }
}
@media only screen and (max-width: 499px) {
	#kenkyuujo .main_zettai {
	  width: 90%;
	}
	#book .main_zettai {
	  width: 63%;
	}
	#blog .main_zettai {
	  width: 63%;
	}
	#goods .main_zettai {
	  width: 70%;
	}
	#contact .main_zettai {
	  width: 70%;
	}
    #news .main_zettai {
      width: 63%;
    }
}

@media only screen and (max-width: 799px) {
	.single {
		margin: 0 auto 0px;
		width: 100%;
		height: 200px;
	}
	.single img {
		height: 200px;
	}
	.main_zettai {
		position: absolute;
		width: 80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width: 799px) and (min-width: 500px) {
	#index .main_zettai {
		position: absolute;
		width: 70%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media only screen and (max-width: 500px) {
	#index .main_zettai {
		position: absolute;
		width: 80%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
/*ーーー各ページ見出しおわりーーー*/

.single div {
	margin: 0;
}
.single .slick-prev {
	left: 50px;
	top: 95%;
	z-index: 100;
}
.single .slick-next {
	right: 50px;
	top: 95%;
	z-index: 100;
}
.single .slick-prev:before, .single .slick-next:before {
	color: #0071ce;
}
.single .slick-dots {
	bottom: 2.5%;
}
.single .slick-dots li button:before {
	color: #0071ce;
}
.single .slick-dots li.slick-active button:before {
	color: #0071ce;
}
.wrap_slick2 {
	padding: 0;
	margin: 0;
}
.wrap_slick2_inr {
    width: 1040px;
    margin: 0 auto;
}
.multiple {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 0px;
    padding: 0;
}
.multiple div a {
    display: block;
    margin: 0 20px;
}
.multiple img {
    width: 100%;
}
.multiple .prev-arrow {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
}
.multiple .next-arrow {
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
}
.multiple .slick-prev {
    left: -30px;
    z-index: 100;
}
.multiple .slick-next {
    right: -30px;
    z-index: 100;
}
.multiple .slick-prev:before, .multiple .slick-next:before {
    color: #0071ce;
}
/*ーーートップ、研究所ーーー*/
h2 {
    width: 94%;
    border-bottom: 2px solid #bfcebf;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 15px;
}
h2 span {
    color: #cf151b;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}
h2 span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    padding-right: 15px; /*文字との隙間*/
}
h2 span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    padding-left: 15px; /*文字との隙間*/
}
/*ーーートップ、研究所おわりーーー*/
/*ーーートップーーー*/
#blog_btn {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0 20px;
}
#blog_btn img {
    width: 290px;
    height: auto;
}
#blog_btn2 {
    width: 94%;
    /*border-bottom: 2px solid #bfcebf;*/
    border-bottom: none;
    /*margin: 0 auto;*/
    margin: 0 auto 20px;
    text-align: center;
    padding: 0px 0 35px;
}
#blog_btn2 a {
    color: #555;
}
#blog_btn2 a span {
    margin-left: 1em;
}
.home_news_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #315f30;
}
.home_news_item {
    width: 80%;
    padding-left: 1.8em;
    margin-right: 0.8em;
}
.home_news_item a {
    font-weight: bold;
}
.home_news_item .block_a {
    display: block;
    font-size: 1.2em;
    margin: 0.1em;
}
.home_news_item li {
    list-style-type: disc;
    margin-bottom: 0.8em;
}
.home_news_centering_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.home_news_centering_item {
    font-weight: bold;
}

.home_important {
    width: 80%;
    padding: 1.8em;
    background-color: #ffcccc;
    color: #663333;
}
.home_important_top {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
.home_important_text {
	margin: 0 1em 0.5em;
}
.home_important_date {
	text-align: right;
}

@media only screen and (max-width: 799px) {
    .home_news_item {
        width: 100%;
    }
    .home_important {
        width: calc(100% - 0.8em);
        padding: 1.5em 0.5em;
    }
}
/*ーーートップおわりーーー*/
/*ーーーお知らせーーー*/
.news_flex_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #315f30;
}
.news_flex_item {
    width: 80%;
    padding-left: 1.8em;
}
.news_flex_item li {
    margin: 30px 0;
    padding: 20px;
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    background: #c0f0ff;
}
.news_list_date {
    display: block;
    grid-column: 1 / 2;
    font-size: 14px;
}
.news_list_title {
    grid-column: 2 / 3;
}
.news_list_detail {
    grid-column: 1 / 3;
    margin-top: 10px;
}
.news_highlight {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0.1em;
}

@media only screen and (max-width: 799px) {
    .news_flex_item {
        width: 100%;
        padding: 0;
    }
    .news_flex_item li {
        grid-template-columns: 1fr;
    }
    .news_list_date {
        display: block;
        grid-column: 1 / 2;
    }
    .news_list_title {
        grid-column: 1 / 2;
    }
    .news_list_detail {
        grid-column: 1 / 2;
    }
}

/*ーーーお知らせおわりーーー*/
/*ーーーアクセス・お問い合わせーーー*/
#opening_hours_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #315f30;
}
#opening_hours_table {
    border-collapse: collapse;
    text-align: center;
    width: 80%;
    font-weight: bold;
}
#opening_hours_table th {
    background: #1cad19;
    color: #fff;
    border: 1px solid #1cad19;
}
#opening_hours_table td {
    border: 1px solid #1cad19;
} /*#1cad19 #315f30*/
#contact h3 {
    text-align: center;
    font-size: 23px;
    color: #315f30;
    margin-top: 26px;
}
#address_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #315f30;
}
#address {
    width: 590px;
}
dl {
    margin-top: 46px;
    margin-bottom: 0px;
    line-height: 2.2em;
}
#contact main section:last-of-type {
    border-bottom: 2px solid #bfcebf;
    margin: 0 auto;
    padding: 5px 0 35px;
}
#address_google_map {
    width: 100%;
    max-width: 800px;
}
/*ーーーアクセス・お問い合わせおわりーーー*/
/*ーーー研究所ーーー*/
#kenkyuujo_gyoumu_container {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #315f30;
}
#kenkyuujo h3 {
    text-align: center;
    font-size: 23px;
    color: #315f30;
    margin-top: 26px;
}
#kenkyuujo_shunin_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #315f30;
}
#kenkyuujo_shunin {
    width: 590px;
}
dl {
    margin-top: 46px;
    margin-bottom: 0px;
    line-height: 2.2em;
}
dt {
    float: left;
}
dd {
    margin-left: 105px;
}
@media only screen and (max-width: 499px) {
    dd {
        margin-left: 85px;
    }
}
#kenkyuujo main section:last-of-type {
    width: 94%;
    border-bottom: 2px solid #bfcebf;
    margin: 0 auto;
    padding: 5px 0 35px;
}
/*ーーー研究所おわりーーー*/
/*ーーーブログーーー*/
section#blog {
    margin-bottom: 50px;
}

#hitonohokoriwo section a img {
    width: 30%;
    height: auto;
}
/*ーーーブログおわりーーー*/
/*ーーーー取扱商品ーーーー*/
#goods_top {
    margin: 40px auto 60px;
    width: 720px;
}
#goods_top h3 {
    text-align: center;
    margin: 20px 0;
}
#goods_list {
    margin: 10px auto 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bold;
}
#goods_list ul {
    width: 50%;
}
#goods_list_second {
    border-left: 1px dotted #bbb;
}
#goods_list li {
    margin: 0.5em;
    line-height: 1.2em;
}
.top_attention {
    margin-bottom: 40px;
}
.separate_border {
    border-top: 1px dotted #1cad19;
}
.catalog {
    margin: 40px auto 20px;
    width: 720px;
    display: flex;
    flex-wrap: wrap;
}
.catalog li {
    margin: 0 0 20px;
    display: flex;
    height: auto;
}
.catalog li:last-of-type {
    margin-bottom: 0;
}
.catalog_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.catalog_grid h3 {
    margin: 0 0.3em;
    grid-column: 1 / 3;
    font-size: 24px;
}
.catalog_grid h3::before {
    content: '●';
    font-size: 0.8em;
    margin-right: 0.4em;
    vertical-align: bottom;
    color: #1cad19;
    /*#1cad19 #315f30*/
}
.catalog li > div {
    width: 100%;
    text-decoration: none;
}
.goods_card_img {
    width: 100%;
    padding: 20px;
}
.goods_card_img img {
    display: block;
    margin: 0 auto 0;
    width: 100%;
    height: auto;
}
.goods_card_img_two {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
}
.goods_card_img_two img {
    display: block;
    margin: 0;
    width: 50%;
    height: fit-content;
}
.goods_card_txt {
    padding: 20px 0;
    line-height: 1.6em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
}
.goods_card_txt p {
    line-height: 1.7em;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0 10px;
}
.goods_card_txt p a {
    color: #00a6fe;
}
.goods_card_txt_small {
    margin-bottom: 0.4em;
    font-size: 0.8em;
    line-height: 1.5em;
}
/*特別価格ここから*/
#goods_list .goods_list_item_special span {
    line-height: 0px;
    font-size: 11px;
    color: #f02800;
}
.goods_price_special {
    font-size: 16px;
    font-weight: bold;
    color: #f02800;
}
.goods_price_special span {
    font-size: 22px;
}
/*特別価格ここまで*/

.back_to_list {
    width: 100%;
    text-align: right;
}
.back_to_list a {
    color: #00a6fe;
}

.catalog_simple {
    width: 720px;
    margin: 20px auto 40px;
    display: flex;
    flex-wrap: wrap;
}
.catalog_simple li {
    width: 50%;
    margin: 20px 0;
    padding: 0 20px;
}
.catalog_simple_grid h3 {
    font-size: 20px;
}
.catalog_simple_grid h3::before {
    content: '●';
    font-size: 0.8em;
    margin-right: 0.4em;
    vertical-align: bottom;
    color: #1cad19;
}
.catalog_simple_grid p {
    font-size: 15px;
}
#goods_bottom {
    margin: 20px auto 40px;
    width: 720px;
}

@media only screen and (max-width: 799px) {
    #goods_top {
        width: 100%;
    }
    .catalog {
        margin: 40px auto 20px;
        width: 100%;
    }
    .catalog_grid {
        display: block;
    }
    .goods_card_img {
        padding: 20px 0 0;
    }
    .goods_card_img_two {
        padding: 20px 20px 0;
    }
    .goods_card_img img {
        width: 90%;
    }
    .goods_card_txt {
        padding: 10px 20px;
    }
    .catalog_simple {
        width: 100%;
        margin: 20px auto 40px;
        display: flex;
        flex-wrap: wrap;
    }
    #goods_list_heading, .catalog li, .catalog_simple li {
        scroll-margin-top: 90px;/*#menuの高さ+10px*/
    }
    #goods_bottom {
        width: 100%;
    }
}
@media only screen and (max-width: 499px) {
    #goods_list {
        margin: 10px auto 40px;
        display: block;
    }
    #goods_list ul {
        width: 100%;
    }
    #goods_list_second {
        border-left: none;
    }
    .goods_card_img {
        padding: 10px 0 0;
    }
    .goods_card_img_two {
        padding: 10px 0 0;
    }
    .goods_card_img img {
        width: 100%;
    }
    .catalog_simple li {
        width: 50%;
        margin: 15px 0;
        padding: 0 10px;
    }
    .catalog_simple_grid h3 {
        font-size: 18px;
    }
    .catalog_simple_grid p {
        font-size: 14px;
    }
    .catalog li, .catalog_simple li {
        scroll-margin-top: 90px;/*#menuの高さ+10px*/
    }
}

#reishi .goods_card_img img {
    object-fit: cover;
    object-position: 0 0;
    aspect-ratio: 305 / 350;
}

/*画像の高さを400px以下に調整*/
#igusa .goods_card_img img {
    max-width: 343px; /* 343:297 */
}
#kaizi .goods_card_img img {
    max-width: 317px; /* 317:238 */
}
#higenki_sp .goods_card_img img {
    max-width: 624px; /* 1075:689 */
}
#biwadane .goods_card_img img {
    max-width: 231px; /* 807:1392 */
}
#makomo .goods_card_img img {
    max-width: 300px; /* 233:300 */
}
#rakanka .goods_card_img_two img {
    max-width: 300px; /* 480×2:640 */
}
#reishi .goods_card_img img {
    max-width: 305px; /* 305:350 */
}
/*
#hurousen .goods_card_img img {
    max-width: 299px; / 314:419 /
}
#hurousen_nyu .goods_card_img img {
    max-width: 492px; / 1800:1462 /
}
*/

.goods_card_notice {
	font-weight: bold;
	color: #ff3333;
}

/*ーーーー取扱商品おわりーーーー*/
/*ーーーーbookーーーー*/
.series {
    margin: 40px auto 40px;
    width: 720px;
    display: flex;
    flex-wrap: wrap;
    border: 0px solid #c66;
}
.series li {
    width: 340px;
    margin: 0 40px 40px 0;
    display: flex;
    height: auto;
}
.series li:nth-of-type(2n) {
    margin-right: 0;
}

@media only screen and (max-width: 719px) {
    .series {
        margin: 40px auto 40px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border: 0px solid #c66;
    }
    .series li {
        width: 340px;
        margin: 0 auto 40px;
        display: flex;
        height: auto;
    }
    .series li:nth-of-type(2n) {
        margin-right: auto;
    }
}

.series li > div {
    height: 510px;
    display: block;
    width: 100%;
    transition: all .3s;
    border: 1px solid #ccc;
    position: relative;
    text-decoration: none;
}
/*.series li a:hover:after {
  content: "";
  display: block;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #30a2ff;
}*/
.card__img {
    height: 366px;
    position: relative;
}
.card__img img {
    margin: 0 auto 0 !important;
    padding-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 70%;
    height: auto;
}
.card__txt {
    margin-top: 20px;
    line-height: 1.6;
}
.card__txt p {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #0071ce;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: 10px;
    margin-right: 10px;
}
.card__txt p a {
    color: #00a6fe;
}
/*ーーーーbookおわりーーーー*/
/*ーーーーフッターーーーー*/
footer {
    width: 100%;
    border-top: 3px solid #315f30;
    padding: 25px 0;
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    color: #789879;
}
footer p {
    margin: 15px 0;
}
footer img {
    width: 200px;
    height: auto;
}
/*ーーーーフッターおわりーーーー*/
/*
#kodawari {
  background-image: url(../img/bg_index_02_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  margin-bottom: 600px;
}
.kodawari_txt {
  width: 1040px;
  margin: 0 auto 0;
  padding-top: 97px;
}
.kodawari__title {
  width: 307px;
  height: 53px;
}
.kodawari_txt p {
  line-height: 35px;
  font-size: 17px;
  color: #fff;
  margin: 27.5px 0 31.5px 0;
  letter-spacing: -.05em;
}
*/
.link {
    height: 40px;
    font-weight: 700;
    line-height: 26px;
}
.link a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 100%;
    background-color: #fff;
    color: #0071ce;
    border: none;
}
.link a .link_txt {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
}
/* topへ戻る ------------------------*/
.pagetop2 {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}
.pagetop2 a {
    display: block;
    border-bottom: none;
    MARGIN-bottom: 2px;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    ;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 40px 40px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../img/icon_18_pc.png);
}
.pagetop2 a:hover {
    display: block;
    border-bottom: none;
    MARGIN-bottom: 2px;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    ;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 40px 40px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../img/icon_18_pc.png);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/* -----------------------*/
#wrap {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}
#top01 {
    position: relative;
    width: 100%;
    height: 93.33vh;
    background: #d84;
    margin: 0;
    padding-top: 0;
    text-align: center;
}
@media only screen and (max-width: 799px) {
    #top01 {
        height: 100vh;
    }
}
#top01 img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: 50% 90%
}
.box_oya {
    width: 100%;
    margin: 0;
}
.box02 {
    float: left;
    width: 33.333%;
}
@media only screen and (max-width: 799px) {
    .box02 {
        float: none;
        width: 100%;
    }
}
.box02 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.box03 {
    float: left;
    width: 33.333%;
    height: 50vh;
    text-align: center;
    font-size: 60px;
    font-family: 'Averia Libre', cursive;
    line-height: 50vh;
    color: #d9d;
    background: #fc6;
}
@media only screen and (max-width: 799px) {
    .box03 {
        float: none;
        width: 100%;
    }
}
.box03:nth-of-type(1) {
    color: #993;
    background: #E6E7C1;
}
.box03:nth-of-type(2) {
    color: #699;
    background: #ECBF82;
}
.box03:nth-of-type(3) {
    color: #6B6B2F;
    background: #5BB094;
}
.box03:nth-of-type(4) {
    color: #699;
    background: #824D36;
}
.box03:nth-of-type(5) {
    color: #993;
    background: #E5E76A;
}
.box03:nth-of-type(6) {
    color: #699;
    background: #E5A58A;
}
#middle00 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #321E00;
    margin: 0;
}
.box04 {
    width: 100%;
    height: 50vh;
}
.box04 img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: 50% 50%
}
.box05 {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 23px;
    color: #fdb;
}
#middle01 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/11111_large.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    margin: 0;
}
#middle01 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#bottom01 {
    width: 100%;
    height: 100vh;
    background: #d84;
    text-align: center;
    font-size: 100px;
    line-height: 100vh;
    font-family: 'Averia Libre', cursive;
    color: #edc;
    margin: 0;
}
#bottom02 {
    display: none;
}
@media only screen and (max-width: 799px) {
    #bottom01 {
        display: none;
    }
    #bottom02 {
        display: block;
        width: 100%;
        height: 100vh;
        background: #d84;
        text-align: center;
        font-size: 70px;
        line-height: 13.33vh;
        padding: 30vh 0;
        font-family: 'Averia Libre', cursive;
        color: #edc;
        margin: 0;
    }
}