@charset "UTF-8";

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

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;vertical-align:bottom;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/* Base Setting
==========================================================*/

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, 'MS PGothic', sans-serif;
  min-width: 1080px;
  line-height: 2.143em; /*14px-30px相当*/
  letter-spacing: normal;
  font-size: 16px;
  color: #000;
  position: relative;
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
}

p,li,dd,td {
  text-align: justify;
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #214e89;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

.hidden,
header h1 a,
#footer #logo a,
#subnav p,
nav p {
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
}

/****************************************************************************
レイアウト
****************************************************************************/

@media (min-width: 769px) {

#container {
  padding: 100px 0 0;
  height: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pbr {
    display: inline;
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

#container {
  padding: 60px 0 0;
  height: 100%;
}

.sp {
  display: block;
}

#bubbles {
  height: 100%;
}

.pc {
  display: none;
}

.pbr {
    display: none;
}

}

/****************************************************************************
header
****************************************************************************/

#header {
  background: #fff;
  width: 100%;
  height: 100px;
  padding: 0;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
}

#header h1 {
  width: 150px;
  height: 80px;
  float: left;
  margin: 10px 0 0;
}

#header h1 a {
  background: url(../images/common/logo.png);
  display: block;
  width: 150px;
  height: 80px;
}

#subnav {
  width: 335px;
  float: right;
  margin: 22px 0 0;
}

#subnav ul li {
  float: left;
  margin: 0 30px 0 0;
}

#subnav ul li:last-child {
  margin: 0;
}

#subnav ul li a {
  background-image: url(../images/common/subnav.png);
  height: 15px;
  display: block;
}

li#snav01,
li#snav02 {
  width: 57px;
}

li#snav03 {
  width: 42px;
}

li#snav04 {
  width: 85px;
}

li#snav01 a { background-position: 0 0; }
li#snav02 a {background-position: -92px 0; }
li#snav03 a { background-position: -175px 0; }
li#snav04 a { background-position: -240px 0; }

li#snav01 a:hover, li#snav01 a.selected { background-position: 0 -15px; }
li#snav02 a:hover, li#snav02 a.selected { background-position: -92px -15px; }
li#snav03 a:hover, li#snav03 a.selected { background-position: -175px -15px; }
li#snav04 a:hover, li#snav04 a.selected { background-position: -240px -15px; }

nav {
  width: 730px;
  float: right;
  margin: 25px 0 0;
}

nav ul {
}

nav ul li {
  float: left;
  margin: 0 29px 0 0;
}

nav ul li a {
  background: url(../images/common/gnav.png) no-repeat;
  height: 22px;
  display: block;
}

nav ul li a:hover {
  text-decoration: none;
}

li#gnav01 {
  width: 85px;
}

li#gnav02 {
  width: 123px;
}

li#gnav03 {
  width: 105px;
}

li#gnav04 {
  width: 108px;
}

li#gnav05 {
  width: 103px;
}

li#gnav06 {
  width: 60px;
  margin: 0;
}

li#gnav01 a { background-position: 0 0; }
li#gnav02 a {background-position: -113px 0; }
li#gnav03 a { background-position: -267px 0; }
li#gnav04 a { background-position: -402px 0; }
li#gnav05 a { background-position: -541px 0; }
li#gnav06 a { background-position: -672px 0; }

li#gnav01 a:hover, li#gnav01 a.selected { background-position: 0 -25px; }
li#gnav02 a:hover, li#gnav02 a.selected { background-position: -113px -25px; }
li#gnav03 a:hover, li#gnav03 a.selected { background-position: -267px -25px; }
li#gnav04 a:hover, li#gnav04 a.selected { background-position: -402px -25px; }
li#gnav05 a:hover, li#gnav05 a.selected { background-position: -541px -25px; }
li#gnav06 a:hover, li#gnav06 a.selected { background-position: -672px -25px; }


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#header h1 a {
  background-image: url(../images/common/logo@2x.png);
  -webkit-background-size: 150px 80px;
  background-size: 150px 80px;
}

#subnav ul li a {
  background-image: url(../images/common/subnav@2x.png);
  -webkit-background-size: 325px 30px;
  background-size: 325px 30px;
}

nav ul li a {
  background-image: url(../images/common/gnav@2x.png);
  -webkit-background-size: 730px 45px;
  background-size: 730px 45px;
}

}

#sp-nav {
  display: none;
}
#menu {
  display: block;
}

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

#wrapper {
  width: 100%;

}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

#wrapper {
  font-size: 10px;
  line-height: 1.7em;
  height: 100%;
}

.inner {
  width: 100%;
}

#menu,
#subnav {
  display: none;
}

.slicknav_menu {
  display: block;
}

#sp-nav {
  display: block;
}

#header {
  width: 100%;
  height: 60px;
  padding: 5px 0 0;
  /*position: relative;*/
}

#header h1 {
  width: 96px;
  height: 60px;
  float: left;
  margin: 0 0 0 10px;
}

#header h1 a {
  background: url(../images/common/logo.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 55px;
  width: 100%;
  display: block;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#header h1 a {
  background-image: url(../images/common/logo@2x.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
}

.slicknav_nav {
  position: absolute;
  width: 100%;
  top: 60px;
  border-top: 1px solid #eee;
}

.slicknav_nav img {
  display: none;
}

.slicknav_nav p {
  font-size: 16px;
  font-weight: bold;
  color: #014099;
}

.slicknav_nav a {
  padding: 17px 22px !important;
  position: relative;
}

.slicknav_nav li {
  background: #fff;
  border-bottom: 1px solid #eee;
  width: 50%;
  float: left;
}

.slicknav_nav li:nth-child(even) {
  border-left: 1px solid #eee;
}

.slicknav_nav li:last-child {

}



}

/****************************************************************************
#footer-nav #footer
****************************************************************************/

@media (min-width: 769px) {

/* フッターバルーン
==================================*/

#footer-balloon {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

#footer-balloon .inner {
  background: url(../images/common/footer-balloon.png) no-repeat 50% 0 #fff;
  width: 1080px;
  height: 150px;
}

/* フッターナビ・カレンダー
==================================*/

#foot-nav {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
}

#foot-nav .inner {
  background: #fff;
  width:1080px;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
}

#foot-nav-wrap {
  width: 800px;
  height: auto;
  margin: 0 auto;
}

#cal {
  float: left;
}

#footer-info {
  width: 410px;
  height: auto;
  float: right;
}

#footer-info > img {
  margin: 0 0 30px;
}

#footer-info p {
  text-align: center;
  width: 390px;
}

#btn-contact {
  width: 500px;
  padding: 40px 0 0;
  margin: 0 auto;
  clear: both;
}

#btn-contact a {
  background: url(../images/common/btn-contact-ro.png) no-repeat;
  width: 500px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

#btn-contact a:hover img {
  display: none;
}

/* フッター
==================================*/

#footer {
  background: #000;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 1.7em;
  z-index: 99;
}

#footer .inner {
  background: #000;
  width: 1080px;
  padding: 25px 60px;
}

#footer .left {
  float: left;
  width: 580px;
}

address {
  color: #fff;
}

#copyright {
  font-family: Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 12px;
  color: #fff;
}

.mbbr {
  display: none;
}

#fb {
  float: right;
  margin: 20px 0 0;
}

#pagetop {
    display: none;
    right: 20px;
    position: fixed;
    bottom: 40px;
    z-index: 99999;
}

#pagetop a {
    margin: 0px;
    display: block;
    padding: 0px;
    height: 80px;
    width: 80px;
    background: url(../images/pagetop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

/* フッターバルーン
==================================*/

#footer-balloon {
  background: url(../images/common/footer-balloon.png) no-repeat 50% 0;
  height: 100px;
  margin: 20px 0 0;
  background-size: contain;
  border-bottom: 1px solid #E5E5E5;
}

/* フッターナビ・カレンダー
==================================*/

#foot-nav {
  background: #fff;
  width: 100%;
  height: auto;
  z-index: 99;
  position: relative;
  padding: 0 0 30px;
  overflow: hidden;
}

#foot-nav .inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

#cal {
  width: 320px;
  height: 245px;
  margin: 30px auto;
  position: relative;
  z-index: 99;
}

#footer-info {
  margin: 30px 0 20px;
  text-align: center;
}

#footer-info > img {
  margin: 0 0 15px;
  width: 280px;
}

#footer-info p {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

#btn-contact {
  width: 280px;
  margin: 0 auto;
}

#btn-contact a {
  width: 280px;
  display: block;
  margin: 0 auto;
}

#btn-contact a img {
  width: 100%;
}

/* フッター
==================================*/

#footer {
  background: #000;
  width: 100%;
  height: 215px;
  padding: 30px 0;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

#footer a {
  color: #fff;
}

#footer #logo {
  width: 96px;
  height: 65px;
  float: none;
  margin: 0 auto;
}

#footer #logo a {
  height: 70px;
  margin: 0 auto 25px;
  display: block;
  -moz-background-size:80% auto;
  background-size:80% auto;
}

address {
  color: #fff;
  float: none;
  margin: 0 auto 5px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}

#copyright {
  font-family: Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 12px;
  float: none;
  color: #fff;
  margin: 0;
  text-align: center;
}

#fb {
  text-align: center;
  margin: 30px auto 0;
  overflow: hidden;
}

#pagetop {
    display: none;
    right: 20px;
    position: fixed;
    bottom: -20px;
    z-index: 99999;
}

#pagetop a {
    margin: 0px;
    display: block;
    padding: 0px;
    height: 80px;
    width: 80px;
    background: transparent url("../images/pagetop.png") no-repeat scroll right top;
    background-size: 50% auto;
    -moz-background-size: 50% auto;
}

}

@media screen and (max-width : 500px) {

.mbbr {
  display: inline;
}

}

/****************************************************************************
#top
****************************************************************************/

/* バルーン
==================================*/

#bg1, #bg2, #bg3 {
  z-index:2;
  top:0;
  left:0;
  width:100%;
  height:100%;
  position: absolute;
}

#bg1 {
  background-image:url(../images/top/ba.png);
}

#bg2 {
  background-image:url(../images/top/ba2.png);
}

#bg3 {
  background-image:url(../images/top/ba3.png);
}

/* カバー
==================================*/

.sec_cover {
  position: relative;
  height: 700px;
  background: #eee;
}

.touch .sec_cover {
  height: 600px;
}

.sec_cover .section {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.sec_cover .sec_event {
  left: 0;
}
.sec_cover .sec_wedding {
  left: 50%;
}

.sec_cover .section .imgs {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_cover .section .imgs .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_cover .sec_event .imgs .img_01 { background-image: url(../images/top/cover-event.jpg);}
.sec_cover .sec_wedding .imgs .img_01 { background-image: url(../images/top/cover-wedding.jpg);}

.sec_cover .section .content {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 305px;
  height: 190px;
  margin: auto;
  text-align: center;
}

.sec_cover .section .content a {
  display: block;
  /*height: 140px;*/
}

.sec_cover .section .content .ico {
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sec_cover .section .content:hover .ico {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sec_cover .section .content:hover .btn img {
  display: none;
}

.sec_cover .section .content .btn {
  background: url(../images/top/btn-more-ro.png) no-repeat;
  position: relative;
  width: 180px;
  height: 50px;
  margin: 50px auto 0;
  background-size: contain;
}

.sec_cover .section .content:hover .btn:after {
  border-width: 4px;
}

.sec_cover .section .content .btn img {
  display: block;
}

#cover2 .sec_cover,
#cover3 .sec_cover {
  position: relative;
  height: 400px;
  background: #eee;
}

#cover2 .sec_cover .sec_event .imgs .img_01 { background-image: url(../images/top/cover-display.jpg);}
#cover2 .sec_cover .sec_wedding .imgs .img_01 { background-image: url(../images/top/cover-school.jpg);}

#cover3 .sec_cover .sec_event .imgs .img_01 { background-image: url(../images/top/cover-season.jpg);}
#cover3 .sec_cover .sec_wedding .imgs .img_01 { background-image: url(../images/top/cover-gift.jpg);}

.sec-boder {
  background: url(../images/top/movie-bg.jpg) repeat;
  width: 100%;
  height: 100px;
}

/* PC **************************************************************/

@media (min-width: 769px) {

#top #container {
  padding: 0 !important;
  height: 100%;
}

#news {
  background: #fff;
  width: 960px;
  height: 50px;
  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  bottom: 100px;
  padding: 16px 20px;
}

#news img {
  float: left;
  margin: 0 30px 0 0;
}

#news dt {
  float: left;
  height: 30px;
  width: 120px;
  line-height: 20px;
}

#news dd {
  float: left;
  height: 30px;
  width: 600px;
  line-height: 20px;
}

#news dd a {
  color: #000;
  text-decoration: none;
}

#arrow {
  width: 66px;
  height: 66px;
  position: absolute;
  bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 99;
}

}

/* タブレット **************************************************************/

@media screen and (max-width: 768px) {

#top #container {
  padding: 0 !important;
  height: 100%;
}

.sec_cover,
.touch .sec_cover {
  height: 700px;
}

.sec_cover .section .content a {
  display: block;
  height: 70px;
}

}

/* スマホ **************************************************************/

@media only screen and (max-width: 500px) {

.sec_cover,
  .touch .sec_cover {
    height: 450px;
  }

.sec_cover .section .content a {
  display: block;
  height: 40px;
}

.sec_cover .section .content .ico {
    width: 130px !important;
  }

}


@media only screen and (max-width: 768px) {

.sec_cover .section .content {
  width: auto;
  height: 110px;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 100%;
}

.sec_cover .section .content .ico {
    width: 200px;
}

.sec_cover .section .content .btn {
  width: 115px;
  height: auto;
  margin-top: 20px;
}

.sec_cover .section .content .btn {
  background: url(../images/top/btn-more-ro.png) no-repeat;
  position: relative;
  width: 115px;
  height: 32px;
  margin: 50px auto 0;
  background-size: cover;
}

.sec_cover .scroll {
  display: none;
}

.sec_cover .section .content .ico img {
  display: block;
  width: 100%;
}

.sec_cover .section .content .btn img {
  display: block;
  width: 100%;
}

#cover2 .sec_cover,
#cover3 .sec_cover {
  position: relative;
  height: 350px;
  background: #eee;
}

#news {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 70px;
  padding: 10px 15px 8px;
  font-size: 14px;
}

#news img {
  float: left;
  margin: 0 10px 3px 0;
}

#news dt {
  float: left;
  width: 90px;
  line-height: 20px;
}

#news dd {
  float: left;
  line-height: 20px;
}

#news dd a {
  color: #000;
  text-decoration: none;
}

#arrow {
  width: 40px;
  position: absolute;
  bottom: 14px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 99;
}

#arrow img {
  width: 100%;
}

}


/* youtube以降 **************************************************************/

@media (min-width: 769px) {

#movie {
  background: url(../images/top/movie-bg.jpg) repeat;
  width: 100%;
  height: 700px;
  border-bottom: solid #fff 4px;
  padding: 100px 0;
}

#youtube {
  width: 960px;
  position: relative;
  z-index: 2;
  margin: 0 0 100px;
}

#youtube-l {
  float: left;
}

#youtube-r {
  float: right;
}

#movie-banner {
  width: 960px;
  height: 110px;
  position: relative;
  z-index: 2;
}

#movie-banner a {
  background: url(../images/top/movie-banner-ro.jpg) no-repeat;
  display: block;
  width: 960px;
  height: 110px;
}

#movie-banner a:hover img {
  display: none;
}

#store {
  background: #014099;
  width: 100%;
  height: 304px;
  border-bottom: solid #fff 4px;
  position: relative;
}

#store .inner {
  background: url(../images/top/store-img.png) no-repeat;
  width: 600px;
  height: 300px;
  margin: 0 auto;
}

#store .content {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 210px;
  height: 140px;
  margin: auto;
  text-align: center;
}

#store .content .ico {
  margin: 0px auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#store .content:hover .ico {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#store .btn {
  background: url(../images/top/btn-more-ro.png) no-repeat;
  position: relative;
  width: 180px;
  height: 50px;
  margin: 40px auto 0px;
}

#store .content:hover .btn img {
  display: none;
}

#store a {
    display: block;
    height: 50px;
}

#concept {
  background: #5ac7ff;
  width: 100%;
  height: 990px;
  padding: 50px 0;
}

#concept-wrap {
  background: #afe3fe;
  width: 680px;
  height: 890px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  border: solid 6px #56b4e4;
  border-radius: 10px;
  z-index: 99;
  position: relative;
  text-align: center;
}

#concept-txt {
  margin: 50px 0 40px;
  font-size: 18px;
  line-height: 36px;
}

#btn-company a {
  background: url(../images/top/btn-company-ro.png) no-repeat;
  width: 500px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

#btn-company a:hover img {
  display: none;
}

#top #footer-balloon {
  display: none;
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

#movie {
  background: url(../images/top/movie-bg.jpg) repeat;
  width: 100%;
  padding: 100px 15px;
  border-bottom: solid #fff 4px;
}

#youtube {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  text-align: center;
}

#youtube iframe {
    width: 70%;
}

#youtube-l {
  width: 100%;
  margin: 0 0 10px;
}

#youtube-r {
  width: 100%;
}

#movie-banner {
  position: relative;
  z-index: 2;
}

#movie-banner a {
  display: block;
}

#movie-banner a img {
  width: 100%;
}

#store {
  background: #014099;
  width: 100%;
  height: 304px;
  border-bottom: solid #fff 4px;
  position: relative;
}

#store .inner {
  background: url(../images/top/store-img.png) no-repeat 50% 0;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

#store .content {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 25%;
  bottom: 0px;
  left: 25%;
  width: 115px;
  height: 90px;
  margin: auto;
  text-align: center;
}

#store .content .ico {
    width: 105px;
    margin: 0 auto;
  }

#store .content .ico {
  margin: 0px auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#store .content:hover .ico {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#store .content .btn {
  background: url(../images/top/btn-more-ro.png) no-repeat;
  position: relative;
  width: 115px;
  height: 50px;
  margin: 30px auto 0;
  background-size: contain;
}

#store .content a {
  display: block;
  height: 31px;
}

#store .content:hover .btn img {
  display: none;
  width: 100%;
}

#store .content .ico img {
  display: block;
  width: 100%;
}

#store .content .btn img {
  display: block;
  width: 100%;
}

#concept {
  background: #5ac7ff;
  width: 100%;
  height: auto;
  padding: 50px 0;
}

#concept-wrap {
  background: #afe3fe;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  border-top: solid 2px #56b4e4;
  border-bottom: solid 2px #56b4e4;
  z-index: 99;
  position: relative;
  text-align: center;
}

#concept-wrap > img {
  width: 150px;
}

#concept-txt {
  margin: 20px 0;
  font-size: 14px;
  line-height: 30px;
}

#btn-company {
  text-align: center;
}

#btn-company a {
  display: block;
}

#btn-company a img {
  width: 280px;
}

#top #footer-balloon {
  display: none;
}

}

@media screen and (max-width : 480px) {

#youtube iframe {
    width: 100%;
}

}

/****************************************************************************
page
****************************************************************************/

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

#page-title {
  background: url(../images/common/page-title-bg.jpg) repeat;
  width: 100%;
  height: 190px;
}

#page-title .inner {
  width: 1080px;
  margin: 0 auto;
}

#page-title h2 {
  width: 350px;
  height: 100px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.fade {
    -moz-animation: fadein 2s linear 0s 1;
    -webkit-animation: fadein 2s linear 0s 1;
    -ms-animation: fadein 2s linear 0s 1;
    animation: fadein 2s linear 0s 1;
}

@-moz-keyframes fadein {
    0% {  opacity: 0;}
    50% {  opacity: 0.5;}
    100% {  opacity: 1;}
}
@-webkit-keyframes fadein {
    0% {  opacity: 0;}
    50% {  opacity: 0.5;}
    100% {  opacity: 1;}
}
@ms-keyframes fadein {
    0% {  opacity: 0;}
    50% {  opacity: 0.5;}
    100% {  opacity: 1;}
}
@keyframes fadein {
    0% {  opacity: 0;}
    50% {  opacity: 0.5;}
    100% {  opacity: 1;}
}

#page-wrap {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0 ;
  background: #fff;
}

#page-wrap .inner {
  overflow: hidden;
}

#page-wrap h3 {
  font-size: 30px;
  font-weight: lighter;
}

.lead {
  font-size: 18px;
  line-height: 36px;
  margin: 30px 0 50px;
}

.ph-right {
  margin: 0 0 30px 40px !important;
}

#page-photo ul li {
  float: left;
  margin: 0 0 30px;
}

#page-photo ul li p {
  font-size: 14px;
}

.btn-works {
  width: 500px;
  height: 80px;
  margin: 20px auto 0;
}

.btn-works a {
  width: 500px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

.btn-works a:hover img {
  display: none;
}

/* 各ページ背景、ボタン
==================================*/

.wedding {
  background: url(../images/wedding/wed-body.jpg) repeat;
}

.wed {
  background: #c6668a;
}

.wed-bg {
  background: url(../images/wedding/wed-title.jpg) no-repeat;
  height: 190px;
}

.wed-btn {
  background: url(../images/wedding/btn-wedding-ro.png) no-repeat;
}

.event {
  background: url(../images/event/eve-body.jpg) repeat;
}

.eve {
  background: #00ac95;
}

.eve-bg {
  background: url(../images/event/eve-title.jpg) no-repeat;
  height: 190px;
}

.eve-btn {
  background: url(../images/event/btn-event-ro.png) no-repeat;
}

.display {
  background: url(../images/display/dis-body.jpg) repeat;
}

.dis {
  background: #ce9e46;
}

.dis-bg {
  background: url(../images/display/dis-title.jpg) no-repeat;
  height: 190px;
}

.dis-btn {
  background: url(../images/display/btn-display-ro.png) no-repeat;
}

.school {
  background: url(../images/school/sch-body.jpg) repeat;
}

.sch {
  background: #a664c5;
}

.sch-bg {
  background: url(../images/school/sch-title.jpg) no-repeat;
  height: 190px;
}

.sch-btn {
  background: url(../images/school/btn-school-ro.png) no-repeat;
}

.season {
  background: url(../images/season/sea-body.jpg) repeat;
}

.sea {
  background: #5ca356;
}

.sea-bg {
  background: url(../images/season/sea-title.jpg) no-repeat;
  height: 190px;
}

.sea-btn {
  background: url(../images/season/btn-season-ro.png) no-repeat;
}

.gift {
  background: url(../images/gift/gif-body.jpg) repeat;
}

.gif {
  background: #dc7370;
}

.gif-bg {
  background: url(../images/gift/gif-title.jpg) no-repeat;
  height: 190px;
}

.gif-btn {
  background: url(../images/gift/btn-gift-ro.png) no-repeat;
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

#page #container {
  height: auto;
}

#page-title {
  width: 100%;
  height: 150px;
}

#page-title h2 {
  width: 320px;
  margin: 0 auto;
  padding: 55px 0 0;
  text-align: center;
}

#page-title h2 img {
  width: 50%;
}

.fade {
    -webkit-animation: fadein 1s linear 0s 1;
    animation: fadein 1s linear 0s 1;
}

@-webkit-keyframes fadein {
  0% {  opacity: 0;}
  50% {  opacity: 0.5;}
  100% {  opacity: 1;}
}
@keyframes fadein {
  0% {  opacity: 0;}
  50% {  opacity: 0.5;}
  100% {  opacity: 1;}
}

#page-wrap {
  padding: 30px 15px 0;
  overflow: hidden;
}

#page-wrap h3 {
  font-size: 18px;
  font-weight: lighter;
  line-height: 24px;
}

.lead {
  font-size: 14px;
  line-height: 30px;
  margin: 20px 0 30px;
}

.ph-left {
  width: 50%;
  padding: 0 10px 0 0;
}

.ph-right {
  width: 50%;
  padding: 0 0 0 10px;
}

#page-photo ul li {
  float: left;
  margin: 0 0 15px;
}

#page-photo ul li p {
  font-size: 12px;
  margin: 5px 0 0;
}

#page-photo ul li img {
  width: 100%;
}

.btn-works {
  text-align: center;
  margin: 30px 0;
}

.btn-works a {
  display: block;
}

.btn-works a img {
  width: 280px;
}

/* 各ページ背景
==================================*/

.wed {
  background: #c6668a;
}

.wed-bg {
  background: url(../images/wedding/wed-title.jpg) no-repeat 50% 0;
  height: 150px;
}

.eve {
  background: #00ac95;
}

.eve-bg {
  background: url(../images/event/eve-title.jpg) no-repeat 50% 0;
  height: 150px;
}

.dis {
  background: #ce9e46;
}

.dis-bg {
  background: url(../images/display/dis-title.jpg) no-repeat 50% 0;
  height: 150px;
}

.sch {
  background: #a664c5;
}

.sch-bg {
  background: url(../images/school/sch-title.jpg) no-repeat 50% 0;
  height: 150px;
}

.sea {
  background: #5ca356;
}

.sea-bg {
  background: url(../images/season/sea-title.jpg) no-repeat 50% 0;
  height: 150px;
}

.gif {
  background: #dc7370;
}

.gif-bg {
  background: url(../images/gift/gif-title.jpg) no-repeat 50% 0;
  height: 150px;
}

}

/****************************************************************************
works
****************************************************************************/

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

#works #page-wrap h3 {
  text-align: center;
  margin: 0 0 10px;
}

#works #page-wrap h3 span {
  font-weight: bold;
}

.title-lead {
  font-size: 18px;
  margin: 0 0 50px;
}

#works-photo ul li {
  width: 300px;
  height: 300px;
  margin: 0 30px 30px 0;
  padding: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

#works-photo ul li:nth-child(3n) {
  margin: 0 0 30px;
}

#works-photo ul li:hover {
  padding: 7px;
}

#works-photo ul li img {
  width: 100%;
  height: 100%;
}

#infscr-loading {
text-align:center;
margin:0 auto;
}

.navigation {
    text-align: center;
}

.navigation a {
  display: none;
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

#works #container {
  height: auto;
}

#works #page-wrap h3 {
  text-align: center;
  margin: 0 0 10px;
}

#works #page-wrap h3 span {
  font-weight: bold;
}

.title-lead {
  font-size: 14px;
  margin: 0 0 30px;
}

#works-photo {
  position: relative;
}

.article {
  position: relative;
  z-index: 99;
}

#works-photo ul li {
  width: 50%;
  padding: 5px;
  float: left;
  overflow: hidden;
  position: relative;
  border: solid 7px #fff;
}

#works-photo ul li img {
  width: 100%;
  height: 100%;
}

#infscr-loading {
text-align:center;
margin:0 auto;
}

.navigation {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.navigation a {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.navigation img {
  width: 100%;
  margin: 30px 0 0;
}

}

/****************************************************************************
店舗情報 .store
****************************************************************************/

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

.blu {
  background: #014099 !important;
}

.balloon-bg-blu {
  background: url(../images/common/balloon-bg-blu.jpg) no-repeat;
  height: 190px;
}

#page-wrap-balloon {
  padding: 0;
  overflow: hidden;
}

#page-wrap-balloon h3 {
  background: url(../images/common/balloon-bg.png) no-repeat;
  height: 210px;
}

.store h3 img {
  margin: 110px 0 0;
}

.store .lead {
  margin: 40px 0 !important;
  text-align: center;
}

#store-img {
  width: 640px;
  margin: 0 auto;
}

#store-img img + img {
  margin: 40px 34px 0 0;
}

#store-img img:last-child {
  margin: 40px 0 0;
}

#gmap {
    width: 100%;
    height: 480px;
    margin: 50px 0;
}

}

/* タブレット **************************************************************/

@media screen and (max-width : 768px) {

#page-wrap-balloon h3 img {
  width: 20%;
}

.blu {
  background: #014099;
}

.balloon-bg-blu {
  height: 150px;
}

#page-wrap-balloon {
  padding: 30px 15px 0px;
  overflow: hidden;
}

.store .lead {
  text-align: justify;
  margin: 20px 0 0;
}

#store-img {
  margin: 30px 0 0;
  overflow: hidden;
}

#store-img img {
  width: 100%;
}

#store-img img + img {
  margin: 20px 0 0;
}

#gmap {
    width: 100%;
    height: 400px;
    margin: 50px 0 0;
}

#gtxt {
  font-size: 14px;
  float: right;
  margin: 5px 0 0;
}

.store #footer-balloon{
  margin: 50px 0 0;
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 480px) {

#page-wrap-balloon h3 img {
  width: 40%;
}

#gmap {
    width: 100%;
    height: 250px;
    margin: 50px 0 0;
}

}

/****************************************************************************
会社概要 .company
****************************************************************************/

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

.company h3 img {
  margin: 110px 0 0;
}

.company .lead {
  margin: 40px 0 0 !important;
  text-align: center;
}

#outline {
  width: 100%;
  padding: 120px 0 0;
}

#outline .inner {
  width: 600px;
  margin: 0 auto;
}

#outline-list {
  font-size: 15px;
}


#outline-list table {
  width: 100%;
}

#outline-list td  {
  padding: 0 0 30px;
  vertical-align: top;
  line-height: 1.5em;
}

.outline-table th  {
  width: 130px;
  padding: 0 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  line-height: 1.5em;
}

.outline-table a{
  text-decoration: none;
  color: #000;
}

.outline-table a:hover{
  text-decoration: none;
  color: #000;
}

#outline-list ul li {
  margin: 20px 20px 0 0;
  float: left;
}

#outline-list ul li:nth-child(4n) {
  margin: 20px 0 0;
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

.company .lead {
  text-align: justify;
  margin: 20px 0 0;
}

#outline{
  height: auto;
  margin: 0 auto;
  padding: 60px 0 0;
}

#outline-list {
  font-size: 15px;
  margin: 0 15px;
}

.outline-table {
  margin: 0 auto;
}

.outline-table th, .outline-table td{
  width: 100%;
  display: block;
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 10px ;
  word-wrap: break-word;
  text-align: justify;
  line-height: 2em;
}

.outline-table tr:last-child td {
  border-bottom: none;
}

.outline-table tr:first-child th {
  border-top: 1px solid #ddd;
}

.outline-table a{
  color: #000;
}

#outline-list ul {
  overflow: hidden;
}

#outline-list ul li {
  margin: 20px 20px 0 0;
  float: left;
}

}

/****************************************************************************
お問い合わせ .contact
****************************************************************************/

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

.contact #page-title h2 {
  width: 390px;
  height: 50px;
  margin: 0 auto;
  padding: 70px 0 0;
}

.contact h3 {
  font-size: 30px;
  padding: 130px 0 0;
}

.contact .lead {
  width: 640px;
  margin: 0 auto;
}

.contact_page{
  width: 640px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 60px;
  overflow: hidden;
  font-size: 18px;
}

.contact_list {
  font-size: 18px;
}

.contact_list span {
  color: #FF0000;
}

.contact_list table {
  width: 640px;
}

.conf .contact_list table {
  width: 640px;
  margin: 40px 0 0;
}

.contact_list table em {
  font-size: 12px;
  font-style: normal;
  margin-left: 20px;
  color: #FF0000;
}

.contact_list th {
  padding: 15px 0 5px;
  font-weight: normal;
  display: block;
  text-align: left;
}

.contact_list td {
  padding: 0 0 15px;
  font-weight: normal;
  display: block;
}

.conf .contact_list th {
  width: 200px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0 !important;
  float: left;
}

.conf .contact_list td {
  width: 400px;
  padding: 0 0 15px;
  font-weight: normal;
  float: left;
}

.contact_list th label,
.contact_list .caution {
  display: block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
}

.contact_list td label {
  margin-right: 1.5em;
  font-weight: normal;
}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

input[type="radio"] {
  margin-right: .5em;
}

textarea {
  height: 200px;
  overflow: auto;
}

#zip {
  width: 8em;
  margin-left: .5em;
}

#tel { margin-right: 1em; }

.btnbox {
  width: 500px;
  height: 70px;
  margin: 40px auto 0;
}

.btnbox input {
  height: 70px;
  border: 0;
  font-size: 0%;
  line-height: 0%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: no-repeat 0 0;
  cursor: pointer;
}

.btnbox input.conf,
.btnbox input.send {
  float: left;
  width: 220px;
  background-image: url(../images/contact/btn_conf.png) ;
  background-size: 100% auto;
}

.btnbox input.send {
  width: 220px;
  background-image: url(../images/contact/btn_send.png) ;
  background-size: 100% auto;
}

.btnbox input.reset,
.btnbox input.back,
.btnbox input.eback {
  float: right;
  width: 220px;
  background-image: url(../images/contact/btn_reset.png) ;
  background-size: 100% auto;
}
.btnbox input.back {
  width: 220px;
  background-image: url(../images/contact/btn_back.png) ;
  background-size: 100% auto;
}

.btnbox input.eback {
  width: 220px;
  margin: 0 140px 0 0;
  background-image: url(../images/contact/btn_back.png);
  background-size: 100% auto;
}

.error {
color: #F00; }

#attention {
  margin-top: 10px;
}

form input.cr{
  line-height:2em;
  height:2em;
  margin:auto 5px 2px auto;
  padding:0;
  border:none;
  background:none;
  vertical-align:middle;
}

.contact_copy{
  font-size: 30px;
  margin: 0px 0px 20px;
  padding: 0px;
  font-weight: bold;
}

.contact_page a{
  text-decoration: underline;
  color: #000;
}

.contact_page a:hover{
  text-decoration: none;
}

.btn_top{
  margin: 50px 0 0;
}

#recontact {
  width: 500px;
  padding: 40px 0;
  margin: 0 auto;
  clear: both;
}

#recontact a {
  background: url(../images/contact/recontact-ro.png) no-repeat;
  width: 500px;
  height: 80px;
  display: block;
  margin: 0 auto;
  background-size: 100% auto;
}

#recontact a:hover img {
  display: none;
}

.contact .lead a {
  color: #000;
}

}

/* スマホ **************************************************************/

@media screen and (max-width : 768px) {

.contact #page-title h2 {
  padding: 65px 0 0;
}

.contact h3 {
  font-size: 18px;
}

.contact .lead {
  text-align: justify;
  margin: 20px 0 0;
}

.contact_page{
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 15px;
}

.contact_list {
  font-size: 15px;
  width: 100%;
}

textarea {
  width: 100;
}

.contact_list span {
  color: #FF0000;
}

.contact_list table {
  width: 100%;
  margin-top: 15px;
}

.contact_list table em {
  font-size: 12px;
  font-style: normal;
  margin-left: 20px;
  color: #FF0000;
}

.contact_list th {
  padding: 15px 0 5px;
  font-weight: normal;
  display: block;
  text-align: left;
}

.contact_list td {
  padding: 0 0 15px;
  font-weight: normal;
  display: block;
}

.contact_list th {

}

.contact_list th label,
.contact_list .caution {
  display: block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;

}

.contact_list td label {
  margin-right: 0.5em;
  font-weight: normal;
}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 100%;
  vertical-align: baseline;
outline: none;
}

input[type="radio"] {
  margin-right: .5em;
}

textarea {
  height: 200px;
  overflow: auto;
}

#zip {
  width: 8em;
  margin-left: .5em;
}

#tel {
  margin-right: 1em;
}


.btnbox {
  text-align: center;
  margin: 30px 0 0;
}

.btnbox input {
  height: 70px;
  border: 0;
  font-size: 0%;
  line-height: 0%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: no-repeat 0 0;
  cursor: pointer;
}

.btnbox input.conf,
.btnbox input.send {
  width: 180px;
  background-image: url(../images/contact/btn_conf.png);
  background-size: 100% auto;
}

.btnbox input.send {
  background-image: url(../images/contact/btn_send.png);
  background-size: 100% auto;
}

.btnbox input.reset,
.btnbox input.back,
.btnbox input.eback {
  width: 180px;
  background-image: url(../images/contact/btn_reset.png);
  background-size: 100% auto;
}
.btnbox input.back {
  width: 180px;
  background-image: url(../images/contact/btn_back.png);
  background-size: 100% auto;
}

.btnbox input.eback {
  width: 180px;
  background-image: url(../images/contact/btn_back.png);
  background-size: 100% auto;
}

.error {
color: #F00;
}

#attention {
  margin-top: 10px;
}

form input.cr{
  line-height:2em;
  height:2em;
  margin:auto 5px 2px auto;
  padding:0;
  border:none;
  background:none;
  vertical-align:middle;
}

.contact_list h1{
  font-size: 22px;
  color: #47429B;
  font-weight: lighter;
}

.contact_list a{
  color: #42479D;
  text-decoration: underline;
}

.contact_list  a:hover{
  color: #42479D;
  text-decoration: underline;
}

.contact_copy{
  font-size: 17px;
  margin: 0px 0px 20px;
  padding: 0px;
  font-weight: bold;
}

.contact_page a{
  text-decoration: underline;
  color: #000;
}

.contact_page a:hover{
  text-decoration: none;
}

.btn_top{
  margin: 30px auto 0;
}

.btn_top img {
   width: 180px;
}

#recontact {
  width: 280px;
  margin: 30px auto;
}

#recontact a {
  width: 280px;
  display: block;
  margin: 0 auto;
}

#recontact a img {
  width: 100%;
}

.contact .lead a {
  color: #000;
}

}

/****************************************************************************
ブログ .blog
****************************************************************************/

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

.blog #page-title {
  background: #00b0ec;
}

.blog #page-title .inner {
  background: #00b0ec;
  width: 960px;
  height: 190px;
}

.blog #page-title h2 {
  width: 250px;
  height: 60px;
  padding: 65px 0px 0px;
}

#blog-wrap {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

#left-column {
  width: 630px;
  float: left;
}

#entry-list {
    width: 630px;
    height: auto;
    padding: 45px 0px;
    overflow: hidden;
}

#entry-list h3 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 50px;
  font-weight: lighter;
}

#entry-list h3 span {
  font-weight: bold;
}

#entry-list article {
  width: 300px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 30px 40px 0;
}

#entry-list article:nth-child(odd) {
  margin: 0 0 40px 0;
}

#entry-list article a {
  display: block;
  overflow: hidden;
}

#entry-list article a:hover {
  color: #000;
  opacity: 0.8;
}

.blog-photo {
  border: solid 5px #00b0ec;
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.blog-photo:hover {
  border: solid 7px #00b0ec;
}

.blog-photo img {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20%;
  margin: auto;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}

.list-box {
  padding: 10px 0 0;
  overflow:hidden;
  color: #000;
}

.list-box a {
  color: #000;
}

.date {
  font-size: 14px;
  float: left;
}

.category {
  font-size: 14px;
  float: left;
  margin: 0px 0px 10px 0px;
  clear: both;
  line-height: 10px;
}

.blog-title {
  overflow: hidden;
  clear: both;
}

.blog-title h4 {
  font-size: 18px;
  line-height: 36px;
  font-weight: lighter;
  float: left;
}

#pager {
  width: 630px;
  margin: 20px 0 50px;
  overflow: hidden;
}

#prev {
  margin: 0 0 0 200px;
  float: left;
}

#next {
  margin: 0 200px 0 0;
  float: right;
}

#sidebar {
  width: 200px;
  height: auto;
  padding: 80px 0;
  float: right;
}

#sidebar h5 {
  padding: 0 0 5px;
}

#sidebar ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  padding: 11px 20px;
  border-bottom: 1px solid #e6e6e6;
}

#sidebar ul li a {
  color: #000;
  text-decoration: none;
}

#sidebar ul li span {
  font-size: 12px;
}

#sidebar ul + h5 {
    margin: 60px 0 0;
}

.noimage img {
  border: solid 5px #00b0ec;
  width: 300px;
  height: 300px;
}

#prev {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#prev a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/blog/prev.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size:cover;
}

#next a:hover,
#prev a:hover {
   background-position: 0 -50px;
}

#next {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#next a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/blog/next.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size:cover;
}

/* 詳細ページ
==================================*/

#entry {
  width: 630px;
  height: auto;
  padding: 37px 0px;
  overflow: hidden;
}

#entry .date {
  float: left;
  margin: 0 10px 0 2px;
}

#entry .category {
  float: left;
}

#entry h3 {
  font-size: 30px;
  font-weight: lighter;
  padding: 0;
  line-height: 36px;
  color: #000;
  clear: both;
  margin: 0 0 40px;
}

.entry-cont img {
  width: 630px;
  height: auto;
}

.entry-cont p {
  clear: both;
  text-align: justify;
}

}

/* スマホ **************************************************************/

@media (max-width: 768px) {

.blog #page-title {
  width: 100%;
  background: #00b0ec;
}

.blog #page-title .inner {
  background: #00b0ec;
  width: 100%;
  height: 150px;
}

.blog #page-title h2 {
  width: 250px;
  padding: 65px 0px 0px;
  text-align: center;
}

.blog #page-title h2 img {
  width: 50%;
}

#blog-wrap {
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
}

#left-column {
  width: 300px;
  margin: 0 auto 40px;
}

#entry-list {
    width: 300px;
    height: auto;
    padding: 25px 0px;
    overflow: hidden;
}

#entry-list h3 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 40px;
  font-weight: lighter;
}

#entry-list h3 span {
  font-weight: bold;
}

#entry-list article {
  width: 300px;
  height: auto;
  overflow: hidden;
  margin: 0 0 40px;
}

#entry-list article a {
  display: block;
  overflow: hidden;
}

.blog-photo {
  border: solid 5px #00b0ec;
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.blog-photo img {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20%;
  margin: auto;*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%)scale(1.3);
}

.list-box {
  padding: 10px 0 0;
  overflow:hidden;
  color: #000;
}

.list-box a {
  color: #000;
}

.date {
  font-size: 12px;
  float: left;
}

.category {
  font-size: 12px;
  font-size: 14px;
  float: left;
  margin: 0 0 5px;
  clear: both;
}

.blog-title {
  overflow: hidden;
  clear: both;
}

.blog-title h4 {
  font-size: 14px;
  line-height: 25px;
  font-weight: lighter;
  float: left;
  margin: 4px 0 0;
}

#sidebar {
  width: 300px;
  height: auto;
  padding: 50px 0;
  margin: 0 auto;
}

#sidebar h5 {
  background: #E5E5E5;
  width: 300px;
  height: 50px;
  padding: 0 0 5px;
  text-align: center;
  border-radius: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#sidebar ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  padding: 11px 0 11px 20px;
  border-bottom: 1px solid #e6e6e6;
}

#sidebar ul li a {
  color: #000;
  text-decoration: none;
}

#sidebar ul li span {
  font-size: 12px;
}

#sidebar ul + h5 {
    margin: 60px 0 0;
}

.noimage {
  text-align: center;
}

.noimage img {
  width: 100%;
  height: auto;
  border: solid 5px #00b0ec;
}

#pager {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#prev {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 0 0 0 80px;
  float: left;
}

#prev a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/blog/prev.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size:cover;
}

#next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin: 0 80px 0 0;
  float: right;
}

#next a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/blog/next.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size:cover;
}

/* 詳細ページ
==================================*/

.detail #left-column {
  width: 100%;
  padding: 0 25px;
}

#entry {
  width: 100%;
  height: auto;
  padding: 37px 0px;
  overflow: hidden;
}

#entry .date {
  font-size: 14px;
  float: left;
  margin: 0 10px 0 2px;
}

#entry .category {
  font-size: 14px;
  float: left;
}

#entry h3 {
  font-size: 18px;
  font-weight: lighter;
  padding: 0;
  line-height: 27px;
  color: #000;
  clear: both;
  margin: 5px 0 20px;
  float: left;
}

.entry-cont img {
  width: 100%;
  height: auto;
}

.entry-cont p {
  font-size: 14px;
  clear: both;
  text-align: justify;
  line-height: 25px;
}

}

/****************************************************************************
営業日カレンダー
****************************************************************************/

#calendarbox {
  width: 320px;
  height:245px;
  padding:8px 34px 25px 34px;
  overflow:hidden;
  background:url(../images/calendar/calendarbox.png) no-repeat left top;
}

#calendarbox h2 {
  text-align:center;
  padding-bottom:5px;
}

#calendarbox #calnav{
  width: 309px;
  height: 18px;
  margin: -99px 0 0 -28px;
}

#prevBtn,
#nextBtn {
  float:left;
  display:inline;
  width:18px;
  height:18px;
}

#nextBtn {
  float:right;
}

#prevBtn a,
#nextBtn a {
  display:block;
  width:18px;
  height:18px;
  text-indent:-9999px;
  overflow:hidden;
  font-size:1%;
  line-height:1%;
  background:url(../images/calendar/calendar_prev.png) no-repeat left top;
}

#nextBtn a {
  background-image:url(../images/calendar/calendar_next.png);
}

#calendar,
#calendar li {
  width:252px;
  height:210px;
  overflow:hidden;
}

#calendar li p {
  font-size: 16px;
  height:18px;
  line-height:18px;
  text-align:center;
  margin: 0 0 10px;
}

#calendar li table {
  width:100%;
}

#calendar li th,
#calendar li td {
  text-align:center;
  line-height:18px;
  padding:4px;
  font-size:14px;
}

#calendar li td.off {
  color:#fff;
  background:url(../images/calendar/calendar_off.png) no-repeat center top;
}

#calendar li td.spc {
  color: #fff;
  background:url(../images/calendar/calendar_sp.png) no-repeat center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#calendarbox {
  background-image: url(../images/calendar/calendarbox@2x.png);
  -webkit-background-size: 320px 245px;
  background-size: 320px 245px;
}

#prevBtn a {
  background-image: url(../images/calendar/calendar_prev@2x.png);
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

#nextBtn a {
  background-image: url(../images/calendar/calendar_next@2x.png);
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}

#calendar li td.off {
  background-image: url(../images/calendar/calendar_off@2x.png);
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}

#calendar li td.spc {
  background-image: url(../images/calendar/calendar_sp@2x.png);
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}

}


/* 汎用クラス **************************************************************/

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

.inner {
  width: 960px;
  margin: 0 auto;
}

}

.center {
  text-align: center;
}

a.alpha:hover img,
.alpha:hover{
    opacity: 0.8;
}
