/*index.html*/
body {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    background-color: #fff;
}


header{
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    color: #f00;
}

header h1{
    width: 40%;
    padding: 5px;
    max-width: 200px;
    margin: 0;
    float: left;
}

header h1>img{
    width: 100%;
    padding: 5px 10%;
}

.header-nav{
    width: 50%;
    float: right;
    padding-top: 8%;
    margin-right: 2%;
}

.header-nav li{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 12px;
    padding: 0 2%;
}

.navbar-nav-justified li>a {
    margin-bottom: 0;
    text-align: center;
    color: #222 !important;
    padding: 5px;
}

.btn-default{
    text-shadow: none;
}

.header-top h1{
    margin:0px 5% 5px;
}


.header-h4{
    width: 40%;
    float: left;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 35px;
}

.header-h4>a{
    color: #68b300 !important;
}

.btn-group button{
    background-color: #fff;
}

.nav-button.border-yellow{
    border-right: 2px solid #ccc;
    border-bottom: 3px solid #D7C050;
}

.nav-button.border-orange{
    border-right: 2px solid #ccc;
    border-bottom: 3px solid #C35E3B;
    border-left: none;
    border-top: none;
}

.btn.btn-default{
    padding: 2px 10px;
    /* color: #727171; */
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: none
}

.btn.btn-default:active{
    box-shadow: none;
    background-color: #fff;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    /* clear: both; */
    /* font-weight: 400; */
    /* line-height: 1.42857143; */
    color: #727171;
    white-space: nowrap;
    font-size: 14px;
}

.humberger{
    width: 40px;
}

.btn-group{
    margin-right: 6%;
    padding-top: 5%;
    float: right;
}

.btn-default{
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-group.open .dropdown-toggle{
    background-color: #fff !important;
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-group.open .dropdown-toggle{
    background-color: none !important;
    border-color: none !important;
}

.dropdown-menu{
    left: auto;
    right: 0;
    box-shadow: none;
    margin-top: 10px;
    border: solid 1px #F69732;
    min-width: 0px;
    padding-bottom: 0;
    padding-top: 0;
}
.dropdown-menu .divider{
    margin: 3px 0;
}

.menu table{
    width: 100%;
}
.menu td{
    font-size: 18px;
}

.icon{
    padding-right: 6%;
}

.not-icon{
    padding-left: 6%;
}

.menu img{
    width: 50px;
}

.attention {
    color: #CB222F;
}
.project-menu{
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
}

header #header_widgets .countdown > h6 {
    margin: 0 auto;
    float: left;
    line-height: 1.5;
}
header #header_widgets .countdown > p {
    margin: 0 auto 0 170px;
    text-align: left;
}

main,
#undercolumn{
    /*background-color: #FEFDF3;*/
    width: 100%;
    padding-top: 124px;
}

.main2{
    padding-bottom: 0 !important;
}

/*.container{
  padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 96%;
    background-color: #fff;
}*/

ul{
    padding-left: 0;
}

li{
    list-style: none;
}


.intro iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.intro h2{
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-top: 0px;
    clear: both;
}

.intro{

}

.intro img{
    width: 100px;
    padding-bottom: 10px;
}

.intro.button{
    margin: 0 auto;
}

.intro button{
    background-color:#88C344;
    border: none;
    color: #fff;
    margin: 10px 2% 0px 2%;
    padding: 8px 0px;
    font-size: 16px;
    border-radius: 6px;
    width: 44%;
}

.intro button.left{
    float: left;
}

.intro button.right{
    float: right;
}

.intro button.detail{
    margin: 0 auto;
    display: block;
    background-color: #F69732;
    clear: both;
    width: 44%;
}

h2{
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
}
.project{
    /*padding-bottom: 20px;*/
	/*-webkit-box-shadow: 0 0 4px 0 #EDEACC; /* Safari, Chrome用 */
	/* -moz-box-shadow: 0 0 4px 0 #EDEACC; /* Firefox用 */
    /* box-shadow: 0 0 4px 0 #EDEACC; /* CSS3 */
    margin-bottom: 20px;
}

.top-h4{
    text-align: center;
    margin-bottom: 16px;
    margin-top: 20px;
}

.index-project{
    padding-bottom: 0;
}

.project h4{
    padding-left: 3%;
    font-size: 14px;
    text-align: right;
}

.project img{
    width: 100%;
}

.project h3{
    text-align: center;
    margin: 8px 0%;
    padding-bottom: 0px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 800;
    clear: both;
    color: #000000;
}


.index-h3{
    margin-bottom: 0 !important;
    color: #000000;
    text-shadow: 1px 1px #cacaca;
    margin-top: 38% !important;
    padding-top: 7% !important;
    line-height: 1.2 !important;
    border-bottom: 1px dotted;
    padding-bottom: 5px !important;
}

.daimei{
    background-size: cover;
}

.org{
    font-size: 14px !important;
    margin-right: 1%;
    margin-top: 5px;
    color: #3E3A39;
    width: 100% !important;
}

.slick-list.draggable{
    padding: 0 !important;
}

.top-pictures.slick-initialized.slick-slider {
    margin-bottom: 0px;
    margin: 0 auto;
}

li.slick-slide{
    max-width: 100%;
}

.under-none{
    border-bottom: none !important;
}

.project>h5{
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    margin: 0;
    margin-top: 10px;
    padding: 12px 0;
    line-height: 1.6;
}

.project>p{
    font-size: 16px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 4px;
}

.mermaga-btn{
    border: 3px solid #68b300 !important;
    box-shadow: none;
    background-color: #fff !important;
    color: #222 !important;
    font-size: 20px;
}

.keisai-btn{
    border: 3px solid #A2834D !important;
    box-shadow: none;
    background-color:#FEFAC1 !important;
    color: #222 !important;
    font-size: 20px;
}

.kikaku-btn{
    border: 3px solid rgba(246,17,50,0.9) !important;
    box-shadow: none;
    background-color: #fff !important;
    color: #222 !important;
    font-size: 20px;
}

.black-grade{
    margin-top: 100px;
}

.back-white{
    background-color: rgba(255,255,255,0.6);
    background: linear-gradient(to top, rgba(255,255,255,0.7) 100%, rgba(255,255,255,0) 00%);
} 

.date {
    text-align: right;
    clear: both;
    font-size: 14px !important;
    display: block;
    padding: 2px 3%;
    color: rgba(246,17,50,0.9);
    background-color: rgba(255,255,255,0.6);
    margin-top: 0;
    float: right;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 1.2;
    width: 100%;
}
.date .label {
    font-size: 14px;
    color: rgba(246,17,50,0.9);
    padding: 0;
}

.project h5.date {
    position: absolute;
    top: 0;
    right: 0;
    clear: both;
}

.condition{
    font-size: 15px !important;
    padding-bottom: 0px;
    color: #000000;
    margin: 20px 0 5px 0px;
    padding-top: 10px;
    clear: both;
    padding-right: 3%;
    font-size: 13px !important;
}
.index-h4.right{
    font-size: 15px !important;
    padding-bottom: 0px;
    padding-top: 0;
    color: #000000;
    margin: 0px 0 5px 0px;
    text-align: left;
}


.index-h4.right{
    list-style: none;
    font-size: 14px !important;
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000000;
    padding-top: 10px;
}
h4.index-h4.condition {
    text-align: right;
}
.rod.white{
    clear: both;
    width: 90%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    height: 16px;
    border: solid 1px #F69732;
    border-radius: 4px;
}
.rod.orenge{
    background-color: #F69732;
    height: 15px;
}

.rod.orenge.w72{
    width: 72%;
}
.rod.orenge.w58{
    width: 58%;
}

.small.now{
    font-size: 12px !important;
    /*color: #000000;*/
    margin-bottom: 0;
    padding: 0;
    margin-left: 3%;
    text-align: right;
    padding-right: 3%;
}

.scroll{
    overflow-x: hidden; 
}
.project.small-project{
    width: 92%;
    float: left;
    box-shadow: 8px 8px 8px -8px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 5px 0;
    margin-bottom: 0;
}

.top-h2{
    font-size: 24px;
}


#portfolio .portfolio-item {
    right: 0;
    /*background-color: #f7f8f8;*/
    padding: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
    margin: 20px 5px;
}

#portfolio .col-md-4 > .portfolio-item {
    /* col-md-4 配下の場合は bootstrap の mergin を適用 */
    margin: 0;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative; /* max-width: 400px; */
    margin: 0 auto
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    background: #88C344;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    margin-top: -12px;
    color: #222
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 25px
}

#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
    line-height: 1.5;
}

#portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    margin: 0
}

#portfolio .portfolio-item .portfolio-caption p, section h3.section-subheading {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.portfolio-caption.coming h4{
    font-size: 14px !important
}

#vision{
    padding-top: 20px;
    padding-bottom: 20px;
}

.img-comm{
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}
.event-community {
    margin-top: 50px;
}
.events h4{
    margin:10px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.event{
    margin: 20px 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.event img{
    width: 40%;
    float: left;
}

.event-sentence{
    width: 60%;
    float: right;
}

.event-info{
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 1.5;
}

.event-date{
    clear: both;
    font-size: 14px !important;
    display: block;
    padding: 2px 3%;
    float: right;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 1.2;
    width: 100%;
    margin-top: 10px;
}

.x-scroll{
    /* float: left; */
    width: 250px;
}


.y-scroll.top-news,
.y-scroll.lab{
    max-width: 760px;
    margin: 30px auto;
}

.y-scroll h4{
    background: #D0BF59;
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    font-weight: bold;
}

.y-scroll.lab h4{
    background: #cc6900;
}

.y-scroll dl,
.y-scroll ul {
    overflow-y: scroll;
    border: 1px solid #D0BF59;
    padding: 10px;
}

.y-scroll.lab ul {
    border: 1px solid #cc6900;
}

.y-scroll dt{
    padding: 3px 0;
    width: 120px;
    float: left;
    font-weight: 300;
    font-size: 15px;
}

.y-scroll dd{
    padding: 3px 0;
    font-size: 15px;
}

.y-scroll li {
    padding: 3px 0;
    font-size: 15px;
    list-style-position: inside;
    list-style-type: disc;
}

.none h4{
    margin: 20px 0px;
    text-align: center;
    line-height: 1.6;
    padding-left: 3%;
    padding-right: 3%;

}

.ribbon{
    width: 100%;
}

.ribbon.green{
    background-color: #88C344;
}

.ribbon p{
    font-size: 17px;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 0;
}

.report{
    background-color: #F69732;
    border: none;
    color: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 4px 10px;
    font-size: 20px;
    border-radius: 6px;
    font-size: 16px;
}

/*.recomend h3{
  line-height: 1.4;
  font-size: 16px;
}*/

.fl-lf{
    float: left;
}
.tx-rgt{
    text-align: right;
}
.tx-mdl{
    text-align: center;
}
.recomend h4{
    font-size: 16px;
}

.ribbon.orange{
    background-color: #F69732;
    margin-bottom: 5px;
}

.report.green{
    background-color: #88C344;
}


.agenda{
    padding: 5px 2%;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #eee;
}

.agenda h6{
    font-size: 14px;
    width: 60px;
    background: #fffacd;
    padding: 3px;
    padding-left: 15px;
    margin-top: 0;
}

.agenda caption{
    padding-left: 10px;
    color: #ECECEC;
    font-size: 18px;
}
.agenda td{
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    text-align: center;
}

.agenda table{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px
}

.last{
    background-color: #fff;
}

.last ul{
    margin: 0 auto;
    display: block;
    width: 290px;
    padding: 10px;
}

.last li{
    float: left;
    padding: 0px 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 3px;
}

.last h1{
    margin: 0;
}

.middle{
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}

.tab-button{
    padding: 0 !important;
    margin: 0;
}

.tab-button > .btn-group{
    padding: 0;
}

.btn.btn-default.tab-button{
    padding: 5px 10px !important;
}

footer{
    clear: both;
    bottom: 0;
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 200px;
    text-align: center;
}

footer a {
    color: #222;
}

footer .logo{
    width: 150px;
    display: block;
    margin: 0 auto;
    clear: both;
    margin-bottom: 5px;
}

footer span.copyright {
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none
}

footer ul.quicklinks {
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none
}

ul.social-buttons {
    margin-bottom: 0
}

ul.social-buttons li a {
    display: block;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #666;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #F05F40
}


footer span.copyright, footer ul.quicklinks {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
}

/*index更新*/


.project>img{
    width: 100%;
}

.project>p{
    font-size: 16px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 5px;
}

.project.big-project.index-project.frame{
    padding: 0;
    width: 100%;
    box-shadow: -1px -3px 8px -5px rgba(0, 0, 0, 0.1);
    border-bottom: 1.5px solid #efefef;
    background-color: #fff;
}



/*project.html*/


/*.under-green{
  border-bottom: 2px solid #88C344;
}*/

/*--------------------
 吹き出しを作る
--------------------*/
/* 全体のスタイル */
.kaiwa {
    margin-bottom: 40px;
    max-width: 800px;
}
/* 左画像 */
.kaiwa-img-left {
    margin: 0;
    float: left;
/*width: 60px;
  height: 60px;*/
}
/* 右画像 */
.kaiwa-img-right {
    margin: 0;
    float: right;
}
.kaiwa figure img {
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
    padding: 5px 0 10px 0;
    font-size: 12px;
    text-align: center;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
    position: relative;
    /*margin-left: 80px;*/
    padding: 10px;
    border: 1px solid #3E3A39;
    border-radius: 10px;
    margin-top: 10px;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
    position: relative;
    /*margin-right: 80px;*/
    padding: 10px;
    border: 1px solid #3E3A39;
    border-radius: 10px;
}
p.kaiwa-text {
    margin: 0 0 20px;
    font-size: 16px;
}
p.kaiwa-text:last-child {
    margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #3E3A39;
    top: 15px;
    left: -20px;
}
.kaiwa-text-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #3E3A39;
    top: 15px;
    right: -20px;
}
.kaiwa-text-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 15px;
    right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
    clear: both;
    content: "";
    display: block;
}

#concept {
    background-color: #F69732;
    background-color: rgba(255,255,255,0.9);
    clear: both;
    /* background-color: rgba(249,229,117, 0.8); */
}

.nav-button{
    font-size: 15px;
    width: 20%;
    border: 1px solid #fff;
    box-shadow: none;
    float: left;
    color: #000;
}

img.profile {
    margin: auto;
    border-radius: 50%;
}

.aisatsu{
    padding: 10px 5%;
}

.aisatsu h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
}

.aisatsu p{
    font-size: 16px;
    line-height: 2.0
}

#concept h2{
    margin: 0;
    padding: 10px;
}

.kaisetsu{
    text-align: right;
    padding: 5px 3%;
    margin-bottom: 0px;
}

.charm-point{
    background-color: #fff;
    /* color: #fff; */
    clear: both;
    padding: 20px 0 15px 0;
    /* border: 1px solid rgba(255,166,0,0.8); */
    margin: 100px 0;
    /* background-color: rgba(255, 169, 229, 0.5); */
}

.charm-point h4,.step h4, .recipe h4,#return h4, #runner h4, .yellow{   
    border-bottom: 1px solid #c9caca;
    /* background-color: #efefef; */
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
    clear: both;
    padding: 20px 0 15px 0;
}
.step{
    /*background: rgba(255,251,199,0.4);*/
    padding: 20px 0;
    margin-bottom: 10px;
}

.all-step h4{
    font-size: 18px;
    border: none !important;
}

.step-title{
    /* background-color: rgba(249, 229, 117, 0.8); */
    padding: 5px;
    margin-right: 1%;
    font-weight: 700;
}

.step h6 {
    text-align: center;
    font-size: 15px;
}

.gallery li{
    width: 25%;
    float: left;
}

.top-picture{
    padding: 0;
}

.w95{
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
}

.all-step {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    background: #f8f8f8;
    padding-bottom: 30px;
}

.all-step img{
    width: 100%;
    margin-bottom: 10px;
}

.all-step tr{
    font-size: 18px;
    background-color: rgba(255,255,255,0.4);
}
.all-step td{
    padding: 1px 5px 1px 5px;
    font-size: 14px;
}

.all-step th{
    padding: 5px 3px 4px 1.5%;
    vertical-align: text-top;
    font-size: 14px;
}

.border-none{
    border: none !important;
}

.border-none img{
    width: 80%;
    padding-left: 10%;
}

.point{
    font-size: 16px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 10px;
    border: 6px dotted yellow;
    padding: 50px 0;
}

.sns.wide{
    width: 30% !important;
    /*background-color:rgba(246,15,50,0.7) !important;*/
    border: none !important;
}

.sns.footer-green{
    width: 30% !important;
    background-color:rgba(246,15,50,0.7) !important;
    border: none !important;
    background: #EFEFEF !important;
    color: #222 !important
}

.sns.wide.left{
    margin: 0 5% 10px 15%;
}

.sns.footer-green.right{
    margin: 0 15% 10px 5%;
}

.point th {
    vertical-align: text-top;
    padding: 10px 3px 10px 2%;
    color: #70BF00;
}
.point td {
    padding: 10px 3px 10px 2%;
}

.introduce{
    margin-top: 20px;
    padding-bottom: 20px;
}

.introduce h4{
    /* border: 1px solid orange; */
    background-color: #efefef;
}

.introduce h6{
    margin: 10px 0;
    margin: 20px 0 10px 0;
    font-size: 14px;
    text-align: center;
}

.recipe{
    /* background-color: rgba(249, 229, 117, 0.2); */
    padding-top: 50px;
    /* background: #f9f9f9; */
}

#recipe .recipe-corn h3{
    background-color: rgba(255,223,103,0.2);
}

#recipe .recipe-naito h3{
    background-color: #E60009;
    color: #fff;
}

.recipe h5, .set h5{
    text-align: center;
    padding: 10px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 1.6;
}

.set h5{
    text-align: left;
    background-color: rgba(255,255,255,0.7);
    padding-top: 5px;
}

.recipe-step{
    margin-top: 0;
}

.recipe-step th{
    width: 30%;
}

.set{
    margin-top: 20px;
}

.btn-link{
    font-size: 16px;
    padding: 0;
    margin-bottom: 20px;
    width: 60%;
}

.modal-content{
    padding: 5px 5%;
}

.detail-title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
}

.youtube img{
    width: 100%;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.folding h6{
    font-size: 16px;
    padding-left: 3%;
    margin-bottom: 0;
}

.right-small{
    text-align: right;
    font-size: 12px !important;
}

.folding{
    margin-top: 35px;
    clear: both;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width: 900px;
    margin: 20px auto
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.folding > button{
    font-size: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: #fff;
    border-radius: 12px;
    border: 2px solid #88C344;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.folding > button > ul{
    display: block;
    margin-left: 6%;
}
.folding > button > ul > li{
    float: left;
    margin-right: 4%;
}

.folding > button > ul > li > img{
    width: 26px;
    bottom: 0;
    margin: 3px;
    padding-top: 2px;
}

.fold-contents{
    padding-top: 5px;
}

.font-orange{
    color: #cc6900;
}

.font-green{
    color: #68b300;
}

.font-yellow{
    color: rgba(249, 229, 117, 1.0);
    font-weight: bold;
    padding: 0 3px;
}

.font-red{
    color: rgba(246,17,50,0.9);
    /*font-weight: 800;*/
}

.fee-button{
    width: 48%;
    float: left !important;
    margin: 0 1% !important;
}

.fee-button a{
    border: #cacaca 1px solid;
    background-color: #88C344;
    color: #000;
    background-color: #fff;
    color:#88C344;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #efefef;
    border: #efefef 1px solid;
}

.nav-pills>li.active>a{
    color: #000 !important;
}

.nav-pills>li.active>a:hover{
    background-color: #efefef;
    color: #000 !important;
    border: #efefef 1px solid;
}

.nav-pills>li.active>a:active{
    color: #000 !important;
    border: #efefef 1px solid;
}

.return{
    margin-bottom: 30px;
}

.return-course{
    background-color: #fff;
    background-color: #fff;
    border: 1px solid #efefef;
    display: block;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.return-course h6{
    font-size: 16px;
    text-align: center;
    /*border: 1px #000000 solid;*/
    padding: 10px 0;
    margin: 0;
    background-color: #EFEFEF;
    color: #000000;
    line-height: 1.4
}

.return-course button, .set button{
    border: none;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    width: 70%;
}

.return-course button.purchase, .set button{
    background-color:#F69732;
    float: left;
    margin: 5px 15% 0px;
    border: 2px solid rgba(246,17,50,1.0);
    background-color: rgba(246,17,50,1.0);
    background-color: #fff;
    color: rgba(246,17,50,1.0);
}

.return-course button.return-detail{
    background-color:#88C344;
    float: right;
    margin: 5px 8% 15px 4%;
}

.modal-dialog{
    z-index: 1;
    padding-bottom: 60px;
}

.back-return-tab{
    background-color: #efefef;
    margin: 10px 15% 0px;
    border: none;
    padding: 10px 14px;
    font-size: 16px;
    width: 70%;
    border-radius: 3px;
    color: #000;
}

.slick-prev:before, .slick-next:before{
    font-size: 30px;
    color: #D7C050;
}

.slick-prev{
    left: 8%;
    z-index: 2;
}

.slick-next{
    right: 8%;
    z-index: 2;
}

#about-salt p{
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.6;
}

#about-salt h2, #runner-introduction h2{
    font-size: 20px !important;
}

#about-salt img{
    width: 100%;
    max-width: 960px;
}

.fm-photo{
    padding:0 1% 0 0.5%;
    margin:5px 0
}

.sub-title{
    line-height: 1.6;
    font-size: 16px;
    padding: 5px 5%;
}

.section-heading{
    font-size: 20px;
    margin: 20px 0;
}

.portfolio-hover-content.content-text.flexiblebox.fm-galary{
    background: rgba(255,255,255,0.4) !important;
}

.sub-title.peure-komidashi.fm-galary{
    background-color: transparent !important;
}

#visit-spot h6{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

/*press.html*/

.press-left, .page-sub{
    margin-top: 30px;
    padding-bottom: 50px;
}
.width-full {
    padding-left: 0;
    padding-right: 0;
}

.press-left h3 {
    font-size: 18px;
    margin-top: 50px;
}

.press-header{
    margin-bottom: 20px;
    padding: 35px;
    border-radius: 3px;
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/stripe-yellow.jpg);
}

.press-header h2{
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-align: left
}

.press-header p{
    margin: 0;
    font-size: 20px;
}

.press-title{
    margin: 40px 0 20px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    line-height: 1.0;
    background: #f7f7f7;
}

.presspick{
    padding: 0 0 0 23px;
    border-left: 1px solid #dddddd;
    vertical-align: top;
}

.presspick h3{
    position: relative;
    display: inline-block;
    margin: 0 0 30px -23px;
    padding: 3px 24px 1px;
    background-color: #f06695;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.presspick-title{
    text-align: center;
    padding-top: 20px;
}

.dl-list{
    margin-left: 5%;
}

.dl-list dd{
    padding-bottom: 3px;
}

.dl-list dt{
    padding-bottom: 10px;
}

/*soup-project*/

.food-quality{
    border: 1px solid #ddd;
    border-collapse: collapsemargin-bottom: 20px;
    margin: 0 10px;

}
.food-quality tr, .food-quality th, .food-quality td{
    border: 1px solid #ddd;
}

.food-quality thead {
    background-color: #D0D0D0;
}

.food-quality th, .food-quality td{
    padding: 1% 10px;
    font-size: 12px;
}

.page-sub h1{
    font-size: 20px;
    line-height: 1.4;
    color: #555;
}

.page-sub h6{
    font-size: 13px;
}

.page-sub ul>li, .page-sub p{
    font-size: 12px;
    line-height: 1.5
}

.page-sub h6>i{
    padding-right: 1%;
}

.page-sub ul>li {
    list-style-type: disc;
    list-style-position: inside;
}
.page-sub ul>li>a {
    color: #000;
}

.catch-frame {
    display: inline-block;
    position: relative;
    margin: 0px 10px 20px 10px;
}

.catch-frame:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
    background: #fff;
    z-index: -1;
}

.food-agenda h3{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 3px 24px 1px;
    /*background-color: #f06695;*/
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/stripe-green.jpg);
    background-size: cover;
    font-size: 14px;
    /* font-size: 1.6rem; */
    font-weight: bold;
    text-align: center;
}

.food-agenda ul{
    padding: 15px 3%;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 30px;
}

.food-agenda li{
    font-size: 14px !important;
    margin-left: 3%;
    line-height: 1.8 !important;
    list-style: disc;
    list-style-position: inside;
}

/*gorovege-main*/

section.ItemMainImage5 {
    float: left;
    margin: 0 0 26px 0;
}

.bx-wrapper {

    margin: 0 auto;
    padding: 0;
}

.bx-wrapper .bx-viewport {

    overflow: hidden;
}

.bx-pager5 a {
    display: inline-block;
    width: 19%;
    overflow: hidden;
    border-radius: 0px;
    margin-top: 1%;
    vertical-align: middle;
}

.bxslider, .bxslider-top {
    max-width: 100%;
}
.bxslider .slick-slide img,
.bxslider-top .slick-slide img {
    max-width: 100%;
}
.bx-pager div, .bx-pager-top div {
    margin-top: 0.7%;
}
.bx-pager div>img, .bx-pager-top div>img{
    max-width: 100%;
    padding: 2px;
}


.bx-pager4 a {
    display: inline-block;
    width: 24%;
    overflow: hidden;
    border-radius: 0px;
    margin-top: 1%;
    vertical-align: middle;
}

.bx-pager4 a>img{
    width: 100%;
}

.attachment-605x605{
    width: 100%;
}

.flow-box{
    margin-top: 15px;
}

.food-setsumei img{
    padding-bottom: 20px;
    padding-top: 5px;
}

.food-setsumei h3{
    line-height: 1.5;
}

.food-setsumei{
    font-size: 15px;
    line-height: 2;
    padding-top: 0;
}

.food-details p{
    font-size: 15px;
    line-height: 1.7;
    clear: both;
    padding-top: 10px;
}

.food-details h3{
    margin-bottom: 20px;
    margin-top: 30px
}

.food-details i{
    color: #C35E3B;
    padding-right: 1%;
}

.back-sozai{
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/material/washi.jpg);
    padding: 10px;
    color: #fff;
    font-weight: bold;
    float: left;
}
.back-sozai2{
    border: 3px solid #4D7043;
    border-radius: 10px;
    padding: 10px 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 50px;
}
.back-sozai3{
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/irodori-kokoro/wood.jpg);
    background-size: 50%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #4E3D2F;
    float: left;
}

.set h5{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px !important;
}

.set h6{
    text-align: center;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold
}

.new-arrive span{
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

.new-arrive{
    padding: 3% 10px;
}

.new-arrive ul>li{
    padding-bottom: 10px
}

.prefecture{
    float: left;
    width: 30px;
    width: 46px;
    margin-left: 2%;
}

.dento-logo{
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 30%;
    width: 50%;
}

.dento-yasai{
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 2%;
    float: left;
}

.recomend-coment{
    background: #f9f9f9;
    padding-top: 20px;
}

/*irodori-kokoro*/
.kokoro{
    /*background: url(./img/irodori-kokoro/ki.jpeg); */
    background-size:contain;
}

.kokoro>.col-md-8.press-left{
    color: #fff;
}

.food-quality tbody{
    background: rgba(255,255,255,0.6);
}

.irodori-title{
    text-align: left;
    font-size:24px;
}

.first-sentence{
    line-height: 1.6;
    font-size: 20px;
}

.sub-zone{
    /* background: #F7F7F7; */
    min-height: 1200px;
    margin-top: 20px;
    padding-top: 30px;
}

@media screen and (min-width: 768px){
    .bx-pager5 a {
        margin-right: 0.2%;
        margin-left: 0.1%;
    }
    .container {
        width: 1000px;
    }
}

/*bbq2017*/
.bbq-h3{
    text-align: left !important;
}

.bbq-h4{
    font-size: 20px;
    line-height: 1.5
}

.green-line{
    border-bottom: 2px solid #88C344;
    font-weight: bold;
    margin-left: 3%;
    padding: 5px 3% 5px 1%;
}

/*プロジェクト詳細open*/

.big-project.detail-sentence h3{
    border-bottom: none;
    font-size: 18px;
}


.item img{
    width: 100%;
}

.detail-sentence{
    margin: 0;
}

.detail-sentence p{
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.7;
}

.left.carousel-control,.right.carousel-control{
    background-image: none;
}

.carousel-indicators{
    left: 75%;
    bottom: 20px;
}

.complete-picture{
    width: 60%;
    margin-left: 20%;
}

.materials{
    width: 64%;
    margin-left: 18%;
}

/*リターンの内容見るボタン*/

#cheer > ul {
    margin : 0;
}
#cheer > ul li {
    height: 24px;
}
/*
#cheer > ul li:after {
  content: url("https://kodawarinimages.blob.core.windows.net/mobile-images/img/continue-button.png");
  position: absolute;
  top: 50%;
  margin-top: -12px;
  margin-left: 5px;
}
*/
.font-pink{
    color: #e58 !important;
}

.return-course table{
}

.return-course tr{
    margin-bottom: 3px;
    border-bottom: 1px solid #efefef; 
}

.return-course tbody{
    margin-bottom: 3px;
}

.table{
    font-size: 16px;
}


.return-course button.btn-primary{
    width: inherit;
    padding-top: 10px;
}

.btn-primary.detail-button{
    /*border: 1px solid #88C344 !important;*/
    background-color: #F69732;
    color: #fff;
    background-image: none;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 14px;
    white-space: nowrap;
}

.btn-primary.detail-button{
    /*border: 1px solid #88C344 !important;*/
    background-color: #fff;
    color: #595757;
    background-image: none;
    padding: 6px 26%;
    border-radius: 3px;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 15%;
    border: #F69732 1px solid;
}

a.title{
    color: #000000;
}

a:hover{
    text-decoration: none;
}

.btn-primary.detail-button a:active{
    background-color: #FFF9D9;
}

.table.left{
    width: 10%;
    border-right: 1px solid #efefef;
    padding: 0 3%; 
}

.table.middle{
    border-right: none;
    border-left: none;
    padding-left: 6%;
    padding-bottom: 12px;
    padding-top: 5px;
    padding-right: 2%;
}

.table-sentence{
    margin-bottom: 5px;
    font-size: 14px;
}

.table.right{
    padding-left: 2%;
    padding-top: 14px;
}

.under{
    border-bottom: none !important;
}

.modal-body img{
    width: 100%;
    margin-bottom: 10px;
}

.modal-body p{
    margin-bottom: 0;
    font-size: 14px;
}

.btn.btn-default.close{
    color: #000000;
    width: 80px;

}

.modal-title{
    font-size: 16px;
}

.modal-header{
    padding:10px 10px 0 10px;
    border: none;
}

/**what.html**/
.features{
    width: 80%;
    margin: 50px auto;
}

.feature h2{
    font-size: 20px;
}

.feature{
    /* padding-top: 50px; */
}

.feature2{
    width: 100%;
    max-width: 50%;
    margin: 0px auto;
}

.feature.col-md-8{
    padding-right: 40px;
    padding-left: 40px;
}

.feature h4{
    font-size: 24px;
    margin: 20px 0;
    /* font-weight: bold; */
    /* background: #ffffe0; */
    padding-bottom: 2px;
    /*border-bottom: dotted 3px orange*/
}
.feature-top{
    background: #fffacd;
    padding: 10px 30px;
}

.feature-top h4{
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
}

.feature-content{
    margin-top: 30px;
}

.feature-content h3{
    background: #F7F7F7;
    padding: 14px;
    font-size: 20px;
    margin: 30px 0;
}

.feature-content.orange{
  background: #fffacd !important;
  padding: 14px;
  font-size: 20px;
  margin: 30px 0;
}

.feature p{
    font-size: 18px;
    line-height: 2 !important;
}

.feature span{
    font-weight: bold;
}

#backnumber li{
    list-style-type: disc;
    list-style-position: inside;
}

/*------new----*/
.btn-round{
    font-weight: 500;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 0px;
    margin: 10px auto 20px auto;
    width: 80%;
    max-width: 400px;
    display: block;
    clear: both;
    box-shadow: none !important;
}
.border-green{
    border: #019A13 solid 1px;
}
.border-orange{
    border: #F68D2E solid 1px;
}
.btn-zone{
    margin: 40px 0;
}
.btn-orange {
    color: #fff;
    background-color: #EA6C00;
    margin: 10px auto;
}
.btn-orange:hover {
    color: #fff;
}
@media (max-width: 700px){
    .col-md-6,.col-sm-6{
        padding: 0;
    }
    .charm-point h4, .step h4, .recipe h4, #return h4, #runner h4, .yellow{
        font-size: 20px;
    }
    .charm-point, .step, .introduce, .recipe, #return, .projects, .finish{
        width: 90%;
        margin-left: 5%;
    }
    .all-step h4{
        font-size: 16px
    }
    .step-detail{
        padding: 5px 2% !important;
    }
    .tab-button{
        display: none;
    }
    header{
        position: fixed !important;
    }
    main{
        padding-top: 60px;
    }
    .feature-content h3{
        line-height: 1.8;
        font-size: 18px;
    }
    .feature-content p{
        font-size: 14px;
    }
    section.activity .excerpt p {
        display: none;
    }}
}

@media (min-width: 700px){
    .gala{
        clear: both;
    }
    main{
        /*padding-top: 180px;*/
    }
    #concept h2{
        font-size: 18px;
    }
    .point{
        /*max-width: 600px;*/
        /*margin-left: 15%;*/
    }
    .point td{
        font-size: 18px;
    }
    .all-step p{
        font-size: 18px
    }
    .introduce h6{
        font-size: 20px;
    }
    .introduce p{
        font-size: 16px;
        line-height: 1.8;
    }
    .recipe h5, .set h5{
        font-size: 18px;
        font-weight: 300;
    }

    .cook{
        border-bottom: 1px dotted #cacaca;
        padding-bottom: 20px;
        width: 98%;
        margin-left: 1%;
    }

    .imform, .personal-information {
        margin-left: 25%;
    }
    .confirm {
        max-width: 500px;
        margin-left: 25%;
    }
    .col-sm-6.box{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .col-sm-4.project{
        width: 31%;
        margin-left: 2%;
    }
    .charm-point, .step, .introduce, .recipe, #return, .finish, .projects, .kaiwa{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .header-nav{
        padding-top: 45px;
    }
    .header-nav{
        padding-top: 45px;
    }
    .btn-group{
        padding-top: 0px;
    }
    #about-salt p{
        width: 90%;
        margin-left: 5%;
    }
    #visit-spot h6{
        font-size: 18px;
    }
    .btn-header {
        display: none;
    }
    .container.gorovege-soup {
        width: 80%;
    }
    .box-content{
        background: #fff;
        margin-top: 50px;
    }
    .box-content>a{
        color: #222;
    }
    .box-img{
        width: 40%;
    }
    .box-img>img{
        width: 100%;
    }
    .box-text{
        padding: 0 10%;
    }
    .box-img{
        width: 60% !important;
        margin-top: 20px;
        margin-left: 20%;
    }
    .middle-article.col-md-6{
        padding-right: 5px;
        padding-left: 5px;
    }
    .middle-article.sub>.story-thumbnail>.middle-caption{
        bottom: 15px !important;
        height: 15px !important;
    }
    .middle-article.sub>.story-thumbnail>.middle-caption>.col-xs-6{
        padding: 0;
        font-size: 12px;
    } 
    .middle-article.sub>.story-thumbnail>p{
        font-size: 12px;
    }
    .navbar-fixed-top>h1{
        margin-top: 10px;
    }
    .navbar-fixed-top>h1>img{
        max-width: 150px;
    }
    .food-agenda{
        display: none;
    }
    .press-left{
        font-size: 15px;
    }
}

/*応援コメント*/

.coment-button{
    text-align: center;
    background: none;
    background-color: rgba(197,177,0,0.8);
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
    width: 100%; 
    background-color: rgba(100,175,1,0.8);
    background-color: rgba(35,35,35,0.6);
}




#footerfix a{
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.return-button{
    background: none;
    background-color: transparent;
    font-size: 18px;
    width: 100%;
}

.return-button.second-return{
    padding: 20px 0;
}

.return-button table, .coment-button table{
    margin: 0 auto;
}

.return-button td, .coment-button td{
    padding: 0 3%;
    white-space: nowrap;
    color: #fff;
}

#footerfix{
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}


/*お気に入り*/


.mypage-menu ul{
    display: block;
    margin: 0 auto;
    width: 416px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mypage-menu li{
    float: left;
    padding: 10px 10px;
    font-size: 18px;
}

.mypage-menu img{
    width: 24px;
    margin-right: 10px;
}

.favorite-middle{
    border-right: solid 1px #727171;
    border-left: solid 1px #727171;
}

.yellow.favorite-h2 img{
    width: 30px;
    padding-bottom: 8px;
    margin-right: 2%;
}


.project.favorite-project{
    width: 44% !important;
    float: left;
    margin: 10px 3%;
}

.project.favorite-project h4{
    font-size: 8px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 3px;
}

.project.favorite-project h3{
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
}

.project.favorite-project li{
    font-size: 6px;
    font-weight: normal;
    margin-left: 2%;
}

.project.favorite-project span{
    margin-bottom: 8px;
}

.rod.small p{
    font-size: 8px;
    padding-top: 2px;
}

.white.small{
    padding-top: 0px;
}
.rod.white.small,.rod.orenge.small{
    height: 22px;
}

.rod.orenge.small{
    height: 20px;
    top: 0;
}

.line2{
    clear: both;
}

/*メッセージ一覧*/

.all-messages h4{
    color: #727171;
    font-size: 18px;
}

.all-messages img{
    width: 100px;
    margin: 8px 2%;
}

.all-messages table{
    margin: 0 auto;
    width: 96%;
}

.all-messages td{
    padding: 0 2%;
    margin: 0;
    font-size: 16px;
}

.all-messages tr{
    background-color: #fff;
}

.last-message{
    border-bottom: solid 1px #727171;
}

/*購入履歴の一覧*/

.purchase-img2{
    width: 136px !important;
}

.all-messages.purchaces td{
    padding: 3px 2%;
}

.all-messages.purchaces span{
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #F69732;
    float: right;
    padding: 4px;
    display: block;
    white-space: nowrap;
    margin-top: 3px;
}

.all-messages.purchaces p{
    clear: both;
}

.last-purchace{
    border-bottom: solid 1px #727171 !important;
}

.product-purchace{
    border: 1px solid #88C344 !important;
}

input:valid, select:valid, textarea:valid{
    border-color: #68b300;
}

/*購入の詳細*/

.purchaces.purchase-detail tr{
    background-color: transparent;
}

.purchace-information table{
    margin: 0 auto;
    display: block;
    font-size: 16px;
    width: 96%;
    margin-top:20px;
    margin-bottom: 20px;
    max-width: 500px;
}

.personal-information{
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.personal-information table{
    margin-bottom: 0px;
    display: block;
    font-size: 16px;
    padding-top:10px;
    max-width: 500px;
}

.purchace-information tbody, .personal-information tbody{
    width: 100%;
    border: 1px solid #c9caca;
}

.purchace-information tr, .personal-information tr{
    border-bottom: solid 1px #efefef;
}

.purchace-information th, .personal-information th{
    font-size: 14px;
    color: #000000;
    background-color:  #fff;
    padding: 10px 2%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
}

.purchace-information td, .personal-information td{
    font-size: 14px;
    background-color:  rgba(255,255,255,0.8);
}

/*プロフィール編集*/

.imput-form{
    width: 90% !important;
}

/*不達成時のセット詳細*/

.not-achieved-set{
    margin: 10px 5px 0 5px;
}

.not-achieved-set>img{
    margin-bottom: 5px;
}

.box{
    border: 1px solid #efefef;
    padding: 0;
}

.box>img{
    width: 100%;
}

.box h4{
    padding:5px;
    margin: 0;
    text-align: center; 
    font-size: 15px;
    background-color: #efefef;
}

.box>.checkbox{
    font-size: 14px;
    margin-bottom: 10px;
}
/*ログイン画面*/

.login p{
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}

.login h3{
    border: none;
    font-size: 16px;
    line-height: 1.6;
}

.chusyaku{
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.4;
}
.sns{
    width: 280px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin-bottom: 15px;
}

.login-sentence{
    font-size: 16px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.login-sentence > a {
    color: #fff;
}

.sns.yahoo .login-sentence > a {
    color: #333;
}

.sns.new{
    background-color: #F69732;
    background-color: rgba(246,15,50,0.7);
    /* background-color: #F05F40; */
    border: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    max-width: 500px;
    margin-top: 16px
}

.btn.orange.transparent{
    background-color: rgba(255,140,0,0.9);
    /* background-color: #F05F40; */
    border: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    max-width: 500px;
    margin-top: 16px;
    box-shadow: none;
}

.baner{
    width: 90%;
    margin: 0px 5% 20px 5%;
}

.bak-white{
    background: #fff;
    padding: 5px 10px;
}

.bak-white li{
    margin: 10px 5px 10px 20px;
    list-style: inherit;
}

.sns-icon{
    width: 13%;
}

.sns.facebook{
    background-color: #3A569C;
    border: 1px solid #3A569C;
}

.sns.line{
    background-color: #00B937;
    border: 1px solid #00B937;
}

.sns.yahoo{
    background-color: #fff;
    border: 1px solid #E83032;
}

.sns.yahoo td{
    color: #000000 !important;
}

.sns.google{
    background-color: #D61F1F;
    border: 1px solid #D61F1F;
    margin-bottom: 25px;
}

.input-group input{
    margin: 2px 0 !important;
    border-radius: 6px !important;
    font-size: 14px;
    height: 40px;
    box-shadow: none;
}
.input-group textarea {
    margin: 2px 0 !important;
    border-radius: 6px !important;
    font-size: 14px;
    box-shadow: none;
}

input[type="text"]:focus {
    outline: 0;
    border-color: #F69732;
    box-shadow: none;
}
input:invalid, select:invalid {
    border-color: #FF0000;
}

.input-group{
    /*  display: block !important;*/
    margin-right: auto;
    margin-left: auto;
    /* min-width: 320px; */
}

.input-group.interval{
    max-width: none;
}

.form-control.last{
    margin-bottom: 12px !important;
}

input[type="text"].form{
    width: 90% !important;
    display: block;
    margin-left: 5% !important;
}

.checkbox{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    clear: both;
}

/*選択と決済*/

.sns.back{
    background-color: #B5B6B6;
    width: 140px;
    height: 28px;
    border: solid 1px #B5B6B6;
    margin-top: 14px;
    font-size: 14px;
}

.settlement h3{
    border: none;
    text-align: left;
    clear: both;
    float: left;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.settlement dl{
    width: 95%;
    margin: auto;
}

.imform{
    max-width: 500px;
}

.imform dl{
    width: 90%;
    margin: auto;
}

.settlement dt, .imform dt{
    clear: both;
    margin-bottom: 3px;
    padding-top: 5px;
}

.credit{
    margin-left: 6%
}

.credit img{
    padding: 1%;
}

.amex{
    width: 18% !important;
}


.chenge{
    text-align: center;
    font-size: 14px;
}

.project.big-project dl{
    padding: 0 5%;
}

.project.big-project dt{
    clear: both;
    font-size: 16px;
    padding-top: 5px;
}

.form-group.half.line{
    width: 100px;
    float: left;
    margin-left: 3%;
}

.checkbox.left{
    text-align: left;
    font-size: 14px;
    padding-left: 6%;
}
.chusyaku2{
    width: 200px;
    float: right;
    padding-top: 3px;
    font-size: 12px;
}

.select-return.course{
    margin-top: 5px;
    margin-right: 8px;
}

.select-return.card{
    margin-top: 5%;
}

.border-green{
    /*border: 1px solid #88C344;*/
}

select .sel1:focus {
    outline: 0;
    border-color: #F69732;
    box-shadow: none;
}


/*確認画面*/

.confirmation-table span{
    color: #CB222F !important;
}

.confirmation-table{
    margin: 0 auto;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.confirmation-table tbody{
    margin: 0 auto;
    display: block;
    width: 100%;
}


.confirmation-table th, .confirmation-table td{
    font-size: 16px;
    padding: 5px 10px;
}

.confirmation-table th{
    white-space: nowrap;
}


.kome{
    font-size: 12px !important;
    clear: both;
    padding:0 10%;
}

.border-green.coment{
    width: 100%;
    padding: 10px;
    margin: 30px auto;
}

dl.coment{
    margin-bottom: 0;
}

dt.coment{
    text-align: center;
    font-size: 15px;
    margin-bottom: 3px;
}

dd.coment{
    width: 90%;
}

.input-group.coment{
    max-width: 90%;
    min-width: 100%;
}

/*お客様情報*/

.padding-top span{
    color: #CB222F !important;
}

.left2{
    margin-bottom: 0;
}

.padding-top{
    padding-top: 10px !important
}


/*不達成時の選択*/

.checkbox2{
    font-size: 18px;
    margin-top: 10px;
}

.sns.narrow{
    width: 150px !important;
    font-size: 18px;
    height: 40px;
    font-size: 14px;
}

.green.narrow{
    background-color: #88C344;
    color: #fff;
    font-size: 16px;
    border: 1px solid #88C344;
    margin-bottom: 15px !important;
    width: 60% !important;
    max-width: 500px;
    height: 40px;
}

/*完了画面*/

.yellow.orange{
    background-color: #F69732;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #fff;
}

.introduction-sentence{
    width: 60%;
    margin: 40px auto 0 auto;
    min-width: 280px;
}

.introduction-sentence li{
    margin: 20px 0;
}

.introduction-sentence h4{
    font-size: 16px;
}

.sns.new.narrow.white-in{
    background-color: #fff;
    color: #68b300;
    border: 1px solid #68b300;
    margin-bottom: 8px;
}

.sns.twitter{
    color: #fff;
    background-color: #00ACEE;
    border: 1px solid #00ACEE;
}

/*all-intervals*/

.project.big-project.interval{
    background-color: #fff;
}

.project.big-project.interval a{
    color: #000000;
}


.report-left img{
    margin: 5px 10px 5px 10px;
    border-radius: 10px;
}

.report-right h3{
    text-align: left;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
    text-shadow: 1px 1px #efefef;
    font-size: 14px;
}

.report-right p{
    clear: both;
    padding: 0;
    line-height: 1.5;
    padding-right: 2%;
    font-size: 12px;
}

.ribbon.orange p{
    font-size: 12px !important;
    color: #fff;
    padding: 5px;
}

.stamps{
    padding: 0 2%;
}

.stamp-wide{
    width: 21%;
    text-align: center;
    float: left;
    margin: 0 3%;
    font-size: 12px;
    padding-bottom: 5px;
}

.stamp-narrow{
    width: 11%;
    float: left;
    margin: 5px 1.2%;
    padding-bottom: 2px;
}

.stamp-narrow img{
    width:80%;
}

.stamp-narrow:after{
    content: '4';
    position: absolute;
    margin-top: 2.6%;
    font-size: 12px;
    margin-left: 4px;
}

.coment-form input{
    width: 76% !important;
    float: left;
    margin: 0 3% !important;
}

.coment-form button{
    float: left
}

.post{
    margin-top: 5px !important;
}

.project-bak{
    background-color: rgba(246,17,50,0.03);
    padding-bottom: 40px;
}

.return-course button.purchase.gray{
    background-color: #cacaca;
    border: none;
    color: #fff;
}

/*interval*/


.reaction p{
    width: 80%;
    float: right;
    text-align: left;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

.reaction ul{
    width: 80%;
    float: right;
    margin-bottom: 0;
}

.reaction ul>li{
    width: 30%;
}

.reaction ul>li>img{
    width: 70% !important;
    margin: 0 !important;
}

.reaction ul li:after {
    content: '4';
    position: absolute;
    margin-top: 1.5%;
}

.coment-fix{
    padding-top: 20px;
    background-color: #fff;
    border-top: 1px solid #88C344;
}

.border-top{
    border-top: solid 1px #cacaca;
}


.frame {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
    position: relative;
}
/*
.frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
*/

.overview {
    position: absolute;
    bottom: 130px;
    left: 0;
    z-index: 1;
    color: #fff;
    width: 100%;  
}

.overview.interval-report {
    position: absolute;
    bottom: 31px;
    left: 0;
    z-index: 1;
    color: #fff;
}

.overview2 {
    position: absolute;
    z-index: 1;
    left: inherit;
    color: #000000;
    width: 2.94%;
    bottom: 185px;
    background: linear-gradient(to top, rgba(255,255,255,0.9) 0.1%, rgba(255,255,255,0) 50%);
}

.overview2 h3{
    font-size: 14px;
}

.react-react{
    width: 80%;
    float: right;
    border-top: 1px dotted #cacaca;
    clear: both;
}

.comment-footer{
    bottom: -20px !important;
}

/*collabo.html*/

.collabo-h3{
    margin-bottom: 0 !important;
    color: #000000;
    text-shadow: 1px 1px #cacaca;
    margin-top: 40% !important;
    padding-top: 2% !important;
    line-height: 1.2 !important;
    padding-bottom: 5px !important;
}

.ribbon.white{
    background-color: rgba(255,255,255,0.6);
}

.font-red{
    color: rgba(246,17,50,0.9);
    /*font-weight: 800;*/
}

.blinking{
    -webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
    font-weight: 300 !important;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.new-picture{
    position: relative;
    box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
}


.recruit h2, .post h2{
    margin-top: 0;
    font-size: 16px;
    padding-top: 15px;
    text-align: center;
}

.project h4.org {
    position: absolute;
    /* top: 0; */
    left: -5px;
    clear: both;
    font-size: 12px !important;
}



/*商取引法に基づく表記*/

.trade-law{
    margin-bottom: 30px;
    max-width: 600px;
}

.trade-law>caption{
    text-align: center;
}

.trade-law th,.trade-law td{
    border: 1px solid #efefef;
    font-size: 11px;
    padding: 3% 5px 3% 5px;
}

.trade-law th{
    background-color: #efefef;
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.trade-law td{
    background-color: #fff;
}

.law-under{
    border-bottom: 1px solid #efefef !important;
}

.trade-law  ol{
    padding: 0;
    padding-left: 14px;
}

.trade-law  ol>li{
    list-style-type: decimal
}

.trade-law dt{
    float: left;
}

.trade-law dl{
    margin: 0;
}

/*mypage*/

.w46{
    width: 46% !important;
}

.w46 h3{
    font-size: 12px !important;
}


/*teaser*/

.project>img{
    width: 100% !important;
}

.col-sm-4.project h3{
    margin: 0;
    padding: 5px;
}

.col-sm-4.project,.project-interval{
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 5px 0 10px 0;
}

/** グリッドが落ちちゃうときは、これで囲もう */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/** see http://materializecss.com/getting-started.html */

.z-depth-0 {
    box-shadow: none !important
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating,
.dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-4, .modal {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3)
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3)
}
.hoverable {
    transition: box-shadow .25s;
    box-shadow: 0
}

.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.set button.buy-button {
    background-color: #F05F40;
    border: 1px solid #F05F40;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 10px;
}

.sns.set-button.buy{
    background-color: #F05F40;
    border: 1px solid #F05F40;
    color: #fff;
    font-weight: 600;
    width: 80%;
    max-width: 300px;
    margin: 0px auto 10px auto;
}

.finish-button{
    width: 80% !important;
    max-width: 300px;
    border: none !important;
    background: #EFEFEF !important;
    color: #222 !important;
    margin: 0px auto;
}

.sns.set-button.detail{
    background-color: #fff;
    border: 1px solid green;
    color: #222;
    font-size: 14px;
    width: 100%;
    max-width: 240px;
    margin: 0px auto 10px auto;
}


.set-contents{
    margin: 10px 2%;
}

.set-contents dt{
    padding: 1% 0 5px 3%;
    font-size: 14px;
    font-weight: 600;


}

.set-contents dd{
    padding: 5px 5%;
    font-size: 17px;
    font-weight: 600;
}

.set_description{
    font-size: 15px !important;
    color: #222;
    margin-top: 5px;
    font-weight: 300 !important;
    line-height: 1.5;
}

.set_description dl{
    margin-left: 20%;
}

i.fa.fa-hand-o-down{
    padding-right: 5px;
}

img.alignnone.size-full.wp-image-870{
    margin-top: 50px;
}

@media (max-width: 992px) {
    #portfolio .row .col-md-4 {
        margin: 20px 0;
    }

    .row-black {
        background-color: #000;
        width: 100%;
        margin: 20px 0;
    }
}


@media (min-width: 992px){
    .row-eq-height {
        /*   width: 80%;
      margin-left: 10%; */
    }
    .row-eq-height p{  
        font-size: 16px;
        line-height: 1.6;
    }
    .set h5{
        /* padding-top: 0; */
        /* width: 100%; */
    }
    .charm-point, .step, .introduce, .recipe, #return, .finish, .projects, .kaiwa{
        max-width: none;
    }
    /* Safari hack */
    .col-md-4 {
        width: 33.2%;
    }
    .col-md-6 {
        width: 49.95%;
    }
    main.owarimaruhachi .page-sub,
    main.hyakunensou .page-sub{
        margin-top: 0;
    }
    main.owarimaruhachi .page-sub .border-hr,
    main.hyakunensou .page-sub .border-hr{
        margin-top: 0;
    }
}
@media (max-width: 500px){
    h4{
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 48%;
        margin-left: 1%;
        padding: 0;
    }
    .modal-dialog {
        max-width: 1000px;
        width:80%;
        margin: 30px auto;
    }
    .modal-sm {
        width: 300px;
    }
}

/*modal*/
.chika-point{
    max-width: 260px;
    float: right;
}
.modal-title{
    display: none;
}

.modal .sns.facebook{
    background-color: #3A569C;
    border: 1px solid #3A569C;
    width: 260px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin: 10px auto;
    color: #fff;
}

.modal .sns.line{
    background-color: #00B937;
    border: 1px solid #00B937;
    width: 260px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin: 10px auto;
    color: #fff;
}

.modal .sns.yahoo{
    background-color: #fff;
    border: 1px solid #E83032;
    width: 260px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin: 10px auto;
    color: #fff;
}

.modal .sns.yahoo td{
    color: #000000 !important;
}

.modal .sns.google{
    background-color: #D61F1F;
    border: 1px solid #D61F1F;
    margin-bottom: 25px;
    width: 260px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin: 10px auto;
    color: #fff;
}

.modal .sns{
    background-color: #ffF;
    border: 1px solid #68b300;
    width: 260px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 10px auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin-top: 0;
}

.modal .sns h6{
    font-size: 16px;
    margin-top: 0;
}

.modal .sns.regist{
    background-color: #FFF;
    border: 1px solid #FF4E15;
    width: 180px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    margin-top: 0;
}

.modal .sns.facebook > table,
.modal .sns.line > table,
.modal .sns.google > table,
.modal .sns.yahoo > table{
    margin-left: 10%;
}

.modal .sns-icon>img{
    width: 30px;
}

.modal .input-group-btn {
    padding-left: 5px;
}
.modal .btn.btn-default{
    background: #FFE200;
    border: 0.5px solid #cacaca;
    text-shadow: none;
}

.modal #register .login-sentence{
    color: #F05F40;
}

.modal .input-zone{
    background-color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    clear: both;
}

.modal .input-zone>h4{
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #F69732;
}
.modal .input-zone h5{
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.modal .input-zone h5 strong {
    color: #E58;
}
.modal-body img.line-at {
    width: auto;
}
.modal .input-zone .line-at-banner {
    max-width: 260px;
    margin: 10px auto;
}
.modal .input-zone .line-at-banner img {
    border-radius: 10px;
}
.modal .input-zone .mailmagazine {
    border-top: 1px solid #ccc;
}
.modal .input-zone .sns-follow {
    border-top: 1px solid #ccc;
}
.modal .input-zone .sns-follow .twitter {
    text-align: center;
    margin: 10px auto;
}
.modal .input-zone .sns-follow .facebook {
    width: 260px;
    margin: 10px auto;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}
#facebook_posts .col-md-6 {
    margin-bottom: 20px;
}

#charm1{
    background-size: cover;
    padding: 100px
}

#charm1 h2{
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 2px #222;
    line-height: 2.0
}

.thema h4{
    font-size: 38px;
    padding: 50px;
    text-align: center;
    line-height: 1.6
}

.thema h5{
    font-size: 40px;
    padding: 50px;
    text-align: center;
    line-height: 2.0;
}


#charm2 {
    background-size: cover;
    padding: 100px 10%;
    padding: 10px 5%;
}

#charm2 ol {
    border: 6px dotted yellow;
    padding: 5px 5%;
}

#charm2 li{
    font-size: 28px;
    /* font-weight: bold; */
    /* color: #fff; */
    /* text-shadow: 2px 2px 2px #222; */
    padding: 10px 0;
    line-height: 1.8;
}

#movie {
    padding:10px 100px;
}

#movie h6{
    font-size: 17px;
    text-align: center;
}

.btn-xl {
    color: #fff;
    background-color: #F05F40;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 0px;
    margin-bottom: 38px !important;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    display: block;
    clear: both
}

.btn-why {
    color: #fff;
    font-weight: 500;
    background-color: #88C344;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 0px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    display: block;
    clear: both;
    box-shadow: none
}

.btn-why:hover, .btn-more:hover{
    box-shadow: none;
}

.btn-more{
    color: #000;
    font-weight: 500;
    /* background-color: #88C344; */
    /* border: none; */
    border-radius: 0px;
    /* font-size: 18px; */
    /* padding: 15px 0px; */
    margin-bottom: 20px;
    width: 90%;
    max-width: none;
    margin: 20px 5%;
    /* display: block; */
    /* clear: both; */
    box-shadow: none;
    background: #fff;
    border-top: 3px dotted #88C344;
    padding: 30px 0;
    font-size: 20px;
}

/*
.thema ul{
  width: 75%;
margin-left: 14%
}*/

.thema li{
    font-size: 24px;
    padding: 5px;
    text-align: center;
    line-height: 1.8;
}

.thema ul{
    margin-bottom: 50px;
}

#runner{
    background-size: cover;
    padding: 0 100px;
    padding-bottom: 0
}

.self-introduction{
    background: #f7f8f8;
    border-radius: 10px;
    padding: 10px 5%;
}

/*#runner > .container {
  background-color: transparent !important;
}*/
.profile p{
    font-size: 16px;
    padding: 10px 0;
}

#runner h5{
    font-size: 20px;
    padding: 10px;
}

.runner-picture{
    width: 90%;
    margin-left: 5%;
}

.profile{
    background: rgba(255,255,255,0.8);
    padding: 10px
}

.profile h4{
    color: #222 !important;
    text-shadow: none !important;
}

.runner-sentence{
    /* color: #fff; */
    font-size: 17px;
    /* text-shadow: 2px 2px 2px #222; */
    /* padding: 20px; */
    line-height: 1.8;
}

#greeting {
    margin: 50px;
}

@media (max-width: 780px) {
    .thema h4{
        font-size: 35px
    }
    .thema h5{
        font-size: 35px;
        padding: 0;
    }
    #movie {
        padding: 20px;
    }
    #charm2{
        padding: 40px;
    }
    #charm2 li{
        font-size: 20px;
    }
    .recipe h4{
        border: none;
        font-size: 24px;
    }
    p.kaiwa-text {
        font-size: 16px;
    }
    #charm1 h2{
        font-size: 30px;
    }
    #charm1{
        padding: 20px;
    }
    #runner{
        padding: 20px;
    }
    #runner h4{
        padding: 20px 0;
    }

    .profile h4{
        padding: 0 !important;
    }
    .profile p {
        font-size: 14px;
    }
    .sub-zone{
        background: transparent;
        min-height: none;
        margin-top: 20px;
    }
    nav h1 {
        margin: 0px auto;
        padding: 0px 0 5px 0;
        text-align: center;
        /*border-bottom: 1px solid #F69732;*/
    }
    nav h1 > img {
        max-height: 30px;
    }
    .navbar-header {
        position: absolute;
        right: 5px;
        top: 0;
    }
    nav .nav-justified > li {
        display: block !important;
        width: 100% !important;
    }
    .nav-button.border-yellow{
        border-right: none;
        border-bottom: 1px solid #D7C050;
    }

    .nav-button.border-orange{
        border-right: none;
        border-bottom: 1px solid #C35E3B;
    }

    .navbar-default .navbar-toggle {
        background-color: #F69732;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: #F69732;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }
    .press-left h3{
        line-height: 1.5;
    }
    .buy{
        padding: 20px 0;
    }
}

@media (max-width: 450px){
    #charm1 h2{
        font-size: 18px;
    }
    .thema h4 {
        font-size: 28px;
        padding: 20px 2%;
    }
    .thema ul {
        width: 100%;
        margin-left: 2%;
    }
    .thema li{
        font-size: 14px;
    }
    #charm2 {
        padding: 20px 10px;
    }
    #charm2 ol{
        padding-left: 5%;
    }
    #charm2 li {
        font-size: 14px;
        padding: 5px 0;
        line-height: 1.8;
    }
    #movie {
        padding: 20px 0;
    }
    .thema h5 {
        font-size: 17px;
        padding: 0;
        line-height: 1.8;
    }
    .btn-xl, .btn-why{
        width: 96%;
    }
    .vision .btn-xl {
        width: 75%;
    }
    .recipe, #return, .projects, .finish {
        width: 100%;
        margin-left: 0%;
    }
    .recipe h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    .col-xs-12.runner{
        width: 100%;
    }
    #runner h5{
        font-size: 14px;
    }
    .dummy {
        color: #fff;
        font-size: 14px;
        /* text-shadow: 2px 2px 2px #222; */
        padding: 10px 0;
        line-height: 1.8;
    }
    #runner h4 {
        font-size: 20px;
    }
    #runner {
        padding: 0;
    }
    .runner-sentence{
        font-size: 12px;
        line-height: 1.5;
    }
    p.kaiwa-text {
        font-size: 12px;
    } 
    .charm-point{
        width: 100%;
        margin: 0;
    }
    .point td {
        padding: 10px 2% 10px 2%;
    } 
    .sns.wide.left{
        float: left; 
        width: 40% !important;
        margin: 0 2% 10px 8%;
    } 
    .sns.footer-green{
        float: left;
        width: 40% !important;
        margin: 0 8% 10px 2% !important;
    }
    .btn-more {
        font-size: 14px;
    }
    .event img {
        width: 100%;
    }
    .event-sentence{
        width: 100%;
    }
    .top-h2 {
        font-size: 18px;
    }
    .y-scroll dt {
        float: none;
    }
    #greeting {
        margin: 50px auto;
    }
    #portfolio .portfolio-item {
        margin: 20px 5px;
    }
    /*bbq2017*/
    .bbq-h3{
        font-size: 14px !important;
    }

    .bbq-h4{
        font-size: 12px;
    }
    .col-lg-6.set-box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    .set_description dl{
        margin-left: 5%;
    }
}

.hover-shio{
    box-shadow: 2px 2px 3px #aaa;
}


.hover-shio :hover {
    opacity: 1;
    overflow:   hidden;
}  

.hover-shio img{
    width: 100%;
}
.hover-shio-contents{
    position:absolute;
    opacity: 0;
    background-color: rgba(255,255,255,0.6);
    -webkit-transition: all 0.2s ease;
    transition:   all 0.2s ease;
    padding-right: 30px;
    height: 100%;
    width: 100%;
}
.hover-peure-contents{
    position:absolute;
    opacity: 0;
    background-size: contain;
    /*background-color: rgba(255,255,255,0.6);*/
    -webkit-transition: all 0.2s ease;
    transition:   all 0.2s ease;
    padding-right: 30px;
    width: 93%;
    height: 93%

}
.hover-shio :hover .hover-shio-contents,.hover-shio :hover  .hover-peure-contents{
    opacity: 1;
}
.flexiblebox {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
}
#pictures-shio .col-sm-4{
    margin-bottom: 30px;
}

.sub-title.peure-komidashi{
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    padding: 5px;
    color: #222;
}

.portfolio-item.tour{
    margin-bottom: 10px;
}

.nepal-komidashi{
    font-size: 20px !important;
    font-weight: 400 !important;
}
.img-modal {
    position: relative;
}
.click{
    position: absolute;
    top: 0;
    font-size: 15px;
    background: rgba(0,0,0,0.8);
    padding: 0px 10px;
    color: #68b300;
    color: #fff;
}
.set-click{
    top: 205px;
}

.sub-title.peure-komidashi{
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    padding: 5px;
    color: #222;
}

.portfolio .portfolio-item {
    right: 0;
    background-color: #f7f8f8;
    padding: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.5);
}

.portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative; /* max-width: 400px; */
    margin: 0 auto
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: rgba(254, 209, 54, .9);
    background: #88C344;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position:absolute;
    background-size: contain;
    /*background-color: rgba(255,255,255,0.6);*/
    -webkit-transition: all 0.2s ease;
    transition:     all 0.2s ease;
    width: 100%;
    height: 100%
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

.portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 25px
}

.portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0
}

.portfolio .portfolio-item .portfolio-caption p {
    font-size: 16px;
    margin: 0
}

.portfolio * {
    z-index: 2
}

.portfolio-title{
    font-size: 16px;
    padding-top: 16px;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.portfolio-modal .close-modal:hover {
    opacity: .3
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052
}

.countdown{
    background: #fff;
    /* box-shadow: none; */
    border: none;
    background-color: rgba(248, 247, 247, 0.8);
}

#sns_follow {
    position: fixed;
    bottom: 40px;
    left: 10px;
    z-index: 100;
    width: 150px;
}
#sns_follow > ul > li {
    list-style-type: none;
    margin: 5px 0;
}
/* see https://saruwakakun.com/html-css/reference/instagram */
.insta_btn2{
    color: #FFF;
    border-radius: 7px;
    position: relative;
    display: inline-block;
    height: 30px;
    width: 114px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    vertical-align: middle;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration:none;
}

.insta_btn2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{
    font-size: 21px;
    position: relative;
    top: 2px;
}

.insta_btn2 span {
    display:inline-block;
    position: relative;
    transition: .5s
}
.insta_btn2:hover {
    color: #FFF;
}


#project_status_2 {
    text-align: right;
}

.paypal-button {
    margin-bottom: 8px;
    margin-top: 16px;
    text-align: center;
}

#checkout-button > p {
    margin-bottom: 8px;
    margin-top: 16px;
    text-align: center;
    color: rgba(246,17,50,0.9);
}


/*もろこしページcss*/

.main {
    margin-bottom: 10px;
}
.main .main-bg {
    max-width: 100%;
    height: 429px;
    background: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/morokoshi/mainimg-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
}

.main .main-bg2 {
    max-width: 100%;
    height: 340px;
    background:url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/morokoshi/mainimg.png) no-repeat;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position:left bottom,center top, center bottom, right bottom;
    background-size: 140px 340px, 336px 200px, 336px 140px, 140px 340px;
}

.main .main-bg3 {
    max-width: 100%;
    height: 380px;
    background: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/morokoshi/mainimg-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
}

.main-bg h4 {
    font-size: 24px;
    margin: 15px;
    text-align: center;
    /* font-weight: bold; */
    position: relative;
    top: 10px;
    padding: 10px 10px;
    max-width: 100%;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 10px;
}

.main-bg h4:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.main-bg h4:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 1;
}


.main-bg3 h4 {
    font-size: 24px;
    margin: 15px;
    text-align: center;
    /* font-weight: bold; */
    position: relative;
    top: 80px;
    padding: 10px 10px;
    max-width: 100%;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 10px;
}

.main-bg3 h4:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.main-bg3 h4:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 1;
}


.main h3 {
    position: relative;
    color: #fff;
    font-size: 28px;
    top: 15px;
    margin:0;
    padding:0;
    text-align: center;
    text-shadow: 4px 2px 4px #333;
}


.main-bg3 h3 {
    position: relative;
    color: #fff;
    font-size: 28px;
    top: 100px;
    margin:0;
    padding:0;
    text-align: center;
    text-shadow: 4px 2px 4px #333;
}

.main .creator_name {
    width: 50%;
    background-color: rgba(111, 56, 0, 0.27);
    position: relative;
    top: 30px;
    left: 25%;
    text-align: center;
}
.main .creator_name h2 {
    font-size: 16px;
    color: #fff;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
}
.main-bg3 .creator_name h6 {
    font-size: 12px;
    color: #fff;
    padding: 5px;
    margin: 0;
}

.main-bg3 .creator_name {
    width: 50%;
    background-color: rgba(111, 56, 0, 0.27);
    position: relative;
    top: 150px;
    left: 25%;
    text-align: center;
}
.main-bg3 .creator_name h2 {
    font-size: 16px;
    color: #fff;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
}
.main .creator_name h6 {
    font-size: 12px;
    color: #fff;
    padding: 5px;
    margin: 0;
}

.main p.txt-box {
    font-size: 20px;
    margin: 30px auto;
    padding:0;
    text-align: center;
    width: 100%;
}

.main p.txt-box2 {
    color: #fff;
    font-size: 30px;
    margin:0;
    padding:0;
    text-align: center;
    text-shadow: 4px 2px 4px #333;
}

.main p.txt-black{
    background-color: #000;
    color: #fff;
    margin: -20px auto;
    padding:0;
    font-size: 20px;
    width: 100%;
    height: 160px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    text-align: center;
    line-height: 40px;
}


.main ul {
    color: #333;
    font-size: 20px;
    margin: 10px 70px;
    padding:0;
    text-align: center;
    width: 70%;
}

.main ul li {
    padding-bottom: 15px;
    position: relative;
}

.main ul li span {
    color: #E30113;
}

.main ul li :after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -0.3em;
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 100%;
}

.txt-box h4{
    margin-bottom: 30px;
    font-size: 20px;
}

.txt-box h4.title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #333;
    background: #FFF;
    border: solid 2px #555;
    border-radius: 10px;
    box-sizing: border-box;
}

.txt-box h4.title :before {
    content: "";
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: -12px;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 2;
}

.txt-box h4.title :after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -12px;
    border-right: 10px solid #555;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 1;
}

.txt-box p {
    font-size: 18px;
    width: 100%;
    background-color: #FFF;
    color: #000;
    text-shadow: none;
    font-weight: bold;
}

img.profile2 {
    margin: auto;
    border-radius: 20px
}

.setsumei{
    padding: 15px 5px 10px 5px;
    line-height: 1.8;
    font-size: 16px;
}

.setsumei-w{
    padding: 10px 20px 10px 20px;
    line-height: 1.8;
    font-size: 20px;
}

.setsumei-b{
    padding: 10px 25px 10px 25px;
    line-height: 1.8;
    font-size: 20px;
}

.setsumei span{
    font-weight: bold;
}

.text-box{
    font-size: 16px;
    line-height: 1.8;
}


.greeting h3.title {
    font-size: 24px;
    margin: 60px auto 40px;
    text-align: center;
    /* font-weight: bold; */
    position: relative;
    margin: 1.5em 0;
    padding: 10px 4em 10px 10px;
    max-width: 100%;
    background: #FFF;
    border: solid 2px #787878;
    box-sizing: border-box;
    border-radius: 10px;
}

.greeting p.text-box {
    margin: 0px auto;
    margin-left: 25px;
}


.food-setsumei h3.title {
    font-size: 24px;
    margin: 60px auto 40px;
    text-align: center;
    /* font-weight: bold; */
    position: relative;
    margin: 1.5em 0;
    padding: 10px 4em 10px 10px;
    max-width: 100%;
    background: #FFF;
    border: solid 2px #787878;
    box-sizing: border-box;
    border-radius: 10px;
}

.food-setsumei h3.naito-chumoku{
    text-align: center;
    /* font-weight: bold; */
    position: relative;
    margin: 1.5em 0;
    padding: 10px 10px;
    max-width: 100%;
    background: #222 !important;
    border: none !important;
    box-sizing: border-box;
    /*border-radius: 0 !important;*/
    color: #fff;
}

.food-setsumei h3.naito-chumoku::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -10px;
  border-top: 15px solid #222;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.food-setsumei h3.title:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.food-setsumei h3.title:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}

.food-setsumei p.text-box {
    margin-left: 25px;
}

.food-setsumei p.text-box span{
    font-weight: bold;
}

#recipe .recipe-box {
    margin: 40px auto;
}

#recipe .recipe-box h3 {
    font-size: 20px;
    /* background-color: rgba(255,223,103,0.2); */
    text-align: left;
    padding: 15px 25px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

#recipe .recipe-box h2 {
    font-size: 24px;
    color: #fff;
    /* background-color: rgba(255,223,103,0.2); */
    text-align: left;
    padding: 15px 25px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.takaki-corn{
    background-color: rgba(255,223,103,0.2);
}

.naito-recipe{
    background-color: #FF000A;
    color: #fff;
}

#recipe .recipe-box h3 img {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 135px;
    padding: 0;
}

#recipe .recipe-box h2 img {
    position: absolute;
    right: 0px;
    bottom: 5px;
    width: 135px;
    padding: 0;
}

.circle_icon{
    position: absolute;
    right: 0px;
    bottom: -20px;
    width: 135px;
    padding: 0;
}

.border-hr{
    width: 100px;
    border: 1.5px solid;
    margin-bottom: 30px;
    margin-top: 50px;
}

.border-addr{
    width: 100%;
    border: 1.5px solid;
    margin-bottom: 0px;
    margin-top: 0px;
}

#kodawari {
    margin-top: 40px;
}
#kodawari > .main {
    padding-top: 10px;
    min-height: 300px;
    max-width: 100%;
    background: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/morokoshi/mainimg2.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 10px;
}

#rank_horumon h2, #other-meat h2, #story h2, section.story h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
section.story p.summary {
    margin: 25px auto;
    text-align: center;
}

#rank_horumon h3 {
    text-align: left;
}

#kodawari img.story_img {
    display: inline-block;
    width: 15%;
}

.naito-story{
    color: #000;
    padding: 8px 0;
    font-size: 16px;
}

.flow {
    margin-bottom: 110px;
}

.flow h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.4em;
}

.flow p.graph {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.flow .graph img {
    width: 40%;
}

.flow .flow_ph {
    margin-bottom: 30px;
    position: relative;
}

.flow .flow_ph .caption {
        position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    box-sizing: border-box;
    padding-left: 30px;
}

.flow .flow-box .text-box {
    padding: 20px 0;
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 1.8em;
}
.flow .flow-box .text-box span {
    font-weight: bold;
}

.flow .flow-box .photo-box {
    float: right;
    width: 50%;
    position: relative;
}

.flow .flow-box .photo-box .caption {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    box-sizing: border-box;
    padding-left: 30px;
}

.wood_pattern {
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/hanayasai/wood_pattern.png);
}
.retina_wood_pattern {
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/hanayasai/retina_wood.png);
}
main.hanayasai section.gallery .col-md-3,
main.hanayasai section.gallery .col-xs-6,
main.hyakunensou section.gallery .col-md-3,
main.hyakunensou section.gallery .col-xs-6,
main.owarimaruhachi section.gallery .col-md-3,
main.owarimaruhachi section.gallery .col-xs-6,
.gallery.row .col-xs-6{
    padding-left: 0;
    padding-right: 0;
}

.rank h3{
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
main.hanayasai section#kodawari .rank h3 {
    background: rgba(255, 128, 0, 0.2);
    color: #000;
    position: relative;
    text-align: left;
    padding: 5px 2em 5px 1em;
}

main.hanayasai section#kodawari .rank h3 img {
    position: absolute;
    right: -20px;
    bottom: 20px;
    width: 55px;
    padding: 0;
}

main.hyakunensou section.story .kodawari h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    padding: 10px;
}

main.owarimaruhachi section.story .rank h4 {
    background: #FFF;
    color: #000;
    position: relative;
    text-align: left;
    padding: 5px 2em 5px 1em;
    font-weight: normal;
}

main.owarimaruhachi section.story .rank h4 img {
    position: absolute;
    right: -15px;
    bottom: 0px;
    width: 55px;
    padding: 0;
}

#rank_horumon .rank h3:before {
    margin-left: 1em;
    content: '1位';
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/crown.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 28px;
    height: 30px;
    color: #000;
    font-size: 10px;
    float: left;
    text-align: center;
    line-height: 30px;
}
#rank_horumon .rank h3.rank2:before {
    content: '2位';
}
#rank_horumon .rank h3.rank3:before {
    content: '3位';
}
main.hanayasai section.story .rank h4:before,
main.owarimaruhachi section.story .rank h3:before{
    margin-left: 1em;
    margin-right: 5px;
    content: '';
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/crown.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -2px;
    display: block;
    width: 28px;
    height: 30px;
    color: #000;
    font-size: 10px;
    float: left;
    text-align: center;
    line-height: 30px;
}

.contents h3{
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    padding: 10px;
    text-align: left;
}

.contents-bar h3{
    color: #fff;
    background: #ED0004;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 24px;
    padding: 10px 0px 10px;
    text-align: center;
}

main.hyakunensou section.story .contents h3:before{
    margin-left: 1em;
    margin-right: 5px;
    content: '';
    background-image: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/crown.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: -2px;
    display: block;
    width: 28px;
    height: 30px;
    color: #000;
    font-size: 20px;
    text-align: left;
    float: left;
    line-height: 30px;
}

.rank{
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
main.hanayasai section.story h4.rank {
    padding-left: 0;
    padding-bottom: 0;
}

.white.back-black{
    color: rgb(237, 237, 237)
}

.back-black{
    background: #222;
}

.instaguram h3 {
    background: #E56D00;
    width: 100%;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
}

.sns_banner {
    padding-bottom: 15px;
    padding-top: 15px;
    float: left;
}

.sns_banner2 table {
    margin-left: 10%;
}

.facebook-btn {
    background-color: #4267b2;
    border: 1px solid #4267b2;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin: 10px auto;
    color: #fff;
}

.twitter-btn {
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    margin: 10px auto;
    color: #fff;
}

p.top {
    text-align: right;
}
.caret-circle-up:before {
    content: "\f0aa";
    padding-right: 20px;
}
.sns_banner p.txt-box {
    font-size: 10px;
    text-align: center;
    position: relative;
    padding: 2px 2px;
    color: #333;
    background: #FFF;
    border: solid 2px #555;
    border-radius: 10px;
    box-sizing: border-box;
    width: 66%;
    float: right;
}

.sns_banner p.txt-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    margin-top: -12px;
    border-right: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    z-index: 2;
}

.sns_banner p.txt-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -12px;
    border-right: 4px solid #555;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    z-index: 1;
}

.sns_banner img {
    width: 32%;
}
.sns_banner2 img {
    width: 100%;
}

.sns_banner2 ul li {
    padding-bottom: 20px;
    list-style: none;
}

.buy {
    padding: 20px 0;
}

main.hanayasai #buy .buy > h3,
main.owarimaruhachi #buy .buy > h3 {
    border-left: 3px solid #F80;
    padding-left: 10px;
}

.buy h4 {
    background-color: rgba(255,223,103,0.2);
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.buy h5 {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.buy p{
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}
.buy span {
    font-size: 16px;
    padding-bottom: 5px;
}
.buy .map {
    padding: 5px 0 20px 0;
}
.buy .map p {
    padding-bottom: 0;
    text-align: left;
    margin: auto 10px;
}
.buy-box {
    border: 2px solid #555;
    text-align: center;
    padding: 15px 0 ;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buy-box p {
    font-size: 16px;
    text-align: center;
    line-height: 1.8em;
}
.buy-box p span {
    font-size: 14px;
}
.buy-box p.buy-btn {
    background-color: #F68D2E;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 3px 0;
    margin: 0 auto;
    width: 50%;
    border-radius: 10px;
}

.buy-box p.buy-btn a {
    color: #fff;
}

.buy-box p.buy-btn a:hover {
    color: #337ab7;
}

main.owarimaruhachi #buy .buy > ul {
    padding-left: 20px;
}
main.owarimaruhachi #buy .buy > ul > li:before {
    content: '>   ';
}
main.owarimaruhachi #buy .buy > ul > li {
    list-style-type: none;
    font-size: 13px;
}
main.owarimaruhachi #buy .buy > ul > li > a {
    color: #116FEF;
    text-decoration: underline;
}

.buy-hs {
    padding: 20px 0;
}
.buy-hs h4 {
    text-align: left;
    font-size: 14px;
    padding: 10px;
}

.buy-hs p{
    text-align: left;
    font-size: 14px;
    padding-bottom: 20px;
}

.buy-hs .map {
    padding: 5px 0 20px 0;
}
.buy-hs .map p {
    padding-bottom: 0;
    text-align: left;
    margin: auto 10px;
}

.food-quality th.th1 {
    text-align: center;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.middle-article a{
    color: #222;
}
.middle-article h6{
    font-weight: 300;
    padding: 0 10px;
    text-align: center;
}
.middle-article h3{
    font-size: 16px;
    text-align: center;
    padding: 18px 5px 10px 5px;
    margin-bottom: 0;
}
.blog-article{
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
    padding: 10px 0;
    width: 90%;
    margin-left: 5%;
}
.blog-article a{
    color: #222;
}
.recommended-store > .subheader {
    max-width: 100%;
    background-size: contain;
    margin-bottom: 30px;
    background: url(https://kodawarinimages.blob.core.windows.net/mobile-images/img/recommended-store/aomidori0I9A8543_TP_V.jpg) no-repeat top;
    padding: 70px;
}
.store-item-lists > .subheader,
.store-item > .subheader{
    max-width: 100%;
    background-size: contain;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.recommended-store > .subheader > h2,
.store-item-lists > .subheader > h2,
.store-item > .subheader > h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}
.recommended-store > .subheader > h4,
.store-item-lists > .subheader > h4,
.store-item > .subheader > h4 {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.recommended-store > .blog-article {
    border-bottom: none;
    border-top: none;
    padding: 0;
}
.left-zone{
    float: left;
    width: 40%;
}
.right-zone{
    float: left;
    width: 60%;
    padding-left: 5px;
}
.recommended-store .right-zone {
    /* padding: 20px; */
}

.right-zone h3{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0;
}

.space-bottom{
    margin-bottom: 30px;
}

.space-top{
    margin-top: 30px;
}

.wide-pd-none{
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .feature.col-md-8{
        padding-right: 15px;
        padding-left: 15px;
    }
    .main h2, .main p {
        font-size: 14px;
    }
    .main h2 span {
        font-size: 17px;
    }
    .main .main-bg {
        background-position: top;
    }
    .main-bg h3 {
        font-size: 19px;
    }
    .main-bg h4 {
        font-size: 13px;
    }
    .main p.txt-box {
        font-size: 16px;
        line-height: 1.8;
    }
    .main p.txt-box2 {
        /* font-size: 14px; */
    }
    .main ul {
        font-size: 14px;
        margin: 50px 20px;
        width: 100%;
    }
    .main ul li {
        padding-bottom: 5px;
    }
    .main ul li :after {
        width: 3px;
        height: 3px;
    }
    .big-article{
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .big-article-span{
        font-size: 13px;
        font-weight: bold !important;
        line-height: 2;
    }
    .middle-article.right{
        padding-right: 20px;
        padding-left: 20px;
    }
    .middle-article.left{
        padding-left: 20px;
        padding-right: 20px;
    }
    .middle-article{
        padding-right: 5px;
        padding-left: 5px;
        background: #fff
    }
    .middle-caption>.col-xs-6{
        padding-left: 0;
        padding-right: 0;
    }
    .middle-caption.white{
        background-color: rgba(255,255,255,0.6) !important;
        color: #222 !important;
    }
    .middle-article p{
        font-size: 12px;
        padding: 0 20px !important;
    }
    .middle-article-span{
        /* font-weight: bold !important; */
        /* line-height: 2.5; */
    }
    section.activity .blog-article p {
        font-size: x-small;
    }

    .main .main-bg {
        height: 300px;
    }

    .main .main-bg2 {
        height: 230px;
        background-size: 70px 230px, 205px 135px, 205px 110px, 70px 230px;
    }
    .main .txt-box p span {
        font-size: 17px;
    }
    .txt-box p {
        font-size: 14px;
    }
    .txt-box h4.title :before {
        bottom: -24px;
        top: 44px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 2;
    }
    .txt-box h4.title :after {
        top: 45px;
        bottom: -30px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #555;
        z-index: 1;
    }
    .food-setsumei h3.title {
        font-size: 16px;
    }
    .food-setsumei p.text-box {
        margin-right: 0;
        padding: 0 20px;
        margin-left: 0;
        font-size: 16px;
    }

    img.profile2 {
        border-radius: 0%;
        width: 100%;
        padding: 0 10px;
    }

    #recipe .recipe-box {
        padding: 0 0;
    }

    #recipe .recipe-box h3 {
        font-size: 15px;
        padding: 10px 5px;
        width: 92%;
        padding-left: 20px;
        padding-right: 30px;
    }

    #recipe .recipe-box h3 img {
        width: 20%;
        bottom: 0;
        right: -40px;
    }

    #recipe .recipe-box h2 {
        font-size: 15px;
        padding: 10px 5px;
        width: 92%;
        padding-left: 20px;
        padding-right: 30px;
    }

    #recipe .recipe-box h2 img {
        width: 20%;
        bottom: 0;
        right: -40px;
    }

    #kodawari-story .kodawari-story-box {
        padding: 0 0;
    }

    #kodawari-story .kodawari-story-box h3 {
        font-size: 15px;
        padding: 10px 5px;
        width: 92%;
        padding-left: 20px;
        padding-right: 30px;
    }

    #kodawari-story .kodawari-story-box h3 img {
        width: 20%;
        bottom: 0;
        right: -40px;
    }

    .circle_icon {
        width: 15%;
        bottom: -10px;
        right: 10px;
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
    }

    .flow {
        margin-bottom: 50px;
    }

    .flow .graph {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .flow .graph img {
        width: 75%;
    }

    .flow .flow_ph .caption {
        height: 15px;
    }
    .flow .flow_ph .caption .text {
        font-size: 10px;
    }
    .flow .flow_ph {
        margin-bottom: 10px;
    }

    .flow .flow-box .photo-box .caption {
        height: 25px;
        padding-left: 10px;
    }

    .flow .flow-box .photo-box .caption .text {
        font-size: 10px;
    }
    .flow .flow-box .text-box {
        padding: 0 10px 0 0;
        font-size: 11px;
    }
    .instaguram h3  {
        font-size: 13px;
    }

    .sns_banner p.txt-box {
        padding: 2px 0;
    }
    .sns_banner2 ul li {
        display: inline-block;
        padding-right: 35px;
    }
    .sns_banner2 ul li:last-child {
        padding-right: 0;
    }
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
    .list-inline>li{
        padding: 0 10px;
    }
    .box-content>a{
        color: #222;
    }
    .box-img{
        width: 40%;
    }
    .box-img>img{
        width: 100%;
    }
    .box-text{
        width: 60%;
        padding: 0 8px;
    }
    .box-text>h3{
        font-size: 16px;
        margin-top: 10px;
    }
    .box-text>p{
        font-size: 10px;
    }
    .rank h3{
        color: #fff;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 16px;
        padding: 6px 0;
        line-height: 1.5;
    }
}
nav h1 {
    margin: auto auto auto 30px;
    padding: 0px 0 5px 0;
    /*border-bottom: 1px solid #F69732;*/
}
nav h1 > img {
    max-height: 30px;
}
nav .nav-justified > li {
    display: table-cell;
    width: 1%;
}
main#top .container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.press-container {
    padding-right: 0px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
main#top .story-thumbnail {
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
    position: relative;
}
main#top .story-thumbnail p,
main#page-top .story-thumbnail p{
    padding: 0 10px 20px 10px;
    /* bottom: 10px; */
    /* top: 20px; */
    line-height: 1.6;
}
.right-white{
    border-right: #fff solid 2px;
    font-size: small;
}
main#top .story-thumbnail .caption,
main#page-top .story-thumbnail .caption{
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    box-sizing: border-box;
}
.black-belt{
    position: absolute;
    height: 20px;
    width: 93%;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    box-sizing: border-box;
    font-size: 12px !important;
}
.caption-in-image {
    position: relative;
}
.caption-in-image > img {
    padding: 0;
}
.caption-in-image > .caption{
    position: absolute;
    bottom: 0;
    height: 18px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    box-sizing: border-box;
    font-size: 12px;
    text-align: right;
    padding-right: 8px;
}
.more{
    text-align: right;
    padding-right: 50px;
}

.in-excerpt p {
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
.in-excerpt .link-more {
    display: none;
}
.md-preloader {
    width: 75px;
    height: 75px;
}
.md-preloader svg circle {
    stroke:#F69732 !important;
 }
.creators {
    margin-top: 10px;
    margin-bottom: 10px;
}
.finish .project p {
    border: 1px solid #F69732;
    padding: 20px;
    text-align: center;
}
section.activity .author {
    position: absolute;
    top: 15px;
    right: 0;
}
.box-img{
    width: 40%;
}
.box-img>img{
    width: 100%;
    height: 100%;
}
.box-text{
    padding: 0 10%;
}
.box-img{
    width: 60% !important;
    margin-top: 20px;
    margin-left: 20%;
}
.posts-navigation {
    margin-top: 3em;
    box-shadow: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.nav-links {
    border-top: 1px solid #ccc;
    padding: .5em 0;
}

.nav-links:after {
    content: "";
    display: block;
    clear: both;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}
.item_contents th {
    background: #ddd;
    padding: 5px;
    border: 1px solid #B7B7B7;
}
.item_contents td {
    border: 1px solid #B7B7B7;
    padding: 5px;
}
