@charset "utf-8";
/*
Theme Name: template039013
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

*/

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

/*-------------------ベースカラム-----------------------*/





/*-------------------サイトスタイル-----------------------*/

body{
color:#222222;
background:#ffffff;
}
 a{
color:#f8b300;
}
 a:hover,
 a:active{
color:#222;
}
 #footer{
  background:#eee;
}
 #footer a{
  color:#222222;  
}
 #copyright{
  background:#333;
  color:#aaa;
}
 #copyright a{
  color:#ffffff;
}


.how-to a{
  color:#666;
  }
.how-to a:hover,
.how-to a:active{
  color:#aaa;
}







/*-------------------余白の設定-----------------------*/

/* margin */
.m-ll{margin:75px;}
.mt-ll{margin-top:75px;}
.mb-ll{margin-bottom:75px;}
.m-l{margin:60px;}
.mt-l{margin-top:60px;}
.mb-l{margin-bottom:60px;}
.m-mm{margin:45px;}
.mt-mm{margin-top:45px;}
.mb-mm{margin-bottom:45px;}
.m-m{margin:30px;}
.mt-m{margin-top:30px;}
.mb-m{margin-bottom:30px;}
.m-s{margin:15px;}
.mt-s{margin-top:15px;}
.mb-s{margin-bottom:15px;}
.m-ss{margin:10px;}
.mt-ss{margin-top:10px;}
.mb-ss{margin-bottom:10px;}
/* padding */
.p-ll{padding:75px;}
.pt-ll{padding-top:75px;}
.pb-ll{padding-bottom:75px;}
.pl-ll{padding-left:75px;}
.pr-ll{padding-right:75px;}
.p-l{padding:60px;}
.pt-l{padding-top:60px;}
.pb-l{padding-bottom:60px;}
.pl-l{padding-left:60px;}
.pr-l{padding-right:60px;}
.p-mm{padding:45px;}
.pt-mm{padding-top:45px;}
.pb-mm{padding-bottom:45px;}
.p-m{padding:30px;}
.pt-m{padding-top:30px;}
.pb-m{padding-bottom:30px;}
.pl-m{padding-left:30px;}
.pr-m{padding-right:30px;}
.p-s{padding:15px;}
.pt-s{padding-top:15px;}
.pb-s{padding-bottom:15px;}
.pl-s{padding-left:15px;}
.pr-s{padding-right:15px;}
.p-ss{padding:10px;}
.pt-ss{padding-top:10px;}
.pb-ss{padding-bottom:10px;}
.pl-ss{padding-left:10px;}
.pr-ss{padding-right:10px;}

.archive.container,
.single.container,
.section-ll{
  padding-top:75px;
  padding-bottom:75px;
}
.section-l{
  padding-top:60px;
  padding-bottom:60px;
}
.section-mm{
  padding-top:45px;
  padding-bottom:45px;
}
.section-m{
  padding-top:30px;
  padding-bottom:30px;
}
.section-s{
  padding-top:15px;
  padding-bottom:15px;
}
.section-ss{
  padding-top:10px;
  padding-bottom:10px;
}
.btn-box{
  margin-top:30px;
}
.post-box h1{
  margin-top:45px;
  margin-bottom:45px;
}
.post-box h2{
  margin-top:30px;
  margin-bottom:30px;
}
.post-box h3{
  margin-top:30px;
  margin-bottom:30px;
}
.post-box h4{
  margin-top:15px;
  margin-bottom:15px;
}






/*-------------------文字間・行間-----------------------*/


/*--bodyのスタイル--*/
body{
line-height:1.8;
letter-spacing:normal;
text-align:justify;
}
 p{
padding:0.5em 0;
}
 .lh-ll{
line-height:2.5!important;
}
 .lh-l{
line-height:2!important;
}
 .lh-mm{
line-height:1.8!important;
}
 .lh-m{
line-height:1.5!important;
}
 .lh-s{
line-height:1.3!important;
}
 .lh-ss{
line-height:1.1!important;
}








/*-------------------書体-----------------------*/

 body{
 	font-family: 'Noto Serif', 'Sawarabi Mincho', serif;font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}




/*-------------------文字サイズ-----------------------*/

body{font-size:16px;}
 h1{font-size:30px;}
 h2{font-size:24px;}
 h3{font-size:20px;}
 h4{font-size:18px;}
 .fs-ss{font-size:12px;}
 .fs-s{font-size:14px;}
 .fs-m{font-size:20px;}
 .fs-l{font-size:24px;}
 .fs-ll{font-size:30px;}




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

/*-------------------トップ見出し-----------------------*/

.title-top{
  text-align:center;
}
.title-top span{
  display:block;
  font-size:12px;
  font-weight:normal;
}








/*-------------------リンクスタイル-----------------------*/

a{
  text-decoration:none;  
}
main p a{
  text-decoration:underline;
}






/*-------------------見出し１-----------------------*/

 .title1,
 .post-contents h1{
display:inline-block;  
padding:0;
border-bottom:2px solid #f8b300;
}




/*-------------------見出し２-----------------------*/

 .title2 ,
 .post-contents h2 {
position:relative;  
color:#000;
/*color:#fff;*/
line-height: 1;
padding:0.5em 0.5em;
background: #f8b300;
}
 .title2:after,
 .title2:before ,
 .post-contents h2:after,
 .post-contents h2:before {
  position:absolute;
  width:10px;
  height:100%;
  content:"";
  top:0;
  left:5px;
  border-left:1px solid #ffffff;  
  border-right:1px solid #ffffff;  
}
 .title2:after,
 .post-contents h2:after{
  left:auto;
  right:5px;
}





/*-------------------見出し３-----------------------*/
 .title3, .post-contents h3{
color:#f8b300;
}

/*-------------------見出し４-----------------------*/
 .title4, .post-contents h4{
display:block;
padding:0.5em 1em;
line-heigth:1;
border-radius:2em;
border:solid 0.3em #f8b300;
margin:0.3em 0;
color: #f8b300;
font-weight:bold;
}


/*-------------------見出しの書式-----------------------*/

 #wrapper h1,
 #wrapper h2,
 #wrapper h3,
 #wrapper h4{
  line-height:1.4;
}




/*-------------------見出し５-----------------------*/

 .title5,
 .post-contents h5{
padding:0.3em 1em;
line-heigth:1;
border-radius:2em;
background:#31ae36;
/*background: #f8b300;*/
color: #ffffff;
}





/*-------------------ヘッダーPHP-----------------------*/










/*-------------------ヘッダーレイアウト-----------------------*/

header{
    background:#ffffff;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
    box-shadow: 5px 0px 10px 3px rgba(0,0,0,0.3);
}
header > .container{
    display: flex;
    align-items :center;
  padding-top:10px;
  padding-bottom:10px;
}
.logo{
    width:20%;
}
.desktop-nav{
    width:80%;
}
body{
  padding-top:60px;
}




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


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


/*-------------------メニューレイアウト-----------------------*/


/*レイアウトスタイル
---------------------------------------------*/
 .desktop-nav ul{
    display:flex;
    flex-wrap:wrap;/*折り返しあり*/
    justify-content: flex-end;/*右寄せ　指定しなければ左寄せになる*/
}
/*-------------------グローバルメニュー-----------------------*/
 .desktop-nav li {
    position: relative;
    margin-left:5px; }

 .desktop-nav li a {
  	text-decoration:none;
    display:inline-block;
    padding:0.5em 1em;
    font-weight: ##menufontbold;
    letter-spacing: 1px; }

 .desktop-nav li span {
    display:block;
    text-align:center;
    font-size:0.8em;
}

 .desktop-nav li:hover > ul{
    background:#ffffff;
    box-shadow: 5px 0px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 0px 10px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 0px 10px 3px rgba(0,0,0,0.3);
}

 .desktop-nav li:hover > ul > li {
    overflow: visible;
    height: auto;
}

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

 .desktop-nav .navbar-nav > li:last-child > ul {
    position: absolute;
    left: -5em;
    right: 0;
}

 .desktop-nav li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0; 
    margin: 0; 
}

 .desktop-nav li ul li a {
    display:block;
    text-align: left;
    padding:0.5em;;
    border-right: none; 
}

/*--孫要素の指定
----------------------------------*/
 .desktop-nav li ul li ul {
    top: 0;
    left: 100%;
}
/*--menu矢印 fontawsome--*/
.navbar-nav > .menu-item-has-children > a{
	padding-right:2em;
}
.navbar-nav > .menu-item-has-children > a{
	position:relative;
}
.navbar-nav > .menu-item-has-children > a:after{ 
	position:absolute;
	top:50%;
	right:10px;
	font-family: 'Font Awesome 5 Free';
	color:#222222;
	content:'\f078';
	margin-top:-0.9em;
	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:#222222;
	content:'\f105';
	font-weight: bold;
	font-size: 0.8em;
}
/*.icon-font a:hover:after,
.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:#f8b300;
}

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

.cta-btn a{
	background:#31ae36!important;
	color:#ffffff!important;  
  	border:1px solid #31ae36;
  	border-radius:5px;
}
.cta-btn.icon-font a,
.cta-btn.icon-font a:after{
	color:#ffffff!important; 
}
.cta-btn.icon-font a:hover,
.cta-btn.icon-font a:hover:after{
	background:#ffffff!important;
  	color:#31ae36!important;  
}
*/

 .desktop-nav li a {
    color:#222222;}

 .desktop-nav li a:hover,
 .desktop-nav li a:focus,
 .desktop-nav li.current-menu-item a{
    color: #f8b300;}

 .desktop-nav li ul{
    background:#ffffff;
}

 .desktop-nav li ul li ul:before {
    border-left-color: #f8b300;
}
 .desktop-nav li ul li:hover ul:before {
    border-left-color: #ffffff;
}
.mobile-nav{
    display: none;
}




/*-------------------メニューレイアウトの調整-----------------------*/
 

/*-------------------メニュースタイル-----------------------*/
 
 .desktop-nav li a{
  color:#aaa;
}
 .desktop-nav li a:hover{
  color:#f8b300;
}



/*-------------------メニュースタイルの調整-----------------------*/

 .desktop-nav{
  background:#ffffff;
  padding-top:5px;
  padding-bottom:5px;
}





/*-------------------メニュースタイルの調整2-----------------------*/



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

/*-------------------toggleスタイル-----------------------*/

    /*スマホ時のメニューボタンのスタイル
    ---------------------------------------------*/
     .toggle{
        padding: 10px 0px;
    }
     .menu-btn {
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 0;
        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: #f8b300;
    }
     .menu-btn span {
        overflow: hidden;
        z-index: 1;
        color: #f8b300;
    }
     .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;
    }




/*-------------------インデックスページ（index.php）-----------------------*/
 









/*-------------------フロントページ(front-page.php)-----------------------*/
 









/*-------------------固定ページ(page.php)-----------------------*/
 







/*-------------------カスタムページ（page-custom1.php）-----------------------*/
 










/*-------------------カスタムページ（page-custom2.php）-----------------------*/
 










/*-------------------単一ページ(single.php)-----------------------*/
 














/*-------------------一覧ページ(archive.php)-----------------------*/
 
.page-header.archive-page{
	background:url(https://webloco.webolha.com/themedesigners/sample4/wp-content/uploads/sites/23/2020/02/235f4b2056ae7a38b163953892d952c4_m.jpg)  
}



/*-------------------検索スタイル-----------------------*/
#searchStyle {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 3em; }
  #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 #31ae361;
    border-radius: 5px; }
  #searchStyle #searchButton {
    position: absolute;
    margin: 0;
    top: 50%;
    right: 5px;
    margin-top: -1em; }
  #searchStyle i {
    font-size: 1.5em; }

/*-------------------左サイド内リスト-----------------------*/
 #left .widget_archive ul, #left .widget_recent_comments ul, #left .widget_recent_entries ul, #left .widget_text ul, #left .widget_categories ul, #left .widget_nav_menu ul, #left .widget_meta ul, #left .widget_welcart_category ul, #left .widget_welcart_page ul, #left .widget_welcart_bestseller ul, #left .usces_recent_entries ul{
padding:0px;
margin:0px;
list-style:none;
/*line-height:1;*/
}
 #left .widget_archive ul li,
 #left .widget_recent_comments ul li,
 #left .widget_recent_entries ul li,
 #left .widget_text ul li,
 #left .widget_categories ul li,
 #left .widget_nav_menu ul li,
 #left .widget_meta ul li,
 #left .widget_welcart_category ul li,
 #left .widget_welcart_page ul li,
 #left .widget_welcart_bestseller ul li,
 #left .usces_recent_entries ul li{
	width:100%;
	padding:0px;
	position:relative;
}
 #left .widget_archive ul li span,
 #left .widget_archive ul li a ,
 #left .widget_recent_comments ul li span,
 #left .widget_recent_comments ul li a ,
 #left .widget_recent_entries ul li span,
 #left .widget_recent_entries ul li a ,
 #left .widget_text ul li span,
 #left .widget_text ul li a ,
 #left .widget_categories ul li span,
 #left .widget_categories ul li a ,
 #left .widget_nav_menu ul li span,
 #left .widget_nav_menu ul li a ,
 #left .widget_meta ul li span,
 #left .widget_meta ul li a ,
 #left .widget_welcart_category ul li span,
 #left .widget_welcart_category ul li a ,
 #left .widget_welcart_page ul li span,
 #left .widget_welcart_page ul li a ,
 #left .widget_welcart_bestseller ul li span,
 #left .widget_welcart_bestseller ul li a ,
 #left .usces_recent_entries ul li span,
 #left .usces_recent_entries ul li a {
	color:#222222;
	display:block;
	padding:10px 20px 10px 10px;
	border-bottom:solid 1px #eee;
}
 #left .widget_archive ul li a:hover ,
 #left .widget_recent_comments ul li a:hover ,
 #left .widget_recent_entries ul li a:hover ,
 #left .widget_text ul li a:hover ,
 #left .widget_categories ul li a:hover ,
 #left .widget_nav_menu ul li a:hover ,
 #left .widget_meta ul li a:hover ,
 #left .widget_welcart_category ul li a:hover ,
 #left .widget_welcart_page ul li a:hover ,
 #left .widget_welcart_bestseller ul li a:hover ,
 #left .usces_recent_entries ul li a:hover {
	color:#f8b300;
}
/*--リストマークのスタイル--*/
 #left .widget_archive ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_recent_comments ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_recent_entries ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_text ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_categories ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_nav_menu ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_meta ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_welcart_category ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_welcart_page ul li a:after,
/*--リストマークのスタイル--*/
 #left .widget_welcart_bestseller ul li a:after,
/*--リストマークのスタイル--*/
 #left .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 #f8b300;
border-right: solid 2px #f8b300;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}


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

/*-------------------左サイド見出し-----------------------*/

 .title-left-side{
padding: 0 0 10px 0;
line-height:1;
border-bottom:1px solid #f8b300;
}



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

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

/*-------------------シングルパーツ(content.php)-----------------------*/

.nav-box {
  margin: 0.5em 0;
  padding: 0.5em 0;
}
.nav-box .prev {
  width: 49%;
  float: left;
  text-align: left;
}
.nav-box .next {
  width: 49%;
float: right;
text-align: right;
}







/*-------------------単一スタイル-----------------------*/
 

.date-label{
  padding-bottom:15px;
  color:#aaa;
}
.post-contents{
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  margin-top:15px;
  margin-bottom:15px;
  padding-top:15px;
  padding-bottom:15px;
}



/*-------------------単一レイアウト-----------------------*/
 



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


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

/*-------------------右サイド見出し-----------------------*/

 .title-right-side{
padding: 0 0 10px 0;
line-height:1;
border-bottom:1px solid #f8b300;
}



/*-------------------一覧系パーツ(content-loop.php)-----------------------*/
 










/*-------------------一覧スタイル-----------------------*/
 
.archive-list .list-contents{
  padding:10px 0;
}
.archive-list .tag-box,
.archive-list .category-box{
  padding:10px 0;
  font-size:0.8em;
}
.archive-list .btn-box{
  text-align:right;
}






/*-------------------一覧レイアウト-----------------------*/

.archive-list{
  display:flex;
  flex-wrap:wrap;
}
.archive-list li{
  width:49%;
  margin-left:2%;
  margin-bottom:15px;
}
.archive-list li:nth-child(2n+1) {
  margin-left: 0;
}





/*-------------------最新の投稿（画像付き1）-----------------------*/
 
.recent-image-posts .btn-box{
	display:none;
}



/*-------------------メインコンテンツ見出し-----------------------*/
 

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

/*-------------------３つの特長コンテンツ-----------------------*/
 

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

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

.recent-posts{
  padding:10px;  
}
.recent-posts li{
  border-bottom:1px dotted #f8b300;
  padding:10px 0;
}
.recent-posts li .title,
.recent-posts li .date{
  display:inline-block;
}
.recent-posts li .date{
  width:20%;
}
.recent-posts li .category-box{
  padding:10px 0;
}





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


/*-------------------テーブルレイアウト-----------------------*/

.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;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 400;
  background: #f8b300;
  border: 1px solid #f8b300;
  border-radius:5px;
  color: #ffffff; }

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




/*-------------------アンカーボタンスタイル-----------------------*/

a.btn-main,button.btn-main,.desktop-nav li.btn-main a,input[type="button"].btn-main,input[type="submit"].btn-main {
  display: inline-block;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 400;
  background: #f8b300;
  border: 1px solid #f8b300;
  border-radius:5px;
  color: #ffffff; }

  a.btn-main:hover,button.btn-main:hover,.desktop-nav li.btn-main a:hover,input[type="button"].btn-main:hover,input[type="submit"].btn-main:hover {
    background: #ffffff;
    text-decoration:none;
    color: #f8b300; }




/*-------------------ボタンサイズ-----------------------*/
 .btn-s{
line-height:1;
padding:2px 10px!important;
}
 input[type="submit"],
 input[type="button"],
 .btn-m{
line-height:1;
padding:5px 20px!important;
}
 .btn-l{
line-height:1;
padding:10px 40px!important;
}




/*-------------------アクセントボタン-----------------------*/

a.btn-accent,button.btn-accent,.desktop-nav li.btn-accent a,input[type="button"].btn-accent,input[type="submit"].btn-accent {
  display: inline-block;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 400;
  background: #31ae36;
  border: 1px solid #31ae36;
  border-radius:5px;
  color: #ffffff; }

  a.btn-accent:hover,button.btn-accent:hover,.desktop-nav li.btn-accent a:hover,input[type="button"].btn-accent:hover,input[type="submit"].btn-accent:hover {
    background: #ffffff;
    text-decoration:none;
    color: #31ae36; }




/*-------------------サブボタン-----------------------*/

a.btn-sub,button.btn-sub,.desktop-nav li.btn-sub a,input[type="button"].btn-sub,input[type="submit"].btn-sub,input[type="button"][class^="back_"],input[type="submit"][class^="back_"] {
  display: inline-block;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 400;
  background: #cf000d;
  border: 1px solid #cf000d;
  border-radius:5px;
  color: #ffffff; }

  a.btn-sub:hover,button.btn-sub:hover,.desktop-nav li.btn-sub a:hover,input[type="button"].btn-sub:hover,input[type="submit"].btn-sub:hover,input[type="button"][class^="back_"]:hover,input[type="submit"][class^="back_"]:hover {
    background: #ffffff;
    text-decoration:none;
    color: #cf000d; }




/*-------------------ページャー-----------------------*/
 .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: #f8b300;
    border-radius: 5px;
    color: #ffffff;
    cursor: not-allowed;
    padding: 10px 20px;
}
 .pagenation li a {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 5px;
    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: #e68135;
    color: #ffffff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*-------------------カテゴリースタイル-----------------------*/

.btn-category {
  display: inline-block;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 400;
  border: 1px solid #f8b300;
  border-radius:5px;
  color:#f8b300;
  background:#ffffff;
}
  .btn-category:hover {
    background: #f8b300;
    text-decoration:none;
    color: #ffffff; }








/*-------------------タグスタイル-----------------------*/

.btn-tag {
  display: inline-block;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  font-weight: 400;
  border: 1px solid #f8b300;
  border-radius:5px;
  color:#f8b300;
  background:#ffffff;
}
  .btn-tag:hover {
    background: #f8b300;
    text-decoration:none;
    color: #ffffff; }








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

 ul.list-style {
    list-style: disc;
  	margin-left:15px;
}
 ul.list-style li { 
    color: #f8b300;
}
 ul.list-style li a{
  	display:block;
  	padding-bottom:10px;
}



/*-------------------リストスタイル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: #e68135;
  border-right-color: #e68135;
  width: 100%; }
  table#wp-calendar th {
    background: #f8b300;
    color: #ffffff;
    text-align: center;
    padding: 5px; }
  table#wp-calendar tr th {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #e68135;
    border-left-color: #e68135; }
  table#wp-calendar td {
    text-align: center;
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #e68135;
    border-left-color: #e68135; }
  table#wp-calendar caption {
    font-weight: bold;
    text-align: left; }
  table#wp-calendar tbody tr #today {
    background: #f8b300;
    color: #ffffff; }
  table#wp-calendar tbody tr #today a {
    color: #ffffff; }





/*-------------------inputスタイル-----------------------*/
 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="number"],
 input[type="password"],
 select,
 textarea{
border:solid 1px #ccc;
border-radius:5px;
  background:#ffffff;
}
 input:focus {
    border:solid 1px #f8b300;
}











/*-------------------inputレイアウト-----------------------*/

 input[type="text"],
 input[type="email"],
 input[type="password"],
 input[type="tel"],
 input[type="number"],
 select,
 textarea{
width:100%;
padding:5px 10px;
}
 input[type="tel"],
 input[type="number"],
 select{
width:auto;
}






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












/*-------------------javascript1-----------------------*/
 
.overlay-right,
.overlay-left{
  content: "";
  position: absolute;
  top:0;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.overlay-right{
  right:0;
}
.overlay-left{
  left:0;
}







/*-------------------javascript2-----------------------*/
 

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

/*-------------------javascript4-----------------------*/
 
/* sidebar追従
-----------------------------*/
#wrapper .contents-main{
    position:relative;
    align-items:flex-start;
}
#right,#left{
    positoion:absolute;
}












/*-------------------フッターレイアウト-----------------------*/
 
 #footer .footer-body .container{
	padding-top:60px;
	padding-bottom:60px;
}
 #copyright{
	padding-top:15px;
	padding-bottom:15px;
}




/*-------------------javascript5-----------------------*/
 

/*-------------------javascript6-----------------------*/
 

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

 #footer{
	font-size:0.9em;
}
 #footer a{
	text-decoration:none;
}
 #footer a:hover{
	text-decoration:underline;
}
 #footer .footer-sns ul{
  	font-size:2em;
	text-align:center;
}
 #footer .footer-sns ul li{
    display:inline-block;
    padding:15px;
}



/*footer内リストのスタイル
---------------------------------------*/

 #footer .widget_archive ul,
 #footer .widget_recent_comments ul,
 #footer .widget_recent_entries ul,
 #footer .widget_text ul,
 #footer .widget_categories ul,
 #footer .widget_nav_menu ul,
 #footer .widget_meta ul,
 #footer .widget_welcart_category ul,
 #footer .widget_welcart_page ul,
 #footer .widget_welcart_bestseller ul,
 #footer .usces_recent_entries ul{
padding:0;
margin:0;
list-style:none;
line-height:1;
}

 #footer .widget_archive ul li,
 #footer .widget_recent_comments ul li,
 #footer .widget_recent_entries ul li,
 #footer .widget_text ul li,
 #footer .widget_categories ul li,
 #footer .widget_nav_menu ul li,
 #footer .widget_meta ul li,
 #footer .widget_welcart_category ul li,
 #footer .widget_welcart_page ul li,
 #footer .widget_welcart_bestseller ul li,
 #footer .usces_recent_entries ul li{
display:inline-block;
padding:0;
margin:0.2em 0;
/*display:inline-block;*/
}

 #footer .widget_archive ul li a,
 #footer .widget_recent_comments ul li a,
 #footer .widget_recent_entries ul li a,
 #footer .widget_text ul li a,
 #footer .widget_categories ul li a,
 #footer .widget_nav_menu ul li a,
 #footer .widget_meta ul li a,
 #footer .widget_welcart_category ul li a,
 #footer .widget_welcart_page ul li a,
 #footer .widget_welcart_bestseller ul li a,
 #footer .usces_recent_entries ul li a{
display:block;
margin:0;
padding:0 0.6em;
border-left: 1px solid #333;
}
 #footer .widget_archive ul li:first-child a,
 #footer .widget_recent_comments ul li:first-child a,
 #footer .widget_recent_entries ul li:first-child a,
 #footer .widget_text ul li:first-child a,
 #footer .widget_categories ul li:first-child a,
 #footer .widget_nav_menu ul li:first-child a,
 #footer .widget_meta ul li:first-child a,
 #footer .widget_welcart_category ul li:first-child a,
 #footer .widget_welcart_page ul li:first-child a,
 #footer .widget_welcart_bestseller ul li:first-child a,
 #footer .usces_recent_entries ul li:first-child a{
border-left:none;  
}



/*-------------------copyrightスタイル-----------------------*/
 

/*-------------------footer内リスト-----------------------*/
 

/*-------------------copyright内リスト-----------------------*/
 

/*-------------------フッター見出し-----------------------*/
 .title-footer{
clear:both;
position: relative;
padding: 0.5em 0.3em 0.5em 0.7em;
color:#333;
}
 .title-footer:before{
content: "";
position:absolute;
top:0.6em;
left:0;
width: 5px;             /* 四角形の横幅 */
height: 1em;            /* 四角形の縦幅 */
background: #f8b300;
}






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


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

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

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

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

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

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

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

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

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





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

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

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


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

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

/*--overlay スタイル--*/
.overlay-wrapper,
.overlay{
  position: relative;
  width: 100%;
  padding-top: 30%;
  overflow: hidden;
  margin: 0 auto; }
.overlay.h-20{
  padding-top: 20%;  
}
.overlay-wrapper.h-40,
.overlay.h-40{
  padding-top: 40%;  
}
.overlay-wrapper.h-50,
.overlay.h-50{
  padding-top: 50%;  
}
.overlay-wrapper.h-60,
.overlay.h-60{
  padding-top: 60%;  
}
.overlay-wrapper.h-70,
.overlay.h-70{
  padding-top: 75%;  
}
.overlay-wrapper.h-full,
.overlay.h-full{
  padding:0;
  height:100vh;
}
  .overlay-wrapper .overlay-background,
  .overlay video,
  .overlay 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; }
  .overlay.video-top video,
  .overlay.img-top img {
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
  }
  .overlay.video-bottom video,
  .overlay.img-bottom img {
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
  } 
  .overlay-contents-bottom,
  .overlay-contents-top,
  .overlay-contents-center,
  .overlay-contents{
    position: absolute;
    top:0;
    left:0;
    margin:auto;
    width:100%;
    height:100%;
    text-align:center;
    z-index:2;
}
  .overlay-contents-bottom,
  .overlay-contents-top,
  .overlay-contents-center{
	display:flex;
	flex-wrap:wrap;/*折り返しあり*/
    flex-direction:column;
    align-items :center;
}
  .overlay-contents-center{
	justify-content :center;
}
  .overlay-contents-top{
     justify-content :flex-start;
}
  .overlay-contents-bottom{
     justify-content:flex-end;
}
.overlay-black1 {
background:rgba(0, 0, 0, 0.9);
color:#fff;
}
.overlay-black2 {
background:rgba(0, 0, 0, 0.7);
color:#fff;
}
.overlay-black3 {
background:rgba(0, 0, 0, 0.5);
color:#fff;
}
.overlay-black4 {
background:rgba(0, 0, 0, 0.3);
color:#fff;
}
.overlay-white1 {
background:rgba(255, 255, 255, 0.9);
}
.overlay-white2 {
background-color:rgba(255, 255, 255, 0.7);
}
.overlay-white3 {
background:rgba(255, 255, 255, 0.5);
}
.overlay-white4 {
background:rgba(255, 255, 255, 0.3);
}





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

.narrow{
  width:80%;
  margin-left:auto;
  margin-right:auto;
}
ul.column-5,ul.column-4,ul.column-3,ul.column-2{
  display:flex;
  flex-wrap:wrap;/*折り返しあり*/
}
ul.column-2 li{width:50%;}
ul.column-3 li{width:33.333%;}
ul.column-4 li{width:25%;}
ul.column-5 li{width:20%;}

ul.column-2 li:nth-child(2n+1),
ul.column-3 li:nth-child(3n+1),
ul.column-4 li:nth-child(4n+1),
ul.column-5 li:nth-child(5n+1) {

}

ul.li-margin{
  margin-left:-15px;
  margin-right:-15px;
}
ul.li-margin li{
  padding-left:15px;
  padding-right:15px;
}






/*-------------------ユーティリティ３-----------------------*/
 
/* ボーダー*/
.border-dotted-main{
border-bottom:dotted 1px #f8b300;
}
.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:#f8b300;}
.c-s{color:#e68135;}
.c-s2{color:#ebb388;}
.c-a{color:#31ae36;}
.c-a2{color:#63d76a;}
.c-a3{color:#dff5e0;}

/* 背景カラー*/
.b-m{background:#f8b300;}
.b-s{background:#e68135;}
.b-s2{background:#ebb388;}
.b-s3{background:#f5e1d3;}
.b-a{background:#31ae36;}
.b-a2{background:#63d76a;}
.b-a3{background:#dff5e0;}
.b-b{background:#ffffff;}

/* ボーダーカラー*/
.bc-m{border-color:#f8b300;}
.bc-s{border-color:#e68135;}
.bc-s2{border-color:#ebb388;}
.bc-s3{border-color:#f5e1d3;}
.bc-a{border-color:#31ae36;}
.btc-m{border-top-color:#f8b300;}
.btc-s{border-top-color:#e68135;}
.btc-s2{border-top-color:#ebb388;}
.btc-s3{border-top-color:#f5e1d3;}
.btc-a{border-top-color:#31ae36;}
.bbc-m{border-bottom-color:#f8b300;}
.bbc-s{border-bottom-color:#e68135;}
.bbc-s2{border-bottom-color:#ebb388;}
.bbc-s3{border-bottom-color:#f5e1d3;}
.bbc-a{border-bottom-color:#31ae36;}
.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;}
.gradation-main1{
background: #f8b300; /* Old browsers */
background: -moz-linear-gradient(left,  #f8b300 0%, #e68135 51%, #f8b300 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left,  #f8b300 0%,#e68135 51%,#f8b300 100%); /* Opera 11.10+ */
background: linear-gradient(to right,  #f8b300 0%,#e68135 51%,#f8b300 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b300', endColorstr='#e68135',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}
.gradation-main2{
background: #f8b300; /* Old browsers */
background: -moz-linear-gradient(left,  #f8b300 0%, #e68135 51%, #ebb388 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left,  #f8b300 0%,#e68135 51%,#ebb388 100%); /* Opera 11.10+ */
background: linear-gradient(to right,  #f8b300 0%,#e68135 51%,#ebb388 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b300', endColorstr='#ebb388',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}
.gradation-sub1{
background: #subcolor; /* Old browsers */
background: -moz-linear-gradient(left,  #f8b300 0%, #ebb388 51%, #f8b300 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left,  #f8b300 0%,#ebb388 51%,#f8b300 100%); /* Opera 11.10+ */
background: linear-gradient(to right,  #f8b300 0%,#ebb388 51%,#f8b300 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b300', endColorstr='#e68135',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}

.gradation-accent1{
background: #31ae36; /* Old browsers */
background: -moz-linear-gradient(left,  #31ae36 0%, #63d76a 51%, #31ae36 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left,  #31ae36 0%,#63d76a 51%,#31ae36 100%); /* Opera 11.10+ */
background: linear-gradient(to right,  #31ae36 0%,#63d76a 51%,#31ae36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31ae36', endColorstr='#63d76a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}
.gradation-accent2{
background: #31ae36; /* Old browsers */
background: -moz-linear-gradient(left,  #31ae36 0%, #63d76a 51%, #dff5e0 100%); /* FF3.6+ */
background: -webkit-linear-gradient(left,  #31ae36 0%,#63d76a 51%,#dff5e0 100%); /* Opera 11.10+ */
background: linear-gradient(to right,  #31ae36 0%,#63d76a 51%,#dff5e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31ae36', endColorstr='#dff5e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}








/*-------------------ユーティリティ４-----------------------*/
 
.text-shadow-black{
  text-shadow: 1px 2px 3px #808080;
}
.text-shadow-white{
  color:#fff;
  text-shadow: 1px 2px 3px #111;
}
.circle{
  display:flex;
  justify-content :center;
  align-items :center;
  border-radius:50%;
  font-weight:bold;
}
.circle-s{
  width:15px;
  height:15px;
}
.circle-m{
  width:30px;
  height:30px;
}
.circle-l{
  width:60px;
  height:60px;
  font-size:1.2em;
}



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

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

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

.required{
	display:block;
	background: #31ae36;
	color:#ffffff;
	float:right;
	width:3em;
	text-align:center;
	padding-left:0.2em;
	padding-right:0.2em;
}
.required2{
	display:block;
	background: #ffffff;
	color:#31ae36;
	float:right;
	width:3em;
	text-align:center;
	padding-left:0.2em;
	padding-right:0.2em;
	border:1px solid #31ae36;
}
.frame1 {
    background: #f8b300;
    border: 1px dashed rgba(255,255,255,0.8);
	margin:0 5px 5px 5px;
    box-shadow: 0 0 0 5px #f8b300;
    -moz-box-shadow: 0 0 0 5px #f8b300;
    -webkit-box-shadow: 0 0 0 5px #f8b300;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}

.frame2 {
    border: 4px #f8b300 solid;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}

.frame3 {
    border: #f8b300 dashed 1px;
    background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}

.frame4 {
    border: #f8b300 solid 1px;
    background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}

.frame5 {
    border: #fff solid 5px;
	/* box-shadow */
	box-shadow:0px 0px 6px 3px rgba(100,100,100,0.7);
	-moz-box-shadow:0px 0px 6px 3px rgba(100,100,100,0.7);
	-webkit-box-shadow:0px 0px 6px 3px rgba(100,100,100,0.7);
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}

.frame6 {
    border: #f8b300 solid 2px;
    background: #f5e1d3;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* 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;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
.frame8 {
	background: #ffffff;
	border:1px solid #31ae36;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
.frame9 {
    background: #31ae36;
    border: 1px dashed rgba(255,255,255,0.8);
	margin:0 5px 5px 5px;
    box-shadow: 0 0 0 5px #31ae36;
    -moz-box-shadow: 0 0 0 5px #31ae36;
    -webkit-box-shadow: 0 0 0 5px #31ae36;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
.frame10 {
    background: #31ae36;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
.frame11 {
    border: #31ae36 solid 2px;
    background: #63d76a;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
.frame12{
	background:#f8b300;
	color:#ffffff;
	border-radius:5px;
	padding:0.5em;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin-right:0.5em;
}

.frame13 {
    border: 2px #31ae36 solid;
    position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
 
.frame13:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 2px #31ae36 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
  background:#ffffff;
}
.frame14{
	background:#ccc;
	color:#ffffff;
	border-radius:5px;
	padding:0.1em 0.3em;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin-right:0.5em;
}
.img-thumb{
      border: #fff solid 5px;
	/* box-shadow */
	box-shadow:3px 3px 10px 0px rgba(100,100,100,0.5);
	-moz-box-shadow:3px 3px 10px 0px rgba(100,100,100,0.5);
	-webkit-box-shadow:3px 3px 10px 0px rgba(100,100,100,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
.tv-frame{
  position:relative;
  height:900px;
}
.tv-frame iframe{
  position:absolute;
  top:30%;
  left:15%;
  width:70%;
  height:50%;
}
.tv-frame .frame-img{
  width:100%;
  height:100%;
  pointer-events: none;
  position:absolute;
  top:0;
  left:0;
}





/*-------------------ユーティリティ6-----------------------*/
/*-----下向き矢印-----*/
.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 #f8b300;
}
.arrow-sub:before ,
.arrow2-sub:before {
  border-top: 2em solid #e68135;
}
.arrow-sub2:before ,
.arrow2-sub2:before {
  border-top: 2em solid #ebb388;
}
.arrow-accent:before,
.arrow2-accent:before {
  border-top: 2em solid #31ae36;
}
/*-----右向き矢印-----*/
.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 #f8b300;
}
.arrow-r-sub:before ,
.arrow2-r-sub:before {
  border-left: 2em solid #e68135;
}
.arrow-r-sub2:before ,
.arrow2-r-sub2:before {
  border-left: 2em solid #ebb388;
}
.arrow-r-accent:before,
.arrow2-r-accent:before {
  border-left: 2em solid #31ae36;
}


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

.img-thumb{
      border: #fff solid 5px;
	/* box-shadow */
	box-shadow:3px 3px 10px 0px rgba(100,100,100,0.5);
	-moz-box-shadow:3px 3px 10px 0px rgba(100,100,100,0.5);
	-webkit-box-shadow:3px 3px 10px 0px rgba(100,100,100,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
}
.img-shadow-m{
	box-shadow: 5px 5px #f8b300;
}
.img-shadow-a{
	box-shadow: 5px 5px #31ae36;
}
.img-shadow-s{
	box-shadow: 5px 5px #e68135;
}
.img-bb-m {
	border-bottom:2px solid #f8b300;
}
.img-stripe{
  position:relative;
}
.img-stripe:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  background:url(https://webloco.webolha.com/themedesigners/sample4/wp-content/uploads/sites/23/2020/02/stripe.png
);
  width:100%;
  height:100%;
  z-index:999;
}
.img-cut{
  position:relative;
  overflow:hidden;
}
/*.img-cut:after,*/
.img-cut:before{
  content:"";
  position:absolute;
  /*background:rgb(0,0,0,0.5);*/
  width:300px;
  height:50px;
  transform: rotate(-45deg);
  z-index:1;
}
.img-cut:before{
top: -50px;
left:-100px;
right:auto;
bottom: auto;    
}
.img-cut.cut-m:before{
  background:#f8b300;  
}
.img-cut.cut-a:before{
  background:#31ae36;  
}
/*
.img-cut:after{
top: auto;
left:auto;
right:-100px;
bottom: -50px;    
}
*/
.img-cut-half{
  position:relative;
  overflow:hidden;
}
.img-cut-half:after{
  content:"";
  position:absolute;
  background:rgb(0,0,0,0.5);
  left:-50%;
  width:100%;
  height:100%;
  transform: rotate(-70deg);
  z-index:1;
}
.img-skew-l{
  transform:skewX(30deg);
  overflow:hidden;
}
.img-skew-l img{
  width:100%; transform:skewX(-30deg) scale(1.5);
}
.img-skew-r{
  transform:skewX(-30deg);
  overflow:hidden;
}
.img-skew-r img{
  width:100%; transform:skewX(30deg) scale(1.5);
}
.img-overlay-black {
    background-color: black; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.img-overlay-black img{
    opacity: 0.5;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}

.img-overlay-main {
    background-color: #f8b300; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.img-overlay-main img{
    opacity: 0.3;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}

.img-overlay-accent {
    background-color: #31ae36; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.img-overlay-accent img{
    opacity: 0.3;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}
/*  背景fixed斜めカットスタイル
-------------------------------*/
.cut-b,
.cut-b>img,
.cut-b>.cut-container{
  	transform-origin:0 100%;
	overflow:hidden;  
}
.cur-r{
  margin-right:auto;
}
.cut-r.cut-b{
	transform:skewX(30deg);  
}
.cut-b.cut-b>.cut-container,
.cut-r.cut-b>img{
  	transform:skewX(-30deg);
}
.cut-l{
  margin-left:auto;
}
.cut-l.cut-b{
	transform:skewX(-30deg);  
}
.cut-l.cut-b>.cut-container,
.cut-l.cut-b>img{
  	transform:skewX(30deg);
}
.cut-t,
.cut-t>.cut-container,
.cut-t>img{
  	transform-origin:100% 0;
	overflow:hidden;  
}
.cut-t.cut-l{
	transform:skewX(30deg);  
}
.cut-t.cut-l>.cut-container,
.cut-t.cut-l>img{
  	transform:skewX(-30deg);
}
.cut-t.cut-r{
	transform:skewX(-30deg);  
}
.cut-t.cut-r>.cut-container,
.cut-t.cut-r>img{
  	transform:skewX(30deg);
}
.cut-l .cut-container{
  padding-left:250px;
  padding-right:100px;
}
.cut-r .cut-container{
  padding-left:100px;
  padding-right:250px;
}
/*  画像トライアングルカットスタイル
-------------------------------*/
.triangle-box{
  width: 100%;
  height: 15vw;
  position: relative; /* boxを基準点にする */
  overflow: hidden; /* はみ出した擬似要素を隠す */
}
.triangle-box:before {
    content: "";　/* 擬似要素を追加 */
    display: block;
    width:  100vw;
    height: 50vw;
  background:#fff;
    transform: rotate(15deg); /* 要素を回転させる */
    transform-origin: left top; /* 回転軸を左上に設定 */
    position: absolute;
    top: 0px;
    left: 0px;
}
.triangle-box:after {
    content: ""; /* 擬似要素を追加 */
    display: block;
    background:#fff;
    width: 100vw;
    height: 50vw;
    transform: rotate(-15deg); /* 要素を回転させる */
    transform-origin: right top; /* 回転軸を右上に設定 */
    position: absolute;
    top: 0px;
    right: 0px;
  }
.triangle-box-full{
  height: 100vh;
}
.triangle-box-h80{
  height: 80vh;
}
.triangle-box-h50{
  height: 50vh;
}
.triangle-box-h30{
  height: 30vh;
}
.triangle-box:before,
.triangle-box:after {
    top: 100%;
  margin-top:-15vw;
}

.bg-rotate{
    position: relative;
    z-index: 0;
  	overflow:hidden;
}
.bg-rotate::before {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 100px;
    left: 0;
    background:url('https://webloco.webolha.com/themedesigners/sample7/wp-content/themes/newtemplate/template_date/template098130/images/sample2.jpg');
    transform: skewY(-10deg);
    z-index: -1;
}

.askew{
  padding-bottom:5vw;
}
.askew-section {
  position: relative;
  z-index: 0;
}
.askew-section::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
 
  /*四角形を傾けます*/
  transform: skewY(-5deg);
  transform-origin: bottom left;
  z-index: -1;
  width:100%;
  height:100%;
  background:url('http://webloco.webolha.com/themedesigners/sample4/wp-content/uploads/sites/23/2018/04/living2.jpg');
}








/*-------------------ユーティリティ8-----------------------*/
ul.color-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.color-list li{
  width:14%;
  text-align: center;
}
ul.color-list li img{
  width:120px;
  height:120px;
  border-radius:50%;
  border:1px solid #ccc;
}

@media only screen and (max-width: 644px){
  ul.color-list li{
    width:50%;
    text-align: center;
  }
}
/*-------------------フリースタイル-----------------------*/
 
body{
  overflow-x:hidden;
}
.breadcrumbs{
  padding:15px 0;
}
#right h3{
  margin-top:30px;
  margin-bottom:15px;
}
#right .widgetArea:first-child  h3:first-child{
  margin-top:0;
}
#left h3{
  margin-top:30px;
  margin-bottom:15px;
}
#left .widgetArea:first-child  h3:first-child{
  margin-top:0;
}
.title-first{
  line-height:1;
  margin-bottom:15px;
}
main .title-top:first-child{
  margin-bottom:15px;
}
.mincho{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.frontpage-header{
position:relative;  
height:100vh;
  overflow:hidden;
}
.page-header{
height:400px;
position:relative;
  overflow:hidden;
}
.page-header .header-container,
.frontpage-header .header-container{
position:absolute;
width:100%;
top:0;
left:0;
display:flex;
flex-wrap:wrap;/*折り返しあり*/
justify-content :center;
align-items :center;
height:100%;
}








/*-------------------ステップボックス-----------------------*/

.step-box{
  margin-top:25px;
  margin-bottom:25px;
  border:3px solid #f5e1d3;
  border-radius:5px;
}
.step-box .step{
  line-height:1;
  display:inline-block;
  color:#f5e1d3;
  border:3px solid #f8b300;
  background:#f8b300;
  border-radius:5px;
  padding:5px;
}
.step-box-title{
  border-bottom:1px solid #f5e1d3;
  padding-bottom:5px;
}
.step-box-right,
.step-box-left{
  padding:15px;
}







/*-------------------フリースタイル２-----------------------*/
 
ul.list-style li{
  padding-top:5px;
  padding-bottom:5px;
}
.border-m{
  margin-top:30px;
  margin-bottom:60px;
  border-bottom:1px solid #f8b300;
}
.border-b{
  margin-top:30px;
  margin-bottom:60px;
  border-bottom:1px solid #000000;
}
.frame-m{
  border:1px solid #f8b300;
  border-radius:5px;
}
.frame-b{
  border:1px solid #000000;
  border-radius:5px;
}
.frame-s1{
  border:1px solid #e68135;
  border-radius:5px;
}
.number{
  color:#31ae36;
/*  color:#f8b300;*/
  display:inline-block;
  font-size:2.5em;
  padding-right:15px;
}
.flex-nowrap{
  flex-wrap:nowrap;
}





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



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

.img-hover{
  display:block;
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  margin: 0 auto;
  transition-duration: 0.5s; /*変化の時間*/
}
.h-60.img-hover{
  padding-top: 60%;  
}
.h-55.img-hover{
  padding-top: 55%;  
}
.h-50.img-hover{
  padding-top: 50%;  
}
.img-hover:before {
    content: "MORE";
    display: inline-block;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -2em;
  	color:#fff;
    opacity: 0;
}
.img-hover img {
    position: absolute;
    top: 0%;
    left: 0%;
    -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;
}
.img-hover:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
	opacity: 0.7;	/* 小さくするほど暗くなります */
}
.img-hover:hover:before {
  opacity:1;
}







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



/*-------------------カードスタイル-----------------------*/
 
 .card{
  position:relative;
  width:100%;
  border-radius:5px;
  border-bottom:3px solid #f8b300;
  height: 100%;
  background:#ffffff;
  box-shadow:0px 3px 10px 0px rgb(100,100,100,0.5);
}
 .card .card-contents{
  padding:10px;
}
 .card .card-contents a{
  text-decoration:none;
}
 .card .date-label{
  color:#999;
}
 .card .card-title{
  line-height:1.5;
}



/*-------------------カードスタイル-----------------------*/
 




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

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

/*-------------------ヘッダーレイアウト-----------------------*/
    header > .container{
        margin:0;
        padding:0;
		height:60px;
      position:relative;
      max-width:100%;
    }

    .logo{
        width:60%;
        padding: 10px;
    }
    .logo img{
      max-height:60px;
    }
    .toggle{
        width:60px;
        height:60px;
        position: absolute;
        top:0;
        right:0;
    }
    .cta-nav{
        width:60px;
        height:60px;
        position: absolute;
        top:0;
        right:60px;
    }
    .cta-nav a{
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      color:#ffffff;
      background:#31ae36;
      width:60px;
      height:60px;
      line-height: 0.7;
    }
    .mobile-nav{
      position: fixed;
      top:0px;
      padding-top:80px;
      width:100%;
      height:100%;
      background:#ffffff;
      z-index: 99;
      overflow: scroll;
    } 

/*-------------------メニューレイアウト-----------------------*/
	.menu_open{
        display: block;
    }
    .desktop-nav{
        display: none;
    } 
	.mobile-nav li a{
        padding:15px;
        text-align:center;
        display: block;
        text-decoration:none;
      	color:#222222;
	} 
    .mobile-nav li a:hover,
    .mobile-nav li a:focus,
    .mobile-nav li.current-menu-item a{
    	color: #f8b300;
	}
    /* submenuのスタイル
	----------------------------------*/
    .mobile-nav li ul.sub-menu{display:none;}
    /*--menu矢印 fontawsome--*/
    .mobile-nav li.menu-item-has-children a{
        position:relative;
    }
    .mobile-nav li.menu-item-has-children.open > a:after,
    .mobile-nav li.menu-item-has-children > a:after{ 
        position:absolute;
        top:50%;
        right:10px;
        font-family: 'Font Awesome 5 Free';
        color:#222222;
        content:'\f078';
        margin-top:-0.5em;
        font-size: 0.8em;
        font-weight: bold;
    }
    .mobile-nav 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;
    }
    */

/*-------------------メニューレイアウトの調整-----------------------*/
    .menu_open{
        display: block;
    }
    .desktop-nav{
        display: none;
    } 
	.mobile-nav li a{
        padding:15px;
        text-align:center;
        display: block;
        text-decoration:none;
	}    
    /* submenuのスタイル
	----------------------------------*/
    .mobile-nav li ul.sub-menu{display:none;}
    /*--menu矢印 fontawsome--*/
    .mobile-nav li.menu-item-has-children a{
        position:relative;
    }
    .mobile-nav li.menu-item-has-children.open > a:after,
    .mobile-nav li.menu-item-has-children > a:after{ 
        position:absolute;
        top:50%;
        right:10px;
        font-family: 'Font Awesome 5 Free';
        color:#222222;
        content:'\f078';
        margin-top:-0.5em;
        font-size: 0.8em;
        font-weight: bold;
    }
    .mobile-nav 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;
    }
    */

/*-------------------toggleスタイル-----------------------*/
 

/*-------------------ユーティリティ１-----------------------*/
.overlay-wrapper.h-full,
.overlay.h-full{
  padding-top: 100%;
  height:auto;
}

/*-------------------ユーティリティ２-----------------------*/
.narrow{
  width:100%;
}

/*-------------------ユーティリティ5-----------------------*/
.tv-frame{
  height:700px;
}

/*-------------------ユーティリティ7-----------------------*/
.cut-l .cut-container{
  padding-left:250px;
  padding-right:50px;
}
.cut-r .cut-container{
  padding-left:50px;
  padding-right:250px;
}
.triangle-box{
  height: 20vw;
}
.triangle-box-full-tablet{
  height: 100vw;
}
.triangle-box-h80-tablet{
  height: 80vw;
}
.triangle-box-h65-tablet{
  height: 65vw;
}
.triangle-box-h50-tablet{
  height: 50vw;
}
.triangle-box-h30-tablet{
  height: 30vw;
}
.triangle-box:before,
.triangle-box:after {
  margin-top:-20%;
}


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


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

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

.p-ll-mobile{padding:75px;}
.p-l-mobile{padding:60px;}
.p-mm-mobile{padding:45px;}
.p-m-mobile{padding:30px;}
.p-s-mobile{padding:15px;}
.p-ss-mobile{padding:10px;}

/*-------------------文字サイズ-----------------------*/
body{font-size:16px;}
 h1{font-size:24px;}
 h2{font-size:20px;}
 h3{font-size:18px;}
 h4{font-size:16px;}
 .fs-m{font-size:18px;}
 .fs-l{font-size:20px;}
 .fs-ll{font-size:24px;}
 .fs-ss-mobile{font-size:12px;}
 .fs-s-mobile{font-size:14px;}

/*-------------------メニュースタイルの調整-----------------------*/
.mobile-nav{
  background:#ffffff;
}

/*-------------------一覧レイアウト-----------------------*/
.archive-list li{
  width:98%;
  margin-left:1%;
  margin-right:1%;
}
.archive-list li:nth-child(2n+1) {
  margin-left:1%;
  margin-right:1%;
}

/*-------------------最近の投稿(画像無し)-----------------------*/
.recent-posts li .date{
  width:100%;
}

/*-------------------inputレイアウト-----------------------*/
 input[type="tel"],
 input[type="number"],
 select{
width:100%;
}

/*-------------------フッターレイアウト-----------------------*/
#footer .footer-body .container{
	padding-top:30px;
	padding-bottom:30px;
}

/*-------------------フッター見出し-----------------------*/
 .title-footer:before{
top:0.7em;
}

/*-------------------ユーティリティ１-----------------------*/
.overlay.h-20{
  padding-top: 60%;  
}
.overlay{
  padding-top: 75%;
}
.overlay.h-40{
  padding-top: 80%;  
}
.overlay.h-50{
  padding-top: 85%;  
}
.overlay.h-60{
  padding-top: 90%;  
}
.overlay.h-70{
  padding-top: 95%;  
}

.overlay video,
.overlay img {
  max-width: 130%;
} 

/*-------------------ユーティリティ5-----------------------*/
.tv-frame{
  height:500px;
}

/*-------------------ユーティリティ7-----------------------*/
.cut-l .cut-container{
  padding-left:15px;
  padding-right:15px;
}
.cut-r .cut-container{
  padding-left:15px;
  padding-right:15px;
}
.cut-t,.cut-b,
.cut-t>.cut-container,
.cut-b>.cut-container{
	overflow:visible;  
}
.triangle-box{
  height: 30vw;
}
.triangle-box-full-mobile{
  height: 100vw;
}
.triangle-box-h80-mobile{
  height: 80vw;
}
.triangle-box-h65-mobile{
  height: 65vw;
}
.triangle-box-h50-mobile{
  height: 50vw;
}
.triangle-box-h30-mobile{
  height: 30vw;
}

/*-------------------フリースタイル-----------------------*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    margin-bottom:15px;
}
.frontpage-header{
position:relative;  
height:600px;
  overflow:hidden;
}
.frontpage-header img{
max-width:250%;
}

/*-------------------フリースタイル２-----------------------*/
.logo img {
    max-height: 45px;
}
.section-ll{
  padding-top:45px;
  padding-bottom:45px;
}
.border-m{
  margin-top:10px;
  margin-bottom:30px;
  border-bottom:1px solid #f8b300;
}
.num-box{
}
.num-box input[type="number"]{
  width:3em;
}

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


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