@charset "UTF-8";

body	{margin: 0;
	font-family: 'Source Sans Pro', 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/*  サイト名  */
.site   {margin: 15px 0;
}
.site a {color: #000000;
    font-size: small;
    font-family: 'Paytone One',sans-serif;
    text-decoration: none;
}
.site img   {vertical-align: bottom;
}

/* トグルボタン */
button	{display: none;
	padding: 6px;
	border: none;
	background-color: transparent;
	color: #888888;
	font-size: 28px;
	cursor: pointer;
}

button:focus	{outline: none;
}

/* ナビゲーションメニュー */
.menu ul    {display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu li a  {display: block;
    padding: 15px;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
.menu li a:hover    {background-color: #eeeeee;
}
/*  ヘッダー画像  */
.headimg    {width: 100%;
    height: auto;
    margin-bottom: 20px;
    vertical-align: bottom;
}
/*  キャッチコピー  */
.catch  {margin: 0;
        padding: 15px;
        background-color: rgba(255,255,255,0.7);
        font-size: 24px;
}

/*  お知らせ  */
.news   {margin-bottom: 20px;
    padding: 20px;
    border: solid 6px #dddddd;
}
.news h2    {margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #666666;
}
.news ul    {margin: 0;
    padding: 0;
    list-style: none;
}
.news li a  {display: block;
    padding: 5px;
    border-bottom: dotted 2px #dddddd;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
.news li a:hover    {background-color: #eeeeee;
}

/*   SNSメニュー   */
.sns ul {display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sns li {flex: 1;
}
.sns li a   {display: block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}
.sns li a:hover {opacity: 0.8;
}
.fa-twitter {background-color: #55acee;
}
.fa-facebook    {background-color: #3b5998;
}
.fa-instagram {background-color: #cf2e92;
}

/*  コピーライト  */
.copyright p    {margin: 0;
    color: #666666;
    font-size: 14px;
}

/*  グリッド  */
body    {display: grid;
    grid-template-columns:
        [left] minmax(20px, 1fr) [main] minmax(auto, 1140px) [main-end] minmax(20px, 1fr) [right];
    grid-template-rows:
        [head] auto [head] auto [img] auto [catch] auto [message] auto [pickup] auto [main] auto [sns] auto [foot] auto [bottom];
}

.site   {grid-column-start: main;
    grid-row-start: head;
}

button  {grid-column-start: main;
    grid-row-start: head;
    justify-self: end;
    align-self: center;    
}

.menu {grid-column-start: main;
    grid-row-start: head;
    justify-self: end;
    align-self: center;
}
.headimg    {grid-column-start: main;
    grid-row-start: img;
}
.message   {grid-column-start: main;
    grid-row-start: message;
}
.catch  {grid-column-start: main;
    grid-row-start: img;
    justify-self: start;
    align-self: end;
    margin-left: 20px;
    margin-bottom: 40px;
}
.pickup {grid-column-start: main;
    grid-row-start: pickup;
}
.news   {grid-column-start: main;
    grid-row-start: main;
    width: 70%;
    box-sizing: border-box;
}

.sns    {grid-column-start: main;
    grid-row-start: main;
    width: 28%;
    box-sizing: border-box;
    justify-self: end;
}


.copyright  {grid-column-start: main;
    grid-row-start: foot;
    margin: 15px 0;
}
.fbar   {grid-column-start: left;
        grid-column-end: right;
        grid-row-start: foot;
        z-index: -1;
        background-color: #dddddd;
}
.message {grid-column-start: main;
    grid-row-start: img;
    justify-self: start;
    align-self: end;
    margin-left: 0;
    margin-bottom: 40px;
}


}

/*   問い合わせtableの記述  */
/*.form   {
    background-color: #eaeaea;
    padding: 30px 50px;
}
.form   dl dt   {
    width: 165px;
    padding: 10px 0;
    float: left;
    clear: both;
}
.form dl dd {
    padding: 10px 0;
}
.form .name {
    width: 240px;
    height: 30px;
}
.form .email    {
    width: 300px;
    height: 30px;
}
.form .email2   {
    width: 300px;
    height: 30px;
}
.form .tel  {
    width: 240px;
    height: 30px;
}
.form .message  {
    width: 960px;
    height: 150px;
}
.form button    {
    background-color: #009cd3;
    color: #ffffff;
    font-size: 20px;
    width: 120px;
    display: block;
    text-align: center;
    line-height: ;
    border-radius: 5px;
    border: 3px solid #009cd3;
    margin-left: 0px;
}
.form button:hover  {
    background-color: #ffffff;
    color: #009cd3;
    cursor: pointer;
}
.form .required:after   {
    content: "*";
    color: #ff000000;
}
.form .attention    {
    margin: 20px 0 0 165px;
}*/
/*   送信ボタン   */
/*.btn {
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
  width: 100px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  border-radius: 5px;
  border: 3px solid #009cd3;
}*/

/*   photograph list配置の記述   */
/*.photograph-list-spring li {
    float: left;
    list-style: none;
    margin: 25px 20px 15px 20px;
}
.photograph-list-summer li {
    float: left;
    list-style: none;
    margin: 20px 20px 15px 20px;
}
.photograph-list-autumn li {
    float: left;
    list-style: none;
    margin: 0 20px 15px 0;
}
.photograph-list li-winter {
    float: left;
    list-style: none;
    margin: 0 20px 15px 0;
}*/

/* h2 のアンダーラインとアイコン　*/
.pickup h2	{display: flex;
	align-items: baseline;
	margin-top: 40px;
	border-bottom: dotted 1px #f0e68c;
	font-weight: normal;
}

.pickup h2 span	{margin-right: 10px;
	color: #f0e68c}

.pickup h2 .box	{align-self: flex-end;
	margin-left: auto;
	margin-right: 0;
	width: 10px;
	height: 10px;
	background-color: #f0e68c;
}
/*kijiのh2 アンダーラインとアイコン　*/
.kiji h2    {display: flex;
    align-items: baseline;
    margin-top: 40px;
    border-bottom: dotted 1px #f0e68c;
    font-weight: normal;
}
.kiji h2 span   {margin-right: 10px;
    color: #f0e68c;
}
.kiji h2 .box   {align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
    width: 10px;
    height: 10px;
    background-color: #f0e68c;
}

/* h2 shiftのアンダーラインとアイコン　*/
/*.shift h2	{display: flex;
	align-items: baseline;
	margin-top: 40px;
	border-bottom: dotted 1px #7cbac1;
	font-weight: normal;
}

.shift h2 span	{margin-right: 10px;
	color: #7cbac1}

.shift h2 .box	{align-self: flex-end;
	margin-left: auto;
	margin-right: 0;
	width: 10px;
	height: 10px;
	background-color: #7cbac1;
}*/
/* h2 messageのアンダーラインとアイコン　*/
.message h2	{display: flex;
	align-items: baseline;
	margin-top: 40px;
	border-bottom: dotted 1px #f0e68c;
	font-weight: normal;
}

.message h2 span	{margin-right: 10px;
	color: #f0e68c}

.message h2 .box	{align-self: flex-end;
	margin-left: auto;
	margin-right: 0;
	width: 10px;
	height: 10px;
	background-color: #f0e68c;
}

/* h2 commentのアンダーラインとアイコン　*/
.comment h2	{display: flex;
	align-items: baseline;
	margin-top: 40px;
	border-bottom: dotted 1px #f0e68c;
	font-weight: normal;
}

.comment h2 span	{margin-right: 10px;
	color: #f0e68c}

.comment h2 .box	{align-self: flex-end;
	margin-left: auto;
	margin-right: 0;
	width: 10px;
	height: 10px;
	background-color: #f0e68c;
}
/* h2 companyのアンダーラインとアイコン　*/
.company h2	{display: flex;
	align-items: baseline;
	margin-top: 40px;
	border-bottom: dotted 1px #f0e68c;
	font-weight: normal;
}

.company h2 span	{margin-right: 10px;
	color: #f0e68c}

.company h2 .box	{align-self: flex-end;
	margin-left: auto;
	margin-right: 0;
	width: 10px;
	height: 10px;
	background-color: #f0e68c;
}


/*   tableの記述   */

#B000000147    {clear:both;
    display: block;
    width:1000px;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-color: #666666;
    border-width: 1px;    
    background-color: ;
}
#B000000147 table {width: 1000px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: ;
    border: 1px;
    border-collapse: collapse;
    border-spacing: 0px; 
    color: ;
    font-family: inherit;
    font-size: ;
}
#B000000147 td  {padding: 10px 20px;
    border: 1px solid #666666;
    empty-cells: show;    
}
#B000000147 tr.SF-trheader  {color: ;
    text-decoration: none;
    font-family: inherit;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: ;
    background-position: left;
    background-repeat: no-repeat;
}
#B000000147 td.SF-th1   {
    width: 260px;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-th2   {width: auto;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell1 {width: 260px;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #e6e6e6;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell2  {width: auto;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}


/* ###############  1280px以上  ############## */
@media (min-width: 1280px)  {
    
.hbar   {grid-column-start: left;
    grid-column-end: right;
    grid-row-start: head;
    z-index: -1;
    border-bottom: solid 4px #dddddd;
}

.headimg    {margin: 20px;
}
    
.news   {width: 100%;
}
.sns    {grid-column-start: left;
    grid-row-start: img;
    width: auto;
    align-self: center;
}
.sns li a {border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

}
/* ###############  1179px以下  ############## */
/*@media (max-width: 1179px)  {

.headimg    {grid-column-start: left;
    grid-column-end: right;
}

}*/

/* ###############  959px以下  ############## */
@media (max-width: 959px)   {


.menu	{grid-row-start: head 2;
	justify-self: stretch;
}
/*.menu ul    {flex-direction: column;
}*/
.catch {grid-row-start: catch;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0;
        font-size: 5vw;
}
.pickup {grid-template-columns: 1fr;
}
.news   {width: auto;
}

.sns    {grid-row-start: sns;
    width: auto;
    justify-self: stretch;
}
.copyright  {grid-column-start: main;
    grid-row-start: foot;
    margin: 15px 0;
}
.photograph-list-spring li {
    float: left;
    list-style: none;
    margin: 15px 20px 15px 15px;
}

/*.form button    {
    background-color: #009cd3;
    color: #ffffff;
    font-size: 20px;
    width: 120px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    border: 3px solid #009cd3;
    margin-left: 0;
}
.form .message  {
    width: 960px;
    height: 150px;
}*/
    
/*   tableの記述   */

#B000000147    {
    clear:both;
    display: block;
    width:auto;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-color: #666666;
    border-width: 1px;    
    background-color: ;
}
#B000000147 table {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: ;
    border: 1px;
    border-collapse: collapse;
    border-spacing: 0px; 
    color: ;
    font-family: inherit;
    font-size: ;
}
#B000000147 td  {padding: 10px 20px;
    border: 1px solid #e6e6e6;
    empty-cells: show;    
}
#B000000147 tr.SF-trheader  {
    color: ;
    text-decoration: none;
    font-family: inherit;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: ;
    background-position: left;
    background-repeat: no-repeat;
}
#B000000147 td.SF-th1   {
    width: 150px;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-th2   {
    width: auto;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell1 {
    width: 150px;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #e6e6e6;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell2  {
    width: auto;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}
    
}

/* ###############  767px以下  ############## */
@media (max-width: 767px)   {

button  {display: block;
}

.menu	{grid-row-start: head 2;
	justify-self: stretch;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
/*.menu ul    {flex-direction: column;
}*/
.catch {grid-row-start: catch;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0;
        font-size: 5vw;
}
.pickup {grid-template-columns: 1fr;
}
.news   {width: auto;
}

.sns    {grid-row-start: sns;
    width: auto;
    justify-self: stretch;
}
.copyright  {grid-column-start: main;
    grid-row-start: foot;
    margin: 15px 0;
}
/*.photograph-list-spring li {
    float: left;
    list-style: none;
    margin: 15px 20px 15px 15px;
}*/

.form button    {
    background-color: #009cd3;
    color: #ffffff;
    font-size: 20px;
    width: 120px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    border: 3px solid #009cd3;
    margin-left: 0;
}
    
.form .message  {
    width: 640px;
    height: 150px;
}
    
/*   tableの記述   */

#B000000147    {
    clear:both;
    display: block;
    width:100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-color: #666666;
    border-width: 1px;    
    background-color: ;
}
#B000000147 table {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: ;
    border: 1px;
    border-collapse: collapse;
    border-spacing: 0px; 
    color: ;
    font-family: inherit;
    font-size: ;
}
#B000000147 td  {padding: 10px 20px;
    border: 1px solid #666666;
    empty-cells: show;    
}
#B000000147 tr.SF-trheader  {
    color: ;
    text-decoration: none;
    font-family: inherit;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: ;
    background-position: left;
    background-repeat: no-repeat;
}
#B000000147 td.SF-th1   {
    width: 150px;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-th2   {
    width: auto;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell1 {
    width: 150px;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #e6e6e6;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell2  {
    width: auto;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}
    
}

/* ###############  599px以下  ############## */
@media (max-width: 599px)   {

button  {display: block;
}

.menu	{grid-row-start: head 2;
	justify-self: stretch;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.menu ul    {flex-direction: column;
}
.catch {grid-row-start: catch;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 0;
        font-size: 5vw;
}
.sns    {grid-row-start: sns;
    width: auto;
    justify-self: stretch;
}
.copyright  {grid-column-start: main;
    grid-row-start: foot;
    margin: 15px 0;
}
.form .message  {
    width: 400px;
    height: 150px;
}
    .map    {width="300" height="300";
        
    }
    
/*h1 {
margin: 1em 0;
font-size: 140%;
font-weight: normal;
}*/

/*   tableの記述   */

#B000000147    {clear:both;
    display: block;
    width:100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-color: #666666;
    border-width: 1px;    
    background-color: ;
}
#B000000147 table {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: ;
    border: 1px;
    border-collapse: collapse;
    border-spacing: 0px; 
    color: ;
    font-family: inherit;
    font-size: ;
}
#B000000147 td  {padding: 10px 10px;
    border: 1px solid #666666;
    empty-cells: show;    
}
#B000000147 tr.SF-trheader  {color: ;
    text-decoration: none;
    font-family: inherit;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: ;
    background-position: left;
    background-repeat: no-repeat;
}
#B000000147 td.SF-th1   {
    width: 50px;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-th2   {
    width: auto;
    height: auto;
    color: ;
    text-decoration: inherit;
    font-size: ;
    font-weight: inherit;
    line-height: inherit;
    background-color: ;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell1 {
    width: 50px;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #e6e6e6;
    text-align: left;
    vertical-align: top;
}
#B000000147 td.SF-cell2  {width: auto;
    height: auto;
    color: ;
    text-decoration: none;
    font-size: ;
    font-weight: normal;
    line-height: inherit;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}
    
}