@charset "UTF-8";
* { margin: 0; padding: 0; box-sizing: border-box; color: #333; font-size: 16px; font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka"; line-height: 1.8; }

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }

ul, ol, li, dl, dt, dd { list-style: none; }

img { border: none; vertical-align: middle; max-width: 100%; }

a { border: none; text-decoration: none; color: #3b67b1; }
a:hover { color: #333; }
a:visited { color: #333; }

header { width: 100%; box-shadow: 0 0 5px #aaa; }
header .kd-head { padding: 0.4rem; background: rgba(0, 153, 204, 0.9); -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
header .kd-head img { max-width: 35vw; }
header .kd-head ul { display: none; }
header .siteID { padding: 0.8rem 0.5rem; font-size: 1.6rem; font-weight: 600; line-height: 1.2; background: rgba(255, 255, 255, 0.9); -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
header .siteID span { font-size: 0.9rem; margin-right: 0.5rem; color: #0c7309; }
@media screen and (min-width: 768px) { header { min-width: 1280px; padding: 0 0; position: relative; }
  header .kd-head { padding: 0.3rem 0; text-align: left; }
  header .kd-head img { max-width: none; width: 140px; margin-left: 5%; }
  header .kd-head ul { display: inline-block; float: right; margin-right: 5%; }
  header .kd-head ul li { display: inline-block; }
  header .kd-head ul li a { padding: 0 1rem; font-size: 0.8rem; color: #fff; }
  header .siteID { padding: 0.5rem 0 0rem; text-align: left; }
  header .siteID span { display: block; } }
header .menu { width: 15vw; height: 15vw; padding: 0.2rem 0 0.5rem; position: absolute; top: 0.2rem; right: 0; text-align: center; line-height: 1; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
header .menu a { font-size: 0.6rem; color: #333; }
header .menu i { font-size: 1.8rem; display: block; margin-bottom: -0.4rem; }
header.fixed { box-shadow: 0 0 5px #ccc; position: fixed; z-index: 100; }
header.fixed .kd-head { display: none; }
header.fixed .siteID { font-size: 1.2rem; }
header.fixed .menu { width: 15vw; height: 15vw; top: 0rem; }
header.fixed .menu i { margin-bottom: -0.5rem; }
header nav { width: 80vw; height: 100vh; background: rgba(10, 10, 10, 0.9); position: fixed; top: 0; right: -80vw; z-index: 999; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
header nav.open { right: 0; }
header nav li { padding: 1rem; border-bottom: 1px #fff solid; }
header nav li.close { text-align: right; line-height: 1; }
header nav li.close a { display: block; width: 15vw; text-align: center; font-size: 0.6rem; }
header nav li.close i { font-size: 1.8rem; color: #fff; display: block; margin-bottom: -0.2rem; }
header nav li.n-contact i { margin-right: 0.3rem; color: #fff; }
header nav li.n-contact .phoneno { font-size: 1.5rem; line-height: 1; color: #fff; }
header nav li.n-contact span { font-size: 0.95rem; color: #fff; }
header nav a, header nav a:visited { color: #fff; }
@media screen and (min-width: 769px) { header .menu { display: none; }
  header nav { width: auto; height: auto; background: white; position: relative; top: 0; right: auto; text-align: right; transition: none; }
  header nav li { display: inline-block; padding: 0 2.5rem 0.6rem; border-bottom: none; position: relative; }
  header nav li.close { display: none; }
  header nav li::after { content: ''; width: 1px; height: 1.2rem; border-right: 1px #ccc solid; position: absolute; top: 30%; right: 0; }
  header nav li:last-child::after { display: none; }
  header nav li a { display: block; padding: 0.8rem 0 0; color: #333; font-size: 1rem; line-height: 1.5; border-bottom: 3px #fff solid; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
  header nav li a:hover { border-bottom: 3px #d5d5d5 solid; }
  header nav li a.activ { border-bottom: 3px #0c7309 solid; }
  header nav li a:visited { color: #333; }
  header nav li.n-contact { display: inline-block; position: absolute; top: -3.2rem; right: 150px; }
  header nav li.n-contact a { padding: 0 0 0; font-size: 1rem; border-bottom: none; }
  header nav li.n-contact .phoneno { padding-top: 0.2rem; font-size: 1.6rem; vertical-align: middle; color: #333; pointer-events: none; }
  header nav li.n-contact .phoneno i { vertical-align: middle; margin-top: -0.5rem; margin-right: 0.3rem; line-height: 1.15; color: #00A3CC; }
  header nav li.n-contact .phoneno span { padding-left: 0.8rem; font-size: 0.8rem; color: #333; }
  header nav li.n-contact .phoneno .week { display: block; padding-left: 1rem; font-size: 0.8rem; color: #333; }
  header nav li.n-contact.btn_contact { padding: 0 0 0; color: #333; vertical-align: middle; right: 0; }
  header nav li.n-contact.btn_contact a { padding: 0.8rem 0.8rem; font-size: 0.8rem; background: linear-gradient(#efe357, #fdb032); border-radius: 0.2rem; box-shadow: 0, 0, 5px, #000; }
  header nav li.n-contact::after { display: none; }
  header.fixed .siteID { display: none; }
  header.fixed nav { position: fixed; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 100vw; background: #4f5050; }
  header.fixed nav ul { width: 1280px; margin: 0 auto; text-align: right; }
  header.fixed nav ul a { color: #fff; border-bottom: 3px #4f5050 solid; }
  header.fixed nav ul a:hover { border-bottom: 3px #d5d5d5 solid; }
  header.fixed nav ul a.activ { border-bottom: 3px #0c7309 solid; } }

footer { position: relative; background: #F1EEEE; }
@media screen and (min-width: 769px) { footer section { display: flex; } }
footer section > div { padding: 0.5rem; }
footer section .info h4 a { font-size: 1.4rem; }
footer section .info .address { font-size: 0.8rem; }
footer section .info .tel-no, footer section .info .e-mail, footer section .info .fax-no { width: 45%; display: inline-block; }
footer section .info .tel-no i, footer section .info .e-mail i, footer section .info .fax-no i { vertical-align: middle; margin-right: 0.3rem; color: #00A3CC; }
footer section .info .tel-no a, footer section .info .e-mail a, footer section .info .fax-no a { color: #333; }
@media screen and (min-width: 769px) { footer section .info { width: 58%; }
  footer section .info .address { font-size: 1rem; }
  footer section .info .tel-no, footer section .info .e-mail, footer section .info .fax-no { width: auto; margin-right: 1rem; font-size: 1.3rem; } }
footer section .info .btns { padding: 0.5rem 0; }
footer section .info .btns li { padding: 0.5rem 1rem; }
footer section .info .btns li a { display: block; padding-top: 3rem; text-align: center; border-radius: 0.2rem; }
footer section .info .btns li a p { background: rgba(0, 0, 0, 0.7); color: #fff; border-radius: 0 0 0.2rem 0.2rem; }
footer section .info .btns li a span { color: #fff; font-size: 0.8rem; margin-right: 0.5rem; }
footer section .info .btns li a.linkk { background: url(../images/link_k.jpg) no-repeat left 75%; background-size: cover; }
footer section .info .btns li a.linkh { background: url(../images/link_h.jpg) no-repeat left 20%; background-size: cover; }
footer section .info .btns li a.links { background: url(../images/link_s.jpg) no-repeat left 40%; background-size: cover; }
footer section .info .btns li a.linkd { background: url(../images/link_d.png) no-repeat left 40%; background-size: cover; }
footer section .info .btns li a.linkf { background: url(../images/link_f.png) no-repeat left 40%; background-size: cover; }
footer section .info .btns li a.linksc { background: url(../images/link_sc2.jpg) no-repeat left 40%; background-size: cover; }
@media screen and (min-width: 769px) { footer section .info .btns { display: flex; padding: 1.7rem 0 0.5rem; }
  footer section .info .btns li { width: 30%; margin-right: 1rem; padding: 0.5rem 0; }
  footer section .info .btns li a { -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
  footer section .info .btns li a p { line-height: 1.4; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
  footer section .info .btns li a:hover { padding-top: 0; }
  footer section .info .btns li a:hover p { padding: 1.5rem 0; border-radius: 0.2rem 0.2rem; }
  footer section .info .btns li span { display: block; margin-right: 0; } }
footer section .area { /*.arealist{
	dt{
		font-size: 0.7rem;
		font-weight: bold;
		color: #F67676;
		&:nth-of-type(2){
			color: #3E9FF3; }
		&:nth-of-type(3){
			color: #34B738; }
	}
	dd{
		font-size: 0.7rem; }
}*/ }
footer section .area .areamap { width: 80%; margin: 0.5rem auto 1rem 10%; }
footer section .area .areainfo { font-size: 0.9rem; }
@media screen and (min-width: 769px) { footer section .area { width: 35%; margin-top: 0.5rem; margin-left: 10%; /*.arealist{
	display: flex;
	flex-wrap: wrap;
	dt{
		width: 18%;
		font-size: 0.85rem;
	}
	dd{
		width: 82%;
		font-size: 0.85rem; }
}*/ }
  footer section .area .areamap { width: 60%; float: left; margin: 0 0.8rem 0.8rem 0; }
  footer section .area .areainfo { padding-top: 0.5rem; text-align: left; font-size: 0.85rem; } }
footer.small section .area { display: none; }
@media screen and (min-width: 769px) { footer.small section .info { width: 100%; padding-bottom: 3rem; position: relative; }
  footer.small section .info .btns { justify-content: flex-end; width: 58%; position: absolute; top: 0; right: 0px; } }
footer nav { background: #F1EEEE; }
footer nav ul { border-top: 1px #aaa solid; display: flex; }
footer nav ul li { padding: 0.5rem; }
footer nav ul li a { font-size: 0.7rem; color: #333; }
@media screen and (min-width: 769px) { footer nav ul { width: 1280px; margin: 0 auto; }
  footer nav ul li { padding: 0.5rem 1rem; }
  footer nav ul li a { font-size: 0.8rem; } }
footer .copy { padding: 0.5rem; background: #4f5050; color: #F1EEEE; text-align: center; }
footer .totop { position: fixed; right: 5vw; bottom: 5vw; width: 10vw; height: 10vw; text-align: center; background: #00A3CC; border: 1px #F1EEEE solid; border-radius: 50%; }
footer .totop a { display: block; }
footer .totop i { color: #fff; line-height: 10vw; }
@media screen and (min-width: 769px) { footer .totop { bottom: 1.5rem; width: 3rem; height: 3rem; }
  footer .totop i { font-size: 1.6rem; line-height: 3rem; } }

.aLt { text-align: left; }

.aCt { text-align: center; padding: 0 0.5rem; }

.aRt { text-align: right; }

.flL { display: inline-block; float: left; }

.flR { display: inline-block; float: right; }

.anchor { display: block; padding-top: 140px; margin-top: -140px !important; }

@media screen and (min-width: 768px) { br.sp { display: none; } }

.ftB { color: #00A3CC; }

.ftR { color: #ce0904; }

.ftO { color: #fc8303; }

.ftG { color: #0c7309; }

.mgB { margin-bottom: 3rem; }

.mgT { margin-top: 3rem; }

.pdB { padding-bottom: 3rem; }

.pdT { padding-top: 3rem; }

a.tx-link { color: #00A3CC; }
a.tx-link:hover { text-decoration: underline; }

.myLink{ display: inline-block; background: #fff; }
.myLink img{ opacity: 1.0; filter: alpha(opacity=100); border: none; }
.myLink:hover img{ opacity: 0.5; filter: alpha(opacity=50); }

main { min-height: 60vh; }

.mainttl { margin-bottom: 3rem; padding: 2rem 0.5rem 1.5rem; font-size: 1.8rem; letter-spacing: 5px; text-align: center; background: #D4E7EE; }
.kitaden .mainttl, .hakushin .mainttl { padding-top: 5rem; background: none; }

.pgttl { font-size: 6vw; text-align: center; padding: 1rem 0.5rem; }
.pgttl.lft { text-align: left; }
@media screen and (min-width: 768px) { .pgttl { font-size: 1.8rem; } }

.sttl { font-size: 6vw; text-align: center; padding: 1rem 0.5rem; }
.sttl.lft { text-align: left; }
@media screen and (min-width: 768px) { .sttl { font-size: 1.6rem; } }

.ssttl { font-size: 6vw; text-align: center; padding: 1rem 0.5rem; }
.ssttl.lft { text-align: left; }
@media screen and (min-width: 768px) { .ssttl { font-size: 1.4rem; } }

.line_btm { padding: 1rem 0.5rem 0.5rem; margin-bottom: 1.5rem; text-align: left; border-bottom: 2px #00A3CC solid; }

.inttl_sub { font-size: 1.2rem; }

.smenu { margin: 2rem 0 0; }
.smenu li { margin-bottom: 1px; }
.smenu li a { display: block; padding: 0.6rem 0.5rem; color: #fff; background: #00A3CC; border-bottom: 2px #00A3CC solid; position: relative; }
.smenu li a.actv { background: #f5f5f5; border-bottom: 2px #00A3CC solid; pointer-events: none; color: #aaa; }
.smenu li a:after { content: ''; width: 0.5rem; height: 0.5rem; background: transparent; border-top: 3px #fff solid; border-right: 3px #fff solid; transform: rotate(45deg); position: absolute; top: 1rem; right: 0.5rem; }
.smenu .page li a:after { transform: rotate(135deg); }
@media screen and (min-width: 768px) { .smenu { margin: 0 0 0; padding-top: 3rem; }
  .smenu ul { display: flex; justify-content: center; }
  .smenu ul li { margin-right: 2px; margin-bottom: 0; }
  .smenu ul li a { padding: 0.3rem 1rem 0.3rem 2rem; opacity: 1; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
  .smenu ul li a:hover { opacity: 0.8; }
  .smenu ul li a:after { width: 0.3rem; height: 0.3rem; right: auto; top: 0.9rem; left: 0.5rem; } }

.tx-normal { padding: 0.5rem; }

.tx-maincopy { padding: 0.5rem; font-size: 1.2rem; }
.tx-maincopy * { font-size: 1.2rem; }

.tx-att { padding: 0.5rem; font-size: 0.8rem; }

.tx-sign { margin: 2rem 0; padding: 0.5rem; text-align: right; }
.tx-sign span { font-size: 1.2rem; }

@media screen and (min-width: 768px) { .hasWt { width: 1280px; margin: 0 auto; } }

@media screen and (min-width: 768px) { .hasSWt { width: 800px; margin: 0 auto; } }

@media screen and (min-width: 768px) { .hasPWt { width: 600px; margin: 0 auto; } }

.btnbox { width: 70%; margin: 1.5rem auto; text-align: center; }
.btnbox a { display: block; padding: 0.7rem 1rem; background: #333; border: 2px #333 solid; color: #fff; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
@media screen and (min-width: 768px) { .btnbox { width: 35%; margin: 2.5rem auto 3rem; }
  .btnbox a:hover { color: #333; background: rgba(255, 255, 255, 0.8); }
  .hasSWt .btnbox { width: 45%; } }

.li-num { counter-reset: number; margin: 3rem auto; }
.li-num li, .li-num dt { clear: both; margin-bottom: 0.6rem; padding-left: 2.2rem; position: relative; }
.li-num li:before, .li-num dt:before { counter-increment: number; content: counter(number) "."; color: #00A3CC; font-size: 1.2rem; font-weight: 600; position: absolute; top: -0.2rem; left: 0.6rem; }
.li-num dt { font-weight: 600; }
.li-num dd { padding: 0 2.2rem 1.5rem; }

.li-circle { margin: 3rem auto; }
.li-circle li, .li-circle dt { clear: both; margin-bottom: 0.6rem; padding-left: 2.2rem; position: relative; }
.li-circle li:before, .li-circle dt:before { content: ""; background: #00A3CC; width: 0.8rem; height: 0.8rem; border-radius: 50%; position: absolute; top: 0.3rem; left: 0.6rem; }
.li-circle dd { padding: 0 2.2rem 1.5rem; }

dl.li-faq { margin: 3rem auto; }
dl.li-faq dt { margin-bottom: 0.6rem; padding-left: 2.8rem; position: relative; font-weight: 600; }
dl.li-faq dt:before { content: "Q"; background: #00A3CC; padding: 0.1rem 0.5rem; color: #fff; border-radius: 50%; position: absolute; top: -0.2rem; left: 0.6rem; }
dl.li-faq dd { margin-bottom: 1.5rem; padding: 0.2rem 0 1.5rem 2.8rem; position: relative; border-bottom: 1px #ccc dashed; }
dl.li-faq dd:before { content: "A"; font-weight: 600; background: #fc8303; padding: 0.1rem 0.5rem; color: #fff; border-radius: 50%; position: absolute; top: 0rem; left: 0.6rem; }

section > .lksTable { margin: 3rem 0.5rem; }
.lksTable dt { margin: 0 -0.5rem 0.5rem; padding: 0.2rem 0.5rem 0.2rem 1.8rem; position: relative; }
.lksTable dt::after { content: ''; width: 1rem; height: 1rem; background: #D4E7EE; border-radius: 50%; position: absolute; left: 0.5rem; top: 0.5rem; }
.lksTable dd { margin-bottom: 1rem; border-bottom: 1px #ccc solid; padding-left: 1.8rem; }
.lksTable.inner dt { padding-left: 0.5rem; border-left: none; }
.lksTable.inner dt::after { display: none; }
.lksTable.inner dd { border-bottom: none; }
@media screen and (min-width: 768px) { .lksTable { display: flex; flex-wrap: wrap; justify-content: space-between; }
  section > .lksTable { margin: 3rem auto; }
  .lksTable dt { margin: 0 0 0; padding: 0.5rem 0.5rem; width: 20%; border-bottom: 1px #ccc solid; }
  .lksTable dt::after { left: inherit; right: 0; top: 0.8rem; }
  .lksTable dd { margin: 0 0 0; padding: 0.5rem 0.5rem; width: 80%; }
  .lksTable.inner dt { border-bottom: none; }
  .lksTable.comp dt { text-align: right; padding-right: 1.8rem; }
  .lksTable.comp.history dt { width: 23%; }
  .lksTable.comp.history dd { width: 77%; } }

.topline { border-top: 5px #ccc solid; }

@media screen and (min-width: 768px) { .bx-flex { display: flex; flex-wrap: wrap; } }

@media screen and (min-width: 768px) { .bx-Lfull { width: 50%; min-height: 95vh; display: inline-block; position: fixed; top: 0; left: 0; } }

@media screen and (min-width: 768px) { .bx-Rfull { width: 50%; overflow: hidden; min-height: 90vh; position: absolute; top: 0; right: 0; } }

.bx-phascp { text-align: center; margin: 0.5rem; }
.bx-phascp span { display: block; padding-top: 0.3rem; font-size: 0.8rem; color: #666; }

.bx-photo { display: flex; flex-wrap: wrap; max-width: 100%; }
.bx-photo li { display: inline-block; width: 100%; position: relative; overflow: hidden; }
.bx-photo li.nhb2, .bx-photo li.nhb3, .bx-photo li.nhb4 { width: 50%; }
.bx-photo li.nhb2 .caption, .bx-photo li.nhb3 .caption, .bx-photo li.nhb4 .caption { font-size: 0.7rem; }
.bx-photo li .caption { display: block; width: 100%; padding: 0.5rem; text-align: center; background: rgba(0, 0, 0, 0.7); color: #fff; position: absolute; left: 0; bottom: 0; }
@media screen and (min-width: 768px) { .bx-photo li .caption { -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } }
@media screen and (min-width: 768px) { .bx-photo li.nhb1 { width: 60%; margin: auto; }
  .bx-photo li.nhb2 .caption, .bx-photo li.nhb3 .caption, .bx-photo li.nhb4 .caption { display: block; font-size: 0.9rem; }
  .bx-photo li.nhb4 { width: 25%; }
  .bx-photo li.nhb3 { width: 33.33333%; } }
.bx-photo.lows li img { width: 100%; height: 10rem; object-fit: cover; }
@media screen and (min-width: 768px) { .bx-photo.lows li img { height: 40vh; } }
@media screen and (min-width: 768px) { .bx-photo.lows li .nhb2 img { width: 50%; }
  .bx-photo.lows li.pt2 img { height: 50vh; }
  .bx-photo.lows li.pt2 .nhb2 img { height: 30vh; } }
@media screen and (min-width: 768px) { .bx-photo.history li.nhb1 { width: 60%; margin: 0; } }

.box_phtx { margin: 3rem 0 3rem; width: 100%; display: table; }
.box_phtx p { padding: 1rem 0.5rem 0; }
.box_phtx .caption { display: block; padding: 0.5rem 0; font-size: 0.85rem; line-height: 1.3; text-align: center; }
.box_phtx .img.vtc { width: 60vw; margin: 0 auto; }
.box_phtx .img.lds { width: 80vw; margin: 0 auto; }
@media screen and (min-width: 768px) { .box_phtx { margin: 0 auto 0; }
  .box_phtx .img.vtc { width: 25%; float: left; margin-bottom: 2rem; margin-right: 2rem; }
  .box_phtx .img.lds { width: 35%; float: left; margin-bottom: 2rem; margin-right: 2rem; }
  .box_phtx .img.fl-left { float: left; margin-bottom: 2rem; margin-right: 2rem; }
  .box_phtx .img.fl-right { float: right; margin-bottom: 2rem; margin-right: 0; margin-left: 2rem; } }
.box_phtx::after { content: '　'; clear: both; }

.bx_shopbns { text-align: center; }
.bx_shopbns img { width: 50vw; margin-top: 1rem; }
@media screen and (min-width: 768px) { .bx_shopbns { text-align: inherit; }
  .bx_shopbns img { width: 150px; margin: 1rem 1rem 0; } }

.box_news { margin: 1rem 0 3rem; padding: 0 0.5rem; }
.box_news li { padding: 0.5rem 0; border-bottom: 1px #ccc dashed; }
.box_news li .date { display: inline-block; padding: 0.5rem 0 0; }
.box_news li span { display: inline-block; padding: 1px 0.5rem; margin: 0 0.5rem; color: #fff; font-size: 0.6rem; background: #0c7309; border-radius: 0.2rem; }
.box_news li span.gr { background: #0c7309; }
.box_news li span.re { background: #ce0904; }
.box_news li span.or { background: #fc8303; }
.box_news li span.bl { background: #00A3CC; }
@media screen and (min-width: 768px) { .box_news { margin: 1rem auto 5rem; }
  .box_news li .date { padding: 1rem 0 0.8rem; }
  .box_news li span { padding: 1px 0.5rem 0; font-size: 0.8rem; } }

.box_staff { padding: 3rem 0.5rem 5rem; }
.box_staff li { padding: 2rem 0; border-bottom: 1px #ccc dashed; text-align: center; }
.box_staff li .st-pho { width: 50%; height: 200px; object-fit: cover; margin: 0 auto 1rem; }
.box_staff li .st-name { font-size: 1.4rem; font-weight: 600; }
.box_staff li .st-part { padding-bottom: 0.8rem; color: #0c7309; font-size: 0.9rem; }
.box_staff li .st-msg { text-align: left; }
@media screen and (min-width: 768px) { .box_staff { display: flex; flex-wrap: wrap; justify-content: center; padding: 3rem 0 5rem; }
  .box_staff li { display: inline-block; width: 33%; padding: 0 1.5rem 2rem 2rem; margin-bottom: 3rem; } }

.box_customer { padding: 3rem 0.5rem 5rem; }
.box_customer li { padding: 1rem 0; }
.box_customer li .cs-pho { width: 35%; height: 150px; object-fit: cover; float: left; margin: 0 1rem 1rem 0; }
.box_customer li .cs-title { margin-bottom: 1rem; font-size: 1.2rem; font-weight: 600; border-bottom: 1px #aaa solid; }
@media screen and (min-width: 768px) { .box_customer { display: flex; flex-wrap: wrap; padding: 3rem 0 5rem; }
  .box_customer li { display: inline-block; width: 48%; padding: 0 1.5rem 2rem 2rem; margin-bottom: 3rem; } }

.box_cards { margin: 3rem 0.5rem; }
.box_cards .card { margin-bottom: 1.5rem; text-align: center; border-radius: 0.2rem; }
@media screen and (min-width: 768px) { .box_cards { margin: 3rem auto 5rem; display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1280px; }
  .box_cards .card { width: 30%; } }

@media screen and (min-width: 769px) { .padtop { margin-top: 3rem; } }

.top_photo { max-width: 1280px; height: 60vh; margin: 0 auto; text-align: center; padding: 4rem 0 1.5rem; background: url(../kitaden/images/top_bg.jpg) no-repeat center 90%; background-size: cover; position: relative; }
.top_photo::before { content: ''; display: block; width: 100%; height: 60vh; position: absolute; top: 0; left: 0; }
.top_photo h2 { width: 100%; position: absolute; top: 7rem; font-size: 5vw; }
.top_photo p { width: 100%; font-size: 0.8rem; padding: 1rem 1.5rem; position: absolute; bottom: 1.5rem; background: rgba(255, 255, 255, 0.6); }
@media screen and (min-width: 769px) { .top_photo { height: 500px; padding: 10rem 0 1rem; }
  .top_photo::before { height: 500px; }
  .top_photo h2 { font-size: 2.2rem; top: 5rem; }
  .top_photo p { width: 70%; left: 15%; bottom: 12rem; background: none; font-size: 1rem; } }

.prbanner { margin-bottom: 3rem; padding: 1.5rem 0 0.5rem; background: #eaf8ea; }
.prbanner img { width: 85vw; margin: 0 auto; }
@media screen and (min-width: 769px) { .prbanner ul { width: 900px; margin: 0 auto; }
  .prbanner ul img { width: inherit; } }

.top-cards li { margin-bottom: 1rem; }
.top-cards li a { display: block; padding: 1.5rem; text-align: center; }
.top-cards li a.link1 { background: url(../kitaden/images/link_1.jpg) no-repeat left center; background-size: cover; }
.top-cards li a.link2 { background: url(../kitaden/images/link_2.jpg) no-repeat left center; background-size: cover; }
.top-cards li a.link3 { background: url(../kitaden/images/link_3.jpg) no-repeat left center; background-size: cover; }
.top-cards li a.link4 { background: url(../kitaden/images/link_4.jpg) no-repeat left center; background-size: cover; }
.top-cards li a h4 { margin: 0 auto 0; padding: 0.5rem 0; font-size: 1.4rem; font-weight: bold; background: rgba(255, 255, 255, 0.9); }
.top-cards li a h4 span { display: block; font-size: 0.8rem; }
.top-cards li a h4 p { padding: 1.5rem 0 1rem; font-size: 0.8rem; font-weight: normal; }
@media screen and (min-width: 769px) { .top-cards li a { -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
  .top-cards li a h4 { -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
  .top-cards li a:hover { padding: 0.2rem; font-weight: bold; }
  .top-cards li a:hover h4 { color: #000; padding: 1.8rem 0; background: rgba(255, 255, 255, 0.5); }
  .top-cards li a:hover p { font-weight: bold; } }

/*--２つだけになったので--*/
@media screen and (min-width: 769px) { .top-cards.box_cards { justify-content: center; }
  .top-cards.box_cards li:first-child { margin-right: 2rem; } }

.box_support { padding: 3rem 0 5rem; }
.box_support dt { text-align: center; padding: 2rem 0.5rem 1rem; }
.box_support dt img { width: 50vw; }
.box_support dd { padding: 1rem 0.5rem 2rem; border-bottom: 1px #ccc solid; }
@media screen and (min-width: 769px) { .box_support { display: flex; flex-wrap: wrap; padding: 5rem 0; }
  .box_support dt { width: 25%; padding: 2rem 0 2rem; border-bottom: 1px #ccc solid; }
  .box_support dt img { width: auto; }
  .box_support dd { width: 75%; padding: 2rem 0 2rem 2rem; }
  .box_support dd .btnbox { width: 50%; float: right; margin: 1rem 0; }
  .box_support dd .btnbox a { padding: 0.4rem 2rem; } }

.fb-page { width: 100%; }
@media screen and (min-width: 768px) { .fb-page { width: 500px; } }
