<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&amp;display=swap");

.pc {display:block}
.sp {display:none;}
  
header, .menu, #navi, #banner, .links, #footer {
	display: none;
}
body {
	background-color: #FFF;
	margin: 0px;
}
header {
    display:none !important;
}
#container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.omotenashi-footer {
  background-color: #fd4942;
  color: #fff;
}
.omotenashi-footer-inner {
  width: 90.27%;
  margin: 0 auto;
  padding: 70px 0 50px;
  background: url("../img/omotenashi/footer_map.png") no-repeat right top;
}
.omotenashi-footer-ttl {
  margin-bottom: 20px;
  font-size: 416.66%;
}
.omotenashi-footer-ttl b {
  color: #000;
}
.omotenashi-footer ul {
  margin-bottom: 90px;
  font-size: 133.33%;
}
.omotenashi-footer li {
  display: inline-block;
  margin-right: 20px;
}
.omotenashi-footer a {
  color: #fff;
}
.omotenashi-footer-copyright {
  margin-top: 40px;
  font-size: 116.66%;
}
.industrial-footer {
  background-color: #008cd6;
}
.samurai-footer {
  background-color: #222222;
}
.industrial-footer .omotenashi-footer-inner, 
.samurai-footer .omotenashi-footer-inner {
  background-image: url("../img/omotenashi/industrial/footer_map.png");
}
.industrial-footer .omotenashi-footer-ttl,
.samurai-footer .omotenashi-footer-ttl {
  color: #fd4942;
}
.industrial-footer .omotenashi-footer-ttl b,
.samurai-footer .omotenashi-footer-ttl b {
  color: #fff;
}

.omotenashi {
  position: relative;
  padding-bottom: 200px;
  background: url("../img/omotenashi/bg.gif") repeat-y center top;
  background-size: 90.27% auto;
}

.omotenashi *, .industrial * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*word-break: break-all;*/
}

.omotenashi a:hover, .industrial a:hover {
  opacity: 1;
}

.omotenashi .ico_window1 {
    background: url(../img/omotenashi/ico_window.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

.omotenashi-f {
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: bold;
}
.omotenashi-f span {
  color: #fd4942;
  font-weight: bold;
}
.omotenashi-ttl {
  margin-bottom: 60px;
  font-size: 283.33%;
  text-align: center;
}
.omotenashi-ttl br {
  display: none;
}

.omotenashi-link {
  display: block;
  overflow: hidden;
}
.omotenashi-link img {
  transition: all .4s;
}
.omotenashi-link.js-over img {
  transform: scale(1.1);
  opacity: 1;
}

.omotenashi-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.omotenashi-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #fd4942;
  color: #fff;
  font-size: 116.66%;
  text-align: center;
  cursor: pointer;
}
.omotenashi-menu-btn p {
  position: relative;
  width: 50px;
  height: 32px;
  margin: 25px auto 10px;
}
.omotenashi-menu-btn p span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .4s;
}
.omotenashi-menu-btn p span:nth-child(2) {
  width: 40px;
  top: 14px;
}
.omotenashi-menu-btn p span:nth-child(3) {
  top: 28px;
}
.omotenashi-menu-btn .omotenashi-f::before {
  content: 'MENU';
}

.omotenashi-menu-nav {
  display: none;
  background-color: #fd4942;
  color: #fff;
}
.omotenashi-menu-nav-inner {
  width: 83.33%;
  margin: 0 auto;
  padding: 50px 40px;
  text-align: right;
}
.omotenashi-menu-nav p {
  margin-bottom: 70px;
  font-size: 166.66%;
  line-height: 1.5;
}
.omotenashi-menu-nav ul {
  font-size: 333.33%;
}
.omotenashi-menu-nav li {
  margin-bottom: 40px;
}
.omotenashi-menu-nav a {
  color: #fff;
}

.js-menuopen .omotenashi-menu-btn p span:nth-child(1) {
  transform: translateY(14px) rotate(-45deg);
}
.js-menuopen .omotenashi-menu-btn p span:nth-child(2) {
  opacity: 0;
}
.js-menuopen .omotenashi-menu-btn p span:nth-child(3) {
  transform: translateY(-14px) rotate(45deg);
}
.js-menuopen .omotenashi-menu-btn .omotenashi-f::before {
  content: 'CLOSE';
}
.js-menuopen .omotenashi-menu-nav {
  display: block;
}
.omotenashi-main,
.omotenashi-main2 {
  text-align: right;
}
.omotenashi-main img {
  width: 100%;
}
.omotenashi-main2 img {
  width: 91%;
}
.omotenashi-news {
  width: 83.33%;
  margin: 70px auto 0;
  background-color: #fff;
  padding: 60px 45px 40px 60px;
}
.omotenashi-news-ttl {
  float: left;
  width: 23.74%;
  font-size: 166.66%;
}
.omotenashi-news ul {
  float: left;
  width: 76.26%;
}
.omotenashi-news li {
  margin: 5px 0 20px;
  line-height: 1.5;
}
.omotenashi-news li:last-child {
  margin-bottom: 0;
}
.omotenashi-news ul span {
  display: block;
}
.omotenashi-news ul span a {
  color: #222;
  text-decoration: underline;
}
.omotenashi-news-date {
  float: left;
}
.omotenashi-news-txt {
  margin-left: 11em;
}
.omotenashi-news-more {
  float: right;
  color: #fd4942;
  font-size: 139.08%;
}

.omotenashi-reco {
  position: relative;
  margin-top: 100px;
  padding-bottom: 75px;
}
.omotenashi-reco::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 91.66%;
  padding-top: 34.02%;
  background-color: #fcea4f;
}
.omotenashi-reco-box {
  position: relative;
  width: 83.33%;
  margin: 0 auto;
}
.omotenashi-reco-box ul li {
  float: left;
  width: 48%;
  margin: 0 4% 4% 0;
}
.omotenashi-reco-box ul li:nth-child(even) {
  margin-right: 0;
}
.omotenashi-reco-box ul li img {
  width: 100%;
}
	
/*.omotenashi-reco-box {
  position: relative;
  z-index: 1;
}
.omotenashi-reco img {
  width: 100%;
}
.omotenashi-reco li {
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
  position: relative;
}
.omotenashi-reco li:last-child {
	margin: 0;
}
.omotenashi-reco a {
  display: block;
  position: relative;
}
.omotenashi-reco a .column{
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  vertical-align:middle;
  font-size: 1.2vw;
  padding: 2% 1%;
  font-family: 'Josefin Sans', sans-serif !important;
}
.omotenashi-reco .reco-txt {
    padding: 3% 2% 1%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 1.5vw;
    font-weight: 500;
    z-index:110;
}

.omotenashi-reco .reco-bg {
  position: absolute;
  bottom: 0;
  left : 0;
  height: 13%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index:100;
}*/

.omotenashi-box {
  position: relative;
  margin-top: 120px;
}
.omotenashi-box-inner {
  width: 91.66%;
}
.omotenashi-box-r .omotenashi-box-inner {
  float: right;
}
.omotenashi-box-img {
  position: absolute;
  top: 0;
}
.omotenashi-box-img img {
  width: 100%;
}
.omotenashi-box-l .omotenashi-box-img {
  left: 0;
}
.omotenashi-box-r .omotenashi-box-img {
  right: 0;
}
.omotenashi-box-content {
  position: relative;
  z-index: 1;
  width: 46.96%;
  padding: 90px 60px 120px;
  background-color: #fff;
}
.omotenashi-box-l .omotenashi-box-content {
  float: right;
}
.omotenashi-box-ttl {
  margin-bottom: 50px;
  font-size: 380%;
}
.omotenashi-box-content p {
  margin-bottom: 70px;
  font-size: 133.33%;
  line-height: 2;
}
.omotenashi-btn {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 20px 0 15px;
  background-color: #fd4942;
  color: #fff;
  font-size: 200%;
  text-align: center;
}

.omotenashi-samurai .omotenashi-box-img {
  top: 50%;
  width: 54.16%;
  margin-top: -16.74%;
}
.omotenashi-concierge .omotenashi-box-img {
  top: 10%;
  width: 44%;
  margin-top: -5%;
}
.omotenashi-concierge .omotenashi-box-content {
  padding: 90px 60px 60px;
  width: 55%;
}
.omotenashi-concierge p {
  margin-bottom: 30px;
}
.omotenashi-concierge span {
  color: #fd4942;
}
.omotenashi-concierge dl {
  font-size: 133.33%;
  line-height: 2;
  margin-top: 1em;
}
.omotenashi-concierge dl dt {
  font-weight: bold;
}


.omotenashi-box-left {
    float: left;
}
.omotenashi-box-right {
    float: right;
    width: 43%;
}
.omotenashi-box-right img {
    width: 83%;
}


.omotenashi-concierge-sub {
  padding: 50px;
  background-color: #fff;
  border: solid 3px #fd4942;
  font-size: 133.33%;
  line-height: 2;
  width: 83.33%;
  margin: 50px auto 0;
}
.omotenashi-concierge-sub .w70 {
  width: 60%;
  float: left;
}
.omotenashi-concierge-sub .w30 {
  width: 38%;
  float: right;
}
.omotenashi-concierge-sub .w30 img {
  width: 100%;
}
.omotenashi-concierge-sub dl dt {
  font-weight: bold;
  color: #fd4942;
}
.omotenashi-concierge-sub dl dd.concierge-btn {
  width: auto;
  margin: 1em 0;
  padding: 10px 30px;
  font-size: 110%;
  background-color: #fd4942;
  display: inline-block;
  text-align: center;
}
.omotenashi-concierge-sub dl dd.concierge-btn a {
  color: #fff;
}
.omotenashi-concierge-sub dd a.underline {
  text-decoration: underline;
}
.omotenashi-concierge-sub dl dt.concierge-inquiry {
  color: #404040;
}

.omotenashi-manufacturing {
  padding: 5.2% 0 0;
}
.omotenashi-manufacturing .omotenashi-box-img {
  width: 68.18%;
}

.omotenashi-food {
  margin-top: 200px;
}
.omotenashi-food li {
  position: relative;
  float: left;
  width: 33.33%;
}
.omotenashi-food li:nth-child(4), .omotenashi-food li:nth-child(5) {
  width: 50%;
}
.omotenashi-food li img {
  width: 100%;
}
.omotenashi-food li span {
  position: absolute;
  left: 25px;
  bottom: 30px;
  color: #fff;
  font-size: 283.33%;
}

.omotenashi-stadium {
  margin-top: 140px;
}
.omotenashi-stadium-inner {
  float: right;
  width: 91.66%;
}
.omotenashi-stadium-ttl {
  float: left;
  width: 39.39%;
  padding-top: 6.81%;
}
.omotenashi-stadium-ttl p {
  margin-bottom: 20px;
  font-size: 283.33%;
}
.omotenashi-stadium-ttl-h {
  font-size: 380%;
}
.omotenashi-stadium-img {
  float: right;
  width: 60.606%;
}
.omotenashi-stadium-img img {
  width: 100%;
}

.omotenashi-sub {
  width: 83.33%;
  margin: 90px auto 0;
}
.omotenashi-sub li {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
  background-color: #14476e;
}
/*.omotenashi-sub li:nth-child(2) {
  margin-top: 5.3%;
}*/
.omotenashi-sub li:last-child {
  margin-right: 0;
}
.omotenashi-sub li img {
  width: 100%;
  opacity: 0.5;
}
.omotenashi-sub li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 240%;
}

.omotenashi-course {
  padding: 4.44% 0;
}
.omotenashi-course .omotenashi-box-img {
  width: 69.92%;
}

.omotenashi-pamphlet {
	padding: 0 0 4.44%;
}

.omotenashi-rlink {
	width: 83.33%;
    margin: 20px auto 0;
}
.omotenashi-rlink img {
  width: 100%;
}
.omotenashi-rlink li {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
}
.omotenashi-rlink li:last-child {
	margin: 0;
}



.industrial {
  padding-bottom: 100px;
}

.industrial-main {
  position: relative;
}
.industrial-main img {
  width: 100%;
}
.industrial-main p {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #fff;
  font-size: 125%;
}
.industrial-main-ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 666.66%;
}
.industrial-main-ttl div {
  text-align: center;
}
.industrial-main-ttl-h {
  display: inline-block;
  text-align: left;
}

.industrial-copy {
  background: #008cd6 url("../img/omotenashi/industrial/copy.jpg") no-repeat left bottom;
}
.industrial-copy div {
  margin-left: 45.833%;
  padding: 80px;
  background-color: #008cd6;
  color: #fff;
}
.industrial-copy-h {
  margin-bottom: 40px;
  font-size: 416.66%;
}
.industrial-copy p {
  font-family: 'Century Gothic';
  font-size: 133.33%;
  line-height: 2;
}

.industrial-story {
  background: #fd4942 url("../img/omotenashi/industrial/story.jpg") no-repeat left center;
  background-size: auto 100%;
}
.industrial-story div {
  background-color: #fd4942;
}
.industrial-story-h {
  font-size: 750%;
}
.industrial-story p {
  margin-bottom: 40px;
}
.industrial .omotenashi-btn {
  background-color: #222222;
}

.industrial-sec {
  margin-top: 100px;
}
.industrial-sec-h {
  width: 93.05%;
  margin: 0 auto 40px;
  font-size: 250%;
}
.industrial-sec li {
  float: left;
  width: 25%;
}
.industrial-sec img {
  width: 100%;
}
.industrial-txt {
  padding: 15px 10px 30px;
  font-family: 'Century Gothic';
  font-size: 133.33%;
  text-align: center;
}
.industrial-img {
  background-color: #f1f0ec;
  overflow: hidden;
}
.industrial-txt.white {
  color: #FFFFFF;
}

.industrial-sec-even .industrial-img {
  background-color: #fcea4f;
}
.industrial-img img {
  transition: all .4s;
}
.js-over .industrial-img img {
  transform: scale(1.1);
}
.industrial-plan p {
  position: relative;
}
.industrial-plan p .omotenashi-btn {
  position: absolute;
  top: 85%;
  left: 40%;
  background-color: #C09401;
  max-width: 20%;
  max-height: 10%;
  padding: 1% 0 1.2%;
  font-size: 2vw;
}
.industrial-plan li {
  background-color: #f1f0ec;
}
.industrial-plan li:nth-child(odd) {
  background-color: #fcea4f;
}
.industrial-plan-img {
  overflow: hidden;
}
.industrial-plan-img img {
  transition: all .4s;
}
.js-over .industrial-plan-img img {
  transform: scale(1.1);
}


.samurai {
  background: url("../img/omotenashi/samurai/bg.jpg") center top;
}
.samurai-copy {
  background: #ae9c37;
  background: -moz-linear-gradient(top,  #ae9c37 0%, #6d6813 100%);
  background: -webkit-linear-gradient(top,  #ae9c37 0%,#6d6813 100%);
  background: linear-gradient(to bottom,  #ae9c37 0%,#6d6813 100%);
}
.samurai-copy a {
  color: #FFFFFF;
}

.samurai-copy-content {
  background: #ae9c37;
  background: -moz-linear-gradient(top,  #ae9c37 0%, #6d6813 100%);
  background: -webkit-linear-gradient(top,  #ae9c37 0%,#6d6813 100%);
  background: linear-gradient(to bottom,  #ae9c37 0%,#6d6813 100%);
  color: #fff;
}

.samurai-copy-content .omotenashi-btn{
  margin: 1rem 0 0 auto;
  display: block;
}

.samurai-copy-txt {
  padding: 80px;
}
.samurai-copy-01 .samurai-copy-img {
  background: url("../img/omotenashi/samurai/copy_p001.jpg") no-repeat left center;
  background-size: auto 100%;
}
.samurai-copy-01 .samurai-copy-content {
  margin-left: 52.77%;
}
.samurai-copy-01 .samurai-copy-txt {
  background: url("../img/omotenashi/samurai/copy_tx001.png") no-repeat right top 49px;
}
.samurai-copy-02 .samurai-copy-img {
  background: url("../img/omotenashi/samurai/copy_p002.jpg") no-repeat right center;
  background-size: auto 100%;
}
.samurai-copy-02 .samurai-copy-content {
  margin-right: 52.77%;
}
.samurai-copy-02 .samurai-copy-txt {
  background: url("../img/omotenashi/samurai/copy_tx002.png") no-repeat right 44px top 198px;
}
.samurai-copy-h {
  margin-bottom: 40px;
  font-size: 416.66%;
}
.samurai-copy p {
  font-family: 'Century Gothic';
  font-size: 133.33%;
  line-height: 2;
}
.samurai-sub {
  padding: 120px 0 135px;
  background: url("../img/omotenashi/samurai/sub_bg001.jpg");
}
.samurai-sub ul {
  width: 79.86%;
  margin: 0 auto;
}
.samurai-sub li {
  float: left;
  width: 48.69%;
}
.samurai-sub li:last-child {
  float: right;
}
.samurai-sub li a {
  color: #fff;
}
.samurai-sub li a p {
  margin-top: 20px;
  font-size: 166.66%;
}
.samurai .industrial-sec a {
  color: #fff;
}
.samurai .industrial-sec-h {
  color: #9d9226;
}
.samurai .industrial-img {
  background-color: #26240e;
}
.samurai .industrial-sec-even .industrial-img {
  background-color: #3b3929;
}
.samurai .industrial-plan li {
  background-color: #3b3929;
}
.samurai .industrial-plan li:nth-child(odd) {
  background-color: #302f22;
}

.chara {
  padding-bottom: 0;
}
.chara .industrial-main-ttl {
  font-size: 583.33%;
}
.chara-copies {
  color: #fff;
}
.chara-copy {
  float: left;
  width: 50%;
}
.chara-copy-txt {
  padding: 80px;
}
.chara-copy-h {
  font-size: 416.66%;
}
.chara-copy-h-sub {
  margin-bottom: 40px;
  font-size: 416.66%;
  font-weight: normal;
}
.chara-copy p {
  font-family: 'Century Gothic';
  font-size: 133.33%;
  line-height: 2;
}
.chara .industrial-main-ttl-h {
  text-align: center;
}

.chara-writer {
	padding: 80px 0;
    color: #fff;
}
.chara-writer .chara-writer-box, .chara-writer h2 {
	width: 79.86%;
    margin: 0 auto;
    line-height: 2;
}
.chara-writer h2 {
	font-size: 166.66%;
	margin-bottom: 1em;
}
.chara-writer .chara-writer-box p {
	width: 70%;
	font-family: 'Century Gothic';
    font-size: 133.33%;
}
.chara-writer .chara-writer-box img {
	float: right;
}


.heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child,
.heroine-copies .chara-copy-row:nth-child(even) .chara-copy:last-child {
  background: #fc5850;
  background: -moz-linear-gradient(top,  #fc5850 0%, #9d2621 100%);
  background: -webkit-linear-gradient(top,  #fc5850 0%,#9d2621 100%);
  background: linear-gradient(to bottom,  #fc5850 0%,#9d2621 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5850', endColorstr='#9d2621',GradientType=0 );
}
.heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child .chara-copy-h-sub,
.heroine-copies .chara-copy-row:nth-child(even) .chara-copy:last-child .chara-copy-h-sub {
  color: #ffa39f;
}
.heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child,
.heroine-copies .chara-copy-row:nth-child(even) .chara-copy:first-child {
  background: #d7b149;
  background: -moz-linear-gradient(top,  #d7b149 0%, #997711 100%);
  background: -webkit-linear-gradient(top,  #d7b149 0%,#997711 100%);
  background: linear-gradient(to bottom,  #d7b149 0%,#997711 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b149', endColorstr='#997711',GradientType=0 );
}
.heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child .chara-copy-h-sub,
.heroine-copies .chara-copy-row:nth-child(even) .chara-copy:first-child .chara-copy-h-sub {
  color: #fa4b48;
}
.heroine-copy-01 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx001.png") no-repeat right top 29px;
}
.heroine-copy-02 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx002.png") no-repeat right top 29px;
}
.heroine-copy-03 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx003.png") no-repeat right top 29px;
}
.heroine-copy-04 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx004.png") no-repeat right top 29px;
}
.heroine-copy-05 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx005.png") no-repeat right top 29px;
}
.heroine-copy-06 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx006.png") no-repeat right top 29px;
}
.heroine-copy-07 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx007.png") no-repeat right top 29px;
}
.heroine-copy-08 .chara-copy-txt {
  background: url("../img/omotenashi/heroines/heroine_tx008.png") no-repeat right top 29px;
}

.warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child,
.warrior-copies .chara-copy-row:nth-child(even) .chara-copy:last-child {
  background: #ac9b37;
  background: -moz-linear-gradient(top,  #ac9b37 0%, #6e6914 100%);
  background: -webkit-linear-gradient(top,  #ac9b37 0%,#6e6914 100%);
  background: linear-gradient(to bottom,  #ac9b37 0%,#6e6914 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9b37', endColorstr='#6e6914',GradientType=0 );
}
.warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child .chara-copy-h-sub,
.warrior-copies .chara-copy-row:nth-child(even) .chara-copy:last-child .chara-copy-h-sub {
  color: #e5dca0;
}
.warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child,
.warrior-copies .chara-copy-row:nth-child(even) .chara-copy:first-child {
  background: #506426;
  background: -moz-linear-gradient(top,  #506426 0%, #36431d 100%);
  background: -webkit-linear-gradient(top,  #506426 0%,#36431d 100%);
  background: linear-gradient(to bottom,  #506426 0%,#36431d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506426', endColorstr='#36431d',GradientType=0 );
}
.warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child .chara-copy-h-sub,
.warrior-copies .chara-copy-row:nth-child(even) .chara-copy:first-child .chara-copy-h-sub {
  color: #b2c882;
}
.warrior-copy-01 .chara-copy-txt {
  background: url("../img/omotenashi/warriors/warrior_tx001.png") no-repeat right top 29px;
}
.warrior-copy-02 .chara-copy-txt {
  background: url("../img/omotenashi/warriors/warrior_tx002.png") no-repeat right top 29px;
}
.warrior-copy-03 .chara-copy-txt {
  background: url("../img/omotenashi/warriors/warrior_tx003.png") no-repeat right top 29px;
}
.warrior-copy-04 .chara-copy-txt {
  background: url("../img/omotenashi/warriors/warrior_tx004.png") no-repeat right top 29px;
}
.warrior-copy-05 .chara-copy-txt {
  background: url("../img/omotenashi/warriors/warrior_tx005.png") no-repeat right top 29px;
}
.warrior-copy-06 .chara-copy-txt {
  background: url("../img/omotenashi/warriors/warrior_tx006.png") no-repeat right top 29px;
}


@media screen and (max-width: 1200px){
  .omotenashi-footer ul{
    width: 50%;
    font-size: 180%;
  }
  .omotenashi-footer ul li{
    margin: 0 5% 3% 0;
  }
  
  .samurai-copy-h {
    font-size: 250%;
  }
  .samurai-copy p {
    font-size: 180%;
  }
  .industrial-sec-h {
    font-size: 250%;
  }
  .industrial-copy-h {
    font-size: 250%;
  }
  .industrial-story-h {
    font-size: 250%;
  }
  .omotenashi-reco .reco-txt {
      font-size: 1.8vw;
  }
  .omotenashi-reco .reco-bg {
      height: 18%;
  }

  .omotenashi-concierge .omotenashi-box-img {
    top: 30%;
    margin-top: -10%;
  }
}

@media screen and (max-width: 960px){
  .omotenashi-footer-inner, .industrial-footer .omotenashi-footer-inner, .samurai-footer .omotenashi-footer-inner {
    background: none;
    text-align: center;
  }
  .omotenashi-footer-ttl {
    font-size: 300%;
  }

  .omotenashi-footer ul{
    width: 100%;
    font-size: 180%;
  }
  
  .omotenashi-stadium-inner {
    float: none;
    width: 100%;
  }
  .omotenashi-stadium-ttl {
    float: none;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .omotenashi-stadium-ttl p {
    margin-bottom: 20px;
  }
  .omotenashi-stadium-ttl-h {
    margin-bottom: 40px;
    font-size: 400%;
  }
  /*.omotenashi-stadium-ttl-h br {
    display: none;
  }*/
  .omotenashi-stadium-img {
    float: none;
    width: 100%;
  }
  .omotenashi-stadium p {
    width: 83.33%;
    margin: 0 auto;
  }

  .industrial-copy div {
    margin-left: 33.33%;
    padding: 40px;
  }
  
  .samurai-copy-txt {
    padding: 40px;
  }
  .samurai-copy-01 .samurai-copy-content {
    margin-left: 33.33%;
  }
  .samurai-copy-02 .samurai-copy-content {
    margin-right: 33.33%;
  }
  
  .chara .industrial-main-ttl {
    font-size: 350%;
  }
  .chara-copy-txt {
    padding: 60px 40px;
  }
  .chara-copy-h {
    font-size: 300%;
  }
  .chara-copy-h-sub {
    margin-bottom: 20px;
    font-size: 300%;
  }
  
}


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

  .omotenashi{
    padding-bottom: 5%;
  }
  .omotenashi-footer-ttl {
    font-size: 200%;
  }
  
  .omotenashi-ttl {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 200%;
  }
  .omotenashi-ttl br {
    display: block;
  }
  
  .omotenashi-menu-nav-inner {
    width: 83.33%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .omotenashi-menu-nav p {
    margin-bottom: 60px;
    font-size: 150%;
  }
  .omotenashi-menu-nav ul {
    font-size: 200%;
  }
  .omotenashi-menu-nav li {
    margin-bottom: 30px;
  }
  .omotenashi-main p {
    width: 100%;
  }
  .omotenashi-main li:nth-child(2) {
    right: 20%;
  }
  .omotenashi-main li:nth-child(3) {
    right: 40%;
  }
  
  .omotenashi-news {
    width: 83.33%;
    margin: 70px auto 0;
    background-color: #fff;
    padding: 30px;
  }
  .omotenashi-news-ttl {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .omotenashi-news ul {
    float: none;
    width: 100%;
  }
  .omotenashi-news li:last-child {
    margin-bottom: 20px;
  }
  .omotenashi-news-date {
    float: none;
    width: 100%;
  }
  .omotenashi-news-txt {
    margin-left: 0;
  }
  
  .omotenashi-reco {
    margin-top: 70px;
  }
  .omotenashi-reco-box ul li {
	float: none;
	width: 100%;
	margin: 0 0 4% 0;
  }
/*  .omotenashi-reco-box {
    width: 83.33%;
    margin: 0 auto;
  }
  .omotenashi-reco p {
    float: none;
    width: 100%;
  }
  .omotenashi-reco ul {
    float: none;
    width: 100%;
  }
  .omotenashi-reco li {
    float: none;
    width: 100%;
  }
  .omotenashi-reco li:last-child {
    margin: 20px 0 0 0;
  }
  .omotenashi-reco .reco-txt {
	 font-size: 4vw;
  }
  .omotenashi-reco .reco-bg {
    height: 22%;
  }*/
  
  .omotenashi-box {
    margin-top: 70px;
  }
  .omotenashi-box-inner {
    width: 100%;
  }
  .omotenashi-box-r .omotenashi-box-inner {
    float: none;
  }
  .omotenashi-box-img {
    position: static;
    width: 100%;
  }
  .omotenashi-box-content {
    width: 83.33%;
    margin: -80px auto 0;
    padding: 30px;
  }
  .omotenashi-box-l .omotenashi-box-content {
    float: none;
  }
  .omotenashi-box-ttl {
    margin-bottom: 20px;
    font-size: 220%;
  }
  .omotenashi-box-content p {
    margin-bottom: 30px;
    font-size: 120%;
  }
  .omotenashi-btn {
    font-size: 150%;
  }

  .omotenashi-samurai .omotenashi-box-img {
    width: 100%;
    margin-top: 0;
  }
  
  .omotenashi-concierge .omotenashi-box-img {
    width: 100%;
    margin-top: 0;
  }
  .omotenashi-concierge .omotenashi-box-content {
    width: 83.33%;
    padding: 30px;
  }
  .omotenashi-concierge dl {
    font-size: 100%;
  }


  .omotenashi-box-left {
      float: none;
  }
  .omotenashi-box-right {
      float: none;
      width: 100%;
      text-align: center;
  }
  .omotenashi-box-right img {
      margin-top: 15px;
  }


  .omotenashi-concierge-sub {
    padding: 30px;
    font-size: 100%;
    margin: 30px auto 0;
  }
  .omotenashi-concierge-sub dl dd.concierge-btn {
    width: 100%;
  }
  .omotenashi-concierge-sub .w70, .omotenashi-concierge-sub .w30 {
    width: 100%;
    float: none;
  }
  .omotenashi-concierge-sub .w30 {
    margin-bottom: 1em;
  }

  .omotenashi-manufacturing {
    padding: 0;
  }
  .omotenashi-manufacturing .omotenashi-box-img {
    width: 100%;
  }
  
  .omotenashi-food {
    margin-top: 70px;
  }
  .omotenashi-food ul {
    width: 83.33%;
    margin: 0 auto;
  }
  .omotenashi-food li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .omotenashi-food li:nth-child(4), .omotenashi-food li:nth-child(5) {
    width: 100%;
  }
  .omotenashi-food li span {
    font-size: 150%;
  }
  
  .omotenashi-stadium {
    margin-top: 50px;
  }
  .omotenashi-stadium-ttl p {
    margin-bottom: 10px;
    font-size: 150%;
  }
  .omotenashi-stadium-ttl-h {
    margin-bottom: 20px;
    font-size: 220%;
  }
  
  .omotenashi-sub{
    margin-top: 50px;
  }
  .omotenashi-sub li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .omotenashi-sub li span {
    font-size: 150%;
  }

  .omotenashi-course {
    padding: 0;
  }
  .omotenashi-course .omotenashi-box-img {
    width: 100%;
  }
  
  .omotenashi-rlink {
    margin-top: 50px;
  }
  .omotenashi-rlink li {
    float: none;
    width: 100%;
    margin: 0;
  }
  .omotenashi-rlink li:last-child {
	margin-top: 5.3%;
  }
  
  
  .industrial-main p {
	  display: none;
  }
  .industrial-main-ttl {
    font-size: 350%;
  }
  
  .industrial-copy div {
    margin-left: 0;
    padding: 40px;
  }
  .industrial-copy-h {
    margin-bottom: 20px;
    font-size: 300%;
  }
  
  .industrial-story-h {
    font-size: 350%;
  }
  .industrial-story-h br {
    display: none;
  }
  
  .industrial-sec li {
    width: 50%;
  }
  .industrial-sec .only-pc {
    display: none;
  }
  
  .samurai-main p {
	  display: none;
  }
  .samurai-copy-01 .samurai-copy-content {
    margin-left: 0;
  }
  .samurai-copy-02 .samurai-copy-content {
    margin-right: 0;
  }
  .samurai-sub {
    padding: 60px 0;
  }
  .samurai-sub li {
    float: none;
    width: 100%;
  }
  .samurai-sub li:last-child {
    float: none;
    margin-top: 40px;
  }
  
  .chara .industrial-main-ttl {
    font-size: 200%;
  }
  .chara-copy {
    float: none;
    width: 100%;
  }
  .chara-copy-txt {
    padding: 40px;
  }
  .chara-copy-h {
    font-size: 200%;
  }
  .chara-copy-h-sub {
    font-size: 200%;
  }

.chara-writer {
	padding: 60px 0;
}
.chara-writer .chara-writer-box {
	text-align: center;
}
.chara-writer .chara-writer-box p {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
.chara-writer .chara-writer-box img {
	float: none;
}

  .heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child,
  .heroine-copies .chara-copy-row:nth-child(even) .chara-copy:first-child {
    background: #fc5850;
    background: -moz-linear-gradient(top,  #fc5850 0%, #9d2621 100%);
    background: -webkit-linear-gradient(top,  #fc5850 0%,#9d2621 100%);
    background: linear-gradient(to bottom,  #fc5850 0%,#9d2621 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5850', endColorstr='#9d2621',GradientType=0 );
  }
  .heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child .chara-copy-h-sub,
  .heroine-copies .chara-copy-row:nth-child(even) .chara-copy:first-child .chara-copy-h-sub {
    color: #ffa39f;
  }
  .heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child,
  .heroine-copies .chara-copy-row:nth-child(even) .chara-copy:last-child {
    background: #d7b149;
    background: -moz-linear-gradient(top,  #d7b149 0%, #997711 100%);
    background: -webkit-linear-gradient(top,  #d7b149 0%,#997711 100%);
    background: linear-gradient(to bottom,  #d7b149 0%,#997711 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b149', endColorstr='#997711',GradientType=0 );
  }
  .heroine-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child .chara-copy-h-sub,
  .heroine-copies .chara-copy-row:nth-child(even) .chara-copy:last-child .chara-copy-h-sub {
    color: #fa4b48;
  }
  
  .warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child,
  .warrior-copies .chara-copy-row:nth-child(even) .chara-copy:first-child {
    background: #ac9b37;
    background: -moz-linear-gradient(top,  #ac9b37 0%, #6e6914 100%);
    background: -webkit-linear-gradient(top,  #ac9b37 0%,#6e6914 100%);
    background: linear-gradient(to bottom,  #ac9b37 0%,#6e6914 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9b37', endColorstr='#6e6914',GradientType=0 );
  }
  .warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:first-child .chara-copy-h-sub,
  .warrior-copies .chara-copy-row:nth-child(even) .chara-copy:first-child .chara-copy-h-sub {
    color: #e5dca0;
  }
  .warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child,
  .warrior-copies .chara-copy-row:nth-child(even) .chara-copy:last-child {
    background: #506426;
    background: -moz-linear-gradient(top,  #506426 0%, #36431d 100%);
    background: -webkit-linear-gradient(top,  #506426 0%,#36431d 100%);
    background: linear-gradient(to bottom,  #506426 0%,#36431d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506426', endColorstr='#36431d',GradientType=0 );
  }
  .warrior-copies .chara-copy-row:nth-child(odd) .chara-copy:last-child .chara-copy-h-sub,
  .warrior-copies .chara-copy-row:nth-child(even) .chara-copy:last-child .chara-copy-h-sub {
    color: #b2c882;
  }
}

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

  .pc {display:none}
  .sp {display:block;}
  
  .js-menuopen .omotenashi-menu-btn p span:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .js-menuopen .omotenashi-menu-btn p span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .omotenashi-main2 {
    width: 90%;
    text-align: center;
    padding: 10% 0 0;
    margin: 0 auto;
  }
  
  .omotenashi-main2 img{
    width: 100%;
  }

  .omotenashi-footer ul{
    font-size: 133%;
  }
  .omotenashi-footer ul li{
    margin: 0 0 3% ;
    width: 100%;
  }
  
  .omotenashi-menu .omotenashi-f {
    font-size: 80%;
  }
  .omotenashi-menu-btn p {
    height: 28px;
  }
  .omotenashi-menu-btn p span {
    width: 82%;
    left: 8%;
  }

  .omotenashi-box-ttl {
    font-size: 170%;
  }
  .omotenashi-menu-btn {
    width: 60px;
    height: 60px;
  }
  .omotenashi-menu-btn p {
    margin: 10px auto 0px;
  }
  .omotenashi-menu-btn p span:nth-child(2) {
    width: 65%;
    top: 10px;
  }
  .omotenashi-menu-btn p span:nth-child(3) {
    top: 20px;
  }
  .omotenashi-menu-btn p span {
    height: 3px;
  }
  .omotenashi-menu-btn .omotenashi-f::before {
    content: 'MENU';
  }
  .omotenashi-reco a .column{
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    vertical-align:middle;
    font-size: 3vw;
    padding: 2% 1%;
  }
  .omotenashi-box-content p,.omotenashi-concierge dl, .omotenashi-concierge-sub {
    line-height: 1.5;
    font-size: 120%;
  }
  .industrial-main-ttl{
    font-size: 160%;
  }
  .samurai-copy-h {
    font-size: 160%;
  }
  .samurai-copy-content .omotenashi-btn {
    margin: 1rem auto;
  }
  .samurai-copy p {
    line-height: 1.5;
  }
  .samurai-copy p {
    font-size: 120%;
  }
  .industrial-txt{
    font-size: 100%;
  }
  .industrial-sec-h {
    font-size: 160%;
  }
  .industrial-copy-h {
    font-size: 160%;
  }
  .industrial-story-h {
    font-size: 160%;
  }
  .industrial-sec {
    margin-top: 10%;
  }
  .industrial-sec-h {
    margin: 0 auto 5%;
  }
  .industrial-copy p {
    line-height: 1.5;
    font-size: 120%;
  }
  .omotenashi-footer ul {
    margin: 0 0 8%;
  }
  .omotenashi-read {
    font-size: 120% !important;
    font-weight: 600 !important;
  }
}

@media print {

}</pre></body></html>