@charset "utf-8";
/* @responcive
-------------------------------- */
.forPC {
    display: block;
}
.forSP {
display: none;
}
#BtnMenu {
display: none;
}

@media screen and (max-width: 1024px){

.forPC {
    display: none;
}
.forSP {
    display: block;
}
img {
    max-width: 100%;
}
    
/* common
-------------------- */
body > div#Wrapper {
  font-size: 100%;
  color: #333;
}
.body-wrap,
#Header .body-wrap,
#Footer .body-wrap,
#SupportersAbout #Header .body-wrap,
#SupportersAbout #Footer .body-wrap,
#SupportersPersonal-applyIndex #Main .body-wrap,
#SupportersGroup-applyIndex #Main .body-wrap,
#SupportersPersonal-applyConfirm #Main .body-wrap,
#SupportersGroup-applyConfirm #Main .body-wrap,
#SupportersPersonal-applySubmit #Main .body-wrap,
#SupportersGroup-applySubmit #Main .body-wrap,
#SupportersPersonal-applyThanks #Main .body-wrap,
#SupportersGroup-applyThanks #Main .body-wrap,
#Profile #Main .body-wrap,
#ContactIndex #Main .body-wrap,
#InformationIndex #Main .body-wrap,
#SupportersIndex #Main .body-wrap{
    width: auto;
    max-width:900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#MailentryConfirm #Main .body-wrap,
#MailentryIndex #Main .body-wrap,
#MailentryConfirm #Main .body-wrap,
#MailentrySubmit #Main .body-wrap,
#MailentryThanks #Main .body-wrap{
    width: auto;
    max-width:900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}


/*.SpBreak{
  display: block;
}*/
/* Header
-------------------- */
#Header {
position: static;
    box-shadow: none;
    padding: 0;
    z-index: 100;
    min-width: 0;
}
#Header h1, #Logo {
    /*
    display: block;
    width: 100%;
    padding: 10px 0;
    */
    margin: 0 auto;
    text-align: left;
}
#Logo {
    width: 160px;
}
#Logo img{
    width: 220px;
}
#Header .Banner img{
    width: 150px;
}
#Header h1 img {
vertical-align: top;
}
#BtnMenu {
    display: block;
    width: 24px;
    position: absolute;
    top: 15px;
    right: 10px;
}
#GrobalNavi {
    float: none;
    margin: 0 -10px 1px;
    padding: 0;
}
#GrobalNavi ul {
    display: none;
}
#GrobalNavi li {
    float: none;
    height: auto;
    background: #666666;
}
#GrobalNavi li a {
    width: auto;
    margin: 0;
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid #808080;
    background: url(../img/sp/icn_arrow.png) 20px 14px no-repeat;
    background-size: 7px 14px;
    text-align: left;
    color: #fff;
    font-size: 90%;
}
#GrobalNavi ul.dropdown-list {
    position: static;
    display: block;
    width: auto;
    padding: 0;
    margin-top: 0;
    background: none;
}
#GrobalNavi ul.dropdown-list li {
    margin-bottom: 0;
    background: #666666;
}
#GrobalNavi ul.dropdown-list a {
    margin: 0;
    padding: 10px 10px 10px 70px;
    background: url(../img/sp/icn_arrow.png) 50px 14px no-repeat;
    background-size: 7px 14px;
    text-align: left;
    font-size: 90%;
    line-height: 1.6;    
}
#GrobalNavi li a:hover {
    border-bottom: 1px solid #808080;
}
#GrobalNavi li.dropdown-item a:hover {
    border-bottom: 1px solid #808080;
    color: #fff;
}
#GrobalNavi > ul > li:nth-child(4) ul.dropdown-list,
#GrobalNavi > ul > li:nth-child(5) ul.dropdown-list{
  width: auto;
}

/* TopLink
-------------------- */
#TopLink {
display: none;
}
#TopLink img:hover {
    opacity: 1;
}

/* Footer
-------------------- */

/* MAP見出し */
#Footer #Map h2 {
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
}
#Footer #Map h2 span.main-title1 {
    display: inline-block;
    font-size: 130%;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
#Footer #Map h2 span.main-title1:before {
    display: block;
    width: 100px;
    content: '';
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #999999;
}
#Footer #Map h2 span.sub-title {
    font-size: 110%;
    color: #999999;
}

#Footer #BannerArea ul{
    width: 100%;
    padding-left: 0;
    
}
#Footer #BannerArea ul li {
}

#Footer #Contact {
    margin-bottom: 30px;
    background: #000;
}
#Footer #Contact .body-wrap {
    padding: 40px 0;
    text-align: center;
    font-size: 100%;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
}
#Footer #Contact .title {
    margin-right: 20px;
    color: #999999;
}
#Footer #Contact .tel {
    color: #fff;
}
#FooterLogo {
    display: block;
    width: 100%;
}
#FooterLink {
float: none;
    display: none;
}
#FooterLink li {
float: none;
padding: 15px 20px;
white-space: nowrap;
}
#FooterLink li a {
    padding: 0 10px 8px;
    color: #333;
font-size: 100%;
text-decoration: none;
}
#FooterLink li a:hover {
    border-bottom: 2px solid #d3e7b7;
}
#Copyright {
    clear: both;
    padding: 20px 0 20px;
color: #fff;
font-size: 75%;
    text-align: center;
}
#Copyright a {
    color: #999;
    text-decoration: none;
}
#PowerdBy {
}
#PowerdBy a {
    display: inline-block;
    width: 49px;
}






/* TopPage
-------------------- */

#SPMainImage {
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d6d5;
}

/* Main */
.contents #TopPage .body-wrap{
   width:auto;
}
.contents #TopPage .body-wrap .left,
.contents #TopPage .body-wrap .right{
   float: none;
}
.contents #TopPage .body-wrap #Messages{
  width: 100%;
  padding: 0 0 240px;
  background: url(../img/top/photo_masserge.png) no-repeat bottom 20px center #E3D28E; 
  background-size: 200px;
}
.contents #TopPage h2 {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}
.contents #TopPage h2 span.main-title1 {
    font-size: 100%;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    line-height: 1.5;
}
/*
.contents #TopPage h2 span.main-title1:before {
    display: block;
    width: 100px;
    content: '';
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #999999;
}
*/
.contents #TopPage h2 span.main-title2 {
    font-size: 130%;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
.contents #TopPage h2 span.sub-title {
    font-size: 80%;
    color: #999999;
}
.contents #TopPage #Messages p {
    padding: 0 10px;
    text-align: center;
    font-size: 100%;
}
.contents #TopPage #Twitter{
    width: 100%;
    margin-bottom: 50px;
}
.contents #TopPage #Twitter h2{
    text-align: left;
}
/* Works */
#TopPage #Works ,
#TopPage #News,
#TopPage #Blog{
    margin-bottom: 50px;
}
#TopPage #Works h2,
#TopPage #News h2 ,
#TopPage #Blog h2{
    margin-bottom: 30px;
    text-align: center;
}
#TopPage #Works ul,
#TopPage #News ul ,
#TopPage #Blog ul{
    margin-bottom: 30px;
    text-align: center;
}
#TopPage #Works li,
#TopPage #News li{
/*    float: none;*/
    width: 280px;
    padding: 0 20px 40px;
    display: inline-block;
}

#TopPage #Blog li{
/*    float: none;*/
    width: 280px;
    padding: 0 10px 40px;
    display: inline-block;
}
#TopPage #Works li:last-child,
#TopPage #News li:last-child ,
#TopPage #Blog li:last-child{
    margin-right: auto;
}
#TopPage #Works li .thumbnail,
#TopPage #News li .thumbnail ,
#TopPage #Blog li .thumbnail{
    margin-bottom: 10px;
}
#TopPage #Works li h3,
#TopPage #News li h3 ,
#TopPage #Blog li h3{
    margin-bottom: 10px;
    font-size: 110%;
}
#TopPage #Works li h3 a,
#TopPage #News li h3 a,
#TopPage #Blog li h3 a{
    font-weight: bold;
}
#TopPage #Works li p,
#TopPage #News li p ,
#TopPage #Blog li p {
    color: #666666;
    line-height: 1.5;
}
#TopPage #Works .btn-more,
#TopPage #News .btn-more ,
#TopPage #Blog .btn-more{
    text-align: center;
}

/* Feed News */

/*
#TopPage #Feed {
    margin-bottom: 30px;
}

#TopPage #News {
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 40px;
}
#TopPage #News ul {
    margin-bottom: 20px;
}
#TopPage #News li {
    margin-bottom: 12px;
}
#TopPage #News li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#TopPage #News li span.date {
    float: left;
    display: block;
    width: 60px;
    padding: 3px 10px 3px 0;
    border-right: 1px solid #CCCCCC;
    color: #666666;
    font-size: 10px;
}
#TopPage #News li span.title {
    display: block;
    margin-left: 80px;
    margin-bottom: 10px;
    padding: 2px 0;
    padding-left: 5px;
    border-left: 0;
    font-size: 12px;
}
#TopPage #News .btn-more {
    text-align: center;
}

/* Feed Blog */
#TopPage #Blog {
    float: none;
    position: relative;
    width: auto;
    padding: 20px 10px 10px;
    border: 4px solid #CCCCCC;
    margin: 5px auto;
}
/*#TopPage #Blog li {
    float: none;
    width: auto;
    margin-bottom: 30px;
}
#TopPage #Blog li:nth-child(odd) {
    margin-right: 0;
}
#TopPage #Blog li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#TopPage #Blog li .thumbnail {
    float: left;
    width: 60px;
    margin-right: 10px;
}
#TopPage #Blog li h3 {
    margin-bottom: 4px;
    line-height: 1;
}
#TopPage #Blog li h3 a {
    font-size: 12px;
    font-weight: bold;
}
#TopPage #Blog li .date {
    margin-bottom: 4px;
    font-size: 10px;
    color: #666666;
}
#TopPage #Blog li p {
    font-size: 12px;
    line-height:1.2;
}
*/
#TopPage #Blog .btn-more {
    position: static;
    text-align: center;
}
#SupportersAbout .btn-midium,
#SupportersBlock .btn-midium {
    width: 80%;
    margin-bottom: 40px;
    font-size: 75%;
}
#SupportersAbout .main .btn-midium{
    width: 90%;
    margin-bottom: 20px;
    font-size: 75%;
    border-radius:5px;
    padding: 0.5em 0.4em;
}

/* About */
#TopPage #About {
    margin-bottom: 50px;
    padding: 30px 20px;
}
#TopPage #About h2 {
    text-align: center;
}
#TopPage #About li {
    position: relative;
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
}
#TopPage #About li:last-child {
    margin-right: 0;
}
#TopPage #About li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#TopPage #About li .thumbnail {
    text-align: center;
}
#TopPage #About li .thumbnail img {
    box-sizing: border-box;
    border-radius: 200px;
    border: 10px solid #fff;
}
#TopPage #About li h3 {
    position: relative;
    top: -30px;
    right: -50%;
    width: 190px;
    margin-left: -60px;
    padding: 10px;
    background: #000;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
    text-align: center;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}
#TopPage #About li p {
    color: #666666;
    font-size: 100%;
    line-height: 1.6;
}

/* Breadcrumbs
-------------------- */
#Breadcrumbs {
    width: auto;
margin: 10px 10px 30px;
color: #333;
font-size: 80%;
}
#Breadcrumbs a {
color: #333;
}

/* トップタイトル
-------------------- */
#PageTitle {
    margin-top: 0;
    height: 80px;
    background: url(../img/sp/bg_sub_title.png) no-repeat;
    background-size: cover;
    text-align: center;
    height: calc(100vw * 0.25);
    position: relative;
}
#PageTitle h1 {
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width:100%;
    text-shadow: 1px 1px 0 #f4f5f7, -1px -1px 0 #f4f5f7, -1px 1px 0 #f4f5f7, 1px -1px 0 #f4f5f7, 0px 1px 0 #f4f5f7, 0-1px 0 #f4f5f7, -1px 0 0 #f4f5f7, 1px 0 0 #f4f5f7;
}


/* レイアウト
-------------------- */
.contents {
    margin-bottom: 0;
}
#Main {
    padding: 0 5px;
}
#Side {
    margin-top: 100px;
}
#Side #Banner {
    margin: 30px 0 60px;
    text-align: center;
}
#Side #Banner .banner {
    display: inline-block;
}
/* 右サイド */
#MainLeft {
    float: none;
    width: auto;
}
#SideLeft {
    float: none;
    width: auto;
}
/* 左サイド */
#MainRight {
    float: none;
    width: auto;
}
#SideRight {
    float: none;
    width: auto;
}

#SideLeft #Banner,
#SideRight #Banner {
    text-align: center;
}
#SideLeft #Banner .banner,
#SideRight #Banner .banner {
    margin: 20px 0;
}



/* 汎用スタイル
-------------------- */
/* 見出し */
.main h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 130%;
    padding: 10px;
}
.main h3 {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
    font-size: 120%;
}
.main h3 a {
text-decoration: none;
    color: #333;
}
.main h3 a:hover {
text-decoration: underline;
    color: #888;
}
.main h4 {
margin: 20px 0 10px;
    font-weight: bold;
}

/* 文章 */
.main p {
    margin-bottom: 20px;
}
#Recipe img {
    border: 1px solid #ccc;
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.1);
}



/* ボタンデザイン
-------------------- */
.btn {
    display: inline-block;
    margin: 10px 0;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.btn:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.main .BtnBox {
    font-size: 90%;

}
.btn-small {
    width: auto;
    padding: 10px 10px 10px 20px;
/*    background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;*/
    font-size: 100%;
    letter-spacing: 2px;
}
.btn-midium {
    width: auto;
    padding: 20px 10px 20px 20px;
/*    background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;*/
    font-size: 100%;
    letter-spacing: 2px;
}
.btn-big {
    width: 100%;
    padding: 30px 10px 30px 20px;
/*    background: #000 url(../img/common/icn_arrow01.png) 10px center no-repeat;*/
    font-size: 100%;
    letter-spacing: 2px;
}
.main .BtnBox {
    font-size: 90%;

}

/* テーブルデザイン
-------------------- */
.main table {
    box-sizing: border-box;
    margin-bottom: 30px;
}
.main tr {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.main th {
    padding: 20px;
    border: 0;
    background: url(../img/common/bg_table_th.png) right center no-repeat;
    vertical-align: middle;
}
.main td {
    padding: 20px;
    border: 0;
}
.main th {
    border-bottom: 1px dashed #ccc;
    padding: 10px 10px 5px;
}
.main td {
    padding: 10px;
}
.table-style th {
    border-bottom: none;
}
.horizon th, .horizon td {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.table-style th,
.horizon th {
    background: #f6f6f6;
}
.horizon {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.horizon thead {
    float: left;
    display: block;
}
.horizon tbody {
    display: -webkit-box;
    overflow-x: auto;
}

.horizon tr {
    display: block;
    border: none;
}
.horizon th,
.horizon td {
    display: block;
    width: auto;
    padding: 10px;
    border: none;
}
.horizon th:first-child,
.horizon td:first-child {
    border-left: none;
}
.horizon th:last-child,
.horizon td:last-child {
    border-right: none;
}


/* 実績
-------------------- */
.works-index .eye-catch,
.works-archives .eye-catch {
    float: left;
    margin-right: 20px;
}
.works .post {
    position: relative;
/*    padding: 0 5px; */
}
.works .post .left,
.works .post .right{
    float: none;
    text-align: center;
    padding: 0 20px 40px;
}
.works .category {
    position: static;
    display: block;
    margin-bottom: 10px;
}
.works .category a {
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
}
.works .tag {
    margin: -10px 0 20px;
}
.works-archives h3 {
    margin-top: 0;
}
.works-single .eye-catch {
    width: 280px;
}
.works .post .ImageBox,
.works .post .ImageBox2,
.works .post .ImageBox3{
    margin: auto;
}

.blog .BlockContents{
    /* padding: 0 5px; */
}
.ContentsBlock,
.blog .post{
    margin: 0 5px 50px;
}
.blog .post .ContentsBlock .IntroText {

   font-size: 120%;

}
.blog,
#Profile #Main,
#SupportersAbout .body-wrap{
    width: auto;
    max-width: 900px;
}
}

@media screen and (min-width:960px) and ( max-width:1024px) {
 #TopPage #Works ul .ListBox,
 #TopPage #News ul .ListBox,
 #TopPage #Blog ul .ListBox{
    display: inline-block;
    text-align: left;
}
}

@media screen and ( max-width:960px) {

/* ContactForm
-------------------- */
.TextBoxSmall {
    width: 35%;
}
.TextBoxMiddle {
    width: 60%;
}
.TextBoxLarge {
}
.contact-form{
  padding: 0 5px;
}

.contact-form table {
    box-sizing: border-box;
}
.contact-form th,
.contact-form td {
    display: list-item;
    width: auto;
    border: none;
    background: none;
    list-style: none;
}
.contact-form th {
    padding: 5px 10px;
    background-color: #f8f8f8;
}
.contact-form .row-table-01 th{
    width: auto;
}
.contact-form td {
    padding: 10px;
}
.contact-form td textarea {
    width: 100%;
}
.submit input {
    margin-bottom: 5px;
}
}
@media screen and ( max-width:670px) {
/* common
-------------------- */
.SpBreak{
  display: block;
}


#PageTitle h1 {
    font-size: 150%;
    width: 100%;
}
.works-index .eye-catch,
.works-archives .eye-catch,
.topics-index .eye-catch,
.topics-archives .eye-catch,
.topics-single .eye-catch{
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}
.blog .more{
    text-align: center;

}
.ContentsBlock .BlockContents .Paragraph h5 + p,
.ContentsBlock .BlockContents .Paragraph h5 + .ImageBox + p{
    padding: 0 1em;
    text-align: justify;
}
.blog .post p {
    margin-bottom: 2em;

}
.main th,
.main td {
    display: list-item;
    list-style: none;
}
.main th{
    background: #f4f5f7;
}
#SupportersAbout #Main ul{
  padding-left: 0;
}

#SupportersAbout p{

}
#SupportersAbout  #Main ol{
  margin-left: 1.5em;
  margin-bottom: 1em;
}
#SupportersAbout #Main ol li{
  padding-left: 0;
  padding-bottom: 1em;
  text-indent: 0;
  line-height: 1.5;
}
#SupportersAbout #Main td{
  padding: 0 10px;
}
#SupportersAbout #Main td:first-of-type{
  padding-top: 10px;
}
#SupportersAbout #Main td:last-of-type{
  padding-bottom: 10px;
}
#SupportersAbout #Main .YakuinList th{
  background: #f4f5f7;
}
#SupportersAbout #Main .YakuinList tr:nth-child(3){
  border-bottom: 1px dashed #ccc;
}
#SupportersAbout #Main .YakuinList tr:nth-child(4),
#SupportersAbout #Main .YakuinList tr:nth-child(5),
#SupportersAbout #Main .YakuinList tr:nth-child(6),
#SupportersAbout #Main .YakuinList tr:nth-child(7){
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.TextBoxSmall {
    width: 50%;
    max-width: 8em;
}
.TextBoxMiddle,
.TextBoxLarge {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#FieldMessageEmail2 .mail-after-attachment,
#FieldMessageEmail2 .mail-attention{
    display: none;
}
#FieldMessageNameKana2,
#FieldMessageName2,
#FieldMessageKana2-2,
#FieldMessageName2-2,
#FieldMessageKana3-2,
#FieldMessageName3-2{
    white-space: nowrap;
    padding-left: 4.4em;
}
#FieldMessageNameKana2,
#FieldMessageName2{
    padding-left: 0;
}
}
input[type=text],
textarea,
select,
input[type=password],
input[type=tel] {
	margin-left: 0;
}
