/*
Theme Name: alice-personalcolor-custom
*/

/****************************************
	   General Setting
*****************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    color: #333333;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote {
    font-size: 1em;
    padding: 0;
    line-height: 1.6;
    display: block;
    margin: 0px;
}
table {
    line-height: 1.6;
    font-size: 1em;
    margin: 0;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}
hr,
.areaAnchor,
.anchor {
    display: none;
}
img {
    border: none;
    vertical-align: bottom;
}
li {
    list-style: none;
}
acronym,
abbr {
    cursor: help;
}
option {
    padding-right: 10px;
}
* + html option {
    padding-right: 0;
}
* html option {
    padding-right: 0;
}
a {
    color: #5e5e5e;
    text-decoration: none;
    overflow-wrap: break-word;
}
a:hover {
    color: #a1a1a1;
    text-decoration: none;
}

div,
dl {
    zoom: 1;
}
.inner div::after,
.inner dl::after {
    content: ".";
    display: block;
    height: 0px;
    font-size: 0;
    line-height: 0;
    clear: both;
}
* html div,
* html dl {
    display: inline-table; /*\*/
    display: block; /**/
}

@font-face {
    font-family: "Yu Mincho";
    src: local("Yu Mincho Demibold");
    font-weight: 500;
}

#wrapper {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}
.mfont,
h2,
h3,
#page h4,
#page h5 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
    font-weight: normal;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

/****************************************
	   layout
*****************************************/

/* --- オンマウス半透明 */
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

body {
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    margin: 0 auto;
    width: 1080px;
}
@media screen and (max-width: 1100px) {
    .inner {
        width: 100%;
    }
}
@media screen and (max-width: 770px) {
    .inner {
        margin: 0 auto;
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
        width/***/: auto;
        text-align: center;
        margin: 0 auto;
        padding: 0 auto;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/****************************************
	   header
*****************************************/
#header {
    z-index: 9999;
    padding: 10px 5px;
    height: 40px; /* 高さ */
    width: 100%; /* 長さ */
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed; /* ヘッダーを固定(これが重要) */
    top: 0; /* 固定する位置 */
    left: 0; /* 固定する位置 */
    right: 0; /* 固定する位置 */
}
#header h1 {
    float: left;
}
.head_nav {
    display: block;
    float: right;
    margin-right: 30px;
    padding-top: 10px;
}
.head_nav ul {
    width: 100%;
    font-size: 0;
}
.head_nav ul li {
    display: inline-block;
    font-size: 12px;
    border-left: 1px solid #dbdbdb;
}
.head_nav ul li.bd_none {
    border-left: none;
}

.head_nav li a {
    padding: 0 15px;
    text-decoration: none;
    color: #333;
    display: block;
}
.head_nav li a:after {
    content: "";
    width: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #997908;
    display: block;
}
.head_nav li a:hover:after {
    width: 100%;
    border-bottom: 1px solid #997908;
}

/* --- アコーディオン */
.head_nav {
    *zoom: 1;
    list-style-type: none;
}
.head_nav:before,
.head_nav:after {
    content: "";
    display: table;
}
.head_nav:after {
    clear: both;
}
.head_nav li {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}
.head_nav li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.head_nav li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
.head_nav li ul li {
    width: 135px;
    background-color: rgba(255, 255, 255, 0.7);
    border-left: none;
    font-size: 12px;
    text-align: left;
    padding: 0 15px;
}
.head_nav li ul li a {
    padding: 10px 0px;
    display: block;
    color: #333;
}

.head_nav li ul li {
    overflow: hidden;
    height: 0;
    transition: 0.4s;
}
.head_nav li:hover ul li {
    overflow: visible;
    height: 40px;
}
.head_nav li ul.kouza_ul li {
    width: 250px;
}

@media screen and (max-width: 1020px) {
    .head_nav {
        display: none;
    }
    #header {
        background-color: #ffffff;
        position: static;
    }
    #header h1 {
        width: 257px;
    }

    /*メニュー部分*/
    #ham-menu {
        background-color: #fff; /*メニュー背景色*/
        box-sizing: border-box;
        height: 100%;
        padding: 0; /*メニュー内左右上下余白*/
        position: fixed;
        right: -280px; /*メニュー横幅 width と合わせる*/
        top: 0;
        transition: transform 0.4s linear 0s; /*0.3s はアニメーションにかかる時間*/
        width: 280px; /*メニュー横幅*/
        z-index: 1000;
    }

    #menu-background {
        display: block;
        height: 100%;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 0.4s linear 0s; /*0.3s はアニメーションにかかる時間*/
        width: 100%;
        z-index: -1;
    }

    #menu-icon {
        background-color: #997908; /*アイコン部分背景色*/
        border-radius: 0 0 0 0; /*左下角丸*/
        color: #fff; /*アイコン（フォント）色*/
        cursor: pointer;
        display: block;
        font-size: 50px; /*アイコン（フォント）サイズ*/
        height: 60px; /*アイコン縦高さ*/
        line-height: 65px !important; /*縦位置中央化*/
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 60px; /*アイコン横幅*/
        transition: all 0.4s linear 0s; /*0.3s はアニメーションにかかる時間*/
        z-index: 1000;
    }

    #menu-cb {
        display: none; /*チェックボックス本体は消しておく*/
    }

    #menu-cb:checked ~ #ham-menu,
    #menu-cb:checked ~ #menu-icon {
        transform: translate(-280px); /*メニュー本体横幅 width と合わせる*/
    }

    #menu-cb:checked ~ #menu-background {
        opacity: 0.5;
        z-index: 999;
        z-index: -1;
    }

    #ham-menu ul {
        list-style: none;
    }
    #ham-menu ul li {
        margin: 0px;
        border-bottom: 1px solid #997908;
        list-style: none;
    }
    #ham-menu ul a {
        list-style: none;
    }
    #ham-menu ul li {
        text-decoration: none;
    }
    #ham-menu ul li a {
        display: block;
        padding: 10px 0 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    #menu-icon {
        background-color: #997908; /*アイコン部分背景色*/
        border-radius: 0 0 0 0; /*左下角丸*/
        color: #fff; /*アイコン（フォント）色*/
        cursor: pointer;
        display: block;
        font-size: 50px; /*アイコン（フォント）サイズ*/
        height: 60px; /*アイコン縦高さ*/
        line-height: 55px !important; /*縦位置中央化*/
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 60px; /*アイコン横幅*/
        transition: all 0.4s linear 0s; /*0.3s はアニメーションにかかる時間*/
        z-index: 1000;
    }
}

/* PCのみの記述 */
@media screen and (min-width: 1021px) {
    #ham-menu,
    #menu-cb,
    #menu-icon {
        display: none;
    }
}

/****************************************
	   all parts
*****************************************/
h2 {
    color: #997908;
    text-align: center;
    font-weight: normal;
}
p span {
    font-weight: bold;
}

.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.bg_img {
    background: url(img/bg01.jpg) repeat;
}

.bd {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

/* ボタンスタイル　ベース */
.button01 {
    margin-top: 30px;
    position: relative;
    display: inline-block;
    padding: 7px 25px 7px 7px;
    background-color: #d5be74;
    border: 1px solid #d5be74;
    color: #fff;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s;
}
.button01::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.button01:hover {
    background-color: #fff;
    color: #d5be74;
}
.button01:hover::after {
    border-top: solid 2px #d5be74;
    border-right: solid 2px #d5be74;
}

/* ボタンスタイル　ピンク */
.button02 {
    position: relative;
    display: inline-block;
    padding: 7px 25px 7px 7px;
    background-color: #f9a1a1;
    border: 1px solid #f9a1a1;
    color: #fff;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s;
}
.button02::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.button02:hover {
    background-color: #fff;
    color: #f9a1a1;
}
.button02:hover::after {
    border-top: solid 2px #f9a1a1;
    border-right: solid 2px #f9a1a1;
}

@media screen and (max-width: 770px) {
    .left {
        float: none;
        width: 100%;
    }
    .right {
        float: none;
        width: 100%;
    }
    .button01 {
        width: 90%;
    }
}

/****************************************
	   main
*****************************************/
#contents {
}
#main {
    margin: 50px 0 0;
}

/* --- main ttl */
#main h2 {
    font-size: 140%;
}
#main h2 span {
    font-size: 145%;
}

#main h3 {
    font-size: 140%;
    font-weight: normal;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.f_txt {
    width: 30%;
}
.f_img {
    width: 65%;
}
.f_img img {
    width: 100%;
    height: auto;
}

.mainbox01 {
    padding-bottom: 70px;
}
.mainbox01 p {
    text-align: center;
    margin-top: 30px;
}
.mainbox02,
.mainbox04 {
    margin: 50px 0;
    padding: 0 0 0 130px;
}
.mainbox03 {
    margin: 80px 0;
    padding: 0 130px 0 0;
}
.mainbox04,
.mainbox05 {
    margin: 80px 0;
}
.insta {
    margin-top: 80px;
    padding: 50px 0;
}
.insta h2 {
    font-size: 140%;
}
.sbi-owl-nav {
    display: block !important;
}

/* --- 最新情報 */
.info_box {
    margin-top: 30px;
}
.post {
    /* float: left; */
    width: 240px;
    padding: 10px;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}
.post_img {
    position: relative;
}
.post .eye {
    width: 240px;
    height: 170px;
    text-align: center;
    background-color: #fafafa;
}
.post .eye img {
    width: auto;
    max-width: 240px;
    height: auto;
    max-height: 170px;
    margin: 0 auto;
    text-align: center;
}
.post .cat {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    padding: 3px;
    text-align: center;
    font-size: 85%;
    background: #f9a1a1;
}
.post h4 {
    font-weight: normal;
}
.post h4 a:hover {
    text-decoration: underline;
}
.post p {
    font-size: 90%;
    margin: 0 0 0 0;
}
.post p.koza_name {
    font-size: 75%;
    margin-top: 12px;
}
.post h4 a {
    display: block;
}
.parenthesis {
    margin-top: 10px;
    position: relative;
    width: 240px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.parenthesis::before,
.parenthesis::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.parenthesis::before {
    display: block;
    top: 0;
    left: 0;
    border-top: 1px solid #d5be74;
    border-left: 1px solid #d5be74;
}
.parenthesis::after {
    display: block;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #d5be74;
    border-right: 1px solid #d5be74;
}
.parenthesis h4 {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.post_cont p {
    height: 25px;
    overflow: hidden;
}

@media screen and (max-width: 770px) {
    #main {
        margin: 40px 20px 0;
    }
    #main h2 {
        font-size: 130%;
    }
    #main h2 span {
        font-size: 100%;
    }
    #main h3 {
        font-size: 110%;
        font-weight: normal;
        border-bottom: 1px solid #a1a1a1;
        padding-bottom: 10px;
        margin: 15px 0;
    }

    .f_txt {
        width: 100%;
    }
    .f_img {
        width: 100%;
    }

    .mainbox01 {
        padding-bottom: 30px;
    }
    .mainbox01 p {
        text-align: center;
        margin-top: 30px;
    }
    .mainbox02,
    .mainbox04 {
        margin: 50px 0;
        padding: 0 0 0 0px;
    }
    .mainbox03 {
        margin: 50px 0;
        padding: 0 0px 0 0;
    }
    .mainbox04,
    .mainbox05 {
        margin: 50px 0;
    }
    .mainbox07 {
        margin-top: 50px;
        padding: 50px 0;
    }

    .info_box {
        margin-top: 30px;
    }
    .post {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .post_img {
        float: left;
        width: 240px;
    }
    .post .eye {
        width: 240px;
        height: 160px;
        text-align: center;
    }
    .post .eye img {
        width: auto;
        height: 160px;
        text-align: center;
        margin: 0 auto;
    }
    .post_cont {
        float: left;
        padding-left: 20px;
        width: 40%;
    }
    .post p.koza_name {
        margin-top: 0px;
    }
    .parenthesis {
        width: 100%;
    }
}

@media screen and (max-width: 488px) {
    .info_box {
        margin-top: 30px;
    }
    .post {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .post_img {
        float: none;
        width: 40%;
        text-align: center;
        float: left;
    }
    .post .eye {
        position: relative;
        width: 100%;
        height: 95px; /*text-align: center;*/
        margin: 0 auto;
    }
    .post .eye img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; /*text-align: center;*/
        margin: 0 auto;
    }
    .post .cat {
        font-size: 70%;
    }
    .post_cont {
        float: none;
        padding-left: 0px;
        width: 55%;
        text-align: center;
        float: right;
    }
    .post p.koza_name {
        overflow: visible;
        height: 40px;
    }
}

/****************************************
	   page
*****************************************/
/* --- ページタイトル */
#page {
    margin-bottom: 60px;
}
.pagettl {
    text-align: center;
    padding: 160px 0 100px;
    background: url(img/bg01.jpg) repeat;
}
.pagettl h2 {
    text-align: center;
    font-size: 160%;
    padding: 0 20px;
}

@media screen and (max-width: 1020px) {
    .pagettl {
        padding: 100px 0;
    }
}

/* --- タイトル */
#page h3 {
    font-size: 140%;
    font-weight: normal;
    color: #997908;
    margin-bottom: 30px;
}
#page h4 {
    font-size: 125%;
    font-weight: normal;
    color: #997908;
    margin-bottom: 10px;
}
#page h5 {
    font-size: 115%;
    font-weight: normal;
}
.ttl01 {
    color: #997908;
    border-bottom: 1px solid #997908 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#page .post h4 {
    font-weight: normal;
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
}
.big_font {
    font-size: 140%;
    font-weight: normal;
    color: #ff7777;
}

/* --- page all parts */
#page .inner {
    margin: 10px auto 0;
}
#pan {
    background: url(img/home.jpg) no-repeat;
    background-position: 0% 30%;
    padding-left: 20px;
    margin-bottom: 30px;
}
#pan li {
    display: inline-block;
    font-size: 90%;
}

.box_space {
    margin-top: 80px;
}
.gold_flame {
    border: 1px solid #997908;
    padding: 30px;
}

.w310 {
    width: 310px;
}
.w500 {
    width: 500px;
}
.w510 {
    width: 510px;
}
.w700 {
    width: 700px;
}
.w43 {
    width: 43%;
}
.w53 {
    width: 53%;
}

ul.disc li {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}
.bgg {
    background-color: #faf8f2;
}

/* テーブル */
/* 線なし */
.b_none {
}
.b_none th {
    padding: 5px 5px 5px 0;
    vertical-align: top;
    width: 10%;
}
.b_none td {
    width: 90%;
}

/* ドロップダウンコンテンツ */
.course_inbox label {
    background: #997908;
    color: #ffffff;
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.course_inbox input[type="checkbox"].on-off,
.course_inbox input[type="checkbox"].on-off + div {
    display: none;
}
.course_inbox input[type="checkbox"].on-off:checked + div {
    display: block;
}
.course_inbox div {
    margin: 20px 0 0;
}
/* ドロップダウンコンテンツ
.dropdown {
  display: inline-block; width: 100%;
  }

#tg {
  display: none;
  }

.course_menu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -10px;
  list-style: none;
  }

.dropInput:checked ~ .course_menu {
  visibility: visible;
  opacity: 1;
  top: 0;
  }

.dropLabel, .item {
  padding: 1em 1.5em;
  display: block;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  }

.dropLabel{
  padding: 0.5em 1.3em;
  display: block;
  background-color: #997908;
  position: relative;
  color: #fff;
  text-decoration: none;
  }
			.item {
  background-color: #ffffff;
	color: #5E5E5E;
	padding: 1em 0;
  display: block;
  position: relative;
  }

.dropLabel::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
  position: absolute;
  top: 45%;
  right: 20px;
  margin-top: -4px;
}


.dropLabel:hover, .dropInput:checked + label {
  background: #997908;
  color: #fff;
  }

.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }
 */

/* --- パーソナルイメージスタイルとは パーツ */
#about .about_box01 h3 {
    margin-top: 20px;
}
.image_type {
}
.image_type li {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 50px;
}
.image_type li img,
.image_type li p {
    text-align: center;
}

/* --- ボックスシャドウ */
.box-shadow {
    padding: 30px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.6);
}

/* --- スタイリスト検索窓 */
.search_box {
    position: relative;
    overflow: hidden;
}
.search_box .area {
    position: relative;
    left: 50%;
    float: left;
}
.search_box .area div {
    position: relative;
    left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
    float: left;
    list-style: none;
}
.search_box .area select {
    font-size: 110%;
    margin: 0 0 0 20px;
}

.s_button {
    margin-left: 20px;
    position: relative;
    display: inline-block;
    padding: 0 40px 0 10px;
    background-color: #d5be74;
    border: 1px solid #d5be74;
    color: #fff;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s;
}
.s_button::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
.s_button:hover {
    background-color: #fff;
    color: #d5be74;
}
.s_button:hover::after {
    border-top: solid 2px #d5be74;
    border-right: solid 2px #d5be74;
}

#stylist .parenthesis::before {
    border-top: 1px solid #e83e7f;
    border-left: 1px solid #e83e7f;
}
#stylist .parenthesis::after {
    border-bottom: 1px solid #e83e7f;
    border-right: 1px solid #e83e7f;
}

.stylist_s .s_name {
    font-size: 140% !important;
}
.stylist_s .stylist_info {
    border: 1px solid #eaeaea;
    padding: 0 15px 0;
    margin: 20px 0;
}
#page .stylist_s .stylist_info h5 {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    margin-top: 15px;
}
.stylist_s .stylist_info p {
    margin-bottom: 10px;
}

.eye_thumbox {
    position: relative;
    width: 100%;
    height: 330px;
    margin: 0 auto;
}
.eye_thumbox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.link_box {
    margin: 0 0 20px;
    text-align: center;
}
.link_box p {
    display: inline-block;
    margin-right: 5px;
}
.link_box > div {
    display: inline;
}
#single ul.link_box {
    padding-left: 0;
}
#single ul.link_box li {
    text-align: left;
    list-style: none;
    margin-bottom: 10px;
}
#single ul.link_box li.link_fb,
#single ul.link_box li.link_ig {
    width: 33%;
    float: left;
}
#single ul.link_box li.link_tw {
    overflow: hidden;
    zoom: 1;
}

/* --- sp */
@media screen and (max-width: 1100px) {
    .w310,
    .w500,
    .w510,
    .w700 {
        width: 100%;
    }
}
@media screen and (max-width: 770px) {
    #page .inner {
        margin: 40px auto;
        width: 90%;
    }
    .pagettl {
        padding: 30px 0;
    }
    .contactbox {
        width: 100%;
        margin: 0 auto;
        padding: 0 auto;
    }
    .gold_flame {
        border: 1px solid #997908;
        padding: 20px;
    }

    #page h3 {
        font-size: 130%;
        font-weight: normal;
        color: #997908;
        margin-bottom: 30px;
    }
    #page h4 {
        font-size: 115%;
        font-weight: normal;
        color: #997908;
        margin-bottom: 10px;
    }
    #page h5 {
        font-size: 105%;
        font-weight: normal;
    }

    .w310,
    .w500,
    .w510,
    .w700 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .w43,
    .w53 {
        width: 100%;
        margin: 0 auto;
    }
    .w43 img {
        width: 100%;
    }

    #page #about img {
        text-align: center;
        margin: 0 auto;
    }
    #page #about .right {
        margin-top: 20px;
    }

    .image_type {
    }
    .image_type li {
        float: left;
        width: 46%;
        text-align: center;
        margin-top: 20px;
        padding: 0 5px;
    }
    .image_type li img,
    .image_type li p {
        text-align: center;
        font-size: 90%;
        font-weight: bold;
    }

    .search_box .area div {
        float: none;
        text-align: center;
    }
    .search_box .area select {
        font-size: 110%;
        margin: 10px 0 0 0;
    }
    .s_button {
        margin-left: 0px;
        margin-top: 30px;
    }

    .b_none {
    }
    .b_none th {
        width: 94%;
        display: block;
    }
    .b_none td {
        width: 94%;
        display: block;
        margin-bottom: 10px;
    }

    .stylist_s .s_name {
        margin-top: 30px;
    }
    #single ul.link_box li {
        width: 100% !important;
    }
}

@media screen and (max-width: 550px) {
    .eye_thumbox {
        height: 220px;
    }
    #single div.eye_single img {
        max-height: 220px;
    }
}

/* --- テーブル */
.table02 {
    width: 100%;
}
.table02 th {
    width: 30%;
    border-bottom: 1px solid #eeeeef;
    padding: 10px;
    text-align: left;
    background: #f7f7f7;
}
.table02 td {
    width: 70%;
    border-bottom: 1px solid #eeeeef;
    padding: 10px;
}

/* contact form */
.red {
    color: #b70000 !important;
}

.table02 option,
.table02 textarea,
.table02 input[type="text"],
.table02 input[type="email"],
.table02 input[type="search"],
.table02 input[type="url"] {
    width: 100%;
}
.table02 input[type="text"],
.table02 input[type="email"],
.table02 input[type="search"],
.table02 input[type="url"] {
    height: 25px;
    font-size: 20px;
}
.table02 textarea {
    font-size: 20px;
}
input[type="submit"],
button[type="submit"] {
    background: #666;
    color: #ffffff;
    width: 30%;
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto 10px;
    display: block;
    padding: 10px 5px;
    font-size: 16px;
    border-width: 1px;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px #000 solid;
    cursor: pointer;
    transition-duration: 0.5s;
}

@media only screen and (max-width: 770px) {
    .table02 {
        width: 100%;
    }
    .table02 th,
    .table02 td {
        width: 93%;
        display: block;
        border-top: none;
        border-left: 0px;
    }
}

/****************************************
	   side
*****************************************/
/****************************************
	   page
*****************************************/
.cat_area {
    font-size: 90%;
}

/****************************************
	   archive,single,side
*****************************************/
/* --- category */
.pager {
    margin: 20px auto;
    text-align: center;
}
/* --- #archive */

/* --- #single */
#single h2 {
    font-size: 140%;
    text-align: left;
    background-color: #fffafa;
    padding: 10px;
    margin-bottom: 20px;
}
#single h3 {
    font-size: 130%;
}
#single h4 {
    border-bottom: 1px dotted #997908;
    margin-bottom: 10px;
}
#single .news_ttl {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
#single .news_ttl h3 {
    padding-top: 10px;
    color: #1f8fbe;
    font-size: 125% !important;
}
.entry_btn {
    text-align: center;
    font-size: 85%;
    margin: 50px 0;
    background-color: #fffafa;
    padding: 15px 0 1px 0 !important;
}
.entry_btn li {
    margin-bottom: 10px;
    list-style: none !important;
}

#single .txt img {
}
#single .txt a {
    text-decoration: underline;
}
#single .txt a:hover {
    text-decoration: none;
}
#single .eye_single {
    text-align: center;
}
#single .eye_single img {
    width: auto;
    max-height: 330px;
    margin-bottom: 40px;
}
#single .sns {
    height: 25px !important;
    width: auto !important;
    margin-bottom: 2px;
}
#single p {
    margin-bottom: 10px;
}
#single ul {
    padding-left: 20px;
}
#single ul li {
    list-style: disc;
}

.post_ttl {
    margin-bottom: 10px !important;
}
.post_day {
    text-align: right;
    margin-bottom: 30px !important;
}

/* --- pagination */
.pagenavi {
    margin: 30px 0 0 0;
}

.wp-pagenavi {
    clear: both;
    padding: 10px 0 10px 0;
    position: relative;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 2px 5px 2px 0;
    padding: 5px 10px;
    background: #fff;
    color: #e73278;
    text-decoration: none;
    border: 1px solid #e73278 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #e73278;
    border: 1px solid #e73278;
    color: #fff;
}

.wp-pagenavi span.current {
    font-weight: bold;
}
.previouspostslink,
.nextpostslink {
    margin: 0 5px !important;
    width: 20px !important;
    display: inline-block;
    border-radius: 20px;
    box-sizing: border-box;
}

/****************************************
	   footer
*****************************************/
#footer {
}
#footer h2 {
    font-size: 140%;
}
#footer a {
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover {
    text-decoration: underline;
}

.f_top {
    background: url(img/bg_contact01.jpg) no-repeat left center;
    padding: 50px 0 30px;
}

.f_contact_box_w {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f_contact_box {
    width: 215px;
    margin-top: 30px;
    margin-right: 25px;
    margin-left: 25px;
    /* float: left; */
    border: 2px solid #fff;
    display: inline-block;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.6);
}
.f_contact_box img {
    width: 100%;
}
.f_contact_btn {
    width: 100%;
    background: #ffffff;
    position: relative;
    display: inline-block;
    padding: 10px 7px 6px 15px;
    color: #e73278;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s;
    box-sizing: border-box;
}
.f_contact_btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #e73278;
    border-right: solid 2px #e73278;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.f_contact_btn:hover {
    text-decoration: none;
    color: #e73278;
}
.c_space {
    margin: 30px 50px 30px;
}

.f_banner {
    background-color: #f8f8f8;
    padding: 30px;
    text-align: center;
}
.f_banner img {
    margin: 10px auto;
}

.f_nav_box {
    margin: 30px 0 0 0;
    padding: 0 20px;
}
.f_nav_box h2 {
    float: left;
}
.f_nav_box ul {
    float: right;
}
.f_nav_box ul li {
    display: inline-block;
    font-size: 80%;
    border-left: 1px solid #dbdbdb;
    padding: 0px 5px;
    margin-top: 10px;
}
.f_nav_box ul li.bd_none {
    border-left: none;
}

.f_foot {
    background: #f8f8f8;
    margin-top: 30px;
    padding: 20px 0 10px;
    text-align: center;
}
.f_foot p {
    text-align: center;
    margin-top: 10px;
    font-size: 70%;
}

@media screen and (max-width: 1100px) {
    .f_contact_box {
        width: 320px;
    }
}
@media screen and (max-width: 770px) {
    .f_top {
        padding-bottom: 300px;
        background: url(img/bg_sp_contact01.jpg) no-repeat;
        background-position: bottom;
    }
    .f_top h2 {
        margin-bottom: 30px;
    }
    .f_contact_box_w {
        display: block;
    }
    .f_contact_box {
        width: 320px;
        margin: 0px auto 20px;
        float: none;
        display: block;
        box-sizing: border-box;
        background-color: #fff;
    }
    .f_contact_box img {
        width: 320px;
    }
    .c_space {
        margin: 20px auto;
    }

    .f_banner h2 {
        margin-bottom: 10px;
    }

    .f_nav_box {
        margin: 30px 0 0 0;
        padding: 0 20px;
    }
    .f_nav_box h2 {
        float: none;
        text-align: center;
        margin: 0 auto 30px;
    }
    .f_nav_box h2 img {
        width: 250px;
    }
    .f_nav_box ul {
        float: none;
    }
    .f_nav_box ul li {
        display: block;
        font-size: 100%;
        border-left: none;
        padding: 0px 5px;
        margin-top: 10px;
        text-align: center;
    }
    .f_nav_box ul li.bd_none {
        border-left: none;
    }
}

.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
    margin-bottom: 50px;
}

.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt70 {
    padding-top: 70px;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}

.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.pl60 {
    padding-left: 60px;
}
.pl70 {
    padding-left: 70px;
}

/* text */
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.pink {
    color: #e73278;
}

/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.gallery img {
    display: block;
}
ul.img_gallery li {
    width: 21%;
    float: left;
    margin: 10px 2%;
}
@media screen and (max-width: 550px) {
    ul.img_gallery li {
        width: 46%;
    }
}

dl {
    margin-bottom: 10px;
}
dt {
    font-weight: bold;
}

/* カラーディレクター */
.flex_wrap {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.column_3 .flex_box {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.column_4 .flex_box {
    width: 24%;
    margin-left: auto;
    margin-right: auto;
}
.flex_box h3 {
    text-align: center;
}
.img_100 {
    width: 100%;
}
.flex_box {
    padding-top: 50px;
    position: relative;
}
.contents_re {
    position: relative;
    padding: 10px;
    background-color: #fff;
    min-height: 500px;
}
.contents_ab {
    position: absolute;
    z-index: 1;
    top: 10px;
}
.bg_be {
    background-color: #efefef;
}
.bg_pk {
    background-color: #fff6f4;
}
/*
.flex_box:nth-child(odd) {
	background: #efefef;
}
*/

table.b_none.mt10 {
    width: 100%;
}
.inner .column2_w37 {
    position: relative;
}
.f_left img,
.f_right img {
    position: relative;
    z-index: 100;
}
.f_right.t_area {
    background: #efefefe8;
    position: absolute;
    left: 20%;
    top: 35%;
    padding: 25px 20px 25px 150px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.f_left.t_area {
    background: #efefefe8;
    position: absolute;
    left: 0;
    top: 35%;
    padding: 25px 150px 25px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mart_150 {
    margin-top: 150px;
}

.contents_re p {
    font-size: 15px;
}
.inner.bg_be,
.inner.bg_pk {
    padding: 20px 10px;
}
.contents_re h3 {
    min-height: 121px;
}
ul.point_area {
    padding: 20px 10px;
}
ul.point_area li {
    padding: 10px 15px;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}
ul.point_area li::before,
ul.point_area li::after {
    content: "";
    width: 15px;
    height: 20px;
    position: absolute;
}
ul.point_area li::before {
    border-left: solid 0.5px #000000;
    border-top: solid 0.5px #000000;
    top: 0;
    left: 0;
}
ul.point_area li::after {
    border-right: solid 0.5px #000000;
    border-bottom: solid 0.5px #000000;
    bottom: 0;
    right: 0;
}
.color_b {
    color: #000;
}
ul.point_area li span {
    color: #997908;
    font-weight: bold;
}
.pad_20 {
    padding: 20px;
}
.marb10 {
    margin-bottom: 10px;
}
.marb50 {
    margin-bottom: 50px;
}
.marb30 {
    margin-bottom: 30px;
}
.marb0 {
    margin-bottom: 0 !important;
}
.dl_side dt,
.dl_side dd {
    float: left;
}
.marb5 li {
    margin-bottom: 5px !important;
}
.txt_r {
    text-align: right;
}
figure {
    text-align: center;
}
figcaption {
    font: 13px arial;
}

.color-d_img {
    margin-bottom: 30px;
}

.column2_w55 > div,
.column2_w55 > li {
    width: 50%;
    float: left;
}
.column2_w64 > div:first-child,
.column2_w64 > li:first-child {
    width: 60%;
}
.column2_w64 > div:last-of-type,
.column2_w64 > li:last-child {
    width: 40%;
}
.column2_w46 > div:first-child,
.column2_w46 > li:first-child {
    width: 40%;
}
.column2_w46 > div:last-of-type,
.column2_w46 > li:last-of-type {
    width: 60%;
}
.column2_w73 > div:first-child,
.column2_w73 > li:first-child {
    width: 70%;
}
.column2_w73 > div:last-of-type,
.column2_w73 > li:last-child {
    width: 30%;
}
.column2_w37 > div:first-child,
.column2_w37 > li:first-child {
    width: 30%;
}
.column2_w37 > div:last-of-type,
.column2_w37 > li:last-child {
    width: 70%;
}
ul.column2_w55,
ul.column2_w64,
ul.column2_w46,
ul.column2_w73,
ul.column2_w37,
ul.column3_w,
ul.column4_w,
ul.column5_w {
    padding-left: 0;
}
ul.column2_w55 > li,
ul.column2_w64 > li,
ul.column2_w46 > li,
ul.column2_w73 > li,
ul.column2_w37 > li,
ul.column3_w > li,
ul.column4_w > li,
ul.column5_w > li {
    float: left;
    list-style: none;
}

/* 3カラム */
.column3_w > div,
ul.column3_w > li {
    width: 33%;
    margin-right: 0.5%;
    float: left;
}
.column3_w > div:last-child,
ul.column3_w > li:last-child,
ul.column3_w > li:nth-child(3n) {
    margin-right: 0;
}

.column4_w > div,
.column4_w > li {
    width: 25%;
    float: left;
}

/* 5カラム */
.column5_w > div,
.column5_w > li {
    width: 20%;
    float: left;
}

.column2_w55.w48 > li,
.column2_w55.w48 > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.column2_w55.w48 > li:nth-child(even),
.column2_w55.w48 > div:nth-child(even) {
    margin-right: 0;
}
.column2_w55.w49 > li,
.column2_w55.w49 > div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.column2_w55.w49 > li:nth-child(even),
.column2_w55.w49 > div:nth-child(even) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .column2_w55.w48 > li,
    .column2_w55.w48 > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .column2_w55.w49 > li,
    .column2_w55.w49 > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .color-d_img {
        width: 70%;
    }
}
.column2_w55.w47 > li,
.column2_w55.w47 > div {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 60px;
}
.column2_w55.w47 > li:nth-child(even),
.column2_w55.w47 > div:nth-child(even) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .column2_w55.w47 > li,
    .column2_w55.w47 > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* float */
.f_left {
    float: left;
}
.f_right {
    float: right;
}

/* 768pxでカラムをスマホ対応 */
@media screen and (max-width: 768px) {
    .column2_w55 > div.f_left,
    .column2_w55 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w64 > div.f_left,
    .column2_w64 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w46 > div.f_left,
    .column2_w46 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w73 > div.f_left,
    .column2_w73 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w37 > div.f_left,
    .column2_w37 > div.f_right {
        float: none;
        width: 100%;
    }
    ul.column2_w55 > li,
    ul.column2_w64 > li,
    ul.column2_w46 > li,
    ul.column2_w73 > li,
    ul.column2_w37 > li,
    ul.column3_w > li,
    ul.column4_w > li,
    ul.column5_w > li {
        float: none;
        width: 100%;
    }

    /* 3カラム */
    .column3_w > div,
    ul.column3_w > li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    /* 4カラム */
    .column4_w > div,
    .column4_w > li {
        width: 100% !important;
        float: none;
    }
    /* 5カラム */
    .column5_w > div,
    .column5_w > li {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .column2_w55 > div,
    .column2_w64 > div,
    .column2_w46 > div,
    .column2_w73 > div,
    .column2_w37 > div,
    .column3_w > div,
    .column4_w > div,
    .column5_w > div {
        margin-bottom: 1em;
    }
}

/* clearfix */
.column2_w55:after,
.column2_w64:after,
.column2_w46:after,
.column2_w73:after,
.column2_w37:after,
.column3_w:after,
.column4_w:after,
.column5_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.column2_w55,
.column2_w64,
.column2_w46,
.column2_w73,
.column2_w37,
.column3_w,
.column4_w,
.column5_w {
    display: block;
}
.pc_disp {
    display: block;
}
.sp_disp {
    display: none;
}
div.sankaku,
.mark_check li {
    position: relative;
}
.mark_check li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}
.sankaku p {
    padding-left: 20px;
}
.sankaku p::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #f9a1a1;
    line-height: 0px;
}

.mark_check li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: -0.5em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #e83e7f;
    border-bottom: 2px solid #e83e7f;
    transform: rotate(-45deg);
}

@media screen and (max-width: 770px) {
    .column_4 .flex_box {
        width: 100%;
    }
    .sp_disp {
        display: block;
    }
    .pc_disp {
        display: none;
    }
    .contents_re h3 {
        margin-bottom: 10px !important;
        min-height: auto;
    }
    .contents_re {
        min-height: auto;
    }
}

/* TOP改変後 */
.mlr2 {
    margin-left: 1.5%;
    margin-right: 1.5% !important;
    margin-bottom: 30px;
    width: 41% !important;
    padding: 30px;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 60%);
    min-height: 710px;
}
.mlr2:last-child {
    min-height: 767px;
}

.mlr2 h3 {
    min-height: 81px;
}
.stamp_re {
    position: relative;
}
.stamp_ab {
    position: absolute;
    top: 0;
    left: 10%;
}
.koza_label {
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.koza_label span {
    background: #f9a1a1;
    padding: 5px 15px !important;
    font-size: 85%;
}
.cl_gd span {
    background-color: #bda318;
}
.cl_bl span {
    background-color: #1b7fcccc;
}

.circle li {
    list-style-type: circle;
}
.fw_bl {
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    div.mlr2 {
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 15px 10px;
        min-height: auto;
        width: 94% !important;
        margin-top: 50px;
        float: none;
    }
    .mlr2:last-child {
        min-height: auto;
    }
    .mlr2 h3 {
        min-height: auto;
    }
    .stamp_ab {
        top: -15px;
        left: -11px;
    }
}
.youtube_w {
    margin-top: 80px;
}
.youtube_in {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.youtube_in > div {
    width: 32%;
    margin-right: 2%;
}
.youtube_in > div:last-of-type {
    margin-right: 0;
}
.youtube_in > div iframe {
    width: 100%;
}
.youtube_in .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube_in .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtube_in p {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 770px) {
    .youtube_w {
        margin-top: 50px;
    }
    .youtube_in {
        display: block;
    }
    .youtube_in > div {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .youtube_in p {
        margin-top: 10px;
    }
}

/* 企業セミナー */
.fr,
.fl {
    margin: 10px;
}
.fr img,
.fl img {
    float: right;
    margin: 0 0 5px 5px;
    width: 60%;
    max-width: 175px;
    height: auto;
}
.fl img {
    float: left;
    margin: 0 5px 5px 0;
}
.col2,
.col3,
.col4 {
    width: 100%;
}
.t-deco1 {
    margin: 15px 10px;
}
.t-deco1 th,
.t-deco1 td {
    border: solid 1px #ffd1df;
}
.t-deco1 th {
    font-weight: 400;
    background: #fff6f4;
    text-align: center;
    width: 30%;
}
.t-deco1 td {
    padding: 12px 20px;
}
@media screen and (min-width: 650px) {
    .fr,
    .fl {
        margin: 0;
    }
    .fr img,
    .fl img {
        margin: 0 0 5px 20px;
        width: 35%;
        max-width: 350px;
        height: auto;
    }
    .fl img {
        margin: 0 20px 5px 0;
    }
    .row:before,
    .row:after {
        display: table;
        content: " ";
    }
    .row:after {
        clear: both;
    }
    .row:before,
    .row:after {
        display: table;
        content: " ";
    }
    .col2 {
        float: left;
        width: 49%;
    }
    .col2:nth-of-type(2n + 2) {
        float: right;
    }
    .t-deco1 {
        margin: 20px 0 35px;
    }
}

.ameblo_w {
    margin: 80px 0;
    padding: 0 20px;
}
.ameblo_w .inner {
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 50px 20px;
}
.ameblo__list {
    margin: 0 auto;
    max-width: 800px;
}
.ameblo__list-item {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 0.75em 1em;
}
.ameblo__list-item:first-of-type {
    padding-top: 0;
}
.ameblo__list-item-inner {
    display: flex;
}
.ameblo__list-date {
    color: #997908;
    font-size: 90%;
    line-height: 2;
    margin-right: 4em;
}
@media screen and (max-width: 770px) {
    .ameblo_w {
        margin: 50px 0;
        padding: 0;
    }
    .ameblo__list-item-inner {
        flex-direction: column;
    }
}
