﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');


/*=================================================
インプラント
=================================================*/
/*-------------------------
ステップ
--------------------------*/
.stepnumb {
  display: inline-block;
  background: #7FBE25;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  color: #FFF;
  font-size: 1.6em;
  text-align: center;
  line-height: 2;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  margin-right: 12px;
  margin-bottom: 15px;
}
.steptitle {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  font-size: 1.4em;
  font-weight: 800;
  color: #7FBE25;
}
@media screen and (max-width: 640px) {
.stepnumb {
  width: 1.6em;
  height: 1.6em;
  font-size: 1.4em;
  line-height: 1.6;
  margin-right: 10px;
  margin-bottom: 12px;
  }
.steptitle {
  font-size: 1.3em;
  }
}


/*=================================================
スタッフ紹介
=================================================*/
.staffwrap {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
.staffwrap li{
  width:50%;
  height: auto;
  margin:0 30px 0 0;
}
.staffwrap li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 640px) {
.staffwrap {
  flex-direction: column;
  display:block;
  }
.staffwrap li {
  width:100%;
  margin:0 0 15px 0;
  }
.staffwrap li:last-child{
  margin:0 0 0 0;
  }
}

.staffbox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
  background: #FFEFC2;
  text-align: center;
  margin-top: 60px;
}
.staffbox img {
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
.staffbox p {
 font-size: 0.9em;
}
.staffbox img {
  width: 100%;
  max-width: 180px;
  }
.staffbox {
  padding: 15px 15px 20px 15px;
  }
}


/*=================================================
汎用パーツ
=================================================*/
/*-------------------------
ヘッダー
--------------------------*/
header {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
  background-color: #7FBE25;
}
.mainheadwrap {
  width:100%;
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  padding:20px 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  justify-content: flex-start;
  align-items:center;
}
.mainheadwrap >:first-child {
  margin-right: auto;
}
.header_logo img{
  width:100%;
  max-width: 460px;
  margin: 0 20px 0 0;
}
.header_info {
  max-width: 320px;
  text-align: center;
}
@media screen and (max-width: 960px) {
.mainheadwrap {
  margin-bottom: 15px;
  }
.header_logo img{
  max-width: 320px;
  margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
.mainheadwrap {
  padding:8px 0;
  }
.header_logo img{
  max-width: 240px;
  margin: 0;
  }
.header_info {
  display: none;
  }
}

/*ヘッダー電話リンク*/
.headtel {
  font-size:2em;
  line-height:100%;
  padding:0;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 6px;
}
.headtel :before {
  content:"";
  display:inline-block;
  width:0.8em;
  height:0.9em;
  background:url(../img/common/icon_tel2.png) no-repeat;
  background-size:contain;
  vertical-align:middle;
}
.headtel a{
  text-decoration:none;
  color:#FDD23C;
  font-weight:600;
}
@media screen and (max-width: 640px) {
.headtel {
  font-size:1.8em;
  }
}

/*-------------------------
医院情報
--------------------------*/
.clinicinfo dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.clinicinfo dt {
  width: 20%;
  padding: 6px;
  background-color: #7FBE25;
  color: #FFF;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
}
.clinicinfo dd {
  width: 80%;
  padding: 6px 6px 6px 12px;
  margin: 0 0 5px 0;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.clinicinfo dt {
  width: 25%;
  font-size: 0.9em;
  }
.clinicinfo dd {
  width: 75%;
  }
}

/*診療時間表*/
.hourtable {
  width: 100%;
  border-collapse: collapse;
  line-height:100%;
  margin-bottom:5px;
}
.hourtable th{
  padding: 10px 5px;
  vertical-align: middle;
  border: none;
  text-align:center;
  white-space: nowrap;
  font-weight: bold;
  background: #7FBE25;
  color: #FFF;
}
.hourtable td{
  width:auto;
  padding: 18px 5px;
  border: none;
  text-align:center;
  white-space: nowrap;
  font-size:  1.4em;
  color: #7FBE25;
  background: #F0F0E1;
  border-bottom: 2px solid #FFF;
}
.hour {
  color: #000 !important;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  font-size: 1.1em !important;
}
@media screen and (max-width: 767px) {
.hourtable th{
  padding: 8px 5px;
  font-size: 0.85em;
  }
.hourtable td{
  padding: 15px 5px;
  font-size:  1.2em;
  }
.hour {
  font-size: 1em !important;
  }
}

/*-------------------------
サブタイトル
--------------------------*/
/*かぎ括弧タイトル*/
.subtitle {
  padding: 30px 15px;
  position: relative;
  text-align:center;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:100%;
  font-size: 2.4em;
  font-weight: 800;
  color: #7FBE25;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.subtitle::before, .subtitle::after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
}
.subtitle::before {
  border-left: solid 5px #7FBE25;
  border-top: solid 5px #7FBE25;
  border-bottom: solid 5px #7FBE25;
  top: 0;
  left: 0;
}
.subtitle::after {
  border-right: solid 5px #7FBE25;
  border-top: solid 5px #7FBE25;
  border-bottom: solid 5px #7FBE25;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
.subtitle {
  padding: 20px 15px;
  font-size: 1.8em;
  margin-bottom: 20px;
  }
.subtitle::before {
  border-left: solid 3px #7FBE25;
  border-top: solid 3px #7FBE25;
  border-bottom: solid 3px #7FBE25;
  top: 0;
  left: 0;
  }
.subtitle::after {
  border-right: solid 3px #7FBE25;
  border-top: solid 3px #7FBE25;
  border-bottom: solid 3px #7FBE25;
  top: 0;
  right: 0;
  }
}

/*グリーン下線付きタイトル*/
.subtitle2 {
  position: relative;
  text-align: center;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.6;
  font-size: 1.6em;
  font-weight: 900;
  color: #333;
  margin: 0 0 50px;
}
.subtitle2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7FBE25;
}
@media screen and (max-width: 767px) {
.subtitle2 {
  font-size: 1.4em;
  margin: 0 0 30px;
  }
.subtitle2:before {
  width: 60px;
  height: 4px;
  bottom: -15px;
  }
}

/*蛍光イエロー下線付きタイトル*/
.subtitle3 {
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-size: 1.4em;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF26 0%) repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
.subtitle3 {
  font-size: 1.3em;
  }
}

/*-------------------------
吹き出し見出し
--------------------------*/
.balloon{
  position:relative;
  background:#7FBE25;
  padding:8px 15px 6px;
  text-align:center;
  color:#FFF;
  font-size:1.1em;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.balloon:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(127, 190, 37, 0);
  border-top-width:10px;
  border-bottom-width:10px;
  border-left-width:8px;
  border-right-width:8px;
  margin-left: -8px;
  border-top-color:#7FBE25;
  top:100%;
  left:25%;
}
@media screen and (max-width: 640px) {
.balloon{
  padding:6px 12px 4px;
  font-size:1.05em;
  }
}

/*-------------------------
点線ボックス
--------------------------*/
.dotbox {
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  border: 3px dotted #BBB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
.dotbox {
  padding: 20px 15px 15px;
  }
}

/*-------------------------
チェックマーク
--------------------------*/
.check {
  background: url(../img/common/check.png) no-repeat;
  background-position:0 0.15em;
  background-size: 1.2em;
  padding:0 0 0.2em 1.6em;
  font-weight: bold;
  line-height: 1.6;
  margin: 5px 0;
}

/*-------------------------
ボタン
--------------------------*/
/*矢印付きグリーン四角ボタン*/
.btn_green {
  display: block;
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 420px;
  padding: 8px 12px;
  border: 3px solid #7FBE25;
  color: #7FBE25;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 800;
  transition: all .3s;
  font-family: "Noto Sans Japanese", sans-serif;
}
.btn_green:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 14px;
  width: 12px;
  height: 2px;
  background: #7FBE25;
  transform: rotate(45deg);
}
.btn_green:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 14px;
  width: 12px;
  height: 2px;
  background: #7FBE25;
  transform: rotate(-45deg);
}
.btn_green:hover {
  background: #7FBE25;
  color: #FFF;
}
@media screen and (max-width: 480px) {
.btn_green {
  font-size: 1.1em;
  border: 2px solid #7FBE25;
  }
.btn_green:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #7FBE25;
  transform: rotate(45deg);
  }
.btn_green:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #7FBE25;
  transform: rotate(-45deg);
  }
}

/*矢印付きグリーン四角ボタン(ちょっと小さめ)*/
.btn_green2 {
  display: block;
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 320px;
  padding: 6px 12px;
  border: 2px solid #7FBE25;
  color: #7FBE25;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  transition: all .3s;
  font-family: "Noto Sans Japanese", sans-serif;
}
.btn_green2:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #7FBE25;
  transform: rotate(45deg);
}
.btn_green2:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #7FBE25;
  transform: rotate(-45deg);
}
.btn_green2:hover {
  background: #7FBE25;
  color: #FFF;
}

/*オンライン予約はこちらボタン*/
.btn_online {
  display: block;
  position: relative;
  background: #7FBE25;
  width: 100%;
  max-width: 240px;
  padding: 6px 12px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: 700;
  transition: all .3s;
  font-family: "Noto Sans Japanese", sans-serif;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn_online:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_online:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
.btn_online:hover {
  background: #7FBE25;
  color: #FFF;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
.gototopwrap {
  width: 100%;
  padding: 0 20px;
}
.gototop {
  width: 100%;
  max-width: 200px;
  background: #F0F0E1;
  line-height: 100%;
  padding: 15px 12px;
  text-align: center;
  margin-left: auto;
border-radius: 10px 10px 0 0;
}
.gototop a {
  display: block;
  text-decoration: none;
  color: #7FBE25;
}
@media screen and (max-width: 640px) {
.gototopwrap {
  padding: 0 15px;
  }
.gototop {
  max-width: 180px;
  font-size: 0.95em;
  }
}

/*-------------------------
フッター
--------------------------*/
footer {
  width: 100%;
  padding: 40px 20px 15px;
  margin: 0 auto;
  background: #F0F0E1;
}
.footlogo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
.footlogo {
  max-width: 240px;
  margin-bottom: 12px;
  }
}
.copyright {
  font-family: 'Noto Serif JP', serif;
  line-height:1.6;
  font-size: 0.75em;
  color: #999;
  text-align: center;
}

.footwrap {
  width:100%;
  max-width: 1000px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.footwrap li:nth-child(1) {
  width: 45%;
  margin:0 30px 0 0;
}
.footwrap li:nth-child(2) {
  width: 55%;
}
@media screen and (max-width: 860px) {
.footwrap {
  flex-direction: column;
  display:block;
  }
.footwrap li:nth-child(1) {
  width:100%;
  margin:0 0 15px 0;
  }
.footwrap li:nth-child(2) {
  width:100%;
  }
}

/*フッター電話リンク*/
.foottel {
  font-size:2.2em;
  line-height:100%;
  padding:0;
  font-family: 'Quicksand', sans-serif;
  margin: 2px 0 8px;
}
.foottel :before {
  content:"";
  display:inline-block;
  width:0.8em;
  height:0.9em;
  background:url(../img/common/icon_tel.png) no-repeat;
  background-size:contain;
  vertical-align:middle;
}
.foottel a{
  text-decoration:none;
  color:#7FBE25;
  font-weight:600;
}
@media screen and (max-width: 640px) {
.foottel {
  font-size:1.8em;
  }
}

/*フッター診療時間表*/
footer .hourtable {
  font-size: 0.9em;
}
footer .hourtable td{
  background: #FFF;
  border-bottom: 2px solid #F0F0E1;
}

/* 区切り線付きリンク */
.footlink {
  margin: 25px 0 18px;
  line-height: 2em;
  text-align: center;
}
.footlink li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.footlink li+li {
	border-left:1px solid #999;
}
.footlink a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.footlink a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
.footlink {
  font-size: 0.85em;
  margin: 20px 0 15px;
  }
}
@media screen and (max-width: 767px) {
.footlink {
  margin: 18px 0 12px;
  text-align: left;
  }
.footlink li {
  white-space: nowrap;
  }
}

/*-------------------------
フッターマップ埋め込み
--------------------------*/
.footmap {
  position: relative;
  padding-top: 30%;
  height: 0;
  overflow: hidden;
}
.footmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width:767px){
.footmap {
  padding-top: 60%;
  }
}

/*-------------------------
アイコン付き電話リンク
--------------------------*/
.tel {
  font-size:2.6em;
  line-height:100%;
  padding:0;
  font-family: 'Quicksand', sans-serif;
  margin: 5px 0;
}
.tel :before {
  content:"";
  display:inline-block;
  width:0.8em;
  height:0.9em;
  background:url(../img/common/icon_tel.png) no-repeat;
  background-size:contain;
  vertical-align:middle;
}
.tel a{
  text-decoration:none;
  color:#7FBE25;
  font-weight:600;
}
@media screen and (max-width: 767px) {
.tel {
  font-size:2.2em;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  left: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#371804;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.7em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:960px){
#jumptop {
  left: 20px;
  bottom:20px;
  }
.jumpbtn {
  width: 3.4em;
  height: 3.4em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}
@media screen and (max-width: 767px) {
#jumptop{
  left: 15px;
  bottom:15px;
  }
}

/*-------------------------
WEB予約フローティングバナー
--------------------------*/
.online {
  position: absolute;
  bottom: 0;
  right: 0;
  position: fixed;
}
.online img {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 960px) {
.online img {
  max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
.online img {
  max-width: 160px;
  }
}
@media screen and (max-width: 480px) {
.online img {
  max-width: 148px;
  }
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 3px 12px 3px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 2px 8px 2px;
  }
}

/* 写真ギャラリー横並び3列→2列 */
.gallery3_prefix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_prefix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.gallery3_prefix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_prefix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  box-sizing: border-box;
  padding:0 3px 10px 3px;
  }
}

/* 写真ギャラリーキャプション */
.gallerycaption {
  font-size: 0.9em;
  margin-top: 8px;
  line-height: 1.5;
  padding: 0 5px;
  text-align: center;
}
@media screen and (max-width: 840px) {
.gallerycaption {
  font-size: 0.75em;
  margin-top: 6px;
  line-height: 1.4;
  text-align: left;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.col2 li{
  width:50%;
  margin:0 40px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 15px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* 画像(320px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.column_img {
  width: 100%;
  max-width: 320px;
  margin:0 30px 0 0;
  text-align: center;
}
.column_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.column_img {
  width: 100%;
  max-width: 260px;
  margin:0 20px 0 0;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.column {
  flex-direction: column;
  display:block;
  }
.column_img {
  max-width:100%;
  margin:0 0 15px 0;
  }
.column_text {
  max-width:100%;
  }
}

/* テキスト＋画像(320px)上揃え(640px以下で縦列切り替え) */
.columnsw {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.columnsw_text {
  width: 100%;
  max-width: 640px;
}
.columnsw_img {
  width: 100%;
  max-width: 320px;
  margin:0 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
.columnsw_img {
  width: 100%;
  max-width: 260px;
  margin:0 0 0 20px;
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.columnsw {
  flex-direction: column;
  display:block;
  }
.columnsw_text {
  max-width:100%;
  margin:0 0 15px 0;
  }
.columnsw_img {
  max-width:100%;
  margin:0 0 0 0;
  }
}

/* 画像(240px)＋テキスト上揃え(640px以下で縦列切り替え) */
.column2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.column2_img {
  width: 100%;
  max-width: 240px;
  margin:0 30px 0 0;
}
.column2_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.column2_img {
  width: 100%;
  max-width: 180px;
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
.column2 {
  flex-direction: column;
  display:block;
  }
.column2_img {
  max-width:100%;
  margin:0 0 15px 0;
  text-align: center;
  }
.column2_text {
  max-width:100%;
  }
}

/*-------------------------
更新プログラム
--------------------------*/
#newsWrap {
  max-width: 640px;
  margin: 0 auto;
}
#newsList {
  display: block;
}
.up_ymd {
  font-family: 'Quicksand', sans-serif;
  line-height: 100%;
  color: #7FBE25;
  font-size: 1.2em;
  margin: 15px 0 5px;
}
.newstitle {
  font-size: 1.1em;
}
.newstitle a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.newstitle a:hover {
  text-decoration: underline;
  color: #000;
}
.newstitle2 {
  font-size: 1.2em;
}
.newstitle2 a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.newstitle2 a:hover {
  text-decoration: underline;
  color: #000;
}
@media(max-width:640px){
.newstitle2 {
  font-size: 1.1em;
  }
}
.newschap {
  font-size: 1em;
  line-height: 1.6;
}
.newslist {
  margin-bottom: 15px;
}

#up_ymd {
  font-family: 'Quicksand', sans-serif;
  line-height: 100%;
  color: #7FBE25;
  font-size: 1.2em;
  margin: 15px 0 5px;
}
.detailtitle {
  font-size: 1.6em;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.4;
  font-weight: bold;
  margin-bottom: 40px;
}
#detail {
  width: 100%;
  margin-bottom: 40px;
}
#detail br{
  display: block;
}

.newsimg {
  margin: 20px 0;
}

.pager{
	text-align:center;
	padding:10px;
	clear:both;
}
.pager a{
    border: 2px solid #7FBE25;
    border-radius: 5px 5px 5px 5px;
    color: #7FBE25;
    font-size: 1em;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
.pager a.current{
    background: #7FBE25;
    border: 2px solid #7FBE25;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 1em;
    padding: 3px 7px 2px;
	margin:0 2px;
    text-decoration: none;
}
.pager a:hover{
    background:#7FBE25;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}