@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト（640px以下の解像度のスクリーン含む）
--------------------------------------------------------*/

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


/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: auto;
	height:auto;
	-webkit-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	min-width: 320px;
}
body{font-size:16px;}



textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }


/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	-webkit-tap-highlight-color: #fff;
}

/*-- br { display : none ; } --*/
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

/*●ヘッダの回り込み解除*/
#header #header_logo,
#header #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
	height:auto;
}

#header .logo_text  {
	font-size:14px;
}
#header #header_logo{height: auto; }

#header #header_logo img {
	margin-top:0px !important;
	width: 100px;
	height:auto;
}

#header .header_logo .image_logo {
	margin-top:0px;
}


#header .logo_text  {
	top:10px;
	left:10px;
}

#base{
	padding-left:0;
	padding-right:0;
}

#main{
	padding:0;
}
#main ul#post_list li{
	float: none;
	width: 100%;
	height:auto;
}
#main ul#post_list{
	margin: 0;
}
/*--------------------------------------------------------
CSSポジショニングの解除
--------------------------------------------------------*/

#base {
    padding:  0;
}

#breadcrumbs{
	position: relative;
	padding:4px 0;
	margin: 8px 0;
}



#main{
	box-shadow: none;
}

#related_post ul li .meta{
	width: auto;
}

/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

/*●最新情報の回り込みを解除*/
#main dl.news dt,
#main dl.news dd.cat,
#main dl.dl-style01 dt{ float: none; }

#main dl.news dt{ margin-bottom: 0.4em; }

#main dl.news dt,
#main dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}

#main dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}

#main dl.news dd,
#main dl.dl-style01 dd{ 
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}

/*●Tableをブロック表示に*/
#main .table-style01,
#main .table-style01 thead,
#main .table-style01 tbody,
#main .table-style01 tfoot,
#main .table-style01 tr,
#main .table-style01 th,
#main .table-style01 td,
#main .box_out,
#main .box_out .box1
{ display: block; }

#main .table-style01 th,
#main .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main .table-style01{ /zoom : 1; }
#main .table-style01:after{ content : ''; display : block; clear : both; height:0; }

.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: auto;
}


/*Youtube動画*/
#main .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main .v-wrap iframe,
#main .v-wrap object,
#main .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

/*折り畳み*/



#sidebarL dl.search-box{ width: 100%; }
#sidebarL dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;;
	width: auto;
}

#sidebarL dl.search-box dt,
#sidebarL dl.search-box dd{ float: none; }


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
#footerUpper {
	padding:5px 8px;
}


#footerUpper .box
{
	float: none;
	width: 96% !important;
}

#footerUpper  .box img{
	width:100%;
	max-width:290px;
	text-align:center;
}

#footer .area01,
#footer .area02{
	float: none;
	width: 100%;
	margin-bottom: 2em;
}

.copyright{ padding-bottom: 40px; }

.copyright span{ display: block; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main .sb{
	text-align: left;
}

img.alignleft,
img.alignright{
	float: none;
	display: block;
	padding: 0;
	margin: auto;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.page-top a{
	display: block;
	border: 0;
	border-top: 1px solid #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.png) 20px center no-repeat #c8c8c8;
	color: #fff;
}

.box_out {
    width: 96% !important;
}


.home_message_inner h4{
display:none;
}

.home_message p{
	margin: 0 11px 0 3px !important;
}


#sidebarL #side_ichiran li a.current {
	float:none;
}


/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

#global-nav dt{
	padding-left: 2.5em!important;
	background: url(./images/icon/icon-arrow05.png) 1em center no-repeat #ff9899;
	color: #fff;
	font-size: 1.4em;
}

#global-nav #global-nav-in .menu-wrap{ display:none; }

#global-nav #global-nav-in #menu{ margin-bottom: 0; }

#global-nav #global-nav-in #menu,
#global-nav #global-nav-in #menu li{
	width: 100%;
	border: 0;
}

#global-nav #menu li.first{ border-left: 0; }

#global-nav #global-nav-in #menu li{
	border-bottom: 1px solid #fff;
	background-color: #fff;
	white-space: normal;
}

#global-nav #global-nav-in #menu li.first{ border-left: 0; }

#global-nav #global-nav-in #menu ul{
	position: static;
	width: auto;
	padding-left: 10%;
}

#global-nav #global-nav-in #menu ul li{ width: 100%; }

#global-nav #global-nav-in #menu ul li:last-child{ border-bottom: 0; }

/*メニューのデザイン*/
#global-nav #global-nav-in #menu li a:link,
#global-nav #global-nav-in #menu li a:visited,
#global-nav #global-nav-in #menu li a:hover,
#global-nav #global-nav-in #menu li a:active{ background: url(./images/icon/icon-arrow04.png) 1em 1em no-repeat #eeebd8; }

#global-nav #global-nav-in #menu ul li a{ width: auto; }

#global-nav .btn-gnav{
	display:block;
	padding: 0.5em;
	cursor: pointer;
}


#html,
#body,
#header2,
#container,
#header,
#header_text,
#global-nav,
#breadcrumbs,
#main,
#footer,
#footer-banner,
.copyright,
.inner,
#base,
#sidebarL,
#footerUpper,
#main div.archive_link a,
#footerLower,
#main ul#post_list,
#main ul#post_list li,

#wap,
#slider_area,
#slider_area_in,
.navbar_div2,
.navbar_ul2 ,
.category_item_area,
.category_box,
.category_img,
#point_box,
.point_box_l,
.point_box_c,
.point_box_r,
.home_bottom,
#footer_inner,
.menu_list,
.dress_list,
.infomation_list,
address,

.mail_box,
#main .fujiphoto_box,
#blog_sideR,
#blog_sideL,
#itempage .set_area,
#itempage .set_item,
#itempage .set_item td,

#main #cart_in
{
	width: auto !important;
	min-width: auto !important;
	height:auto;
}


#slider_area{
	height:325px;
}

#main .fujiphoto_box_in{
	width: 95% !important;
	height: auto;
}


#slider_area_in,
.home_bottom
{
	height: auto;
}

#new_banner{
	width:100%;
	height:auto;
}

#new_banner img{margin: 0px auto !important;}


#footerUpper h3 ,
#footerUpper ul ,
#footerUpper ul li,
#wrapper
{
	width: 97% !important;
	min-width: 97% !important;
}

#top-in,
#header-in,
#breadcrumbs ol,
#global-nav-in,
#main-image-in,
#main-in,
#footer-in,
#footer-banner ul,
.copyright p
{
	width: 98%!important;
	margin: 0 1%!important;
}

#sub-contents,
#sidebarL,
#main,
.archive .post .contents{
	float: none!important;
}

#main-image img{ width: 100%!important; }


#header,
#header #header_logo ,
#header #header_text ,
#header #header_sitemap ,
#header #topnav,
#breadcrumbs
{position:static;}

#header,
#main .category_box
{height: auto;}

#wrapper{margin:0 5px;}


#sidebarL {
	padding: 0;
	
}

#header #header_text {
    border-bottom: 0px solid #fff;
}

#header #header_sitemap{
	background:#ff9172;
	color: #fff;
	font-size: 13px;
	padding: 2px 15px;
	width: auto;
	z-index: 999;
	text-align:right;
	
	}

/*------------------------------------------------------------
　追記
-------------------------------------------------------------*/

#main h3 {
	line-height: 27px;
}


#main p {
	padding:2px 10px 18px 10px; 
}


/*-- position: absolute 解除 --*/

#header #header_logo,
.nav_btn01,
.nav_btn02,
.nav_btn03,
.nav_btn04,
#footer_inner .footer_logo,
#footer_inner .dress_list,
#footer_inner .menu_list,
#footer_inner .footer_title,
#footer_inner .footer_address,
#footer_inner .infomation_list,
address,

.home_bottom .bottom_btn01,
.home_bottom .bottom_btn02,
.home_bottom .bottom_btn03,
.point_box_l,
.point_box_c,
.point_box_r,
.rent_box_1,
.rent_box_2,
.rent_box_3,
.rent_box_4,
.rent_box_5,
.rent_box_6

{
	position: static; 
}



.off_mobile{
	display:none !important;
}
.on_mobile{
	display:unset !important;
}

#new_banner img{margin-top:10px !important;}

.p_shosai{padding:0px 23px 30px;}



#header_logo {text-align: center;}
.home #header #header_logo {
	position: absolute !important;
	top: unset;
	left: unset;
	z-index: 0;
}

.home_message {padding-top: 10px;}

#main .category_item_area,
#main .category_box
{padding: 0 0 0 0px;
margin: 0 0 0 0px;}




#rent_box_m_wrap{
	clear:both;
	width:100%;
  display:flex;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
	align-items: center;
	}


.rent_box_m_l{
	width:30%;
	padding-left:10px;
}

.rent_box_m_l img{width:auto;max-width:100%;}


.rent_box_m_r{
	width:69%;
	padding-right:10px;
}
#rent_box .r_title, #rent_box_m_wrap .r_title{
	text-align:left;
}


.category_box{
	max-width:330px;
	margin:0 auto 30px !important;
	float:none !important;
}

#header {
	height: 100px !important;
}


#point_box .p_title{padding-top: 10px;}



.home_bottom .bottom_btn01{float:left; width:45%;}
.home_bottom .bottom_btn02{float:right; width:45%;}
.home_bottom .bottom_btn03{clear:both; margin-top:10px;}


.footer_left{
	text-align:center;
	background: #f1f1f1;
}
.footer_right{padding:20px 0;}
#footer_inner .infomation_list li{padding: 7px 19px 2px;}

#footer_inner{
position: relative;
}
#footer_inner .infomation_list{position:unset;}




address{background:#ddd;text-align:center;padding:5px 0;}




.mobaile_global{
	border-bottom:2px solid #ea5b83;
	width: 100%;
	margin:0 auto 10px;
	display:block !important;
	padding:0px;
}

.mobaile_global li{
	text-align:center;
	width:32.5%;
	height:60px;
	float:left;
	margin:-5px 0.5% 0 0 ;
	background:#f7f6f6;
	border:1px solid #c9c9c9;
	line-height:0.8em;

	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;

}
.mobaile_global li a{
	text-decoration: none;
	display:block;
	
}

.mobaile_global li:hover{
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2a1aa), to(#	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #111;
) );
	 
	/* Firefox */
	background: -moz-linear-gradient(top, #f2a1aa, #	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #111;
 );
	 
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#fff2a1aa,endColorstr=#ff	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #111;
);
	zoom: 1;
}

.mobaile_global li a:hover{
}

.mobaile_global li.g_mid{
	margin-right:0px;	
}

.mobaile_global li.g_last{
	margin-right:0px;	
	float:right;
}



/*三本線メニューのアイコン*/
span.menu3bar {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: 1px solid #999;
    background-color: #999;
    border: 5px solid #fff;
    vertical-align: middle;
}
    span.menu3bar:before, span.menu3bar:after {
        position: absolute;
        content:"";
        display: block;
        top: 20%;
        right: 0;
        height: 20%;
        left: 0;
        background-color: #fff;
    }
    span.menu3bar:before {
        top: 20%;
    }
    span.menu3bar:after {
        top: 60%;
    }

/*メニュー*/
div.menu3bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.menu3bar > ul {
    position: fixed;
    top: 0;
    right: -100%;
    z-index:999;


    max-width: 70%;
    max-height: 100%;

    background-color: #fff;
    background-color: rgba(237, 198, 196, 0.8);

    text-align: left;
    overflow: auto;
    font-size: 80%;
    line-height: 160%;

    -webkit-overflow-scrolling: touch;

    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}
    div.menu3bar > ul > li {
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #eee;
        text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
    }
    
    div.menu3bar > ul > li > a{
        text-decoration: none;
    }

    div.menu3bar > ul ul {
        margin-left: 10px;
    }
    div.menu3bar > ul ul li {
        padding: 5px;
    }

    div.menu3bar_on > ul {
        right: 0;
    }


/*----------------*/
/*-- 固定ページ --*/
/*----------------*/

#padding-box {
    padding-left: 10px;
    padding-right: 10px;
}


/*-- お問い合わせ --*/
#main table, #main tbody, #main tr, #main th, #main td {
    display: block;
    max-width: 100% !important;
}

#main th{padding:8px 15px 0px !important;}

#main td{padding: 4px 6px 17px 14px !important;}


/*-- 金沢フォトウェディング --*/
.photmenu img{
	padding-right:0px !important;
	padding-bottom:2px;
}

#main .photo_box {
    padding: 10px 20px 50px;
}

#main .fujiphoto_box{
	height:auto;
	border-bottom: 10px solid #f1f1f1;
}


#main .fujiphoto_box_in .mailfont{
	font-size: 20px;
	
}

/*-- 結マリーのこだわり --*/
.page-id-4109 .p-r40{
	    padding-right: 0px !important;
}
.page-id-4109 .p-l40{
	    padding-left: 0px !important;
}

/*-- レンタルガイド --*/
#main ul.line_btn li{
	width: 30%;
	height:auto;
}

/*-- お客様の声 --*/
.category-7 .thumbnail_box{width:auto;}



/*-- ブログ --*/
#blog_sideR{float:none; margin:5px 10px 46px;border-bottom:2px solid #aaa;}
#blog_sideL{float:none; margin:5px 10px;

}

#main .customer_box .title{
	clear:both;
	padding: 24px 0 14px 0;
}

.category-8 .thumbnail_box{
	padding-bottom:10px;
}


iframe.wp-embedded-content{
	width:auto;
}



/*-- 商品ページ --*/
#itempage .new_itemimg {
width: auto;
float:none;
}

#itempage .new_itemimg .item_big {
	width: 70%;
}

#itempage .new_itemsubimg {
	width: 26%;
	padding-top: 7px;
}

.slick-slide img {
    padding-bottom: 6px !important;
    width: 87%;
}

#itempage .exp{
	float:none;
	clear: both;
	width:auto;
}

#itempage .item_option .shohin_option{width:auto;}
#itempage .skubutton{width:100%;background-size: 100% !important;}


/*-- cart --*/
.no_cart{clear:both;}

div.usccart_navi ol.ucart{margin-left:0px!important;}

div.usccart_navi li.usccart{width: 25%;background-size: 100%;}
div.usccart_navi li.usccart_cart{width: 25%;background-size: 100%;}
div.usccart_navi li.usccustomer{width: 25%;background-size: 100%;}
div.usccart_navi li.uscdelivery{width: 25%;background-size: 100%;}
div.usccart_navi li.uscconfirm{width: 25%;background-size: 100%;}

#cart_table tbody{margin:0px;padding:0px;}

#main #cart_table table, 
#main #cart_table tbody,
#main #cart_table tr,
#main #cart_table th,
#main #cart_table td
{
	max-width: 100% !important;
}


#cart{overflow:hidden;}

#main #cart_table tr{width:95%; margin:0;}
#main #cart_table td{width:95%; margin:0; bor }
#main #cart_in thead{display:none;}

#cart .num  {background:#eee;}
#cart .num:before  {
	content: "No.";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}

#cart .thumbnail  {}
#cart .productname:before  {
	content: "商品名";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}

#cart .unitprice:before  {
	content: "単価";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}
#cart .quantity{text-align: right;}
#cart .quantity:before{
	content: "数量";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}
#cart .subtotal:before{
	content: "金額（税別）";
	display: inline-block;
	text-align: center;
	font-size: .5em;
	background: #FF9F80;
	color: #fff;
	padding: 5px 5px 3px;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 1.2;
}
#cart .stock{text-align: right;}


#main #cart_table tfoot{width:100%;display: block;}


#customer-info th{
	margin-right: 0;
	margin-left: 0;
}

#main #customer_box{width: auto;min-width: auto !important;}
#main #confirm_box2{width: auto;min-width: auto !important;}

#main #confirm_box2 #confirm_table th{
	margin-right: 0;
	margin-left: 0;
}




div#toc_container ul li {
	font-size: 13px !important;
	margin-top: 6px;
}



/*-- 2019年11月05日追加 LP --*/
#lp-top{width:100%;overflow: hidden;}



/*-- 2021年12月13日 追加 --*/
/*-- 関連商品CSS --*/

#main .category_box2{width: 46%;}
#main .kanren-h3 {
	text-align:center;
	font-size:15px;
	}

#main .category_box2{
	height: 270px;
}
#main .category_img2 img{
	width:70%;
}


#point_box .p_shosai,
#rent_box .r_shosai, 
#rent_box_m_wrap .r_shosai,
.seo-text .text{
	font-size:16px;
}

/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image .catch-copy{ font-size: 1.4em; }



.page-top:not(\*|*){ position: static; }/* Opera9以下 */

}


@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */



/*--------------------------------------------------------
スライダーによるズレを軽減するため
--------------------------------------------------------*/

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */

#slider_area{
	height:250px;
}
}











