@charset "utf-8";
img{
    max-width: 100%;
    height: auto;
}

#wrapper{
    background: #FBF5E5;
    color: #2E2C2B;
    line-height: 1.6;
}
.min {
    font-family: "リュウミン M-KL",serif;
}
.min:lang(en),
.min:lang(ko),
.min:lang(zh-CN),
.min:lang(zh-TW){
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
}
a{
   color: #2f3026;
}
/*ヘッダー*/
#header {
    width: 100%;
    padding: 1em 0;
}
#header .inner{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: -webkit-box-flex; /* Safari */
	display: flex;
	-ms-justify-content:space-between;/*--- IE10用 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
    align-items: center;
    max-width: 1300px;
    width: 96%;
    min-height: 113px;
    margin: 0 auto;
    position: relative;
}
#header h1{
    display: inline-block;
    margin-top: 1em;
    font-size: 11px;
}
#header .inner .h_tbl{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: -webkit-box-flex; /* Safari */
	display: flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-ms-justify-content:space-between;/*--- IE10用 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
    -ms-align-items:center;
    -webkit-align-items:center;
    align-items:center;
}
#header .site-branding{
    max-width: 311px;
    text-align: right;
    line-height: 1;
}

.main-navigation ul{
    margin: 0 auto;
}
.main-navigation ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0.5em 0.5em;
    position: relative;
    color: #2E2C2B;
    text-align: center;
    font-size: 30px;
    font-family: "リュウミン M-KL",serif;
}
.main-navigation ul li a:lang(en),
.main-navigation ul li a:lang(ko),
.main-navigation ul li a:lang(zh-CN),
.main-navigation ul li a:lang(zh-TW){
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic', 'sans-serif';
}
.main-navigation ul li a:lang(en){
    font-size: 20px;
}
.main-navigation li:hover > a{
    color: #FF243F;
}
/*.main-navigation ul li a:after{
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #fff;
    position: absolute;
    right: 0;
    top:10%;
}
.main-navigation ul li:last-child a:after{
    display: none;
}*/
#header .contact_area{
    position: absolute;
    top: 0;
    right: 0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: -webkit-box-flex; /* Safari */
	display: flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-ms-justify-content:space-between;/*--- IE10用 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
    -ms-align-items:start;
    -webkit-align-items:start;
    align-items: start;
}
#header .contact_area li.tell{
    margin-right: 15px;
}
#header .contact_area li.tell p{
    padding-top: 0.5em;
    font-size: 12px;
    line-height: 1.3;
}
#google_translate_element{
    position: absolute;
    right: 0;
    bottom:-5px;
}
@media screen and (max-width: 1200px) {
    .main-navigation ul li a{
        font-size: 2.3vw;
    }
    .main-navigation ul li a:lang(en){
        font-size: 1.5vw;
    }
    #header .site-branding{
        width: 23%;
    }
    #header .site-branding .logo{
        max-width: 313px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #header{
    }
    #header h1{
        width: 100%;
    }
    #header .inner{
        min-height: inherit;
    }
    #header .site-branding{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #header .site-branding .logo{
        width: 35%;
    }
    #header .contact_area{
        position: relative;
        width: 100%;
        margin-bottom: 1em;
    }
    .main-navigation{
        position: fixed;
        top: 5vw;
        right: 10px;
        z-index: 9999;
    }
    .main-navigation #toggle{
        z-index: 9999;
        background: #fff;
        border-radius: 100%;
        border:solid 2px #BAE2E6;
    }
    .main-navigation ul{
        display: block;
    }
    .main-navigation ul li{
        display: block;
    }
    .menu-trigger span{
        background-color: #fff;
    }
    .main-navigation ul li a{
        font-size: 5.5vw;
    }
    .menu-trigger span:nth-of-type(1){
        background-color:#EEA5AB;
    }
    .menu-trigger span:nth-of-type(2){
        background-color:#F7C653;
    }
    .menu-trigger span:nth-of-type(3){
        background-color:#9AC663;
    }
    #google_translate_element{
        left: 0;
        right: inherit;
    }
    #header .sns{
        display: none;
    }
    #header .sns_insta a{
        width: 15vw;
        height: 15vw;
        display: block;
        margin: 2em auto 0;
        padding: 0;
        background: url("../img/common/logo_insta.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        overflow: hidden;
        text-indent: 110%;
    }
}
/*END ヘッダー*/




/*フッター*/
#footer {
    background: #222222;
}
#footer .inner{
    padding: 35px 0;
    max-width: 1100px;
    width: 96%;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: -webkit-box-flex; /* Safari */
	display: flex;
	-ms-justify-content:space-between;/*--- IE10用 ---*/
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
    margin: 0 auto;
    text-align: center;
}
#footer .site-branding{
    position: relative;
}
#footer .site-branding .sns{
    position: absolute;
    top: 35%;
    right: -100px;
}
#footer .contact{
    padding: 0 2em;
    text-align: left;
    font-size: 12px;
}
#footer .contact .tell{
    margin-bottom: 1em;
}
#footer .foot-navi {
    width: 12em;
}
#footer .foot-navi ul{
	
}
#footer .foot-navi ul a{
    text-decoration: none;
    color: #fff;
}
#footer .foot-navi ul li{
    text-align: left;
}
#footer .copyright{
    background: #0076ca;
    padding: 1em 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    #footer .inner{
        -ms-flex-wrap:wrap;/*--- IE10用 ---*/
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap:         wrap;
        -ms-justify-content:center;/*--- IE10用 ---*/
        -webkit-justify-content: center; /* Safari */
        justify-content:         center; 
    }
    #footer .site-branding{
        width: 100%;
        margin-bottom: 2em;
    }
    #footer .foot-navi{
        width: 60%;
    }
    #footer .contact{
        margin-right: 3em;
    }
}
@media screen and (max-width: 767px) {
    #footer .footer_contact {
        padding:8vw 0;
    }
    #footer .footer_contact img{
        width: 89%;
    }
    #footer .foot-navi{
        width: 100%;
    }
    #footer .foot-navi ul{
        display: block;
        margin:0 auto;
    }
    #footer .foot-navi ul li{
        text-align: center;
    }
    #footer .copyright{
        font-size: 3vw;
    }
    #footer .site-branding{
        width: 70%;
        padding: 5vw 0;
        margin: 20% auto 0;
        order: 2;
    }
    #footer .site-branding .logo{
        width: 52vw;
    }
    #footer .site-branding .sns{
        width: 15%;
        left: 0;
        right: 0;
        top: -40%;
        margin: auto;
    }
    #footer .foot-navi{
        order:1;
        text-align: center;
    }
}
/*END　フッター*/


/*投稿ページ*/
.single-area{
    padding: 250px 0 80px;
    background: #fff;
}
.single-area .site-main{
    max-width: 750px;
    width: 78.6%;
    margin: 0 auto;
}
.single-area .single_title{
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
}
.single-area .info{
    display: block;
    margin-bottom: 50px;
}
.single-area .info li{
    display: inline-block;
    padding-right: 30px;
}
.single-area .info li:nth-child(2){
    margin-right: 30px;
    border-right: 1px solid #2f3026;
}
.single-area .info li:last-child{
    padding-right: 0;
}
.single-area .info li a{
    color: #2f3026;
}
.single-area .info li .cat a{
    display: inline-block;
    min-width: 9em;
    padding: 0.1em 0;
    margin: 0.5em 0;
    border: 1px solid #fa6c85;
    border-radius: 2px;
    color: #fa6c85;
    text-align: center;
    font-weight: 700;
}
.single-area .eyecatch{
    margin-bottom: 50px;
}
.single-area .eyecatch img{
    max-width: 100%;
    height: auto;
}
.single-area .previous_next_post{
    display: table;
    width: 85%;
    margin: 130px auto 0;
}
.single-area .previous_next_post li{
    display: table-cell;
    width: 33%;
    text-align: center;
    line-height: 1;
}
.single-area .previous_next_post li:nth-child(2){
    border-left: 2px solid #2f3026;
    border-right: 2px solid #2f3026;
}
.single-area .previous_next_post a{
    background-repeat: no-repeat;
    background-size: auto 0.8em;
    font-weight: 700;
}
.single-area .previous_next_post li:first-child a{
    background-image: url(../img/common/pager_prev.png);
    background-position: left center;
    padding-left:2em;
}
.single-area .previous_next_post li:nth-child(3) a{
    background-image: url(../img/common/pager_next.png);
    background-position: right center;
    padding-right:2em;
}

.single-area .single-content img {
    max-width: 100%;
    height: auto;
}
.single-area .single-content h1 {
  font-size: 1.5em;
  font-weight: 700;
}
.single-area .single-content h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.single-area .single-content h3 {
  font-size: 1.125em; 
  font-weight: 700;
}
.single-area .single-content h4 {
  font-size: 1.1em;
  font-weight: 700;
}
.single-area .single-content h5 {
  font-size: 1em;
  font-weight: 700;
}
.single-area .single-content p {
    margin-bottom: 1em;
}
.single-area .single-content ol {
	margin-bottom: 1em;
}
.single-area .single-content ul{
    list-style: disc inside;
}
.single-area .single-content ol{
    list-style: decimal inside;
}
.single-area .single-content ul li,
.single-area .single-content ol li {
	margin: 0.8em 0;
	padding-left: 1em;
	text-indent: -1.5em;
	margin-left: 0.5em;
    list-style: inherit;
}
.single-area .single-content ul > ul,
.single-area .single-content ol > ol {
	margin: 0.8em 0 0 1em;
}
.single-area .single-content strong,
.single-area .single-content b {
	font-weight: 700;
}
.single-area .single-content em {
    font-style: italic;
}
.single-area .single-content blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    background: #f5f5f5;
    color: #555;
    border-left: 4px solid #fa6c85;
    margin: 60px auto;
}
.single-area blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    content: "“引用”";
    color: #fa6c85;
    line-height: 1;
}
 
.single-area .single-content blockquote p {
    padding: 0;
    margin: 20px 0 10px;
    font-size: 15px;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .single-area{
        margin-top: 0;
        padding:20vw 0 8vw;
    }
    .single-area .single_title{
        font-size: 4.2vw;
        margin-bottom: 0.5em;
    }
    .single-area .info{
        font-size: 3.5vw;
        margin-bottom: 1em;
    }
    .single-area .info li:first-child{
        display: block;
    }
    .single-area .info li .cat a{
        font-size: 4.2vw;
    }
    .single-area .eyecatch{
        margin-bottom: 1em;
    }
    .single-area .previous_next_post{
        position: relative;
        margin: 2em auto;
    }
    .single-area .previous_next_post li{
        width: 50%;
    }
    .single-area .previous_next_post li:first-child{
        border-right: 2px solid #2f3026;
    }
    .single-area .previous_next_post li:nth-child(2){
        position: absolute;
        bottom: -2em;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: none;
    }
    .single-area .single-content blockquote{
        padding: 1.5em 1em 1em;
    }
}
/*END　投稿ページ*/

/*固定ページ*/
.underpage{
    padding: 250px 0 80px;
    background: #fff;
}
.underpage .site-main{
    max-width: 750px;
    width: 78.6%;
    margin: 0 auto;
}
.underpage h2.subt{
    text-align: center;
    margin-bottom: 175px;
}
.underpage h2.subt img{
    height: 96px;
}
.underpage h3.subt{
    margin: 1.5em auto 1em;
    font-size: 16px;
    color: #fa6c85;
    font-weight: 700;
    border-bottom: solid 1px #fa6c85;
}
.underpage h4.subt{
    margin: 0 auto 1em;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .underpage{
        margin-top: 0;
        padding:20vw 0 8vw;
    }
    .underpage h2.subt{
        margin-bottom: 12vw;
    }
    .underpage h2.subt img{
        height: 12.5vw;
    }
    .underpage h2.subt.line2 img{
        height: 17.8vw;
    }
    .underpage h3.subt{
        font-size: normal;
    }
    .underpage h4.subt{
        font-size: normal;
    }
}
/*END　固定ページ*/

.content_w{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto 100px;
    padding: 45px 0;
}
.content_w h2.subt{
	font-family: "リュウミン M-KL",serif;
	background:#B79461;
	color:#FFF;
	font-size:36px;
	padding: 15px 20px;
	background-image:url(https://sushi-hitotose.com/wp/wp-content/uploads/2024/03/title_fish.png);
	background-repeat: no-repeat;
	background-position: right;
}
@media screen and (max-width: 767px) {
    .content_w h2.subt{
        font-size: 6vw;
        background-size: auto 50%;
    }
}

/*ページャー*/
.pager {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    text-align: right;
}
.pager .page-numbers{
    display: table-cell;
    width: 1.8em;
    height: 1.8em;
    text-align: center;
    vertical-align: middle;
}
.pager .page-numbers.current{
    background: #a9cf52;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
}
.pager .prev,
.pager .next{
    background-repeat: no-repeat;
    background-size: 0.6em auto;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.pager .prev{
    background-image: url(../img/common/pager_prev.png);
}
.pager .next{
    background-image: url(../img/common/pager_next.png);
}
/*END ページャー*/


/*共通*/
.hover{
  opacity: 1.0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover:hover{
    opacity: 0.7;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.sp {display:none!important;}

.ta-c{text-align: center;}
.ta-l{text-align: left;}
.ta-r{text-align: right;}
.mb1{margin-bottom:1em!important;}
.mb2{margin-bottom:2em!important;}
.mb4{margin-bottom:4em!important;}
@media screen and (max-width: 1024px) {
	.inner {width:auto;}
}

@media screen and (max-width: 767px) {
	.pc {display:none!important;}
    .sp {display: inline!important;}
		
}
/*end 共通*/


/*company*/
#company{
	max-width:1200px;
	margin:0 auto;
}

#company .company_info{
	margin:30px 0;
	background: #FFF;
}
#company .company_info dl {
  display: flex;
  flex-wrap: wrap;
	justify-content:center;
	font-size:20px;
}
#company .company_info dt {
  width: 20%;
  padding: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #F5F5F5;
}
#company .company_info dd {
  width: 70%;
  padding: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #F5F5F5;	
}
#company .company_info dt:last-of-type{
	border-bottom:none;
}
#company .company_info dd:last-child{
	border-bottom:none;
}
@media screen and (max-width: 767px) {
    #company .company_info dl {
        font-size: 3vw;
    }
    #company .company_info dt {
        width: 18%;
        padding: 10px;
    }
    #company .company_info dd {
        padding: 10px;
    }
}
/*end company*/

/*privacypolicy*/
#privacypolicy{
	max-width:1200px;
	margin:0 auto;
}
#privacypolicy .privacypolicy_info{
	margin:30px 0;
	background: #FFF;
	padding:20px;
	font-size:20px;
}
#privacypolicy .privacypolicy_info p{
	margin-bottom:40px;
}
#privacypolicy .privacypolicy_info ul li {
	margin-left: 20px;
	text-indent: -16px;
	line-height: 1.8;
}

/*end privacypolicy*/

/*投稿*/
.content_box{
    min-height: 30vw;
    background: #fff;
    padding: 2em;
    margin: 30px 0;
}
@media screen and (max-width: 767px) {
    .content_box{
        min-height: 60vw;
    }
}
.content_box h1{
    font-size: 2em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.content_box h2{
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.content_box h3{
    font-size: 1.17em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.content_box h4{
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.content_box h5{
    font-size: 0.83em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.content_box h6{
    font-size: 0.67em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.content_box strong{
    font-weight: 700;
}
.content_box em{
    font-style: italic;
    font-weight: 700;
}
.content_box blockquote p{
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}
.content_box blockquote p::before {
    content: '\201C';
}
.content_box blockquote p::after {
    content: '\201D';
}
.content_box ul{
    margin-left: 1em;
    list-style-type: disc;
}
.content_box ul li{
    list-style:disc
}
.content_box ol{
    margin-left: 1em;
    list-style-type: decimal;
}
.content_box ol li{
    list-style:decimal
}

/*お知らせ*/
.news .news_li{
    margin: 0 auto 1em;
    border-bottom: 1px solid #a9cf52;
}
.news .news_li a{display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(188,225,223,0.00);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news .news_li a{
    font-size: 18px;
}
.news .news_li a:hover{
    background-color: rgba(188,225,223,0.20);
}

@media screen and (max-width: 767px) {
    
}
/*END　お知らせ*/

/*固定ボタン*/
.fix_btm{
    position: fixed;
    bottom: -300px;
    right: 0;
    left: 0;
    margin: 0 auto;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: -webkit-box-flex; /* Safari */
	display: flex;
	-ms-justify-content:center;/*--- IE10用 ---*/
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;  
    z-index: 999;
    opacity: 0;
    transition: 0.4s ;
    background: rgba(0,0,0,0.70);
    padding: 10px;
}
.fix_btm div{
    padding: 0 10px;
}
.fix_btm.is-fixed{
    bottom: 0;
    opacity: 1;
}
.fix_btm.is-fixed2{
    bottom: -300px;
    opacity: 1;
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .fix_btm{
        padding: 5px 0;
    }
    .fix_btm div{
        padding: 0 5px;
    }
}