/*
Theme Name: twentyseventeen-child
Template: twentyseventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
*/

/*!
 * ress.css 窶｢ v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}

/* # =================================================================
   # General elements
   # ================================================================= */audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}

/* # =================================================================
   # Forms
   # ================================================================= */input{border-radius:0}[type="submit"] [role="button"],[type=button],[type=reset],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}

/* # =================================================================
   # Specify media element style
   # ================================================================= */img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}

/* # =================================================================
   # Accessibility
   # ================================================================= */@media screen{[hidden~=screen]{display:inherit}[hidden~="screen"]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}

/* # =================================================================
   # Selection
   # ================================================================= */::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}

ul,li{list-style:none;}
body{font-size: 14px;color: #686868;line-height: 1.8;}
.wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.c-video video{
	width: 100%;
}
.c-wrapper{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.serif{
	    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	

}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
header{
	background:url(https://amoujpp.sbs/img/common/header-bg.jpg);
	background-size:cover;
}
header .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
header img{
	
	width: 100%;
}
header .logo{
	width: 150px;
	margin-right: 30px;
}
header .ttl{
	font-size: 12px;
	color: #fff;
	font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}
header .hour{
	font-size: 14px;
	margin-top: 10px;
}
header .hour .ttl{
	background: #fff;
	padding: 5px;
	color: #a48f48;
	text-align: center;
	margin-right: 10px;
}
header .hour .open{
	color: #fff;
}
header .txt{
	padding: 15px 0;
}
header .btn{
	margin:0 0 0 auto;
}
header .btn ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header .btn a{
	text-decoration: none;
	width: 130px;
	display: block;
	padding:15px 10px 15px 15px;	
	margin-left: 10px;
	line-height: 1;
}
header .btn .contact{

	color: #453a15;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2c966+0,f1f0af+50,f9e9bc+100 */
background: #f2c966; /* Old browsers */
background: -moz-linear-gradient(45deg, #f2c966 0%, #f1f0af 50%, #f9e9bc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f2c966 0%,#f1f0af 50%,#f9e9bc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f2c966 0%,#f1f0af 50%,#f9e9bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c966', endColorstr='#f9e9bc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 8px;
font-weight: bold;
}
header .btn .contact:after{
	content:">";
	display: inline-block;
	  -moz-transform:    scale( .6,1 );
	  -webkit-transform: scale( .6,1 );
	  -o-transform:      scale( .6,1 );
	  -ms-transform:     scale( .6,1 );
	  transform:         scale( .6,1 );	
position: relative;
    float: right;
    top: -1px;	  
}
header .btn .reserve{

	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#382d0e+0,5b4b24+100 */
background: #382d0e; /* Old browsers */
background: -moz-linear-gradient(45deg, #382d0e 0%, #5b4b24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #382d0e 0%,#5b4b24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #382d0e 0%,#5b4b24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382d0e', endColorstr='#5b4b24',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 8px;

}
header .btn .reserve:after{
	content:">";
	display: inline-block;
	  -moz-transform:    scale( .6,1 );
	  -webkit-transform: scale( .6,1 );
	  -o-transform:      scale( .6,1 );
	  -ms-transform:     scale( .6,1 );
	  transform:         scale( .6,1 );	
position: relative;
    float: right;
    top: -1px;	  
}
nav{
		background: #2b2b2b;
		padding: 10px 0;

}
nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	width: 1000px;
	margin:0 auto;
}
nav a{
	color: #fff;
	text-decoration: none;
}
.red{
	color: #801b19;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.home .area01{
	background:url();
	background-size: cover;
	text-align: center;
	padding: 60px 0;
}
.home .area01 .pic{
	text-align: center;
	width: 1000px;
	margin:0 auto;
}
.home .area01 .pic img{
	width: 100%;
}
.home .area02{
	padding: 80px 0;
	background:url(https://amoujpp.sbs/img/common/footer-bg2.png);
    
}
.home .area02 .block{
	margin-bottom: 40px;
}
.home .area02 h3{
	text-align: center;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.home .area02 .btn {
    font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    display: inline-block;
    text-align:center;
}
.home .area02 .btn a {
    display: block;
    border-radius: 4px;
    padding: 6px 40px 6px 20px;
    border: 1px solid #a48c37;
    color: #a48c37;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    margin:20px 0 30px 0;
    width: 450px;
    background:rgba(255,255,255,5);
    
}
.home .area02 .btn a.color {
    color: #fff;
    background: #382d0e;
    background: -moz-linear-gradient(45deg, #382d0e 0%, #5b4b24 100%);
    background: -webkit-linear-gradient(45deg, #382d0e 0%,#5b4b24 100%);
    background: linear-gradient(45deg, #382d0e 0%,#5b4b24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382d0e', endColorstr='#5b4b24',GradientType=1 );
}
.home .area02 .btn a:before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #a48c37;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.home .area02 .btn a:after {
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.home .area02 .btn a.color:before {
    background: #fff;
    content: "";

}
.home .area02 .btn a.color:after {

    border-left: 3px solid #a48c37;

    content: "";
}

.home .area02 .box{
	text-align:center;
	display:block;
}
.home .area-pic{
	width: 760px;
	margin:0 auto 40px auto;
	height: 280px;
	text-align: center;
    position: relative;
    z-index: 1;
    overflow: visible;
}
.home .area-pic li{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.home .area-pic img{
	border:1px solid #ccc;
	box-sizing: border-box;
	width: 100%;
}
.index .mv img{
	width: 100%;
}
.index .area01 .box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin:60px auto;
}
.index .area01 .box-in{
	width: 33.3%;
}
.index .area01 img{
	width: 100%;
}
.index .area01 .box ul{
	margin:0 auto;
	height: auto;
	text-align: center;
    position: relative;
    z-index: 1;
    overflow: visible;	
}
.index .area01 .box-in li{
	margin:0 1%;
}
/*
.index .area01 .box-in li{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}	
*/
.index .area02{
	background:url(https://amoujpp.sbs/img/common/footer-bg.jpg);
	background-size:cover;
	padding: 50px 0;
}

.index .mv{
	width: 100%;
	margin:0 auto;
	height: 43vw;
	text-align: center;
    position: relative;
    z-index: 1;
    overflow: visible;
}
.index .mv li{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.index .mv img{
	width: 100%;
}
.home .area02{
	background:url(https://amoujpp.sbs/img/common/footer-bg2.png);
	background-size:100% auto;
	padding:50px 0;
}
.home .area02 dl,
.index .area02 dl{
	padding: 10px 0;
	width: 650px;
	margin:0 auto;
}
.home .area02 .link{
	text-align: right;
	width: 650px;
	margin:0 auto;
	color: #a48f48;
    font-weight: bold;
    display: block;
    font-size: 15px;
    position: relative;
    padding-right: 15px;
}
.home .area02 .link:after {
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #a48f48;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.home .area02 .link a{
	color: #a48f48;	
}
.home .area02 a,
.index .area02 a{
	color: #000;
}
.home .area02 h2,
.index .area02 h2 {
    position: relative;
    text-align: center;
    margin: 30px auto 20px;
    width: 650px;
	font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;    
  }
.home .area02 h2:before,  
.index .area02 h2:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 260px;
    height: 1px;
    position: absolute;
    left:0;
    top: 50%;
    z-index: 1;
}
.home .area02 h2:after,
.index .area02 h2:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 260px;
    height: 1px;
    position: absolute;
    right:0;
    top: 50%;
    z-index: 1;
}
.home .area02 h2 span,
.index .area02 h2 span {
    background: #fff;
    position: relative;
    z-index: 5;
}

.index .area03 .ttl{
    background:url(https://amoujpp.sbs/img/about/ttl-bg.png);
    background-size:cover;
    padding: 40px 0;	
    margin: 0 auto 20px;

}
.index .area03 h2 {
    position: relative;
    text-align: center;
	font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;    
	width: 650px;
	margin:0 auto;
  }
.index .area03 h2:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 180px;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0;
    z-index: 1;
}
.index .area03 h2:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 180px;
    height: 1px;
    position: absolute;
    top: 50%;
    right:0;
    z-index: 1;
}
.index .area03 h2 span {
    position: relative;
    z-index: 5;
}
.index .area03 h3{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
text-align: center;
line-height: 2;
font-weight: normal;	
margin-bottom: 20px;
}
.index .area03 .video{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 20px 0;
}
.index .area03 .video video{
	height: 280px;
	
}
.index .area03 .video video:first-child{
	margin-right: 20px;
}
.index .area03 .subttl01{
	color: #a48c37;
	font-weight: bold;
}
.index .area03 .subttl03{
	color: #a48c37;
	font-weight: bold;
	border-radius: 6px;
	padding: 4px 10px;
	border:1px solid #a48c37;
	display: inline-block;
	margin:20px 0 10px 0;
}

.index .area03 .pic{
	width: 400px;
}
.index .area03 .pic img{
	width: 100%;
}
.index .area03 .txt{
	width: 500px;
	margin-left: 30px;
}
.index .area04 .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.index .area04 .wrapper img{
	width: 100%;
}
.index .area04 .wrapper dl{
	width: 45%;
}
.index .area04 .wrapper dt{
	position: relative;
}
.index .area04 .wrapper dt .box{
	line-height: 1.5;
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 15px 0;
	z-index:3;
	text-align: center;
	background:rgba(255,255,255,.7);
}
.index .area04 .wrapper dt h4{
	color: #a48c37;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 26px;
}
.index .area04 .wrapper dt .txt{
	color: #801b19;
	font-weight: bold;
	font-size: 25px;
	}
.index .area04 .wrapper dt .txt small{
	font-size: 14px;
	color: #686868;
	font-weight: normal;
	padding:0 5px;
}	
.index .area04 .wrapper dd{
	margin-top: 10px;
	
}
.index .area04 .ttl{
    background:url(https://amoujpp.sbs/img/about/ttl-bg.png);
    background-size:cover;
    padding: 40px 0;	
    margin: 30px auto 20px;

}

.index .area04 h2 {
    position: relative;
    text-align: center;
	font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;    
	width: 650px;
	margin:0 auto;
  }

.index .area04 h2:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 220px;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0;
    z-index: 1;
}

.index .area04 h2:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 220px;
    height: 1px;
    position: absolute;
    top: 50%;
    right:0;
    z-index: 1;
}

.index .area04 h2 span {
    position: relative;
    z-index: 5;
}

.index .area05 h2 {
    position: relative;
    text-align: center;
	font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;    
	width: 650px;
	margin:0 auto;
  }

.index .area05 h2:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 140px;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0;
    z-index: 1;
}

.index .area05 h2:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 140px;
    height: 1px;
    position: absolute;
    top: 50%;
    right:0;
    z-index: 1;
}
.index .area05 h2 span {
    position: relative;
    z-index: 5;
}
.index .area05 .ttl{
    background:url(https://amoujpp.sbs/img/about/ttl-bg.png);
    background-size:cover;
    padding: 40px 0;	
    margin: 30px auto 20px;

}
.index .area05 h3{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
text-align: center;
line-height: 2;
font-weight: normal;	
margin-bottom: 20px;
}
.index .area05 h4{
	color: #a48c37;
	font-weight: bold;
	text-align: center;
}
.index .area05 ul{
	text-align: center;
	display: inline-block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 680px;
	margin: 15px auto 25px;
}
.index .area05 li{
	border-radius:4px;
	background: #801b19;
	color: #fff;
	text-align: center;
	padding: 4px 8px;
}
.index .area05 .df{
	width: 460px;
	margin:0 auto;
}
.index .area05 .txt{
	width: 400px;
	margin-right: 20px;
}
.index .area05 .pic{
	width: 200px;
}
.index .area05 .pic img{
	width: 100%;
}
.index .area05 h5{
	color: #a48c37;
	font-weight: bold;
	border-radius: 6px;
	padding: 4px 10px;
	border:1px solid #a48c37;
	display: inline-block;
	margin:20px 0 10px 0;
	font-size: 14px;
}

.index .area06 h2 {
    position: relative;
    text-align: center;
	font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;    
	width: 650px;
	margin:0 auto;
  }

.index .area06 h2:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 140px;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0;
    z-index: 1;
}

.index .area06 h2:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 140px;
    height: 1px;
    position: absolute;
    top: 50%;
    right:0;
    z-index: 1;
}
.index .area06 h2 span {
    position: relative;
    z-index: 5;
}
.index .area06 .ttl{
    background:url(https://amoujpp.sbs/img/about/ttl-bg.png);
    background-size:cover;
    padding: 40px 0;	
    margin: 30px auto 20px;

}
.index .area06 .df{
	width: 620px;
	margin:0 auto;
}
.index .area06 .txt{
	width: 400px;
	margin-left: 20px;
}
.index .area06 .pic{
	width: 170px;
}
.index .area06 .pic img{
	width: 100%;
}
.index .area06 h3{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
text-align: center;
line-height: 2;
font-weight: normal;	
margin-bottom: 20px;
}

.index .area06 h4{
	color: #a48c37;
	font-weight: bold;
	border-radius: 6px;
	padding: 4px 10px;
	border:1px solid #a48c37;
	display: inline-block;
	margin:20px 0 10px 0;
	font-size: 14px;
}
.index .area07{
	margin-bottom: 60px;
}
.index .area07 h2 {
    position: relative;
    text-align: center;
	font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;    
	width: 650px;
	margin:0 auto;
  }

.index .area07 h2:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 140px;
    height: 1px;
    position: absolute;
    top: 50%;
    left:0;
    z-index: 1;
}

.index .area07 h2:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 140px;
    height: 1px;
    position: absolute;
    top: 50%;
    right:0;
    z-index: 1;
}
.index .area07 h2 span {
    position: relative;
    z-index: 5;
}
.index .area07 .ttl{
    background:url(https://amoujpp.sbs/img/about/ttl-bg.png);
    background-size:cover;
    padding: 40px 0;	
    margin: 30px auto 20px;

}
.index .area07 .wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.index .area07 dl{
	width: 48%;
	display: flex;
	margin-top: 20px;
	margin-right: auto;
	margin-left:20px;
}
.index .area07 dt{
	width: 150px;
	margin-right: 20px;
}
.index .area07 dt img{
	width: 100%;
}
.index .area07 dd{
	width: 300px;
}
.index .area07 dd h3{
	    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}
footer{
    background:url(https://amoujpp.sbs/img/common/footer-bg.png);
    background-size:cover;	

}
.under footer{
	    padding-top: 50px;
}
footer .btn {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
width: 410px;
margin:0 auto;
}
footer .btn a{
	display: block;
	border-radius:4px;
	padding: 6px 40px 6px 20px;
	border:1px solid #a48c37;
	color: #a48c37;
	text-decoration: none;
	font-size: 20px;
	position: relative;
	margin:0 0 50px 0;
}

footer .btn a:before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #a48c37;
position: absolute;
top: 0;
bottom: 0;
right: 10px;
margin: auto;
content: "";
vertical-align: middle;	
}
footer .btn a:after{
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
position: absolute;
top: 0;
bottom: 0;
right: 11px;
margin: auto;
content: "";
vertical-align: middle;	
}
footer .inner{
	background: rgba(254,231,193,.5);
	padding: 30px 0;

}
footer .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .logo{
	width: 210px;
}
footer .logo img{
	width: 100%;
}
footer .address{
	font-size: 13px;
	line-height: 1;
}
footer a{
	font-size: 13px;
	text-decoration: none;
		
}
footer ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	    width: 460px;
}
footer li{
	margin-left: 50px;
}
footer li a{
	display: block;
	padding: 5px;
	position: relative;
	color: #686868;
	width: 180px;
}
footer li a:after{
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #a48f48;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;		
}
footer .copy{
	background: #a48f48;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

.under .common-ttl{
	background:url(https://amoujpp.sbs/img/common/bg-ttl.png);
	background-size:cover;
	text-align: center;
	padding: 40px 0;
	position: relative;
    text-align: center;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;
    font-size: 24px;
    letter-spacing:.3em;
}
.flow .area01 .block,
.flow .area02 .block{
	width: 1000px;
	margin:60px auto 0;
}
.flow .block2 ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
}
.flow .block2 li{
	width: 23%;
	margin:0 .5%;
}
.flow .area01 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin:0 0 50px;
}
.flow .area01 dt{
	width: 60px;
	margin-right: 40px;
}
.flow .area01 dt img{
	width: 100%;
}
.flow .area01 dd{
	    width: 950px;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
}
.flow .area01 dd .pic{
	width: 30%;
	margin-right: 3%;
}
.flow .area01 dd img{
	width: 100%;
}
.flow .area01 dd .txt{
	width: 67%;
}
.flow .block2 h4,
.flow .area01 dd h3{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 22px;
    font-weight: normal;
    margin:0 0 10px;
	
}
.flow .area01 dd .txt .btn2{
	margin-top: 5px;
	color: #a48f48;
	font-weight: bold;
	display: block;
	font-size: 15px;
	position: relative;
	text-align: right;
	    padding-right: 15px;
}
.flow .area01 dd .txt  .btn2:after {
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #a48f48;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.flow .area01 dd .btn a{
text-decoration: none;
    width: 220px;
    display: block;
    padding: 15px 10px 15px 15px;
    margin-top: 10px;
    line-height: 1;
    color: #fff;
    background: #382d0e;
    background: -moz-linear-gradient(45deg, #382d0e 0%, #5b4b24 100%);
    background: -webkit-linear-gradient(45deg, #382d0e 0%,#5b4b24 100%);
    background: linear-gradient(45deg, #382d0e 0%,#5b4b24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#382d0e', endColorstr='#5b4b24',GradientType=1 );
    border-radius: 8px;
}	
.flow .area01 dd .btn a:after {
    content: ">";
    display: inline-block;
    -moz-transform: scale( .6,1 );
    -webkit-transform: scale( .6,1 );
    -o-transform: scale( .6,1 );
    -ms-transform: scale( .6,1 );
    transform: scale( .6,1 );
    position: relative;
    float: right;
    top: -1px;
}
.flow .area02 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin:0 0 50px;
}

.flow .area02 dt{
	width: 60px;
	margin-right: 40px;
}
.flow .area02 dt img{
	width: 100%;
}
.flow .area02 dd{
	    width: 950px;	
}
.flow .area02 dd ul{

	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
}
.flow .area02 dd .pic{
	width: 30%;
	margin-right: 3%;
}
.flow .area02 dd img{
	width: 100%;
}
.flow .area02 dd .txt{
	width: 67%;
}
.flow .area02 dd h3{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 22px;
    font-weight: normal;
    margin:0 0 10px;
	
}
.flow .area02 dd h4{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 22px;
    font-weight: normal;
    margin:0 0 10px;
	
}
.flow .area02 .ttl {
    background:url(https://amoujpp.sbs/img/about/ttl-bg.png);
    background-size: cover;
    padding: 40px 0;
    margin: 0 auto 20px;
}
.flow .area02 h3 {
    position: relative;
    text-align: center;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #a48c37;
    width: 650px;
    font-size: 1.5em;
    margin: 0 auto;
}

.flow .area02 h3:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 250px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.flow .area02 h3:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 250px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
.menu .content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.menu .area01 .content {
    margin: 60px auto 0;
}
.menu .block{
	width: 48%;
	margin:1%;
}
.menu .block h3{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 22px;
    font-weight: normal;
    margin:0 0 10px;
    text-align: center;	
}
.menu .block .ttl{
	text-align: center;
	margin-bottom: 20px;
}

.menu .block li{	
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
	background: #fffbec;
	padding: 10px 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f0e3ba;
}
.menu .block li .price{
	float: right;
}
.menu .note{
	font-size: 13px;
	text-align: right;
}

.voice .area01 .content{
	margin: 60px auto 0;
}
.voice .area01 .block h3{
	margin:30px 0 20px;
	text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
    font-weight: normal;
    position: relative;	
}
.voice .area01 .block h3:before{
	content:"";
	background:url(https://amoujpp.sbs/img/voice/ico01.png) no-repeat;
	background-size:100% auto;
	position: absolute;
	top:0;
	left:5%;
	display: block;
	width: 30px;
	height: 35px;	
}
.voice .area01 .block h3:after{
	content:"";
	background:url(https://amoujpp.sbs/img/voice/ico02.png) no-repeat;
	background-size:100% auto;
	position: absolute;
	bottom:0;
	right:5%;
	display: block;
	width: 30px;
	height: 35px;
	
}
.voice .area01 .block dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.voice .area01 .block dt{
	width: 300px;
	margin:0 50px 0;
}
.voice .area01 .block dt img{
	width: 100%;
}
.voice .area01 .block dd{
	width: 650px;
	font-size: 15px;
	line-height: 2.2;
}
.voice .area01 .block dd .name{
	display: block;
	margin-top: 20px;
	font-style: italic;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	
}
.voice .area02 {
	margin: 60px auto 0;
	text-align: center;
}
.voice .area02 .block{
	width: 700px;
	margin:30px auto;
}
.voice .area02 img{
	width: 100%;
	height: auto;
}
.voice .area02 .ttl {
    background:url(https://amoujpp.sbs/img/about/ttl-bg.png);
    background-size: cover;
    padding: 40px 0;
    margin: 0 auto 20px;
}
.voice .area02 h3 {
    position: relative;
    text-align: center;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: rgb(164, 140, 55);
    width: 650px;
    font-size: 1.5em;
    margin: 0px auto;
}
.voice .area02 h3:before {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 250px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.voice .area02 h3:after {
    content: "";
    display: block;
    border-top: solid 1px #a48c37;
    width: 250px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.voice .area02 dl{
	width: 800px;
	margin:0 auto 50px;
}
.voice .area02 dt{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color:#000;
	margin-top:30px;
}
.voice .area02 dd{
	margin-top: 20px;
}
.voice .area02 dd img{
	width: 100%;
}
.faq .wrapper{
	margin: 60px auto 0;
}
.faq dl{
	    margin: 0 0 50px;
}
.faq dt span{
	padding:10px 0 10px 30px;
	display: inline-block;
	
}
.faq dd span{
	padding:6px 0 10px 30px;
	display: inline-block;
	width: 960px;
	line-height: 1.6;
	
}
.faq dt{
	margin-bottom: 20px;
	line-height: 1;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 19px;
}
.faq dd{
	line-height: 1;	
	font-size: 15px;
}
.faq i {
    font-style: normal;
}
.faq dt i {
    font-size: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #423713;
    color: #423713;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    
}
.faq dd i {
    font-size: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column wrap;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #423713;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    
}
.access .area01{
	margin: 60px 0 0;
}
.access .area01 .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}
.access .area01 ul span{
font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
font-size: 24px;
margin-bottom: 20px;	
}
.access .area01 li{
	margin-bottom: 15px;
}
.access .area01 li b{
	display: block;
}
.access .area01 .pic{
    width: 480px;
    margin: 0 0 0 auto;	
}

.access .area01 .pic img{
	width: 100%;
}
.access .area01 iframe{
	width: 100%;
	margin: 40px 0;
}
.company .area01{
	text-align: center;
}
.company .area01 .ttl,
.company .area02 .ttl {
	background: #a48c3a 7px;
	
    padding: 10px 0;
    margin: 40px auto 40px;
}
.company .area01 h2,
.company .area02 h2 {
    position: relative;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0px auto;
}

.company .area01 .subttl,
.company .area02 .subttl{
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:24px;
}
.company .area02 .subttl3{
	margin-top:30px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:18px;
	line-height:2;
}

.company .subttl2{
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
	font-size: 18px;
}
.company .area01 .block dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 20px 0 50px;
}
.company .area01 .block dt{
	width: 42%;
	margin-right: 3%;
}
.company .area01 .block dt img{
	width: 100%;
}
.company .area01 .block dd{
	text-align: left;
	width: 55%;
	margin-top: -7px;
}
.company .area01 .name{
	display: block;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	
}
.company .area01 .block,
.company .area02 .block{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.company .area02 dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	width: 100%;
}
.company .area02 dt{
	border-bottom:1px solid #cbb367;
	padding: 20px 30px;
	width: 25%;
}
.company .area02 dd{
	border-bottom:1px solid #f0e3ba;	
	padding: 20px 30px;
	width: 75%;
}

.page-id-3 .area01{
	margin: 60px 0;
}
.home .area01 p{
	margin-bottom: 30px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.page-template-default .area01 h3{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 22px;
	margin: 20px 0;
	text-align: left;
}

.page-template-default .area01 .bg01{
	background:url(https://amoujpp.sbs/img/index/bg02.png) no-repeat  center top;
	width: 989px;
}
.page-template-default .area01 .bg02{
	border-top:4px solid #684820;
	border-left:4px solid #a08050;
	border-bottom:4px solid #684820;
	border-right:4px solid #a08050;	
	background:rgba(0,0,0,.7);
	width: 700px;
    margin: 0 auto;
    padding: 70px 0 40px;
	position: relative;
}
.page-template-default .area01 .bg02 a{
	border:1px solid #ccc;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	color: #fff;
	width: 50%;
	margin:0 auto;
}
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow::before{
right: -265px;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.archive .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.archive .area01{
	margin: 60px 0;
}
.archive .wrapper .block-left{
	width: 700px;
}
.archive .wrapper .date{
	margin-top: 30px;
}

.archive .wrapper .block-left .box{
	margin-bottom:35px;
}
.archive .wrapper .block-left h3 a{
	color: #000;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
color: #686868;	
}
.archive .wrapper .block-right{
	width: 250px;
	margin-left: 50px;
}
.archive.single .area01 h1{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	margin:0 0 20px 0;	
	font-weight: normal;
}
.archive .block-right h4{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	
}
.archive .block-right ul{
	margin-bottom: 20px;
}
.archive .block-right li a {
    border-bottom: 1px solid #f0e3ba;
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}
.archive .block-right li i {
    float: right;
}
.form .area01{
	margin: 60px 0;
}
.form .area01 p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.form .area01 p span{
	display: block;
}
.form .wpcf7-form-control-wrap{
	margin:0 0 0 auto;
}
.form input {
    width: 800px;
    padding: 10px;
}
.form input[type="text"],
.form input[type="email"] {
    color: #666;
    font-size: 1rem;
    border: 1px solid #ccc;
    background: #fff;
}
.form .e03 input[type="text"],
.form .e04 input[type="text"],
.form .e05 input[type="text"]{
	width: 200px;
}
.form textarea {
    color: #666;
    font-size: 1rem;
    width: 800px;
    padding: 10px;
    height: 200px;
    border: 1px solid #ccc;
    background: #fff;
}
.form input[type="submit"] {
    display: block;
    color: #FFFFFF;
    width: 300px;
    padding: 20px;
    text-align: center;
    background: #A79242;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto;
    border: 0;
    font-size: 1rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.form .date{
	width: 800px;
	margin: 0 0 0 auto;
}
.form .date span{
	margin-right: 10px;
	display: inline-block!important;
}
.form sup{
	padding-left:5px;
}
.form p.note{
	text-align: center;
	font-size: 13px;
	display: block;
}
.form p.note a{
	color: #000;
}
.form h3{
	text-align: center;
	margin:10px 0 20px;
}
.form .block{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.form .block dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}
.form .block dt {
    border-bottom: 1px solid #cbb367;
    padding: 20px 30px;
    width: 30%;
}
.form .block dd {
    border-bottom: 1px solid #f0e3ba;
    padding: 20px 30px;
    width: 70%;
}
.side-menu {
    display: none;
}
.side-nav-wrap {
    display: none;
}
.pc-only{
	display: block;
}
.smp-only{
 display: none;		
}
.sticky{
	display: none;
}
.link-more a{
	color: #000;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a{
	color: #a48c37;
}
.body{
	word-break: break-all;
}
.single201904 .block-left{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.single201904 .block-left .body p{
	margin-bottom: 20px;
}
.single201904 h1{
	font-size: 24px;
	margin-bottom: 10px;
	    line-height: 1.4;
}
.single201904 h2{
	font-size: 18px;
	margin: 10px 0 15px;
	    border-left: 5px solid #000;
    padding-left: 10px;
    line-height: 1.4;
}
.single201904 h3{
	border-bottom:1px solid #ccc;
	padding:0 0 5px;
	margin:0 0 10px;
}
.single201904 .date{
	font-size: 13px;
}
.single201904 .sns-icon ul{
	display:flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.single201904 .sns-icon li{
	width: 30px;
	margin-left: 10px;
}
.single201904 .sns-icon li img{
	width:100%;
}
.single201904 .tag-list{
	font-size: 12px;
	display:flex;
}
.single201904 .eyecatch img{
	width: 100%;
	height: auto;
}
.single201904 .body p img{
	width: 100%;
	height:auto;
	margin: 10px 0;
}
.related{
	background: #fff3e0;
	padding: 20px 20px;
	margin: 30px 0;
}
h3.related_post_title{
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #cf9b48;
	border-bottom:1px solid #cf9b48;
	margin-top: 0!important;
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: .25em;
}
.related_post{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.related_post li{
	width: 49%;
	margin-bottom: 15px;
}
.related_post a{
	text-decoration: none;
	font-weight: bold;
	color: #686868;
}
.related_post img{
	width: 100%;
}
.ranking h4{
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #cf9b48;
	border-bottom:1px solid #cf9b48;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: .25em;
}
.new201904-list .wpp-list{
}
.new201904-list dl{
	margin-bottom: 20px;
	display:flex;
}
.new201904-list dt{
	width: 100px;
	overflow: hidden;
	margin-right: 3%;
	line-height: 0;
}
.new201904-list dt img{
	width: 100%;
	height: auto;
}
.new201904-list dd{
	width: 78%;
}
.new201904-list dd .ttl{
	font-weight: bold;
	font-size: 18px;
}
.new201904-list .cat{
	display: block;
	padding: 3px 0;
}
.new201904-list a{
	text-decoration: none;
	color: #686868!important;
}
.marker23 {
    background: linear-gradient(transparent 65%,#c1e0ff 65%);
    font-weight: 700;
}
.breadcrumb {
  padding-left:0;
  margin-left:0;
  margin-top: 10px;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #cf9b48;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:820px){
.index .area01 ul,
nav ul,
.wrapper,
.c-wrapper {
    width: 94%;

}	
.home .area-pic {



}
header .btn ul{
	display: block;
}
header .btn li:first-child{
	margin-bottom: 10px;
}
nav li:first-child{
	display: none;
}
.home .area01 .pic img{
	width: 100%;
}
.index .area07 dl {
    width: 47%;

}
.menu .block h3 {
    font-size: 20px;

}
.faq dd span {

    width: 90%;
}
.index .area01 ul {
    margin: 30px auto 0;
}
.home .area02,
.index .area02 {
    padding: 30px 0;
}
.access .area01 ul span {
    font-size: 20px;
}
.access .area01 .pic {
    width: 50%;
}
.form input {
    width: 100%;
    padding: 10px;
}
.form .wpcf7-form-control-wrap {
    width: 75%;
}
.form .date .wpcf7-form-control-wrap {
    width: auto;
}
.form textarea,
.form input {
    width: 100%;
    padding: 10px;
}
.form .date {
    width: 540px;
}
.form .e03 input[type="text"], .form .e04 input[type="text"], .form .e05 input[type="text"] {
    width: 150px;
}
.company .area01 .block dt {
    width: 25%;
    margin-right: 3%;
}
.company .area01 .block dd {
    text-align: left;
    width: 77%;
}
.company .area01 .block, .company .area02 .block {
    width: auto;
}
.flow .area02 dl,
.flow .area01 dl{
	display: block;
	margin-bottom: 40px;
}
.flow .area02 dd,
.flow .area01 dd {
    width: auto;
}
.flow .area02 .block,
.flow .area01 .block {
    width: auto;
    margin: 30px auto 0;
}

.access .area01 {
    margin: 30px 0 0;
}
.access .area01 .block{
	display: block;
}
.access .area01 .pic {
    width: auto;
}
.company .area01{
	margin-top: 30px;
}
.company .area01 .ttl {
    font-size: 17px;
}
.company .area01 .block dl{
	display: block;
	margin: 20px 0 0;
}
.company .area01 .block dt {
    width: auto;
    margin: 0 auto;
}
.company .area01 .block dd {
    text-align: left;
    width: auto;
}
.company .area01 .name {
    text-align: center;
    margin-bottom: 15px;
}
.home .area01 .pic {
    width: auto;
}
.page-template-default .area01 .bg01 {
    background:url(https://amoujpp.sbs/img/index/bg02.png) no-repeat center top;
    width: auto;
    height: auto;
}
.page-template-default .area01 .bg02 {

    top: 0;
}
.index .area03 .video video {
    height: 195px;
}
.index .area06 .df {
    width: auto;
    margin: 0 auto;
}
.voice .area01 .block h3 {
    font-size: 21px;

}
.voice .area01 .block h3:before {
    content: "";
    background:url(https://amoujpp.sbs/img/voice/ico01.png) no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 0;

}
.voice .area01 .block h3:after {
    content: "";
    background:url(https://amoujpp.sbs/img/voice/ico02.png) no-repeat;
    background-size: 100% auto;
    right: 0;

}
.index .area01 .box {
    width: auto;
    margin: 30px auto;
}
.index .area01 .box ul{
	height: 40vw;
}
}
@media only screen and (orientation:landscape)and (max-width:812px){
.index .area01 ul,
nav ul,
.wrapper {
    width: 94%;

}	
header .btn ul{
	display: block;
}
header .btn li:first-child{
	margin-bottom: 10px;
}
nav li:first-child{
	display: none;
}
.home .area01 .pic img{
	width: 100%;
}
.index .area07 dl {
    width: 47%;

}
.menu .block h3 {
    font-size: 20px;

}
.faq dd span {

    width: 90%;
}
.index .area01 ul {
    margin: 30px auto 0;
}
.home .area02,
.index .area02 {
    padding: 30px 0;
}
.access .area01 ul span {
    font-size: 20px;
}
.access .area01 .pic {
    width: 50%;
}
.form input {
    width: 100%;
    padding: 10px;
}
.form .wpcf7-form-control-wrap {
    width: 75%;
}
.form .date .wpcf7-form-control-wrap {
    width: auto;
}
.form textarea,
.form input {
    width: 100%;
    padding: 10px;
}
.form .date {
    width: 540px;
}
.form .e03 input[type="text"], .form .e04 input[type="text"], .form .e05 input[type="text"] {
    width: 150px;
}
.company .area01 .block dt {
    width: 25%;
    margin-right: 3%;
}
.company .area01 .block dd {
    text-align: left;
    width: 77%;
}
.company .area01 .block, .company .area02 .block {
    width: auto;
}
.flow .area02 dl,
.flow .area01 dl{
	display: block;
	margin-bottom: 40px;
}
.flow .area02 dd,
.flow .area01 dd {
    width: auto;
}
.flow .area02 .block,
.flow .area01 .block {
    width: auto;
    margin: 30px auto 0;
}

.access .area01 {
    margin: 30px 0 0;
}
.access .area01 .block{
	display: block;
}
.access .area01 .pic {
    width: auto;
}
.company .area01{
	margin-top: 30px;
}
.company .area01 .ttl {
    font-size: 17px;
}
.company .area01 .block dl{
	display: block;
	margin: 20px 0 0;
}
.company .area01 .block dt {
    width: auto;
    margin: 0 auto;
}
.company .area01 .block dd {
    text-align: left;
    width: auto;
}
.company .area01 .name {
    text-align: center;
    margin-bottom: 15px;
}
.home .area01 .pic {
    width: auto;
}
.page-template-default .area01 .bg01 {
    background:url(https://amoujpp.sbs/img/index/bg02.png) no-repeat center top;
    width: auto;
    height: auto;
}
.page-template-default .area01 .bg02 {
width: auto;
    top: 0;
}
.index .area03 .video video {
    height: 195px;
}
.index .area06 .df {
    width: auto;
    margin: 0 auto;
}
.voice .area01 .block h3 {
    font-size: 21px;

}
.voice .area01 .block h3:before {
    content: "";
    background:url(https://amoujpp.sbs/img/voice/ico01.png) no-repeat;
    background-size: 100% auto;
    top: 0;
    left: 0;

}
.voice .area01 .block h3:after {
    content: "";
    background:url(https://amoujpp.sbs/img/voice/ico02.png) no-repeat;
    background-size: 100% auto;
    right: 0;

}
.index .area01 .box {
    width: auto;
    margin: 30px auto;
}
.index .area01 .box ul{
	height: 40vw;
}
.sticky{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:999;
}
.sticky ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	background: #000;	
}
.sticky li{
	width: 50%;
	text-align: center;
}
.sticky li:first-child{
	border-right:1px solid #fff;
	box-sizing: border-box;
}
.sticky a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.sticky a.bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b2842+0,17071c+50 */
background: #3b2842; /* Old browsers */
background: -moz-linear-gradient(top, #3b2842 0%, #17071c 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3b2842 0%,#17071c 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3b2842 0%,#17071c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2842', endColorstr='#17071c',GradientType=0 ); /* IE6-9 */
	
}
.sticky i{
	padding-right: 5px;

}
.home .area-pic {
width: 100%;
height: 270px;
}
.home .area02 h2, .index .area02 h2 {
    width: auto;
}
.home .area02 .link {
    width: auto;
}
.home .area02 dl, .index .area02 dl {
    width: auto;
}    
}
@media only screen and (orientation:landscape)and (max-width:670px){

.home .area-pic {
height: 230px;
}	
}

@media screen and (max-width:600px){
.new201904-list dd {
	width: 90%;
}	
.new201904-list dt {
    width: 130px;
    margin-right: 4%;
}
.new201904-list dd .ttl {
    font-size: 16px;
    line-height: 1.2;
}
.single201904 h2 {

    line-height: 1.5;
}
.pc-only{
	display: none;
}
.smp-only{
 display: block;		
}
br.smp-br{
	display: block;
}	
.side-menu-pc{display: none;}

.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.side-menu {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding-top: 60px;
  text-align: left;
  font-size: 13px;
  background: #eaeaea;
  z-index: 6;
	transform: translateX(300px);
	transition: all .5s ease;
}

.side-nav-wrap{
	width: 60px;
	height: 60px;
	position:absolute;
	right:0;
	top: 0;
	z-index: 9999;
	display: block;
	    
}
.side-nav-wrap .txt{
	font-size: 11px;
	color: #000;
	position: absolute;
    bottom: 4px;
    right: 7px;
}
.menu-trigger {
    position: absolute;
    top: 32px;
    left: 16px;
    cursor: pointer;
    z-index: 4;
    width: 30px;
    height: 21px;
}


.menu-link {
    width: 110px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -10px;
    background: #fff;
    line-height: 100px;
    text-align: center;
}

.menu-link a{
	color: #444;
	
}

.menu-link a:hover{
	opacity:.7;
}


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.side-open .side-menu{
	transform: translateX(0);
}
nav.side-menu .inner{
	width: 100%;
}
nav ul{
	display: block;
}
nav.side-menu li a {
    padding: 15px;
    text-align: left;
    display: block;
    font-size: 15px;
	transition: .5s;
	border-bottom:1px solid #ccc;
	width: 100%;
	color: #000;
}
nav.side-menu li a:after {
    content: ">";
    padding-right: 3px;
    display: inline-block;
    -moz-transform: scale( .6,1 );
    -webkit-transform: scale( .6,1 );
    -o-transform: scale( .6,1 );
    -ms-transform: scale( .6,1 );
    transform: scale( .6,1 );
    position: relative;
    top: -1px;
    float: right;
}
.side-menu li a:hover{
	opacity: .7;
}
nav li:first-child {
    display: block;
}
nav li {
    display: block;
    text-align: left;
    position: relative;
    width: auto;
}
nav li:first-child:before,
nav li:after{
	display: none;
}
nav li ul {

    width: 100%;

}
header .txt{
	width: 89%;
}	
header .hour,
header .btn,
footer .logo img{
	display: none;
}	
footer .wrapper{
	flex-direction: column-reverse;
}
footer .sitemap{
	margin-bottom: 15px;
}
footer ul {
    width: auto;
}
footer li {
    margin-left: 0;
    width: 50%;
}
footer li a {
    width: auto;
}
footer li a:after {
    right: 10px;
}
footer .inner {
    padding: 20px 0;
}
footer .address {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}
header .logo {
    width: 150px;
    padding: 10px 0 5px 0;
}
.home .area02 .link{
	width: auto;
	margin:0 auto;

    font-size: 13px;

}
.index .area03 .ttl,
.index .area04 .ttl,
.index .area05 .ttl,
.index .area06 .ttl,
.index .area07 .ttl {
    padding: 15px 0;
}
.home .area02 h2,
.index .area02 h2,
.index .area03 h2,
.index .area04 h2,
.index .area05 h2,
.index .area06 h2,
.index .area07 h2,
.index .area02 dl,
.home .area02 dl {
    width: 94%;
}
.home .area02 h2:before,
.home .area02 h2:after ,
.index .area02 h2:before,
.index .area02 h2:after {
    content: "";

    width: 140px;

}
.index .area03 h2:before,
.index .area03 h2:after{
	border:none;
}
.index .area03 h2:before,
.index .area03 h2:after{
	border:none;
}
.index .area04 h2:before,
.index .area04 h2:after{
	border:none;
}
.index .area05 h2:before,
.index .area05 h2:after{
	border:none;
}
.index .area06 h2:before,
.index .area06 h2:after{
	border:none;
}
.index .area07 h2:before,
.index .area07 h2:after{
	border:none;
}
.index .area03 .pic {
    width: auto;
}
.df {
    display: block;
}
.index .area03 .txt {
    width: auto;
    margin-left: 0;
}
.index .area04 .wrapper{
	display: block;
}
.index .area04 .wrapper dl {
    width: auto;
        margin-top:20px;
}
.index .area04 .wrapper dt h4 {
    font-size: 22px;
}
.index .area04 .wrapper dt .txt {

    font-size: 22px;
}
.index .area05 .txt {
    width: auto;
    margin-right: 20px;
}

.index .area07 .wrapper {
    display: block;
}
.index .area05 ul{
	width: auto;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.index .area05 li{
	width: 48.5%;
	margin-bottom: 5px;
}
.index .area05 .txt {
    width: auto;
    margin-right: 0;
}
.index .area05 .pic {
    width: 200px;
    margin:0 auto;
}
.index .area05 .df {
    width: auto;
    margin: 0 auto;
}
.index .area06 .txt {
    width: auto;
    margin-left: 0;
}
.index .area06 .df {
    width: auto;
    margin: 0 auto;
}
.index .area06 .pic {
    width: 72%;
    margin: 0 auto;
}
.index .area07 dl {
    width: auto;
}
.index .area07 dd {
    width: 70%;
    text-align: justify;
}
.index .area07 dt {
    width: 25%;
    margin-right: 5%;
}
footer .btn {
    width: 94%;
}
footer .btn a {
    padding: 6px 20px 6px 20px;
    font-size: 18px;
    margin: 0 0 30px 0;
}
.menu .block {
    width: auto;
    margin: 1% 0;
}
.menu .area01{
	margin-bottom: 30px;
}
.menu .area01 .content {

    display: block;
    margin: 0 auto 30px;
}
.menu .block h3{
	margin-top: 30px;
}
.menu .block .ttl span{
	display: none;
}
.voice .area01 .block h3:before {
    content: "";
    top: -15px;
    left: 0;
    width: 20px;
    height: 25px;
}
.voice .area01 .block h3:after {
    content: "";
    bottom: 0;
    right: 0;
    width: 20px;
    height: 25px;
}
.voice .area01 .block dl{
	display: block;
}
.voice .area01 .block dt {
    width: 60%;
    margin: 0 auto;
}
.voice .area01 .block dd {
    width: auto;

}
.voice .area01 .block dd .name{
	margin:0 0 30px;
}
.voice .area01 .block h3 {
    font-size: 23px;
    line-height: 1.5;
}
.voice .area01 .block h3 {
    font-size: 20px;
    line-height: 1.5;
}
.voice .area02 .ttl{
	padding: 15px 0;
}
.voice .area02 h3:before,
.voice .area02 h3:after{
	border:none;
}
.voice .area02 h3{
	width: 94%;
}
.voice .area02 .block {
    width: auto;
    margin: 20px auto;
}
.faq dl {
    margin: 0 0 30px;
}
.faq dt{
	margin-bottom: 0;
}
.faq dt span{
	width: 90%;
	line-height: 1.6;
	padding: 0 0 10px 10px;
}
.faq dd span {
    padding: 4px 0 10px 10px;
}
.faq dt i,
.faq dd i {
    font-size: 16px;
    width: 30px;
    height: 30px;
}
.form .block dt,
.form .block dd{
	width: 50%;
	padding: 10px;
}
.form .area01 p{
	display: block;
}
.form .wpcf7-form-control-wrap {
    width: auto;
}
.under .common-ttl{
	padding: 20px 0;
	font-size: 20px;
}
.home .area01 {
    background:url();
    text-align: center;
    padding: 40px 0;
    background-size: cover;
}
.home .area01 .pic img {
    position: relative;
    top: -11px;
}
.index .area01 .box{
	display: block;
	width: 80%;
}
.index .area01 .box-in {
    width: auto;
}
.index .area03 .video video{
	width: 100%;
	height: auto;
}
.index .area03 .video{
	display: block;
	margin:10px 0 20px 0;
}

.index .area03 .video video:first-child{
	margin-right: 0;
}
.home .area01 .pic {
    text-align: center;
    width: auto;
    margin: 0 auto;
}
.flow .area02 .ttl{
	padding: 15px 0;
}
.flow .block2 li {
    width: 100%;
}
.flow .area02 h3:before,
.flow .area02 h3:after{
	border:none;
}
.flow .area02 h3{
	width: 94%;
}
.voice .area02 dl {
    width: 94%;
    margin: 0 auto 10px;
}
.voice .area02 dt {
    font-size: 17px;
    margin-top: 20px;
}
.home .area02 {
    padding: 30px 0;
}
.home .area02 .block {
    margin-bottom: 0;
}
.home .area02 h3 {
    font-size: 13px;
    line-height: 1.3;
}
.home .area02 .btn a{
	line-height: 1.5;
	    font-size: 16px;
	    width: 100%;
	    display: block;
	    margin: 10px 0 25px 0;
}
.home .area02 .btn{
	display: block;
}
.sticky{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:999;
}
.sticky ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	background: #000;	
}
.sticky li{
	width: 50%;
	text-align: center;
}
.sticky li:first-child{
}
.sticky a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.sticky .sticky-form a{
background: #3b2842; /* Old browsers */
background: -moz-linear-gradient(top, #3b2842 0%, #17071c 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3b2842 0%,#17071c 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3b2842 0%,#17071c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2842', endColorstr='#17071c',GradientType=0 ); /* IE6-9 */
	
}
.sticky .sticky-line a{
	background: #37c25d;
}
.sticky .sticky-tel a{
background: #000;
	
}
.sticky i{
	padding-right: 5px;

}
.page-template-default .area01 .bg01 {
	background:url(https://amoujpp.sbs/img/index/bg02_smp.png) no-repeat center top;
    background-size: 124% auto;

}
.page-template-default .area01 .bg02 {
    border-top: 4px solid #684820;
    border-left: 4px solid #a08050;
    border-bottom: 4px solid #684820;
    border-right: 4px solid #a08050;
    background: rgba(0,0,0,.7);
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 20px;

}
.page-template-default .area01 p {
    margin-bottom: 20px;
    font-size: 15px;
}
.flow .area02 dd, 
.flow .area01 dd{
	display: block;
}
.flow .area01 dd .pic,
.flow .area02 dd .pic {
    width: 100%;
    margin-right: 0;
}
.flow .area01 dd .txt,
.flow .area02 dd .txt {
    width: 100%;
}

.flow dt h3{
	margin: 0!important;
	display: inline-block;
	padding-top: 4px;
	font-size: 19px!important;
}
.flow .block2 dt h4{
	margin: 0!important;
	display: inline-block;
	padding-top: 4px;
	font-size: 16px!important;
}
.flow .area02 dt,
.flow .area01 dt {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}
.flow .area02 dt img,
.flow .area01 dt img{
    width: 45px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}
.form .date {
    width: auto;
    margin-top: -25px;
}

.form .date .wpcf7-form-control-wrap{
	margin-bottom: 10px;
}
.archive .wrapper{
	flex-wrap: wrap;	
}
.archive .area01 .wrapper{
	flex-direction : column-reverse;
}
.archive.taxonomy-page .wrapper,
.archive.single .wrapper{
	flex-direction: column;	
}
.archive .wrapper .block-right {
	width: auto;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom: none;
    border-top: none;
}
.archive.taxonomy-page .wrapper .block-right,
.archive.single .wrapper .block-right {
    margin-top: 10px;
    padding-top: 10px;	
    border-top: 1px solid #ccc;
}
.archive .wrapper .block-left {
    width: auto;
}
.archive .wrapper .body p{
	word-break: break-all;
}
.archive .area01 {
    margin:10px 0 30px 0;
}

.company .area01 .ttl,
.company .area02 .ttl{
	background: #a48c3a 7px;
    padding: 6px 0;
    margin: 30px auto 30px;
    font-size: 14px;
}
.company .area01 .subttl, .company .area02 .subttl {
    font-size: 16px;
}
.company .area02 .subttl3 {
    margin-top: 20px;
    font-size: 14px;
}
.page-template-default .area01 .bg02 a {
    width: 80%;
}
.arrow::before{
right: -200px;

}
.home .area-pic {
    width: auto;
    height: 180px;

}
.index .area01 .box ul{
	height: 96vw;
}
footer .copy {
    margin-bottom: 45px;
}
}
@media screen and (max-width:420px){
.home .area-pic {
    height: 130px;
    margin: 0 auto;

}	
.home .area-pic li img{
	border:0;
}
}
