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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ここまでリセットcss*/





.pconly
	{
		display: block;
	}
.sponly
	{
		display: none;
	}	
@media screen and (max-width: 767px) {
.pconly
	{
		display: none;
	}
.sponly
	{
		display: block;
	}	
}




body {
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 16px;
color: #14274A !important;
/*
font-family: 'Noto Serif JP', serif;　明朝体
font-family: 'Josefin Sans', sans-serif;　英語
*/

/*グリーンヴィラフォント*/
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400 !important; /* 標準（Regular） */
letter-spacing: 2px;
line-height: 1.8;
/*	position: relative;*/
}



@media (max-width: 768px) {
body {
font-size: 15px;
line-height: 1.6;
}
	
}
	




a {
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.strong
{
	font-weight: 500 !important;
}

	
.tx1
	{
		font-weight: 700;
		color: #D00 !important;
	}

.tx2
	{
		font-weight: 700;
		color: #D00 !important;
		background-color: #FF0;
	}
	

.tx3
	{
		font-weight: 700;
    color: #00a0c6;
		font-size: 1.1em;
	}







@media screen and (max-width: 767px) {

.sp-menu {
  width: 80%;
  height: 100%;
  padding: 80px 16px 0;
  max-width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #00406c;
  z-index: 1500;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sp-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.sp-menu-item {
  padding: 0 4px;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sp-menu-item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sp-menu-plus-icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 2.4rem;
  position: relative;
  flex-shrink: 0;
  span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background-color: white;
    transition: opacity 0.1s;
  }
  span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    transform: translateY(-50%);
    background-color: white;
  }
}
.sp-menu-details[open] {
  padding-bottom: 20px;
}
.sp-menu-details[open] .sp-menu-plus-icon span:nth-of-type(1) {
  opacity: 0;
}

.sp-menu-btn {
  width: 100%;
  padding: 20px 0;
  color: white;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sp-menu-btn  span{
font-size: 12px;
	}

	
summary {
  display: block !important;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.sp-menu-btn div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
	
	
	
@media screen and (max-width: 767px) {
  .menu-btn {
    position: relative;
    margin-left: auto;
    z-index: 2000;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
  }
  .menu-btn:hover {
    opacity: 1;
  }
  .menu-btn::before {
    content: "menu";
    position: absolute;
    right: 50px;
    top: 12px;
    font-weight: 500;
	  font-size: 1.3em; /*menuのテキストサイズ*/
  }
  .menu-btn > span {
    width: 15px;
    height: 2px;
    position: relative;
  }
  .menu-btn > span > span {
    background-color: #666;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
  }
  .menu-btn > span > span:nth-of-type(1) {
    transform: translateY(-3px);
  }
  .menu-btn > span > span:nth-of-type(2) {
    transform: translateY(3px);
  }
  .menu-btn.is-open {
    color: white;
  }
  .menu-btn.is-open::before {
    content: "close";
  }
  .menu-btn.is-open > span > span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .menu-btn.is-open > span > span:nth-of-type(2) {
    width: 100%;
    transform: rotate(-45deg);
  }
 
}
	
	
	
	
	
	
	
	
	
	
.bottom-fixed {
  display: none;
}
	
@media screen and (max-width: 767px) {
  .bottom-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .bottom-fixed-list {
    display: flex;
  }
}
	
	
	
	
	

/* スライダーの基本スタイル */
.slider-container {
width: 100%;
overflow: hidden;
position: relative;
background-color: #FFF;
padding: 0px 0;
}

.slider-wrapper {
display: flex;
width: 200%; /* 2倍の幅を確保してループ */
animation: slide 10s linear infinite; /* 一定速度で無限ループ */
}

.slider-wrapper img {
width: auto;
height: 250px; /* 画像の高さを統一 */
margin: 0 10px;
}

@keyframes slide {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); } /* 半分の幅だけスライド */
}


@media screen and (max-width: 767px) {
.slider-wrapper {
animation: slide 4s linear infinite; /* 一定速度で無限ループ */
}
	
.slider-wrapper img {
width: auto;
height: 150px; /* 画像の高さを統一 */
margin: 0 10px;
}

}

	
