@charset "utf-8";

/* 基本設定
-------------------------------------------------*/

html{ /*scroll-behavior: smooth;*/ }
h1,h2,h3,h4,h5,h6,p,div,ul,li,dd,dl,em,dfn{margin:0; padding:0; font-style:normal;}
ul,li,dt,dd,dl{ list-style-type:none;}
hr{height:0px;margin:0;padding:0;border:none;}
table, tr, th, td{ border:none;}
img{ margin: 0; padding: 0; max-width:100%; vertical-align: bottom; image-rendering: -webkit-optimize-contrast;}
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

body{
	margin:0;
	padding:0;
	font-family:  "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:16px; line-height:1.7; color:#333; letter-spacing:0.1em;
	color:#333;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
	background-color:#FFE6F8;
	}
@media all and (-ms-high-contrast: none){
  body{
	  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  line-height:normal;
  }
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp-Regular.woff) format('opentype');
    font-display: swap;
   }

.is-box-sizing{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/* object-fit-images
-------------------------------------------------*/

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

/* リンク調整
-------------------------------------------------*/

a{ outline:none; }

a.is-hover{display:block;}
a.is-hover img{ transition:all 0.5s ease;}
a:hover.is-hover img{ opacity: 0.7; filter: alpha(opacity=70); -moz-opacity:0.7;}
a:hover.is-hover{ opacity: 0.7; filter: alpha(opacity=70); -moz-opacity:0.7;}

.noclick{
  pointer-events: none;
}

/* 基本レイアウト
-------------------------------------------------*/
#box-wrapper{ width:100%;}
.box-main{ width:960px; margin:0 auto;}
.center{ text-align:center;}
/*.box-main p{ margin-bottom:40px;}*/

hr.line1 {
	width:40%;
	margin:80px auto;
	border-top: 1px solid #ccc;
    /*border-top: 1px solid #333;
	border-top: 3px dotted #7f4600;*/
	box-sizing: border-box;  
    position: relative;
    padding: 0 0 3px 0;
}/*
hr.line1:after {
    position: absolute;
    display: inline-block;
    border-top: 1px solid #8c8b8b;
    top: 1px;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #333;
    z-index: 10;
}*/

.mb0{ margin-bottom:0px !important;}

/*-----ヘッダー-----*/

#top-head {
    top: -100px;
    width:100%;
    margin: 0 auto;
    padding:0;
    z-index: 999;
}
#top-head.fixed {
    margin: 0 auto;
    width: 100%;
    top: 0;
	padding:0;
    position: fixed;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.20);
}

.basic-head{ margin-bottom:20px;}
.head-subnavi{ background-color:#402128; padding:10px 0 8px; margin:0; }
.head-subnavi-inner {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
	line-height: 1;
}
.head-subnavi-inner ul{ float:right;}
.head-subnavi-inner ul li{ display:inline-block; padding: 6px 0 6px 0; margin:0 10px 0 0;}
.head-subnavi-inner ul li:last-child{ margin:0 0 0 0;}
.head-subnavi-inner ul li a{ color:#fff; text-decoration:none; font-size:14px; position:relative;}
.head-subnavi-inner ul li a:hover{ }
.head-subnavi-inner ul li a.is-home{ padding:0 0 0 40px;}
.head-subnavi-inner ul li a.is-home:after{
    background-image: url(../img/ic-home.png);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 27px;
    height: 24px;
    z-index: 10;
}
.head-subnavi-inner ul li a.is-flag{ padding:0 0 0 30px;}
.head-subnavi-inner ul li a.is-flag:after{
    background-image: url(../img/ic-flag.png);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    z-index: 10;
}
.head-subnavi-inner ul li a.is-mail{ padding:0 0 0 34px;}
.head-subnavi-inner ul li a.is-mail:after{
    background-image: url(../img/ic-mail.png);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 22px;
    height: 16px;
    z-index: 10;
}
.head-subnavi-inner ul li a.is-hobby{ padding:0 0 0 34px;}
.head-subnavi-inner ul li a.is-hobby:after {
    background-image: url(../img/ic-hobby.png);
    position: absolute;
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    z-index: 10;
}
.head-h1{ text-align:center; display:block; width:960px; margin:0 auto; padding:35px 0; line-height: 1;}
.head-h1 img{ width:100%;}
/*
header{
    width: 100%; padding: 15px 0;
    text-align: center;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    z-index: 1001;
}
.head-cont{ width: 1024px; margin: 0 auto; overflow:hidden;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
.head-logo{ float:left; position:relative; }
.head-logo:after {
    position: absolute;
    content: '麺を通して健康で楽しい\Aライフスタイルを応援します。';
    top: 70%;
    left: 220px;
    line-height: normal;
    z-index: 10;
    display: inline-block;
    transform: translate(0, -70%);
    white-space: pre;
    text-align: left;
    font-size: 14px;
}
.head-logo img{ width:200px; vertical-align: baseline;}

.head-menu{ float:right; padding: 10px 0 0 0; }
.head-menu ul{ overflow:hidden;}
.head-menu ul li{ float:left; margin:0 10px 0 0; position:relative;}
.head-menu ul li:last-child{ margin:0 0px 0 0;}
.head-menu ul li a img{ width:220px;}*/

.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
}

/*
.head-submenu1{ margin:0 auto; text-align:right;}
.head-submenu1 ul{ overflow:hidden; display: inline-block;}
.head-submenu1 ul li{ float:left; margin:0 12px 0 0;}
.head-submenu1 ul li:last-child{ margin:0 0 0 0;}
.head-submenu1 ul li.contact a {
    font-family: 'Prata', serif;
    background-color: #e50011;
    display: inline-block;
    padding: 9px 15px 5px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.head-submenu1 ul li.contact a:hover{
	background-color: #ffffff;
    color: #e50011;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.menu-btn span {
	display:inline-block;
    font-size: 40px;
    color: #e50011;
    line-height: 0.8;
}
.sp-menu{ display:none;}*/

/*-----フッター-----*/

.basic-footer{ padding:60px 0 0 0;}

.foot-lnk {
    width: 960px;
    margin: 0 auto 40px;
    padding: 0;
    overflow: hidden;
    text-align: left;
	color:#fff;
}
.foot-lnk-l {
    float: left;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.foot-lnk-l-title {
    font-size: 18px;
    margin: 0 auto 24px !important;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.foot-lnk-l-title span {
    font-size: 11px;
    display: block;
}
.foot-lnk-l ul li {
    margin: 0 auto 6px;
}
.foot-lnk-l ul li:last-child{ margin-top:30px;}
.foot-lnk-l ul li:last-child a{ color:#fff; text-decoration:none;}
.foot-lnk-l ul li:last-child a:hover{ color: #402128; }
.foot-lnk-r {
    float: right;
    font-size: 13px;
	letter-spacing:0.1em;
}
.foot-lnk-r ul {
	overflow:hidden;
}
.foot-lnk-r ul li {
	margin:0 20px 0 0;
	float:right;
}
.foot-lnk-r ul li:nth-child(1){ margin:0 0 0 0;}
.foot-lnk-r ul li a {
    display: block;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    color: #fff;
    text-decoration: none;
    line-height: 1.6;
    border-bottom: solid 1px rgb(255 255 255 / 25%);
}
.foot-lnk-r ul li:nth-child(1) a{ background-color:#fff; border:none; color:#333; padding: 8px 10px 6px 12px; font-weight:700;}
.foot-lnk-r ul li:nth-child(1) a.obi1{ border-left:6px solid #e6cb5a !important;}
.foot-lnk-r ul li:nth-child(1) a.obi2{ border-left:6px solid #f09c9c !important;}
.foot-lnk-r ul li:nth-child(1) a.obi3{ border-left:6px solid #bde575 !important;}
.foot-lnk-r ul li:nth-child(1) a.obi4{ border-left:6px solid #a6d7f5 !important;}
.foot-lnk-r ul li a:last-child{ border:none;}
.foot-lnk-r ul li a:hover{ color: #402128; }

.footer-copy{ background-color: #402128;}
.footer-copy p {
    width: 960px;
    margin: 0 auto;
    padding: 8px 0 6px;
    color: #fff;
    text-align: right;
    font-size: 11px;
    letter-spacing: 0.1em;
}

/*
footer{ position:relative;}
.foot-copy {
    background-color: #478d1b;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    padding: 7px 0 5px 0;
}
.foot-cont{ text-align:center; padding:60px 0; margin: 0 auto;}
.foot-cont p:nth-child(1){ width:240px; margin:0 auto 24px;}
.foot-cont p:nth-child(2){ font-size:18px; font-weight:700; letter-spacing:0.2em; position:relative; padding:0 0 40px 0; margin:0 auto 40px;}
.foot-cont p:nth-child(2):after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 80px;
    height: 1px;
    margin-left: -40px;
    background-color: #ccc;
}
.foot-cont p:nth-child(3) a{ display:inline-block; border:solid 1px #ccc; padding:14px 20px 12px 50px; text-decoration:none; color:#333; font-weight:700; font-size:14px; position:relative; border-radius:36px;}
.foot-cont p:nth-child(3) a:before {
    position: absolute;
    font-size: 16px !important;
    line-height: normal;
    top: 50%;
    left: 20px;
    font-family: 'Material Icons';
    content: 'keyboard_arrow_right';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    color: #56504d;
	transform: translate(0, -50%);
}
.foot-cont p:nth-child(3) a:hover{ background-color:#CCC; }*/

/* youtube */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* スクロールトップ */

#page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:999;
	display:none;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    background-color: #a0a0a0;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
}
#page-top a img {
    width: 16px;
    height: 8px;
    vertical-align: middle;
}
#page-top a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

@media only screen and (max-width: 1440px) {

.basic-head { margin-bottom: 0; }
.head-h1 { width: 800px; padding: 35px 0; }
.top-main {
    margin: 0 auto 20px;
}

}

@media only screen and (max-width: 1240px) {

.foot-cont{ width: 90%; }

}

@media only screen and (max-width: 1024px) {

/*
.head-cont{ width:94%; }
.box-main{ width:90%;}*/

.head-h1 { width: 60%;}
.head-subnavi-inner{ width:96%;}
.foot-lnk { width: 90%}

}

@media only screen and (max-width: 768px) {
	
a[href*="tel:"] { pointer-events:auto; cursor:pointer;}
body{ font-size:15px; letter-spacing:0;}

.head-h1 {
    width: 60%;
    padding: 20px 0;
}

/*
.head-menu ul li { margin: 0 10px 0 0;}
.head-logo:after{ display:none;}*/
.foot-lnk { width: 90%; }
.foot-lnk-r ul{ margin:0 -3.3333% 0 0;}
.foot-lnk-r ul li { width: 30%; margin: 0 3.3333% 0 0 !important; }
.foot-lnk-l { width: 100%; display:block; float:none; margin:0 auto; }
.foot-lnk-r { width: 100%; display:block; float:none; margin:0 auto; }

.foot-lnk-l ul li br{ display:none; }

}

@media only screen and (max-width: 480px) {
	
body { font-size: 14px; line-height: 1.6; }

#top-head { padding:5px 0; }
#top-head.fixed { padding:5px 0; }

.head-h1 { width: 80%; }

.head-subnavi-inner ul li a { font-size: 12px; letter-spacing:0;}
.head-subnavi-inner ul li a.is-home { padding: 0 0 0 30px; }
.head-subnavi-inner ul li a.is-flag { padding: 0 0 0 24px; }
.head-subnavi-inner ul li a.is-mail { padding: 0 0 0 30px; }
.head-subnavi-inner ul li a.is-home:after { width: 20px; height: 18px;}

/*.head-menu{ display:none;}*/
.head-menu { padding: 6px 0 0 0; }
.head-menu ul li a img { width: 140px;}
.head-menu ul li:nth-child(1) { display:none;}

hr.line1 {
	margin:60px auto;
}

h3.top-title2 { font-size: 16px;}
h3.top-title2 br{ display:none; }
h4.top-title3 { font-size: 18px;}

/*header { padding: 12px;}*/
.head-logo { padding: 4px 0 0 0; }
.head-logo img { width: 120px; }

.foot-cont{ padding: 40px 0; }
.foot-cont p:nth-child(1) { width: 160px; margin: 0 auto 16px;}
.foot-cont p:nth-child(2) { font-size: 15px; padding: 0 0 24px 0; margin: 0 auto 30px;}
.foot-cont p:nth-child(3) a { font-size: 13px; }

.foot-lnk-r ul {
    margin: 0;
}
.foot-lnk-r ul li {
	display:block;
	width:100%;
	margin:0 !important;
}
.foot-lnk-r ul li:nth-child(2) a:last-child {
    border-bottom: solid 1px rgb(255 255 255 / 25%);
}
/*
.foot-cont-l { width: 100%; float: none; display: block;}
.foot-cont-r { width: 100%; float: none; display: block;}
.foot-cont-r p span {
    font-size: 24px;
    display: block;
    margin: 0;
}*/
/*.foot-parts1 { margin-bottom: 40px;}
.foot-parts1 img { width: 140px;}

.foot-parts2-l { display: block; width: 100%; margin-bottom:24px; }
.foot-parts2-r {
    display: block;
    width: 100%;}
	
.foot-parts3-l ul li {
	    display: block;
    margin: 0 0 6px 0;}
.foot-parts3-r {
    font-size: 10px;     letter-spacing: 0 !important;}*/

/* スクロールトップ */
	
#page-top a { padding: 12px;}
#page-top a img {
    width: 12px;
    height: 6px;
}

}


@media only screen and (max-width: 400px) {
	
body { font-size: 13px; line-height: 1.5; letter-spacing: 0.1em; }

.head-subnavi-inner ul li a { font-size: 11px; }
.head-subnavi-inner ul li a.is-home:after{ width: 23px; height: 20px; }
.head-subnavi-inner ul li a.is-flag:after{ width: 18px; height: 18px; }
.head-subnavi-inner ul li a.is-mail:after{ width: 20px; height: 24px; }
.head-subnavi-inner ul li a.is-hobby:after{ width: 20px; height: 20px; }



}

