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

/*===============================================
●smart.css  画面の横幅が560pxまで
===============================================*/
@media only screen and (max-width:560px) { 

/*===============================================
@media screen and (min-width: 320px) { } 【スマートフォン横】
@media screen and (min-width: 560px) { } 【タブレット縦以上】
===============================================*/


body {
max-width: 559px;
min-height: 320px;
}


html, body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
}

body {
    line-height: 1.5em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9em;
    color: #999999;
    text-align: center;
    letter-spacing: 3px;
}

#intro {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    width: 100%;
    background-image: url(../img/renew/main_pic_s.jpg);
    display: block;
    height: 500px;
}


header {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;

	}
header h1    {
    font-size: 0.7em;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: left;
    float: left;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}
header h2 {
    position: absolute;
    top: 400px;
    padding-left: 40%;
}
header h2  img {
    width: 95%;
}

header h2 .logo_pc {
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


#contents  .text {
text-align: justify;
line-height: 170%;
margin-right: 20px;
margin-left: 20px;
padding-bottom: 20px;
}





/* 

// -------------------------------------------------------------------------

//  スマホ用メニュー

// -------------------------------------------------------------------------

*/
#smartNav {
padding: 10px;
float: right;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
display: inline-block;
width: 30px;
height: 22px;
vertical-align: middle;
float: left;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #e17c84;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
display: none;/*はじめは隠しておく*/
position: fixed;
z-index: 99;
top: 0;/*全体に広がるように*/
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0;
transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    color: #999999;/*フォントからー*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-content li {
padding-top: 20px;
padding-bottom: 20px;
letter-spacing: 3px;
font-weight: bolder;
border-bottom: thin solid #E6E6E6;
}
#nav-content  .menu {
background-color: #e17c84;
font-weight: bolder;
color: #FFFFFF;
text-align: center;
font-size: medium;
}


/* 

// -------------------------------------------------------------------------

//  pagecommon Section

// -------------------------------------------------------------------------

*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
background-color: #e17c84;
text-decoration: none;
color: #fff;
width: 100px;
padding: 30px 0;
text-align: center;
display: block;
border-radius: 5px;
}
#page-top a:hover {
text-decoration: none;
background-color: #F1BCBD;
}


.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}

#wrapper {
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
}

#contents  {
clear: both;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 50px;
margin-top: 0px;
text-align: center;
width: 100%;
}
#contents .bnr img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}



#contents .main_text {
padding-top: 30px;
padding-bottom: 30px;
font-weight: 900;
font-size: 1.3em;
line-height: 150%;
text-align: justify;
}
#contents  .text_center {
    line-height: 170%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    font-size: 0.9em;
}
#contents  .text_right {
	line-height: 170%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;

}
.pagenav {
	padding-top: 20px;
}

footer {
clear: both;
padding-top: 20px;
background-color: #e8e5dc;
width: 100%;
padding-bottom: 30px;
}
.footerContents {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    height: 400px;
    text-align: center;
}
.footersection {
    padding-top: 10px;
    overflow: hidden;
    float: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
	}
.footer_list {
    display: inline;
    padding-bottom: 20px;
    text-align: left;
    float: left;
    width: 30%;
}
.footer_nav {
font-family:  'Sawarabi Mincho', sans-serif;
font-weight: 900;
color:darkgoldenrod;
}
.footer_item a {
    font-size: 0.8em;
    color: #7A7A7A;
}

.footer_item img {
    width: 50px;
}
footer .name img {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
}

.footer_icon {
    display: inline;
}
.footer_icon img {
    width: 50px;
    height: 50px;
}
.footer_sns   {
    display: block;
    clear: both;
    text-align: left;
}
.copy  {
clear: both;
text-align: center;
margin-right: auto;
margin-left: auto;
padding: 20px;
width: 100%;
font-size: 0.8em;
}



/* 

// -------------------------------------------------------------------------

//   news

// -------------------------------------------------------------------------

*/

#news  {
    display: none;
}

#news_smart  {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

#news_smart h2 {
font-family: 'David Libre', serif;font-weight: 500;
text-align: center;
border-bottom: thin solid #ABABAB;
padding-top: 50px;
padding-bottom: 20px;
font-size: 2em;
letter-spacing: 5px;
margin-bottom: 50px;
color: #cac2a7;
width: 80%;
margin-left: auto;
margin-right: auto;
}



.titlepic  img {
    width: 100%;
	margin-bottom: 50px;

}
.scroll  {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    padding-left: 5%;
    padding-right: 0px;
}
#news_smart div  {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
}

#news_smart p {
    clear: both;
    text-align: left;
    font-size: 0.8em;
}

#news_smart .date  {
    width: 10em;
    color: #cac2a7;
    float: right;
    font-size: 0.7em;
    padding-bottom: 5px;
}


/* 

// -------------------------------------------------------------------------

//   about

// -------------------------------------------------------------------------

*/

#about  {
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

#about h2 {
font-family: 'David Libre', serif;
	font-weight: 500;
	text-align: center;
border-bottom: thin solid #ABABAB;
padding-top: 100px;
padding-bottom: 50px;
font-size: 2em;
letter-spacing: 2px;
margin-bottom: 100px;
color: #F094A8;
width:80%;
margin-left: auto;
margin-right: auto;
}
#about h3 {
    font-size: 1.3em;
}


/* Google font */
.Sawarabi {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: bolder;
    font-size: 1em;
    padding-bottom: 50px;
	color: #C7C19C;
}



/* 

// -------------------------------------------------------------------------

//   promise

// -------------------------------------------------------------------------

*/

#promise  {
    clear: both;
    width: 100%;
    padding-top: 200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/renew/promise_pic_s.jpg);
    background-position: center top;
    background-attachment: scroll;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#promise h2 {
font-family: 'David Libre', serif;
	font-weight: 500;
    text-align: center;
    border-bottom: thin solid #ABABAB;
    padding-bottom: 50px;
    font-size: 2.5em;
    letter-spacing: 2px;
    margin-bottom: 100px;
    color: #F094A8;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#promise article {
background-color: #FFFFFF;
}
#promise dl {
    padding-bottom: 30px;
}
#promise dt {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 1.3em;
    letter-spacing: 10px;
	font-family: 'David Libre', serif;
}
#promise .promise1 {
    border-bottom: 2px solid #fef298;
}
#promise .promise2 {
    border-bottom: 2px solid #f7c8cd;
}
#promise .promise3 {
    border-bottom: 2px solid #b8e2f4 ;
}
#promise dd {
    padding-top: 20px;
    font-size: 0.9em;
}


/* 

// -------------------------------------------------------------------------

//   total

// -------------------------------------------------------------------------

*/

#total  {
    clear: both;
    width: 100%;
    padding-top: 200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/renew/total_pic_s.jpg);
    background-position: center top;
    background-attachment: scroll;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    margin-top: 100px;
    background-size: 100% auto;
}

#total h2 {
    font-family: 'David Libre', serif;
    font-weight: 500;
    text-align: center;
    border-bottom: thin solid #ABABAB;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 2.5em;
    letter-spacing: 2px;
    margin-bottom: 100px;
    color: #F094A8;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#total  .nav  {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article .nav li {
    display: inline-block;
    width: 45%;
}
#total img {
    width: 90%;
}

.link img {
    width: 60%;
}



    }
