/*
Theme Name: NPO法人　捨て猫をなくす会
Version: 1.0
-------------------------------------------------------------- */

@charset "UTF-8";
/* CSS Document */


/* reset css */
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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* CSS Document */

body {
	/*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #fff;
	font-size: 16px;
	line-height: 32px;
	color: #403d3d;
}

.mincho {
font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', 'Noto Serif JP', serif;
}


a {
	color: #403d3d;
	text-decoration: none;
}
a:hover {
 	 color: #ef8000;
}
@-webkit-keyframes zoom {
  50% {
    	-webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    	transform: scale(1.05);
  }
}


.clearfix {
	float: none;
	clear: both;
}

/* リンク画像透過 */
a img.linkimg01 {
	background: none!important;
}
a:hover img.linkimg01 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}
a img.linkimg01,
a img.linkimg01::before,
a img.linkimg01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}



html,body {
	height: 100%;
}


#contents {
	width: 100%;
	margin: 0 auto;
}

.animated {
	opacity: 0;
}



/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 95px;
	padding-top: 45px;
	margin: 0 auto;
}

.head_logo {
	width: 354px;
	height: 64px;
	margin: 0 auto;
}
.head_logo img {
	width: 100%;
	height: auto;
}

.head_mail {
	width: 83px;
	height: 66px;
	position: absolute;
	z-index: 9999;
	top: 57px;
	right: 44px;
}
.head_mail img {
	width: 100%;
	height: auto;
}



/* -----------------------------------------------------------
	モーダルメニュー
----------------------------------------------------------- */

/* Hamburger */
.menu-open-btn,
.menu-open-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-open-btn {
  width: 40px;
  height: 30px;
  position: fixed;
  top: 25px;
  right: 20px;
}
.menu-open-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #adadae;
}
.menu-open-btn span:nth-of-type(1) { top: 0; }
.menu-open-btn span:nth-of-type(2) { top: 13px; }
.menu-open-btn span:nth-of-type(3) { bottom: 0; }
.menu-open-btn:not(.active):hover span:nth-of-type(1) { top: 4px; }
.menu-open-btn:not(.active):hover span:nth-of-type(3) { bottom: 4px; }


/* close */
.menu-close-btn,
.menu-close-btn span {
  display: inline-block;
  transition: all .0s;
  box-sizing: border-box;
}
.menu-close-btn {
  width: 40px;
  height: 24px;
  position: fixed;
  top: 25px;
  right: 20px;
}
.menu-close-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #adadae;
}
.menu-close-btn:not(.active):hover span:nth-of-type(1) { height: 3px; }
.menu-close-btn:not(.active):hover span:nth-of-type(2) { height: 3px; }
.menu-close-btn span:nth-of-type(1) {
  top: -10px;
  right: 10px;
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-close-btn span:nth-of-type(2) {
  bottom: -10px;
  right: 10px;
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

#modal-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.98);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-out;
  pointer-events: none;
  z-index: 100;
  overflow: scroll;
}

.menu-nav {
}
.menu-nav a {
  display: block;
}
.menu-nav a:hover {
}


body.is-menu-open #modal-menu {
  opacity: 1;
  pointer-events: auto;
}

body.is-menu-open #content {
  pointer-events: auto;
  -webkit-filter: blur(8px);
     -moz-filter: blur(8px);
      -ms-filter: blur(8px);
          filter: blur(8px);
}

body.is-menu-open .menu-nav {
  transform: translateY(0);
}

.modal_list {
	width: 90%;
	height: 400px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.modal_list ul li {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.modal_list ul li p {
	position: relative;
	padding: 5px 10px 5px 50px;
	border-bottom: 1px solid #c2cbd3;
}
.modal_list ul li a {
	color: #403d3d;
}
.modal_list ul li a:hover {
	color: #888;
}

.ml00 {
  padding: 0 0 0 40px;
  background: url(images/menu/icon_mb00.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 29px 20px;
  background-color: #fff;
}
.ml01 {
  padding: 0 0 0 40px;
  background: url(images/menu/icon_mb01.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 29px 20px;
  background-color: #a2daf7;
}
.ml02 {
  padding: 0 0 0 40px;
  background: url(images/menu/icon_mb02.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 29px 20px;
  background-color: #fcdeb2;
}
.ml03 {
  padding: 0 0 0 40px;
  background: url(images/menu/icon_mb03.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 29px 20px;
  background-color: #f8eeda;
}
.ml04 {
  padding: 0 0 0 40px;
  background: url(images/menu/icon_mb04.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 29px 20px;
  background-color: #eed5a6;
}
.ml05 {
  padding: 0 0 0 40px;
  background: url(images/menu/icon_mb05.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 29px 20px;
  background-color: #f0f4de;
}
.ml06 {
  padding: 0 0 0 40px;
  background: url(images/menu/icon_mb06.png);
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-size: 29px 20px;
  background-color: #eef3fa;
}





/*==========================================
 footer
===========================================*/

footer {
	width: 100%;
	height: 550px;
	padding-top: 75px;
	margin: 0 auto;
	background: #eeefef;
}

footer p a {
	color: #77B4E3;
}

.ft_area {
	width: 90%;
	margin: 0 auto;
}

.ft_logo {
	width: 237px;
	height: auto;
	margin-top: 40px;
}
.ft_logo img {
	width: 100%;
	height: auto;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
.container {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
	display: table;
}

.side_menu {
	width: 270px;
	padding: 0;
	margin: 0 auto;
	vertical-align: top !important;
	display: table-cell;
}

.contents_area {
	width: 100%;
	display: table-cell;
	vertical-align: top !important;
}

.main {
	max-width: 90%;
	margin: 0 auto;
}

.contents_area01 {
	width: 90%;
	margin: 0 auto;
}

.top_catch_sp {
	width: 100%;
	height: auto;
	position: static;
}
.top_catch_sp img {
	width: 100%;
	height: auto;
}


.txtAC {
	text-align: center !important;
}

.va_mid {
	vertical-align: middle !important;
}

.mT10 {
	margin-top: 10px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT25 {
	margin-top: 25px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mT35 {
	margin-top: 35px !important;
}
.mT35s {
	margin-top: 35px !important;
}
.mT40 {
	margin-top: 40px !important;
}
.mB30 {
	margin-bottom: 30px !important;
}
.mT50 {
	margin-top: 50px !important;
}
.mT60 {
	margin-top: 60px !important;
}
.mT65 {
	margin-top: 65px !important;
}
.mT75 {
	margin-top: 75px !important;
}
.mT90 {
	margin-top: 90px !important;
}
.mT115 {
	margin-top: 115px !important;
}
.pT20 {
	padding-top: 20px !important;
}
.pB100 {
	padding-bottom: 100px !important;
}
.mB50 {
	margin-bottom: 50px !important;
}
.mB100 {
	margin-bottom: 100px !important;
}
.mB200 {
	margin-bottom: 200px !important;
}

.flex {
	flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: flex-start;
	align-items: stretch;
	-webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
}




/*----------------------------------------------------
	サイドメニュー
----------------------------------------------------*/

.menu_top {
	width: 270px;
	height: 73px;
	position: relative;
	z-index: 1;
}
.menu_top img {
	width: 100%;
	height: auto;
}

.sm_bt03,
.sm_bt02,
.sm_bt01 {
	width: 270px;
	height: 66px;
	background-image: url(images/menu/sm_bt01.gif);
	background-size: cover;
	margin: -6px 0 7px;
}
.sm_bt02 {
	background-image: url(images/menu/sm_bt02.gif);
	margin: 0 0 23px;
}
.sm_bt03 {
	background-image: url(images/menu/sm_bt03.gif);
	margin: 0 0 7px;
}

.sm_bt04 {
	width: 270px;
	height: 42px;
	background-image: url(images/menu/sm_bt04.gif);
	background-size: cover;
	margin: 0 0 23px;
}

.sm_bt05 {
	width: 270px;
	height: 148px;
	background-image: url(images/menu/sm_bt05.gif);
	background-size: cover;
	margin: 0 0 7px;
}

.sm_bt055 {
	width: 270px;
	height: 57px;
	background-image: url(images/menu/sm_bt055.gif);
	background-size: cover;
	margin: 0 0 7px;
}

.sm_bt09,
.sm_bt08,
.sm_bt07,
.sm_bt06 {
	width: 270px;
	height: 57px;
	background-image: url(images/menu/sm_bt06.gif);
	background-size: cover;
	margin: 0 0 7px;
}
.sm_bt07 {
	background-image: url(images/menu/sm_bt07.gif);
	margin: 0 0 7px;
}
.sm_bt08 {
	background-image: url(images/menu/sm_bt08.gif);
	margin: 0 0 7px;
}
.sm_bt09 {
	background-image: url(images/menu/sm_bt09.gif);
	margin: 0 0 7px;
}

.sm_bt10 {
	width: 270px;
	height: 144px;
	background-image: url(images/menu/sm_bt10.gif);
	background-size: cover;
	margin: 0 0 7px;
}

.sm_bt11 {
	width: 270px;
	height: 195px;
	background-image: url(images/menu/sm_bt11.gif);
	background-size: cover;
	margin: 75px 0 7px;
}

.sm_bt12 {
	width: 270px;
	height: 166px;
	margin: 14px auto 0;
}
.sm_bt12 img {
	width: 100%;
	height: auto;
}

.sm_bt13 {
	width: 270px;
	height: 188px;
	position: relative;
	margin: 35px auto 7px;
}
.sm_bt13 img {
	width: 100%;
	height: auto;
}
.sm_bt13 p {
	width: 200px;
	height: 50px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.sm_bt03 p,
.sm_bt02 p,
.sm_bt01 p {
	padding: 15px 0 5px 55px;
	line-height: 22px;
}
.sm_bt04 p {
	padding: 12px 0 5px 55px;
	line-height: 22px;
}
.sm_bt05 p {
	padding: 20px 0 5px 55px;
	line-height: 24px;
}
.sm_bt10 p,
.sm_bt09 p,
.sm_bt08 p,
.sm_bt07 p,
.sm_bt06 p {
	padding: 19px 0 5px 55px;
	line-height: 22px;
}

.sm_bt11 p {
	padding: 155px 0 5px 55px;
	line-height: 22px;
}

p.b05 {
	padding: 20px 0 0 55px !important;
	line-height: 22px !important;
}
p.b10 {
	font-size: 14px;
	padding: 20px 0 0 55px !important;
	line-height: 22px !important;
}
.sm_bt11 a,
.sm_bt10 a,
.sm_bt09 a,
.sm_bt08 a,
.sm_bt07 a,
.sm_bt06 a,
.sm_bt05 a,
.sm_bt04 a,
.sm_bt03 a,
.sm_bt02 a,
.sm_bt01 a {
	display: block;
}
.sm_bt11 a:hover,
.sm_bt10 a:hover,
.sm_bt09 a:hover,
.sm_bt08 a:hover,
.sm_bt07 a:hover,
.sm_bt06 a:hover,
.sm_bt05 a:hover,
.sm_bt04 a:hover,
.sm_bt03 a:hover,
.sm_bt02 a:hover,
.sm_bt01 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}

.amz {
	width: 100%;
	height: auto;
	margin: 23px auto 0;
	text-align: center;
}
.amz_txt {
	margin-top: -3px;
}
.amz_txt span {
	color: #e04822;
}

.fb_head {
	width: 270px;
	height: 67px;
	margin-top: 35px;
}
.fb_head img {
	width: 100%;
	height: auto;
}

.fb_wrap {
	width: 270px;
	padding-bottom: 16px;
	background: #e9e9f0;
	text-align: center;
}

.sm_oshirase {
	width: 270px;
	margin-top: 40px;
}
.sm_oshirase img {
	width: 100%;
	height: auto;
}

.sm_oshirase_txt {
	width: 214px;
	margin: 20px auto 30px;
	font-size: 14px;
	line-height: 22px;
}

.sm_fax {
	width: 250px;
	height: 44px;
	padding-left: 20px;
	margin-bottom: 17px;
	line-height: 44px;
	background: #f8f9e2;
}

.newspap {
	padding: 0 0 12px 20px;
	font-size: 14px;
}


/******************************************************************************************************* Media Queries */
.for-pc { display:block; }
.for-sp { display:none; }

@media screen and (max-width : 834px ){
.for-pc { display:none; }
.for-sp { display:block; }


body {
	font-size: 15px;
	line-height: 25px;
}


header {
	width: 100%;
	height: 60px;
	position: fixed;
	padding-top: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 99;
	background-color: #fff;
}

.head_logo {
	width: 220px;
	height: auto;
	margin: 0 0 0 30px;
}


/*==========================================
 footer
===========================================*/

footer {
	width: 100%;
	height: auto;
	padding: 50px 0;
}

.ft_area {
	width: 90%;
	margin: 0 auto;
}

.ft_logo {
	width: 237px;
	height: auto;
	margin-top: 40px;
}
.ft_logo img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/

#contents {
	padding-top: 80px;
}

.container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.contents_area {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	float: none;
}

.contents_area01 {
	width: 100%;
}

.main {
	width: 100%;
}

.mT35s {
	margin-top: 10px !important;
}

.s_txt {
	width: 90% !important;
	margin: 0 auto;
}
.s_AL {
	text-align: left !important;
}



}/**********************************************************************************834px  Media Queries   end */


@media screen and (max-width: 568px) {








}/**********************************************************************************568px  Media Queries   end */


@media screen and (max-width: 375px) {







}/**********************************************************************************375px  Media Queries   end */

@media screen and (max-width: 320px) {






}/**********************************************************************************320px  Media Queries   end */





.side_menu2 {
	width: 310px;
	padding: 0;
	margin: 0 auto;
	vertical-align: top !important;
	display: table-cell;
}
