@charset "utf-8";

/* =====================================================
reset
===================================================== */

body {
    line-height:1;
    margin:0;
}

h1, h2, h3, h4, h5, h6, p { margin: 0; }

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

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

ul { list-style:none; margin:0; padding:0; }
li { margin:0; padding:0; }

input, select { vertical-align:middle; }

a { display: block; }
a { -webkit-tap-highlight-color:transparent; }

body { width:100%; }

/* =====================================================
set
===================================================== */

body{
	-webkit-text-size-adjust: 100%;
    background:#FFF;
	font-size:14px;
	color:#555;
}

/* =====================================================
header
===================================================== */
#header{
	position:relative;
    width:100%;
	/* max-width:640px; */
	margin:0 auto;
    font-size:0.85em;
}
.h-bar{
    display:-webkit-box; // android4.3
    display:-webkit-flex; // safari8 iOS8.4
    display:flex;
    width:100%;
}
.h-logo{
    box-sizing:border-box;
    width:28%;
    padding:8px 0;
    text-align:center;
}
.h-logo img{
    width:46px;
    height:auto;
    vertical-align:top;
}
.h-navi{
    display:table;
    box-sizing:border-box;
    width:24%;
    height:66px;
    border-left:1px solid #CCC;
    background-image: -webkit-linear-gradient(rgb(255,255,255) 44%, rgb(230,230,230) 89%);
    background-image: linear-gradient(rgb(255,255,255) 44%, rgb(230,230,230) 89%);
}
.h-navi a{
    display:table-cell;
    width:100%;
    height:66px;
    background:url(https://www.annex-pacha.com/sp/patisserier/images/header-mark.gif) no-repeat center top;
	background-size:8px 5px;
    color:#003459;
    vertical-align:middle;
    text-align:center;
    text-decoration:none;
}
@media screen and (min-width: 480px) {
    #header{
        font-size:1em;
    }
    .h-logo{
        padding:12px 0;
    }
    .h-navi,
    .h-navi a{
        height:74px;
    }
}
/* =====================================================
gotop
===================================================== */
.snsbtn {
  clear: both;
  margin-bottom:30px;
  padding: 30px 0 0;
  height: 30px;
  text-align: center;
}
.snsbtn__fb, .snsbtn__tw, .snsbtn__line {
  display: inline-block;
  line-height: 1;
}
.snsbtn__fb,
.snsbtn__tw {
  vertical-align: top;
}

/* =====================================================
gotop
===================================================== */
.gotop{
    position:fixed;
    z-index:18;
    right:20px;
    bottom:30px;
    width:40px;
    height:40px;
}
.gotop_start{
    opacity:0;
}
.gotop_show,
.gotop_hide {
    -webkit-transition:1s ease-in-out;
    transition:0.5s ease-in-out;
}
.gotop_show {
    opacity:1;
}
.gotop_hide {
    opacity:0;
}
.gotop a{
    display:block;
	box-sizing:border-box;
    width:40px;
    height:40px;
    padding:11px 0 0 0;
    border-radius:40px;
    background:rgba(0,0,0,0.7);
    text-align:center;
}
.gotop svg{
    width:12px;
    height:12px;
    fill:#FFFFFF;
}

/* =====================================================
gnavi
===================================================== */
#gnavi{
	clear:both;
    box-sizing:border-box;
	width:100%;
	/* max-width:640px; */
	margin:10% auto 0;
	padding:5% 4% 0;
	background:#DDD;
}
#gnavi ul{
	background:#FFF;
    border-radius:3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.10); 
}
#gnavi li:not(:last-child){
	border-bottom:1px solid #DDD;
}
#gnavi li a{
	padding:16px 14px 16px 20px;
	background:url(https://www.annex-pacha.com/sp/patisserier/images/navi-mark.gif) no-repeat 95% 50%;
	background-size: 5px 5px;
	color:#555;
    text-decoration:none;
}

/* =====================================================
footer
===================================================== */
#footer{
	clear:both;
	width:100%;
	/* max-width:640px; */
	margin:0 auto;
    padding:3% 0 0;
	background:#DDD;
}
.footer-sns{
    margin:10px 0;
    text-align:center;
}
.footer-sns li{
	display:inline-block;
    width:40px;
    margin:0 2px;
}
.footer-sns img{
    width:100%;
    height:auto;
    vertical-align:top;
}
.footer-bn{
    margin:20px 4%;
}
.footer-bn li{
    margin:calc(10px + 1%) 0;
    border:1px solid #FFF;
    box-shadow:0 0 8px rgba(0,0,0,0.15);
}
.footer-bn img{
    width:100%;
    height:auto;
    vertical-align:top;
}
.footer-link{
	margin:5% 4% 0;
	padding:5% 0;
	border-top:1px solid #999;
    font-size:0.85em;
	line-height:2;
	text-align:center;
}
.footer-link a{
	display:inline-block;
    color:#222;
    text-decoration:none;
}
.copyright{
	clear:both;
	padding:20px 0 40px;
	background:#003459;
	color:#FFF;
	text-align:center;
}

/* =====================================================
contents
===================================================== */
#contents{
	width:100%;
	/* max-width:640px; */
	margin:0 auto;
}
/* topimg1 */
#topimg1{
	margin:3%;
}

/* =====================================================
common class
===================================================== */
.title1{
	clear:both;
	padding:0.6em 1em;
	background:#003459;
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.3;
}
.title1 a{
	color:#FFF;
}
.title2{
	clear:both;
	margin:calc(4% + 10px) 0 4%;
	padding:0 0.2em 0.2em 0.8em;
	border-bottom:2px solid #003459;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3;
}

/* img ------------------------------------ */
.fullimg img{
	width:100%;
	height:auto;
}

/* layout --------------------------- */
.layout-center{ text-align:center; }

/* link --------------------------- */
.link-site{
	padding:0 0 0 20px;
	background:url(https://www.annex-pacha.com/sp/patisserier/images/mark-link1w.gif) no-repeat 0 50%;
	background-size:14px 13px;
}

/* btn01 ---------------------------- */
.btn01{
    margin:25px 0 0;
    padding:25px 0;
    border-radius:4px;
    background:#003459;
    color:#FFF;
    text-decoration:none;
	line-height:1;
	text-align:center;
}
.btn01::after{
    content:"";
    display:inline-block;
    width:5px;
    height:5px;
    margin-left:10px;
    background:url(https://www.annex-pacha.com/sp/patisserier/images/navi-mark-white.png) no-repeat 0 0 / 100% auto;
    vertical-align:middle;
}

/* mform --------------------------- */

.mform{
	width:92%;
	margin:5% auto;
}
.mform dt{
    margin:20px 0 0;
    padding:0 0 5px 3px;
    border-bottom:1px solid #CCC;
    font-weight:bold;
}
.mform dd{
    margin:10px 0 0;
}
.mform-mark1{
    display: inline-block;
    margin: 0 0 2px;
    padding: 2px 5px;
    border-radius: 2px;
    background: #003459;
    color: #FFF;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}
.textfield-s,
.textfield-m,
.mform textarea{
	box-sizing:border-box;
    width:100%;
	padding:5px;
    font-size:16px;
}
.mform-btn{
	text-align:center;
	margin:3% 0 8%;
}
.mform-btn input{
	padding:10px 30px;
	font-size:1.2em;
    line-height:1;
}
.mform-back{
	margin:10px 0 0;
	text-align:left;
}
.mform-error{
	margin:5% 3%;
	padding:0 0 3%;
	border:1px solid #CC0000;
}
.mform-complete{
	padding:10% 0 20%;
	text-align:center;
}
.mform-text{
	margin: 5% 5%;
	line-height: 1.5;
}

/* pagelink-list ------------------------------------- */

.pagelink-list{
	clear:both;
	margin:5% 5% 10%;
	border-top:1px dotted #CCC;
	background:#EFEFEF;
}
.pagelink-list li{
	clear:both;
	border-bottom:1px dotted #CCC;
	line-height:1.5;
}
.pagelink-list li a{
	padding:12px 2% 12px 3%;
	background:url(https://www.annex-pacha.com/sp/patisserier/images/navi-mark.gif) no-repeat 95% 50%;
	background-size:5px 5px;
    text-decoration:none;
}
.pagelink-list li.pagelink-img{
	padding:0 0 0 1%;
	overflow:auto;
}
.pagelink-list li.pagelink-img a{
	padding:3% 2%;
	background-image:none;
}
.pagelink-list li.pagelink-img img{
	display:block;
	width:30%;
	height:auto;
}
.pagelink-list li.pagelink-img span{
	float:right;
	width:67%;
	padding:0.5em 0 0 0;
}

/* page-navi ------------------------------------ */
.page-navi{
	clear:both;
    width:90%;
    max-width:480px;
	margin:10% auto calc(10% + 30px);
	overflow:auto;
}
.page-navi a{
	box-sizing:border-box;
    width:calc(33% - 4px);
    padding:15px 5px;
	border:1px solid #CCC;
	border-radius: 4px;
	color:#003459;
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 44%, rgb(230,230,230) 89%);
    background-image: linear-gradient(bottom, rgb(255,255,255) 44%, rgb(230,230,230) 89%);
    font-size:0.85em;
    text-align:center;
    text-decoration:none;
}
.page-navi-back{
	float:left;
}
.page-navi-next{
	float:right;
}
.page-navi-list{
	width:4em;
	margin:0 auto;
	text-align:center;
}

/* page-number ------------------------------------ */
.page-number{
	clear:both;
	width:96%;
	margin:10% auto;
	font-size:1;
	line-height:1.5;
	text-align:center;
}
.page-number a,
.page-number a:link,
.page-number a:visited{
	display:inline-block;
	margin-bottom:10px;
	padding:5px 12px;
	background:#003459;
	color:#FFF;
	text-decoration: none;
}
.page-number a:active,
.page-number a:hover{
	color:#FFF;
	background:#4D718B;
	text-decoration: none;
}

/* page-btn ------------------------- */
.page-btn a{
	text-align:center;
	padding:2% 5%;
	border:1px solid #CCC;
	border-radius: 4px;
    background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 44%, rgb(230,230,230) 89%);
    background-image: linear-gradient(bottom, rgb(255,255,255) 44%, rgb(230,230,230) 89%);
}

/* =====================================================
cms
===================================================== */

/* cms-archive */
.cms-archive{
	margin:3% 5% 8% 5%;
}
.cms-archive article{
	padding:3% 0;
	border-bottom:1px dotted #999;
	line-height:1.5;
}
.cms-archive a::after{
    content:"";
    display:table;
    clear:both;
}
.cms-archive a{
	display:block;
    text-decoration:none;
}
.cms-archive .cms-articledate{
	display:block;
	padding:0 0 5px;
	color:#555;
}
.cms-archive .cms-articlethumb{
	display:block;
	float:left;
	padding:0 3% 0 0;
	width:28%;
	max-height:100px;
    max-height:18vw;
	overflow:hidden;
}
.cms-archive img{
	width:100%;
	height:auto;
}

/* cms-individual */
.cms-individual{
	margin:0 5%;
}
.cms-individual .cms-articletitle{
	font-size:1.2em;
	line-height:1.3;
	padding:0 0 15px 0;
	border-bottom:1px dotted #999;
}
.cms-individual .cms-articledate{
	margin:calc(5% + 10px) 0 10px;
}
.cms-individual .cms-articledate a{
	display:inline;
}
.cms-individual .cms-articlebody{
	margin:20px 0;
	line-height:1.7;
}
/* input data -------------------------- */
.cms-articlebody-text::after{
    content:"";
    display:table;
    clear:both;
}
.cms-articlebody-text p{
	margin:20px 0;
}
.cms-articlebody-text img{
	max-width:100%;
	height:auto;
}
.cms-articlebody-text .img-right,
.cms-articlebody-text .img-left{ margin:0 0 20px; float:none; }
.cms-articlebody-text hr{
	clear:both;
	margin:20px 0;
	border:solid #999;
	border-width:1px 0 0 0;
   	height:1px;
}
.cms-articlebody-text blockquote{
	margin:30px 0;
	padding:10px 15px 5px 15px;
	border:1px solid #CCC;
	background:#EEE;
}
.cms-articlebody-text ul{
	list-style-type:disc;
	margin:20px 0 20px 25px;
}
.cms-articlebody-text ol{
	margin:20px 0 20px 30px;
}
.cms-articlebody-text h1,
.cms-articlebody-text h2,
.cms-articlebody-text h3{
	font-size:2em;
}
.cms-articlebody-text h4{
	font-size:1.8em;
}
.cms-articlebody-text h5{
	font-size:1.5em;
}
.cms-articlebody-text h6{
	font-size:1.2em;
}

/* =====================================================
index
===================================================== */
/* index-top */
.index-top{
	position:relative;
	width:100%;
	/* max-width:640px; */
	margin:0 auto;
}
.index-top h1{
	position:absolute;
	z-index:2;
	width:100%;
}
.index-top h1 a{
	width:25%;
}
.index-top h1 img{
	width:100%;
	height:auto;
	margin:12% 0 0 12%;
}

/* indexmain */
.indexmain{
    position:relative;
    padding-top:75%;
}
.indexmain li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.indexmain img{
    width:100%;
	height:auto;
	vertical-align:top;
}
/* fatdein fadeout */
.indexmain__img02,
.indexmain__img03,
.indexmain__img04,
.indexmain__img05{
	opacity: 0; transition: opacity 1s ease;
}
.indexmain__img02{ animation: indexmainfade 30s 7s infinite; }
.indexmain__img03{ animation: indexmainfade 30s 13s infinite; }
.indexmain__img04{ animation: indexmainfade 30s 19s infinite; }
.indexmain__img05{ animation: indexmainfadelast 30s 25s infinite; }
@keyframes indexmainfade {
    0% {opacity: 0}
    5% {opacity: 1}
    25% {opacity: 1}
    30% {opacity: 0}
    100% {opacity: 0}
}
@keyframes indexmainfadelast {
    0% {opacity: 0}
    5% {opacity: 1}
    20% {opacity: 1}
    25% {opacity: 0}
    100% {opacity: 0}
}

/* index-pickup */
.index-pickup{
	margin:6% 3.5% 0;
	overflow: hidden;
}
.index-pickup li{
	float:left;
	width:33.3%;
}
.index-pickup a{
	display:block;
	padding:0 2%;
	text-align:center;
}
.index-pickup img{
	width:100%;
	height:auto;
}
/* index-news */
.index-news{
	/* max-width:640px; */
	margin:5% 4% 0;
    border-top:1px dotted #999;
}
.index-news li{
	padding:10px 5px;
	border-bottom:1px dotted #999;
	line-height:1.3;
}
.index-news span{
    display:block;
}
.date{
    margin-bottom:5px;
}
/* index-concept */
.index-concept{
    margin:8% 0 0;
}
.index-concept p{
    margin:0 4% 15px;
    line-height:1.7;
}
.index-concept img{
    vertical-align:top;
}
.index-concept-logo{
    padding:10px 0 2%;
    text-align:center;
}
.index-concept-logo img{
    width:40%;
    max-width:350px;
    height:auto;
}
.index-concept-img{
    margin-top:5%;
}
.index-concept-img img{
    width:100%;
    height:auto;
}
/* index-dessertbuffet */
.index-dessertbuffet{
    margin:8% 0;
}
.index-dessertbuffet h2{
    margin:0 0 10px;
    padding:10px 0 0;
    color:#003459;
    font-size:1.5em;
    font-weight:bold;
    text-align:center;
	line-height:1.5;
}
.index-dessertbuffet h2 span{
	display:inline-block;
}
.index-dessertbuffet p{
    margin:15px 4%;
    line-height:1.7;
}
.index-dessertbuffet-img01 img{
	width:100%;
	height:auto;
	margin:0 0 10px;
}
.index-dessertbuffet-img02 img{
	width:100%;
	height:auto;
}
/* index-pacha */
.index-pacha{
    padding:calc(8% + 40px) 0;
    background:#EEE;
    text-align:center;
}
.index-pacha p{
    margin:15px 4%;
    line-height:1.7;
}
/* index-contact */
.index-contact{
    margin:8% 0;
}
.index-contact h2{
    margin:0 0 10px;
    padding:10px 0 20px;
    background:url(https://www.annex-pacha.com/sp/patisserier/images/index-contact-title.png) no-repeat center bottom / 83px 13px;
    color:#003459;
    font-size:1.5em;
    font-weight:bold;
    text-align:center;
}
.index-contact p{
    margin:15px 4%;
    line-height:1.7;
}
.index-contact-tel{
    font-size:1.35em;
}