@charset "utf-8";

/*
Theme Name: heartcare
Author: arktain
Author URI: https://www.arktain.jp/
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
img{vertical-align:top;}
a img:hover{opacity:.8;}
table {width:100%;border-collapse: separate;border-spacing: 0;}
td{vertical-align: middle;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;transition:all 0.3s;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body{
font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
font-size:18px;
color:#50503c;
-webkit-text-size-adjust: none;
background:#fff;
line-height:1.7;
}
.meirio{font-family: "メイリオ" ;}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
transition:all 0.3s;
color:#50503c;
}

a:hover, a:active{
outline: none;
color:#317091;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li{zoom: 1;}


/* フォーム
------------------------------------------------------------*/


/* レイアウト
------------------------------------------------------------*/
#wrapper{
margin:0 auto 0;
width:100%;
overflow:hidden;
}

.inner{
margin:0 auto 0;
width:1000px;

}

.inner1100{
margin:0 auto 0;
width:1100px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
width:100%;
padding:0;
margin:0px auto 0;

}

#sidebar{
width:300px;
float:left;
margin:30px 20px 0 0;
}


#footer{clear:both;padding:30px 0 0;}
.foot_border{width:100%;margin:-50px 0 0;position:relative;z-index:100000;}
.foot_border img{width:100%;}

/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
color:#fff;
text-align:left;

}



/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
float:left;
padding:40px 0 5px;
}
#header .sub_t{
float:left;
padding:60px 0 5px 30px;
}
#header h3{
float:right;
padding:24px 0 5px;
}

/* トップページ　メイン画像
----------------------------------*/
#mainphoto{margin:0 auto 80px;text-align:center;}
.toptxt{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size:40px;color:#317091;font-family: dnp-shuei-mincho-pr6n, sans-serif;font-weight: 700;font-style: normal;background:rgba(255,255,255,0.9);z-index:9999;min-height:80px;display:flex;justify-content:center;align-items:center;letter-spacing:0.3em;width:80%;line-height:1;}

.post{margin:0 auto;padding:0;}
.post_blog{float:right;width:680px;margin:30px 0;}
img.aligncenter { display: block; margin:30px auto!important;}
.post_blog img{margin:20px auto 20px;max-width:500px;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;padding:10px 0;text-align:center;}
.post_blog p{margin-bottom:1em;}



/* フッター
*****************************************************/
#footer a{transition:all 0.3s;color:#ea6d9f;}
#footer a:hover{color:#666;}
#footer ul{padding:0;}
#footer li{font-size:22px;line-height:1;list-style:none;}
.foot_area{display:flex;justify-content:flex-start;flex-wrap:wrap;margin:0px 0 30px;}
.foot_menu{margin:0 auto;}

#copyright{
text-align:center;
font-size:12px;
padding:30px 0 15px;
clear:both;
color:#fff;
background:linear-gradient(90deg, #ff6d9f, #ff6482);
border-radius:40px 40px 0 0;
}
p.copy_title{font-size:20px;}

.sptel{display:none;}


/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1099px){
.inner1100{width:100%;}
#mainphoto{margin:70px auto 80px;text-align:center;}
}

/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){
div#wrapper{width:100%;}
p#copyright{padding:5px;}
body{font-size:16px;}
.post{margin:0 auto;padding:0 0;}
div.inner{width:90%;margin:0 auto;}
div.inner800{width:90%;margin:0 auto;}
#content{clear:both;width:100%;padding:0;}
picture img{width:100%;margin:10px 0 0;}
.top_txt{background:url(/userdata/back.png) no-repeat center center;text-align:justify;margin:20px auto;line-height:1.4;padding:0 1em;background-color:rgba(255,255,255,0.5);background-blend-mode:lighten;}
#mainphoto{margin:0 auto 30px;text-align:center;}
.post_blog{width:100%;float:none;}
#sidebar{width:100%;float:none;margin:30px 0px 0 0;}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#footer{clear:both;padding:50px 0 60px;}
.foot_add{width:100%;background:url(/wp-content/uploads/2023/08/logo_foot.png) no-repeat top left;background-size:278px auto;padding:80px 0 30px;}
.foot_menu{display:none;}
.foot_border{width:100%;margin:-30px 0 0;position:relative;z-index:100000;}
.toptxt{font-size:18px;min-height:40px;display:flex;justify-content:center;align-items:center;letter-spacing:0.01em;width:96%;line-height:1;}
p.copy_title{font-size:18px;}
#footer a{transition:all 0.3s;color:#fff;}
}	


