@charset "utf-8";
@font-face{
    font-family:'Zen Maru Gothic';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(/fonts/ZenMaruGothic-Medium.ttf) format('truetype');
}@font-face{font-family:'Zen Maru Gothic';
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:url(/fonts/ZenMaruGothic-Bold.ttf) format('truetype');
}
*{
	position:relative;
	box-sizing:border-box;
}

body,input,select,textarea{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	font-size:16px;
	line-height:1.5;
	letter-spacing:0.08em;
	color:#333;
}

body{
    background-image: url(/img/bg_main.jpg);
    background-blend-mode:lighten;
}

h1,h2,h3,h4,h5,h6{
}

a{
	color:rgb(47, 68, 160);
}

.btn{

}

.btn a{
	display:inline-block;
	padding:1em;
	color:#fff;
	background:#412913;
	border: 1px solid #412913;
    border-radius: 8px;
	transition: .2s;
}

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

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .wp-caption,
  [class*='wp-image'] {
    display: block;
    max-width: 100% !important;
    margin-top: 1.5em;
    text-align: center;
  }
  .wp-caption-text {
    margin-top: 0;
  }

/* css animation (prefixes are cut) */
.animation {
	opacity:0;
}

.fadeup {
	transform-origin:center top;
	animation:fadeup 1s both;
}

.slidein_left {
	transform-origin:right center;
	animation:slidein_left 1s both;
}

.slidein_right {
	transform-origin:left center;
	animation:slidein_right 1s both;
}

.d3 {animation-delay:.3s;}
.d5 {animation-delay:.5s;}
.d10 {animation-delay:1s;}
.d15 {animation-delay:1.5s;}
.d20 {animation-delay:2s;}
.d25 {animation-delay:2.5s;}
.d30 {animation-delay:3s;}
.d35 {animation-delay:3.5s;}
.d40 {animation-delay:4s;}
.d45 {animation-delay:4.5s;}
.d50 {animation-delay:5s;}
.d55 {animation-delay:5.5s;}
.d60 {animation-delay:6s;}

@keyframes fadeup {
	0% {
		transform:translate(0,2em);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

@keyframes slidein_left {
	0% {
		transform:translate(-2em,0);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

@keyframes slidein_right {
	0% {
		transform:translate(2em,0);
		opacity:0;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

/* header */
header{
    background-color: #dbc29d;
}
header div{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
    padding:1em;
    overflow: hidden;
}

header h1 a{
    display:block;
    margin:.5em;
    width:175px;
    height:50px;
    text-indent: -100%;
    background-image: url(/img/paon-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

header .btn a{
    padding-left:50px;
    color:#fff;
    border:1px solid #412913;
    background:#412913;
    background-image:url(/img/cart-icon.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size:30px auto;
    border-radius: 8px;
}

header nav{
    background: #412913;
}

header ul{
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
    height: 100%;
}

header ul li{
    width:100%;
}

header ul li a{
    display: block;
    padding: 1em;
    width:100%;
    text-align:center;
    font-size:90%;
    color:#fff;
    transition:.2s;
}
header ul li a:hover{
    color: #412913;
    background:#fff;
}

header ul li:hover:before{
    width:120%;
}

#gmap{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:400px;
    overflow:hidden
}

/* main image */
#main_image{
    padding:0;
}
#main_image #slide_msg{
    position: absolute;
    display: flex;
    align-items: center;
    margin: auto;
    padding-left:1em;
    max-width: 1280px;
    width: 100%;
    height:100%;
    left:0;
    right:0;
    z-index:1;
}
#main_image #slide_msg div{
    padding: 1em 3em 5em;
    background-color: rgba(255, 255, 255,.7);
    border-radius: 8px;
    color: #412913;
    background-image: url(/img/paon-logo.svg);
    background-repeat: no-repeat;
    background-size:auto 2em;
    background-position: left 1em bottom 1em;
}

#main_image #slide_msg div h2{
    margin-left:1.5em;
    margin-bottom:.8em;
    text-indent: -1.5em;
    font-size:300%;
    line-height: 2;
}

#main_image #slide_msg div h2 span:before{
    position: absolute;
    content: '';
    width:80%;
    height: 3px;
    background: #412913;
    bottom:-3px;
    left:0;
    border-radius: 3px;
}

#main_image #slide_msg div h2 span:after{
    position: absolute;
    content: '';
    width:10px;
    height: 3px;
    background: #412913;
    bottom:-3px;
    left:82%;
    border-radius: 3px;
}

#main_image #slide_msg div p{
    font-size:110%;
}



#main_image .main_slide p{
    margin-bottom:0;
    height:80vh;
    background-size: cover;
    background-position: center;
}

/* content */


body >.wrapper::before,
.paon-top main::before{
    position: absolute;
    content: '';
    width:282px;
    height:205px;
    background-image:url(/img/main-bg-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    top:0;
    left: 0;
    z-index:-1;
    opacity: .5;
}

body > .wrapper::after{
    position: absolute;
    content: '';
    width:282px;
    height:205px;
    background-image:url(/img/main-bg-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    bottom:0;
    right: 0;
    z-index:-1;
    opacity: .5;
}


section{
    padding:1em;
}

section a{
    text-decoration:underline;
}

section .btn a,
section a:hover{
    text-decoration:none;
}


#news{
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 1280px;
}

#news div:first-of-type{
    padding: 1em;
    width:calc(100% * 0.6666);
}

#news div:nth-child(2){
    padding: 1em;
    width:calc(100% * 0.3333);
}

#news h2,
#lifestyle h2{
    margin-bottom: 1.5em;
    padding:.3em;
    color: #412913;
    font-size:150%;
    font-weight: bold;
}

#news h2::before,
#lifestyle h2::before{
    position: absolute;
    content: '';
    width:100%;
    height: 40%;
    background-color: #ffe1ad;
    bottom:0;
    left:0;
}

#news > div:first-of-type ul{

}

#news > div:first-of-type ul li{
    padding:1em .3em;
    border-bottom: 1px dotted #aaa;
}

#news > div:first-of-type ul li .date{
    display: inline-block;
    min-width: 10em;
}

#news > div:first-of-type ul li#more{
    border-bottom: 0;
    text-align: right;
}

#lifestyle{
    margin: auto;
    max-width: 1280px;
}

#lifestyle .half_box{
    display: flex;
    margin-bottom: 3em;
    background-image: url(/img/bg_life.jpg);
    border-radius: 8px;
}
#lifestyle .half_box > *{
    padding:2em;
    width: 50%;
}

#lifestyle .half_box img{
    max-width: 100%;
    height: auto;
}


#lifestyle .half_box h3{
    margin-bottom: 1em;
    padding:1em .5em;
    color: #412913;
    font-size: 130%;
}

#lifestyle .half_box h3:before{
    position:absolute;
    content: '';
    width:100%;
    height:1px;
    background: #6db72c ;
    bottom:2px;
    left:0;

}

#lifestyle .half_box h3::after{
    position:absolute;
    content: '';
    width:6px;
    height:6px;
    background: #6db72c ;
    border-radius: 50%;
    bottom:0;
    right:0;

}


#lifestyle .half_box p{
    margin-bottom: 1em;
}

#lifestyle .half_box p.btn{
    text-align: center;
}

#lifestyle .half_box p img{
    box-shadow: 2px 2px 5px #333;
}


#onlineshop {
    padding:0;
    background-color: #412913;
    overflow: hidden;
}

#onlineshop .shop_header{
    display: flex;
    background-color: #412913;
    color: #fff;
    background-image: url(/img/shop-image.jpg);
    background-repeat: no-repeat;
    background-position: right center;

}

#onlineshop .shop_header .left_inner{
    padding:1em;
    margin: auto;
    width: 100%;
    max-width: 1280px;
    z-index: 10;
}

#onlineshop .shop_header .left_inner::before{
    position: absolute;
    content: '';
    width:45%;
    height: 100%;
    background-color: #412913;
    top:0;
    left:0;
}

#onlineshop .shop_header::after{
    position: absolute;
    content: '';
    width:80%;
    height: 100%;
    background-color: rgba(255, 255, 255,.3);
    top:0;
    right:0;
}


#onlineshop .shop_header .left_inner h2{
    display: inline-block;
    padding: .5em .5em .5em 1em;
    font-size: 500%;
    line-height: 1.1;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
}

#onlineshop .shop_header .left_inner h2::before{
    position: absolute;
    content: '';
    width:calc(100% - 2.85rem);
    height: 1px;
    background-color: #fff;
    bottom:0;
    right:0;
}

#onlineshop .shop_header .left_inner p:first-of-type{
    margin-left:3em;
    padding: 1em;
    border-left:1px solid #fff;
}

#onlineshop .shop_header .left_inner p:first-of-type::before{
    position: absolute;
    content: '';
    width:50%;
    height: 1px;
    background-color: #fff;
    bottom:0;
    left:0;
}

#onlineshop .shop_header .left_inner span.btn{
    display: block;
    padding:2em;
}

#onlineshop .shop_header .left_inner span a{
    background-color: #ffaf69;
    border:1px solid #ffaf69;
}

.item_list .slide{
    padding:1em;
    color: #fff;
    border-radius: 4px;
}

.item_list .slide:hover{
    background-color: rgba(255, 255, 255,.3);
    transition: .2s;
}

.item_list .slide_image{
    margin: auto;
    margin-bottom: .8em;
    max-width: 250px;
    height:250px;
    border-radius: 4px;
    overflow: hidden;
}

.item_list .slide_image img{
    object-fit: cover;
    width:100%;
    height: 100%;
}

.item_list h3{
    margin-bottom: .8em;
    font-size:130%;
}

.item_list .slide_desc{
    margin-bottom: .8em;
    font-size:90%;
}

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

.item_list .slide p:last-of-type a{
    color: #fff;
}


/* page */
div#breadcrumb{
    font-size:94%;
}

div#breadcrumb ul{
    margin-bottom:0 !important;
    border:0 !important;
    text-align:right;
}

div#breadcrumb ul li{
    display:inline;
}

div#breadcrumb ul li span{
    display:inline-block;
}



#page .content{
    max-width:1280px;
    margin: 0 auto 5em;
    padding:1em 3em;
}

.content h2{
    display: table;
    margin: 3em auto;
    border:2px solid #412913;
    border-bottom: 20px solid #412913;
    border-radius: 4px;
}

.content h2 span{
    display: inline-block;
    padding:.7em 4em .5em;
    font-size:130%;
    color: #412913;
}

.content h2 span:before{
    position: absolute;
    content: '';
    margin: auto;
    width:50px;
    height: 50px;
    background-image: url(/img/paon-logo-w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    bottom:-18px;
    right: .5em;
}

.content h3{
    margin-bottom: 1.5em;
    padding: 0.3em;
    color: #412913;
    font-size: 150%;
    font-weight: bold;
  }
  
  .content h3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 40%;
    background-color: #ffe1ad;
    bottom: 0;
    left: 0;
  }

  .content table.flex_box,
  .content table.flex_box > tbody{
    display: block;
  }
  .content table.flex_box > tbody > tr{
    display: flex;
    justify-content: space-between;
  }

  .content table.flex_box > tbody > tr > td{
    display: block;
    padding:1em;
    width: 100%;
  }

  .content table.flex_box > tbody > tr > td:first-of-type{
    padding-left: 0;
  }
  .content table.flex_box > tbody > tr > td:last-of-type{
    padding-right: 0;
  }

  .content table:not(.flex_box) th{
    vertical-align: middle;
  }

  .content table:not(.flex_box) td,
  .content table:not(.flex_box) th{
    padding:.5em;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }

  .content p{
    margin-bottom:1.5em;
  }

  .content blockquote{
    margin: .5em;
    padding:1em;
    font-size:90%;
    background:#eee;
}

#page .content :not(#breadcrumb) ul:not(.product-list) {
    border: solid 2px #412913;
    border-radius: 5px;
    margin-bottom:1.5em;
    padding: 0.5em 1em 0.5em 3em;
    position: relative;
  }
  
  #page .content :not(#breadcrumb) ul:not(.product-list) li {
    padding: 0.5em 0;
    list-style-type: none!important;
  }
  
  #page .content :not(#breadcrumb) ul:not(.product-list) li:before {
    
    font-family: "FontAwesome";
    content: "\f138";
    position: absolute;
    left : -1.2em;
    color: #412913;
  }
#shop_item h3{
    display: table;
    margin: 0 auto 1.5em;
}

#shop_item ul{
    display: flex;
    flex-wrap: wrap;
}

#shop_item ul li{
    display: block;
    width: calc((100% - 4em) / 4);
    padding:.5em;
    margin:.5em;
}

#shop_item ul li img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

#shop_item .product-item-name{
    padding:.5em;
}

#access,
#gmap{
    padding:0;
}


#page .content form{
    max-width:600px;
    margin:0 auto 1.5em;
    padding:1em;
    border-radius: 4px;
  }

  #page .content form input[type="text"],
  #page .content form input[type="email"],
  #page .content form textarea{
    padding:.3em;
    background:#fff;
    border:1px solid #ccc;
    border-radius: 4px;
  }

  #page .content form textarea{
    width: 100%;
  }

  #page .content form .wpcf7-checkbox label{
    display: inline-block;
    margin:.5em;
  }

  #page .content form .wpcf7-checkbox input{
    margin-right:.2em;
  }

div.screen-reader-response{
  display: none;
}


  #page .content form input[type="submit"]{
    display: block;
    margin: auto;
    padding:1em 3em;
    color:#fff;
    background: #455473;
    border:1px solid #455473;
    border-radius: 4px;
    transition: .2s;
  }

  #page .content form input[type="submit"]:hover{
    color: #455473;
    background:#fff;
  }


#access .half_box{
    position: absolute;
    margin: auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 100;
    height:300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color:#412913;
    max-width:1020px;
    width:100%;
}

#access h2{
    font-size:130%;
}

#access .half_box .left_inner{
    padding:3em 1em;
    width: auto;
    background:rgba(255,255,255,.9);

}


#footnav{
    padding:1em;
}

#footnav ul{
    display:flex;
    max-width: 1020px;
    justify-content: space-between;
    margin: 0 auto 1.5em;
}

#footnav ul li{
    display:block;
    margin:.5em;
}

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

address{
    display: flex;
    justify-content: flex-end;
    max-width: 1020px;
    margin: auto;
}

footer > p{
    text-align:center;
}

@media screen and (max-width:1000px){
    #news{
        display: block;
    }
    #news > *{
        width: 100% !important;
    }
    #news iframe{
        display: block !important;
        margin: auto !important;
    }
    .half_box,
    .content table.flex_box > tbody > tr{
        display: block !important;
    }
    .half_box > *,
    .content table.flex_box > tbody > tr > *{
        width: 100% !important;
        margin:0 !important;
        padding: 0 1em;
    }
    main img{
        max-width: 100%;
        height: auto;
    }
    #page .content img{
        margin:.5em;
        max-width: calc(100% - 1em);
        height: auto;
        border:none;
        box-shadow: 2px 2px 5px #ccc;
    }

}

#nav_toggle{
    display: none;
}

#gnav_overlay{
    display: none;
}

@media screen and (max-width: 800px) {
    #page header .cercle > .btn{
        display: none;
    }
    header div{
        padding:.5em 1em;
    }
    #page header nav {
        position: fixed;
        padding: 0 2em;
        height: 100%;
        top: 0;
        right: -101%;
        z-index: 500;
        opacity: 1;
        transition:.3s;
        -webkit-animation: none;
        animation: none;
    }

    #page header nav.open {
        right:0;
        box-shadow: 2px 2px 200px #eee;

    }


    #page header nav>ul {
        display: block
    }

    #page header nav ul ul {
        position: relative;
        width: 100%;
        left: 0
    }

    #page header nav ul a {
        text-align:left;
    }

    #page header nav {
        width: auto;
        z-index: 9980
    }

    #page header nav > ul{
        display:block;
        padding-top:80px;
    }

    #page #close_toggle {
        display: block;
        padding: 1em;
        text-align: right
    }

    #page header #nav_toggle {
        position: fixed;
        display: block;
        padding: 1em 0 1em 1.5em;
        height: 42px;
        width: 42px;
        color: #333;
        font-size: 80%;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
        top: 20px;
        right: 1em;
        z-index: 9999;
        cursor: pointer;
    }

    #page header #nav_toggle #nav_toggle_icon {
        position: absolute;
        display: block;
        margin: -1px 0 0 -2.5em;
        width: 14px;
        height: 2px;
        background: #333;
        transition: .2s;
        top: 50%;
        right: 1em
    }

    #page header #nav_toggle #nav_toggle_icon:before,
    #page header #nav_toggle #nav_toggle_icon:after {
        position: absolute;
        display: block;
        content: "";
        width: 14px;
        height: 2px;
        background: #333;
        transition: .3s;
        top: 50%;
        left: 0
    }

    #page header #nav_toggle #nav_toggle_icon:before {
        margin-top: -6px
    }

    #page header #nav_toggle #nav_toggle_icon:after {
        margin-top: 4px
    }

    #page header #nav_toggle #nav_toggle_icon.close{
        background:transparent;
    }

    #page header #nav_toggle #nav_toggle_icon.close:before,
    #panel-btn .close:after {
        margin-top: 0;
        color:#fff;
    }

    #page header #nav_toggle #nav_toggle_icon.close:before {
        margin-top: -1px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background:#fff;
    }

    #page header #nav_toggle #nav_toggle_icon.close:after {
        margin-top: -1px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        background:#fff;
    }

    #page header nav ul li a.current {
        border-radius: 0
    }

    #main_image #slide_msg div h2{
        font-size: 190%;
    }
    #main_image #slide_msg div p{
        font-size:90%;
    }
    #lifestyle .half_box p img{
        display: block;
        margin: auto;
    }
    #lifestyle .half_box p.btn{
        padding:3em 0 1.5em;
    }
    .shop_header img{
        width: 100%;
        height: auto;
    }
    .shop_header p{
        font-size:90%;
    }
    .item_list .slide_desc{
        font-size:80%;
    }

    .content h3:before{
        display: none;
    }
    .content h3 span{
        display: inline;
        font-weight: bold;
        background: linear-gradient(transparent 60%, #ffe1ad 60%);
    }
    #page .content{
        padding:1em;
    }

    #shop_item ul li{
        width: calc((100% - 3em) / 3);
    }
}

@media screen and (max-width:540px){
    body, input, select, textarea{
        font-size:14px;
    }
    header div{
        justify-content: center;
    }
    #main_image #slide_msg{
        align-items: flex-end;
        max-width: calc(100% - 1em);
        bottom:1em;
        left:1em;
    }

    #main_image #slide_msg div h2{
        font-size: 140%;
    }

    #main_image #slide_msg div{
        padding:1em 1em 5em;
    }
    #main_image #slide_msg div p{
        font-size:80%;
    }
    #main_image .main_slide p{
        height:500px;
    }
    #footnav ul{
        display: block;
    }
    
    #footnav ul li{
        margin-bottom: 1.5em;
    }
    #access .half_box{
        position: relative;
        height: auto;
    }
    #page .content img{
        display: block;
        margin: auto;
    }
    #gmap{
        height: 250px;
    }
    #news > div:first-of-type ul li .date{
        display: block;
    }
    #news h2, #lifestyle h2{
        font-size:130%;
        margin-bottom: 1ems;
    }
    #news h2 span, #lifestyle h2 span{
        display: inline;
        font-weight: bold;
        background: linear-gradient(transparent 60%, #ffe1ad 60%);
    }
    #news h2:before,
    #lifestyle h2:before{
        display: none;
    }
    #lifestyle .half_box > *{
        padding: 0;
    }
    #onlineshop .shop_header .left_inner p:first-of-type{
        margin-left:0;
    }
    #onlineshop .shop_header .left_inner h2::before,
    #onlineshop .shop_header .left_inner p:first-of-type::before{
        width: 100%;
    }

    #shop_item ul li{
        width: calc((100% - 2em) / 2);
    }
}