﻿@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

body {
	font-family: 'Sawarabi Gothic', sans-serif!important;
}
@media(min-width: 769px) {
	.spOnly {
		display: none;
	}
}
main {
    background: /*linear-gradient(to top, transparent 0%, transparent 10%, #004f86 70%), */url(Dup/img/fish.png);
    background-repeat: no-repeat;
    background-position: right 0 top 290px;
    background-size: 340px auto;
}
footer {
    background: /*linear-gradient(to top, transparent 0%, transparent 10%, #004f86 70%), */url(Dup/img/bg.png);
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: 100% auto;
}
@media(max-width: 1000px) {
footer {
    background-size: 1500px auto;
}
}
@media(max-width: 769px) {
footer {
    background-size: 1000px auto;
    background-position: 18% 100%;
}
main {
    background-position: right -80px top 150px;
    background-size: 240px auto;
}
}
@media(max-width: 667px) {
main {
    background-position: right 0 top 130px;
    background-size: 200px auto;
}
}
/*----------------------------------------------*/
section.pass > div:first-child input {
    width: 200px;
    height: 40px;
    border: none;
    border-radius: 8px;
	margin-top: 20px;
}

section.pass > div:first-child input:focus {
	outline: none;
	border: 3px solid #a9e0ff;
	box-sizing: border-box;
}
section.pass > div:first-child input[type="button"] {
    background-color: #002961;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    width: 100px;
}

/*------------------------------------------------*/
h1#logo {
	text-align: center;
}
h1#logo img {
	width: 65%!important;
}
@media(max-width: 768px) {
	h1#logo img {
		width: 45%!important;
	}
}

#tel_txt {
	text-align: center;
}
#main_menu ul li a {
    font-weight: bold;
	color: #212121;
}
.contact_bt a {
	color: #212121;
}
.contact_bt a.border_color1{
	border-color: #00baff;
	
}
/*---------------------banner-----------------*/
.banner_box {
	max-width: 500px;margin: 30px auto 0;justify-content: space-between;
}
.banner_box.ptn1 {
		justify-content: center;
	}
.banner_box div {
	margin-bottom: 40px;
	width: 48%;
}
.banner img {
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
/*---------------------foot------------------------*/
.grid_5 h2.logo {
	text-align: center;
}
.tel_bt, .foot_tel_bt {
	display: none!important;
}
footer > .d_flex {
	display: none;
}
.fat-nav ul li.letter_2 {
	display: none;
}
@media(max-width: 667px) {
	.banner_box {
		display: block;margin-bottom: 30px;
	}
	.banner_box div + div {
		margin-top: 15px;
	}
	.banner_box div {
	width: 50%;
		margin-right: 0;margin-left: 0;margin: auto;
} 
}





/*-----------------------横幅いっぱい-----------------------*/
#contents1, #contents2, #contents3, footer, article {
	min-width: inherit!important;
}
/*-------------ページタイトルの装飾--------------*/
#page_title .page_box::before {
    background-color: #fff;
}
　　　



/*sitemapのボタン*/
.button2:hover {
    box-shadow: 0 0 20px rgb(139 240 255 / 57%) inset;
}





/*------メールアイコン-------*/
.head_box .contact_bt i{
	display: none;
}
/*----------SNSリンク中央寄せ------------*/
.link_box ul {
	justify-content: center;
}
.link_box ul li{
	margin: 0 10px;
}
.link_box .grid_1 {
    width: 9%!important;/*切れ防止*/
}
/*--------------snsアイコンサイズ--------------------------*/
.link_box .grid_1 {
	width: 16%!important;
	height: 40px!important;
}
/*----------------------------------------*/
#cms_2-a h4 {
	padding-top: 0;
}
#cms_2-a h3 {
	border-top: none;
	border-bottom: none;
position: relative;
padding-bottom: 5px;
}
#cms_2-a h3:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    height: 6px;
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #000 2px, #000 4px);
    background: repeating-linear-gradient(45deg, #0396fd, #fff 2px, #fff 2px, #0396fd 4px);
}
#cms_3-b h3.border_color3 {
	background-color: #51c9ff;
	border-color: #fff;
}
#cms_3-b .button2:hover {
    box-shadow: 0 0 20px #50c9ff inset;
}
/*--------余白が広すぎるところ-------*/
#cms_2-a .cate_box {
	padding-bottom: 0;
}

#cms_2-a .cate_box .box_item p{
	padding-bottom: 0;
}
#cms_2-a .cate_box .box_item p + p{
	padding-bottom: 5%;
}

#cms_2-a .cate_wrap {
	margin-top: 70px;
}


@media all and (-ms-high-contrast: none) {
	.cate_list li a {
		padding: 10px 0;
	}
	#main_menu ul li a::before {
		top: 42%;
	}
	.pc_box .contact_bt a {
		padding:  18px 0 14px;
	}
	#cms_3-b .cate_title {
		padding-top: 10px!important;
	}
header {
    overflow: scroll;
    -ms-overflow-style: none!important;  /* これを追加 */
}
	.head_box {
		-ms-overflow-style :none;
	}
}