@import url("normalize.css");
@media screen and (min-width: 768px) {.pc-none{	display: none!important;}}
@media screen and (max-width: 768px) {.sp-none{display: none!important;}}
html{
	scroll-behavior: smooth;
}
body{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,'Noto Serif JP', serif;;
	font-size: 14px;
	line-height: 1.75;
	color: #371614;
	box-sizing: border-box;
	height: 100%;
}
a:link,
a:visited { 
	color: #371614;
	text-decoration: none;
}
a:hover {
	color: #c94e6b;
	text-decoration: none;
}
a.jaran{
	color: #c94e6b;
	text-decoration: underline;
}
a{
 transition: opacity 0.3s ease-out;
}
h1,
h2,
h3,
h4{
}
.container{
	position: relative;
}
/* ========================================================================== */
/* layout
/* ========================================================================== */

/* flexbox
   ========================================================================== */
.f-container {
  	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	flex-wrap: wrap;
	-webkit-box: wrap;
	-ms-flexbox: wrap;
}
.f-container_sp {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box: wrap;
	-ms-flexbox: wrap;
}

.f-d-col{
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.f-jc-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-jc-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* header
   ========================================================================== */
#head-nav{
	padding: 10px;
	background: #fff;
	height: 80px;
	position: relative;
}
nav.pc-nav{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
nav.pc-nav ul.h-nav{
	width: 100%;
  	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
nav.pc-nav ul.h-nav li{
	padding: 0.5em;
	text-align: center;
	width: calc(100% / 7);
}
nav.pc-nav ul.h-nav li.head-logo{
	width: 100px;
	height: auto;
}
nav.pc-nav ul.h-nav li.head-logo img{
	width: 100%;
	height: auto;
}
nav.pc-nav ul.h-nav li:last-child{
	padding-right: 80px;
}
div.ico-nav{
	position: absolute;
	right: 0;
	top: 10px;
}
div.ico-nav ul{
  	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
div.ico-nav ul li{
	font-size: 22px;
	padding-right: 0.5em;
}

#hero-area{
	width: 100%;
	height: calc(100vh - 100px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/main_imgpc.jpg") center center no-repeat;
	background-size: cover;
}
#hero-area .titlebox{
	color: #fff;
}
#hero-area .titlebox p.cctext{
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	font-size: 60px;
	line-height: 1.2;
}
#hero-area .titlebox p.cctext span{
	display: block;
	font-size: 50%;
}

#hero-area .titlebox h1{
	margin-top: 1em;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#hero-area .titlebox h1 span{
	background-color: #371614;
	padding: 0.5em 1em;
}

/* parts
   ========================================================================== */
.wrap-nomal,
.wrap-col{
	padding: 92px 0;
}
.wrap-col{
	background-color: #e5dbd9;
}
.insta_bg{
	background-image: url("../img/insta_bg.jpg");
	background-size: cover;
	background-position: center;
}
.pc-br-none br{
	display: none;
}
.ttl-box{
  	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
}
h2.center_title{
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2em;
}
.ttl-en{
	font-size: 40px;
	text-align: center;
	width: 100%;
	margin: 0 auto;	
}
.left-text{
	text-align: left!important;
}
h3{
	font-size: 20px;
	padding-bottom: 2em;
}

.txt-box{
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
p.center{
	text-align: center;
	line-height: 2;
}
.center-img{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.center-img img{
	width: 100%;
	height: auto;
}
.mw-jbana{
	max-width: 600px;
	margin-bottom: 80px;
}

.mrb1em{
	margin-bottom: 1em!important;
}
.mrb2em{
	margin-bottom: 2em!important;
}

.btn-wrap {
	width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.btn-wrap:last-child {
	margin-bottom: 0;
}

.btn {
    display: inline-block;
    padding: 1em 0;
	width: 300px;
    text-decoration: none;
    color: #c94e6b!important;
    border: solid 1px #c94e6b;
    transition: .4s;
}

.box-1600{
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4%;
}
.box-1600 > div{
	width: 50%;
}
.box-1600 div.textbox{
	padding: 16px 30px;
}
.box-1600 div.img-box img{
	width: 100%;
	height: auto;
}
.box-1600 figure{
	padding: 40px 0 0;
}
.box-1600 figure img{
	max-width: 100%;
	height: auto;
}

/* colum-box
   ========================================================================== */
.colum-list{
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.colum-item-2{
	position: relative;
	width: calc( (100% / 2) - 40px);
	margin: 0 auto 40px;
	background-color: #fff;
}
.colum-item-2 div.inner-textbox{
	padding: 1em;
	background-color: #fff;
	margin: 0;
}
.colum-item-2 img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.colum-item-2 div.inner-textbox h3{
	padding-bottom: 0.5em!important;
}

.colum-item-3{
	position: relative;
	width: calc( (100% / 3) - 40px);
	margin: 0 auto 40px;
	background-color: #fff;
}
.colum-item-3 div.inner-textbox{
	padding: 0.5em;
	background-color: #fff;
	margin: 0;
}
.blog-image{
	width: 100%;
	padding-top: 75%;
	position: relative;
}
.blog-image img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.colum-item-3 div.inner-textbox h3{
	padding-bottom: 0.5em!important;
}
.colum-item-4{
	position: relative;
	width: 25%;
	margin: 0 auto;
}
.insta-image{
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.insta-image img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.colum-item-3 div.inner-textbox h3{
	padding-bottom: 0.5em!important;
}


/* footer
   ========================================================================== */
footer{
	width: 100%;
	margin: 0;
	color: #fff;
	background-color: #371614;
	padding: 60px 0 0;
}
footer a:link,
footer a:visited { 
	color: #ffffff;
	text-decoration: none;
}

.foot-logo{
	text-align: center;
}
footer ul{
	margin: 0 0 60px;
}
footer ul li{
	font-size: 14px;
	text-align: center;
}

.copyright{
	display: block;
	width: 100%;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0 0 10px;
	text-align: center;
}
#page_top{
  width: auto;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: -40px;
	z-index: 999;
	transform: translate3d(0, 0, 0);
}


/* ========================================================================== */
/* SP
/* ========================================================================== */

@media screen and (max-width: 768px) {
	
/* flexbox
   ========================================================================== */
.f-container {
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-container .f-d-col{
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.f-jc-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-jc-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	
/* header
   ========================================================================== */
#head-nav{
	height: 54px;
}
nav.pc-nav ul.h-nav{
	display: none;
}
nav.pc-nav{
	position: absolute;
	top: 0;
	right: 5px;
	}
div.ico-nav{
}

.head-logo_sp{
	width: 80px;
	height: auto;
}
.head-logo_sp img{
	width: 100%;
	height: auto;
}

#hero-area{
	height: 65vh;
}
#hero-area .titlebox p.cctext{
	font-size: 40px;
}
#hero-area .titlebox h1{
	font-size: 12px;
}

/* parts
   ========================================================================== */
.wrap-nomal,
.wrap-col{
	padding: 48px 0;
}
h2.center_title{
	font-size: 18px;
}
.ttl-en{
	font-size: 28px;
}
.left-text{
	text-align: center!important;
}
h3{
	font-size: 18px;
}
.txt-box{
	padding: 0 4%;
}
p.center{
	text-align: center;
	line-height: 1.45;
}
.mw-jbana{
	max-width: 600px;
	padding: 0 20px;
	margin-bottom: 40px;
}
.btn-wrap {
	margin-bottom: 16px;
}

.box-1600 div{
	width: 100%;
}
.box-1600 div.textbox{
	width: 100%;
	padding: 16px 30px;
}
.f-cr {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
}
.sp-br-none br{
	display: none;
}
.pc-br-none br{
	display: block;
}
.ill-img img{
	width: 80px;
	height: auto;
}
.colum-list{
	padding: 0 4%;
	margin-bottom: 40px;
}
.colum-item-2{
	width: 100%;
}
.colum-item-3{
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
}


/* footer
   ========================================================================== */
footer{
	padding: 60px 0;
}	
#footer-menu{
	width: 100%;
	position: fixed;
	bottom: 0;
}
#footer-menu ul.fixmenu{
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	background-color: #371614;
}
#footer-menu ul.fixmenu li{
	width: calc(100% / 4);
	border-right: 1px dotted #e5dbd9;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #e5dbd9;
}
	#footer-menu ul.fixmenu li a:link,
	#footer-menu ul.fixmenu li a:visited{
		color: #e5dbd9!important;
	}	
#footer-menu ul.fixmenu li:last-child{
	border-right: none;
}

nav#sp-nav {
  background: #e5dbd9;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: 0;
  overflow-x: hidden;
  text-align: center;
  width: 0%;
transition: .5s;
}
nav#sp-nav ul{

} 
nav#sp-nav ul li{
	font-size: 16px;
	padding: 1em;
	text-align: center;
	border-bottom: 1px solid #371614;
} 

nav#sp-nav.open-menu {
  width: 100%;
}
/* page_top
/* ========================================================================== */	
#page_top{
  width: auto;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: -30px;
}
}

.form_area {
	width: 100%;
	margin: 60px auto;
	max-width: 800px;
	padding: 0 4%;
}
.form_area ul{
	width: 100%;
	max-width: 800px;
	display:-webkit-box;
	  display:-ms-flexbox;
	  display:flex;
	-ms-flex-wrap: wrap;
	flex-flow: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 auto;
	padding-top: 60px;
	border-top: dotted 1px #371614;
}
.form_area ul li{
	width: 50%;
	margin: 0 0 1em;
}
.form_area dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 32px;
}
.form_area dl:first-child{
	margin-top: 0;
}
.form_area dl dt{
	width: 25%;
}
.form_area dl dt span{
	font-size: 12px;
	color:rgba(156,0,2,1.00);
	padding-left: 0.5em;
}
.form_area dl dd{
	width: 70%;
}
.form_area dl dd {
background-color: #fff;
}
.textlines {
	border: none;
    border-bottom: 1px solid #371614;
    padding: 0.5em; 
    background-color: #fff;
    font-size: 1em;   
    line-height: 1.2; 
}
.form_area dl dd input::placeholder {
  color: #e5dbd9;
}

@media screen and (max-width: 768px) {
.form_area ul{
	padding-top: 36px;
}
.form_area ul li{
	width: 100%;
	margin: 0 0 1em;
}
.form_area dl{
	flex-direction: column;
}
	.form_area dl dt{
	width: 100%;
}
.form_area dl dd{
	width: 100%;
	margin-top: 0.5em;
}
}

.form-submit-area{
	font-size: 14px;
	font-size: 1.4rem;
	margin: 36px auto 0;
	text-align: center;
	width: 100%;
}
.submit-button {
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	outline: none;
}
.submit-button:hover {
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
}
.submit-button::before,
.submit-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submit-button,
.submit-button::before,
.submit-button::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type=submit]{
font-family: Arial, Helvetica, FontAwesome;
}

.contact_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.contact_wrap a:link { color: #333; text-decoration: underline;}
.contact_wrap a:visited { color: #333; text-decoration: underline;}
.contact_wrap a:hover { color: #333; text-decoration: underline; }
.contact_wrap a:active { color: #333; text-decoration: underline; }


.pp-area{
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: scroll;
	margin: 0 auto 60px;
	padding: 1.5em;
	border: 1px solid #371614;
}

@media screen and (max-width: 768px) {
.pp-area{
	height: 200px;
	margin: 0 auto 40px;
}
}