@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/****************************************

          BASE

*****************************************/

body {
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",FontAwesome, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
          behavior: url("boxsizing.htc");
}

html {
  margin-top:0 !important;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #2d2d2d;
  margin: 0;
    line-height: 1.5;
    word-break: normal;
    background:#fff;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, abbr, address, cite, code, del, dfn, 
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, 
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, 
aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea{
  margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    background: transparent;
}

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

.container {
    width: 100%;
}

.wrapper {
    width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.body_wrapper {
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a:-webkit-any-link:focus-visible {
    outline-offset: none;
}

a:focus-visible {
    outline: none;
}

h1,h2,h3,h5 {
    font-family: 'Yusei Magic', sans-serif;
}

h4 {
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #5b2c00;
    color: #fff;
    font-weight: bold;
}

span.text_line {
	font-size: 22px;
    background: linear-gradient(transparent 70%, rgb(255 118 0 / 84%) 70%);
}

span.emphasis_text {
    font-size: 24px;
    color: #ff2d2d;
}

span.emphasis_text_1 {
    font-size: 26px;
    color: #fb812a;
}

span.emphasis_text_2 {
    color: #fb812a;
}

.br-pc {
	display:block;
}

.br-tb {
	display:block;
}

.br-sp {
	display:none;
}

/****************************************

          header

*****************************************/
.sub_back {
    background-color: #ad590d;
}

.sub_title {
    display: flex;
	padding: 5px 0;
	justify-content: center;
}

.sub_title p {
    color: #fff;
}

img.title01 {
    width: 100vw;
}

.head_title_box {
	margin-bottom: -7px;
}

.head_title {
    text-align: center;
	padding: 20px 0;
	display: flex;
    justify-content: center;
	align-items: center;
	/** position: absolute;
    text-shadow: 0px 0px 5px #ffffff;
    top: 20%;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); **/
}

.head_title h1 {
    font-size: 70px;
    font-weight: bold;
	letter-spacing: 5px;
	color: #5b2c00;
}

.wf-nicomoji { font-family: "Nico Moji"; }

img.logo01 {
    width: 120px;
}

img.logo02 {
    width: 107px;
	margin: 0 6px;
}

nav#nav {
    background: #ad590d;
}

.global-menu {
	width: 100%;
    margin: -24px;
	margin-bottom: 24px;
}

.global-menu ul {
    display: flex;
    justify-content: center;
	align-items: center;
	padding: 10px 15px;
}

.global-menu li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
	font-weight: bold;
    padding: 0 3%;
}

.global-menu a {
    color: #fff;
	transition: all 250ms ease-out;
}

.global-menu a:hover {
    color: #5b2c00;
    opacity: 1;
	transition: all 250ms ease-out;
}

.hamburger-menu {
    display: none;
}

span.navi_text_jp {
    display: block;
    text-align: center;
	line-height: 1;
	font-weight: bold;
    padding: 5px 0;
}

span.navi_text_en {
    display: block;
    font-size: 13px;
    text-align: center;
}

/**
nav#nav a:hover {
    color: #fff;
    background-color: #ef7e1a;
    opacity: 1;
	transition: all 250ms ease-out;
}

.head_title h1::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 116px;
    background: url(../image/logo01.png) no-repeat;
    background-size: contain;
    vertical-align: bottom;
}
**/

span.orange_text {
    color: #5b2c00;
    font-weight: bold;
}

em.yellow_text {
    color: yellow;
    -webkit-text-stroke: 3px #2d2d2d;
	text-stroke: 3px #2d2d2d;
}

/****************************************

          メイン

*****************************************/

.body_main {
    display: flex;
	margin: 30px auto 50px auto;
}

.main_contents_wrap {
    width: 75%;
}

.main_slider_container {
    width: 100%;
}

.main_contents {
    border: solid 5px #8e7258;
    width: 95%;
}

.new_wrap {
    color: #333;
    /* background-color: #844001;
    border: solid 2px #d4d4d4;
    width: 95%;
    padding: 5px;
    margin-bottom: 30px;
	border-radius: 3px; */
}

h2.new_title {
    font-size: 30px;
    /* padding-left: 8%; */
    /* background: linear-gradient(transparent 60%, rgb(222 235 30 / 40%) 70%); */
    /* width: 95%; */
    /* margin-bottom: 15px; */
    border: solid 2px #fff;
    padding: 5px;
    /* background-color: #ebc2a5; */
	text-align: center;
	letter-spacing: 5px;
}

span.red_text {
    /* color: #e91818; */
    font-weight: bold;
    /* -webkit-text-stroke: 0.1px #000; */
    /* background: linear-gradient(transparent 70%, rgb(255 118 0 / 84%) 70%); */
}

.togather_wrap {
    text-align: center;
    /* background-color: #844001; */
    margin-top: 20px;
    width: 100%;
    padding: 5px;
	/* border-radius: 3px; */
}

h2.togather_contents {
    font-size: 30px;
    color: #333;
    /* margin: 30px 0; */
    /* display: inline-block; */
    /* background: linear-gradient(transparent 70%, rgb(255 43 22 / 90%) 70%); */
    /* background-color: #ef7e1a; */
    /* border: solid 2px #fff;
    border-radius: 10px; 
    padding: 15px;
	letter-spacing: 5px;*/
}

span.back_line {
    font-weight: bold;
    /* background: linear-gradient(transparent 70%, rgb(255 255 0 / 68%) 70%); */
}

span.contents_dot {
    color: #ad590d;
}

/****************************************

          切り替え

*****************************************/

.switch_contents {
    width: 95%;
	margin: 50px 0;
}

h3 {
    font-size: 26px;
	font-weight: bold;
	margin: 30px;
	border-bottom: solid 5px #8e7258;
}

.intro_wrap {
    display: flex;
    width: 90%;
    margin: 0 auto;
	align-items: center;
}

.intro_wrap p {
    margin-left: 30px;
	width: 67%;
	font-size: 20px;
	font-family: 'Yusei Magic', sans-serif;
}

.contents_wrap {
    width: 90%;
    margin: 0 auto;
}

.info_wrap {
	display: flex;
    align-items: center;
}

.pic_wrap img {
    border: solid 1px #333333;
    padding: 5px;
}

.contents_wrap table {
	width: 100%;
	font-size: 20px;
	font-family: 'Yusei Magic', sans-serif;
}

.info_contents th {
    width: 20%;
    padding: 5px 0;
	vertical-align: top;
}

.contents_wrap p {
	font-size: 20px;
	font-family: 'Yusei Magic', sans-serif;
}

td.info_space {
    padding: 5px 0;
}

.space_wrap {
    display: flex;
    align-items: end;
}

.space_wrap .pic_wrap {
    margin: 10px;
}

.space_wrap p {
    text-align: center;
}

p.text_01 {
    border: solid 2px #989898;
    margin: 0 10px;
}

.activity_content {
    width: 33.3%;
}

.place_of_activity {
    width: 33.3%;
}

p.place_of_activity_end {
    padding-left: 25px;
    font-size: 28px;
	text-align: left;
}

.contact_contents table {
    width: 90%;
	margin: 0 auto;
	border-spacing: 0px 25px;
}

.contact_contents th {
    width: 25%;
	text-align: left;
}

.contact_contents td {
    width: 74%;
    border: solid 2px #ccb29a;
    height: 50px;
    border-radius: 5px;
    background-color: #fdf5ee;
}

/****************************************

          モルックの魅力 about

*****************************************/

.sub_contents_wrap {
    padding: 30px 15px;
}

h5 {
    font-size: 22px;
	margin-bottom: 15px;
	background-color: #8e7258;
    padding: 4px;
    color: #fff;
}

span.indent_text {
    background-color: #5b2c00;
    color: #fff;
    padding: 3px 8px 4px 8px;
    font-weight: bold;
    margin-left: -3px;
}

.sub_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	border: solid 3px #8e7258;
	padding: 5px;
	background-color: #fff8f2;
}

.pic_wrap {
    line-height: 0;
}

.sub_wrap .pic_wrap {
    width: 40%;
}

/** .sub_wrap img {
    max-width: 330px;
} **/

.sub_wrap p {
    padding-left: 30px;
	line-height: 2.2;
	width: 60%;
}

/****************************************

          名古屋モルッカーズの魅力 molkers

*****************************************/

.molkers_wrap {
    display: flex;
    flex-direction: column;
    border: solid 3px #8e7258;
	background-color: #fff8f2;
}

.sub_pic_wrap {
    display: flex;
}

.sub_pic_wrap .pic_wrap {
    margin: 5px;
}

.molkers_wrap p {
    padding: 15px;
	font-family: 'Yusei Magic', sans-serif;
}

h5.sub_title_01 {
    background-color: #ff7e7e;
}

h5.sub_title_02 {
    background-color: #ff97bd;
}

h5.sub_title_03 {
    background-color: #ff9d58;
}

span.indent_text_01 {
    background-color: #ff0000;
    color: #ffffff;
    padding: 3px 8px 4px 8px;
    font-weight: bold;
    margin-left: -3px;
}

span.indent_text_02 {
    background-color: #ff005e;
    color: #ffffff;
    padding: 3px 8px 4px 8px;
    font-weight: bold;
    margin-left: -3px;
}

span.indent_text_03 {
    background-color: #ff6a00;
    color: #ffffff;
    padding: 3px 8px 4px 8px;
    font-weight: bold;
    margin-left: -3px;
}

span.indent_text_2 {
    background-color: #ff7600;
    color: #ffe8cb;
    padding: 3px 8px 4px 8px;
    font-weight: bold;
    margin-left: -3px;
}

span.indent_text_3 {
    background-color: #ff0000;
    color: #ffffff;
    padding: 3px 8px 4px 8px;
    font-weight: bold;
    margin-left: -3px;
}

h5.sub_title_5 {
    background-color: #ffd37e;
	color: #804d0d;
}

h5.sub_title_6 {
    background-color: #ff7e7e;
}

/****************************************

          活動記録

*****************************************/

.active_wrap {
    width: 90%;
    margin: 0 auto;
}

iframe.frame_center {
    border: solid 5px #d0d0d0;
}

/****************************************

          代表挨拶

*****************************************/

.message_contents {
    font-family: 'Yusei Magic', sans-serif;
    font-size: 20px;
}

.message_wrap {
    width: 90%;
    margin: 0 auto;
}

.message_wrap .pic_wrap {
    width: 30%;
}

.name_wrap {
    display: flex;
    align-items: flex-end;
}

.name_wrap p {
    padding-left: 25px;
}

p.job_text {
    border: solid 2px #000;
    background-color: #fefbb9;
    width: 85%;
    /* height: 75px; */
    padding: 5px 15px;
	margin-left: -2px;
}

.bio_wrap {
    width: 70%;
}

p.bio_text {
    border: solid 3px #000;
    background-color: #fefbb9;
    margin-left: 25px;
    padding: 10px;
}

.job_wrap {
    display: flex;
	align-items: center;
    margin: 20px 0;
}

p.job_title {
    width: 15%;
    border: solid 2px #000;
    background-color: #ffa500;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
}

span.enclosure_01 {
    border: solid 2px #ff00a5;
    padding: 0px 10px 5px 10px;
    background-color: #ff00a5;
    color: #fff;
}

.message_wrap ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
	width: 100%;
    margin: 15px auto;
}

.message_wrap li {
    background-color: #0087d6;
    color: #fff;
    padding: 5px 20px;
    border-style: solid;
    border-width: 4px;
    border-color: #7ccaf7 #005e94 #003b5d #40aeef;
	margin: 0px 3px;
	width: calc(25% - 24px / 4);
}

span.navi_text_jp_02 {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
}

span.navi_text_en_02 {
    display: block;
    font-size: 16px;
    text-align: center;
}

.message_wrap a {
    color: #fff;
}

.message_wrap li:active {
    background-color: #0087d6;
    transition: 0.3s all;
    border-color: #0087d6;
}

.message_wrap a:hover {
	opacity: 0.7;
    color: #cacaca;
}

.message_wrap a:active {
    color: #fff;
	opacity: 1;
}

/** span.navi_text_en_02:hover {
	color: #fff;
	opacity: 0.7;
}

span.navi_text_en_02:active {
	color: #fff;
	opacity: 1;
} **/

.job_wrap_01 {
    border: solid 2px #000;
	margin-top: 20px;
}

.job_wrap_02 {
    display: flex;
    align-items: flex-start;
}

p.job_title_01 {
    width: 15%;
    border: solid 2px #000;
    background-color: #0087d6;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
	margin-top: -2px;
    margin-left: -2px;
}

p.job_text_01 {
    width: 85%;
    padding: 5px 15px;
}

p.job_text_02 {
    text-align: right;
    padding: 5px;
}

.bubble02 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    border: solid 2px #000;
	margin-top: 20px;
}

.bubble02:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #000000 transparent;
    border-width: 0 30px 50px 15px;
    top: -50px;
    left: 14%;
    margin-left: -10px;
}

.bubble02:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #ffffff transparent;
    border-width: 0px 29px 50px 14px;
    top: -48px;
    left: 14%;
    margin-left: -9px;
}

/****************************************

         お問い合わせ完了

*****************************************/

.inquiry_completed_contents p {
    font-size: 20px;
    font-family: 'Yusei Magic', sans-serif;
    text-align: center;
	margin: 80px 0;
	line-height: 1.3;
}

/****************************************

          サイドメニュー

*****************************************/

.right_contents {
    width: 25%;
}

.site_contents {
    text-align: center;
}

.site_contents h4 {
    text-align: center;
	margin-bottom: 15px;
}

.site_contents img {
    max-width: 200px;
}

.site_contents p {
    margin-bottom: 15px;
}

img.chat_size {
    max-width: 100%;
}

.site_contents a {
    display: block;
    margin-bottom: 15px;
	font-size: 18px;
    font-weight: bold;
	color: #2d2d2d;
}

.site_contents a:hover {
	color: #ef7e1a;
    opacity: 1;
}

.g_calendar {
    position: relative;
    padding-bottom: 101%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.g_calendar iframe,
  .g_calendar object,
  .g_calendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

/****************************************

          フッター

*****************************************/

.footer_contents {
    text-align: center;
	background-color: #8e7258;
    padding: 30px 0;
}

.footer_contents p {
    font-size: 14px;
	color: #ffefe1;
}

/****************************************

          レスポンシブ

*****************************************/

@media screen and (min-width:1201px) {
	


}

@media screen and (max-width:1338px) {



}

@media screen and (max-width:1158px) {



}

/** タブレット **/
@media screen and (max-width:1023px) {
/** 共通 **/

.body_main {
    display: flex;
    margin: 30px auto 50px auto;
    flex-direction: column;
    align-items: center;
}

.main_contents_wrap {
    width: 100%;
}

.main_contents {
	width: 90%;
    margin: 0 auto;
}

.switch_contents {
    width: 100%;
}

.br-tb {
	display:none;
}

/** メニュー **/

nav#nav {
    height: 30px;
}

.global-menu ul {
    display: none;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #8e7258;
	border: solid 2px #2d2d2d;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 70%;
    height: 450px;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #8e7258;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 28px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 30%;/*メニューを画面内へ*/
}

.hamburger-menu {
    display: initial;
}

/** ヘッダー **/

.head_title h1 {
    font-size: 51px;
}

img.logo01 {
    width: 80px;
}

img.logo02 {
    width: 67px;
    margin: 0 6px;
}

/** トップページ **/

.info_contents th {
    width: 100%;
    display: inline-block;
	border: solid 5px #989898;
}

td.info_space {
    display: inline-block;
    width: 100%;
    text-align: center;
	margin-top: 20px;
    margin-bottom: 30px;
}

/** モルックの魅力 **/

.sub_wrap {
    flex-direction: column;
}

.sub_wrap p {
    width: 100%;
    padding: 15px;
    text-align: center;
    line-height: 2;
    margin-top: 15px;
}

/** モルッカーズの魅力 **/

/** サイドメニュー **/

.right_contents {
    width: 90%;
}

.sns {
    display: flex;
	justify-content: space-between;
}

.sns_01 {
    width: 33.3%;
}

.site_contents img {
    max-width: 90%;
}

/** 代表挨拶 **/

.message_wrap ul {
    width: 98%;
}

.message_wrap li {
    margin: 5px 0;
    width: calc(50% - 10px / 2);
}

}

/** スマホ横 **/
@media screen and (max-width: 767px) {
/** 共通 **/



/** トップページ **/


	
/** ヘッダー **/



/** トップページ **/



/** 美容室検索 **/



/** 美容室 **/



/** 特許 **/



/** 利用規約 **/



/** フッター **/



}

/** スマホ縦 **/
@media screen and (max-width: 599px) {	
/** 共通 **/

.br-pc {
	display:none;
}

.br-sp {
	display:block;
}

/** ヘッダー **/

.sub_title {
    display: flex;
    padding: 5px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sub_title p {
    width: 90%;
    text-align: center;
	font-size: 13px;
}

.head_title h1 {
    font-size: 22px;
}

img.logo01 {
    width: 29px;
}

img.logo02 {
    width: 24px;
    margin: 0 6px;
}

/** トップページ **/

h2.new_title {
    font-size: 18px;
}

h2.togather_contents {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

.intro_wrap {
    flex-direction: column;
}

.intro_wrap p {
    margin-left: 0;
    width: 80%;
    font-size: 16px;
    margin-top: 20px;
}

span.emphasis_text {
    font-size: 18px;
}

.contents_wrap table {
    font-size: 16px;
	text-align: center;
}

.info_contents th {
    width: 95%;
}

td.info_space {
    width: 95%;
}

.contents_wrap p {
    font-size: 16px;
	width: 95%;
    margin: 0 auto;
}

.space_wrap {
    flex-direction: column;
}

.activity_content {
    width: 100%;
}

.pic_wrap.sp_wrap {
    margin-bottom: 30px;
}

.place_of_activity {
    width: 100%;
}

p.place_of_activity_end {
    padding-left: 0;
    font-size: 20px;
    text-align: center;
}

/** モルックの魅力 **/

h5 {
    font-size: 18px;
}

.sub_wrap .pic_wrap {
    width: 100%;
}

.sub_wrap p {
    text-align: left;
}

/** モルッカーズの魅力 **/

.sub_pic_wrap {
    flex-direction: column;
}

/** 活動記録 **/



/** 代表挨拶 **/

.name_wrap {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.bio_wrap {
    width: 95%;
}

.name_wrap p {
    padding-left: 0;
	text-align: center;
}

p.bio_text {
    margin-left: 0;
    padding: 15px;
	text-align: left;
}

.message_wrap .pic_wrap {
    width: 90%;
    margin-top: 30px;
}

.bubble02:before {
    left: 47%;
}

.bubble02:after {
    left: 47%;
}

.job_wrap_02 {
    flex-direction: column;
}

.message_wrap ul {
    width: 80%;
    flex-direction: column;
}

.message_wrap p {
    font-size: 16px;
}

.job_wrap {
    flex-direction: column;
}

p.job_title_01 {
    width: 100%;
	margin-left: 0;
}

p.job_text_01 {
    width: 100%;
}

p.job_title {
    width: 100%;
}

p.job_text {
    width: 100%;
    margin-left: 0;
	margin-top: -2px;
}

.message_wrap li {
    margin: 10px 0;
	width: 100%;
}

/** サイドメニュー **/

.site_contents h4 {
    margin-bottom: 30px;
}

.site_contents a {
    margin-bottom: 30px;
}

.sns {
    display: initial;
}

.sns_01 {
    width: 100%;
}

.site_contents img {
    max-width: 222px;
}

img.chat_size {
    max-width: 100%;
}

/** フッター **/

.footer_contents p {
    font-size: 12px;
}

}

