@charset "UTF-8";
/*
font-family: "Noto Sans JP", sans-serif;
*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    color: #2e3a47;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 2;
    position: relative;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}
body::before{
    content: '';
    display: block;
    background: url(https://pharm-assist-arrow.jp//blog/wp-content/themes/story_tcd041/img/bg-hed.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 75vw;
    position: absolute;
    top:0;
    z-index: -1;
}
body::after{
    content: '';
    display: block;
    background: url(https://pharm-assist-arrow.jp//blog/wp-content/themes/story_tcd041/img/bg-ftr.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 75vw;
    position: absolute;
    bottom:0;
    z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 1em;
}
a{
    text-decoration: none;
    color: #222;
    transition: all .6s;
}
a:hover{
    color: #d48587;
}
a img{
	transition: all .6s;
}
a:hover img{
	opacity: .6;
}
p{
    margin-bottom: 1em;
    text-align:justify;
}
p:last-child{
    margin-bottom: 0;
}
strong{
    font-size: 1.4em;
    font-weight: 400;
}
img{
    max-width: 100%;
}
main ul,
main ol{
    list-style: none;
}
main ol{
    counter-reset: number 0;
}
main ul li,
main ol li{
    padding-left: 2em;
    position: relative;
}
main ul li::before{
    content: '・';
    position: absolute;
    left: .5em;
}
main ol li::before{
    counter-increment: number 1;
    content: counter(number) ". ";
    position: absolute;
    left: .5em;
}
main li > ul,
main li > ol {
    margin-top: .5em;
}
main li > ul li,
main li > ol li{
    padding-left: 3em;
    position: relative;
}
main li > ul li::before{
    content: '●';
}
main li > ol li::before{
    content:"(" counter(number) ")";
}
table{
    width: 100%;
    border-spacing: 0;
    border-collapse:  collapse;
    margin-bottom: 2em;
}
table th,
table td{
    font-size: 16px;
    padding: 1em 1.5em;
    border: 1px solid #7f5f53;
}
table thead th{
    text-align: center;
    background: #e8d2be;
}
table tbody th{
    text-align: center;
    background: #f5ece4;
}
table tbody td{
    background: #fff;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
input[type="password"],
select,
textarea {
    width: 100%;
    padding: 1em;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #ccc;
}
input[type="checkbox"]{
    margin-left: 1em;
}
input[type="submit"] {
    display: table;
    height: 60px;
    min-width: 240px;
    font-size: 1.15em;
    color: #fff;
    border: 1px solid #d48587;
    background: #d48587;
    padding: 0 2em;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    margin: 0 auto;
    transition: all 1s;
}
input[type="submit"]:hover{
    color: #d48587;
    background: #fff;
}
.inner{
    width: 86%;
    max-width: 1250px;
}
.content{
    margin-bottom: 10em;
}
ul.flex-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 -15px;
}
.flex-btn li{
    width: 50%;
    min-width: 420px;
    list-style: none;
    padding:15px;
}
ul.flex-btn li::before{
    content: none;
}
.flex-btn li .button{
    width: 100%;
}
.button a{
    display: table;
    height: 60px;
    min-width: 320px;
    font-size: 1.15em;
	color: #7F5F53;
    border: 1px solid #d48587;
    background: #f5e4e4;
    padding: 0 2em;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    margin: 0 auto;
}
.button a:hover{
    color: #fff;
    background: #d48587;
}
.well{
    background: #f5e4e4;
    padding: 2em;
    margin-bottom: 1em;
}
.rice_text{
    display: block;
    font-size: .8em;
    padding-left: 1.5em;
    position: relative;
}
.rice_text::before{
    content: '※';
    display: inline-block;
    color: #d48587;
    position: absolute;
    top: 0;
    left: 0;
}
.left{ text-align: left !important;}
.center{ text-align: center !important;}
.right{ text-align: right !important;}
/* .flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
} */
.red{ color: #f00;}
.col2{
    width: calc( 100% / 2 );
    padding: 15px;
}
.col3{
    width: calc( 100% / 3 );
    padding: 15px;
}
.col4{
    width: calc( 100% / 4 );
    padding: 15px;
}
span.required{
    display: inline-block;
    background: #f00;
    color: #fff;
    line-height: 1.2;
    padding: .2em .5em;
    font-size: .8em;
    margin-left: .5em;
    border-radius: 3px;
}

@media (max-width: 1250px) {

}
@media (max-width: 1024px) {
    .content{
        margin-bottom: 8em;
    }
}
@media (max-width: 992px) {
    .well{
        padding: 1em;
    }

}
@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: .5em;
    }
    strong{
        font-size: 1.2em;
    }
    .content{
        margin-bottom: 5em;
    }
    .flex-btn li{
        width: 100%;
        min-width: auto;
    }
    .col2,.col3{
        width: 100%;
    }
    .col4{
        width: calc( 100% / 2 );
    }
}
@media (max-width: 576px) {
    h2{ font-size: 1.6em;}
    h3{ font-size: 1.4em;}
    h4{ font-size: 1.3em;}
    h5{ font-size: 1.2em;}
    h6{ font-size: 1.1em;}
    .button{
        width: 100%;
        min-width: auto;
        font-size: 1em;
        padding: 0 1em;
    }
}

/* --------------------
    header
-------------------- */
.header-bar{
	background: none !important;
    display: flex;
    justify-content: space-between;
/*     padding: 10px 20px; */
}
.header-bar-inner.inner{
	width: 100%;
	padding: 0 15px;
}
.logo-image{
    max-width: 240px;
}
.global-nav{
	font-size: 16px;
}
.global-nav > ul > li > a{
	padding: 0 20px;
}

/* #nav-toggle:checked + .nav-button-container .nav-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}
#nav-toggle:checked + .nav-button-container .nav-button {
    background: rgba(255, 255, 255, 0);
}
#nav-toggle:checked + .nav-button-container .nav-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}*/
.shop-list{
    display: flex;
    list-style: none;
}
.shop-list > li.shop-btn {
    padding: 0 10px;
}
.shop-list > li.shop-btn a{
    text-align: center;
    position: relative;
}
.shop-list > li.shop-btn a::before{
    content: '\f07a';
    font-family: FontAwesome;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
.shop-list > li.shop-btn.login a::before{
    content: '\f007';
}
.shop-list > li.shop-btn a span{
     display: block;
    min-width: 40px;
    padding-top: 45px;
    font-size: 10px;
    line-height: 1;
}
@media (max-width: 1200px) {
	.header-bar{
		box-shadow: none;
        border-bottom:none;
	}
	.global-nav a{
		color: #7F5F53 !important;
	}
    .global-nav a, .global-nav a:hover {
		background-color: #f5ece4;
    }
	.global-nav-button{
		border-left: none;
		right: 140px;
	}
	.global-nav-button:before{
		font-size: 32px;
		color: #7f5f53;
	}
	.shop-list{
		position: absolute;
		right: 0;
	}
}
@media (max-width: 768px) {
    .header-logo {
        max-width: 180px;
    }
    .header-bar{
        padding: 10px 10px 5px;
    }
	.global-nav-button:before{
		font-size: 24px;
		color: #7f5f53;
	}
    .shop-list > li.shop-btn{
        padding: 0 0 0 10px;
    }
    .shop-list > li.shop-btn a::before{
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .shop-list > li.shop-btn a span{
        padding-top: 35px;
        font-size: 8px;
    }
}
/* --------------------
    footer
-------------------- */
.footer-gallery,
.social-nav{
	display: none;
}

.footer-box{
    display: flex;
    justify-content: center;
    margin: 0 -15px 4em;
}
.footer-item1{
    width: 50%;
    padding: 0 15px;
}
.footer-item2{
    width: 50%;
    padding: 90px 15px 0;
}
.footer-logo{
    max-width: 280px;
}
.footer-text {
    margin-bottom: 0;
}
.footer-text strong{
    font-size: 1.15em;
    font-weight: 700;
}
address{
    font-style: normal;
    text-decoration: none !important;
}
.footer-text span::after,
address span::after{
    content: '：';
    display: inline-block;
    margin-right: .3em;
}
.sns_list{
    list-style: none;
    display: flex;
}
.sns_list li{
    padding: 0 20px 0 0;
}
.sns_list li:last-child{
    padding: 0;
}
.sns_list li a{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #222;
    color:#fff;
    position: relative;
}
.sns_list li a span{
    display: none;
}
.sns_list li a::before{
    content: '\f09a';
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    font-family: FontAwesome;
    display: block;
}
.sns_list li.inst-btn a::before{
    content: '\f16d';
}
.sns_list li.x-btn a::before{
    content: '\e61b';
}
.sns_list li a:hover{
    background: #1877f2;
}
.sns_list li.inst-btn a:hover{
    background: #CF2E92;
}
.sns_list li.x-btn a:hover{
    background: #1DA1F2;
}
.footer_nav{
    display: flex;
}
.footer_nav ul{
    width: 50%;
    padding: 0 15px;
    list-style: none;
}
.footer_nav ul li{
    padding: .2em 0;
}
.footer_nav ul a{
    display: block;
    padding: 5px 0;
    font-size: .9em;
    line-height: 1.5;
    position: relative;
}
.footer_nav ul a::after{
    content: '';
    background: #222;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 1s;
}
.footer_nav ul a:hover{
    color: #666;
}
.footer_nav ul a:hover::after{
    width: 50px;
}
.footer-bar01{
	background: none;
}
.copyright{
	background: none;
	color: #666;
	margin-bottom: 0;
}
@media (max-width: 1250px) {

}
@media (max-width: 1024px) {
    
}
@media (max-width: 992px) {
    
}
@media (max-width: 768px) {
    .footer-box{
        display: block;
        margin: 0 0 1em;
    }
    .footer-item1{
        width: 100%;
        text-align: center;
    }
    .footer-logo{
        margin: auto;
    }
    .footer-text{
        text-align: center;
    }
    .footer-item1 .rice_text{
        display: table;
        margin: auto;
    }
    .sns_list{
        margin-top: 1em;
        justify-content: center;
    }
    .footer-item2{
        width: 100%;
        padding: 15px 0;
    }
}
@media (max-width: 576px) {


}
/* TOP */
.top-slider-wrapper{
	display: none;
}

/* 下層ページ */
.signage{
	background:none;
	height: 240px;
}
.signage-title{
	background: rgba(255, 255, 255, 0.5);
    font-size: 2em !important;
    font-weight: 900 !important;
    line-height: 1 !important;
	color: #2e3a47 !important;
	text-shadow: none;
	padding-top: 70px;
	margin-bottom:0;
}
.signage-title-sub{
	background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	color: #2e3a47 !important;
	text-shadow: none;
	text-align: center;
	padding-bottom: 70px;
}
.breadcrumb-wrapper{
	background: none;
	position: static;
}
h1.post-title{
	font-size: 1.8em !important;
	font-weight: 700;
    color: #7f5f53 !important;
}
.post-meta{
	text-align: center;
}
.headline-bar{
	background: #7f5f53 !important
}
h3.article01-title.headline-font-type{
	font-size: 16px;
	line-height: 1.5;
}
.post-content h2{
	font-size:1.6rem;
	padding: .5rem 1rem;
    margin: 2rem 0 1.5rem 0;
	border-left: 10px solid #7f5f53;
	border-bottom: 1px solid #7f5f53 ;
}
.post-content h3{
	font-size:1.4rem;
	color: #7f5f53;
	padding: 0 1rem .5rem;
    margin: 2rem 0 1.5rem 0;
	border-bottom: double #7f5f53 ;
}
.post-content h4{
	font-size:1.3rem;
	color: #7f5f53;
	padding: 0 1rem .5rem;
    margin: 2rem 0 1.5rem 0;
	border-bottom: 1px solid #7f5f53 ;
}
.post-content h5{
	font-size:1.2rem;
	color: #7f5f53;
	padding: 0 1rem .5rem;
    margin: 2rem 0 1.5rem 0;
	border-bottom: 1px dashed  #7f5f53 ;
}
.post-content h6{
	font-size:1.1rem;
	padding: 0 1rem .5rem;
    margin: 2rem 0 1.5rem 0;
	border-bottom: 1px dotted #7f5f53 ;
}
.post-content p{
	font-size: 16px;
}
.shop_box{
	max-width: 360px;
	text-align: center;
	border: 1px solid #e8d2be;
	padding: 1rem;
	margin-top: 4rem;
	border-radius: 5px;
}
.shop_box p{
	font-size: 1.2rem;
	text-align: center;
}
@media (max-width: 768px) {
	h1.post-title{
		font-size: 1.5em !important;
	}
	.post-content h2{
		font-size:1.4rem;
	}
	.post-content h3{
		font-size:1.3rem;
	}
	.post-content h4{
		font-size:1.2rem;
	}
	.post-content h5{
		font-size:1.1rem;
	}
	.post-content h6{
		font-size:1rem;
	}
}
.category_box{
	border: 1px solid #7f5f53;
	margin-bottom: 4rem;
}
.category_box h2{
	background: #7f5f53;
	color: #fff;
	padding: .5em 2em;
	margin-bottom: 0;
}
.category_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1em;
}
.category_btn li{
	box-sizing:border-box;
	border-right: 1px solid #e8d2be;
}
.category_btn li:last-child{
	border-right: none;
}
.category_btn a{
	display: block;
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	padding: .5em 1em;
}