@charset "utf-8";

/*リセット
----------------------------------------------------*/

* {
    margin: 0;
    padding: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
table{
	border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
}

input,
select {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
	filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
}

a:visited {}

a:active {}

body {
	font-family: "Sawarabi Gothic", "Yu Gothic", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #333333;
}

p {
    font-size: 14px;
    line-height: 1.5;
}
h1, h2, h3{
	color: #000;
}

.relative {
    position: relative;
}

.right {
    float: right;
}

.left {
    float: left;
}

.all {}

.all:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.center {
    text-align: center;
}

.red {
    color: red;
}
.orange{
	color: #FF6000;
	font-weight: bold;
}
.color_pink{
	color: rgba(255,119,89,1.00);
	font-weight: 600;
}
.color_back-pink{
	background-color: rgba(249,237,237,1.00);
}
.color_brown{
	color: rgba(106,57,6,1.00);
}
.color_back-brown{
	background-color: rgba(236,225,214,1.00);
}

.space-mb3 {
    margin-bottom: 3rem;
}
.font-cost{
	font-size: 12px;
}

#wrapper {
    background: #fff;
}

@media (min-width: 768px) {
	p {
    font-size: 16px;
    line-height: 1.8;
}
    a:hover img {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }
}


/*----------------------------------------------------*/

/* Now Loading... */

#loader-bg {
    display: none;
	position: fixed;
	top: 0px;
    left: 0px;
    width: 100%;
	aspect-ratio: 16 / 9;
    background-color: #fff;
    background-image: url(/images/logo_loading.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 11;
}

#loader {
    display: none;
}

#loader p {
    position: fixed;
    bottom: 5%;
    width: 100%;
    text-align: center;
    z-index: 12;
    color: #333;
    font-size: 120%;
}

@media (min-width: 960px) {
    #loader-bg {
        background-image: url(/images/logo_loading.png);
    }
    #loader p {
        font-size: 130%;
    }
}

.top-main {
    margin: 0 auto;
}

.top-main img {
    width: 100%;
}


/*トップヘッダー*/

.header {
    background: #352109;
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
}
.slider {
    width: 100%;
    margin: 0 auto;
}

#contents,
#footer {
    background: #fff;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.top-main .pcimg {
    display: none;
}

@media (min-width: 768px) {
    .top-main .smimg {
        display: none;
    }
    .top-main .pcimg {
        display: inline-block;
    }
}


.menus-wrap {
	padding-top: 74px;
    border-bottom: 5px solid #fff;
	background: #fff;
    }
.menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.menus a {
    color: #333;
	background: #fff;
    text-align: center;
    padding: 14px 0 18px;
    width: 50%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.menus a.hover{
	background: #F0DBDB;
}
.menus a:nth-child(2n){
	border-right: none;
}
.head-inq-wrap {
	background: #fff;
    padding-top: 50px;
    padding-bottom: 0;
	border-bottom: 1px solid #ccc;
}
.head-inq{
	color: #333;
	text-align: center;
}
h2.head-inq-tit{
	font-size: 130%;
	line-height: 1.3;
	color: #333;
}
p.head-inq-nessa{
	color: #333;
}
.icon_box{
	margin-top: 1.5rem;
	margin-bottom: 50px;
}
.icon_box a {
	display: inline-block;
	margin: 0 .7rem .7rem .7rem;
}
.icon_box img{
	width: 60px;
	height: auto;
}
#footer .icon_box{
	margin-top: 0;
	margin-bottom: 0;
}
#footer .icon_box img{
	width: 50px;
	height: auto;
}
#footer .icon_box a:nth-of-type(2) img{
	width: 35px;
	height: auto;
}

@media (min-width: 768px) {
	.menus-wrap {
	padding-top: 104px;
    }
    .menus a {
        width: 20%;
    }
	.menus a:nth-child(2n){
	border-right: 1px solid #ccc;
}
	.menus a:nth-child(5n){
	border-right: none;
}
}

@media (min-width: 960px) {
}



.head-sm-tel {
    padding-top: 15px;
}



.telandsp {
    display: none;
}

@media (min-width: 768px) {

    .telandsp {
        display: block;
        float: left;
    }
    .telandsp p img {
        width: 270px;
    }
}


/*トップ*/

.senmon {
    background: #fff;
}

.claandbast {
    text-align: center;
    padding: 25px 15px;
}

.claandbast img {
    max-width: 100%;
}

.senmonall {
    padding: 0 0 50px 0;
}

.senmonleft img {
    max-width: 100%;
    width: 100%;
}

.senmonright {
    margin: 25px 0 0;
    padding: 0 15px;
	text-align: center;
}

.senmonright img {
    max-width: 100%;
}

.btn01 {
    text-align: center;
    padding: 25px 0 0;
}

.btn01 a {
    display: inline-block;
    background: #fff;
	border: 4px solid #f29c9f;
    color: #f29c9f;
    padding: 10px 0;
    font-weight: bold;
    width: 90%;
    max-width: 180px;
}

.btn01 a:hover {
    background: #FFE8E7;
}

@media (min-width: 768px) {
    .claandbast {
        padding: 50px 0;
    }
    .senmonall {
        padding: 0 0 50px 0;
    }
    .senmonall:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .senmonleft {
        float: left;
        width: 50%;
    }
    .senmonright {
        padding: 0 30px;
        margin: 0;
    }
    .senmonright {
        float: right;
        width: 50%;
    }
}

.tohanokuni {
    background: #fff;
    padding: 0 0 50px 0;
}

.topterr img {
    width: 50%;
}

.tohatit img {
    max-width: 100%;
    padding: 15px 30px 0;
    width: 100%;
}

.tohahon {
    padding: 15px 15px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media (min-width: 768px) {
    .kuniboder {
        border: 1px solid #6a3906;
        width: 710px;
        padding: 50px;
        margin: 0 auto;
    }
    .topterr {
        width: 30%;
        float: left;
    }
    .topterr img {
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }
    .tohatitn {
        float: right;
        width: 65%;
    }
    .kuniboder:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
}

#topkodawari {
    background: #352109;
    padding: 50px 15px;
    color: #fff;
}

.topkodawaritit {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.topkodawaritit img {
    width: 100%;
}

.kodawarigai {
    padding-bottom: 25px;
}

.kodawarigai img {
    width: 100%;
}

.kodawaribun {
    font-family: YuMincho, 'Yu Mincho', serif;
    text-align: justify;
    text-justify: inter-ideograph;
}

.kodawarinaikan {
    padding-top: 25px;
}

.kodawarinaikan img {
    width: 100%;
}

.kodawarinaikan01 {
    display: none;
}

@media (min-width: 768px) {
    #topkodawari:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .topkodawaritit {
        width: 50%;
    }
    .kodawarinaikan {
        padding-top: 0;
        display: none;
    }
    .kodawarinaikan01 {
        display: block;
    }
    .topkodawariL {
        float: left;
        width: 48%;
    }
    .kodawaribun {
        float: right;
        width: 48%;
    }
}


/* reTOP */
.header{
	background: #fff;
    width: 100%;
    margin: 0 auto;
}
.cont_header-abso{
	position: relative;
	padding: 0;
}
.cont_head-top{
	position: relative;
    z-index: 30;
	max-height: 100px;
	/*border-bottom: solid 4px #e83f5f;*/
	border-bottom: solid 4px #f29c9f;
	background: #fff;
}
.img_logo{
	display: inline-block;
	height: 60px;
	width: auto;
	margin: 0;
}
.img_logo img{
	width: auto;
	height: 100%;
	vertical-align: bottom;
}
@media (min-width: 375px) {
	.img_logo{
		display: inline-block;
		height: 70px;
		width: auto;
}
}
@media (min-width: 768px) {
	.img_logo{
	display: inline-block;
	height: 100px;
	width: auto;
}
}

.cont_main{
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 700px;
}
.cont_main p{
	margin: .5rem 0;
}
.cont_main2{
	width: 90%;
	margin: 5rem auto 5rem auto;
}
.img_block{
	text-align: center;
}
.img_figure_block{
	display: inline-block;
	width: 60%;
	max-width: 500px;
	margin: 1rem auto;
}
.img_block img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.banner_cont{
	width: 100%;
	margin: 2rem auto;
}
.banner_cont img{
	width: 100%;
	height: auto;
}

/*フッター（オレンジ部）*/
.heijitsu {
    background: #6A3906;
    padding: 50px 0;
    color: #fff;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.heijiunder {
    padding: 15px 15px 0;
    text-align: center;
}

.heijiunder a {
    color: #fff;
}

@media (min-width: 768px) {
    .heijitsu-all {
        margin: 0 auto;
        padding: 0;
        width: 710px;
    }
    .heijitsu-right .telandsp {
        float: none;
    }
    .heijiunder {
        clear: both;
    }
    .heijiunder a:hover {
        color: #eee;
    }
}

/*サブページメニュー*/
.head-top {
    position: relative;
    height: 60px;
    z-index: 30;
    background: #352109;
}

.header-abso {
    position: relative;
}

.logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.logo img {
    width: 40px;
}

.globalMenu {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
	width: 100%;
	color: #333;
    transform: translateY(-100%);
    transition: all 0.6s;
}


/* このクラスを、jQueryで付与・削除する */
.globalMenu.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: absolute;
    /* bodyに対しての絶対位置指定 */
    right: .5rem;
    top: 50%;
	transform: translateY(-50%);
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 30;
    background: none;
    text-align: center;
}
@media (min-width: 375px) {
	.navToggle {
    right: 1rem;
}
}

.navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #e83f5f;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*フッター*/

#footer {
    text-align: center;
    padding: 25px 15px;
    background: #fff;
}

.copyright {
    font-size: 12px;
    padding-top: 1rem;
    background: #fff;
    color: #333;
    text-align: center;
}

.fl01 {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 25px;
}

.fl01 img {
    width: 100%;
}

.fl02 {
    font-size: 14px;
}
.fl02 .phone::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
    background-image: url('../images/icon_phone.png');
    background-position: center;
    background-size: contain;
}
.fl02 .mobile::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
    background-image: url('../images/icon_mobile.png');
    background-position: center;
    background-size: contain;
}

.snsfoot {
    text-align: center;
    padding-bottom: 25px;
}

.snsfoot a {
    padding: 0 8px;
}

.snsfoot a img {
    width: 40px;
}

.footnav {
	display: flex;
    padding: 0 0 25px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footnav li {
	display: inline-block;
	width: 49%;
	margin-bottom: .5rem;
}

.footnav li a {
    display: block;
    padding: 10px 0;
    /*border: 4px solid #e83f5f;
	color: #e83f5f;*/
	border-radius: 2rem;
	background-color: #999;
	color: #fff;
}

@media (min-width: 768px) {
    .snsfoot {
        padding: 25px 0 50px;
    }
    .snsfoot a {
        padding: 0 5px;
    }
    .fl01 {
        width: 50%;
        margin: 0 auto;
        padding: 0 0 50px;
    }
	.footnav li {
	display: inline-block;
	width: 19%;
}
    .footnav li a:hover {
        color: #fff;
    }
}

/*  TOPページMV
---------------------------------*/

.mv{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.mv video{
	width: 100%;
  height: 100%;
}

/*  コンタクト共通
---------------------------------*/
.contact_cont{
	width: 100%;
	max-width:1024px;
	margin: 2rem auto 2rem auto;
	text-align: center;
}

.read{
	font-size: 140%;
}
.inq{
	font-size: 150%;
}
.contact_cont p{
	line-height: 1.5;
	margin-top: .5rem;
}
.icon_box_common{
	margin: 1rem auto;
}
.icon_box_common a{
	display: inline-block;
	margin: 0 .5rem 1rem .5rem;
}
.icon_box_common img{
	width: 70px;
	height: auto;
}
.notice_box{
	width: 90%;
	border: 2px solid #e83f5f;
	padding: .5rem;
	background-color: rgba(249,237,237,1.00);
	margin: 2rem auto 3rem auto;
	text-align: center;
}
.notice_box a{
	color: #e83f5f;
}
.contact_cont .notice_box p{
	margin-top: 0;
}

/*樹木の説明
---------------------------------------------------------------*/

h1.page-title2 {
    font-family: ro-shino-std, serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-feature-settings: "palt" 1;
}

#tree002 {
    margin-top: 4rem;
}

h1.page-title3 {
    font-family: ro-shino-std, serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-feature-settings: "palt" 1;
}

h2.page-title2 {
    font-family: ro-shino-std, serif;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
}

h2.page-title3 {
    font-family: ro-shino-std, serif;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
    padding-left: .2rem;
    border-bottom: solid 1px #986200;
}

h3.page-title2 {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
    border-left: solid 10px #986200;
    padding-left: .5rem;
}

.imgbox,
.imgbox2,
.imgbox3 {
    display: flex;
    margin-bottom: 1rem;
}

.imgbox img {
    width: 100%;
    height: 100%;
}

.imgbox2 img {
    width: 50%;
    height: 50%;
}

.imgbox3 img {
    width: 33.3%;
    height: 33.3%;
}

.article-page p {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.article-page p.read {
    font-family: ro-shino-std, serif;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #AE0002;
    font-feature-settings: "palt" 1;
}

.imgbox img.imghalf {
    width: 100%;
    height: 100%;
    margin: .5rem auto;
}

.saddlebrown {
    color: #8B4513;
}

.firebrick {
    color: #B22222;
    font-weight: bold;
}

.sponly {
    display: inline;
}

.jyumoku_ex {
    line-height: 1.6;
    text-align: left;
    margin-top: 5rem;
}

.jyumoku_ex h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.jyumoku_ex p {
    line-height: 1.6;
    text-align: left;
    margin-bottom: 1rem;
    padding: 0 .5rem;
}

.jyumoku_box {
    display: flex;
    flex-wrap: wrap;
}

.jyumoku {
    width: 50%;
    margin-bottom: .5rem;
}

.jyumoku p {
    font-size: .6rem;
}

.jyumoku img {
    width: 100%;
    height: auto;
    margin-bottom: .3rem;
}

.btn_box {
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
}

a.btn {
    background-color: #6a3906;
    color: #fff;
    display: inline-block;
    padding: 1rem 0;
    margin: 0.5rem auto;
    width: 100%;
}

a.btn:hover {
    background-color: #BB834A;
    color: #fff;
}


/*-------------------------------------------------------------*/
/*----------
共通　タイトル
------------*/
.title_head{
	margin: 0 auto 1.5rem auto;
	text-align: center;
}
.title_head p{
	letter-spacing: .5rem;
	padding-left: .5rem;
	font-size: 80%;
	margin-bottom:0;
}
.title_head h1.page-title2{
	font-size: 160%;
	letter-spacing: .5rem;
	padding-left: .5rem;
	font-weight: 300;
	margin-bottom:0;
}
.title_head h2.page-title2{
	font-size: 160%;
	letter-spacing: .5rem;
	padding-left: .5rem;
	font-weight: 300;
	margin-top: .5rem;
	margin-bottom:0;
}
.maru{
	display: inline-block;
	width: 1rem;
	aspect-ratio: 1 / 1 ;
	border-radius: 1rem;
	/*background-color: #e83f5f;*/
	background-color: #f29c9f;
	margin:.5rem auto 0 auto;
}
.pattern{
	margin: 0 auto 1.5rem auto;
	padding: 3rem;
	background: url("../images/pattern.png");
}
@media (min-width: 768px) {
	.title_head{
	margin: 0 auto 3rem auto;
}
	.title_head h1.page-title2{
	font-size: 260%;
}
	.title_head h2.page-title2{
	font-size: 200%;
}
	.title_head p{
	font-size: 100%;
}
	.maru{
	margin: 1rem auto 0 auto;
}
	.pattern{
	margin: 0 auto 1.5rem auto;
}
}
@media (min-width: 1025px) {
	.title_head h1.page-title2{
	font-size: 300%;
}
		.maru{
	margin: 1rem auto 0 auto;
}
}

/*----------
樹種別　在庫一覧
------------*/

.jyushu_block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jyushu_box{
	width: 48%;
	display: block;
	margin: 0 0 2rem 0;
}
.jyushu_img{
	width: 100%;
	/*border: 4px solid #e83f5f;*/
	border: 4px solid #f29c9f;
	border-bottom: none;
}
.jyushu_img .img_figure_block{
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	margin:0;
}
.jyushu_img .img_figure_block img{
	width: 100%;
	height: auto;
}
.jyushu_tit{
	width: 100%;
	/*border: 4px solid #e83f5f;*/
	border: 4px solid #f29c9f;
	border-top: none;
	background-color: #333;
	padding-left: .5rem;
}
.jyushu_tit h2{
	font-size: 80%;
	line-height: 1.5;
	color: #fff;
}
.jyushu_txt{
	margin: .5rem 0 1.5rem 0;
}
.jyushu_block .btn_box{
	margin: 0 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
a.btn_gozaiko{
	display: inline-block;
	padding: .5rem 1rem;
	border-radius: 2rem;
	/*border: 4px solid #e83f5f;
	color: #e83f5f;*/
	background-color:#e83f5f;
	color: #fff;
	margin: 0 .2rem 1rem .2rem;
}

@media (min-width: 768px) {
	.jyushu_box{
	width: 48%;
}
	.jyushu_tit h2{
	font-size: 110%;
}
}
@media (min-width: 1025px) {
	.jyushu_block{
	width: 100%;
		}
}


/*おすすめ商品
---------------------------------------------------------------*/

#recommend {
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 2rem;
    /*border-bottom: 1px solid #D1C1AF;*/
    margin-bottom: 20px;
}

#recommend h1 {
    background: #b09432;
    text-align: center;
    padding: 15px 0;
}

#recommend h1 img {
    width: 230px;
}

#recommend .linkshosai {
    text-align: center;
    padding-top: 15px;
}

#recommend .linkshosai img {
    width: 100px;
}


/*一覧*/

#recommend .lists:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#recommend .lists {
    margin: 1rem 0 0 0;
}

#recommend .list01 {
    margin: 0;
    padding: 0 0 2rem 0;
    width: 49%;
    box-sizing: border-box;
    height: auto;
}

#recommend .list01 img {
    width: 100%;
    height: auto;
}


/*詳細ページ*/

#recommend .shosai {
    margin-top: 0;
}

#recommend .shosai:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#recommend .shosaileft {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
}

#recommend .shosai .shosaileft .bxslider {
    padding: 0;
    margin: 0 auto;
}

#recommend .shosai .shosaileft #bx-pager {
    display: none;
}

@media (min-width: 768px) {
    #recommend .list01 {
        width: 24%;
    }
    #recommend .shosai {
        margin-top: 1rem;
    }
    #recommend .shosai .shosaileft #bx-pager {
        display: none;
        margin-top: 10px;
    }
    #recommend .shosai .shosaileft #bx-pager img {
        width: 100px;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 320px) {
    #recommend .shosaileft {
        margin: 0 auto;
        padding: 0;
        width: 320px;
        height: auto;
    }
    #recommend .shosai .shosaileft .bxslider li img {
        width: 320px;
        height: 320px;
        object-fit: contain;
    }
}

@media (min-width: 375px) {
    #recommend .shosaileft {
        margin: 0 auto;
        padding: 0;
        width: 375px;
        height: auto;
    }
    #recommend .shosai .shosaileft .bxslider li img {
        width: 375px;
        height: 375px;
        object-fit: contain;
    }
}

@media (min-width: 414px) {
    #recommend .shosaileft {
        margin: 0 auto;
        padding: 0;
        width: 414px;
        height: auto;
    }
    #recommend .shosai .shosaileft .bxslider li img {
        width: 414px;
        height: 414px;
        object-fit: contain;
    }
}

@media (min-width: 768px) {
    #recommend .shosaileft {
        margin: 0 auto;
        padding: 0;
        width: 768px;
        height: auto;
    }
    #recommend .shosai .shosaileft .bxslider li img {
        width: 768px;
        height: 509px;
        object-fit: contain;
    }
}

@media (min-width: 1024px) {
    #recommend .shosaileft {
        margin: 0 auto;
        padding: 0;
        width: 1000px;
        height: auto;
    }
    #recommend .shosai .shosaileft .bxslider li img {
        width: 1000px;
        height: 750px;
        object-fit: contain;
    }
}

#recommend .shosairight {
    margin: 0 auto;
    padding: 0 .5rem;
    width: 100%;
    max-width: 700px;
    text-align: left;
    box-sizing: border-box;
}

#recommend dl {
    margin: 0 auto;
    display: table;
    text-align: left;
    width: 100%;
    line-height: 1.8;
}

#recommend dt {
    display: table-cell;
    width: 5rem;
}

#recommend dd {
    display: table-cell;
    width: auto;
}

#recommend dt.orikaeshi {
    display: block;
    width: 8rem;
}

#recommend dd.orikaeshi {
    display: block;
    width: auto;
}

#recommend .shosairight p {
    text-align: left;
}

.itemdata_note {
    font-size: 14px;
    color: #f09995;
}

#recommend .list01 p.kakaku,
#recommend .shosairight p.kakaku {
    line-height: 1.5;
}
.price{
	line-height: 1.3;
}
.costs {
    font-size: 24px;
    font-weight: 500;
	color: #333;
    /*color: #f00;*/
}
.costs2 {
    font-size: 24px;
    font-weight: 500;
	color: #333;
    /*color: #f00;*/
}
.costs3 {
    font-size: 16px;
    font-weight: 500;
	color: #333;
    /*color: #f00;*/
}
.costs4 {
    font-size: 24px;
    font-weight: 500;
	color: #f00;
    /*color: #f00;*/
}
.itemtit{
	color: #f00;
}

.mt-25 {
    margin-top: 25px;
}

#recommend .linklists {
    text-align: center;
}


/*お問合せ
---------------------------------------------------------------*/

#contactusda {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #653c12;
}

#contactusda h3 {
    background: #6a3906;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}

#contactusda h3 img {
    width: 230px;
}

.privacylink {
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    width: 90%;
    margin: 0 auto;
}

.privacylink a {
    color: red;
}

.privacyy {
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
}

#contactusda h4 {
    padding: 10px 0;
}


/*会社概要
---------------------------------------------------------------*/

#aboutus {
    margin: 0 auto;
    width: 100%;
}

#aboutus .aboutusgoannai {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
}

#aboutus .aboutusgoannai02 {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5;
}
#aboutus .img_figure_block{
	width: 100%;
	max-width:none;
	display: flex;
	justify-content: space-between;
}
#aboutus .img_figure_block img{
	width: 49%;
	height: auto;
}


.shopdata {
    margin-top: 30px;
}

.shopdata table {
    width: 100%;
	max-width: 600px;
    border-bottom: 3px solid #ccc;
	margin: 0 auto;
}

.shopdata table th {
    width: 30%;
    text-align: left;
    font-weight: normal;
    line-height: 1.4;
    border-top: 3px solid #ccc;
    padding: 16px 0 12px 10px;
    vertical-align: top;
}

.shopdata table td {
    line-height: 1.4;
    border-top: 3px solid #ccc;
    padding: 16px 10px 12px 0;
    text-align: left;
}

.shopdataphoto {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.shopdataphoto img {
    width: 100%;
    max-width: 400px;
    height: auto;
}


/*アクセス
---------------------------------------------------------------*/
#access {
    margin:0 auto 2rem auto;
    width: 100%;
}
#access h2.page-title2 {
	display: block;
    text-align: center;
	font-size: 200%;
	line-height: 1.3rem;
	margin: 3rem auto 1rem auto;
	letter-spacing: .5rem;
}

#access h1 {
    text-align: center;
    padding: 15px 0;
    background: #6a3906;
}

#access h1 img {
    width: 230px;
}

#access #mapunder {
    color: #333333;
}

#accessback {
    padding-bottom: 0px;
    /*border-top: 1px solid #653c12;
    border-bottom: 1px solid #653c12;*/
}

#access #map_canvas {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.add {
    margin: 0 .5rem 0rem .5rem;
    padding-top: .5rem;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    color: #de5b1b;
}

.add2 {
    margin: 0 .5rem .7rem .5rem;
    font-size: 14px;
    color: #de5b1b;
}

@media (min-width: 1024px) {
    .add {
        margin: 1rem auto;
        font-size: 24px;
        text-align: center;
    }
    .add2 {
        font-size: 16px;
        text-align: center;
    }
}


/*single
---------------------------------------------------------------*/

.single-product h2.page-title {
    font-size: 18px;
    margin: 0 0 0.5em 0;
    margin: 0 auto;
    line-height: 1.5;
}

.tax-item h2.page-title {
    font-size: 16px;
    padding-top: 10px;
    margin: 0 auto;
    text-align: left;
}

.item_info {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;
    padding: 1em 0;
    margin: 1em 0;
}

.item_info p {
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

.item_info p img {
    width: 100%;
    height: auto;
}
.boxnote{
	display: inline-block;
	background-color: #FF0000;
	color: #ffffff;
	margin: .5rem 0;
	padding: .3rem 1rem;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: bold;
}


/*販売状況
---------------------------------------------------------------*/

.list01 {
    position: relative;
}

.list01 a {
    position: relative;
    display: block;
}
.list01 .btn01 a{display: inline-block;position: static;}
.list01 a .stamp {
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#recommend .list01 a .stamp2 {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    opacity: 1;
}
#recommend .list01 a img.stamp2 {
    width: 40px;
    height: 40px;
}

.shosaileft {
    position: relative;
}

.shosaileft .stamp {
    position: absolute;
    /*top: 200px;
    left: 140px;*/
    z-index: 1;
    opacity: 0.6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.shosaileft .stamp2 {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 50;
    opacity: 1;
}

#topdiscount {
    position: relative;
}

#topdiscount .salespoint {
    position: relative;
    margin: 0.5em auto;
}

#discount {
    position: relative;
}

#discount .salespoint {
    position: relative;
    margin: 0.5em auto;
}


/*page
---------------------------------------------------------------*/

.article-page {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
}

.entry {
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    width: 90%;
    line-height: 1.5;
    box-sizing: border-box;
}


/*page-attention
---------------------------------------------------------------*/

.cont-attention {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 15px;
    font-size: -1em;
}

.article-page .cont-attention p {
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.article-page .cont-attention p img {
    max-width: 100%;
    padding-bottom: 1em;
    height: auto;
}

.article-page h1 {
    line-height: 1.5;
    text-align: left;
    padding-top: 1em;
}

.article-page .cont-attention h2 {
    line-height: 1.5;
    text-align: left;
}

.article-page .cont-attention h2 {
    font-size: 17px;
    padding: 15px 0;
}


/*pagenavi
---------------------------------------------------------------*/

.wp-pagenavi {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 16px;
    padding: .5rem .7rem;
    border: 1px solid #ccc;
}

.pages {}

.current {
    border: 1px solid #ccc;
    background: #ddd;
}

.navPage {
    margin-top: 20px;
}

.navPage:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navPage .prev a {
    display: block;
    background: url("/images/yaji_next.png") #E8E8E8 0.7em 1.3em no-repeat;
    padding: 1em 1em 1em 1.8em;
    margin-bottom: 2px;
    text-align: left;
}

.navPage .next a {
    display: block;
    background: url("/images/yaji_next.png") #E8E8E8 0.7em 1.3em no-repeat;
    padding: 1em 1em 1em 1.8em;
    text-align: left;
}

#topdiscount h3 span {
    color: #FFF;
    font-size: 16px;
}

#discount h1 span,
#recommend h1 span {
    color: #FFF;
    font-size: 16px;
}


/*single-blog
---------------------------------------------------------------*/

.container {
    text-align: left;
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
    margin: 0 auto;
}

#main {
    width: 100%;
    margin: 0 auto 2rem auto;
}

.breadcrumbs {
    font-size: 12px;
}

.block-title {
    margin: 1rem auto 1rem auto;
}

h1.entry-title {
    text-align: left;
    font-family: YuMincho, 'Yu Mincho', serif;
    margin-bottom: 1rem;
}

.facebook-post-url {
    font-size: 12px;
    margin-bottom: 2rem;
}

.main-cont {
    text-align: left;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.side-cont {
    padding: 3em 0 3em 0;
    display: inline-block;
    box-sizing: border-box;
}

.entry-meta {
    text-align: left;
}

.entry-time {
    font-size: 12px;
    color: #ccc;
    display: inline-block;
}

.entry-categories {
    font-size: 12px;
    color: #ccc;
    display: inline-block;
}

.single .entry-title,
.archive .entry-title,
.category .entry-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5;
}

.entry-content {
    width: 100%;
    box-sizing: border-box;
}

iframe {
    max-width: 100%;
}

.entry-content p {
    display: block;
    line-height: 1.8;
    margin-bottom: 1em;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
}

.entry-content p img {
    max-width: 100%;
    height: auto;
}

.sidebar {
    width: 90%;
    margin: 0 auto;
}

.widget {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    margin-bottom: 1em;
    width: 100%;
    box-sizing: border-box;
}

.widgettitle {
    font-size: 18px;
    margin-bottom: 1em;
    font-weight: nomal;
    padding-bottom: 0.3em;
    border-bottom: 5px solid #ccc;
}

.widget ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    border-bottom: 1px dotted #ccc;
}

.entry-tags {
    font-size: 12px;
    color: #ccc;
}

@media (min-width: 800px) {
    .row {
        display: flex;
        justify-content: space-between;
    }
    .main-cont {
        width: 65%;
    }
    .side-cont {
        padding: 1em 1rem 0 0;
        width: 35%;
    }
}


/* index
---------------*/

.section-title {
    text-align: left;
    font-size: 14px;
    margin: 1em auto;
    border-left: solid 30px #F39995;
    padding-left: .5rem;
}

.single-post .navPage,
.archive .navPage,
.category .navPage {
    width: 100%;
}

.single-post .navPage .prev a {
    display: inline-block;
    float: none;
    padding: 1em 0 1em 0;
    width: 100%;
    background: none;
}

.single-post .navPage .next a {
    width: 100%;
    float: none;
    background: none;
    padding: 1em 0 1em 0;
    text-align: right;
}

.single-post .navPage .prev a:before {
    content: url(/images/yaji_prev.png);
}

.single-post .navPage .next a:after {
    content: url(/images/yaji_next.png);
}


/*樹木の説明
---------------------------------------------------------------*/

h1.page-title2 {
    font-family: ro-shino-std, serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-feature-settings: "palt" 1;
}

#tree002 {
    margin-top: 4rem;
}

h1.page-title3 {
    font-family: ro-shino-std, serif;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-feature-settings: "palt" 1;
}

h2.page-title2 {
    font-family: ro-shino-std, serif;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
}

h2.page-title3 {
    font-family: ro-shino-std, serif;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
    padding-left: .2rem;
    border-bottom: solid 1px #986200;
}

h3.page-title2 {
    font-size: 1.3rem;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
    border-left: solid 10px #986200;
    padding-left: .5rem;
}

.imgbox,
.imgbox2,
.imgbox3 {
    display: flex;
    margin-bottom: 1rem;
}

.imgbox img {
    width: 100%;
    height: 100%;
}

.imgbox2 img {
    width: 50%;
    height: 50%;
}

.imgbox3 img {
    width: 33.3%;
    height: 33.3%;
}

.article-page p {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.article-page p.read {
    font-family: ro-shino-std, serif;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #AE0002;
    font-feature-settings: "palt" 1;
}

.imgbox img.imghalf {
    width: 100%;
    height: 100%;
    margin: .5rem auto;
}

.saddlebrown {
    color: #8B4513;
}

.firebrick {
    color: #B22222;
    font-weight: bold;
}

.sponly {
    display: inline;
}

.jyumoku_ex {
    line-height: 1.6;
    text-align: left;
    margin-top: 2rem;
}

.jyumoku_ex h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.jyumoku_ex p {
    line-height: 1.6;
    text-align: left;
    margin-bottom: 1rem;
    padding: 0 .5rem;
}

.jyumoku_box {
    display: flex;
    flex-wrap: wrap;
}

.jyumoku {
    width: 50%;
    margin-bottom: .5rem;
}

.jyumoku p {
    font-size: .6rem;
}

.jyumoku img {
    width: 100%;
    height: auto;
    margin-bottom: .3rem;
}

a.btn {
    background-color: #6a3906;
    color: #fff;
    display: inline-block;
    padding: 1rem 0;
    margin: 0.5rem auto;
    width: 100%;
}

a.btn:hover {
    background-color: #BB834A;
    color: #fff;
}
.other_block .title_head{
	margin: 0 0 1rem 0;
}
.other_block ul.catlist-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.other_block ul.catlist-btn li{
	margin: 2rem 0 0 0;
}
.other_block ul.catlist-btn li a{
	padding: .5rem 1rem;
	border-radius: 2rem;
	/*border: 4px solid #e83f5f;
	background-color: #fff;
	color: #e83f5f;*/
	background-color: #e83f5f;
	color: #fff;
	margin: 0 .1rem 0 .1rem;
}

/*共通
---------------------------------------------------------------*/

.content {
    margin: 1rem auto 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 .5rem 1rem .5rem;
}

.cont {
    margin: 0 auto 5rem auto;
}

.cont-grid {
    display: flex;
    /*justify-content: space-around;*/
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cont-grid2 {
    display: flex;
    margin-bottom: .2rem;
}

.cont-grid3 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cont-grid4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*handmade
---------------------------------------------------------------*/

#handmade h1 {
    background-color: #6a3906;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

#handmade h1 img {
    width: 230px;
}

#handmade h2 {
    text-align: center;
    margin: 1rem auto;
}

#handmade h2 img {
    height: 24px;
}

#handmade h3 {
    text-align: left;
    margin: 1rem auto .5rem auto;
    padding: .5rem;
    background-color: #6a3906;
    color: #fff;
}

#handmade h3 img {
    height: 18px;
    width: auto;
    padding: 0 0 0 .5rem;
}

#handmade h4 img {
    height: 16px;
    width: auto;
    margin: 1rem 0 .5rem 0;
    padding: 0 0 0 .5rem;
}

.box {
    width: 32%;
}

.box2 {
    width: 49%;
}

.box img,
.box2 img {
    width: 100%;
}

@media (min-width: 768px) {
    #handmade h2 img {
        height: 30px;
    }
    #handmade h3 img {
        height: 24px;
    }
    #handmade h4 img {
        height: 20px;
    }
}


/*在庫検索
---------------------------------------------------------------*/

#zaiko h1 {
    background: #b09432;
    text-align: center;
    padding: 15px 0;
}

#zaiko h1 img {
    width: 230px;
}
/*#zaiko h2{
    text-align: center;
	margin-bottom: 1rem;
}*/
#zaiko h3, #zaiko h2{
    background-color: #352109;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
    padding: .8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}
.block {
    box-sizing: border-box;
    width: 48.5%;
    text-align: center;
    margin: .1rem;
}

.block a {
    color: #fff;
    text-decoration: none;
}

.block img {
    width: 100%;
}

#recommend h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: center;
}

#recommend h2 span {
    font-size: 12px;
    font-weight: normal;
    padding: .3rem .5rem;
    background-color: #f09995;
    color: #fff;
    border-radius: 1rem;
    margin: 0 .2rem;
}

#recommend h3 {
    font-size: 14px;
    padding: .5rem .5rem 0 .5rem;
}

#recommend .list01 p.outlet {
    font-size: 14px;
    padding: 0 .5rem;
	line-height: 1.3;
}
#recommend .list01 p {
    font-size: 14px;
    padding: 0 .5rem;
	line-height: 1.5;
}

@media (min-width: 768px) {
    #recommend h2 {
        font-size: 24px;
    }
    #recommend h2 br.sponly {
        display: none;
    }
    #recommend h2 span {
        font-size: 16px;
    }
    .cont-grid {
        justify-content: flex-start;
    }
    .block {
        width: 32.8%;
    }
}


/*納品事例
---------------------------------------------------------------*/

#customer h1 {
    background: #6a3906;
    text-align: center;
    padding: 15px 0;
}

#customer h1 img {
    width: 230px;
}

.customer-box {
    width: 32.5vw;
}

#customer .cont-grid3 img {
    width: 100%;
    margin: .1rem 0;
}

@media (min-width: 768px) {
    .customer-box {
        width: 33%;
    }
}

@media (min-width: 1024px) {
    .customer-box {
        width: 33%;
    }
}




/*リボン
---------------------------------------------------------------*/

.ribbon {
    text-align: center;
}

.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;
    /*リボンの高さ*/
    line-height: 50px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    font-size: 18px;
    /*文字の大きさ*/
    background: #FF0000;
    /*塗りつぶし色*/
    color: #FFF;
    /*文字色*/
    box-sizing: border-box;
    margin: 0 auto 1rem auto;
}

.ribbon1:before,
.ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
@media (max-width: 350px) {
    .ribbon1 {
        font-size: 16px;
    }
}

/* 種別カテゴリリストボタン
---------------------------------------------------------------*/
.catnav{
    margin: 0 1rem 5rem 1rem;
}
.catnav h3{
    background-color: #352109;
	color: #ffffff;
	font-size:24px;
	font-weight: bold;
	padding: .8rem;
    margin-bottom: 1rem;
    text-align: center;
}
ul.catlist-btn li{
    display: inline-block;
    line-height: 2;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
ul.catlist-btn li a{
    padding: .5rem 1rem;
	background-color: #de5b1b;
	color: #fff;
}
ul.catlist-btn li a:hover{
	background-color: #d87f5b;
}

/* 種別カテゴリ 追加
---------------------------------------------------------------*/
.notice{
	margin: 0 auto 1rem auto;
}
.notice p{
	text-align: center;
}
.notice2{
	margin: 0 auto;
}
.notice2 p{
	margin: 0;
	padding: 0 0.5rem;
	text-align: left!important;
	color: #FF0000!important;
	line-height: 1.5;
}
.list01 .notice2 p a{
	display: inline-block;
	color: rgba(0,124,255,1.00);
}

/* ------
特別割引＆OUTLET商品 ------*/
/* NEWS */
.news_cont{
	width: 90%;
	margin: 0 auto;
}
.news_cont p{
	text-align: center;
}

/* ---------- 
FAQ -------------------------------- */
.faq_titleback {
	background-image: url("../images/faq_bk.png");
	background-repeat: no-repeat;
	background-size: contain;
}
/* アコーディオン */
.s_02 {
  padding-bottom: 2rem;
}
.s_02 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
  background-color: #fff;
	border-left: 4px solid #e83f5f;
  border-right: 4px solid #e83f5f;
  border-bottom: 4px solid #e83f5f;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_02 .accordion_one:nth-of-type(1) .accordion_header {
    border-top: 4px solid #e83f5f;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #fff;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #fff
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #e83f5f;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #e83f5f;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #e83f5f;
  border-right: 2px solid #e83f5f;
  border-bottom: 2px solid #e83f5f;
  box-sizing: border-box;
	overflow-y: auto;
}
/*.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #f29c9f;
  border-right: 2px solid #f29c9f;
  border-bottom: 2px solid #f29c9f;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #f29c9f;
  border-right: 2px solid #f29c9f;
  border-bottom: 2px solid #f29c9f;
}*/
.s_02 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


/* TOP Slide ------------------*/
.slider {
  position: relative;
  width: 100vw;
  height: 30vh;
  overflow: hidden;
}
@media (min-width:700px){
  .slider { height: 50vh; }
}

@media (min-width:1024px){
  .slider { height: 70vh; }
}

.slide-img {
  position: absolute;
  left: 50%;  /* 中央に配置 */
  transform: translateX(-50%);  /* 水平方向に中央揃え */
  height: 100%;
  width: auto;
  opacity: 0;
  will-change: transform, opacity;
}

.slide-img.first-slide{
	top: 50%;
  left: 0;
	transform: translateX(0);  /* 水平方向に中央揃え */
  transform: translateY(-50%);  /* ←縦はこれで完全固定 */
  transition: transform 8s linear, opacity 1.5s ease;
}

/* 2・3枚目 */
@keyframes fadeFlow {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  100% { opacity: 1; }
}
.slide-img:nth-child(2){
  animation: fadeFlow 7s ease-in-out 12s forwards;
  z-index: 2;
}
.slide-img:nth-child(3){
  animation: fadeFlow 7s ease-in-out 19s forwards;
  z-index: 3;
}

/**/
.img_block_attention{
	width: 100%;
	height: auto;
	margin: 0 auto 1rem auto;
}
.img_block_attention img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.boss{
	width: 50%;
	max-width: 200px;
	height: auto;
}