@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
table{border-collapse:collapse;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
em{ font-style:normal;}
strong{
	font-weight: bold;
}
a{
	color: rgba(47,102,160,1.00);
}
p{
	font-size: 16px;
	line-height: 1.6em;
}
th{
	font-weight: normal;
	text-align: left;
}
body{
	margin: 0;
	padding: 0;
	background-color: rgba(250,248,249,1.00);
 font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: 400;
	color: #393939;
}
main img{max-width: 100%; height: auto;}
/*----------------------------------------------------------- Header-*/
.header{
	background-color: #fff;
	width: 100%;
	position: fixed;
 font-family: "Shippori Mincho B1", serif;
 font-weight: 400;
	z-index: 100;
}
.header .inner{
	height: 55px;
	margin: 0 auto;
	padding: 5px 0;
	width: 1000px;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.head-logo{
	padding: 5px 20px 0 0;
}
.head-logo a{
	width:140px;
	height: 50px;
	display: block;
	background: url("../images/common/headlogo.svg") no-repeat;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	transition: ease 0.2s;
}
.head-logo a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
.header .inner{
	width: 100%;
}
.head-logo{
	padding: 4px 0 0 10px;
}
.head-logo a{
	width:115px;
	height: 45px;
	padding: 0 0 0 0;
	display: block;
}
}
/*----------------------------------------------------------NAV-*/
.hamburger {
	display: none;
}
nav.hnav{
	position: absolute;
	margin: 0 auto;
	top: 0;
	width: 50%;
	box-sizing: border-box;
}
.hnav ul{
	display: flex;
	justify-content:space-between;
	width: 100%;
	line-height: inherit;
	flex-wrap: nowrap;
	z-index: 11;
}
.hnav ul li a{
	display: block;
	white-space: nowrap;
	text-align: left;
	color: #333;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 15px;
	transition: ease .3s;
	padding: 24px 0 6px 20px;
	text-decoration: none;
}
.hnav ul li a:hover{
}
.black-bg {
	z-index: 15;
}


@media screen and (max-width: 768px) {
.hamburger {
	display: block;
	position: fixed;
	right: 2px;
	top: 2px;
	width: 50px;
	height: 52px;
	cursor: pointer;
	z-index: 3100;
}
.ham_line {
	position: absolute;
	width: 25px;
	height: 3px;
	left: 12px;
	background-color: #393939;
}
.ham_line1 { top: 15px;}
.ham_line2 { top: 25px;}
.ham_line3 { top: 35px;}
.open .ham_line{	 background-color: #393939 !important;}
.open .ham_line1 {
	-webkit-transform: rotate(220deg);
  transform: rotate(225deg);
  top: 25px;
}
.open .ham_line2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.open .ham_line3 {
 opacity: 0;
}
nav.hnav{
	position: fixed;
	border-radius: inherit;
	opacity: 0;
	right: -100%;
	top: 0;
	width: 85%;
	height: 100vh;
	padding: 50px 3% 30px;
	background-color:#e9f8ed;
	background-image: url("../images/common/menulogo.svg");
	background-size: 200px;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: all 0.5s;
	overflow-y: scroll;
	z-index: 2000;
}
.open .hnav {
	padding-left: 12px;
	opacity: 1;
	right: 0;
}
.hnav ul{
	display: block;
	overflow:hidden;
	justify-content:flex-start;
	width: 100%;
	height: 100%;
	line-height: inherit;
	flex-wrap: wrap;
}
.hnav ul li a{
	display: block;
	color: #626262;
	font-size: 16px;
	padding: 8px 0 10px 8px;
	width: 100%;
	margin: 3px 0 5px;
	font-weight: 400;
	border-bottom: 1px solid #AFBFC8;
}
.hnav ul li a:active{
	background-color: #8DB999;
	color: #fff;
	border-radius: 5px;
}
.hnav ul li a:hover::after {
 transform: none;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
}
/*------------------------------------------------header nav-*/
.nav-tel a{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 25px;
	font-weight: 600;
	padding: 5px 0 0 0;
	color: #488C7A;
	width: 250px;
	text-decoration: none;
	position: absolute;
	transition: ease .4s;
	right: 0;
}
.nav-tel a:hover{
	opacity: 0.7;
}
.nav-tel span{
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
.nav-tel a{
	padding: 0 0 0 0;
	font-size: 23px;
	width: 200px;
	right: 10px;
}
.nav-tel span{
	font-size: 11px;
}
}
/*-------------------------------------------------Footer-*/
.footer{
	background-image: url("../images/common/footer.png");
	padding: 10px 0 30px;
	height: 180px;
	position: relative;
	margin-top: 3.5em;
}
.footinner{
	color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footinner a{
	text-decoration: none;
}
.foot-unit-a{
	width: 430px;
	padding: 10px 0 0 0;
	font-size: 16px;
}
.foot-unit-b{
	width: 300px;
	padding: 0 10px 0 30px;
	display: flex;
}
.foot-logo{
	width:190px;
	height: 80px;
	display: block;
	background: url("../images/common/footlogo.svg") no-repeat;
	background-size: contain;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.foot-nav{
	display: flex;
	padding: 20px 0 0 0;
}
.foot-nav ul{
	width: 170px;
	padding-left: 10px;
	border-left: 1px dotted #E6ECE6;
}
.foot-nav ul li a{
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 5px 8px;
}
.foot-nav ul li a:hover{
	opacity: 0.5;
}
.copy{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	padding-top: 30px;
}
.pagetop a{
	display: block;
	position: absolute;
	top: -30px;
	right: 0px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	padding: 5px 15px;
	background-image: url("../images/common/footer.png");
	border-radius: 5px 5px 0 0;
	transition: ease 0.3s;
}
.pagetop a:hover{
	margin-top: -4px;
	border-radius: 10px;
}
.belt{
	width: 100%;
	background-image: url("../images/common/footer.png");
	color: #fff;
	padding: 5px 0 6px;
	position: fixed;
	bottom: 0;
	right: 0;
	margin-bottom: -1px;
	z-index: 9;
}
.belt .inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.belt01 a{
	display: block;
	color: #fff;
	font-size: 23px;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 600;
	transition: ease .2s;
	margin-right: 15px;
}
.belt01 a:hover{
	opacity: .7;
}
.belt01 span{
	display: block;
	font-size: 11px;
	font-weight: 400;
}
.belt02 a{
	width: 240px;
	display: block;
	background-color: #F96420;
	line-height: 1.45;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding: 4px 0;
	font-weight: 600;
	margin-left: 10px;
	border-radius: 30px;
	transition: ease .2s;
}
.belt02 a:hover{
	background-color: rgba(189,83,11,1.00);
}
.belt02 a em{
	font-size: 10px;
	font-weight: 400;
	display: block;
}
@media screen and (max-width: 768px) {
.footer{
	height: 120px;
	padding: 20px 0;
}
.footinner{
	width: 96%;
	display: block;
}
.foot-unit-a{
	width: 96%;
	padding: 0;
	font-size: 13px;
	margin: 0 auto;
	display: block;
}
.foot-unit-b{
	display: none;
}
.foot-logo{
	width:120px;
	height: 50px;
}
.copy{
	font-size: 10px;
	padding-top: 15px;
}
.pagetop a{
	position: absolute;
	top: -30px;
	right: 0px;
	font-size: 12px;
	padding: 7px;
	border-radius: 5px;
}
.pagetop a:hover{
	top: -35px;
}
.belt{
	width: 100%;
	padding: 5px 0 6px;
}
.belt .inner{
	width: 98%;
}
.belt01 a{
	font-size: 20px;
	line-height: 1.1em;
}
.belt01 a:hover{
	opacity: .7;
}
.belt01 span{
	display: block;
	font-size: 9px;
	font-weight: 400;
}
.belt02 a{
	width: 200px;
	font-size: 14px;
	padding: 3px 0;
}
.belt02 a:active{
	background-color: rgba(189,83,11,1.00);
}
.belt02 a em{
	font-size: 9px;
	font-weight: 400;
	display: block;
}
}
/*----------------------------------------------------body-*/
main{
	padding-top: 56px;
	width: 100%;
	overflow: hidden;
}
main p{
	font-size: 16px;
	line-height: 1.8em;
	color: #4B4B4B;
	padding-bottom: 1em;
}

h1{
	font-size: 42px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	margin-bottom: 1.4em;
}

h2{
	font-size: 32px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	padding: 0 0 2.2em 0;
	text-align: center;
}
h2 span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-family:Arial, Helvetica, "sans-serif";
	color: rgba(100,181,173,1.00);
	padding: 5px 0;
}

h3{
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	padding:1.8em 0 0.5em;
	text-align: center;
}

h4{
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	padding:0 0 1.3em;
}
img + p{	padding-top: 1.5em;}
p~h4{	padding:1.3em 0 ;}
ul.normal-ul {
	padding: 0 0 1em 2em;
	list-style-type: none;
}
ul.normal-ul li{
	padding-bottom: 0.5em;
	text-indent: -1.2em;
}
ul.normal-ul li:before{
	content: "・";
}
@media screen and (max-width: 768px) {
main{
	padding-top: 40px;
}
main p{
	font-size: 16px;
	line-height: 1.8em;
	color: #4B4B4B;
	padding-bottom: 1em;
}

h1.top-h1{
	font-size: 36px;
	color: #2f2c76;
	text-align: center;
	padding: 1em 0 0;
}
h1.top-h1 rt{font-size: 14px;}
h1.top-h1:before{}
h2{
	font-size: 28px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	padding: 0 0 1.2em 0;
}
p + h2,img + h2{
	padding: 2em 0 1.2em 0;
}
img + p{	padding-top: 1.5em;}
.center-h2-cover{
	text-align: center;
}
h2.center-h2{
	display: inline-block;
	margin:3em 0 0 0;
	padding: 0.8em 1em;
	border-top: 1px solid #B8AE7B;
	border-bottom: 1px solid #B8AE7B;
}
h3{
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	padding:1.8em 0 0.5em;
}
ul.normal-ul {
	list-style-type: none;
}
ul.normal-ul li{

}
ul.normal-ul li:before{
	content: "・";
}
}
/*-------------------------------------------------------btn-*/
.btn a,.btn-center a{
	display: block;
	border-radius: 4px;
	width: 300px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 25px;
	background-color: #559f65;
	margin: 3em 0 1.5em;
	transition: ease .2s;
}
.btn a{margin: 5em 0 1.5em;}
.btn-center a{margin: 5em auto 1.5em;}
.btn a:hover,.btn-center a:hover{
	background-color: #5AB066;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.btn a span,.btn-center a span{
	font-size: 20px;
	position: relative;
	margin: 0 0 0 10px;
	top: 2px;
}
.btn.extend a,.btn-center.extend a{
	width: 98%;
}
.btn:active{background-color: #DF7A36;}
input.o_btn{
	display: block;
	border-radius: 4px;
	border: none;
	font-family: Arial, Helvetica, "sans-serif";
	width: 300px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 25px;
	background-color: #559f65;
	margin: 3em 0 1.5em;
	transition: ease .2s;
}
input.o_btn.usu{
	background-color: #87B791;
}
input.o_btn:hover{
	background-color: #5AB066;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
.btn a,.btn-center a{
	width: 70%;
	font-size: 16px;
	padding: 10px 25px;
}
.btn-center a{margin: 1.5em auto .5em;}
.btn a:active,.btn-center a:active{
	background-color: #5AB066;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.btn.extend a,.btn-center.extend a{
width: 80%;
margin: 5em auto 1.5em;
}

.btn:active{background-color: #DF7A36;}
input.o_btn{
}
input.o_btn.usu{
}
input.o_btn:hover{
}
}
/*------------------------------------------------------Top-*/
.top-img{
	width:100%;
	height: auto;
	position: relative;
	aspect-ratio:19/9;
}
.swiper-slide{
	width:100%;
	height: 100%;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.wave{
	width: 102%;
	display: block;
	position: absolute;
	bottom: -4px;
	left: -1%;
	z-index: 8;
}
.top-word{
	display: block;
	position: absolute;
	width: 40%;
	top: 40%;
	left: 30%;
	text-align: center;
	color: #fff;
	z-index: 7;
}
.top-word span{
	display: block;
	font-size: 20px;
}
.wave img{
	width: 100%;
	height: auto;
}
.name-data{
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 34px;
	color: #2f2c76;
	padding: 0.5em 0 1em;
}
.name-data ruby rt{	font-weight: 400;}
section{
	width: 100%;
	padding-bottom: 2em;
}
section .inner,section.type-a .inner,section.type-b .inner{
	width: 1000px;
	padding: 4em 0;
	margin: 0 auto;
}
section.type-a_map{
	width: 100%;
	padding-bottom: 0;
}
section.type-a_map .inner{
	width: 1000px;
	padding: 4em 0 0;
}
section .inner-100{
	width:100%;
	padding: 4.5em 0;
}
section.type-a{
	background-color: rgba(250,248,249,1.00);
}
section.type-b{
	background-color: rgba(255,255,255,1.00);
}
.inner-flex{
	display: flex;
	justify-content: space-between;
	gap:25px;
}
.inner-flex-center{
	display: flex;
	justify-content:center;
	gap:25px;
}
.inner-txt-a{
	width: 55%;
}
.inner-txt-b{width: 75%;}
.inner-img-a{
	padding: 2.5em 0 0 0;
	width: 40%;
}
.inner-img-a img{	border-radius: 10px;}
.inner-img-b{
	width: 20%;
	padding: 2.5em 0 0 0;
}
.inner-img-b img{border-radius: 10px;}
.inner-img-c{}
section .inner-a,section .inner-b{
	width: 100%;
	display: flex;
	padding: 8em 0 10em;
}
section .inner-b{
	display: flex;
	padding: 8em 0 0 0;
}
.top-news{
	padding: 20px 0;
	width: 33%;
	font-size: 14px;
}
.top-news-img{
	width: 100%;
}
.top-news-img img{
	width: 100%;
	height: 100%;
	aspect-ratio:7/4;
	object-fit: cover;
	border-radius: 10px;
}
.top-news strong{
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0;
}
.top-news em{
	display: inline-block;
	padding: 2px 5px;
	background-color: #DCDCDC;
	border-radius: 3px;
	margin: 5px 0 0 0;
}
.top-news a{
	color: #393939;
	text-decoration: none;
	transition: ease .3s;
}
.top-news a:hover{
	opacity: .7;
	color: #478B97;
}
.top-item{
	padding: 20px 0 30px;
	width: 33%;
	font-size: 14px;
}
.top-item-img{
	width: 100%;
	margin:10px 0;
}
.top-item-img img{	border-radius: 10px;}
.top-item strong{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 20px;
}
section.type-a_map{
	width: 100%;
	padding-bottom: 0;
}
section.type-a_map .inner{
	width: 100%;
	padding: 4em 0 0;
}
.map{
	width: 100%;
	height: 750px;
}
.map iframe{
	width: 100%;
	height: 750px;
}
@media (min-width: 1600px){
	main{
		width: 100vw;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
.top-img{
	width:100%;
	height: auto;
	aspect-ratio:4/3;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.wave{
	width: 102%;
	display: block;
	position: absolute;
	bottom: -5px;
	left: -1%;
	z-index: 8;
}
.top-word{
	display: block;
	position: absolute;
	width: 80%;
	top: 40%;
	left: 10%;
	font-size: 30px;
	text-align: center;
	color: #fff;
	z-index: 7;
}
.top-word span{
	display: block;
	font-size: 18px;
	padding-top: 10px;
}
.name-data{
	font-size: 28px;
	padding: 0.5em 0 1em;
}
section{
		width: 100vw;
	}
section .inner,section.type-a .inner,section.type-b .inner{
	width: 92%;
	padding: 4em 0;
	margin: 0 auto;
}
.inner-flex{
	display: block;
}
.inner-flex-center{
	display: block;;
}
.inner-txt-a{
	width: 100%;
}
.inner-txt-b{width: 100%;}
.inner-txt-b h4{ text-align: center;}
.inner-img-a{
	padding: 2.5em 0 0 0;
	width: 85%;
	margin: 0 auto;
}
.inner-img-a img{	border-radius: 0 0 30px 30px;}
.inner-img-b{
	width: 50%;
	padding: 2.5em 0 1em 0;
	margin: 0 auto;
}
section .inner-a{
	flex-wrap: wrap;
	padding: 4em 4% 4em 0;
	width: 94%
}
section .inner-b{
	flex-wrap: wrap;
	padding: 4em 0 4em 4%;
	width: 94%
}
.top-news{
	padding: 25px 0;
	width: 100%;
	font-size: 13px;
	border-bottom: #888888 1px dotted;
}
.top-news a{
	display: flex;
	justify-content: space-between;
	}
.top-news-img{
	width: 25%;
	padding-top: 3px;
}
.top-news-img img{
	border-radius: 0;
}
.top-news-txt{width: 72%;}
.top-news strong{
	display: block;
	font-size: 15px;
	padding:0;
}
.top-item{
	padding: 20px 0 30px;
	width: 100%;
	font-size: 14px;
}
.top-item-img{
	width: 100%;
	margin:10px 0;
}
.top-item-img img{width: 100%; height: auto;}
.top-item strong{
	font-size: 20px;
}
.map{
	width: 100%;
	height: 400px;
}
.map iframe{
	width: 100%;
	height: 400px;
}
}
/*-------------------------------------------------headimage-*/
.head-tag{
	height: 500px;
	width: 100%;
	display: flex;
	background-color: #fff;
	padding-bottom: 6em;
}
.head-h1{
	width:calc(50vw / 2);
	padding: 160px 0 0 0;
	text-align: center;
	justify-content: center;
}
.head-h1 h1{
	font-size: 34px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	padding: 0 0 2.2em 0;
	text-align: center;
	padding-bottom: 10px;
}
.head-h1 h1 span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-family:Arial, Helvetica, "sans-serif";
	color: rgba(100,181,173,1.00);
	padding: 5px 0;
}
.head-image{
	width: 55vw;
	border-radius: 0 0 50px 0;
	height: 480px;
}
@media screen and (max-width: 768px) {
.head-tag{
	height: 500px;
	width: 100%;
	display: block;
	background-color: #fff;
	padding-bottom: 6em;
}
.head-h1{
	width:100vw;
	padding: 30px 0 0 0;
	text-align: center;
	justify-content: center;
}
.head-h1 h1{}
.head-image{
	width: 100vw;
	border-radius: 0 0 50px 0;
	height: 300px;
}
}
/*-------------------------------------------------Advantage-*/
.inner-c{
	width:calc((50vw - 500px) + 1000px);
	display: flex;
	align-items:flex-start;
	padding: 8em 0 10em;
}
.inner-img-c{
	width: 50vw;
	height: auto;
	aspect-ratio:14/8;
}
.inner-d{
	width:100vw;
	display: flex;
	align-items:flex-start;
	padding: 8em 0 10em;
	padding-left: calc((100vw - 1000px) / 2);
}
.ff2{order: 2;}
.ff1{order: 1;}
.inner-img-d{
		width: 50vw;
	height: auto;
	aspect-ratio:14/8;
}
.inner-img-c img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px 0 0 20px;
}
.inner-img-d img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0 20px 20px 0;
}
.inner-txt-d{
	box-sizing: border-box;
	padding: 0 30px;
	width: 500px;
}
.adv{
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}
.adv span{
	font-size: 14px;
	font-weight: 400;
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	padding: 10px 0 15px;
	color: rgba(100,181,173,1.00);
}
.under-bar p{
	border-bottom: 1px dotted #5C5C5C;
	padding: 8px 0;
-webkit-appearance:none;
}
.inner-txt-d h4{
	font-size: 28px;
}
.head-image.adv{
	background-image: url("../images/header/sango-head04.jpg");
	background-size: cover;
}
@media screen and (max-width: 768px) {
.inner-c{
	display: block;
	width: 96%;
	padding: 4em 0;
	margin: 0 auto;
}
.inner-img-c{
	width: 100%;
	height: auto;
	aspect-ratio:14/8;
}
.inner-d{
	display: block;
	width: 96%;
	padding: 4em 0;
	margin: 0 auto;
}
.ff2{order: 1;}
.ff1{order: 2;}
.inner-img-d{
		width: 100%;
	height: auto;
	aspect-ratio:14/8;
}
.inner-img-c img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.inner-img-d img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.inner-txt-d{
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}
.adv{
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}
.adv span{
	font-size: 14px;
	font-weight: 400;
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
	padding: 10px 0 15px;
	color: rgba(100,181,173,1.00);
}
.under-bar p{
	border-bottom: 1px dotted #5C5C5C;
	padding: 8px 0;
}
.inner-txt-d h4{
	font-size: 28px;
}
.head-image.adv{
	background-image: url("../images/header/sango-test1.jpg");
	background-size: cover;
}
}
/*-------------------------------------------------Company---*/
.face-pict{
	width: 250px;
	height: 100%;
	margin: 0 auto 50px;
}
.face-pict img{
	border-radius: 10px;
}
.head-image.comp{
	background-image: url("../images/header/sango-head0111.jpg");
	background-size: cover;
}
table.comp-data{width: 100%;}
table.comp-data td,table.comp-data th{
	padding: 10px 5px;
	border-bottom: 1px dotted #5C5C5C;
}

.slider {
 position: relative;
 width: 100%;
 height: 430px;
 overflow: hidden;
 border-radius: 8px;
	margin: 20px 0 80px;
}

.slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity var(--fade-time, 1s) ease;
}

.slider img.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
table.comp-data td,table.comp-data th{
	font-size: 15px;
	padding: 10px 5px;
	border-bottom: 1px dotted #5C5C5C;
}
	table.comp-data th{ width: 25%;}
.slider {
 width: 100%;
 height: 210px;
	margin: 10px 0 50px;
}
}
/*---------------------------------------------------Product--*/
.box-ex{background-color: #fff; margin: -3em 0 2em;}
.box-ex p{width: 1000px; margin: 0 auto;}
.greenh2{
	padding: 15px 0 15px 10px;
	background-color: #fff;
	border-left: #58B57A 5px solid;
	display: flex;
	align-items:center;
	margin: 0 0 3em 0;
}
.greenh2 p{	font-size: 14px; padding: 0; vertical-align: middle;}
.greenh2 h2{text-align: left; font-size: 24px; padding: 0 30px 0;}
.item-box{
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px 0;
}
.item-data{width: 45%; padding: 0 1% 0 4%;}
.item-data p.dotted{
	border-bottom: 1px dotted #5C5C5C;
	padding: 8px 0;
}
.item-img{width: 45%;}
.item-img img{border-radius: 10px;}
.inq-box{display: flex;}
.inq-outer{
	display: flex;
	justify-content: center;
	width: 100%;
	background-image: url("../images/product/inq-bg.png");
	padding: 30px 0;
	background-position: center;
}
.inq-left{
	width: 500px;
	background-color: #e4f1ea;
	box-sizing: border-box;
	padding: 20px 0 0 50px;
	border-radius: 10px 0 0 10px;
	transition: ease .4s;
}
.inq-left a {color: #393939; text-decoration: none;}
.inq-left:hover {	box-shadow: -10px 0px 15px 0px rgba(0, 0, 0, 0.3);}
.inq-left a span{
	position: relative;
	color: #F0F4EF;
	background-color: #63a38c;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 1;
	padding: 7px 8px;
}
.inq-left	strong{
	font-family: "Shippori Mincho B1", serif;
	font-size: 30px;
}
.inq-left em{
	display: block;
	color: #63a38c;
	font-size: 46px;
	margin: 5px 0 0 0;
	font-weight: 600;
}
.inq-right{
	width: 500px;
	background-color: #edf3c5;
	box-sizing: border-box;
	padding: 20px 0 10px 40px;
	border-radius: 0 10px 10px 0;
	transition: ease .4s;
}
.inq-right	a{color: #393939; text-decoration: none;}
.inq-right:hover {	box-shadow:10px 0px 15px 0px rgba(0, 0, 0, 0.3);}
.inq-right a span{
	position: relative;
	color: #F0F4EF;
	background-color: #63a38c;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 1;
	padding: 7px 8px;
}
.inq-right strong{
	font-family: "Shippori Mincho B1", serif;
	font-size: 30px;
}
.inq-right p{
	padding: 20px 0 10px 10px;
	width: 370px;
	line-height: 1.2em;
}
.head-image.prod{
	background-image: url("../images/header/sango-head00.jpg");
	background-size: cover;
}
@media screen and (max-width: 768px) {
.box-ex{margin: -9em 0 2em;}
.box-ex p{width: 96%; margin: 0 auto;}
.greenh2{
	padding: 15px 0 15px 5px;
	display: block;
	margin: 0 0 3em 0;
}
.greenh2 p{	font-size: 13px; vertical-align: inherit; padding:5px 10px 0;}
.greenh2 h2{font-size: 20px; padding: 0 10px 0;}
	.inner-100 h2{
	font-size: 20px;
}
.item-box{
	display: block;
	margin: 0 0 60px 0;
}
.item-data{width: 100%; padding: 0;}
.item-img{width: 100%; margin-top: 20px;}
.item-img img{border-radius: 0 0 18px 18px;}
.inq-box{display: block;}
.inq-outer{
	display: block;
	width: 100%;
	background-image:none;
	padding:0;
}
.inq-left{
	width: 100%;
	padding: 20px 0 10px 30px;
	border-radius: 10px 10px 0 0;
	transition: ease .4s;
}
.inq-left a {color: #393939; text-decoration: none;}
.inq-left:hover {	box-shadow: none;}
.inq-left:active {
	background-color: #B6D9C7;
}
.inq-left a span{
	width: 25px;
	height: 25px;
	font-size: 28px;
}
.inq-left	strong{
	font-size: 24px;
}
.inq-left em{
	font-size: 40px;
	margin: 5px auto 0;
	font-weight: 600;
}
.inq-right{
	width: 100%;
	padding: 20px 0 10px 20px;
	border-radius: 0 0 10px 10px;
}
.inq-right	a{color: #393939; text-decoration: none;}
.inq-right:hover {	box-shadow:none;}
.inq-right:active {
	background-color: #D4DBA5;
}
.inq-right a span{
	width: 25px;
	height: 25px;
	font-size: 28px;
}
.inq-right strong{
	font-size: 24px;
}
.inq-right p{
	padding: 20px 0 10px 10px;
	width: 90%;
}
.head-image.prod{
	background-image: url("../images/header/sango-head00.jpg");
	background-size: cover;
}
}
/*----------------------------------------------------Privacy-*/
.head-image.priv{
	background-image: url("../images/header/sango-head08.jpg");
	background-size: cover;
}
h3.priveh3{
	padding: 15px 0 15px 10px;
	background-color: #fff;
	border-left: #58B57A 5px solid;
	display: flex;
	align-items:center;
	margin: 2em 0 1em 0;
	text-align: left;
	font-size: 20px; 
}
/*-------------------------------------------------Mochigata-*/
.head-image.mochi{
	background-image: url("../images/header/sango-head03.jpg");
	background-size: cover;
}
.banner-box{
	width: 100%;
	padding-bottom: 80px;
	margin-top: -30px;
}
.banner{
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	background-image: url("../images/common/banner1.png"),url("../images/common/banner-bg.png");
	background-repeat: no-repeat,repeat;
	background-size: 600px,auto ;
	background-position: 50px center,top;
	margin: 0 0 10px 0;
}
a.rakuten-btn{
	position: absolute;
	display: block;
	right: 30px;
	top: 35%;
	width: 220px;
	padding: 8px 20px;
	color: #F7F5ED;
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	border-left: 4px double #F7F5ED;
	border-right: 4px double #F7F5ED;
	border-bottom: 4px double #F0ECDE;
	border-top: 4px double #F7F5ED;
	background-image: url("../images/common/banner-btn.png");
	transition: ease .4s;
}
a.rakuten-btn:hover{
	opacity: 0.6;
}
.banner-images{width: 100%;}
.banner-images img{
	width:100%;
	height: auto;
}
.youtube{
	display: flex;
	justify-content: space-between;
	width: 1000px;
}
.videos{
	width: 480px;
}
.videos iframe{
	width: 100%;
	height: 100%;
	aspect-ratio:19/9;
}
@media screen and (max-width: 768px) {
.banner-box{
	width: 100%;
	padding-bottom: 80px;
	margin-top: -30px;
}
.banner{
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	background-image: url("../images/common/banner1.png"),url("../images/common/banner-bg.png");
	background-repeat: no-repeat,repeat;
	background-size: 94%,auto ;
	background-position: center 20%, center;
	margin: 0 0 10px 0;
}
a.rakuten-btn{
	right: 4%;
	top: inherit;
	bottom: 7%;
	width: 80%;
	padding: 8px 5%;
}
a.rakuten-btn:hover{
	opacity: 0.6;
}
.banner-images{width: 100%;}
.banner-images img{
	width:100%;
	height: auto;
}
.youtube{
	display: block;
	width: 100%;
}
.videos{
	width: 96%;
	margin: 0 auto;
}
.videos iframe{
	width: 100%;
	height: 100%;
	aspect-ratio:16/9;
}
}
/*---------------------------------------------------Contact-*/
.head-image.inqhead{
	background-image: url("../images/header/sango-head06.jpg");
	background-size: cover;
}
.inq-dl{
	width: 100%;
	margin: 2em 0;
}
.inq-dl th{
	width: 25%;
	padding: 20px 0;
	vertical-align:top;
	border-bottom: 1px solid #E4E4E4;
}
.inq-dl td{
	width: 75%;
	padding: 20px 0 18px 5px;
	border-bottom: 1px solid #E4E4E4;
}
.inq-dl td select{	-webkit-appearance:none;}
.short-box,.short-box2{
	width: 80%;
	margin: 0 auto;
}
.short-box img{
	margin: 10px;
}
.need{
	color: #FFFFFF;
	font-size: 12px;
	padding: 1px 5px 0px 5px;
	background-color: #BD2123;
	border-radius: 3px;
	margin-left: 10px;
}
input.textbox,textarea.textbox{
	width: 95%;
	padding: 8px 3px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
option{
	-webkit-appearance: none;
  appearance: none;
}
.inq-tel a{
	font-size: 38px;
	color: #478354;
	text-decoration: none;
	font-weight: 600;
}
.inq-tel a span{
	font-size: 34px;
}
.buttonArea{
	display: flex;
	justify-content: center;
	padding: 2em 0;
	gap:20px;
}
@media screen and (max-width: 768px) {
.inq-dl{
	width: 100%;
	margin: 2em 0;
}
.inq-dl th{
	width: 30%;
	font-size: 14px;
}
.inq-dl td{
	width: 70%;
	font-size: 14px;
}
.short-box{
	width: 80%;
	margin: 0 auto;
}
.short-box2{
	width: 96%;
	margin: 0 auto;
}
.short-box img{
	margin: 10px;
}
.short-box2 img{
	margin: 0px;
}
.need{
	display: inline-block;
	color: #BD2123;
	font-size: 10px;
	padding: 0;
	background-color: transparent;
	border-radius:initial;
	margin-left: 5px;
}
input.textbox,textarea.textbox{
	width: 95%;
	padding: 8px 3px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
option{
	-webkit-appearance: none;
  appearance: none;
}
.buttonArea{
	display: flex;
	justify-content: center;
	padding: 2em 0;
}
}

@media screen and (max-width: 768px) {
}
/*----------------------------------------------------WP-----*/
.head-image.newshead{
	background-image: url("../images/header/sango-head07.jpg");
	background-size: cover;
}
.news-column{
	width: 100%;
	padding: 60px 0 0px;
}
.single-column{
	width: 100%;
	padding: 60px 0 30px;
}
.news-column .news-list:last-child{border-bottom: none;}
.news-list{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.news-list a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #494949;
	margin-top: 4px;
	padding: 18px 15px 18px 0;
	transition: ease 0.2s;
}
.news-list-txt{
	width: 780px;
}
.news-list-txt strong{
	display: block;
	padding: 1em 0 0.5em;
}
/*-.news-list-txt a{
	text-decoration: none;
	color: #494949;
	display: block;
	margin-top: 4px;
	padding: 18px 15px 18px 0;
	transition: ease 0.2s;
}-*/
.news-list a:hover{
	background-color: #EBF3EE;
	border-radius: 5px;
	padding: 18px 0 18px 15px;
}
.news-list-txt .news-badge{font-size: 14px;}
.news-tmb{
	width: 180px;
	height: 110px;
}
.news-tmb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.data-column{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 40px;
	font-size: 15px;
	clear: both;
	display: flex;
	justify-content: space-between;
}
.data-column-list{
	width: 75%;
	border-right: 1px solid #ccc;
}
.data-column-cat{
	width: 20%;
}
.data-column h3{
	font-size: 24px;
	padding-top: 0;
}
.data-column ul{
	text-align: left;
}
.data-column ul li{
	padding: 2px 0;
	list-style-type: none;
	display: block;
}
.data-column ul li a{
	text-decoration: none;
	color: #494949;
	transition: ease 0.2s;
}
.data-column ul li a:hover{
	margin-left: 10px;
	color: #676767;
}
.news-badge-mini{
	background-color: #CFE5E2;
	padding: 2px 10px 1px;
	border-radius: 2px;
	color: #525252;
	font-size: 12px;
	width: 100px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
	.data-column ul li em{
	margin-right: 20px;
	}
.navigation{
	width: 100%;
	padding: 50px 0 0 0;
	clear: both;
	display: flex;
	justify-content: space-between;
}
.navigation .alignright{
	width: 45%;
 overflow: hidden;
 white-space: nowrap;
	padding: 4px 13px 3px;
	text-align: right;
}
.navigation .alignleft{
	width: 45%;
 overflow: hidden;
 white-space: nowrap;
	padding: 4px 13px 3px;
}
.navigation .alignright a,
.navigation .alignleft a{
	text-decoration: none;
	background-color: #80B8A8;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding: 4px 13px 3px;
	border-radius: 25px;
	text-overflow: ellipsis;
}
.navigation .alignright a:hover,
.navigation .alignleft a:hover{
	background-color: #CFE5E2;
	color: #5F7267;
}
.navigation .alignright a:after{
	content: "\f0a9";
	padding-left:10px;
	font-family: "icomoon";
}
.navigation .alignleft a:before{
	content: "\f0a8";
	padding-right: 10px;
	font-family: "icomoon";
}
.wp-block-image{
	padding: 1em 0 2em 0;
}
.wp-block-gallery .wp-block-image{
	padding: 1em 0 0 0;
}
h2.screen-reader-text{display: none;}
nav.navigation{
	font-size: 24px;
	display: flex;
	justify-content: center;
}
.nav-links a.page-numbers.prev,
.nav-links a.page-numbers.next{display: none;}
a.page-numbers{
	text-decoration: none;
	padding: 2px 6px 0px;
	color: #525252;
}
a.page-numbers:hover{
	background-color: #5B9C7C;
	color: #fff;
	border-radius: 5px;
}
.page-numbers.current{
	padding: 2px 6px 0px;
	background-color: #8CBFAB;
	color: #fff;
	border-radius: 5px;
}
.post{
	width:96%;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
.news-column{
	width: 100%;
	padding: 10px 0 0px;
}
.single-column{
	width: 100%;
	padding: 60px 0 30px;
}
.news-column .news-list:last-child{border-bottom: none;}
.news-list{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.news-list-txt{
	width: 60%;
}
.news-list-txt a{
	margin-top: 4px;
	padding: 10px 0px 0px 0;
	transition: ease 0.2s;
}
.news-list-txt a p{	line-height: 1.4em; font-size: 15px;}
.news-list-txt a:hover{
	background-color: none;
	border-radius: initial;
	padding: 10px 0px 0px 0;
}
.news-list-txt .news-badge{font-size: 14px;}
.news-tmb{
	width: 36%;
	margin-right: 4%;
	height: 100px;
}
.news-tmb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.data-column{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 40px;
	display: block;
	clear: both;
}
.data-column-list{
	width: 100%;
	border-right: none;
	padding-bottom: 2em;
}
.data-column-cat{
	width: 100%;
}
.data-column h3{
}
.data-column ul{
	text-align: left;
}
.data-column ul li{
	padding: 5px 0;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
}
.data-column ul li a{
	display: block;
	font-size: 15px;
	margin-top: 5px;
}
.data-column ul li a:hover{
	margin-left: 10px;
	color: #676767;
}
.news-badge-mini{
	margin-right: 10px;
}
.data-column ul li em{
	color: #808080;
	}
.navigation{
	width: 100%;
	padding: 50px 0 0 0;
}
.navigation .alignright{
	width: 48%;
	padding: 4px 3px 3px;
}
.navigation .alignleft{
	width: 48%;
	padding: 4px 3px 3px;
}
.navigation .alignright a,
.navigation .alignleft a{
	font-size: 12px;
	padding: 4px 10px 3px;
	border-radius: 5px;
}
.navigation .alignright a:after{
	content: "";
	font-family: initial;
}
.navigation .alignleft a:before{
	content: "";
	font-family:initial;
}
.wp-block-image{
	padding: 1em 0 2em 0;
}
h2.screen-reader-text{display: none;}
nav.navigation{
	font-size: 24px;
	display: flex;
	justify-content: center;
}
.nav-links a.page-numbers.prev,
.nav-links a.page-numbers.next{display: none;}
a.page-numbers{
	text-decoration: none;
	padding: 2px 6px 0px;
	color: #525252;
}
a.page-numbers:hover{
	background-color: #5B659C;
	color: #fff;
	border-radius: 5px;
}
.page-numbers.current{
	padding: 2px 6px 0px;
	background-color: #8C94BF;
	color: #fff;
	border-radius: 5px;
}
.post{
	width:initial; margin:initial;
	}
}

/*---------------------------------------------------Utility-*/
.all-right{text-align:right;}
.all-center{text-align: center;}
.all-left{text-align: left;}
.box80{width: 80%; margin: 0 auto;}
.box50{width: 50%; margin: 0 auto;}
hr.wp-block-separator{ border: none;	border-bottom: 1px solid #ccc;}
hr{
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 20px 0 40px;
	padding: 20px 0;
}
.has-background{
	margin: 10px 0 25px;
	border-radius: 10px;
}
.pc-none{display: none;}
.sp-none{display: block;}
@media screen and (max-width: 768px) {
.box80{width: 96%; margin: 0 auto;}
.box50{width: 80%; margin: 0 auto;}
.pc-none{display: inherit;}
.sp-none{display: none;}
}

/*------------------------------------------------------Font-*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?b61g35');
  src:  url('../fonts/icomoon.eot?b61g35#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?b61g35') format('truetype'),
    url('../fonts/icomoon.woff?b61g35') format('woff'),
    url('../fonts/icomoon.svg?b61g35#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-envelope-o:before {
  content: "\f003";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-microchip:before {
  content: "\f2db";
}
.icon-phone:before {
  content: "\e942";
}
.icon-instagram:before {
  content: "\ea92";
}
