.napoleon_logo{
	width: 70%;
    max-width:450px;
}
.footer_inr_logo .napoleon_logo{
    width:30%;
    max-width:200px;
    margin:0 auto;
}
.footer_inr_logo p {
	  text-align: center;
    color: #fff;
    margin: 1rem 0 0;
    font-size: 1.2rem;
}
.header_menu_txt {
	margin: 1.5rem 0;
	font-size: 1.5rem;
	color: #fff;
}
@media screen and (max-width:768px){
	.footer_inr_logo p {
    font-size: 1.7rem;
	}
	.header_menu_txt {
		font-size: 2.7rem;
	}
}

body {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 450px) {
    html {
        height: -webkit-fill-available;
    }

    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }
}

body,
td,
th,
input,
textarea,
dt,
dd,
ul,
li,
a,
p {
    color: rgb(0, 0, 0);
    font-family: "jp-font", "Shippori", serif;
    font-size: 1rem;
    font-weight: 600;
}

body,
td,
th,
input,
textarea,
dt,
dd,
ul,
em,
span,
div,
p {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: .08rem;
}

img,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
textarea,
address,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1rem;
    text-decoration: none;
    list-style-type: none;
}

.header {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

div {
    display: block;
}

a {
    color: #000;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

a,
a:focus,
a:hover,
a:active {
    outline: none;
}

@font-face {
    /* ① ここにfont-familyで指定したい名前を書く*/
    font-family: "en-font";
    /* フォントが置かれているパスを書く */
    src: url("../fonts/caveat/Caveat-Regular.ttf") format("TrueType")
}

@font-face {
    font-family: "jp-font";
    src: url("../../fonts/shippori/ShipporiMinchoB1-OTF-Regular.otf") format("OpenType")
}

@font-face {
    font-family: "syotai_pc";
    src: url("../../fonts/KouzanGyoushoOTF.otf") format("OpenType")
}
@font-face {
    font-family: "syotai_sp";
    src: url("../../fonts/衡山毛筆フォント行書.ttf") format("TrueType")
}
/* ここからトップページ共通の設定 */
#ploeile .s-tt {
    margin-bottom: 4rem;
}

#ploeile .s-tt span {
    display: block;
    font-family: "jp-font", "Shippori", serif;
    line-height: 1;
    font-weight: lighter;
}

#ploeile .s-tt span.en {
    font-size: 3.3rem;
    margin-bottom: 0.5rem;
    color: #211706;
    font-weight: bold;
}

#ploeile .s-tt span.jp {
    font-size: 1.1rem;
    color: #c7a23f;
    line-height: 1;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

/* ここまでトップページ共通の設定 */
/* ここからローディング設定 */
.is-hide {
    display: none;
}

#loader-bg {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    text-align: center;
}

.loading_logo {
    position: absolute;
    top: 30%;
    left: 13%;
    display: flex;
    flex-direction: column;
}

.maximg-loading {
    width: 20%;
    display: inline-block;
    animation: rotate_anime 1s linear infinite;
    margin: 0 auto;
}

.maxtitle-loading {
    width: 20%;
    margin: 0 auto;
}

@media screen and (max-width: 450px) {
    #ploeile #loader-bg {
        display: none;
    }
}

/*@keyframes rotate_anime {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}*/
/* ここまでローディング設定 */
/* ここからfixedのタイトル */
.header_sitett {
    position: fixed;
    top: 1.5rem;
    left: 2rem;
    width: 15rem;
}

.header_sitett a {
    text-decoration: none;
    display: block;
    transition: all .3s;
}

.sitetitle1 {
    background: url(../imgs/maxlogo-wt-lt.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 120%;
    height: 7rem;
    transition: all .3s;
    display: none;
}

.sitetitle2 {
    background: url(../imgs/maxlogo-br-lt.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 9rem;
    display: block;
    transition: all .3s;
}

.changecolor1 {
    display: none;
}

.changecolor2 {
    display: block;
    animation: appear .7s ease;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header_sitett a:hover {
    text-decoration: none;
    opacity: 0.4;
}

@media screen and (max-width: 450px) {
    .header_sitett a:hover {
        text-decoration: none;
        opacity: 1;
    }
}

/* ここまでfixedのタイトル */
/* ここからfixedの予約ボタン */
.header_re {
    position: fixed;
    top: calc(50vh - 5rem);
    right: 0;
    width: 3rem;
}

.header_re a {
    background: #4b340e;
    transition: .5s;
    width: 100%;
    height: 11rem;
    color: #fff;
    line-height: 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-family: "jp-font", "Shippori", serif;
    font-size: 0.9rem;
    font-weight: bold;
}

.header_re a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 450px) {
    .header_re a:hover {
        opacity: 1;
    }
}

.header_re span {
    display: block;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
}

.header_re span::after {
    font-family: "icomoon";
    content: "\ea15";
    margin-top: 0.5rem;
}

/* ここまでfixedの予約ボタン */
/* ここからfixedのメニューボタン */
.nav-toggle {
    position: absolute;
    top: 0.9rem;
    right: 2%;
    width: 4%;
    cursor: pointer;
    transition: all .3s;
    z-index: 100;
}

.nav-toggle:hover {
    opacity: 0.4;
}

.nav-lead-text {
    margin-top: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.nav-click {
    font-size: 13px;
}


@media screen and (max-width: 450px) {
    .nav-toggle:hover {
        opacity: 1;
    }
}

.nav-button1 {
    background: url(../imgs/saturn-white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 3.5rem;
    display: block;
}

.nav-button2 {
    background: url(../imgs/saturn-brown.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 3.5rem;
    display: none;
}

.changecolor1 {
    display: none;
}

.changecolor2 {
    display: block;
    animation: appear .7s ease;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.nav-toggle-txt {
    font-family: "en-font", "Caveat", sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    line-height: 0;
    text-align: center;
    transition: all .4s;
}

.changecolor3 {
    color: #211706;
}

/* ナビボタンのオンオフ */
.nav-toggle .nav-button {
    opacity: 1;
    transition: all 1s;
}

.nav-toggle.nav-toggle-active .nav-button {
    opacity: 0;
}

.nav-toggle span {
    display: inline-block;
    transition: all .5s;
    position: absolute;
    opacity: 0;
}

.nav-toggle span:nth-of-type(1),
.nav-toggle span:nth-of-type(2) {
    height: 1px;
    background: #fff;
    width: 70%;
    left: 15px;
}

.nav-toggle span:nth-of-type(1) {
    top: 13px;
}

.nav-toggle span:nth-of-type(2) {
    top: 36px;
}

/* activeクラスが付与されると線が回転して×になる */
.nav-toggle.nav-toggle-active span:nth-of-type(1) {
    top: 18px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
    opacity: 1;
}

.nav-toggle.nav-toggle-active span:nth-of-type(2) {
    top: 30px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
    opacity: 1;
}

@media screen and (max-width: 450px) {
    #ploeile .nav-toggle.nav-toggle-active span:nth-of-type(1) {
        left: 18px;
        top: 10px;
    }

    #ploeile .nav-toggle.nav-toggle-active span:nth-of-type(2) {
        left: 18px;
        top: 22px;
    }
}

/* ここまでfixedのメニューボタン */
/* ここからfixedのスライドメニュー */
.header_menu {
    background: #4b340e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: -120%;
    z-index: 10;
    transition: left .7s, opacity 1.3s;
    opacity: 0;
}

.open-menu {
    left: 0;
    opacity: 1;
}

.header_menu nav {
    max-width: calc(98rem+12%);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

/* (スライドメニューの左側↓) */
.header_menu_logo {
    width: 25rem;
    max-width: 25rem;
    position: relative;
    top: 0rem;
    left: 4rem;
    text-align:center;
}

.header_menu_logo img {
    width: 100%;
}

.header_menu_logo::after {
    width: 7rem;
    height: 7rem;
    background: url(../imgs/daikoku.png) no-repeat center center / 60px auto;
    background-size: auto 100%;
    transform: scale(-1, 1);
    display: block;
    content: "";
    position: absolute;
    bottom: -15rem;
    left: 10%;
    animation: daikokumove 5s ease-in-out infinite;
}

@keyframes daikokumove {

    0%,
    70%,
    75%,
    80% {
        transform: scale(-1, 1.0);
    }

    72.5%,
    77.5% {
        transform: scale(-1, 0.95);
    }
}

/* (スライドメニューの左側↑) */
/* (スライドメニューの右側↓) */
.header_menu_inr {
    padding: 7rem 7rem 7rem 15rem;
    box-sizing: border-box;
    min-width: 42rem;
    font-size: 0.5rem;
    text-align: left;
    overflow: auto;
}

.header_menu_inr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 2.8;
}

.header_menu_inr ul li a,
.header_menu_inr .info .item .st,
.header_menu_inr .info .item a.phone {
    font-family: "jp-font", "Shippori", serif;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 900;
}

.header_menu_inr ul li a {
    font-size: 1.2rem;
    text-align: left;
}

.header_menu_inr ul li a.current {
    border-bottom: 2px dashed #fff;
}

/*
.header_menu_inr ul li a.current:before {
	border: .5px solid #fff;
	position: absolute;
	bottom: 2px;
	width: 100%;
	content: "";
}*/
.header_menu_inr ul li:not(.reservation) a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 0rem;
    background:
        linear-gradient(currentColor 0 0) bottom 0 left 0 /var(--d, 0) 1px no-repeat,
        linear-gradient(currentColor 0 0) bottom 5px right 0 /var(--d, 0) 1px no-repeat;
    transition: 0.5s, background-position 0s 0.5s;
    border-color: #fff;
}

.header_menu_inr ul li:not(.reservation) a:hover {
    --d: 100%;
    background-position: bottom 0 right 0, bottom 5px left 0;
}

/*
@media screen and (max-width: 767px){
	.header_menu_inr ul li:not(.reservation) a:hover{
		background-position: bottom 0 right 0, bottom 5px left 0;
	}
}*/
/* (スライドメニューの右側 リスト↑) */
/* (スライドメニューの右側 予約↓) */
.header_menu_inr ul li.reservation {
    margin-top: 1.5rem;
}

.header_menu_inr ul li.reservation a {
    width: 100%;
    font-size: 1.1rem;
    border: 1px solid #fff;
    padding: 0.5rem;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.header_menu_inr ul li.reservation a:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 450px) {
    .header_menu_inr ul li.reservation a:hover {
        background: #4b340e;
        color: #fff;
    }
}

/* (スライドメニューの右側 予約↑) */
/* (スライドメニューの右側 電話＆住所↓) */
.header_menu_inr .info {
    margin-top: 4rem;
    color: #fff;
}

.item a.phone {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
}

.item a.phone em {
    font-size: 1rem;
    padding-right: 0.3rem;
}

em {
    font-style: normal;
}

.header_menu_inr .info .item+.item {
    margin-top: 4rem;
}

.header_menu_inr .info .item .st {
    font-size: 1rem;
}

.header_menu_inr .info .item p {
    font-size: 0.9rem;
    padding-top: 0.3rem;
    color: #fff;
}

/* ここまでfixedのスライドメニュー */
/* ここからheaderのスライドショー */
.main_slide_wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
    transition: opacity .2s ease-out 0s, filter .4s ease-in-out 0s;
}

.main_slide {
    position: relative;
    box-sizing: border-box;
}

.main_logo {
    position: absolute;
    top: 11%;
    left: 30.5%;
    z-index: 10;
    width: 36%;
    margin-left: 0;
    opacity: 1;
    transform: translateY(0rem);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-track {
    height: 100vh;
    width: 100%;
}

.main_slideshow {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    position: relative;
    outline: none;
    display: block;
}

.main_slick_slide {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 450px) {
    #ploeile .main_slick_track .slick-list .slick-track {
        width: 100%;
        height: 100vh;
    }

    #ploeile .main_slideshow {
        height: 100vh;
    }
}

.main_slick_slide:nth-child(1) {
    background-image: url(..imgs/slick-slideshow1.jpg) 0 0 no-repeat;
}

.main_slick_slide:nth-child(2) {
    background-image: url(../imgs/slick-slideshow2.jpg) 0 0 no-repeat;
}

.main_slick_slide:nth-child(3) {
    background-image: url(../imgs/slick-slideshow3.jpg) 0 0 no-repeat;
}

.main_slick_slide:nth-child(4) {
    background-image: url(../imgs/slick-slideshow4.jpg) 0 0 no-repeat;
}

.slick-slider .slick-dots {
    padding: 0;
    margin: 0;
    width: 100%;
    display: absolute;
    bottom: 1rem;
    z-index: 20;
}

.slick-slider .slick-dots li button:before {
    color: #f5f5f5;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #fff;
}

.main_copy {
    height: 3%;
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "en-font", "Caveat", sans-serif;
    color: #fff;
    z-index: 999;
    position: absolute;
    top: 70%;
    left: 2.3%;
    transform: rotate(-90deg);
    transform-origin: left;
}

/* ここまでheaderのスライドショー */
/* ///////////////////////blog詳細ページのphp内css////////////////////////// */
.maxlogo {
    margin: 0 auto;
}

.blog_zone {
    font-weight: bold;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#blog_right_text {
    position: relative;
    top: 50%;
    bottom: 50%;
    color: #000;
    width: 100%
}

#blog_right_text .blog-title {
    /*タイトル*/
    margin-left: 10%;
    font-size: 2vw;
    letter-spacing: 0.16em;
    margin-bottom: 5%;
    color: #000;
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-bottom: 5%;
    width: 80%;
    height: auto;
    color: #000;
}

#blog_right_text .blogTime {
    /*タイトルの日時*/
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.5vw;
    letter-spacing: 0.16em;
    font-weight: bold;
    margin-bottom: 5%;
    width: 80%;
    height: auto;
    color: #000;
}

#blog_right_text .blog-text {
   font-size: 1.5rem;
    letter-spacing: 0.16em;
    color: #000;
    display: block;
    font-weight: bold;
    height: auto;
    line-height: 3rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.blog-text img {
    width: calc(50% - 3rem);
    margin-right: 0;
    padding: 1.5rem;
}

#blog_right_text table {
    max-width: 100%;
}

#blog_img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#blog_img img {
    display: block;
    margin: 0 auto;
    width: 40vw;
    height: auto;
}

.line {
    width: 80%;
    margin: 1rem auto;
    height: 2px;
    background-color: #f0f0f0;
}

.top_page p {
    text-align: center;
    padding-top: 5rem;
}


/*詳細用ページネーションのcss//////////////////////////////////////////////////////////////////////////*/
.ogPager {
    margin-top: 25px;
    width: 100%;
}

.ogPager ul {
    display: flex;
    justify-content: space-evenly;
}

.ogPager ul span {
    line-height: 22px;
    font-size: 1vw;
    padding: 0 8px;
    margin: 0 10px;
    border-bottom: 1px solid #000;
}

.ogPager .margin-l {
    margin-left: 10%;
}

.ogPager .margin-r {
    margin-right: 10%;
}

.ogPager ul span a {
    color: #000;
}

.opa {
    opacity: 0.4;
}

.ogPager ul span a:hover {
    opacity: 0.7;
}

.ogPager {
    color: #000;
}


/*ページネーションのcss//////////////////////////////////////////////////////////////////////////*/
.blogPager {
    margin-top: 25px;
    width: 100%;
}

.blogPager ul {
    display: flex;
    justify-content: space-evenly;
}

.blogPager ul span {
    line-height: 22px;
    margin: 0 2px;
    font-size: 13px;
    padding: 0 5px;
}

.blogPager ul span a {
    color: #000;
}

.blogPager ul span a:hover {
    opacity: 0.6;
}

.blogPager ul .current {
    background: #ccc;
}

/*  ///////////////////////blog一覧用独自css////////////////////////// */

/*ブログiciran.php*/
.ichiran {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    border-spacing: 0;
}

table.ichiran td p {
    font-size: 1rem;
}

.ichiran th,
.ichiran td {
    font-size: 1rem;
    border-bottom: 2px solid #b5b5b5;
    padding: 7px;
}

.ichiran td a {
    font-size: 1.1rem;
}

.td .tl {
    text-overflow: ellipsis;
    overflow: hidden
}


.blog_yoko {
    display: flex;
    width: 100%;
    height: 50%;
}

.im_size {
    width: auto;
    height: 80%;
}

.im {
    width: 30%;
    height: auto;
}

.tl {
    width: 30%;
    height: auto;
}

.tx {
    width: 30%;
    height: auto;
}

.ich_ran {
    font-size: 1.5rem;
    margin: 0 auto;
    width: 10rem;
    padding-top: 3rem;
}

.ich_ran p {
    margin-top: 2rem;
    text-align: center;
    border-bottom: 1px solid #000;
}

.blog_zone .sub_ti {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
}

.blog_zone p {
    color: #BC900C;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 4rem;
    line-height: 1rem;
}

.return_top {
    margin-top: 3rem;
    text-align: center;
}

.return_top p a {
    border: 1px solid #000;
    display: inline-block;
}

.blog_wrape {
    width: 100%;
}

.blog_img_wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.blog_left_blog {
    padding-right: 16rem;
    font-size: 5rem;
    width: auto;
}

/*.blog_left_blog h2 {
    text-align: left;
    color: #211706;
    padding-left: 3rem;
}*/

.blog_left_blog p {
    font-size: 1.5rem;
    color: #BC900C;
    text-align: left;
    line-height: 0;
    padding-left: 3rem;
}

.blog_right_zone {
  flex-grow: 8;
  min-width: 0;
  height: auto;
  text-align: right;
}

.blog_right_zone img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.ich_ran a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 1rem;
    background: url(../blog/imgs/sita_mark.png) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
}


/*ここまでブログichiran.php↑*/

/*ここからプロフィールprofile.php↓*/

#profile img.na {
    width: 10rem;
}
.name_zone{
  text-align: right;
    padding-right: 1rem;
}
.blog_yoko_wrap {
    width: 100%;
    max-width: calc(1500px + 6rem);
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.blog_yoko {
    display: flex;
    width: 100%;
    height: 50%;
    justify-content: center;
}

.blog_left {
    padding-right: 5rem;
    font-size: 5rem;
    flex-grow: 2;
}

.blog_left h2 {
    font-size: 3.5rem;
    text-align: left;
    color: #211706;
    padding-left: 3rem;
    text-shadow: 1px 2px 2px #c0c0c0;
}

.blog_left p {
    font-size: 1.2rem;
    text-align: left;
    padding-left: 3rem;
    color: #BC900C;
    line-height: 0;
    text-shadow: 1px 2px 2px #c0c0c0;
}

.im {
    width: 30%;
    height: 30rem;
    text-align: center;
    margin: 0 auto;
}

.im_size {
    width: 60%;
    height: 50%;
}

.tl {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 2rem 0 1rem;
    text-align: left;
}

.tx {
    width: 60%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0 1rem;
    text-align: left;
    line-height: 1rem;
}

.farst_text {
  text-align: center;
  padding: 20rem 0;
}

.farst_text h3 {
    font-weight: bold;
    padding-bottom: 5rem;
    font-size: 1.6rem;
}

.farst_text p {
    line-height: 2rem;
    font-size: 1rem;
}

.interview_zone_wrap {
    margin: 0 auto;
}

.interview_zone {
    margin-bottom: 10%;
}

.interview_zone .sub_ti {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    padding: 10rem 0 0;
}

.interview_zone p {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 4rem;
    color: #BC900C;
    line-height: 1rem;
}

.interview_move {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    height: 100vh;
}

.interview_move iframe {
    width: 100%;
    height: 100%;
}

.ichiran_wrap {
  padding: 30rem 0 8rem;
}
.introduction {
    height: 50rem;
    display: flex;
    width: 100%;
    justify-content: center;
}

.intro_img_left {
    width: 20%;
    margin: 0 5% 0 0;
}

.intro_img_left img {
    object-fit: cover;
}
.oha img {
    border-radius: 10%;
    margin-bottom: 1rem;
}

.saiba img {
    border-radius: 10%;
}

.intro_text {
    width: 40%;
}

.intro_text h3 {
    margin: 0 0 5rem 0rem;
    font-size: 2.7rem;
    font-weight: bold;
}

.intro_text_sml {
    padding: 1rem 0;
    line-height: 2rem;
    font-size: 1rem;
}

h4.intro_ti_right_bm {
    font-size: .9rem;
    text-align: right;
    padding: 0 5rem 0 0;
}

p.intro_name {
    font-size: 1rem;
    text-align: right;
}

.intro_name span {
     font-family: HG行書体;
    padding-left: 2rem;
    font-size: 2rem;
}

.career_zone {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1rem 0;
}

h4.career_ti_left_top {
    font-size: 1.2rem;
}

ul.career_zon_list li {
    font-size: 1rem;
    line-height: 1.7rem;
}

/*プロフィールprofile.php↑*/
/* ここからFooter部分 */
.footer {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 10rem;
    /*contain-intrinsic-size: 1300px;*/
}

.footer .pagetop {
    opacity: 0;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    position: fixed;
    right: 0rem;
    bottom: 3rem;
    z-index: 99;
}

.footer .pagetop.is-show {
    opacity: 1;
}

.footer .pagetop.is-show a {
    cursor: pointer;
}

.footer .pagetop a {
    display: block;
    transform: rotate(90deg);
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    padding: .6rem;
    cursor: default;
    color: #211706;
}

.footer .pagetop a span {
    font-family: "en-font", "Caveat", sans-serif;
    font-size: .9rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: relative;
    display: block;
    line-height: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
}

.footer .pagetop a span::before {
    position: absolute;
    top: 50%;
    right: 3.7rem;
    display: block;
    width: 1rem;
    height: .7px;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    background: #211706;
    content: "";
    transform: rotate(180deg);
}

.footer .pagetop a span:hover::before {
    width: 2rem;
    transform: rotate(180deg);
}

.footer_movie video {
    width: 100%;
    height: 100vh;
    position: relative;
    bottom: 5rem;
    z-index: 1;
}

@media screen and (max-width: 450px) {
    #ploeile .footer_movie video {
        display: none;
    }
}

.footer_inr {
    background: #4b340e;
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.footer_inr::before {
    width: 102%;
    height: 7rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.127 171.417" enable-background="new 0 0 1301.127 171.417" xml:space="preserve"><path fill="%234b340e" d="M1300.5,170.917H0.5V35.278c42.733,1.079,88.236,2.836,135.246,5.221  c42.187,2.14,86.723,4.844,132.371,8.037c73.673,5.152,150.931,11.588,236.188,19.674c46.058,4.368,92.027,7.659,136.633,9.783  c41.954,2,83.728,3.009,124.157,3.009c36.267,0,72.328-0.814,107.184-2.418c32.477-1.5,64.676-3.712,95.699-6.589  c55.14-5.113,107.937-12.413,156.926-21.7c37.376-6.936,74.379-15.747,110.87-26.4c13.725-4.078,26.556-8.273,38.135-12.469  c10.126-3.669,19.07-7.252,26.587-10.65v170.14L1300.5,170.917z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -6rem;
    left: -1%;
}

.footer_inr_logo {
    display: flex;
    flex-direction: column;
}

.footer_inr_logo .footer-img1 {
    width: 10rem;
    margin: 0 auto;
}

.footer_inr_logo .footer-img2 {
    width: 45%;
    height: 3.5rem;
    margin: 0 auto;
    padding-top: 1rem;
}

.footer_inr_menu {
    margin-top: 2rem;
    text-align: center;
}

.footer_inr_menu li {
    display: inline-block;
}

.footer_inr_menu li a {
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    color: #fff;
    font-weight: bold;
    font-size: .95rem;
    transition: all 0.5s;
}

.footer_inr_menu li:not(.reservation) a:hover {
    opacity: 0.4;
}

@media screen and (max-width: 450px) {
    .footer_inr_menu li:not(.reservation) a:hover {
        opacity: 1;
    }
}

.footer_inr_menu li+li {
    margin-left: 1.8rem;
    margin-top: 2rem;
}

.footer_inr_menu li.reservation {
    margin-top: 3.3rem;
    margin-left: 0;
    display: block;
}

.footer_inr_menu li.reservation a {
    width: 100%;
    border: 1px solid #fff;
    padding: .8rem 4rem;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.footer_inr_menu li.reservation a:hover {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 450px) {
    .footer_inr_menu li.reservation a:hover {
        background: #4b340e;
        color: #fff;
    }
}

.footer_inr_tel {
    text-align: center;
    font-size: .8rem;
    margin-top: 2.8rem;
}

.footer_inr_tel a {
    color: #fff;
    font-size: 1.2rem;
}

.footer_inr_address {
    margin-top: 2rem;
    text-align: center;
    font-size: .9rem;
}

.footer_copyright {
    position: relative;
    left: 0;
    z-index: 3;
    background: #211706;
    text-align: center;
    padding: 2rem 0 1.8rem;
    color: #fff;
    font-family: "FOT-筑紫Aオールド明朝 Pr6 D", TsukuAOldMinPr6-D, serif;
    font-size: .7rem;
    letter-spacing: 0;
}

.footer_copyright::before {
    width: 110%;
    height: 2rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1301.613 41.057" enable-background="new 0 0 1301.613 41.057" xml:space="preserve"><path fill="%23211706" d="M1.113,40.556h1300V8.668c-42.733,0.254-88.236,0.667-135.246,1.228c-42.188,0.5-86.724,1.139-132.371,1.889  c-73.673,1.211-150.931,2.724-236.189,4.625c-46.057,1.027-92.026,1.8-136.633,2.3c-41.954,0.47-83.727,0.707-124.157,0.707  c-36.266,0-72.327-0.19-107.183-0.568c-32.477-0.353-64.676-0.873-95.7-1.55c-55.139-1.199-107.936-2.918-156.925-5.1  c-40.339-1.8-77.641-3.886-110.87-6.207C52.114,5.032,39.283,4.046,27.704,3.06C17.578,2.197,8.633,1.36,1.117,0.56v39.996H1.113z"/></svg>');
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    left: -2rem;
}

/* ここまでFooter部分 */

/* ここからトップページ共通の設定 */
@media screen and (max-width: 950px) {
    html {
        font-size: 2vw;
        width: 100%;
    }

    body,
    td,
    th,
    input,
    textarea,
    dt,
    dd,
    ul,
    div,
    li,
    a,
    p {
        font-size: 1.35rem;
        line-height: 1.8;
        letter-spacing: .1rem;
        font-weight: normal;
    }

    .concept .main_concept1 .wrap .txt p,
    .concept .main_concept2 .wrap .txt p,
    .concept .main_concept3 .txt p,
    .main_menu .main_menu_nav p.main_menu_nav_lead,
    .main_menu_nav_list li a .txt p,
    #profile .main_access_wrap .main_access_nav p,
    #profile .access_slick_list .access_slick-slide .txt p,
    #profile .c-inr .main_map_info .txt p {
        margin-top: -.5rem;
        font-size: 1.7rem;
        line-height: 3.3rem;
        letter-spacing: .1rem;
    }

    /* ここまでトップページ共通の設定 */
    /* ここからローディング設定 */
    #profile .loading_logo {
        left: 4%;
    }

    #profile .maximg-loading {
        width: 40%;
    }

    #profile .maxtitle-loading {
        width: 40%;
    }

    /* ここまでローディング設定 */
    /* ここからfixedのタイトル */
    #profile .header {
        align-items: center;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 102;
        height: 9rem;
    }

    .max950-color {
        background: #fff;
    }

    #profile .header .header_sitett {
        width: 55%;
        top: 1.5rem;
        left: 1rem;
        vertical-align: middle;
        z-index: 999;
        display: block;
    }

    #profile .header .header_sitett a {
        width: 100%;
        height: 9rem;
    }

    /* ここまでfixedのタイトル */
    /* ここからfixedの予約ボタン */
    #profile .header .header_re {
        width: 9rem;
        top: 0rem;
        right: 9rem;
    }

    #profile .header .header_re a {
        width: 9rem;
        height: 9rem;
        writing-mode: horizontal-tb;
    }

    #profile .header .header_re a span {
        display: none;
    }

    #profile .header .header_re a::after {
        font-family: "FOT-筑紫Aオールド明朝 Pr6 D", "TsukuAOldMinPr6-D", serif;
        font-size: 1.7rem;
        content: "ご予約";
        color: #fff;
        padding-top: 4.5rem;
    }

    /* ここまでfixedの予約ボタン */
    /* ここからfixedのメニューボタン */
    #profile .header #nav-toggle {
        background: rgba(0, 0, 0, 0);
        top: 2rem;
        right: 0;
        width: 9rem;
        height: 9rem;
        align-items: center;
    }

    .header #nav-toggle .nav-button {
        width: 50%;
        height: 50%;
        margin: 0 auto;
    }

    .header #nav-toggle .nav-toggle-txt {
        font-size: 2.5rem;
    }

    .header #nav-toggle.nav-toggle-active span:nth-of-type(1) {
        top: 13px;
        left: 25px;
        width: 50%;
        opacity: 1;
    }

    .header #nav-toggle.nav-toggle-active span:nth-of-type(2) {
        top: 25px;
        left: 25px;
        width: 50%;
        opacity: 1;
    }

    #profile .nav-button1 {
        display: none;
    }

    #profile .nav-button2 {
        display: block;
    }

    .nav-lead-text {
        display: none;
    }

    /* ここまでfixedのメニューボタン */
    /* ここからfixedのスライドメニュー */
    .header_menu nav {
        left: 0;
        max-width: 100%;
    }

    .header_menu nav::after {
        width: 7rem;
        height: 7rem;
        background: url(../imgs/daikoku.png) no-repeat center center / 60px auto;
        background-size: auto 100%;
        display: block;
        content: "";
        position: absolute;
        bottom: -5rem;
        right: 10%;
        animation: daikokumove2 5s ease-in-out infinite;
    }

    @keyframes daikokumove2 {

        0%,
        70%,
        75%,
        80% {
            transform: scale(1, 1.0);
        }

        72.5%,
        77.5% {
            transform: scale(1, 0.95);
        }
    }

    .header_menu nav .header_menu_logo {
        display: none;
    }

    /* (スライドメニューの右側 リスト↓) */
    .header_menu nav .header_menu_inr {
        padding: 30% 8%;
    }

    .header_menu nav .header_menu_inr .main_nav {
        padding-top: 3rem;
    }

    .header_menu nav .header_menu_inr .main_nav li {
        height: 7rem;
    }

    #profile .header_menu nav .header_menu_inr .main_nav li+li {
        margin-top: 1.5rem;
    }

    .header_menu nav .header_menu_inr .main_nav li a {
        font-size: 2.3rem;
    }

    /* (スライドメニューの右側 リスト↑) */
    /* (スライドメニューの右側 予約、電話＆住所↓) */
    #profile .header_menu_inr .main_nav li.reservation a {
        padding: 1.5rem 0;
        margin-top: 3rem;
    }

    .header_menu nav .header_menu_inr .info {
        margin-top: 10rem;
    }

    .header_menu_inr .info .item a.phone {
        font-size: 3rem;
        line-height: 1;
    }

    .header_menu_inr .info .item a.phone em {
        font-size: 2rem;
    }

    .header_menu nav .header_menu_inr .info .item+.item {
        margin-top: 3rem;
    }

    .header_menu nav .header_menu_inr .info .item .st {
        font-size: 2.2rem;
    }

    .header_menu nav .header_menu_inr .info .item p {
        font-size: 1.6rem;
        padding-top: 0.3rem;
    }

    /* ここまでfixedのスライドメニュー */
    /* ここからheaderのスライドショー */
    #wrapper .main_slide_wrap {
        height: 100vh;
    }

    #profile .main_logo {
        display: none;
    }

    .main_slide .slick-slider {
        left: 1.5rem;
    }

    .main_slide .slick-slider .slick-dots {
        text-align: left;
    }

    #profile .main_slick_track .slick-list .slick-track {
        width: 100%;
        height: 100vh;
    }

    .main_slide_wrap .main_slick_slide:nth-child(1) {
        background-image: url(../imgs/slick-slideshow1-min.jpg);
        background-size: cover;
    }

    .main_slide_wrap .main_slick_slide:nth-child(2) {
        background-image: url(../imgs/slick-slideshow2-min.jpg);
        background-size: cover;
    }

    .main_slide_wrap .main_slick_slide:nth-child(3) {
        background-image: url(../imgs/slick-slideshow3-min.jpg);
        background-size: cover;
    }

    .main_slide_wrap .main_slick_slide:nth-child(4) {
        background-image: url(../imgs/slick-slideshow4-min.jpg);
        background-size: cover;
    }

    #wrapper .main_slide_wrap .main_copy {
        font-size: 2.5rem;
        top: 90%;
        left: 1.5rem;
    }

    #profile .main_slide_wrap_scroll {
        right: -5rem;
    }

    /* ここまでheaderのスライドショー */
    #wrapper .main_slide_wrap {
        height: 100vh;
        max-height: 66.7rem;
    }

    #profile .main_logo {
        display: none;
    }

    .main_slide .slick-slider {
        left: 1.5rem;
    }

    .main_slide .slick-slider .slick-dots {
        text-align: left;
    }

    #profile .main_slick_track .slick-list .slick-track {
        width: 100%;
        height: 100vh;
    }

    .main_slide_wrap .main_slick_slide:nth-child(1) {
        background-image: url(imgs/slick-slideshow1-min.jpg);
        background-size: cover;
    }

    .main_slide_wrap .main_slick_slide:nth-child(2) {
        background-image: url(imgs/slick-slideshow2-min.jpg);
        background-size: cover;
    }

    .main_slide_wrap .main_slick_slide:nth-child(3) {
        background-image: url(imgs/slick-slideshow3-min.jpg);
        background-size: cover;
    }

    .main_slide_wrap .main_slick_slide:nth-child(4) {
        background-image: url(imgs/slick-slideshow4-min.jpg);
        background-size: cover;
    }

    #wrapper .main_slide_wrap .main_copy {
        font-size: 2.5rem;
        top: 90%;
        left: 1.5rem;
    }

    #profile .main_slide_wrap_scroll {
        right: -5rem;
    }

    /* ここまでheaderのスライドショー */
    /* ここからFooter部分 */
    #profile .footer {
        margin-top: 15rem;
    }

    #profile .footer .pagetop {
        right: -2rem;
        bottom: 5rem;
    }

    #profile .footer .pagetop a span {
        font-size: 2.2rem;
        font-weight: normal;
    }

    #profile .footer .pagetop a span::before {
        top: 0.7rem;
        right: 8rem;
    }

    #profile .footer_movie video {
        width: 100%;
        height: 120%;
    }

    #profile.footer_inr {
        margin-top: 3rem;
        padding: 10rem 0;
        text-align: center;
    }

    #profile .footer_inr::before {
        background-size: 101% auto;
        top: -5rem;
        left: -1%;
    }

    #profile .footer_inr_logo img.footer-img1 {
        width: 15rem;
    }

    #profile .footer_inr_logo img.footer-img2 {
        width: 100%;
    }

    #profile .footer_inr_menu {
        margin-top: 5rem;
    }

    #profile .footer_inr_menu li {
        display: block;
    }

    #profile .footer_inr_menu li a {
        font-size: 1.7rem;
    }

    #profile .footer_inr_menu li+li {
        margin-top: 2.5rem;
        margin-left: 0;
    }

    #profile .footer_inr_menu li.reservation {
        margin: 5rem 0 4rem;
    }

    #profile .footer_inr_menu li.reservation a {
        padding: 1.5rem 7rem;
    }

    #profile .footer_inr_tel {
        margin-top: 7rem;
    }

    #profile .footer_inr_tel span.phone a {
        font-size: 2.3rem;
    }

    #profile .footer_inr_tel span,
    #profile .footer_inr_address span {
        font-size: 1.6rem;
    }

    #profile .footer_copyright {
        font-size: 1.3rem;
    }

    #profile .footer_copyright::before {
        background-size: 101% auto;
        top: -1rem;
        left: -2%;
    }

    /* ここまでFooter部分 */
    /*ここからブログのレスポンシブ*/
    #profile .blog-text p {
        font-size: 1.3rem;
        font-weight: bold;
    }

    #wrapper {
        overflow: hidden;
    }

    #profile .blog_zone {
        padding: 0;
    }

    #profile #blog_right_text .blogTime {
        margin: 0;
        display: block;
        /* margin-left: 10%; */
        /* margin-right: 10%; */
        font-size: 3vw;
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
        color: #000;
    }

    #profile #blog_right_text .blog-title {
        margin: 0;
        font-size: 4vw;
        letter-spacing: 0.16em;
        margin-bottom: 5%;
        color: #000;
        display: block;
        /* margin-left: 10%; */
        /* margin-right: 10%; */
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
        color: #000;
    }

    #profile #blog_right_text .blog-text {
        margin: 0;
        /* margin-left: 10%; */
        font-size: 1.5rem;
        letter-spacing: 0.16em;
        margin-bottom: 5%;
        color: #000;
        display: block;
        /* margin-left: 10%; */
        margin-right: 10%;
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
    }

    .footer_movie {
        padding-bottom: 4rem;
    }

    .footer_movie video {
        display: none;
    }

    /*ここからプロフィールのレスポンシブ*/
    #profile .blog_img_wrap {
        display: block;
        padding-top: 9rem;
    }

    #profile .blog_left_blog {
        top: 20rem;
        position: absolute;
        left: 33.33%;
        margin: 0;
        padding: 0;
    }

    #profile .blog_left {
        top: 20rem;
        position: absolute;
        left: 33.33%;
        margin: 0;
        padding: 0;
    }

    #profile .blog_left h2,
    #profile .blog_left_blog h2 {
        padding: 0;
        color: #fff;
        line-height: 1;
        text-align: center;
        font-size: 6rem;
    }

    #profile .blog_left p,
    #profile .blog_left_blog p {
        padding: 0;
        font-size: 2rem;
        color: #fff;
        text-align: center;
        line-height: 2rem;
    }

    #profile .blog_right_zone {
        width: 100%;
        height: auto;
    }

    #profile .blog_right_zone img {
        object-fit: cover;
        width: 100%;
        height: 30rem;
    }

    #profile .farst_text {
        width: 80%;
        margin: 0 auto;
        padding: 25rem 0;
    }

    #profile .farst_text h3 {
        font-size: 2.4rem;
    }

    #profile .farst_text p {
        text-align: left;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 3.3rem;
    }

    #profile .interview_move {
        width: 80%;
        height: 30rem;
    }

    #profile .ichiran_wrap {
        margin: 0 auto;
        padding:20rem 0 15rem;
        width: 100%;
    }

    #profile .introduction {
        display: block;
    }

    #profile .intro_img_left {
        text-align: center;
        width: 50%;
        margin: 5rem auto 0;
    }

    #profile .intro_text {
        font-size: 1rem;
        margin: 0 auto;
        width: 80%;
        /* padding-top: 10rem; */
    }

    #profile .intro_text h3 {
        margin: 0;
        padding-top: 4rem;
        text-align: center;
        padding-bottom: 2rem;
    }

    #profile .intro_text_sml {
        padding: 1rem 0;
        line-height: 3.3rem;
        font-size: 1.7rem;
        font-weight: bold;
    }

    #profile .intro {
        /* display: inline-block; */
        line-height: 0.5rem;
        text-align: right;
        /* padding-top: 2rem; */
        /* padding-left: 10rem; */
        margin: 0;
    }

    #profile h4.intro_ti_right_bm {
        font-size: 1.5rem;
        text-align: right;
        padding: 0 5rem 1rem 0;
    }

    #profile p.intro_name {
        font-size: 1rem;
        text-align: right;
    }
    #profile img .na{
      width:15rem;
    }

    #profile .intro_name {
        width: 100%;
    }

    #profile .career_zone {
        margin-top: 1rem;
        padding: 0.5rem 0;
    }

    #profile .career_zon_list {
        padding-bottom: 0.3rem;
    }

    #profile .career_ti_left_top {
        font-size: 2.2rem;
    }

    #profile .career_zon_list li {
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight:900;
    }

   #profile table.ichiran {
        width: 95%;
    }

    #profile table.ichiran th,
    #profile table.ichiran td {
        font-size: 1.3rem;
        font-weight: bold;
    }

    #profile td a {
        font-size: 1rem;
    }

    #profile .interview_zone .sub_ti {
        font-size: 4rem;
        font-weight: bold;
        padding: 0;
    }

    #profile .interview_zone p {
        text-align: center;
        font-size: 1.7rem;
        padding-bottom: 4rem;
        color: #BC900C;
        line-height: 1rem;
    }

    #profile .blog_zone {
        padding: 0;
        margin-top: 40rem;
    }

    #profile .ichiran td a {
        font-size: 1.3rem;
        font-weight: bold;
    }

    #profile p td {
        font-size: 1.3rem;
        font-weight: bold;
    }
    #profile .blog_zone .sub_ti {
      padding-top: 20rem;
      text-align: center;
      font-size: 3.5rem;
      font-weight: bold;
  }
}

/*///////////////////////プロフィール部分レスポンシブ450px////////////////////////////*/
@media screen and (max-width: 450px) {
    #wrapper {
        overflow: hidden;
    }



#profile .farst_tex {
    padding: 25rem 0;
}
#profile .ichiran_wrap{
	padding: 25rem 0 10rem;
}
#profile .blog_zone {
        padding: 0;
margin-top: 25rem;
}

   #profile  #blog_right_text .blogTime {
        margin: 0;
        display: block;
        /* margin-left: 10%; */
        /* margin-right: 10%; */
        font-size: 4vw;
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
        color: #000;
    }

    #profile #blog_right_text .blog-title {
        margin: 0;
        font-size: 5vw;
        letter-spacing: 0.16em;
        margin-bottom: 5%;
        color: #000;
        display: block;
        /* margin-left: 10%; */
        /* margin-right: 10%; */
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
        color: #000;
    }

   #profile  #blog_right_text .blog-text {
        margin: 0;
        /* margin-left: 10%; */
        font-size: 1.5rem;
        letter-spacing: 0.16em;
        margin-bottom: 5%;
        color: #000;
        display: block;
        /* margin-left: 10%; */
        margin-right: 10%;
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
	}
}
/*///////////////////////プロフィール部分レスポンシブ350px////////////////////////////*/
@media screen and (max-width: 350px) {
    #profile .farst_text {
        margin: 0;
        margin: 0 auto;
        width: 95%;
        text-align: center;
        padding: 10rem 0 15rem;
    }

    #profile .intro_text {
        font-size: 1rem;
        margin: 0 auto;
        width: 95%;
        /* padding-top: 10rem; */
    }

    #profile .career_zon_list li {
        font-size: 0.3rem;
        line-height: 1.2rem;
        padding: 3px 0;
    }

    /*///////////////////////////ここまでプロフィールレスポンシブ//////////////////////////////////////////////////*/
    /*/////////////////////////////ここからブログレスポンシブ///////////////////////////////////////////////////*/
    #wrapper {
        overflow: hidden;
    }

    #profile .blog_zone {
        padding: 10rem;
    }

    #profile #blog_right_text .blogTime {
        margin: 0;
        display: block;
        /* margin-left: 10%; */
        /* margin-right: 10%; */
        font-size: 1.5vw;
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
        color: #000;
    }

    #profile #blog_right_text .blog-title {
        margin: 0;
        font-size: 2vw;
        letter-spacing: 0.16em;
        margin-bottom: 5%;
        color: #000;
        display: block;
        /* margin-left: 10%; */
        /* margin-right: 10%; */
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
        color: #000;
    }

    #profile #blog_right_text .blog-text {
        margin: 0;
        /* margin-left: 10%; */
        font-size: 1.5rem;
        letter-spacing: 0.16em;
        margin-bottom: 5%;
        color: #000;
        display: block;
        /* margin-left: 10%; */
        margin-right: 10%;
        letter-spacing: 0.16em;
        font-weight: bold;
        margin-bottom: 5%;
        width: 80%;
        height: auto;
        padding-left: 10%;
        padding-right: 10%;
    }
    #profile .blog_zone .sub_ti {
      padding-top: 25rem;
  }


}

/*/////////////////////////////////ここまでブログレスポンシブ////////////////////////////////////////////*/
/*/////////////////////////////////////フェードイン用//////////////////////////////////*/ 
.fadein {
    opacity: 0;
    transform: translate(0, 4rem);
    transition: all 0.9s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}