@charset "UTF-8";
/***
*	layout
*/
html,
body {
  line-height: 1.6;
  overflow-x: hidden;
}
@media print {
  html,
  body {
    zoom: 88%;
  }
}

@media screen and (max-width: 979px) {
  .rows {
    max-width: 920px;
    width: 100%;
  }
}
.rows .row_left {
  float: left;
}
.rows .row_right {
  float: right;
}

/***
*	header
*/
@media screen and (max-width: 979px) {
  #header {
    height: auto;
    max-width: 900px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #header h1 {
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #header h1 {
    height: 60px;
    padding-left: 15px;
  }
}
#header h1 a {
  display: inline-block;
  line-height: 80px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #header h1 a {
    box-sizing: border-box;
    height: 50px;
    line-height: 1.6;
    padding: 5px;
  }
}
#header h1 a img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #header h1 a img {
    height: 100%;
    max-height: 60px;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #header #sitmap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header #jqa {
    display: none;
  }
}
#header #spbtn {
  box-sizing: border-box;
  display: none;
  margin: auto;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #header #spbtn {
    display: block;
  }
}
#header #spbtn img {
  max-width: 24px;
  vertical-align: bottom;
}

/***
*	footer_wrapper
*/
@media screen and (max-width: 979px) {
  #footer {
    height: auto;
    max-width: 900px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #footerwrapper {
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #footerwrapper {
    margin-top: 30px;
  }
}
#footer table.jma {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  display: none;
  font-size: 11px;
  margin: auto;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
#footer table.jma tbody,
#footer table.jma tr,
#footer table.jma td {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #footer table.jma {
    display: block;
  }
}
#footer table.jma img {
  max-width: 35px;
}
#footer table.jma span {
  display: block;
  margin-bottom: 3px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #address p.footer_logo {
    box-sizing: border-box;
    float: none;
    margin: 20px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #address .address,
  #address .tel,
  #address .fax {
    padding-left: 0;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #address ul {
    height: auto;
    line-height: 1.6;
    margin: 15px auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #address ul li {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 1.6;
  }
}

@media screen and (max-width: 979px) {
  #hane {
    background-image: url(../media/images/sutokukai/sp_hane.png);
    background-size: contain;
    height: 90px;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  #hane {
    right: 0;
    top: 70px;
    width: 100px;
  }
}

@media screen and (max-width: 979px) {
  #copyright {
    height: auto;
    line-height: 1.6;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    border-top: 3px solid #06c;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
  }
}

/***
*	gnavi
*/
@media screen and (max-width: 979px) {
  #gnavi {
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #gnavi ul {
    height: auto;
    max-width: 904px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #gnavi ul li {
    box-sizing: border-box;
    width: 20%;
  }
}
@media screen and (max-width: 979px) {
  #gnavi ul li a {
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (max-width: 979px) {
  #gnavi ul li img {
    max-width: 100%;
  }
}

@media screen and (max-width: 979px) {
  #gnavi6 {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #gnavi6 {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  #gnavi6 ul {
    height: auto;
    max-width: 904px;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #gnavi6 ul li {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 979px) {
  #gnavi6 ul li a {
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (max-width: 979px) {
  #gnavi6 ul li img {
    max-width: 100%;
  }
}

/***
*	SPメニュー
*/
.spmenu {
  background-color: #06c;
  color: #fff;
  min-height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -90%;
  transition-duration: .1s;
  width: 90%;
  z-index: 250;
}
.spmenu.open {
  right: 0;
  transition-duration: .2s;
}
.spmenu_btn {
  box-sizing: border-box;
  padding: 18px 10px;
  text-align: right;
}
.spmenu_btn img {
  max-width: 24px;
  vertical-align: bottom;
}
.spmenu_sitemap {
  margin: 30px auto;
  text-align: center;
}
.spmenu_sitemap a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.spmenu_close {
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin: auto;
  max-width: 140px;
  padding: 15px 30px;
  text-align: center;
}
.spmenu ul {
  border-top: 1px solid #80b3e6;
  box-sizing: border-box;
  list-style: none;
  margin: auto;
  padding: 0;
}
.spmenu ul li {
  font-size: 14px;
  position: relative;
}
.spmenu ul li::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
.spmenu ul a {
  border-bottom: 1px solid #80b3e6;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
}

/***
*	下層レイアウト
*/
@media screen and (max-width: 979px) {
  #left_side {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  #right_side {
    float: none;
    width: 100%;
  }
}

/***
*	下層サイドメニュー
*/
@media screen and (max-width: 979px) {
  #left_menu_title {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 979px) {
  #left_menu ul:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 979px) {
  #left_menu ul li {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #left_menu ul li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #left_menu ul li a {
    box-sizing: border-box;
  }
}

#left_shisetsu {
  height: auto;
}
@media screen and (max-width: 979px) {
  #left_shisetsu {
    width: calc(100% - 30px);
  }
}
#left_shisetsu_title {
  background-color: #0066cb;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  height: auto;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 979px) {
  #left_shisetsu ul:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 979px) {
  #left_shisetsu ul li {
    float: left;
    text-align: center;
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #left_shisetsu ul li {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #left_shisetsu ul li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #left_shisetsu ul li + li {
    margin-left: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 979px) {
  #left_shisetsu a {
    box-sizing: border-box;
    margin: auto;
    padding: 0 10px 15px;
  }
}
#left_shisetsu a img {
  max-width: 100%;
  width: 100%;
}

#left_facilities {
  height: auto;
}
@media screen and (max-width: 979px) {
  #left_facilities {
    width: calc(100% - 30px);
  }
}
#left_facilities_title {
  background-color: #0066cb;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  height: auto;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 979px) {
  #left_facilities ul:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 979px) {
  #left_facilities ul li {
    float: left;
    text-align: center;
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 767px) {
  #left_facilities ul li {
    width: 50%;
  }
}
@media screen and (max-width: 979px) {
  #left_facilities a {
    box-sizing: border-box;
    margin: auto;
    padding: 0 2% 4%;
  }
}
#left_facilities a img {
  max-width: 100%;
}

/***
*	right_side
*/
#right_side:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  #right_side {
    box-sizing: border-box;
    padding-right: 10px;
    position: relative;
    width: calc(100% - 240px);
  }
}
#right_side #main_pagename {
  color: #fff;
  display: none;
  font-size: 17px;
  font-weight: bold;
  margin: auto;
  position: absolute;
  top: 15px;
  left: 10px;
  text-align: left;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #right_side #main_pagename {
    display: block;
  }
}
#right_side h3 {
  background: linear-gradient(#fff, #e2f1b6);
  border: 5px solid #b3d98c;
  box-sizing: border-box;
  height: auto;
  line-height: 1.6;
  padding: 3px 10px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  #right_side h3 {
    margin: auto;
  }
}
#right_side h3::before {
  background: url(../media/images/sutokukai/icon_banner.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.5em;
  margin-right: 10px;
  vertical-align: -6px;
  width: 1.5em;
}
#right_side h3 span {
  box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  #main_comment {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 979px) {
  #right_contents {
    box-sizing: border-box;
    padding: 20px 15px 0;
  }
}

/***
*	インタビュー
*/
#riji_photo div.riji_photo {
  display: table;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #riji_photo div.riji_photo {
    display: block;
  }
}
#riji_photo div.fig,
#riji_photo div.text {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #riji_photo div.fig,
  #riji_photo div.text {
    display: block;
  }
}
#riji_photo div.fig img,
#riji_photo div.text img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #riji_photo div.fig {
    text-align: center;
  }
}
#riji_photo div.text {
  background: url(../media/images/sutokukai/about/riji_bg.png) no-repeat top right;
  box-sizing: border-box;
  padding: 35px 45px 30px;
}
@media screen and (max-width: 767px) {
  #riji_photo div.text {
    padding: 20px 15px;
  }
}
#riji_photo div.text_lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #riji_photo div.text_lead {
    margin-bottom: 15px;
  }
}
#riji_photo div.text_name {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #riji_photo div.text_name {
    text-align: right;
  }
}
#riji_photo div.text_name span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

@media screen and (max-width: 979px) {
  #interview {
    margin-right: auto;
    margin-left: auto;
  }
}

/***
*	topic list
*/
#topic_list {
  margin: auto;
}
@media screen and (max-width: 767px) {
  #topic_list {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #topic_list a {
    color: #690;
    text-decoration: none;
  }
}
#topic_list h2 {
  background: url(../media/images/sutokukai/local_top_title.png) no-repeat center left;
  background-size: 100% auto;
  color: green;
  font-size: 1.17em;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #topic_list h2 {
    background: linear-gradient(#fff, #e2f1b6);
    border: 3px solid #b3d98c;
    box-sizing: border-box;
    height: auto;
    line-height: 1.6;
    padding: 5px 0;
  }
  #topic_list h2::before {
    background: url(../media/images/sutokukai/icon_banner.png) no-repeat center center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.4em;
    margin: 0 5px;
    vertical-align: middle;
    width: 1.4em;
  }
}
#topic_list ul li {
  list-style: none;
  margin: 10px auto;
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  #topic_list ul li {
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
    margin: auto;
    padding: 5px 10px 5px 0;
    position: relative;
    text-indent: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #topic_list ul li::after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #topic_list ul li a {
    color: #000;
    display: block;
    text-decoration: none;
  }
}
#topic_list ul li a span {
  color: inherit;
  text-decoration-color: inherit !important;
}
@media screen and (max-width: 767px) {
  #topic_list ul li a span.date {
    color: #690;
    display: block;
    text-decoration: none;
  }
}
#topic_list ul li a span.circle {
  color: #9c0;
  text-decoration: underline;
  text-decoration-color: #9c0 !important;
}
@media screen and (max-width: 767px) {
  #topic_list ul li a span.circle {
    display: none;
  }
}

/*# sourceMappingURL=sutokukai_sp_common.css.map */
