@charset "utf-8";
/* CSS Document */
@media all and (max-width: 767px){

/*slide*/
#slide{
    height: auto;
    margin: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 50px;
	margin-bottom:20px;
    /*background-color: #fef8f6;*/
	min-height:180px;
}

#slide ul{
	/*min-height:330px;*/
}

#slide li{
	width:100%;
	min-height:180px;
	overflow:hidden;
}

#slide li .image{
  /* height: 100%; */
  width: 100%;
  background-repeat: no-repeat;
  min-height: 180px;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
}


#slide li.first .image{
	background-image:url(../images/top/slide_img01_pc.png);
	background-position:center center;
}
#slide li.second .image{
	background-image:url(../images/top/slide_img02_pc.png);
	background-position:center center;
}

#slide li .tbox{
	/*background-color:#fbf7f6;*/
	width:calc(100% - 20px);
	position:relative;
	padding:0 10px;
}

#slide li .tbox a{
    position: absolute;
    bottom: 70px;
    left: 10px;
}
#slide li .tbox .slidetext1 img {
    width: 50%;
    max-width: 200px;
    position: relative;
	margin: 20px 0 0 5%;
}
#slide li .tbox .slidetext2 img {
	width: 46%;
    max-width: 200px;
    position: relative;
	margin: 136px 0 0 5%;
}
}
@media all and (max-width: 450px){
#slide li .tbox .slidetext1 img {
	margin: 6% 0 0 5%;
}
#slide li .tbox .slidetext2 img {
	margin: 150px 0 0 5%;
}
}
@media all and (max-width: 380px){
#slide li .tbox .slidetext1 img {
	min-width:150px;
	margin: 15% 0 0 5%;
}
#slide li .tbox .slidetext2 img {
	min-width:150px;
	margin: 160px 0 0 5%;
}
}
@media all and (max-width: 767px){
#slide li .tbox .s1_ttl {
	font-size:30px;
	color:#dd2885;
	text-align:center;
	line-height:1.1;
	margin-top:140px;
}
#slide li .tbox .s1_txt {
	font-size:12px;
	color:#f7ed55;
	text-align:center;
	line-height:1.6;
	margin-top:10px;
}
#slide li.second .tbox .s1_ttl {
	font-size:18px;
	margin-top:140px;
	line-height:1.3;
}
#slide li.third .tbox .s1_ttl {
	font-size:24px;
	margin-top:140px;
	line-height:1.3;
}
#slide img{
	/*max-width:360px;*/
	padding:0;
	display:block;
	margin:auto;
}

/*トップページ*/
#cts_main section {
	margin:0 10px 30px;
}

#welcome p {
    color: #014099;
    font-weight: bold;
    line-height: 2.4;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 120px;
    margin-top: 20px;
    background-image: url(../images/top/wel_fishl_pc.png), url(../images/top/wel_fishr_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10% bottom, right 10% bottom;
    background-size: 120px 120px, 120px 120px;
}

/*トップ新着情報*/
#topnews{
    margin-bottom: 40px;
	padding-left:10px;
	padding-right:10px;
}

h3 {
	color:#72bdb3;
  text-align: center;
  font-weight: normal;
	font-size: 20px;
	margin-bottom:15px;
	padding:20px 0 5px;
	line-height:1.6;
  background: url(../images/common/bg_h3.png) no-repeat center top;
	background-size: 31px 17px;
}
#topnews h3 span {
    font-size: 16px;
    display: block;
    font-weight: normal;
	color:#f7ed55;
}
#topnews ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

#topnews ul li .sp{
	overflow:hidden;
}

#topnews ul li figure {
    position: relative;
    overflow: hidden;
    width: 105px;
    height: 90px;
    margin: 0px;
    float: left;
    margin-right: 10px;
}

#topnews ul li figure .newsimg {
    position: absolute;
    float: left;
    top: -105px;
    left: -147.5px;
    width: 100%;
    opacity: 1!important;
}
#topnews ul li .n_cts {
	float:left;
    width: calc(100% - 120px);
}
#topnews ul li .n_time {
    font-size: 8px;
    margin-top: -2px;
    margin-bottom: -3px;
}

#topnews ul li .n_tittle {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: -2px;
    color: #f7ed55;
    line-height: 1.6;
}

#topnews ul li .n_text {
	line-height: 1.6;
  font-size: 13px;
}

#topnews .newslist_btn{
    width: 80%;
    color: #fff;
    margin: auto;
    background: url(../images/common/icon_arrow_pc.png) no-repeat center right 20px #f7ed55;
    background-size: 18px 18px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0px 4px 0px 0px #14346e;
    -moz-box-shadow: 0px 4px 0px 0px #14346e;
    -webkit-box-shadow: 0px 4px 0px 0px #14346e;
}

#topnews .newslist_btn a{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 5px 0px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
}

#topnews .newslist_btn a:hover{
    color: #fff;
    background-image: url(../images/top/topnews_btn_hover_pc.png);
}
#lcolumn section img {
	width:100%;
}
#lcolumn section {
	/*padding:0 10px;*/
}

#fi_bnr ul li {
	margin-bottom:1.5em;
  background: #566d6a;
  position: relative;
}
#fi_bnr ul li a p {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 17px;
  padding: 0px 20px;
  bottom: 15px;
  line-height: 1.3;
}
#fi_bnr ul li a p span {
  font-size: 13px;
  margin-left: 3px;
}
#fi_bnr ul li a img {
	width:100%;
  opacity: 0.6;
}
#fi_bnr ul li a:hover img {
  opacity: 1;
}
#fi_bnr ul li h4 {
    font-size: 18px;
    position: relative;
    margin: 0.5em 0;
    padding-bottom: 0.5em;
    text-align: left;
}
#fi_bnr ul li h4 span {
    background: #f7ed55;
    color: #fff;
    padding: 3px 5px 0 5px;
    margin-left: 15px;
}
#fi_bnr ul li h4::after {
	content:"";
	height:2px;
	width:100%;
	background:#f7ed55;
	position:absolute;
	bottom:0;
	left:0;
}
#fi_bnr ul li p {
	text-align:left;
}
#feature {
  background: url(../images/common/bg_blue.jpg);
	background-size:125px 125px;
  padding: 30px 0;
  margin-bottom: 30px;
}
#feature h3 {
  margin-bottom: 0;
}
#feature > p {
  color: #72bdb3;
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1;
}
#feature ul {
  margin: 0 10px;
  background: #fff;
  border: solid 1px #72bdb3;
  border-bottom: none;
}
#feature ul li {
  padding: 30px;
  border-bottom: solid 1px #72bdb3;
  overflow: hidden;
}
#feature ul li img {
  width: 100%;
  margin-bottom: 10px;
}
#feature ul li span {
  color: #72bdb3;
  font-size: 17px;
  display: block;
  position: relative;
  padding-left: 60px;
}
#feature ul li span::before {
  content: "";
  height: 1px;
  width: 50px;
  background: #72bdb3;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}
#feature ul li h4 {
  color: #72bdb3;
  font-size: 18px;
  margin: 10px 0;
  letter-spacing: 1px;
}
#feature ul li p {
  color:#666666;
}
/*エリア*/
#polite {
    background: #f7ed55;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
	color:#fff;
	text-align:center;
	padding-bottom: 20px;
}
#polite .pl_img {
	border: solid 1px #eee;
}
#polite img {
    width: 100%;
	height: auto;
    object-fit: cover;
}
#polite div h4 {
    font-size: 20px !important;
    line-height: 1.5;
    margin: 1em 0;
}
#polite div p {
    font-size: 12px !important;
	color:#fff;
	margin: 0 20px 20px;
	text-align:left;
}
#polite div .link_btn {
    background: url(../images/common/icon_arrow_gr_pc.png) no-repeat center right 20px #fff;
    background-size: 18px;
    color: #f7ed55 !important;
}

/*トップ3バナー*/
#top_bnr ul {
	border:solid 1px #d4d4d4;
	margin:40px 0;
	display: flex;
}
#top_bnr ul li {
	width:33%;
	display:inline-block;
	vertical-align:top;
	border-right:solid 1px #d4d4d4;
	box-sizing: border-box;
}
#top_bnr ul li:last-child {
	border:none;
	width:34%;
	padding:0 0 0 0;
}
#top_bnr ul li:last-child img {
	width: calc(100% - 4%);
}
#top_bnr ul li img {
	width:100%;
}
#top_bnr ul li a h4 {
    font-size: 14px;
    color: #231815;
    border-top: solid 1px #d4d4d4;
    padding: 8px 10px;
    line-height: 1.3;
}
#top_bnr ul li h4 span {
	color:#f7ed55;
	font-size:10px;
	display:block;
	font-weight:normal;
	margin-left:1px;
}
#line_bnr {
	margin: 30px 10px !important;
}
#kodawari h3 img {
	width:90%;
	margin-bottom:15px;
}
#kodawari ul li {
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
#kodawari ul li img {
	position:relative;
	z-index:1;
}
#kodawari ul li div {
    background: url(../images/top/bg_feature_sp.png) repeat-y center top;
    background-size: 100%;
	max-width: 470px;
    padding: 10px 20px 15px 20px;
    margin: -30px auto 0;
    z-index: 2;
    width: calc(90% - 40px);
    position: relative;
}
#kodawari ul li div h4 {
	background: url(../images/top/icon_1.png) no-repeat center left;
	background-size: 34.25px 35.75px;
	color:#fff;
	line-height:1.2;
	font-size:24px;
    padding: 10px 0 10px 44px;
}
#kodawari ul li:nth-child(1) div h4 {
    margin: 0;
    line-height: 1.5;
}
#kodawari ul li:nth-child(2) div h4 {
	background: url(../images/top/icon_2.png) no-repeat center left;
	background-size: 34.25px 35.75px;
}
#kodawari ul li:nth-child(3) div h4 {
	background: url(../images/top/icon_3.png) no-repeat center left;
	background-size: 34.25px 35.75px;
}
#kodawari ul li:nth-child(4) div h4 {
	background: url(../images/top/icon_4.png) no-repeat center left;
	background-size: 34.25px 35.75px;
}
#kodawari ul li div p {
	color:#fff;
	line-height:2;
	font-size:13px;
	font-weight:400;
}
#greeting {
	overflow:hidden;
	margin-top:40px !important;
}
#greeting > p {
  color:#e3d87e;
  font-size: 17px;
}
#greeting h4 {
	font-size:22px;
  color: #72bdb3;
	position:relative;
	line-height:1.4;
	margin-bottom: 0.3em;
  padding-bottom: 0.5em;
	letter-spacing:2px;
}
#greeting div {
}
#greeting #photo {
    width: 48% !important;
    max-width: 360px;
    float: right;
	margin: 6px 0 15px 15px;
}
#greeting #photo img {
	width:100%;
}
#greeting div p {
	line-height:2.5;
}
#greeting p.name {
	font-size:110%;
	font-weight:600;
	text-align:right;
	margin:0;
}

}
