@charset "UTF-8";
/* ---------------------------------------------------------------
reset
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, em, img, small, strong, var, dl, dt, dd, ol, ul, li,  form, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, figcaption, footer, header,  nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-style: none;
}
/* ---------------------------------------------------------------
body {
	font-size: 16px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #717171;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #717171;
}
a img {
	border-style: none;
}
a:visited {
	color: #717171;
}
a:hover {
	color: #8ac782;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
----------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    font-family: "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	text-decoration: none;
	color: #717171;
}
a img {
	border-style: none;
}
a:visited {
	color: #717171;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* ---------------------------------------------------------------
layout,span
----------------------------------------------------------------*/
.top {
width: 100%;
height: 800px;
background:
      linear-gradient(217deg, rgba(218, 255, 192, 0.8), rgba(218, 255, 192, 0) 70.71%),
      linear-gradient(127deg, rgba(176, 209, 255, 0.8), rgba(176, 209, 255, 0) 70.71%),
      linear-gradient(336deg, rgba(255, 176, 216, 0.8), rgba(255, 176, 216, 0) 70.71%);
position:relative;
}

header {
float: left;
background: #fff;
width: 100%;
margin: 0 auto;
padding: 20px 0px 17px 0px;
box-shadow: 0px 0px 10px;
}

.header-menu{
width: 1000px;
margin: auto;
}

.header-menu img {
padding: 0px 9px;
border-right: solid 1px #555;
}

.main {
width: 1000px;
}

.visual {
float: left;
margin-top: 120px;
width: 100%;
text-align: center;
position: absolute;
}

.visual-in {
width: 1000px;
margin: auto;
}

.visual img {
height: 350px;
}

.main-title {
float: left;
margin-top: 285px;
width: 100%;
text-align: center;
position: absolute;
}

.main-title-in {
width: 1000px;
margin: auto;
}

.otoiawase {
position: absolute;
width: 100%;
height: 240px;
background: rgba(0, 0, 0, 0.1);
margin-top: 500px;
text-align: center;
padding-top: 60px;
}

.otoiawase-in {
width: 1000px;
margin: auto;
}

.Profile {
width: 850px;
margin: 100px auto 100px auto;
font-size: 100%;
font: inherit;
text-align: left;
border-style: none;
}

.hr2 {
border-top: 1px dotted #505050; 
margin: 5px auto 25px auto;
}

.menu {
width: 1000px;
height: 200px;
margin: 80px auto;
}

ul{
text-align: center;
width: 1000px;
height: 200px;
margin: 30px auto 30px auto;
}

.menu li {
list-style: none;
float: left;
margin-left: 40px;
}
/*--気仙沼--*/
.kesennuma p {
padding-top: 75px;
line-height: 31px;
font-size: 17px;
color: #000;
}

.kesennuma {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 0;
  background: #c8f0ff;
  -webkit-box-shadow: 0 5px 0 #96b4bf;
  box-shadow: 0 5px 0 #96b4bf;
   transition-duration: 0.5s;
}

.kesennuma:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #96b4bf;
  box-shadow: 0 2px 0 #96b4bf;
transition-duration: 0.5s;
}
/*--岩沼--*/
.iwanuma p {
padding-top: 75px;
line-height: 31px;
font-size: 17px;
color: #000;
}

.iwanuma {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 0;
  background: #c8ffdf;
  -webkit-box-shadow: 0 5px 0 #96bfa7;
  box-shadow: 0 5px 0 #96bfa7;
   transition-duration: 0.5s;
}

.iwanuma:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #96bfa7;
  box-shadow: 0 2px 0 #96bfa7;
transition-duration: 0.5s;
}
/*--仙台--*/
.sendai p {
padding-top: 75px;
line-height: 31px;
font-size: 17px;
color: #000;
}

.sendai {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 0;
  background: #ffc8c8;
  -webkit-box-shadow: 0 5px 0 #96b4bf;
  box-shadow: 0 5px 0 #bf9696;
   transition-duration: 0.5s;
}

.sendai:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #bf9696;
  box-shadow: 0 2px 0 #bf9696;
transition-duration: 0.5s;
}
/*--山形--*/
.yamagata p {
padding-top: 75px;
line-height: 31px;
font-size: 17px;
color: #000;
}

.yamagata {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 0;
  background: #cbc8ff;
  -webkit-box-shadow: 0 5px 0 #9896bf;
  box-shadow: 0 5px 0 #9896bf;
   transition-duration: 0.5s;
}

.yamagata:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #9896bf;
  box-shadow: 0 2px 0 #9896bf;
transition-duration: 0.5s;
}

.fsize-l {
font-size: 40px;
font-weight: 500;
}



.info {
width: 950px;
height: 390px;
margin: 80px auto;
}

.info-back {
float: left;
width: 310px;
height: 390px;
background:
      linear-gradient(217deg, rgba(218, 255, 192, 0.8), rgba(218, 255, 192, 0) 70.71%),
      linear-gradient(127deg, rgba(176, 209, 255, 0.8), rgba(176, 209, 255, 0) 70.71%),
      linear-gradient(336deg, rgba(255, 176, 216, 0.8), rgba(255, 176, 216, 0) 70.71%);
}

.info-title img {
padding: 20px 0 0 20px;
}

.info-main {
float: left;
width: 620px;
height: 390px;
overflow:auto;
margin-left: 20px;
}

.info-main p {
border-bottom: 2px dotted black;
padding: 15px;
text-decoration: underline;
}

footer {
width: 100%;
margin: auto;
border-top: 1px solid #000;
padding-top: 30px;
}

.footer {
width: 1000px;
margin: auto;
}

.footer-menu {
width: 1000px;
height: 90px;
margin: auto;
text-align: center;
}

.footer-menu a {
float: left;
margin-left: 64px;
}

.footer-title {
text-align: center;
line-height: 25px;
}
.copyright {
background: #999;
color: #fff;
width: 100%;
text-align: center;
margin-top: 15px;
font-size: 14px;
padding: 10px 0 7px 0;
}
.copyright-in {
width: 1000px;
margin: auto;
}

#news {
width: 1000px;
margin: auto;
}

#news h2 {
    margin: 50px 0 30px 0;
}

.vc_kesennuma20221015 img {

}

/*--------------------------------*
以下更新用CSS
*--------------------------------*/


main {
text-align: center;
width: 100%;
margin-bottom: 40px;
}

.main-content {
width: 1000px;
margin: auto;
}

.main-content h2 {
margin: 50px 0 30px 0;
}