@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

body{
    background: url("../img/bg-btm_sp.png") bottom center no-repeat,url("../img/bg.gif") top center repeat;
    font-family: "Times New Roman","游明朝","メイリオ",sans-serif;
    color: #555;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

h1,h2,h3{
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    line-height: 1;
    clear: both;
}

h4{
    margin: 40px 0;
    padding: 0;
    text-align: left;
    line-height: 1;
    clear: both;
}

p{
    font-size: 15px;
    line-height: 1.8;
}

img {
    width: 100%;
    padding: 0;
    margin: 0;
}

ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    display:inline-block;
    line-height: 3;
    color: #555;
}

a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    ms-transition: all 0.3s;
    o-transition: all 0.3s;
    transition: all 0.3s;
}

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

a:hover img{
    -webkit-filter: saturate(160%);
    -moz-filter: saturate(160%);
    -o-filter: saturate(160%);
     -ms-filter: saturate(160%);
     filter: saturate(160%);
}

.anchor{
    margin-top: -150px;
    padding-top: 150px;
}

table{
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    border-left: 1px solid #888;
    width: 100%;
    margin-bottom: 30px;
}

th{
    width: auto;
    padding: 10px;
    background: rgba(240,45,109,0.2);
}

td{
    width: auto;
    padding: 10px;
    border-bottom: 1px solid #888;
}

dd{
    margin: 0 0 30px;
}

input{
    width: 42%;
    padding: 10px 2%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

input:focus,textarea:focus{
    border: 1px solid #ff6799;
    outline: none;
}

input:nth-child(1),input:nth-child(3){
    margin-right: 2%;
}

textarea{
    resize: vertical;
    width: 90%;
    height: 200px;
    padding: 10px 2%;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: "Times New Roman","メイリオ",sans-serif;
}

button{
    display: block;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto 30px;
    background: #ff6799;
    border-radius: 5px;
    color: #fff;
    border-style:none;
    outline: 0;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

.center{
    text-align: center;
}

.header_top {
    background: url(../img/bg-top_sp.jpg) top center no-repeat;
    height: 365px;
}

.header_top > h1 img{
   max-width: 200px;
    text-align: center;
}

.header_content{
    background: url("../img/bg-content.jpg") top center repeat;
}

.header_content h1{
padding: 120px 0 40px;
}

.navi_bg {
    width: 100%;
    background: rgba(240,45,109,0.8);
    position: fixed;
    z-index: 9999;
}

.navi_logo{
    float: right;
    line-height: 1;
    margin: 10px 10px 10px 0;
}

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

.burger_menu {
    width: 15%;
    color: #fff;
    padding: 0 10px;
    float: left;
    line-height: 1;
    margin: 10px 0;
}

nav {
    display: none;
    clear: both;
}

nav li a {
    width: 100%;
    color: #fff;
    padding-left: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}

main {
    width: 100%;
}

div > section {
    padding: 0;
}

section,aside > div {
    width: 92%;
    padding: 20px 0;
    margin: 0 auto;
}

section h3 {
    text-align: center;
    margin-bottom: 20px;
}

section p{
    width: 92%;
    margin: 0 auto 20px;
}

.ttl-onm{
    font-size: 30px;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 1;
    text-shadow: 1px 1px 10px white,-1px 1px 10px white,1px -1px 10px white,-1px -1px 10px white;
    margin: 0 auto 20px;
}

.ttl-onm:first-letter{
    color: #f02d6d;
}

.more a,a .more{
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 20px auto;
    background: #ff6799;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    clear: both;
}

.address h4{
    margin: 0;
}

/* product */

.product-area {
    padding-top: 30px;
}

.product_list{
    display: flex;
    flex-direction: column;
}

.product_list li,
.product-page_list li,
.info-page_list li{
    background: #fff;
    border-bottom: 1px solid #ff6799;
    margin-bottom: 30px;
}

.product_list li:first-child,
.product-page_list li:first-child{
    position: relative;
}

.product_list .new,
.product-page_list .new{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 170px;
    left: -10px;
    z-index: 7777;
}

.product_list li:last-child,
.product-page_list li:last-child,
.info-page_list li:last-child,
.info-item table:last-child {
    margin-bottom: 0;
}

.product-item img{
    margin-bottom: 20px !important;
}

.info-item table {
    width: 100%;
    margin-bottom: 30px;
}

/* info-page */

.info-page_list h3{
    width: 92%;
    margin: 0 auto 20px;
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
}

.info-page_list li {
    position: relative;
}

.info-page_list .date {
    width: 30%;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    background: rgba(240,45,109,0.8);
    color: #fff;
    text-align: center;
}

/* contents */

.content{
    background: url("../img/bg-bread-left_sp.png") top left no-repeat,url("../img/bg-bread-right_sp.png") bottom right no-repeat,url("../img/bg-content.jpg") top left repeat;
    padding-top: 30px;
}

.content_item2{
    position: relative;
}

.month{
    font-size: 80px;
    position: absolute;
    top: -50px;
    left: 10px;
    line-height: 0;
}

.month span{
    font-size: 12px;
    display: block;
    padding-top: 40px;
}

.content_list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 30px;
}

.content_list li {
    background: #fff;
    border-bottom: 1px solid #ff6799;
    margin-bottom: 30px;
}

.content_list li:last-child {
    margin-bottom: 0;
}

/* aside */

.info_list {
    display: flex;
    flex-direction: column;
}

.info_list li{
    background: #fff;
    border-bottom: 1px solid #ff6799;
    padding: 0;
    line-height: 1;
}

.info_list li img{
    width: 35%;
    float: left;
}

.info_list li div{
    width: 60%;
    padding: 0 2%;
    float: right;
}

.info_list li div p{
    margin: 10px 0;
    line-height: 1.2;
}

iframe{
    width: 100%;
    height: 200px;
}

aside{
    padding: 40px 0;
}

aside > div:nth-child(2){
    padding: 40px 0 1px;
}

.info_area{
    background: rgba(255,255,255,0.7);
    margin-bottom: 30px;
}

.address_area,.info_area{
    background: rgba(255,255,255,0.7);
}

.address{
    width: 92%;
    margin: 0 auto 30px;
}

.address_area img{
    width: 35%;
    margin: 0 5% 20px 0;
    float: left;
}

footer {
    width: 100%;
    background: rgba(240,45,109,0.8);
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

footer div {
    width: 92%;
    margin: 0 auto;
}

footer p{
    clear: both;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer_info{
    width: 40%;
    float: left;

}

.footer_info li a{
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
}

.sns{
    width: 56%;
    float: right;
    display: flex;
    justify-content: space-between;
}

.sns li a{
    display: block;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    float: left;
    font-size: 50px;
    line-height: 1;
    color: #fff;
}

#pagetop{
    position: fixed;
    background: #e8c938;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10000;
    border-radius: 50%;
}

#pagetop i{
    margin-top: 25%;
    color :#fff;
    font-size: 20px;
}

@media screen and (max-width: 640px){
nav li span::before,nav li span::after{
    font-size: 12px;
    content: "－";
    margin: 0 2px;
}
.product-page_list,
.info-page_list {
    display: flex;
    flex-direction: column;
}

th,td {
    display: block;
}

.left{}
.right{}

}

@media screen and (min-width: 641px){

body{
    background: url("../img/bg-btm_pc.png") bottom right no-repeat,url("../img/bg.gif") top center repeat;
}

a:hover{
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.left{
    width: 50%;
    float: left;
    margin: 0 20px 20px 0;
}

.right{
    width: 50%;
    float: right;
    margin: 0 0 20px 20px;
}



th{
    width: 30%;
    border-bottom: 1px solid #888;
}

.navi_bg {}

.navi_logo{
    display: none;
}

nav {
    display: inline;
}

.nav_area {
    width: 960px;
    margin: 0 auto;
    padding: 15px;
}

nav ul {
    display: flex;
}

nav li {
    flex: 1;
    justify-content: space-around;
}

nav li a {
    display: block;
    line-height: 1.2;
    border-bottom: none;
    padding-left: 0;
    text-align: center;
}

nav li span{
    display: block;
    font-size: 24px;
}

nav li a:hover{
    color: #fff66c !important;
}

.header_top {
    background: url(../img/bg-top_pc.png) top center no-repeat;
    z-index: 8;
    height: 776px;
}

.header_top > h1 img{
   max-width: 400px;
    margin-top: 350px;
    text-align: center;
}

.burger_menu{
    display: none;
}

main{
    margin: -80px auto 0;
}

.main_content{
    margin: 0 auto;
}

section,aside{
    width: 980px;
    margin: 0 auto;
}

/* product */

.product_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product_list li{
    width: 32%;
    background: #fff;
    border-bottom: 1px solid #ff6799;
    margin-bottom: 30px;
}

.product_list li:last-child{
    margin-bottom: 30px;
}

.product_list li:first-child{
    position: relative;
}

.product_list .new,
.product-page_list .new {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 150px;
    left: -20px;
    z-index: 7777;
}

.product-page_list,
.info-page_list {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.product-page_list li
,.info-page_list li{
    width: 300px;
    background: #fff;
    border-bottom: 1px solid #ff6799;
}

.product-page_list li:last-child,
.info-page_list li:last-child {
    margin-bottom: 30px;
}

.product-item img,.info-item img{
    width: 47%;
    float: left;
    margin-bottom: 30px;
}

.product-item > table,.info-item > table{
    width: 50%;
    float: right;
    margin-left: 2%;
}

/* contents */

.content{
    background: url("../img/bg-bread-left_pc.png") top left no-repeat,url("../img/bg-bread-right_pc.png") bottom right no-repeat,url("../img/bg-content.jpg") top left repeat;
    padding: 40px 0;
}

.month{
    font-size: 100px;
    top: 22px;
    left: 20px;
}

.month span{
    padding-top: 50px;
}

.content_list {
    margin-top: 30px;
}

.content_list a{
    width: 100%;
}

.content_list li{
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.content_list li a {
    display: flex;
    background: #fff;
    height: 300px;
    padding: 0;
    margin: 0;
}

.content_item1{order: 2;}
.content_item2{order: 1;position: relative;}
.content_item3{order: 3;}
.content_item4{order: 4;}
.content_item5{order: 6;}
.content_item6{order: 5;}

.content_list img{
    width: 50%;
}
.content_list div{
    width: 50%;
    padding: 50px 0 0;
}

/* formality */

.formality > h3 {
    clear: both;
    float: none;
    padding: 0 20%;
}

.formality > img {
    margin-bottom: 50px;
}

.formality > p {
    width: 100%;
    margin: 0 auto 20px;
}

.formality h3 {
    margin: 0 0 50px;
}

/* aside */

aside{
    clear: both;
    margin: 20px auto 0;
    display: flex;
}

aside > div:nth-child(1){
    padding: 40px 0 0;
}
aside > div:nth-child(2){
    padding: 40px 0 0;
}

aside h4{
    clear: none;
}

.info_area{
    margin-bottom: 0;
}

.info_list li{
    padding: 10px;
}

.address{
    font-size: 14px;
    line-height: 0.9;
}

iframe{
    display: block;
    width: 92%;
    height:  380px;
    margin: 0 auto 30px;
    text-align: center;
}

footer > div {
    width: 980px;
    margin: 0 auto;
}

.footer_info {
    width: 70%;
    display: flex;
}

.footer_info li a{
    margin-right: 10px;
    font-size: 14px;
}

.sns{
    width: 30%;
    float: right;
    display: flex;
    justify-content: space-between;
}
}