﻿@charset "utf-8";
/* ===========================================================
 *
 * 美ら海　スタイルシート
 * Last UpDate : 2025/12/16
 *
=========================================================== */

/* ----------------------------------------------------------
	style.css
---------------------------------------------------------- */

/* ----------------------------------------------------------
 common
---------------------------------------------------------- */
html {
}
body {
	color: #333;
	font-family: "Helvetica Neue", "Helvetica","maru-maru-gothic-alr-stdn","source-han-sans-japanese","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-style: normal;
	font-weight: 400;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    background: #ffffff;
    z-index: 999999;
}
#loading{
    position: fixed;
    left: 50%;
    top: 40%;
	text-align: center;
	width: 200px;
	height: 140px;
	margin-top: -100px;
	margin-left: -100px;
}

a.anker{ display: block; padding-top: 100px; margin-top: -100px; }

::placeholder{ color: #aaa; }

/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
a, a:after { transition: 0.5s ease-in-out; }

a:link{	color: #333; text-decoration: none; }
a:visited{ color: #333; }
a:hover, a:hover:after{ color: #1b61a7; text-decoration: none; }
a:active{ text-decoration: none; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ display: flex; justify-content: space-between; align-items: center; position: fixed; z-index: 999; width: 100%; background-color: #fff; height: 100px; box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 26%); }
.header_logo{ position: absolute; width: 250px; left: 0; top: 0; background-color: #0c3286; border-radius: 0 0 100px 0; padding: 20px 20px 30px 20px; }
.header_logo i{ color: #fff; font-size: 16rem; }
.header_logo a:hover{ opacity: 0.6; }

.header_nav{ margin-left: 260px; flex-basis: 48%; }
.gnavi{}
.gnavi_list{ display: flex; }
.gnavi_item{ position: relative; flex: 1 0 auto; border-right: 1px solid #ccc; height: 100px; }
.gnavi_item a{ display: block; padding: 60px 20px 0 20px; font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; text-align: center; letter-spacing: 1px; height: 100px; }
.gnavi_item a:hover{ background-color: rgba(0,0,0,0.2); }
.gnavi_item a i{ margin-left: 5px; font-size: 1.3rem; }

.gnavi_ico{ position: absolute; left: 0; right: 0; top: 10px; width: 90px; margin: 0 auto; }
.gnavi_ico img{ width: 85%; height: auto; }


.has-child{ position: relative; }

.gnavi_list li.has-child:before{ content:''; position: absolute; right: 12px; bottom: 20px; width: 6px; height: 6px; border-top: 2px solid #999; border-right:2px solid #999; transform: rotate(135deg); }

.gnavi_list li.has-child ul{ position: absolute; left: 0; top: 105px; z-index: 4; background: #fff;	width: 100%; visibility: hidden; opacity: 0; transition: all .3s; box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 26%); }

.gnavi_list li.has-child:hover > ul,
.gnavi_list li.has-child ul li:hover > ul,
.gnavi_list li.has-child:active > ul,
.gnavi_list li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.gnavi_list li.has-child ul li a{ display: block; border-top: 1px solid #ddd; font-size: 1.5rem; color: #333; letter-spacing: 2px; padding: 15px 0; height: auto; }

.gnavi_list li.has-child ul li a:hover,
.gnavi_list li.has-child ul li a:active{
	background: #eee;
}

.header_sec{ flex-basis: 35%; display: flex; justify-content: space-between; align-items: center; }

.header_tel{ flex-basis: 49%; text-align: left; }
.header_tel_num{ display: flex; align-items: center; font-size: 3.3rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: 1px; }
.header_tel_ico{ flex-basis: 30px; width: 30px; height: 30px; background-color: #0c3286; border-radius: 100%; text-align: center; margin-right: 7px; line-height: 27px; }
.header_tel_num i{ color: #fff; font-size: 2rem; }
.header_tel_num span{ font-size: 1.6rem; color: #0c3286; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; }
.header_tel_time{ display: block; font-size: 1.1rem; }

.header_contact{ flex-basis: 28%; }
.header_contact a{ display: block; font-size: 1.8rem; color: #fff; text-align: center; background-color: #fa874a; border: 2px solid #fa874a; padding: 8px; border-radius: 10px; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; }
.header_contact a i{ margin-right: 10px; }
.header_contact a:hover{ color: #fa874a; background-color: #fff; }

.header_sns{ flex-basis: 18%; margin-right: 1%; }
.header_sns_list{ display: flex; justify-content: center; align-items: center; }
.header_sns_item{ flex-basis: 48%; margin: 0 1%; }
.header_sns_item a{ display: block; text-align: center; }
.header_sns .facebook{ }
.header_sns .instagram{ }
.header_sns_item a:hover{ opacity: 0.6; }

/*ドロワー*/
.l-drawer{ position: relative; }
.l-drawer__checkbox{ display: none; }
.l-drawer__icon{
	cursor: pointer;
	display: block;
	width: 43px;
	height: 43px;
	position: fixed;
	top: 10px;
	right: 13px;
	background: #0c3286;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after{
	background-color: #eee;
	display: block;
	width: 26px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after{ content: " "; }
.l-drawer__icon-parts:before{ transform: translateY(-10px); }
.l-drawer__icon-parts:after{ transform: translateY(10px); }
.l-drawer__overlay{
	background: #000;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}
.l-drawer__menu{
	background: rgba(255,255,255,0.9);
	color: #000;
	max-width: 100%;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: -100vw;
}
.l-drawer__icon{ z-index: 99990; }
.l-drawer__menu{ z-index: 99989; }
.l-drawer__overlay{ z-index: 8; }
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts{ background: transparent; }
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before{ transform: rotate(-45deg); top: 0; }
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after{ transform: rotate(45deg); top: 0; }
.l-drawer__checkbox:checked ~ .l-drawer__overlay{ opacity: 0.3; pointer-events: auto; }
.l-drawer__checkbox:checked ~ .l-drawer__menu{ right: 0; }
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu{ transition: all 0.7s; }

nav.l-drawer__menu{ padding: 30px; }
nav.l-drawer__menu > ul > li{ display: block; color: #333; padding: 0 10px 0 20px; position: relative; font-size: 16.5px; margin-bottom: 20px; }
nav.l-drawer__menu > ul > li i{ margin-left: 10px; }
nav.l-drawer__menu > ul > li a{ color: #333; }
nav.l-drawer__menu > ul > li a:hover{ opacity: 0.6; }
nav.l-drawer__menu > ul > li:after{ display: block; content: ""; position: absolute; top: 7px; left: 0; width: 5px; height: 5px; background: #fff; border: 4px solid #9bc5f3; border-radius: 100%; }
nav.l-drawer__menu > ul > li > ul{ }
nav.l-drawer__menu > ul > li > ul > li{ }


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.page_top{ width: 50px; height: 50px; position: fixed; right: 20px; bottom: -50px; background: #005ab5; opacity: 0.6; border-radius: 50%; }
.page_top a{ position: relative; display: block; width: 50px; height: 50px; text-decoration: none; }
.page_top a::before{ font-family: 'Font Awesome 5 Free'; font-weight: 900; content: '\f102'; font-size: 25px; color: #fff; position: absolute; width: 25px; height: 25px; top: -5px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center; }

.footer_wrap{ background: url("../images/bg_footer01.jpg") no-repeat; background-size: cover; padding: 150px 0; }
footer{ width: 950px; margin: 0 auto; background-color: #fff; border-radius: 20px; padding: 60px 60px 50px 60px; background-attachment: fixed; }
.footer_sec{ display: flex; justify-content: space-between; }
.footer_contact{ flex-basis: 60%; }
.footer_contact_tit,
.footer_calendar_tit{ font-size: 2.5rem; color: #005ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; }
.footer_contact_sec{  }

.footer_contact_sec .header_tel_time{ font-size: 1.8rem; text-align: left; font-weight: 700; margin-bottom: 20px; }

.footer_contact_btn{  }
.footer_contact_btn a{ display: block; font-size: 1.7rem; color: #fff; text-align: center; background-color: #fa874a; border: 1px solid #fa874a; border-radius: 10px; padding: 15px; }
.footer_contact_btn a:hover{ color: #fa874a; background-color: #fff; }
.footer_sns_list{ /* display: flex; justify-content: space-between; */ }
.footer_sns_item{ /* flex-basis: 48%; */ width: 100%; margin-bottom: 20px; }
.footer_sns_item a{ display: block; text-align: center; font-size: 1.7rem; color: #fff; padding: 10px; border-radius: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; }
.footer_sns_item a i{ margin-right: 10px; font-size: 2rem; }
.footer_sns_item a:hover{}
.footer_sns_list .facebook a{ background-color: #1877f2; border: 1px solid #1877f2; }
.footer_sns_list .facebook a:hover{ background-color: #fff; color: #1877f2; }
.footer_sns_list .instagram a{ background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%); border: 1px solid #fff; }
.footer_sns_list .instagram a:hover{ background-color: #fff; color: #333; }
.footer_sns_list .youtube a{background-color: #f00; border: 1px solid #f00;}
.footer_sns_list .youtube a:hover{color: #f00; background-color: #fff;}

.footer_calendar{ flex-basis: 35%; }

.footer_calendar .cal {	margin: 0 auto; width: 100%; display: flex; justify-content: space-between; }
.footer_calendar .cal li{ flex-basis: 48%; }


.footer_nav{ margin: 20px 0; }
.footer_nav_list{ display: flex; justify-content: center; }
.footer_nav_item{ flex-basis: cals(100/6); margin: 0 1%; font-size: 1.7rem; }

.footer_copyright{ z-index: 3; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; color: #fff; font-size: 1.1rem; letter-spacing: 2px; min-height: 30px; bottom: -5px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }

.shapedividers_com-8354{
overflow:hidden;
position:relative;
	min-height: 60px;
}
.shapedividers_com-8354::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
transform:scaleX(1.9);
transform-origin: 100% 100%;
animation: 10s infinite alternate shape-anim-1657-mobile linear;
background-size: 100% 23px;
background-position: 50% 100%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23378ce7"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23378ce7"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23378ce7"/></svg>'); 
}

@keyframes shape-anim-1657-mobile {
  100% {
    transform: scaleX(1.9) translateX(calc(100% - (100% / 1.9)));
  }
} 
@media (min-width:768px){
.shapedividers_com-8354::before{
transform:scaleX(4);
transform-origin: 100% 100%;
animation: 10s infinite alternate shape-anim-1657-tablet linear;
background-size: 100% 90px;
background-position: 50% 100%;   
}  
}

@keyframes shape-anim-1657-tablet {
  100% {
    transform: scaleX(4) translateX(calc(100% - (100% / 4)));
  }
}  
@media (min-width:1025px){
.shapedividers_com-8354::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
transform:scaleX(4);
transform-origin: 100% 100%;
animation: 26s infinite alternate shape-anim-1657  linear;
background-size: 100% 80px;
background-position: 50% 100%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 -30 1000 130"><g fill="%23378ce7"><path d="M1001 20c-7-7-24-9-39-9s-30 4-44 7-29 5-44 4c-19-1-35-8-54-11-26-4-56 0-79 8s-43 17-65 26-47 16-75 16c-28 1-56-6-85-4a141 141 0 00-42 11c-12-5-24-9-39-11-25-2-50 5-76 4-25 0-48-8-67-16s-37-19-58-26-48-12-71-8c-17 3-31 10-49 11-13 1-27-1-39-4s-26-6-39-7-29 2-36 9v83h1001z"/><path d="M1001 11c-7-7-24-10-39-9s-30 4-44 7-29 5-44 4c-19-2-35-9-54-11-26-5-56 0-79 7s-43 18-65 26-47 17-75 17-56-6-85-4a141 141 0 00-42 11c-12-6-24-10-39-11-25-2-50 4-76 4-25 0-48-8-67-17s-37-18-58-26-48-12-71-7c-17 2-31 9-49 11-13 1-27-2-39-4S49 3 36 2 7 4 0 11v83l366-1h204l431 1z" opacity=".5"/></g></svg>'); 
}
}
@media (min-width:2100px){
.shapedividers_com-8354::before{
background-size: 100% calc(2vw + 44px);
}
}

@keyframes shape-anim-1657 {
  100% {
    transform: scaleX(4) translateX(calc(100% - (100% / 4)));
  }
}

   

  



/* ページ下部 固定メニュー */
.btmMenu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #0c3286; z-index: 99979; }
.btmMenu li { float: left; width: 50%; }
.btmMenu li:first-child a { border-right: 1px solid #0c3286; }
.btmMenu li a { display: block; height: 49px; text-align: center; font-size: 16px; padding: 10px 5px 5px; background-color: #fff; }
.btmMenu li a i{ font-size: 18px; margin-right: 10px; }
.btmMenu li a:hover { background-color: #0c3286; color: #fff; }
.btmMenu ul:after { content: ''; clear: both; display: block; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
h1 a:hover{	opacity: .6; }

.h1_wrap{ /* padding: 250px 0 150px 0; padding: 300px 0 240px; */ padding: 200px 0 240px; position: relative; }
.h1_wrap:before{ position: absolute; content: ""; display: block; width: 100%; height: 150%; top: -50%; background: rgba(0,0,0,0.3); }
.h1_wrap h1{ font-size: 6.5rem; text-align: center; color: #fff;  letter-spacing: 2px; position: relative; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1.3; }
.h1_wrap h1 span{ display: block; font-size: 2.5rem; margin-bottom: 30px; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }

.h1_wrap .h1{ font-size: 6.5rem; text-align: center; color: #fff;  letter-spacing: 2px; position: relative; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1.3; }
.h1_wrap .h1 span{ display: block; font-size: 2.5rem; margin-bottom: 30px; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }

.h1_gallery01{ padding: 100px 0 120px; }

.h1_price{ background: url(../price/images/h1.jpg) no-repeat; background-size: cover; }
.h1_results{ background: url(../results/images/h1.jpg) no-repeat; background-size: cover; }
.h1_results02{ background: url(/images/img_result_top01.jpg) no-repeat; background-size: cover; padding: 200px 0 240px; background-position-x: center;}
.h1_voice02{ background: url(../images/img_voice_top01.jpg) no-repeat; background-size: cover; padding: 200px 0 240px; background-position-x: center;}
.h1_gallery{ background: url(/info/wp-content/uploads/2025/02/h1_gallery01.jpg) no-repeat; background-size: cover; }
.h1_company{ background: url(../company/images/h1.jpg) no-repeat; background-size: cover; }
.h1_company02{ background: url(/images/top_img05.jpg) no-repeat; background-size: cover; padding: 200px 0 240px; background-position-x: center;}
.h1_faq{ background: url(../faq/images/h1.jpg) no-repeat; background-size: cover; }
.h1_privacy{ background: url(../privacy/images/h1.jpg) no-repeat; background-size: cover; }
.h1_first{ background: url(../first/images/h1.jpg) no-repeat; background-size: cover; }
.h1_first02{ background: url(/images/img_first_top01.jpg) no-repeat; background-size: cover; padding: 200px 0 240px; background-position-x: center;}
.h1_contact{ background: url(../contact/images/h1.jpg) no-repeat; background-size: cover; }
.h1_sitemap{ background: url(../sitemap/images/h1.jpg) no-repeat; background-size: cover; }

.h1_wrap.h1_column{ padding: 100px 0 120px; }


h2{ font-size: 3.5rem; color: #fff; background-color: #2982dd; letter-spacing: 1px; padding: 5px 30px; border-radius: 10px; margin-bottom: 40px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='80' preserveAspectRatio='none' viewBox='0 0 1440 80'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1004%26quot%3b)' fill='none'%3e%3crect width='1440' height='80' x='0' y='0' fill='rgba(27%2c 97%2c 167%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c24 C 72%2c30.4 216%2c59 360%2c56 C 504%2c53 576%2c8.8 720%2c9 C 864%2c9.2 936%2c58.8 1080%2c57 C 1224%2c55.2 1368%2c11.4 1440%2c0L1440 80L0 80z' fill='rgba(94%2c 161%2c 229%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c3 C 72%2c15 216%2c59.8 360%2c63 C 504%2c66.2 576%2c19.6 720%2c19 C 864%2c18.4 936%2c58.4 1080%2c60 C 1224%2c61.6 1368%2c33.6 1440%2c27L1440 80L0 80z' fill='rgba(41%2c 130%2c 221%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1004'%3e%3crect width='1440' height='80' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e"); }

h2 span{ font-size: 1.2rem; margin-right: 10px; letter-spacing: 2px; }

.top_news_tit h2,
.top_report_tit h2{ font-size: 3.5rem; color: #256ab5; padding: 0 0 10px 0; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; background: none; border-radius: 0; }

.top_results_tit h2{ font-size: 5rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; text-align: center; padding: 0; background: none; border-radius: 0;  }

.top_contents_tit h2{ font-size: 3rem; color: #000; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; padding: 0; background: none; border-radius: 0; }

h2.h2_news{ font-size: 3rem; background: #f5f5f5; color: inherit;}
h2.h2_news span{ font-size: 1.2rem; color: #999; vertical-align: middle; margin-right: 10px; }



h3{ font-size: 3rem; color: #256ab5; padding: 0 0 15px 0; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 40px; background: none; border-radius: 0; }

.results_sec h3{ position: relative; font-size: 2rem; padding: .5rem .5rem 1.5rem .5rem; margin-bottom: 20px; color: #333; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; border: 0 !important; }
.results_sec h3:after{ position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; content: ''; background-image: -webkit-repeating-linear-gradient(135deg, #1a5fa4, #1a5fa4 1px, transparent 2px, transparent 5px); background-image: repeating-linear-gradient(-45deg, #1a5fa4, #1a5fa4 1px, transparent 2px, transparent 5px); background-size: 7px 7px;  backface-visibility: hidden; }
.results_sec h3 span{ font-size: 1rem; color: #999; margin-right: 10px; letter-spacing: 1px; display: block; }



h4{ font-size: 2.8rem; color: #333; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; }

/* ----------------------------------------------------------
breadcrums
---------------------------------------------------------- */

.breadcrumbs{ background-color: #f5f5f5; padding: 5px 0; }
.breadcrumbs_list{ width: 1200px; margin: 0 auto; position: relative; z-index: 1; } 
.breadcrumbs_item{ display: inline-block; position: relative; color: #999; }
.breadcrumbs_item:before{ content: "/"; display: block; position: absolute; top: .4em; left: 6px; color: #999; font-size: 1.3rem; }
.breadcrumbs_item:first-child:before{ content: ""; }
.breadcrumbs_item a{ color: #999; font-size: 1.4rem; margin: 0 0 0 20px; }
.breadcrumbs_item:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_item a:hover{ opacity: 0.6; }


/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_first_wrapper{ padding-top: 100px; }
.top_img{position: relative; }

.top_img_campaign{ position: absolute; z-index: 5; right: 15px; bottom: -140px; text-align: center;}
.top_img_campaign img{width: 85%; height: auto;}
.top_img_tit{ position: absolute; z-index: 2; top: 45%; left: 50%; right: 0; margin: 0 auto; width: 100%; transform: translate(-50% , -50%);}
.top_img_tit01{ /* position: relative; min-height: 80vh; */ }
.top_img_img01{ position: absolute; top: 26%; left: 0; right: 0; width: 200px; height: 190px; margin: 0 auto; background-color: #fff; border-radius: 100%;  transform: translateY(-60%);}
.top_img_img01_inner{position: relative;}
.top_img_img01_inner img{width: 90%; height: auto; position: absolute; left: 50%; transform: translate(-50%, 0);}
.top_img_tit02{ position: absolute; top: 41%; left: 0; right: 0; width: 880px; margin: 0 auto; padding: 20px; border-radius: 60px; background-color: #fff; text-align: center; display: flex; justify-content: space-around; align-items: center; }
.top_img_ico01{ color: #fa874a; font-size: 4rem; }
.top_img_tit03{ font-size: 3.5rem; color: #0c3286; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }
.top_img_ico02{ color: #fa874a; font-size: 4rem; }
.top_img_tit04{ position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; z-index: 2; color: #fff; font-size: 6.5rem; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; text-align: center; text-shadow: 0px 0px 9px rgba(12, 50, 134, 1); }

.top_img_img02{ position: absolute; top: 30%; left: 0; right: 0; width: 1075px; height: 290px; margin: 0 auto; }
.top_img_img02 img{ width: 100%; height: auto; }


.swiper{ width: 100%; height: 100%; }
.swiper-slide{ background-position: center; background-size: cover; }
.swiper-slide img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.swiper{ margin-left: auto; margin-right: auto; }



.top_concept{ background: url("../images/bg_sea01.jpg") no-repeat; background-size: cover; padding: 60px 0; border-top: 3px solid #fff; }
.top_concept_sec{ margin: 0 auto; }
.top_concept_tit{ font-size: 4rem; color: #fff; letter-spacing: 2px; text-align: center; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; margin-bottom: 20px; }
.top_concept_txt{ font-size: 1.6rem; color: #fff; text-align: center; letter-spacing: 1px; line-height: 1.8; margin-bottom: 30px; }
.top_concept_btn{ width: 450px; margin: 0 auto; }
.top_concept_btn a{ display: flex; justify-content: center; font-size: 1.8rem; text-align: center; color: #256ab5; background-color: #fff; border: 2px solid #fff; border-radius: 10px; padding: 15px; font-family: source-han-sans-japanese, sans-serif; font-weight: 700; font-style: normal; }
.top_concept_btn a:hover{ background-color: #256ab5; color: #fff; }
.top_concept_btn img{width: 40px; height: auto; }


.top_suisou{ margin-bottom: 80px; }
.top_suisou_list{ display: flex; justify-content: space-around; }
.top_suisou_item{ flex-basis: 24.9%; border-right: 1px solid #fff; }
.top_suisou_item:last-child{ border-right: none; }
.top_suisou_item img{ width: 100%; height: auto; }


.top_info{ width: 1200px; margin: 0 auto 80px auto; display: flex; justify-content: space-between; }
.top_info01{ width: 1280px; margin: 0 auto 80px auto; display: flex; justify-content: space-between; }
.top_news,
.top_report{ flex-basis: 48%; font-family: source-han-sans-japanese, sans-serif; font-weight: 400; font-style: normal; line-height: 1; }
.top_info01 .top_news,
.top_info01 .top_report{ flex-basis: 32%; font-family: source-han-sans-japanese, sans-serif; font-weight: 400; font-style: normal; line-height: 1; }
.top_news_tit,
.top_report_tit{ /* font-size: 3.5rem; color: #256ab5; padding-bottom: 10px; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */ }
.top_news_list,
.top_report_list{  }
.top_news_item,
.top_report_item{ display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ccc; padding: 20px 5px; margin-bottom: 5px; }
.top_news_date01,
.top_report_date01{ flex-basis: 14%; font-size: 1.2rem; color: #256ab5; letter-spacing: 1px; margin-right: 5px; }
.top_news_tit01,
.top_report_tit01{ flex-basis: 86%; font-size: 1.6rem; }
.top_report_tit01 a{  }



.top_results{ background: url("../images/bg_results01.jpg") no-repeat; background-size: cover; padding: 60px 0; margin-bottom: 80px; background-attachment: fixed; }
.top_results_sec{ width: 1300px; margin: 0 auto; background-color: #fff; border-radius: 30px; padding: 60px; }
.top_results_tit{ /* font-size: 5rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; text-align: center; */ }
.top_results_list{ display: flex; justify-content: center; flex-wrap: wrap; }
.top_results_item{ flex-basis: 18%; margin: 0 1% 40px 1%; }
.top_results_tit01{ font-size: 2rem; color: #0c3286; letter-spacing: 1px; margin-bottom: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; padding: 0; position: relative; }
.top_results_tit01 span{ letter-spacing: -1px; }
.top_results_tit01 i{ color: #2982dd; font-size: 2.5rem; margin-right: 5px; }

.top_results_img01{ margin-bottom: 10px; }
.top_results_img01 img{ width: 100%; height: auto; }
.top_results_txt01{ font-size: 1.4rem; min-height: 130px; }
.top_results_btn01{}
.top_results_btn01{ display: block; color: #378ce7; font-size: 1.5rem; text-align: center; border: 1px solid #378ce7; padding: 5px; border-radius: 40px; }
.top_results_btn01:hover{ background-color: #378ce7; color: #fff;}




.top_contents{ width: 1200px; margin: 0 auto 80px auto; }
.top_contents_list{ display: flex; justify-content: space-between; }
.top_contents_item{ flex-basis: 23%; }
.top_contents_tit{ /* font-size: 3rem; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */ }
.top_contents_img{ margin-bottom: 20px; }
.top_contents_img img{ width: 100%; height: auto; }
.top_contents_txt{ font-size: 1.6rem; letter-spacing: 1px; line-height: 1.8; min-height: 120px; }

.top_contents_btn{}
.top_contents_btn a{ display: block; color: #378ce7; font-size: 1.5rem; text-align: center; border: 1px solid #378ce7; padding: 5px; border-radius: 40px; }
.top_contents_btn a:hover{ background-color: #378ce7; color: #fff;}




.footer_btn{ background-color: #005ab5; }
.footer_btn_list{ display: flex; }
.footer_btn_item{ position: relative; flex-basis: calc(100% / 2); border-right: 1px solid #fff; }
.footer_btn_item:last-child{ border-right: none }
.footer_btn01{ width: 75%; margin: auto; padding: 100px 0; position: relative; }
.footer_btn01{ display: block; background-color: rgba(255,255,255,0.8); border-radius: 15px; padding: 30px; border: 1px solid #fff; }
.footer_btn_tit{ font-size: 3rem; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; letter-spacing: 2px; margin-bottom: 10px; }
.footer_btn_txt{ font-size: 1.8rem; text-align: center; }





.footer_btn01{ z-index: 1; position: relative; padding: 60px 0; }
.footer_btn_sec { position: relative; overflow: hidden; text-align: center; padding: 60px 0; }
.footer_btn_touchpool .footer_btn_sec:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/btn_touchpool01.jpg") no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
}
.footer_btn_stand .footer_btn_sec:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/btn_stand01.jpg") no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
}
.footer_btn_shop .footer_btn_sec:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/btn_shop02.jpg") no-repeat center center;
    background-size: cover;
    transition: all .3s ease-out;
}

.footer_btn_sec:hover:after{ opacity: 1; transform: scale(1.2); }
.footer_btn_sec:before{ z-index: 1; content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(66,89,158,0); mix-blend-mode: multiply; }







.contents_txt{ margin-bottom: 60px; }
.contents_txt p{ font-size: 1.8rem !important; letter-spacing: 1px !important; line-height: 1.8 !important; }



.wrapper{ padding-top: 100px; }
.company_wrapper{ padding-top: 100px;}
.contents{ width: 1200px; margin: 0 auto; }

.contents_nav{ background-color: #eee; padding: 30px 0; margin-bottom: 100px; }
.contents_nav_list{ width: 1340px; margin: 0 auto; display: flex; justify-content: center; }
.contents_nav_item{ margin: 0 1%; }
.contents_nav_item a{ display: block; background-color: #666; color: #fff; font-size: 1.6rem; text-align: center; padding: 10px 15px; border-radius: 40px; border: 1px solid #666; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; letter-spacing: 1px; line-height: 1; }
.contents_nav_item a i{ margin-left: 5px; font-size: 1.2rem; }
.contents_nav_item a:hover{ background-color: #fff; color: #666; }


.faq_sec{ margin-bottom: 200px; margin-top: 60px; }
.privacy_sec{ margin-bottom: 200px; margin-top: 60px; }
.first_sec{ margin-bottom: 60px; }
.select_sec{ margin-bottom: 200px; }
.campaign_sec{ margin-bottom: 200px; }
.contact_sec{ margin-bottom: 200px; margin-top: 60px; }
.flow_sec{ margin-bottom: 100px; }
.newslist_sec{ margin-bottom: 200px !important; }
.voice_sec{ margin-bottom: 200px !important; }
.company_sec{ margin-bottom: 200px !important; }
.showroom_sec{ margin-bottom: 200px !important; }
.gallery_sec{ margin-bottom: 200px !important; font-family: dnp-shuei-mgothic-std, sans-serif !important; font-weight: 400; font-style: normal; }
.voice_sec{ margin-bottom: 200px !important ; }
.hospital_sec{ margin-bottom: 200px; margin-top: 60px; }
.voice_sec01{ margin-top: 60px; }
.newslist_sec{ margin-top: 60px !important; }
.gallery_sec{ margin-top: 60px !important; }
.price_sec{ margin-bottom: 100px; margin-top: 0px; }

.report_sec{ margin-bottom: 200px; }
.report_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.report_item{ flex-basis: 24%; margin-bottom: 30px; }
.report_item a:hover{ opacity: 0.6; }
.report_item_img{ margin-bottom: 10px; }
.report_item_img img{ width: 100%; height: 200px; object-fit: cover; }
.report_item_tit{ font-size: 1.6rem; }
.report_item_date01{ font-size: 1.2rem; color: #aaa; margin-right: 10px; }

.report_sec01{ display: flex; justify-content: space-between; align-items: flex-start; }
.report_sec01 .results_list{ flex-basis: 83%; }
.report_sec01 #sidebar{ flex-basis: 15%; }

.report_sec01 img{ width: 100%; /* height: 300px !important; */ object-fit: cover; object-position: center left; }
.report_sec01 .results_item{ flex-basis: 48% !important; margin-bottom: 30px !important; }

.sidebarSec{ margin-bottom: 30px; }
.sidebar_list{ display: block !important; margin-left: 0 !important; margin-bottom: 0 !important; }
.sidebar_list > li{ position: relative; border-bottom: 1px solid #fff; margin-bottom: 5px !important; padding: 0 0 5px 20px; width: 100% !important; }
.sidebar_list > li:after{ display: block; content: ""; position: absolute; top: .6em; left: 0; width: 5px; height: 5px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }

.prevnext{ margin: 100px 0; display: flex; justify-content: space-between; }
.prevnext a{ /* display: block; font-size: 1.4rem; text-align: center; background-color: #f5f5f5; padding: 5px 10px; border-radius: 40px; */ }
.prevnext a:hover{ }
.next{ flex-basis: 15%; }
.modoru{ flex-basis: 15%; }
.prev{ flex-basis: 15%; }

.next a{ position: relative; display: block; padding: 5px 15px 10px 30px; color: #fff; font-size: 1.4rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_right a:after{ content: ""; position: absolute; top: 40%; right: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); transition: all .3s;   }
.btntransform_right a:hover::after{ right: 10px; }


.prev a{ position: relative; display: block; padding: 5px 30px 10px 15px; color: #fff; font-size: 1.4rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_left a:after{ content: ""; position: absolute; top: 40%; left: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(225deg); transition: all .3s;   }
.btntransform_left a:hover::after{ left: 10px; }


.modoru a{ position: relative; overflow: hidden; display: block; border: 1px solid #333; background-color: #333; color: #fff; font-size: 1.4rem; padding: 5px 10px 10px 5px; border-radius: 25px; text-align: center; transition: ease .2s; }
.modoru a span{ position: relative; z-index: 3; color: #fff; }
.modoru a:hover span{ color: #fff; }
.modoru a:before{ content: ""; position: absolute; bottom: 0; left: 0; z-index: 2; background: #333; width: 100%; height: 0; transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
.modoru a:hover:before{ height: 100%; background-color: #999; }


.results_sec{ margin-bottom: 200px !important; margin-top: 60px; }
.results_list{}
.results_item{}
.results_item{}
.results_img{}

.results_sec01{ margin-bottom: 5px; position: relative; overflow: hidden; }
.results_sec01 img{ width: 100%; height: 300px; object-fit: cover; object-position: top left;}
.results_sec01 .caption{ width: 100%; height: 100%; opacity: 0; font-size: 3rem; color: #fff; top: 0; left: 0; position: absolute; text-align: center; transition: all 0.4s step-end; display: flex; align-items: center; }
.results_sec01:hover .caption{ opacity: 1; }
.results_sec01 .caption p{ font-size: 1.8rem; color: #fff; opacity: 0; margin: 0 auto; }
.results_sec01:hover .caption p{ opacity: 1; }
.results_sec01 .mask1,
.results_sec01 .mask2{ width: 100%; height: 100%; position: absolute; left: 0; background-color: rgba(12,50,134,0.6); transition: all 0.4s ease; }
.results_sec01 .mask1{ top: -100%; }
.results_sec01:hover .mask1{ top: 0; }
/*
.results_sec01 .mask2{ bottom: -50%; }
.results_sec01:hover .mask2{ bottom: 0; }
*/
.results_cat{ display: inline-block; }
.results_cat a{ display: block; color: #fff; background-color: #0c3286; font-size: 1.2rem; padding: 3px 10px; border-radius: 30px; letter-spacing: 1px; border: 1px solid #0c3286; }
.results_cat a:hover{ background-color: #fff; color: #0c3286; }

.results_btn{ width: 200px; margin: 0 auto; }
.results_btn a{ display: block; font-size: 1.6rem; text-align: center; color: #0c3286; border: 1px solid #0c3286; padding: 10px; border-radius: 40px; }
.results_btn a:hover{ background-color: #0c3286; color: #fff; }


.faq_sec li{ border-bottom: 1px solid #ccc; margin-bottom: 40px !important; }

.gallery_detail{ }
.gallery_detail p{ background-color: #edf4fa; padding: 10px; min-height: 220px; border-radius: 0 20px 0 20px; }
.gallery_btn{ margin-top: 10px; }
.gallery_btn a{ display: block; background-color: #0c3286; color: #fff; font-size: 1.6rem; text-align: center; border: 1px solid #0c3286; padding: 10px; border-radius: 30px; letter-spacing: 1px; line-height: 1; }
.gallery_btn a:hover{ background-color: #fff; color: #0c3286; }

/* 解説ボタン */
.gallery_detail .hidden-view{
    display: none;
}
.gallery_detail .button::before{
    content: "解説を見る";
}
.gallery_detail input[type="checkbox"]{
    display: none;
}
.gallery_detail input[type="checkbox"]:checked ~ .hidden-view{
    display: block;
}
.gallery_detail input[type="checkbox"]:checked ~ .button::before{
    content: "閉じる";
}
/* ここまでは実装に必須CSS */

/* ここからはお好みで */
.gallery_detail .button{
	font-size: 12px;
	padding: 5px 0;
    text-align: center;
    background: #2982DD;
    border: 1px solid #2982DD;
	color: #fff;
    cursor: pointer;
    display: block;
    transition: .3s all ease;
	margin-top: 8px;
}
.gallery_detail .button:hover{
    background: #fff;
    color: #2982DD;
}


.sitemap_sec{ margin-top: 60px; margin-bottom: 200px; }
.sitemap_list{}
.sitemap_item{ position: relative; padding: 0 0 0 20px; margin-bottom: 20px; }
.sitemap_item:after{ position: absolute; display: block; content: ""; top: 10px; left: 0; width: 6px; height: 6px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }
.sitemap_item a{ font-size: 1.8rem; font-weight: 700; }
.sitemap_item i{ margin-left: 10px; font-size: 1.4rem; }
.sitemap_item > ul{ margin: 10px 0 10px 20px; }
.sitemap_item > ul > li{ position: relative; margin-bottom: 10px; }
.sitemap_item > ul > li > a{ font-size: 1.6rem; font-weight: 400; padding: 0 0 0 20px; }
.sitemap_item > ul li:after{ display: block; content: ""; position: absolute; top: 14px; left: 0; width: 8px; height: 1px; background-color: #666; }
.sitemap_item > ul > li > ul{ margin: 10px 0 10px 40px; }
.sitemap_item > ul > li > ul > li{ list-style-type: circle; }
.sitemap_item > ul > li > ul > li a{ font-size: 1.6rem; font-weight: 400; }

.company_map{ position: relative; width: 100%; height: 0; padding-top: 56.25%; }
.company_map iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.flowSecTxt01 p a{ color: #0c3286; font-weight: 700; text-decoration: underline; }
.flowSecTxt01 p a:hover{ color: #0c3286; font-weight: 700; text-decoration: none; }


.price_sec{}
.price_plan_item{margin-bottom: 100px;}
.course_sec{ margin-bottom: 60px; }
.cource_list{ display: flex; justify-content: space-between; }
.cource_item{ flex-basis: 48%; border: 5px solid; background-color: #eee; padding: 40px 30px; border-radius: 30px; }
.cource_rental{ border-color: #fa874a; }
.cource_purchase{ border-color: #17aca3; }
.cource_tit{ font-size: 2.5rem; color: #fff; padding: 16px 0 10px; text-align: center; border-radius: 40px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; letter-spacing: 1px; }
.cource_rental .cource_tit{ background-color: #fa874a; }
.cource_purchase .cource_tit{ background-color: #17aca3; }
.cource_txt{ margin-bottom: 0; }


.suisou_size_price{margin: 0 30px 20px 30px; background-color: #fff; padding: 15px; font-size: 2rem; border-radius: 6px;}
.suisou_size_price ul{display: flex; flex-direction: column; row-gap: 10px;}
.price_detail_sec h4{color: #256ab5;}

.price_sec .contents_txt{margin-bottom: 30px;}


.price_detail{display: flex; flex-direction: column; row-gap: 40px; margin-bottom: 60px;}
.price_detail_table{width: 100%; font-size: 2rem; margin-bottom: 30px;}
.price_detail_table tr{background-color: #e3eef9;}
.price_detail_table tr:nth-child(2n){background-color: #dfe9f2;}
.price_detail_table th{ width: 25%; }
.price_detail_table th::after{content: "：";}
.price_detail_table th,
.price_detail_table td{ padding: 8px 10px; text-align: left;}
.price_detail_table span{margin-right: 50px;}
.price_detail_table a{text-decoration: underline;}

.price_size_table{width: 100%;}
.price_size_table th{width: 25%; background-color: #f5f5f5;}
.price_size_table th,
.price_size_table td{text-align: center; border: 1px solid #ccc; padding: 10px 0;}
.price_size_table td{ font-size: 2rem; background-color: #fff;}
.price_size_caution01{margin-bottom: 20px;}
.price_size_caution02{font-size: 2rem; margin-bottom: 20px;}
.price_size_caution03{font-size: 1.5rem;}

.prise_simple_caution{margin-bottom: 30px; font-size: 1.8rem;}

.price_plan_topic{font-size: 3rem; font-weight: 600; margin-bottom: 20px;}
.price_plan_topic span{color: #CF9720;}
.price_plan_emphasize{background-color: #F5F4BA; border-radius: 6px; padding: 10px 15px; margin-bottom: 30px; font-size: 2.8rem; display: inline-block;}
.price_plan_emphasize .emphasize_head{color: #fff; background-color: #D67E00; padding: 10px; font-size: 2.5rem; border-radius: 6px; margin-right: 20px; vertical-align: 9px;}
.emphasize_price{font-family: bebas-neue-pro-semiexpanded, sans-serif; font-weight: 700; font-style: normal; font-size: 5.2rem;}

.price_detail_item{background-color: #EEF8FF; color: #1B61A7; font-size: 2.5rem; padding: 10px 20px; position: relative; margin-bottom: 20px;}
.price_detail_head{font-size: 2.5rem; color: #1B61A7; font-weight: 600;}
.price_detail_btn{position: absolute; right: 20px; top: 10px; cursor: pointer;}
.price_detail_btn p{text-align: center; width: 135px; color: #fff; background-color: #104B85; padding: 6px 15px; position: relative; border-radius: 6px; font-size: 1.3rem;}
.price_detail_btn p span::after{content: "";  position: absolute; border-right: 5px solid transparent; border-top: 8px solid #fff; border-left: 5px solid transparent; right: 10px; top: 50%; transform: translate(0 , -50%);}
.price_detail_item input{display: none;}
.price_detail_table_sec{overflow: hidden; max-height: 0; transition: .5s;}
.price_detail_check:checked ~.price_detail_table_sec{max-height: max-content; opacity: 1; transition: .5s; margin-top: 20px;}

.price_detail_check:checked ~ .price_detail_btn p span::after{transform: translate(0, -50%) rotate(180deg);}

.price_compare_table p{font-size: 1.8rem;}
.price_compare_table table{width: 100%; margin-bottom: 50px;}
.price_compare_table th,
.price_compare_table td{padding: 18px 0; width: 250px; font-size: 1.6rem; text-align: center; border: 1px solid #ccc; position: relative;}
.price_compare_table thead th{background-color: #0C3286; color: #fff;}

.price_compare_table th{background-color: #e9e9e9;}
.price_compare_table td{background-color: #fff;}

.price_compare_table span{z-index: 1; font-size: 2rem; font-weight: 600; color: #0C3286;}
.price_compare_table .circle_double span::before{
	content: "";
	position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #0C3286;
    border-radius: 50%;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50% , -50%);}

.price_compare_table .circle_double span::after{
	content: "";
    width: 35px;
    height: 35px;
    border: 3px solid #0C3286;
    border-radius: 50%;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50% , -50%);
    position: absolute;
}

.price_compare_table .circle span::after{
	content: "";
    width: 35px;
    height: 35px;
    border: 3px solid #0C3286;
    border-radius: 50%;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50% , -50%);
    position: absolute;
}

.price_compare_table .triangle span::after{
	content: "";
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 37px solid #0C3286;
	position: absolute;
    top: 50%;
    left: 50%;
    right: initial;
    transform: translate(-50%, -50%);
}

.price_compare_table .triangle span::before{
	content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    right: initial;
	z-index: 1;
    transform: translate(-50%, -45%) scale(1.2);
}

.price_compare_table .symbol_opacity span::before,
.price_compare_table .symbol_opacity span::after{opacity: 0.8; z-index: -2; }
.symbol_opacity .circle span::after,
.symbol_opacity .circle_double span::after,
.symbol_opacity .circle_double span::before{border: 3px solid #a6a6a6;}
.price_compare_table .symbol_opacity .triangle span::after{ border-left: 22px solid transparent; border-right: 22px solid transparent; border-bottom: 37px solid #a6a6a6;}
.price_compare_table .symbol_opacity .triangle span::before{opacity: 1; z-index: -1;}

.price_compare_table .vatu span::before{content: "✕"; color: #0C3286; font-size: 4rem; font-weight: 700; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}


.price_compare_sec{background-color: #f5f5f5; width: 100%; text-align: center; padding: 30px; margin-bottom: 80px;}
.price_compare_head{font-size: 3.5rem; font-weight: 600; margin-bottom: 20px;}
.price_compare_head span{color: #448FDA;}
.price_compare_sec p{font-size: 2.3rem; margin-bottom: 20px;}
.price_compare_sec p span{color: #FA874A;}

.price_compare_btn,
.price_fish_btn{width: 520px; text-align: center; margin: 0 auto; position: relative; z-index: 99;}
.price_compare_btn a,
.price_fish_btn a{color: #fff; display: block; background-color: #FA874A; border-radius: 6px; border: 1px solid #FA874A; font-size: 2.3rem; padding: 15px 0; transition: .5s;}
.price_compare_btn a:hover,
.price_fish_btn a:hover{background-color: #fff; color: #FA874A; transition: .5s;}

.price_fish{margin-bottom: 80px;}

.price_plan_item h3{position: relative; padding: 0 0 15px 50px;}
.price_plan_item h3 i{position: absolute; font-size: 4rem; top: 30%; left: 0; transform: translate(0 , -50%);}










.suisou_special_img ul{display: flex; gap: 20px; flex-wrap: wrap;}
.suisou_special_img .suisou_img_item{flex-basis: calc((100% - 60px)/4);}
.suisou_special_img img{width: 100%; height: auto;}
.suisou_special_btn{text-align: center; width: 400px; margin: 0 auto;}
.suisou_special_btn a{font-size: 1.8rem; display: block; color: #fff; background-color: #fa874a; padding: 8px; border: 2px solid #fa874a; border-radius: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; transition: .5s;}
.suisou_special_btn a:hover{background-color: #fff; color: #fa874a; transition: .5s;}

.aquarium_sec{}
.aquarium_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_item{ flex-basis: 46%; background-color: #f5f5f5; padding: 40px; border-radius: 15px; margin-bottom: 60px;  }
.aquarium_img{ margin-bottom: 20px; }
.aquarium_img img{ width: 100%; height: auto; }
.aquarium_size{ width: 230px; margin: 0 auto 20px auto; text-align: center; font-size: 2.5rem; color: #fff; background-color: #2982dd; padding: 10px; border-radius: 60px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; line-height: 1; }
.aquarium_detail{ width: 60%; margin: 0 auto 20px auto; }
.aquarium_detail_list{ display: flex; flex-wrap: wrap; justify-content: center; }
.aquarium_detail_item{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; text-align: center; line-height: 1.4; margin: 0 5px; }
.aquarium_price{}
.aquarium_price_list{ display: flex; justify-content: space-between; }
.aquarium_price_item{ flex-basis: 46%; border: 3px solid; }
.aquarium_price_tit01{ color: #fff; font-size: 1.7rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01{  background-color: #fff; font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01 span{ text-align: center; font-size: 3.2rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; margin-right: 10px; }
.cource_rental .aquarium_price_tit01{ background-color: #fa874a; }
.aquarium_price_item.cource_rental{ border-color: #fa874a; }
.cource_purchase .aquarium_price_tit01{ background-color: #17aca3; }
.aquarium_price_item.cource_purchase{ border-color: #17aca3; }




.aquarium_size{}
.aquarium_img01{}
.aquarium_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_img_item{ flex-basis: 48%; margin-bottom: 30px; }
.aquarium_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; }
.aquarium_img_item img{ width: 100%; height: auto; }
.aquarium_att{ }
.aquarium_att a{ display: block; background-color: #ce541f; color: #fff; text-align: center; font-size: 2rem; letter-spacing: 1px; padding: 10px; border-radius: 10px; border: 2px solid #ce541f; }
.aquarium_att a:hover{ background-color: #fff; color: #ce541f; }

.aquarium_txt{}
.aquarium_txt_list{ margin-left: 2rem; }
.aquarium_txt_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1; margin-bottom: 15px; letter-spacing: 1px; }
.aquarium_txt_item:before{ content: "※"; margin-left: -1em; }

.aquarium_txt_item ul{ margin-top: 10px; margin-left: 60px; }
.aquarium_txt_item ul li{ list-style-type: disc; font-size: 1.6rem; margin-bottom: 8px; }



.plan_sec{ margin-bottom: 100px; }
.plan_txt{}
.plan_att{}
.plan_att_list{ margin-left: 2rem; }
.plan_att_item{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3; margin-bottom: 15px; letter-spacing: 1px; }
.plan_att_item:before{ content: "※"; margin-left: -1em; }
.plan_att_item ul{ margin: 10px 0 0 40px; }
.plan_att_item ul > li{ list-style-type: disc; font-size: 1.8rem; margin-bottom: 10px; }

.size_sec{ margin-bottom: 100px; }
.size_img{}

.maintenance_sec h3 br{ display: none; }

.afterservice_sec{ margin-bottom: 100px; }
.afterservice_txt{}
.afterservice_list{ display: flex; justify-content: space-between; }
.afterservice_item{ flex-basis: 31%; }
.afterservice_tit01{ font-size: 2.3rem; color: #2982dd; text-align: center; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; letter-spacing: 1px; text-align: center; margin-bottom: 20px; }
.afterservice_img01{ margin-bottom: 20px; }
.afterservice_img01 img{ width: 100%; height: auto; }
.afterservice_txt01{ font-size: 1.5rem; line-height: 1.8; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; }

.area_sec{ margin-bottom: 200px; }
.area_list{ display: flex; justify-content: space-between; }
.area_item{}
.area_list01{ flex-basis: 45%; }
.area_sec01{ margin-bottom: 30px; }
.area_sec01_list{ line-height: 1.2; margin-bottom: 30px; }
.area_sec01_item{ display: inline; font-size: 1.5rem; line-height: 1; }
.area_sec01_item:not(:nth-child(1)):before{ content: "、"; }
.area_pref{ width: 160px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 40px; }
.area_img{ flex-basis: 55%; }
.area_img img{ width: 100%; height: auto; }


.price_point{ width: 1050px; margin: 0 auto 30px; }
.price_point_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.price_point_item{ flex-basis: 25%; text-align: center; margin-bottom: 20px; }

.price_table{ margin-bottom: 80px; }
.price_table table{ width: 100%; border-collapse: collapse; background-color: #eee; }
.price_table table th{ width: 20%; padding: 15px; font-size: 2.8rem; color: #fff; border: 1px solid #fff; }
.price_table table th br{ display: none; }
.price_table table th.th01{ width: 40%; background-color: #3885d2; }
.price_table table th.th02{ width: 40%; background-color: #1b61a7; text-align: center; }
.price_table table th.th03{ width: 20%; background-color: #0c3286; text-align: left; font-size: 2.2rem; }
.price_table table th.noth{ background-color: #eee; }
.price_table table td{ font-size: 2.3rem; text-align: center; padding: 15px; border: 1px solid #ccc; font-weight: 600; letter-spacing: 2px; }
.price_table table td span{ display: block; font-size: 1.6rem; font-weight: 400; }
.price_table table td.td01{ background-color: #e3eef9; }
.price_table table td.td02{ background-color: #dfe9f2; }

.td01_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td01_item{ flex-basis: 46%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td01_tit01{ color: #fff; font-size: 2.1rem; text-align: center; background-color: #3885d2; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td01_txt01{ font-size: 2.2rem; text-align: center; }

.td01_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.td01_item_last .td01_tit01{ flex-basis: 45%; padding: 8px; margin-right: 10px; margin-bottom: 0 !important; }
.td01_item_last .td01_txt01{ flex-basis: 53%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.td02_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td02_item{ flex-basis: 46%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td02_tit01{ color: #fff; font-size: 2.1rem; text-align: center; background-color: #1b5fa4; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td02_txt01{ font-size: 2.2rem; text-align: center; }

.td02_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.td02_item_last .td02_tit01{ flex-basis: 45%; padding: 8px; margin-right: 10px; margin-bottom: 0 !important; }
.td02_item_last .td02_txt01{ flex-basis: 53%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.price_info{ margin-bottom: 100px; }
.price_info_list{ display: flex; justify-content: space-between; }
.price_info_item{ flex-basis: 46%; }
.price_info_item a:hover{ opacity: .6; }
.price_info_sec{}
.price_info_tit{ color: #fff; font-size: 1.9rem; background-color: #4b84bd; text-align: center; padding: 15px; border-radius: 10px 10px 0 0; }
.price_info_sec01{ background-color: #eee; padding: 20px; border-radius: 0 0 10px 10px; }
.price_info_num{ display: flex; }
.price_info_num01{ display: flex; align-items: center; font-size: 5rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: 1px; }
.price_info_num01 i{  flex-basis: 40px; width: 40px; height: 40px; background-color: #0c3286; border-radius: 100%; text-align: center; margin-right: 7px; line-height: 37px; color: #fff; font-size: 2rem; }
.price_info_info01{ font-size: 1.5rem; }

.price_info_btn{ margin-top: 10px; }
.price_info_btn a{ display: block; font-size: 2.3rem; color: #fff; text-align: center; background-color: #fa874a; border: 2px solid #fa874a; padding: 12px; border-radius: 10px; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; }
.price_info_btn a i{ margin-right: 10px; }
.price_info_btn a:hover{ color: #fa874a; background-color: #fff; opacity: 1; }

.suisou_size_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 60px; row-gap: 40px;}
.suisou_size_item{ flex-basis: 48%; background-color: #f5f5f5; border-radius: 10px; padding: 20px 0; }
.suisou_size_tit{ width: 65%; font-size: 3rem; background-color: #2982dd; color: #fff; padding: 8px 20px 5px 20px; border-radius: 0 10px 10px 0; letter-spacing: 2px; margin-bottom: 20px; line-height: 1; }
.suisou_size_tit i{ margin-right: 20px; vertical-align: middle; }
.suisou_size_img{ text-align: center; margin-bottom: 20px; }
.suisou_size_img img{ border-radius: 10px; }
.suisou_size_spec{ margin: 0 30px 20px 30px; }
.suisou_size_spec > ul{ display: flex; flex-wrap: wrap; }
.suisou_size_spec > ul > li{ position: relative; font-size: 1.8rem; padding-left: 18px; margin-right: 10px; margin-bottom: 8px; line-height: 1; letter-spacing: 1px; }
.suisou_size_spec > ul > li:before{ display: block; position: absolute; content: ""; width: 15px; height: 15px; border-radius: 50%; background-color: #2982dd; top: 0; left: 0; }

.suisou_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 90%; margin: 0 auto; }
.suisou_img_item{ flex-basis: 48%; margin-bottom: 30px; }
.suisou_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; text-align: left; }
.suisoum_img_item img{ width: 100%; height: auto; }
.suisou_size_att{ width: 90%; margin: 0 auto; display: flex; align-items: center; background-color: #c81111; padding: 10px 20px; border-radius: 5px; }
.suisou_size_att i{ color: #fff; font-size: 4rem; margin-right: 20px; }
.suisou_size_att p{ color: #fff; font-size: 2rem; }
.suisou_size_img_special{ margin-bottom: 0; }

.suisou_maintenance_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; row-gap: 35px;}
.suisou_maintenance_item{ flex-basis: 23%; margin: 0 1% 40px 1%; }

.suisou_maintenance_item .maintenanceSecImg01{}
.suisou_maintenance_item .maintenanceSecImg01 img{ border-radius: 10px !important; }
.suisou_maintenance_item .maintenanceSecTit{ width: 100% !important; margin: 0 !important; padding: 0 !important; font-size: 1.7rem !important; }


.suisou_notes{}
.suisou_notes_list{ margin-left: 2rem; margin-bottom: 100px; }
.suisou_notes_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3 !important; margin-bottom: 10px !important; letter-spacing: 1px; }
.suisou_notes_item:before{ content: "※"; margin-left: -1em; }

.suisou_notes_item ul{ margin-top: 10px; margin-left: 60px; }
.suisou_notes_item ul li{ list-style-type: disc; font-size: 1.6rem; margin-bottom: 8px; }



.servicearea_sec{ margin-bottom: 80px; }
.servicearea_list{ display: flex; justify-content: space-between; }
.servicearea_item{ }
.servicearea_list01{ flex-basis: 42%; }
.servicearea_list01 p{ margin-bottom: 30px; }
.servicearea_sec01{ margin-bottom: 30px; }
.servicearea_pref_list{ width: 75%; line-height: 1.2; margin-bottom: 30px; }
.servicearea_pref_item{ display: inline-block; font-size: 1.8rem; line-height: 1.2; margin-bottom: 5px; font-weight: 600; }
.servicearea_pref_item:not(:last-child):after{ content: "、"; }
.servicearea_pref{ width: 130px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 5px; }
.servicearea_img{ flex-basis: 53%; }
.servicearea_img img{ width: 100%; height: auto; }

.servicearea_sec01_pref{ display: flex; flex-wrap: wrap; }
.servicearea_sec01_pref div{ margin-right: 20px; margin-bottom: 20px; }


.companySec{ font-family: source-han-sans-japanese, sans-serif; font-weight: 400; font-style: normal; }

.company_info_sec{}
.company_info_sec01{ display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px; }
.company_info_tit{ font-size: 20px; flex-basis: 65%; }
.company_info_btn{ flex-basis: 30%; }
.company_info_btn a{ display: block; color: #378ce7; font-size: 1.5rem; text-align: center; border: 1px solid #378ce7; padding: 5px; border-radius: 40px; }
.company_info_btn a i{ margin-left: 10px; }
.company_info_btn a:hover{ background-color: #378ce7; color: #fff;}


/* スタッフ紹介 */
.staff_sec{}
.staff_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.staff_list:after{ content: ""; display: block; width: 32%; }
.staff_item{ flex-basis: 32%; margin-bottom: 40px; }
.staff_name{ background-color: #eee; font-size: 2.8rem; color: #1b61a7; text-align: center; padding: 5px; border-radius: 10px; margin-bottom: 10px; font-weight: bold; }
.staff_img{ text-align: center; margin-bottom: 5px; }
.staff_img img{ width: 100%; height: auto; }
.staff_item dl{ display: flex; flex-wrap: wrap; }
.staff_item dt{ flex-basis: 28%; font-size: 1.4rem; padding: 10px; border-bottom: 1px solid #ccc; color: #1b61a7; font-weight: bold; }
.staff_item dd{ flex-basis: 72%; font-size: 1.4rem; padding: 10px; border-bottom: 1px solid #ccc; }




.contents:after {
	content: "";
	display: block;
	clear: both;
}
/************** トップページ **************/
.topSec {
	position: relative;
	margin-bottom: 20px;
}
.topSec .topSecImg01 {
	width: 100%;
	min-height: 690px;
}
.topSec .topSecImg02 {
	position: absolute;
    width: 200px;
    left: 0;
    right: 0;
	margin: -100px auto;
	z-index: 1;
}
.topSecTit01{
	z-index: 2;
}
.topSec {
	text-align: center;
	/* margin-bottom: 140px; */
}
.topSec .topSecTit {
	color: #0c3286;
	margin: 0 auto 20px;
    /* background: url(../images/bg_top03.png) no-repeat left top, url(../images/bg_top04.png) no-repeat right top; */
    padding-top: 35px;
}

.topSec .topSecTit02 {
	color: #0c3286;
	margin: 0 auto 20px;
    background: url(../images/bg_top03.png) no-repeat left top, url(../images/bg_top04.png) no-repeat right top;
    padding-top: 35px;
}

.topBtn02 a:hover {
	opacity: .6;
}

.topSec .topSecImg03 a {
	display: block;
}
.topSec .topSecImg03 a:hover {
	opacity: .6;
}
.topBtn01 a:hover {
	opacity: .6;
}
.topContentsSec li a {
	display: block;
	overflow: hidden;
}
.topContentsSec li a:hover {
	opacity: .6;
}
.topContentsSec li .topContentsSecTxt .topContentsSecTit {
	font-size: 23px;
	color:#0c3286;
	font-weight: bold;
}
.topContentsSec li .topContentsSecTxt .topContentsSecTit:before {
	content: url(../images/ico_top01.png);
	margin-right: 10px;
	vertical-align: -2px;
}
.topContentsSec li .topContentsSecTxt .topContentsSecTxt01 {
	font-size: 16px;
	line-height: 1.8;
}
.topResultsSec {
	margin-bottom: 40px;
    overflow: hidden;
}
.topResultsSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.topResultsSec li .topResultsSecImg {
	margin-bottom: 10px;
}
.topResultsSec li .topResultsSecTit:before {
	content: url(../images/ico_top01.png);
	margin-right: 10px;
	vertical-align: -1px;
}
.topResultsSec li .topResultsSecTit {
	color: #0c3286;
	font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
	letter-spacing: 2px;
}
.topResultsSec li .topResultsSecTxt {
	font-size: 14px;
    margin-bottom: 20px;
	min-height: 95px;
}
.topResultsSec li .topResultsSecBtn {
	text-align: center;
}
.topResultsSec li .topResultsSecBtn a {
	text-align: center;
    color: #378ce7;
    padding: 5px 0;
    border: 1px solid #378ce7;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
}
.topResultsSec li .topResultsSecBtn a:hover {
	color: #fff;
	background-color: #378ce7;
}
.topBtn li a:hover {
	opacity: .6;
}

#instaFeed{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
#instaFeed div{ flex-basis: 32%; margin-bottom: 20px; }
#instaFeed div img,
#instaFeed div video{ width: 100%; height: auto; }


/************** plan紹介 / plan **************/
.planSec a {
	font-weight: bold;
	color: #0c3286;
}
.planSec a:hover {
	opacity: .6;
}
.planSec01Tit {
	text-align: center;
}
.planSec table {
	width: 100%;
	font-size: 16px;
	margin-bottom: 60px;
}
.planSec table tbody tr th,
.planSec table tbody tr td {
	padding: 10px 0;
	border: 1px solid #ccc;
}
.planSec table tbody tr th {
	background-color: #f5f5f5;
}
.planSec table tbody tr td {
	text-align: center;
}
/*.planSec table tbody tr td span {
	display: block;
	color: #f60;
}*/
.planSec ol {
	margin-bottom: 70px;
}
.planSec ol:last-child {
	margin-bottom: 0;
}
.planSec li {
	font-size: 16px;
	margin-bottom: 5px;
	list-style-position: inside;
}
.planSec li:before {
	content: "その" counter(cnt) "";
	margin-right: 10px;
}
.planSec ol:after {
	clear: both;
	display: block;
	content: "";
}
.planSec li {
	counter-increment: cnt;
    float: left;
    text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #0c3285;
}
.planSec li:last-child {
	margin-right: 0;
}
.planSec li img {
	display: block;
}
.planSec .planSec03 .planSec03Ico .planSec03Ico01:last-child {
	margin-right: 0;
}
.planSec .planSec03 .planSec03Ico .planSec03Ico01 img {
	max-width: 150px;
}
.planSec .priceSecTxt02 {
	margin-bottom: 45px;
}
.planSec .planSec01 .priceSecTit:before {
	content: '●';
	color: #69f;
	margin-right: 10px;
}
.planSec .planSec01 .priceSecTit {
	font-weight: bold;
	margin-bottom: 10px;
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt02 {
	margin-bottom: 30px;
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt03 {
	font-weight: bold;
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt03 span {
	color: #f60;
}
/************** 病院・老人ホーム設置実績 / hospital **************/
.hospitalSec table{ width: 80%; margin: 0 auto; }
.hospitalSec table tbody tr th, .hospitalSec table tbody tr td {
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 16px;
}
.hospitalSec table tbody tr th{ width: 15% !important; background-color: #f5f5f5; text-align: left; }
.hospitalSec table tbody tr td i{ margin-left: 10px; }
.hospitalSec .hospitalSecTit01:before {
	content: url(../images/ico_top01.png);
	margin-right: 10px;
}
.hospitalSec .hospitalSecTit01 {
	color: #0c3286;
	margin-bottom: 15px;
	font-weight: bold;
}
.hospitalSec .hospitalSecTxt01 {
	margin-bottom: 20px;
}
.hospitalSec li .hospitalSecImg {
	margin-bottom: 15px;
}
.hospitalSec li .hospitalSecTit02 {
	font-weight: bold;
}
/************** 設置実績/ホテル / results/hotel **************/
.resultsSec ul li .resultsSecImg {
    margin-bottom: 10px;
}
/************** 料金表 / price **************/
.priceSec table {
	text-align: center;
}
.priceSec table tbody tr th {
	background-color: #f5f5f5;
}
.priceSec .priceSecTxt04 {
	font-weight: bold;
	margin-bottom: 20px;
}
.priceSec .priceSecTxt04 p span {
	color: #f60;
}
.priceSec table tbody tr th, .priceSec table tbody tr td {
	border: 1px solid #ccc;
}
.priceSec .priceSecTxt03 li:before {
	content: '※';
}
.planSecTxt li {
	margin-bottom: 15px;
}
.planSecTxt li:last-child {
	margin-bottom: 0;
}
.planSecTxt li .planSecTit01 {
	font-weight: bold;
	font-size: 18px;
}
.planSecTxt li .planSecTxt01 span,
.planSecTxt li .planSecTxt01 a,
.planSecTxt03 span a {
	font-weight: bold;
}
/************** メンテンナンス / maintenance **************/
.maintenanceSec li .maintenanceSecImg01 {
	margin-bottom: 15px;
}
.maintenanceSec li .maintenanceSecTit {
	text-align: center;
	color: #0c3286;
	font-weight: bold;
	margin: auto;
}
/************** 導入までの流れ / flow **************/
.flowSec li {
	position: relative;
    display: table;
	width: 100%;
}
.flowSec li:last-child {
	margin-bottom: 0;
}
.flowSec li:after {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
	margin: auto;
}
.flowSec li .flowSecTxt {
    display: table-cell;
    vertical-align: middle;
}
.flowSec li .flowSecTit {
	font-weight: bold;
	color: #0c3286;
}
.flowSec li .flowSecTxt .flowSecTel {
	font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal;
	letter-spacing: 1px;
}
.flowSec li .flowSecTxt .flowSecTel span {
	color: #0c3286;
	font-family: "tbchibirgothicplusk-pro",sans-serif;
	font-style: normal;
	margin-right: 5px;
}
.flowSec li .flowSecTxt .flowSecTxt02 {
	font-size: 14px;
}
.flowSec li .flowSecTxt li {
	background: none;
    height: auto;
    margin-bottom: 0;
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
}
.flowSec li:last-child:after, .flowSec li .flowSecTxt li:after {
	content: '';
}
/************** よくある質問 / faq **************/
.faqSec li .faqSecQ:before {
	content: '';
	background: url(../faq/images/ico_faq01.png);
}
.faqSec li .faqSecA:before {
	content: '';
	background: url(../faq/images/ico_faq02.png);
}
.faqSec li .faqSecQ {
	color: #0c3286;
}
.faqSec li .faqSecQ:before, .faqSec li .faqSecA:before {
	position: absolute;
	left: 0;
}
.faqSec li .faqSecQ, .faqSec li .faqSecA {
	position: relative;
}
.faqSec li .faqSecQ {
	font-weight: bold;
}
/************** サービスエリア / area **************/

/************** 会社概要 / company **************/
.companySec .companySecImg li img{}
.companySec li {
	position: relative;
}
.companySecRinen li:before {
	content: '\f111';
	position: absolute;
	font-family: "Font Awesome 5 Free";
	display: block;
}

.company_ollist{}
.company_ollist ol{ margin-left: 30px; }
.company_ollist ol li{ list-style-type: decimal; }
.company_ollist ol li:before{ display: none; }

.companySec table {
	width: 100%;
}
.companySec table tbody tr th, .companySec table tbody tr td {
	border: 1px solid #ccc;
}
.companySec table tbody tr th {
	background-color: #f5f5f5;
}
.companySec table tbody tr td.td01 a {
	color: #1d3994;
	font-weight: bold;
	letter-spacing: 2px;
}
.companySec table tbody tr td.td01 a:hover {
	text-decoration: underline;
}
.companySec table tbody tr td li:before {
	content: '';
}
/************** 個人情報保護方針 / privacy **************/
.privacySec .privacySecTxt li {
	list-style-type: decimal;
	list-style-position: inside;
}
/************** お問合せ / contact **************/
.contactSec .contactSecTxt p {
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 1.8;
}
.contactSec .contactSecTxt p span {
	border-radius: 5px;
    padding: 5px 10px;
	margin: 0 5px;
    border: solid 1px #CCC;
    background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    text-shadow: 0px 2px 0px #FFF;
    font-size: 18px;
}
.contactSec .contactSecTxt p a {
	color: #0c3286;
    font-weight: bold;
    letter-spacing: 3px;
    border-bottom: 3px double #9bc5f3;
}
/************** キャンペーン / campaign **************/
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit strong {
	color: #f60;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit .campaignSecTxt02 {
	font-weight: bold;
}
.campaignSec ol li:before {
	content: "(" counter(cnt) ") ";
}
.campaignSec ol li {
	list-style-position:inside;
	counter-increment: cnt;
}
.campaignSec03 li a {
	font-weight: bold;
	color: #0c3286;
	text-decoration: underline;
}
.campaignSec03 li a:hover {
	text-decoration: none;
}

.contact_thanks{padding: 40px 40px 60px;}
.contact_thanks_txt{font-size: 1.8rem;}
/************** 熱帯魚図鑑 / gallery **************/
.gallerySec .gallerySecList {
	width: 100%;
}
.gallerySec .gallerySecList01 ul {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.gallerySec .gallerySecList01 ul:after {
	clear: both;
	display: block;
	content: "";
}
.gallerySec .gallerySecList01 li {
	float: left;
	padding: 12px 0;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.gallerySec .gallerySecList01 li a {
	text-align: center;
	display: block;
}
.gallerySec .gallerySecList01 li a:hover {
	color: #9bc5f3;
}
.gallerySec .gallerySecList02 li .gallerySecTit01:before {
	content: url(../images/ico_top01.png);
	margin-right: 10px;
}
.gallerySec .gallerySecList02 li .gallerySecTit01 {
	color: #0c3286;
	font-weight: bold;
}
.gallerySec .gallerySecList02 li .gallerySecTit02:before {
	content: '●';
	color: #69f;
    margin-right: 7px;
    font-size: 18px;
}
.gallerySec .gallerySecList02 li .gallerySecTit02 {
	font-weight: bold;
}


.gallerySecList03{}
.gallerySecList03 ul{ display: flex; justify-content: space-between; flex-wrap: wrap; row-gap: 40px;}
.gallerySecList03 ul:after{ display: block; width: 23%; content: ""; height: 0; }
.gallerySecList03 ul:before{ display: block; width: 23%; content: ""; height: 0; order: 1; }
.gallerySecList03 li{ flex-basis: 23%; }
.gallerySecList03 li img{ width: 100%; height: auto; border-radius: 0 20px 0 20px; }

.gallerySecList03 .gallerySecTit01:before{ content: url(../images/ico_top01.png); margin-right: 10px; }
.gallerySecList03 .gallerySecTit01{ font-size: 1.7rem; color: #0c3286; font-weight: 700; margin-bottom: 10px; line-height: 1; }
.gallerySecList03 .gallerySecTit02:before{ content: '●'; color: #69f; margin-right: 7px; font-size: 18px; }
.gallerySecList03 .gallerySecTit02{ font-size: 1.6rem; font-weight: 700; margin-bottom: 10px; line-height: 1; letter-spacing: 2px; }

.gallerySecList03 .gallerySecImg{ margin-bottom: 10px; }

.gallerySecList03 .gallerySecTxt{ margin-bottom: 10px; }
.gallerySecList03 .gallerySecTxt02{ font-size: 1.4rem; }
.gallerySecList03 p{ font-size: 1.4rem; line-height: 1.7; }




/************** 比較表 / select **************/
.selectSec ul {
	margin-bottom: 50px;
}
.selectSec li {
	list-style-type: decimal;
	list-style-position: inside;
}
.selectSec table {
	width: 100%;
	margin-bottom: 10px;
}
.selectSec table tbody tr th, .selectSec table tbody tr td {
	border: 1px solid #ccc;
}
.selectSec table tbody tr th {
	background-color: #e9e9e9;
}
.selectSec table tbody tr:first-child th:nth-child(2) {
	background-color: #0c3286;
	color: #fff;
}
.selectSec table tbody tr:first-child th:nth-child(3),
.selectSec table tbody tr:first-child th:nth-child(4) {
	background-color: #bababe;
}
.selectSec table tbody tr td:nth-child(2) {
	background-color: #cfe1fc;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1),
.selectSec table tbody tr:nth-child(2) td:nth-of-type(2),
.selectSec table tbody tr:nth-child(2) td:nth-of-type(3),
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1),
.selectSec table tbody tr:nth-child(3) td:nth-of-type(2),
.selectSec table tbody tr:nth-child(3) td:nth-of-type(3),
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1),
.selectSec table tbody tr:nth-child(4) td:nth-of-type(2),
.selectSec table tbody tr:nth-child(4) td:nth-of-type(3) {
	position: relative;
	z-index: 5;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(2) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(2) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(3):before{
	font-weight: bold;
    position: absolute;
    left: 0;
   
    margin: auto;
    z-index: -999;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before{
	content: "";
	width: 25px;
	height: 25px;
	border: 3px solid #fff;
	border-radius: 50%;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50% , -50%);
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):after{
	content: "";
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	border-radius: 50%;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50% , -50%);
	position: absolute;
}
/*.selectSec table tbody tr:nth-child(2) td:nth-of-type(2):before {
	content: "\25a1";
	color: #e9e9e9;
    z-index: -999;
}*/
.selectSec table tbody tr:nth-child(2) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(3):before {
	content: "";
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 50px solid #e9e9e9;
    z-index: -999;
	top: 50%;
    left: 50%;
	right: initial;
    transform: translate(-50%, -50%);
}


.selectSec p {
	text-align: right;
}

/************** 美ら海ショールーム紹介 / showroom **************/
.contents .showroomSecImg01 ul:after { clear: both; display: block; content: "";}
.contents .showroomSecTxtName {
	text-align: right;
	padding-top: 20px;
}

/* ----------------------------------------------------------
 SP CSS
---------------------------------------------------------- */
@media screen and (max-width:599px){

/* フォントサイズ10px=62.5% */
html{ font-size: 60%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; height: auto !important; height: 100%; padding-top: 0; }

/* 非表示用 */
.noneSP		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ display: block; height: 60px; box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 26%); background-color: #0c3286; }
.header_logo{ position: initial; width: 30%; left: 0; top: 0; background: none; border-radius: 0; padding: 10px; }
.header_logo i{ color: #fff; font-size: 5rem; }
.header_logo a:hover{ opacity: 0.6; }

.header_nav{ display: none; }

.header_tel{ display: none; }
.footer_contact_sec .header_tel{ display: block; }
.header_tel_time{ }
.header_tel_time span{ display: block; }

.header_contact{ display: none; }

.header_sns{ position: absolute; top: 8px; right: 60px; margin-right: 0; width: 26%; }
.header_sns_list{ display: flex; justify-content: center; align-items: center; }
.header_sns_item{ flex-basis: 48%; margin: 0 1%; }
.header_sns_item a{ display: block; text-align: center; }
.header_sns .instagram{ }
.header_sns .facebook img,
.header_sns .instagram img{ width: 80%; height: auto; max-width: 45px;}
.header_sns_item a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.page_top{ width: 50px; height: 50px; position: fixed; right: 10px; bottom: -80px; background: #005ab5; opacity: 0.6; border-radius: 50%; z-index: 9999; }
.page_top a{ position: relative; display: block; width: 50px; height: 50px; text-decoration: none; }
.page_top a::before{ font-family: 'Font Awesome 5 Free'; font-weight: 900; content: '\f102'; font-size: 25px; color: #fff; position: absolute; width: 25px; height: 25px; top: -5px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center; }

.footer_wrap{ padding: 80px 0; }
footer{ width: 90%; margin: 0 auto; border-radius: 20px; padding: 30px; background-attachment: fixed; }
.footer_sec{ flex-wrap: wrap; }
.footer_contact{ flex-basis: 100%; }
.footer_contact_tit,
.footer_calendar_tit{ font-size: 2.5rem; color: #005ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; }
.footer_contact_sec{ margin-bottom: 30px; }


.footer_contact_btn{  }
.footer_contact_btn a{ display: block; font-size: 1.7rem; color: #fff; text-align: center; background-color: #fa874a; border: 1px solid #fa874a; border-radius: 10px; padding: 15px; }
.footer_contact_btn a:hover{ color: #fa874a; background-color: #fff; }
.footer_sns_list{ display: flex;}
.footer_sns_item{ flex-basis: initial; width: initial;}
.footer_sns_item a{ display: block; text-align: center; font-size: 1.7rem; color: #fff; padding: 10px; border-radius: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; }
.footer_sns_item a i{ margin-right: 10px; font-size: 2rem; }
.footer_sns_item a:hover{}

.footer_sns_list .facebook a{background-color: initial; border: none;}
.footer_sns_list .instagram a{background: initial; border: none;}
.footer_sns_list .youtube a{background: initial; border: none;}

.footer_calendar{ flex-basis: 100%; }

.footer_calendar .cal {	margin: 0 auto; width: 100%; flex-wrap: wrap; }
.footer_calendar .cal li{ flex-basis: 100%; margin-bottom: 30px; }


.footer_nav{ display: none; }

.footer_copyright{ z-index: 3; position: absolute; left: 0; right: 0; margin: 0 auto 60px auto; text-align: center; color: #999; font-size: 1.1rem; letter-spacing: 2px; min-height: 60px; bottom: -5px; text-shadow: none; }

.shapedividers_com-8354{ min-height: 0; overflow: visible; }
.shapedividers_com-8354::before{ display: none; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
h1 a:hover{	opacity: .6; }

.h1_wrap{ padding: 60px 0; position: relative; }
.h1_wrap.h1_column{ padding: 30px 0; }

.h1_wrap:before{ position: absolute; content: ""; display: block; width: 100%; height: 150%; top: -50%; background: rgba(0,0,0,0.3); }
.h1_wrap h1{ font-size: 3.5rem; line-height: 1.4; }
.h1_wrap h1 span{ display: block; font-size: 2rem; margin-bottom: 30px; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }
.h1_company02{padding: 50px 0 70px;}
.h1_results02{padding: 50px 0 70px;}


h2{ font-size: 2.2rem; padding: 5px 15px; margin-bottom: 30px; }

h2 span{ display: block; font-size: 1.2rem; margin-right: 10px; letter-spacing: 2px; }

.top_news_tit h2,
.top_report_tit h2{ font-size: 2.5rem; color: #256ab5; padding: 0 0 10px 0; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; background: none; border-radius: 0; }

.top_results_tit h2{ font-size: 3rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; text-align: center; padding: 0; background: none; border-radius: 0;  }

.top_contents_tit h2{ font-size: 2.5rem; color: #000; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; padding: 0; background: none; border-radius: 0; }

h2.h2_news{ font-size: 2.2rem; background: #f5f5f5; color: inherit; line-height: 1.3; }
h2.h2_news span{ display: block; font-size: 1.2rem; color: #999; vertical-align: middle; margin-right: 10px; margin-bottom: 5px; }



h3{ font-size: 2rem; padding: 0 0 10px 0; margin-bottom: 20px; background: none; border-radius: 0; line-height: 1.3em; }

.results_sec h3{ position: relative; font-size: 2rem; padding: .5rem .5rem 1.5rem .5rem; margin-bottom: 20px; color: #333; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; border: 0 !important; }
.results_sec h3:after{ position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; content: ''; background-image: -webkit-repeating-linear-gradient(135deg, #1a5fa4, #1a5fa4 1px, transparent 2px, transparent 5px); background-image: repeating-linear-gradient(-45deg, #1a5fa4, #1a5fa4 1px, transparent 2px, transparent 5px); background-size: 7px 7px;  backface-visibility: hidden; }
.results_sec h3 span{ font-size: 1rem; color: #999; margin-right: 10px; }



h4{ font-size: 2rem; line-height: 1.3; margin-bottom: 30px; }


/* ----------------------------------------------------------
breadcrums
---------------------------------------------------------- */

.breadcrumbs{ background-color: #f5f5f5; padding: 5px 0; }
.breadcrumbs_list{ width: 90%; margin: 0 auto; position: relative; z-index: 1; } 
.breadcrumbs_item{ display: inline-block; position: relative; color: #999; }
.breadcrumbs_item:before{ content: "/"; display: block; position: absolute; top: .4em; left: 6px; color: #999; font-size: 1rem; }
.breadcrumbs_item:first-child:before{ content: ""; }
.breadcrumbs_item a{ color: #999; font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs_item:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_item a:hover{ opacity: 0.6; }


/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.sp_br{display: block;}
.top_first_wrapper{padding-top: 60px;}
.top_img{position: relative; height: 280px;}

.top_img_campaign{ position: initial; width: 80%; margin: 0 auto 30px auto; }
.top_img_campaign img{ width: 100%; height: auto; }
.top_img_tit{ position: absolute; z-index: 2; top: 50%; right: 0; margin: 0 auto; width: 100%; min-height: auto; }
.top_img_tit01{ /* position: relative; min-height: 80vh; */ display: none; }
.top_img_img01{ position: initial; width: 150px; height: auto; margin: 0 auto; background-color: #fff; border-radius: 100%; padding: 15px 5px 5px 5px; }
.top_img_img01 img{ width: 100%; height: auto; }
.top_img_tit02{ position: initial; width: 94%; margin: 0 auto; padding: 10px; }
.top_img_ico01{ font-size: 3rem; }
.top_img_tit03{ font-size: 2.3rem; }
.top_img_ico02{ font-size: 3rem; }
.top_img_tit04{ top: 20%; position: initial;}
.top_img_tit04 h1{ font-size: 3rem; line-height: 1.2; text-shadow: 0px 0px 9px rgba(12, 50, 134, 1); margin-top: 20px; }
	
.top_img_logo01{ width: 125px; height: 125px; background-color: #fff; text-align: center; border-radius: 50%; margin: 0 auto; padding: 18px 0 0 0; }
.top_img_logo01 img{ width: 80%; height: auto; }

.top_ico{ position: absolute; bottom: -60px; z-index: 2; width: 100%; }
.top_ico_list{ display: flex; justify-content: space-between; }
.top_ico_item{ flex-basis: 30%; margin: 0 2%; width: 110px; height: 110px; text-align: center; background-color: #349ed4; font-size: 2.2rem; color: #fff; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; border-radius: 50%; padding: 32px 0 0 0; letter-spacing: 1px; line-height: 1.2; }

.swiper{ width: 100%; height: 100%; }
.swiper-slide{ background-position: center; background-size: cover; }
.swiper-slide img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.swiper{ margin-left: auto; margin-right: auto; }



.top_concept{ background: url("../images/bg_sea01.jpg") no-repeat; background-size: cover; padding: 30px 0 30px 0; border-top: 3px solid #fff; }
.top_concept_sec{ width: 92%; margin: 0 auto; }
.top_concept_tit{ font-size: 3rem; margin-bottom: 20px; }
.top_concept_txt{ font-size: 1.6rem; color: #fff; text-align: left; letter-spacing: 1px; line-height: 1.6; margin-bottom: 20px; }
.top_concept_btn{ width: 350px; margin: 0 auto; }
.top_concept_btn a{ display: flex; font-size: 1.6rem; justify-content: center; text-align: center; color: #256ab5; background-color: #fff; border: 2px solid #fff; border-radius: 10px; padding: 12px 0; font-family: source-han-sans-japanese, sans-serif; font-weight: 700; font-style: normal; }
.top_concept_btn a:hover{ background-color: #256ab5; color: #fff; }


.top_suisou{ margin-bottom: 50px; }
.top_suisou_list{ flex-wrap: wrap; }
.top_suisou_item{ flex-basis: 49.9%; border-right: 1px solid #fff; border-bottom: 2px solid #fff; }
.top_suisou_item:nth-child(2n){ border-right: none; }
.top_suisou_item img{ width: 100%; height: auto; }


.top_info{ width: 90%; margin: 0 auto 80px auto; flex-wrap: wrap; }
.top_info01{ margin: 0 auto 40px auto; }
.top_news,
.top_report{ flex-basis: 100%; }
.top_info01 .top_news,
.top_info01 .top_report{ flex-basis: 100%; margin-bottom: 40px; }
.top_info01 .top_column{ margin-bottom: 0; }

.top_news_tit,
.top_report_tit{ /* font-size: 3.5rem; color: #256ab5; padding-bottom: 10px; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */  }

.top_news_tit h2,
.top_report_tit h2{ display: flex; justify-content: space-between; align-items: center; }

.top_news_tit h2 span,
.top_report_tit h2 span{ font-size: 2rem; }

.top_news_btn{}
.top_news_btn a{ display: block; color: #256ab5; font-size: 1.4rem; text-align: center; padding: 10px 20px 5px 20px; background-color: #e8de3a; border-radius: 5px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; }

.top_news_list,
.top_report_list{  }
.top_news_item,
.top_report_item{ flex-wrap: wrap; border-bottom: 1px solid #ccc; padding: 20px 5px; margin-bottom: 5px; }
.top_news_date01,
.top_report_date01{ flex-basis: 100%; font-size: 1.2rem; color: #256ab5; letter-spacing: 1px; margin-bottom: 5px; }
.top_news_tit01,
.top_report_tit01{ flex-basis: 100%; font-size: 1.6rem; }
.top_report_tit01 a{  }


.top_results{ background: url("../images/bg_results01.jpg") no-repeat; background-size: cover; padding: 60px 0; margin-bottom: 50px; background-attachment: fixed; }
.top_results_sec{ width: 100%; margin: 0 auto; background-color: #fff; border-radius: 30px; padding: 30px 15px; }
.top_results_tit{ /* font-size: 5rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; text-align: center; */ }
.top_results_list{ flex-wrap: wrap; justify-content: flex-start; }
.top_results_item{ flex-basis: 48%; margin-bottom: 10px;}
.top_results_tit01{ font-size: 1.4rem; color: #0c3286; letter-spacing: 2px; margin-bottom: 5px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; padding: 0 0 0 0; position: relative; }

.top_results_img01{ margin-bottom: 10px; }
.top_results_img01 img{ width: 100%; height: auto; }
.top_results_txt01{ font-size: 1.4rem; min-height: auto; margin-bottom: 10px; display: none;}
.top_results_btn01{font-size: 1.3rem;}
.top_results_btn01 a{ display: block; color: #378ce7; font-size: 1.5rem; text-align: center; border: 1px solid #378ce7; padding: 5px; border-radius: 40px; }
.top_results_btn01 a:hover{ background-color: #378ce7; color: #fff;}




.top_contents{ width: 90%; margin: 0 auto 50px auto; }
.top_contents_list{ flex-wrap: wrap; }
.top_contents_item{ flex-basis: 48%; margin-bottom: 40px; }
.top_contents_tit{ /* font-size: 3rem; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */ }
.top_contents_img{ margin-bottom: 20px; }
.top_contents_img img{ width: 100%; height: auto; }
.top_contents_txt{ font-size: 1.6rem; letter-spacing: 1px; line-height: 1.8; min-height: 200px; }


.footer_btn{ background-color: #005ab5; }
.footer_btn_list{ flex-wrap: wrap; }
.footer_btn_item{ flex-basis: 100%; border-right: 0; border-bottom: 1px solid #fff; }

.footer_btn_sec { padding: 30px 0; }

.footer_btn01{ width: 90%; margin: auto; padding: 10px 0; }
.footer_btn01 a{ display: block; background-color: #fff; border-radius: 15px; padding: 40px 20px; border: 1px solid #fff; }
.footer_btn01 a:hover{ background-color: #005ab5; color: #fff; }
.footer_btn_tit{ font-size: 2.2rem; margin-bottom: 5px; }
.footer_btn_txt{ font-size: 1.4rem; }


.contents_txt{ margin-bottom: 30px; }
.contents_txt p{ font-size: 1.6rem !important; letter-spacing: 1px !important; line-height: 1.8 !important; }



.wrapper{ padding-top: 100px; }
.company_wrapper{padding-top: 60px;}
.contents{ width: 90%; margin: 0 auto; }

.contents_nav{ background-color: #eee; padding: 20px 0 10px 0; margin-bottom: 30px; }
.contents_nav_list{ width: 90%; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; }
.contents_nav_item{ margin: 0 1% 10px 1%; }
.contents_nav_item a{ display: block; font-size: 1.4rem; padding: 5px 20px; border-radius: 40px; line-height: 1; }
.contents_nav_item a i{ margin-left: 5px; font-size: 1.2rem; }
.contents_nav_item a:hover{ background-color: #fff; color: #666; }


.faq_sec{ margin-bottom: 200px; margin-top: 60px; }
.privacy_sec{ margin-bottom: 200px; margin-top: 60px; }
.first_sec{ margin-bottom: 80px; }
.select_sec{ margin-bottom: 80px; }
.campaign_sec{ margin-bottom: 80px; }
.contact_sec{ margin-bottom: 80px; margin-top: 60px; }
.flow_sec{ margin-bottom: 50px; }
.newslist_sec{ margin-bottom: 80px !important; }
.voice_sec{ margin-bottom: 80px !important; }
.company_sec{ margin-bottom: 80px !important; }
.showroom_sec{ margin-bottom: 80px !important; }
.gallery_sec{ margin-bottom: 80px !important; font-family: dnp-shuei-mgothic-std, sans-serif !important; font-weight: 400; font-style: normal; }
.voice_sec{ margin-bottom: 80px !important ; }
.hospital_sec{ margin-bottom: 80px; margin-top: 60px; }
.voice_sec01{ margin-top: 60px; }
.newslist_sec{ margin-top: 60px !important; }
.gallery_sec{ margin-top: 60px !important; }

.voice_sec01 p{ font-size: 1.6rem; }

.report_sec{ margin-bottom: 100px; }
.report_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.report_item{ flex-basis: 48%; margin-bottom: 30px; }
.report_item a:hover{ opacity: 0.6; }
.report_item_img{ margin-bottom: 10px; }
.report_item_img img{ width: 100%; height: 150px; object-fit: cover; }
.report_item_tit{ font-size: 1.6rem; }
.report_item_date01{ font-size: 1.2rem; color: #aaa; margin-right: 10px; }

.report_sec01{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.report_sec01 .results_list{ flex-basis: 100%; margin-bottom: 30px; }
.report_sec01 #sidebar{ flex-basis: 100%; }

.report_sec01 img{ width: 100%; /* height: 300px !important; */ object-fit: cover; object-position: center left; }
.report_sec01 .results_item{ flex-basis: 48% !important; margin-bottom: 30px !important; }

.sidebarSec{ margin-bottom: 30px; }
.sidebar_list{ display: block !important; margin-left: 0 !important; margin-bottom: 0 !important; }
.sidebar_list > li{ position: relative; border-bottom: 1px solid #fff; margin-bottom: 5px !important; padding: 0 20px 5px 20px; width: 100% !important; }
.sidebar_list > li:after{ display: block; content: ""; position: absolute; top: .6em; left: 0; width: 5px; height: 5px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }

.prevnext{ margin: 100px 0; display: flex; justify-content: space-between; }
.prevnext a{ /* display: block; font-size: 1.4rem; text-align: center; background-color: #f5f5f5; padding: 5px 10px; border-radius: 40px; */ }
.prevnext a:hover{  }
.next{ flex-basis: 31%; }
.modoru{ flex-basis: 30%; }
.prev{ flex-basis: 31%; }

.next a{ position: relative; display: block; padding: 5px 15px 5px 30px; color: #fff; font-size: 1.2rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_right a:after{ content: ""; position: absolute; top: 40%; right: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); transition: all .3s;   }
.btntransform_right a:hover::after{ right: 10px; }


.prev a{ position: relative; display: block; padding: 5px 30px 5px 15px; color: #fff; font-size: 1.2rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_left a:after{ content: ""; position: absolute; top: 40%; left: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(225deg); transition: all .3s;   }
.btntransform_left a:hover::after{ left: 10px; }


.modoru a{ position: relative; overflow: hidden; display: block; border: 1px solid #333; background-color: #333; color: #fff; font-size: 1.2rem; padding: 5px 10px 5px 5px; border-radius: 25px; text-align: center; transition: ease .2s; }
.modoru a span{ position: relative; z-index: 3; color: #fff; }
.modoru a:hover span{ color: #fff; }
.modoru a:before{ content: ""; position: absolute; bottom: 0; left: 0; z-index: 2; background: #333; width: 100%; height: 0; transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
.modoru a:hover:before{ height: 100%; background-color: #999; }


.results_sec{ margin-bottom: 200px !important; margin-top: 60px; }
.results_list{}
.resultsSec .results_item{margin-bottom: 20px;}
.results_item{}
.results_img{}

.results_sec01{ margin-bottom: 5px; position: relative; overflow: hidden; }
.results_sec01 img{ width: 100%; height: 300px; object-fit: cover; object-position: top left;}
.results_sec01 .caption{ width: 100%; height: 100%; opacity: 0; font-size: 3rem; color: #fff; top: 0; left: 0; position: absolute; text-align: center; transition: all 0.4s step-end; display: flex; align-items: center; }
.results_sec01:hover .caption{ opacity: 1; }
.results_sec01 .caption p{ font-size: 1.8rem; color: #fff; opacity: 0; margin: 0 auto; }
.results_sec01:hover .caption p{ opacity: 1; }
.results_sec01 .mask1,
.results_sec01 .mask2{ width: 100%; height: 100%; position: absolute; left: 0; background-color: rgba(12,50,134,0.6); transition: all 0.4s ease; }
.results_sec01 .mask1{ top: -100%; }
.results_sec01:hover .mask1{ top: 0; }
/*
.results_sec01 .mask2{ bottom: -50%; }
.results_sec01:hover .mask2{ bottom: 0; }
*/
.results_cat{ display: inline-block; }
.results_cat a{ display: block; color: #fff; background-color: #0c3286; font-size: 1.2rem; padding: 3px 10px; border-radius: 30px; letter-spacing: 1px; border: 1px solid #0c3286; }
.results_cat a:hover{ background-color: #fff; color: #0c3286; }

.results_btn{ width: 200px; margin: 0 auto; }
.results_btn a{ display: block; font-size: 1.6rem; text-align: center; color: #0c3286; border: 1px solid #0c3286; padding: 10px; border-radius: 40px; }
.results_btn a:hover{ background-color: #0c3286; color: #fff; }


.faq_sec li{ border-bottom: 1px solid #ccc; margin-bottom: 40px !important; padding-bottom: 40px; }

.gallery_detail{ }
.gallery_detail p{ background-color: #edf4fa; padding: 10px; min-height: 220px; border-radius: 0 20px 0 20px; }
.gallery_btn{ margin-top: 10px; }
.gallery_btn a{ display: block; background-color: #0c3286; color: #fff; font-size: 1.3rem; text-align: center; border: 1px solid #0c3286; padding: 10px 0; border-radius: 30px; letter-spacing: 1px; line-height: 1; }
.gallery_btn a:hover{ background-color: #fff; color: #0c3286; }


.sitemap_sec{ margin-top: 60px; margin-bottom: 200px; }
.sitemap_list{}
.sitemap_item{ position: relative; padding: 0 0 0 20px; margin-bottom: 20px; }
.sitemap_item:after{ position: absolute; display: block; content: ""; top: 10px; left: 0; width: 6px; height: 6px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }
.sitemap_item a{ font-size: 1.8rem; font-weight: 700; }
.sitemap_item i{ margin-left: 10px; font-size: 1.4rem; }
.sitemap_item > ul{ margin: 10px 0 10px 20px; }
.sitemap_item > ul > li{ position: relative; margin-bottom: 10px; }
.sitemap_item > ul > li > a{ font-size: 1.6rem; font-weight: 400; padding: 0 0 0 20px; }
.sitemap_item > ul li:after{ display: block; content: ""; position: absolute; top: 14px; left: 0; width: 8px; height: 1px; background-color: #666; }
.sitemap_item > ul > li > ul{ margin: 10px 0 10px 40px; }
.sitemap_item > ul > li > ul > li{ list-style-type: circle; }
.sitemap_item > ul > li > ul > li a{ font-size: 1.6rem; font-weight: 400; }	
	



.price_sec{ margin-bottom: 80px; }
.course_sec{ margin-bottom: 0px; }
.cource_list{ flex-wrap: wrap; }
.cource_item{ flex-basis: 100%; border: 5px solid; background-color: #eee; padding: 20px 15px; border-radius: 30px; margin-bottom: 30px; }
.cource_rental{ border-color: #fa874a; }
.cource_purchase{ border-color: #17aca3; }
.cource_tit{ font-size: 2rem; color: #fff; padding: 10px; text-align: center; border-radius: 40px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; letter-spacing: 1px; }
.cource_rental .cource_tit{ background-color: #fa874a; }
.cource_purchase .cource_tit{ background-color: #17aca3; }
.cource_txt{ margin-bottom: 0; }


.aquarium_sec{}
.aquarium_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_item{ flex-basis: 100%; background-color: #f5f5f5; padding: 20px; border-radius: 15px; margin-bottom: 40px;  }
.aquarium_img{ margin-bottom: 20px; }
.aquarium_img img{ width: 100%; height: auto; }
.aquarium_size{ width: 230px; margin: 0 auto 20px auto; text-align: center; font-size: 2.5rem; color: #fff; background-color: #2982dd; padding: 10px; border-radius: 60px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; line-height: 1; }
.aquarium_detail{ width: 100%; margin: 0 auto 20px auto; }
.aquarium_detail_list{ display: flex; flex-wrap: wrap; justify-content: center; }
.aquarium_detail_item{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; text-align: center; line-height: 1.4; margin: 0 5px; }
.aquarium_price{}
.aquarium_price_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_price_item{ flex-basis: 100%; border: 3px solid; margin-bottom: 20px; }
.aquarium_price_tit01{ color: #fff; font-size: 1.7rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01{  background-color: #fff; font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01 span{ text-align: center; font-size: 3.2rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; margin-right: 10px; }
.cource_rental .aquarium_price_tit01{ background-color: #fa874a; }
.aquarium_price_item.cource_rental{ border-color: #fa874a; }
.cource_purchase .aquarium_price_tit01{ background-color: #17aca3; }
.aquarium_price_item.cource_purchase{ border-color: #17aca3; }

.aquarium_size{}
.aquarium_img01{}
.aquarium_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_img_item{ flex-basis: 100%; margin-bottom: 30px; }
.aquarium_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; }
.aquarium_img_item img{ width: 100%; height: auto; }
.aquarium_att{ background-color: #ce541f; color: #fff; text-align: center; font-size: 1.6rem; letter-spacing: 1px; padding: 10px; border-radius: 10px; }

.aquarium_txt{}
.aquarium_txt_list{ margin-left: 2rem; margin-bottom: 50px;}
.aquarium_txt_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.2; margin-bottom: 15px; letter-spacing: 1px; }
.aquarium_txt_item:before{ content: "※"; margin-left: -1em; }

.plan_sec{ margin-bottom: 60px; }
.plan_txt{}
.plan_att{}
.plan_att_list{ margin-left: 2rem; }
.plan_att_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3; margin-bottom: 15px; letter-spacing: 1px; }
.plan_att_item:before{ content: "※"; margin-left: -1em; }
.plan_att_item ul{ margin: 10px 0 0 40px; }
.plan_att_item ul > li{ list-style-type: disc; font-size: 1.6rem; margin-bottom: 10px; }

.size_sec{ margin-bottom: 60px; }
.size_img{}
.size_img img{ width: 100%; height: auto; }

.maintenance_sec h3 br{ display: none; }

.afterservice_sec{ margin-bottom: 60px; }
.afterservice_txt{}
.afterservice_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.afterservice_item{ flex-basis: 100%; margin-bottom: 30px; }
.afterservice_tit01{ font-size: 2rem; color: #2982dd; text-align: center; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; letter-spacing: 1px; text-align: center; margin-bottom: 20px; }
.afterservice_img01{ margin-bottom: 20px; }
.afterservice_img01 img{ width: 100%; height: auto; }
.afterservice_txt01{ font-size: 1.5rem; line-height: 1.8; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; }

.area_sec{ margin-bottom: 100px; }
.area_list{ flex-wrap: wrap; }
.area_item{}
.area_list01{ flex-basis: 100%; margin-bottom: 30px; }
.area_sec01{ margin-bottom: 30px; }
.area_sec01_list{ line-height: 1.2; margin-bottom: 30px; }
.area_sec01_item{ display: inline; font-size: 1.5rem; line-height: 1; }
.area_sec01_item:not(:nth-child(1)):before{ content: "、"; }
.area_pref{ width: 160px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 40px; }
.area_img{ flex-basis: 100%; }
.area_img img{ width: 100%; height: auto; }





.price_point{ width: 96%; margin: 0 auto; }
.price_point_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.price_point_item{ flex-basis: 48%; text-align: center; margin-bottom: 20px; }
.price_point_item img{ width: 100%; height: auto; }

.price_table{ margin-bottom: 80px; }
.price_table table{ width: 330px; border-collapse: collapse; background-color: #eee; margin: 0 auto; }
.price_table table th{ width: 40px; padding: 15px 10px; font-size: 1.8rem; color: #fff; border: 1px solid #fff; }
.price_table table th br{ display: block; }
.price_table table th.th01{ width: 145px; background-color: #3885d2; }
.price_table table th.th02{ width: 145px; background-color: #1b61a7; text-align: center; }
.price_table table th.th03{ width: 40px; background-color: #0c3286; text-align: left; font-size: 1.6rem; padding: 15px 10px 15px 10px; }
.price_table table th.noth{ background-color: #eee; }
.price_table table td{ width: 135px; font-size: 1.7rem; text-align: center; padding: 15px 10px; border: 1px solid #ccc; font-weight: 600; letter-spacing: 0; }
.price_table table td span{ display: block; font-size: 1.4rem; font-weight: 400; }
.price_table table td.td01{ background-color: #e3eef9; }
.price_table table td.td02{ background-color: #dfe9f2; }

.price_plan_item{margin-bottom: 50px;}

.td01_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td01_item{ flex-basis: 96%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td01_tit01{ color: #fff; font-size: 1.5rem; text-align: center; background-color: #3885d2; padding: 3px; border-radius: 5px; margin-bottom: 5px; }
.td01_txt01{ font-size: 1.5rem; text-align: center; }

.td01_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.td01_item_last .td01_tit01{ flex-basis: 100%; padding: 8px; margin-right: 0px; margin-bottom: 10px !important; }
.td01_item_last .td01_txt01{ flex-basis: 100%; font-size: 1.5rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }
.td01_item_last .td01_txt01 br{ display: none; }

.td02_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td02_item{ flex-basis: 96%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td02_tit01{ color: #fff; font-size: 1.5rem; text-align: center; background-color: #1b5fa4; padding: 3px; border-radius: 5px; margin-bottom: 5px; }
.td02_txt01{ font-size: 1.5rem; text-align: center; }

.td02_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.td02_item_last .td02_tit01{ flex-basis: 100%; padding: 8px; margin-right: 0px; margin-bottom: 10px !important; }
.td02_item_last .td02_txt01{ flex-basis: 100%; font-size: 1.5rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }
.td02_item_last .td02_txt01 br{ display: none; }

.price_info{ margin-bottom: 50px; }
.price_info_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.price_info_item{ flex-basis: 100%; }
.price_info_item img{ width: 100%; height: auto; }
.price_info_item a:hover{ opacity: .6; }
.price_info_sec{}
.price_info_tit{ color: #fff; font-size: 1.9rem; background-color: #4b84bd; text-align: center; padding: 15px; border-radius: 10px 10px 0 0; }
.price_info_sec01{ background-color: #eee; padding: 20px; border-radius: 0 0 10px 10px; }
.price_info_num{ display: flex; flex-wrap: wrap; }
.price_info_num01{ flex-basis: 100%; display: flex; align-items: center; font-size: 4rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: 1px; }
.price_info_num01 i{  flex-basis: 40px; width: 40px; height: 40px; background-color: #0c3286; border-radius: 100%; text-align: center; margin-right: 7px; line-height: 37px; color: #fff; font-size: 2rem; }
.price_info_info01{ flex-basis: 100%; font-size: 1.5rem; text-align: center; }

.price_info_btn{ margin-top: 10px; }
.price_info_btn a{ display: block; font-size: 2rem; color: #fff; text-align: center; background-color: #fa874a; border: 2px solid #fa874a; padding: 8px; border-radius: 10px; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; }
.price_info_btn a i{ margin-right: 10px; }
.price_info_btn a:hover{ color: #fa874a; background-color: #fff; opacity: 1; }

.suisou_size_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px; row-gap: 40px;}
.suisou_size_item{ flex-basis: 100%; background-color: #f5f5f5; border-radius: 10px; padding: 20px 0 10px 0; }
.suisou_size_tit{ width: 100%; font-size: 3rem; background-color: #2982dd; color: #fff; padding: 8px 20px 5px 20px; border-radius: 0; letter-spacing: 2px; margin-bottom: 20px; line-height: 1; }
.suisou_size_tit i{ margin-right: 20px; vertical-align: middle; }
.suisou_size_img{ text-align: center; margin-bottom: 20px; }
.suisou_size_img img{ border-radius: 10px; width: 94%; height: auto; margin: 0 auto; }
.suisou_size_spec{ margin: 0 30px 10px 30px; }
.suisou_size_spec > ul{ display: flex; flex-wrap: wrap; }
.suisou_size_spec > ul > li{ position: relative; font-size: 1.8rem; padding-left: 18px; margin-right: 10px; margin-bottom: 8px; line-height: 1; letter-spacing: 1px; }
.suisou_size_spec > ul > li:before{ display: block; position: absolute; content: ""; width: 15px; height: 15px; border-radius: 50%; background-color: #2982dd; top: 0; left: 0; }

.suisou_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 90%; margin: 0 auto; }
.suisou_img_item{ flex-basis: 48%; margin-bottom: 20px; }
.suisou_img_item p{ font-size: 1.4rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; text-align: left; }
.suisoum_img_item img{ width: 100%; height: auto; }
.suisou_size_att{ width: 90%; margin: 0 auto; display: flex; align-items: center; background-color: #c81111; padding: 10px 20px; border-radius: 5px; }
.suisou_size_att i{ color: #fff; font-size: 4rem; margin-right: 20px; }
.suisou_size_att p{ color: #fff; font-size: 1.8rem; }
.suisou_size_img_special{ margin-bottom: 0; }

.suisou_maintenance_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100% !important; }
.suisou_maintenance_item{ flex-basis: 48%; margin: 0 1% 40px 1%; }

.suisou_maintenance_item .maintenanceSecImg01{}
.suisou_maintenance_item .maintenanceSecImg01 img{ border-radius: 10px !important; }
.suisou_maintenance_item .maintenanceSecTit{ width: 100% !important; margin: 0 !important; padding: 0 !important; font-size: 1.7rem !important; }
.suisou_maintenance_item .maintenanceSecTit{ width: 100% !important; margin: 0 !important; padding: 0 !important; font-size: 1.4rem !important; line-height: 1.2; letter-spacing: 0; }


.suisou_notes{}
.suisou_notes_list{ margin-left: 2rem; }
.suisou_notes_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3 !important; margin-bottom: 10px !important; letter-spacing: 1px; }
.suisou_notes_item:before{ content: "※"; margin-left: -1em; }

.suisou_notes_item ul{ margin-top: 10px; margin-left: 30px; }
.suisou_notes_item ul li{ list-style-type: disc; font-size: 1.6rem; margin-bottom: 8px; }



.servicearea_sec{ margin-bottom: 50px !important; }
.servicearea_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.servicearea_item{ }
.servicearea_list01{ flex-basis: 100%; margin-bottom: 0; }
.servicearea_list01 p{ margin-bottom: 30px; }
.servicearea_sec01{ margin-bottom: 30px; }
.servicearea_pref_list{ width: 100%; line-height: 1.2; margin-bottom: 30px; }
.servicearea_pref_item{ display: inline-block; font-size: 1.8rem; line-height: 1.2; margin-bottom: 5px; font-weight: 600; }
.servicearea_pref_item:not(:last-child):after{ content: "、"; }
.servicearea_pref{ width: 130px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 5px; }
.servicearea_img{ flex-basis: 100%; }
.servicearea_img img{ width: 100%; height: auto; }

.servicearea_sec01_pref{ display: flex; flex-wrap: wrap; }
.servicearea_sec01_pref div{ margin-right: 20px; margin-bottom: 20px; }



.company_info_sec{}
.company_info_sec01{ flex-wrap: wrap; }
.company_info_tit{ flex-basis: 100%; margin-bottom: 5px; }
.company_info_btn{ flex-basis: 100%; }
.company_info_btn a{ display: block; color: #378ce7; font-size: 1.5rem; text-align: center; border: 1px solid #378ce7; padding: 5px; border-radius: 40px; }
.company_info_btn a i{ margin-left: 10px; }
.company_info_btn a:hover{ background-color: #378ce7; color: #fff;}



/* スタッフ紹介 */
.staff_sec{}
.staff_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.staff_item{ flex-basis: 100%; margin-bottom: 40px !important; padding-left: 0 !important; }
.staff_name{ background-color: #eee; font-size: 2rem; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.staff_img{ text-align: center; margin-bottom: 5px; }
.staff_img img{ width: 100%; height: auto; }
.staff_item dl{ display: flex; flex-wrap: wrap; }
.staff_item dt{ flex-basis: 28%; font-size: 1.2rem; padding: 10px; border-bottom: 1px solid #ccc; color: #1b61a7; font-weight: bold; }
.staff_item dd{ flex-basis: 72%; font-size: 1.2rem; padding: 10px; border-bottom: 1px solid #ccc; }





/************** はじめての方へ / first **************/
.firstSec li .firstSecTxt {
	margin-bottom: 20px;
}
.firstSec li .firstSecTxt .firstSecTxt01 p {
	margin-bottom: 10px;
}
.firstSec li .firstSecTxt .firstSecTxt02 {
	font-size: 18px;
	margin-bottom: 25px;
}
.firstSec li .firstSecImg {
	margin-bottom: 60px;
}
.firstSec li .firstSecImg img {
	width: 100%;
	height: auto;
}
.firstSec li .firstSecTxt ul {
	margin-bottom: 15px;
}
.firstSec li .firstSecTxt li {
	margin-bottom: 10px;
	color: #f60;
	font-size: 15px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}
.firstSec li .firstSecTxt li p {
	color: #333;
	font-weight: normal;
	margin-left: 30px;
}

.campaign_sec .campaign_bnr{width: 100%; margin-bottom: 20px;}
.campaign_sec .campaign_bnr img{width: 100%; height: auto;}

.first_sec_img{display: flex; gap: 15px;}
.first_sec_img_item{width: calc((100% - 15px)/2);}

/************** 料金プラン / price **************/
.planSec p, .planSecTxt p {
	line-height: 1.8;
}
.planSecTxt {
	margin-bottom: 10px;
}
.planSecTxt:nth-child(2) {
	margin-bottom: 50px;
}
.planSec .planSecTxt01 {
	margin-bottom: 30px;
}
.planSec .planSecTxt02 {
	margin-bottom: 20px;
}
.planSec {
	margin-bottom: 120px;
}
.planSec:last-child {
	margin-bottom: 0;
}
.planSec01Tit {
	margin-bottom: 80px;
}
.planSec table, .planSec li {
	font-size: 14px;
}
.planSec .planSec01 .planSec01Txt {
	margin-bottom: 70px;
}
.planSec .planSec02 .planSec02Txt01 {
	margin-bottom: 35px;
}
.planSec .planSec02 .planSec02Img {
	width: 67.5%;
	margin: 0 auto 80px;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 {
	margin-bottom: 30px;
}
.planSec .planSec02 .planSec02Img .planSec02Img01:last-child {
	margin-bottom: 0;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 img {
	border-radius: 50%;
}
.planSec	.planSec03 .planSec03Txt {
	margin-bottom: 35px;
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt01 {
	font-size: 20px;
	margin-bottom: 25px;
}
.planSec .planSec03 .planSec03Ico {
	width: 90%;
	margin: 0 auto 40px;
}
.planSec .planSec03 .planSec03Ico:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSec03 .planSec03Ico .planSec03Ico01 {
	float: left;
	text-align: center;
	width: 47%;
	margin-right: 6%;
}
.planSec .planSec03 .planSec03Ico .planSec03Ico01:last-child {
	margin-right: 0;
}
.planSec .planSecImg {
width: 67.5%;
margin: 0 auto 120px;
}
.planSec .planSecImg .planSecImg01 {
	margin-bottom: 20px;
}
.planSec .planSecImg .planSecImg01 img {
	border-radius: 50%;
}
.planSec .planSec01 .priceSecTit {
	font-size: 17px;
}
.planSec li {
    width: 49%;
	font-size: 22px;
	text-align: center;
	float: left;
    margin: 0 2% 30px 0;
}
.planSec li:nth-child(2n) {
	margin-right: 0;
}
.planSec li img {
	max-width: 150px;
	margin: auto;
}
/************** 料金表 / price **************/
.priceSec .priceSecTxt01, .priceSec .priceSecTxt02 {
	margin-bottom: 40px;
}
.priceSec table {
	width: 100%;
	font-size: 11px;
	margin-bottom: 50px;
}
.priceSec table tbody tr th, .priceSec table tbody tr td {
    padding: 10px 0;
}
.priceSec .priceSecTxt03 {
	margin-bottom: 60px;
}
.priceSec .priceSecTxt03 ul {
	margin-bottom: 30px;
}
.priceSec .priceSecTxt03 li {
	font-size: 14px;
}
.priceSec .priceSecTxt03 p {
	margin-bottom: 20px;
}
.priceSec .priceSecTxt03 p:last-child {
	margin-bottom: 0;
}
/************** メンテンナンス / maintenance **************/
.maintenanceSec .maintenanceSecTxt01 {
	margin-bottom: 30px;
}
.maintenanceSec ul {
	width: 90%;
	margin: 0 auto 80px;
}
.maintenanceSec li {
	margin-bottom: 0px;
}
.maintenanceSec li:last-child {
	margin-bottom: 0;
}
.maintenanceSec li .maintenanceSecImg01 img {
	width: 100%;
}
.maintenanceSec li .maintenanceSecTit {
	font-size: 18px;
    letter-spacing: 2px;
}
.maintenanceSec li .maintenance_txt01{font-size: 17px;}
/************** 導入までの流れ / flow **************/
.flowSec li {
	margin-bottom: 30px;
}
.flowSec li:nth-child(1) {
	/*background: url(../first/images/bg_flow01.png) left no-repeat;
	background-size: 12.5%;*/
	/* height: 230px; */
}
.flowSec li:nth-child(1):after {
	/* top: 260px; */
}
/*.flowSec li:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f103";
	font-weight: 900;
	font-size: 40px;
	color: #0c3286;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
	bottom: -80px;
	margin: auto;
}*/

.flowSec li:nth-child(2) {
	/*background: url(../first/images/bg_flow02.png) left no-repeat;
	background-size: 12.5%;*/
	/* height: 400px; */
	/* margin: 20px 0; */
}
	/*
.flowSec li:nth-child(2):after {
	top: 410px;
}
	*/
.flowSec li:nth-child(3) {
	/*background: url(../first/images/bg_flow03.png) left no-repeat;
	background-size: 12.5%;*/
	/* height: 170px; */
}
	/*
.flowSec li:nth-child(3):after {
	top: 180px;
}
	*/
.flowSec li:nth-child(4) {
	/*background: url(../first/images/bg_flow04.png) left no-repeat;
	background-size: 12.5%;*/
	/* height: 200px; */
}
/*
.flowSec li:nth-child(4):after {
	top: 210px;
}
*/
.flowSec li:nth-child(5) {
	/*background: url(../first/images/bg_flow05.png) left no-repeat;
	background-size: 12.5%;*/
	/* height: 260px; */
}
/*
.flowSec li:nth-child(5):after {
	top: 270px;
}
*/
.flowSec li:nth-child(6) {
	/*background: url(../first/images/bg_flow06.png) left no-repeat;
	background-size: 12.5%;
	height: 160px;*/
}
/*
.flowSec li:nth-child(6):after {
	top:170px;
}
*/
.flowSec li:nth-child(7) {
	/*background: url(../first/images/bg_flow07.png) left no-repeat;
	background-size: 12.5%;
	height: 160px;*/
}
/*
.flowSec li:nth-child(7):after {
	top:170px;
}
*/

.flowSec li .flowSecTxt .flowSecTit {
	font-size: 2.1rem;
	margin-bottom: 10px;
}
.flowSec li .flowSecTxt .flowSecTel {
	font-size: 25px;
	line-height: 1;
}
.flowSec li .flowSecTxt .flowSecTel span {
	font-size: 16px;
}
.flowSec li .flowSecTxt .flowSecTxt02 {
    font-size: 11px;
}
.flowSec li .flowSecTxt li {
	font-size: 16px;
	padding-left: 0;
}
/************** よくある質問 / faq **************/
.faqSec li {
	margin-bottom: 60px;
}
.faqSec li:last-child {
	margin-bottom: 0;
}
.faqSec li .faqSecQ:before, .faqSec li .faqSecA:before {
	background-size: 100%;
	height: 40px;
    width: 40px;
}
.faqSec li .faqSecQ, .faqSec li .faqSecA {
	padding-left: 50px;
	font-size: 16px;
}
.faqSec li .faqSecQ {
	margin-bottom: 20px;
}
/************** サービスエリア / area **************/
.areaSec .areaSecTxt {
	margin-bottom: 30px;
}
.areSecTxt p {
	margin-bottom: 30px;
}
.areaSec .areaSecImg {
	width: 100%;
	margin: auto;
}
/************** 会社概要 / company **************/
.companySec {
	margin-bottom: 60px;
}
.companySec .companySecTxt {
	margin-bottom: 30px;
}
.companySec .companySecImg {
	width: 87.5%;
	margin: auto;
}
.companySec .companySecImg img{ width: 100%; height: auto; }
.companySec .companySecImg .companySecImg01 {
	margin-bottom: 20px;
}
.companySec .companySecTxt p {
	margin-bottom: 20px;
}
.companySec .companySecTxt p:last-child {
	margin-bottom: 0;
}
.companySec li:before {
	left: 0;
	top: 11px;
	font-size: 9px;
}
.companySec li {
	font-size: 16px;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.companySec table tbody tr th, .companySec table tbody tr td {
	font-size: 13px;
	padding: 12px 0 12px 3%;
}
.companySec table tbody tr th {
	width: 30%;
	text-align: left;
}
.companySec table tbody tr td li {
	font-size: 13px;
	padding-left: 0;
	margin-bottom: 0;
}
.companySec iframe {
	height: 165px;
	width: 100%;
}

.company_img{width: 100%; margin-bottom: 20px; display: flex; gap: 15px;}
.company_img img{width: calc((100% - 15px)/2); height: auto;}


/************** 個人情報保護方針 / privacy **************/
.privacySec .privacySecTxt {
	margin-bottom: 45px;
}
.privacySec .privacySecTxt:last-child {
	margin-bottom: 0;
}
.privacySec .privacySecTxt li {
	font-size: 1.6rem;
}
/************** クーリングオフ / coolingoff **************/
.coolingoffSec .coolingoffSecTxt p {
	margin-bottom: 35px;
}
/************** 熱帯魚図鑑 / gallery **************/
.gallerySec .gallerySecTxt01 {
	margin-bottom: 30px;
}
.gallerySec .gallerySecList01 ul {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 40px;
}
.gallerySec .gallerySecList01 li {
	width: 50%;
}
.gallerySec .gallerySecList01 li a {
	font-size: 10px;
}
.gallerySec .gallerySecList02 {
	width: 85%;
	margin: auto;
}
.gallerySec .gallerySecList02 li {
	margin-bottom: 50px;
}
.gallerySec .gallerySecList02 li .gallerySecTit01:before {
    vertical-align: -2px;
}
.gallerySec .gallerySecList02 li .gallerySecTit01 {
	font-size: 16px;
	margin-bottom: 10px;
}
.gallerySec .gallerySecList02 li .gallerySecImg {
	margin-bottom: 20px;
}
.gallerySec .gallerySecList02 li .gallerySecTxt {
	margin-bottom: 15px;
}
.gallerySec .gallerySecList02 li .gallerySecTit02 {
	font-size: 15px;
	margin-bottom: 5px;
}



.gallerySecList03{ width: 100%; margin: 0 auto; }
.gallerySecList03 ul{ display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;}
.gallerySecList03 li{ flex-basis: calc((100% - 20px)/2); border-bottom: none; }
.gallerySecList03 .gallerySecTit01{font-size: 1.4rem;}
.gallerySecList03 .gallerySecTit01:before{display: none;}

.price_compare_btn a, .price_fish_btn a{font-size: 1.8rem;}



/************** キャンペーン / campaign **************/
.campaignTxt {
	margin-bottom: 30px;
}
.campaignSec .campaignSec01 .campaignSecTxt {
	margin-bottom: 30px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit strong {
	font-size: 30px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit .campaignSecTxt01 {
	font-size: 13px;
	margin-bottom: 20px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit .campaignSecTxt02 {
	font-size: 18px;
	letter-spacing: 2px;
}
.campaignSec .campaignSec01 .campaignSecImg {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 {
	margin-bottom: 20px;
	width: calc((100% - 15px)/2);
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01:last-child {
	margin-bottom: 0;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 img {
	width: 100%; height: auto;
}
.campaignSec li {
	font-size: 15px;
	margin-bottom: 5px;
}
.campaignSec .campaignSec02 {
	margin-bottom: 50px;
}
.campaignSec .campaignSec03 {
    margin-bottom: 35px;
}
.campaignSec br{ display: none; }

.campaignSec .campaignSec02 h4{margin-bottom: 10px;}

/************** 比較表 / select **************/
.selectSec li {
	font-size: 14px;
	line-height: 1.8;
}
.selectSec table {
	width: 100%;
}
.selectSec table tbody tr th, .selectSec table tbody tr td {
	font-size: 14px;
	padding: 12px 0;
	letter-spacing: 1px;
	text-align: center;
}
.selectSec table tbody tr th {
	width: 20%;
}
.selectSec table tbody tr:first-child th:nth-child(2),
.selectSec table tbody tr td:nth-child(2) {
	font-size: 1.6rem; font-weight: 700;
}
.selectSec table tbody tr:nth-child(2) td,
.selectSec table tbody tr:nth-child(3) td,
.selectSec table tbody tr:nth-child(4) td {
	padding: 15px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before {
    font-size: 60px;
    top: -17px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(2):before {
    font-size: 55px;
    top: 2px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(3):before {
    font-size: 50px;
  
}

.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before{
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	border-radius: 50%;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50% , -50%);
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):after{
	content: "";
	width: 45px;
	height: 45px;
	border: 3px solid #fff;
	border-radius: 50%;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50% , -50%);
	position: absolute;
}

/************** 設置実績/ホテル / results/hotel **************/

#sidebar .sidebarSec ul li {
    width: auto !important;
    display: inline-block;
}

.resultsSec li {
	max-width: auto;
	margin: 0 auto 60px;
}
.resultsSec li .resultsSecBtn a {
	text-align: center;
    color: #378ce7;
    padding: 5px 0;
    border: 1px solid #378ce7;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
}

.wp-pagenavi{ width: 96%; margin: 0 auto; }
	
/************** 美ら海ショールーム紹介 / showroom **************/
.contents .showroomSec {
	margin-bottom: 60px;
}
.contents .showroomSecImg01 {
	margin-bottom: 40px;
}
.contents .showroomSecImg01 ul li {
	float: left;
	width: 49%;
	margin: 20px 0 0 2%;
}
.contents .showroomSecImg01 ul li img{ width: 100%; height: auto; }
.contents .showroomSecImg01 ul li:nth-child(2n+1) {
	margin-left: 0;
}
.contents .showroomSecImg01 ul li:nth-child(-n+2) {
	margin-top: 0;
}
.contents .showroomSecImg02 {
	text-align: center;
	margin-bottom: 40px;
}
.contents .showroomSecImg02 img{ width: 100%; height: auto; }

.contents .showroomSecImg02 ul{ margin-top: 40px; overflow: hidden; display: flex; flex-wrap: wrap; gap: 15px;}
.contents .showroomSecImg02 ul:after{ content: ""; display: block; clear: both; }
.contents .showroomSecImg02 ul li{ width: calc((100% - 15px)/2); margin-bottom: 20px; }
.contents .showroomSecImg02 ul li .showroomSecImg02Tit{ display: inline-block; color: #fff; background: #0c3286; padding: 5px 20px; border-radius: 25px; margin-bottom: 10px; font-size: 11px; text-align: center; }


.contents .showroomSecTxt01 p {
	line-height: 2.0em;
}
.contents .showroomSecTxtName {
	font-size: 18px;
}


.hospitalSec table{ width: 100%; margin: 0 auto; }
.hospitalSec table tbody tr th{ display: block; width: 100% !important; padding: 5px 10px; border-bottom: 0; }
.hospitalSec table tbody tr td{ display: block; width: 100% !important; border-bottom: 0; }
.hospitalSec table{ border-bottom: 1px solid  #ccc; }

/* 料金プランページ 修正 */
.price_plan_topic{font-size: 2.8rem;}
.price_detail_table th, .price_detail_table td{width: 100%; display: block;}
.price_detail_table th{background-color: #DFE9F2; border-bottom: 1px solid #ccc;}
.price_detail_table td{background-color: #E3EEF9;}
.price_detail_table span{display: block; margin: 0;}
.suisou_special_img ul{row-gap: 0;}
.suisou_special_img .suisou_img_item{flex-basis: calc((100% - 20px)/2);}
.suisou_special_btn{max-width: 90%;}
.h3_br{display: block;}

.price_detail_item{padding: 10px 20px 60px;}
.price_detail_head{text-align: center; }
.price_detail_btn{right: 50%; bottom: 10px; top: initial; transform: translate(50% , 0);}
.price_detail_btn p{width: 280px; }

.price_compare_btn,
.price_compare_btn, .price_fish_btn{width: 90%; max-width: 520px;}
.price_compare_table thead th{font-size: 1.4rem;}

.price_compare_sec{padding: 30px 20px;}
.price_compare_sec p{text-align: left; font-size: 2rem; line-height: 3.5rem;}

.price_size_table{width: max-content;}
.price_size_table th, .price_size_table td{width: 200px;}

.price_compare_table th, .price_compare_table td{font-size: 1.4rem;}


/* お問合せフォーム */
form#mailformpro label{white-space: initial; font-size: 14px;}


}
/* ----------------------------------------------------------
 SP CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 TAB CSS
---------------------------------------------------------- */
@media screen and (min-width:600px) and (max-width:1024px){

/* フォントサイズ10px=62.5% */
html{ font-size: 50%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; padding-top: 0; }

/* 非表示用 */
.noneTAB		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ display: block; height: 60px; box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 26%); background-color: #0c3286; }
.header_logo{ position: initial; width: 30%; left: 0; top: 0; background: none; border-radius: 0; padding: 10px; }
.header_logo i{ color: #fff; font-size: 6rem; }
.header_logo a:hover{ opacity: 0.6; }

.header_nav{ display: none; }

.header_tel{ display: none; }
.footer_contact_sec .header_tel{ display: block; }

.header_contact{ display: none; }

.header_sns{ position: absolute; top: 8px; right: 60px; margin-right: 0; width: 15%; }
.header_sns_list{ display: flex; justify-content: center; align-items: center; }
.header_sns_item{ flex-basis: 48%; margin: 0 1%; }
.header_sns_item a{ display: block; text-align: center; }
.header_sns .instagram{ }
.header_sns .facebook img,
.header_sns .instagram img{ width: 78%; height: auto; max-width: 50px;}
.header_sns_item a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btmMenu { display: none; }

.page_top{ width: 50px; height: 50px; position: fixed; right: 10px; bottom: -80px; background: #005ab5; opacity: 0.6; border-radius: 50%; }
.page_top a{ position: relative; display: block; width: 50px; height: 50px; text-decoration: none; }
.page_top a::before{ font-family: 'Font Awesome 5 Free'; font-weight: 900; content: '\f102'; font-size: 25px; color: #fff; position: absolute; width: 25px; height: 25px; top: -5px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center; }

.footer_wrap{ padding: 80px 0; }
footer{ width: 90%; margin: 0 auto; border-radius: 20px; padding: 30px; background-attachment: fixed; }
.footer_sec{ flex-wrap: wrap; }
.footer_contact{ flex-basis: 100%; }
.footer_contact_tit,
.footer_calendar_tit{ font-size: 2.5rem; color: #005ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; }
.footer_contact_sec{ margin-bottom: 40px; }

.footer_tel{ margin-bottom: 20px; }
.footer_tel_num{ font-size: 3.2rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; letter-spacing: 1px; }
.footer_tel_num span{ font-size: 2rem; color: #0c3286; }
.footer_tel_time{ display: block; font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; margin-top: 5px; }

.footer_contact_btn{  }
.footer_contact_btn a{ display: block; font-size: 1.7rem; color: #fff; text-align: center; background-color: #fa874a; border: 1px solid #fa874a; border-radius: 10px; padding: 15px; }
.footer_contact_btn a:hover{ color: #fa874a; background-color: #fff; }
.footer_sns_list{ display: flex; justify-content: flex-start; }
.footer_sns_item{ flex-basis: auto; width: auto; margin-right: 20px; }
.footer_sns_item a{ display: block; text-align: center; font-size: 1.7rem; color: #fff; padding: 0px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; }
.footer_sns_item a i{ margin-right: 10px; font-size: 2rem; }
.footer_sns_item a:hover{}

.footer_sns_list .facebook a{ background: none; border: 0; }
.footer_sns_list .facebook a:hover{ background: none; color: #1877f2; }
.footer_sns_list .instagram a{ background: none; border: 1px solid #fff; }
.footer_sns_list .instagram a:hover{ background-color: #fff; color: #333; }
.footer_sns_list .youtube a{background: none; border: 0; }
.footer_sns_list .youtube a:hover{color: #f00; background-color: #fff;}

.footer_calendar{ flex-basis: 100%; }




.footer_nav{ display: none; }

.footer_copyright{ z-index: 3; position: absolute; left: 0; right: 0; margin: 0 auto 0 auto; text-align: center; color: #fff; font-size: 1.1rem; letter-spacing: 2px; min-height: 50px; bottom: -5px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }

.shapedividers_com-8354{ min-height: 80px; }


/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
h1 a:hover{	opacity: .6; }

.h1_wrap{ padding: 70px 0 50px 0; position: relative; }
.h1_wrap.h1_column{ padding: 35px 0 25px; }

.h1_wrap:before{ position: absolute; content: ""; display: block; width: 100%; height: 150%; top: -50%; background: rgba(0,0,0,0.3); }
.h1_wrap h1{ font-size: 4.5rem; text-align: center; color: #fff;  letter-spacing: 2px; position: relative; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.4; }
.h1_wrap h1 span{ display: block; font-size: 2.5rem; margin-bottom: 30px; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }
.h1_company02{padding: 70px 0 90px;}
.h1_results02{padding: 70px 0 90px;}



h2{ font-size: 3.5rem; color: #fff; background-color: #2982dd; letter-spacing: 1px; padding: 5px 30px; border-radius: 10px; margin-bottom: 40px; }

h2 span{ font-size: 1.2rem; margin-right: 10px; letter-spacing: 2px; }

.top_news_tit h2,
.top_report_tit h2{ font-size: 2.5rem; color: #256ab5; padding: 0 0 10px 0; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; background: none; border-radius: 0; }

.top_results_tit h2{ font-size: 3rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; text-align: center; padding: 0; background: none; border-radius: 0;  }

.top_contents_tit h2{ font-size: 2.5rem; color: #000; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; padding: 0; background: none; border-radius: 0; }

h2.h2_news{ font-size: 3rem; background: #f5f5f5; color: inherit;}
h2.h2_news span{ font-size: 1.2rem; color: #999; vertical-align: middle; margin-right: 10px; }



h3{ font-size: 3rem; color: #256ab5; padding: 0 0 15px 0; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 40px; background: none; border-radius: 0; }

.results_sec h3{ position: relative; font-size: 2rem; padding: .5rem .5rem 1.5rem .5rem; margin-bottom: 20px; color: #333; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; border: 0 !important; }
.results_sec h3:after{ position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; content: ''; background-image: -webkit-repeating-linear-gradient(135deg, #1a5fa4, #1a5fa4 1px, transparent 2px, transparent 5px); background-image: repeating-linear-gradient(-45deg, #1a5fa4, #1a5fa4 1px, transparent 2px, transparent 5px); background-size: 7px 7px;  backface-visibility: hidden; }
.results_sec h3 span{ font-size: 1rem; color: #999; margin-right: 10px; }



h4{ font-size: 2.8rem; color: #333; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; }

/* ----------------------------------------------------------
breadcrums
---------------------------------------------------------- */

.breadcrumbs{ background-color: #f5f5f5; padding: 5px 0; }
.breadcrumbs_list{ width: 90%; margin: 0 auto; position: relative; z-index: 1; } 
.breadcrumbs_item{ display: inline-block; position: relative; color: #999; }
.breadcrumbs_item:before{ content: "/"; display: block; position: absolute; top: .4em; left: 6px; color: #999; font-size: 1rem; }
.breadcrumbs_item:first-child:before{ content: ""; }
.breadcrumbs_item a{ color: #999; font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs_item:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_item a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_first_wrapper{padding-top: 60px;}
.top_img{position: relative; }

.top_img_campaign{ position: absolute; bottom: -80px; right: 10px; width: 30%; margin: 0 auto; text-align: right; }
.top_img_campaign img{ width: 60%; height: auto; }
.top_img_tit{ z-index: 2;  right: 0; margin: 0 auto; width: 100%; min-height: auto; }
.top_img_tit01{ /* position: relative; min-height: 80vh; */ display: none; }
.top_img_img01{ position: initial; width: 150px; height: auto; margin: 0 auto; background-color: #fff; border-radius: 100%; padding: 15px 5px 5px 5px; }
.top_img_img01 img{ width: 100%; height: auto; }
.top_img_tit02{ position: initial; width: 90%; margin: 0 auto; padding: 10px; }
.top_img_ico01{ color: #fa874a; font-size: 3.5rem; }
.top_img_tit03{ font-size: 3rem; color: #0c3286; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }
.top_img_ico02{ color: #fa874a; font-size: 3.5rem; }
.top_img_tit04{ position: absolute; top: 55%; left: 0; right: 0; margin: 0 auto; z-index: 2; color: #fff; font-size: 4.5rem; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; text-align: center; text-shadow: 0px 0px 9px rgba(12, 50, 134, 1); }


.swiper{ width: 100%; height: 100%; }
.swiper-slide{ background-position: center; background-size: cover; }
.swiper-slide img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.swiper{ margin-left: auto; margin-right: auto; }



.top_concept{ background: url("../images/bg_sea01.jpg") no-repeat; background-size: cover; padding: 60px 0; border-top: 3px solid #fff; }
.top_concept_sec{ width: 90%; margin: 0 auto; }
.top_concept_tit{ font-size: 3rem; margin-bottom: 20px; }
.top_concept_txt{ font-size: 1.6rem; color: #fff; text-align: center; letter-spacing: 1px; line-height: 1.8; margin-bottom: 30px; }
.top_concept_btn{ width: 380px; margin: 0 auto; }
.top_concept_btn a{ display: flex; font-size: 1.8rem; justify-content: center; text-align: center; color: #256ab5; background-color: #fff; border: 2px solid #fff; border-radius: 10px; padding: 15px; font-family: source-han-sans-japanese, sans-serif; font-weight: 700; font-style: normal; }
.top_concept_btn a:hover{ background-color: #256ab5; color: #fff; }





.top_info{ width: 90%; margin: 0 auto 80px auto; flex-wrap: wrap; }
.top_info01{ width: 90%; margin: 0 auto 40px auto; flex-wrap: wrap; }
.top_news,
.top_report{ flex-basis: 100%; }
.top_news_tit,
.top_report_tit{ /* font-size: 3.5rem; color: #256ab5; padding-bottom: 10px; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */ }
.top_news_list,
.top_report_list{  }
.top_news_item,
.top_report_item{ flex-wrap: wrap; border-bottom: 1px solid #ccc; padding: 20px 5px; margin-bottom: 5px; }
.top_news_date01,
.top_report_date01{ flex-basis: 100%; font-size: 1.2rem; color: #256ab5; letter-spacing: 1px; margin-bottom: 5px; }
.top_news_tit01,
.top_report_tit01{ flex-basis: 100%; font-size: 1.6rem; }
.top_report_tit01 a{  }

.top_news_tit h2,
.top_report_tit h2{ display: flex; justify-content: space-between; align-items: center; }

.top_news_tit h2 span,
.top_report_tit h2 span{ font-size: 2rem; }

.top_news_btn{}
.top_news_btn a{ display: inline-block; color: #256ab5; font-size: 1.4rem; text-align: center; padding: 10px 20px 5px 20px; background-color: #e8de3a; border-radius: 5px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; }

.top_news,
.top_report{ margin-bottom: 40px; }
.top_column{ margin-bottom: 0; }

.top_info01 .top_news,
.top_info01 .top_report{ flex-basis: 100%; font-family: source-han-sans-japanese, sans-serif; font-weight: 400; font-style: normal; line-height: 1; }

.top_results{ background: url("../images/bg_results01.jpg") no-repeat; background-size: cover; padding: 60px 0; margin-bottom: 80px; background-attachment: fixed; }
.top_results_sec{ width: 90%; margin: 0 auto; background-color: #fff; border-radius: 30px; padding: 30px; }
.top_results_tit{ /* font-size: 5rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; text-align: center; */ }
.top_results_list{ flex-wrap: wrap; justify-content: flex-start; }
.top_results_item{ flex-basis: 48%; margin-bottom: 40px; }
.top_results_tit01{ font-size: 2.2rem; color: #0c3286; letter-spacing: 2px; margin-bottom: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; padding: 0 0 0 0; position: relative; }
/* .top_results_tit01:before{ position: absolute; top: 14px; left: 0; display: block; content:""; background: url(../images/ico_top01.png); width: 17px; height: 18px; } */


.top_results_img01{ margin-bottom: 10px; }
.top_results_img01 img{ width: 100%; height: auto; }
.top_results_txt01{ font-size: 1.4rem; min-height: 75px; margin-bottom: 10px; }
.top_results_btn01{}
.top_results_btn01 a{ display: block; color: #378ce7; font-size: 1.5rem; text-align: center; border: 1px solid #378ce7; padding: 5px; border-radius: 40px; }
.top_results_btn01 a:hover{ background-color: #378ce7; color: #fff;}


.top_contents{ width: 90%; margin: 0 auto 80px auto; }
.top_contents_list{ flex-wrap: wrap; }
.top_contents_item{ flex-basis: 48%; margin-bottom: 40px; }
.top_contents_tit{ /* font-size: 3rem; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */ }
.top_contents_img{ margin-bottom: 20px; }
.top_contents_img img{ width: 100%; height: auto; }
.top_contents_txt{ font-size: 1.6rem; letter-spacing: 1px; line-height: 1.8; min-height: 80px; }


.footer_btn{ background-color: #005ab5; }
.footer_btn_list{ flex-wrap: wrap; }
.footer_btn_item{ flex-basis: 100%; border-right: 0; border-bottom: 2px solid #fff; }
.footer_btn01{ width: 90%; margin: auto; padding: 30px 0; }
.footer_btn_sec { padding: 30px 0; }
.footer_btn01 a{ display: block; background-color: #fff; border-radius: 15px; padding: 40px 20px; border: 1px solid #fff; }
.footer_btn01 a:hover{ background-color: #005ab5; color: #fff; }
.footer_btn_tit{ font-size: 2.3rem; }
.footer_btn_txt{ font-size: 1.8rem; }


.contents_txt{ margin-bottom: 60px; }
.contents_txt p{ font-size: 1.8rem !important; letter-spacing: 1px !important; line-height: 1.8 !important; }



.wrapper{ padding-top: 100px; }
.company_wrapper{padding-top: 60px;}
.contents{ width: 90%; margin: 0 auto; }

.contents_nav{ background-color: #eee; padding: 30px 0; margin-bottom: 80px; }
.contents_nav_list{ width: 90%; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; }
.contents_nav_item{ margin: 0 1% 10px 1%; }
.contents_nav_item a{ display: block; background-color: #666; color: #fff; font-size: 1.6rem; text-align: center; padding: 10px 20px; border-radius: 40px; border: 1px solid #666; }
.contents_nav_item a i{ margin-left: 5px; font-size: 1.2rem; }
.contents_nav_item a:hover{ background-color: #fff; color: #666; }


.faq_sec{ margin-bottom: 200px; margin-top: 60px; }
.privacy_sec{ margin-bottom: 200px; margin-top: 60px; }
.first_sec{ margin-bottom: 200px; }
.select_sec{ margin-bottom: 200px; }
.campaign_sec{ margin-bottom: 200px; }
.contact_sec{ margin-bottom: 200px; margin-top: 60px; }
.flow_sec{ margin-bottom: 200px; }
.newslist_sec{ margin-bottom: 200px !important; }
.voice_sec{ margin-bottom: 200px !important; }
.company_sec{ margin-bottom: 200px !important; }
.showroom_sec{ margin-bottom: 200px !important; }
.gallery_sec{ margin-bottom: 200px !important; font-family: dnp-shuei-mgothic-std, sans-serif !important; font-weight: 400; font-style: normal; }
.voice_sec{ margin-bottom: 200px !important ; }
.hospital_sec{ margin-bottom: 200px; margin-top: 60px; }
.voice_sec01{ margin-top: 60px; }
.newslist_sec{ margin-top: 60px !important; }
.gallery_sec{ margin-top: 60px !important; }


.report_sec{ margin-bottom: 200px; }
.report_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.report_item{ flex-basis: 48%; margin-bottom: 30px; }
.report_item a:hover{ opacity: 0.6; }
.report_item_img{ margin-bottom: 10px; }
.report_item_img img{ width: 100%; height: 200px; object-fit: cover; }
.report_item_tit{ font-size: 1.6rem; }
.report_item_date01{ font-size: 1.2rem; color: #aaa; margin-right: 10px; }

.report_sec01{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.report_sec01 .results_list{ flex-basis: 100%; margin-bottom: 30px; }
.report_sec01 #sidebar{ flex-basis: 100%; }

.report_sec01 img{ width: 100%; /* height: 300px !important; */ object-fit: cover; object-position: center left; }
.report_sec01 .results_item{ flex-basis: 48% !important; margin-bottom: 30px !important; }

.sidebarSec{ margin-bottom: 30px; }
.sidebar_list{ display: block !important; margin-left: 0 !important; margin-bottom: 0 !important; }
.sidebar_list > li{ position: relative; border-bottom: 1px solid #fff; margin-bottom: 5px !important; padding: 0 20px 5px 20px; width: auto !important;  display: inline-block; }
.sidebar_list > li:after{ display: block; content: ""; position: absolute; top: .6em; left: 0; width: 5px; height: 5px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }

.prevnext{ margin: 100px 0; display: flex; justify-content: space-between; }
.prevnext a{ /* display: block; font-size: 1.4rem; text-align: center; background-color: #f5f5f5; padding: 5px 10px; border-radius: 40px; */ }
.prevnext a:hover{  }
.next{ flex-basis: 20%; }
.modoru{ flex-basis: 20%; }
.prev{ flex-basis: 20%; }

.next a{ position: relative; display: block; padding: 5px 15px 10px 30px; color: #fff; font-size: 1.4rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_right a:after{ content: ""; position: absolute; top: 40%; right: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); transition: all .3s;   }
.btntransform_right a:hover::after{ right: 10px; }


.prev a{ position: relative; display: block; padding: 5px 30px 10px 15px; color: #fff; font-size: 1.4rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_left a:after{ content: ""; position: absolute; top: 40%; left: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(225deg); transition: all .3s;   }
.btntransform_left a:hover::after{ left: 10px; }


.modoru a{ position: relative; overflow: hidden; display: block; border: 1px solid #333; background-color: #333; color: #fff; font-size: 1.4rem; padding: 5px 10px 10px 5px; border-radius: 25px; text-align: center; transition: ease .2s; }
.modoru a span{ position: relative; z-index: 3; color: #fff; }
.modoru a:hover span{ color: #fff; }
.modoru a:before{ content: ""; position: absolute; bottom: 0; left: 0; z-index: 2; background: #333; width: 100%; height: 0; transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
.modoru a:hover:before{ height: 100%; background-color: #999; }


.results_sec{ margin-bottom: 200px !important; margin-top: 60px; }
.results_list{}
.results_item{}
.results_item{}
.results_img{}

.results_sec01{ margin-bottom: 5px; position: relative; overflow: hidden; }
.results_sec01 img{ width: 100%; height: 250px; object-fit: cover; object-position: top left;}
.results_sec01 .caption{ width: 100%; height: 100%; opacity: 0; font-size: 3rem; color: #fff; top: 0; left: 0; position: absolute; text-align: center; transition: all 0.4s step-end; display: flex; align-items: center; }
.results_sec01:hover .caption{ opacity: 1; }
.results_sec01 .caption p{ font-size: 1.8rem; color: #fff; opacity: 0; margin: 0 auto; }
.results_sec01:hover .caption p{ opacity: 1; }
.results_sec01 .mask1,
.results_sec01 .mask2{ width: 100%; height: 100%; position: absolute; left: 0; background-color: rgba(12,50,134,0.6); transition: all 0.4s ease; }
.results_sec01 .mask1{ top: -100%; }
.results_sec01:hover .mask1{ top: 0; }
/*
.results_sec01 .mask2{ bottom: -50%; }
.results_sec01:hover .mask2{ bottom: 0; }
*/
.results_cat{ display: inline-block; }
.results_cat a{ display: block; color: #fff; background-color: #0c3286; font-size: 1.2rem; padding: 3px 10px; border-radius: 30px; letter-spacing: 1px; border: 1px solid #0c3286; }
.results_cat a:hover{ background-color: #fff; color: #0c3286; }

.results_btn{ width: 200px; margin: 0 auto; }
.results_btn a{ display: block; font-size: 1.6rem; text-align: center; color: #0c3286; border: 1px solid #0c3286; padding: 10px; border-radius: 40px; }
.results_btn a:hover{ background-color: #0c3286; color: #fff; }


.faq_sec li{ border-bottom: 1px solid #ccc; margin-bottom: 40px !important; padding-bottom: 40px; }

.gallery_detail{ }
.gallery_detail p{ background-color: #edf4fa; padding: 10px; min-height: 220px; border-radius: 0 20px 0 20px; }
.gallery_btn{ margin-top: 10px; }
.gallery_btn a{ display: block; background-color: #0c3286; color: #fff; font-size: 1.6rem; text-align: center; border: 1px solid #0c3286; padding: 10px; border-radius: 30px; letter-spacing: 1px; line-height: 1; }
.gallery_btn a:hover{ background-color: #fff; color: #0c3286; }


.sitemap_sec{ margin-top: 60px; margin-bottom: 200px; }
.sitemap_list{}
.sitemap_item{ position: relative; padding: 0 0 0 20px; margin-bottom: 20px; }
.sitemap_item:after{ position: absolute; display: block; content: ""; top: 10px; left: 0; width: 6px; height: 6px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }
.sitemap_item a{ font-size: 1.8rem; font-weight: 700; }
.sitemap_item i{ margin-left: 10px; font-size: 1.4rem; }
.sitemap_item > ul{ margin: 10px 0 10px 20px; }
.sitemap_item > ul > li{ position: relative; margin-bottom: 10px; }
.sitemap_item > ul > li > a{ font-size: 1.6rem; font-weight: 400; padding: 0 0 0 20px; }
.sitemap_item > ul li:after{ display: block; content: ""; position: absolute; top: 14px; left: 0; width: 8px; height: 1px; background-color: #666; }
.sitemap_item > ul > li > ul{ margin: 10px 0 10px 40px; }
.sitemap_item > ul > li > ul > li{ list-style-type: circle; }
.sitemap_item > ul > li > ul > li a{ font-size: 1.6rem; font-weight: 400; }	


.price_sec{margin-bottom: 60px;}
.suisou_special{margin-bottom: 80px;}
.course_sec{ margin-bottom: 80px; }
.cource_list{ display: flex; justify-content: space-between; }
.cource_item{ flex-basis: 48%; border: 5px solid; background-color: #eee; padding: 40px 30px; border-radius: 30px; }
.cource_rental{ border-color: #fa874a; }
.cource_purchase{ border-color: #17aca3; }
.cource_tit{ font-size: 2.5rem; color: #fff; padding: 15px; text-align: center; border-radius: 40px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; letter-spacing: 1px; }
.cource_rental .cource_tit{ background-color: #fa874a; }
.cource_purchase .cource_tit{ background-color: #17aca3; }
.cource_txt{ margin-bottom: 0; }


.aquarium_sec{}
.aquarium_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_item{ flex-basis: 46%; background-color: #f5f5f5; padding: 20px; border-radius: 15px; margin-bottom: 60px;  }
.aquarium_item:last-child{ flex-basis: 100%; }
.aquarium_img{ margin-bottom: 20px; }
.aquarium_img img{ width: 100%; height: auto; }
.aquarium_size{ width: 230px; margin: 0 auto 20px auto; text-align: center; font-size: 2.5rem; color: #fff; background-color: #2982dd; padding: 10px; border-radius: 60px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; line-height: 1; }
.aquarium_detail{ width: 100%; margin: 0 auto 20px auto; }
.aquarium_detail_list{ display: flex; flex-wrap: wrap; justify-content: center; }
.aquarium_detail_item{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; text-align: center; line-height: 1.4; margin: 0 5px; }
.aquarium_price{}
.aquarium_price_list{ display: flex; justify-content: space-between; }
.aquarium_price_item{ flex-basis: 46%; border: 3px solid; }
.aquarium_price_tit01{ color: #fff; font-size: 1.7rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01{  background-color: #fff; font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01 span{ text-align: center; font-size: 3.2rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; margin-right: 10px; }
.cource_rental .aquarium_price_tit01{ background-color: #fa874a; }
.aquarium_price_item.cource_rental{ border-color: #fa874a; }
.cource_purchase .aquarium_price_tit01{ background-color: #17aca3; }
.aquarium_price_item.cource_purchase{ border-color: #17aca3; }

.aquarium_size{}
.aquarium_img01{}
.aquarium_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_img_item{ flex-basis: 48%; margin-bottom: 30px; }
.aquarium_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; }
.aquarium_img_item img{ width: 100%; height: auto; }
.aquarium_att{ background-color: #ce541f; color: #fff; text-align: center; font-size: 2rem; letter-spacing: 1px; padding: 10px; border-radius: 10px; }

.aquarium_txt{}
.aquarium_txt_list{ margin-left: 2rem; }
.aquarium_txt_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1; margin-bottom: 15px; letter-spacing: 1px; }
.aquarium_txt_item:before{ content: "※"; margin-left: -1em; }

.plan_sec{ margin-bottom: 200px; }
.plan_txt{}
.plan_att{}
.plan_att_list{ margin-left: 2rem; }
.plan_att_item{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3; margin-bottom: 15px; letter-spacing: 1px; }
.plan_att_item:before{ content: "※"; margin-left: -1em; }
.plan_att_item ul{ margin: 10px 0 0 40px; }
.plan_att_item ul > li{ list-style-type: disc; font-size: 1.8rem; margin-bottom: 10px; }

.size_sec{ margin-bottom: 80px; }
.size_img{}
.size_img img{ width: 100%; height: auto; }

.maintenance_sec h3 br{ display: none; }

.afterservice_sec{ margin-bottom: 200px; }
.afterservice_txt{}
.afterservice_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.afterservice_item{ flex-basis: 48%; margin-bottom: 30px; }
.afterservice_tit01{ font-size: 2.3rem; color: #2982dd; text-align: center; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; letter-spacing: 1px; text-align: center; margin-bottom: 20px; }
.afterservice_img01{ margin-bottom: 20px; }
.afterservice_img01 img{ width: 100%; height: auto; }
.afterservice_txt01{ font-size: 1.5rem; line-height: 1.8; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; }

.area_sec{ margin-bottom: 200px; }
.area_list{ display: flex; justify-content: space-between; }
.area_item{}
.area_list01{ flex-basis: 40%; }
.area_sec01{ margin-bottom: 30px; }
.area_sec01_list{ line-height: 1.2; margin-bottom: 30px; }
.area_sec01_item{ display: inline; font-size: 1.5rem; line-height: 1; }
.area_sec01_item:not(:nth-child(1)):before{ content: "、"; }
.area_pref{ width: 160px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 40px; }
.area_img{ flex-basis: 60%; }
.area_img img{ width: 100%; height: auto; }


.price_point{ width: 96%; margin: 0 auto; }
.price_point_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.price_point_list:after{ content: ""; display: block; width: 32%; }
.price_point_item{ flex-basis: 32%; text-align: center; margin-bottom: 20px; }
.price_point_item img{ width: 100%; height: auto; }

.price_table{ margin-bottom: 80px; }
.price_table table{ width: 100%; border-collapse: collapse; background-color: #eee; }
.price_table table th{ width: 20%; padding: 15px; font-size: 2.8rem; color: #fff; border: 1px solid #fff; }
.price_table table th.th01{ width: 40%; background-color: #3885d2; }
.price_table table th.th02{ width: 40%; background-color: #1b61a7; text-align: center; }
.price_table table th.th03{ width: 20%; background-color: #0c3286; text-align: left; font-size: 2.2rem; }
.price_table table th.noth{ background-color: #eee; }
.price_table table td{ font-size: 2rem; text-align: center; padding: 15px; border: 1px solid #ccc; font-weight: 600; letter-spacing: 2px; }
.price_table table td span{ display: block; font-size: 1.6rem; font-weight: 400; }
.price_table table td.td01{ background-color: #e3eef9; }
.price_table table td.td02{ background-color: #dfe9f2; }

.td01_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td01_item{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td01_tit01{ color: #fff; font-size: 1.8rem; text-align: center; background-color: #3885d2; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td01_txt01{ font-size: 1.8rem; text-align: center; }

.td01_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.td01_item_last .td01_tit01{ flex-basis: 100%; padding: 5px; margin-right: 0; margin-bottom: 10px !important; }
.td01_item_last .td01_txt01{ flex-basis: 100%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.td02_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td02_item{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td02_tit01{ color: #fff; font-size: 1.8rem; text-align: center; background-color: #1b5fa4; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td02_txt01{ font-size: 1.8rem; text-align: center; }

.td02_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.td02_item_last .td02_tit01{ flex-basis: 100%; padding: 5px; margin-right: 0; margin-bottom: 10px !important; }
.td02_item_last .td02_txt01{ flex-basis: 100%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.price_info{ margin-bottom: 80px; }
.price_info_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.price_info_item{ flex-basis: 100%; margin-bottom: 20px; text-align: center; }
.price_info_item a:hover{ opacity: .6; }
.price_info_sec{}
.price_info_tit{ color: #fff; font-size: 1.9rem; background-color: #4b84bd; text-align: center; padding: 15px; border-radius: 10px 10px 0 0; }
.price_info_sec01{ background-color: #eee; padding: 20px; border-radius: 0 0 10px 10px; }
.price_info_num{ display: flex; }
.price_info_num01{ display: flex; align-items: center; font-size: 5rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: 1px; }
.price_info_num01 i{  flex-basis: 40px; width: 40px; height: 40px; background-color: #0c3286; border-radius: 100%; text-align: center; margin-right: 7px; line-height: 37px; color: #fff; font-size: 2rem; }
.price_info_info01{ font-size: 1.5rem; }

.price_info_btn{ margin-top: 10px; }
.price_info_btn a{ display: block; font-size: 2.3rem; color: #fff; text-align: center; background-color: #fa874a; border: 2px solid #fa874a; padding: 12px; border-radius: 10px; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; }
.price_info_btn a i{ margin-right: 10px; }
.price_info_btn a:hover{ color: #fa874a; background-color: #fff; opacity: 1; }

.suisou_size_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 60px; }
.suisou_size_item{ flex-basis: 48%; margin-bottom: 40px; background-color: #f5f5f5; border-radius: 10px; padding: 20px 0; }
.suisou_size_tit{ width: 80%; font-size: 2.5rem; background-color: #2982dd; color: #fff; padding: 8px 20px 5px 20px; border-radius: 0 10px 10px 0; letter-spacing: 2px; margin-bottom: 20px; line-height: 1; }
.suisou_size_tit i{ margin-right: 20px; vertical-align: middle; }
.suisou_size_img{ text-align: center; margin-bottom: 20px; }
.suisou_size_img img{ border-radius: 10px; width: 100%; height: auto; }
.suisou_size_spec{ margin: 0 30px 20px 30px; }
.suisou_size_spec > ul{ display: flex; flex-wrap: wrap; }
.suisou_size_spec > ul > li{ position: relative; font-size: 1.8rem; padding-left: 18px; margin-right: 10px; margin-bottom: 8px; line-height: 1; letter-spacing: 1px; }
.suisou_size_spec > ul > li:before{ display: block; position: absolute; content: ""; width: 15px; height: 15px; border-radius: 50%; background-color: #2982dd; top: 0; left: 0; }

.suisou_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 90%; margin: 0 auto; }
.suisou_img_item{ flex-basis: 48%; margin-bottom: 20px; }
.suisou_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; text-align: left; }
.suisoum_img_item img{ width: 100%; height: auto; }
.suisou_size_att{ width: 90%; margin: 0 auto; display: flex; align-items: center; background-color: #c81111; padding: 10px 20px; border-radius: 5px; }
.suisou_size_att i{ color: #fff; font-size: 4rem; margin-right: 20px; }
.suisou_size_att p{ color: #fff; font-size: 2rem; }
.suisou_size_img_special{ margin-bottom: 0; }

.suisou_maintenance_list{ width: 100% !important; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.suisou_maintenance_item{ flex-basis: 31%; margin: 0 1% 40px 1% !important; }

.suisou_maintenance_item .maintenanceSecImg01{}
.suisou_maintenance_item .maintenanceSecImg01 img{ border-radius: 10px !important; }
.suisou_maintenance_item .maintenanceSecTit{ width: 100% !important; margin: 0 !important; padding: 0 !important; font-size: 1.7rem !important; }


.suisou_notes{}
.suisou_notes_list{ margin-left: 2rem; }
.suisou_notes_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3 !important; margin-bottom: 10px !important; letter-spacing: 1px; }
.suisou_notes_item:before{ content: "※"; margin-left: -1em; }

.suisou_notes_item ul{ margin-top: 10px; margin-left: 60px; }
.suisou_notes_item ul li{ list-style-type: disc; font-size: 1.6rem; margin-bottom: 8px; }



.servicearea_sec{ margin-bottom: 100px !important; }
.servicearea_list{ display: flex; justify-content: space-between; }
.servicearea_item{ }
.servicearea_list01{ flex-basis: 42%; margin-bottom: 0 !important; }
.servicearea_list01 p{ margin-bottom: 30px; }
.servicearea_sec01{ margin-bottom: 30px; }
.servicearea_pref_list{ width: 75%; line-height: 1.2; margin-bottom: 30px; }
.servicearea_pref_item{ display: inline-block; font-size: 1.8rem; line-height: 1.2; margin-bottom: 5px; font-weight: 600; }
.servicearea_pref_item:not(:last-child):after{ content: "、"; }
.servicearea_pref{ width: 130px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 5px; }
.servicearea_img{ flex-basis: 53%; }
.servicearea_img img{ width: 100%; height: auto; }

.servicearea_sec01_pref{ display: flex; flex-wrap: wrap; }
.servicearea_sec01_pref div{ margin-right: 15px; margin-bottom: 20px; }



.price_point{ margin: 0 auto; }
.price_point_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 15px;}
.price_point_item{ flex-basis: calc((100% - 45px)/4); text-align: center; margin-bottom: 20px; }
.price_point_item img{ width: 100%; height: auto; }

.price_table{ margin-bottom: 80px; }
.price_table table{ width: 100%; border-collapse: collapse; background-color: #eee; }
.price_table table th{ width: 20%; padding: 15px; font-size: 2.8rem; color: #fff; border: 1px solid #fff; }
.price_table table th.th01{ width: 40%; background-color: #3885d2; }
.price_table table th.th02{ width: 40%; background-color: #1b61a7; text-align: center; }
.price_table table th.th03{ width: 20%; background-color: #0c3286; text-align: left; font-size: 2.2rem; }
.price_table table th.noth{ background-color: #eee; }
.price_table table td{ font-size: 2.3rem; text-align: center; padding: 15px; border: 1px solid #ccc; font-weight: 600; letter-spacing: 2px; }
.price_table table td span{ display: block; font-size: 1.6rem; font-weight: 400; }
.price_table table td.td01{ background-color: #e3eef9; }
.price_table table td.td02{ background-color: #dfe9f2; }



.td01_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td01_item{ flex-basis: 46%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td01_tit01{ color: #fff; font-size: 2.1rem; text-align: center; background-color: #3885d2; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td01_txt01{ font-size: 2.2rem; text-align: center; }

.td01_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.td01_item_last .td01_tit01{ flex-basis: 100%; padding: 8px; margin-right: 0; margin-bottom: 10px !important; }
.td01_item_last .td01_txt01{ flex-basis: 100%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.td02_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td02_item{ flex-basis: 46%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td02_tit01{ color: #fff; font-size: 2.1rem; text-align: center; background-color: #1b5fa4; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td02_txt01{ font-size: 2.2rem; text-align: center; }

.td02_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.td02_item_last .td02_tit01{ flex-basis: 100%; padding: 8px; margin-right: 0; margin-bottom: 10px !important; }
.td02_item_last .td02_txt01{ flex-basis: 100%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.price_info{ margin-bottom: 60px; }
.price_info_list{ display: flex; justify-content: space-between; }
.price_info_item{  }
.price_info_item img{width: 100%; height: auto;}
.price_info_item a:hover{ opacity: .6; }
.price_info_sec{}
.price_info_tit{ color: #fff; font-size: 1.9rem; background-color: #4b84bd; text-align: center; padding: 15px; border-radius: 10px 10px 0 0; }
.price_info_sec01{ background-color: #eee; padding: 20px; border-radius: 0 0 10px 10px; }
.price_info_num{ display: flex; gap: 30px;}
.price_info_num01{ display: flex; align-items: center; font-size: 5rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: 1px; }
.price_info_num01 i{  flex-basis: 40px; width: 40px; height: 40px; background-color: #0c3286; border-radius: 100%; text-align: center; margin-right: 7px; line-height: 37px; color: #fff; font-size: 2rem; }
.price_info_info01{ font-size: 1.5rem; }

.price_info_btn{ margin-top: 10px; }
.price_info_btn a{ display: block; font-size: 2.3rem; color: #fff; text-align: center; background-color: #fa874a; border: 2px solid #fa874a; padding: 12px; border-radius: 10px; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; }
.price_info_btn a i{ margin-right: 10px; }
.price_info_btn a:hover{ color: #fa874a; background-color: #fff; opacity: 1; }

.suisou_size_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 40px; row-gap: 20px;}
.suisou_size_item{ flex-basis: 48%; margin-bottom: 20px; background-color: #f5f5f5; border-radius: 10px; padding: 20px 0; }
.suisou_size_tit{ width: 90%; max-width: 380px; font-size: 3rem; background-color: #2982dd; color: #fff; padding: 8px 20px 5px 20px; border-radius: 0 10px 10px 0; letter-spacing: 2px; margin-bottom: 20px; line-height: 1; }
.suisou_size_tit i{ margin-right: 20px; vertical-align: middle; }
.suisou_size_img{ text-align: center; margin-bottom: 20px; width: 90%; margin: 0 auto 20px;}
.suisou_size_img img{ border-radius: 10px; }
.suisou_size_spec{ margin: 0 30px 20px 30px; }
.suisou_size_spec > ul{ display: flex; flex-wrap: wrap; }
.suisou_size_spec > ul > li{ position: relative; font-size: 1.8rem; padding-left: 18px; margin-right: 10px; margin-bottom: 8px; line-height: 1; letter-spacing: 1px; }
.suisou_size_spec > ul > li:before{ display: block; position: absolute; content: ""; width: 15px; height: 15px; border-radius: 50%; background-color: #2982dd; top: 0; left: 0; }

.suisou_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 90%; margin: 0 auto; }
.suisou_img_item{ flex-basis: 48%; margin-bottom: 20px; }
.suisou_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; text-align: left; }
.suisoum_img_item img{ width: 100%; height: auto; }
.suisou_size_att{ width: 90%; margin: 0 auto; display: flex; align-items: center; background-color: #c81111; padding: 10px 20px; border-radius: 5px; }
.suisou_size_att i{ color: #fff; font-size: 4rem; margin-right: 20px; }
.suisou_size_att p{ color: #fff; font-size: 2rem; }
.suisou_size_img_special{ margin-bottom: 0; }

.suisou_maintenance_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.suisou_maintenance_item{ flex-basis: 23%; margin: 0 1% 40px 1%; }

.suisou_maintenance_item .maintenanceSecImg01{}
.suisou_maintenance_item .maintenanceSecImg01 img{ border-radius: 10px !important; }
.suisou_maintenance_item .maintenanceSecTit{ width: 100% !important; margin: 0 !important; padding: 0 !important; font-size: 1.7rem !important; }


.suisou_notes{}
.suisou_notes_list{ margin-left: 2rem; }
.suisou_notes_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3 !important; margin-bottom: 10px !important; letter-spacing: 1px; }
.suisou_notes_item:before{ content: "※"; margin-left: -1em; }

.suisou_notes_item ul{ margin-top: 10px; margin-left: 60px; }
.suisou_notes_item ul li{ list-style-type: disc; font-size: 1.6rem; margin-bottom: 8px; }



.servicearea_sec{ margin-bottom: 30px !important; }
.servicearea_list{ display: flex; justify-content: space-between; }
.servicearea_item{ }
.servicearea_list01{ flex-basis: 42%; }
.servicearea_list01 p{ margin-bottom: 30px; }
.servicearea_sec01{ margin-bottom: 30px; }
.servicearea_pref_list{ width: 75%; line-height: 1.2; margin-bottom: 30px; }
.servicearea_pref_item{ display: inline-block; font-size: 1.8rem; line-height: 1.2; margin-bottom: 5px; font-weight: 600; }
.servicearea_pref_item:not(:last-child):after{ content: "、"; }
.servicearea_pref{ width: 130px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 5px; }
.servicearea_img{ flex-basis: 53%; }
.servicearea_img img{ width: 100%; height: auto; }

.servicearea_sec01_pref{ display: flex; flex-wrap: wrap; }
.servicearea_sec01_pref div{ margin-right: 20px; margin-bottom: 20px; }



/* スタッフ紹介 */
.staff_sec{}
.staff_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.staff_list:after{ content: ""; display: block; width: 32%; }
.staff_item{ flex-basis: 48%; margin-bottom: 40px; }
.staff_name{ background-color: #eee; font-size: 2.8rem; color: #1b61a7; text-align: center; padding: 5px; border-radius: 10px; margin-bottom: 10px; font-weight: bold; }
.staff_img{ text-align: center; margin-bottom: 5px; }
.staff_img img{ width: 100%; height: auto; }
.staff_item dl{ display: flex; flex-wrap: wrap; }
.staff_item dt{ flex-basis: 28%; font-size: 1.4rem; padding: 10px; border-bottom: 1px solid #ccc; color: #1b61a7; font-weight: bold; }
.staff_item dd{ flex-basis: 72%; font-size: 1.4rem; padding: 10px; border-bottom: 1px solid #ccc; }




/************** はじめての方へ / first **************/
.firstSec {
	width: 93.75%;
	margin: auto;
}
.firstSec li {
	margin-bottom: 80px;
}
.firstSec li .firstSecTxt {
	margin-bottom: 65px;
}
.firstSec li .firstSecTxt .firstSecTxt01 p {
	font-size: 16px;
	margin-bottom: 40px;
}
.firstSec li .firstSecTxt .firstSecTxt02 {
	font-size: 20px;
}
.firstSec li .firstSecImg {
	width: 50.625%;
    margin: auto;
}
.firstSec li .firstSecImg img{ width: 100%; height: auto; }
.firstSec li .firstSecImg img {
	border-radius: 50%;
}
.firstSec li .firstSecTxt ul {
	margin-bottom: 30px;
}
.firstSec li .firstSecTxt li {
	margin-bottom: 15px;;
	color: #f60;
	font-size: 20px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}
.firstSec li .firstSecTxt li p {
	color: #333;
	font-weight: normal;
	margin-left: 30px;
}

.campaign_sec .campaign_bnr{margin-bottom: 20px;}
/************** プラン紹介 / plan **************/
.planSecTxt {
	margin-bottom: 15px;
}
.planSecTxt:nth-child(2) {
	margin-bottom: 50px;
}
.planSec .planSecTxt01 {
	margin-bottom: 30px;
}
.planSec .planSecTxt02 {
	margin-bottom: 20px;
}
.planSec {
	margin-bottom: 120px;
}
.planSec:last-child {
	margin-bottom: 0;
}
.planSec .planSecTxt {
	margin-bottom: 70px;
}
.planSec .planSec01 {
	margin-bottom: 80px;
}
.planSec01Tit {
	margin-bottom: 110px;
	width: 55%;
	margin: 0 auto 30px;
}
.planSec .planSec01 .planSec01Txt {
	text-align: center;
}
.planSec .planSec02 {
	margin-bottom: 85px;
}
.planSec .planSec02:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSec02 .planSec02Img {
	width: 71.25%;
	margin: auto;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.planSec .planSec02 .planSec02Img .planSec02Img01:last-child {
	margin-right: 0;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 img {
	border-radius: 50%;
}
.planSec .planSec02 .planSec02Txt01 {
	margin-bottom: 50px;
}
.planSec	.planSec03 .planSec03Txt {
	margin-bottom: 35px;
	}
.planSec .planSec03 .planSec03Ico {
	width: 55%;
	margin: 0 auto 50px;
}
.planSec .planSec03 .planSec03Ico .planSec03Ico01 {
	float: left;
	width: 47.5%;
	text-align: center;
	margin-right: 5%;
}
.planSec .planSec03 .planSec03Ico:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSecImg {
	width: 75%;
	margin: 0 auto 110px;
}
.planSec .planSecImg:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSecImg .planSecImg01 {
	float: left;
	width: 47.5%;
	margin: 0 5% 30px 0;
}
.planSec .planSecImg .planSecImg01:nth-child(2n) {
	margin-right: 0;
}
.planSec .planSecImg .planSecImg01 img {
	border-radius: 50%;
}
.planSec .planSec01 .priceSecTit {
	font-size: 19px;
}
.planSec li {
    width: 32%;
	text-align: center;
	float: left;
    margin: 0 2% 30px 0;
}
.planSec li:nth-child(3n) {
	margin-right: 0;
}
.planSec li img {
	max-width: 150px;
	margin: auto;
}
/************** 料金表 / price **************/
.priceSec .priceSecTxt01 {
margin-bottom: 65px;
}
.priceSec table {
	width: 100%;
	margin-bottom: 35px;
}
.priceSec table tbody tr th,
.priceSec table tbody tr td {
	width: 25%;
	padding: 12px 0 13px 0;
	font-size: 16px;
}
.priceSec .priceSecTxt04 p br {
	display: none;
}
.priceSec .priceSecTxt03 {
	margin-bottom: 65px;
}
.priceSec .priceSecTxt03 ul {
	margin-bottom: 30px;
	width: 100%;
}
.priceSec .priceSecTxt03 li {
	font-size: 16px;
	margin-bottom: 0;
}
.priceSec .priceSecTxt03 p {
	margin-bottom: 20px;
}
.priceSec .priceSecTxt03 p:last-child {
	margin-bottom: 0;
}
.priceSec .priceSecTxt03 p br {
	display: none;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before{
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	border-radius: 50%;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50% , -50%);
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):after,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):after{
	content: "";
	width: 45px;
	height: 45px;
	border: 3px solid #fff;
	border-radius: 50%;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50% , -50%);
	position: absolute;
}
/************** メンテンナンス / maintenance **************/
.maintenanceSec .maintenanceSecTxt01 {
	margin-bottom: 30px;
}
.maintenanceSec ul {
	width: 80%;
	margin: auto;
}
.maintenanceSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.maintenanceSec li {
	width: 46%;
	float: left;
	margin: 0 8% 70px 0;
}
.maintenanceSec li:nth-child(2n) {
	margin-right: 0;
}
.maintenanceSec li .maintenanceSecImg01 img {
	width: 100%;
	border-radius: 50%;
}
.maintenanceSec li .maintenanceSecTit {
	font-size: 16px;
}
/************** 導入までの流れ / flow **************/
.flowSec li {
	padding-left: 18%;
	height: 200px;
	width: 100%;
}
.flowSec li:after {
	top: 330px;
}
.flowSec li:nth-child(1) {
	background: url(../first/images/bg_flow01.png) left no-repeat;
	background-size: 12.5%;
}
.flowSec li:nth-child(2) {
	background: url(../first/images/bg_flow02.png) left no-repeat;
	background-size: 12.5%;
}
.flowSec li:nth-child(3) {
	background: url(../first/images/bg_flow03.png) left no-repeat;
	background-size: 12.5%;
}
.flowSec li:nth-child(4) {
	background: url(../first/images/bg_flow04.png) left no-repeat;
	background-size: 12.5%;
}
.flowSec li:nth-child(5) {
	background: url(../first/images/bg_flow05.png) left no-repeat;
	background-size: 12.5%;
}
.flowSec li:nth-child(6) {
	background: url(../first/images/bg_flow06.png) left no-repeat;
	background-size: 12.5%;
}
.flowSec li:nth-child(7) {
	background: url(../first/images/bg_flow07.png) left no-repeat;
	background-size: 12.5%;
}
.flowSec li .flowSecTxt .flowSecTit {
	font-size: 23px;
	margin-bottom: 20px;
}
.flowSec li .flowSecTxt .flowSecTxt01 {
    margin-bottom: 30px;
}
.flowSec li .flowSecTxt .flowSecTel {
	font-size: 30px;
	line-height: 1;
}
.flowSec li .flowSecTxt .flowSecTel span {
	font-size: 16px;
}
.flowSec li .flowSecTxt li {
	font-size: 16px;
	padding-left: 0;
}
/************** よくある質問 / faq **************/
.faqSec li {
	margin-bottom: 100px;
}
.faqSec li .faqSecQ:before, .faqSec li .faqSecA:before {
	background-size: 100%;
	height: 40px;
    width: 40px;
}
.faqSec li .faqSecQ, .faqSec li .faqSecA {
	padding-left: 70px;
}
.faqSec li .faqSecQ {
	font-size: 20px;
	margin-bottom: 40px;
}
.faqSec li .faqSecA {
	font-size: 16px;
}
/************** サービスエリア / area **************/
.areaSec {
	position: relative;
	height: 880px;
}
.areaSec .areaSecTxt {
	position: absolute;
	z-index: 1;
}
.areaSec p {
	margin-bottom: 25px;
}
.areaSec p:last-child {
	margin-bottom: 0;
}
.areaSec .areaSecImg {
	position: absolute;
	top: 0;
	right: 0;
	width: 68.75%;
}
/************** 会社概要 / company **************/
.companySec {
	margin-bottom: 60px;
}
.companySec .companySecTxt {
	margin-bottom: 50px;
}
.companySec .companySecTxt p {
	margin-bottom: 35px;
}
.companySec .companySecTxt p:last-child {
	margin-bottom: 0;
}
.companySec .companySecImg ul:after {
	clear: both;
	display: block;
	content: "";
}
.companySec .companySecImg li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.companySec .companySecImg img{ width: 100%; height: auto; }
.companySec .companySecImg li:last-child {
	margin-right: 0;
}
.companySec:nth-child(2) li:before {
	left: 0;
	top: 11px;
	font-size: 9px;
}
.companySec:nth-child(2) li {
	font-size: 19px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.companySec table tbody tr th,
.companySec table tbody tr td {
	font-size: 16px;
	padding: 12px 0 12px 3%;
}
.companySec table tbody tr th {
	width: 35%;
	text-align: left;
}
.companySec table tbody tr td li {
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 0;
}
.companySec iframe {
	height: 350px;
	width: 100%;
}


.companySecRinen li:before {
	top: 15px;
	font-size: 9px;
	left: 0;
}
.companySecRinen li {
	font-size: 23px;
	padding-left: 15px;
	margin-bottom: 12px;
}

.company_img{width: 100%; margin-bottom: 20px; display: flex; gap: 15px;}
.company_img img{width: calc((100% - 15px)/2); height: auto;}

/************** 個人情報保護方針 / privacy **************/
.privacySec .privacySecTxt {
	margin-bottom: 60px;
}
.privacySec .privacySecTxt li {
	font-size: 16px;
}
/************** クーリングオフ / coolingoff **************/
.coolingoffSec .coolingoffSecTxt p {
	margin-bottom: 35px;
}
/************** 熱帯魚図鑑 / gallery **************/
.gallerySec .gallerySecTxt01 {
	margin-bottom: 20px;
}
.gallerySec .gallerySecList01 ul {
	margin-bottom: 70px;
}
.gallerySec .gallerySecList01 ul:after {
	clear: both;
	display: block;
	content: "";
}
.gallerySec .gallerySecList01 li {
	width: 25%;
}
.gallerySec .gallerySecList01 li a {
	font-size: 11px;
}
.gallerySec .gallerySecList02 ul {
	width: 85%;
	margin: auto;
}
.gallerySec .gallerySecList02 li {
    width: 46%;
    float: left;
	margin: 0 8% 70px 0;
	height: 540px;
}
.gallerySec .gallerySecList02 li:nth-child(2n) {
	margin-right: 0;
}
.gallerySec .gallerySecList02 li .gallerySecTit01:before {
    vertical-align: -2px;
}
.gallerySec .gallerySecList02 li .gallerySecTit01 {
	font-size: 18px;
}
.gallerySec .gallerySecList02 li .gallerySecTxt {
	margin-bottom: 25px;
}
.gallerySec .gallerySecList02 li .gallerySecTxt .gallerySecTxt02 {
	font-size: 14px;
}
.gallerySec .gallerySecList02 li .gallerySecTit02 {
	font-size: 16px;
	margin-bottom: 5px;
}
.gallerySec .gallerySecList02 li p {
	font-size: 14px;
}


.gallerySecList03{ width: 90%; margin: 0 auto; }
.gallerySecList03 ul{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.gallerySecList03 li{ flex-basis: 46%; margin-bottom: 60px; }
.gallerySecList03 li img{ width: 100%; height: auto; }

.gallerySecList03 .gallerySecTit01:before{ content: url(../images/ico_top01.png); margin-right: 10px; }
.gallerySecList03 .gallerySecTit01{ font-size: 17px; color: #0c3286; font-weight: bold; margin-bottom: 10px; }
.gallerySecList03 .gallerySecTit02:before{ content: '●'; color: #69f; margin-right: 7px; font-size: 18px; }
.gallerySecList03 .gallerySecTit02{ font-size: 16px; font-weight: bold; margin-bottom: 10px; }

.gallerySecList03 .gallerySecImg{ margin-bottom: 10px; }

.gallerySecList03 .gallerySecTxt{ margin-bottom: 30px; }
.gallerySecList03 .gallerySecTxt02{ font-size: 14px; }
.gallerySecList03 p{ font-size: 14px; line-height: 1.7; }



/************** キャンペーン / campaign **************/
.campaignTxt {
	margin-bottom: 30px;
}
.campaignSec .campaignSec01 .campaignSecTxt {
	width: 85%;
	margin: 0 auto 30px;
}
.campaignSec .campaignSec01 .campaignSecTxt:after {
	clear: both;
	display: block;
	content: "";
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit {
	width: 55%;
	margin-right: 3%;
	float: left;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit:last-child {
	width: 42%;
	padding-top: 5px;
	margin-right: 0;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit strong {
	font-size: 28px;
}
.campaignSec .campaignSec01 .campaignSecImg {
	margin-bottom: 100px;
}
.campaignSec .campaignSec01 .campaignSecImg:after {
	clear: both;
	display: block;
	content: "";
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 {
	float: left;
	width: 46%;
	margin-right: 8%;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01:last-child {
	margin-right: 0;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 img {
	border-radius: 50%;
	width: 100%; height: auto;
}
.campaignSec ol li {
	font-size: 16px;
	margin-bottom: 5px;
}
.campaignSec .campaignSec02 {
	margin-bottom: 100px;
}
.campaignSec .campaignSec03 {
    margin-bottom: 35px;
}
/************** サイトマップ / sitemap **************/

/************** 比較表 / select **************/
.selectSec li {
	font-size: 16px;
	line-height: 1.8;
}
.selectSec table {
	width: 100%;
}
.selectSec table tbody tr th, .selectSec table tbody tr td {
	font-size: 16px;
	padding: 12px 0;
	letter-spacing: 1px;
	text-align: center;
}
.selectSec table tbody tr th {
	width: 20%;
}
.selectSec table tbody tr:first-child th:nth-child(2),
.selectSec table tbody tr td:nth-child(2) {
	font-size: 20px;
}
.selectSec table tbody tr:nth-child(2) td,
.selectSec table tbody tr:nth-child(3) td,
.selectSec table tbody tr:nth-child(4) td {
	padding: 15px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before {
    font-size: 60px;
    top: -17px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(2):before {
    font-size: 55px;
    top: 2px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(3):before {
    font-size: 60px;
    
}
/************** 設置実績/ホテル / results/hotel **************/
.resultsSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.resultsSec li {
	width: 47.5%;
	float: left;
	margin: 0 5% 60px 0;
	max-width: 380px;
}
.resultsSec li:nth-child(2n) {
	margin-right: 0;
}
.resultsSec li .resultsSecBtn a {
	text-align: center;
    color: #378ce7;
    padding: 5px 0;
    border: 1px solid #378ce7;
    border-radius: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
}

/************** 美ら海ショールーム紹介 / showroom **************/
.contents .showroomSec {
	margin-bottom: 80px;
}
.contents .showroomSecImg01 {
	margin-bottom: 60px;
}
.contents .showroomSecImg01 ul li {
	float: left;
	width: 49%;
	margin: 20px 0 0 2%;
	text-align: center;
}
.contents .showroomSecImg01 ul li:nth-child(2n+1) {
	margin-left: 0;
}
.contents .showroomSecImg01 ul li:nth-child(-n+2) {
	margin-top: 0;
}
.contents .showroomSecImg02 {
	text-align: center;
	margin-bottom: 60px;
}

.contents .showroomSecImg02 img{ width: 100%; height: auto; }

.contents .showroomSecImg02 ul:after{ content: ""; display: block; clear: both; }
.contents .showroomSecImg02 ul li{ float: left; width: 49%; margin-right: 2%; margin-bottom: 20px; }
.contents .showroomSecImg02 ul li:nth-child(2n){ margin-right: 0; }
.contents .showroomSecImg02 ul li .showroomSecImg02Tit{ display: inline-block; color: #fff; background: #0c3286; padding: 5px 20px; border-radius: 25px; margin-bottom: 10px; font-size: 14px; text-align: center; }

.contents .showroomSecTxt01 p {
	line-height: 2.0em;
}
.contents .showroomSecTxtName {
	font-size: 20px;
}



.hospitalSec table{ width: 100%; margin: 0 auto; }
.hospitalSec table tbody tr th{ width: 20% !important; }


/* 料金プランページ 修正 */
.price_detail_table th{width: 40%;}
.price_detail_table span{display: block; margin: 0;}
.suisou_special_img ul{margin-bottom: 20px;}
.suisou_special_img .suisou_img_item{flex-basis: calc((100% - 20px)/2);}
.suisou_special_btn{max-width: 90%;}
.suisou_size_spec{margin: 0 10px 20px 10px;}
.suisou_size_price{padding: 10px; margin: 0 10px 20px 10px;}
.h3_br{display: block;}

.price_detail_item{padding: 10px 20px 60px;}
.price_detail_head{text-align: center; }
.price_detail_btn{right: 50%; bottom: 10px; top: initial; transform: translate(50% , 0);}
.price_detail_btn p{width: 280px; }

.price_compare_btn{width: 90%; max-width: 520px;}

}

/* ----------------------------------------------------------
 TAB CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 PC CSS
---------------------------------------------------------- */
@media print, screen and (min-width:1025px) and (max-width:1370px){

/* フォントサイズ10px */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{ font-size: 16px; font-size: 1.8rem; }

/* 非表示用 */
.nonePC		{ display: none !important; }

.l-drawer{ display: none; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ display: flex; justify-content: space-between; align-items: center; position: fixed; z-index: 999; width: 100%; background-color: #fff; height: 100px; box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 26%); }
.header_logo{ position: absolute; width: 150px; left: 0; top: 0; background-color: #0c3286; border-radius: 0 0 60px 0; padding: 20px 20px 30px 20px; }
.header_logo i{ color: #fff; font-size: 11rem; }
.header_logo a:hover{ opacity: 0.6; }

.header_nav{ margin-left: 160px; flex-basis: 60%; }
.gnavi{}
.gnavi_list{ display: flex; }
.gnavi_item{ position: relative; flex: 1 0 auto; border-right: 1px solid #ccc; min-height: 100px; }
.gnavi_item a{ display: block; padding: 55px 10px 0 10px; font-size: 1.4rem; }
.gnavi_item a:hover{ background-color: rgba(0,0,0,0.2); }
.gnavi_item a i{ margin-left: 5px; font-size: 1.3rem; }


.gnavi_ico{ position: absolute; left: 0; right: 0; top: 10px; width: 90px; margin: 0 auto; }
.gnavi_ico img{ width: 75%; height: auto; }

.has-child{ position: relative; }

.gnavi_list li.has-child:before{ content:''; position: absolute; right: 0; left: 0; bottom: 10px; width: 5px; height: 5px; border-top: 2px solid #999; border-right:2px solid #999; transform: rotate(135deg); margin: 0 auto; }

.gnavi_list li.has-child ul{ position: absolute; left: 0; top: 105px; z-index: 4; background: #fff;	width: 100%; visibility: hidden; opacity: 0; transition: all .3s; box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 26%); }

.gnavi_list li.has-child:hover > ul,
.gnavi_list li.has-child ul li:hover > ul,
.gnavi_list li.has-child:active > ul,
.gnavi_list li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.gnavi_list li.has-child ul li a{ display: block; border-top: 1px solid #ddd; font-size: 1.2rem; color: #333; letter-spacing: 2px; padding: 15px 0; }

.gnavi_list li.has-child ul li a:hover,
.gnavi_list li.has-child ul li a:active{
	background: #eee;
}

.header_sec{ flex-basis: 22%; flex-wrap: wrap; justify-content: center; }


.header_tel{ flex-basis: 100%; text-align: center; margin-bottom: 5px; }
.header_tel_num{ display: flex; align-items: center; font-size: 3rem; line-height: 1; letter-spacing: 1px; justify-content: center; }
.header_tel_ico{ flex-basis: 30px; width: 30px; height: 30px; line-height: 25px; }
.header_tel_num i{ color: #fff; font-size: 1.8rem; }
.header_tel_num span{ font-size: 1.3rem; }
.header_tel_time{ display: block; font-size: 1rem; }

.footer_contact_sec .header_tel_num{ font-size: 4rem; justify-content: flex-start; }
.footer_contact_sec .header_tel_time span{ display: block; }


.header_contact{ flex-basis: 22%; }
.header_contact span{ display: none; }
.header_contact a{ display: block; color: #fff; text-align: center; background-color: #fa874a; border: 2px solid #fa874a; padding: 3px; border-radius: 100%; width: 42px; height: 42px; line-height: 35px;  }
.header_contact a i{ margin-right: 0; font-size: 2rem; }
.header_contact a:hover{ color: #fa874a; background-color: #fff; }

.header_sns{ flex-basis: 50%; margin-right: 1%; }
.header_sns_list{ display: flex; justify-content: center; align-items: center; }
.header_sns_item{ flex-basis: 48%; margin: 0 1%; }
.header_sns_item a{ display: block; text-align: center; }
.header_sns .facebook img,
.header_sns .instagram img{ width: 42px; height: 42px; }
.header_sns_item a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btmMenu { display: none; }

.page_top{ width: 50px; height: 50px; position: fixed; right: 20px; bottom: -50px; background: #005ab5; opacity: 0.6; border-radius: 50%; }
.page_top a{ position: relative; display: block; width: 50px; height: 50px; text-decoration: none; }
.page_top a::before{ font-family: 'Font Awesome 5 Free'; font-weight: 900; content: '\f102'; font-size: 25px; color: #fff; position: absolute; width: 25px; height: 25px; top: -5px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center; }

.footer_wrap{ background: url("../images/bg_footer01.jpg") no-repeat; background-size: cover; padding: 150px 0; }
footer{ width: 900px; margin: 0 auto; background-color: #fff; border-radius: 20px; padding: 30px; background-attachment: fixed; }
.footer_sec{ display: flex; justify-content: space-between; }
.footer_contact{ flex-basis: 35%; }
.footer_contact_tit,
.footer_calendar_tit{ font-size: 2.5rem; color: #005ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; }
.footer_contact_sec{ margin-bottom: 40px; }

.footer_tel{ margin-bottom: 20px; }
.footer_tel_num{ font-size: 3.2rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; letter-spacing: 1px; }
.footer_tel_num span{ font-size: 2rem; color: #0c3286; }
.footer_tel_time{ display: block; font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; margin-top: 5px; }
.footer_tel_time span{ display: block; }

.footer_contact_btn{  }
.footer_contact_btn a{ display: block; font-size: 1.7rem; color: #fff; text-align: center; background-color: #fa874a; border: 1px solid #fa874a; border-radius: 10px; padding: 15px; }
.footer_contact_btn a:hover{ color: #fa874a; background-color: #fff; }
.footer_sns_list{ display: flex; justify-content: space-between; }
.footer_sns_item{ flex-basis: 48%; }
.footer_sns_item a{ display: block; text-align: center; font-size: 1.7rem; color: #fff; padding: 10px; border-radius: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; }
.footer_sns_item a i{ margin-right: 10px; font-size: 2rem; }
.footer_sns_item a:hover{}


.footer_calendar{ flex-basis: 60%; }

.footer_calendar .cal {	margin: 0 auto; width: 100%; display: flex; justify-content: space-between; }
.footer_calendar .cal li{ flex-basis: 48%; }


.footer_nav{ margin: 20px 0; }
.footer_nav_list{ display: flex; justify-content: center; }
.footer_nav_item{ flex-basis: cals(100/6); margin: 0 1%; font-size: 1.7rem; }

.footer_copyright{ z-index: 3; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; color: #fff; font-size: 1.1rem; letter-spacing: 2px; min-height: 30px; bottom: -5px; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }

.shapedividers_com-8354{
overflow:hidden;
position:relative;
	min-height: 40px;
}
.shapedividers_com-8354::before{
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
bottom: -1px;
left: -1px;
right: -1px;
top: -1px;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat; 
transform:scaleX(1.9);
transform-origin: 100% 100%;
animation: 10s infinite alternate shape-anim-1657-mobile linear;
background-size: 100% 23px;
background-position: 50% 100%;    
background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23378ce7"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23378ce7"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23378ce7"/></svg>'); 
}

@keyframes shape-anim-1657-mobile {
  100% {
    transform: scaleX(1.9) translateX(calc(100% - (100% / 1.9)));
  }
} 
@media (min-width:768px){
.shapedividers_com-8354::before{
transform:scaleX(4);
transform-origin: 100% 100%;
animation: 10s infinite alternate shape-anim-1657-tablet linear;
background-size: 100% 90px;
background-position: 50% 100%;   
}  
}

@keyframes shape-anim-1657-tablet {
  100% {
    transform: scaleX(4) translateX(calc(100% - (100% / 4)));
  }
}  
@media (min-width:1025px){
.shapedividers_com-8354::before{ 
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
transform:scaleX(4);
transform-origin: 100% 100%;
animation: 26s infinite alternate shape-anim-1657  linear;
background-size: 100% 44px;
background-position: 50% 100%;  
background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 -30 1000 130"><g fill="%23378ce7"><path d="M1001 20c-7-7-24-9-39-9s-30 4-44 7-29 5-44 4c-19-1-35-8-54-11-26-4-56 0-79 8s-43 17-65 26-47 16-75 16c-28 1-56-6-85-4a141 141 0 00-42 11c-12-5-24-9-39-11-25-2-50 5-76 4-25 0-48-8-67-16s-37-19-58-26-48-12-71-8c-17 3-31 10-49 11-13 1-27-1-39-4s-26-6-39-7-29 2-36 9v83h1001z"/><path d="M1001 11c-7-7-24-10-39-9s-30 4-44 7-29 5-44 4c-19-2-35-9-54-11-26-5-56 0-79 7s-43 18-65 26-47 17-75 17-56-6-85-4a141 141 0 00-42 11c-12-6-24-10-39-11-25-2-50 4-76 4-25 0-48-8-67-17s-37-18-58-26-48-12-71-7c-17 2-31 9-49 11-13 1-27-2-39-4S49 3 36 2 7 4 0 11v83l366-1h204l431 1z" opacity=".5"/></g></svg>'); 
}
}
@media (min-width:2100px){
.shapedividers_com-8354::before{
background-size: 100% calc(2vw + 44px);
}
}

@keyframes shape-anim-1657 {
  100% {
    transform: scaleX(4) translateX(calc(100% - (100% / 4)));
  }
}


/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
.top_results_tit h2{ font-size: 4rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; text-align: center; padding: 0; background: none; border-radius: 0;  }

.h1_wrap{ /* padding: 250px 0 150px 0; padding: 300px 0 240px; */ padding: 70px 0 50px; position: relative; }
.h1_wrap:before{ position: absolute; content: ""; display: block; width: 100%; height: 150%; top: -50%; background: rgba(0,0,0,0.3); }
.h1_wrap h1{ font-size: 5rem; line-height: 1.4; text-align: center; color: #fff;  letter-spacing: 2px; position: relative; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; }
.h1_wrap h1 span{ display: block; font-size: 2.5rem; margin-bottom: 30px; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }

/* ----------------------------------------------------------
breadcrums
---------------------------------------------------------- */

.breadcrumbs{ background-color: #f5f5f5; padding: 5px 0; }
.breadcrumbs_list{ width: 90%; margin: 0 auto; position: relative; z-index: 1; } 
.breadcrumbs_item{ display: inline-block; position: relative; color: #999; }
.breadcrumbs_item:before{ content: "/"; display: block; position: absolute; top: .4em; left: 6px; color: #999; font-size: 1.3rem; }
.breadcrumbs_item:first-child:before{ content: ""; }
.breadcrumbs_item a{ color: #999; font-size: 1.4rem; margin: 0 0 0 20px; }
.breadcrumbs_item:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_item a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */
.top_first_wrapper{padding-top: 100px;}
.top_img{position: relative; }

.top_img_campaign{ position: absolute;  right: 1%; bottom: -95px; width: 15%; }
.top_img_campaign img{ width: 100%; height: auto; }
.top_img_tit{ position: absolute; z-index: 2; top: 45%; right: 0; margin: 0 auto; width: 100%; }
.top_img_tit01{ /* position: relative; min-height: 80vh; */ }
.top_img_img01{ position: absolute; top: 15%; left: 0; right: 0; width: 150px; height: 150px; margin: 0 auto; background-color: #fff; border-radius: 100%; }
.top_img_img01_inner{position: relative;}
.top_img_img01 img{ width: 100%; height: auto; position: absolute; left: 50%; transform: translate(-50%, 0%);}
.top_img_tit02{ position: absolute; top: 29%; left: 0; right: 0; width: 840px; margin: 0 auto; padding: 15px; border-radius: 60px; background-color: #fff; text-align: center; display: flex; justify-content: space-around; align-items: center; }
.top_img_ico01{ color: #fa874a; font-size: 4rem; }
.top_img_tit03{ font-size: 3rem; color: #0c3286; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; }
.top_img_ico02{ color: #fa874a; font-size: 4rem; }
.top_img_tit04{ position: absolute; top: 45%; left: 0; right: 0; transform: translate(0,100px); margin: 0 auto; z-index: 2; color: #fff; font-size: 4.5rem; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; text-align: center; text-shadow: 0px 0px 9px rgba(12, 50, 134, 1); }

.top_img_img02{ position: absolute; top: 30%; left: 0; right: 0; width: 1000px; height: 270px; margin: 0 auto; }
.top_img_img02 img{ width: 100%; height: auto; }

.swiper{ width: 100%; height: 100%; }
.swiper-slide{ background-position: center; background-size: cover; }
.swiper-slide img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.swiper{ margin-left: auto; margin-right: auto; }

/*
.top_concept{ background: url("../images/bg_sea01.jpg") no-repeat; background-size: cover; padding: 60px 0; border-top: 3px solid #fff; }
.top_concept_sec{ width: 900px; margin: 0 auto; }
.top_concept_tit{ font-size: 4rem; color: #fff; letter-spacing: 2px; text-align: center; font-family: bokutoh-rera, sans-serif; font-weight: 400; font-style: normal; margin-bottom: 20px; }
.top_concept_tit br{ display: none; }
.top_concept_txt{ font-size: 1.6rem; color: #fff; text-align: center; letter-spacing: 1px; line-height: 1.8; margin-bottom: 30px; }
.top_concept_btn{ width: 350px; margin: 0 auto; }
.top_concept_btn a{ display: block; font-size: 1.8rem; text-align: center; color: #256ab5; background-color: #fff; border: 2px solid #fff; border-radius: 10px; padding: 15px; font-family: source-han-sans-japanese, sans-serif; font-weight: 700; font-style: normal; }
.top_concept_btn a:hover{ background-color: #256ab5; color: #fff; }
*/
	
.top_concept_tit br:nth-child(3){ display: none; }


.top_suisou{ margin-bottom: 80px; }
.top_suisou_list{ display: flex; justify-content: space-around; }
.top_suisou_item{ flex-basis: 24.9%; border-right: 1px solid #fff; }
.top_suisou_item:last-child{ border-right: none; }
.top_suisou_item img{ width: 100%; height: auto; }


.top_info{ width: 96%; margin: 0 auto 80px auto; display: flex; justify-content: space-between; }
.top_news,
.top_report{ flex-basis: 48%; font-family: source-han-sans-japanese, sans-serif; font-weight: 400; font-style: normal; line-height: 1; }
.top_news_tit,
.top_report_tit{ /* font-size: 3.5rem; color: #256ab5; padding-bottom: 10px; border-bottom: 5px solid #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */ }
.top_news_list,
.top_report_list{  }
.top_news_item,
.top_report_item{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ccc; padding: 20px 5px; margin-bottom: 5px; }
.top_news_date01,
.top_report_date01{ flex-basis: 100%; font-size: 1.2rem; color: #256ab5; letter-spacing: 1px; margin-bottom: 10px; }
.top_news_tit01,
.top_report_tit01{ flex-basis: 100%; font-size: 1.6rem; }
.top_report_tit01 a{ line-height: 1.3; }

.top_news_tit h2,
.top_report_tit h2{ display: flex; justify-content: space-between; align-items: center; }

.top_news_tit h2 span,
.top_report_tit h2 span{ font-size: 1.9rem; letter-spacing: 1px; }

.top_news_btn{}
.top_news_btn a{ display: block; color: #256ab5; font-size: 1.4rem; text-align: center; padding: 10px 10px 5px 10px; background-color: #e8de3a; border-radius: 5px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; }



.top_results{ background: url("../images/bg_results01.jpg") no-repeat; background-size: cover; padding: 60px 0; margin-bottom: 80px; background-attachment: fixed; }
.top_results_sec{ width: 900px; margin: 0 auto; background-color: #fff; border-radius: 30px; padding: 30px; }
.top_results_tit{ /* font-size: 5rem; color: #256ab5; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 30px; text-align: center; */ }
.top_results_list{ /* display: flex; justify-content: space-between; flex-wrap: wrap; */ }
.top_results_list:after{ content: ""; display: block; width: 32%; height: 0; }
.top_results_item{ flex-basis: 31%; margin-bottom: 40px; }
.top_results_tit01{ font-size: 2.2rem; color: #0c3286; letter-spacing: 2px; margin-bottom: 10px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; padding: 0 0 0 0; position: relative; }
/* .top_results_tit01:before{ position: absolute; top: 14px; left: 0; display: block; content:""; background: url(../images/ico_top01.png); width: 17px; height: 18px; } */
.top_results_img01{ margin-bottom: 10px; }
.top_results_img01 img{ width: 100%; height: auto; }
.top_results_txt01{ font-size: 1.4rem; min-height: 120px; }
.top_results_btn01{}
.top_results_btn01 a{ display: block; color: #378ce7; font-size: 1.5rem; text-align: center; border: 1px solid #378ce7; padding: 5px; border-radius: 40px; }
.top_results_btn01 a:hover{ background-color: #378ce7; color: #fff;}


.top_contents{ width: 1000px; margin: 0 auto 80px auto; }
.top_contents_list{ display: flex; justify-content: space-between; }
.top_contents_item{ flex-basis: 23%; }
.top_contents_tit{ /* font-size: 3rem; text-align: center; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; */ }
.top_contents_img{ margin-bottom: 20px; }
.top_contents_img img{ width: 100%; height: auto; }
.top_contents_txt{ font-size: 1.6rem; letter-spacing: 1px; line-height: 1.8; min-height: 150px; }


.footer_btn{ background-color: #005ab5; }
.footer_btn_list{ display: flex; }
.footer_btn_item{ flex-basis: calc(100% / 2); border-right: 1px solid #fff; }
.footer_btn_item:last-child{ border-right: none }
.footer_btn01{ width: 75%; margin: auto; padding: 30px 0; }
.footer_btn01 a{ display: block; background-color: #fff; border-radius: 15px; padding: 60px 40px; border: 1px solid #fff; }
.footer_btn01 a:hover{ background-color: #005ab5; color: #fff; }
.footer_btn_tit{ font-size: 2.2rem; margin-bottom: 10px; }
.footer_btn_txt{ font-size: 1.4rem; text-align: center; }


.contents_txt{ margin-bottom: 60px; }
.contents_txt p{ font-size: 1.8rem !important; letter-spacing: 1px !important; line-height: 1.8 !important; }



.wrapper{ padding-top: 100px; }
.contents{ width: 90%; margin: 0 auto; }

.contents_nav{ background-color: #eee; padding: 30px 0; margin-bottom: 100px; }
.contents_nav_list{ width: 90%; margin: 0 auto; display: flex; justify-content: center; }
.contents_nav_item{ margin: 0 1%; }
.contents_nav_item a{ display: block; background-color: #666; color: #fff; font-size: 1.4rem; text-align: center; padding: 10px 20px; border-radius: 40px; border: 1px solid #666; }
.contents_nav_item a i{ margin-left: 5px; font-size: 1.2rem; }
.contents_nav_item a:hover{ background-color: #fff; color: #666; }


.faq_sec{ margin-bottom: 200px; margin-top: 60px; }
.privacy_sec{ margin-bottom: 200px; margin-top: 60px; }
.first_sec{ margin-bottom: 200px; }
.select_sec{ margin-bottom: 200px; }
.campaign_sec{ margin-bottom: 200px; }
.contact_sec{ margin-bottom: 200px; margin-top: 60px; }
.flow_sec{ margin-bottom: 200px; }
.newslist_sec{ margin-bottom: 200px !important; }
.voice_sec{ margin-bottom: 200px !important; }
.company_sec{ margin-bottom: 200px !important; }
.showroom_sec{ margin-bottom: 200px !important; }
.gallery_sec{ margin-bottom: 200px !important; font-family: dnp-shuei-mgothic-std, sans-serif !important; font-weight: 400; font-style: normal; }
.voice_sec{ margin-bottom: 200px !important ; }
.hospital_sec{ margin-bottom: 200px; margin-top: 60px; }
.voice_sec01{ margin-top: 60px; }
.newslist_sec{ margin-top: 60px !important; }
.gallery_sec{ margin-top: 60px !important; }


.report_sec{ margin-bottom: 200px; }
.report_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.report_item{ flex-basis: 24%; margin-bottom: 30px; }
.report_item a:hover{ opacity: 0.6; }
.report_item_img{ margin-bottom: 10px; }
.report_item_img img{ width: 100%; height: 200px; object-fit: cover; }
.report_item_tit{ font-size: 1.6rem; }
.report_item_date01{ font-size: 1.2rem; color: #aaa; margin-right: 10px; }

.report_sec01{ display: flex; justify-content: space-between; align-items: flex-start; }
.report_sec01 .results_list{ flex-basis: 77%; }
.report_sec01 #sidebar{ flex-basis: 20%; }

.report_sec01 img{ width: 100%; /* height: 300px !important; */ object-fit: cover; object-position: center left; }
.report_sec01 .results_item{ flex-basis: 48% !important; margin-bottom: 30px !important; }

.sidebarSec{ margin-bottom: 30px; }
.sidebar_list{ display: block !important; margin-left: 0 !important; margin-bottom: 0 !important; }
.sidebar_list > li{ position: relative; border-bottom: 1px solid #fff; margin-bottom: 5px !important; padding: 0 0 5px 20px; width: 100% !important; }
.sidebar_list > li:after{ display: block; content: ""; position: absolute; top: .6em; left: 0; width: 5px; height: 5px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }

.prevnext{ margin: 100px 0; display: flex; justify-content: space-between; }
.prevnext a{ /* display: block; font-size: 1.4rem; text-align: center; background-color: #f5f5f5; padding: 5px 10px; border-radius: 40px; */ }
.prevnext a:hover{}
.next{ flex-basis: 18%; }
.modoru{ flex-basis: 18%; }
.prev{ flex-basis: 18%; }

.next a{ position: relative; display: block; padding: 5px 15px 10px 30px; color: #fff; font-size: 1.4rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_right a:after{ content: ""; position: absolute; top: 40%; right: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); transition: all .3s;   }
.btntransform_right a:hover::after{ right: 10px; }


.prev a{ position: relative; display: block; padding: 5px 30px 10px 15px; color: #fff; font-size: 1.4rem; background-color: #333; border-radius: 25px; text-decoration: none; outline: none; transition: ease .2s; text-align: center; }
.btntransform_left a:after{ content: ""; position: absolute; top: 40%; left: 15px; width: 5px; height: 5px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(225deg); transition: all .3s;   }
.btntransform_left a:hover::after{ left: 10px; }


.modoru a{ position: relative; overflow: hidden; display: block; border: 1px solid #333; background-color: #333; color: #fff; font-size: 1.4rem; padding: 5px 10px 10px 5px; border-radius: 25px; text-align: center; transition: ease .2s; }
.modoru a span{ position: relative; z-index: 3; color: #fff; }
.modoru a:hover span{ color: #fff; }
.modoru a:before{ content: ""; position: absolute; bottom: 0; left: 0; z-index: 2; background: #333; width: 100%; height: 0; transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s; }
.modoru a:hover:before{ height: 100%; background-color: #999; }


.results_sec{ margin-bottom: 200px !important; margin-top: 60px; }
.results_list{}
.results_item{}
.results_item{}
.results_img{}

.results_sec01{ margin-bottom: 5px; position: relative; overflow: hidden; }
.results_sec01 img{ width: 100%; height: 300px; object-fit: cover; object-position: top left;}
.results_sec01 .caption{ width: 100%; height: 100%; opacity: 0; font-size: 3rem; color: #fff; top: 0; left: 0; position: absolute; text-align: center; transition: all 0.4s step-end; display: flex; align-items: center; }
.results_sec01:hover .caption{ opacity: 1; }
.results_sec01 .caption p{ font-size: 1.8rem; color: #fff; opacity: 0; margin: 0 auto; }
.results_sec01:hover .caption p{ opacity: 1; }
.results_sec01 .mask1,
.results_sec01 .mask2{ width: 100%; height: 100%; position: absolute; left: 0; background-color: rgba(12,50,134,0.6); transition: all 0.4s ease; }
.results_sec01 .mask1{ top: -100%; }
.results_sec01:hover .mask1{ top: 0; }
/*
.results_sec01 .mask2{ bottom: -50%; }
.results_sec01:hover .mask2{ bottom: 0; }
*/
.results_cat{ display: inline-block; }
.results_cat a{ display: block; color: #fff; background-color: #0c3286; font-size: 1.2rem; padding: 3px 10px; border-radius: 30px; letter-spacing: 1px; border: 1px solid #0c3286; }
.results_cat a:hover{ background-color: #fff; color: #0c3286; }

.results_btn{ width: 200px; margin: 0 auto; }
.results_btn a{ display: block; font-size: 1.6rem; text-align: center; color: #0c3286; border: 1px solid #0c3286; padding: 10px; border-radius: 40px; }
.results_btn a:hover{ background-color: #0c3286; color: #fff; }


.faq_sec li{ border-bottom: 1px solid #ccc; margin-bottom: 40px !important; }

.gallery_detail{ }
.gallery_detail p{ background-color: #edf4fa; padding: 10px; min-height: 220px; border-radius: 0 20px 0 20px; }
.gallery_btn{ margin-top: 10px; }
.gallery_btn a{ display: block; background-color: #0c3286; color: #fff; font-size: 1.6rem; text-align: center; border: 1px solid #0c3286; padding: 10px; border-radius: 30px; letter-spacing: 1px; line-height: 1; }
.gallery_btn a:hover{ background-color: #fff; color: #0c3286; }


.sitemap_sec{ margin-top: 60px; margin-bottom: 200px; }
.sitemap_list{}
.sitemap_item{ position: relative; padding: 0 0 0 20px; margin-bottom: 20px; }
.sitemap_item:after{ position: absolute; display: block; content: ""; top: 10px; left: 0; width: 6px; height: 6px; border-right: 1px solid #666; border-bottom: 1px solid #666; transform: rotate(-45deg); }
.sitemap_item a{ font-size: 1.8rem; font-weight: 700; }
.sitemap_item i{ margin-left: 10px; font-size: 1.4rem; }
.sitemap_item > ul{ margin: 10px 0 10px 20px; }
.sitemap_item > ul > li{ position: relative; margin-bottom: 10px; }
.sitemap_item > ul > li > a{ font-size: 1.6rem; font-weight: 400; padding: 0 0 0 20px; }
.sitemap_item > ul li:after{ display: block; content: ""; position: absolute; top: 14px; left: 0; width: 8px; height: 1px; background-color: #666; }
.sitemap_item > ul > li > ul{ margin: 10px 0 10px 40px; }
.sitemap_item > ul > li > ul > li{ list-style-type: circle; }
.sitemap_item > ul > li > ul > li a{ font-size: 1.6rem; font-weight: 400; }


.price_sec{}
.course_sec{ margin-bottom: 60px; }
.cource_list{ display: flex; justify-content: space-between; }
.cource_item{ flex-basis: 48%; border: 5px solid; background-color: #eee; padding: 40px 30px; border-radius: 30px; }
.cource_rental{ border-color: #fa874a; }
.cource_purchase{ border-color: #17aca3; }
.cource_tit{ font-size: 2.5rem; color: #fff; padding: 15px; text-align: center; border-radius: 40px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; margin-bottom: 20px; letter-spacing: 1px; }
.cource_rental .cource_tit{ background-color: #fa874a; }
.cource_purchase .cource_tit{ background-color: #17aca3; }
.cource_txt{ margin-bottom: 0; }


.aquarium_sec{}
.aquarium_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_item{ flex-basis: 46%; background-color: #f5f5f5; padding: 40px; border-radius: 15px; margin-bottom: 60px;  }
.aquarium_img{ margin-bottom: 20px; }
.aquarium_img img{ width: 100%; height: auto; }
.aquarium_size{ width: 230px; margin: 0 auto 20px auto; text-align: center; font-size: 2.5rem; color: #fff; background-color: #2982dd; padding: 10px; border-radius: 60px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; letter-spacing: 1px; line-height: 1; }
.aquarium_detail{ width: 90%; margin: 0 auto 20px auto; }
.aquarium_detail_list{ display: flex; flex-wrap: wrap; justify-content: center; }
.aquarium_detail_item{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; text-align: center; line-height: 1.4; margin: 0 5px; }
.aquarium_price{}
.aquarium_price_list{ display: flex; justify-content: space-between; }
.aquarium_price_item{ flex-basis: 46%; border: 3px solid; }
.aquarium_price_tit01{ color: #fff; font-size: 1.7rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01{  background-color: #fff; font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; text-align: center; padding: 10px; }
.aquarium_price_price01 span{ text-align: center; font-size: 3.2rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; margin-right: 10px; }
.cource_rental .aquarium_price_tit01{ background-color: #fa874a; }
.aquarium_price_item.cource_rental{ border-color: #fa874a; }
.cource_purchase .aquarium_price_tit01{ background-color: #17aca3; }
.aquarium_price_item.cource_purchase{ border-color: #17aca3; }

.aquarium_size{}
.aquarium_img01{}
.aquarium_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.aquarium_img_item{ flex-basis: 48%; margin-bottom: 30px; }
.aquarium_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; }
.aquarium_img_item img{ width: 100%; height: auto; }
.aquarium_att{ background-color: #ce541f; color: #fff; text-align: center; font-size: 2rem; letter-spacing: 1px; padding: 10px; border-radius: 10px; }

.aquarium_txt{}
.aquarium_txt_list{ margin-left: 2rem; }
.aquarium_txt_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1; margin-bottom: 15px; letter-spacing: 1px; }
.aquarium_txt_item:before{ content: "※"; margin-left: -1em; }

.plan_sec{ margin-bottom: 200px; }
.plan_txt{}
.plan_att{}
.plan_att_list{ margin-left: 2rem; }
.plan_att_item{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3; margin-bottom: 15px; letter-spacing: 1px; }
.plan_att_item:before{ content: "※"; margin-left: -1em; }
.plan_att_item ul{ margin: 10px 0 0 40px; }
.plan_att_item ul > li{ list-style-type: disc; font-size: 1.8rem; margin-bottom: 10px; }

.size_sec{ margin-bottom: 100px; }
.size_img{}
.size_img img{ width: 100%; height: auto; }

.maintenance_sec h3 br{ display: none; }

.afterservice_sec{ margin-bottom: 200px; }
.afterservice_txt{}
.afterservice_list{ display: flex; justify-content: space-between; }
.afterservice_item{ flex-basis: 31%; }
.afterservice_tit01{ font-size: 1.9rem; color: #2982dd; text-align: center; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; letter-spacing: 1px; text-align: center; margin-bottom: 20px; }
.afterservice_img01{ margin-bottom: 20px; }
.afterservice_img01 img{ width: 100%; height: auto; }
.afterservice_txt01{ font-size: 1.5rem; line-height: 1.8; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; }

.area_sec{ margin-bottom: 200px; }
.area_list{ display: flex; justify-content: space-between; }
.area_item{}
.area_list01{ flex-basis: 40%; }
.area_sec01{ margin-bottom: 30px; }
.area_sec01_list{ line-height: 1.2; margin-bottom: 30px; }
.area_sec01_item{ display: inline; font-size: 1.5rem; line-height: 1; }
.area_sec01_item:not(:nth-child(1)):before{ content: "、"; }
.area_pref{ width: 160px; background-color: #005ab5; color: #fff; font-size: 2rem; text-align: center; letter-spacing: 1px; padding: 10px; margin-bottom: 20px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; border-radius: 40px; }
.area_img{ flex-basis: 60%; }
.area_img img{ width: 100%; height: auto; }




.price_point{ width: 94%; margin: 0 auto; }
.price_point_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.price_point_item{ flex-basis: 24%; text-align: center; margin-bottom: 20px; }
.price_point_item img{ width: 100%; height: auto; }

.price_table{ margin-bottom: 80px; }
.price_table table{ width: 100%; border-collapse: collapse; background-color: #eee; }
.price_table table th{ width: 20%; padding: 15px; font-size: 2.8rem; color: #fff; border: 1px solid #fff; }
.price_table table th.th01{ width: 40%; background-color: #3885d2; }
.price_table table th.th02{ width: 40%; background-color: #1b61a7; text-align: center; }
.price_table table th.th03{ width: 20%; background-color: #0c3286; text-align: left; font-size: 2.2rem; }
.price_table table th.noth{ background-color: #eee; }
.price_table table td{ font-size: 2.3rem; text-align: center; padding: 15px; border: 1px solid #ccc; font-weight: 600; letter-spacing: 2px; }
.price_table table td span{ display: block; font-size: 1.6rem; font-weight: 400; }
.price_table table td.td01{ background-color: #e3eef9; }
.price_table table td.td02{ background-color: #dfe9f2; }

.td01_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td01_item{ flex-basis: 46%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td01_tit01{ color: #fff; font-size: 2.1rem; text-align: center; background-color: #3885d2; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td01_txt01{ font-size: 2.2rem; text-align: center; }

.td01_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.td01_item_last .td01_tit01{ flex-basis: 45%; padding: 8px; margin-right: 10px; margin-bottom: 0 !important; }
.td01_item_last .td01_txt01{ flex-basis: 53%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.td02_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.td02_item{ flex-basis: 46%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; }
.td02_tit01{ color: #fff; font-size: 2.1rem; text-align: center; background-color: #1b5fa4; padding: 5px; border-radius: 10px; margin-bottom: 10px; }
.td02_txt01{ font-size: 2.2rem; text-align: center; }

.td02_item_last{ flex-basis: 100%; margin: 10px 2%; background-color: #fff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.td02_item_last .td02_tit01{ flex-basis: 45%; padding: 8px; margin-right: 10px; margin-bottom: 0 !important; }
.td02_item_last .td02_txt01{ flex-basis: 53%; font-size: 1.8rem; text-align: left; line-height: 1.2; letter-spacing: 1px; }

.price_info{ margin-bottom: 100px; }
.price_info_list{ display: flex; justify-content: space-between; }
.price_info_item{ flex-basis: 48%; }
.price_info_item img{ width: 100%; height: auto; }
.price_info_item a:hover{ opacity: .6; }
.price_info_sec{}
.price_info_tit{ color: #fff; font-size: 1.7rem; background-color: #4b84bd; text-align: center; padding: 15px 10px; border-radius: 10px 10px 0 0; }
.price_info_sec01{ background-color: #eee; padding: 20px; border-radius: 0 0 10px 10px; }
.price_info_num{ display: flex; flex-wrap: wrap; }
.price_info_num01{ flex-basis: 100%; display: flex; align-items: center; font-size: 4rem; font-family: neuzeit-grotesk, sans-serif; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: 1px; }
.price_info_num01 i{ flex-basis: 40px; width: 40px; height: 40px; background-color: #0c3286; border-radius: 100%; text-align: center; margin-right: 7px; line-height: 37px; color: #fff; font-size: 2rem; }
.price_info_info01{ flex-basis: 100%; font-size: 1.5rem; text-align: center; }
.price_info_info01 br{ display: none; }

.price_info_btn{ margin-top: 10px; }
.price_info_btn a{ display: block; font-size: 2.3rem; color: #fff; text-align: center; background-color: #fa874a; border: 2px solid #fa874a; padding: 12px; border-radius: 10px; letter-spacing: 1px; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; }
.price_info_btn a i{ margin-right: 10px; }
.price_info_btn a:hover{ color: #fa874a; background-color: #fff; opacity: 1; }

.servicearea_sec{ margin-bottom: 0px; }

.suisou_size_list{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 60px; row-gap: 40px;}
.suisou_size_item{ flex-basis: 48%; margin-bottom: 00px; background-color: #f5f5f5; border-radius: 10px; padding: 20px 0; }
.suisou_size_tit{ width: 75%; font-size: 3rem; background-color: #2982dd; color: #fff; padding: 8px 20px 5px 20px; border-radius: 0 10px 10px 0; letter-spacing: 2px; margin-bottom: 20px; line-height: 1; }
.suisou_size_tit i{ margin-right: 20px; vertical-align: middle; }
.suisou_size_img{ text-align: center; margin-bottom: 20px; }
.suisou_size_img img{ border-radius: 10px; width: 90%; height: auto; margin: 0 auto; }
.suisou_size_spec{ margin: 0 30px 0 30px; }
.suisou_size_spec > ul{ display: flex; flex-wrap: wrap; }
.suisou_size_spec > ul > li{ position: relative; font-size: 1.8rem; padding-left: 18px; margin-right: 10px; margin-bottom: 8px; line-height: 1; letter-spacing: 1px; }
.suisou_size_spec > ul > li:before{ display: block; position: absolute; content: ""; width: 15px; height: 15px; border-radius: 50%; background-color: #2982dd; top: 0; left: 0; }

.suisou_img_list{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 90%; margin: 0 auto; }
.suisou_img_item{ flex-basis: 48%; margin-bottom: 20px; }
.suisou_img_item p{ font-size: 1.8rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 600; font-style: normal; line-height: 1; margin-top: 10px; text-align: left; }
.suisoum_img_item img{ width: 100%; height: auto; }
.suisou_size_att{ width: 90%; margin: 0 auto; display: flex; align-items: center; background-color: #c81111; padding: 10px 20px; border-radius: 5px; }
.suisou_size_att i{ color: #fff; font-size: 4rem; margin-right: 20px; }
.suisou_size_att p{ color: #fff; font-size: 2rem; }
.suisou_size_img_special{ margin-bottom: 0; }

.suisou_maintenance_list{ display: flex; justify-content: flex-start; flex-wrap: wrap; }
.suisou_maintenance_item{ flex-basis: 31%; margin: 0 1% 40px 1%; }

.suisou_maintenance_item .maintenanceSecImg01{}
.suisou_maintenance_item .maintenanceSecImg01 img{ border-radius: 10px !important; }
.suisou_maintenance_item .maintenanceSecTit{ width: 100% !important; margin: 0 !important; padding: 0 !important; font-size: 1.7rem !important; }


.suisou_notes{}
.suisou_notes_list{ margin-left: 2rem; }
.suisou_notes_item{ font-size: 1.6rem; font-family: dnp-shuei-mgothic-std, sans-serif; font-weight: 400; font-style: normal; line-height: 1.3 !important; margin-bottom: 10px !important; letter-spacing: 1px; }
.suisou_notes_item:before{ content: "※"; margin-left: -1em; }

.suisou_notes_item ul{ margin-top: 10px; margin-left: 60px; }
.suisou_notes_item ul li{ list-style-type: disc; font-size: 1.6rem; margin-bottom: 8px; }





/************** はじめての方へ / first **************/
.firstSec li {
	margin-bottom: 160px;
}
.firstSec li:after {
	clear: both;
	display: block;
	content: "";
}
.firstSec li:nth-child(odd) .firstSecTxt {
	width: 700px;
	float: left;
    margin-right: 45px;
}
.firstSec li:nth-child(even) .firstSecTxt {
	width: 700px;
	float: right;
}
.firstSec li .firstSecTxt .firstSecTxt01 {
	margin-bottom: 55px;
}
.firstSec li .firstSecTxt .firstSecTxt01 p {
	font-size: 15px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.firstSec li .firstSecTxt .firstSecTxt02 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.6;
}
.firstSec li .firstSecTxt ul {
	margin-bottom: 30px;
}
.firstSec li .firstSecTxt li {
	margin-bottom: 15px;;
	color: #f60;
	font-size: 20px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}
.firstSec li .firstSecTxt li p {
	color: #333;
	font-weight: normal;
	margin-left: 30px;
}
.firstSec li .firstSecImg img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.firstSec li:nth-child(odd) .firstSecImg {
	float: right;
	width: 215px;
}
.firstSec li:nth-child(even) .firstSecImg {
	float: left;
	width: 215px;
	margin-right: 45px;
}
/************** plan紹介 / plan **************/
.planSec {
	margin-bottom: 120px;
}
.planSec#entry {
	padding-top: 220px;
	margin-top: -220px;
}
.planSec:after {
	clear: both;
	display: block;
	content: "";
}
.planSecTxt {
	margin-bottom: 10px;
}
.planSecTxt:nth-child(2) {
	margin-bottom: 50px;
}
.planSec .planSecTxt01 {
	margin-bottom: 30px;
}
.planSec .planSecTxt02 {
	margin-bottom: 20px;
}
.planSec .planSec01Txt {
	font-size: 16px;
	margin-bottom: 70px;
}
.planSec .planSec01Txt {
	clear: both;
	display: block;
	content: "";
	text-align: center;
}
.planSec .planSec01 .planSec01Txt p {
	line-height: 1.8;
}
.planSec .planSec02 {
	margin-bottom: 50px;
}
.planSec .planSec02:last-child {
	margin-bottom: 0;
}
.planSec .planSec02:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSec02 .planSec02Txt {
	float: left;
	width: 600px;
	margin-right: 35px;
}
.planSec .planSec02 .planSec02Txt .planSec02Txt01 {
	font-size: 16px;
	line-height: 1.8;
}
.planSec .planSec02 .planSec02Img {
	float: left;
	width: 565px;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 {
	float: left;
	width: 270px;
	margin-right: 25px;
}
.planSec .planSec02 .planSec02Img .planSec02Img01:last-child {
	margin-right: 0;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 img {
	width: 270px;
	height: 270px;
	border-radius: 50%;
}
.planSec	.planSec03 {
	margin-bottom: 80px;
}
.planSec	.planSec03:after {
	clear: both;
	display: block;
	content: "";
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt01 {
	font-size: 20px;
	margin-bottom: 25px;
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt02 {
	font-size: 16px;
}
.planSec .planSec03 .planSec03Ico {
	float: left;
	width: 400px;
	text-align: center;
	padding: 0 40px;
}
.planSec .planSec03 .planSec03Ico:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSecImg {
	margin-bottom: 110px;
}
.planSec .planSecImg:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSecImg .planSecImg01 {
	float: left;
	margin-right: 13px;
}
.planSec .planSecImg .planSecImg01:last-child {
	margin-right: 0;
}
.planSec .planSecImg .planSecImg01 img {
	width: 290px;
	border-radius: 50%;
}
.planSec .planSecBtn {
	text-align: center;
}
.planSec .planSec01 {
	width: 580px;
	float: left;
	margin-right: 40px;
}
.planSec .planSec01:last-child {
	margin-right: 0;
}
.planSec .planSec01 .priceSecTit:before {
    font-size: 18px;
    vertical-align: 1px;
}
.planSec .planSec01 .priceSecTit {
	font-size: 22px;
}
.planSec li {
    width: 150px;
    margin-right: 25px;
}
	.planSec li:last-child {
		margin-right: 0;
	}
/************** 料金表 / price **************/
.priceSec .priceSecTxt01 {
	margin-bottom: 60px;
}
.priceSec .priceSecTxt02 {
	margin-bottom: 50px;
}
.priceSec p {
	line-height: 1.8;
}
.priceSec ul {
	margin-bottom: 85px;
}
.priceSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.priceSec li {
	float: left;
	margin-right: 40px;
}
.priceSec li:last-child {
	margin-right: 0;
}
.priceSec li table {
	width: 580px;
}
.priceSec table {
	width: 1200px;
	font-size: 16px;
	margin-bottom: 50px;
}
.priceSec table tbody tr th, .priceSec table tbody tr td {
	padding: 10px 0;
}
.priceSec .priceSecTxt04 p {
	font-size: 18px;
}
.priceSec .priceSecTxt04 p br {
	display: none;
}
.priceSec .priceSecTxt03 {
	margin-bottom: 120px;
}
.priceSec .priceSecTxt03 ul {
	margin-bottom: 30px;
}
.priceSec .priceSecTxt03 li {
	font-size: 16px;
	float: none;
}
.priceSec .priceSecTxt03 p:first-child {
	margin-bottom: 30px;
}
/************** メンテンナンス / maintenance **************/
.maintenanceSec .maintenanceSecTxt01 {
	margin-bottom: 50px;
}
.maintenanceSec ul {
	margin-bottom: 100px;
	gap: 30px;
}
.maintenanceSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.maintenanceSec li {
	float: left;
	height: 370px;
	margin: 0;
	width: calc((100% - 60px)/3);
}
.maintenanceSec li:nth-child(4n) {
	margin-right: 0;
}
.maintenanceSec li .maintenanceSecImg01 img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.maintenanceSec li .maintenanceSecTit {
	font-size: 20px;
	width: 270px;
}
/************** 導入までの流れ / flow **************/
.flowSec li {
	height: 300px;
}
.flowSec li:after {
    top: 330px;
}
.flowSec li:nth-child(1) {
	background: url(../first/images/bg_flow01.png) left no-repeat;
	background-size: auto auto, 22% auto;
}
.flowSec li:nth-child(2) {
	background: url(../first/images/bg_flow02.png) left no-repeat;
	background-size: auto auto, 22% auto;
}
.flowSec li:nth-child(3) {
	background: url(../first/images/bg_flow03.png) left no-repeat;
	background-size: auto auto, 22% auto;
}
.flowSec li:nth-child(4) {
	background: url(../first/images/bg_flow04.png) left no-repeat;
	background-size: auto auto, 22% auto;
}
.flowSec li:nth-child(5) {
	background: url(../first/images/bg_flow05.png) left no-repeat;
	background-size: auto auto, 22% auto;
}
.flowSec li:nth-child(6) {
	background: url(../first/images/bg_flow06.png) left no-repeat;
	background-size: auto auto, 22% auto;
}
.flowSec li:nth-child(7) {
	background: url(../first/images/bg_flow07.png) left no-repeat;
	background-size: auto, 230px 230px;
}
.flowSec li .flowSecTxt {
	width: 980px;
    padding-left: 210px;
}
.flowSec li .flowSecTxt .flowSecTit {
	font-size: 28px;
	margin-bottom: 20px;
}
.flowSec li .flowSecTxt .flowSecTxt01 {
    margin-bottom: 30px;
}
.flowSec li .flowSecTxt p {
	font-size: 15px;
    width: 550px;
}
.flowSec li .flowSecTxt .flowSecTel {
	font-size: 30px;
	line-height: 1;
}
.flowSec li .flowSecTxt .flowSecTel span {
	font-size: 18px;
}
.flowSec li .flowSecTxt li {
	font-size: 16px;
}
/************** よくある質問 / faq **************/
.faqSec li {
	margin-bottom: 80px;
}
.faqSec li:last-child {
	margin-bottom: 0;
}
.faqSec li .faqSecQ:before, .faqSec li .faqSecA:before {
	height: 40px;
    width: 40px;
    background-size: 100%;
}
.faqSec li .faqSecQ, .faqSec li .faqSecA {
	padding-left: 70px;
    margin-bottom: 35px;
}
.faqSec li .faqSecQ {
	font-size: 25px;
}
.faqSec li .faqSecA {
	font-size: 17px;
}
/************** サービスエリア / area **************/
.areaSec {
	position: relative;
	height: 1050px;
}
.areaSec .areaSecTxt {
	position: absolute;
	z-index: 1;
}
.areaSec p {
	margin-bottom: 25px;
}
.areaSec p:last-child {
	margin-bottom: 0;
}
.areaSec .areaSecImg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 755px;
}
/************** 会社概要 / company **************/
.companySec {
	margin-bottom: 75px;
}
.companySec .companySecTxt {
	margin-bottom: 50px;
}
.companySec .companySecTxt p {
	margin-bottom: 25px;
    line-height: 1.8;
}
.companySec .companySecTxt p:last-child {
	margin-bottom: 0;
}
.companySec .companySecImg ul:after {
	clear: both;
	display: block;
	content: "";
}
.companySecImg ul{ display: flex; gap: 20px; flex-wrap: wrap;}
.companySec .companySecImg li{ flex-basis: calc((100% - 40px)/3); }
.companySec .companySecImg li:last-child {
	margin-right: 0;
}
.companySec .companySecImg li img {
	width:100%;
	height: auto;
}
.companySecRinen li:before {
	top: 15px;
	font-size: 9px;
	left: 0;
}
.companySecRinen li {
	font-size: 23px;
	padding-left: 15px;
	margin-bottom: 12px;
}
.companySec table tbody tr th,
.companySec table tbody tr td {
	font-size: 16px;
	padding: 12px 0 12px 25px;
	letter-spacing: 1px;
}
.companySec table tbody tr th {
	background-color: #f5f5f5;
	width: 25%;
	text-align: left;
}
.companySec table tbody tr td li {
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 0;
}

/************** 個人情報保護方針 / privacy **************/
.privacySec .privacySecTxt {
	margin-bottom: 90px;
}
.privacySec .privacySecTxt:last-child {
	margin-bottom: 0;
}
.privacySec .privacySecTxt p, .privacySec .privacySecTxt li {
	font-size: 16px;
	line-height: 1.8;
}
/************** クーリングオフ / coolingoff **************/
.coolingoffSec .coolingoffSecTxt {
	margin-bottom: 550px;
}
.coolingoffSec .coolingoffSecTxt p {
	margin-bottom: 35px;
}
.coolingoffSec .coolingoffSecTxt p:last-child {
	margin-bottom: 0;
}
/************** お問合せ / contact **************/
.contactSec .contactSecTxt {
	margin-bottom: 60px;
}
.contactSec .contactSecTxt p a:hover {
	opacity: .6;
}
.contactSec form {
	width: 880px;
    margin: auto;
}
/************** キャンペーン / campaign **************/
.campaignTxt {
	margin-bottom: 30px;
}
.campaignSec .campaignSec01 {
	margin-bottom: 40px;
}
.campaignSec .campaignSec01:after {
	clear: both;
	display: block;
	content: "";
}
.campaignSec .campaignSec01 .campaignSecTxt {
	float: left;
	width: 450px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit strong {
	font-size: 33px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit .campaignSecTxt01 {
	margin-bottom: 40px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit .campaignSecTxt02 {
	font-size: 20px;
	letter-spacing: 2px;
}
.campaignSec .campaignSec01 .campaignSecImg {
	float: left;
	width: 520px;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 {
	float: left;
	margin-right: 20px;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01:last-child {
	margin-right: 0;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 img {
	border-radius: 50%;
	width: 250px;
}
.campaignSec ol li:before {
	margin-right: 2px;
}
.campaignSec li {
	font-size: 16px;
	margin-bottom: 3px;
}
.campaignSec .campaignSec02 {
	margin-bottom: 90px;
}
.campaignSec .campaignSec03 {
	margin-bottom: 50px;
}
/************** 熱帯魚図鑑 / gallery **************/
.gallerySec .gallerySecTxt01 {
	margin-bottom: 50px;
}
.gallerySec .gallerySecList01 ul {
	margin-bottom: 90px;
}
.gallerySec .gallerySecList01 li {
	width: 25%;
}
.gallerySec .gallerySecList01 li a {
	font-size: 16px;
}
.gallerySec .gallerySecList02 li {
	width: 260px;
	float: left;
	height: 560px;
	margin: 0 53px 125px 0;
	/* padding-top: 220px; */
}
.gallerySec .gallerySecList02 li:nth-child(4n) {
	margin-right: 0;
}
.gallerySec .gallerySecList02 li .gallerySecTit01:before {
    vertical-align: -3px;
}
.gallerySec .gallerySecList02 li .gallerySecTit01 {
	font-size: 17px;
	margin-bottom: 10px;
}
.gallerySec .gallerySecList02 li .gallerySecImg {
	margin-bottom: 10px;
}
.gallerySec .gallerySecList02 li .gallerySecImg img {
	width: 260px;
}
.gallerySec .gallerySecList02 li ul {
	margin-bottom: 25px;
	overflow: hidden;
}
.gallerySec .gallerySecList02 li ul li {
	font-size: 14px;
	margin-bottom: 5px;
}
.gallerySec .gallerySecList02 li .gallerySecTxt {
	margin-bottom: 30px;
}
.gallerySec .gallerySecList02 li .gallerySecTxt .gallerySecTxt02 {
	font-size: 14px;
}
.gallerySec .gallerySecList02 li .gallerySecTit02 {
	font-size: 16px;
	margin-bottom: 10px;
}
.gallerySec .gallerySecList02 li p {
	font-size: 14px;
	line-height: 1.7;
}

/************** 比較表 / select **************/
.selectSec li {
	font-size: 16px;
	line-height: 1.8;
}
.selectSec table {
	width: 960px;
}
.selectSec table tbody tr th, .selectSec table tbody tr td {
	font-size: 16px;
	padding: 12px 0;
	letter-spacing: 1px;
	text-align: center;
}
.selectSec table tbody tr th {
	width: 250px;
}
.selectSec table tbody tr:first-child th:nth-child(2),
.selectSec table tbody tr td:nth-child(2) {
	font-size: 20px;
}
.selectSec table tbody tr:nth-child(2) td,
.selectSec table tbody tr:nth-child(3) td,
.selectSec table tbody tr:nth-child(4) td {
	padding: 30px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before {
    font-size: 80px;
    top: -15px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(2):before {
    font-size: 80px;
    top: 6px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(3):before {
 
    
}


/************** 美ら海ショールーム紹介 / showroom **************/
.contents .showroomSec {
	margin-bottom: 80px;
}
.contents .showroomSecImg01 {
	margin-bottom: 60px;
}
	
.contents .showroomSecImg01 ul{ display: flex; justify-content: space-between; }
.contents .showroomSecImg01 ul li{ flex-basis: 23%; }
.contents .showroomSecImg01 ul li img{ width: 100%; height: auto; }
.contents .showroomSecImg01 ul li:first-child { margin-left: 0;}


.contents .showroomSecImg02 ul{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 40px; }
.contents .showroomSecImg02 ul li{ flex-basis: 32%; margin-bottom: 30px; }
.contents .showroomSecImg02 ul li:nth-child(2n){ margin-right: 0; }
.contents .showroomSecImg02 ul li .showroomSecImg02Tit{ display: inline-block; color: #fff; background: #0c3286; padding: 5px 20px; border-radius: 25px; margin-bottom: 10px; font-size: 14px; text-align: center; }

/*
.contents .showroomSecImg02 {
	text-align: center;
    margin: 0 auto 60px auto;
    position: relative;
    width: 1150px;
    height: 815px;
}
*/
.contents .showroomSecImg02Img{ position: relative; }
.showroomSecImg02{ margin-bottom: 40px; }
.showroomSecImg02 img{ width: 100%; height: auto; }
.contents .showroomSecTxt01 p {
	line-height: 2.0em;
}
.contents .showroomSecTxtName {
	font-size: 20px;
}
/*
.showroomSecImg02 ul li:nth-child(1){ position: absolute; top: 222px; left: 3px; }
.showroomSecImg02 ul li:nth-child(2){ position: absolute; top: 143px; left: 211px; }
.showroomSecImg02 ul li:nth-child(3){ position: absolute; top: 53px; left: 403px; }
.showroomSecImg02 ul li:nth-child(4){ position: absolute; top: 0; left: 720px; }
.showroomSecImg02 ul li:nth-child(5){ position: absolute; top: 190px; left: 877px; }
.showroomSecImg02 ul li:nth-child(6){ position: absolute; top: 540px; left: 75px; }
.showroomSecImg02 ul li:nth-child(7){ position: absolute; top: 624px; left: 327px; }
.showroomSecImg02 ul li:nth-child(8){ position: absolute; top: 550px; left: 652px; }
.showroomSecImg02 ul li:nth-child(9){ position: absolute; top: 399px; left: 807px; }
*/


}
/* ----------------------------------------------------------
 PC CSS END
---------------------------------------------------------- */
/* ----------------------------------------------------------
 PC WIDE CSS
---------------------------------------------------------- */
@media screen and (min-width:1370px){
/* フォントサイズ10px */
html{ font-size: 62.5%; height: 100%; }

/* 基本のフォントサイズ */
body{ font-size: 16px; font-size: 1.8rem; height: 100%; }

/* 非表示用 */
.nonePCWIDE		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header_logo{width: 210px;}
.header_nav{margin-left: 210px;}
.gnavi_list li.has-child:before{right: 10px;}
.gnavi_item a{padding: 60px 20px 0 20px;}

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btmMenu { display: none; }

/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */


/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */

.contents {
	width: 1200px;
	margin: auto;
    background: #fff;
}
.contents:after {
	content: "";
	display: block;
	clear: both;
}
#breadcrumbs {
	width: 1200px;
	margin: 0 auto 60px;
}
#breadcrumbs li {
	display: inline;
	color: #999;
	font-size: 12px;
}
#breadcrumbs li a:after {
	font-family: fontawesome;
	content: "\f105";
	margin: 0 8px;
}
#breadcrumbs li:last-child a:after {
	content: '';
}
#breadcrumbs a {
	color: #999;
}
#breadcrumbs a:hover {
	opacity: 0.6;
}
/************** トップページ **************/
.topSec {
	padding-bottom: 35px;
	padding-top: 115px;
}
.topSec .topSecTit {
	font-size: 30px;
	width: 520px;
}
.topSec .topSecTit02 {
	font-size: 30px;
	width: 520px;
}
.topSec p {
	line-height: 1.8;
	margin-bottom: 50px;
}

/*
#topSecTxt {
	padding: 12% 3%;
    color: #fff;
    font-weight: bold;
	text-shadow: 0px 0px 10px #0c3286;
	line-height: 1.5;
	font-size: 90px;
    text-align: center;
    letter-spacing: -2px;
}
*/

#topSecTxt span{ font-size: 70px; letter-spacing: -10px; }
#topSecTxt .topSecTxt01 { display: block; font-size: 30px; }


#topSecTxt {
	padding: 12% 3%;
    color: #fff;
    font-weight: bold;
	text-shadow:
        #333 2px 0px 2px, #333 -2px 0px 2px,
        #333 0px -2px 2px, #333 -2px 0px 2px,
        #333 2px 2px 2px, #333 -2px 2px 2px,
        #333 2px -2px 2px, #333 -2px -2px 2px,
        #333 1px 2px 2px, #333 -1px 2px 2px,
        #333 1px -2px 2px, #333 -1px -2px 2px,
        #333 2px 1px 2px, #333 -2px 1px 2px,
        #333 2px -1px 2px, #333 -2px -1px 2px,
        #333 1px 1px 2px, #333 -1px 1px 2px,
        #333 1px -1px 2px, #333 -1px -1px 2px;
	line-height: 1.5;
	font-size: 90px;
    text-align: center;
    letter-spacing: -2px;
}
	
.topBtn02 {
	margin-bottom: 40px;
}



.topSec .topSecImg03 {
	margin-right: 40px;
	margin-bottom: 40px;
	width: 580px;
	float: left;
}
.topSec .topSecImg03:last-child {
	margin-right: 0;
}

.topSec .topSecImg04{ position: absolute; bottom: -80px; right: 20px; z-index: 99; }
.topSec .topSecImg04 a:hover{ opacity: 0.6; }

.topSec .topSecImg05{ position: absolute; bottom: -80px; left: 20px; z-index: 99; }
.topSec .topSecImg05 a:hover{ opacity: 0.6; }

.topSec ul {
	width: 590px;
	float: left;
}
.topSec li {
	float: left;
	width: 290px;
	margin-right: 10px;
}
.topSec li:last-child {
	margin-right: 0;
}

.top_img_tit04{ position: absolute; top: 56%; left: 0; right: 0; margin: 0 auto; transform: translateY(110px); z-index: 2; color: #fff; font-size: 5.5rem; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; text-align: center; text-shadow: 0px 0px 9px rgba(12, 50, 134, 1); }


.topSec01News{ width: 1000px; margin: 40px auto 80px auto; }
.topSec01News h4{ text-align: left; }
.topSec01News ul{ width: 100%; float: none; margin-bottom: 20px; }
.topSec01News ul li{ display: flex; justify-content: space-between; border-bottom: 1px solid #ccc; padding: 15px; float: none; width: 100%; margin: 0; }
.topSec01News ul li .topSec01NewsDate{ flex-basis: 10%; margin-right: 2%; color: #666; font-size: 12px; text-align: left; }
.topSec01News ul li .topSec01NewsTit{ flex-basis: 88%; text-align: left; font-size: 15px; }
.topSec01NewsBtn{ width: 200px; margin: 0 0 0 auto; }
.topSec01NewsBtn a{	display: block;	color: #0c3285;	font-size: 14px; border: 1px solid #0c3285;	border-radius: 25px; text-align: center; padding: 5px; }
.topSec01NewsBtn a:hover{ background: #0c3285; color: #fff; }

.top_news_tit h2,
.top_report_tit h2{ display: flex; justify-content: space-between; align-items: center; }

.top_news_tit h2 span,
.top_report_tit h2 span{ font-size: 3rem; }

.top_info01 .top_news_tit h2 span,
.top_info01 .top_report_tit h2 span{ font-size: 2.6rem; }

.top_news_btn{}
.top_news_btn a{ display: block; color: #256ab5; font-size: 1.4rem; text-align: center; padding: 10px 20px 5px 20px; background-color: #e8de3a; border-radius: 5px; font-family: heisei-maru-gothic-std, sans-serif; font-weight: 800; font-style: normal; }


.topContentsSec {
	background: url(../images/bg_contents01.png) repeat-x;
	overflow: hidden;
	margin-bottom: 150px;
}
.topContentsSec ul {
	width: 1200px;
	margin: auto;
}
.topContentsSec li {
	width: 400px;
	float: left;
}
.topContentsSec li:first-child .topContentsSecImg {
	border-left: 1px solid #fff;
}
.topContentsSec li .topContentsSecImg {
	margin-bottom: 25px;
	overflow: hidden;
	border-right: 1px solid #fff;
}
.topContentsSec li .topContentsSecImg img {
	width: 100%;
	height: 260px;
}
.topContentsSec li .topContentsSecTxt {
	border-right: 1px solid #ccc;
	padding: 0 20px;
}
.topContentsSec li:first-child .topContentsSecTxt {
	border-left: 1px solid #ccc;
}
.topResultsSec li {
	/*
	float: left;
	width: 280px;
	margin-right: 26px;
	margin-bottom: 40px;
	*/
}
.topResultsSec li:nth-child(4n) {
	/*
	margin-right: 0;
	*/
}
.topResultsSec li .topResultsSecImg img {
	width: 100%;
}
.topBtn {
	width: 1200px;
	margin: 0 auto 40px;
    border-top: 1px solid #0c3285;
    padding-top: 40px;
}
.topBtn ul:after {
	clear: both;
	display: block;
	content: "";
}
.topBtn li {
	float: left;
	width: 295px;
	height: 110px;
	margin-right: 6.5px;
}
.topBtn li:nth-child(4n) {
	margin-right: 0;
}

.topSec01:after{ content: ""; display: block; clear: both; }
.topSec01 h4{ font-size: 30px !important; }
.topSec01 .topSec01Maintenance{ float: left; width: 700px; margin-right: 50px; }
.topSec01 .topSec01Maintenance ul{ overflow: hidden; margin-bottom: 20px; }
.topSec01 .topSec01Maintenance ul li{ padding: 15px 0; border-bottom: 1px solid #ccc; }
.topSec01 .topSec01Maintenance ul li:after{ content: ""; display: block; clear: both; }
.topSec01 .topSec01Maintenance ul li .topSec01MaintenanceDate{ float: left; width: 15%; color: #666; font-size: 12px; }
.topSec01 .topSec01Maintenance ul li .topSec01MaintenanceTit{ float: left; width: 85%; font-size: 15px; }
.topSec01 .topSec01MaintenanceBtn{ width: 220px; margin: 0 0 0 auto; }
.topSec01 .topSec01MaintenanceBtn a{ display: block; color: #0c3285; font-size: 14px; border: 1px solid #0c3285; border-radius: 25px; text-align: center; padding: 5px; }
.topSec01 .topSec01MaintenanceBtn a:hover{ color: #fff; background: #0c3285; }
.topSec01 .topSec01Facebook{ float: left; width: 450px; color: #0c3285; font-size: 14px; border-radius: 25px; text-align: center; }

.top_concept_tit br:nth-child(3){ display: none; }


/************** はじめての方へ / first **************/
.firstSec li {
	margin-bottom: 60px;
}
.firstSec li:first-child{margin-bottom: 0;}
.firstSec li:after {
	clear: both;
	display: block;
	content: "";
}
.firstSec li:nth-child(odd) .firstSecTxt {
	width: 750px;
	float: left;
    margin-right: 45px;
}
.firstSec li:nth-child(even) .firstSecTxt {
	width: 750px;
	float: right;
}
.firstSec li .firstSecTxt .firstSecTxt01 {
	margin-bottom: 55px;
}
.firstSec li .firstSecTxt .firstSecTxt01 p {
	font-size: 15px;
    line-height: 1.9;
    margin-bottom: 15px;
}
.firstSec li .firstSecTxt .firstSecTxt02 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.6;
}
.firstSec li .firstSecTxt ul {
	margin-bottom: 30px;
}
.firstSec li .firstSecTxt li {
	margin-bottom: 15px;;
	color: #f60;
	font-size: 20px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
}
.firstSec li .firstSecTxt li p {
	color: #333;
	font-weight: normal;
	margin-left: 30px;
}
.firstSec li .firstSecImg img {
	width: 405px;
	height: 405px;
	border-radius: 50%;
}
.firstSec li:nth-child(odd) .firstSecImg {
	float: right;
	width: 405px;
}
.firstSec li:nth-child(even) .firstSecImg {
	float: left;
	width: 405px;
	margin-right: 45px;
}
/************** plan紹介 / plan **************/
.planSec {
	margin-bottom: 120px;
}
.planSec#entry {
	padding-top: 220px;
	margin-top: -220px;
}
.planSec:after {
	clear: both;
	display: block;
	content: "";
}
.planSecTxt {
	margin-bottom: 10px;
}
.planSecTxt:nth-child(2) {
	margin-bottom: 50px;
}
.planSec .planSecTxt01 {
	margin-bottom: 30px;
}
.planSec .planSecTxt02 {
	margin-bottom: 20px;
}
.planSec .planSec01Txt {
	font-size: 16px;
	margin-bottom: 70px;
}
.planSec .planSec01Txt {
	clear: both;
	display: block;
	content: "";
	text-align: center;
}
.planSec .planSec01 .planSec01Txt p {
	line-height: 1.8;
}
.planSec .planSec02 {
	margin-bottom: 50px;
}
.planSec .planSec02:last-child {
	margin-bottom: 0;
}
.planSec .planSec02:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSec02 .planSec02Txt {
	float: left;
	width: 600px;
	margin-right: 35px;
}
.planSec .planSec02 .planSec02Txt .planSec02Txt01 {
	font-size: 16px;
	line-height: 1.8;
}
.planSec .planSec02 .planSec02Img {
	float: left;
	width: 565px;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 {
	float: left;
	width: 270px;
	margin-right: 25px;
}
.planSec .planSec02 .planSec02Img .planSec02Img01:last-child {
	margin-right: 0;
}
.planSec .planSec02 .planSec02Img .planSec02Img01 img {
	width: 270px;
	height: 270px;
	border-radius: 50%;
}
.planSec	.planSec03 {
	margin-bottom: 80px;
}
.planSec	.planSec03:after {
	clear: both;
	display: block;
	content: "";
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt01 {
	font-size: 20px;
	margin-bottom: 25px;
}
.planSec	.planSec03 .planSec03Txt .planSec03Txt02 {
	font-size: 16px;
}
.planSec .planSec03 .planSec03Ico {
	float: left;
	width: 400px;
	text-align: center;
	padding: 0 40px;
}
.planSec .planSec03 .planSec03Ico:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSecImg {
	margin-bottom: 110px;
}
.planSec .planSecImg:after {
	clear: both;
	display: block;
	content: "";
}
.planSec .planSecImg .planSecImg01 {
	float: left;
	margin-right: 13px;
}
.planSec .planSecImg .planSecImg01:last-child {
	margin-right: 0;
}
.planSec .planSecImg .planSecImg01 img {
	width: 290px;
	border-radius: 50%;
}
.planSec .planSecBtn {
	text-align: center;
}
.planSec .planSec01 {
	width: 580px;
	float: left;
	margin-right: 40px;
}
.planSec .planSec01:last-child {
	margin-right: 0;
}
.planSec .planSec01 .priceSecTit:before {
    font-size: 18px;
    vertical-align: 1px;
}
.planSec .planSec01 .priceSecTit {
	font-size: 22px;
}
.planSec li {
    width: 150px;
    margin-right: 25px;
}
	.planSec li:last-child {
		margin-right: 0;
	}
/************** 料金表 / price **************/
.priceSec .priceSecTxt01 {
	margin-bottom: 60px;
}
.priceSec .priceSecTxt02 {
	margin-bottom: 50px;
}
.priceSec p {
	line-height: 1.8;
}
.priceSec ul {
	margin-bottom: 85px;
}
.priceSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.priceSec li {
	float: left;
	margin-right: 40px;
}
.priceSec li:last-child {
	margin-right: 0;
}
.priceSec li table {
	width: 580px;
}
.priceSec table {
	width: 1200px;
	font-size: 16px;
	margin-bottom: 50px;
}
.priceSec table tbody tr th, .priceSec table tbody tr td {
	padding: 10px 0;
}
.priceSec .priceSecTxt04 p {
	font-size: 18px;
}
.priceSec .priceSecTxt04 p br {
	display: none;
}
.priceSec .priceSecTxt03 {
	margin-bottom: 120px;
}
.priceSec .priceSecTxt03 ul {
	margin-bottom: 30px;
}
.priceSec .priceSecTxt03 li {
	font-size: 16px;
	float: none;
}
.priceSec .priceSecTxt03 p:first-child {
	margin-bottom: 30px;
}
/************** メンテンナンス / maintenance **************/
.maintenanceSec .maintenanceSecTxt01 {
	margin-bottom: 50px;
}
.maintenanceSec ul {
	margin-bottom: 60px;
}
.maintenanceSec ul:after {
	clear: both;
	display: block;
	content: "";
}
.maintenanceSec li {
	float: left;
	height: 370px;
	margin: 0 13px 0 0;
}
.maintenanceSec li:nth-child(4n) {
	margin-right: 0;
}
.maintenanceSec li .maintenanceSecImg01 img {
	width: 290px;
	border-radius: 50%;
}
.maintenanceSec li .maintenanceSecTit {
	font-size: 20px;
	width: 270px;
}
.maintenanceSec li .maintenance_txt01{font-size: 18px; width: 275px;}
/************** 導入までの流れ / flow **************/
.flowSec li {
	height: 240px;
}
.flowSec li:after {
    top: 330px;
}
.flowSec li:nth-child(1) {
	background: url(../first/images/bg_flow01.png) left no-repeat;
	background-size: 10%;
}
.flowSec li:nth-child(2) {
	background: url(../first/images/bg_flow02.png) left no-repeat;
	background-size: 10%;
}
.flowSec li:nth-child(3) {
	background: url(../first/images/bg_flow03.png) left no-repeat;
	background-size: 10%;
}
.flowSec li:nth-child(4) {
	background: url(../first/images/bg_flow04.png) left no-repeat;
	background-size: 10%;
}
.flowSec li:nth-child(5) {
	background: url(../first/images/bg_flow05.png) left no-repeat;
	background-size: 10%;
}
.flowSec li:nth-child(6) {
	background: url(../first/images/bg_flow06.png) left no-repeat;
	background-size: 10%;
}
.flowSec li:nth-child(7) {
	background: url(../first/images/bg_flow07.png) left no-repeat;
	background-size: 10%;
}
.flowSec li .flowSecTxt {
	width: 1200px;
    padding-left: 150px;
}
.flowSec li .flowSecTxt .flowSecTit {
	font-size: 28px;
	margin-bottom: 20px;
}
.flowSec li .flowSecTxt .flowSecTxt01 {
    margin-bottom: 30px;
}
.flowSec li .flowSecTxt p {
	font-size: 18px;
    
}
.flowSec li .flowSecTxt .flowSecTel {
	font-size: 30px;
	line-height: 1;
}
.flowSec li .flowSecTxt .flowSecTel span {
	font-size: 18px;
}
.flowSec li .flowSecTxt li {
	font-size: 16px;
}
/************** よくある質問 / faq **************/
.faqSec li {
	margin-bottom: 80px;
}
.faqSec li:last-child {
	margin-bottom: 0;
}
.faqSec li .faqSecQ:before, .faqSec li .faqSecA:before {
	height: 40px;
    width: 40px;
    background-size: 100%;
}
.faqSec li .faqSecQ, .faqSec li .faqSecA {
	padding-left: 70px;
    margin-bottom: 35px;
}
.faqSec li .faqSecQ {
	font-size: 25px;
}
.faqSec li .faqSecA {
	font-size: 17px;
}
/************** サービスエリア / area **************/
.areaSec {
	position: relative;
	height: 1050px;
}
.areaSec .areaSecTxt {
	position: absolute;
	z-index: 1;
}
.areaSec p {
	margin-bottom: 25px;
}
.areaSec p:last-child {
	margin-bottom: 0;
}
.areaSec .areaSecImg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 755px;
}
/************** 会社概要 / company **************/
.companySec {
	margin-bottom: 75px;
}
.companySec .companySecTxt {
	margin-bottom: 50px;
}
.companySec .companySecTxt p {
	margin-bottom: 25px;
    line-height: 1.8;
}
.companySec .companySecTxt p:last-child {
	margin-bottom: 0;
}
.companySec .companySecImg ul:after {
	clear: both;
	display: block;
	content: "";
}
.companySec .companySecImg li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.companySec .companySecImg li:last-child {
	margin-right: 0;
}
.companySec .companySecImg li img {
	width:380px;
}
.companySecRinen li:before {
	top: 15px;
	font-size: 9px;
	left: 0;
}
.companySecRinen li {
	font-size: 23px;
	padding-left: 15px;
	margin-bottom: 12px;
}
.companySec table tbody tr th,
.companySec table tbody tr td {
	font-size: 16px;
	padding: 12px 0 12px 25px;
	letter-spacing: 1px;
}
.companySec table tbody tr th {
	background-color: #f5f5f5;
	width: 25%;
	text-align: left;
}
.companySec table tbody tr td li {
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 0;
}
.companySec iframe {
/*
	height: 550px;
	width: 1200px;
*/
}
/************** 個人情報保護方針 / privacy **************/
.privacySec .privacySecTxt {
	margin-bottom: 90px;
}
.privacySec .privacySecTxt:last-child {
	margin-bottom: 0;
}
.privacySec .privacySecTxt p, .privacySec .privacySecTxt li {
	font-size: 16px;
	line-height: 1.8;
}
/************** クーリングオフ / coolingoff **************/
.coolingoffSec .coolingoffSecTxt {
	margin-bottom: 550px;
}
.coolingoffSec .coolingoffSecTxt p {
	margin-bottom: 35px;
}
.coolingoffSec .coolingoffSecTxt p:last-child {
	margin-bottom: 0;
}
/************** お問合せ / contact **************/
.contactSec .contactSecTxt {
	margin-bottom: 60px;
}
.contactSec .contactSecTxt p a:hover {
	opacity: .6;
}
.contactSec form {
	width: 880px;
    margin: auto;
}
/************** キャンペーン / campaign **************/
.campaignTxt {
	margin-bottom: 30px;
}
.campaignSec .campaignSec01 {
	margin-bottom: 40px;
}
.campaignSec .campaignSec01:after {
	clear: both;
	display: block;
	content: "";
}
.campaignSec .campaignSec01 .campaignSecTxt {
	float: left;
	width: 480px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit strong {
	font-size: 33px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit .campaignSecTxt01 {
	margin-bottom: 40px;
}
.campaignSec .campaignSec01 .campaignSecTxt .campaignSecTit .campaignSecTxt02 {
	font-size: 20px;
	letter-spacing: 2px;
}
.campaignSec .campaignSec01 .campaignSecImg {
	float: left;
	width: 720px;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 {
	float: left;
	margin-right: 20px;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01:last-child {
	margin-right: 0;
}
.campaignSec .campaignSec01 .campaignSecImg .campaignSecImg01 img {
	border-radius: 50%;
	width: 350px;
}
.campaignSec ol li:before {
	margin-right: 2px;
}
.campaignSec li {
	font-size: 16px;
	margin-bottom: 3px;
}
.campaignSec .campaignSec02 {
	margin-bottom: 90px;
}
.campaignSec .campaignSec03 {
	margin-bottom: 50px;
}
/************** 熱帯魚図鑑 / gallery **************/
.gallerySec .gallerySecTxt01 {
	margin-bottom: 50px;
}
.gallerySec .gallerySecList01 ul {
	margin-bottom: 90px;
}
.gallerySec .gallerySecList01 li {
	width: 25%;
}
.gallerySec .gallerySecList01 li a {
	font-size: 16px;
}
.gallerySec .gallerySecList02 li {
	width: 260px;
	float: left;
	height: 560px;
	margin: 0 53px 125px 0;
	/* padding-top: 220px; */
}
.gallerySec .gallerySecList02 li:nth-child(4n) {
	margin-right: 0;
}
.gallerySec .gallerySecList02 li .gallerySecTit01:before {
    vertical-align: -3px;
}
.gallerySec .gallerySecList02 li .gallerySecTit01 {
	font-size: 17px;
	margin-bottom: 10px;
}
.gallerySec .gallerySecList02 li .gallerySecImg {
	margin-bottom: 10px;
}
.gallerySec .gallerySecList02 li .gallerySecImg img {
	width: 260px;
}
.gallerySec .gallerySecList02 li ul {
	margin-bottom: 25px;
	overflow: hidden;
}
.gallerySec .gallerySecList02 li ul li {
	font-size: 14px;
	margin-bottom: 5px;
}
.gallerySec .gallerySecList02 li .gallerySecTxt {
	margin-bottom: 30px;
}
.gallerySec .gallerySecList02 li .gallerySecTxt .gallerySecTxt02 {
	font-size: 14px;
}
.gallerySec .gallerySecList02 li .gallerySecTit02 {
	font-size: 16px;
	margin-bottom: 10px;
}
.gallerySec .gallerySecList02 li p {
	font-size: 14px;
	line-height: 1.7;
}

/************** 比較表 / select **************/
.selectSec li {
	font-size: 16px;
	line-height: 1.8;
}
.selectSec table {
	width: 1200px;
}
.selectSec table tbody tr th, .selectSec table tbody tr td {
	font-size: 16px;
	padding: 12px 0;
	letter-spacing: 1px;
	text-align: center;
}
.selectSec table tbody tr th {
	width: 250px;
}
.selectSec table tbody tr:first-child th:nth-child(2),
.selectSec table tbody tr td:nth-child(2) {
	font-size: 20px;
}
.selectSec table tbody tr:nth-child(2) td,
.selectSec table tbody tr:nth-child(3) td,
.selectSec table tbody tr:nth-child(4) td {
	padding: 30px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(1):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(1):before {
    font-size: 80px;
    top: -15px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(2):before {
    font-size: 120px;
    top: -38px;
}
.selectSec table tbody tr:nth-child(2) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(3) td:nth-of-type(3):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(2):before,
.selectSec table tbody tr:nth-child(4) td:nth-of-type(3):before {
    font-size: 90px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/************** 美ら海ショールーム紹介 / showroom **************/
.contents .showroomSec {
	margin-bottom: 80px;
}
.contents .showroomSecImg01 {
	margin-bottom: 60px;
}
.contents .showroomSecImg01 ul li {
	float: left;
	width: 24.16%;
	margin-left: 1.11%;
}
.contents .showroomSecImg01 ul li:first-child { margin-left: 0;}
.contents .showroomSecImg02 {
	text-align: center;
    margin: 0 auto 60px auto;
    position: relative;
    width: 1150px;
    height: 815px;
    /* background: url(../showroom/images/img_showroom15.png) no-repeat; */
}
.contents .showroomSecImg02Img{ position: relative; }
.contents .showroomSecTxt01 p {
	line-height: 2.0em;
}
.contents .showroomSecTxtName {
	font-size: 20px;
}

.showroomSecImg02 ul li:nth-child(1){ position: absolute; top: 222px; left: 3px; }
.showroomSecImg02 ul li:nth-child(2){ position: absolute; top: 143px; left: 211px; }
.showroomSecImg02 ul li:nth-child(3){ position: absolute; top: 53px; left: 403px; }
.showroomSecImg02 ul li:nth-child(4){ position: absolute; top: 0; left: 720px; }
.showroomSecImg02 ul li:nth-child(5){ position: absolute; top: 190px; left: 877px; }
.showroomSecImg02 ul li:nth-child(6){ position: absolute; top: 540px; left: 75px; }
.showroomSecImg02 ul li:nth-child(7){ position: absolute; top: 624px; left: 327px; }
.showroomSecImg02 ul li:nth-child(8){ position: absolute; top: 550px; left: 652px; }
.showroomSecImg02 ul li:nth-child(9){ position: absolute; top: 399px; left: 807px; }


}
/* ----------------------------------------------------------
 PC WIDE CSS END
---------------------------------------------------------- */