@charset "UTF-8";
/*!
Theme Name: sophieandbranca
Description: 
Theme URI: https://blog.sophieandbranca.com/
Author: sophieandbranca
Author URI: https://blog.sophieandbranca.com/
Text Domain: sophieandbranca
*/

/************************************
** 基本設定（General Setting）
************************************/
html, body {
  margin: 0;
  padding: 0;
}


img{
  border-width:0;
  box-sizing: border-box;
}

ul.fix_bottom li a {
    text-decoration: none;
}a {
    color: #08c;
    text-decoration: none;
}
/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.navigation > div + div{
  border-top: 0;
  border-bottom: 1px solid #ddd;
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a span{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 6px 12px;
  margin: 0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 7px 15px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 4px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}


form {
    margin-top: 0.8rem;
}.search_text {
        padding: 0 1rem;
        width: 24rem;
        box-sizing: border-box;
        border: solid 1px #dedede;
        border-radius: 0px !important;
        flex: 1;
        height: 3rem;
        position: relative;
        top: -1rem;
}




@media screen and (min-width: 981px){
.pc_none {
    display: none;
}

div#blog-left {
    width: 60rem;
}div#blog-right {
    width: 20rem;
}.post-item {
	margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}ul.article_list_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}li.blog_text {
    width: 38rem;
}li.blog_img {
    width: 18rem;
    height: 18rem;
    overflow: hidden;
}li.blog_img img {
    width: 18rem;
    height: 18rem;
    overflow: hidden;
    object-fit: cover;
}li.blog_text a {
    text-decoration: none;
}h2.article_list_h2 {
    font-weight: 500;
    color: #000;
}p.article_list_p {
    margin: 1rem 0 0.5rem;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}.creater {
    display: flex;
    justify-content: flex-start;
	align-items: center;
    margin-top: 1rem;
}span.creater_img {
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    display: block;
    border-radius: 10rem;
}p.creater_name {
    margin-left: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
}li.blog_text time {
    font-family: "Roboto", sans-serif;
    display: block;
    color: #999;
    font-size: 0.9rem;
}ul.article_list_tag_list {
    margin-top: 0.8rem;
}ul.article_list_tag_list li {
    display: inline-block;
    padding: 0.2rem 0.8rem;
    margin-right: 0.2rem;
    background: #fff;
    border-radius: 10rem;
    border: solid 1px #f1f1f1;
    font-size: 0.9rem;
}li.blog_text a {
    text-decoration: none;
    color: #000;
}

.archive_list {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}.archive_list h3 {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}.archive_list > ul > li {
	padding: 0.5rem 0;
    font-family: "Roboto", sans-serif;
    display: block;
    position: relative;
}.archive_list > ul > li a {
    text-decoration: underline;
    color: #000;
}

.category_list {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}.category_list h3 {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}.category_list > ul > li {
	padding: 0.5rem 0;
    font-family: "Roboto", sans-serif;
    display: block;
    position: relative;
}.category_list > ul > li a {
    text-decoration: underline;
    color: #000;
}


ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}ul.pagination li {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
}ul.pagination li a {
    color: #329bdb;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}


.category-description p {
    margin: 2rem 0;
    color: #888;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
}.pankuzu_ul a {
        color: #999;
        font-size: 1rem;
}.pankuzu a {
    color: #999;
    font-size: 1rem;
}.pankuzu {
    color: #999;
}div#breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}span.sp {
    padding: 0 0.5rem;
}


div#main_content {
    padding: 2rem;
    background: #fff;
}h1#article_h1 {
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}div#main_content time {
    font-family: "Roboto", sans-serif;
    color: #999;
	font-size: 1.2rem;
    display: block;
    margin-bottom: 2rem;
}article p {
	line-height: 2;
    font-size: 1.2rem;
}.article_thumbnail {
    margin-bottom: 6rem;
}ul.main_content_tag_ul li {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border: solid 1px #dedede;
    padding: 0.2rem 1rem;
    border-radius: 10rem;
}ul.main_content_tag_ul li a {
    color: #444;
}ul.main_content_tag_ul {
    margin-bottom: 2rem;
}


article h2 {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    line-height: 2;
    position: relative;
}article h2:before {
    content: "";
    width: 4rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}article h3 {
    line-height: 2;
    margin: 4rem 0 2rem;
    font-weight: 500;
    font-size: 1.8rem;
}article h4 {
    margin: 4rem 0 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1rem;
    background: #f6f6f6;
}article ul li {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.2rem;
}ul.flex {
    margin: 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}article ul li:before {
    content: "\002d";
    margin-right: 0.5rem;
}ul.flex li {
    width: 100%;
    padding: 1rem;
    border: solid 1px #f1f1f1;
    margin: 0 0.2rem 0.2rem;
}ul.flex li:before {
    content:"";
    margin: 0;
}article img {
    width: 60%;
    margin: 4rem auto;
}


h2.where_to_buy {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    line-height: 2;
    position: relative;
    margin-top: 8rem;
}h2.where_to_buy:before {
    content: "";
    width: 4rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}


ul.oder_button {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 2rem;
}ul.oder_button li {
    width: 4.5rem;
    margin: 0 1rem;
    text-align: center;
    font-family: "Roboto", sans-serif;
}ul.oder_button li img {
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
}p.order_p {
    margin-top: 1rem;
    font-weight: 500;
}
.related_articles {
    margin: 2rem 0;
}div#related_articles {
    margin: 4rem 0 0;
}


}
/* スマホ対応 */
@media screen and (max-width: 979px){



div#blog-left {
}div#blog-right {
    margin-top:1rem;
}.post-item {
	margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}ul.article_list_ul {
}li.blog_text {
        margin-top: 1rem;
}li.blog_img {
    width: 26.4rem;
    height: 26.4rem;
    overflow: hidden;
}li.blog_img img {
    width: 26.4rem;
    height: 26.4rem;
    overflow: hidden;
    object-fit: cover;
}li.blog_text a {
    text-decoration: none;
}h2.article_list_h2 {
    font-weight: 500;
    color: #000;
}p.article_list_p {
    margin: 1rem 0 0.5rem;
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}.creater {
    display: flex;
    justify-content: flex-start;
	align-items: center;
    margin-top: 1rem;
}span.creater_img {
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    display: block;
    border-radius: 10rem;
}p.creater_name {
    margin-left: 1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #999;
}li.blog_text time {
    font-family: "Roboto", sans-serif;
    display: block;
    color: #999;
    font-size: 0.9rem;
}ul.article_list_tag_list {
    margin-top: 0.8rem;
}ul.article_list_tag_list li {
    display: inline-block;
    padding: 0.2rem 0.8rem;
    margin-right: 0.2rem;
    background: #fff;
    border-radius: 10rem;
    border: solid 1px #f1f1f1;
    font-size: 0.9rem;
}li.blog_text a {
    text-decoration: none;
    color: #000;
}

.archive_list {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}.archive_list h3 {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}.archive_list > ul > li {
	padding: 0.5rem 0;
    font-family: "Roboto", sans-serif;
    display: block;
    position: relative;
}.archive_list > ul > li a {
    text-decoration: underline;
    color: #000;
}

.category_list {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}.category_list h3 {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}.category_list > ul > li {
	padding: 0.5rem 0;
    font-family: "Roboto", sans-serif;
    display: block;
    position: relative;
}.category_list > ul > li a {
    text-decoration: underline;
    color: #000;
}


ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}ul.pagination li {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
}ul.pagination li a {
    color: #329bdb;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}


.category-description p {
    margin: 2rem 0;
    color: #888;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.8;
}.pankuzu_ul a {
        color: #999;
        font-size: 1rem;
}.pankuzu a {
    color: #999;
    font-size: 1rem;
}.pankuzu {
    color: #999;
}div#breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}span.sp {
    padding: 0 0.5rem;
}


div#main_content {
    padding: 2rem;
    background: #fff;
}h1#article_h1 {
        font-weight: bold;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        font-size: 1.6rem;
}div#main_content time {
    font-family: "Roboto", sans-serif;
    color: #999;
	font-size: 1.2rem;
    display: block;
    margin-bottom: 2rem;
}article p {
	line-height: 2;
    font-size: 1.2rem;
}.article_thumbnail {
    margin-bottom: 2rem;
}.article_thumbnail img {
    width: 24.5rem;
    height: 24.5rem;
    overflow: hidden;
    object-fit: cover;
}ul.main_content_tag_ul li {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border: solid 1px #dedede;
    padding: 0.2rem 1rem;
    border-radius: 10rem;
}ul.main_content_tag_ul li a {
    color: #444;
}ul.main_content_tag_ul {
    margin-bottom: 2rem;
}


article h2 {
        font-weight: bold;
        font-size: 1.6rem;
        padding-bottom: 1rem;
        margin-bottom: 4rem;
        line-height: 1.6;
        position: relative;
}article h2:before {
    content: "";
    width: 4rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}article h3 {
        line-height: 1.6;
        margin: 4rem 0 2rem;
        font-weight: 500;
        font-size: 1.4rem;
}article h4 {
    margin: 4rem 0 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1rem;
    background: #f6f6f6;
}article ul li {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 1.2rem;
}ul.flex {
    margin: 3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}article ul li:before {
    content: "\002d";
    margin-right: 0.5rem;
}ul.flex li {
    width: 100%;
    padding: 1rem;
    border: solid 1px #f1f1f1;
    margin: 0 0.2rem 0.2rem;
}ul.flex li:before {
    content:"";
    margin: 0;
}article img {
    width: 100%;
    margin: 4rem auto;
}


h2.where_to_buy {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    line-height: 2;
    position: relative;
    margin-top: 8rem;
}h2.where_to_buy:before {
    content: "";
    width: 4rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}


ul.oder_button {
		display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 2rem;
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 1rem;
}ul.oder_button li {
    width: 4.5rem;
    margin: 0 1rem;
    text-align: center;
    font-family: "Roboto", sans-serif;
}ul.oder_button li img {
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
}p.order_p {
    margin-top: 1rem;
    font-weight: 500;
}
.related_articles {
    margin: 2rem 0;
}div#related_articles {
    margin: 4rem 0 0;
}


}

