@charset "utf-8";

body {
    margin: 0;
    font-family: 'MatissePro-L',serif;
    letter-spacing: 0.1em;
    font-size: 16px;
}

p {
    margin: 0;
}

ul {
    list-style: none;
	margin: 0;
    padding: 0;
}

/* -------見出し------- */
h1 {
    margin: 0;
	text-align: center;
}

h1#top_midasi {
    text-align: center;
	padding-bottom: 25px;
}

span#subtitle {
    display: block;
    font-size: 0.4em;
	color: #999999;
}

h3 {
    margin-top: 30px;
    margin-bottom: 20px !important;
    line-height: 100%;
}

/* ---------お知らせ--------- */
.news_right {
    margin-left: 130px;
}
.news_day {
    line-height: 150%;
    float: left;
}

.news_text {
    margin-left: 130px;
}

p#news_text {
    margin: 10px 0 10px 0px;
    font-size: 0.65rem!important;
    color: #737373!important;
}

/* -------美味しさの比率------- */
.hiritu_box {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
}

.hiritu-wrap {
    max-width: 600px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px;
}
/* ---------コンテンツ--------- */

.content1,.content {
    background: #ffffff;
    border-top: 6px solid #000000;
} 

/* ---------フッター、アイコンメニュー--------- */
.footer_icon_menu a  {
	color: #000000;
	background-color: #cd8777;
}

.footer_icon_menu a:hover  {
	color: #000000;
	background-color: #f5c7bc;
	webkit-transition: all .3s;
    transition: all .3s;
}

ul.fm_01 {
    display: inline;
}
.footer_icon_menu {
    width: 100%;
    height: 200px;
}

span.f_m {
    font-size: 60%;
    display: block;
    margin-top: 5px;
    letter-spacing: 0em;
}


/* ---------フッター--------- */
h2.footer_h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: dotted 2px #909090;
	font-family: serif;
    font-weight: bold;
}


/* ---------みかん箱部分--------- */
.himitu_box {
    color: #000;
    float: right;
}

img.pt_img {
    padding-top: 15px;
    padding-right: 5px;
}

.top_textbox2 {
    text-align: center;
	margin-top: 290px;
}


/*************************
パララックス
*************************/

.box{
	max-width: 960px;
    margin: 0 auto;	
	text-align: center;
    color: #000;
}
	
.box h2 {
    color: #000;
    text-align: center;
    font-size: 2.3em;
    font-weight: bold;
   text-shadow: 0 0 10px rgb(255, 255, 255);
    font-family: serif;
	margin: 0;
}

.parallax_img_2{
	background: url(../img/takujyou.JPG);	
	height:750px;
	}
.parallax_img_3{
	background: url(../img/mikanhako.jpg);	
	height:700px;
	}


/*************************
メディアクエリ
*************************/
@media screen and (max-width: 960px){
.box{
		width:auto;
		}
	}
		
/* -------フッターメニュー------- */
.header, .footer {
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    background-image: url(../img/bac_01.png);
	border-top: 6px solid #000000;
}

.ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.li {
    text-decoration: none;
    float: left;
    margin: 0;
}

.footer_menu {
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer_inner {
	margin: 0 auto;
	padding-bottom: 40px;
	max-width: 1200px;
}
.footer_studio p .day {
	padding-right: 1.5em;
}

.footer_nav a,.footer_nav2 a {
	text-decoration: none;
    color: white;
}
.footer_nav li,.footer_nav2 li {
	list-style: none;
    letter-spacing: 0.1em;
    line-height: 25px;
}

span.tel, span.fax, span.day {
    padding-right: 1.5em;
}

/* -------コピーライト------- */
.copyright p {
    margin: 0;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
}
.copyright {
	background-color: #000;
	padding: 10px 15px;
}
.copyright p {
	color: #FFF;
	margin: 0;
	font-size: 0.9em;
    text-align: center;
}

/* -------ナビ------- */
#menu ul {
	position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
}  
 
#menu li {
	display: inline-block;
    margin-left: 1em;
}  
 
#menu a {
	display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
}

#menu a:hover {
    color: #F99;
  }

.header {
  background-color: #800000;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgb(128, 0, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.header #menu {
	width: auto;
    height: auto;
    background: none;
    cursor: auto;
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.header #logo {
  float: left;
  margin: 5px 0 0 2%;
}

.header #logo img {
  display: block;
  max-width: 85%;
  height: auto;
}

/* ---注文ボタン---- */
.order_button {
	background-color: #fff;
    color: #000;
    display: inline-block;
    width: 200px;
    height: 73px;
    text-align: center;
    text-decoration: none;
    outline: none;
	border-radius:5px;
}

a.order_button {
    margin-right: 10px;
}

span#botan {
   font-size: 0.7em;
    display: block;
    margin-top: 5px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}

a.order_button:hover {
    background: rgba(255, 155, 23, 0.53);
}

.order_button, .order_button::before, .order_button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width : 320px) and (max-width: 1024px) {/*スマフォ・タブレット用*/
	.background_img{
		background-attachment: scroll;
	}
}

/* ###################### 599px以下 ###################### */
@media (max-width: 599px) {	

.box {
    padding: 45px;
}
img.topimg_logo {
    padding-top: 100px !important;
}

h1.midasi_himitu {
    font-size: 1.2em !important;
}
.content:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
    background-image: url(../img/mikan_border.png);
    background-repeat: repeat-x;
}	
/* --------------新着情報-------------- */
.new {
    width: 74% !important;
    margin: 22px -2% !important;
}

.news_day {
    width: 100%;
    float: none;
    margin: 10px 0;
}

h1#news {
    font-size: 1rem;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

h2#day {
    width: 130px;
    line-height: 20px;
    font-weight: normal;
    font-size: 0.85rem;
    color: #737373;
}

h3#news_h3 {
    margin-left: 0%;
    font-weight: normal;
    font-size: 0.85rem;
}

p#p_news {
    font-size: 0.85rem;
    color: #9e9e9e;
}

.news_left {
    line-height: 150%;
}

.news_right {
    margin: 0 auto;
}

.news_right,.news_day {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.news_text {
	margin-left: 130px;
	line-height: 150%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

p#news_text {
    line-height: 150%;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-bottom: 20px!important;
    line-height: 14px;
    border-bottom-color: #666;
}

/*-------美味しさの比率---------*/
.hiritu_box {
    font-size: 0.9rem;
}

/* ---------箱部分--------- */		
.content3 {
	background-image: url(../img/s_hako.jpg) !important;
	width: 100%;
    background-position: 50% -30%;
    background-repeat: no-repeat;
    background-size: 650px;
    background-color: #eaeaea !important;
}

/*-------注文ボタン位置---------*/
.top_textbox2 {
    margin-top: 290px !important;
	margin-bottom: 30px;
}

.top_textbox2 {
    text-align: center;
    width: auto !important; 
    margin-left: auto;
    margin-right: auto;
}

/*-------フッター---------*/
h2.shop {
    font-size: 1.35rem !important;
    margin-top: 30px;
    margin-bottom: 20px !important;
    line-height: 100%;
}
p, p.adress {
    font-size: 0.9rem;
}

h1.midasi_hako {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 45px;
    letter-spacing: -1px;
    margin: 0;
}
}

/* ###################### 767px以下 ###################### */

@media (max-width: 767px){
.box_right,.top_textbox,h1.midasi_himitu,h1.midasi_hako,.top_textbox2,h3.hako_text {
    margin-left: auto;
    margin-right: auto;
}

.box {
    padding: 45px;
}

/*-------フッターロゴタイトル---------*/	
h2.footer_h2 {
    font-size: 1em;
}
	
/*-------TOP枝の部分---------*/	
.content:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
   background-image: url(../img/mikan_border.png);
    background-repeat: repeat-x;
}	

/* --------------注文ボタン-------------- */
a.order_button {
    margin-bottom: 10px;
	display: inline-table;
}

/* --------------新着情報-------------- */
.new {
    color: #000;
    padding: 45px;
    width: 65%;
	margin: 100px auto 80px auto;
}

h1#news {
    font-size: 1rem;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

h2#day {
    width: 130px;
    line-height: 20px;
    font-weight: normal;
    font-size: 0.85rem;
    color: #737373;
}

h3#news_h3 {
    font-weight: normal;
    font-size: 1em;
    line-height: 20px;
	margin: 0;
}

p#p_news {
    font-size: 0.85rem;
    color: #9e9e9e;
}

.news_left {
    line-height: 150%;
    float: left;
}

.news_right,.news_day {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.news_text {
	margin-left: 130px;
	line-height: 150%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

p#news_text {
    line-height: 150%;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-bottom: 20px!important;
    line-height: 14px;
    border-bottom-color: #666;
}

	
/*-------見出し---------*/
h1.midasi_himitu {
	background-image: url(../img/bac_01.png);
	color: #121212;
    margin-top: -35px;
    padding: 18px;
    font-size: 1.3em;
}

h2.box_r {
    font-size: 2rem;
}

/*-------コンテンツ---------*/
.content1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
    
}
	.box {
    padding: 5px;
}

   .box2 {
    padding: 10px;
}

   .cd-header {
    height: 70px;
  }
  
  .cd-header #cd-logo {
    margin: 23px 0 0 5%;
  }
  
  #logoimg {
    max-width: 85%;
    height: auto;
}

	h3 {
    font-size: 0.8em;
    margin: 0;
}

img.topimg_logo {
    max-width: 100%;
    height: auto;
    padding-top: 80px;
}

/*---------ロゴ---------*/
    .site {
			width: 45px;
    }
	
    .site img {
        border: none;
        vertical-align: bottom;
        max-width: 100%;
    }
    .site h1 {
        margin: 0;
        font-size: 30px;
    }
	
/*---------トグルボタン---------*/
    #menubtn {
        padding: 5px 4px 2px 7px;
        border: solid 1px #aaaaaa;
        border-radius: 5px;
        background-color: #ffffff;
        position: absolute;
				top: 13px;
				right: 13px;
        cursor: pointer;
    }
    #menubtn:hover {
        background-color: #dddddd
    }
    #menubtn:focus {
        outline: none
    }
    #menubtn i {
        color: #888888;
    }
    #menubtn span {
        display: inline-block;
        text-indent: -9999px
    }
    /* ナビゲーションメニュー（縦並び） */
    .menu {
        display: none
    }
    .menu ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .menu li a {
        display: block;
        padding: 5px;
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
    }
    .menu li a:hover {
        background-color: #eeeeee
	}
	.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(128, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
    .header:after {
     content: "";
     display: table;
     clear: both;
}

.header #menu {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url(../img/menu.png) no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

nav#menu {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#menu a {
	display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #2f292a;
    border-top: 1px solid #453c3d;
    color: #8e7d7f;
	text-decoration: none;
}


/*---------恵まれた立地(アイコン部分)---------*/
p {
    margin-bottom: 20px;
}
p,p.adress {
    font-size: 15px;
	line-height: 200%;
}

li.himitu {
    width: 90%;
    margin: 0 auto;
}

.icon {
    display: inline-block;
    width: 26%;
    vertical-align: middle;
    margin-right: 20px;
}

.comment {
    margin: 0;
    display: inline-block;
    width: 60%;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    margin-right: 10px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}


/*---------パララックス---------*/
.box h2 {
    font-size: 0px;
}

.parallax_img_1 {
    background: url(../img/top_mikan_sumaho.JPG);
    height: 650px;
}

#caption {
	line-height: 30px;
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 0;
    margin-top: -60px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(176, 80, 3, 0.7);
}

.parallax_img_1 {
    background: url(../img/s_top.jpg);
    height: 650px;
	background-position: 50% 0%;
}
.parallax_img_2{
	background: url(../img/s_himitumikan.jpg);	
	height:750px;
	background-position: 50% 0%;
	}
.parallax_img_3{
	background: url(../img/s_hako.jpg);	
	height:500px;
	background-position: 50% 0%;
	}


/* ---------フッター、アイコンメニュー--------- */	
.footer_icon_menu a {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.footer_icon_menu a {
    float: left;
    display: block;
    width: 50%;
    height: 100px;
    margin: 0;
    box-sizing: border-box;
    padding: 55px 0 0 0;
    font-size: 105%;
    line-height: 80%;
    letter-spacing: .08em;
    text-align: center;
    box-sizing: border-box;
}

li.fm_01 a:before {
	background: url(../img/f_icon_okane.png) no-repeat  25% 16px;	
}

li.fm_02 a:before {
    background: url(../img/f_icon_haisou.png) no-repeat 60% 19px;
}
li.fm_03 a:before{
	background: url(../img/f_icon_koe.png) no-repeat  42% 19px;
}

li.fm_04 a:before{
	background: url(../img/f_icon_otoiawase.png) no-repeat  54% 18px;
}

/* ---------位置--------- */
li.fm_01 a:before, li.fm_02 a:before, li.fm_03 a:before, li.fm_04 a:before {
    background-size: 40%;
}

.footer_icon_menu a:before {
    position: absolute;
    width: 96px;
    height: 70px;
    margin-top: -64px;
    text-align: center;
    content: '';
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

/* ---------箱部分--------- */		
.content3 {
	background-image: url(../img/hako2.png);
	width: 100%;
    background-position: 50% -30%;
    background-repeat: no-repeat;
    background-size: 650px;
    background-color: #e5e5e5;
}


/* -------フッターメニュー------- */
p.adress {
    margin-bottom: 5px;
}

.header, .footer {
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    padding: 15px 0px;
    background-color: #ffffff;
}

.footer_nav,.footer_nav2 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
	font-size: 0.8em;
    letter-spacing: 0.08px;
    width: 17%;
}
.ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.li {
    text-decoration: none;
    float: left;
    margin: 0;
}
a {
    text-decoration: none;
    color: white;
}

.footer_inner {
	margin: 0 auto;
	padding: 30px;
	max-width: 1200px;
}

.footer_nav {
	position: relative !important;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    text-decoration: none;
	 border-left: solid 1px #4e4e4e;
	font-size: 0.8em;
}
.footer_nav a,.footer_nav2 a {
	text-decoration: none;
    color: white;
}
.footer_nav li,.footer_nav2 li {
	list-style: none;
    letter-spacing: 0.1em;
    line-height: 25px;
}

/* ---------みかん箱部分--------- */
h1.midasi_hako {
    text-align: center;
	font-size: 1.6rem;
    letter-spacing: -1px;
	margin: 0;
}

h3.hako_text {
    text-align: center;
    font-family: serif;
    font-size: 1.7em;
    margin: 0;
}

.top_textbox2 {
    text-align: center;
}

/*-------見出し---------*/
p.text {
    font-family: serif;
    font-size: 1.5em;
    text-shadow: 0 0 10px rgb(255, 255, 255);
	line-height: 1.3em;
	text-align: center;
}

p.text2 {
    font-family: serif;
    font-size: 0.9em;
    text-shadow: 0 0 10px rgb(255, 255, 255);
    letter-spacing: -0.1em;
    text-align: center;
}


h1.midasi_02 {
    margin: 10px;
    line-height: 1.1em;
	font-size: 1.3rem;
}

.top_textbox {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 30px;
}

/* --------------陽密蜜柑-------------- */
.box_right {
    text-align: center;
    padding-top: 40px;
}

h3.box_r {
    color: #000;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.82);
    margin: 0;
    font-size: 2em;
    padding-top: 180px;
}

}

/* ###################### 768px以上 ###################### */

@media (min-width: 768px) {

img.topimg_logo {
    padding-top: 35px;
}

.imag,h1.midasi_hako,h3.hako_text,.top_textbox,.top_textbox2,.box_right,h1.midasi_himitu,.box  {
    margin-left: auto;
    margin-right: auto;
}	
	
 #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  
/* -------写真イメージ------- */
.imag {
    background-repeat: no-repeat;
    background-position: top;
}
.imag_right {
    float: left;
	width: 50%;
    height: auto;
    vertical-align: bottom;
    list-style: none;
}
.imag_left {
    float: left;
	width: 50%;
    height: auto;
    vertical-align: bottom;
    list-style: none;
}

.imag:after {
    content: "";
    display: block;
    margin: 0 auto;
    clear: both;
}

/* ---------箱部分--------- */	
.content3 {
	background-image:url(../img/hako2.png);
	width: 100%;
    height: 750px;
    background-position: 50% 55%;
    background-repeat: no-repeat;
	background-size: 1400px;
    background-color: #e5e5e5;
}	
	
#top-head, .inner {
    width: 100%;
    padding: 0;
}


/*************************
パララックス
*************************/
div.parallax{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	}	
.box {
    padding: 45px;
}	
.card1 {
    float: left;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #ccc;
    margin-right: 15px;
}

#caption {
	line-height: 30px;
    font-size: 1.7em;
    color: #ffffff;
    margin-top: 0;
    margin-top: -60px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 0 0 10px rgba(176, 80, 3, 0.7);
}

/* ---------みかん箱部分--------- */
h1.midasi_hako {
    text-align: center;
	font-size: 2.6em;
	padding-top: 25px;
	margin: 0
}

h3.hako_text {
    text-align: center;
    font-size: 2em;
    margin: 0;
}

/* --------------新着情報-------------- */
.new {
    color: #000;
    padding: 45px;
    width: 65%;
	margin: 100px auto 80px auto;
}

h1#news {
    font-size: 1rem;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 10px;
}

h2#day {
    width: 130px;
    line-height: 20px;
    font-weight: normal;
    font-size: 0.85rem;
    color: #737373;
}

h3#news_h3 {
    font-weight: normal;
    font-size: 1em;
    line-height: 20px;
	margin: 0;
}

p#p_news {
    font-size: 0.85rem;
    color: #9e9e9e;
}

.news_left {
    line-height: 150%;
    float: left;
}

.news_right,.news_day {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.news_text {
	margin-left: 130px;
	line-height: 150%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


p#news_text {
    line-height: 150%;
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-bottom: 20px!important;
    line-height: 14px;
    border-bottom-color: #666;
}

/*---------恵まれた立地(アイコン部分)---------*/

p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}

li.himitu {
    width: 91.66667%;
    padding: 30px 0;
    margin: 0 auto;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.comment {
    display: inline-block;
    width: 526px;
    height: 96px;
    text-align: left;
    vertical-align: middle;
}

/*---------パララックス---------*/
.parallax_img_1{
	background: url(../img/top_mikan.JPG);
	height:800px;	
	}

.box h2 {
   font-size: 2.3em;
}

/* --------------注文ボタン-------------- */
a.order_button {
    margin-bottom: 10px;
	float: left;
}

/*--------------フッター、アイコンメニュー--------------*/
.footer_icon_menu a  {
    float: left;
    display: block;
    width: 25%;
    height: 200px;
    margin: 0;
    box-sizing: border-box;
    padding: 105px 0 0 0;
    font-size: 125%;
    line-height: 100%;
    letter-spacing: .08em;
    text-align: center;
	text-decoration: none;
}

.footer_icon_menu a:before {
    position: absolute;
    width: 75px;
    height: 60px;
    margin-top: -80px;
    text-align: center;
    content: '';
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
li.fm_01 a:before {
	background: url(../img/f_icon_okane.png) no-repeat 80% 10px;
}

li.fm_02 a:before{
	background: url(../img/f_icon_haisou.png) no-repeat 80% 10px;
}

li.fm_03 a:before{
	background: url(../img/f_icon_koe.png) no-repeat 80% 10px;
}

li.fm_04 a:before{
	background: url(../img/f_icon_otoiawase.png) no-repeat 80% 10px;
}

/*------フッター-------*/
p.adress {
    margin-bottom: 0;
}
.footer_menu {
    float: left;
}
.footer_menu {
	width:  33.3333333%;
}

/*-------見出し---------*/
h1.midasi_himitu,h1.midasi_footer {
	background-image: url(../img/bac_01.png);
    padding: 10px;
	color: #121212;
    font-size: 1.7em;
	font-family: serif;
}

h1.midasi_footer {
    margin: 85px 0 3% 0;
}

h1.midasi_02 {
    margin: 10px;
    font-size: 3em;
}

h2.hititu_midasi {
    margin: 10px;
    font-size: 2rem;
}

/* ---------トップページ文章--------- */
.top_textbox {
    text-align: left;
    width: 600px;
	letter-spacing: 2px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.top_textbox2 {
    text-align: center;
    width: 450px;
	margin-top: 460px;
}

/* ---------トップページ蜜柑の木イラスト--------- */
.content:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
    background-image: url(../img/mikan_border.png);
    background-repeat: repeat-x;
}

.content1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
}


/* ---------陽蜜蜜柑--------- */
.box_right {
    margin: 0 auto;
    text-align: center;
    float: right;
    padding-right: 200px;
    padding-top: 40px;
}

h2.box_r {
    font-size: 2.8em;
}

p.text,p.text2 {
	text-shadow: 0 0 10px rgb(255, 255, 255);
	line-height: 1.3em;
	text-align: center;
}

p.text {
    font-size: 2.2em;
}

p.text2 {
    font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 170%;
}

/* -------美味しさの比率------- */
.hiritu-wrap:after {
    content: "";
    display: block;
    margin: 0 auto;
    clear: both;
}
.hiritu {
    float: left;
    width: 50%;
}
.hiritu_box {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}

}



/*-------トップページへ戻る-------*/
.pagetop p a {
    display: block;
    padding: 10px 0 10px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

/*-------コンテンツ---------*/
.main_content,.main_content_koe,.content2 {
    margin: 0 auto;
    text-align: center;
    color: #000;
	border-top: 6px solid #000000;
}

.main_content,.content2 {
    background-color: #ffffff;
}

.main_content_koe {
    background-color: #f7f7f7;
	padding-bottom: 40px;
}

img {
    max-width: 100%;
    height: auto;
}

/*-------陽蜜蜜柑---------*/
h2.box_r {
    color: #000;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.82);
	margin: calc(10% + 50px) 0 65px 0;
}

h3.box_r {
    color: #000;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.82);
    font-size: 2em;
    padding-top: 120px;
	margin: calc(10% + 50px) 0 65px 0;
}

/*-------ボタン---------*/
.box2 .001_1 p {
	margin-bottom: 10px;
}
/*--------ヘッダー-----------*/
.inner {
   background: black;
   padding: 10.5px 0!important;
   margin: 0 auto;
   position: relative;
}
.inner:after {
  content:"";
  clear: both;
  display: block;
}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
	background: #000000;
	font-size: 0.85em;
}

#top-head .inner {
    position: relative;
}


#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
	width: 14.2%;
}

#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}

#global-nav ul {
    list-style: none;
    right: 0;
}

#global-nav ul li {
    float: left;
    padding:0 5px;
	font-size: 1.5em;
	font-family: serif;
    border-left: 1px solid #000;
}

#global-nav ul li a {
    padding: 5px 5px;
	padding-top: 10px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}

/*--------固定化されたときのCSS-----------*/
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  position: relative;
  font-size: 24px;
  color: #333;
　width: 14.2%;
}

#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
}

#top-head.fixed #global-nav ul li a {
    padding: 10px 10px;
	font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 1px;
}

/*-----------スマホのトグルボタンのCSS-------------*/
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}


#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #000;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*------------タブレット用------------------*/
@media screen and (max-width: 1024px) {
  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #top-head,
  .inner {
      width: 100%;
      padding: 0;
	  height: 65px;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #000;
      width: 100%;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -565px;
      background: #000;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
	  padding-top: 60px;
	  padding-left: 0;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 5px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 10px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 20px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
}

@media screen and (orientation: landscape) {
   /* スマホ横向きの場合のスタイル */
    /* トップページ画像 */ 
   img.topimg_logo {
    max-width: 70%;
    height: auto;

}
.parallax_img_1 {
    background: url(../img/top_mikan_sumaho.JPG);
    height: 800px;
}

}

