@charset "UTF-8";

/* ---------------------------------------------------------
MEDIA QUERY FORMAT
----------------------------------------------------------*/
@media screen and (max-width: 959px) {
}

@media screen and (max-width: 480px) {
}

/* ---------------------------------------------------------
mainVisual
----------------------------------------------------------*/
#mainVisual { position: relative; }

#mainVisual .ph {
	position: relative;
	background-image: url(../imgs/bg-mv.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 104.166666% auto;
	-webkit-transition: all 5s ease-in-out;
	-moz-transition: all 5s ease-in-out;
	-ms-transition: all 5s ease-in-out;
	-o-transition: all 5s ease-in-out;
	transition: all 5s ease-in-out;
}

#mainVisual .ph.anm { transform: scale(1.05); }

#mainVisual .ph::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#mainVisual .ph.anm::before { }

#mainVisual .ttl {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 60px;
	line-height: 6rem;
	width: 100%;
	height: 12rem;
	padding: 0 10%;
}

#mainVisual .ttl > span { }

@media screen and (max-width: 1440px) {

#mainVisual .ttl {
	font-size: 2.57142857vw;
	line-height: 4.28571429vw;
	height: 8.57142858vw;
}
}

@media screen and (max-width: 768px) {

#mainVisual .ttl {
	font-size: 3vw;
	line-height: 5vw;
	height: 10vw;
}
}

@media screen and (max-width: 480px) {

#mainVisual .ttl {
	font-size: 2rem;
	line-height: 3rem;
	height: 6rem;
}
}

@media screen and (max-width: 449px) {

#mainVisual .ttl { height: 9rem; }
}

#mainVisual .ttl span {
	display: block;
	opacity: 0;
}

#mainVisual .ttl span > font > span,
#mainVisual .ttl span > span {
	display: inline-block;
	opacity: 0;
}

#mainVisual .scroll {
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 480px) {

#mainVisual .scroll { display: none; }
}

/* ---------------------------------------------------------
sensation
----------------------------------------------------------*/
#sensation { position: relative; }

@media screen and (max-width: 480px) {

#sensation { padding: 0 0 0px 0; }
}

#sensation .col3 li { width: 33.3333333%; }

@media screen and (max-width: 480px) {

#sensation .col3 li { width: 100%; }
}

#sensation .box1 { padding: 0 0 60px 0; }

@media screen and (max-width: 480px) {

#sensation .box1 { padding: 0 0 0px 0; }
}

#sensation .box1 .left { width: 56.6666666%; }

#sensation .box1 .right {
	width: 43.3333334%;
	padding-right: 10%;
}

#sensation .box1 .right .title,
#sensation .box1 .right .text { padding-left: 22.5%; }

#sensation .box2 .left {
	width: 64.1666667%;
	padding-left: 10%;
}

#sensation .box2 .left .title,
#sensation .box2 .left .text,
#sensation .box2 .left .ph { padding-right: 13.8461538%; }

#sensation .box2 .right { width: 35.8333333%; }

#sensation .box3 .left { width: 56.6666666%; }

#sensation .box3 .right {
	width: 43.3333334%;
	padding-right: 10%;
}

#sensation .box3 .right .title,
#sensation .box3 .right .text { padding-left: 22.5%; }

#sensation .box4 .left {
	width: 43.3333334%;
	padding-left: 10%;
}

#sensation .box4 .left .text { padding-right: 22.5%; }

#sensation .box4 .right { width: 56.6666666%; }

#sensation .box5 .left { width: 35.8333333%; }

#sensation .box5 .right {
	width: 64.1666667%;
	padding-right: 10%;
}

#sensation .box5 .right .title,
#sensation .box5 .right .text,
#sensation .box5 .right .ph { padding-left: 13.8461538%; }

/* ---------------------------------------------------------
manufacture
----------------------------------------------------------*/
#manufacture {
	position: relative;
	padding: 0 0 80px 0;
}

@media screen and (max-width: 480px) {

#manufacture { padding: 0 0 20px 0; }
}

#manufacture .box1 .left { width: 55.5555555%; }

#manufacture .box1 .right {
	width: 44.4444444%;
	padding: 0 16.6666666% 0 6.25%;
}

#manufacture .box2 { padding: 60px 0 10px 0; }

#manufacture .box2 .left { width: 36.4583333%; }

#manufacture .box2 .right { width: 58.3333333%; }

#manufacture .box3 { padding: 10px 0 0px 0; }

#manufacture .box3 .left { width: 41.6666666%; }

#manufacture .box3 .right { width: 50%; }

#manufacture .col3 li {
	box-sizing: content-box;
	width: 31.8%;
	padding: 0 0.15%;
}

@media only screen and (min-width: 768px) {

#manufacture .box3 { padding-bottom: 50px; }
}

@media screen and (max-width: 480px) {

#manufacture .col3 li {
	width: 100%;
	padding: 0;
}
}

/* ---------------------------------------------------------
plan
----------------------------------------------------------*/
#plan {
	position: relative;
	background: #f2eee5;
	padding: 0 0 60px 0;
}

@media screen and (max-width: 480px) {

#plan { padding: 0 0 20px 0; }
}

#plan .col2 { }

#plan .col2 li {
	box-sizing: content-box;
	width: 46.875%;
	padding-top: 3.5%;
	padding-bottom: 3.5%;
}

#plan .col2 li:nth-child(odd) { padding-right: 3.125%; }

#plan .col2 li:nth-child(even) { /*padding-left: 3.125%;*/ }

@media screen and (max-width: 768px) {

#plan .col2 li {
	float: none;
	width: 100%;
}

#plan .col2 li:nth-child(odd) { padding-right: 0; }

#plan .col2 li:nth-child(even) { padding-left: 0; }
}
#plan .link li.reserve {
    width: 48%;
}

#plan .col2 li .name {
	text-align: left;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 40px;
	line-height: 4rem;
	padding: 1em 0;
}

@media screen and (max-width: 480px) {

#plan .col2 li .name { padding: .5em 0; }
}

#plan .col2 li .name i {
	color: #a6904f;
	font-style: normal;
	font-weight: normal;
}

#plan .col2 li .name span {
	display: block;
	box-sizing: content-box;
	border-top: 1px dotted #999;
	font-size: 14px;
	/*font-size: 1.35rem;*/
	line-height: 18px;
	line-height: 1.8rem;
	min-height: 36px;
	min-height: 3.6rem;
	padding: 7px 0 0 0;
}

@media screen and (max-width: 768px) {

#plan .col2 li .name span {
	min-height: 18px;
	min-height: 1.8rem;
}
}

#plan .col2 li .text {
	text-align: justify;
	font-size: 14px;
	font-size: 1.45rem;
	line-height: 32px;
	line-height: 3.4rem;
	letter-spacing: -0.12em;
	padding: 0 0 2% 0;
}

@media screen and (max-width: 480px) {

#plan .col2 li .text {
	line-height: 26px;
	line-height: 2.6rem;
}
}

#plan .link {
	text-align: center;
	font-size: 0;
	line-height: 1;
	letter-spacing: 0;
}

#plan .link li a {
	letter-spacing: 0;
	transition: letter-spacing .4s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .3s ease-in;
}

#plan .link li a:hover { letter-spacing: 2px; }

#plan .link li {
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
	text-align: center;
}

#plan .link li.map {
	width: 48%;
	padding-right: 2%;
}

#plan .link li.more {
	width: 48%;
	padding-left: 2%;
}

#plan .link li.reserve {
	/*width: 100%;
	padding-top: 1%;*/
}

@media screen and (max-width: 480px) {

#plan .link li {
	padding-top: 1%;
	padding-bottom: 1%;
}

#plan .link li.map {
	width: 49%;
	padding-right: 1%;
}

#plan .link li.more {
	width: 49%;
	padding-left: 1%;
}

#plan .link li.reserve {
	/*width: 100%;
	padding-top: 1%;*/
}
}

#plan .link li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	width: 100%;
	margin: 0;
	padding: 20px 0;
}

@media screen and (max-width: 480px) {

#plan .link li a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0;
}
}

#plan .link li a:hover {
	text-decoration: none;
	opacity: .8;
}

#plan .link li.map a { background: #6a754c; }

#plan .link li.more a { background: #847956; }


#plan .link li.reserve a {
	background: #ac4139;
	font-size: 20px;
	/*font-size: 2rem;*/
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
}

@media screen and (max-width: 480px) {

#plan .link li.reserve a {
	font-size: 16px;
	font-size: 1.6rem;
}
}

/* ---------------------------------------------------------
location
----------------------------------------------------------*/
#location {
	position: relative;
	padding: 0 0 60px 0;
}

@media screen and (max-width: 480px) {

#location { padding: 0 0 20px 0; }
}

#location .sliderArea { position: relative; }

/* ---------------------------------------------------------
contact
----------------------------------------------------------*/
#contact { position: relative; }

#contact h2 { padding-bottom: 80px; }

#contact .pc { display: inline-block; }

#contact .pb30 span.pc { font-size: 2rem; }

#contact .pb30 span.pc span { font-size: 2.5rem; }

#contact .sp { display: none; }

#contact .photo {
	text-align: center;
	margin-bottom: 30px;
}

#contact .ib,
#contact .ib > div.ib { letter-spacing: -1.4em; }

#contact .ib > div {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

#contact .ib .large { margin-right: .520833333%; }

#contact .ib .ib > div { display: block; }

#contact .ib .ib > div:first-child {
	margin-bottom: 7px;
	margin-right: 0;
}

#contact .ib .large { width: 66.875%; }

#contact .ib .small { width: 32.8125%; }

#contact .title2 {
	text-align: center;
	font-size: 2rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

#contact .title2 span { font-size: 2.5rem; }

/* IE9 */
#contact .ib .large:not(:target) { margin-right: .3%; }

/* IE10以降 */
@media all and (-ms-high-contrast:none) {

#contact .ib .large { margin-right: .3%; }
}

@media screen and (max-width:599px) {

#contact .title2,
 #contact .title2 span { font-size: 1.4rem; }
}

#contact table {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 1.55rem;
}

#contact table th,
#contact table td {
	padding: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	letter-spacing: .05rem;
	line-height: 1.5;
}

#contact table th { background: #f2eee5; }

#contact table td a {
	color: #014099;
	margin-right: 15px;
	text-decoration: underline;
}

#contact table td a:hover { text-decoration: none; }

#contact table td a:after {
	content: url(../imgs/icon_blank.png);
	margin-left: 3px;
}

#map {
	margin-bottom: 50px;
	width: 100%;
	height: 500px;
}

@media screen and (max-width:768px) {

#contact .ib .large {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-bottom: 5px;
}

#contact .ib .small {
	display: block;
	width: 100%;
	max-width: 644px;
	margin: 0 auto;
}

#contact .ib .small > div {
	display: inline-block;
	width: 49%;
}

#contact .ib .small > div:first-child { margin-right: 2%; }

#contact table th,
#contact table td {
	display: block;
	text-align: left;
}

#map { height: 350px; }
}

@media screen and (max-width: 480px) {

#contact .pc { display: none; }

#contact .sp { display: inline-block; }
}

#contact .box .left { width: 52.0833333%; }

#contact .box .right { width: 42.7083333%; }

#contact ul.col4 {
	text-align: center;
	font-size: 0;
	line-height: 1;
	letter-spacing: -.4em;
	width: 90%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 10px 0;
}

@media screen and (max-width: 480px) {

#contact ul.col4 {
	width: 92%;
	margin: 0 4%;
}
}

#contact ul.col4 li {
	display: inline-block;
  /* vertical-align: top; */
  op;
*/ 	box-sizing: border-box;
	width: 22%;
	margin-right: 1%;
	/*padding: 0.81967213%;*/
	margin-bottom: 1%;
}

#contact ul.col4 li.link01 {
	background: url(../imgs/img-link01_bg.png) no-repeat 0 0;
	background-size: contain;
}
#contact ul.col4 li.link02 {
	background: url(../imgs/img-link02_bg.png) no-repeat 0 0;
	background-size: contain;
}
/*
#contact ul.col4 li.link03 {
	background: url(../imgs/img-link01_bg.png) no-repeat 0 0;
	background-size: cover;
}
#contact ul.col4 li.link04 {
	background: url(../imgs/img-link01_bg.png) no-repeat 0 0;
	background-size: cover;
}
*/
#contact ul.col4 li.link05 {
	background: url(../imgs/img-link05_bg.png) no-repeat 0 0;
	background-size: contain;
}
#contact ul.col4 li.link06 {
	background: url(../imgs/img-link_asanoha_bg.png) no-repeat 0 0;
	background-size: contain;
}
#contact ul.col4 li.link07 {
	background: url(../imgs/img-link_flat_bg.png) no-repeat 0 0;
	background-size: contain;
}
#contact ul.col4 li.link08 {
	background: url(../imgs/img-link_ichimatsu_bg.png) no-repeat 0 0;
	background-size: contain;
}
#contact ul.col4 li.link09 {
	background: url(../imgs/img-link07_bg.png) no-repeat 0 0;
	background-size: contain;
}
#contact ul.col4 li.link10 {
	background: url(../imgs/img-link10_bg.png) no-repeat 0 0;
	background-size: contain;
}



#contact ul.col4 li a.on img {
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
}

#contact ul.col4 li a.on img:hover { opacity: 1; }

@media screen and (min-width:600px) and (max-width:768px) {

#contact ul.col4 li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 48%;
	margin-right: 4%;
	margin-top: 20px;/*padding: 0.81967213%;*/
}

#contact ul.col4 li:nth-child(2n) { margin-right: 0; }

#contact ul.col4 li a.on img:hover { opacity: 0; }

#sensation .box1 .right {
	padding-right: 0;
	padding-left: 6.25%;
}

#sensation .box3 { padding-top: 10%; }

#sensation .box3 .right {
	padding-right: 0;
	padding-left: 6.25%;
}

#sensation .box4 .left {
	padding-left: 0;
	padding-right: 6.25%;
}

#sensation .box5 .right {
	padding-right: 0;
	padding-left: 3%;
}

#manufacture .box1 .right {
	width: 44.4444444%;
	padding: 0 0 0 6.25%;
}

#manufacture .box2 .left { width: 100%; }

#manufacture .box2 .right { width: 100%; }

#manufacture .box3 .right { width: 100%; }
}

@media screen and (max-width: 600px) {

#contact ul.col4 li a.on img:hover { opacity: 0; }

}

@media screen and (max-width: 480px) {
	#contact ul.col4 li {
		width: 100%;
		padding: 1% 0 3% 0;
	}
}

.translation {
	width: 147.86px !important;
	/*height: 40px!important;*/
	overflow: hidden!important;
	padding: 0 5px !important;
}

.goog-te-menu-value span {
	color: #000;
	font-size: 14px !important;
}

.goog-te-gadget-simple {
	width: 144px;
	height: 26px;
}

#pNav ul li.facebook { padding: 0 5px 0 10px; }

/* ---------------------------------------------------------
翻訳ボタン
----------------------------------------------------------*/
.goog-te-gadget-simple a.goog-te-menu-value { display: inline-block; }

/*.goog-te-gadget-simple .goog-te-menu-value span ,
.goog-te-gadget-simple .goog-te-menu-value img {
    vertical-align: top;
}*/
#pNav ul li .goog-te-gadget-simple span {
	line-height: 1.08!important;
	vertical-align: middle;
	height: 26px!important;
	box-sizing: border-box;
	display: inline-block;
}

#pNav ul li .goog-te-gadget-simple > span { }

.goog-te-gadget img { display: inline; }

@media screen and (max-width: 960px) {

.goog-te-gadget-simple { text-align: center; }

#pNav ul li .goog-te-gadget-simple span { line-height: .8!important; }
}

@media screen and (max-width: 480px) {

#pNav ul li .goog-te-gadget-simple span { line-height: .8!important; }
}

@media screen and (max-width: 768px) {

img.pc { display: none; }

#location { padding: 0; }
}

body {
    top: 0 !important;
}
.box5 { padding-bottom: 0; }

#location { padding: 0; }

.skiptranslate iframe { display: none!important; }

body { top: 0 !important; }

@media screen and (min-width:769px) {
    .page {
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }
    #gNav,
    .nav,
    .ttl,
    .sttl,
    .title,
    .title2 {
		font-family: "hannari", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }
    .box .text {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
	#plan .col2 li .text {
		letter-spacing: 0;
	}
}
