/*

Theme Name: leaf
Theme URI: https://leaf-florist.pics
Author: AMOAMO

*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600&display=swap');
/* リセット
================================================== */
* {margin: 0; padding: 0;}
.pc_no{display:none;}
*::after,
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;	box-sizing: border-box;}
ul{padding: 0; margin: 0;}
li{padding: 0; margin: 0; list-style-type:none;}
img{border:none;}
a {outline: none;}
a:focus, *:focus {  outline:none; }

/* リンク・マージン
================================================== */

a:link{color: #666; text-decoration: none;}
a:visited{color: #666; text-decoration: none;}
a:active{color: #666; text-decoration: none;}
a:hover{color: #000; text-decoration: none;}
a img:hover{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt70{margin-top:70px;}
.mt100{margin-top:100px;}

.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr50{margin-right:50px;}
.mr80{margin-right:80px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}

.pb50{padding-bottom:50px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}

.ptb30{padding:30px 0}
.ptb50{padding:50px 0}
.ptb70{padding:70px 0}

.ls005{letter-spacing:0.05em}
.ls01{letter-spacing:0.1em}
.ls015{letter-spacing:0.15em}
.ls02{letter-spacing:0.2em}

.fs_16{font-size:16px}
.fs_18{font-size:18px}
.fs_20{font-size:20px}
.fs_23{font-size:23px}
.fs_26{font-size:26px}

/* 画像のみ中央 */
img.center_title{
	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
img.w100{
	width:100%;
}

.txt_center,.pc_txt_center{text-align:center}
.fl_left{float: left;}
.fl_right{float: right;}
.clear{clear: both;}

.marker{
background: linear-gradient(transparent 60%, #fff799 60% );
}
.fw_bold{font-weight: bold; }

h1,h2,h3,h4{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #333;
}

/* メイン
================================================== */
body {
	font-family: 'Lato', Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color: #666;
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: .02em;
}
b, strong, .bold, .bold-se{
	font-family: 'Lato', Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight:bolder;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: 'Lato', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.gr-gray{
	clear:both;
	width:100%;
	background:#f5f5f5;	
}
.gr-dot{
	clear:both;
	width:100%;	
	background : url("images/header/back_dot.png") repeat center;
}
h2.base_title{
	font-family: 'Libre Baskerville', serif;
	font-size:36px;
	color:#000;
	margin-bottom:1.5em;
	font-weight:400;
}
/* ローディング
================================================== */
#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #fff;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 110px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}

#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader.open {
    animation: slideOut forwards 2s 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/* ボタン
================================================== */
.more_in{
	clear:both;
	width:100%;
	margin:30px auto;
	text-align:center;
}
.btn_bk{
	font-family: 'Lato', sans-serif;
	padding:15px 30px 15px 50px;
	-webkit-transition: .4s;
	transition: .4s;
	letter-spacing:0.1em;
	border:1px solid #999;
	font-size:14px;
}
.btn_bk i{margin-left:20px;}
.btn_bk:hover{
	border:1px solid #000;
	background: #000;
	color:#fff;
}

/* ヘッダー
================================================== */
header{
	width:100%;
	margin:0;
	padding:0;
	border-top:5px #000 solid;
}
#header_wp{
	width: 90%;
	margin:0 auto 20px;
	position:relative;
}
p.side_text{
	position: fixed;
	left:4%;
	bottom:0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size:10px;
	letter-spacing:0.05em;
	background : url("images/bk-flower.png") no-repeat center bottom;
	padding:0 10px 330px;
	z-index:999;
	color:#000000;
}
@media screen and (max-width: 1600px) {
	#header_wp{	width: 95%;}
	p.side_text{left:0.5%;}
}
#header_wp h1{
	font-size:12px;
	font-weight:normal;
	padding-top:15px;
}
.head_logo{
	width:15%;
	max-width: 150px;
	float:left;
	margin-top:15px;
}
.head_logo img{width:100%; height:auto;}
.navi_wp{
	float:right;
	width:80%;
	max-width:800px;
	text-align:right;
}
nav.pc_navi ul{margin-top:40px;}
nav.pc_navi ul li{
	display:inline-block;
	font-size:15px;
	width:19%;
	letter-spacing:0.1em;
	text-align:center;
}
nav.pc_navi ul li a{
	-webkit-transition: .4s;
	transition: .4s;
}
nav.pc_navi ul li span.hover{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", serif;}
/* 通常時はホバー時の文字を非表示にする */
nav.pc_navi ul li a .hover{	display: none;	font-weight:500; font-size:15px; letter-spacing:0.05em}
/* ホバー時は通常時の文字を非表示にする */
nav.pc_navi ul li a:hover .nomal{display: none;}
/* ホバー時に、ホバー時の文字を表示する */
nav.pc_navi ul li a:hover .hover{display: inline;}
nav.pc_navi ul li a{color:#000;}
nav.pc_navi ul li a:hover{color:#000;}

.head_contact{
	position:absolute;
	top:-3px;
	right:0;
}
.head_contact ul li{
	display:inline-block;
}
.head_contact ul li a{
	display:block;
	-webkit-transition: .4s;
	transition: .4s;
}
.head_contact ul li.online a{
	background : url("images/cart_icon.png") #000 no-repeat left 40px top 1.2em;
	background-size:20px;
	padding:15px 40px 13px 68px;
	color:#fff;
	font-size:14px;
	text-align:center;
	letter-spacing:0.1em;
}
.head_contact ul li.online a:hover{
	background : url("images/cart_icon.png") #000 no-repeat left 40px top 1.2em;
	background-size:20px;
	color:#999;
}
.head_contact ul li.insta{font-style :italic}
.head_contact ul li.insta a{
	background : url("images/ist_bk.png") no-repeat left top 1.2em;
	background-size:22px;
	padding:17px 35px 13px 30px;
	font-size:16px;
	letter-spacing:0.05em;
}

/* TOPスライダー
================================================== */
.viewer_wp{
	clear:both;
	width:100%;
	max-width:1300px;
	margin: 30px auto 0;
	position: relative;
}
.viewer {
    margin: 0 auto 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
} 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}
/* TOPページ
================================================== */
.ps_ret{
	clear:both;
	width:100%;
	position:relative;
}
.dot_bkright{
	position:absolute;
	width:50%;
	height:45%;
	top:40%;
	right:0;
	background : url("images/back_dot.png") repeat center;
}
.top_msg{
	width:80%;
	max-width:1200px;
	margin:0 auto 80px;
	position: relative;
	z-index: 100;
}
.top_msg h2{
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	font-style :italic;
	font-size:63px;
	line-height:1.3em;
	position: absolute;
	top:-40px;
	left:0;
}
.top_msg h2 span{
	display:block;
	padding-left:150px;
}
.top_msg p{line-height:1.9em;padding-top:150px;padding-left:20px;}

.top_gr-gray{
	width:100%;
	background: linear-gradient(#fff 0%, #fff 25%, #f5f5f5 25%, #f5f5f5 80%, #fff 80%, #fff 100%);	
}
.top_item{
	clear:both;
	width:80%;
	max-width:1200px;
	margin:0 auto;
	padding:30px 0 70px;
}
.top_itemimg_l{width:60%;float:left}
.top_itemimg_r{width:60%;float:right}
.top_itemtext{width:38%; position:relative;}
.top_itemimg_l ul li,
.top_itemimg_r ul li{
	display:inline-block;
	width:49%;
}
.top_itemimg_l ul li img,
.top_itemimg_r ul li img{width:100%; height:auto}
.top_itemtext p.en_subtitle{
	font-family: 'Libre Baskerville', serif;
	color:#000;
	border-bottom:1px #666 solid;
}
.top_itemtext p.en_right{
	font-size:42px;	
	position:absolute;
	padding:0 0.5em 0.6em;	
	left: -25%;
	top:15%;	
}
.top_itemtext p.en_left{
	font-size:42px;	
	position:absolute;
	padding:0 0.5em 0.6em;
	right: -25%;
	top:15%;	
}
.top_itemtext h2{
	font-size:22px;
	margin-bottom:1.5em;
	padding:40% 3% 0;	
}
.top_itemtext h2.ti_right{
	text-align:right;
}
.top_itemtext p.imtext{
	margin-bottom:1em;
	text-align: justify;
	padding:0 3%;
	font-size:14px;
}
@media screen and (max-width: 1400px) {
	.top_itemtext p.en_subtitle{font-size:38px;}
	.top_itemtext p.en_right,.top_itemtext p.en_left{top:5%;}
	.top_itemtext h2{padding:30% 3% 0;}
}
@media screen and (max-width: 1200px) {
	.top_itemtext p.en_subtitle{font-size:38px;}
	.top_itemtext p.en_right,.top_itemtext p.en_left{top:-5%;}
	.top_itemtext h2{padding:20% 3% 0;}
}
#top_shop{
	clear:both;
	width:100%;
	margin:0 auto 50px;
	padding:20px 0;
	background : url("images/top/shop_back.jpg") no-repeat center bottom;
	background-size:cover;
}
.top_shop_in{
	width:100%;
	background:rgba(0,0,0,0.7); 
	padding:70px 0;
	color:#fff;
	text-align:center;
}
.shop_left{
	float:left;
	width:40%;
	padding-left:3%;
}
.shop_right{
	float:right;
	width:55%;
}
@media screen and (max-width: 1200px) {
	.shop_left, .shop_right{float:none;width:100%;}	
}
.top_shop_in img{width:80px;margin-bottom:1em}
.top_shop_in h2{
	font-size:28px;
	margin-bottom:2em;
	position: relative;
	display: inline;
	color:#fff;
}
.top_shop_in h2:before {
  content: '';
  position: absolute;
  bottom: -13px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
}
p.en_ontit{
	letter-spacing:0.2em;
	margin-bottom:1em;
	margin-top:2em;
}
.top_shop_in ul{
	width:90%;
	max-width:600px;
	margin:40px auto 0;	
	text-align:center;
}
.top_shop_in ul li.full{
	width:96.7%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:15px;
}
.top_shop_in ul li.half{
	display:inline-block;
	width:47%;
	margin:0 1%;
	text-align:center;
}
.top_shop_in ul li span{
	font-size:15px;
}
.top_shop_in ul li a{
	display:block;
	padding:15px 0;
	-webkit-transition: .4s;
	transition: .4s;
	letter-spacing:0.05em;
	background:rgba(255,255,255,0.8);
	color:#000;
}
.top_shop_in ul a i{margin-left:20px;}
.top_shop_in ul a:hover{
	background: #000;
	color:#fff;
}
#top_gallery{
	clear:both;
	width:100%;
	padding:70px 0 70px;
	margin: 30px auto;
	position:relative;
}
ul.gallery_list{
	width:75%;
	max-width:1080px;	
	margin:0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
ul.gallery_list li{
	clear:both;
	width: 30%;
	margin:3% 1.5%;
	padding:0 30px 20px;
	-webkit-transition: .4s;
	transition: .4s;
}
ul.gallery_list_page{
	width:85%;
	max-width:1200px;	
	margin:0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
ul.gallery_list_page li{
	clear:both;
	width: 25%;
	margin:3% 0;
	padding:0 30px 20px;
	-webkit-transition: .4s;
	transition: .4s;
}

@media screen and (max-width: 1200px) {
	ul.gallery_list_page li{width: 33%; padding:0 35px 20px;}
}
ul.gallery_list a,
ul.gallery_list_page a{color:#666}
ul.gallery_list li img,
ul.gallery_list_page li img{
	width:100%;
	height:auto;
	margin-bottom:0.5em;
}
.gallery_title{width:100%; position:relative;}
ul.gallery_list li p.topga_title,
ul.gallery_list_page li p.topga_title{
	font-size:14px;
	padding-right:80px;
	text-align:left;
	line-height:1.5em;
}
ul.gallery_list li p.topga_no,
ul.gallery_list_page li p.topga_no{
	position:absolute;
	right:0;
	width:70px;
	text-align:right;
}
ul.gallery_list li p.topga_no span,
ul.gallery_list_page li p.topga_no span{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;	
	font-size:13px;
	padding:0 0.3em 0.3em;
	border-bottom:1px solid #999;	
}
ul.gallery_list li:hover h3,
ul.gallery_list li:hover p,
ul.gallery_list_page li:hover h3,
ul.gallery_list_page li:hover p{
	color:#333!important;	
}

.top_blogwp{
	clear:both;
	width:72%;
	max-width:1080px;
	margin:20px auto;
	padding:70px 0;
}
ul.top_blog{
	width:100%;
	margin:50px auto;	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.top_blog li{
	clear:both;
	width: 47%;
	margin:1.5%;
	padding:20px 30px 20px 20px;
	text-align:left;
	background:#fff;
}
@media screen and (max-width: 1200px) {
	ul.top_blog li{
		width: 48%;
		margin:1%;
	}
}
@media screen and (max-width: 1000px) {
	ul.top_blog li{
		width: 90%;
		max-width:600px;
		margin:1% auto;
	}
}
.news_imgbox {
	width:25%;
	float:left;
}
.news_imgbox img{width:100%;height:auto;}

.news_txt{
	width:70%;
	float:right;
}
span.news_day{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	letter-spacing:0.07em;
	font-size:13px;
}
span.post_cat{
	margin-left:8px;
	font-size:12px;
	background:#eee;
	padding:0.3em 0.4em;
 	border-radius: 5px;	
}
.news_txt h3{
	font-size:15px;
	margin:0.5em 0;
}
.news_txt p{
	font-size:13px;
	line-height:1.7em;
}

/* 固定ページのヘッダータイトル
================================================== */
#title_back1{
	position: relative;
	width: 100%;
	height:200px;
	margin: 30px auto;
	background : url("images/header/head_1.jpg") no-repeat top left;
	background-size:60% 100px;
	text-align:center;
}
#title_back2{
	position: relative;
	width: 100%;
	height:200px;
	margin: 30px auto;
	background : url("images/header/head_2.jpg") no-repeat top left;
	background-size:60% 100px;
	text-align:center;
}
#title_back3{
	position: relative;
	width: 100%;
	height:200px;
	margin: 30px auto;
	background : url("images/header/head_3.jpg") no-repeat top left;
	background-size:60% 100px;
	text-align:center;
}
#title_back4{
	position: relative;
	width: 100%;
	height:200px;
	margin: 30px auto;
	background : url("images/header/head_4.jpg") no-repeat top left;
	background-size:60% 100px;
	text-align:center;
}
#title_back5{
	position: relative;
	width: 100%;
	height:200px;
	margin: 30px auto;
	background : url("images/header/head_5.jpg") no-repeat top left;
	background-size:60% 100px;
	text-align:center;
}
.title_back_dot{
	position:absolute;
	width:70%;
	height:100px;
	top:20%;
	right:0;
	background : url("images/back_dot.png") repeat center;
	z-index:-10;
}
.page_title{
  	position: absolute;
	top:165px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page_title h2.gly_entitle,
.page_title p.page_entitle{
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	font-size:50px;
	letter-spacing:0.05em;
	margin-bottom:0.5em;
	color:#000;
}
.page_title h2.page_jptitle{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	color: #333;
	font-size:16px;
	letter-spacing:0;
}
.page_contents{
	position:relative;
	clear:both;
	width:80%;
	max-width:1150px;
	margin:20px auto;
}
.page_wp100{
	clear:both;
	width:100%;
	margin: 30px auto;
	position:relative;
}
.page_wp{
	position:relative;
	clear:both;
	width:87%;
	max-width:1250px;
	margin:0 auto;
}
/* リーフについて
================================================== */
.about_txt{
	width:45%;
	float:left;
}
.about_txt p{margin-bottom:25px; line-height:2.0em;}
.about_txt h3{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	margin-bottom:2.0em;
	letter-spacing:0.07em;
	font-size:20px;
}
.about_img{
	width:50%;
	float:right;	
}
.about_img img{
  	width: 100%;
  	height: 400px;
	object-fit: cover;
}
h1.pp_title,
h2.pp_title {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	letter-spacing:0.1em;
	color:#999;
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin-bottom:1em;
}

h1.pp_title:before, h1.pp_title:after,
h2.pp_title:before, h2.pp_title:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #999;
}

h1.pp_title:before,
h2.pp_title:before{
  left:0;
}
h1.pp_title:after,
h2.pp_title:after{
  right: 0;
}
.about_wp{
	clear: both;
	background: #f8f8f9;
	margin: 40px auto 0;
	position: relative;
	padding: 50px 30px 80px;
	text-align:center;
}
.about_wp h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	color: #333;
	font-size:28px;
	line-height:1.4em;
}
.shop_s{font-size:15px;}
.shop_m{font-size:18px;margin-left:15px;}
.about_wp ul{
	margin-top: 10px;
	font-size:16px;
}
.about_wp ul li{margin-bottom:0.2em;}
.about_wp ul li span.ent{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	margin-bottom:0.3em;
	letter-spacing:0.07em;
	margin-right: 10px;
	font-size: 18px;
}

.about_wp ul li span.tel{
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:400;
	margin-bottom:0.7em
}
#shop_map {
	background-color: #fff;
	width: 90%;
	margin: 40px auto;
	padding: 20px;
	overflow: hidden;
}
#shop_map iframe{
	width: 100%;

}

/* ギャラリー一覧
================================================== */
.gallery_category{
	width:85%;
	max-width:1200px;
	margin: 0 auto 20px;
	border:1px solid #ccc;
	padding:25px 30px 10px;
}
.gc_bottom{margin-top:50px;}
.gallery_term{
	text-align:center;
	width:100%;
	margin:0 auto 30px;
	background:#f5f5f5;
	padding:15px;
}
.gallery_term h3{
	font-weight:400;
	font-size:15px;	
}
.gallery_category h3{
	font-weight:400;
	font-size:15px;
	border-left: solid 3px #000;
	padding-left:10px;	
}
.gallery_category h3 span,
.gallery_term h3 span{
	font-family: 'Lato', sans-serif;	
	color: #333;
	font-size:15px;
	margin-right:10px;
	letter-spacing:0.07em;
}
.gallery_category ul{
	margin:10px auto 20px;
}
.gallery_category ul li{
	display:inline-block;
	margin:0.3em;
}
.gallery_category ul li a{
	border-radius: 3px;
	background:#f5f5f5;
	-webkit-transition: .4s;
	transition: .4s;
	padding:0.3em 0.8em;
	font-size:13px;
	letter-spacing:0.05em;
}
.gallery_category ul li a:hover{
	background:#000;
	color:#fff;
}

/* ギャラリー
================================================== */
.gallery_wp{
	width:80%;
	max-width:1100px;
	margin:100px auto;
	padding-bottom:50px;
}
.case_wp{
	position:relative;
	width:90%;
	margin: 0 auto 80px;
}
.gallery_img{
	float:right;
	width:50%;
}
.sp-slides,
.gallery-main{
	margin: 0 auto;
	text-align:center;
}
.sp-slides img{
    width: 100%;
	max-width:550px;
    height: auto;	
}
.gallery-main img{
    width: 100%;
	max-width:550px;
    height: auto;	
}
.sp-arrow { width: 40px; height: 60px; cursor:pointer}
.sp-vertical .sp-arrow { -webkit-transform: none; -ms-transform: none; transform: none; }
.sp-horizontal .sp-previous-arrow { background: url("images/prev.png") no-repeat; }
.sp-horizontal .sp-next-arrow { background: url("images/next.png") no-repeat; }
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after { content: inherit;}

.sp-thumbnail-arrow{ width: 40px; height: 40px; cursor:pointer}
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow { background: url("images/th-prev.png") no-repeat; background-size:100%; }
.sp-bottom-thumbnails .sp-next-thumbnail-arrow { background: url("images/th-next.png") no-repeat; background-size:100%;}
.sp-next-thumbnail-arrow:after,.sp-next-thumbnail-arrow:before,.sp-previous-thumbnail-arrow:after,.sp-previous-thumbnail-arrow:before{ content: inherit;}

.case_info{
	float:left;
	width:45%;
}
p.case_cat{
	font-size:14px;
	background:#000;
	padding:0.3em 0.7em;
	color:#fff;
}
p.case_cat span{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-size:14px;
	letter-spacing:0.05em;
	color:#fff;
	margin-right:0.3em;
}
p.case_no{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-size:26px;
	margin-bottom:15px;
	color:#000;
}
p.case_no span{
	font-size:24px;
	margin-right:0.3em;
	letter-spacing:0.07em;
	color:#666;
}

.case_info h2{font-size:18px;margin:30px 0 20px;}
.case_detail{
	width:100%;
	margin:30px auto 0;
}
p.comment{color:#666;margin-bottom:1em}
.case_detail h3{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	font-size:14px;
	letter-spacing:0.05em;
	border-bottom:1px solid #ccc;
	margin-bottom:0.3em;
	padding-bottom:0.3em;
	color:#666;
}
.case_detail dl{margin-top:15px}
.case_detail dl dd{padding-left:0.3em;margin-bottom:0.8em}
.gallery_btn{
	margin:30px auto 20px;
	text-align:center;
}
.gallery_btn a{
	padding:15px 30px 15px 50px;
	-webkit-transition: .4s;
	transition: .4s;
	border:1px solid #999;
}
.gallery_btn a:hover{
	border:1px solid #000;
	background: #000;
	color:#fff!important;
}
.gallery_btn a i{margin-left:15px;}
ul.gapage_tag{
	width:100%;
	margin:15px auto;
}
ul.gapage_tag li{
	display:inline-block;
	margin:0 0.3em;
	-webkit-transition: .4s;
	transition: .4s;	
}
ul.gapage_tag li a:before{
	content: "#";
}
ul.gapage_tag li a{
	font-size:13px;
	border-radius: 3px;
	background:#f7f6f5;
	padding:0.3em 0.7em;
	-webkit-transition: .4s;
	transition: .4s;	
}
ul.gapage_tag li a:hover{
	background:#000;
	color:#fff;
}

/* ご注文について
================================================== */
h1.guide_title{font-size:20px;margin-bottom:15px;}
.guide_atn{
	width:100%;
	max-width:700px;
	margin:15px auto;
	background : url("images/back_dot.png") repeat center;
	padding:15px 20px;
	font-size:17px;
}
a.guide_link{
	border-bottom:1px dotted #666;
	padding:0 10px 5px;
}
.order_wp{
	width:100%;
	margin:50px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.order_info{
	width:47%;
	margin:1.5%;
	border-top:5px solid #333;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:30px 50px;
	text-align:center;
}
.order_txt2{
	border-top:1px dotted #ccc;
	padding-top:15px;
	margin-top:15px;
}
.order_info h2{
	display:inline-block;
	font-size:22px;	
}
.order_info h2.onlineshop{
	background : url("images/guide/pc_icon.png") no-repeat left top 0.3em;
	background-size:30px;
	padding:7px 0 5px 40px;
	margin-bottom:20px;	
}
.order_info h2.orderform{
	background : url("images/guide/mail_icon.png") no-repeat left top 0.3em;
	background-size:25px;
	padding:5px 0 5px 35px;
	margin-bottom:20px;	
}
.order_info h2.telorder{
	background : url("images/guide/tel_icon.png") no-repeat left top 0.3em;
	background-size:25px;
	padding:5px 0 5px 35px;
	margin-bottom:10px;	
}
.order_info h2.faxorder{
	background : url("images/guide/fax_icon.png") no-repeat left top 0.3em;
	background-size:25px;
	padding:8px 0 5px 35px;
	margin-bottom:10px;	
}
.order_info p.od_atn{margin:15px 0 20px}
.order_info p.od_atn span{
	background:#eee;
	padding:0.7em 1em;
	font-weight:bold;
}
.order_info ul li{
	list-style:disc!important;
	margin-bottom:0.5em;
	margin-left:15px;
	text-align:left;
	line-height:1.5em;
	font-size:14px;
}
.order_btn{	margin:25px 0 30px;}
.order_btn a{
	padding:15px 30px 15px 50px;
	-webkit-transition: .4s;
	transition: .4s;
	letter-spacing:0.1em;
	background:#333;
	font-size:15px;
	color:#fff!important
}
.order_btn a:hover{
	background:#000;
}
.fax_btn{margin:15px 0 30px;}
.fax_btn a{
	background : url("images/guide/pdf_icon.png") #333 no-repeat left 20px center;
	background-size:16px;	
	padding:13px 20px 13px 45px;
	-webkit-transition: .4s;
	transition: .4s;
	font-size:15px;
	letter-spacing:0.05em;
	color:#fff!important
}
.fax_btn a:hover{
	background : url("images/guide/pdf_icon.png") #000 no-repeat left 20px center;
	background-size:16px;	
}
a.guide_link i,
.order_btn i{margin-left:15px;}
.order_tel{font-size:18px;}
.order_tel span{
	margin-left:5px;
	font-size:24px;
}
ul.order_list{
	width:100%;
	max-width:900px;
	margin:30px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
ul.order_list li{
	width:48%;
	margin:1%;
}
ul.order_list li a{
	font-family: 'Lato', Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight:bolder;
	display:block;
	padding:15px 30px 15px 50px;
	-webkit-transition: .4s;
	transition: .4s;
	letter-spacing:0.1em;
	border:1px solid #999;
	font-size:14px;
}
ul.order_list li i{margin-left:20px;}
ul.order_list li a:hover{
	border:1px solid #000;
	background: #000;
	color:#fff;
}
/* ご利用ガイド
================================================== */
#guide_contentwp{
  	display: flex;
  	justify-content: space-between;
	width:80%;
	max-width:1150px;
	margin:0 auto 100px;	
}

#guide_sidebar{
 	 position: -webkit-sticky;
  	position: sticky;
  	top: 0;
  	width: 25%;
	min-width:300px;
	margin-left:8%;
  	height: 100%;
	top:30px;
}
.side_guide{
	background:#f5f5f5;
	padding:30px 15px;
	text-align: center;
	margin-top:70px;
}
.side_guide h3.side_guidetitle{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	letter-spacing:0.1em;
	color:#999;
	margin-bottom:1em;
}
ul.side_guidelist li{
	margin:0.8em 0;
	padding:0.8em 0.5em;
	border-bottom:1px dotted #999;
	text-align:left;
}
ul.side_guidelist li i{margin-left:15px;}

.guide_wp{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:70px 0;
}
.guide_inner{
	width:96%;
	margin:0px auto;	
}
ul.guide_detail li{margin-top:100px;}
ul.guide_detail li.fast{margin-top:40px;}

.guide_wp h2{
	font-size:20px;
	padding:0 10px 15px;
	border-bottom: 2px solid #000;
	margin-bottom:20px;
}
.guide_wp h2 span{font-size:18px;}
.guide_wp h3{
	font-family: 'Lato', Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight:bolder;
	width:100%;	
	background : url("images/back_dot.png") repeat center;
	padding: 0.7em 1em;
	font-size:16px;
	margin-bottom:1em;
}
.guide_wp h3.guide_subtitle{
	background :none;
	padding: 0;
	font-size:15px;
	margin-bottom:0.5em;
	margin-top:15px;
}
.point_box{
	 position: relative;
    margin: 2.5em 0 1em;
    padding: 1.5em 2em;
    border: solid 1px #ccc;
}
.point_box h4 {
	font-family: 'Lato', Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight:bolder;	
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 15px;
    padding: 0 15px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
}
p.point_s{font-size:14px;}
ul.fuda_images li{
	display:inline-block;
	width:48.5%;
	margin:0 0.5%;
}
ul.fuda_images li img{width:100%;}
.cancel_wp{
	width:100%;
	margin:20px auto;
    padding: 0 0 1em;
    border: solid 1px #ccc;	
}
.cancel_wp p.cancel_title{
	background:#eee;
	padding:0.7em 1.5em;
	margin-bottom:1em;
	color:#000;
}
.cancel_wp ul{padding:0 1.5em}
.cancel_wp ul li{
	list-style:disc!important;
	margin-left:15px;
	margin-bottom:0.5em;	
}
.guide_linebox{
	width:100%;
	margin:20px auto;
    padding: 1em 1.5em;
    border: solid 1px #ccc;		
}
ul.list_disc li{
	list-style:disc!important;
	margin-left:15px;
	margin-bottom:0.7em;
}
table.table01 {
	width:100%;
	margin:0 auto 50px;
	border-right:#ccc solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#666;
	color:#FFF;
	padding:10px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	line-height:1.4em;
}
table.table01 thead th:last-child {
	border-right:#ccc solid 1px;
}
table.table01 tbody th {
	background:#eee;
	color:#000;
	padding:10px 10px 10px 20px;
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	vertical-align:top;
	width:26%;
}
table.table01 tbody th p{
	font-size:13px;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
	margin-top:0.5em;
}
table.table01 tbody tr:last-child th {
	border-bottom:#ccc solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px;
	border-left:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	vertical-align:top;
	text-align:center;
}

@media screen and (max-width: 640px) {
	table.table01{border-top:#ccc solid 1px;}	
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	width:100%;
	font-size:16px;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}
table.table02{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
table.table02 th,
table.table02 td{
  border: 1px solid #ccc;
  padding: 1em;
}
table.table02 th{
  background: #eee;
}
@media (max-width: 650px) {
    table.table02{
      width: 100%;
    }
    table.table02 th,
    table.table02 td{
      display: block;
    }
	table.table02 th{
		padding: 0.7em;
	}
	table.table02 td{
		padding: 0.8em 0.8em 1.5em;
	}	
    table.table02 th,
    table.table02 td{
      border-top: none;    
    }
    table.table02 tr:first-child th{
      border-top: 1px solid #ccc;
    }
  }

/* ブログ
================================================== */
#content{
	float:left;
	width:70%;
}
ul.blog_allist li{
	width: 100%;
	padding:20px;
	text-align:left;
}
ul.blog_allist li .blog_imgbox {
	width:15%;
	float:left;
}
ul.blog_allist li .blog_imgbox img{width:100%;height:auto;}

ul.blog_allist li .blog_txt{
	width:80%;
	float:right;
}
.blog_txt h3{
	font-size:15px;
	margin:0.5em 0;
}
.blog_txt p{
	font-size:13px;
	line-height:1.7em;
}
span.news_day{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	letter-spacing:0.07em;
	font-size:13px;
}
span.post_cat{
	margin-left:8px;
	font-size:12px;
	background:#eee;
	padding:0.3em 0.4em;
 	border-radius: 5px;	
}
.news_txt h3{
	font-size:15px;
	margin:0.5em 0;
}
.news_txt p{
	font-size:13px;
	line-height:1.7em;
}
ul.news_allist li.no_post{
	width: 100%;
	padding:50px 20px;
	text-align:center;	
}
p.post-meta{
	margin:10px auto;
	padding:0 10px;
}
span.post-date{margin-right:15px; font-size:14px;}
span.category{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	margin-bottom:0.3em;
	letter-spacing:0.07em	
	margin-right:7px;
}
#content h1.post_title{
	font-size:20px;
	padding:5px 7px 15px;
	border-bottom: 2px solid #000;
}
.column_in{
	width:98%;
	margin:50px auto;
}
.column_in p{
	margin-bottom: 25px;
}
.column_in a{
	color: #999;
}
.column_in h2{
	font-family: -apple-system, 'Roboto', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	border-left: solid 5px #666;
	padding: 0.05em 0.7em;
	font-size:18px;
	margin-bottom:1em;
	margin-top:1em;	
}
.column_in h3{
	font-family: -apple-system, 'Roboto', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: bold;
	font-size:16px;
	margin-bottom:0.8em;
	margin-top:1em;		
}
.column_in h4{
	font-family: -apple-system, 'Roboto', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding: 10px;
	font-weight: bold;
	font-size:16px;
	background:#eee;
	margin-bottom:0.8em;
	margin-top:1em;		
}
.column_in img{
	max-width: 100%;
	margin: 15px auto;
	height:auto;
}

/* サイドバー
================================================== */
#sidebar{
	float:right;
	width:23%;
	max-width:280px;
}
.side_widget dl{
	margin-top: 1em;
	margin-bottom: 40px;
}
.side_widget dl dt{
	font-size:13px;
	padding-left: 0.5em; 
}
.side_widget dl dd{
	font-size: 14px;
	line-height: 1.6em;
	border-bottom: 1px dotted #999;
	padding: 0 0.5em 0.7em;
	margin-bottom: 0.7em; 
}
.side_widget dl dd a{
  	line-height: 1.7em;
	position: relative;
	padding-left: 15px;
}
.side_widget dl dd a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #999;
}

h3.widget_title{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	margin-bottom:0.3em;
	letter-spacing:0.07em;
	font-size:16px;	
	padding: 0 5px 10px;
	margin-bottom: 10px;
	 border-bottom: 2px solid #000;
}
#sidebar .widget-area ul{
	line-height: 1.7em;
  	margin-bottom: 40px;
}
#sidebar .widget-area ul li{
	margin-bottom: 0.4em;
	letter-spacing:0.05em;
}
#sidebar .widget-area ul li a{
  	line-height: 1.7em;
	position: relative;
	display: block;
	padding: 5px 10px 5px 25px;
	font-size: 15px;
}

#sidebar .widget-area ul li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #999;
}
#sidebar .widget-area label{
	display:none;
}
#sidebar select{
	width:100%;
	font-weight: normal;
  	padding: 0.7em;
	border: solid 1px #ccc;
	font-size: 14px;
	font-family: inherit;
}
#s {
	width: 80%;
	height: 38px;
	line-height: 30px;
	padding: 0 10px;
	vertical-align: bottom;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	outline: none;
	-webkit-appearance: textfield;
	color: #000;
	background: #fff;
	font-size: 14px;
}

#searchsubmit {
	font-size: 13px!important;
	letter-spacing: 0.3em;
 	width: 20%;
	height: 38px;
	border: 1px solid #444;
	border-radius: 0 3px 3px 0;
	margin-left: -5px;
	color: #fff;
	background: #444;
	cursor: pointer;
	box-sizing: border-box;
}
#searchsubmit:hover {
	background: #000;
}
#searchsubmit:active {
	border: 1px solid #aaa;
	border-right-color: #fff;
	border-bottom-color: #fff;
	box-shadow: 0 1px 0 #ddd, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #ddd;
}
/*　ナビゲーション
================================================== */
ul.post_navigation{
	clear:both;
	width: 100%;
	text-align: center;
	margin: 30px auto 20px;
}
ul.post_navigation li{
	margin: 10px 5px;
	display: inline-block;
}
ul.post_navigation li a{
	text-decoration: none;
	transition: .4s;
	font-size: 14px;
}
ul.post_navigation li.left a,
ul.post_navigation li.right a{
	background: #000;
	padding: 1em 2.3em;
	color:#fff!important;	
}
ul.post_navigation li.center a{
	background: #444;
	border:1px solid #444;
	color: #fff;
	padding: 0.8em 1.5em;
}
ul.post_navigation li.left a:hover,
ul.post_navigation li.right a:hover{
	background-color: #444;
}
ul.post_navigation li.center a:hover{
	background-color: #000;
	border:1px solid #000;	
    color: #FFF!important;
}
ul.post_navigation li.left a i{
	margin-right: 10px;
}
ul.post_navigation li.right a i{
	margin-left: 10px;
}
/*　一覧ページのページネーション
================================================== */
.pager{
	width:100%;
	margin-top:30px;
	padding-top:30px;
	border-top:1px dotted #999;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  border:1px solid #444;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;	
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a.active{
  color: #fff;
  background-color: #444;
}

.pager .pagination li a:hover{
  color: #fff;
  background-color: #000;
}

@media only screen and (max-width: 767px){
.pager{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #999;
}	
.pager  ul.pagination{margin-top:10px}	
.pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 45%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
	  font-size:13px;
  }

  .pager .pagination li.pre span::after{
    content: " PREV";
  }

  .pager .pagination li.next span::before{
    content: "NEXT ";
  }

}
/* お問い合わせフォーム
================================================== */
.contact_wp{
	width:87%;
	margin:0 auto 0 8%;
}
.bdbt_line{	border-bottom:1px solid #ccc;}

.contact_in{
	width: 85%;
	max-width:1000px;
	margin:30px auto 20px;
}
.contact_thx{
	width: 100%;
	max-width:950px;
	margin:30px auto 200px;
	background: #fafafa;
	padding:0 50px 50px;
}
.contact_in h2.kakunin,
.contact_thx h2.kakunin{
	font-size:24px;
	margin:50px 0;
}
.contact_in h3{
	background:#333;
	padding:10px 20px;
	color:#fff;
	font-size:18px;
}
.infobox{
	width:100%;
	margin:20px auto 0;
	background: #fafafa;
	padding:30px 40px;
	text-align:left;
	font-size:14px;
}
.infobox p.ordermade_info{
	font-size:16px;
	margin-bottom:0.8em;
}
.infobox ul li{
	list-style-type:disc;
	margin-bottom:0.5em;
	margin-left:15px;
}
.contact_thx{
	width: 100%;
	margin: 50px auto 150px;
	text-align:center;
}

table.contact-form{
	width: 100%;
	margin: 0 auto 40px;
	border-collapse: collapse;
}

table.contact-form th, table.contact-form td{
  	font-weight: normal;
  	padding: 25px 20px 20px;
	border-bottom:#999 1px dotted;
	text-align: left;	
}
table.contact-form th.paycell , table.contact-form td.paycell{
  	font-weight: normal;
  	padding: 25px 20px 0;
	border-bottom:none!important;
	text-align: left;	
}
table.contact-form th.paycell2 , table.contact-form td.paycell2{
  	padding: 15px 20px 25px;
}
table.contact-form th{
	width: 30%;
	vertical-align:top;
	position:relative;
}
.ml_select{margin-left:30px;}

input,
textarea{
	font-weight: normal;
	outline: none;
  	padding: 0.8em;
	background-color: #f3f3f3;
	font-size: 15px;
	font-family: inherit;
	border:none;
}
textarea{line-height:1.8em;}
.contact_in select{
	font-weight: normal;
  	padding: 0.7em 1em;
	background-color: #f3f3f3;
	border: solid 1px #eee;
	font-size: 15px;
	font-family: inherit;
}
/* サンプル文字 */
input::placeholder {color: #666; font-size:14px}
/* IE */
input:-ms-input-placeholder { color: #666; font-size:14px}
/* Edge */
input::-ms-input-placeholder { color: #666; font-size:14px}
#odr-name,#odr-kana,#odr-addr,#odr-mail,#odr-styleother,#odr-useother,#odr-msgin,
#odr-dl-name,#odr-dl-kana,#odr-dl-addr,#odr-gi-name,#odr-gi-kana,#odr-gi-addr{width:100%}
.p-postal-code{margin-bottom:1em}
#odr-day,#odr-price{width:150px;}
#other{margin-left:10px;width:50%;}
#odr-design,#odr-bikou{width:100%;height:200px; padding: 0.8em;}
#odr-photo{width:100%}

.form_bt{
	text-align:center;
	margin:15px 0 20px;
	padding-bottom:100px;
}

.form_bt input[name="submitConfirm"],
.form_bt input[name="submit"] {
  line-height: 1.5em;
	padding: 15px 0;
	width:270px;
	background:#000;
	color:#fff;
	font-size:15px;
	margin-left:10px;
	transition: .4s;
	font-weight:bold;
 }
.form_bt input[name="submitConfirm"]:hover,
.form_bt input[name="submit"]:hover{
	background:#444;
	color: #fff;
}
.form_bt input[name="submitBack"] {
  line-height: 1.5em;
	padding: 15px 0;
	width:270px;
	background-color:#888;
	color: #fff;
	font-size:15px;
	 margin-left:10px;
	transition: .4s;
	font-weight:bold;
 }
.form_bt input[name="submitBack"]:hover{
	background: #000;
	color:#fff;
}
.requisite{
	color: #fff;	
	background:#3c979d;
	font-size: 12px;
	padding: 0 10px;
	letter-spacing:0.1em;
}
table.contact-form .requisite{
	position:absolute;
	right:10px;
}
.policy_bt .requisite{padding: 5px 10px;}
.forminfo{font-size: 13px; color:#666; clear:both; margin-top:0.5em; line-height: 1.6em;}
.forminfobox{
	background:#ddeced;
	padding:20px 15px;
}
.forminfobox ul li{
	font-size: 13px;
	line-height: 1.4em;
	list-style-type:disc;
	margin-bottom:0.5em;
	margin-left:15px;	
}
.mw_wp_form .error{
	clear:both;
	font-size: 13px;
}
.mw_wp_form_preview .requisite,
.mw_wp_form_preview .forminfo,
.mw_wp_form_preview #policy-box,
.mw_wp_form_preview .policy_bt{display:none}

.mw_wp_form_preview table.contact-form th, 
.mw_wp_form_preview table.contact-form td{
  	padding: 25px 20px 25px;
}
.mw_wp_form_preview .form_bt{
	text-align:center;
	margin:50px 0 20px;
}
@media screen and (max-width: 900px) {

table.contact-form th, table.contact-form td{
	width: 100%;
	display: block;
	border-bottom:none;	
}

table.contact-form th,
table.contact-form th.paycell{
	padding:0.5em 0.8em;
	background:#f3f3f3;
}

table.contact-form th.col_th{
	padding:0 0.5em 0.5em;
	background:#fff;
	color:#000;
}
table.contact-form td{
	padding:8px 5px 20px;
}
table.contact-form td.paycell{
	padding:8px 5px 0;
}
table.contact-form th.paycell2{
	background:#fff;
	padding:0;	
}	
table.contact-form td.paycell2{
  	padding: 10px 5px 20px;
}	
.ml_select{margin-left:0;}
input,
textarea{
  	padding: 0.8em;
	background-color: #fff;
	font-size: 15px;
	font-family: inherit;
	border:1px solid #ccc;
	margin-bottom:0.5em;
}
.contact_in select{
	font-weight: normal;
  	padding: 0.8em 1em;
	background-color: #fff;
	border:1px solid #ccc;
	font-size: 15px;
	font-family: inherit;
	margin-bottom:0.5em	
}
table.contact-form .requisite{
	position:static;
	right:auto;
	margin-left:10px;
	padding: 5px 10px;
}	
}
.mw_wp_form .horizontal-item + .horizontal-item{margin-left:0}
table.contact-form .mwform-checkbox-field,
table.contact-form .mwform-radio-field{
	display: block;
	white-space: nowrap;
	float: left;
	margin-right:20px;
} 
/* プライバシーポリシーの窓
================================================== */
#policy-box{
	width: 100%;
	margin: 30px auto 40px;
	text-align:center
}
#policy-box h4{font-size:18px; color:#000;}
.scroll-box{
	width: 90%;
	height: 250px;
	margin: 15px auto;
	overflow: auto;
	text-align:left;
	padding: 8px 30px 0 0;
	font-size: 13px;
	line-height: 1.7em;
}
#policy-box .scroll-box{
	overflow-y: auto;
}
#policy-box .scroll-box::-webkit-scrollbar{
	width: 5px;
	background: #cccccc;
}
#policy-box .scroll-box::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: 2px;
}
.scroll-box h5{
	font-size:14px;
	border-bottom: 1px dotted #333;
	margin: 15px 0 5px;
	padding-bottom: 5px;
}
.scroll-box p{ padding: 5px 10px}

.policy_bt{
	width: 90%;
	margin: 20px auto 40px;
	text-align: center;
	font-size: 15px;
	background: #fafafa;
	padding: 15px; 
}
.policy_bt .requisite{margin-right: 15px;}
.policy_bt p.pp_info{font-size:13px;margin-bottom:0.5em}
/* フッター
================================================== */
footer{	clear:both;}
.ft_contents{
	width:87%;
	margin:0 auto 0 8%;
	padding:50px 0 50px;
}
.ft_first{margin-bottom:20px;}
.ft_first h3{
	float:left;
	width:15%;
	max-width:130px;
	margin-right:5%
}
.ft_first h3 img.ft_logo{width:100%}
.ft_infowp{
	float:left;
	width:79%;
	max-width:900px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.ft_info{
	width:40%;
	padding-right:5%;
}
.ft_info_last{
	width:20%;	
}
.ft_info h4,
.ft_info_last h4{
	font-family: 'Lato', sans-serif;
	font-style :italic;
	font-weight:400;
	margin-bottom:0.3em;
	letter-spacing:0.07em
}
.ft_info p{font-size:13px;letter-spacing:0.07em}
p.ft_tel{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:700;
	margin-bottom:0.7em
}
p.ft_tel span{font-size:20px;margin-left:0.3em;letter-spacing:0}
a.btn_ft{
	padding:12px 25px 12px;
	-webkit-transition: .4s;
	transition: .4s;
	letter-spacing:0.1em;
	background: #333;
	font-size:14px;
	color:#fff;
}
a.btn_ft i{margin-right:10px;font-size:16px;}
a.btn_ft:hover{
	background: #000;
}

.ft_info_last p.insta a{
	background : url("images/ist_bk.png") no-repeat left top 1em;
	background-size:22px;
	font-style :italic;
	padding:17px 35px 13px 30px;
	font-size:16px;
	letter-spacing:0.05em;
}
.ft_second{
	clear:both;
	width:100%;
	margin:35px auto 0;
	text-align:right;
	padding:15px 75px 0 0;
	border-top:1px solid #ccc;
}
ul.ft_navimenu{padding-top:20px;}
ul.ft_navimenu li{
	display:inline-block;
	margin:0 1em;
	font-size:13px;
}
p.copy{
	font-size:10px;
	letter-spacing:0.1em;
	text-align:right;
	padding-right:75px;
}

/* ページトップへ戻る
================================================== */
.page_top {
	position:fixed;
	bottom:3%;
	right:1.5%;
	width: 70px;
}
.page_top img{
	width: 100%;
}

/*　IEブラウザ用 */
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}