@charset "utf-8";
html{scroll-behavior: smooth;}
body {
	margin: 0;
	font-family: sans-serif;
	color: #444;
	line-height: 1.7;
    background-color: white;
}
.container {
margin: 0 auto 0 auto;
	max-width: 1000px;
	padding: 0 10px;


}



/* レイアウト */

header {
background: #ff4500;

}

nav {
	background: black;;
   /* padding-left:450px;*/
    text-align: center;
    padding:20px 0;
}

main {
	padding: 30px;
}

footer {
	padding: 20px 16px 10px 16px;
	background-color: #ff4500;
}


.copyright {
	margin: 0;
	color: #fff;
	text-align: center;
}


/* ヘッダー内のアイテムを横並び */
.header-inner {
	padding: 20px;
	display: block;
	justify-content: space-between;
	align-items: center;
}
.hamburger {
	border: none;
	width: 50px;
	height: 50px;
	background: url(../images/btn.png) no-repeat;
	background-size: contain;
}




/* ※06ナビゲーションバー */

.navbar {
	
	display: block;
	margin: 0;
	padding: 0;
	gap:20px;
	list-style-type: none;
}
.navbar li a {
	display: block;
	padding: 10px 40px;
	color: #fff;
	text-decoration: none;
	justify-content:center;

}
.navbar li a:hover {
	background: #ff4500;
	}

@media only screen and (min-width: 768px) {

	/* ナビゲーション */
	.hamburger {
		display: none;
	}
	.navbar {
		display: flex !important;
	/* justify-content: xxx; */
	}

}


/* tittle見出し */
h1 {
	margin: 0;
	color: white;
    /*padding-left: 300px;*/
    font-size: 40px;
 font-family: "Goldman", serif;
  font-weight: 700;
align-items: center;

}

.goldman-bold {
  font-family: "Goldman", serif;
  font-weight: 700;
  font-style: normal;
}

}

h2 {
padding: .25em 0 .25em .75em;
border-left: 6px solid #dc143c;
margin-bottom: 15px;

}

h3 {
padding-bottom: .5em;
border-bottom: 1px solid #dc143c;
color: #dc143c;
font-size: 120%;
}

/* link color */
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#3399ff;
}

a:hover, a:active{
outline: none;
color:#66cc00;
}

/* テキスト color */
.brown {
	font-weight: bold;
	color: #663300;
}

.pink {
	font-weight: bold;
	color: red;
        font-size: 120%;
}

/* 写真を横に並べるボックス */
.bigbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.item {
  width:400px;
}

.bigbox .item {
  margin: 20px;
  text-align: center;
    
    
}

.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
  color: #ea5550;
  text-align: center;
}

.txt{text-align:justify; padding: 12px;}

/* 画像へテキストの回り込み */
img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

@media only screen and (max-width:767px){
img.alignright, img.alignleft{
display:block;margin:5px auto;
}
.alignright,.alignleft{
float:none;
}
}


.group_imageWrap{width:100%;}

/* 写真がはみ出たとき */
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

/* 画像をレスポンシブにする */
img{
max-width:100%;
height:auto;
}

/* テーブル */
table {
	width: 90%;
	margin-bottom: 1em;
	margin-top: 2em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #fff0f5;
    color: red;
    font-size: 24px;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
    color: red;
    font-size:20px;
}

/* google mapをレスポンシブにする */


.kage4 {
box-shadow: 0 0 10px gray;
}

.item{box-shadow: 5px 5px 10px black;}
.group_image{filter: drop-shadow(2px 4px 8px gray);}

.full{filter: drop-shadow(2px 4px 8px gray);}


.sale{color: red;
 font-size: 40px;}

.k{font-size:20px;}


.r{text-align: center;
color: red;
font-size: 20px}


.box9 {
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 3px #ff4500;
}
.box9 .box-title {
position: absolute;
display: inline-block;
top: -27px;
left: -3px;
padding: 0 9px;
height: 25px;
line-height: 25px;
font-size: 20px;
background: #ff4500;
color: #ffffff;
font-weight: bold;
border-radius: 5px 5px 0 0;
}




.y1{ display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
margin: 50px; 
display:flex;
justify-content:center;
align-items:center;
}
    
    







