/*
Theme Name: Sunny-Side Customize
Theme URI: https://as-d
Author: ASD
Author URI: https://as-design.co.jp/
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/


@import url('css/bootstrap.min.css');
/*@import url('css/font-awesome.min.css');*/
@import url('css/main.css');

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,100,300,500,700,900);

body {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

#main{
	margin: 50px auto;
}

.blog #content article.post,
.archive #content article.post{
	margin-bottom: 60px;
	background: #fff;
}

.site-header{
	margin-bottom: 0;
}

.entry-thumbnail{
	border-bottom: 3px solid #eee;
}

#navigation{
	background-color: #221714;
}


#menu-main-menu a {
	color: #ffffff;
}

#menu-main-menu .sub-menu a {
		color: #221714;
}



.navbar.navbar-default{
	background-color: #221714;
	margin-bottom: 0;
	border-bottom: 0;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.entry-chat,
.entry-link,
.entry-status,
.entry-qoute,
.entry-audio{
	padding: 20px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eee;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.5);
	background: #34495e;
	color:#fff;
	font-size: 14px;
}

.entry-chat p{
	font-size: 14px;
}

.entry-link{
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-link h4{
	font-size: 20px;
}

.entry-qoute blockquote p{
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 26px;
}

.entry-qoute blockquote small{
	font-style: italic;
	font-size: 15px;
}

.format-aside .post-content.media .entry-title{
	display: none;
}

.entry-title{
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.entry-title,
.entry-summary{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content.media{
	margin-top: 20px;
}

.post-content.media .pull-left{
	padding-right: 20px;
	border-right: 1px solid #eaeaea;
	margin-right: 30px;
}

.post-content.media .post-format,
.post-content.media .publish-date{
	text-align: center;
	margin: 15px 0 0;
	padding: 0px;
}

.post-content.media .post-format{
	margin: 0 0 15px;
}

.post-content.media .post-format i{
	font-size: 24px;
	border: 1px solid #eee;
	/* border-radius: 50%; */
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition:all .4s linear;
}

.post-content.media:hover .post-format i{
	border-color: #34495e;
	border-radius: 50%;
}

.post-content.media .publish-date{
	margin: 5px 0 0px;
}

.post-content.media .publish-date .entry-date{
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	text-transform: uppercase;
}

#blog-gallery-slider.carousel{
	overflow: hidden;
}

#blog-gallery-slider .carousel-control.left,
#blog-gallery-slider .carousel-control.right{
	top: 40%;
	left: -40px;
	height: 80px;
	width: 40px;
	background: #34495e;
	opacity: 0;
	text-shadow:none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all .3s linear;
}

#blog-gallery-slider .carousel-control.right{
	left: auto;
	right: -40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blog-gallery-slider.carousel:hover .carousel-control.left{
	left: 0px;
	opacity: 1;
}

#blog-gallery-slider.carousel:hover .carousel-control.right{
	right: 0px;
	opacity: 1;
}


#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
	line-height: 80px;
	top: 0;
	left: 10px;
}

.entry-meta{
	margin: 0px 0 20px;
}

.entry-meta ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-meta ul li{
	display: inline-block;
	margin-right: 15px;
}

.entry-meta ul li i{
	margin-right: 5px;
}

.entry-meta ul li:last-child{
	margin-right: 0px;
}

.entry-meta ul li,
.entry-meta ul li i,
.entry-meta ul li a{
	text-transform: uppercase;
	letter-spacing: .75px;
	color: #a8b1b4;
	font-weight: 300;
}

.entry-meta ul li a:hover{
	color: #222;
}

.entry-summary .read-more{
	position: relative;
	-webkit-transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-ms-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all 0.17s ease-in-out;
	border: 2px solid #e5e5e5;
	padding: 6px 32px 6px 22px;
	border-radius: 4px;
	color: #363f46;
	box-shadow: 0 0 0 0;
	font-size: 12px;
	text-transform: capitalize;
}

.entry-summary p:last-child{
	margin-top: 20px;
}

.entry-summary .read-more:hover{
	color: #34495e;
}

.entry-status iframe{
	width: 99%;
}


.single-post .entry-title{
	margin-top: 20px;
}

.single-post #content article.post{
	margin-bottom: 30px;
}

.single-post #content .post-author,
.single-post #content .post-navigation{
	background: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
}


.single-post #content .post-author .pull-left{
	margin-right: 20px;
	padding: 3px;
	background: #eee;
}

.single-post #content .post-author .media-body h3{
	margin-top: 0;
	text-transform: capitalize;
}

.single-post #content .post-author .media-body p{
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
}

.single-post #content .post-navigation{
	text-transform: lowercase;
}

.single-post #content .post-navigation a:hover{
	text-decoration: underline;
}

.sticky{

}

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{

}

.bypostauthor{

}

.widget-area{
	word-break: break-word;
}

.widget-area img{
	max-width: 100%;
	height: auto;
}

.bottom-widget{
	word-break: break-word;
}

.widget_recent_comments a{
	word-break: break-word;
}

.bottom-widget img{
	max-width: 100%;
	height: auto;
}

.widget-area select{
	max-width: 100%;
}

.bottom-widget select{
	max-width: 100%;
}

.sidebar-inner .widget{
	margin-bottom: 5px;
	padding: 0 25px 60px;
	background: #fff;
}

.footer-wiget-area .bottom-widget{
	margin-bottom:50px;
}

.form-control{
	border-radius: 0;
}

.widget_title{
	margin-top: 0;
	margin-bottom: 20px;
}

.widget table,
.widget th,
.widget td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.widget table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

.widget caption,
.widget th,
.widget td {
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}

.widget caption{
	width: 100%;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	line-height: 2.5;
}
.widget th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

.widget td {
	border-width: 0 1px 1px 0;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.widget caption {
	color: #2b2b2b;
	font-weight: 900;
}
.widget thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.widget #today a{
	display: block;
	background-color: rgba(0, 0, 0, 0.02);
}

.widget .tagcloud{
	display: block;
}

.widget .tagcloud a{
	display: inline-block;
	font-size: 14px!important;
	padding: 5px 15px;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.1);
	transition:all 500ms linear;
}

.widget .tagcloud a:hover{
	background-color:rgba(0,0,0,.1);
}

.widget ul{
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	list-style: none;
}

.widget ul li{
	color: #95a3a6;
	border-bottom: 1px dotted #e2e2e2;
	padding: 8px 0;
}


.widget ul li a{
	text-decoration: none;
	color: #95a3a6;
	padding: 8px 5px 8px 0;
	-webkit-transition: all .07s ease;
	-moz-transition: all .07s ease;
	-ms-transition: all .07s ease;
	-o-transition: all .07s ease;
	transition: all .07s ease;
}

.widget ul li:hover  { background:#fafafa; }

.widget ul li a:hover{ 
	color: #515151;
	padding-left:6px;
}

#footer a{
	color: #CFCFCF;
}

.footer-menu{
	list-style: none;
	display: block;
}

.footer-menu li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.footer-menu li:first-child{
	margin-left: 0;
}

.footer-menu li:last-child{
	margin-right: 0;
}

.footer-menu li:before{
	content: "/";
	position: absolute;
	right: -14px;
}

.footer-menu li:last-child:before{
	display: none;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]
{
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	padding: 0 10px;
	background: #fafafa;
}


#respond textarea{
	display: block;
	width: 100%;
	height: 180px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	resize:none;
	padding: 10px;
	background: #fafafa;
}

#respond input:focus,
#respond textarea:focus{
	outline-offset:0;
	outline: 0;
	border-color:#000;
}

#respond ::-webkit-input-placeholder{
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
}

#footer{
	padding: 30px 0;
}

.footer-menu{
	margin:0;
}

#respond .logged-in-as{
	padding-left: 15px;
}

#respond .comment-reply-title{
	margin-top: 0px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.comment-list{
	padding: 0;
}

.comment-list .comment-body{
	margin-bottom:25px;
}

.comment-list .comment-body .comment-avartar{
	margin-right: 20px;
}

.comment-list .comment-body .comment-author{
	font-size: 16px;
	text-transform: capitalize;
}

.comment-list .comment-body .comment-date,
.comment-list .comment-body .comment-time{
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 0 7px;
}

.comment-list .comment-body .comment-time{
	margin: 0 10px 0 0px;
}

.comment-list .comment-body .edit-link{
	margin-right: 5px;
}

.comment-list .comment-body .comment-reply,
.comment-list .comment-body .edit-link{
	text-transform: lowercase;
	font-weight: 300;
	display: none;
	transition: display .5s linear;
	-webkit-transition: display .5s linear;
}


.comment-list .comment-body:hover .comment-reply,
.comment-list .comment-body:hover .edit-link{
	display: inline-block;
}

.comment-body .comment-content p{
	margin-bottom: 0;
	font-size: 13px;
	letter-spacing: .3px;
	line-height: 20px;
	margin-top: 0px;
}

.comment-list .children{
	padding-left: 40px;
}

#comments .comments-title{
	margin-top: 0;
	margin-bottom: 20px;
}

#comments .form-submit #submit{

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				-o-user-select: none;
					user-select: none;
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;

}

.page-header{
	padding: 0;
	margin: 0;
	border:0 none;
}

.page-header .page-title{
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: uppercase;
}

.pagination{
	padding: 0;
	margin: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
	background: #34495e;
	border-color: #34495e;
}


/** menu **/

 #masthead.sticky{
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
 }

#navigation.navbar{
	border-radius: 0;
}

#navigation .navbar-nav > li > a {
	padding: 25px;
	line-height: 25px;
	transition:padding .2s ease-in-out 0;
}

#masthead.sticky #navigation .navbar-nav > li > a {
	padding: 20px 25px;
}

#navigation .navbar-nav ul.sub-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	width:180px;
	position: absolute;
	z-index: 99999;
}

#navigation .navbar-nav li.menu-item-has-children {
	position: relative;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu{
	visibility: hidden; 
	background: #F8F8F8;
	border: 1px solid #E7E7E7;
	border-top: 0;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li{
	line-height: 20px;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a{
	padding: 10px 25px;
	display: block;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
	background: #f2f2f2;
}

#navigation .navbar-nav li.menu-item-has-children:hover ul.sub-menu{
	visibility: visible; 
}

/* One Page Style */

.page-wrapper{
	padding: 40px 0;
}

.parallax{
	position: relative;
	z-index: 1;
}

.parallax-image{
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

@media screen and (max-width: 800px) {
.parallax{
	position: relative;
	z-index: 1;
	padding: 2%;
	width: 100%;
}
.parallax-image{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 200%;
	background-position: left center;
}
}

@media screen and (max-width: 640px) {
.parallax{
	position: relative;
	z-index: 1;
	padding: 2%;
	width: 100%;
}
.parallax-image{
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 200%;
}
}

/*
.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url('./images/pattern.png');
	z-index: 2;
}
*/

.parallax-content{
	position: relative;
	z-index: 4;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}

/*ASD*/

#inquiry {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}



h4.titletxt1 {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	line-height: 1.25em;
	margin-right: 0px;
	margin-top: 24px;
	margin-bottom: 16px;
	margin-left: 0px;
	
}

.inq_box {
	background-color: #E9F1F8;
	margin-top: 0px;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
}
.smalltxt{
		font-size: 0.7em;
	
}

.inq_p {
	text-align: center;
	font-size: 1em;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.75em;
}

.inq_box .telnum {
	font-size: 4em;
	font-family: Rajdhani, sans-serif;;
	font-style: normal;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
	width: 100%;
	line-height: 1em;
}

.wpcf7-text {
	width: 60%;
	height: 2em;
	margin: 0.3em;
	min-height: 0px;
	color: #2A1709;
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1em;
	min-width: 200px;
}

.wpcf7-textarea {
	width: 60%;
	height: 10em;
	margin: 0.5em;
	color: #2A1709;
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	min-width: 200px;
}

.wpcf7-captchar {
	color: #2A1709;
	font-size: medium;
	text-align: left;
	line-height: 1.25em;
	font-family: Rajdhani,Arial, Helvetica, sans-serif;
	height: 1.75em;
	width: 6em;
}

.inq_box .wpcf7 {
	text-align: center;
}

.inq_box .nowraps {
	text-wrap:suppress;
}

@media screen and (max-width: 640px) {
	
.inq_box .wpcf7 {
	text-align: left;
}

h4.titletxt1 {
		font-size: 1em;
		text-align:center;
	
}

.inq_box .telnum {
	font-size: 2em;
}

	
.wpcf7-text {	
		width: 90%;
		font-size: 1em;
}

.wpcf7-textarea {
	width: 90%;

}
.inq_p {
	text-align: left;
	font-size: 1em;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.inq_p .text1{
	font-size: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


}





.text1 {
	font-size: 1.75em;
	text-align: center;
	line-height: 1.25em;
}

#employment {
	margin-top: 0px;
	clear: both;

	float: none;
}

#parttimer{
	padding: 2em;
	background-color: #FCF7E4;
		margin-bottom: 1em;	

}
#emphead{
		padding: 2em;
		margin-bottom: 0px;	
}
#worker{
	padding: 2em;
	background-color: #F3E8E8;
	margin-bottom: 1em;	
}

#recruit_content .worker{
	padding: 2em;
	background-color: #F3E8E8;
	margin-bottom: 1em;	
}


#employment p {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
}

#content .entry-title {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: x-large;
	line-height: 2em;
	text-align: left;
}
#employment h4 {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 2em;
	clear: both;
	float: left;
	text-indent: 1em;
}

#recruit_content dl,
#employment dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	clear: both;
}

#recruit_content dl dt, 
#employment dl dt {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1.75em;
	float: left;

}
#recruit_content dl dd,
#employment dl dd {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1.75em;
	margin-left: 5em;
}

/*--------------------------------*/

#corporat_info p {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
}

#corporat_info h4 {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 2em;
	clear: both;
	float: left;
}
#corporat_info dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	clear: both;
}


#corporat_info dl dt {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1.75em;
	float: left;

}

#corporat_info dl dd {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1.75em;
	margin-left: 6em;
}

/*--------------------------------*/

/*--------------------------------*/

#newsblog {
	width: 100%;
		float: left;
}

#ssnews {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
	clear: left;
	background-color: #ffffff;

}

#ssblogs {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 1em;
	padding-right: 1em;
	float: left;
	background-color: #ffffff;
}
@media screen and (max-width: 900px) {
	
#ssblogs,
#ssnews {
	width: 100%;
	float: none;
	clear: both;
	
}
	
	
}



#ssblogs h4,
#ssnews h4 {
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 2em;
	clear: both;
	float: left;
}
#ssblogs ul,
#ssnews ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type: none;
}

#ssblogs ul li,
#ssnews ul li {

	margin-left: 0em;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	clear: both;
	min-height: 80px;
	border-top: 1px solid #DDDDDD;
}

#ssblogs ul li img,
#ssnews ul li img {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#ssblogs p,
#ssnews p{
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#ssblogs ul li .title,
#ssnews ul li .title {
	/*float: left;*/
	text-align: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1.75em;
	margin-bottom: 10px;
}


#ssblogs ul li .date,
#ssnews ul li .date {
	float: left;
	width: 4.5em;
	font-size: 1.1em;
	color: #828282;
	display:block;
	height:1.5em;
}

#ssblogs ul li .titletxt,
#ssnews ul li .titletxt {
	float: left;
	display:block;
}

#ssnews ul li .cate_description,
#ssblogs ul li .cate_description {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	display:block;
	height:1.75em;
	width:auto;
}

@media screen and (max-width: 360px) {
	
#ssblogs ul li img,
#ssnews ul li img {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}
	
#ssblogs ul li .title,
#ssnews ul li .title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	line-height: 1.25em;
	width: 100%;
	padding-left:85px;
}

	
#ssblogs ul li .date,
#ssnews ul li .date {
	font-size: 1em;
	color: #828282;
	display: block;
	width: 100%;
	height:1.25em;
	float: left;
}

#ssnews ul li .cate_description,
#ssblogs ul li .cate_description {
	font-size: 1em;
	display:block;
	width: 100%;
	height:1.25em;
	float: left;
	margin-left:-0.75em;
	margin-bottom:0.25em;
}

#ssblogs ul li .titletxt,
#ssnews ul li .titletxt {
	display:block;
		float: left;
		width: 100%;
}

}





/*--------------------------------*/
#shops {
	clear: left;
	float: left;
	width: 100%;
	/*width: 867px;
	margin-left: 146px;*/
	font-family: Rajdhani,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



#shops .shopcontent {
	max-width: 290px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	width: 281px;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: hidden;
}
#shops .shopcontent h4 {
	margin-top:1em;
	text-align: center;
}
#shops .shopcontent .opentime {
	font-size: 1em;
	text-align: center;
	margin: 0px;
	line-height: 1em;
}
#shops .shopcontent .shopadd {
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	height: 3em;
}
#shops .shopcontent .maplink {
	text-align: center;
	line-height: 2em;
}
#shops .shopcontent .shoptel {
	font-size: 2em;
	text-align: center;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#shops .shopcontent .comingsoon {
	text-align: center;
	font-size: 1.5em;
	line-height: 2em;
	margin-bottom: 2em;
}
#shops .shopcontent .imgs {
	display: block;
	margin: 0px;
	width: 281px;
	height: 187px;
}


#shops .shopcontent .snslink{
		display: block;
	width: 300px;
	height: 78px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:1em;
}

@media screen and (max-width: 900px) {
#shops {
	clear: left;
	float: none;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}
#shops .shopcontent {
	max-width: 290px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: auto;
	padding: 0px;
	float: left;
	width: 285px;
	background-color: #ffffff;
}
#shops .shopcontent .imgs {
	display: block;
	margin: 0px;
	width: 281px;
	height: 187px;
}


#shops .shopcontent .snslink{
		display: block;
	width: 300px;
	height: 78px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:1em;
}

}

@media screen and (max-width: 740px) {
	
	
	div.small_box {
	clear: left;
	float: none;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	

}
}

@media screen and (max-width: 640px) {
#shops {
	clear: left;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#shops .shopcontent {
	max-width: 290px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	float: none;
	width: 281px;
	background-color: #ffffff;
}
#shops .shopcontent .imgs {
	display: block;
	margin: 0px;
	width: 281px;
	height: 187px;
}


#shops .shopcontent .snslink{
		display: block;
	width: 300px;
	height: 78px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:1em;
}

div.small_box {
		clear: left;
	float: none;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	

}

}

/*--------------------------------*/
#toppage {
	margin: 0px;

}

#top-menu{
	margin-top: 0px;
	padding: 0px;

}


#top_menu_set{
	margin-top: 4px;
	padding: 0px;
	width: 100%;
	float:left;
}

@media screen and (max-width: 980px) {
	
#top_menu_set{
	margin-top: 4px;
	padding: 0px;
	width: 584px;
	float:none;
	margin-left: auto;
	margin-right: auto;
}
	
}

#top_menu_set ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_menu_set li{
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 0px;
	float: left;
	width: 284px;
	height: 284px;
}
@media screen and (max-width: 640px) {
	
#top_menu_set{
	margin-top: 4px;
	padding: 0px;
	width: 300px;
	float:none;
	margin-left: auto;
	margin-right: auto;
}
#top_menu_set ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
}

#top_menu_set li{
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 0px;
	float: left;
	width: 142px;
	height: 142px;
}

}

#top_menu_set img{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	-webkit-transition: opacity 400ms;
}

#top_menu_set a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#toppage p a,
#toppage p{
	color:#FFFFFF;
}

#toppage p a:hover {
	color: #27D3E8;
}

/*--------------------------------*/

#coffee_list {
	margin: 0px;
	padding: 0px;
}

#coffee_list h2 {
	color: #FFFFFF;
	text-align: center;
}

#coffee_list p.subtitle {
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5em;
}

#coffee_list p.subcopy {
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 2em;
}
		


#coffee_list ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
}

#coffee_list li{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
	padding: 0px;
	float: left;
	width: 227px;
	height: 60px;
}

#coffee_list img{
	margin: 0px;
	padding: 0px;
	width: 227px;
	height: 60px;
	-webkit-transition: opacity 400ms;
}

#coffee_list a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	overflow-x: hidden;
}
/*-----------------------------*/

.koyou th{
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
		padding:0.5em;
}
.koyou td{
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
		padding:0.5em;
}
.koyou{
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;

}
.recruitform{
margin-top:2em;
margin-bottom:1em;
}
.recruitform img.wpcf7-captchac{
	width:30%;
	/*height:10%;*/
	
}
.recform{
padding: 2em;
border: 1px solid #CACACA;
margin-bottom:1em;
}

/*-----------------------------*/

#pointcard img {
	width:100vw;
	
}

#linefriends {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3em;
	background-color: #000000;
}

#linefriends img{
	width:100%;
	height:auto;
}

div.shop_info {
	max-width: 1000px;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	margin-bottom: 30px;
}

/*.shop_info .main_img {
	display: none;	
}
*/

@media screen and (max-width: 980px) {
.shop_info .main_img {
	width:100vw;
	
}
}

.shop_info h3 {
	margin-top: 80px;
	padding-top: 80px;
	
}

.shop_info h4 {
	margin-top: 0px;
	padding-top: 0px;
	
}


.shop_info ul{
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.shop_info li{
	margin-top: 0px;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 12px;
	padding: 0px;
	float: left;
	width: 300px;
	height: 200px;
	line-height: 1.25em;
}

.shop_info li.shopprof {
	margin-top: 0px;
	margin-right:0px;
	margin-left: 0px;
	margin-bottom: 12px;
	padding: 0px;
	float: left;
	width: 375px;
	height: 200px;
	line-height: 1.25em;
}

.shop_info img.shop_img_s{
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 200px;
}

.shopmap{
	width: 100%;
	padding: 0px;
}

a.cboxElement {
	height: 0px;
	width: 0px;
	margin-top: -20px;
}

.single-post .entry-content img {
	width: 100%;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	/*padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 10%;
	padding-left: 10%;
	*/
	background-color: #FFFFFF;
	border: thin solid #DDDDDD;
}

@media screen and (max-width: 640px) {
	.single-post .entry-content img {
	width: auto;
	height: auto;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
}

#post-4227 h1.entry-title {
	font-family: Rajdhani;
	font-weight: 700;
	font-size: 2em;
}

#concept {
	width: auto;
}
#concept .concept_content {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #221714;
	float: left;
}
#concept .concept_txt {
	margin: 0px;
	padding: 1em;
	width: 33%;
	float: left;
	color: #FFFFFF;
}
#concept .concept_content .concept_img {
	width: 67%;
	float: right;	
}

@media screen and (max-width: 980px) {
	
#concept .concept_txt {
	margin: 0px;
	padding: 1em;
	width: 100%;
	float: left;
	color: #FFFFFF;
}
#concept .concept_content .concept_img {
	width: 100%;
	float: right;	
}
	
}


#concept .concept_content .concept_img img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: right;
}



#concept dl {
	padding: 0px;
	margin: 0px;
}

#concept dl dt,
#concept dl dd {
	padding: 0px;
	margin: 0px;

}
#concept dl dt h4{
	color: #FFFFFF;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.25em;
	text-align: left;
	font-style: normal;
}
#concept dl dd p{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	text-align: left;
}

/*------------------------------*/
.ec_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-size: 0.8em;
}

.ec_content table {
   border-collapse: collapse; 
   border: 1px solid #444;
   padding: 0.3em;
}
.ec_content td{
	border: 1px solid #444;
}

.ec_content .t_title {
	width: 24%;
	text-align: center;
}

.ec_content .t_body{

	text-align: left;

}
#bottom_btn{
	margin:10px;
}

#bottom_btn .btn1 a{
	display:block;
	text-align:center;
	line-height:4em;
	width:16em;
	height:4em;
	background:#0052A9;
	color:#fff;
	text-decoration:none;
}


.cart_button a img.width-remove{
    width : auto;
}

.cart_button a {
	display:block;
	text-align:center;
	line-height:4em;
	width:16em;
	height:4em;
	background:#0052A9;
	color:#fff;
	text-decoration:none;
}
.cart_button a:hover,
.cart_button a:active,
.cart_button a:visited{
	background:#268DFF;
	color:#fff;
	text-decoration:none;

}
/*
.cart_button a:after {
	content: "カートに入れる";
	color:#fff;
	line-height:3em;
    position: absolute;
	left:3em;
	}
*/

.cart_button a img{
	display:none;
    width : 200px;
}

#cart_item ul,
#cart_item ul li{
	list-style-type: none;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}

#cart_item .item_name{
	font-size: 1.2em;
	font-weight: bold;	
}

#cart_item .item_cord{
	font-size: 1em;
}

#cart_item .item_price{
	font-size: 1.6em;
	font-weight: bold;	
}

#cart_item li{
	float: none;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: 1px dotted #4A2700;
	clear: both;
}

#cart_item .cart_item_contents{
	display:block;
	float:left;
	width:56%;
}

#cart_item .cart_item_spec{
	display:block;
	width:280px;
	float:right;
	margin-bottom:10px;
}

#cart_item .cart_item_contents h3{
	margin-top:0px;
	margin-bottom:20px;
}

@media screen and (max-width: 640px) {
#cart_item .cart_item_contents{
	display:block;
	float:left;
	width:100%;
}

#cart_item .cart_item_spec{
	display:block;
	width:280px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
}
a.button2 {
	display:block;
	background-color: #FFF5EE;
	border: 1px solid #351300;
	padding-top: 1em;
	padding-bottom: 1em;
	cursor: pointer;
	color: #351300;
	text-decoration: none;
	font-size: 1em;
	min-width:10em;
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	text-align:center;
}
a.button2:hover {
	color: #351300;
	background-color: #FFCEB8;
}

.entry-content h3 {
	text-align: center;
}
.entry-content p {
	
	font-size: 1em;
	margin:1em;
	
}
/*------------------------------*/
a.button2 {
	display:block;
	background-color: #FFF5EE;
	border: 1px solid #351300;
	padding-top: 1em;
	padding-bottom: 1em;
	cursor: pointer;
	color: #351300;
	text-decoration: none;
	font-size: 1em;
	min-width:16em;
	width:40%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	text-align:center;
}
a.button2:hover {
	color: #351300;
	background-color: #FFCEB8;
}

.entry-content h3 {
	text-align: center;
}
.entry-content p {
	
	font-size: 1em;
	margin:2em;
	
}

/*------------------------------*/

#back_top a {
	text-align: center;
	font-size: 3em;
	line-height: 1.5em;
	text-decoration: none;
	padding-left: 0.05em;
	color: #FFFFFF;
	display: block;
	position: fixed;
	right: 0.1em;
	bottom: 0.1em;
	width: 1.65em;
	height: 1.65em;
	border: 0.2rem solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.50)

        center center / 2em
        no-repeat;
	transition: background-color 0.05s linear 0, transform 0.05s linear 0;
	z-index: 9999;	


}
#back_top a:hover {
	transform: translateY(-0.15rem);
    background-color: #000000;
}
/*
#back_top a:active {
    transform: translateY(-0.15rem);
    background-color: #000000
}*/
