@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #444038;
	font-size: 18px;
	line-height:1.6em;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{

margin:0;
padding:0;
vertical-align:baseline;
font-style:normal;
font-weight:normal;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
border:0;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display:none;
}

.spHide {
	display:block;
}

.box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.midashi_1 {
	font-size: 40px;
	color: #3F332C;
	margin-bottom: 70px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}

.min1200 {
	min-width:1200px;
}



/*　ヘッダー　*/

h1 {
	font-size: 10px;
	padding-bottom: 18px;
}


header {
	min-width: 1200px;
	background-image: url(../img/main_img.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.header_cont {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.header_logo {
	width:300px;
}

.header_logo img{
	width:100%;
	height:auto;
}

.header_txt {
	padding: 13% 0 10% 5%;
	width:50%;
}

.header_txt img{
	width: 100%;
	height: auto;
}

.main_img ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main_img ul li{
	width:25%;
}

.main_img ul li img{
	width: 100%;
	height: auto;
}

.main_txtb {
	min-width: 1200px;
	background-image: url(../img/main_txtb.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:cover;
}

.main_txtc {
	width: 85%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.main_txtc h3 {
	color: #34211d;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 50px;
}

.main_txtc h3 span {
	color: #3088a1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}

.main_txtp {
	line-height:1.8em;
	margin-bottom:40px;
}

.main_txtc ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_txtc ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3088a1;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	margin: 0 5px;
}

.main_txtc ul li p{
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size:19px;
}

.main_txtc ul li p span{
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 22px;
}

.main1_wrap {
	background-color:#efedea;
	min-width:1200px;
	padding:50px 0;
}

.main1 {
	padding-top: 70px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
}

.main1 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:10px;
}

.main1 dl dt{
	color: #34211d;
	background-color: #d8d5cf;
	width: 200px;
	padding: 10px 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.main1 dl dd{
	padding: 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d5cf;
	flex: 1;
}

.main2_back {
	padding-top: 40px;
	padding-bottom: 40px;
	min-width: 1200px;
	background-color: #34211d;
}

.main2 {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.main2_t1 {
	font-size: 25px;
	color: #FFF;
	margin-bottom: 35px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}

.main2_t2 {
	font-size: 16px;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.main2 ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:20px;
}

.main2 ul li{
	width:48%;
}

.main2 ul li img{
	width:100%;
	height:auto;
}

.main3_back {
	padding-top: 80px;
	padding-bottom: 80px;
	min-width: 1200px;
	background-color: #F0EFEC;
}

.main3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.main3_1 {
	width: 60%;
	margin-right:30px;
}

.main3_2 {
	flex: 1;
}

.main3_2 img{
	width:100%;
	height:auto;
}

.main3_hour {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #34211d;
	text-align: center;
	padding: 10px;
	float: left;
	width: 80px;
}

.main3_txt {
	font-size: 18px;
	font-weight: bold;
	color: #34211d;
	padding: 10px;
	float: left;
}

.main3_cont {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #34211d;
	padding: 20px 0 20px 30px;
	margin-left: 12px;
	clear: both;
}

.main4_back {
	background-image: url(../img/main4_back.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 90px;
	min-width: 1200px;
}

.main4 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	justify-content:flex-end;
}

.main4_t {
	background-image: url(../img/main4_tb.png);
	width: 464px;
	padding-top: 46px;
	padding-right: 33px;
	padding-bottom: 48px;
	padding-left: 33px;
}

.main4_m {
	font-size: 32px;
	color: #3F332C;
	margin-bottom: 50px;
}

.table_1 {
}

.table_1 th{
	padding: 10px;
	text-align: left;
	width: 105px;
	font-weight: bold;
}

.table_1 td{
	padding-top: 10px;
	padding-bottom: 10px;
}

.main5_wrap {
	padding: 60px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	margin-bottom: 80px;
}

.main5 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main5_1 {
	width: 455px;
	margin-bottom: 50px;
}

.main5_2 {
	width: 480px;
}

.lp_t2 {
	width: 100%;
}

.lp_t2 th{
	color: #34211d;
	padding: 12px 20px;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.lp_t2 td{
	padding: 12px 20px;
}

.main5_map {
	border: 3px solid #34211d;
	clear: both;
	height: 450px;
}

.footer_map-jmp{
	float: right;
}

.pagetop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34211d;
	padding-top: 32px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	text-align: right;
	min-width:1200px;
}

.pagetop img{
	padding-right: 30px;
	width:100px;
	height:100px;
}

/*　フッター・コピーライト　*/


footer {
	padding-top: 30px;
	min-width: 1200px;
	background-color: #F0EFEC;
}

.footer_cont1 {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer_1 {
	width: 350px;
}

.footer_2 {
	width: 480px;
}

.footer_logo {
	margin-bottom: 25px;
}

.footer_logo img{
	width: 100%;
	height: auto;
}

.footer_t {
	margin-bottom: 30px;
}

.footer_tel p {
	margin-bottom:10px;
	font-size:16px;
}

.footer_tel img{
	width:90%;
	height:auto;
}

.footer_hour {
	padding-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F332C;
	margin-bottom: 15px;
}

.footer_hour img{
	width:100%;
	height:auto;
}

.footer_t2 {
	float: left;
	padding-left: 15px;
	padding-top: 7px;
}


.copyright {
	color: #FFF;
	text-align: center;
	padding-top: 27px;
	padding-bottom: 27px;
	font-size: 12px;
	background-color: #34211d;
	min-width:1200px;
}

.guppy {
	width:750px;
	margin-right: auto;
	margin-left: auto;
}

.guppy img{
	width:100%;
	height:auto;
}

.guppy p{
	width:350px;
	margin-right: auto;
	margin-left: auto;
}

.guppy p img{
	width:100%;
	height:auto;
}

}


.no_txt {
	font-size: 20px;
	text-align: center;
}
