@charset "utf-8";
/*
Theme Name: template015115
Theme URI: https://mawsdesign.com/
Description: mawsdesignテーマ
Version: 1.0
Author: mawsdesign
Author URI: https://mawsdesign.com/
Tags: mawsdesign

	mawsdesign template v1.0
	 https://mawsdesign.com/

	designed and built by mawsdesign template,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*-------------------商品ページレイアウト-----------------------*/
 

/*-------------------コンテンツ幅-----------------------*/

#wrapper{
width:100%;
}
#frontPage,
#fixPage,
#singlePage,
#archivePage{
width:1100px;
margin-left:auto;
margin-right:auto;  
}
.inner,
.container{
width:1100px;
margin-left:auto;
margin-right:auto;  
}
#frontPage .container,
#fixPage .container,
#singlePage .container,
#archivePage .container{
width:100%;
}
#contentsMain{
width:70%;
}
#contentsLeft,
#contentsRight{
width:30%;
}






/*-------------------ベースカラム-----------------------*/
 .column {
display: flex;
flex-direction:row;
flex-wrap:wrap;
display:-webkit-box;/*--- Androidブラウザ用 ---*/
display:-ms-flexbox;/*--- IE10 ---*/
display: -webkit-flex;/*--- safari（PC）用 ---*/
-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
 .column #contentsMain {
	order: 2;
}
 .column #contentsLeft {
	display:none;
}
 .column #contentsRight {
	order: 3;
}
 .column #contentsHeader {
	width:100%;
	order: 1;
}
 .column #contentsFooter {
	width:100%;
	order: 4;
}

/*-------------------サイトスタイル-----------------------*/
 #wrapper{
color:#222222;
/*background:#ffffff;*/
}
 #wrapper .column{
background:#ffffff;
}
 a{
color:#9e1957;
}
 a:hover,
 a:visited,
 a:active{
color:#cf4c8a;
}

/*-------------------余白の設定-----------------------*/
 .column{
padding:1em 0;
}
 .column #contentsMain{
padding:1em;
}
 .column #contentsLeft  {
padding:1em;
}
 .column #contentsRight  {
padding:1em;
}
 #footer{
padding-top:1em;
}





/*-------------------文字間・行間-----------------------*/
/*--bodyのスタイル--*/
 #wrapper{
line-height:1.7;
letter-spacing:normal;
}
 p{
padding:0.5em;
}

/*-------------------書体-----------------------*/
 #wrapper{
font-family:'Noto Sans Japanese',"メイリオ","Meiryo","MS Gothic",Sans-Serif;
}

/*-------------------文字サイズ-----------------------*/
 #wrapper{
font-size:16px;
}

/*-------------------レイアウトの調整-----------------------*/

#frontPage,
#customPage1,
#customPage2{
	padding:0;
	width:100%;  
}
#frontPage .container,
#customPage1 .container,
#customPage2 .container{
width:1100px;
}
#frontPage #contentsMain,
#customPage1 #contentsMain,
#customPage2 #contentsMain{
	width:100%;
	padding:0;
}
#frontPage #contentsLeft,
#frontPage #contentsRight,
#customPage1 #contentsLeft,
#customPage1 #contentsRight,
#customPage2 #contentsLeft,
#customPage2 #contentsRight {
	display:none;
}






/*-------------------タイトル見出し-----------------------*/
 .midashiTitle {
  padding: 0.5em;
  border-top:2px solid #9e1957;
  color: #9e1957;
  border-bottom:1px dotted #ccc;
}


/*-------------------リンクスタイル-----------------------*/
/*--bodyのスタイル--*/
 p{
padding:0.3em;
margin:0;
}

 a{
margin:0;
padding:0;
}

 a:hover,
 a:active{
text-decoration:none;
}

 a img:hover{
text-decoration:none;
}

 a img:hover{
    opacity: 0.8;
    transition-property: all;
    transition-timing-function: ease;
}

/*-------------------見出し１-----------------------*/
 .midashi1 , #singlePage .textBox h1 {
position:relative;
padding:1em 0;
text-align:center;
}

 .midashi1:after,

 #singlePage .textBox h1:after{
    content: "";
    position: absolute;
    background: #9e1957;
    top: 0%;
    left: 50%;
    height: 0.1em;
    width: 3em;
    margin-left: -1.5em;
}


/*-------------------見出し２-----------------------*/
 .midashi2 , #singlePage .textBox h2 {
	position:relative;
	font-weight:bold;
	padding:0.3em 0;
}

 .midashi2:before,

 #singlePage .textBox h2:before{
	border-bottom:2px solid #9e1957;	
	width: 20%;
	position: absolute;z-index: 1;bottom: 0;left: 0;
	content: "";	
}
 .midashi2:after,
 #singlePage .textBox h2:after{
	border-bottom:2px solid #ccc;
	width: 100%;
	position: absolute;bottom: 0;left: 0;
	content: "";	
}

/*-------------------見出し３-----------------------*/
 .midashi3, #singlePage .textBox h3{
padding: 0.5em 0;
border-bottom:1px solid #ccc;
}



/*-------------------見出し４-----------------------*/
 .midashi4, #singlePage .textBox h4{
clear:both;
position: relative;
padding: 0.5em 0.3em 0.5em 0.7em;
color:#333;
}
 .midashi4:before,
 #singlePage .textBox h4:before{
content: "";
position:absolute;
top:0.6em;
left:0;
width: 5px;             /* 四角形の横幅 */
height: 1em;            /* 四角形の縦幅 */
background: #9e1957;
}



/*-------------------見出しの書式-----------------------*/
  #wrapper h1{font-size:2em;}
  #wrapper h2{font-size:1.5em;}
  #wrapper h3{font-size:1.3em;}
  #wrapper h4{font-size:1.1em;}

/*-------------------ヘッダーPHP-----------------------*/
/*スマホ時のメニューボタンのスタイル
---------------------------------------------*/
.menu-btn {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: 50px;
    height: 30px;
    cursor: pointer;
}

.menu-btn span,
.menu-btn::before,
.menu-btn::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    width: 30px;
    height: 2px;/*線の太さを変える*/
    margin: auto;
    background: #9e1957;
}
.menu-btn span {
    overflow: hidden;
    z-index: 1;
    color: #9e1957;
}
.menu-btn::before {
    z-index: 2;
    transform: translate(0, -12px);
    content: "";
}
.menu-btn::after {
    z-index: 2;
    transform: translate(0, 12px);
    content: "";
}
.menu-btn span {
    opacity: 1;
    transition: opacity 150ms 50ms;
}
.menu-btn::before,
.menu-btn::after {
    transition: transform 200ms;
}

.menu-btn.active span {
    opacity: 0;
    transition: opacity 150ms;
}
.menu-btn.active::before {
    transform: rotate(45deg);
}
.menu-btn.active::after {
    transform: rotate(-45deg);
}

.menu-text{
display:block;
font-size:0.7em;
width:100%;
text-align:center;
line-height:1;
margin-top:5px;
}











/*-------------------ヘッダーレイアウト-----------------------*/
/*ヘッダーのレイアウト
---------------------------------------------*/
#mainNav .submenu-toggle,
#naviList-smart,
#toggle {
  display: none; }

  .headerTop{padding:10px 0;}
  #header .container{
    display: table;
    width: 100%; }

  #header .left{
    width:30%;
    color:#9e1957;
    display: table-cell;
    vertical-align: middle; }

  #header .left img{
    max-height:80px;
    max-width:90%; }

  #header .left a:hover{
    color: #cf4c8a;}

  #header .right {
    width:70%;
    text-align:right;
    display: table-cell;
    vertical-align: middle; }




/*-------------------ヘッダーの調整スタイル-----------------------*/

.headerTop{padding:0 0 10px 0;}
.header_note{
  background:#9e1957;
  color:#ffffff;
  font-size:0.8em;
  margin-bottom:10px;
}





/*-------------------ヘッダーの調整スタイル2-----------------------*/
 

/*-------------------グローバルメニュー-----------------------*/
  #mainNav{
   padding:5px 0;
}
  #mainNav li {
    float:left;
    position: relative;
    border-left:1px dotted #ccc; 
}
  #mainNav li:last-child {
    border-right:1px dotted #ccc; 
}
  #mainNav li a {
    display:block;
    padding:0.5em 1.5em;
    font-weight: normal;
    letter-spacing: 1px; }

  #mainNav li span {
    display:block;
    text-align:center;
    font-size:0.8em;
     }

  #mainNav li:hover > ul > li {
    overflow: visible;
    height: auto;}

#mainNav.stick {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  padding: 0.2em 0; }

/*--子要素の指定
----------------------------------*/
#mainNav li ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 12em;
  margin: 0;
  padding: 0;
  transition: .2s; }

#mainNav #naviList > ul > li:last-child > ul {
  position: absolute;
  left: -5em;
  right: 0;}

  #mainNav li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0; 
    margin: 0; }

  #mainNav li ul li a {
    display:block;
    text-align: left;
    padding:0.5em;;
    border-right: none; }

/*--孫要素の指定
----------------------------------*/
#mainNav li ul li ul {
top: 0;
left: 100%;
}

/*--menu矢印 fontawsome--*/
#mainNav .navbar-nav > .menu-item-has-children > a{
	padding-right:1.5em;
}
.navbar-nav > .menu-item-has-children > a{
	position:relative;
}
.navbar-nav > .menu-item-has-children > a:after{ 
	position:absolute;
	top:50%;
	right:5px;
	font-family: 'Font Awesome 5 Free';
	color:#9e1957;
	content:'\f078';
	margin-top:-0.8em;
	font-size: 0.8em;
    	font-weight: bold;
}
.navbar-nav > .menu-item-has-children > .menu-item-has-children > a:after{ 
	display: inline-block;
	margin: 0 0.5em 0;
	font-family: 'Font Awesome 5 Free';
	color:#9e1957;
	content:'\f105';
	font-weight: bold;
	font-size: 0.8em;
}
#naviList .icon-font a:hover:after,
#naviList .current-menu-item.icon-font a:after,
.navbar-nav > .menu-item-has-children > a:hover:after,
.navbar-nav > .menu-item-has-children > .menu-item-has-children > a:hover:after{ 
	color:#cf4c8a;
}

/*--ボタンアイコン
----------------------------------*/
#naviList .icon-font a{
	position:relative;
	padding-left:2em!important;
}
#naviList .icon-font a:after{
	position:absolute;
	top:50%;
	left:0.7em;
	font-family: 'Font Awesome 5 Free';
	color:#9e1957;
	margin-top:-0.8em;
	font-size: 0.8em;
    	font-weight: bold;
}
#naviList .icon-cart a:after{
	content:'\f07a';
}
#naviList .icon-login a:after{
	content:'\f2f6';
}
#naviList .icon-regist a:after{
	content:'\f007';
}
#naviList .icon-mail a:after{
	content:'\f0e0';
}
#naviList .cta-btn a{
	border:1px solid #9e1957;
	border-radius:0.2em;
}
#naviList .cta-btn.icon-font a,
#naviList .cta-btn.icon-font a:after{
	color:#9e1957!important;
}
#naviList .cta-btn.icon-font a:hover,
#naviList .cta-btn.icon-font a:hover:after{
	background:#9e1957!important;
	color:#ffffff!important;
}

/*-------------------メインナビサブスタイル-----------------------*/


#naviList li a {
    color:#9e1957;
background:#ffffff;}

#naviList li a:hover,
#naviList li a:focus,
#naviList li.current-menu-item a {
border-radius:0.2em;
    color: #cf4c8a;
background:#fce1ef;}

#naviList li ul{
background:#ffffff;
}

#naviList li ul li ul:before {
border-left-color: #9e1957;
}
#naviList li ul li:hover ul:before {
border-left-color: #ffffff;
}



/*-------------------メニューの調整-----------------------*/
 



/*-------------------メニューの調整2-----------------------*/
/*メニューの背景（白）
  box-shadow: 水平方向 垂直方向 ぼかし距離 広がり距離 #eee;
*/
#mainNav{
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eee;
  -moz-box-shadow: 0px 5px 10px 0px #eee;
  -webkit-box-shadow: 0px 5px 10px 0px #eee;}

#mainNav.stick {
  box-shadow: 0px 5px 10px 0px #eee;
  -moz-box-shadow: 0px 5px 10px 0px #eee;
  -webkit-box-shadow: 0px 5px 10px 0px #eee;}

/*-------------------ウィジェット内リスト-----------------------*/
 

/*-------------------indexPage-----------------------*/
 

/*-------------------フロントページ-----------------------*/
 

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

/*-------------------カスタムテンプレ-----------------------*/
 

/*-------------------カスタムテンプレ-----------------------*/
 


/*-------------------単一ページ-----------------------*/
 

/*-------------------一覧ページ-----------------------*/
 

/*-------------------検索スタイル-----------------------*/
#searchStyle {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 2em; }
  #searchStyle #s {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 6em 0 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #9e1957;
    border-radius: 0.2em; }
  #searchStyle #searchButton {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 0px;
    margin-top: -1em; }
  #searchStyle i {
    font-size: 1em; }
  #searchStyle button{
    background:#9e1957;
    color:#ffffff;
    border:none;
    padding:0.2em 0.5em;
    border-radius: 0.2em;}


/*-------------------左サイド内リスト-----------------------*/
 

/*-------------------左サイド枠スタイル-----------------------*/
 

/*-------------------左サイド見出し-----------------------*/
 .leftSidemidashi{
color:#9e1957;
}

/*-------------------メインコンテンツ内リスト-----------------------*/
 

/*-------------------メインコンテンツ枠スタイル-----------------------*/
 

/*-------------------シングル系パーツ-----------------------*/
.navBox {
  margin: 0.5em 0;
  padding: 0.5em 0; }
  .navBox .prev {
    width: 49%;
    float: left;
    text-align: left; }
  .navBox .next {
    width: 49%;
    float: right;
    text-align: right; }


/*-------------------右サイド内リスト-----------------------*/
 #contentsRight .widget_archive ul, #contentsRight .widget_recent_comments ul, #contentsRight .widget_recent_entries ul, #contentsRight .widget_text ul, #contentsRight .widget_categories ul, #contentsRight .widget_nav_menu ul, #contentsRight .widget_meta ul, #contentsRight .widget_welcart_category ul, #contentsRight .widget_welcart_page ul, #contentsRight .widget_welcart_bestseller ul, #contentsRight .usces_recent_entries ul{
padding:0px;
margin:0px;
list-style:none;
/*line-height:1;*/
}
 #contentsRight .widget_archive ul li,
 #contentsRight .widget_recent_comments ul li,
 #contentsRight .widget_recent_entries ul li,
 #contentsRight .widget_text ul li,
 #contentsRight .widget_categories ul li,
 #contentsRight .widget_nav_menu ul li,
 #contentsRight .widget_meta ul li,
 #contentsRight .widget_welcart_category ul li,
 #contentsRight .widget_welcart_page ul li,
 #contentsRight .widget_welcart_bestseller ul li,
 #contentsRight .usces_recent_entries ul li{
	width:100%;
	padding:0px;
	position:relative;
}
 #contentsRight .widget_archive ul li span,
 #contentsRight .widget_archive ul li a ,
 #contentsRight .widget_recent_comments ul li span,
 #contentsRight .widget_recent_comments ul li a ,
 #contentsRight .widget_recent_entries ul li span,
 #contentsRight .widget_recent_entries ul li a ,
 #contentsRight .widget_text ul li span,
 #contentsRight .widget_text ul li a ,
 #contentsRight .widget_categories ul li span,
 #contentsRight .widget_categories ul li a ,
 #contentsRight .widget_nav_menu ul li span,
 #contentsRight .widget_nav_menu ul li a ,
 #contentsRight .widget_meta ul li span,
 #contentsRight .widget_meta ul li a ,
 #contentsRight .widget_welcart_category ul li span,
 #contentsRight .widget_welcart_category ul li a ,
 #contentsRight .widget_welcart_page ul li span,
 #contentsRight .widget_welcart_page ul li a ,
 #contentsRight .widget_welcart_bestseller ul li span,
 #contentsRight .widget_welcart_bestseller ul li a ,
 #contentsRight .usces_recent_entries ul li span,
 #contentsRight .usces_recent_entries ul li a {
	color:#222222;
	display:block;
	padding:10px 20px 10px 10px;
	border-bottom:solid 1px #eee;
}
 #contentsRight .widget_archive ul li a:hover ,
 #contentsRight .widget_recent_comments ul li a:hover ,
 #contentsRight .widget_recent_entries ul li a:hover ,
 #contentsRight .widget_text ul li a:hover ,
 #contentsRight .widget_categories ul li a:hover ,
 #contentsRight .widget_nav_menu ul li a:hover ,
 #contentsRight .widget_meta ul li a:hover ,
 #contentsRight .widget_welcart_category ul li a:hover ,
 #contentsRight .widget_welcart_page ul li a:hover ,
 #contentsRight .widget_welcart_bestseller ul li a:hover ,
 #contentsRight .usces_recent_entries ul li a:hover {
	color:#9e1957;
}
/*--リストマークのスタイル--*/
 #contentsRight .widget_archive ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_recent_comments ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_recent_entries ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_text ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_categories ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_nav_menu ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_meta ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_welcart_category ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_welcart_page ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .widget_welcart_bestseller ul li a:after,
/*--リストマークのスタイル--*/
 #contentsRight .usces_recent_entries ul li a:after{
display: block;
position: absolute;
top: 50%;
right: 0.5em;
width: 0.5em;
height: 0.5em;
margin-top:-0.3em;
border-top: solid 2px #9e1957;
border-right: solid 2px #9e1957;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}


/*-------------------右サイド枠スタイル-----------------------*/
 

/*-------------------右サイド見出し-----------------------*/
 .rightSidemidashi {
  padding: 0.5em;
  border-top:2px solid #9e1957;
  color: #9e1957;
  border-bottom:1px dotted #ccc;
}


/*-------------------アーカイブ系パーツ-----------------------*/
 

/*-------------------一覧スタイル-----------------------*/
 ul.archiveList > li {
  padding: 2em 0;
  border-bottom: 1px solid #cf4c8a; }
 ul.archiveList > li:first-child {
  padding-top:0;}



/*-------------------最新の投稿（画像付き1）-----------------------*/
.recent_image_posts {
  padding: 1% 0 5%; }
  .recent_image_posts h2,
  .recent_image_posts .title {
    text-align: center; }



/*-------------------メインコンテンツ見出し-----------------------*/
 .contentsmidashi{
color:#9e1957;
}

/*-------------------wordpressスタイル調整1-----------------------*/
 

/*-------------------３つの特長コンテンツ-----------------------*/
.characteristic {
  padding: 5% 0; }
  .characteristic h2 {
    margin-left:auto; 
    margin-right:auto; 
    text-align: center; }
  .characteristic h3,
  .characteristic i {
    color: #9e1957; }
  .characteristic i {
    font-size: 3em; }

/*-------------------背景が画像のウィジェット-----------------------*/
 

/*-------------------最近の投稿(画像無し)-----------------------*/

.recent_image_posts .contentsBox{
  padding-left:10px;
}
.recent_image_posts .contentsBox:nth-child(even){
  background:#fce1ef;
}







/*-------------------テーブルスタイル-----------------------*/
.tableStyle {
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  width: 100%; }
  .tableStyle th {
    background: #fce1ef;
    padding: 10px; }
  .tableStyle tr th,
  .tableStyle td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
 }
  .tableStyle td {
    background: #ffffff;
 }


/*-------------------テーブルレイアウト-----------------------*/
.tableLayout {
  table-layout: fixed;/*IEなどで、テーブル内でinputを使うと、はみ出る不具合を防ぐ*/
  border-collapse: collapse;
  border-spacing: 0; }
  .tableLayout th, .tableLayout td {
    padding: 10px; }
    @media screen and (max-width: 1000px) {
      .tableLayout th, .tableLayout td {
        display: block; } }

/*-------------------inputボタンスタイル-----------------------*/
input[type="submit"],input[type="button"] {
  display: inline-block;
  transition: all 0.5s;
  border-radius: 0px;
  border-width: 2px;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 600;
  background: #9e1957;
  border: 2px solid #9e1957;
  border-radius:0.2em;
  color: #ffffff; }

  input[type="submit"]:hover,input[type="button"]:hover {
    background: #ffffff;
    text-decoration:none;
    color: #9e1957; }

/*-------------------アンカーボタンスタイル-----------------------*/
a.btn-main,button.btn-main {
  display: inline-block;
  transition: all 0.5s;
  border-radius: 0px;
  border-width: 2px;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 600;
  background: #9e1957;
  border: 2px solid #9e1957;
  border-radius:0.2em;
  color: #ffffff; }

  a.btn-main:hover,button.btn-main:hover {
    background: #ffffff;
    text-decoration:none;
    color: #9e1957; }

/*-------------------ボタンサイズ-----------------------*/
 .btn-s{
line-height:1;
padding:2px 10px;
}
 .btn-m{
line-height:1;
padding:5px 20px;
}
 .btn-l{
line-height:1;
padding:10px 40px;
}
 .btn-ll{
line-height:1;
padding:20px 50px;
}

/*-------------------アクセントボタン-----------------------*/
a.btn-accent,button.btn-accent {
  display: inline-block;
  transition: all 0.5s;
  border-radius: 0px;
  border-width: 2px;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 600;
  background: #74ae1c;
  border: 2px solid #74ae1c;
  border-radius:0.2em;
  color: #ffffff; }

  a.btn-accent:hover,button.btn-accent:hover {
    background: #ffffff;
    text-decoration:none;
    color: #74ae1c; }

/*-------------------inputスタイル-----------------------*/
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="number"],
 input[type="password"],
 textarea,
 select{
width:100%;
border:solid 1px #ccc;
border-radius:0.2em;
padding:0.2em 0.5em;
}

 input:focus {
    border:solid 1px #accentcolor;
}




/*-------------------ページャー-----------------------*/
 .pagenation {
    margin: 1em 0;
}
 .pagenation:after,  .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
 .pagenation ul {
    margin: 0;
}
 .pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
 .pagenation li:first-child {
    margin-left: 0;
}
 .pagenation li.active {
    background-color: #9e1957;
    border-radius: 0.2em;
    color: #ffffff;
    cursor: not-allowed;
    padding: 10px 20px;
}
 .pagenation li a {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 0.2em;
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
 .pagenation li a:hover {
    background-color: #cf4c8a;
    color: #ffffff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*-------------------カテゴリースタイル-----------------------*/
span.category {
  display: inline-block;
  transition: all 0.5s;
  border-radius: 0px;
  border-width: 2px;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 600;
  background: #9e1957;
  border: 2px solid #9e1957;
  border-radius:0.2em;
  color: #ffffff; }

  span.category:hover {
    background: #ffffff;
    text-decoration:none;
    color: #9e1957; }

/*-------------------リストスタイル-----------------------*/
 ul.listStyle{
padding:0;
margin:0;
}
 ul.listStyle li{
padding:0.5em 0.3em 0.5em 0em;
margin-left:1em;
line-height:1.5em;
}
 ul.listStyle li span{
color:#222222;
}

 ul.listStyle li:hover {
text-decoration:none;
}

 ul.listStyle li{
position: relative;
padding:0.5em 0 0.5em 1.3em;
}
 ul.listStyle li a{
display:block;
}
/*--リストマークの●型スタイル--*/
 ul.listStyle li:before  {
display: block;
content: "";
position: absolute;
top: 0.85em;
left: 0em;
width: 0.8em;
height: 0.8em;
border-radius: 50%;
background: #9e1957;
}
/*--リストマークの矢印型スタイル--*/
 ul.listStyle li:after  {
display: block;
position: absolute;
top: 1.05em;
left: 0.1em;
width: .4em;
height: .4em;
border-top: solid .1em #ffffff;
border-right: solid .1em #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}

 ul.listStyle li ul{
margin:0.5em  0 -0.5em 0;
}



/*-------------------リストスタイル2-----------------------*/
 

/*-------------------リストスタイル3-----------------------*/
 

/*-------------------カレンダースタイル-----------------------*/
table#wp-calendar {
  text-align: center;
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #cf4c8a;
  border-right-color: #cf4c8a;
  width: 100%; }
  table#wp-calendar th {
    background: #9e1957;
    color: #ffffff;
    text-align: center;
    padding: 10px; }
  table#wp-calendar tr th {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #cf4c8a;
    border-left-color: #cf4c8a; }
  table#wp-calendar td {
    text-align: center;
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #cf4c8a;
    border-left-color: #cf4c8a; }
  table#wp-calendar caption {
    font-weight: bold;
    text-align: left; }
  table#wp-calendar tbody tr #today {
    background: #9e1957;
    color: #ffffff; }
  table#wp-calendar tbody tr #today a {
    color: #ffffff; }

/*-------------------フッターPHP-----------------------*/
 





/*-------------------javascript1-----------------------*/
#contentsRight .fixed {
	position: fixed!important;
	position: absolute;
	z-index:100;
}





/*-------------------javascript2-----------------------*/
  #naviList-smart {
    width: 100%;
    display: block; }
  #naviList-smart {
  position: fixed;
  width: 100%;
  z-index: 10;
/*  background:rgba(0, 0, 0, 0.8); 
  height:100%;*/
  max-height:100%;
  overflow:auto;
  display: none; 
  padding-bottom:4em;
}
.glayLayer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:2;
}

/*-------------------javascript3-----------------------*/
 

/*-------------------javascript4-----------------------*/
 

/*-------------------フッターウィジェットレイアウト-----------------------*/
 


/*-------------------フッタースタイル-----------------------*/
#footer {
  background: #fce1ef;
  color: #222222;
  font-size: 0.9em; }

#footer a {
  color: #9e1957; }

#footer a:hover {
  color: #cf4c8a; } 

#footer .footercontents{
  padding-top:1em;
  padding-bottom:1em;}


/*-------------------copyrightスタイル-----------------------*/
.copyright {
  padding: 0.5em 0;
  color:#ffffff;
  background:#9e1957;
 }

/*-------------------footer内リスト-----------------------*/
 .footercontents .widget_archive ul, .footercontents .widget_recent_comments ul, .footercontents .widget_recent_entries ul, .footercontents .widget_text ul, .footercontents .widget_categories ul, .footercontents .widget_nav_menu ul, .footercontents .widget_meta ul, .footercontents .widget_welcart_category ul, .footercontents .widget_welcart_page ul, .footercontents .widget_welcart_bestseller ul, .footercontents .usces_recent_entries ul{
padding:0;
margin:0;
}
 .footercontents .widget_archive ul li,
 .footercontents .widget_recent_comments ul li,
 .footercontents .widget_recent_entries ul li,
 .footercontents .widget_text ul li,
 .footercontents .widget_categories ul li,
 .footercontents .widget_nav_menu ul li,
 .footercontents .widget_meta ul li,
 .footercontents .widget_welcart_category ul li,
 .footercontents .widget_welcart_page ul li,
 .footercontents .widget_welcart_bestseller ul li,
 .footercontents .usces_recent_entries ul li{
padding:0.5em 0.3em 0.5em 0em;
margin-left:0.5em;
line-height:1.5em;
}
 .footercontents .widget_archive ul li span,
 .footercontents .widget_recent_comments ul li span,
 .footercontents .widget_recent_entries ul li span,
 .footercontents .widget_text ul li span,
 .footercontents .widget_categories ul li span,
 .footercontents .widget_nav_menu ul li span,
 .footercontents .widget_meta ul li span,
 .footercontents .widget_welcart_category ul li span,
 .footercontents .widget_welcart_page ul li span,
 .footercontents .widget_welcart_bestseller ul li span,
 .footercontents .usces_recent_entries ul li span{
color:#222222;
}

 .footercontents .widget_archive ul li:hover ,

 .footercontents .widget_recent_comments ul li:hover ,

 .footercontents .widget_recent_entries ul li:hover ,

 .footercontents .widget_text ul li:hover ,

 .footercontents .widget_categories ul li:hover ,

 .footercontents .widget_nav_menu ul li:hover ,

 .footercontents .widget_meta ul li:hover ,

 .footercontents .widget_welcart_category ul li:hover ,

 .footercontents .widget_welcart_page ul li:hover ,

 .footercontents .widget_welcart_bestseller ul li:hover ,

 .footercontents .usces_recent_entries ul li:hover {
text-decoration:none;
}

 .footercontents .widget_archive ul li,
 .footercontents .widget_recent_comments ul li,
 .footercontents .widget_recent_entries ul li,
 .footercontents .widget_text ul li,
 .footercontents .widget_categories ul li,
 .footercontents .widget_nav_menu ul li,
 .footercontents .widget_meta ul li,
 .footercontents .widget_welcart_category ul li,
 .footercontents .widget_welcart_page ul li,
 .footercontents .widget_welcart_bestseller ul li,
 .footercontents .usces_recent_entries ul li{
position: relative;
padding:0.5em 0 0.5em 1em;
}
 .footercontents .widget_archive ul li a,
 .footercontents .widget_recent_comments ul li a,
 .footercontents .widget_recent_entries ul li a,
 .footercontents .widget_text ul li a,
 .footercontents .widget_categories ul li a,
 .footercontents .widget_nav_menu ul li a,
 .footercontents .widget_meta ul li a,
 .footercontents .widget_welcart_category ul li a,
 .footercontents .widget_welcart_page ul li a,
 .footercontents .widget_welcart_bestseller ul li a,
 .footercontents .usces_recent_entries ul li a{
display:block;
}
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_archive ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_recent_comments ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_recent_entries ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_text ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_categories ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_nav_menu ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_meta ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_welcart_category ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_welcart_page ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_welcart_bestseller ul li:after  ,
/*--リストマークの矢印型スタイル--*/
 .footercontents .usces_recent_entries ul li:after  {
display: block;
position: absolute;
top: 1.05em;
left: 0em;
width: .4em;
height: .4em;
border-top: solid .1em #9e1957;
border-right: solid .1em #9e1957;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}

 .footercontents .widget_archive ul li ul,

 .footercontents .widget_recent_comments ul li ul,

 .footercontents .widget_recent_entries ul li ul,

 .footercontents .widget_text ul li ul,

 .footercontents .widget_categories ul li ul,

 .footercontents .widget_nav_menu ul li ul,

 .footercontents .widget_meta ul li ul,

 .footercontents .widget_welcart_category ul li ul,

 .footercontents .widget_welcart_page ul li ul,

 .footercontents .widget_welcart_bestseller ul li ul,

 .footercontents .usces_recent_entries ul li ul{
margin:0.5em  0 -0.5em 0;
}





/*-------------------copyright内リスト-----------------------*/
 #copyright .widget_archive ul, #copyright .widget_recent_comments ul, #copyright .widget_recent_entries ul, #copyright .widget_text ul, #copyright .widget_categories ul, #copyright .widget_nav_menu ul, #copyright .widget_meta ul, #copyright .widget_welcart_category ul, #copyright .widget_welcart_page ul, #copyright .widget_welcart_bestseller ul, #copyright .usces_recent_entries ul{
padding:0;
margin:0;
list-style:none;
line-height:1;
border-right: 1px solid #cf4c8a;
}

 #copyright .widget_archive ul li,

 #copyright .widget_recent_comments ul li,

 #copyright .widget_recent_entries ul li,

 #copyright .widget_text ul li,

 #copyright .widget_categories ul li,

 #copyright .widget_nav_menu ul li,

 #copyright .widget_meta ul li,

 #copyright .widget_welcart_category ul li,

 #copyright .widget_welcart_page ul li,

 #copyright .widget_welcart_bestseller ul li,

 #copyright .usces_recent_entries ul li{
float:left;
padding:0;
margin:0.2em 0;
/*display:inline-block;*/
}

 #copyright .widget_archive ul li a,

 #copyright .widget_recent_comments ul li a,

 #copyright .widget_recent_entries ul li a,

 #copyright .widget_text ul li a,

 #copyright .widget_categories ul li a,

 #copyright .widget_nav_menu ul li a,

 #copyright .widget_meta ul li a,

 #copyright .widget_welcart_category ul li a,

 #copyright .widget_welcart_page ul li a,

 #copyright .widget_welcart_bestseller ul li a,

 #copyright .usces_recent_entries ul li a{
display:block;
margin:0;
padding:0 0.6em;
border-left: 1px solid #cf4c8a;
}


/*-------------------フッター見出し-----------------------*/
 .footermidashi{
color:#9e1957;
}

/*-------------------フッターの調整スタイル-----------------------*/
 

/*-------------------コンポーネント-----------------------*/
 

/*-------------------コンポーネント２-----------------------*/
.overlay_box{
	position:relative;
} 
.overlay_link{
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:2;
	width:100%;
	height:100%;
	transition: all 0.5s;
}
.overlay_box:hover .overlay_link{
	background: white;
    opacity:0.3;
    filter:alpha(opacity=30);	
}
/*-------------------コンポーネント３-----------------------*/
 

/*-------------------コンポーネント４-----------------------*/
 

/*-------------------コンポーネント５-----------------------*/
 

/*-------------------コンポーネント６-----------------------*/
 

/*-------------------コンポーネント７-----------------------*/
 

/*-------------------コンポーネント８-----------------------*/
 

/*-------------------制作実績-----------------------*/
 





/*-------------------料金一覧-----------------------*/
 

/*-------------------お客様の声-----------------------*/
 

/*-------------------よくある質問-----------------------*/
.faqBox .question{
position: relative;
padding:1em 0 1em 2em;
line-height:1.5;
border-bottom:1px dotted #9e1957;
font-weight:bold;
}
.faqBox .question:before,.faqBox .answer:before {
content: "Q";
color:#ffffff;
background: #9e1957;
border:1px solid #9e1957;
}
.faqBox .answer{
position: relative;
padding:1em 0 1em 2em;
line-height:1.5;
margin-bottom:1em;
}
.faqBox .answer:before {
content: "A";
color:#9e1957;
background: #ffffff;
padding-bottom:0.2em;
}
.faqBox .question:before,.faqBox .answer:before {
font-weight:bold;
text-align:center;
padding:0em 0.2em 0.5em 0.2em;
border-radius:0.2em;
position: absolute;
top: 1em;
left: 0em;
height: 1.5em;
width: 1.5em;
}

/*-------------------アクセス-----------------------*/
 

/*-------------------会社概要-----------------------*/
 

/*-------------------問合せフォーム-----------------------*/
 

/*-------------------ユーティリティ１-----------------------*/
/*-----下向き矢印-----*/
.arrow-main,
.arrow-sub,
.arrow-sub2,
.arrow-accent,
.arrow2-main,
.arrow2-sub,
.arrow2-sub2,
.arrow2-accent{
  position: relative;
  height: 2em;
}

.arrow-main:before,arrow-main:after,
.arrow-sub:before,arrow-sub:after,
.arrow-sub2:before,arrow-sub2:after,
.arrow-accent:before,arrow-accent:after,
.arrow2-main:before,arrow2-main:after,
.arrow2-sub:before,arrow2-sub:after,
.arrow2-sub2:before,arrow2-sub2:after,
.arrow2-accent:before,arrow2-accent:after{
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
}

.arrow-main:before,
.arrow-sub:before,
.arrow-sub2:before ,
.arrow-accent:before {
  left: 50%;
  margin-left:-4em;
  border: 4em solid transparent;
}

.arrow2-main:before,
.arrow2-sub:before,
.arrow2-sub2:before ,
.arrow2-accent:before {
  left: 50%;
  margin-left:-2em;
  border: 2em solid transparent;
}

.arrow-main:before ,
.arrow2-main:before {
  border-top: 2em solid #9e1957;
}
.arrow-sub:before ,
.arrow2-sub:before {
  border-top: 2em solid #cf4c8a;
}
.arrow-sub2:before ,
.arrow2-sub2:before {
  border-top: 2em solid #cf6f9c;
}
.arrow-accent:before,
.arrow2-accent:before {
  border-top: 2em solid #74ae1c;
}
/*-----右向き矢印-----*/
.arrow-r-main,
.arrow-r-sub,
.arrow-r-sub2,
.arrow-r-accent{
  position: relative;
  height: 8em;
}
.arrow2-r-main,
.arrow2-r-sub,
.arrow2-r-sub2,
.arrow2-r-accent{
  position: relative;
  height: 4em;
}

.arrow-r-main:before,arrow-r-main:after,
.arrow-r-sub:before,arrow-r-sub:after,
.arrow-r-sub2:before,arrow-r-sub2:after,
.arrow-r-accent:before,arrow-r-accent:after,
.arrow2-r-main:before,arrow2-r-main:after,
.arrow2-r-sub:before,arrow2-r-sub:after,
.arrow2-r-sub2:before,arrow2-r-sub2:after,
.arrow2-r-accent:before,arrow2-r-accent:after{
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
}

.arrow-r-main:before,
.arrow-r-sub:before,
.arrow-r-sub2:before ,
.arrow-r-accent:before {
  left: 50%;
  margin-left:-1em;
  border: 4em solid transparent;
}

.arrow2-r-main:before,
.arrow2-r-sub:before,
.arrow2-r-sub2:before ,
.arrow2-r-accent:before {
  left: 50%;
  margin-left:-1em;
  border: 2em solid transparent;
}
.arrow-r-main:before ,
.arrow2-r-main:before {
  border-left: 2em solid #9e1957;
}
.arrow-r-sub:before ,
.arrow2-r-sub:before {
  border-left: 2em solid #cf4c8a;
}
.arrow-r-sub2:before ,
.arrow2-r-sub2:before {
  border-left: 2em solid #cf6f9c;
}
.arrow-r-accent:before,
.arrow2-r-accent:before {
  border-left: 2em solid #74ae1c;
}

/*-------------------ユーティリティ２-----------------------*/
 
.headerImg{
  position: relative;
  width: 100%;
  padding-top: 35%;
  overflow: hidden;
  margin: 0 auto; }

  .headerImg video,
  .headerImg img {
    position: absolute;
    top: 50%;
    left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear; }

  .headerImg .headerInner{
    position: absolute;
    top:0;
    left:0;
    margin:auto;
    width:100%;
    height:100%;
    text-align:center;
    z-index:2;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-content:center;
    flex-direction:row;
    align-items:center;
    background:rgba(255, 255, 255, 0.3);
}
  .headerImg .headerInner h1 span{
    font-size:0.7em;
    padding:10px;
    display:block;
}




/*-------------------ユーティリティ３-----------------------*/

/* ボーダー*/
.border-dotted-main{
border-bottom:dotted 1px #9e1957;
}
.solid{
border-style: solid;
}
.bt-solid{
border-top-style: solid;
}
.bb-solid{
border-bottom-style: solid;
}
.dotted{
border-style: dotted;
}
.bt-dotted{
border-top-style: dotted;
}
.bb-dotted{
border-bottom-style: dotted;
}
/* フォントカラー*/
.c-m{color:#9e1957;}
.c-s{color:#cf4c8a;}
.c-s2{color:#cf6f9c;}
.c-a{color:#74ae1c;}

/* 背景カラー*/
.b-m{background:#9e1957;}
.b-s{background:#cf4c8a;}
.b-s2{background:#cf6f9c;}
.b-s3{background:#fce1ef;}
.b-a{background:#74ae1c;}
.b-a2{background:#a1d74f;}
.b-a3{background:#afd773;}
.b-b{background:#ffffff;}

/* ボーダーカラー*/
.bc-m{border-color:#9e1957;}
.bc-s{border-color:#cf4c8a;}
.bc-s2{border-color:#cf6f9c;}
.bc-s3{border-color:#fce1ef;}
.bc-a{border-color:#74ae1c;}
.btc-m{border-top-color:#9e1957;}
.btc-s{border-top-color:#cf4c8a;}
.btc-s2{border-top-color:#cf6f9c;}
.btc-s3{border-top-color:#fce1ef;}
.btc-a{border-top-color:#74ae1c;}
.bbc-m{border-bottom-color:#9e1957;}
.bbc-s{border-bottom-color:#cf4c8a;}
.bbc-s2{border-bottom-color:#cf6f9c;}
.bbc-s3{border-bottom-color:#fce1ef;}
.bbc-a{border-bottom-color:#74ae1c;}
.bc-g1{border-color:#333;}
.bc-g2{border-color:#999;}
.bc-g3{border-color:#aaa;}
.bc-g4{border-color:#ccc;}
.bc-g5{border-color:#eee;}


/*-------------------ユーティリティ４-----------------------*/

.frame1 {
    background: #9e1957;
    border: 1px dashed rgba(255,255,255,0.8);
margin:0 5px 5px 5px;
    box-shadow: 0 0 0 5px #9e1957;
    -moz-box-shadow: 0 0 0 5px #9e1957;
    -webkit-box-shadow: 0 0 0 5px #9e1957;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}

.frame2 {
    border: 4px #9e1957 solid;
    position: relative;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}
 
.frame2:before {
    content: "";
    position: absolute;
    margin: 3px;
    border: 2px #9e1957 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}

.frame3 {
    border: #9e1957 dashed 1px;
    background: #ffffff;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}

.frame4 {
    border: #9e1957 solid 1px;
    background: #ffffff;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}

.frame5 {
    border: #fff solid 5px;
/* box-shadow */
box-shadow:0px 0px 6px 3px #c7c7c7;
-moz-box-shadow:0px 0px 6px 3px #c7c7c7;
-webkit-box-shadow:0px 0px 6px 3px #c7c7c7;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}

.frame6 {
    border: #9e1957 solid 2px;
    background: #fce1ef;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}


.frame7 {
background: #ffffff;
border:1px solid #eee;
/* 水平、垂直、ぼかし具合、広がり具合*/
box-shadow:0px 3px 10px 3px #eee;
-moz-box-shadow:0px 3px 10px 3px #eee;
-webkit-box-shadow:0px 3px 10px 3px #eee;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}
.frame8 {
background: #ffffff;
border:1px solid #74ae1c;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}
.frame9 {
    background: #74ae1c;
    border: 1px dashed rgba(255,255,255,0.8);
margin:0 5px 5px 5px;
    box-shadow: 0 0 0 5px #74ae1c;
    -moz-box-shadow: 0 0 0 5px #74ae1c;
    -webkit-box-shadow: 0 0 0 5px #74ae1c;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}
.frame10 {
    background: #74ae1c;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}
.frame11 {
    border: #74ae1c solid 2px;
    background: #a1d74f;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}
.frame12{
background:#9e1957;
color:#ffffff;
border-radius:0.2em;
padding:0.5em;
font-weight:bold;
display:inline-block;
vertical-align:middle;
margin-right:0.5em;
}

.frame13 {
    border: 2px #74ae1c solid;
    position: relative;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
}
 
.frame13:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 2px #74ae1c solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
-moz-border-radius: 0.2em; /* FF */
-webkit-border-radius: 0.2em;/* Webkit */
  background:#ffffff;
}
.frame14{
background:#ccc;
color:#ffffff;
border-radius:0.2em;
padding:0.1em 0.3em;
font-weight:bold;
display:inline-block;
vertical-align:middle;
margin-right:0.5em;
}






/*-------------------サービス-----------------------*/
 

/*-------------------ランキング-----------------------*/
 

/*-------------------ユーティリティ5-----------------------*/

.text-shadow-black{
  text-shadow: 1px 2px 3px #808080;
}
.text-shadow-white{
  color:#fff;
  text-shadow: 1px 2px 3px #111;
}



/*-------------------ユーティリティ6-----------------------*/

.metaslider .caption-wrap {
    opacity: 1!important;
/*    background: none!important;*/
    background:rgba(255, 255, 255, 0.3)!important;
    border: none!important;
}
/*
.metaslider .caption-wrap {
    position: absolute!important;
    top: 45%!important;
    bottom: 65%!important;
    height: auto!important;
    font-size: 1.5em;
}
*/
.metaslider .caption-wrap{
    position: absolute;
    top:0;
    left:0;
    margin:auto;
    width:100%;
    height:100%;
    text-align:center;
    z-index:10;
    display:flex!important;
    flex-wrap: wrap;
    justify-content:center;
    align-content:center;
    flex-direction:row;
    align-items:center;  
}
.metaslider .caption-wrap .caption{
	text-align:center;
    display:block;
    font-size: 2em;
  	line-height:1.3;
}






/*-------------------ユーティリティ7-----------------------*/
.circle {
display:inline-block;
border-radius: 50%;
background: #9e1957;
text-align:center;
line-height:1;
color:#fff;
}
.square {
display:inline-block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #9e1957), color-stop(0.50, #9e1957), color-stop(0.50, #cf4c8a), color-stop(0.00, #cf6f9c));
background: -webkit-linear-gradient(top, #cf6f9c 0%, #cf4c8a 50%, #9e1957 50%, #9e1957 100%);
background: -moz-linear-gradient(top, #cf6f9c 0%, #cf4c8a 50%, #9e1957 50%, #9e1957 100%);
background: -o-linear-gradient(top, #cf6f9c 0%, #cf4c8a 50%, #9e1957 50%, #9e1957 100%);
background: -ms-linear-gradient(top, #cf6f9c 0%, #cf4c8a 50%, #9e1957 50%, #9e1957 100%);
background: linear-gradient(to bottom, #cf6f9c 0%, #cf4c8a 50%, #9e1957 50%, #9e1957 100%);
color:#fff;
text-align:center;
margin-right:0.5em;
line-height:1;
}

.arrow{
position:relative;
display:inline-block;
background: #9e1957;
color:#fff;
padding:0.5em 0.3em 0.5em 0.7em;
text-align:center;
line-height:1;
}
.arrow:after{
  content: "";
  position: absolute;
  right:-1.95em;
  top: 0.05em;
  height: 0;
  width: 0;
border-style: solid;
border-width: 1em 1em 1em 1em;
border-color: transparent transparent transparent #9e1957;
}



/*-------------------ユーティリティ8-----------------------*/
 

/*-------------------フリースタイル-----------------------*/

.textBox{
padding:1em 0;
}
.titleBox{
padding-top:2em;
}
.btnBox{
padding-top:1em;
padding-bottom:1em;
}
.pageTitle{
width:1100px;
margin-left:auto;
margin-right:auto;
}
#header .container{
width:1100px;
margin:0 auto;
}
.breadcrumbs{
padding-top:0.5em;
padding-bottom:0.5em;
}
.mincho{
  font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
  font-weight: 400; /* normal */
}
,italic{
  font-style:italic!important;
  font-style:oblique!important;
}
.title-margin{
  margin-top:30px;
  margin-bottom:40px;
}
.midashi-note{
  padding:10px 0;
  display:block;
  font-size:14px;
  font-weight:normal;
}
/*--iframeの下の余白を消す指定--*/
iframe{
vertical-align:bottom;
}
#mainNav li {
  padding: 0 5px;
}




/*-------------------ステップボックス-----------------------*/
.stepBox{
}
.stepBox .frame{
margin:2em 0;
padding:1em;
border-radius:0.2em;
border:2px solid #9e1957;
background:#ffffff;
}
.stepBox .step{
background:#9e1957;
color:#ffffff;
border-radius:0.2em;
padding:0.5em;
font-weight:bold;
display:inline-block;
vertical-align:middle;
margin-right:0.5em;
}
.stepBox h3{
padding-bottom:0.8em;
/*margin-bottom:1em;*/
border-bottom:1px solid #fce1ef;
color:#222222;
}

/*-------------------フリースタイル２-----------------------*/
/*--ヘッダーの調整--*/
#header #searchStyle{
 margin-left:auto;
width:300px;
}
.ggmap{
  position: relative;
  padding: 0 0 50%;
  height: 0;
  overflow: hidden; }

.midashi5{
line-height:1;
padding:1em 0.5em;
background: #fce1ef;
color:#9e1957;
text-align:center;
}
#mainNav li a {
  padding-bottom:1em;
  padding-left:1.15em;
  padding-right:1.15em;
}
  #mainNav li ul{
  box-shadow: 0px 5px 10px 0px #cccccc;
  -moz-box-shadow: 0px 5px 10px 0px #cccccc;
  -webkit-box-shadow: 0px 5px 10px 0px #cccccc;
}
.navbar-nav > .menu-item-has-children > a:after{ 
	content:'\f13a';
	top:100%;
	left:50%;
    right:50%;
	margin-top:-1.5em;
	margin-left:-0.5em;    
}
.navbar-nav > .menu-item-has-children > .menu-item-has-children > a:after{ 
	margin: 0 0.5em 0;
	content:'\f138';
}
.headerImg .headerInner{
  font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
  font-weight: 400; /* normal */
}


/*-------------------facebook 動画-----------------------*/
.fb-video{
  max-width:100%;
}


/*-------------------ホバースタイル-----------------------*/
.ahover2 img{
  border-radius: 0.2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

/*Google Chrome, Safari, Operaのみ適用*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ahover2:hover img{
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  }
}



/*-------------------ホバースタイル-----------------------*/
 

/*-------------------横並びスタイル-----------------------*/







/*-------------------横並びスタイル２-----------------------*/







/*-------------------スタッフ紹介-----------------------*/
 




/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

/*-------------------コンテンツ幅-----------------------*/
#fixPage,
#singlePage,
#archivePage,
#customPage1,
#customPage2,
.inner,
.container{
width:100%;
}

/*-------------------ベースカラム-----------------------*/
.column {
	width: 100%;
}
.column  #contentsMain,
.column  #contentsRight {
	width: 100%;
}

/*-------------------余白の設定-----------------------*/
.container,
.inner{
  padding-left:1em;
  padding-right:1em;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}

/*-------------------レイアウトの調整-----------------------*/
#frontPage .container,
#customPage1 .container,
#customPage2 .container{
width:100%;
}

/*-------------------ヘッダーレイアウト-----------------------*/
  #mainNav #naviList{
	display:none;}
  #mainNav .container {
    width: 100%; 
    display:table; }

  #header .right {
    width: 20%; 
}

  #header .left {
    width: 60%; }

  #header #toggle{
  display:table-cell;
  width:20%;
  vertical-align: middle;
  text-align:center;
}

/*-------------------グローバルメニュー-----------------------*/
  #naviList-smart ul {
    width: 100%;
    margin: 0px; }
  #naviList-smart li {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    line-height: 1.2;
    list-style: none;
    position: static;
    background:#ffffff;}
  #naviList-smart li a {
    border-bottom: 1px solid #cf6f9c;
    color:#9e1957;
 }
  #mainNav li span {
    display:none;
     }
 #naviList-smart li  a:hover,
 #naviList-smart li  a:focus,
 #naviList-smart li.current-menu-item > a,
 #naviList-smart li.current-menu-item.menu-item-has-children > a:after,
 #naviList-smart li.menu-item-has-children > a:focus:after,
 #naviList-smart li.menu-item-has-children > a:hover:after,
 #naviList-smart li.menu-item-has-children.open > a:focus:after,
 #naviList-smart li.menu-item-has-children.open > a:hover:after {
    color: #cf4c8a;}

  #naviList-smart li > a {
    display: block;
    padding: 1em 0.5em;
    text-decoration: none; }
  #naviList-smart li:hover > ul > li {
    padding: 0; }
  #naviList-smart li ul {
    position: static;
    width: 100%; }
  #naviList-smart li ul li {
    overflow: visible;
    width: 100%;
    height: auto;
    margin: 0;
    background:#ffffff }
  #naviList-smart li ul li a{
    color:#9e1957 }
  #naviList-smart li ul li > a {
    padding: 1em 1em; }
  #naviList-smart li ul li li > a {
    padding: 1em 2em; }
  #toggle {
    display: inline-block;
    width: 28%;
    text-align: right; }
  .toggleBox {
/*    width: 90px;*/
    display: inline-block;
    margin: 0px;
    margin-left: auto;
    border: 1px solid #9e1957;
    border-radius:0.2em;
    padding: 0.5em; }
  .toggleBox .menu {
    color: #9e1957;
    display: inline-black;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 5px; }
  .toggleBox i{
    color: #9e1957;}
  /* submenuのスタイル
	----------------------------------*/
  #naviList-smart li ul.sub-menu{
  display:none;}
/*--menu矢印 fontawsome--*/
  #naviList-smart li.menu-item-has-children a{
	position:relative;
  }
#naviList-smart li.menu-item-has-children.open > a:after,
#naviList-smart li.menu-item-has-children > a:after{ 
	position:absolute;
	top:50%;
	right:10px;
	font-family: 'Font Awesome 5 Free';
	color:#9e1957;
	content:'\f078';
	margin-top:-0.5em;
	font-size: 0.8em;
    	font-weight: bold;
}
#naviList-smart li.menu-item-has-children.open > a:after{ 
	content:'\f077';
}
.navbar-nav > .menu-item-has-children > a:after,
.navbar-nav > .menu-item-has-children > .menu-item-has-children > a:after{ 
	display: none;
}

/*-------------------フリースタイル-----------------------*/
#header .container{
width:100%;
}


/*----------*/
}
/*----------*/


/* 幅644px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

/*-------------------余白の設定-----------------------*/
 .column #contentsMain,
 .column #contentsLeft,
 .column #contentsRight  {
padding:0.5em;
}

/*-------------------見出し４-----------------------*/
 .midashi4:before, #singlePage .textBox h4:before{
top:0.7em;
}

/*-------------------見出しの書式-----------------------*/
  #wrapper h1{font-size:1.5em;}
  #wrapper h2{font-size:1.3em;}
  #wrapper h3{font-size:1.2em;}
  #wrapper h4{font-size:1.1em;}

/*-------------------ヘッダーの調整スタイル-----------------------*/
.header_note{
  font-size:0.7em;
}

/*-------------------メニューの調整-----------------------*/
#mainNav.stick {
  position: static;
}
.headerTop{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  padding: 0.2em 0; }
#wrapper{
margin-top:80px;
}


/*-------------------メニューの調整2-----------------------*/
.headerTop{
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eee;
  -moz-box-shadow: 0px 5px 10px 0px #eee;
  -webkit-box-shadow: 0px 5px 10px 0px #eee;}

/*-------------------フッタースタイル-----------------------*/
.footercontents .widgetArea{
margin:1em 0;
}

.footercontents .widgetArea ul li a{
padding:0.5em;
display:block;
}

/*-------------------footer内リスト-----------------------*/
/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_archive ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_recent_comments ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_recent_entries ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_text ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_categories ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_nav_menu ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_meta ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_welcart_category ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_welcart_page ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .widget_welcart_bestseller ul li:after  ,/*--リストマークの矢印型スタイル--*/
 .footercontents .usces_recent_entries ul li:after  {
top: 1.4em;
}
 .footercontents .widget_archive ul li,
 .footercontents .widget_recent_comments ul li,
 .footercontents .widget_recent_entries ul li,
 .footercontents .widget_text ul li,
 .footercontents .widget_categories ul li,
 .footercontents .widget_nav_menu ul li,
 .footercontents .widget_meta ul li,
 .footercontents .widget_welcart_category ul li,
 .footercontents .widget_welcart_page ul li,
 .footercontents .widget_welcart_bestseller ul li,
 .footercontents .usces_recent_entries ul li{
padding:0.3em 0 0.5em 0.8em;
}

/*-------------------copyright内リスト-----------------------*/
 #copyright .widget_archive ul, #copyright .widget_recent_comments ul, #copyright .widget_recent_entries ul, #copyright .widget_text ul, #copyright .widget_categories ul, #copyright .widget_nav_menu ul, #copyright .widget_meta ul, #copyright .widget_welcart_category ul, #copyright .widget_welcart_page ul, #copyright .widget_welcart_bestseller ul, #copyright .usces_recent_entries ul{
border-right: none;
border-top: 1px solid #cf4c8a;
}

 #copyright .widget_archive ul li,

 #copyright .widget_recent_comments ul li,

 #copyright .widget_recent_entries ul li,

 #copyright .widget_text ul li,

 #copyright .widget_categories ul li,

 #copyright .widget_nav_menu ul li,

 #copyright .widget_meta ul li,

 #copyright .widget_welcart_category ul li,

 #copyright .widget_welcart_page ul li,

 #copyright .widget_welcart_bestseller ul li,

 #copyright .usces_recent_entries ul li{
float:none;
clear:both;
margin:0;
}

 #copyright .widget_archive ul li a,

 #copyright .widget_recent_comments ul li a,

 #copyright .widget_recent_entries ul li a,

 #copyright .widget_text ul li a,

 #copyright .widget_categories ul li a,

 #copyright .widget_nav_menu ul li a,

 #copyright .widget_meta ul li a,

 #copyright .widget_welcart_category ul li a,

 #copyright .widget_welcart_page ul li a,

 #copyright .widget_welcart_bestseller ul li a,

 #copyright .usces_recent_entries ul li a{
text-align:center;
display:block;
margin:0;
padding:1em;
border-left: none;
border-bottom: 1px solid #cf4c8a;
}

/*-------------------ユーティリティ２-----------------------*/
.headerImg{
  padding-top: 70%;
}

/*-------------------ユーティリティ6-----------------------*/
.metaslider .slides,
.metaslider .slides li{
  height:350px;
  text-align:center;
}
.metaslider .slides li img{
  height:350px;
  width:160%;
  overflow:hidden;
}
.metaslider .caption-wrap .caption{
  font-size: 1em;
}

/*-------------------フリースタイル-----------------------*/
.pageTitle{
width:100%;
}
.breadcrumbs{
padding:0.5em;
}

/*-------------------フリースタイル２-----------------------*/
h1,h2,h3,h4,h5{
  line-height:1.3;
}
#header .container{
  margin-left:0.5em;
  margin-right:0.5em;
}
  #header .left img{
    max-width:95%; }

  #header .right {
    width: 30%; }
  #header .left {
    width: 55%; }
  #header #toggle{
  width:15%;}

/*スマホ時のメニューボタンのスタイル
---------------------------------------------*/
.menu-btn {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
.header-contact{
    width: 50px;
    height: 55px;
  text-align:center;
}
.menu-btn span,
.menu-btn::before,
.menu-btn::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    width: 30px;
    height: 2px;/*線の太さを変える*/
    margin: auto;
    background: #9e1957;
}
.menu-btn span {
    overflow: hidden;
    z-index: 1;
    color: #9e1957;
}
.menu-btn::before {
    z-index: 2;
    transform: translate(0, -8px);/*線の間隔を変える*/
    content: "";
}
.menu-btn::after {
    z-index: 2;
    transform: translate(0, 8px);/*線の間隔を変える*/
    content: "";
}
.menu-btn span {
    opacity: 1;
    transition: opacity 150ms 50ms;
}
.menu-btn::before,
.menu-btn::after {
    transition: transform 200ms;
}

.menu-btn.active span {
    opacity: 0;
    transition: opacity 150ms;
}
.menu-btn.active::before {
    transform: rotate(45deg);
}
.menu-btn.active::after {
    transform: rotate(-45deg);
}

.menu-text{
display:block;
font-size:0.7em;
width:100%;
text-align:center;
line-height:1;
margin-top:5px;
}


/*----------*/
}
/*----------*/
/* 幅380px以下から 
------------------------------------------------------------*/
@media only screen and (max-width: 380px){


/*----------*/
}
/*----------*/
