﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');


/*=================================================
診療内容
=================================================*/
.anchorwrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
.anchorbox {
  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;
}
.anchorbox li {
  width: 12.5%;
  max-width:12.5%;
  width: calc(100% / 8);
  padding:0 2px 4px 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.anchorwrap {
  max-width: 480px;
  }
.anchorbox li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 1px 2px 1px;
  }
}


/*=================================================
トップページ
=================================================*/
/*-------------------------
スライダー
--------------------------*/
.topimg {
  width: 96%;
  min-height: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
.topimg {
  width: 100%;
  min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
.topimg {
  min-height: 240px;
  margin-bottom: 40px;
  }
}

/*-------------------------
患者様とのお約束
--------------------------*/
.promisewrap {
  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: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.promisewrap li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding:0 8px 15px 8px;
  box-sizing: border-box;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
.promisewrap li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 10px 0;
  }
}

/*個別ボックス*/
.promisebox {
  width: 100%;
  height: 100%;
  padding: 20px 18px;
  margin: 0 auto;
  background: #F4F6C8;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position:relative;
}
.promise_numb {
  text-align:center;
  margin:0;
  position:absolute;
  padding: 0;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.promise_numb img {
  max-width: 140px;
}
@media screen and (max-width: 960px) {
.promise_numb img {
  max-width: 120px;
  }
.promise_numb {
  top: -18%;
  }
}
@media screen and (max-width: 640px) {
.promisewrap li {
  margin-top: 64px;
  }
.promisebox {
  padding: 15px 15px;
  }
}

/*-------------------------
徹底した滅菌・消毒
--------------------------*/
.topprevent {
  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;
  line-height: 1.6;
}
.topprevent li {
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding:0 10px 15px 10px;
  box-sizing: border-box;
}
.topprevent img {
  width:100%;
  margin-bottom: 12px;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
.topprevent li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 6px 12px 6px;
  box-sizing: border-box;
  }
}

/*-------------------------
お知らせ枠
--------------------------*/
.newsbg {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #F5ECD3;
}
@media screen and (max-width: 640px) {
.newsbg {
  padding: 30px 0;
  }
}

.newswrap {
  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;
}
.news_title {
  width: 100%;
  max-width: 240px;
  margin:0 40px 0 0;
}
.news_text {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 960px) {
.news_title {
  width: 100%;
  max-width: 180px;
  margin:0 30px 0 0;
  }
}
@media screen and (max-width: 640px) {
.newswrap {
  flex-direction: column;
  display:block;
  }
.news_title {
  max-width:100%;
  margin:0 0 20px 0;
  text-align: center;
  }
.news_title img {
  width: 100%;
  max-width: 160px;
  }
.news_text {
  max-width:100%;
  }
}


/*=================================================
共通パーツ
=================================================*/
/*-------------------------
共通ヘッダー
--------------------------*/
header {
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px 20px 30px;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.headlogo {
  margin: 0 auto;
}
.headlogo img {
  width: 100%;
  max-width: 360px;
  }
.headinfo {
  position: absolute;
  bottom: 10%;
  right: 40px;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}
.headinfo img {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 1240px) {
.headinfo {
  right: 20px;
  }
}
@media screen and (max-width: 1040px) {
header {
  padding: 20px 20px 30px;
  }
.headlogo img {
  width: 100%;
  max-width: 300px;
  }
.headinfo img {
  max-width: 200px;
  }
}
@media screen and (max-width: 960px) {
.headlogo img {
  max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
.headinfo img {
  display: none;
  }
}
@media screen and (max-width: 640px) {
header {
  padding: 15px 15px 20px;
  }
.headlogo img {
  max-width: 200px;
  }
}

/*-------------------------
グローバルナビゲーション
--------------------------*/
/* PC */
.navmenu_pc {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items:flex-start;
  flex-wrap: wrap;
}
.navmenu_pc li {
  width: 12.5%;
  max-width:12.5%;
  width: calc(100% / 8);
  margin:20px 0 60px;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
  text-align: center;
  padding: 0 10px;
}
.navmenu_pc li:last-child {
  border-right: none;
}
.navmenu_pc li img{
  width: 100%;
  max-width:124px;
}
@media screen and (max-width: 1000px) {
.navmenu_pc li {
  padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
.navmenu_pc{
  display: none;
  }
}

/* スマホ */
.navmenu_sp {
  display: none;
}
@media screen and (max-width: 767px) {
.navmenu_sp {
  display: block;
  }
}
.navmenu_sp_btn {
  background:transparent url(../img/common/spnav.png) no-repeat 0 0;
  display: block;
  width:60px;
  height: 60px;
  position: absolute;
  top:68px;
  right:40px;
  cursor: pointer;
  z-index: 200;
}
@media screen and (max-width: 640px) {
.navmenu_sp_btn {
  top:42px;
  right:12px;
  }
}
.peke {
  background-position: -60px 0;
}
.drawr {
  display: none;
  background-color:#AACD06;
  position: absolute;
  top: 0px;
  right:0;
  width:100%;
  height: 100vh;
  padding:15px 15px 20px 20px;
  z-index: 100;
}
.navmenu_sp_menu {
  width: 100%;
  max-width: 260px;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.navmenu_sp_menu li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0;
  box-sizing: border-box;
}
.navmenu_sp_menu li img{
  max-width:112px;
}
.navmenu_sp_menu li a {
  color:#fff;
  display: block;
  padding: 0;
  text-align: center;
  background: #FFF;
  margin: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

/* ドロワー内ボタン */
.drawrbtn {
  display: block;
  position: relative;
  background: #533C31;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #533C31;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  margin: 15px 0 0;
}
.drawrbtn:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.drawrbtn:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}

/*-------------------------
共通フッター
--------------------------*/
footer {
  width:100%;
  margin: 0 auto;
  padding: 25px 0 15px;
  background: #FEFEE2;
}
@media screen and (max-width: 960px) {
footer {
  padding: 10px 0 10px;
  }
}

/* 情報枠 */
.footwrap {
  width:100%;
  max-width: 1240px;
  margin: auto;
  padding:20px 20px 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-end;
}
.foot1 {
  width: 40%;
  margin:0 30px 0 0;
}
.foot2 {
  width: 60%;
  margin:0 30px 0 0;
}
.foot2 img{
  width:100%;
  max-width:640px;
}
@media screen and (max-width: 960px) {
.footwrap {
  flex-direction: column;
  display:block;
  padding:20px 20px 24px;
  }
.foot1 {
  width: 100%;
  max-width:100%;
  margin:0 0 25px 0;
  text-align: center;
  }
.foot2 {
  width: 100%;
  text-align: center;
  }
.foot2 img{
  max-width:480px;
  }
}

/* Google Mapを見るボタン */
.footbtn_map {
  display: block;
  position: relative;
  background: #6EB92B;
  padding: 8px 12px;
  border: 1px solid #6EB92B;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: bold;
  transition: .5s;
  max-width: 240px;
  margin-top: 12px;
}
.footbtn_map:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.footbtn_map:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
.footbtn_map {
  margin: 0 auto;
  margin-top: 12px;
  }
}

/* リンクボタン */
.footbtn_mini {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.9em;
  cursor: pointer;
  padding: 8px 12px;
  text-decoration: none;
  color: #533C31;
  background: ;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  border: 1px solid #533C31;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin:5px 0 0;
  display: inline-block;
  transition: all .3s;
}
.footbtn_mini:hover {
  background: #533C31;
  color: #FFF;
}
@media screen and (max-width: 640px) {
.footbtn_mini {
  font-size:0.8em;
  padding: 8px 10px;
  }
}

/* 区切り線付きリンク */
.footlink {
  margin: 15px 20px 15px;
  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: #523A31;
  text-decoration: none;
}
.footlink a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
.footlink {
  font-size: 0.85em;
  margin: 15px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
.footlink {
  margin: 15px 12px 12px;
  text-align: left;
  }
.footlink li {
  white-space: nowrap;
  }
}

.footlogo {
  width: 100%;
  max-width: 380px;
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
.footlogo {
  width: 100%;
  max-width: 320px;
  }
}
.copyright {
  font-size: 0.7em;
  color: #BAB09B;
  font-family: 'Quicksand', sans-serif;
}

/* 歯のお悩み、お気軽にご相談ください。 */
.footcontact {
  width: 100%;
  padding: 60px 15px 50px;
  margin: 0 auto;
  background-color: #AACD06;
  text-align: center;
  background-image:url(../img/common/leaf_footer.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  -moz-background-size:contain;
  background-size:100% auto;
}
.footcontact_message {
  margin-bottom: 30px;
}
.footcontact_tel {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
.footcontact {
  padding: 30px 15px 20px;
  }
.footcontact_message {
  margin-bottom: 15px;
  }
.footcontact_tel {
  width: 100%;
  max-width: 240px;
  margin-top: 15px;
  }
}

/* フッター電話リンク(スマホでのみ表示) */
.footbtn {
  display: none;
}
@media screen and (max-width: 640px) {
.footbtn {
  display: block;
  }
.footbtn_tel {
  width: 75%;
  background: #6EB92B;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  }
.footbtn_jump {
  width: 25%;
  background: #533C31;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  }
.footbtn img {
  width: auto;
  height: 60px;
  }
footer {
  padding-bottom: 74px;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#533C31;
  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{
  right: 20px;
  bottom:20px;
  }
.jumpbtn {
  width: 3.5em;
  height: 3.5em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}
@media screen and (max-width: 640px) {
.jumpbtn{
  display: none;
  }
}

/*-------------------------
タイトルヘッダー
--------------------------*/
.title_guide {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/guide/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}
.title_aboutus {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/aboutus/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}
.title_doctor {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/doctor/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}
.title_facility {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/facility/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}
.title_sanitary {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/sanitary/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}
.title_service {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/service/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}
.title_housecall {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/housecall/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}
.title_news {
  width: 96%;
  min-height: 340px;
  background-image:url(../img/news/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.title_guide,
.title_aboutus,
.title_doctor,
.title_facility,
.title_sanitary,
.title_service,
.title_housecall,
.title_news {
  width: 100%;
  min-height: 240px;
  }
}
@media screen and (max-width: 767px) {
.title_guide,
.title_aboutus,
.title_doctor,
.title_facility,
.title_sanitary,
.title_service,
.title_housecall,
.title_news {
  min-height: 160px;
  margin-bottom: 40px;
  }
}

/*-------------------------
サブタイトル
--------------------------*/
/* 葉っぱ鳥 */
.subtitle {
  width: 100%;
  max-width: 640px;
  padding: 0 80px 32px;
  margin: 0 0 25px;
  color: #468C00;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.5;
  font-weight: 600;
  font-size: 1.6em;
  background-image:url(../img/common/subtitle.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  -moz-background-size:640px;
  background-size:640px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.subtitle {
  font-size: 1.4em;
  -moz-background-size:100%;
  background-size:100%;
  padding: 0 80px 32px;
  }
}
@media screen and (max-width: 640px) {
.subtitle {
  margin: 0 0 15px;
  font-size: 1.2em;
  padding: 0 40px 18px;
  }
}

/* ２色グリーンバー */
.subtitle2{
	background-color: #6EB92B;
	color: #fff;
	overflow: hidden;
	padding: 0.3em 0.7em 0.2em 0.7em;
	position: relative;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 6px;
}
.subtitle2:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.2; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -20px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.subtitle2:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.2; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -120px;
	right: -500px;
	width: 500px;
	height: 500px;
}

/* 上線＆下点線 */
.subtitle3 {
  width: 100%;
  margin: 0 0 15px;
  padding: 8px 0;
  border-top: 2px solid #6EB92B;
  border-bottom: 1px dashed #6EB92B;
  font-size: 1.4em;
  color: #6EB92B;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.5;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
.subtitle3 {
  margin: 0 0 12px;
  padding: 5px 0;
  font-size: 1.1em;
  }
}

/*-------------------------
アイコン付き見出し
--------------------------*/
/*葉っぱアイコンリスト*/
.leaflist li {
  background: url(../img/common/icon_leaf.png) no-repeat;
  background-position:0 0.2em;
  background-size: 1.2em;
  padding:0.1em 0 0.3em 1.6em;
}

/*-------------------------
チェックマークリスト
--------------------------*/
.checkwrap {
  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;
}
.checkwrap li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 0.8em 5px 1.7em;
  box-sizing: border-box;
}
.check {
  background: url(../img/common/icon_check.png) no-repeat;
  background-position:0 0.2em;
  background-size: 1.2em;
  padding:0 0 0.2em 1.6em;
}
@media screen and (max-width: 767px) {
.checkwrap li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 5px 1.7em;
  }
}

/*-------------------------
ながれ・ステップ
--------------------------*/
.step {
  width:100%;
  margin: 0 0 20px;
  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;
}
.step_numb {
  width: 100%;
  max-width: 84px;
  margin:0 20px 0 0;
}
.step_text {
  flex: 1;
  padding-top: 12px;
}
@media screen and (max-width: 640px) {
.step_numb {
  max-width:38px;
  margin:0 10px 0 0;
  }
.step_text {
  padding-top: 2px;
  }
}

/*-------------------------
アイコン付き電話リンク
--------------------------*/
.tel {
  font-size:1.85em;
  line-height:100%;
  padding:0;
  font-family: 'Quicksand', sans-serif;
  margin: 5px 0;
}
.tel :before {
  content:"";
  display:inline-block;
  width:0.9em;
  height:0.9em;
  background:url(../img/common/icon_tel.png) no-repeat;
  background-size:contain;
  padding-left:1.1em;
  margin-bottom: 5px;
  vertical-align:middle;
}
.tel a{
  text-decoration:none;
  color:#6EB92B;
  font-weight:400;
}

/*-------------------------
色背景
--------------------------*/
/* 薄グリーン */
.greenbox {
  width: 92%;
  padding: 30px 0;
  margin: 0 auto;
  background: #F4F6C8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
.greenbox {
  padding: 20px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  }
}

/* グリーン枠線ボックス */
.notebox {
  width: 100%;
  padding: 20px 30px;
  margin: 0 auto;
  border: 2px solid #AACD06;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
@media screen and (max-width: 640px) {
.notebox {
  padding: 15px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  }
}

/*-------------------------
2列テーブル
--------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table th{
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  background-color: #F5F5F5;
  border: 1px solid #AAA;
  font-weight:normal;
}
table td{
  padding: 10px 15px;
  background-color: #FFF;
  text-align:left;
  vertical-align: middle;
  border: 1px solid #AAA;
}
@media screen and (max-width: 640px) {
table {
  font-size: 0.85em;
  line-height: 1.6;
  }
table th{
  padding: 8px 10px;
  text-align:left;
  }
table td{
  padding: 8px 10px;
  }
}

/*-------------------------
ボタン
--------------------------*/
/* 矢印付き茶色四角ボタン */
.btn_brown {
  display: block;
  position: relative;
  background: #533C31;
  width: 100%;
  max-width: 320px;
  padding: 8px 12px;
  border: 2px solid #533C31;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  transition: all .3s;
}
.btn_brown:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_brown:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
.btn_brown:hover {
  background: #FFF;
  color: #533C31;
}

/* 矢印付きグリーン四角ボタン */
.btn_green {
  display: block;
  position: relative;
  background: #6EB92B;
  width: 100%;
  max-width: 320px;
  padding: 8px 12px;
  border: 2px solid #6EB92B;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  transition: all .3s;
}
.btn_green:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_green:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
.btn_green:hover {
  background: #FFF;
  color: #6EB92B;
}

/* グリーン角円ボタン */
.btn_greencircle {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.9em;
  cursor: pointer;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  background: #6EB92B;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  border: 2px solid #6EB92B;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin:5px 5px 5px 0;
  display: inline-block;
  transition: all .3s;
}
.btn_greencircle:hover {
  background: #FFF;
  color: #6EB92B;
}

/* グリーン枠線角円ボタン */
.btn_greencircle2 {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.9em;
  cursor: pointer;
  padding: 10px 15px;
  text-decoration: none;
  color: #6EB92B;
  background: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  border: 2px solid #6EB92B;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin:5px 5px 5px 0;
  display: inline-block;
  transition: all .3s;
}
.btn_greencircle2:hover {
  background: #6EB92B;
  color: #FFF;
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び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;
  text-align: center;
}
@media screen and (max-width: 640px) {
.gallerycaption {
  font-size: 0.7em;
  margin-top: 6px;
  line-height: 1.4;
  }
}

/*-------------------------
横並び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: flex-start;
  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%;
  }
}


/*=================================================
更新プログラム調整
=================================================*/
#detail br{
  display: block;
}
.newsdate {
  color:#999;
  font-family: 'Quicksand', sans-serif;
  line-height:1.4;
  font-size: 1.1em;
}
.newstitle {
  line-height: 1.6;
  margin: 3px 0 5px;
  font-size: 1.05em;
}
.newstitle2 {
  line-height: 1.6;
  margin: 3px 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #BBB;
}
.newsdatail {
  font-size: 0.85em;
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 640px) {
.newstitle {
  margin: 2px 0 2px;
  }
.newstitle2 {
  margin: 2px 0 10px;
  padding: 0 0 6px;
  }
.newsdatail {
  margin-bottom: 15px;
  }
}

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