@charset "UTF-8";

/*===============================================
●desktop.css  画面の横幅が560px以上
===============================================*/
@media only screen and (min-width:561px) { 


html, body {
	width: 100%;
	height: 100%;
	min-width: 1280px;
}

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;
    position: relative;
    width: 100%;
    background-image: url(../img/renew/main_pic.jpg);
    background-position: left top;
    background-origin: content-box;
    height: 700px;
}


header {
	width: 96%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2%;
	padding-right: 2%;
	}
header h1    {
    font-size: 0.9em;
    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 {
    margin-bottom: 0px;
    position: absolute;
    right: 0px;
    top: 500px;
}
header h2  img {
	width: 60%;
}

	header h2 .logo_s {
    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;
	min-width: 1280px;
	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 .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;
}
#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 {
width: 1000px;
margin-right: auto;
margin-left: auto;
height: 400px;
}
.footersection {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
overflow: hidden;
padding-left: 20px;
width: 50%;
float: right;
	}
.footer_list {
display: inline;
padding-bottom: 50px;
text-align: left;
float: left;
padding-right: 50px;
}
.footer_nav {
font-family:  'Sawarabi Mincho', sans-serif;
font-weight: 900;
color:darkgoldenrod;
}


footer .add {
text-align: left;
}
footer .name {
padding-top: 20px;
float: left;
width: 400px;
height: 400px;
}
	
.footer_item a {
font-size: 0.8em;
color: #7A7A7A;
}


footer .add {
    text-align: left;
    width: 50%;
    float: left;
    display: block;
}
.footer_item img {
    width: 50%;
}
footer .name img {
    padding-top: 20px;
    float: left;
    width: 50%;
}
.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-top: 20px;
padding-bottom: 20px;
width: 100%;
font-size: 0.8em;
}



/* 

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

//   news

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

*/

#news_smart  {
        display: none;
}

#news  {
    clear: both;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
}

	.scroll  {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
	
#news h2 {
font-family:  'Playfair Display', serif;
font-weight: 900;
text-align: center;
border-bottom: thin solid #ABABAB;
padding-top: 50px;
padding-bottom: 20px;
font-size: 3em;
letter-spacing: 5px;
margin-bottom: 50px;
color: #cac2a7;
width: 50%;
margin-left: auto;
margin-right: auto;
}



#news dl  {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
#news dt {
font-weight: bold;
color: #C7C19C;
text-align: left;
}
#news dd {
	clear: both;
	text-align: left;
}

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


/* 

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

//   about

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

*/

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

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


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



/* 

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

//   promise

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

*/

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

#promise h2 {
font-family: 'Playfair Display', serif;
font-weight: 500;
text-align: center;
border-bottom: thin solid #ABABAB;
padding-top: 100px;
padding-bottom: 50px;
font-size: 3em;
letter-spacing: 2px;
margin-bottom: 100px;
color: #F094A8;
width: 50%;
margin-left: auto;
margin-right: auto;
}
#promise article {
background-color: #FFFFFF;
}
#promise dl {
    padding-bottom: 30px;
}
#promise dt {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 1.7em;
    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: 500px;
margin-left: auto;
margin-right: auto;
background-image: url(../img/renew/total_pic.jpg);
background-position: center top;
background-attachment: scroll;
padding-bottom: 100px;
background-repeat: no-repeat;
margin-top: 100px;
}

#total h2 {
font-family: 'Playfair Display', serif;
font-weight: 500;
text-align: center;
border-bottom: thin solid #ABABAB;
padding-top: 100px;
padding-bottom: 50px;
font-size: 3em;
letter-spacing: 2px;
margin-bottom: 100px;
color: #F094A8;
width: 50%;
margin-left: auto;
margin-right: auto;
}
#total article .nav {
width: 1000px;
display: block;
margin-left: auto;
margin-right: auto;
}
#total .nav li {
display: inline;
}
#total article {
background-color: #FFFFFF;
}








    }
