@charset "utf-8";
/*-----------------------------------------------------
resetcss
------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "sans-serif";
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}
body{
  -webkit-text-size-adjust: 100%; 
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
img{
  vertical-align: bottom;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
input[type="submit"],
button{
  cursor: pointer; 
}
a{
	text-decoration:none;
	border:none;
	color: inherit;
}
@media screen and (min-width: 641px) {
	a:hover{
    opacity:0.8; 
  }
}
.fb_iframe_widget > span {
  vertical-align: baseline !important; 
}
@media screen and (max-width: 640px) {
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	input[type="text"],
	input[type="image"],
	input[type="password"],
	input[type="file"],
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	textarea{
		-webkit-border-radius: 0;
		        border-radius: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
}
/*-----------------------------------------------------
レスポンシブ系
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp_only {display: none !important; }
}
@media screen and (max-width: 640px) {
  .pc_only {display: none !important; }
}
@media all and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media all and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/*-----------------------------------------------------
カラー系
------------------------------------------------------*/
/*background*/
:root {--back_black:#2D2D2F !important; }
:root {--back_green:#629C17 !important; }
:root {--back_pink:#f96464 !important; }
:root {--back_gray:#f9f9f7 !important; }
:root {--back_blue:#20639b !important; }
:root {--back_white:#f9f9fb !important; }
:root {--back_orange:#da7728 !important; }
/*txt*/
:root {--txt_black:#2D2D2F !important; }
:root {--txt_green:#518013 !important; }
:root {--txt_pink:#f96464 !important; }
:root {--txt_gray:#f9f9f7 !important; }
:root {--txt_blue:#20639b !important; }
:root {--txt_white:#f9f9fb !important; }
:root {--txt_orange:#da7728 !important; }
/*border*/
:root { --border_black:#2D2D2F !important; }
:root { --border_green:#518013 !important; }
:root { --border_pink:#f96464 !important; }
:root { --border_gray:#f9f9f7 !important; }
:root { --border_blue:#20639b !important; }
:root { --border_white:#f9f9fb !important; }
:root { --order_orange:#da7728 !important; }
/*background*/
.back_black { color:var(--back_black);}
.back_green { color:var(--back_green);}
.back_pink { color:var(--back_pink);}
.back_gray { color:var(--back_gray);}
.back_blue { color:var(--back_blue);}
.back_white { color:var(--back_white);}
.back_orange { color:var(--back_orange);}
/*txt*/
.txt_black { color:var(--txt_black);}
.txt_green { color:var(--txt_green);}
.txt_pink { color:var(--txt_pink);}
.txt_gray { color:var(--txt_gray);}
.txt_blue { color:var(--txt_blue);}
.txt_white { color:var(--txt_white);}
.txt_orange { color:var(--txt_orange);}
/*border*/
.border_black { color:var(--border_black);}
.border_green { color:var(--border_green);}
.border_pink { color:var(--border_pink);}
.border_gray { color:var(--border_gray);}
.border_blue { color:var(--border_blue);}
.border_white { color:var(--border_white);}
.border_orange { color:var(--border_orange);}
/*-----------------------------------------------------
配置系
------------------------------------------------------*/
/*block*/
.clearfix::after {
	clear: both;
	display: block;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.center {
	display: block;
	margin: 0 auto;
}
.float_last {
  margin-right: 0 !important;
}
/*margin*/
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}

/*padding*/
.pt10 { margin-top: 10px;}
.pt20 { margin-top: 20px;}
.pt30 { margin-top: 30px;}
.pt40 { margin-top: 40px;}
.pt50 { margin-top: 50px;}
.pt60 { margin-top: 60px;}
.pt70 { margin-top: 70px;}
.pt80 { margin-top: 80px;}
.pt90 { margin-top: 90px;}
.pt100 { margin-top: 100px;}
.pb10 { margin-bottom: 10px;}
.pb20 { margin-bottom: 20px;}
.pb30 { margin-bottom: 30px;}
.pb40 { margin-bottom: 40px;}
.pb50 { margin-bottom: 50px;}
.pb60 { margin-bottom: 60px;}
.pb70 { margin-bottom: 70px;}
.pb80 { margin-bottom: 80px;}
.pb90 { margin-bottom: 90px;}
.pb100 { margin-bottom: 100px;}

/*text*/
.txt_center {text-align: center;}
.size12 {font-size: 12px;}
.size14 {font-size: 14px;}
.size16 {font-size: 16px;}
.size18 {font-size: 18px;}
.size20 {font-size: 20px;}
.size30 {font-size: 30px;}
strong {font-weight: bold;}
a.txt_underline:link {text-decoration: underline;}
a.txt_underline:hover {text-decoration: none;}

/*装飾*/










.w200 {width: 200px;}
.wd120 {position: relative;
left: 0;
right: auto;
margin: 0 auto;
}
.wd120 ul{width: 100%;}
.wd120 li{width: 100%;}
.underline {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  color: var(--txt_green);
  padding-bottom: 10px;
  border-bottom: dashed 2px var(--txt_green);
  margin:40px auto 20px; 
}
.details {
  width: 100%;
  background-color: #fafafa;
	border: solid 1px #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  padding: 10px;
  text-align: left;
  margin: 20px auto;
  font-size: 14px;
}
.details span {
  display: block;
  text-align: left;
  color: var(--txt_pink);
  font-size: 18px;
  margin: 5px;
}
.pc70 {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media all and (max-width:640px){
 .pc70 { 
   width: 90%;
} 
}

h2 {
	width: 90%;
	height: auto;
	margin-bottom:40px;
	padding:15px 5% 15px 5% !important;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-left:10px;
	color:var(--txt_white);
	background-color: var(--back_green);
}
@media all and (max-width:640px){
	h2 {
		width: 100%;
	font-size: 22px !important;
	font-weight: bold !important;
}
}
h3 {
  font-size: 18px;
  font-weight: bold;
  color:var(--txt_green);  
}
section {
  	width: 100%;
  	text-align: center;
  	padding-bottom:100px !important;
}
section p {
  display: inline-block;
  font-size: 16px;
  color:var(--txt_black);
  text-align: left;
  line-height: 2.0em;
}

.innner {
	width: 90%;
	margin:0 auto;
}
.subtext {
display: block;
margin: 40px auto 0px;
font-size:14px;
text-align: center;
}
/*-----------------------------------------------------
ボタン
------------------------------------------------------*/
/*pc用お申込みボタン*/
.btn_reserve_pc {
  display: block;
  padding: 0.5em 1.5em;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  color: var(--txt_white);
  background-color: var(--back_pink);
}
/*pc用お問合せボタン*/
.btn_contect_pc {
  display: block;
  padding: 0.5em 1.5em;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  color: var(--txt_white);
  background-color: var(--back_green);
}
/*sp用お申込みボタン*/
.btn_reserve_sp {
	display: inline-block;
	width: 140px;
	margin: 10px 10px;
	padding:10px;
	font-size: 18px;
	font-weight:  bold;
	text-align: center;
	border-top: none !important;
	border-radius: 10px;
	float:left;
	background-color: var(--back_pink);
	color: var(--txt_white)!important;
}
/*sp用お問合せボタン*/
.btn_contect_sp {
	display: inline-block;
	width: 140px;
	margin: 10px 10px;
	padding:10px;
	font-size: 18px;
	font-weight:  bold;
	text-align: center;
	border-top: none !important;
	border-radius: 10px;
	float:left;
	background-color: var(--back_green);
	color: var(--txt_white)!important;
}
/*sp用上部お申込みボタン*/
.btn_reserve_sp_top {
  display: block;
  position: absolute;
  right: 70px;
  top: 6px;
  width: 20%;
  height: 30px;
  border-radius:8px;
  text-align: center;
  line-height: 30px;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 2px;
	background-color: var(--back_pink);
	color: var(--txt_white);
}
/*内部リンクボタン*/
.btn_link{
	display: block;
	width: 300px;
	height: 40px;
	background-color:var(--txt_white);
	margin: 0 auto;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	line-height: 40px;
	border-radius: 10px !important;
	border:solid 1px var(--txt_green);
	color:var(--txt_green);
	letter-spacing: 2px;
}
@media all and (max-width:640px) {
	.btn_link{
	width: 250px;
}
}
/*コンテンツ内お申込ボタン*/
.btn_reserve_middle{
  border: none;
  background-color: var(--back_pink);  
  color: var(--txt_white);
}
/*-----------------------------------------------------
ウィジット
------------------------------------------------------*/

/*-----------------------------------------------------
wrapper
------------------------------------------------------*/
/*-- wrapper --*/
#wrapper {
  width: 900px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  #wrapper {
    overflow-x: hidden;
    width: 100%;
  }
}
/*------------------------------------------------------
header
------------------------------------------------------*/
.header {
  margin-bottom: 30px;
}
@media all and (max-width: 640px) {
  .header {
    margin-bottom: 0px !important;
    height: 55px;
    width : 100%;
  }
  .header_spInfo {
    z-index: 2;
    padding: 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    width: 100%;
  }
  .header_spInfo_fixed {
    z-index: 2;
    padding: 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
	height: 55px;
  }
}
.pc_fixed { 
  position: fixed;
}
.header a {
  text-decoration: none;
}
.header_logo {
  padding-right: 10px;
}
@media all and (max-width: 640px) {
  .header_logo {
    display: block;
    width: 45%;
	padding-right: 0;
    margin: 5px 240px 0px 10px;
  }
}
.pcNav {
  display: table;
  width: 100%;
	height: 40px;
  margin-top: 15px;
	border-radius: 10px;
	background-color: var(--back_green);
	color: var(--txt_white);
}
@media all and (max-width: 640px) {
  .pcNav {
    display: none;
  }
}
.pcNav li {
  display: table-cell;
  vertical-align: middle;
}
.pcNav li a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
}
.rowFree {
  display: table;
  width: 100%;
}
.rowFree_col {
  display: table-cell;
  vertical-align: middle;
}
.rowFree-pd .rowFree_col {
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width: 640px) {
  .rowFree-spRelease > .rowFree_col {
    display: block;
  }
}
.drawerBtnWrap {
  position: relative;
}
.drawerBtn {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url("../img/common/drawerBtn.svg");
}
.spNav {
  display: none;
  position: absolute;
	top:45px;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.spNav li a {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  color:var(--txt_black);
}
.spNav span {
	font-size:24px;
	font-weight: bold;
	text-shadow:1px 1px 2px #eee;
	color:  var(--txt_green);
	font-weight: bold;
}
li.spNavbtnarea {
	display: block;
	width: 320px;
	height: 75px;
	margin: 0 auto;
	padding:0;
	text-align: center;
}
/*------------------------------------------------------
main
------------------------------------------------------*/
#main {
  margin-bottom: 40px;
  font-size: 16px !important;
}
@media all and (min-width: 641px) {
  #main {
    width: 900px;
    margin: 0 auto;
  }
}
@media all and (max-width: 640px) {
  #main {
    width: 100%;
    margin: 0 auto;
  }
}
/*------------------------------------------------------
(1）ファーストビュー
------------------------------------------------------*/
.eyecatch {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.eyecatch_img1 {
width: 100%;
margin: 0 auto;
}
.eyecatch_img2 {
width: 100%;
	margin: 0 auto;
}
.eyecatch img {
	display: inline-block;
	width: 24.5%;
	margin-right: 0.5%;
	float: left;
}
@media all and (max-width:640px) {
	.eyecatch_img1 img {
	display: inline-block;
	width: 32.66%;
	margin-right: 1%;
	float: left;
}
}
@media all and (max-width:640px) {
	.eyecatch_img2 img {
	display: inline-block;
	width: 49.5%;
	margin-right: 1%;
	float: left;
}
}
h1 {
	display: block;
	width: 100%;
	height: 100px;
	border-top:solid 5px #fff;
	border-bottom: solid 5px #fff;
	background-color: var(--back_green);
}
@media all and (max-width:640px){
	h1 {
	border-top:solid 3px #fff;
	border-bottom: solid 3px #fff;
	}	
}
h1 p {
  width: 70%;
  margin: 0 auto !important;
  color: var(--txt_white) !important;
	line-height: 100px; 
  text-align: center; 
  font-size: 30px;
  font-weight: bold;
  letter-spacing:5px;
}
h1 br.p{
  line-height: 2.0em !important;
  margin-top: 20px;
}
@media all and (max-width:640px){
  h1 p {
    width: 95%;
    line-height: 100px;  
    font-size: 20px !important;
    letter-spacing:2px;
  }
}
@media all and (max-width:320px){
  h1 p {
    width: 98%;
    font-size: 18px !important;
  }
}
.catchcopy {
	width: 100%;
 	height: auto;
	text-align: center;
	padding-bottom: 100px;
}
.catchcopy1 {
      width: 80%;
	padding: 30px 0;
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width:640px){
  .catchcopy1 {
         width: 80%;
  padding: 20px 0;
  }
}

.catchcopy1 p {
  display: inline-block;
  font-size: 26px !important;
	line-height: 1.5em;
	font-weight: bold;
  letter-spacing:5px;
  text-align: left;
}
@media all and (max-width:640px){
.catchcopy1 p {
	font-size: 22px !important;
    letter-spacing:5px;
  }
}
@media all and (max-width:320px){
.catchcopy1 p {
	font-size: 18px !important;
}
}
.catchcopy2 {
	width: 100%;
	padding:20px 0;
  background-color: var(--back_gray);
  text-align: center;
}
.catchcopy2 p {
  display: inline-block;
  width: 75%;
	margin: 0 auto;
  font-size: 16px;
	line-height: 2.0em;
	font-weight: bolder;
  letter-spacing: 3px;
  text-align: left;
}
@media all and (max-width:640px){
  .catchcopy2 p {
    width: 85%;
}
}
@media all and (max-width:320px){
  .catchcopy2 p {
    width: 90%;
    font-size: 14px;
  }
}
/*------------------------------------------------------
(2）最新のお知らせ
------------------------------------------------------*/
.whatnew h2{
	width: 90%;
	background-color: #fff;
	text-align: center;
	color: var(--txt_black);
	font-size: 26px;
	font-weight: bold;
	margin-top: 0 !important;
	padding-top:0 !important;
	margin-bottom: 40px !important;
}
.whatnew {
	width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 640px){	
  .whatnew h2{
    width: 100%;
    font-size: 30px;
}
  .whatnew {
    width: 90%;
    margin: 0 auto;
}    
}
.whatnew li {
	width: 45%;
	max-height: 120px;
	margin-right: 1.1%;
  margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	float: left;
	border: solid 1px #eee;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
}
@media all and (max-width: 640px){	
.whatnew li {
	width: 100% !important;
	max-height: 160px !important;
	margin: 0 !important;
    margin-bottom: none;
	padding: 0 0 10 0!important;
	background-color: #fff;
	clear: both !important;
	border:none;
  box-shadow: none;
	border-bottom: inset 1px #aaa;
}
}
.whatnew li h3 {
	color: var(--txt_green);
	margin:5px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}
@media all and (max-width: 640px){
.whatnew li h3 {
	padding-top:8px;
	font-size: 16px;
	font-weight: bold;
  	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	 overflow: hidden;
}
}
.whatnew li p {
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	 overflow: hidden;
}
@media all and (max-width: 640px){
.whatnew li p {
	font-size: 14px;
	line-height: 1.5em;
  	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	 overflow: hidden;
}
}
@media all and (max-width: 320px){
.whatnew li p {
	font-size: 12px;
	line-height: 1.5em;
}
}
.whatnew li img {
	width: 100px;
	height:100px;
	float: left;
	margin: 10px 10px 10px 0px;
}
@media all and (max-width: 640px){	
.whatnew li img {
	width: 100px;
	height:100px;
	float: left;
	margin: 20px 10px 10px 0px;
}
}

/*------------------------------------------------------
(3）寄付しませんか？
------------------------------------------------------*/
.wakutin_short {
	display: block;
	width: 70%;
	text-align: center !important;
	margin: 30px auto;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  padding-bottom: 20px;
}
@media all and (max-width: 640px){
		.wakutin_short {
		width: 95%;
		}
	}
@media all and (max-width: 320px){
		.wakutin_short {
		width: 100% !important;
		}
	}
.wakutin_short h3 {
	width: 100%;
	paddine:5px;
	background-color: var(--back_blue) ;
	border: solid 1px var(--back_blue) ;
	color: var(--txt_white) ;
	line-height: 50px;
	font-size: 18px;
}
@media all and (max-width: 320px){
	.wakutin_short h3 {
			font-size: 16px;
	}
	}
.wakutin_short p {
	display: block;
	text-align: left !important;
	font-weight: bold;
  padding: 20px 10px 30px 20px;
}
@media all and (max-width: 640px){
		.wakutin_short {
		width: 95%;
		}
	}
.wakutin_short div.txt_center {
  margin-bottom: 10px;
}
/*------------------------------------------------------
(4）寄付事例
------------------------------------------------------*/

/*------------------------------------------------------
(5）どんな寄付ができるの?
------------------------------------------------------*/
.item_okng {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.item_ok{
	width:60%;
  margin: 40px auto;
  height: auto;
	border: solid 1px #eee;
 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  padding-bottom: 20px;
}

.item_ok span {
  display: block;
  width: 50%;
  margin: 20px auto;
  float: left;
}
.item_ok h3 {
  width: 100%;
  height: 40px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 18px;
	color: var(--txt_green);
	font-weight: bold;
  float: left;
}
.item_ok img {
	width: 50%;
  margin: 20px auto;
}
.item_ok img.icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  float: none;
}
.item_ok p {
	width: 90%;
	margin: 20 auto;
	font-size: 14px;
	text-align: left;
}
@media all and (max-width: 640px){
.item_ok{
	width:100%;
  height: auto;
  padding-bottom:20px;
  margin: 40px auto;
  margin-right: 0;
 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  float: none;
}
}
/*------------------------------------------------------
(6）お申込方法
------------------------------------------------------*/
.reserve div{
	width: 80%;
  margin: 0px auto;
	border: solid 1px var(--back_pink) ;	
	padding:20px;
}
@media all and (max-width: 640px){	
.reserve div{
	width: 90%;
	padding:20px;
}
}
.reserve h2 {
	display: block;
	width: 75%;
  margin: 0 auto;
	height: 20px;
	border-radius: 10px 10px 0px 0px;
	font-size: 24px !important;
	background-color: var(--back_pink);
	line-height: 20px;
}
@media all and (max-width: 640px){
.reserve h2 {
	width: 90%;
	height: 40px;
  margin: 0 5%;
	font-size: 20px !important;
	line-height: 40px;
	padding:0px 0px 10px 0px !important;;
	text-align: center;
}
}
/*------------------------------------------------------
(7）寄付をご希望される方へ
------------------------------------------------------*/

/*------------------------------------------------------
(8）寄付と向き合う
------------------------------------------------------*/
aside {
 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
 width: 100%;
 text-align: center !important;
 padding-bottom: 40px;
}
aside h3 {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
	height: 44px;
  color:var(--txt_white);
  font-size:22px;
  line-height:44px;
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 640px){
aside h3 {
  font-size:18px;
}
}
aside p {
  margin: 0 auto;
  width: 90%;
}
aside.niccoto{
 margin: 100px auto;
}
aside.niccoto h3 {
  background-color: var(--back_orange);
}
aside.support h3 {
  background-color: var(--back_green);
}
aside ul {
  margin: 40px auto;
}
aside li a{
  display: block;
	width: 240px;
	height: 100px;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	background-color: #fff;
	float: left;
	border: solid 1px #eee;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
@media all and (max-width: 640px){
aside li a{
  display: block;
	width: 95% !important;
	height: 125px !important;
	margin: 5px;
	background-color: #fff;
	float: none !important;
	border:none;
	border-bottom: solid 1px #aaa;
	box-shadow: none !important;
  }
}
.fl{
  display: inline-block;
  width: 30%;  
  float: left;
}
.flast{
  display: inline-block;
  width: 65%;
  float: right;
  margin-left: 5%;
}
aside li h4 {
  color: var(--txt_orange);
padding-top:5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
  background-color: none;
  margin-bottom: 10px;
}
@media all and (max-width: 640px){
aside li h4 {
	padding-top:5px;
	font-size: 14px;
	font-weight: bold;
}
}
aside.support li h4 {
  color: var(--txt_green) !important;
}
aside li p {
  width: 100%;
	font-size: 12px;
	line-height: 1.0em;
	text-align: left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	 overflow: hidden;
}
@media all and (max-width: 640px){
  aside li p {
	font-size: 14px;
	line-height: 1.2em;
} 
}
@media all and (max-width: 320px){
  aside li p {
	font-size: 12px;
	line-height: 1em;
} 
}
aside li img {
  width: 100%;
  margin: 10px auto;
}
aside.niccoto .btn_link{
  background-color: var(--back_orange);
  border: none;
  color: var(--txt_white);
}
aside.support .btn_link{
  background-color: var(--back_green);
  border: none;
  color: var(--txt_white);
}
/*------------------------------------------------------
(10)選ばれる理由
------------------------------------------------------*/
.riyu {
	width: 100%;
	height: auto;
	margin:0 auto;
}
.riyu li a {
	display: block;
	width:46.5%;
  margin-right: 2%;
	height: 120px;
	padding:10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
	margin-bottom: 20px;
  text-align: left;
  float: left;
}
.riyu li a.float_last{
    margin-right: 0 !important;
}
.riyu li a.content_last{
    width: 97%;
}
.riyu img {
	display: inline-block;
	float: left;
	width: 100px;
	height: 100px;
	margin:0px 20px 0px 0px;
}
@media all and (max-width: 640px) {
  .riyu li a {
	display: block;
	width:95%;
    margin: 10px auto;
	height: 120px;
  text-align: left;
    float: none;
}
  .riyu li a.float_last{
    margin-right: auto !important;
}
  .riyu li a.content_last{
    width: 95%;
  
}
.riyu img {
	margin:15px 20px 15px 0px;
	width: 70px;
	height: 70px;
}	
  
  
}
@media all and (max-width: 320px) {
.riyu img {
	margin:25px 20px 25px 0px;
	width: 50px;
	height: 50px;
}	
}
.riyu h3 {
	font-size: 18px;
	text-align: left;
	color: var(--txt_green);
	font-weight:  bold;
	margin:0 10px ;
	line-height: 1.5em;
}
.riyu p {
  display: block;
  color:var(--txt_black);
	font-size: 14px;
	text-align: left !important;
	margin:0;
}
/*------------------------------------------------------
（11）ワクチン募金
------------------------------------------------------*/
.bokin_container{
		width: 100%;
		margin: 40px auto;
}
.bokin_all {
	width: 38%;
	margin-right:2%;
	float: left;
}
.bokin_month {
	width: 28%;
	margin-right:2%;
	float: left;
}
.bokin_month_box,.bokin_all_box{
	border-top: solid 5px var(--back_blue);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	padding: 10px;
}
.bokin_all_box{
	width: 95%;
	height: 150px;
}
.bokin_month_box {
	width: 95%;
	margin-bottom: 5px;
}
@media all and (max-width: 640px) {
.bokin_all {
	width: 100%;
	margin-right:0px;
	height: auto;
	float: none;
	}
	.bokin_month{
	width: 49%;
	margin-right:2%;
	float: left;
	}
	.bokin_month_box,.bokin_all_box {
	width: 100%;
	margin-bottom: 10px;
}
	.bokin_monthodd{
		margin-right:0 !important;
	}
}
.bokin_container h3 {
	font-size:16px;
	color:var(--txt_black);
	text-align: center;
	margin-bottom:5px;
}
.bokin_all_box p {
	font-size:16px;
	color:var(--txt_black);
	line-height: 1.5em;
	margin-top:15px;
  text-align: center;
}
.bokin_container span {
  display: block;
	font-size:20px;
	color:var(--txt_green);
	text-align: center;
	font-weight:  border;
  margin: 10px auto;
}
@media all and (max-width: 640px) {
	.bokin_all_box p {
	margin-top:5px;
}
}
/*------------------------------------------------------
(12)お手紙
------------------------------------------------------*/

/*------------------------------------------------------
(13)お客様の声
------------------------------------------------------*/
.koe li {
  width: 70%;
  margin: 5px auto;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

.koe li h3 {
  color: var(--txt_green);
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
  margin: 10px 0 5px ;
}

@media all and (max-width: 640px) {
.koe li {
  width: 90%;
  }
}

.koe li p{
	color:var(--txt_black);	
 	font-size: 14px;
	line-height: 1.2em;
  text-align: left;
}

.koe_date{
  display:  block;
  position: relative;
  left: 0;
	color:var(--txt_green);	
 	font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
}







/*------------------------------------------------------
(14)寄付できるもの
------------------------------------------------------*/
.itemlist　{
	width: 100%;
	margin: 0 auto;
}
.itembox {
	width: 30%;
	margin: 1.1%;
	height: 150px;
	float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
	text-align: center;
}
.itembox img {
	width: 100px;
	height:100px;
}
.itembox h3 {
  margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	color: var(--txt_green);
}
@media all and (max-width: 640px) {
.itembox {
	width: 45%;
	margin: 2.5%;
	height: 100px;
	float: left;
}
  
  .itembox img {
	width: 60px;
	height: 60px;
}
  
  .itembox h3 {
	font-size: 16px;
}
}
/*------------------------------------------------------
footer
------------------------------------------------------*/
.footer {
  border-top: solid 1px #CCCCCC;
  font-size: 14px;
}
.footer_copy {
  padding: 1em;
  background: #333333;
  text-align: center;
  color: #fff;
  font-size: 11px;
}
@media all and (max-width: 640px) {
  .footer_copy {
    position: relative;
  }
  .footer_copy:before {
    content: "";
    display: block;
    position: absolute;
    right: 3.125%;
    bottom: 0;
    width: 74px;
    height: 65px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/*------------------------------------------------------
sliderCSS
------------------------------------------------------*/
.swiper-container {padding: 30px 0 50px; }
.s-four-wrap {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.s-four-text1,.s-four-text,.s-four-sub,
.s-four-box {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  color: white;
}
.s-four-text1 {
  top: 0;
	left:0;
  padding:5px 20px 5px 10px;
	width: auto !important;
  background-color:var(--back_green);
  color:#fff;
  font-size: 18px;
  text-align: left;
  border-radius: 0px 50px 50px 0px;
}
.s-four-text {
  top: 35%;
  font-size: 24px;
  text-shadow: 
       1px  1px 0px #333,
      -1px  1px 0px #333,
       1px -1px 0px #333,
      -1px -1px 0px #333,
       1px  0px 0px #333,
       0px  1px 0px #333,
      -1px  0px 0px #333,
       0px -1px 0px #333; 
}
.s-four-sub {
  top: 50%;
  font-size: 16px;
		  text-shadow: 
       1px  1px 0px #333,
      -1px  1px 0px #333,
       1px -1px 0px #333,
      -1px -1px 0px #333,
       1px  0px 0px #333,
       0px  1px 0px #333,
      -1px  0px 0px #333,
       0px -1px 0px #333; 
}
.s-four-box {
  bottom: 0;
  height: 25%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.75);
  text-align: left;
  color:var(--txt_black);
  font-size: 14px;
  line-height: 1.3em;
}
.swiper-slide-active .s-four-text1 {animation: slideFromRight 0.5s ease 0s 1 normal !important; }
.swiper-slide-active .s-four-text {animation: slideFromRight 1s ease 0s 1 normal !important; }
.swiper-slide-active .s-four-sub {animation: slideFromRightSub 1.1s ease 0s 1 normal !important; }
.swiper-slide-active .s-four-box {animation: slideFromRightBox 1.2s ease 0s 1 normal !important; }
@keyframes slideFromRightBox {
  0%, 65% {transform: translateY(100%); }
  100% {transform: translateY(0px); }
}
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 48px; /* ボタンの幅 */
	height: 48px; /* ボタンの高さ */
	background-size: 48px 48px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/SECOND_NEW/img_NEW/plev.png);
  	transform: scale(-1, 1); /* 左右反転 */
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/SECOND_NEW/img_NEW/plev.png);
}
.swiper-pagination-bullet {
	width: 15px; 
	height: 15px; 
	background: #aaa;
}
.swiper-pagination-bullet-active {
	width: 15px; 
	height: 15px; 
	background: var(--back_green);
	opacity: 1;
}
/*-------------------------------------------
blog/howto
-------------------------------------------*/
.eyecatch_rinen_img img {
  width: 100%;
}
.toc ul{
  width: 70%;
  padding:20px 10px;
  height: auto;
  margin: 0 auto;
  padding:20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.toc h2{
  width: 65%;
  padding:10px 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #555;
  color:var(--txt_white);
  margin: 0 auto;
}
@media all and (max-width: 640px) {
   .toc ul{
     width: 95%;
       padding:10px;
  }
  .toc h2{
      width: 95%;  
  }
}
.toc li a{
  display: block;
  width: 100%;
  margin-top: 10px;
}
.toc li span {
paddin-bottom:20px;
  width: 9%;
  height: 50px;
  margin-right: 1%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: var(--txt_green);
}
.toc li p {
    width: 90%;
    height: 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: var(--txt_green);
  line-height: 1.2em;
}
/*-------------------------------------------
list/zirei
-------------------------------------------*/
.txt_left {
    text-align: left;
  -moz-text-align-last: left !important;
  text-align-last: left !important;
}
.newzirei ul{
  margin: 0 auto;
}
.newzirei li {
  clear: both;
  width: 90%;
  height: auto !important;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.22);
  margin:10px auto;  
  overflow:hidden;
}
.newzirei li img {
  display: block;
  width:36%;
  height: auto;
  padding:2%;
  float: left;
}
.newzirei li h3 {
  display: inline;
  width:49%;
  height: 16px;
  padding-top:20px;
  color:var(--txt_green);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;

}
.newzirei li span {
  display: inline;
  width:9%;
  height: 60px;
  padding-top:20px;
  color:var(--txt_pink);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  float: left;
}

.newzirei li p {
  display: inline-block;
  width:55%;
  padding:10px;
  height: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
 }

.newzirei li p.zirei_date {
  display: inline-block;
  width:49%;
  height: 16px;
  margin-left:0px !important;
  padding:10px 0px 20px !important;
  color:var(--txt_green);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.page {
  width: 60%;
  height: 40px;
  margin: 20px auto;
}
@media all and (max-width: 640px) {
  .newzirei li {
  width: 95%;
  height: auto;
  border: solid 1px #eee;
	box-shadow: 1px 1px 1px 1px #ddd;
  margin: 5px 0 5px 2% !important;
  padding:5%;
  text-decoration: none;
}
  
  .newzirei li img {
  display: block;
  width:98%;
  margin: 1%;
}
    .newzirei li span {
      display: inline;
  width:30%;
  height: 70px;
  padding: 20px;
  color:var(--txt_pink);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
float: left;
}
.newzirei li h3 {
  display: inline;
  width:70%;
  height: 40px;
  padding-top:20px;
  color:var(--txt_green);
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;

}

  .newzirei li p.zirei_date {
  display: inline-block;
  width:70%;
  height: 16px;
  margin-left:0px !important;
  padding:10px 0px 20px !important;
}


.newzirei li p {
  display: block;
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
  clear: both;
 }


  
  .page {
  width: 90%;
  height: 40px;
  margin: 20px auto;
}
}
.page_btn {
  display: block;
  width: 25%;
  height: 40px;
  float: left;
  box-shadow: 1px 1px 1px 1px #aaa;
  background-color: #bbb;
  border-radius: 5px;
  color: var(--txt_white);
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.page_btn a {
  display: block;
  width: 100%;
  height: 40px;
}
.page_no {
  width: 49%;
  height: 40px;
  text-align: center;
  float: left;
  text-align: center;

}
.page_no span {
    font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 10px;
}
.category_zirei_link2 ul {
    width: 100%;
  height: auto;
  margin: 0px auto 40px;
}
.category_zirei_link2 li {
  display: inline-block;
  width: 95%;
  height: auto;
  margin: 10px auto;
}
.category_zirei_link2 li ul {
  width: 100%;
  height: auto;
  margin: 10px auto;
  border: solid 1px var(--back_green);
  padding-bottom: 10px;

}
.category_zirei_link2 li ul h3 {
  font-size: 18px;
  line-height: 40px;
  background-color: var(--back_green);
  color:var(--txt_white);
  text-align: center;
  border: solid 1px var(--back_green);
  margin-bottom: 10px;
}
.category_zirei_link2 li ul li a{
  width: 100%;
  display: block;
  height: 40px;
  border-bottom: solid 1px #aaa;
  box-shadow: none;
  margin: 0 auto;
}
.category_zirei_link2 li ul li h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color:var(--txt_green);
    text-align: left;
}
.category_zirei_link2 li ul li h4 span {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color:var(--txt_green);
    text-align: left;
  margin-left: 10px;
  margin-right: 10px;

}
.category_zirei_link2 a.bb_last{
 border-bottom: none; 
}
.letters li {
  width: 44%;
  height: auto;  
  margin: 20px 3% 20px 0;
  padding:20px;
  background-color: #D7CCBC;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.22);
  float: left;
}
.letters img {
  width:100%;
}
@media all and (max-width: 640px) {
  .letters li {
  width: 90%;
  height: auto;  
  margin: 20px auto;
  padding:20px;
  background-color: #D7CCBC;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.22);
  float: none;
}
 .letter li img {
   display: block;
   width:80%;
   height: auto;
   margin: 0 auto;
}   
}
.voice li {
  width:95%;
  height: auto;  
  margin: 20px 3% 20px 0;
  padding:20px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.22);
}
.voice li h3 {
  text-align: left;
}
.voice li span {
  display: block;
  text-align: left;
  margin: 10px 0;
  color:var(--txt_green);
}
.voice ul {
  margin-bottom: 40px;
}

.news_toc li {
	width: 95%;
	height: auto;
	padding: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  margin: 10px auto;
  overflow: hidden;
}
.news_toc li h3 {
	color: var(--txt_green);
	margin:5px 0px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
.news_toc li p {
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	 overflow: hidden;
}

.news_toc p.date {
	color: var(--txt_green);
  margin-bottom: 20px;
}
.news_toc li img {
	width: 100px;
	height:100px;
	float: left;
	margin: 10px 10px 10px 0px;
}

.blog_image{
  width: 90%;
  margin: 0px auto 20px;
  overflow: hidden;
}

.vaccine ul{
  width: 90%;
  margin: 0 auto;
}
.vaccine li {
  width: 48%;
  margin:10px 3.5% 10px 0px;
  border-top: solid 2px var(--back_blue);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
  float: left;
  height: 80px;
}
.vaccine li.all {
  width: 100%;
  height: 120px;
  margin: 20px auto 10px;
  float: none;
}
.vaccine li h3{
  margin: 10px auto 5px;
  color: var(--txt_black);
  font-weight: bold;
}
.vaccine li p{
  margin: 5px auto 10px;
}

.vaccine li p span{
  color: var(--txt_green);
  font-weight: bold;
  font-size: 18px;
}

.zirei_rank li{
  width: auto;
  margin: 20px auto;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
  padding-top: 10px;
}

.zirei_rank h3{
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.zirei_rank h4{
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}


.zirei_rank img{
  margin: 5px auto 10px;
  
}


.leftimg_list {
	width: 70%;
	height: auto;
	margin:0 auto;
}

.leftimg_list li {
	display: block;
	width:100%;
	height: 60px;
	padding:10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
	margin-bottom: 10px;
  text-align: left;
}
.leftimg_list li a {
	display: block;
	width:100%;
	height: 60px;
}


.leftimg_list img {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
  margin-right: 10px;
}

.leftimg_list p {
	font-size: 16px;
	text-align: left;
	color: var(--txt_black);
  margin-left: 10px;
}

.leftimg_list span {
  display: block;
  color:var(--txt_green);
	font-size: 20px;
	text-align: left !important;
	margin:5px auto;
}


@media all and (max-width: 640px) {

  .leftimg_list {
	width: 90%;
    margin: 20px auto;
}
 .leftimg_list li {
	display: block;
	width:100%;
	height: 80px;
	padding:10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
	margin-bottom: 10px;
  text-align: left;
}
.leftimg_list li a {
	display: block;
	width:100%;
	height: 60px;
}
}





.rightimg_list {
	width: 70%;
	height: auto;
	margin:0 auto;
}

.rightimg_list li {
	display: block;
	width:100%;
	height: auto;
	padding:10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
	margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
}
.rightimg_list li a {
	display: block;
	width:100%;
	height: 60px;
}
.leftarea{
  width: 60%;
  float: left;
  overflow: hidden;
}

.rightimg_list h3 {
	font-size: 18px;
	text-align: left;
  margin:20px 0 20px;
	color: var(--txt_green);
}

.rightimg_list p {
  height: auto;
	font-size: 16px;
	text-align: left;
	color: var(--txt_black);
  clear: both;
}


.rightimg_list img {
	display: inline;
  width: 30%;
	height: auto;
}


@media all and (max-width: 640px) {

.rightimg_list {
	width: 90%;
    margin: 20px auto;
}
.rightimg_list li {
	display: block;
	width:100%;
	height: auto;
	padding:20 20 10 20;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
	margin-bottom: 10px;
  text-align: left;
}
.rightimg_list li a {
	display: block;
	width:100%;
	height: 60px;
}
  .leftarea{
  width: 100%;
  float: none;
}
  .rightimg_list img {
	display: block;
  width: 50%;
  margin: 0 auto;
}


}




table.pricelist {
  border-collapse: collapse;
  margin: 40px auto 0px;
  padding: 0;
  width: 60%;
}
@media all and (max-width: 640px) {
table.pricelist {
  width: 100%;
}  
}


table.pricelist th{
  position: relative;
  text-align: left;
  width: 40%;
  background-color: var(--back_green);
  color: var(--txt_white);
  text-align: center;
    border-bottom: solid 5px white;
  border-left: none;
}


table.pricelist th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid var(--back_green);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.pricelist td{
  text-align: left;
  width: 30%;
  height: 60px;
  text-align: center;
  background-color: #fafafa;
  border-right: 1px solid #ddd;
    border-bottom: solid 5px #fafafa;
}
tr.price_header td {
  height: 30px;
    background-color: #eee;
}

tr.price_header th.back_none  {
background-color: var(--back_white);
  border:none;
}
tr.price_header th.back_none:after {
  border:none;
  border-left: none;
}
 td.price_last {
  width: 40%;
  border-right: none !important;
}

.reserve_price {
  font-weight: bold;
  color:var(--txt_black);
  font-size: 20px;
}

table.price_reserve th {
  width: 40%;
  padding: 10px;
  line-height: 1.5em;
}

table.price_reserve td {
  width: 35%;
}

table.price_reserve td.price_last {
  width: 30%;
}

.price_reserve select {
  width: 80%;
  height: 45px;
  font-weight: bold;
  font-size: 22px;
  color: var(--txt_blue);
  border: solid 1px #ccc;
}

.details_bubble {
  width: 60%;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2em;
  background: #eee;
}
  .details_bubble img{
  max-width:100%;
}


@media all and (max-width: 640px) {
.details_bubble {
    width: 100%;
}
  .details_bubble img{
  width: 100%;
}
}

.redarea {
  border: solid 1px var(--txt_pink);
  padding: 20px;
}
.redareah3{
  background-color: var(--back_pink);
  color: var(--txt_white);
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  margin: 20px auto 0;
	border-radius: 10px 10px 0px 0px;
}

.qalist ul {
    width: 100%;
}

.qalist li {
  width: 95%;
  height: auto;
  padding:10px;
  text-align: left;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
  margin-bottom: 20px;
}

.qalist li h3{
  padding:10px 10px 5px 10px ;
  font-weight: bold;
  font-size: 16px;
  color: var(--txt_green);
    margin-bottom: 10px;
  border-bottom: dashed 2px var(--txt_green);
}
.qalist li p{
  height: auto;
  font-size: 14px; 
  padding:5px 10px 10px 10px ;
}

.qalist li span{
  font-size: 18px; 
  font-weight: bold;
  color: var(--txt_green);
  margin-right: 10px;
}
table.toiform {
  width: 100%;
}

.toiform tr {
  margin-bottom: 10px;
}

.toiform th {
  width: 90%;
  height: 50px;
  vertical-align: bottom;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  padding-bottom: 5px;
  
}


.toiform th span{
  background-color: var(--txt_pink);
  color: var(--txt_white);
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  margin-left: 10px;
}



.toiform td {
  width: 100%;
}

.toiform textarea  {
  height: 200px;
  border-bottom: none;
}

.toiform select {
    width: 90%;
  height: 40px;
  border: solid 1px #ccc;
    font-size: 16px;
}
.toiform input {
  width: 90%;
  height: 40px;  
    border: solid 1px #ccc;
  font-size: 16px;
}
.toiform textarea {
  width: 90%;
  height: 190px;
  overflow: scroll;
    border: solid 1px #ccc;
    font-size: 16px;
}


a.toisubmit{
  display: block;
  margin: 20px auto 40px;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  background-color: var(--back_green);
  color: var(--txt_white);
  font-size: 18px;
  line-height: 32px;
  border: none;
  font-weight: bold;
}
.reserve_top {
  width: 100%;
  padding:0 0 20;
  text-align: left; 
}
.reserve_top h2{
  text-align: center; 
}


.reserve_step {
  width: 100%;
  margin: 0 auto;
  line-height: 3.0em;
  padding:10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
background-color: #fafafa;
}
.reserve_top p {
  font-size: 16px;
  margin: 20px auto;
  }
.reserve_top span {
  font-size: 19px;
  color: var(--txt_pink);
font-weight: bold;
}
a.reserve_submit{
  background-color: var(--back_pink);
}
table.reserve3 {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);

}
table.reserve3 tr{
  width: 100%;
  height: 30px;
}

table.reserve3 th{
  height: 30px;
  color: var(--txt_green);
  border-bottom: dashed 2px var(--txt_green);
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
table.reserve3 td{
  height: 60px;
    font-size: 16px;
  text-align: left;
    border-bottom: solid 15px #fff;

  line-height: 32px;
  background-color: #fafafa;
}

ul.zirei_pankuzu{
position: relative;
left: 0;
margin-bottom: 20px;
}

.zirei_pankuzu li{
  background-color: #fafafa;
  display: inline;
  float: left;
  color: #ccc;
font-size: 20px;
    line-height: 32px;

}
.zirei_pankuzu li a{
  padding: 10px;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  text-decoration: underline;
}

.zirei_pankuzu li:last-child {
  background-color: #f5f5f5; 
     text-decoration: none;
    font-size: 12px;
  line-height: 32px;
  color: #333;
  padding:0 10px 0 10px;
}
.zirei_pankuzu li:last-child a {
    text-decoration: none;
}

ul.tag {
  position: relative;
left: 0;
}

.tag li{
  background-color: #555;
  display: inline;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
  color: var(--txt_white);
  line-height: 17px;
  font-size: 12px;
  padding: 2.5px 5px;
}

.tag li a{
  margin-left: 5px;
  text-decoration: underline;
  
}
.gray_list {
  width: 45%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
  margin: 40px auto;
  border: solid 1px #ddd;
  padding: 20px;
}
@media screen and (max-width: 640px) {
.gray_list {
  width: 90%;
}
}

.gray_list li{
  width: 80%;
  margin: 0 auto;
  border-bottom: solid 1px #aaa;
}
.gray_list li a{
  position: relative;
  left: 10%;
  padding: 10px 0;
  font-size: 12px;
  line-height: 32px;
  text-align: left;
  text-decoration: underline;
}

.gray_list li:last-child{
border-bottom: none;
}

.item_list table {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
    font-size: 14px;
    border-collapse: collapse;
  border-spacing: 0;
}

.item_list table th {
 background-color: #555; 
  color: var(--txt_white);
    border-right: solid 1px #eee;
  padding: 10px;
    margin: 0;
}
.item_list table th:last-child{
border-right: none;
}
.item_list table td{
  padding: 10px;
  background-color: var(txt_white);
  font-size: 14px;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  text-align: center;
  background-color: #ddd;
  margin: 0;
}
.item_list table td:first-child{
  width: 5%;
  background-color: #bbb;
}

.item_list table td:last-child{
  border-right: none;
  width: 65%;
  text-align: left;
  background-color: #fefefe;
}

.main_zirei {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main_zirei {
  width: 100%;
}
}

.mission {
  margin: 40px auto 0px;
}
.mission li{
  width:  262px;
  height: auto;
  margin-right: 10px;
  border: #aaa;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
  float: left;
  border-top: solid 5px var(--txt_green);
}
.mission li:first-child{
  border-top: solid 5px var(--txt_pink);
}
.mission li:last-child{
  margin-right: 0px !important;
  border-top: solid 5px var(--txt_blue);
}
@media screen and (max-width: 640px) {
  .mission li {
    width: 100%;
    height: auto;
    margin: 40px auto !important;
    float: none;
  }
}
.mission li span {
  display: inline-block;
  width: 50px;
  height: 110px;
  font-weight: bold;
  font-size: 45px;
  float: left;
  text-align: center;
  padding-top: 20px;
  color: var(--txt_green);
}
@media screen and (max-width: 640px) {
.mission li span {
  width: 15%;

  }
}

.mission li:first-child span{
  color: var(--txt_pink);
}
.mission li:last-child span{
  margin-right: 0px !important;
  color: var(--txt_blue);
}


.mission li h4 {
  display: inline-block;
  width: 200px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 19px;
  color: var(--txt_black);
  text-align: left;
  line-height: 1.5em;

}

@media screen and (max-width: 640px) {
.mission li h4 {
  padding-top: 20px;
   width: 75%; 
}
}
.mission li p {
  height: 220px;
  padding: 20px 10px 10px;
  font-size: 16px;
  color: var(--txt_black);
  text-align: left;
  line-height: 1.5em;
  background-color: var(--back_gray);
}
.speech {
  width: 30%;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
.speech {
  width: 100%;
  float: none;
  clear: both;
  margin-right: 20px 0 !important;
}
}

.speech img {
  margin-top: 20px;
  width: 20%;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 640px) {
.speech img {  
  margin-top: 10px;
  width: 15%;  
}
}
.speech span {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  width: 65%;
  color: #333;
  font-size: 16px;
  line-height: 1.2em;
  background: #eee;
  text-align: left;
  border-radius: 10px;
}
  
@media screen and (max-width: 640px) {
.speech span {
  width: 80%;
  
  }
}
.speech span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #eee;
}
