@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* -------------
*  基本情報
* --------------*/

html,body{
	height:100%;
}

html{
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
	text-align: left;
	color:#000;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, input, textarea, select{
	font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'TsukuBRdGothic-Regular','Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
	font-weight: bold;
}
h2 {
    font-size: 3rem;
    color: #1A4069;
    display: inline-block;
    position: relative;
    padding: 0px 2rem 0rem 2rem;
    background: linear-gradient(transparent 80%, #E7EBF0 80%);
    margin-left: -1.6rem;
    line-height: 1.3;
    z-index: -2;
    margin-bottom: 1rem;
}
h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

h2:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }

table{
	border-spacing: 0;
}

input, textarea, select{
	vertical-align:middle;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
	background-color: #fff;
}
button{
	background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
}
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
select::-ms-expand{
	display: none;
}
textarea{
	resize: none;
}
button,input[type="submit"],input[type="button"],select{
	cursor:pointer;
}
input[type="radio"]:checked{
	appearance: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a{
	text-decoration: none;
	color: #0059b9;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
@media screen and (min-width: 769px) {
	a:hover{
		opacity: 0.8;
	}

	a[href^="tel:"]{
		display: inline-block;
		pointer-events: none;
	}
}

.container{
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}

.sp{
	display: none;
}

section {
	padding: 2.5rem 0 1rem;
}
.sec_bottom {
	  margin-bottom: 6rem;
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
	body{
		width: 100%;

	}
	.container{
		width: 92%;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}


	address,
	ul, ol, li, dl, dt, dd,
	table, th, td, form, input, textarea, select{
		font-size: 1.4rem;
	}
}

.center {
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto;
}
.mv_area {
	height: 26vh;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
.header_bg {
	background: #E7EBF0;
}

.slide {
	position:relative;
	z-index: -1;
	/*height:90vh;*/
	width: 100vw;
	top: 0;
}
.slide_img {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation-name: mv;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}

@keyframes mv {
  0% {
		opacity: 0;
	}
	8.5% {
		opacity: 1;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}

}


.img01{
  background-image: url(../img/01.jpg);
  background-position: center bottom;
}
.img02{
  animation-delay: 6s;
  background-image: url(../img/02.jpg);
   animation-iteration-count: infinite;
   
}
.img03{
  animation-delay: 12s;
  background-image: url(../img/03.jpg);
   animation-iteration-count: infinite;
  
}
.img04{
  animation-delay: 17s;
  background-image: url(../img/04.jpg);
   animation-iteration-count: infinite;
   
}


header h1.logo{
  width: 20%;
  margin: 2rem 0;
  z-index: 10;
  position: relative;
  top: 0;
}
nav.gnav {
	background: #BB2032;
	padding: 2rem 0;
	font-family: 'TsukuBRdGothic-Regular',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,sans-serif;
}
nav.gnav ul{
	display: flex;
	flex-wrap: flex-wrap;
	justify-content: center;
}
nav.gnav ul li{
	margin: 0 4rem;
	color: #eca672;
}
.gnav a{
	color: #fff;
	font-size: 1.4rem; 
/*	font-size: 1.2rem; */
	white-space: nowrap;
}
.gnav a:hover {
	border-bottom: 1px solid #fff;
}
.drawer_hidden,.drawer_open {
	display: none;
}
@media screen and (max-width: 970px) {
.gnav a {
	font-size: 1.6rem;
}
.drower {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 120;
}
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
  background: #BB2032;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}


.drawer_open span:before {
  bottom: 8px;
}


.drawer_open span:after {
  top: 8px;
}


#drawer_check:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}


#drawer_check:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_check:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.gnav{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99;
  background: #BB2032;
  transition: .5s;
  padding: 2rem 2rem;
}
nav.gnav ul{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	padding-top: 5rem;
}
nav.gnav ul li{
	margin: 1rem 0 2rem;
	}


#drawer_check:checked ~ .gnav {
  left: 0;
}
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
.footer_cont {
	background: #084069;
	padding-top: 3rem;
	margin:0 auto;
}
.footer_copy .container {
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	align-items: center;
	align-self: center;
}
.footer_copy {
	padding: 0rem 0;
}
.footer_copy p{
	font-size: 1.2rem;
}
.footer_logo {
	width: 350px;
}
.footer_cont .container {
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-self: flex-start;
}
.footer_cont p, .footer_cont li a{
		color: #fff;
}
.footer_nav{
	display: flex;
}
.footer_nav li{
	margin-right: 3rem;
}
.footer_nav a{
	color: #fff;
}
.footer_nav a:hover{
	border-bottom: 1px solid #fff;
}
.footer_nav ul{
	display: flex;
}

.address_area {
	width: 36%;
	margin-bottom: 2rem;
/*	white-space: nowrap; */
}
.address_area p {
	line-height: 1.6;
}
.address_area h2 {
	color: #fff;
	font-size: 1.8rem;
	border-bottom: 2px solid #fff;
	margin-bottom: 1rem;
	display: inline-block;
	position: relative;
	z-index: 0;
	background: none;
	margin-left: 0;
	padding: 0 0 0.5rem 0;
}
.address_area h2:after,.address_area h2:before{
	border-left: none;
	border-right: none;
}

.sns_area {
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-self: flex-start;
    margin-top: -0.8rem;
    margin-bottom: 1.5rem;
}

.sns_area li {
	margin-right: 2rem;
}
.sns_area img {
	width: 20px; /* 元は30px */
	margin-left: 0.5rem;
}
.sns_area li a:hover{
	text-decoration: none;
	border-bottom: none;
}
/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/
h2.title {
	border-bottom: 1px solid #D60018;
	margin: 0 auto 1rem;
	display: inline-block;
	position: relative;
	z-index: 0;
	background: none;
	padding: 0 0 0.5rem 0;
	text-align: center;
}

h2.title:after,h2.title:before{
	border-left: none;
	border-right: none;
}

p.title_caption{
	text-align: center;
	margin: 2rem 0;
}

.intro_area {
	display: flex;
	flex-flow: nowrap;
	align-items: flex-start;
	align-self: center;
	justify-content: space-between;
	margin: 0rem auto 10rem;
	position: relative;
}
.intro_area a{
	width: 320px;
}
.intro_area p,.intro_area h3{
	text-align: center;
}
.intro_area h3 {
	font-size: 2.2rem;
	margin: 1rem auto;
	color: #1A4069;
}
.intro_area h3 span {
	display: block;
	font-size: 1.8rem;
}
.intro_area p{
	color: #D60018;
	font-family: 'TsukuBRdGothic-Regular',sans-serif;
}
.intro_area .box img{
	position: relative;
	z-index: 1;
	width: 120px;
}

.box {
	position: relative;
}
.box_inner {
    background: #E7EBF0;
    width: 320px;
    height: 170px;
    padding: 70px 15px 10px;
 		border-radius: 10px;
    z-index: 0;
    position: absolute;
    top: 50px;
}

.news_area{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
}
.news_area dt {
	width: 12%;
	border-bottom: 0px solid #999999;
	padding: 1.5rem 0;
}
.news_area dd {
	width: 88%;
	border-bottom: 1px solid #999999;
	padding: 1.5rem 0;
}
.news_area dd p{
	padding-left: 1rem;
}
.news_area a:hover{
	border-bottom: 1px solid #0059b9;
}
.new {
	color: #fff;
	background: #BB2032;
	padding: 0.1rem 0.5rem;
	margin-left: -4rem;
	font-size: 1.2rem;
	margin-right: 1rem;
}

.upcoming {
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    margin-top: 3rem;
}
.upcoming li {
	margin-right: 5rem;
	margin-bottom: 2rem;
	width: 10%;
}

.upcoming img {
	border: 1px solid;
}

/* 新商品枠の設定 */
.upcoming3 {
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    margin-top: 3rem;
}
.upcoming3 li {
	margin-right: 5rem;
	margin-bottom: 2rem;
	width: 25%;
}

.upcoming3 img {
	border: 1px solid;
}

/* 下部バナー枠の設定 */
.upcoming2 {
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    margin-top: 3rem;
}
.upcoming2 li {
	margin-right: 5rem;
	margin-bottom: 2rem;
	width: 15%;
}



@media screen and (max-width: 970px) {
	header h1.logo {
		margin:0.5rem 0;
		width: 45%;
	}
	h2 {}
	header {
		height: 20vh;
	}

	.img01{
  background-position: center center;
}
	.slide_img {
  height: 20vh;
  background-size: cover;
}
	.mv_area{
		height: 20vh;

	}
	.intro_area{
		flex-flow: column;
		margin-bottom: 3rem;
	}
	.box {
		margin: 2rem auto;
	}
	.box_inner {
		width: 100%;
		height: auto;
		top: 50px;
		padding: 40px 5px 10px;
	}
	.intro_area a{
		margin: 30px auto;
		width: 100%;
	}
	.intro_area h3 {
		font-size: 2rem;
	}
	.intro_area h3 span{
		display: inline-block;
	}
	.intro_area .box img{
		width: 100px;
	}
.news_area {
	flex-flow: column;
}
.news_area dt{
	border-bottom: none;
	padding: 2rem 0 0 0;
}
.news_area dd {
	width: 100%;
	padding: 1rem 0 2rem 0;
}
.new {
	margin-left: 0;
}

}

@media screen and (max-width: 768px) {

.upcoming li {
	margin-right: 3rem;
	width: 25%;
}


.upcoming2 li {
	margin-right: 3rem;
	width: 30%; /* スマホ表示の下部バナー枠の設定 */
}

	.footer_cont .container,.footer_copy .container{
		flex-flow: column;
	}
	.footer_nav{
		flex-flow: column;
	}
	.footer_nav ul{
		margin-bottom: 1rem;
		flex-direction: column; /* スマホ表示のフッター配列の設定 */
	}
	.footer_nav li{
		margin: 0 1.5rem 1.5rem 0;
	}
	.address_area p {
		font-size: 1.3rem;
	}
	.address_area p a{
		color: #fff;
	}
	.footer_copy .footer_logo{
		order: 1;
		margin-bottom: 1rem;
	}
	.footer_copy p {
		order: 2;
	}



}

.center {
        text-align: center;
}

/* サンプルの文章
CSS */
.sample-box-01 {
    background-color: #e0dddd;
    margin: 10px 10px 10px 10px;
    border: 1px solid #afadad;
    border-radius: 5px;
    padding: 5px;
}

.waku01 {
    background-color: #e0dddd;
    margin: 10px 10px 10px 10px;
    border: 1px solid #afadad;
    border-radius: 5px;
    padding: 5px;
}

.waku02 {
    background-color: #FFFFF0;
    margin: 10px 10px 10px 10px;
    border: 1px solid #afadad;
    border-radius: 5px;
    padding: 5px;
}

/* お知らせ欄のインデント設定 */
.topic {
    text-indent: -3em;
	padding-left: 3em;
	margin-left: 3em;
}

/* 蛍光マーカー：2025/6/4 追記 */
span.marker {
    background: linear-gradient(transparent 50%, #FFFF33 50%);
}