body {
    margin: 0 auto;
    padding: 30px 0 100px;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    max-width: 1200px;
}

@media screen and (max-width: 480px) {
body {
    padding: 0 0 100px;
    max-width: 600px;
}
}

.font_serif {
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
}
.font_sansserif {
    font-family: "Noto Sans", "Noto Sans CJK JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
}

.font_en {
    font-family: 'Raleway', sans-serif !important;
    font-weight: normal !important;
}
p {
    font-size: 1.3em;
    line-height: 1.8em;
    padding: 0 30px;
}
@media screen and (max-width: 959px) {
p {
    font-size: 1.4em;
    text-align: center;
}
}
@media screen and (max-width: 480px) {
p {
    font-size: 1.3em;
    /*  text-align: left;
    padding: 0 0;*/
}
}

a {
    text-decoration: none;
    color: #000;
    background-color: yellow;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #fff;
    background-color: #333;
}
::-moz-selection {
background-color: yellow;
}
::selection {
background-color: yellow;
}
p.lead {
    font-size: 1.3em;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    margin-bottom: 3em;
}
@media screen and (max-width: 480px) {
    p.lead {
    font-size: 1.2em;
    }
    p.lead, p.access {
        text-align: left;
        padding: 0 20px;
    }
} 

h1 {
    padding: 50px;
    text-align: center;
}
h1 img {
width:75%;
max-width: 300px;
height: auto;
    margin-left:auto;
    margin-right: auto;
}
@media screen and (max-width: 959px) {
h1 img {
}
}
@media screen and (max-width: 480px) {
h1 img {
max-width: 320px;
}
}
h2 {
    margin: 60px 0 30px;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: normal;
}

br.pcbr {display: block;}
br.spbr,br.tbbr {display: none;}
@media screen and (max-width: 959px) {
    br.pcbr {display: none;}
    br.tbbr {display: block;}
}
@media screen and (max-width: 480px) {
    br.pcbr {display: none;}
    br.spbr {display: block;}
}
    
em {
font-style: normal;
}

/* スマホは改行、PCはスラッシュで区切りをつける */

span.andslash::after {content: "／";}
@media screen and (max-width: 480px) {
    span.andslash::after {content: "";}
}

/* About、作家一覧など */

ul.aritst_list {
    max-width: 860px;
    margin: 20px auto;
    padding: 15px 30px 0;
    text-align: left;
}
ul.aritst_list + ul.aritst_list {
    padding-top: 0;
    margin-top: 0;
}

@media screen and (max-width: 480px) {
    ul.aritst_list {
        padding: 15px 20px 15px;
    }
}

h3 {
    font-weight: 500 !important;
}
h3.home_title {
    margin-top: 1.5em;
    padding: 0 10px;
    font-size: 0.92rem;
    letter-spacing: 0.1em;
}
h3.schedule_title {
    margin-top: 3em;
}
h3.home_title small {
    padding: 0 10px;   
}
ul.aritst_list li {
    display: inline-block;
    padding: 0 15px 30px;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    font-weight:normal;
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
}
ul.aritst_list li.soldout {
    display: none;
}
ul.aritst_list li small {
    display: block;
    color: #666;
    font-size: 0.45rem;
    letter-spacing: 0.05em;
    margin-top: 5px;
}
ul.aritst_list li span {
    font-size: 0.75rem;
    letter-spacing: 0em;
}

@media screen and (max-width: 480px) {
    ul.aritst_list li {
    font-size: 0.75rem;
    padding-left: 0;
    }
    ul.aritst_list.sakagura li {
        display: block;
    }
}



/* 地図 */
.map_case {
width: 60%;
max-width: 900px;
margin: 50px auto;
padding: 0;
}
.map_case img {
width: 100%;
max-width: 900px;
}
@media screen and (max-width: 959px) {
.map_case {
width: 100%;
}
}
@media screen and (max-width: 480px) {

.map_case {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.map_case div img {
  max-width: 250%;
  min-width: 220%;
  vertical-align: top;
}

.map_case::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.map_case::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.map_case::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.map_case::-webkit-scrollbar-thumb:hover {
  background: #999;
}   
}

/* 室内写真 */
p.landscape {
    margin: 0 auto 30px;
    max-width: 1400px;
    
}
p.landscape img {
    width: 85vw; 
    width: 100%;
}
@media screen and (max-width: 480px) {
p.landscape {
    padding: 0;
}
p.landscape img {
    width: 95vw; 
    height: 350px;
    object-fit: cover;
}
}

/* スケジュール */
div.schedule_week_box {
    display: inline-block;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width:860px;
}
div.schedule_week_box + div.schedule_week_box {
}
@media screen and (max-width: 480px) {
    div.schedule_week_box {
        display: inline-block;
        width: 80%;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    p + div.schedule_week_box {
        border-top: 2px dotted #C3C3C3;
        border-bottom: 2px dotted #C3C3C3;
    }
}

p.scedule {
    margin: 0 0 20px;
    line-height: 1.8em;
}
p.scedule .notice {
    font-size: 0.9em;
    line-height: 1.4em;
    display: block;
    padding: 25px 0;
}
p.scedule strong {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
p.scedule strong small {
    font-size: 0.7em;
}
@media screen and (max-width: 480px) {
    p.scedule + p.ex_info{
        margin-top: 300px;
    }
    p.scedule{
    line-height: 2.2em;
    }
    p.scedule small{
    }
    body.event_datail p.scedule strong {
        font-size: 1.5em;
        letter-spacing: 0.05em;
    }
    p.ex_info .cotomosi_kai {
        margin-top: 30px;
    }
}



/* 吹き出しbox（白隠正宗） */

.balloon_txt {
  margin: 0;
  padding: 0;
  font-size: .8rem;
}

.balloon_left {
  position: relative;
  display: inline-block;
  margin: 1em 0 1em 5px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 1em;
}

.balloon_left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 6px solid #FFF;
  z-index: 2;
}

.balloon_left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 7px solid #999;
  z-index: 1;
}


.balloon_bottom {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 2px #999;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 1em;
    top: 15px;
}

.balloon_bottom:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #FFF;
  z-index: 2;
}

.balloon_bottom:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #999;
  z-index: 1;
}





span.enterbtn,
a.enterbtn {
    display:inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 18px 32px;
    line-height: 1em;
    border-radius: 12px;
    font-weight: normal;
    word-spacing: 0.05em;
    font-size: 1.05em;
}
span.enterbtn {
    background-color: #CCC;
}

/* ホームスケジュール欄の小灯の会告知 */
span.cotomosi_kai_on_schedule strong {
    text-decoration: line-through;
}
small.cotomosi_kai_on_schedule {
    text-decoration:none;
    font-size: 0.9em;
    display: block;
    line-height: 1.8em;
    margin-bottom: 1em;
}

.cotomosi_kai_schedule_week,
.ex_info strong  {
    display:inline-block;
}
.cotomosi_kai_schedule_week strong.dayoff  {/* お休み 休廊表示 */
    text-decoration: line-through;
    color: #ccc;
    margin-right: 5px;
}

.cotomosi_kai_schedule_week small {
    font-size: 1.1em;
}


/* 小灯の会告知欄 */
.cotomosi_kai_info_index {
    margin: 50px 30px 30px;
    background: #CCC;
    display: inline-block;
    border-radius: 5px;
}
.cotomosi_kai_info_index p {
    max-width: 860px;
    margin: 20px auto;
    border: 1px solid #CCC;
    padding: 15px 20px 0;
    display: inline-block;
    line-height: 2.2em;
    font-size: 0.85rem;
    
}
.cotomosi_kai_info_index p img.kai_logo {
    display:block;
    margin: 0 auto 20px;
    width: 200px;
}
.cotomosi_kai_info_index p img {
    display:inline;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    background:none;
	vertical-align:middle;
    height: auto;
}
.cotomosi_kai_info_index p a {
    padding: 0px;
    line-height: 1.6em;
    display:inline-block;
    padding: 5px 4px;
    margin-bottom: 0.6em;
}
.cotomosi_kai_info_index p a img {
    border: 2px solid white;
}
.cotomosi_kai_info_index p a:any-link {
    background-color:transparent!important;
}
.cotomosi_kai_info_index p a span {
    background-color: yellow;
    color: #000;
    padding: 6px 10px;
}
.cotomosi_kai_info_index p a span:hover {
    background-color: #333;
    color: #FFF;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 480px) {
    .cotomosi_kai_info_index {
        margin: 40px 20px;
    }
    .cotomosi_kai_info_index p {
        text-align: left;
        padding: 15px 20px 15px;
    }
    .cotomosi_kai_info_index p em {
        text-align: left;
        padding-left: 0.5em;
        padding-right: 0.5em;
        line-height: 1.6em;
    }
    .cotomosi_kai_info_index p a span {
        line-height: 1.8em;
        padding: 0px 0px;
        display: inline-block;
        display: inline;
    }
}

.cotomosi_kai_info_index em{
    display: block;
    font-size: 0.9rem;
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}

.cotomosi_kai{
    padding: 0 0.4em;
}
.cotomosi_kai_calendar {
    border: 2px solid yellow;
    border-radius: 15px;
    display: inline-block;
    padding: 0px 25px;
    margin-bottom: 10px;
}
.cotomosi_kai_calendar em {
    font-weight: 500;
}
@media screen and (max-width: 480px) {
.cotomosi_kai_calendar {
    padding: 10px 15px 0;
}
.cotomosi_kai_calendar em {
    display: block;
    margin-top: -10px;
}
}

/* 小灯の会アーカイブ */
.cotomosi_kai_archive {
    border-top: 1px solid #FFF;
    padding: 20px 0;
    margin: 0 20px 30px;
    font-size: 0.85rem;
    line-height: 1.8em;
    text-align: left;
}
.cotomosi_kai_archive span.kai_no::before {
	content: "\A" ;
	white-space: pre ;
}
.cotomosi_kai_archive span.kai_no {
    text-align: center;
    margin: 0;
    padding: 0 10px;
    display: inline;
    line-height: 1.5em;
}
@media screen and (max-width: 480px) {
    .cotomosi_kai_archive span.kai_no {
        text-align: center; 
        margin: 0 0 0;
        display: block;
    }
}
.cotomosi_kai_archive a{
    text-align: center;
    padding: 3px;
    background-color: #FFF;
    margin-bottom: 1em;
    display:inline;
}
@media screen and (max-width: 480px) {
    .cotomosi_kai_archive span{
    text-align: left;
    }
}
.cotomosi_kai_archive span{
    margin: 10px 0;
    display: block;
}
.cotomosi_kai_archive span:last-child{
    margin: 0;
}
.cotomosi_kai_archive a:hover{
    background-color: #333;
    color: #FFF;
}
.cotomosi_kai_archive strong {
    font-size: 0.85rem;
    color: #FFF;
    letter-spacing: 0.15em;
    margin-bottom: 0px;
    display: block;
    text-align: center;
}
.event_datail .interview_box,
.event_datail .sp_box {
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
    padding: 80px;
    max-width: 640px;
    margin: 50px auto 60px;
}
@media screen and (max-width: 480px) {
    .event_datail .interview_box,
    .event_datail .sp_box{
    padding: 80px 0px;
    }
}

.event_datail .interview_box h4,
.event_datail .sp_box h4 {
    font-size: 1.6em;
    font-weight: 500;
    
}
.event_datail .interview_box h4 small {
    font-size: 0.7em;
    letter-spacing: 0.05em;
}
.event_datail .sp_box h4 small {
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

.interview_box p,
.sp_box p {
    text-align: left;
    font-size: 1.4em;
    text-indent: 1em;
    max-width: 780px !important;
    margin: 30px auto 0px !important;
    padding: 0px;
    text-align: left;
}
.sp_box p {
    text-indent: 0em;
}
.interview_box p.imgbox,
.sp_box p.imgbox {
    text-indent: 0;
}
@media screen and (max-width: 480px) {
    .interview_box p,
    .sp_box p{
    margin-left: 30px !important;
    margin-right: 30px !important;
    }
}

.interview_box.mead_itvw h4 {
    margin-top: 0;
}
.sp_box.sake_sweets h4,
.sp_box.momogusa h4 {
    text-align: left;
    margin: 3em 0 -1em;
}
@media screen and (max-width: 760px) {
    .sp_box.sake_sweets h4,
    .sp_box.momogusa h4 {
        text-align: left;
        margin: 3em 30px -1em;
    }
}
.sp_box.sake_sweets h4:first-child,
.sp_box.momogusa h4:first-child {
    margin-top: -1em;
    margin-bottom: 3em;
    text-align: center;
}

.sp_box.sake_sweets hr,
.sp_box.momogusa hr {
    margin-top: 3em;
    margin-bottom: -1.5em;
    background-color: #FFF;
    height: 2px;
    border: none;
}

.interview_box.mead_itvw {
    background: #fdf0b5;
}
.sp_box.sake_sweets {
    background: #f8e7e9;
}
.sp_box.momogusa {
    background: #f8f5b7;
}

/* ももぐさサロンイラスト */

img.illsut_float {
    width: 40%; float: right;
}
@media screen and (max-width: 760px) {
    img.illsut_float {
        width: 60%; float: none;
        display: block;
        margin: 0 auto;
    }
}
/* ももぐさアイテム詳細 */
.sarong_detail_txt {
    font-size: 0.85rem !important;
    letter-spacing: 0em !important;
}
.sarong_detail_txt span {
    font-family:sans-serif !important;
    font-size: 0.9em;
    letter-spacing: 0.05em !important;
}

/* イベントメインカット */
.event_box {
    max-width: 780px !important;
    margin: 30px auto 0px !important;
    padding: 0px;
    text-align: left;
}
.event_box.outside {
    max-width: 780px !important;
    padding: 50px 0;
}
.event_box.outside h4,
.event_box.outside p,
.event_box.outside div {
    padding-left : 50px;
    padding-right : 50px;
}
@media screen and (max-width: 760px) {
    .event_box.outside h4,
    .event_box.outside p,
    .event_box.outside div {
        padding-left : 0px;
        padding-right : 0px;
    }
}
.event_box.outside div p {
    padding-left : 0;
    padding-right : 0;
}

@media screen and (max-width: 760px) {
    .event_box.outside {
        padding: 40px 20px 20px 20px;
    }
    .event_box.outside .event_box {
        margin: 30px 0 0 0 !important;
    }
}
@media screen and (max-width: 760px) {
    .event_box {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}
/* イベントメインカット */
.event_photo {
    max-width: 1200px;
    margin: 0px auto 0px;
    padding: 30px;
}
.pc { display: block !important; margin: 0 auto;}
.sp { display: none !important; }
.pc.inline { display: inline !important; margin: 0 auto;}
.sp.inline { display: none !important; }
 
.event_photo .pc.square {
    max-width: 600px;
}

.event_photo .photo_cap {
    text-align: left;
    font-size: 0.7rem;
    line-height: 1.4em;
    padding-top: 0.85em;
    display: block;
}

@media screen and (max-width: 480px) {
.event_photo {
    padding: 10px;
    margin-bottom: 5%;
}
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pc.inline { display: none !important; }
    .sp.inline { display:inline !important; }
}

/* イベント詳細ページ */

.event_datail h4 {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    margin-top: 5em;
    line-height: 2em;
}
.event_datail h4 .tbbr{
    display: none;
}
@media screen and (max-width: 480px) {
    .event_datail h4 .tbbr{
        display: block;
    }
}

.event_box.event_data.scedule strong small {
    font-size: 0.8rem;
    font-weight:normal;
    padding-left: 0.5em;
}
.event_box.event_data.scedule small {
    font-size: 0.95em;
    letter-spacing: 0.1em;
}

.event_box.event_data.scedule small.event_time {
    border: 1px solid #ccc;
    padding: 3px 8px;
    line-height: 1em;
    border-radius: 10px;
    margin: 0 5px;
}

.event_box.event_data.scedule small.event_time.spcourse {
    background-color: #DBE6C0;
}
span.spcourse {
    background-color: #DBE6C0;
    font-size: 0.85em;
    padding: 3px 8px;
    line-height: 1em;
    border-radius: 8px;
}

.event_box.event_data.scedule .add_text {
    font-size: 0.95em;
    line-height: 1.5em;
}
.event_box.event_data.scedule .add_text br{
    display: block;
}



@media screen and (max-width: 480px) {
    .event_box.event_data.scedule {
        padding: 0;
        text-align: left;
    }
    .event_box.event_data.scedule strong {
        display: block;
        padding-top: 1em;
        margin-bottom: -10px;
    }
    .event_box.event_data.scedule strong small {
        display:inline;
    }
    .event_box.event_data.scedule small.event_time {
        display: inline-block;
        padding: 6px 20px;
        border-radius: 12px;
        margin: 8px 4px 0 0;
    }
    .event_box.event_data.scedule small.event_time:first-child {
        margin-top: 26px !important;
        background-color: #000;
    }
    .event_box.event_data.scedule br {
        display: none;
    }
}

body.event_datail h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

body.event_datail h1 a {
    background-color: #FFF;
}
body.event_datail h2 {
    font-weight: normal;
    margin: 10px 0 30px;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
}
@media screen and (max-width: 480px) {
    body.event_detail h2 {
        text-align: center;
}
}

dl.event_data {
    width: 100%;
    border-bottom: 1px solid #CCC;
    margin-bottom: 50px !important;
}
dl.event_data::after {
    content: "";
    display: block;
    clear: both;
}
dl.event_data dt,
dl.event_data dd {
    float: left;
    font-size: 0.80rem;
    border-top: 1px solid #CCC;
    display: block;
    margin: 0;
    padding: 10px 0;
    font-family: "Noto Sans", "Noto Sans CJK JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
    font-weight: 300;
}


dl.event_data dt {
    width: 20%;
    font-weight: 600;
}

dl.event_data dd {
    width: 80%;
    
}

@media screen and (max-width: 480px) {
    dl.event_data {
    width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    dl.event_data dt,
    dl.event_data dd {
    float: none;
    width: 100%;
    }
    dl.event_data dt {
    padding: 15px 0 5px;
    }
    dl.event_data dd {
    border-top: none;
    padding: 0 0 15px;
    }
}

.marker {
    background:linear-gradient(transparent 60%, #fffeaf 60%);
}


.sansserif {
    font-family: sans-serif;
    font-weight: normal;
}


.event_lead {
    font-size: 1.4em;
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
}
.event_lead.massage {
    font-size: 1.4em;
    letter-spacing: 0.3em;
    line-height: 2.5em;
}

.event_lead em {
    font-size: 0.9em;
    font-family: sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .event_lead.massage {
        font-size: 1.25em;
        letter-spacing: 0.05em;
        line-height: 3em;
    }
}

.event_data {
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
.event_data strong{
    letter-spacing: 0.1em;
}
.event_data.caution {
    letter-spacing: 0.05em;
    font-size: 0.8rem;
    line-height: 1.6em;
}
.linebox,
.event_box.event_data .profile {
    padding: 40px;
    border: 1px solid #ccc;
    display: block;
    border-radius: 3px;
}
.event_box.event_data .profile {
    font-size: 12px;
    line-height: 1.8em;
}
.event_data .profile strong {
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
    font-size: 1.0rem;
    font-weight: normal;
}


.event_data dl.profile dt,
.event_data dl.profile dd {
    font-size: 0.8rem;
    font-family: "Noto Sans", "Noto Sans CJK JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
    font-weight: 300 !important;
    float: left;
    margin: 0;
    padding-bottom: 20px;
}

.event_data dl.profile dt {
    clear: both;
    width: 15%;
}.event_data dl.profile dt.width100 {
    width: 100%;
}
.event_data dl.profile dd {
    width: 83%;
}

@media screen and (max-width: 480px) {
    .event_data dl.profile dt,
    .event_data dl.profile dd{
        float:none;
        clear: both;
        width: 100%;
        margin: 0 auto 15px;
    }
    .event_data dl.profile dd{
        margin-top: -30px;
    }
}






/* 地色有りのインタビュー外部リンクボックス */

.interview_border_box {
    padding: 50px;
    background-color: #f3f3f3;
    display: inline-block;
    margin-bottom: 50px;
}
.interview_border_box span.interview_lead {
    display: block;
}
.interview_border_box img {
    width: 100%;
}
@media screen and (max-width: 480px) {
    
    .interview_border_box {
        padding: 40px 20px;
    }
    .interview_border_box img {
        width: 100%;
        margin: 0 auto;
    }
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

@media screen and (max-width: 480px) {
    .event_box.event_data .profile {
        padding: 30px 20px;
    }
}

.ex_info {
    line-height: 2.2em;
}
.ex_info strong.cotomosi_kai {
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
    font-size: 1.1em;
    padding: 0 0.15em;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.ex_info strong.cotomosi_kai small {
    font-family: "Noto Serif", "Noto Serif CJK JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", serif !important;
    font-size: 0.7rem;
    display: inline-block;
}
.imgcol3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.imgcol3 a {
}
.imgcol3 a {
  width: 33%;
}
.imgcol3 a img {
  width: 100%;
vertical-align: bottom;
}
@media screen and (max-width: 480px) {
    .imgcol3 a {
      width: 100%;
        margin-bottom: 10px;
    }
}

/* 3列 */
.event_samplecut {
    max-width: 1200px;
    margin: 0 auto;
}

.event_samplecut img {
    width: 28%;
    margin: 1.5%;
}
@media screen and (max-width: 760px) {
    .event_samplecut img {
    width: 28%;
    margin: 0 1.5%;
}
}
@media screen and (max-width: 480px) {
    .event_samplecut img {
    width: 65%;
    margin: 0 auto 5%;;
}
}

/* 3列 隙間無し */
.event_samplecut.col3_nospace{
    max-width: 780px;
    margin: 0 auto 50px;
    padding: 0;
}

/* 4・5列 隙間無し */
.event_samplecut.col4,
.event_samplecut.col4_nospace{
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0;
}
.event_samplecut.col5,
.event_samplecut.col5_nospace{
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 0;
}
.event_samplecut.col5,
.event_samplecut.col5_nospace{
    padding: 30px;
}
.event_photo + .event_samplecut.col5,
.event_photo + .event_samplecut.col5_nospace{
    padding-top: 0;
}

@media screen and (max-width: 760px) {
    .event_samplecut.col5,
    .event_samplecut.col5_nospace{
        padding: 30px;
    }
}
@media screen and (max-width: 480px) {
    .event_samplecut.col5,
    .event_samplecut.col5_nospace{
        padding: 10px;
    }
}
.event_samplecut.col4 a img,
.event_samplecut.col4_nospace a img {
    width: 25%;
    margin: 0;
	vertical-align: bottom;
}

.event_samplecut.col5 a img,
.event_samplecut.col5_nospace a img {
    width: 20%;
    margin: 0;
	vertical-align: bottom;
}

.event_samplecut.col3_nospace a img  {
    width: 33%;
    margin: 0;
	vertical-align: bottom;
}
@media screen and (max-width: 480px) {   
    .event_samplecut.col3_nospace a img  {
        width: 50%;
    }
    .event_samplecut.col4_nospace a img:nth-child(odd) {
        margin-right: 1px !important;
        margin-bottom: 1px !important;
    }
    .event_samplecut.col4_nospace a img:nth-child(even) {
        margin-bottom: 1px !important;
    }
}
.event_samplecut.col4 a img {
    width: 23%;
    margin: 1%;
}
/* 4列 隙間多め */
.event_samplecut.col4 a img,
.event_samplecut.col4_nospace a img {
    width: 23%;
    margin: 0;
	vertical-align: bottom;
}
.event_samplecut.col4 a img {
    width: 18%;
    margin: 2%;
}


@media screen and (max-width: 480px) {
.event_samplecut.col4 a {
}
    .event_samplecut.col4 a img {
    width: 42%;
    margin: 3% 6% 1% 2%;
    }
    .event_samplecut.col4 a:nth-child(odd) img {/* 奇数 */
    width: 42%;
    margin: 3% 2% 1% 6%;
    }
    
    .event_samplecut.col4_nospace a img {
    width: 47%;
    margin: 0;
    }
    .event_samplecut.col4_nospace a img:nth-child(4),
    .event_samplecut.col4_nospace a img:nth-child(5) {
    width: 50%;
    margin: 0;
    }
}


/* 2列 隙間無し */
.event_samplecut.col2_nospace {
    max-width: 800px;
    margin: 0 auto 50px;
    padding: 0;
}

.event_samplecut.col2 a {
    background-color: transparent;
}
.event_samplecut.col2_nospace a img {
    width: 50%;
    margin: 0;
	vertical-align: bottom;
}
@media screen and (max-width: 480px) {
    .event_samplecut.col2_nospace {
    padding: 0 30px;
    }
    .event_samplecut.col2_nospace a img {
    width: 100%;
    margin: 0;
    }
}

.event_samplecut a {
    background-color: transparent;
}
.event_samplecut.circlecut a img {
    border-radius: 50%;
}

/* 画像に文字を重ねる */

.event_samplecut a span.img_num {
    position: relative;
    top: 0;
    left: 0;
}
.event_samplecut span.img_num span {
    position: absolute;
    padding: 0;
    bottom: 0;
    right: 10px;
    font-size: 0.9em;
}

/* Youtube */
.video_out {
max-width: 780px !important;
margin: 0 auto 30px !important;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
background: transparent;
border: 12px solid #000;
}
.video {
    border: none;
}
.video.type2 {
}    
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ピンポイント　サンセリフ */
.font_sansserif {
    font-family: "Noto Sans", "Noto Sans CJK JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 0.95em;
}

/* スケジュール スタイル */

@media screen and (max-width: 480px) {
p.scedule {
    text-align: center;
    margin: auto;
    margin-bottom: 3em;
    padding: 0 0;
    line-height: 1.5em;
}
}

p.scedule a[target="_blank"]:after { /* 外部サイトへのリンクアイコン */
font-family: 'Font Awesome 5 Free';
content: '\f35d';
font-size: 1em;
margin: 0 3px 0 6px;
font-weight: 500;
}

/* プライバシーポリシー、利用規約 */
.textpage_body {
    max-width: 800px;
    min-width: 480px;
    margin: 50px auto;
    text-align: left;
}
.textpage_body li,
.textpage_body p {
    font-size: 0.9rem;
    line-height: 1.8em;
}
.textpage_body h2 {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-align: center;
}



/* インスタ Instagram */
.insta_box {
    max-width: 1240px;
    margin: 30px auto 20px;
    padding: 0 20px;
}
.insta_box h3 {
    margin: 5em 0 3em;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    font-weight: normal;
    display: block;
}
.insta_box h3 a {
    padding: 0 0.5em;
    margin: 0 1em;
    line-height: 1em;
    display: inline-block;
}
.insta_box h3 br {
    display: none;
}
@media screen and (max-width: 760px) {
    .insta_box h3 a {
        margin-top: 1.5em;
    }
    .insta_box h3 br {
        display: block;
        margin-bottom: 1em;
    }
}
.insta_box h3 small {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

/* プロファイルなど、右にフロート */
.profile_float {
    float: right;
    width: 30%;
    margin: 0 0 0 15px;
}
@media screen and (max-width: 760px) {
    .profile_float {
        float:none;
        clear: both;
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .event_box.outside .event_box .profile {
    }
}

/* プロファイル　年表 */
dl.profile_box {
    float: left;
    width: 60%;
    display:inline-block;
}
dl.profile_box dt,
dl.profile_box dd {
    font-size: 0.75rem;
    float: left;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
}
dl.profile_box dt {
    width: 12%;
}

dl.profile_box dd {
    width: 88%;
}
dl.profile_box.widedt dt {
    width: 18%;
}

dl.profile_box.widedt dd {
    width: 82%;
}
@media screen and (max-width: 760px) {
    dl.profile_box,
    dl.profile_box dt,
    dl.profile_box dd { 
        width: 100%;
        float: none;
        margin-bottom: 18px;
    }
    dl.profile_box dt { 
        margin-bottom: 0;
    }
}

.profile.clearfix p {
    clear: both;
    padding: 0;
    text-align: left;
}



/* fancybox */
.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 32px !important;
    height: 32px !important;
    background-color: rgba(255,255,255,0.5) !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px 18px !important;
}

    
/* フッター（コイル） */
#footer_full p {
    padding: 0;
}
#footer_full a {
    background-color: #fff;
}
#footer_full a:hover {
    background-color: yellow;
    color: black;
}
#footer_full #coil_box {
    clear: both;
    background-color: #fff;
    padding: 50px 0;
    margin: 60px auto 20px;
    width: 100%;
}
#footer_full #coil_box div {
    width: 100%;
    max-width: 900px;
    margin: auto;
}
#footer_full #coil_box p.site_panorama,
#footer_full #coil_box p.site_filament {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
}
#footer_full #coil_box em,
#footer_full #coil_box small{
    color: #393939;
    text-align: center;
}
#footer_full #coil_box a em{ 
}
#footer_full #coil_box em {
    font-family: serif;
    font-weight: 500;
}
#footer_full #coil_box img {
    width: 50%;
    display: block;
    margin: 20px auto;
}
#footer_full #coil_box small {
    font-weight: 500;
	font-family:Geneva, Verdana, sans-serif;
    letter-spacing: 0.15em;
}
#footer_full #coil_box p.site_coil {
    clear: both;
    float: none;
    padding: 40px 0 0;
    margin: 0;
    text-align: center;
    color: #393939;
    letter-spacing: 0.15em;
    font-size: 1.0em;
}
#footer_full #coil_box p.site_coil a {
    display: inline;
    font-style: italic;
    font-weight: 500;
    color: #393939;
}
    
@media screen and (max-width: 959px) {

}
@media screen and (max-width: 480px) {
#footer_full #coil_box p.site_panorama {
    margin-bottom: 50px;
}
#footer_full #coil_box p.site_panorama,
#footer_full #coil_box p.site_filament {
    width: 100%;
    float: none;
}
}
.footer_full_copy {
    letter-spacing: 0.1em;
    margin-top: 50px;
    line-height: 3em;
    text-align: center;
}



/* ランディングページ用 */
a.lp_link {
    background-color: #fff;
}
a.lp_link:hover {
    background-color: yellow;
    color: #000;
}
a.lp_link img{
    vertical-align: bottom;
}
a.lp_link em{
    display: inline-block;
    margin-top: 20px;
    padding: 8px;
}

#footer_full .landingpage a {
    background-color: yellow !important;
}
#footer_full .landingpage a:hover {
    background-color: #393939;
    color: #000;
}