@charset "utf-8";
/*
Theme Name: 写真館
Theme URI: http://wordpress.org/
Description: 写真館
Author: 写真館
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Photo Studio
*/
@import url("css/sanitize.css");
@import url("css/hamburgers.css");
@import url("css/slick.css");
@import url("css/default.css");
/* @import url("css/responce.css"); */
@import url("css/photoswipe.css");
@import url("css/icon.css");
:root {
	color:#333333;
}
* {
	margin:0;
	padding: 0;
	outline:none;
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
html,body{
    width: 100%;
    overflow-x:hidden;
}
body {
	font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	line-height: 160%;
}
main{
	background: #fff;
}
img{
	width: 100%;
	height: auto;
}
.min {
	font-family:"Times Roman", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", serif;
}
.got {
	font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.gf {
	font-family: 'Noto Serif', serif;
	letter-spacing:0em;
}
.jpt{
	letter-spacing:0em;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'Vesper Libre', serif;
}

.hiram{
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo,"Lucida Grande", "segoe UI",  Arial, sans-serif;
}
.fl_b{
  text-transform: capitalize;
}
::selection {
  background-color: #00a0e9;
  color: #000;
}
::-moz-selection {
  background-color: #00a0e9;
  color: #000;
}

/*****************************************************************************
icon
*****************************************************************************/
	.sns a{
		margin: 0 10px;
	}
	.social {
		color: #b2b2b2;
		font-size:20px;
		font-size:2.0rem;
	}

/*****************************************************************************
common
*****************************************************************************/
.none {
	display:none;
}
a {
	text-decoration: none;
	color:inherit;
	cursor:pointer;
}
li {
	list-style: none;
}
h1,h2,h3{
	position:relative;
	text-align:center;
	font-weight:normal;
	line-height:150%;
	margin:0;
	letter-spacing:0.1em;
}
hr {
	border:none;
	border-top:1px solid #dedede;
}
address {
	font-size:12px;
	font-size:1.2rem;
	font-style:normal;
	line-height:160%;
	padding:1em 0;
}
address div {
	margin-top:1em;
	color:#383838;
	line-height:100%;
}
.stress {
	color:#cfa972;
}
.shadow{
	box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
}
.white {
	color:#ffffff;
}
.bg_blue{
	background-color: #eaf8ff;
}
.grd {
}
.col {
	width:100%;
	height:auto;
}
.bold {
	font-weight: bold;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.ib {
	display:inline-block;
}
.f_cc {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.none {
	display:none;
}
.d-border {
	border-bottom:3px double #c9c9c9;
}
.lh100 {
	line-height:100%;
}
.mr1 {
	margin-right:1em;
}
.mr2 {
	margin-right:2em;
}
.mb1 {
	margin-bottom:1em;
}
.mb2 {
	margin-bottom:2em;
}
.mt1 {
	margin-top:1em;
}
.ma {
	margin-left:auto;
	margin-right:auto;
}
span.tri {
	display:block;
	-webkit-transform:scale(0.6) rotate(90deg);
					transform:scale(0.6) rotate(90deg);
}

/************************************************************************************
	Social Icon
************************************************************************************/

/*****************************************************************************
button gimic
*****************************************************************************/
.btn {
  color: #fff;
  border-radius: 5px;
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  padding: 13px 0;
  position: relative;
  text-align: center;
  width: 100%;
  letter-spacing: 0.2em;
  background-color: #4cbcf0;
}
.btn.blog{
	margin-top: 0px;
  width: 220px;
  height: 50px
}
.btn:hover{
	background-color: #00a0e9;
	color: #fff;
}
.btn:hover:before{
	border-bottom: 1px solid #fff;
}
.btn.type2{
	width: 220px;
	height: 50px;
	margin: 60px 0px 60px;
}
.btn.type3{
	width: auto;
	height: 50px;
	margin: 60px auto 60px;
	display: table;
	padding: 13px 40px;
}
.btn.type4{
	width: 220px;
	height: 50px;
	margin: 60px 20px 60px;
}
.cta .tel .btn,
.cta .web .btn{
	font-size: 18px;
	font-size: 1.8rem;
}
.btn.contact {
	font-weight:bold;
	height:40px;
	background:#ffffff;
	color:#62523e;
	border-radius:2em;
	text-align:center;
	margin-bottom:1em;
}
.btn.contact.tel {
	font-size:20px;
	font-size:2.0rem;
}
.toTop {
	position:fixed;
	width:56px;
	height:56px;
	right:1em;
	bottom:2.4em;
	z-index:99;
	display:none;
	color:#ffffff;
	text-align:center;
	font-size:30px;
	font-size:3.0rem;
	line-height:56px;
}
.toTop span {
	display:block;
	line-height:200%;
	-webkit-transform:rotate(-90deg) scaleX(0.5);
	transform:rotate(-90deg) scaleX(0.5);
	margin-right:3px;
}
/*****************************************************************************
	logo
*****************************************************************************/

/*****************************************************************************
	Header
*****************************************************************************/
header {
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header h1 {
	line-height:100%;
}
/*****************************************************************************
	Navigation
*****************************************************************************/
.logo img {
	width: auto;
	max-width:230px;
}
#menu_bar {
	font-size:24px;
	font-size:2.4rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width:100%;
	z-index:100;
	height:180px;
}
#menu_bar .logo {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:block;
	width:auto;
}
#menu_bar.active .logo {
	width:auto;
	display:block;
}
.menu_bar_box {
	height:100%;
}
ul.dropmenu {
	width:100%;
	height:100%;
}
ul.dropmenu li {
/*
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
*/
	height: 100%;
}
ul.dropmenu li a{
	height:100%;
	text-align:center;
	font-size: 14px;
}
#menu_bar.active {
	height:180px;
	top:0;
	left:0;
}
/*****************************************************************************
	Key Visual
*****************************************************************************/
#kv {
	position:relative;
}
.kv img{
	width:100%;
	max-height:200px;
}
/*****************************************************************************
	Map
*****************************************************************************/
.gmap {
	position:relative;
	width: 100%;
	height: 370px;
	margin: 30px 0;
}
.gmap.index {
	border-radius:1em;
}
.gmap+a {
	position:absolute;
	display:block;
	width:152px;
	height:32px;
	right:2em;
	bottom:1em;
	text-align:right;
	z-index:10;
}
/*****************************************************************************
	ul / dl
*****************************************************************************/
.staff ul li img{
	margin-bottom: 10px;
}
.staff ul li .name{
	font-size: 24px;
	font-size: 2.4rem;
	margin: 5px 0 15px;
}
#blog h3{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
}
#blog ul{
	width: 860px;
	margin: 0 auto;
}
#blog ul li a{
	display: block;
	padding: 1em;
}
#blog ul li:first-child a{
	padding-left: 0;
}
#blog ul li:last-child a{
	padding-right: 0;
}
#blog ul li a:hover{
	opacity: 0.7;
}
.blog_parts{
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 10px;
	margin-bottom: 90px;
}
#menu ul.area{
	border-bottom: 1px #ccc dotted;
}
#menu ul.area.noborder{
	border: none;
}
#menu ul.area li{
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 30px 0;
}
#menu ul.area li.m_title_j{
	font-size: 28px;
	color: #000;
	margin: 0 0 15px;
}
#menu ul.area li.m_title_e{
	font-size: 16px;
	font-size: 1.6rem;
	color: #888888;
	margin: 0 0 30px;
}
#menu ul.area li.p_title{
	padding: 10px 30px;
	background: #f1f1f1;
	font-size: 20px;
	font-size: 2.0rem;
}
#menu ul.area li.p_txt{
	padding: 0px 30px;
	margin: 0;
}

dl.access  {
  width:100%;
}
dl.access dt {
	margin-top: 1em;
}
dl.access dt:first-child {
	margin-top: 0;
}
dl.access dd {
}
/*****************************************************************************
	figure
*****************************************************************************/
figure {
	overflow:hidden;
}
figure a {
	height:100%;
}
figure.gallery_img {
	width: 180px;
	height:270px;
	background: #f8f8f8;
}
figure.blog_img {
	width: 225px;
	height:150px;
}
figure.top_img {
	margin-bottom:2em;
}
figure#headerImg {
	width:100%;
}
figure#headerImg.concept {
	    background: url(./img/concept/concept_mainvisual.png) center top / cover no-repeat;
}
figure#headerImg.menu {
	    background: url(./img/menu/menu_mainvisual.png) center top / cover no-repeat;
}
figure#headerImg.gallery {
	    background: url(./img/gallery/gallery_mainvisual.png) center top / cover no-repeat;
}
figure#headerImg.shopinfo {
	    background: url(./img/shopinfo/shopinfo_mainvisual.png) center top / cover no-repeat;
}
figure#headerImg.blog {
	    background: url(./img/blog/blog_mainvisual.png) center top / cover no-repeat;
}
figure#headerImg.contact {
	    background: url(./img/contact/contact_mainvisual.png) center top / cover no-repeat;
}

/*****************************************************************************
	Title Decoration
*****************************************************************************/
h2.title {
	display: inline-block;
	text-align: left;
	padding: 70px 40px 40px 40px;
  background: url(./img/common/title_icon.png) 0 80px / auto no-repeat;
	border-top: 2px solid #e5e5e5;
}
h2.title.type2{
	padding: 10px 40px 40px 40px;
	background-position: 0 10px;
	border-top: none;
}
h2.title span {
	font-size:40px;
	font-size:4.0rem;
	position: relative;
  left: 0;
  margin: 0 auto 20px;
  right: 0;
}
h2.title span.type2 {
	font-size:28px;
	font-size:2.8rem;
	line-height: 1.5;
}
.title_sub {
	line-height: 3;
}
.title_sub.type2 {
	line-height: 2.5;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
.blog_title{
	width: 860px;
	margin: 0 auto;
}
h2.title.type3{
	display: block;
	text-align: center;
	border-top:none;
	padding: 50px 40px 40px 40px;
  background: url(./img/common/title_icon_type2.png) center bottom / auto no-repeat;
}
#menu h3 {
	text-align:left;
	font-size:30px;
	font-size:3.0rem;
	line-height:100%;
	color:#cfa972;
	border-bottom:2px solid #cfa972;
	margin-bottom:0.5em;
}
#menu h3 span{
	font-size:0.5em;
	padding-left:0.5em;
}
/*****************************************************************************
	Navigation　Tab
*****************************************************************************/
#menu .nav{
	width: 620px;
	margin: 0 auto 50px;
	text-align: center;
}
#menu .nav li a{
	border: 1px solid #cccccc;
	margin: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: black;
	width: 150px;
	padding: 12px 0;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#menu .nav li a{
	background-color: #fff;
	color: #000;
	position: relative;
}
#menu .nav li a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 14.5px 0 14.5px;
	border-color: #cccccc transparent transparent transparent;
	line-height: 0px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#menu .content_wrap{
	transition: all 0.2s linear;
}
.areabox li{
	background-color: #fff;
	padding: 20px 15px;
	border-bottom: 1px solid #959595;
}
.areabox li:last-child{
	border-bottom: 3px solid #959595;
}
/*****************************************************************************
	index
*****************************************************************************/
#top_img .pc{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
#news ul {
	width: 780px;
	margin: 20px auto 0;
}
#news ul li{
	width: 100%;
	margin-bottom: 15px;
}
#news ul li a{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
#news ul li h3{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	text-align: left;
}
p .date, div .date {
	font-size: 14px;
	font-size: 1.4rem;
}
p .category, div .category {
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #92f5f9;
	border-bottom: 3px solid #33b9be;
	border-radius: 20px;
	padding: 2px 15px;
	display: inline-block;
	width: 130px;
	text-align: center;
	font-weight: bold;
	margin: 0 20px;
}
p .category.type2, div .category.type2{
	padding: 3px 10px 0;
	width: 100px;
}
/*****************************************************************************
	footer
*****************************************************************************/
footer {
	width:100%;
	height: auto;
	padding:65px 0 0px;
	color: #000;
	background: #fff;
}
.footer_box{
	width: 1000px;
	margin: 0 auto 30px;
}
footer nav{
	width: 700px;
	margin: 0px auto 155px;
}
footer img{
	width: 175px;
}
footer.icon {
	padding:1.5em 0;
	border-bottom:1px solid #333333;
	margin-bottom:1.5em;
}
footer.icon a {
	display:block;
	margin:0 0.5em;
	line-height:100%;
}
footer nav a {
	font-size:20px;
	font-size:2.0rem;
}
p.copy {
	background:#000;
	font-size: 12px;
	font-size: 1.2rem;
	color:#ffffff;
	padding:2em 0;
	text-align:center;
}
/*****************************************************************************
	navigation:footer
*****************************************************************************/

/******************************************************************************
	CTA
******************************************************************************/
section.cta {
	width:100%;
	height: 340px;
	margin-top: 60px;
	padding: 30px 0;
}
section.cta .cta_title{
	text-align: center;
	margin-bottom: 30px;
	font-weight: normal;
}
section.cta .cta_title span{
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
}
section.cta div.area{
	width: 860px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	padding: 50px 100px;
	border-radius: 10px;
}

section.cta > div article, section.cta > div .article {
	position:relative;
	height:100%;
}
section.cta .tel {
	color:#000;
}
section.cta .tel p:first-child{
	font-size: 14px;
	font-size: 1.4rem;
}
section.cta .tel h3 {
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}
section.cta .web {
	color:#000;
}
section.cta .web p:first-child{
	font-size: 14px;
	font-size: 1.4rem;
}
section.cta a {
	width:100%;
	height:100%;
}
section.cta .web article:after, section.cta .web .article:after {
	position:absolute;
	right:0;
	top:0;
	width:1em;
	height:100%;
	line-height:140px;
	font-weight:bold;
}



/******************************************************************************
	Post
******************************************************************************/
#post .list a {
	display:block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0;
	position: relative;
}
#post h3{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
}
#post .list li{
	padding: 0;
	margin: 0;
	border-bottom: none;
	width: 225px;
	margin-right: 20px;
}
#post .list li:nth-child(3n){
	margin-right: 0px;
}
#post .list li:after, #post ul.list li:before {
	border: none;
}
#post .list a:not(:nth-of-type(3n)) {
	margin-right:0.9em;
}
#post .list.index a {
	margin-right:0;
}

.gallerylist ul{
	width: 1040px;
	padding: 0 0px;
}
.gallerylist ul li{
	margin: 20px 40px;
}


#post p.tl {
	height:3em;
}
/* #post .side */
#post .side h3 {
	font-size:16px;
	font-size:1.6rem;
	font-weight: normal;
	text-align:left;
	padding-bottom: 20px;
	color:#000;
	border-bottom:1px solid #cccccc;
}
#post .side li a:hover {
	opacity: 0.7;
}
#post .side li a {
	padding:1.5em 0;
}
#post .side li{
	position:relative;
	font-size:14px;
	font-size:1.4rem;
	line-height:100%;
}
/* Category */
#category p.category {
	margin:0 1em 0 0;
}
#category p.category span{ 
	padding:0.2em 0.5em;
}
#post .side #category li a {
	display:block;
	padding:2em 0 0em 1.2em;
}
/* Recent */
#recent li a {
	font-size:12px;
	font-size:1.2rem;
	padding:1.5em 0;
}
#recent p {
	line-height:200%;
}
/* Archive */
#post .side #archive li a {
	display:block;
	padding:2em 0 0em 1.2em;
}

/******************************************************************************
	Post:Single
******************************************************************************/
#post .content {
	font-size:14px;
	font-size:1.4rem;
	padding-top: 1em;
}
#post .content img {
	width: auto;
	max-width:100%;
	height:auto;
}
#post.single h2 {
	font-size:24px;
	font-size:2.4rem;
	line-height:140%;
	margin:1em 0;
}
/************************************************************************************
	single paging
************************************************************************************/
.single_paging {
	width:100%;
	border:0px solid #b09d7c;
	margin:20px 0 20px 0;
	padding:0;
	font-size:14px;
	font-size:1.4rem;
}
.single_paging > div a{
	padding:0.5em 1em;
	width:130px;
	background:#ffffff;
	color:#666666;
}
.single_paging > div a .title {
	-webkit-line-clamp: 2;
}
.single_paging figure {
	text-align:center;
	min-width:100px;
	width:100px;
	height:100px !important;
	margin-right:1em;
	border-radius:100px;
	overflow:hidden;
}
.single_paging .page-numbers.current {
	background-color:#e7f3e9;
}
/******************************************************************************
	Pager
******************************************************************************/
#pager .pages {
	display:none;
}
#pager .wp-pagenavi {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pager .wp-pagenavi * {
	padding:0;
	min-width:3em;
	height:3em;
	margin:0 3px;
	text-align:center;
	border:1px solid #fff;
	line-height:3em;
	color:#000;
	font-size:14px;
	font-size:1.4rem;
}
#pager .wp-pagenavi .page.larger,
#pager .wp-pagenavi .nextpostslink,
#pager .wp-pagenavi .previouspostslink {
	border:1px solid #cccccc;
}
#pager .current, .wp-pagenavi > *:hover, #pager .wp-pagenavi a:hover {
	border:1px solid #4cbcf0;
	background:#4cbcf0;
	color:#fff;
}
.wp-pagenavi .page {
}
.wp-pagenavi .current {
}
.wp-pagenavi .previouspostslink {
	border:none;
	margin-right:40px;
}
.wp-pagenavi .nextpostslink {
	border:none;
	margin-left:40px;
}
#pager .wp-pagenavi a {
	display: block;
	line-height:140%;
	padding: 0.8em;
	text-align: center;
	background:#ffffff;
	border:1px solid #cccccc;
	margin-bottom:0.2em;
}
/*****************************************************************************
	footer
*****************************************************************************/
/************************************************************************************
	bread
************************************************************************************/
nav#bread {
	width:100%;
	overflow:hidden;
	font-size:11px;
	font-size:1.1rem;
	line-height:120%;
	z-index:2;
	bottom:0;
}
nav#bread ol{
	margin:0 auto;
	padding:1em 1em;
}
nav#bread ol li {
	padding-top:0px;
	white-space:nowrap;
	min-height: 0;
	margin:0;
}
nav#bread ol li a {
}
nav#bread ol li:after {
	content: ">";
	padding-left:1em;
	padding-right:1em;
}
nav#bread ol li:first-child:before {
	content:"";
}
nav#bread ol li:nth-of-type(1):before {
	content:"";
}
nav#bread ol li:last-child {
}
nav#bread ol li:last-child:after {
	content:"";
	padding:0;
}
/*************************************************************************************
	Swap Image
*************************************************************************************/
section div.picture {
	position:relative;
}
section article.swap div.picture figure, section .article.swap div.picture figure {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
section article.swap div.picture figure.active, section .article.swap div.picture figure.active {
	opacity:1;
}
section article.swap div.thumb_list figure, section .article.swap div.thumb_list figure {
	cursor:pointer;
}
section article.swap div.thumb_list figure img, section .article.swap div.thumb_list figure img {
	width:inherit;
}
/************************************************************************************
 contact
************************************************************************************/
#contact{
	font-size: 14px;
	font-size: 1.4rem;
	width: 600px;
	margin: 0 auto;
	padding: 0 100x;
}
#contact dl {
	margin:50px auto 0;
}
#contact dt {
	width:100%;
	padding: 0.5em 0;
	margin-bottom:0.5em;
}
#contact dt span.gray {
	color:#e0e0e0;
}
#contact dd {
	width:100%;
	margin-bottom:2em;
	word-wrap: break-word;
}
#contact dd:last-child{
	margin-bottom: 0;
}
#contact  input[type="text"],
#contact  input[type="email"],
#contact  textarea {
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
	padding: 0.5em;
	resize:none;
	border:1px solid #e6e4e4;
	background:#f5f5f5;
	font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';

}
#contact  input:focus,
#contact  textarea:focus {
	content:"";
	border:1px solid #666666;
}
#contact .btn:first-child,
#contact .mw_wp_form_preview .description,
#contact .preview_description{
	display: none;
}
#contact .mw_wp_form_preview .contact_preview_btn{
	width: 460px;
	margin: 0 auto;
}
#contact .mw_wp_form_preview .btn:first-child{
	background-color: #999999;
}
#contact .mw_wp_form_preview .btn:last-child:hover{
	background-color: #000;
}
#contact .mw_wp_form_preview .btn:first-child,
#contact .mw_wp_form_preview .preview_description,
#contact .mw_wp_form_complete .btn{
	display: block;
}
#contact .mw_wp_form_complete .btn{
	padding: 16px 0;
	margin: 0 auto;
}
#contact  input[type="submit"] {
	cursor: pointer;
	display: block;
	padding: 16px 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
#contact .btn{
	padding: 0;
}
#contact p {
	text-align:center;
	line-height: 2;
}
#contact .confirm, .sending, .backform {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	width: 200px;
	height: 45px;
	margin-top: 5px;
	border-radius: 5px;
	background: #888;
	border: 1px solid #666;
}
.mw_wp_form_confirm .send {
	display:none;
}
p.label {
	margin-right:0.5em;
}
p.label span{
	position:relative;
	font-size:10px;
	font-size:1.0rem;
	color:#ffffff;
	letter-spacing:0;
	line-height:100%;
	padding:0.5em 1em;
	background:#4cbcf0;
}
p.label span.noneed {
	background:#999999;
}
/*****************************************************************************
	Gimic with jQuery
*****************************************************************************/
.trans {
	-webkit-transition:all 0.3s ease-in-out;
			transition:all 0.3s ease-in-out;
}
.scrollup {
	opacity:0;
    -webkit-transform: translateY(100px);
  			  transform: translateY(100px);
	-webkit-transition:all 0.5s ease-in-out;
			transition:all 0.5s ease-in-out;
}
.scrollup.action {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
}
.scrollSlide {
	opacity:0;
	-webkit-transition:all 1s ease-in-out;
			transition:all 1s ease-in-out;
}
.scrollSlide.left {
	opacity:0;
    -webkit-transform: translateX(150px);
  			  transform: translateX(150px);
}
.scrollSlide.right {
	opacity:0;
    -webkit-transform: translateX(-150px);
  			  transform: translateX(-150px);
}
.scrollSlide.action {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
	opacity:1;
}
.scrollZoom {
	opacity:0;
    -webkit-transform: scale3d(0 ,0 , -1);
  			  transform: scale3d(0 ,0 , -1);
	-webkit-transition:all 1s ease-in-out;
			transition:all 1s ease-in-out;
}
.scrollZoom.action {
    -webkit-transform: scale3d(1 ,1 ,1);
    transform: scale3d(1 ,1 ,1);
	opacity:1;
}
.zoom {
	position: relative;
	z-index: 2;
	-webkit-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.zoom:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.float{
	-webkit-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.11);
}
.float:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.16);
}

.scroll {
	-webkit-animation: pop 2s infinite;
			animation: pop 2s infinite;
}
@-webkit-keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
				transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); } }

@keyframes pop {
	0% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); }
	50% {
		-webkit-transform: translate(0, 10px);
				transform: translate(0, 10px); }
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0); } 
}
/***********
horizon
************/
.f_h_start {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
div.add {
	padding:1em;
}
/*****************************
	SNS ICON BASE
*****************************/
div.sns_icon {
	text-align:center;
	max-width:150px;
	width:100%;
	color:#b2b2b2;
	margin:0;
}
div.sns_icon > a {
}
div.sns_icon > a {
	display:inline-block;
	margin:10px 2px;
	font-size:26px;
	width:36px;
	height:36px;
	line-height:36px;
}
div.sns_icon > a i.fa-line {
	font-size:24px;
}
table.print {
	border:1px solid #888888;
}
table.print th,table.print td {
	padding:0.5em 1em;
	border:1px solid #888888;
}
@media screen and (max-width:770px) {
	.slick-list {
		height:125px;
	}
	.slick-list img{
		height:inherit;
	}
}

/*****************************
Addition 2022/2/16
*****************************/
.top_h1 {font-size: 1.2em; padding-bottom: 10px; text-align: center; letter-spacing: 0.001em!important;}
.photographer {width: 700px; margin: 0 auto;}
.photographer:first-of-type {margin-bottom: 20px;}
.photographer img {max-width: 200px; height: auto; float: right;}
.photographer dt {margin-bottom: 10px;}
.photographer span {font-size: 1.4em; padding-right: 10px;}

.menu_title {font-size: 1.2em; margin-bottom: 80px; text-align: center;}
.first_img {margin-bottom: 60px;}
.menu_head {font-size: 1.1em; padding-bottom: 20px; font-weight: 600;}
.menu_list {padding-bottom: 40px;}
.para {margin-bottom: 40px;}

.bold {font-weight: 600; line-height: 2em;}
.padbtn30 {padding-bottom: 30px;}
.padtop10 {padding-top: 10px;}

.price_sample {margin: 20px 0;}
.price_sample td {padding: 20px;}
.price_sample tr:nth-of-type(odd) {background-color: #f2f2f2;}

@media screen and (max-width:770px) {
  .top_h1 {font-size: 1.2em; padding: 10px 0; text-align: center; letter-spacing: 0.001em!important; line-height: 1.2em;}
  .top_h1 span {display: inline-block; }

  .photographer {width: 100%; margin: 0 auto;}
  .photographer:first-of-type {margin-bottom: 20px;}
  .photographer td:first-of-type {width: 60%;}
  .photographer img {max-width: 180px; height: auto; padding-left: 20px; float: right;}
  .photographer dt {margin-bottom: 10px;}
  .photographer span {font-size: 1.4em; padding-right: 10px;}
}