@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
*{
	margin: 0;
	padding: 0;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}



/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

/* 限定要素表示設定 */
.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}

section {
	padding-bottom: 5%;
}


h2 {
	font-size: 40px;
	padding: 30px 0;
	letter-spacing:1.5;
	font-weight: 700;
	text-align: center;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.contactspace{
	font-size: 40px;
	padding: 30px 0;
	color:#009e96;
	letter-spacing:1.5;
	font-weight: 700;
	text-align: center;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}


@media only screen and (max-width: 640px) {
	h2 {
	font-size: 24px;
	padding: 30px 0;
	letter-spacing:1.5;
	font-weight: 700;
	text-align: center;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}
	.contactspace{
	font-size: 15px;
	padding: 5px 0;
	color:#009e96;
	letter-spacing:1.5;
	font-weight: 700;
	text-align: center;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}
}

img {
	width: 100%;
height: 100%;
}
.main {width:80%;
margin: 0 auto;}

@media only screen and (max-width: 1024px) {
	.main {width:100%;
margin: 0 auto;}
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 40px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 80%;
	  margin: 0 auto;
  }
  section {
    padding:  0;
  }
}


section {
	padding-bottom: 5%;
}

/* --------------------------------------------------------
	トップ
-------------------------------------------------------- */
.home {
    position: relative;
	height: auto;
	text-align: center;
}


.home img {
width: 100%;
height: 100%;
object-fit: cover;
	text-align: center;
}
.toptxt {
	padding: 5%;
	margin: 0 auto;
	text-align: center;
    background-color: #ffffff;
	-moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 15px 15px #fff;

}
.toptxt img{width:80%;
margin: 0 auto;}

@media only screen and ( max-width : 640px ) {
	.toptxt img{width:100%;}}

.home img {
width: 100%;
height: 100%;
object-fit: cover;
	text-align: center;
}

/* --------------------------------------------------------
	about
-------------------------------------------------------- */
.about {
	width:100%;
	display: flex;
	flex-wrap: nowrap;
	  justify-content: center;
}
.about .pcbox{
	  width: 40%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  margin-right: 2%;
  margin-left: 2%;

}
.about img {
	max-width:100%;
	height: auto;
}
@media only screen and ( max-width : 640px ) {
.about{
	  width:80%;
  padding-bottom: 10%;	
  margin: 0 auto;	
  flex-direction: column;
  justify-content: center;
	
}
.about li {
	width:100%;
	margin: 0 auto;
	padding:2% 5%;
	box-sizing:border-box;
}
	
.about p {
	font-size: 12px;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}	
	
.about li img {
	max-width:100%;
	height: auto;
	}}

.hyomen{
	text-align: center;
	padding: 5% 2% 0 0;
	width:80%;
	margin: 0 auto;
	}
@media only screen and ( max-width : 640px ) {
.hyomen{
	text-align: center;
	padding: 5% 2% 0 0;
	width:90%;
	margin: 0 auto;
	}}	
	
.hyomen img {
width: 100%;
height: 100%;
object-fit: cover;
}

/* --------------------------------------------------------
	merit
-------------------------------------------------------- */

.txt {
	
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 2.2;
	padding-bottom: 5%;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.meritimg {
	padding-bottom: 20%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width:90%;
}

@media only screen and ( max-width : 640px ) {
	.txt {
	width:80%;	
	margin: 0 auto;	
	font-size: 12px;
	text-align: left;
	letter-spacing: auto;
	line-height: 2.2;
	padding-bottom: 2%;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
	}
	.meritimg {
	margin: 0 auto;
	width:100%;
	padding-bottom: 20%;}
}



.zpxpr {
	margin: 0 auto;
	font-weight: 700;
	font-size: 40px;
	padding-bottom: 2%;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.zpxpr p{text-align: center;
font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;}

.point {color:#009e96;}

@media only screen and ( max-width : 640px ) {
	.zpxpr {
	margin: 0 auto;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 2%;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
	}}

.oneArea {
  width:90%;
  padding-top: 5%;
  padding-bottom: 10%;	
  margin: 0 auto;	
  display: flex;
  justify-content: center;
}
.oneArea .oneBox {
  width: 28%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  margin-right: 2%;
  margin-left: 2%;
  border: solid 3px #A8AFB5;
  box-shadow:2px 2px 5px;	
}

.oneBox img{
	width:100%;
	object-fit: cover;
}
@media only screen and ( max-width : 640px ) {
	.oneArea {
  width:90%;
  padding: 5%;
  margin: 0 auto;	
  display: flex;
  flex-wrap: wrap;
	  flex-direction: column;	
  justify-content: center;
}
.oneArea .oneBox {
  width: 100%;
	margin:  10% 0 5%;	
  box-sizing: border-box;
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  margin-right: 2%;
  margin-left: 2%;
  border: solid 3px #A8AFB5;
  box-shadow:2px 2px 5px;	
}

.oneBox img{
	width:100%;
	object-fit: cover;
	}}


.point2 {width:80%;
margin: 0 auto;}

@media only screen and ( max-width : 640px ) {
	.point2 {width:90%;
		margin: 0 auto;}}

.point2 p {
	letter-spacing: 2px;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.box3 {
	margin: 0 auto;
    padding: 0.5em 1em;
	font-size: 40px;
    color: #FFFFFF;
	font-weight: 700;
    background: #009e96;/*背景色*/
	 border: solid 3px #009e96;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

@media only screen and ( max-width : 640px ) {
.box3 {
	margin: 0 auto;
    padding: 0.3em 1em;
	font-size: 14px;
    color: #FFFFFF;
	font-weight: 600;
    background: #009e96;/*背景色*/
	 border: solid 2px #009e96;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
	}}


.box3 p {
	text-align: center;
    margin: 0 auto; 
    padding: 0;
}

.siaa {padding: 3% 0% 0.5%}

.box4 {
	margin: 0 auto;
    padding: 0.5em 1em;
	font-size: 40px;
	font-weight: 700;
     border: solid 3px #009e96;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

@media only screen and ( max-width : 640px ) {
	.box4 {
	margin: 0 auto;
    padding: 1.2em 2em;
	font-size: 12px;
	font-weight: 600;
     border: solid 2px #009e96;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}
}
.box4 p {
	text-align: center;
    margin: 0 auto; 
    padding: 0;
}

.inpoint {font-size: 30px;}

.hosoku{text-align: right;
	font-size: 14px;
 }


@media only screen and ( max-width : 640px ) {
	.inpoint {font-size: 11px;}
	
	.hosoku{text-align: right;
	font-size: 10px;
 }

}

.hosoku a[target="_blank"]:after {
font-family: 'Font Awesome 5 Free';
content: '\f35d';
color: #009e96;
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}



.img-flex-2 {width: 85%;
display: flex;
margin: 0 auto;
justify-content: center;
padding-bottom: 5%;}

.img-flex-2 img{
	
	width: 30%;
}

@media only screen and ( max-width : 640px ) {
.img-flex-2 {width:80%;
display: flex;
margin: 0 auto;
justify-content: center;
padding-bottom: 10%;}

.img-flex-2 img{
	
	width: 50%;
	height: 50%;
}

}

.wrap {background-color: #CDD6DD;}


.katuyou {text-align: center;
    padding:  3% 0 2% ;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.setsumei {text-align: center;
    padding: 2% 0;
	font-weight: 300;
	font-size: 20px;
font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;}


.pattern {
  display:flex;
  justify-content: center; 
 width:100%;	
margin: 0 auto;	
}

 .jirei{
  display:flex;
  width: 20%;
 padding:3%;
  align-items:center;

}

.jirei img {
width: 100%;
object-fit: cover;
vertical-align:top;	
}

@media only screen and ( max-width : 640px ) {
	.wrap {
		background-color: #CDD6DD;
		width:100% !important;
	}
	.katuyou {text-align: center;
    padding:  7% 0 2% ;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 2.0;	
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.setsumei {text-align: center;
    padding: 2% 0;
	font-weight: 300;
	font-size: 10px;
font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;}


.pattern {
  display:flex;
flex-wrap: wrap;	
  justify-content: center; 
 width:100%;
padding-bottom: 10%;	
margin: 0 auto;	
}

 .jirei{
  display:flex; 
  width: 42%;
 padding:3%;
  align-items:center;

}

.jirei img {
width: 100%;
object-fit: cover;
vertical-align:top;	
}
}

/* --------------------------------------------------------
	お問い合わせ
-------------------------------------------------------- */

.message p{
	font-size: 32px;
	padding: 15px 0;
	color:#009e96;
	letter-spacing:1.5;
	font-weight: 700;
	text-align: center;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

@media only screen and ( max-width : 640px ) {
.message p{
	font-size: 12px;
	color:#009e96;
	letter-spacing:1.5;
	font-weight: 700;
	text-align: center;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
	}}	

/* --------------------------------------------------------
	フッター
-------------------------------------------------------- */
footer{background-color: #009e96;	}

.list {
  display:flex;
	flex-direction: row-reverse;
  /* 追記 */
  justify-content:center;
width:100%;
margin: 0 auto;

}
.footeritem {
	padding:  4%  0  0 5%;
	width:40%;
}

.footeritem p {
	font-size: 1.5em;
	line-height: 1.2 !important;
	padding-bottom: 5%;
	color: #FFFFFF;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.footeritem .info2{
	font-size: 32px;
	padding-top: 20px;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.time {font-size:20px;}

.formbtn { padding-bottom: 6%;
}
.btn-open {
  display: inline-block;
  padding: 1% 10%;
  text-align: center;
  background-color: #D76213;
  font-size: 25px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid #D76213;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #009e96;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(22.5deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #ffffff;
}
.btn-open:hover:after{
  height: 260%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

.copy {
text-align: center;
color: #ffffff;
padding-bottom: 20px;}

@media only screen and ( max-width : 640px ) {
	.list {
display: block;
  /* 追記 */
  justify-content:center;
width:100%;
margin: 0 auto;

}
.footeritem {
	padding:  4% 0 0 0;
	width:80%;
	margin: 0 auto;
	text-align: center;
}

.footeritem p {
	font-size: 14px;
	text-align: center;
	line-height: 1.2 !important;
	padding-bottom: 5%;
	color: #FFFFFF;
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.footeritem .info2{
	font-size: 14px;
	padding-top: 20px;
	
	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}
	
.time {font-size:12px;}

.formbtn { padding-bottom: 6%;
	margin: 0 auto;
	text-align: center;
}
.btn-open {position: relative;
  font-size: 16px;
letter-spacing: 1px;
margin: 0 auto;
line-height: 0;
display: inline-block;
  font-weight: 500;
  padding: 1em 2.5em;
  text-decoration: none;
  color: #FFFFFF;
  background: #D76213;
  transition: .4s;

	font-family: "UD新ゴ R","游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
}

.btn-open:hover {
  background: white;
  color: #D76213;
}

.copy {
text-align: center;
color: #ffffff;
font-size: 10px;	
padding-bottom: 10px;}
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
z-index: 999;
	border: solid 2px #009e96;
  	
}
#page_top a{
  position: relative;
  display: block;
  width: 45px;
  height: 30px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #009e96;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#banner{
  width: 50px;
  height: 200px;
  position: fixed;
	right: 0px;
  bottom: 100px;
  opacity: 0.8;
z-index: 999;
}
#banner a{
  position: relative;
  display: block;
  width: 50px;
  height: 200px;
  text-decoration: none;
}
