@charset "utf-8";
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	font-size: 1.6rem;/* 16px */
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	margin: 0px;
	width: 100%;
    font-family: 'Sawarabi Gothic', sans-serif;
	color: #565454;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0px;
}
p {
	margin: 0px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
a img {
	border-style: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
img {
	display: inline;
	-webkit-backface-visibility: hidden;
}
/*　ハンバーガーボタン　*/
.hamburger {
	display: none;
}
nav.globalMenuSp {
	display: none;
}
#wrap {
	overflow: hidden;
}
#header {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.header_box {
	width: 18%;
	float: left;
	margin-left: 2%;
}
.header_box2 {
	width: 60%;
	float: left;
	margin-top: 20px;
}
.header_box2 p {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	text-align: center;
}
.header_box2 ul {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	text-align: center;
}
.header_box2 ul li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
.header_box2 a {
	color: #565454;
	text-decoration: none;
}
.header_box3 {
	width: 17%;
	float: right;
	border: 1px solid #DCDCDC;
	margin-right: 2%;
}
.header_box3_layout {
	width: 30%;
	float: left;
	border-right: 1px solid #DCDCDC;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #00AC9F;
}
.header_box3_layout2 {
	width: 69%;
	float: right;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	font-size: 1.8rem;
	padding-top: 24px;
}
#topzoom {
	overflow: hidden;
	width: 96%;
	height: 60vh;
	background-color: #fff;
	background-image: radial-gradient(#000 35%, transparent 36%),
    radial-gradient(#000 35%, transparent 36%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	margin-left: 2%;
	margin-top: 50px;
	float: left;
}
#topzoom2 {
	display: none;
}
#topzoom p {
	width: 97%;
	text-align: left;
	margin-top: 9%;
	float: left;
	opacity: 0;
	/* アニメーション */
	animation: fadeIn 5s linear;
	animation-fill-mode: both;
	margin-left: 3%;
	font-size: 3rem;
	font-family: 'Shippori Mincho B1', serif;
	color: #FFFFFF;
	line-height: 7rem;
}
/* ---------------------------- */
/* --- Animation --- */
/* ---------------------------- */
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/* ---------------------------- */
/* --- Animation --- */
/* ---------------------------- */
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
#top_midashi {
	width: 80%;
	float: left;
	padding-top: 100px;
	padding-right: 10%;
	padding-left: 10%;
}
#top_midashi h2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 3rem;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFF;	
}
#top_midashi h2 span {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 25px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.6rem;
}
#top_midashi h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 5%;
	height: 1px;
	background-color: #00AC9F;
}
#top_midashi p {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 50px;
}
#top_midashi_left {
	width: 45%;
	float: left;
}
#top_midashi_right {
	width: 45%;
	float: right;
	text-align: center;
}
#top_midashi_right img {
	display: inline-block;
}
#top_midashi_right2 {
	display: none;
}
#top_midashi2 {
	width: 80%;
	float: left;
	padding-top: 100px;
	padding-right: 10%;
	padding-left: 10%;
}
#top_midashi2 h2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 3rem;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFF;	
}
#top_midashi2 h2 span {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 25px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.6rem;
}
#top_midashi2 h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 5%;
	height: 1px;
	background-color: #00AC9F;
}
#top_midashi2 p {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 50px;
}
#top_midashi2_left {
	width: 45%;
	float: left;
	text-align: center;
}
#top_midashi2_left img {
	display: inline-block;
	margin-top: 25px;
}
#top_midashi2_right {
	width: 45%;
	float: right;
}
.top_midashi3 {
	width: 100%;
	float: left;
	margin-top: 100px;
	text-align: center;
}
#top_gallery {
	width: 80%;
	float: left;
	padding-top: 100px;
	padding-right: 10%;
	padding-left: 10%;
}
#top_gallery h2 {
	width: 100%;
	float: left;
	font-size: 3rem;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFFFFF;
	color: #00AC9F;
}
#top_gallery h2 span {
	font-size: 1.4rem;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.2rem;
}
#top_gallery h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10%;
	height: 1px;
	background-color: #00AC9F;
}
.top_gallery_box {
	width: 25%;
	float: left;
	height: 145px;
	padding-top: 35px;
}
.top_gallery_box2 {
	width: 25%;
	float: left;
	height: 180px;
}
#top_news {
	width: 80%;
	float: left;
	padding-top: 100px;
	padding-right: 10%;
	padding-left: 10%;
}
#top_news h2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 3rem;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFF;	
}
#top_news h2 span {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 25px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.6rem;
}
#top_news h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 2%;
	height: 1px;
	background-color: #00AC9F;
}
.top_news_box {
	width: 100%;
	float: left;
	border-top: 1px solid #DCDCDC;
	margin-top: 50px;
}
.top_news_inner {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 25px;
	padding-bottom: 25px;
}
.top_news_inner_left {
	width: 25%;
	float: left;
	text-align: center;
}
.top_news_inner_left img {
	display: inline-block;
}
.top_news_inner_right {
	width: 70%;
	float: right;
	padding-top: 25px;
}
.top_news_inner_right h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	line-height: 3rem;
}
.top_news_inner_right h3 span {
	font-family: 'Playfair Display', serif;
	display: block;
	font-size: 1.4rem;
}
.top_news_inner_right h3 a {
	color: #565454;
	text-decoration: none;
}
.top_news_inner_right p {
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 1.4rem;
}
#contact_page {
	width: 80%;
	float: left;
	padding-top: 150px;
	padding-right: 10%;
	padding-left: 10%;
}
#contact_page_left {
	width: 15%;
	float: left;
	background-color: #00AC9F;
	height: 50px;
	padding-top: 25px;
}
#contact_page_left h3 {
	text-align: center;
	float: left;
	font-size: 1.6rem;
	width: 100%;
	color: #FFFFFF;
	letter-spacing: 5px;
}
#contact_page_right {
	width: 80%;
	float: right;
}
.contact_page_right_box {
	width: 100%;
	float: left;
}
.contact_page_right_box p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
}
.contact_page_right_box2 {
	width: 47%;
	float: left;
	margin-top: 25px;
}
.contact_page_right_box2 p {
	width: 100%;
	float: left;
}
.contact_page_right_box3 {
	width: 50%;
	float: left;
	margin-top: 30px;
}
.contact_page_right_box3 h3 {
	width: 100%;
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
}
.contact_page_right_box3 h3 a {
	color: #565454;
	text-decoration: none;
}
.contact_page_right_box3 p {
	width: 100%;
	float: left;
	font-size: 1.3rem;
	margin-top: 15px;
}
#normal {
	width: 80%;
	float: left;
	padding-top: 50px;
	padding-right: 10%;
	padding-left: 10%;
}
.normal_box {
	width: 100%;
	float: left;
}
.normal_box h2 {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 4rem;
	font-family: 'Playfair Display', serif;
	line-height: 5rem;
}
.normal_box h2 span {
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 1.6rem;
	display: block;
}
.normal_box_left {
	width: 45%;
	float: left;
}
.normal_box_left2 {
	width: 100%;
	float: left;
}
.normal_box_right {
	width: 45%;
	float: right;
}
.normal_box_right p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 50px;
	line-height: 3.4rem;
	text-align: right;
}
.normal_box2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box2_box {
	width: 100%;
	float: left;
	height: 250px;
	overflow: hidden;
}
.normal_box2_box2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box2_box2_left {
	width: 55%;
	float: left;
}
.normal_box2_box2_left h3 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 3rem;
	margin-top: 50px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFF;
}
.normal_box2_box2_left h3::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 4%;
	height: 1px;
	background-color: #00AC9F;
}
.normal_box2_box2_left p  {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.normal_box2_box2_right {
	width: 35%;
	float: right;
	text-align: center;
}
.normal_box3 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box3 h2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 3rem;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFF;	
}
.normal_box3 h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 2%;
	height: 1px;
	background-color: #00AC9F;
}
.normal_box3 span {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 25px;
	font-family: 'Noto Sans SC', sans-serif;
	color: #00AC9F;
}
.normal_box4 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box4 h3  {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 2rem;
	font-weight: bold;
}
.normal_box4 p  {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.normal_box4 ul {
	width: 100%;
	float: left;
}
.normal_box4 ul li {
	float: left;
	text-align: left;
	margin-right: 5%;
	width: 20%;
}
.normal_box4_2 {
	width: 100%;
	float: left;
}
.normal_box4_2 h3  {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 2rem;
	font-weight: bold;
}
.normal_box4_2 p  {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.normal_box4_2 ul {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box4_2 ul li {
	float: left;
	text-align: left;
	margin-right: 5%;
	width: 20%;
}
.normal_box5 {
	width: 100%;
	float: left;
	text-align: center;
}
.normal_box5 div {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box5 img {
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
}
.normal_box5_2 {
	display: none;
}
.normal_box6 {
	width: 100%;
	float: left;
}
.normal_box6 table {
	float: left;
	border-top: 1px solid #565454;
	border-left: 1px solid #565454;
	font-size: 1.6rem;
	margin-top: 50px;
}
.normal_box6 table th {
	border-bottom: 1px solid #565454;
	border-right: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
	background-color: #F9F9F9;
}
.normal_box6 table td {
	border-bottom: 1px solid #565454;
	border-right: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
}
.normal_box6 p {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: right;
}
.normal_box7 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box7 div {
	width: 100%;
	float: left;
	height: 250px;
	overflow: hidden;
}
.normal_box7 p  {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.normal_box7 ul  {
	width: 94%;
	float: left;
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 3%;
}
.normal_box7 ul li  {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.normal_box8 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box8_box {
	width: 100%;
	float: left;
	font-size: 1.6rem;
}
.normal_box8_box span {
	display: block;
	margin-top: 5px;
}
.normal_box8_box_left {
	width: 25%;
	float: left;
	border-top: 1px solid #565454;
	border-bottom: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box8_box_left2 {
	width: 25%;
	float: left;
	border-bottom: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box8_box_right {
	width: 65%;
	float: right;
	border-top: 1px solid #565454;
	border-bottom: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box8_box_right2 {
	width: 65%;
	float: right;
	border-bottom: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box9 {
	width: 100%;
	float: left;
	margin-top: 50px;
	height: 250px;
	text-align: center;
}
.normal_box10 {
	width: 100%;
	float: left;
}
.normal_box10_box {
	width: 40%;
	float: left;
	margin-top: 50px;
	margin-right: 5%;
	margin-left: 5%;
}
.normal_box10_box div {
	width: 100%;
	float: left;
	text-align: center;
}
.normal_box10_box p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
}
.normal_box10_box img {
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
}
.normal_box10_2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box10_2_box {
	width: 45%;
	float: left;
	margin-top: 50px;
	margin-right: 5%;
}
.normal_box10_2_box div {
	width: 100%;
	float: left;
	text-align: center;
}
.normal_box10_2_box p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
}
.normal_box10_2_box img {
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
}
.normal_box11 {
	width: 100%;
	float: left;
}
.normal_box11_box {
	width: 40%;
	float: left;
	margin-right: 4%;
	margin-left: 5%;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #DCDCDC;
	margin-top: 50px;
}
.normal_box11_box h3 {
	width: 90%;
	float: left;
	font-size: 2rem;
	margin-right: 5%;
	margin-left: 5%;
}
.normal_box11_box h3 span {
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
	margin-right: 15px;
	color: #E94709;
}
.normal_box11_box p {
	width: 90%;
	float: left;
	font-size: 1.6rem;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 15px;
}
.normal_box12 {
	width: 100%;
	float: left;
}
.normal_box12 .close {
	display: block;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	margin-top: 15px;
}
.normal_box12 .close h4 {
	font-size: 1.6rem;
	margin-right: 5%;
}
.normal_box12 .close h4 span {
	font-size: 2rem;
	margin-right: 10px;
}
.normal_box12 .close:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-bottom: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.normal_box12 .close:hover {
	cursor: pointer;
    cursor: hand;
}
.normal_box12 .open {
        display: none;
}
.normal_box12 .open {
	display: block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: rgba( 255, 255, 255, 0.55 );
	padding-left: 2%;
}
.normal_box12 .open:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000000;
    border-left: solid 2px #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.normal_box12 .open p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-right: 5%;
}
.normal_box12 p span {
    background: linear-gradient(transparent 60%, #EDEDED 60%);
}
.normal_box12 .open ul {
	font-size: 1.6rem;
	margin-right: 8%;
	margin-left: 2%;
	list-style-position: outside;
	list-style-type: disc;
}
.normal_box12 .open ul li {
	width: 100%;
}
.normal_box12 .open a {
	color: #000000;
	text-decoration: none;
	display: block;
}
.normal_box12 .open p:hover {
	cursor: pointer;
    cursor: hand;
}
.normal_box12_2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box12_2 h3 {
	width: 98%;
	float: left;
	background-color: #00AC9F;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.6rem;
	padding-left: 2%;
	margin-bottom: 5px;
}
.normal_box13 {
	width: 80%;
	float: left;
	padding-top: 100px;
	padding-right: 10%;
	padding-left: 10%;
}
.normal_box13_box {
	width: 100%;
	float: left;
	border-top: 1px solid #DCDCDC;
	margin-top: 50px;
}
.normal_box13_inner {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 25px;
	padding-bottom: 25px;
}
.normal_box13_inner_left {
	width: 25%;
	float: left;
	text-align: center;
}
.normal_box13_inner_left img {
	display: inline-block;
}
.normal_box13_inner_right {
	width: 70%;
	float: right;
	padding-top: 25px;
}
.normal_box13_inner_right h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	line-height: 3rem;
}
.normal_box13_inner_right h3 span {
	font-family: 'Playfair Display', serif;
	display: block;
	font-size: 1.4rem;
}
.normal_box13_inner_right h3 a {
	color: #565454;
	text-decoration: none;
}
.normal_box13_inner_right p {
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 1.4rem;
}
.normal_box14 {
	width: 100%;
	float: left;
}
.normal_box14 h3 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 3rem;
	margin-top: 50px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFF;
}
.normal_box14 h3::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 2%;
	height: 1px;
	background-color: #00AC9F;
}
.normal_box14 h4 {
	width: 100%;
	float: left;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	border-top: 1px solid #00AC9F;
	border-bottom: 1px solid #00AC9F;
	font-size: 2rem;
	color: #00AC9F;
}
.normal_box14 p {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.normal_box14 ul {
	width: 96%;
	float: left;
	margin-top: 45px;
	font-size: 1.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 2%;
	margin-left: 2%;
}
.normal_box14 ul li {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.normal_box14 ol {
	width: 97%;
	float: left;
	margin-top: 45px;
	font-size: 1.6rem;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
	margin-right: 3%;
	margin-left: 3%;
}
.normal_box14 ol li {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.normal_box15 {
	width: 100%;
	float: left;
}
.normal_box15 h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 50px;
}
.normal_box15 p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 50px;
}
.normal_box15 ul {
	width: 96%;
	float: left;
	margin-top: 45px;
	font-size: 1.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 2%;
	margin-left: 2%;
}
.normal_box15 ul li {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.normal_box16 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box16_box {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 15px;
}
.normal_box16_box_left {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #C8C8C8;
}
.normal_box16_box_left span {
	color: #F18E00;
	margin-left: 10px;
}
.normal_box16_box_right {
	width: 70%;
	float: right;
	text-align: left;
}
.normal_box16_box_right p {
	width: 70%;
	float: right;
	font-size: 1.6rem;
	color: #F18E00;
	text-align: left;
}
.normal_box16_box_right2 {
	width: 70%;
	float: right;
	text-align: left;
	padding-top: 15px;
}
.normal_box16_box_right2 p {
	width: 70%;
	float: right;
	font-size: 1.6rem;
	color: #F18E00;
	text-align: left;
}
.normal_box16_box2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box16_box2 p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.6rem;
}
.normal_box16_box2 p a {
	color: #F18E00;
	text-decoration: underline;
}
.normal_box16_box2 div {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.normal_box17 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.normal_box17 ul  {
	width: 94%;
	float: left;
	margin-top: 15px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 3%;
}
.normal_box17 ul li  {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.normal_box18 {
	width: 100%;
	float: left;
}
.normal_box18 p  {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-top: 50px;
}
.normal_box18 ul  {
	width: 94%;
	float: left;
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 3%;
}
.normal_box18 ul li  {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.pager {
	overflow: hidden;
	width: 100%;
	float: left;
	margin-top: 50px;
	font-family: 'Playfair Display', serif;
}
.pager ul {
	width: 100%;
	float: left;
	text-align: center;
}
.pager ul li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.pager span {
	background-color: #F2F2F2;
	color: #565454;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	border: 1px solid #B8B8B8;
}
.pager a {
	color: #565454;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	border: 1px solid #B8B8B8;
}
.pager a:hover {
	background-color: #F2F2F2;
	color: #565454;
	border: 1px solid #B8B8B8;
}
#foot {
	width: 80%;
	float: left;
	padding-right: 10%;
	padding-left: 10%;
	background-color: #00AC9F;
	margin-top: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#foot_left {
	width: 15%;
	float: left;
}
#foot_left2 {
	width: 70%;
	float: left;
	margin-top: 5px;
}
#foot_left2 p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.6rem;
	color: #FFFFFF;
}
#foot_left2 p br {
	display: none;
}
#foot_left2 p a {
	color: #00AC9F;
	background-color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	font-size: 1.4rem;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: 'Playfair Display', serif;
}
#foot_left2 ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-size: 1.6rem;
}
#foot_left2 ul li {
	font-size: 1.3rem;
	margin-left: 4%;
	display: inline-block;
	margin-right: 4%;
}
#foot_left2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#foot_right {
	width: 15%;
	float: right;
	text-align: right;
	padding-top: 15px;
}
#foot_right img {
	display: inline-block;
	margin-left: 15px;
}
#copy {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
#copy p {
	width: 100%;
	float: left;
	font-size: 1.3rem;
	text-align: center;
}
#copy p span {
	font-family: 'Playfair Display', serif;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop a {
	display: block;
}
.des1 {
	width: 15%;
	float: left;
	text-align: left;
	font-family: 'Playfair Display', serif;
}
.des1_2 {
	width: 80%;
	float: left;
	padding-left: 5%;
	text-align: left;
}
.des2 {
	width: 15%;
	float: left;
}
.des2_2 {
	width: 85%;
	float: right;
}
.des2_2 span {
	width: 100px;
	display: inline-block;
}
.des3 {
	width: 47%;
	float: left;
}
.des3_2 {
	width: 47%;
	float: right;
	text-align: right;
}
.des4 {
	width: 22%;
	float: left;
	color: #7C7C7C;
	background-color: #E9E9E9;
	text-align: center;
	padding-top: 1px;
}
.des4_2 {
	width: 73%;
	float: right;
	padding-top: 1px;
}
.text {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 94%;
	font-size: 1.6rem;
	font-weight: normal;
	display: inline;
	padding-right: 1%;
	padding-left: 1%;
	border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.text2 {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 94%;
	font-size: 1.6rem;
	font-weight: normal;
	display: inline;
	padding-right: 1%;
	padding-left: 1%;
	height: 150px;
	border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
/* css checkbox01 */
.checkbox01-input {
	display: none;
}
.checkbox01-parts {
	padding-left: 25px;
	position: relative;
	margin-right: 20px;
}
.checkbox01-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999999;
	border-radius: 4px;
	cursor: pointer;
	cursor: hand;
}
.checkbox01-input:checked + .checkbox01-parts {
	color: #E94709;
}
.checkbox01-input:checked + .checkbox01-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #E94709;
	border-right: 3px solid #E94709;
}
.btn01 {
	display: inline-block;
	border: 1px solid #DCDCDC;
	font-size: 1.6rem;
	color: #565454;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	transition: .4s;
	text-decoration: none;
}
.btn01:hover {
	background-color: #565454;
	border-color: #565454;
	color: #FFFFFF;
}
.pc {
	display: inline !important;
}
.sm {
	display: none !important;
}
@media screen and (min-width : 1000px ){
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and ( max-width:479px ) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
}
.hamburger {
	display : inherit;
	position: fixed;
	z-index : 300;
	right : 13px;
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #565454;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index : 200;
	top  : 0;
	left : 0;
	color: #000;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	display: inherit;
	height: 100vh;
}
nav.globalMenuSp ul {
	width: 80%;
	float: left;
	margin-top: 25px;
	margin-left: 10%;
	font-size: 2rem;
}
nav.globalMenuSp ul li {
	width: 100%;
	border-bottom: 1px solid #00AC9F;
	float: left;
	margin-top: 15px;
	padding-bottom: 10px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #00AC9F;
  text-decoration :none;
    font-family: 'Sawarabi Gothic', sans-serif;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
#header {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.header_box {
	width: 100%;
	float: left;
	margin-left: 0%;
	text-align: center;
}
.header_box2 {
	display: none;
}
.header_box3 {
	display: none;
}
.header_box4 {
	width: 80%;
	float: left;
	border: 1px solid #DCDCDC;
	margin-left: 10%;
	margin-top: 25px;
	background-color: #FFFFFF;
}
.header_box4_layout {
	width: 30%;
	float: left;
	border-right: 1px solid #DCDCDC;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #00AC9F;
}
.header_box4_layout2 {
	width: 69%;
	float: right;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	font-size: 2.2rem;
	padding-top: 24px;
}
.header_box4_layout2 a {
	color: #565454;
	text-decoration: none;
}
.header_box5 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
}
.header_box5 img {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
#topzoom {
	display: none;
}
#topzoom2 {
	overflow: hidden;
	width: 100%;
	height: 37vh;
	background-color: #fff;
	background-image: radial-gradient(#000 35%, transparent 36%),
    radial-gradient(#000 35%, transparent 36%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
	margin-left: 0%;
	margin-top: 50px;
	float: left;
	display: inherit;
	padding-top: 100px;
}
#topzoom2 p {
	width: 95%;
	text-align: left;
	margin-top: 25px;
	float: left;
	opacity: 0;
	/* アニメーション */
	animation: fadeIn 5s linear;
	animation-fill-mode: both;
	margin-left: 5%;
	font-size: 2.2rem;
	font-family: 'Shippori Mincho B1', serif;
	color: #00AC9F;
	line-height: 3.6rem;
}
#top_midashi {
	width: 90%;
	float: left;
	padding-top: 100px;
	padding-right: 5%;
	padding-left: 5%;
}
#top_midashi h2 span {
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 0px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.6rem;
	margin-top: 10px;
}
#top_midashi p {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
#top_midashi_left {
	width: 100%;
	float: left;
}
#top_midashi_right {
	display: none;
}
#top_midashi_right2 {
	display: inline;
	margin-top: 25px;
	text-align: center;
	float: left;
}
#top_midashi_right2 img {
	display: inline-block;
}
#top_midashi2 {
	width: 90%;
	float: left;
	padding-top: 100px;
	padding-right: 5%;
	padding-left: 5%;
}
#top_midashi2 h2 span {
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 0px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.6rem;
	margin-top: 10px;
}
#top_midashi2 p {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
#top_midashi2_left {
	display: none;
}
#top_midashi2_right {
	width: 100%;
	float: left;
}
.top_midashi3 {
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}
#top_gallery {
	width: 90%;
	float: left;
	padding-top: 100px;
	padding-right: 5%;
	padding-left: 5%;
}
#top_gallery h2 span {
	font-size: 1.6rem;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.2rem;
	margin-top: 10px;
}
#top_gallery h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 5%;
	height: 1px;
	background-color: #00AC9F;
}
.top_gallery_box {
	width: 100%;
	float: left;
	height: auto;
	padding-top: 0px;
	margin-bottom: 25px;
}
.top_gallery_box2 {
	width: 50%;
	float: left;
	height: 100px;
}
#top_news {
	width: 90%;
	float: left;
	padding-top: 0px;
	padding-right: 5%;
	padding-left: 5%;
}
#top_news h2 span {
	font-size: 1.6rem;
	display: block;
	margin-left: 0px;
	font-family: 'Noto Sans SC', sans-serif;
	letter-spacing: 1.6rem;
	margin-top: 10px;
}
#top_news h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 5%;
	height: 1px;
	background-color: #00AC9F;
}
.top_news_box {
	width: 100%;
	float: left;
	border-top: 1px solid #DCDCDC;
	margin-top: 50px;
}
.top_news_inner {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DCDCDC;
	padding-top: 25px;
	padding-bottom: 25px;
}
.top_news_inner_left {
	width: 30%;
	float: left;
	text-align: center;
}
.top_news_inner_right {
	width: 65%;
	float: right;
	padding-top: 0px;
}
.top_news_inner_right h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	line-height: 3rem;
}
.top_news_inner_right h3 span {
	font-family: 'Playfair Display', serif;
	display: block;
	font-size: 1.4rem;
}
.top_news_inner_right h3 a {
	color: #565454;
	text-decoration: none;
}
.top_news_inner_right p {
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 1.4rem;
}
#contact_page {
	width: 90%;
	float: left;
	padding-top: 100px;
	padding-right: 5%;
	padding-left: 5%;
}
#contact_page_left {
	width: 100%;
	float: left;
	background-color: #00AC9F;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contact_page_left h3 {
	text-align: center;
	float: left;
	font-size: 2rem;
	width: 100%;
	color: #FFFFFF;
	letter-spacing: 5px;
}
#contact_page_right {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.contact_page_right_box p {
	width: 80%;
	float: left;
	font-size: 1.6rem;
	margin-left: 10%;
	max-height: 999999px;
}
.contact_page_right_box2 {
	width: 100%;
	float: left;
	margin-top: 25px;
}
.contact_page_right_box2 p {
	width: 100%;
	float: left;
	text-align: center;
}
.contact_page_right_box3 {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.contact_page_right_box3 h3 {
	width: 100%;
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
}
.contact_page_right_box3 p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 15px;
	text-align: center;
}
#normal {
	width: 90%;
	float: left;
	padding-top: 50px;
	padding-right: 5%;
	padding-left: 5%;
}
.normal_box2_box2 {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.normal_box2_box2_left {
	width: 100%;
	float: left;
}
.normal_box2_box2_left h3 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 3rem;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
	position: relative;
	padding-bottom: .3em;
	border-bottom: 1px solid #FFF;
}
.normal_box2_box2_left p  {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	max-height: 999999px;
}
.normal_box2_box2_right {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
}
.normal_box3 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box3 h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 5%;
	height: 1px;
	background-color: #00AC9F;
}
.normal_box3 span {
	font-size: 1.6rem;
	display: block;
	margin-left: 0px;
	font-family: 'Noto Sans SC', sans-serif;
	color: #00AC9F;
	margin-top: 10px;
}
.normal_box4_2 p  {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	max-height: 999999px;
}
.normal_box4_2 ul li {
	float: left;
	text-align: left;
	margin-right: 1%;
	width: 48%;
	margin-left: 1%;
}
.normal_box5 {
	display: none;
}
.normal_box5_2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 35px;
	display: inherit;
}
.normal_box5_2 img {
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 15px;
}
.normal_box6 table td {
	border-bottom: 1px solid #565454;
	border-right: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 1.6rem;
}
.normal_box7 p  {
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.normal_box7 ul  {
	width: 90%;
	float: left;
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 5%;
}
.normal_box8_box_left {
	width: 100%;
	float: left;
	border-top: 1px solid #565454;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box8_box_left2 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box8_box_right {
	width: 100%;
	float: left;
	border-top: 1px solid #565454;
	border-bottom: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box8_box_right2 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #565454;
	padding-top: 15px;
	padding-bottom: 15px;
}
.normal_box10 {
	width: 100%;
	float: left;
}
.normal_box10_box {
	width: 90%;
	float: left;
	margin-top: 50px;
	margin-right: 5%;
	margin-left: 5%;
}
.normal_box10_box p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 10px;
}
.normal_box10_2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box10_2_box {
	width: 90%;
	float: left;
	margin-top: 50px;
	margin-right: 5%;
	margin-left: 5%;
}
.normal_box10_2_box div {
	width: 100%;
	float: left;
	text-align: center;
}
.normal_box10_2_box p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
}
.normal_box10_2_box img {
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
}
.normal_box11_box {
	width: 90%;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #DCDCDC;
	margin-top: 25px;
}
.normal_box11_box p {
	width: 90%;
	float: left;
	font-size: 1.6rem;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 15px;
}
.normal_box12 .open p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-right: 5%;
	max-height: 999999px;
}
.normal_box12_2 h3 {
	width: 95%;
	float: left;
	background-color: #00AC9F;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.6rem;
	padding-left: 5%;
	margin-bottom: 5px;
}
.normal_box13 {
	width: 90%;
	float: left;
	padding-top: 50px;
	padding-right: 5%;
	padding-left: 5%;
}
.normal_box13_inner_left {
	width: 30%;
	float: left;
	text-align: center;
}
.normal_box13_inner_right {
	width: 65%;
	float: right;
	padding-top: 0px;
}
.normal_box13_inner_right h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	line-height: 3rem;
}
.normal_box13_inner_right h3 span {
	font-family: 'Playfair Display', serif;
	display: block;
	font-size: 1.4rem;
}
.normal_box13_inner_right p {
	width: 100%;
	float: left;
	margin-top: 15px;
	font-size: 1.6rem;
}
.normal_box14 ul {
	width: 90%;
	float: left;
	margin-top: 45px;
	font-size: 1.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 5%;
	margin-left: 5%;
}
.normal_box14 ol {
	width: 84%;
	float: left;
	margin-top: 45px;
	font-size: 1.6rem;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
	margin-right: 8%;
	margin-left: 8%;
}
.normal_box15 h3 {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 25px;
	max-height: 999999px;
}
.normal_box15 p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 25px;
	max-height: 999999px;
}
.normal_box15 ul {
	width: 92%;
	float: left;
	margin-top: 20px;
	font-size: 1.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 4%;
	margin-left: 4%;
}
.normal_box15 ul li {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.normal_box16_box {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	margin-top: 0px;
}
.normal_box16_box_left {
	width: 100%;
	float: left;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 0px;
	border-right: none;
}
.normal_box16_box_left br {
	display: none;
}
.normal_box16_box_right {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 15px;
}
.normal_box16_box2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.normal_box16_box2 p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.6rem;
}
.normal_box16_box2 p a {
	color: #F18E00;
	text-decoration: underline;
}
.normal_box16_box2 div {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.normal_box18 ul  {
	width: 90%;
	float: left;
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 5%;
}
#foot {
	width: 90%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #00AC9F;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#foot_left {
	display: none;
}
#foot_left2 {
	width: 100%;
	float: left;
	margin-top: 5px;
}
#foot_left2 p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 1.6rem;
	color: #FFFFFF;
}
#foot_left2 p br {
	display: inherit;
}
#foot_left2 ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-size: 1.6rem;
}
#foot_left2 ul li {
	font-size: 1.6rem;
	margin-left: 4%;
	display: inline-block;
	margin-right: 4%;
}
#foot_right {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 25px;
}
#foot_right img {
	display: inline-block;
	margin-left: 15px;
}
#copy p {
	width: 100%;
	float: left;
	font-size: 1.6rem;
	text-align: center;
}
.des5 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.btn01 {
	display: inline-block;
	border: 1px solid #DCDCDC;
	font-size: 1.8rem;
	color: #565454;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 15px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	transition: .4s;
	text-decoration: none;
}
.pc {
	display: none !important;
}
.sm {
	display: inline !important;
}
}
