<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
Theme Name: charmer-photo
Theme URL: http://charmer-photo.com/
Description: テーマの説明
Author: Megumi Horiuchi
*/

/* ----------------------------------------
	基本設定
---------------------------------------- */

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

*{
	margin:0;
	padding:0;
	}

html{
	height:100%;
	}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size:14px;
/*	background-color:#F0C843;/*山吹*/*/
	-webkit-text-size-adjust: 100%;
}

img{
	border:0;
	vertical-align:bottom;
	}

p{
	margin:0;
	padding:0;
	}

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

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	}



#window{
	width: 100%;
	height: 100;
}

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,label,dl,dt,dd {
margin:0;
padding:0;
list-style:none;
}

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

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

a:visited{
	color: #000;
}


/* ----------------------------------------
	topへ戻る
---------------------------------------- */
header{
    width: 98%;
    position: fixed;
    z-index: 1000;
    box-shadow: 5px 0 10px rgba(0,0,0,.2);
    background-color: #fff;
    }

header nav {
    text-align: left;
    z-index: 1000;
}
header nav ul {
    margin:0;
    padding:0;
    display: block;
    }
header nav ul li {
    display: block;
    line-height: 300%;
    display: block;
    margin-left: 15px;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
}
header nav ul li a {
    display:block;
}

/*ヘッダーまわりはご自由に*/
header {
  padding:2% 0 0 2%;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 70%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

header h1{
	margin:0 auto;
	position: absolute;
	left: 0;
	right: 0;
}

#contain {
    width: 100%;
}

.bnrspot{/*レンタルバナー*/
	max-width: 1024px;
	margin:0 auto 100px;
}

/*charmer-photo コンテンツの中身
タイトルなど*/

section{
	margin-bottom: 60px;
}

section h3 {
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    position: relative;
    color: #ff557c;
}

section h3:before {
    content: '';
    position: absolute;
    bottom: 50px;
    display: inline-block;
    width: 72px;
    height: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(images/common/ttl_top.png);
    border-radius: 2px;
    background-size: cover;
}

.bl_box{
	width:100%;
	padding:25px 0;
	margin:0 auto;
	position:relative;
}

.in_wh{
	background-color: #fff;
	width:98%;
	margin:0 auto;
	max-width: 640px;
}

.in_wh ul li img{
	margin-bottom: 10px;
}

.p_box{
	width: 80%;
	max-width: 500px;
	text-align: center;
	background-color: #e4808c;
	color: #fff;
	font-size: 1rem;
	border-radius: 10px;
	font-weight: 600;
	padding: 20px 5px;
	margin: 10px auto;
	font-family: "Noto Sans JP";
	letter-spacing: 2px;
}

.p_box span.con_bou{
	border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 20px;
}



/*charmer_photo アクセス*/


section#access{
	background-color: #fff1f5;
    padding: 80px 0 10px 0;
}

.acc_in{
	width: 90%;
	max-width: 960px;
	margin: 30px auto 0;
}
.acc_in ul {
	margin-bottom: 40px;
}

.acc_in ul li{
	margin: 5px 0;
}

.acc_in ul li:first-child{
	font-size: 1rem;
	font-weight: 600;
}

.acc_in ul li:nth-child(2){
	font-size: 0.9rem;
}

.acc_in ul li:nth-child(4){
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.8;
}

.acc_in ul li span.acc_ttl{
	font-weight: 600;
}

/*charmer_photo アクセスここまで*/



/*GALLERYここから*/

section#gallery{
	margin-bottom: 0px;
}

.gal_box{
	width:100%;
	padding:25px 0 0 0;
	margin:0 auto 60px;
}

.gal_box_inner{
	margin:0 auto;
	max-width: 1024px;
}

section#gallery{
	margin-bottom: 0px;
}


.gal_box_inner ul{
/*	margin:0 auto;*/
	background-color: #666;
	background-color: #f1caca2e;
}

.gal_ttl_box{
	text-align: center;
}
.gal_ttl_box div.gal_ttl{
	font-size: 3.6rem;
	font-family: 'Big Shoulders Stencil Text', cursive;
}
.gal_ttl_box p.gal_txt{
	font-size: 1rem;
}
.gal_btn {
	position: relative;
}

.gal_btn div{
    position: absolute;
    background-color: #ff3367;
    padding: 10px 5% 10px 4%;
    z-index: 1000;
    top: -135px;
    right: 5%;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.gal_btn div i{
	margin-left: 10px;
}

section#bnrarea {
    max-width: 1024px;
    position: relative;
    margin-right:auto;
    margin-left:auto;
}



.more_btn div {
    position: absolute;
    background-color: #292727;
    padding: 5px 5% 5px 5%;
    z-index: 1000;
    top: 360px;
    right: 5%;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}
.more_btn div i{
	margin-left: 10px;
}

ul.slider_inner{
/*    padding: 10px 0;*/
    display: flex;
}

ul.slider_inner li{
	width: 25%;
}

ul.slider_inner li img{
	width: 100%;
}

/*GALLERYここまで*/

section p{
	font-size:16px;
	text-align: center;
	margin-bottom: 10px;
}





/*charmer_photo MENUスタート*/

section#menu{
	max-width: 1024px;
	margin:0 auto;
}

.menu_att2{
	font-size: 12px;
	background-color: #e41e79;
	padding: 1% 2%;
	margin-right:5px;
	border-radius:5px;
	color: #fff;
}

/*charmer_photo fiveここから*/
section#five{
	margin:0 auto 60px;
	max-width: 1024px;
}

.five_top_ttl{
	background-color: #DE4594;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6rem;
    letter-spacing: 0.08em;
    padding: 5px 0 10px;
    font-family: 'Noto Serif JP', serif;
}
.fs22re{
	font-size: 2.2rem;
}
.mr5p{
	margin-right: 5px;
}

.five_out_wrap{
    width: 100%;
    background: linear-gradient(to top, rgba(217, 175, 217, 0.7) 0%, rgba(151, 217, 225, 0.7) 100%),url(images/top/slider/10.jpg);  /* 背景画像指定 */
}

ul.five_in_wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* margin-top: 29px; */
    padding: 10px 5px 10px;
}

ul.five_in_wrap li{
	position: relative;
    width: 40%;
    /* border-radius: 5px; */
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 10px 10px;
    font-weight: 700;
}
.five_in_num{
	font-family: 'Caveat', cursive;
	font-size: 2rem;
	color: #de4594;
}
.five_in_ttl{
    position: absolute;
    font-family: 'Caveat', cursive;
    font-size: 1.4rem;
    color: #ec8fba5c;
    top: 30px;
    left: 10px;
    z-index: 100;
    transform: rotate(-5deg);
    letter-spacing: 0.09rem;
}

/*CharmeRの６大特典 メニュー上部ここから*/
section#menutop{
	max-width: 1024px;
	margin: 0 auto 60px;
}

div.plan{
	width: 90%;
	margin: 0 auto;
	background: #ffbbc4;
	padding: 8px;
	position: relative;
	max-width: 1008px;
}
.plan_inner{
	    padding: 13px;
	    background-color: #fff;
}



div.plan h2{
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.num{
	font-size: 4rem;
}
.icon_area{
	background: #f6f3f4;
	padding: 15px;
	margin:15px 0 0;
}

section p.basefee{
	font-size: 1.4rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin: 10px 0 10px 20px;
    font-family: 'Poppins', sans-serif;
}

div.plan h4{
	font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    text-align: center;
}

div.plan ul.plan_icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:10px 0;
}
div.plan ul.plan_icon li{
      width: 30%;
      text-align: center;
      margin-bottom: 10px;
      line-height: 1.3;
    }
div.plan ul.plan_icon li img{
	margin-bottom: 10px;
	}
div.plan ul.plan_icon li span.icon_txt{
	font-size: 0.9rem;
	font-weight: 600;
}
.plan_sita{
	color: #ffb4d2;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.25em;
}
.plan_txt_top{
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

/*プラン別のひとつ*/
.plan_wrap{
	width: 95%;
	margin:0 auto 30px;
}

.plan_box{
	position: relative;
}

.plan_ttl{
	position: absolute;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	font-family: 'Caveat', cursive;
    font-size: 1.6rem;
    color: #000;
    top: -5px;
    left: 5px;
    text-shadow: 2px 2px 3px #f7f3f3bf;
}
.plan_inner_box{
    display: block;
    position: absolute;
    right: -10px;
    bottom: -50px;
    padding: 5px 10px 5px 13px;
    background: #ffb4d2eb;
}
.plan_title{
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 6px 0 5px;
    color: #000;
}

.plan_price{
    font-size: 1.4rem;
    color: #e41e79;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.08em;
    font-weight: 900;
}
.jpn_ft{
	font-family: 'Sawarabi Gothic', sans-serif;
}
.plan_txt{
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.plan_txt2{
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 1rem;
}
.plan_txt2 ul li{
	text-align: left;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.6;
}
.plan_wrap ul.plan_icon{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:10px 0;
}
.plan_wrap ul.plan_icon li{
      text-align: center;
      margin-bottom: 10px;
      line-height: 1;
    }
.plan_wrap ul.plan_icon li:nth-child(5){
	margin-right: 0;
}
.plan_wrap ul.plan_icon li img{
	margin-bottom: 10px;
	}
.plan_wrap ul.plan_icon li span.icon_txt{
	font-size: 0.7rem;
}

/*レンタルのプラン*/
.plan_ttl2 {
    font-family: 'Caveat', cursive;
    font-size: 1.6rem;
    color: #000;
    top: -5px;
    left: 5px;
    text-align: center;
}
.rental_toptxt{
	background-color: #e41e79;
	color: #fff;
	padding: 10px;
	width: 80%;
	margin:10px auto;
	letter-spacing: 0.08em;
	font-size: 1.2em;
/*	font-weight: 600;*/
}

dl.rental_box:first-of-type{
    padding-top: 20px;
}

dl.rental_box{
	display: flex;
    align-items: center;
    border-bottom: solid 1px #000000;
    padding: 10px 0;
    margin: 10px 0;
}

dl.rental_box dt{
	margin-bottom: 0;
    margin-right: 20px;
    width: 100px;
}
dl.rental_box dt img{
	width: 100%;
}

dl.rental_box dd {
    width: calc(100% - 115px);
    padding-right: 0;
    line-height: 1.8em;
}
.rental_price {
    font-size: 1.2rem;
    color: #e41e79;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.08em;
    font-weight: 700;
}

span.rental_plan{
	color: #000;
	font-size:0.6rem;
	font-weight: normal;
	letter-spacing: 0.06em;
	background-color: #000;
	padding: 5px;
	margin-right:5px;
	color: #fff;
}

.txtc{
	text-align: center;
}
div.plan_txt ul li{
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.rental_col{
	position: relative;
}

.check_circle{
	position: absolute;
	width: 52%;
	top:-20px;
	left:0;
}
.check_col{
    margin-left: 48%;
    background-color: #fff;
    padding: 5px 5% 5px 5%;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-align: center;
    border: 2px #000 solid;
    box-shadow: 5px 5px 0 #ff557c;
    margin-right: 5px;
}

.check_col i{
    margin-left: 10px;
}

ul.rental_col li:first-child{
	font-size: 1rem;
	font-weight: 700;
}

ul.rental_col li:first-child,
ul.rental_col li:nth-child(2){
	margin-right:10px;
	margin-bottom: 5px;
}

ul.rental_col li:nth-child(2),
ul.rental_col li:last-child{
	background-color: #292727;
    padding: 5px 5% 5px 5%;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
}

ul.rental_col li i:nth-child(2),
ul.rental_col li i:last-child{
    margin-left: 10px;
}

/*OPTION欄*/

.icon_area dl {
    display: flex;
}

.icon_area dl dt {
    width: 30%;
    margin-right: 5px;
    margin-bottom: 15px;
}

.icon_area dl dd{
	width: 58%;
    line-height: 2.2;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}

/* -----------------------
	共通
-------------------------- */

section ul li{
	text-align: center;
	line-height:1.7;
}

.mb40{
	margin-bottom: 40px;
}

img {
    width: 100%;
    height: auto;
}
.mt20{
	margin-top: 20px;
}

.mt60{
	margin-top: 60px;
}
.mt40{
	margin-top: 40px;
}

.mr5{
	margin-right: 10px;
}
.mt20mb10{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt30mb30{
	margin-top: 30px;
	margin-bottom: 30px;
}

/* -----------------------
	コレクション charmer-photo
-------------------------- */

.wave {
  position: relative;
  height: 70px;
  width: 600px;
  background: #ffe3de;
}

#collection{
	background-color: #ffe3de;
	padding: 65px 0 20px;
	position: relative;
	margin:100px 0 150px 0;
}

.wh_box{
	width: 95%;
	max-width: 960px;
	background-color: #fff;
	margin: 20px auto;
	padding: 10px 0;
}

.wh_box h4{
	text-align: center;
    margin: 20px 0;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
}

.wh_box ul{
	width: 95%;
	margin: 0 auto;
}
.wh_box ul li{
	margin:0 5px 10px 5px;
}
.wh_box ul li img{
	margin-bottom:10px;
}

.wh_box div{
	text-align: center;
}

.wh_btn {
    width: 50%;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 5px 5px 0 #ff557c;
    box-shadow: 5px 5px 0 #ff557c;
    margin: 40px auto 30px;
    letter-spacing: 2px;
    text-align: center;
    /* display: inline-block; */
    font-size: 1.8em;
    font-family: 'Poppins', sans-serif;
    border: 2px #000 solid;
}
.wh_btn i{
	margin-left: 10px;
}

/* -----------------------
	Pankuzu
-------------------------- */
.pankuzu{
	width: 90%;
	margin: 20px auto 0;
	max-width: 960px;
}
.pankuzu ul li{
	display: inline-block;
	font-size: 0.9rem;
}

.pankuzu ul li:first-child:after{
	content:"&gt;";
	margin: 0 0 0 10px;
}

/* -----------------------
	QandA
-------------------------- */
section#kimono_col,
section#qandaf2{
    padding: 80px 0 0 0;
}

div.qanda_inner{
	margin:0 auto 60px;
	padding-top: 40px;
	width: 90%;
	max-width: 960px;
}


section#qandaf2 h4{
	width: 80%;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 20px auto;
}
section#qandaf2 h4:before{
    content: "Q";
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0 0.4em 0 0;
    line-height: 1.0em;
    vertical-align: baseline;
    float: left; 
    height: auto;
    color:#ff557c;/*Q*/
}

section#qandaf2 h5{
	width: 70%;
    font-size: 16px;
    margin: 0 auto 40px auto;
    line-height: 200%;
}

section#qandaf2 h5:before{
    content: "A";
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0 0.4em 0 0;
    line-height: 1.0em;
    vertical-align: baseline;
     float: left;
    height: auto;
    color:#efc9d9;/*青*/
}

section#qandaf2 h5 a{
	text-decoration: underline;
}


/* -----------------------
	着物コレクション
-------------------------- */
div.kimono_col_box{
	margin:0 auto 60px;
	padding-top: 40px;
	width: 90%;
	max-width: 960px;
}
div.kimono_col_box h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 600;
}
ul.kimono_col_in{
	display: flex;
	flex-wrap: wrap;
}
.kimonowrap{
	max-width: 1026px;
	margin:60px auto 0;
/*	display: flex;*/
/*	flex-wrap: wrap;*/
	justify-content:space-between;
}
.colle_wrap{
    max-width: 1026px;
    margin:60px auto 0;
}


.kimonowrap img{
	margin-bottom: 5px;
}



/* -----------------------
問い合わせ
-------------------------- */
section#contactf2{
    max-width: 960px;
    margin:0 auto 60px;
    padding: 80px 0 0 0;
}

section#contactf2 h4{
	width: 90%;
	margin:0 auto;
}

section#contactf2 table.out_tbl{
    width: 85%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

.attention{
	color: #ff473d;
    padding-left: 5px;
}



section#contactf2 table.out_tbl caption {
    padding-bottom: 20px;
    font-size: 1.3em;
    color: #ff473d;
}

section#contactf2 table.in_tbl{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

section#contactf2 table th{
	text-align: left;
/*	margin-right: 1%;*/
	padding:5px 1% 5px 0;
	border-top: 1px solid #a9a9a9;
    border-right: solid 6px white;
    font-weight: normal;
}

section#contactf2 table td{
	text-align: left;
    position: relative;
    padding: .7em .2em;
    border-top: 1px solid #d3d3d3;
}

section#contactf2 table td span{
	font-size:0.9em;
}

section#contactf2 table td span.fm_num{
	margin-right: 10px;
}

section#contactf2 table input[type=email],
section#contactf2 table input[type=text]
{
    width: 100%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
/*    padding: 5px 9px;*/
    letter-spacing: .05em;
}
section#contactf2 table textarea{
    background-color: #f2f1eb;
    width: 100%;
    height: 140px;
    border: 0 none;
/*    padding: 8px 9px;*/
}

.res_date{
	line-height:2.2em;
}

section#contactf2 table input[type=date],
section#contactf2 table input[type=time]
{
    width: 45%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
    letter-spacing: .05em;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

section#contactf2 table.in_tbl{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.1em;
}

.con_btn{
	background-color: #4a473c;
    text-align: center;
    border: 0 none;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 1.1em;
    letter-spacing: .1em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
}

.col_news {
    text-align: center;
    padding: 40px 0;
    line-height: 1.8;
    margin: 30px auto 50px;
}


.col_news h6 {
    font-weight: 800;
    font-size: 1.6em;
    margin: 0 auto 30px auto;
    letter-spacing: 1px;
    /* background: linear-gradient(transparent 70%, #a7d6ff 70%); */
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #ff00d4;
    width: 80%;
    max-width: 640px;
}

.col_news h6:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #000;
}

.col_news p {
    font-size: 1.2em;
    max-width: 960px;
    width: 95%;
    margin: 0 auto 20px;
    /* letter-spacing: 1px; */
    font-weight: 600;
}


/* ----------------------------------------
    footer
----------------------------------------*/
footer{
    width: 100%;
}

#bottom{
	width: 95%;
/*    border-top: 1px solid #898989;*/
    padding-bottom: 20px;
    max-width: 1024px;
    margin:0 auto;
    }

#bottom h2{
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: .5rem;
	margin-top: 20px;
}
.tel_contact{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.tel_contact ul li{
	text-align: center;
	letter-spacing: .5rem;
	font-weight: 700;
}
.tel_contact ul li:first-child{
	font-size: .8rem;
}
.tel_contact ul li:nth-child(2){
	font-size: .9rem;
}
a.telink{
	display: block;
    width: 41%;
    border: 2px solid #000;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    margin: 5px;
}

ul.tel_contact{
	padding: 20px 0 0;
}

ul.foot_sns{
	display: flex;
	justify-content:center;
	margin-bottom: 20px;
}
ul.foot_sns li{
	text-align: center;
}
ul.foot_sns li a{
	color: #e23f52;
}

ul.foot_sns li i{
	font-size: 2rem;
	text-align: center;
}
ul.foot_sns li:first-child,
ul.foot_sns li:nth-child(2){
	margin-right:20px;
}
span.snstxt{
	font-size: 0.8rem;
}

.copyrt{
	font-size: 0.8rem;
	text-align: center;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #292727;
  opacity: 0.6;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* -----------------------
クエリ
-------------------------- */
@media screen and (max-width: 480px){/*スマホ*/
header{
    height: 60px;
    }

header h1{
    width: 150px;
    top:0px;
}
#contain {
    padding-top: 108px;
}

header nav ul li {
    font-size: 0.9em;
}
section#qandaf2 h4 {
    width: 100%;
    font-size: 1.2em;
}

section#qandaf2 h5 {
    width: 100%;
    font-size: 1.0em;
}
div.plan h1{
    position: absolute;
    top: -10px;
    left: 0px;
}
div.plan h1 img{
    width: 27%;
}

.mb40 {
    margin-bottom: 20px;
}
.in_wh {
    width: 95%;
}


.acd-label {
    line-height: 250%;
}
.more_btn_wrap{
  position: relative;
}

.adv {
    width: 95%;
    padding:0;
}
.kimonowrap{
    width: 95%;
}

.kimonowrap img {
    width: 49%;
}
.txt_stg {
    font-size: 1.2em;
}
article#contain p.headimg{
	text-align: center;
	max-width: 640px;
	margin:0 auto;
/*	background-color:#004886;*/
}
.pcphoto{
	display: none;
}
.col_news {
    text-align: center;
    padding: 40px 0;
    line-height: 1.8;
    background-image: url(images/common/colnews_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 30px auto 50px;
}

#collection:before{
	content: url(images/common/wave.svg);
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:-40px;
	z-index: -1;
}

#collection:after{
	content: url(images/common/wave.svg);
	display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:50px;
  transform: rotate(180deg);
      z-index: -1;
}
ul.kimono_col_in li{/*着物コレクション*/
	width: 45%;
	margin: 5px;
}
.wh_btn {
    padding: 5px 0;
    font-size: 1.4em;
    position: relative;
    margin: 20px auto;
}
.more_r{
	position: absolute;
    top: 11px;
}
.gal_ttl_box div.gal_ttl {
    font-size: 2.4rem;
}

.gal_ttl_box {
    padding: 10px 5px 90px;
}

.gal_btn div {
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    font-size: 1.4rem;
}
.gal_ttl_box p.gal_txt {
    font-size: 0.9rem;
}

.more_btn div {
    top: -115px;
    left: 50px;
    right: 0;
    margin: auto;
    width: 60%;
    font-size: 1.4rem;
}
.plan_wrap ul.plan_icon li {
    width: 18%;
    margin-right: 5px;
}
#bottom h2 {
    font-size: 1rem;
    letter-spacing: 0.18rem;
}
a.telink{
    width: 100%;
}
.tel_contact ul li {
    letter-spacing: 0.2rem;
}
.bl_box {
    width: 95%;
    padding: 0;
}
.p_box {
    width: 100%;
    padding: 20px 0;
    letter-spacing: 0.2rem;
}
ul.foot_nav{
	margin:0 auto 20px;
	max-width: 960px;
}

.foot_nav li{
	font-size: .8rem;
    margin: 0 20px 5px 20px;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    padding-left: 5px;
    position: relative;
    font-weight: 600;
}

.foot_nav li:last-child{
    border-bottom: none;
}

.foot_nav li i{
  position: absolute;
  right:10px;
  top: 5px;
}
#bottom h1{
	width: 50%;
	margin:25px auto 30px;
}
section#contactf2 table th,section#contactf2 table td{
    width: 100%;
    display: block;
}

}


@media screen and (min-width: 481px){
body {
	min-width: 481px;
}
ul.kimono_col_in li{/*着物コレクション*/
	width: 23%;
	margin: 5px ;
}
header{
    height: 50px;
    }
header h1{
	top:-10px;
}
header h1 {
    width: 200px;
}
#contain {
    padding-top: 130px;
}
article#contain p.headimg{
	text-align: center;
	margin:0 auto;
	max-width: 1024px;
}
.spphoto{
	display: none;
}
.col_news {
	text-align: center;
    padding: 40px 0 50px;
    line-height: 2;
    background-image: url(images/common/colnews_bg.png);
    max-width: 1024px;
    margin: 30px auto 100px;
    background-size: contain;
}
.news_inner{
	background-color: #fff;
	width: 80%;
	margin:0 auto;
	padding-bottom: 30px;
}
div.plan h1{
    position: absolute;
    top: -50px;
    left: 0px;
}
div.plan h1 img{
    width: 200px;
}
.gal_ttl_box div.gal_ttl {
    font-size: 3.6rem;
}
.gal_ttl_box{
	padding: 30px 35% 30px 0;
}

.more_btn div {
    right: -1rem;
}
div.plan {
    width: 100%;
}

div.plan ul.plan_icon{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin:10px 0;
}
div.plan ul.plan_icon li:first-child{
	margin-left:0;
}
div.plan ul.plan_icon li {
	margin-left:40px;
}

.plan_wrap{
	position: relative;
}

.plan_ttl {
    font-size: 2.4rem;
    top: -10px;
}
.plan_title {
    font-size: 1.6em;
    margin: 30px 0 15px 0;
    color: #000000;
    text-align: center;
}
.plan_ttl2 {
    font-size: 2.4rem;
}
.plan_price {
    font-size: 2rem;
}


.plan_wrap ul.plan_icon li {
    width: 11%;
    margin-right: 10px;
}
.plan_wrap ul.plan_icon li:nth-child(5) {
    margin-right: 10px;
}

.menu_pc_att {
    font-size: 0.9em;
    line-height: 1.6;
    font-weight: normal;
    display: block;
}
.five_in_num {
    font-size: 2.4rem;
}
.five_in_ttl {
    font-size: 2.2rem;
}

ul.five_in_wrap {
    display:block;
    flex-wrap: nowrap;
    padding: 10px 5px 10px;
}
ul.five_in_wrap li {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 1.2rem;
    padding: 0 10px 25px;
}
ul.five_in_wrap li:first-child{
	margin-top:20px;
}
.five_out_wrap {
   background-size: cover;
}

.rental_boxout{
	display: flex;
	justify-content:space-between;
	max-width: 1024px;
	margin:0 auto;
}
dl.rental_box {
    display: block;
    align-items: center;
    border-bottom: none;
    width: 320px;
    margin-right: 20px;
}
dl.rental_box:first-of-type {
    padding-top: 0px;
}
dl.rental_box:last-of-type {
    margin-right:0px;
}
dl.rental_box dt {
    margin-bottom: 0;
    margin-right: 20px;
    width: 100%;
}
dl.rental_box dd {
    width: 100%;
}
.rental_toptxt {
	text-align: center;
     font-weight: 600;
     width: 100%;
     padding-left: 0;
     padding-right: 0;
}
.plan_txt2 ul{
	margin-top: 20px;
}
.plan_txt2 ul li{
	text-align: left;
}

.plan_txt_top{
	font-size: 1rem;
	font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-right: 10px;
}
.rental_icon{
	left:630px!important;
}
.rental_icon_size{
	width: 15%!important;
}

div.plan h4 {
    font-size: 2.2em;
    margin-bottom: 20px;
}

.icon_area div{
	display: flex;
    justify-content: center;
}

.icon_area dl {
    display: block;
    margin-right: 50px;
}

.icon_area dl:last-of-type {
    margin-right:0px;
}
.icon_area dl dt {
    width: 100px;
    margin: 20px auto 15px;
}
.icon_area dl dd {
    width: 100%;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
ul.rental_col{
	display: flex;
	justify-content: center;
}

ul.rental_col li:first-child{
	font-size: 1.4rem;
}

.check_col {
	margin-left: 300px;
    padding: 15px 0;
    font-size: 1.8em;
    margin-right: 100px;
}

.check_circle {
	width: 260px;
    top: -110px;
    left: 50px;
}

.mt20mb10 {
    margin-top: 100px;
    margin-bottom: 30px;
}
.mt30mb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.kimonowrap img {
    width: 24%;
}
#bottom h1{
	width: 200px;
	margin:25px auto 15px;
}
ul.foot_nav{
	display: inline-block;
}
ul.foot_nav li{
	display: inline-block;
    font-size: 0.8rem;
    margin-right: 10px;
    border-right: 1px solid #000;
    padding-right: 10px;
    border-bottom: none;
}
ul.foot_nav li:last-child{
    border-right: none;
}
.foot_nav li i{
	display: none;
}
}

/*PCのみ表示　タブレットは外す*/
@media screen and (min-width: 897px){
.plan_wrap ul.plan_icon {
    position: absolute;
    bottom: 0;
    left: 530px;
}
.plan_txt {
    font-size: 1rem;
    position: absolute;
    top: 70px;
    z-index: 1000;
    left: 530px;
    margin-right: 10px;
}
.plan_list_inner_img {
    width: 500px;
}
.plan_box {
    display: flex;
}
.plan_wrap {
    width: 100%;
    margin: 20px auto 60px;
}
.plan_inner_box {
    display: block;
    position: static;
    background: #ffb4d254;
    width: 500px;
    background: linear-gradient(to top, rgba(217, 175, 217, 0.3) 0%, rgba(151, 217, 225, 0.3) 100%);
    }
    }

/*タブレットのみ*/
@media screen and (min-width: 481px) and (max-width: 896px) {
.plan_ttl {
    font-size: 2.6rem;
    top: -8px;
}
div.plan {
    width: 95%;
}
div.plan h1 img {
    width: 150px;
}
.five_in_ttl {
    color: #efd7e2;
}
.gal_box_inner ul {
    background-color: #f7f0f0;
}
.plan_inner_box {
    background: #f3afca;
}
}




/* ----------------------------------------
	topへ戻る
---------------------------------------- */	

#page-top {
	display:none;
    position: fixed;
    bottom: 60px;
    right: 20px;
}



/* ----------------------------------------
	共有
---------------------------------------- */

/* ---リセット---- */	

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,label,dl,dt,dd {
margin:0;
padding:0;
list-style:none;
}

</pre></body></html>