@charset "utf-8";
/*
Theme Name: natsume-Twenty Twelve
Template:twentytwelve
Author: arikinu　arima　https://www.arikinu.com/
Description: 訪問看護ステーションなつめ向けのtwentytwelve用オリジナル子テーマ3
*/

@import url('../twentytwelve/style.css');
@import url('kihon.css');
@import url('color.css');
@import url('menu.css');

body {
color: #666;
}

.site2 {
width: 95%;
margin: 0 auto;
}

.w680 {
width: 100%;
max-width: 680px;
margin: 0 auto;
}

.w780 {
width: 100%;
max-width: 780px;
margin: 0 auto;
}

.w880 {
width: 100%;
max-width: 880px;
margin: 0 auto;
}

.w980 {
width: 100%;
max-width: 980px;
margin: 0 auto;
}

.center {
text-align: center;
}

.sma {
    display: none;
}

.button {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;
	border-radius: 5px;
	float: right;
	margin: 0 auto 20px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #825005;
	color: #fff;
}
.button:hover {
	background-color: #A06B24;
	color: #fff;
}

a.button {
	color: #fff;
}
a.button:hover {
	color: #fff;
}

a.button:visited {
	color: #fff;
}

.content-wrapper {
    display: flex;
    align-items: center; /* 縦方向に中央揃え */
    justify-content: space-between; /* 左右に配置 */
}

.content-wrapper h1 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 20px;
    white-space: nowrap; /* 改行を防止 */
}

.content-wrapper p {
    width: auto; /* p が横幅を自動で調整 */
    margin: 0; /* デフォルトのマージンを削除 */
    line-height: 1.8em;
    font-size: 18px;
    letter-spacing: .8pt;
}

@media screen and (max-width: 768px) {
    .sma {
        display: block;
    }

.pc {
    display: none;
}


}

@media screen and (max-width: 680px){

.sumaho {
display: none;
}

}


@media screen and (min-width: 960px){
body {
    background-color: #FFFFFF;
}

body .site {
    background-color: #FFFFFF;
}
}

.entry-content h1 {
    font-size: 22px;
    line-height: 1.5;
    
}

.entry-content h2 {
    font-size: 20px;
    margin-top: 50px;
}

.entry-content h2 {
  border-bottom: solid 3px #EAEFEB;
  position: relative;
}

.entry-content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6cbb63;
  bottom: -3px;
  width: 20%;
}

.entry-content h3 {
    font-size: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 680px){

.entry-content h1 {
width: 95%;
margin: 0 auto 20px;
    font-size: 18px;
}

.entry-content h2 {
width: 95%;
margin: 30px auto 20px;
    font-size: 16px;
}

.entry-content h3 {
width: 95%;
margin: 30px auto 20px;
    font-size: 16px;
}

}



a.cp_btn {
display: block;
width: 300px;
padding: 0.8em;
text-align: center;
text-decoration: none;
color: #3684c6;
border: 2px solid #3684c6;
border-radius: 3px;
transition: .4s;
display: block;
margin: 0 auto;
}

a.cp_btn:visited {
color: #3684c6;
}

a.cp_btn:hover {
background: #3684c6;
color: #fff;
}


.leave-reply {
display: none;
}

.site-content {
    margin: 0 0 0;
}
.menseki  {
text-align: right;
font-size: 6px;
}

a:hover img{
opacity:0.3;
filter:alpha(opacity=30);
-ms-filter: “alpha( opacity=30 )”;
}

u {
    font-size: 16px;
    line-height: 1.8em;
}


strong {
    font-size: 30px;
    line-height: 2.0em;
    color: #c0143c;
}

b {
	font-weight: bold;
}

.kansou b {
    font-weight: bold;
    font-size: 24px;
}

.s-midashi {
    font-size: 24px;
    line-height: 2.0em;
    color: #FF6600;
    padding: 3px 6px 0;
    border: 1px solid #FF6600;
}

#mailbuttoncont {
	width: 95%;
    margin: 10px auto 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    clear: both;
}

#mailbuttoncont a{
	color: #fff;
}

.mailbutton {
	position: relative;
	background: #603813;
}

.menseki {
font-size: 80%;
text-align: right;
margin-top: 10px;
}


.mailbutton {
	display: block;
    font-size: 20px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	background-color: #603813;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #6CAEA8;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.mailbutton:hover {
	background-color: #29D9E7;
	box-shadow: 0 3px 0 #14ABB8;
	color: #fff;
}
.mailbutton:active {
	top: 3px;
	box-shadow: none;
	color: #fff;
}


.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
width: 100%;
margin: 0 auto;
line-height: 1.8em;
font-size: 18px;
letter-spacing: .8pt;
}

@media screen and (max-width: 680px){

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
font-size: 16px;
width: 95%;
}


}


.wp-caption {
    max-width: 100%;
    padding: 1px;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: normal;
	color: #000;
	font-size: 12px;
	line-height: 1.4em;
	font-style: normal;
	margin: 0 0 8px;
	text-align: left;
	padding: 2px 2px 2px;
    background-position: top left;  
    max-width: 190px;
	}

.konnakata strong {
	font-size: 28px;
	font-weight: bold;
	}

.kyouchou {
	font-style: normal;
	color: #000;
	font-size: 22px;
	line-height: 1.9em;
	font-style: normal;
	margin: 0 0 24px;
	text-align: left;
	padding: 10px 20px 10px;
	background-image: url('img/bgimg.jpg');
    background-position: top left;  
	}

.kyouchou strong {
	font-size: 32px;
	font-weight: bold;
	color: #E5420A;
	}

@media screen and (max-width: 600px){

.konnakata strong {
	font-size: 18px;
	}

.kyouchou {
	font-size: 14px;
	}

.kyouchou strong {
	font-size: 18px;
	}
}

@media screen and (max-width: 350px){

.entry-content img {
float: none;
clear: both;
margin: 0 auto 10px;
}

}

.widget-area .widget h3 {
color: #1d0000;
padding-left: 10px;
  margin-bottom: 5;
  font-size: 18px;
  background-color: #fff;
  border-bottom: 3px solid #6cbb63;
}

.widget-area .widget .textwidget {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  padding: 10px;
}

#biz_calendar p span.boxholiday {
  background-color: #6cbb63;
}

#biz_calendar table.bizcal .holiday {
  background-color: #6cbb63;
  color: #ffffff;
}


.textleft{
text-align: left;

}

.textcenter{
text-align: center;
}



.no_img{
height: 120px;
float: left;
margin-right: 10px;
margin-bottom: 5px;
}

#entry-thumbnail-arikinu{
position: relative;
  }

#entry-thumbnail-arikinu-tittle {
position: absolute;
bottom:0px;
background-color: #3399FF;
background-color: rgba( 51,153,255, 0.80 );
padding: 5px;
  }

#entry-thumbnail-arikinu-tittle a{
color: #FFF400;
font-size: 18px;
line-height: 1.6em;
  }

#ichiran ul {
text-align: center;
  }

#ichiran ul li {
  display: inline-block;
  max-width: 230px;
  margin: 0 auto;
  text-align: left;
  vertical-align: top;
  padding: 2px;
  }

footer.entry-meta {
  font-size: 8px;
  line-height: 1.6;
  color: #757575;
  text-align: right;
}

.pager {
  margin: 30px;
  text-align: center;
}

.pager .current {
  background-color: #000000;
  border: solid 1px #000000;
  color: #ffffff;
  }

a.page-numbers, .pager .current {
  border: solid 1px #aaaaaa;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
}

#yokonarabi-ichiran ul{
margin-left: 0;
display: block;
overflow: hidden;
position: relative;
list-style: none;
}

#yokonarabi-ichiran ul li{
border: 1px solid #eaeaea;
padding: 6px 10px;
border-radius: 4px;
background: #7ECDC1;
color: #333;
font-size: 12px;
text-decoration: none;
display: inline-block;
}

#voice00{
background:url(img/oblique012.png) left; 
padding:1em;
width: 95%;
max-width: 800px;
margin: 0 auto 10px;
line-height: 1.6em;
}

#voice00 p{
width: 95%;
max-width: 760px;
margin: 0 auto;
font-size: 14px;
}

#funin-001 p{
width: 95%;
max-width: 760px;
margin: 0 auto;
font-size: 14px;
}

.randp {
width: 95%;
max-width: 760px;
margin: 0 auto;
font-size: 14px;
}

.kakoi1{
    background: url(img/check22-3.png) left;
    padding: 1em;
    font-size: 18px;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 1.6em;
}


#kakoi2{
background:url(img/check22-3.png) left; 
padding:1em;
font-size: 18px;
width: 95%;
margin: 0 auto 10px;
line-height: 1.6em;
}

.kakoi2 {
    padding: 1em;
    font-size: 20px;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 2.0em;
    text-align: left;
}

#kakoi3{
background:url(img/check22-3.png) left; 
padding:1em;
font-size: 14px;
width: 90%;
margin: 0 auto;
line-height: 1.6em;
border: 4px solid #e60012;
}

.kakoi3 {
    padding: 1em;
    font-size: 22px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 2.0em;
    text-align: center;
}


#kakoi4{
background:url(img/check22-3.png) left; 
padding:1em;
font-size: 14px;
width: 95%;
margin: 0 auto 10px;
line-height: 1.6em;
border: 2px solid #101C50;
}

.kakoi4 {
    background: url(img/check22-3.png) left;
    padding: 1em;
    font-size: 22px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 2.0em;
    text-align: center;
    border: 6px solid #6cbb63;
	background-color: #fff;
}



#kakoi3 ul{
margin-bottom: 0;
list-style: none;
margin: ;

    }

#kakoi3 ul li{
font-size: 150%;
color: #000;
margin-left: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #999;
    }

#kakoi3 ul li:before {
    content: '・';
    margin-right: 3px;
}


#midashi01 {
	width: 100%;
	padding: 40px 0;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}





/* #tokui------------------------------------------------------------ */

#tokui-kotsuban {
	padding-top: 220px;
	background-image: url('img/tokui-01.png');
    background-repeat: no-repeat;  
    background-position: top center;  
}

#tokui-biyouhari {
	padding-top: 220px;
	background-image: url('img/tokui-02.png');
    background-repeat: no-repeat;  
    background-position: top center;  
}

#tokui-jiko {
	padding-top: 220px;
	background-image: url('img/tokui-03.png');
    background-repeat: no-repeat;  
    background-position: top center;  
}

.kansou{
background:url(img/oblique14.png) left; 
padding: 1em;
font-size: 14px;
margin: 24px 0;
width: 90%;
margin: 0 auto;
border: 6px solid #6cbb63;
}

.kansou p{
width: 80%;
}

#itami-ichiran ul {
  text-align: center;

}

#itami-ichiran ul li{
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}

table.pricetable {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 14px;
    color: #000000;
    table-layout: fixed;
}
 
table.pricetable th,
table.pricetable td {
    padding: 10px;
}
 
table.pricetable th {
    background: #6cbb63;
    vertical-align: middle;
    text-align: left;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
 
table.pricetable td {
    background: #f8f8f8;
    padding-left: 10px;
    vertical-align: middle;
}

.widget_nav_menu ul{
	padding: 0px 5px 0;
    border: 2px solid #101C50;
    }


.widget_nav_menu ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    border-bottom: 1px dotted #101C50;
}

.widget_nav_menu ul li:before {
    font-weight: normal;
    content: '・';
    margin-right: 3px;
    color: #603813;
}

.widget_nav_menu ul li a {
text-decoration: none;
line-height: 1.8em;
font-size: 16px;
color: #101C50;
}

.widget-area .widget a:visited {
color: #101C50;
}
.widget-area .widget a {
color: #101C50;
}

.widget img {
margin-top: 0;
}

.widget ul{
    border: 1px solid #6cbb63;
}

.widget ul li {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e5e5;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.mapbot {
	display: inline-block;
	width: 200px;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 5px;
	margin-top: 5px;
}
.mapbot::before,
.mapbot::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.mapbot,
.mapbot::before,
.mapbot::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mapbot {
	background-color: #e77028;
	color: #fff;
}
.mapbot:hover {
	background-color: #333;
	color: #fff;
}

table.merittable {
	width: 95%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 16px;
}
 
table.merittable th,
table.merittable td {
    padding: 10px;
}
 
table.merittable th {
	background-image: url('img/bg-suisai-003.jpg');
    background-position: top left;  
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #42210b;
    font-weight: normal;
    font-size: 15px;
}

table.merittable td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

.entry-content table, .comment-content table {
    border-bottom: 0px solid #ededed;
    color: #000;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 1.714285714rem;
    width: 100%;
}

.shoujou {
    background: url(img/oblique14.png) left;
    padding: 10px;
    font-size: 18px;
    line-height: 1.8em;
    margin: 24px 0;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #6cbb63;
}

.wpcf7 p {
    margin: 0 auto 10px;
    clear: both;
    max-width: 95%;
}


.riyuu01 {
    font-size: 14px;
    line-height: 1.8em;
    width: 100%;
    max-width: 410px;
    padding: 3px;
    display: inline-flex;
}

#pricelist {
  line-height: 1.8em;
  font-weight: bold;
  border: 1px solid #C4C4C4;
  width: 90%;
  margin: 0 auto 20px;
}

.menuname {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.0em;
    color: #aa7b04;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 10px;
    margin-left: 20px;
}

#pricelist p{
width: 90%;
margin: 10px auto;
}


.en {
    font-size: 20px;
text-align: right;
font-weight: bold;
color: #00233c;
margin-right: 20px;
margin-bottom: 10px;
}

.setumei {
font-size: 18px;
font-weight: normal;
width: 90%;
margin: 10px auto;
}

#homelist ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	}

#homelist li {
    background-image: url("img/p0105_s.jpg");
	width: 180px;
	height: 180px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	}

.entry-content li, .comment-content li, .mu_register li {
    margin: 0 0 0 10px;
}

.shisetsuname {
width: 90%;
margin: 0 auto;
background-color: #8cc63f;
height: 30px;
	}

#post-date {
margin-top: 20px;
text-align: right;
	}
	
#post-date p{
font-size: 8px;
	}

footer[role="contentinfo"] {
    margin-top: 0;
}

#bunsho ul,
#bunsho ol{
width: 90%;
    margin: 0 auto;
}

#bunsho ul li,
#bunsho ol li{
font-size: 16px;
}