@charset "UTF-8";
/**
 * トップページ
 */

/* 標準設定を上書き
----------------------------------------------- */
#contentsBody {
	/* width:900px;*/
} 
#alfa {
	width:auto;
}
/* top content 田尻追加
----------------------------------------------- */
.iconinfo{
	height: 100px;
}
.iconinfo_dl, .iconinfo_Sdl{
    float: left;
	width: 20%;
	text-align: center;
}
.iconinfo dt{
    float: left;
}
.iconinfo dd{
	font-weight: 600;
}
.iconinfo img{
	width: 50px;
}
.icon1{
	line-height: 50px;
}
.icon2{
	line-height: 25px;
}

.icon1::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgba(255, 229, 76, 1);
    z-index: -1;
}
.icon2::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgba(255, 229, 76, 1);
    z-index: -1;
}
@media screen and (max-width: 900px) {
    .iconinfo{
        height: 330px;
    }
    .iconinfo_dl{
        width: 50%;
    }
    .iconinfo_Sdl{
        width: 100%;
    }
	.iconinfo dt{
        float: none;
    }
    .iconinfo img{
       /* width: 75px;*/
    }
    .iconinfo dd{
        font-weight: 600;
        font-size: 1.3rem;
        margin-top: 15px;
        color: #725d41;
    }
    .icon2 p{
	font-weight: 600;
    font-size: 1.3rem;
    }
    .fa-envelope{
        display: none;
    }
}
.midashi{
	margin: 100px auto;
	margin-bottom: 100px;
	width: 257px;
    padding: 27px 10px 21px 12px;
    border-top: 1.5px solid rgba(94, 66, 56, 1);
    border-bottom: 1.5px solid rgba(94, 66, 56, 1);
    letter-spacing: 0.1em;
}
.midashi h3{
	margin-top: 20px;
    text-align: end;
}
@media screen and (max-width: 900px) {
    .midashi{
        width: 225px;
        padding: 20px 10px 17px 12px;
    }
    .midashi h3{
        font-size: 14px;
        margin-top: 27px;
    }
}
.buttonBox{
    /*margin-top: 100px;*/
}
.shop{
	margin-top: 20px;
    height: 200px;
    padding-top: 35px;
}
.shopinfo a{
  /*  font-size: 1.7rem;*/
}
.fujiwara {
	width: 300px;
	margin-left: 70px;
	text-align: center;
}
.shopname{
	font-size: 200%;
	margin-bottom: 15px;
	letter-spacing: 0.08em;
	line-height: 20px;
    text-align: center;
    font-weight: 500;
}
.shopname1{
	font-size: 200%;
	letter-spacing: 0.08em;
    line-height: 1.4;
    font-weight: 500;
}
.shopname1::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgba(255, 179, 0, 1);
    margin-left: 172px;
    z-index: -1;
}
.shopname2{
    margin-bottom: 20px;
    margin-top: 5px;
}
.more{
    font-size: 80%;
    margin: unset;
    margin-left: 300px;
    padding: 10px;
    /*text-align: right;
    line-height: 30px;*/
}
.more a{
    padding: 15px;
}
.fujiwaraimg{
	float: right;
    width: 300px;
    top: -235px;
	position: relative;
    margin-right: 100px;
}
.shop2{
	margin-bottom: 50px;
    height: 350px;
	padding-top: 10px;
}
.takashimaimg{
	float: left;
    width: 300px;
    position: relative;
	margin-left: 50px;
	margin-top: 50px;
}
.takashima {
	width: 450px;
    margin-left: 450px;
	text-align: center;
	top: -100px;
    position: relative;
}
.shopname3{
	font-size: 200%;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.shopname3::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: rgba(255, 179, 0, 1);
	z-index: -1;
	left: 105px;
}
.more2{
	font-size: 80%;
    color: rgba(94, 66, 56, 1);
    margin-left: 770px;
    padding: 10px;
}
.more2 a{
    padding: 15px;
}
@media screen and (max-width: 900px) {
    #F{
        width: 300px;
        margin: auto;
    }
    .shop {
        height: unset; 
        padding-top: unset;
        text-align: center;
        /*width: 450px;*/
        margin: auto;
    }
    .shopname1::before {
        margin-left: 165px;
    }
    .fujiwara{
        margin: 0 auto;
        width: 100%;
        /*width: 300px;*/
    }
    .shopname2 {
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .shopname3::before {
        left: 40px;
    }
    .fujiwaraimg {
        display:none;
    }
    .fujiwaraimg_S {
        float: unset;
        width: 100%;
        top: unset;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .more {
        position: relative;
        margin-left: 200px;
        line-height: 40px;
    }
    .takashima {
        width: 100%;
        margin-left: unset;
        text-align: center;
        top: unset;
    }
    .shop2 {
        height: unset; 
        margin: auto;
        /*width: 450px;*/
        margin-top: 30px;
    }
    .takashimaimg {
        float: unset;
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }
    .more2 {
        margin-left: 225px;
        line-height: 40px;
    }
}
/*@media screen and (min-width: 640px) {
    .takashimaimg_S {
        width: 576px;
    }
}*/
@media screen and (min-width: 901px) {
    .fujiwaraimg_S {
        display: none;
    }
    .shopname{
        font-weight: 600;
    }
    .shopname1 {
        font-weight: 700;
    }
    .shopname2 {
        font-weight: 700;
    }
    .shopname3 {
        font-weight: 700;
    }
    .shopname3::before {
        top: 148px;
    }
    /*
    .border{
        left:50%;
        width:0;
        border-top:2px solid rgba(105, 73, 26, 0.082);
        transition:width .5s ease-in-out, transform 1s ease-in-out;
        position: relative;
    } 
    .border2{
        bottom:-32px;
        left:50%;
        width:0;
        border-bottom:2px solid rgba(105, 73, 26, 0.082);
        transition:width .5s ease-in-out, transform 1s ease-in-out;
        position: relative;
    }
    #second:hover .border{
        transform:translate(-50%, 0);
        width:100%;
        transition:width .8s ease-in-out, transform .3s ease-in-out;
    }
    #second:hover .border2{
        transform:translate(-50%, 0);
        width:100%;
        transition:width .8s ease-in-out, transform .3s ease-in-out;
    }
    .border3{
        top:30px;
        left:50%;
        width:0;
        border-top:2px solid rgba(105, 73, 26, 0.082);
        transition:width .5s ease-in-out, transform 1s ease-in-out;
        position: relative;
    } 
    .border4{
        bottom:10px;
        left:50%;
        width:0;
        border-bottom:2px solid rgba(105, 73, 26, 0.082);
        transition:width .5s ease-in-out, transform 1s ease-in-out;
        position: relative;
    }
    #second:hover .border3{
        transform:translate(-50%, 0);
        width:100%;
        transition:width .8s ease-in-out, transform .3s ease-in-out;
    }
    #second:hover .border4{
        transform:translate(-50%, 0);
        width:100%;
        transition:width .8s ease-in-out, transform .3s ease-in-out;
        top: -60px;
    }*/
}
.safe{
	border: 1.5px solid rgba(94, 66, 56, 1);
	height: 167px;
	padding-top: 90px;
	/*width: 800px;*/
	margin: 70px auto;
	/*padding-bottom: 25px;*/
}
.safe_midashi1{
	width: 100px;
	font-size: 190%;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-align: center;
}
.safe_midashi2{
    width: 100px;
	font-size: 190%;
	letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    border-bottom: 2px solid rgba(255, 179, 0, 1);
    /*margin-left: 58px;*/
}
#safe_info{
	/*float: right;*/
   /* width: 401px;*/
    top: -93px;
	position: relative;
    /*margin-bottom: 5px;*/
    margin-left: 400px;
   /* margin-right: 5px;*/
}
#safe_info p{
    margin-bottom: 5px;
}
.safeicon{
	height: 150px;
    top: -135px;
    position: relative;
    /*margin-left: 520px;*/
    z-index: -1;
    opacity: 0.13;
    /*margin-left: 70%;*/
    margin-left: 105px;
}
#useful_info{
	width: 330px;
    top: -15px;
    position: relative;
    margin-left: 70px;
    float: left;
}
#useful_info p{
    margin-bottom: 5px;
}
.useful_midashi {
    margin-left: 510px;
}
.useful_midashi1{
	width: 140px;
    font-size: 190%;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    /*margin-left: 500px;*/
   /* top: -120px;*/
    position: relative;
}
.useful_midashi2{
    font-size: 190%;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    /*top: -120px;*/
	position: relative;
	border-bottom: 2px solid rgba(255, 179, 0, 1);
    width: 140px;
   /* margin-left: 545px;*/
}
.usefulicon{
	height: 150px;
    top: -140px;
    position: relative;
    margin-left: 55px;
    z-index: -1;
    opacity: 0.13;
}

@media screen and (min-width: 901px) {
    .safe{
        width: 800px;
       /*width: unset;
       width: 100%;*/
    }
    .safe_midashi1{
        margin-left: 150px;
    }
    .safe_midashi2{
        margin-left: 150px;
    }
}
@media screen and (max-width: 900px) {
    .safe {
        border: 1.5px solid rgba(94, 66, 56, 1);
        height: 350px;
        padding-top: 100px;
        /* width: 800px; */
        margin: 70px auto;
        /* padding-bottom: 25px; */
       /* width: 60%; 
        width: 400px;
        width: 100%;*/
    }
    .safe_midashi1 {
        width: 100%; 
        font-size: 190%;
        letter-spacing: 0.08em;
        line-height: 1.3;
        text-align: center;
    }
    .safe_midashi2 {
        font-size: 190%;
        letter-spacing: 0.08em;
        line-height: 1.2;
        text-align: center;
        border-bottom: 2px solid rgba(255, 179, 0, 1);
        width: 80px;
        /* margin-left: 58px; */
        margin: auto;
    }
    #safe_info {
        top: unset;
        margin: auto;
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }
    #safe_info p {
        font-size: 15px;
    }

    .safeicon {
        margin-left: auto;
    }
    .useful_midashi{
        margin: auto;
        width: 140px;
        top: -150px;
        position: relative;
    }
    #useful_info{
        /*margin-left: auto;*/
        text-align: center;
        top: 130px;
        float: unset;
        margin: auto;
    }
    .usefulicon {
       margin: auto;
       top: -140px;
    }
    .useful_midashi1{
        top: -120px;
    }
    .useful_midashi2{
        top: -120px;
    }
}
/**********use************/
.midashi_u{
    width: 200px;
    margin: 100px auto 60px;
}
.use{
	width: 500px;
    text-align: center;
    margin: auto;
    line-height: 2;
}
.use_section{
    overflow: hidden;
    width: 100%;
}
.loop_wrap {
	overflow: hidden;
	margin-top: 50px;
}
.loop_wrap ul {
    width: auto;
    height: 100%;
}
.loop_wrap li{
    float: left;
    width: 33.3%;
}
.loop_wrap p{
	line-height: 1.9em!important;
    text-align: center;
	font-weight: 600;
	width: 100%;
	margin: auto;
	height: 25px;
}
.marker_use{
    background:rgba(255, 229, 76, 1);	
    background: linear-gradient(transparent 55%, rgba(255, 229, 76, 1) 0%);
}
@media screen and (min-width: 901px) {
    .loop_wrap {
        display: flex;
        width: 1000%;
        height: 500px;
        overflow: hidden;
        margin-top: 50px;
    }

    @keyframes loop {
        0% {
            transform: translateX(100%);
        }
        to {
            transform: translateX(-100%);
        }
    }
    @keyframes loop2 {
        0% {
            transform: translateX(0);
        }
        to {
            transform: translateX(-200%);
        }
    }
    .loop_wrap ul:first-child {
        animation: loop 60s -30s linear infinite;
    }
    .loop_wrap ul:last-child {
        animation: loop2 60s linear infinite;
    }
    .loop_wrap li {
        width: auto;
    }
    .loop_wrap img{
        width: 250px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 900px) {
    .use{
        width: 250px;
    }
    .use p{
        font-size: 15px;
    }
    .use_section {
        margin-bottom: 150px;
    }
    .loop_wrap {
        margin: auto;
        width: 600px;
        margin-top: 50px;
        width: 100%;
    }
    .loop_wrap ul {
        width: 95%;
        margin: auto;
        
    }
    .loop_wrap img{
        width: 280px;
        margin: 20px 10px 10px;
        width: calc(100% - 20px);
        /* margin: 20px 10px 10px; */
        padding: 20px 10px 10px;
        margin: auto;
    }
    .loop_wrap p {
        line-height: 1.9em!important;
        text-align: center;
        font-weight: 500;
        font-size: 13px;
    }
    .loop_ul2{
        display: none;
    }
}

/*****ガイド*******/
.midashi_g{
	width: 320px;
	margin-bottom: 100px;
}
.guide_waku{
	background-color: rgba(255, 179, 0, 0.2);
    width: 500px;
    margin: auto;
    height: 80px;
    text-align: center;
    font-size: 17px;
    /*line-height: 80px;*/
}
.guide_p1{
    line-height: 40px;
}
.guide_p1b{
    font-size: 14px;
}
.guide_p2{
    line-height: 80px;
}
/*
.guide_p p{
    line-height: 40px;
    font-weight: 500;
}*/
.fas{
    width: 100%;
    text-align: center;
    font-size: 250%;
}
.guide_a{
	margin-left: 610px;
    line-height: 50px;
}
@media screen and (max-width: 900px) {
    .midashi_g{
        width: 280px;
    }
    .guide_waku{
       /* background-color: rgba(228, 182, 96, 0.173);*/
        width: 100%;
    }
    .guide_p1b{
        font-size: 13px;
    }
    /*.guide_waku h3{
        font-size: 2.5rem;
        font-weight: 500;
    }*/
    .guide_p{
        line-height: 40px;
        top: unset;
    }
    .syosai{
        text-align: end;
        width: 100%;
        padding-right: 5px;
    }
    .guide_a{
        margin-left: 610px;
        line-height: 50px;
        margin: unset;
    }
}
/* NEWS
----------------------------------------------- */
.midashi_n{
	width: 270px;
	margin-top: 120px;
}
@media screen and (max-width: 900px) {
    .midashi_n{
       /* width: 300px;*/
    }
}
.news{
	background-color: rgba(255, 229, 76, 0.2);
    text-align: center;
    font-weight: 500;
    list-style: none;
    padding:15px;
}
#NewsList h2{
	height:25px;
}
#BaserFeed h2{
	height:25px;
	background:url(images/bg_top_head_02.gif) no-repeat left top;
	text-indent:-3000px;
}
#BaserFeed{
	width:400px;
	margin:5px 20px 20px 20px;
	display: inline;/* IEバグ対応 */
	float:left;	
}
@media screen and (max-width: 900px) {
    #NewsList {
        margin: auto;
    }
    .post-list li{
        margin-bottom: 10px;
    }
}
.news .body {
	padding:10px 20px;
}
#news ul {
	margin:0;
}