@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: 0px 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;
}

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


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

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

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


/*------------*
最新情報-start
*-------------*/

.information {
width: 700px;
margin: auto;
margin-top: 30px;
height: auto;
}

.information .img {
width: 250px;
height: auto;
float: left;
margin-right: 20px;
}

.back-color{
padding: 20px 20px;
background-color: #fff;
border-radius: 5px;
border: solid 3px #ff7b00;
}

.back-color .img-font-1{
font-weight: 700;
color: #ff7b00;
font-size: 17px;
}

.back-color .img-font-2{
font-weight: 900;
color: #784600;
font-size: 20px;
text-align: center;
margin-bottom: 5px;
}

.back-color .img-font-3{
text-align: left;
font-size: 15px;
}

.text {
width: 430px;
float: left;
}

.text p, h3, h4 {
text-align: left;
}

.text .title {
width: 430px;
height: auto;
}

.text .tab {
padding: 5px;
padding-bottom: 10px;
line-height: 21px;
background-color: #ffa64d;
width: 40px;
height: 40px;
border-radius: 5px;
margin-right: 10px;
float: left;
}

.text .tab p{
color: #fff;
font-size: 18px;
font-weight: 700;
text-align: center;
}

.text .title h3{
width: 370px;
margin: 0px;
float: left;
font-size: 27px;
font-weight: 700;

}
.font-l {
font-size: 20px;
font-weight: 700;
color: #784600;
}

.font-s {
font-size: 14px;
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 130px;
	height: 25px;
}

.information h4 {
font-weight: 900;
text-align: center;
margin-bottom: 10px;
border-bottom: solid 1px;
border-top: solid 1px;
color: #784600;
}

.font-ss {
font-size: 18px;
font-weight: 700;
color: #555;
}

.href {
color: #555;
text-decoration: underline;
}

.href:hover {
color: #999;
text-decoration: none;
}
h5 {
font-size: 20px;
font-weight: 900;
margin-top: 10px;
margin-bottom: -20px
}

.mail-form-main {
margin-top: 20px;
display:flex;
}

.mail-form h2{
font-weight: 700;
margin-top: 20px;
color: #fff;
background-color: #784600;
padding: 10px 0 10px 0;
}

.mail-form-a {
text-align: left;
font-size: 15px;
width: 345px;

}

.sen {
border: solid 2px #784600;
padding: 20px;
border-radius: 5px;
}

.sen-b {
border: solid 2px #784600;
padding: 20px;
border-radius: 5px;
}

.mail-title {
font-size: 20px;
font-weight: 900;
color: #555;
text-align: center;
margin-bottom: 5px;
}

.mail-subtitle {
font-weight: 900;
color: #999;
}

.mail-form-b {
text-align: left;
font-size: 15px;
width: 345px;
margin-left: 10px;
}


/*--▼開き▼--*/
summary {
  position: relative;
  display: block; /* 矢印を消す */
  padding: 10px 10px 10px 30px; /* アイコンの余白を開ける */
  cursor: pointer; /* カーソルをポインターに */
  font-weight: bold;
  transition: 0.2s;
  border-radius: 4px;
  border: solid 2px #ffa64d;
}
summary:hover {
  background-color: #fff6e8;
}
summary::-webkit-details-marker {
  display: none;　/* 矢印を消す */
}

/* 疑似要素でアイコンを表示 */
summary:before,
summary:after {
  content: "";
  margin: auto 0 auto 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
summary:before {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #ff7d00;
}
summary:after {
  left: 12px;
  width: 10px;
  height: 10px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
  box-sizing: border-box;
  transition: .1s;
}

/* オープン時のスタイル */
details[open] summary {
  background-color: #fff;
}
details[open] summary:hover {
  background-color: #fff6e8;
}
details[open] summary:after {
  transform: rotate(90deg); /* アイコンを回転 */
  left: 7px; /* 位置を調整 */
  top: 8px; /* 位置を調整 */
}

/* アニメーション */
details[open] .vc_yamagata20230205 {
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
summary {
width: 700px;
margin: auto;
}

/*--▲開き▲--*/
.y-20230205 {
font-size: 18px;
color: #ff7d00;
}
.syousai {
background-color: #ff7d00;
padding: 5px;
color: #fff;
border-radius: 4px;
height: 30px;
}
.red {
color:#f00;
border: solid 1px;
padding: 5px;
}
/*------------*
最新情報-end
*-------------*/